@charset "utf-8";

/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
	position: relative;
	overflow: hidden;
    min-height: 310px;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
	#subWrap {width:100%;}
}

/* location */
.location-wrap {width:100%; border:1px solid #d9d9d9; border-width:1px 0; background:#fff;}
.location-wrap > ul {margin:0 auto; width:1200px; font-size:0; line-height:0;}
.location-wrap > ul > li {position:relative; display:inline-block; margin-right:-1px; vertical-align:top;}
.location-wrap > ul > li:before {position:absolute; top:13px; right:15px; content:"\f0d7"; display:inline-block; font-family:'FontAwesome'; font-size:17px; line-height:1; color:#575757;pointer-events: none;}
.location-wrap > ul > li.location-home a {display:block; padding:0; min-width:54px; height:45px; text-align:center;}
.location-wrap > ul > li.location-home img {padding-top:14px;}
.location-wrap > ul > li.location-home:before {display:none;}
.location-wrap li a {display:block; padding:0 40px 0 20px; min-width:170px; border:1px solid #d4d4d4; border-width:0 1px; background:#fff; font-size:17px; line-height:45px; word-break:keep-all;font-weight: 500;color: #575757;}
.location-wrap > ul > li:last-child > a,
.location-wrap > ul > li.on > a {background:#fff; color:#003e7e;}
/* 2depth */
.location-wrap .location-depth2 {display:none; position:absolute; top:45px; left:0; z-index:999; min-width:100%; border:1px solid #d9d9d9; border-width:1px 0 1px;max-height: 484px;overflow-y: auto;}
.location-wrap .location-depth2 a {padding:15px 20px; border-bottom:1px solid #d9d9d9; background:#fff; line-height:17px;font-weight: 400;}
.location-wrap .location-depth2 a:hover {background:#f1f1f1; color:#000;}
.location-wrap .location-depth2 a:last-child {border-bottom: 0;}
.location-wrap .location-depth2 li.on a {color:#f2b121;}

@media screen and (max-width:1200px) {
	.location-wrap > ul  {width:100%;}
}
@media screen and (max-width:767px) {
	/* .location-wrap > ul > li:not(.on) {display:none;} */
	.location-wrap > ul > li {display:none;}
	.location-wrap > ul > li.location-home {display:inline-block;}
	.location-wrap > ul > li:last-child {display:inline-block; width:calc(100% - 53px);}
	.location-wrap > ul > li:last-child > a {background:#f9f9f9; text-align:center;}
	.location-wrap .location-depth2 {
		width: 100%;
	}
}

/* left menu */
#leftMenu {
	display: none;
	float: left;
    width: 227px;
	padding-bottom: 50px;
}
#leftMenu.fixed {position:fixed; top:0; left:0; z-index:9999;}
#leftMenu > ul {}
#leftMenu > ul > li {position:relative;}
#leftMenu > ul > li a {
	display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#leftMenu > ul > li:last-child a {
	border-bottom: 0;
}
#leftMenu > ul > li.on {background: #fff;}
#leftMenu > ul > li.on:after {content:''; position:absolute; bottom:-1px; left:0; z-index:11; width:100%; height:1px; background: #fff;}
#leftMenu > ul > li.on a {
	padding-top: 25px;
    color: #122e74;
}
#leftMenu > ul > li > a {
    background: url(/html/_skin/seil/img/sub/leftmenu_icon.png) no-repeat right bottom 14px;
}
#leftMenu > ul > li.on > a {
    background: url(/html/_skin/seil/img/sub/leftmenu_icon_on.png) no-repeat right bottom 14px;
}


/* #leftMenu .left-menu-title {padding:38px 15px; background:#111; font-size:22px; line-height:1.3; color:#fff; text-align:center; word-break:keep-all;}
#leftMenu .left-menu-title span {display:none; font-size:14px; font-family:'Noto Sans Kr'; color:#f2b37c;}
#leftMenu > ul > li {position:relative;}
#leftMenu > ul > li:before {position:absolute; top:11px; right:15px; content:"\f105"; display:inline-block; font-family:'FontAwesome'; font-size:24px; line-height:1; color:#333;}
#leftMenu > ul > li > a {padding:12px; border-top:1px solid #dedede; font-weight:700; font-size:14px; line-height:20px; color:#333; letter-spacing:-1px; word-break:keep-all;}
#leftMenu > ul > li:first-child > a {border-top:0 none;}
#leftMenu a {display:block; width:100%; padding-left:25px;}
*/
.left-menu-title {
    padding: 19px 13px 14px 13px;
    text-align: right;
    background-color: #24428c;
    color: #fff;
    border-left: 15px solid #5068a3;
    font-size: 16px;
    font-weight: 500;
}

/* 2depth */
#leftMenu > ul > li > ul {/* display:none;  */padding-bottom: 5px;}
#leftMenu > ul > li > ul li a,
#leftMenu > ul > li > ul li.on a {
	padding:10px 0; font-size:14px; line-height:18px; word-break:keep-all;border-bottom: 0;
}
#leftMenu > ul > li > ul li a,
#leftMenu > ul > li.on > ul li a {
	color: #333;
	padding-top: 10px;
}
#leftMenu > ul > li > ul li a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 2px;
	background-color: #122e74;
	vertical-align: middle;
    margin-right: 10px;
}
#leftMenu > ul > li > ul li.on a {
	color: #122e74;
}
/* on */
/* #leftMenu > ul > li.on >a,
#leftMenu > ul > li:hover > a {font-weight:400; color:#3ec1c2}
#leftMenu > ul > li.on:before,
#leftMenu > ul > li:hover:before {color:#3ec1c2;}
#leftMenu > ul > li.on ul {display:block;}
#leftMenu > ul > li li.on a,
#leftMenu > ul > li li a:hover {font-weight:400; color:#000;}*/

@media screen and (max-width:1200px) {
	#leftMenu {display:none;}
}

/* 
	--- sub conts 
*/
#subConts {width:100%;}

.tab_btn_box {}
/* .tab_btn_box > ul {overflow: hidden;border: 1px solid #cecece;}
.tab_btn_box > ul >li {background-color: #f8f8f8;font-size: 16px;font-weight: 500;color: #434343;text-align: center;float: left;width: 20%;border-right: 1px solid #cecece;}
.tab_btn_box > ul >li.current {background-color: #1d3b6d;font-weight: 700;color: #fff;}
.tab_btn_box > ul >li:last-child {border-right: 0;}
.tab_btn_box > ul >li > a {display: block;padding: 20px 0;} */
.tab_btn_box > ul {overflow: hidden;display: -webkit-box;display: -ms-flexbox;display: flex;height: 50px;}
.tab_btn_box > ul >li {background-color: #f9f9f9;font-size: 16px;font-weight: 500;color: #434343;text-align: center;float: left;border: 1px solid #dfdfdf;display: flex;width: 100%;align-items: center;margin: 0 5px;cursor: pointer;}
.tab_btn_box > ul >li.current {background-color: #f2b221;font-weight: 500;color: #fff;border-color: #f2b221;}
.tab_btn_box > ul >li > a {display: block;flex: 1;padding: 0 5px;word-break: keep-all;color: #484848;pointer-events: none;}
.tab_btn_box > ul >li.current > a {color: #fff;}
.tab_content_box {margin-top: 60px;}
.tabcontent {display: none;}
.tabcontent.current {display: block;}
.tabcontent > ul {border-top: 2px solid #616161;}
.tabcontent > ul.mem_detail {border-top: 0;}
.tabcontent > ul > li {padding: 40px 0;border-bottom: 1px dashed #cecece;font-size: 0;}
.tabcontent > ul.mem_detail > li {padding: 20px;border-bottom: 1px solid #e0e0e0;}

@media screen and (min-width: 1201px) {
	.tab_btn_box > ul >li:hover {
		opacity: .8;
	}
}
@media screen and (max-width:1200px) {
	#subConts {float:none; width:100%;}
	[class^="sub-wrap-"] {}
}
@media screen and (min-width: 768px) {
	.tab_btn_box > ul >li:first-child {margin-left: 0;}
	.tab_btn_box > ul >li:last-child {margin-right: 0;}
}
@media screen and (max-width: 767px) {
	/* #subConts {float:none; padding:30px 20px 0;} */
	
	.tab_btn_box > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		height: auto;
	}
	.tab_btn_box > ul >li {
		font-size: 13px;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		max-width: 100%;
		left: 0;
		margin-left: 0;
		margin: 2px;
	}
	.tab_btn_box > ul >li > a {
		white-space: nowrap;
    	padding: 10px;
	}
	.tab_content_box {margin-top: 40px;}
	
}

/* custom scrollbar */
.mCSB_scrollTools {
	width: 10px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	width: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ddd;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #999;
}

/* CONACT US
------------------------------------------------------ */
#map1 {height:400px !important;}
.contact-address {overflow:hidden; position:relative; margin-top:3.5%; padding:2% 3%; width:100%; border:1px solid #ddd;}
.contact-address li {display:inline-block; padding:6px 0; font-weight: 400; font-size:16px; line-height: 1.3; font-family:'Noto Sans KR'; color:#575757; vertical-align:top;}
.contact-address li:first-child {display:block;}
.contact-address li:nth-child(3) {margin-left: 3%;}
.contact-address li.copy {display:block; margin-top: 12px; font-weight: 300; font-size:14px;}
.contact-address li strong {margin-right:5px; color:#000;}
.contact-address > img {position:absolute; top:50%; right:3%; margin-top:-18px; border:1px solid #ddd;}

.YouTubePopUp-Close:before {content:'X'; position:relative; top:-10px; font-weight: 300; font-size:35px; font-family:'NanumSquare'; color:#fff;}

@media screen and (max-width:1200px) { 
	.contact-address > img {float:right; position:relative; top:auto; right:auto; margin-top: 20px;}	 
}
@media screen and (max-width:640px) { 
	#map1 {height:300px !important;}	 
}

/* --- placeholder */
input[type="text"]::placeholder {color: #d0d0d0;opacity: 1; /* Firefox */}
input[type="text"]:-ms-input-placeholder {color: #d0d0d0;}
input[type="text"]::-ms-input-placeholder {color: #d0d0d0;}

.sub-visual {display:table; width:100%; height:200px; text-align:center;}
.sub-visual > div {display:table-cell; width:100%; height:100%; vertical-align:middle;}
.sub-visual h2 {font-weight:500; font-size:45px; line-height: 1; color:#fff;}
.sub-visual p {margin-top: 30px; padding:0 30px; font-weight: 700; font-size:19px; line-height: 1.3; color:#fff; word-break:keep-all;}

@media screen and (max-width: 1200px) {
	.sub-visual {}
}
@media screen and (max-width:767px) { 
	.sub-visual {}
	.sub-visual h2 {font-size:30px;}	 
	.sub-visual p {font-size:16px;margin-top: 20px;}
}
@media screen and (max-width:640px) { 
}

.sub-visual.company {background: url('/html/_skin/seil/img/sub/bg_sub_visual_company.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-01 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_01.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-02 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_02.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-03 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_03.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-04 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_04.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-05 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_05.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-06 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_06.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-07 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_07.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-08 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_08.jpg') no-repeat center center; background-size:cover;}
.sub-visual.product-09 {background: url('/html/_skin/seil/img/sub/bg_sub_visual_product_09.jpg') no-repeat center center; background-size:cover;}
.sub-visual.grease {background: url('/html/_skin/seil/img/sub/bg_sub_visual_grease.jpg') no-repeat center center; background-size:cover;}
.sub-visual.application {background: url('/html/_skin/seil/img/sub/bg_sub_visual_application.jpg') no-repeat center center; background-size:cover;}
.sub-visual.service {background: url('/html/_skin/seil/img/sub/bg_sub_visual_service.jpg') no-repeat center center; background-size:cover;}
.sub-visual.blog {background: url('/html/_skin/seil/img/sub/bg_sub_visual_blog.jpg') no-repeat center center; background-size:cover;}
.sub-visual.air-breather {background: url('/html/_skin/seil/img/sub/bg_sub_visual_air_breather.png') no-repeat center center; background-size:cover;}

.sub-cont-section {padding: 50px 0;}
.sub-cont-section:last-child {padding-bottom: 100px;}
@media screen and (max-width: 767px) {
	.sub-cont-section {padding: 30px 0;}
	.sub-cont-section:last-child {padding-bottom: 50px;}
}

[class^="sub-wrap-"] {
	padding-top: 50px;
}
@media screen and (max-width: 767px) {
	[class^="sub-wrap-"] {
		/* padding-top: 30px; */
	}
}
.sub_cont_tit {
	max-width: 1200px;
	margin: 0 auto 30px;
	font-size: 27px;
	font-weight: 500;
	color: #000;
}
.sub_cont_tit:before {
	content: "";
	display: block;
	width: 95px;
	height: 2px;
	background-color: #000;
	margin-bottom: 35px;
}
.sub_cont_tit small {
	display: block;
	font-size: 16px;
	color: #37383c;
	line-height: 1;
	margin-bottom: 5px;
}
.general_p {
	font-size: 16px;
	font-weight: 400;
	color: #37383c;
	word-break: keep-all;
}
@media screen and (max-width: 1200px) {
	.sub_cont_tit {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.sub_cont_tit {
		font-size: 18px;
	}
	.sub_cont_tit:before {
		width: 55px;
		margin-bottom: 25px;
	}
	.sub_cont_tit small {
		font-size: 14px;
	}
	.general_p {
		font-size: 14px;
	}
}

/* company - company */
.company__top {
	font-size: 0;
}
.company__top__in {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.company__top__in:nth-child(odd) {
	padding-right: 20px;
}
.company__top__in:nth-child(even) {
	padding-right: 0;
	padding-left: 20px;
}
.company__top__in .img_full_wrap {
	position: relative;
}
.company__top__in__map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.sub-cont-section.section-02 .company__top__in {
	vertical-align: top;
}
.company__top_section02 {}
.company__top_section02__head {}
.company__top_section02__head h3 {
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0 10px 40px;
	word-break: keep-all;
	line-height: 1;
	border-bottom: 2px solid #f2b221;
}
.company__top_section02__head.type_usa h3 {
	background: url('/html/_skin/seil/img/sub/company/icon_company_usa.png') no-repeat left top 6px;
}
.company__top_section02__head.type_germany h3 {
	background: url('/html/_skin/seil/img/sub/company/icon_company_germany.png') no-repeat left top 6px;
}
.company__top_section02__head.type_china h3 {
	background: url('/html/_skin/seil/img/sub/company/icon_company_china.png') no-repeat left top 6px;
}
.company__top_section02__head.type_korea h3 {
	background: url('/html/_skin/seil/img/sub/company/icon_company_korea.png') no-repeat left top 6px;
}
.company__top_section02__head h3 span {
	display: inline-block;
	font-weight: 300;
	margin-top: 10px;
}
.company__top_section02__body {
	padding-top: 15px;
}
.company__top_section02__body table {
	width: 100%;
}
.company__top_section02__body table th,
.company__top_section02__body table td {
	font-size: 14px;
	padding: 5px 0;
	word-break: keep-all;
}
.company__top_section02__body table th {
	font-weight: 500;
}
.company__top_section02__body table td {
	font-weight: 300;
}
.company__top__in:nth-child(2) ~ .company__top__in {
	margin-top: 20px;
}
a.div-form-style {
	display: inline-block;
	background: #f2b221;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 21px;
	line-height: 1;
	outline: none;
	-webkit-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
a.div-form-style.second {
    background: #8EADE4;
}

@media screen and (min-width: 1201px) {
	a.div-form-style:hover {
		background: transparent;
		color: rgba(55,56,60,0.7) !important;
	}
	.main_section02__why_pulsarlube__head a.div-form-style:hover {
		color: #fff !important;
	}
}
@media screen and (max-width: 767px) {
	.company__top__in {
		display: block;
		width: 100%;
	}
	.company__top__in:nth-child(odd) {
		padding-right: 0;
	}
	.company__top__in:nth-child(even) {
		padding-left: 0;
	}
	.company__top__in + .company__top__in {
		margin-top: 20px;
	}
	
	.company__top_section02__head h3 {
		font-size: 16px;
		padding-left: 30px;
	}
	.company__top_section02__head.type_usa h3,
	.company__top_section02__head.type_germany h3,
	.company__top_section02__head.type_china h3,
	.company__top_section02__head.type_korea h3 {
		background-size: 20px;
	}
}

/* company - history */
.history__section02_wrap {}
.history__section02_wrap > ul {
	font-size: 0;
}
.history__section02_wrap > ul > li {
	display: inline-block;
	width: 33.3333%;
	padding: 50px 30px;
	vertical-align: top;
}
.history__section02_wrap > ul > li:nth-child(3) ~ li {
	border-top: 2px solid #e0dede;
}
.history__section02_wrap > ul > li figure {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 20px;
}
.history__section02_wrap > ul > li figure img {
	width: auto;
	max-width: 100%;
}
.history_txt_box {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.history_txt_box__head {}
.history_txt_box__head:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #cecece;
	margin: 10px 0 20px;
}
.history_txt_box__head span {
	display: block;
	font-size: 27px;
	color: #f2b221;
	font-weight: 500;
	line-height: 1;
}
.history_txt_box__head span:last-child {
	font-size: 20px;
	color: #37383c;
	line-height: 1.4;
	margin-top: 5px;
	word-break: keep-all;
}
.history_txt_box__body {}
.history_txt_box__body > ul {
	padding-left: 20px;
}
.history_txt_box__body > ul > li {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	word-break: keep-all;
	list-style: disc;
}

@media screen and (max-width: 1200px) {
	.history__section02_wrap > ul > li {
		width: 50%;
	}
	.history__section02_wrap > ul > li:nth-child(2) ~ li {
		border-top: 2px solid #e0dede;
	}
}
@media screen and (max-width: 767px) {
	.history__section02_wrap > ul > li {
		width: 100%;
		padding: 30px 0;
	}
	.history__section02_wrap > ul > li:nth-child(2) ~ li,
	.history__section02_wrap > ul > li:nth-child(3) ~ li {
		border-top: 0;
	}
	.history_txt_box__head span {
		font-size: 18px;
	}
	.history_txt_box__head span:last-child {
		font-size: 16px;
	}
}

/* company - vision-and-core-values */
.color_f2b221 {
	color: #f2b221 !important;
}
.core_values__col {
	font-size: 0;
}
.core_values__col__50 {
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
	padding: 0 20px 86px 0;
}
.core_values__col__50 img {
	width: 100%;
}
.core_values__col__30 {
	display: inline-block;
	width: 33.3333%;
	vertical-align: bottom;
	padding-left: 20px;
}
.core_values__col__30:before {
	content: "";
	display: block;
	width: 40%;
	height: 5px;
	background-color: #f2b221;
	margin-bottom: 50px;
}
.core_values__col__30__txt {
	background-color: #F2B221;
	padding: 20px 25px;
	word-break: keep-all;
}
.core_values__col__30__txt h3 {
	font-size: 27px;
	font-weight: 500;
	color: #fff;
}
.core_values__col__30__txt p {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.core_values__col__30__img {
	margin-top: 20px;
	text-align: right;
}
.core_values__col__30__img img {
	height: 66px;
}
.sub-wrap-vision-and-core-values .section-03 .core_values__col__50 {
	padding: 0 0 0 20px;
	vertical-align: top;
}
.sub-wrap-vision-and-core-values .section-03 .core_values__col__30 {
	padding-right: 20px;
	padding-left: 0;
	vertical-align: top;
}
.sub-wrap-vision-and-core-values .section-03 .core_values__col__30:before {
	display: none;
}
.sub-wrap-vision-and-core-values .section-03 .core_values__col__30:after {
	content: "";
	display: block;
	width: 20%;
	height: 5px;
	background-color: #f2b221;
	margin-top: 20px;
}

.value_title {
	font-size: 27px;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.value_title span {
	display: inline-block;
	border-bottom: 5px solid #f2b221;
	padding: 10px 5px;
}
.value_cont {
	margin-top: 20px;
}
.value_cont__box {
	padding: 50px 20px;
	color: #F2B221;
}
.value_cont__box.superior {background-color: #fff;}
.value_cont__box.multi {background-color: #f2b221;color: #fff;}
.value_cont__box.ambitious {background-color: #152d56;color: #fff;}
.value_cont__box.respect {background-color: #fff;color: #152D56}
.value_cont__box.teamplay {background: url('/html/_skin/seil/img/sub/company/bg_core_values_teamplay_icon.png') no-repeat center/cover;color: #fff;}
.value_cont__box__tit {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	line-height: 1;
}
.value_cont__box__txt {
	font-size: 16px;
	font-weight: 300;
	word-break: keep-all;
	text-align: center;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.core_values__col__50 {
		display: block;
		width: 100%;
		padding: 0;
	}
	.core_values__col__30 {
		width: 70%;
		padding-left: 0;
	}
	.core_values__col__30:before {
		margin: 40px 0 25px;
	}
	.core_values__col__30__txt h3 {
		font-size: 18px;
	}
	.core_values__col__30__txt p {
		margin-top: 10px;
	}
	.core_values__col__30__img {
		text-align: left;
	}
	.sub-wrap-vision-and-core-values .section-03 .core_values__col__30 {
		padding-right: 0;
	}
	.sub-wrap-vision-and-core-values .section-03 .core_values__col__30:after {
		margin: 20px 0 40px auto;
	}
	.sub-wrap-vision-and-core-values .section-03 .core_values__col__50 {
		padding: 0;
	}
	
	.value_title {
		font-size: 18px;
	}
	.value_cont__box {
		padding: 30px 20px;
	}
	.value_cont__box__tit {
		font-size: 16px;
	}
	.value_cont__box__txt {
		font-size: 14px;
	}
}

/* company - certifications */
.sub-wrap-certifications .board-wrap .category-tab {
	margin-top: 0;
}

/* company - news */
.sub-wrap-news .board-wrap .category-tab {
	display: none;
}

/* grease - standard-grease */
.standard-grease__list {}
.standard-grease__list ul {
	font-size: 0;
}
.standard-grease__list ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-bottom: 80px;
}
.standard-grease__list ul li:nth-child(odd) {
	padding-right: 50px;
}
.standard-grease__list ul li:nth-child(even) {
	padding-left: 50px;
}
.standard-grease__list__box {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.standard-grease__list__icon {
	display: table-cell;
	width: 160px;
	padding-right: 20px;
	vertical-align: top;
}
.standard-grease__list__icon img {
	width: auto;
	max-width: 100%;
}
.standard-grease__list__txt {
	display: table-cell;
	vertical-align: top;
}
.standard-grease__list__txt__head {}
.standard-grease__list__txt__head h4 {
	font-size: 20px;
	font-weight: 500;
	word-break: keep-all;
	padding-bottom: 5px;
	border-bottom: 2px solid #F2B221;
}
.standard-grease__list__txt__body {}
.standard-grease__list__txt__body p {
	font-size: 14px;
	word-break: keep-all;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.standard-grease__list ul li {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	.standard-grease__list ul li:nth-child(odd) {
		padding-right: 0;
	}
	.standard-grease__list ul li:nth-child(even) {
		padding-left: 0;
	}
	.standard-grease__list__icon {
		width: 80px;
		padding-right: 20px;
	}
	.standard-grease__list__txt__head h4{
		font-size: 16px;
	}
}

/* grease - pl */
.pl__table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.pl__table ~ .pl__table {
	margin-top: 60px;
}
.pl__table__th {
	display: table-cell;
	width: 232px;
	padding-right: 40px;
	vertical-align: top;
}
.pl__table__td {
	display: table-cell;
	vertical-align: top;
}
.pl__table__td__top {}
.pl__table__td__top h2 {
	font-size: 27px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid #f2b221;
}
.pl__table__td__top__body {
	overflow: hidden;
}
.pl__table__td__top__body__float {
	float: left;
	margin-right: 30px;
}
.pl__table__td__top__body__nlgi {
	font-size: 0;
	padding-top: 3px;
	margin-bottom: 15px;
}
.pl__table__td__top__body__nlgi img {}
.pl__table__td__top__body__txt {
	margin-bottom: 20px;
}
.pl__table__td__top__body__txt p {}
.pl__table__td__top__body__right {}
.pl__table__td__top__body__float.pl__table__td__top__body__right {
	float: right;
	margin-right: 0;
}
.pl__table__td__top__body__right ul {
	font-size: 0;
}
.pl__table__td__top__body__right ul li {
	display: inline-block;
	vertical-align: top;
}
.pl__table__td__top__body__right ul li ~ li {
	margin-left: 10px;
}
.pl__table__td__top__body__right ul li a {}
.pl__table__td__top__body__right ul li a img {}
.pl__table__th__tit {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #f2b221;
	word-break: keep-all;
	padding-left: 20px;
}
.pl__table__th__tit:before {
	content: "v";
	position: absolute;
	display: inline-block;
	font-weight: 400;
	margin-right: 8px;
	top: 0;
	left: 0;
}
.product_detail_bot .pl__table__th__tit {
	padding-left: 0;
}
.product_detail_bot .pl__table__th__tit:before {
	display: none;
}
.pl__table__td__download {
	font-weight: 300;
	color: #428db5;
	word-break: keep-all;
	font-size: 0;
	overflow: hidden;
}
.pl__table__td__download ~ .pl__table__td__download {
	margin-top: 10px;
}
.pl__table__td__download span {
	display: flex;
	font-size: 14px;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	min-width: 112px;
	vertical-align: middle;
	float: left;
	align-items: center;
	height: 52px;
}
.pl__table__td__download i {
	margin-right: 8px;
}
.pl__table__td__download a {
	display: flex;
	font-size: 14px;
	color: #fff;
	padding: 5px 20px;
	background-color: #428db5;
	width: auto;
	text-align: center;
	word-break: keep-all;
	vertical-align: middle;
	height: 42px;
	float: left;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pl__table__td__download a:last-child {
	margin-right: 0;
}
.pl__table__td__download.pl__table__td__download--type_red {
	color: #e91e63;
}
.pl__table__td__download.pl__table__td__download--type_red a {
	background-color: #e91e63;
}
.pl__table__td__p {
	font-size: 15px;
	word-break: keep-all;
	line-height: 1.5;
}
.pl__table__td__ul {
	padding-left: 20px;
}
.pl__table__td__ul li {
	list-style: disc;
	word-break: keep-all;
	font-size: 15px;
	line-height: 1.5;
}
.pl__table__td__p + .pl__table__td__p,
.pl__table__td__p + .pl__table__td__ul,
.pl__table__td__ul + .pl__table__td__ul {
	margin-top: 10px;
}
.pl__table__td__ul + .pl__table__td__p {
	margin-top: 15px;
}
.pl__table__td__product {}
.pl__table__td__product ul {
	margin: 0 -10px;
}
.pl__table__td__product ul li {
	width: 20%;
	padding: 0 10px;
}
.pl__table__td__product ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	padding: 10px;
}
.pl__table__td__product ul li a img {
	max-width: 100%;
}
/* .pl__table__td__product .slick-prev,
.pl__table__td__product .slick-next {
	background: rgba(242,178,33,0.7);
	z-index: 1;
	width: 30px;
	height: 30px;
}
.pl__table__td__product .slick-prev {
	left: 0;
}
.pl__table__td__product .slick-next {
	right: 0;
}
.pl__table__td__product .slick-prev:before,
.pl__table__td__product .slick-next:before {
	font-family: 'fontawesome';
	font-size: 14px;
}
.pl__table__td__product .slick-prev:before {
	content: '\f053';
}
.pl__table__td__product .slick-next:before {
	content: '\f054';
} */

.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus {
	background: rgba(242,178,33,0.7);
	z-index: 1;
	width: 30px;
	height: 30px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'fontawesome';
	font-size: 14px;
}
.slick-prev:before {
	content: '\f053';
}
.slick-next:before {
	content: '\f054';
}

@media screen and (min-width: 1201px) {
	.pl__table__td__top__body__right ul li a:hover {
		opacity: .7;
	}
	.pl__table__td__download a:hover {
		background-color: transparent;
		color: inherit;
	}
	.pl__table__td__product ul li a:hover {
		background-color: #F1B121;
	}
	/* .pl__table__td__product .slick-prev:hover,
	.pl__table__td__product .slick-next:hover {
		background: rgba(242,178,33,1);
	} */
	.slick-prev:hover,
	.slick-next:hover {
		background: rgba(242,178,33,1);
	}
}
@media screen and (max-width: 1200px) {
	.pl__table__td__download span {
		display: block;
		float: none;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.pl__table ~ .pl__table {
		margin-top: 40px;
	}
	.pl__table__th {
		width: 116px;
		padding-right: 20px;
	}
	.pl__table__td__top h2 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom-width: 3px;
	}
	.pl__table__th__tit {
		font-size: 16px;
		padding-left: 0;
	}
	.pl__table__th__tit:before {
		display: none;
	}
	
	.pl__table__td__download span {
		display: block;
		float: none;
		height: auto;
	}
	.pl__table__td__download a {
		float: none;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.pl__table__td__download a + a {
		margin-top: 10px;
		margin-right: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 550px) {
	.pl__table {
		display: block;
	}
	.pl__table__th {
		display: block;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.pl__table__td {
		display: block;
	}
}

/* application - key-industires */
.industires__list {}
.industires__list ul {
	font-size: 0;
}
.industires__list ul li {
	display: inline-block;
	width: 16.6666%;
	vertical-align: top;
}
.industires__list ul li a {}
.industires__list ul li a .img_full_wrap img {
	width: 100%;
}
.industires__list__tit {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #273872;
}
@media screen and (max-width: 767px) {
	.industires__list ul li {
		width: 50%;
	}
}

/* application - key-industires - pump */
.industires__3depth_layout {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.industires__3depth__img {
	display: table-cell;
	width: 553px;
	vertical-align: top;
	font-size: 0;
}
.industires__3depth__img figure {
	padding-right: 40px;
	border-right: 3px solid #f2b221;
}
.industires__3depth__img img {
	width: auto;
	max-width: 100%;
}
.industires__3depth__info {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
}
.industires__3depth__info__top {
	overflow: hidden;
}
.industires__3depth__info__top__tit {
	float: left;
	font-size: 27px;
	font-weight: 500;
	padding-top: 20px;
}
.industires__3depth__info__top__tit small {
	display: block;
	line-height: 1;
	font-size: 14px;
}
.industires__3depth__info__top__thumb {
	float: right;
	font-size: 0;
}
.industires__3depth__info__top__thumb img {
	width: 150px;
}
.industires__3depth__info__body {
	margin-top: 20px;
}
.industires__3depth__info__body__img {
	text-align: right;
	font-size: 0;
	margin-top: 20px;
}
.industires__3depth__info__body__img img {}

.application__gallery {
	padding-bottom: 50px;
	border-bottom: 2px solid #f2b221;
}
.product_case_gallery .application__gallery {
	padding-bottom: 0;
	border-bottom: 0;
}
.application__gallery .slick-track {
	margin-left: 0;
}
.application__gallery .board-wrap .category-tab,
.application__gallery .board-wrap > p,
.application__gallery .board-wrap .board-paging,
.application__gallery .board-search-wrap,
.showroom-box .slider .slick-list .slick-slide figcaption,
.showroom-box .slider-nav-thumbnails,
.showroom-box .slider .slick-list .slick-slide .gal-pop-cont {
	display: none;
}
.showroom-box.acc .slider .slick-list .slick-slide {
	padding-top: 40px;
}
.showroom-box.acc .slider .slick-list .slick-slide figcaption,
.showroom-box.acc .slider .slick-list .slick-slide .gal-pop-cont {
	display: block;
}
.showroom-box.acc .slider .slick-list .slick-slide figcaption {
	padding-top: 0;
	padding-left: 0;
	font-weight: 500;
}
.showroom-box.acc .slider .slick-list .slick-slide .gal-pop-cont {
	position: absolute;
	top: 20px;
	left: 0;
}
.showroom-box.acc .slider .slick-list .slick-slide .gal-pop-cont p {
	display: inline-block;
}

.application__gallery .board-wrap .gallery-list {
	padding: 0;
	margin-bottom: 0;
	border: 0;
	margin: 0 -10px;
}
.application__gallery .board-wrap .gallery-list figure {
	width: 20%;
	margin-bottom: 0;
	padding: 0 10px;
}
.application__gallery .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
	padding-bottom: 56.25%;
	height: 0;
}
.application__gallery .board-wrap .gallery-list figure figcaption,
.application__gallery .board-wrap .gallery-list figure a figcaption {
	display: none;
}
/* .application__gallery .slick-prev,
.application__gallery .slick-next {
	background: rgba(242,178,33,0.7);
	z-index: 1;
	width: 30px;
	height: 30px;
}
.application__gallery .slick-prev {
	left: 0;
}
.application__gallery .slick-next {
	right: 0;
}
.application__gallery .slick-prev:before,
.application__gallery .slick-next:before {
	font-family: 'fontawesome';
	font-size: 14px;
}
.application__gallery .slick-prev:before {
	content: '\f053';
}
.application__gallery .slick-next:before {
	content: '\f054';
} */
@media screen and (max-width: 1200px) {
	.industires__3depth__img {
		width: 50%;
	}
	.industires__3depth__img figure {
		padding-right: 35px;
	}
	.industires__3depth__info {
		padding-left: 35px;
	}
}
@media screen and (max-width: 767px) {
	.industires__3depth_layout {
		display: block;
	}
	.industires__3depth__img {
		display: block;
		width: 100%;
	}
	.industires__3depth__img figure {
		padding-right: 0;
		border-right: 0;
	}
	.industires__3depth__info {
		display: block;
		padding-left: 0;
		margin-top: 10px;
	}
	.industires__3depth__info__top__tit {
		font-size: 18px;
	}
	.industires__3depth__info__top__thumb img {
		width: 75px;
	}
	
	.application__gallery .board-wrap .gallery-list figure,
	.application__gallery .board-wrap .gallery-list figure a {
		height: auto;
	}
}
@media screen and (max-width: 590px) {
	.showroom-box.acc .slider {
		height: 400px;
	}
	.showroom-box.acc .slider .slick-list .slick-slide {
		height: 370px;
	}
	.showroom-box.acc .slider .slick-list .slick-slide img {
		margin-top: 30px;
	}
}
@media screen and (max-width: 500px) {
	.showroom-box.acc .slider {
		height: 400px;
	}
}

/* blog */
.blog__wrap {
	color: #333;
}
.blog__wrap__tit {
	position: relative;
}
.blog__wrap__tit:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #666;
}
.blog__wrap__tit span {
	position: relative;
	display: inline-block;
	word-break: keep-all;
	background-color: #fff;
	color: #333;
	z-index: 1;
	padding-right: 15px;
	font-size: 20px;
}
.blog__wrap__tit i {
	margin-right: 5px;
}
.blog__col_box {
	display: table;
	padding: 40px 0;
	width: 100%;
	table-layout: fixed;
}
.blog__col_box ~ .blog__col_box {
	border-top: 1px solid #ddd;
}
.blog__col_box__img {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	font-size: 0;
}
.blog__col_box__img figure {
	padding-right: 36px;
}
.blog__col_box__img figure img {
	width: auto;
	max-width: 100%;
}
.blog__col_box__info {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.blog__col_box__info__tit {
	font-size: 27px;
	font-weight: 500;
	padding-bottom: 20px;
	line-height: 1.4;
}
.pl__table__td__p + .blog__col_box__info__tit {
	margin-top: 20px;
}
.blog_application__wrap {
	margin-top: 40px;
}
.blog_application__tit {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.blog_application__wrap .application__gallery {}
.board_col_wrap .application__gallery .board-wrap {
	display: block;
	width: 100%;
	padding-right: 0;
}
.blog__related_products {
	margin-top: 10px;
	font-size: 0;
}
.blog__related_products a {
	display: inline-block;
	font-size: 15px;
	word-break: keep-all;
	color: #fff;
	background-color: #f2b221;
	padding: 10px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog__related_products a:last-child {
	margin-right: 0;
}
.board_right__blog_list {}
.board_col_wrap .board_right .board_right__blog_list ul {
	padding-left: 0;
}
.board_col_wrap .board_right .board_right__blog_list ul li {
	list-style: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.board_col_wrap .board_right .board_right__blog_list ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.board_col_wrap .board_right .board_right__blog_list ul li a {
	display: block;
	font-size: 0;
	padding: 0;
}
.board_col_wrap .board_right .board_right__blog_list ul li a figure {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 100px;
	overflow: hidden;
	vertical-align: bottom;
}
.board_col_wrap .board_right .board_right__blog_list ul li a figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog_list__txt {
	display: inline-block;
	width: calc(100% - 110px);
	vertical-align: bottom;
}
.blog_list__txt__box {
	padding-left: 10px;
}
.blog_category_txt {
	display: inline-block;
	font-size: 15px;
	word-break: keep-all;
	color: #fff;
	background-color: #f2b221;
	padding: 5px 10px;
}
.blog_title_txt {
	font-size: 15px;
	margin-top: 5px;
	word-break: keep-all;
}
.board_right__blog_list .board-paging {
	margin: 30px 0 0;
}

@media screen and (min-width: 1201px) {
	.blog__related_products a:hover {
		color: #f2b221;
		background-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.blog__col_box {
		display: block;
	}
	.blog__col_box__img {
		display: block;
		width: 100%;
	}
	.blog__col_box__img figure {
		padding-right: 0;
	}
	.blog__col_box__info {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.blog__col_box__info__tit {
		font-size: 18px;
	}
	.blog__wrap__tit span {
		font-size: 16px;
	}
}

/* product (list) */
.product_search_wrap {
	background-color: #f2f5f8;
}
.product_search_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 120px;
}
.product_search_inner__bg {
	position: relative;
	background-color: #5777ad;
	background: -webkit-linear-gradient(90deg, #5777ad, #69caea);
	background: -o-linear-gradient(90deg, #5777ad, #69caea);
	background: -moz-linear-gradient(90deg, #5777ad, #69caea);
	background: linear-gradient(90deg, #5777ad, #69caea);
	padding: 4px;
}
.product_search_inner__bg input {
	border: 0;
	padding: 20px;
	padding-right: 65px;
	font-size: 18px;
	width: 100%;
	outline: none;
}
.product_search_inner__bg input.btn_product_search {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	width: 65px;
	font-size: 0;
	text-indent: -9999px;
	background: url('/html/_skin/seil/img/sub/product/btn_product_search.png') no-repeat center;
	cursor: pointer;
	padding: 0;
}
.product_list_inner {
	margin-top: 60px;
	margin-bottom: 110px;
}
.product_list__category {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2b121;
	overflow: hidden;
}
.product_list__category > ul {
	font-size: 0;
	float: left;
}
.product_list__category > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.product_list__category > ul > li:last-child {
	margin-right: 0;
}
.product_list__category > ul > li a {
	color: #d4d4d4;
	font-size: 27px;
	font-weight: 500;
	word-break: keep-all;
}
.product_list__category > ul > li.current {}
.product_list__category > ul > li.current a {
	color: #f2b121;
}
.products.list2 {}
.imgUl1 {
	font-size: 0;
	margin: 0 -25px;
}
.imgUl1 li {
	position: relative;
	display: inline-block;
	width: 33.3333%;
	padding: 0 25px;
	margin-top: 40px;
	vertical-align: top;
}
.imgUl1 li figure {
	position: relative;
}
.imgUl1 li figure:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(248,177,38,.9);
	opacity: 0;
}
.imgUl1 li figure:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 4px;
	bottom: 5px;
	left: 4px;
	border: 2px solid #ebdec2;
	opacity: 0;
}
.imgUl1 li figure img {
	width: 100%;
}
.product_list_info {
	position: absolute;
	top: 50%;
	right: 25px;
	left: 25px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.product_list_info h4 {
	font-size: 25px;
	font-weight: 500;
	color: #000;
	word-break: keep-all;
}
.product_list_info h6 {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	word-break: keep-all;
}
.product_list_info h6:after {
	content: "";
	display: block;
	margin: 20px auto;
	width: 30px;
	height: 1px;
	background-color: #8f8f8f;
}
.product_list_info p {
	font-size: 15px;
	font-weight: 300;
	color: #37383c;
	word-break: keep-all;
}
.product_list_download_btn {
	display: inline-block;
	font-size: 15px;
	word-break: keep-all;
	color: #fff;
	background-color: #f2b221;
	padding: 10px;
	float: right;
}
.product_list_download_btn i {
	margin-left: 8px;
}

.imgUl1.acc li {
	width: 16.6666%;
}
.imgUl1.acc .product_list_info h4 {
	font-size: 16px;
}
.imgUl1.acc .product_list_info p {
	font-size: 14px;
}
@media screen and (min-width: 1201px) {
	.imgUl1 li:hover figure:before,
	.imgUl1 li:hover figure:after,
	.imgUl1 li:hover .product_list_info {
		opacity: 1;
	}
	.product_list_download_btn:hover {
		color: #f2b221;
		background-color: #fff;
	}
}
@media screen and (max-width: 1200px) {
	.product_list_info {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
		margin-top: 10px;
	}
	.product_list_info h6:after {
		margin: 5px auto;
	}
}
@media screen and (max-width: 767px) {
	.product_search_inner {
		padding: 20px;
	}
	.product_search_inner__bg input {
		padding: 10px;
		padding-right: 40px;
	}
	.product_search_inner__bg input.btn_product_search {
		width: 40px;
		background-size: 20px;
	}
	.product_list_inner {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.product_list__category > ul > li {
		margin-right: 20px;
	}
	.product_list__category > ul > li a {
		font-size: 18px;
	}
	.imgUl1 {
		margin: 0 -10px;
	}
	.imgUl1 li {
		margin-top: 20px;
		padding: 0 10px;
		width: 50%;
	}
	.imgUl1.acc li {
		width: 50%;
	}
	.product_list_info h4 {
		font-size: 16px;
	}
	.product_list_info p {
		font-size: 14px;
	}
	.product_list_download_btn {
		font-size: 12px;
		padding: 5px 10px;
	}
}

/* product detail */
.product_detail_wrap {}
.product_detail_top {}
.product_detail_top__series {
	font-size: 0;
}
.product_detail_top__series__tit {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
	margin-right: 10px;
}
.product_detail_top__series__tit:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6.5px;
	width: 1px;
	height: 13px;
	background-color: #b5b5b5;
}
.product_detail_top__series__txt {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	font-weight: 350;
	color: #818181;
	word-break: keep-all;
}
.product_detail_top__explanation {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 50px;
}
.product_detail_top__explanation__thumb {
	display: table-cell;
	width: 110px;
	vertical-align: top;
}
.product_detail_top__explanation__thumb ul {
	font-size: 0;
	padding-right: 30px;
}
.product_detail_top__explanation__thumb ul li {
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.product_detail_top__explanation__thumb ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid #d7d7d7;
	align-items: center;
	justify-content: center;
	padding: 6px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.product_detail_top__explanation__thumb ul li a.on {
	border: 2px solid #f2b221;
	padding: 5px;
}
.product_detail_top__explanation__thumb ul li a img {
	width: 100%;
}
.product_detail_top__explanation__thumb ul li + li {
	margin-top: 10px;
}
.product_detail_top__explanation__img {
	display: table-cell;
	width: 360px;
	vertical-align: top;
}
.product_detail_top__explanation__img ul {}
.product_detail_top__explanation__img ul li {}
.product_detail_top__explanation__img ul li figure {
	padding: 20px 0;
	font-size: 0;
}
.product_detail_top__explanation__img ul li figure img {
	width: 100%;
}
.product_detail_top__explanation__img ul li p {
	font-size: 20px;
	font-weight: 700;
	color: #37383c;
	text-align: center;
	margin-top: 8px;
	
	display: none;
}
.product_detail_top__explanation__info {
	display: table-cell;
	vertical-align: top;
}
.product_detail_top__explanation__info__top {
	font-size: 15px;
}
.product_detail_top__explanation__info__top__tit {
	font-weight: 500;
	color: #f1b221;
}
.product_detail_top__explanation__info__top__txt {
	word-break: keep-all;
}
.product_detail_top__explanation__info__mid {
	margin-top: 20px;
	padding-bottom: 7px;
	border-bottom: 2px solid #F1B121;
}
.product_detail_top__explanation__info__mid__download {
	background: url('/html/_skin/seil/img/sub/product/DOWNLOADICON.png') no-repeat top left;
	background-size: 43px;
	padding-left: 63px;
}
.product_detail_top__explanation__info__mid__download__tit {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 1;
}
.product_detail_top__explanation__info__mid__download__btn {
	margin-top: 5px;
}
.product_detail_top__explanation__info__mid__download__btn ul {
	font-size: 0;
}
.product_detail_top__explanation__info__mid__download__btn ul li {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	vertical-align: top;
}
.product_detail_top__explanation__info__mid__download__btn ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6.5px;
	width: 1px;
	height: 13px;
	background-color: #b5b5b5;
}
.product_detail_top__explanation__info__mid__download__btn ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.product_detail_top__explanation__info__mid__download__btn ul li:last-child:after {
	display: none;
}
.product_detail_top__explanation__info__mid__download__btn ul li a {
	font-size: 14px;
}

/* 2023-07-06 */
.product_detail_top__explanation__cert__info__mid__download__btn {
	margin-top: 5px;
}
.product_detail_top__explanation__cert__info__mid__download__btn ul {
	font-size: 0;
}
.product_detail_top__explanation__cert__info__mid__download__btn ul li {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	vertical-align: top;
}
.product_detail_top__explanation__cert__info__mid__download__btn ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6.5px;
	width: 1px;
	height: 13px;
	background-color: #b5b5b5;
}
.product_detail_top__explanation__cert__info__mid__download__btn ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.product_detail_top__explanation__cert__info__mid__download__btn ul li:last-child:after {
	display: none;
}
.product_detail_top__explanation__cert__info__mid__download__btn ul li a {
	font-size: 16px;
}

.product_detail_top__explanation__info__bot {
	margin-top: 40px;
	word-break: keep-all;
}
.product_detail_mid {
	
}
.product_detail_mid__col {
	display: flex;
	width: 100%;
}
.product_detail_mid__col_6 {
	display: table;
	width: 50%;
	table-layout: fixed;
	padding-right: 30px;
}
.product_detail_mid__col_6:nth-child(even) {
	padding-right: 0;
	padding-left: 30px;
}
.product_detail_mid .product_detail_mid__col:first-child .product_detail_mid__col_6 {
	margin-top: 100px;
}
.product_detail_mid__col_6__img {
	display: table-cell;
	width: 184px;
	vertical-align: top;
	font-size: 0;
	text-align: center;
}
.product_detail_mid__col_6__img img {
	width: auto;
	max-width: 100%;
}
.product_detail_mid__col_6__info {
	display: table-cell;
	vertical-align: top;
	padding: 30px 20px;
}
.product_detail_mid__col_6__info h4 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0dede;
	word-break: keep-all;
}
.product_detail_mid__col_6__info p {
	font-size: 15px;
	font-weight: 300;
	font-weight: 350;
	word-break: keep-all;
}
.product_detail_bot {
	margin-top: 50px;
}
#accordion {
	margin-top: 20px;
	font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}
#accordion > h3 {
	background-color: #f3f3f3;
	font-size: 18px;
	font-weight: 500;
	color: #272727;
}
#accordion > div {}
#accordion.ui-accordion > div.ui-accordion-content {
	padding: 2em 2.2em;
}
.ptable {}
.ptable + .ptable,
.ptable_col + .ptable_col {
	margin-top: 80px;
}
.ptable table {
	width: 100%;
	table-layout: fixed;
}
.ptable table caption {
	padding-left: 40px;
	background: url(/html/_skin/seil/img/sub/product/downloadtechicon.png) no-repeat top left;
	font-size: 20px;
	color: #37383c;
	text-align: left;
	margin-bottom: 20px;
	caption-side: top;
}
.ptable table th,
.ptable table td {
	font-size: 16px;
	font-weight: 350;
	font-weight: 300;
	padding: 8px 20px;
	text-align: left;
	border-top: 1px solid #ddd;
	word-break: keep-all;
	vertical-align: middle;
}
.ptable.ptable-center table th,
.ptable.ptable-center table td {
	text-align: center;
}
.ptable table tr:nth-child(even) th,
.ptable table tr:nth-child(even) td {
	background-color: #f9f9f9;
}
.ptable table thead th {
	font-weight: 500;
	color: #fff;
	background-color: #F2B221;
	border-top: 0;
}
.ptable table tbody th {
	font-weight: 400;
}
.ptable table tbody td {}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #d4d4d4 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #d4d4d4 !important;
}
.ptable_col {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ptable_col__img {
	display: table-cell;
	width: 250px;
	vertical-align: top;
	padding-right: 30px;
}
.ptable_col__table {
	display: table-cell;
	vertical-align: top;
}

.imported-products-style .board-wrap .board-view .btn-view-wrap,
.imported-products-style .post-navi {
	display: none;
}

.ptable.ptable-first-center table thead tr th:first-child,
.ptable.ptable-first-center table tbody tr th:first-child,
.ptable.ptable-first-center table tbody tr td:first-child {
	text-align: center;
}

.ptable.ptable-tech table tbody {
	border-bottom: 1px solid #ddd;
}
.ptable.ptable-tech table tbody tr th,
.ptable.ptable-tech table tbody tr td {
	vertical-align: middle;
}
.ptable.ptable-tech table tbody tr th {
	text-align: center;
	border-right: 1px solid #ddd;
}
.ptable.ptable-tech table tr:nth-child(even) th,
.ptable.ptable-tech table tr:nth-child(even) td {
	background-color: #fff;
}
.ptable.ptable-center.ptable-tech table tbody tr td:first-child {
	border-right: 1px solid #ddd;
}

@media screen and (min-width: 1201px) {
	.ptable table tbody tr:hover th,
	.ptable table tbody tr:hover td {
		background-color: #f3f3f3;
	}
	.ptable.ptable-tech table tbody tr:hover th,
	.ptable.ptable-tech table tbody tr:hover td {
		background-color: #fff;
	}
	.ptable.ptable-tech table tbody tr td a:hover {
		color: #f2b221;
	}
	.product_detail_top__explanation__info__mid__download__btn ul li a:hover {
		color: #f1b221;
	}
}
@media screen and (max-width: 767px) {
	.product_detail_top__series__tit {
		font-size: 16px;
	}
	.product_detail_top__series__txt {
		font-size: 16px;
	}
	.product_detail_top__explanation {
		display: block;
		margin-top: 30px;
	}
	.product_detail_top__explanation__thumb {
		display: block;
		width: 100%;
	}
	.product_detail_top__explanation__thumb ul {
		padding-right: 0;
		margin: 0 -5px;
	}
	.product_detail_top__explanation__thumb ul li {
		display: inline-block;
		width: 20%;
		height: auto;
		padding: 5px;
	}
	.product_detail_top__explanation__thumb ul li + li {
		margin-top: 0;
	}
	.product_detail_top__explanation__img {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.product_detail_top__explanation__img ul li p {
		font-size: 16px;
		margin-top: 0;
	}
	.product_detail_top__explanation__info {
		display: block;
		margin-top: 40px;
	}
	.product_detail_top__explanation__info__mid__download {
		background-size: 24px;
		padding-left: 32px;
		background-position: top 4px left;
	}
	.product_detail_top__explanation__info__mid__download__tit {
		font-size: 16px;
	}
	.product_detail_top__explanation__info__bot {
		margin-top: 20px;
	}
	.product_detail_mid__col {
		display: block;
	}
	.product_detail_mid__col_6 {
		width: 100%;
		padding-right: 0;
		margin-top: 30px;
	}
	.product_detail_mid__col_6:nth-child(even) {
		padding-left: 0;
	}
	.product_detail_mid .product_detail_mid__col:first-child .product_detail_mid__col_6 {
		margin-top: 30px;
	}
	.product_detail_mid__col_6__img {
		width: 92px;
	}
	.product_detail_mid__col_6__info {
		padding: 10px 0 10px 15px;
	}
	.product_detail_mid__col_6__info h4 {
		font-size: 16px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.ptable table th,
	.ptable table td {
		font-size: 12px;
		padding: 8px;
	}
	#accordion > h3 {
		font-size: 14px;
	}
	#accordion.ui-accordion > div.ui-accordion-content {
		padding: 20px;
	}
	.ptable_col {
		display: block;
	}
	.ptable_col__img {
		display: block;
		margin: 0 auto;
		padding-right: 0;
	}
	.ptable_col__table {
		display: block;
		margin-top: 20px;
	}
	.ptable table caption {
		font-size: 16px;
		background-size: 22px;
		background-position: top 3px left;
		padding-left: 27px;
		margin-bottom: 10px;
	}
	.ptable + .ptable,
	.ptable_col + .ptable_col {
		margin-top: 40px;
	}
	
	.ptable.ptable-center.ptable-tech table tbody tr td:first-child {
		border-right: 0;
	}
}

/* product - installations-kit */
.kit_table_col {
	overflow: hidden;
	margin-bottom: 20px;
}
.kit_table_col__left {
	float: left;
	font-size: 14px;
	word-break: keep-all;
}
.kit_table_col__left strong {
	font-size: 20px;
	line-height: 1;
}
.kit_table_col__right {
	float: right;
	margin-top: 5px;
}
.sub-wrap-accessories .application__gallery .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
	padding-bottom: 100%;
}

/* product - how-to-order */
.order__box {
	padding-bottom: 60px;
}
.order__box .blog__wrap__tit {
	text-align: center;
	margin-bottom: 5px;
}
.order__box .blog__wrap__tit span {
	font-size: 20px;
	font-weight: 700;
	padding: 0 30px;
}
.order__box.step_01 .blog__wrap__tit span {
	color: #f2b221;
}
.order__box.step_02 .blog__wrap__tit span {
	color: #152d56;
}
.order__box.step_03 .blog__wrap__tit span {
	color: #87b749;
}
.order__box.step_extra .blog__wrap__tit span {
	color: #ea875c;
}
.order__box__cont {
	font-size: 0;
	margin-top: 40px;
}
.order__box__cont + .order__box__cont {}
.order__box__cont__img {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	padding-right: 40px;
}
.order__box__cont__img img {
	width: auto;
	max-width: 100%;
}
.order__box__cont__table {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.order__box.step_01 .ptable table thead th {}
.order__box.step_02 .ptable table thead th {
	background-color: #152d56;
}
.order__box.step_03 .ptable table thead th {
	background-color: #87b749;
}
.order__box.step_extra .ptable table thead th {
	background-color: #ea875c;
}
@media screen and (max-width: 767px) {
	.order__box {
		
	}
	.order__box__cont {
		margin-top: 20px;
	}
	.order__box__cont__img {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.order__box__cont__table {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
}

/* service */
.service_list {
	
}
.service_list ul {
	font-size: 0;
}
.service_list ul li {
	display: inline-block;
	width: 12%;
	margin-right: 1%;
	vertical-align: top;
	opacity: .5;
}
.service_list ul li.on {
	opacity: 1;
}
.service_list ul li a {}
.service_list ul li a img {
	width: auto;
	max-width: 100%;
}

.product_detail_mid__col_6__info p a.div-form-style {
	margin-top: 10px;
}

.sub-wrap-video .board-wrap .gallery-list figure .thumb-wrap.embed-responsive-16by9,
.sub-wrap-video .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
	padding-bottom: 56.25%;
	height: 0;
	pointer-events: none;
}
.video_box_style {position: relative;overflow: hidden;}
.video_box_style:after {content: "";position: absolute;width: 71px;height: 71px;left: 50%;top: 50%;margin-left: -35.5px;margin-top: -35.5px;background: url(/html/_skin/totalkosa/img/video_play_icon.png) no-repeat center;pointer-events: none;}
.main-vid-link {position: absolute;top: 0;right: 0;bottom: 0;left: 0;-webkit-transition: .2s all ease-in-out;-ms-transition: .2s all ease-in-out;transition: .2s all ease-in-out;}
.video_box_style:hover .main-vid-link {-webkit-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3);}
section[class*=main-section-].main-section-dashboard .row [class*="col-"] [class^="item-"] .header .morebtn {top: 7px;}
#modalVideo .modal-content {padding: 20px 0;}
.video_close_btn {position: absolute;top: -40px;right: 0;}
#modalVideo .modal-dialog {
	max-width: 1200px;
}
#modalVideo iframe {
	height: 500px !important;
}

i.icon_flag {
	display: inline-block;
	width: 33px;
	height: 24px;
	font-size: 0;
	vertical-align: middle;
}
i.icon_flag.English {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_America.jpg') no-repeat center;
}
i.icon_flag.Germany {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Germany.jpg') no-repeat center;
}
i.icon_flag.France {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_France.jpg') no-repeat center;
}
i.icon_flag.Korea {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Korea.jpg') no-repeat center;
}
i.icon_flag.China {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_China.jpg') no-repeat center;
}
i.icon_flag.Italy {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Italy.jpg') no-repeat center;
}
i.icon_flag.Netherlands {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Netherlands.jpg') no-repeat center;
}
i.icon_flag.Hungary {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Hungary.jpg') no-repeat center;
}
i.icon_flag.Spain {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Spain.jpg') no-repeat center;
}
i.icon_flag.Japan {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Japan.jpg') no-repeat center;
}
i.icon_flag.Russia {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Russia.jpg') no-repeat center;
}
i.icon_flag.Iran {
	background: url('/html/_skin/seil/img/en/sub/service/download_flag_Iran.jpg') no-repeat center;
}

@media screen and (min-width: 1201px) {
	.service_list ul li:hover {
		opacity: 1;
	}
	#modalVideo iframe {
		height: 600px !important;
	}
}
@media screen and (max-width: 767px) {
	.ptable.mb-div table,
	.ptable.mb-div table tbody,
	.ptable.mb-div table tbody tr,
	.ptable.mb-div table tbody td {
		display: block;
	}
	#modalVideo iframe {
		height: 400px !important;
	}
	
	.product_detail_mid__col_6__info p a.div-form-style {
		margin-top: 0;
		font-size: 0;
		padding: 10px;
		border-radius: 5px;
	}
	.product_detail_mid__col_6__info p a.div-form-style i {
		margin-left: 0 !important;
		font-size: 14px;
	}
    .ptable a.div-form-style {
        margin-top: 0;
        font-size: 0;
        padding: 10px;
        border-radius: 5px;
    }
    .ptable a.div-form-style i {
        margin-left: 0 !important;
        font-size: 14px;
    }
}

/* sitemap */
#sitemapWrap {}
#sitemapWrap > ul {}
#sitemapWrap > ul > li {}
#sitemapWrap > ul > li + li {
	margin-top: 60px;
}
#sitemapWrap > ul > li > a {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
#sitemapWrap > ul > li > a:before {
	content: "\f043";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
#sitemapWrap > ul > li > .depth2 {
	font-size: 0;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
#sitemapWrap > ul > li > .depth2 li {
	display: inline-block;
	padding-right: 20px;
}
#sitemapWrap > ul > li > .depth2 li a {
	font-size: 14px;
	line-height: 1.7;
}
#sitemapWrap > ul > li > .depth2 li ul {
	display: none;
}
@media screen and (min-width: 1201px) {
	#sitemapWrap > ul > li > .depth2 li a:hover {
		color: #f1b121;
	}
}
@media screen and (max-width: 767px) {
	#sitemapWrap > ul > li > a {
		font-size: 16px;
	}
	#sitemapWrap > ul > li > .depth2 {
		margin-top: 10px;
	}
}

/* question */
.qtable {
	max-width: 600px;
    margin: 0 auto;
}
.qtable table {
	width: 100%;
}
.qtable table tr {}
.qtable table tr th,
.qtable table tr td {
	padding: 10px;
    vertical-align: middle;
}
.qtable table tr th {
	font-size: 0;
}
.qtable table tr td {
	text-align: right;
}
.q_name {
	display: inline-block;
	font-size: 16px;
    color: #666;
	vertical-align: middle;
}
.q_num {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    background-color: #999;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
.qtable .board-write-btn-wrap {
	margin: 20px 0 30px;
    padding-top: 35px;
    border-top: 1px solid #ddd;
}
.qtable .board-write-btn-wrap .btn-cancel {
    background: #fff;
    color: #464646;
    border: 1px solid #d2d2d3;
}
.qtable .board-write-btn-wrap .btn-confirm {
	background: #ffa500;
	border: 1px solid #ffa500;
}
.qtable .jq-star {
	width: 30px !important;
    height: 30px !important;
}
@media screen and (max-width: 767px) {
	.qtable table,
	.qtable table tbody,
	.qtable table tr,
	.qtable table tr th,
	.qtable table tr td {
		display: block;
	}
	.qtable table tr td {
		padding: 0 10px 20px 10px;
	}
}

/* 2023-02-28 버튼 3개 추가 */
.blog__related_products2 {
	margin-top: 10px;
	font-size: 0;
}
.blog__related_products2 a:last-child {
	margin-right: 0;
}
.blog__related_products2 .purchase {
	display: inline-block;
	font-size: 15px;
	word-break: keep-all;
	color: #fff;
	background-color: #f2b221;
	padding: 10px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog__related_products2 .online-inquiry {
	display: inline-block;
	font-size: 15px;
	word-break: keep-all;
	color: #fff;
	background-color: #162744;
	padding: 10px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog__related_products2 .tele-inquiry {
	display: inline-block;
	font-size: 15px;
	word-break: keep-all;
	color: #fff;
	background-color: #33cc33;
	padding: 10px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}