@charset "utf-8";
/* *******************************************************
 * filename : content.css
 * description : 서브페이지 컨텐츠 CSS
******************************************************** */


/* ******************  서브공통 ********************** */
/* -------- 공통 스크롤바  -------- */
.custom-scrollbar-cover{display:none;}

/* -------- 공통 :: 탭 -------- */
.sub-cm-tab-wrapper{position:relative; height:76px; margin-bottom:60px;}
.sub-tab-cm-style{background-color:#f2f2f2; height:75px; border-bottom:1px solid #d9d9d9}
.sub-tab-cm-style ul{display:table; width:100%; table-layout:fixed; }
.sub-tab-cm-style ul li{display:table-cell; vertical-align:middle; position:relative; border:1px solid #d9d9d9; border-left:0}
.sub-tab-cm-style ul li:first-child{border-left:1px solid #d9d9d9}
.sub-tab-cm-style ul li a{display:table; height:74px; width:100%; }
.sub-tab-cm-style ul li a em{display:table-cell; vertical-align:middle; color:#111; font-size:16px; letter-spacing:-0.7px; text-align:center;}
.sub-tab-cm-style ul li.selected{z-index:1; border-bottom-color:#fff; border-top-color:#3bb0c4}
.sub-tab-cm-style ul li.selected a{background-color:#fff;}
/* 회사소개 탭 */
.sub-tab-cm-style .history-tab-list li{background-color:#fff;}
.sub-tab-cm-style .history-tab-list li.selected{border-top-color:#000}
.sub-tab-cm-style .history-tab-list li a em{font-size:18px}

/* Tab Fixed Move*/
.sub-tab-cm-style.fixed{position:fixed; top:0px; left:0; width:100%; z-index:99; }
/* Tab Contents ( 임시 ) */
.sub-cm-tab-con{padding:30px; border:1px solid #ddd; min-height:200px; background-color:#f2f2f2; margin-top:20px;}

/* -------- 공통 :: 버튼 -------- */
.cm-button-style01{
	position:relative;
	box-sizing:border-box;
	border:1px solid #5f61ff;
	display:inline-block;
	text-align:center;
}
.cm-button-style01:before{
	position:absolute; 
	bottom:0px; 
	left:0; 
	width:100%; 
	height:100%; 
	background-color:#5f61ff; 
	content:""; 
	transition:transform 0.5s; 
	transform: scaleY(0); 
	transform-origin:center top;  
}
.cm-button-style01 em{
	position:relative;
	color:#222;
	transition:all 0.3s;
}
.cm-button-style01:hover:before{ transform: scaleY(1); transform-origin:center bottom;  }
.cm-button-style01:hover em{color:rgb(255, 255, 255); }


/* **************************
* 회사소개 *
************************** */
/* ******************  회사소개 :: CEO인사말  ********************** */
#greetingContent{max-width:1200px; margin:0px auto;}
.greeting-left-txt-con{position:relative; float:left; width:600px; font-size:17.5px; color:#555; letter-spacing:-0.7px; font-weight:400; box-sizing:border-box; padding-left:45px; line-height:1.2; color:#111; }
.greeting-left-txt-con:before{position:absolute; top:0px; left:0px; width:1px; height:100%; background-color:#e5e5e5; content:"";}
.greeting-left-txt-con:after{position:absolute; top:0px; left:0px; width:1px; height:90px; background-color:#000; content:"";}
.greeting-left-txt-con .greeting-bold-txt{font-size:40px; font-weight:300; margin-bottom:1em}
.greeting-left-txt-con .greeting-txt-con p{line-height:1.8; font-weight:300; margin-top:2.2em}
.greeting-left-txt-con .greeting-txt-con p b{font-weight:600;}
.greeting-right-photo-con{float:right; width:486px; position:relative;}
.ceo-photo-deco-line-box{position:absolute; top:40px; right:100%; margin-right:-59px; z-index:11;}
.ceo-photo-deco-line-box span{display:block !important; height:12px; width:80px; margin-bottom:14px; transition:transform 0.7s; transform:scaleX(0)}
.ceo-photo-deco-line-box .deco-line1{margin-left:20px; background-color:#1548f1; transform-origin:right center;}
.ceo-photo-deco-line-box .deco-line2{width:214px; margin-left:-75px; background-color:#1471eb; transform-origin:left center;}
.ceo-photo-deco-line-box .deco-line3{background-color:#4511a7; transform-origin:center center; }

/* ******************  회사소개 :: 회사소개  ********************** */
/* -------- 회사소개 :: 상단 -------- */
#introContent{text-align:center;}
.intro-top-container{margin-bottom:90px;}
.intro-top-txt-con{font-size:43px; line-height:1.4; font-weight:300; color:#111; letter-spacing:-1px; margin-bottom:50px;}
.intro-top-txt-con .mark{display:inline-block; position:relative; margin:0 3px}
.intro-top-txt-con .mark:before{position:absolute; left:-10px; right:-10px; bottom:3px; height:19px; content:""; background-color:#bfd8bb;}
.intro-top-txt-con .mark + .mark:before{left:0}
.intro-top-txt-con .mark em{position:relative; z-index:1; font-weight:600;}
.intro-detail-txt-con{color:#555; font-size:17.5px; line-height:1.88; letter-spacing:-0.7px; font-weight:300;}
.intro-detail-txt-con p{margin-top:40px;}
.intro-detail-txt-con p:first-child{margin-top:0;}

/* -------- 회사소개 :: 하단 -------- */
.intro-bottom-container{background:url(../images/content/company_intro_bg.jpg) no-repeat 30% 50%; background-size:cover; padding:40px 0;}
.business-area{position:relative; float:left; width:25%; color:#fff; font-size:18px; letter-spacing:-0.65px; padding:120px 0 195px}
.business-area:before{position:absolute; top:0px; left:0px; width:1px; bottom:0px; background-color:#fff; content:""; opacity:0.1}
.business-area:first-child:before{display:none;}
.business-area .icon{display:block; margin-bottom:2.7em;}
.business-area .business-info-box dt{margin-bottom:1.94em; font-weight:300;}
.business-area .business-info-box dt .business-name{display:block; font-size:1.94em; font-weight: 300;}
.business-area .business-info-box dt .business-name b{font-weight:600;}
.business-area .business-info-box dt .business-en-name{display:block; font-size:0.88em; margin-top:1em; opacity:0.2 ; letter-spacing:0px;}
.business-area .business-info-box dd p{opacity:0.7; margin-top:15px; font-weight:500; letter-spacing:-0.7px;}

/* ******************  회사소개 :: CI소개  ********************** */
#ciContent{font-size:16px; letter-spacing:-0.5px; line-height:2; text-align:center;}
.ci-cm-tit{font-size:1.875em; letter-spacing:-0.5px; color:#000; font-weight:600; margin-bottom:3em;}
.ci-basic-txt span{display:block;}
.ci-basic-txt b{font-weight:600; color:#111;}
/* CI소개 :: 상단 */
.ci-top-container{margin-bottom:130px;}
.ci-top-container .ci-top-txt{line-height:1.325; color:#000; letter-spacing:-0.25px; font-size:2.5em; font-weight:700; margin-bottom:1em;}
.ci-top-container .ci-top-txt b{font-size:1.525em}
.ci-top-container .ci-top-txt2{opacity:0.5;filter:Alpha(opacity=50); font-size:1.125em; letter-spacing:-0.25px; font-weight:700; margin-bottom:6.66em;}
.ci-top-container .ci-top-txt3{margin-bottom:2.9em}
.ci-top-container .ci-top-txt3 span{position:relative;}
.ci-top-container .ci-top-txt3 span{display:inline-block; position:relative; margin:0 3px}
.ci-top-container .ci-top-txt3 span:before{position:absolute; left:-10px; right:-10px; bottom:10px; height:19px; content:""; background-color:#81adfe;}
.ci-top-container .ci-top-txt3 span + .mark:before{left:0}
.ci-top-container .ci-top-txt3 em{position:relative; z-index:1; font-weight:600; font-size:1.875em; color:#000;}
/* CI 소개 :: 로고 소개 00 */
.ci-anatomy-logo-container{margin-bottom:120px;}
.ci-anatomy-logo-container .anatomy-logo-con{margin-bottom:80px;}
.ci-anatomy-logo-container .anatomy-logo-con span{display:inline-block; vertical-align:middle; position:relative;}
.ci-anatomy-logo-container .anatomy-logo-con span:first-child{margin-right:196px; }
.ci-anatomy-logo-container .anatomy-logo-con span:first-child:after{position:absolute; top:0px; left:100%; margin-top:-30px; width:196px; height:100%; background:url(../images/content/ids_logo_plus_icon.jpg) no-repeat 50% 50%; content:"";}
.ci-anatomy-logo-container .anatomy-logo-con span em{display:block; text-align:center; color:#000; font-size:1em; margin-top:20px;}
/* CI 소개 :: 로고 소개 01 */
.ci-anatomy-logo-container2{padding:117px 15px; background:url(../images/content/ids_logo_bg.jpg) no-repeat 80% 50%; background-size:cover;}
.ci-anatomy-logo-container2 .ci-logo-img{display:block; margin:-10px 0 70px; }
/* CI 소개 :: 로고 소개 02 */
.ci-anatomy-logo-container3{padding-top:150px;}
.ci-anatomy-logo-container3 .anatomy-logo-color{text-align:center; margin-bottom:70px;}
.ci-anatomy-logo-container3 .anatomy-color-item{display:inline-block; margin:0 25px; vertical-align:middle; width:252px; height:252px; background-color:#000000; border-radius:50%; color:#fff; line-height:1.625}
.ci-anatomy-logo-container3 .anatomy-color-item:first-child{background-color:#38A1DB; }

/* ******************  회사소개 :: 오시는길  ********************** */
/* 오시는길 :: 상단 */
.map-script-wrapper{position:relative; overflow:hidden; margin:0px auto; height:500px; border:1px solid #ddd}
.map-script-wrapper .map-script-con{position:absolute; top:50%; left:50%; width:1200px; height:500px; margin:-250px 0 0 -600px;}
.map-script-wrapper .map-script-con .root_daum_roughmap,
.map-script-wrapper .map-script-con .wrap_map{height:100% !important;}
.map-iframe-wrapper{position:relative; border:1px solid #ddd; margin:0px auto; }
.map-iframe-wrapper .map-iframe-con{padding-top:41.66%; position:relative; height:0;}
.map-iframe-wrapper .map-iframe-con iframe{position:absolute; top:0px; left:0px; width:100%; height:100%;}

/* 오시는길 :: 하단정보1 */
.map-tbl-con{margin-bottom:70px;}
.map-tbl{width:100%;}
.map-tbl th,.map-tbl td{padding:15px; letter-spacing:-0.3px; font-size:15px; line-height:1.5}
.map-tbl th{width:140px; border-bottom:1px solid #000; color:#333; text-align:left; font-weight:500; }
.map-tbl td{border-bottom:1px solid #d8d8d8; color:#333; font-weight:300; }
.map-tbl td p{margin-top:5px}
.map-tbl td p:first-child{margin-top:0}

/* **************************
* 제품소개 *
************************** */
/* ******************  제품 리스트 ********************** */
.product-container{margin-top:70px;}
.product-container:first-child{margin-top:0}
/* 제품리스트 :: 타이틀 */
.product-container .prd-list-tit{position:relative; margin-bottom:30px; color:#111; font-size:35px; letter-spacing:-1.5px; font-weight:600;}
.product-container .prd-list-tit:before{position:absolute; left:-58px; top:50%; width:31px; height:4px; background-color:#111; content:""; margin-top:-2px; border-radius:3px;}
/* 제품리스트 :: 리스트 */
.product-list-box ul{margin-right:-6px}
.product-list-box .prd-list-item{float:left; width:33%; background-color:#fafafa; margin:-1px 0 20px -1px}
.product-list-box .prd-list-item a{position:relative;display:block; text-align:center; font-size:18px; padding:40px 0 80px; border:1px solid #ddd; transition:all 0.2s}
.product-list-box .prd-list-item a:before{position:absolute; top:-1px; left:-1px; right:-1px; bottom:-1px; border:0px solid #388ffa; content:""; z-index:1; transition:all 0.2s; }
.product-list-box .prd-list-item .prd-thumb{overflow:hidden; display:block; position:relative; margin:0px 15px 0px 15px; padding-top:63.461%; margin-bottom:10px; }
.product-list-box .prd-list-item .prd-info .prd-name{display:block; margin-bottom:0.7em; color:rgb(67, 100, 247); font-size:1.3em; letter-spacing:-0.65px;}
.product-list-box .prd-list-item .prd-info .prd-en-name{display:block; height:1.5em; color:rgb(70, 70, 70); font-size:0.88em; font-weight:400; line-height:1.4; text-align:left; margin:0px 15px 0px 15px;}
@media all and ( min-width: 1025px ){
	/* 제품리스트 :: 리스트 */
	.product-list-box .prd-list-item:hover{position:relative; z-index:1;}
	.product-list-box .prd-list-item a:hover{box-shadow:10px 10px 19px 8px rgba(83, 109, 255, 0.08), -10px -10px 19px 8px rgba(0, 0, 0, 0.08);}
	.product-list-box .prd-list-item a:hover:before{border-width:5px;}
}

/* ******************  제품 뷰페이지 ********************** */
/* -------- 제품 뷰 :: 상단 -------- */
#productTopCon{padding:37px 0 110px; margin-top:-1px; background-color:#f2f2f2; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;}
.prd-info-inner-container{display:table; width:100%; }
.left-prd-photo-con{display:table-cell; width:44.61%;}
.left-prd-photo-con .prd-photo-thumb{overflow:hidden; display:block; height:0; position:relative; padding-top:67.24%; }
.right-prd-info-con{display:table-cell; vertical-align:middle; width:55.39%; box-sizing:border-box; padding:0 15px 0 15px}
.right-prd-info-con .prd-name{color:#111; font-size:50px; letter-spacing:-0.5px; font-weight:700; margin-bottom:40px;}
.right-prd-info-con .prd-sub-txt{color:#333; font-size:18px; letter-spacing:-0.65px; font-weight:500; margin-bottom:40px; line-height:1.8; text-align:left; }
.right-prd-info-con .prd-spec-tag{margin:0 -5px;}
.right-prd-info-con .prd-spec-tag span{display:inline-block; margin:2px 5px; color:#fff; font-size:16px; letter-spacing:-0.25px; padding:10px 20px; background-color:#3874fd; border-radius:30px;}

/* -------- 제품 뷰 :: 하단 -------- */
#productDetailCon{margin-top:-76px}
.prd-view-tab-container{font-size:16px; letter-spacing:-0.65px; line-height:1.875; color:#666; margin-top:6.25em;}
.prd-view-tab-container .prd-inner-con{margin-top:2.5em;}
.prd-view-tab-container .prd-inner-con:first-of-type{margin-top:0px;}
/* 제품 상세 :: 타이틀디자인, 텍스트 */
.prd-view-tab-container .prd-detail-tit{margin-bottom:0.57em; color:#111; font-size:2.18em; letter-spacing:-1px; font-weight:600;}
.prd-view-tab-container .prd-detail-tit:after{display:inline-block; width:10px; height:10px; background-color:#111; content:""; border-radius:50%; margin-left:10px;}
.prd-view-tab-container .prd-detail-sub-tit{margin-bottom:0.6em; color:#000; font-size:1.25em; letter-spacing:-1px; font-weight:600;}
.prd-view-tab-container .prd-detail-txt{margin-bottom:0.5em;}
.prd-view-tab-container .prd-detail-txt:last-of-type{margin-bottom:0}
.prd-view-tab-container .prd-detail-txt.marb20{margin-bottom:20px;}
.prd-view-tab-container .prd-detail-txt.marb30{margin-bottom:30px;}
/* 제품 상세 :: Bullet스타일 */
.prd-view-tab-container .circle-bullet-large{padding-left:15px; position:relative;}
.prd-view-tab-container .circle-bullet-large:before{position:absolute; top:12px; left:0px; width:6px; height:6px; background-color:#000; border-radius:50%; content:"";}  
.prd-view-tab-container .circle-bullet-small{padding-left:8px; position:relative;}
.prd-view-tab-container .circle-bullet-small:before{position:absolute; top:0px; left:0px; content:"·";}  
.prd-view-tab-container .excla-bullet{padding-left:47px; position:relative;}
.prd-view-tab-container .excla-bullet:before{position:absolute; top:-3px; left:0px; width:34px; height:34px; background-color:#000; border-radius:50%; content:"!"; color:#fff; text-align:center; font-size:20px; font-weight:900; line-height:32px}
.prd-view-tab-container .tip-bullet{padding-left:88px; position:relative; }
.prd-view-tab-container .tip-bullet:before{position:absolute; top:-2px; left:0px; width:70px; height:28px; line-height:28px; background-color:#3bb0c4; content:"TIP"; color:#fff; text-align:center; font-size:1em; font-weight:900; font-weight:400;}
/* 제품 상세 :: Box 디자인 */
.prd-detail-info-box1{border:1px solid #eee; border-top-color:#000; background-color:#f2f2f2}
.prd-detail-info-box1.no-line{ border:0;}
.prd-detail-info-box1 .prd-detail-info-box1-inner{padding:1.75em; box-sizing:border-box; }
.prd-detail-info-box1 .prd-detail-info-box1-inner.bg-white{background-color:#fff;}
.prd-detail-info-box1.col2 .prd-detail-info-box1-inner{float:left; width:50% }
.prd-detail-info-box1.col3 .prd-detail-info-box1-inner{float:left; width:33.33% }
.prd-detail-info-box1 .prd-caution-txt{clear:both; border-top:1px solid #d9d9d9; padding-top:1em; margin:1em 1.75em; margin-top:1em}
.prd-detail-info-box2{border-top:1px solid #000; border-bottom:1px solid #eee; margin-top:2em}
.prd-detail-info-box2.col2{float:left; width:50%;}
.prd-detail-info-box2 dt{border-bottom:1px solid #eee; text-align:center; color:#000; padding:1.8em 0; }
.prd-detail-info-box2 dd{padding:1.56em 1.875em;}
/* 제품 상세 :: 이런분들께 권함/피함 */
.col2 .prd-detail-recom-box{float:left; width:50%}
.prd-detail-recom-box{background-color:#535353; color:#fff;}
.prd-detail-recom-box dl dt{display:table; width:100%; box-sizing:border-box; height:3.88em; font-size:1.5em; padding:0 2em; font-weight:300;  border-bottom:1px solid rgba(255,255,255,0.2);}
.prd-detail-recom-box dl dt > span{position:relative; padding-left:35px;}
.prd-detail-recom-box dl dt > span:before{position:absolute; top:29px; left:0px; content:"\e9e4"; font-family: 'xeicon'; line-height:1; font-size:1.25em;}
.prd-detail-recom-box dl dt i{position:relative; top:2px; font-size:1.25em; margin-right:0.2em;}
.prd-detail-recom-box dl dd{padding:1.56em 3em}
.prd-detail-recom-box.avoid{background-color:#3bb0c4}
.prd-detail-recom-box.avoid dl dt > span:before{content:"\e9ee";	}
/* 제품 상세 :: 통이미지 */
.prd-detail-img-box{text-align:center; margin-top:25px;}

/* -------- 제품 뷰 :: 제품별 스타일 -------- */
/* 일반식품 :: 캐치콜 */
.eat-guide-timeline-con{margin-top:2.5em; color:#000; }
.eat-guide-timeline-con dl dt{font-size:1.25em; letter-spacing:-0.7px; font-weight:700; margin-bottom:1em;}
.eat-guide-timeline-con .timeline-list-con li{ position:relative; color:#000; border-bottom:1px solid #e5e5e5; padding:1em;  padding-left:145px; }
.eat-guide-timeline-con .timeline-list-con li:first-child{border-top:1px solid #e5e5e5}
.eat-guide-timeline-con .timeline-list-con li:after{clear:both; content:""; display:block;}
.eat-guide-timeline-con .timeline-list-con li .time{position:absolute; top:0; left:0px; width:109px; font-weight:400; padding-left:30px; height:calc(100% + 1px); box-sizing:border-box; padding-top:1em; border-bottom:1px solid #cecece;}
.eat-guide-timeline-con .timeline-list-con li .time:before{position:absolute; top:1em; left:0px; content:"\eac1"; font-family: 'xeicon'; line-height:1; font-size:1.25em;}
.eat-guide-timeline-con .timeline-list-con li small{color:#949494; font-size:0.875em; display:block;}
.eat-guide-timeline-con dl + .prd-detail-txt{margin-top:2.4em}

/* 제품 :: hp */
.eat-guide-timeline-con{margin-top:2.5em; color:#000; }
.eat-guide-timeline-con dl dt{font-size:1.25em; letter-spacing:-0.7px; font-weight:700; margin-bottom:1em;}
.eat-guide-timeline-con .timeline-list-con-01 li{ position:relative; color:#000; border-bottom:1px solid #e5e5e5; padding:1em;  padding-left:15px; background-color:#c5eaff; }
.eat-guide-timeline-con .timeline-list-con-01 li:first-child{border-top:1px solid #e5e5e5}
.eat-guide-timeline-con .timeline-list-con-01 li:after{clear:both; content:""; display:block;}
.eat-guide-timeline-con .timeline-list-con-01 li .time{position:absolute; top:0; left:0px; width:1px; font-weight:400; padding-left:30px; height:calc(100% + 1px); box-sizing:border-box; padding-top:1em; border-bottom:1px solid #cecece;}
.eat-guide-timeline-con .timeline-list-con-01 li .time:before{position:absolute; top:1em; left:0px; content:"\eac1"; font-family: 'xeicon'; line-height:1; font-size:1.25em;}
.eat-guide-timeline-con .timeline-list-con-01 li small{color:#949494; font-size:0.875em; display:block;}
.eat-guide-timeline-con dl + .prd-detail-txt{margin-top:2.4em}

/* 일반식품 :: 미크로Smeal */
.smeal-spec-list-con{margin:0 -0.5%}
.smeal-spec-list-con .smeal-spec-item{float:left; width:32.33%; height:300px; margin:0.5%; text-align:center; background-color:#f2f2f2; border-top:1px solid #000; padding:5px 0;}
.smeal-spec-list-con .smeal-spec-item .icon{display:block; width:94px; height:94px; line-height:94px; margin:0px auto 20px; background-color:#3bb0c4; border-radius:50%;}
.smeal-spec-list-con .smeal-spec-item dl dd{color:#333; font-size:1em; line-height:1.2;}
.smeal-spec-list-con .smeal-spec-item dl dt{font-weight:700; color:#3bb0c4; font-size:2.5em; line-height:1; margin-top:.3em;}



/* Press Demo :: Product Videos */
.smeal-spec-list-con1{margin:0 -0.5%}
.smeal-spec-list-con1 .smeal-spec-item{float:left; width:48.5%; margin:0.5%; text-align:center; background-color:#f2f2f2; border-top:1px solid #000; padding:35px 0;}
.smeal-spec-list-con1 .smeal-spec-item .icon{display:block; width:94px; height:94px; line-height:94px; margin:0px auto 20px; background-color:#3bb0c4; border-radius:50%;}
.smeal-spec-list-con1 .smeal-spec-item dl dd{color:#333; font-size:1em; line-height:1.2;}
.smeal-spec-list-con1 .smeal-spec-item dl dt{font-weight:700; color:#3bb0c4; font-size:2.5em; line-height:1; margin-top:.3em;}



/* 일반식품 :: 해조효소 */
.marine-function-con{background-color:#f2f2f2; border-top:1px solid #000; padding:35px 15px; text-align:center;}
.marin-function-inner{max-width:1024px; margin:0px auto; position:relative; }
.marine-function-con .marin-function-item{float:left; width:159px; height:159px; border-radius:50%; margin-top:140px; background-color:#1b5177; border:10px solid #b1c1cd; font-size:1.5em; color:#fff; font-weight:500; }
.marine-function-con .marin-function-item02{float:right; background-color:#5ba34f; border-color:#c4dac1}
.marine-function-con .marin-function-img{display:inline-block; vertical-align:middle; }

/* 일반식품 :: 허브플러스, 캐치콜 */
.herb-eat-guide-list{margin:0 -0.3%}
.herb-eat-guide-list li{float:left; width:49.4%; margin:0.3%; background-color:#f2f2f2; padding:30px 25px; box-sizing:border-box;}
.herb-eat-guide-list.col4 li{width:24.4%;}

/* 건강식품 :: 이바넨 */
.prd-evanen-func-box{margin:0 -1%;}
.evanen-func-con{float:left; width:48%; margin:0 1%; padding:25px 50px; background-color:#f2f2f2; border:1px solid #eee; border-top-color:#000; box-sizing:border-box;}
.evanen-func-con .icon{float:left; margin-right:45px;}
.evanen-func-con .evanen-func-info{float:left; width:calc(100% - 130px );}
.evanen-func-con .evanen-func-info span{display:block; font-size:1.125em; line-height:1.5; letter-spacing:-0.65px; color:#666; }
.evanen-func-con .evanen-func-info .txt2{font-weight:600; color:#333;}
.evanen-func-con .evanen-func-info .txt3{font-weight:600; color:#3bb0c4;}

/* -------- 제품 뷰 :: ODM OEM -------- */
#oemViewContainer{max-width:780px; margin:100px auto; position:relative; background-color:#fff;}
#oemViewContainer .modal-close-btn {top:-50px;}
.oem-photo-con{position:absolute; top:0px; left:0px; width:50%; height:100%;}
.oem-photo-con span{overflow:hidden; display:block; height:100%; width:100%; position:relative;  }
.oem-info-con{position:relative; margin-left:50%; width:50%; box-sizing:border-box; padding:50px 30px; min-height:262px; background-color:#eee; }
.oem-info-con .oem-name{font-size:32px; color:#111; font-weight:600; letter-spacing:-1px; margin-bottom:35px;}
.oem-info-con .oem-info-box{font-size:15px; letter-spacing:-0.65px; line-height:1.6}
.oem-info-con .oem-info-box dl{overflow:hidden; margin-top:10px; line-height:2}
.oem-info-con .oem-info-box dt{float:left; padding:0px 13px; margin-right:12px; background-color:#102a4b; color:#fff; border-radius:30px; font-weight:500;}
.oem-info-con .oem-info-box dd{float:left; width:calc(100% - 90px);}

/* ODM & OEM (200821) */
.odm-oem-photo-box{float:right; width:52%; margin-left:3%; margin-top:5%}
.odm-oem-photo-box.mar0{margin-top:-3%}
.odm-oem-info-tbl-box{float:left; width:45%;}
.odm-oem-info-tbl {width:100%; table-layout:fixed; border-top:1px solid #000;}
.odm-oem-info-tbl th,
.odm-oem-info-tbl td{border-bottom:1px solid #d3d3d3; padding:20px 0; font-size:16px; line-height:1.6; }
.odm-oem-info-tbl th{background-color:#f8f8f8; color:#111; font-weight:400;}
.odm-oem-info-tbl td{padding-left:35px;}


/* ******************  연구소 소개 ********************** */
/* -------- 연구소 소개 -------- */
.rnd-intro-txt{text-align:center; color:#333; font-size:30px; font-weight:300; letter-spacing:-0.75px; line-height:1.66; margin-bottom:65px; }
.rnd-intro-txt .green{color:#73aa6c}
.rnd-intro-txt .blue{color:#0f2a4b}
.rnd-intro-wrapper{padding:100px 0; background:url(../images/content/rnd_intro_bg.jpg) no-repeat 50% 50%; background-size:cover;} 
.rnd-intro-wrapper h4{color:#fff; font-size:40px; letter-spacing:-0.75px; font-weight:600; margin-bottom:40px; text-align:center;}
.rnd-activity-list-con li{float:left; width:30.83%; margin:0 1.25%}
.rnd-activity-list-con li .rnd-thumb{display:block; height:0; padding-top:60.84%; position:relative; border:1px solid #e5e5e5;}
.rnd-activity-list-con li .rnd-info-box{padding-top:28px; color:#fff;}
.rnd-activity-list-con li .rnd-info-box dt{font-size:26px; font-weight:600; letter-spacing:-0.75px; margin-bottom:14px}
.rnd-activity-list-con li .rnd-info-box dd{font-size:16px; opacity:0.5; letter-spacing:-0.75px; line-height:1.5}

/* -------- 핵심기술/역량 -------- */
/* 프로젝트 :: 리스트 */
.rnd-healty-project-con1{position:relative; border-bottom:1px solid #e5e5e5; padding-bottom:83px; margin-bottom:75px;}

.healthy-tit-con{padding:126px 0 96px; background:#034e64 url(../images/content/service_process_bg.jpg) no-repeat 50% 50%; background-size:cover}
.healthy-tit-con h4{position:relative; color:#fff; font-size:50px; letter-spacing:-1.5px; font-weight:300; line-height:1.2}
.healthy-tit-con h4:before{position:absolute; top:-45px; left:0; width:97px; height:3px; background:#fff; content:"";}
.healthy-tit-con h4 b{font-weight:600;}

.healthy-tit-con2{padding:126px 0 96px; background:#034e64 url(../images/content/service_process_bg2.jpg) no-repeat 50% 50%; background-size:cover}
.healthy-tit-con2 h4{position:relative; color:#fff; font-size:50px; letter-spacing:-1.5px; font-weight:300; line-height:1.2}
.healthy-tit-con2 h4:before{position:absolute; top:-45px; left:0; width:97px; height:3px; background:#fff; content:"";}
.healthy-tit-con2 h4 b{font-weight:600;}

.healthy-project-detail-list li{margin-top:65px; padding-right:685px}
.healthy-project-detail-list li:last-child{padding-right:0}
.healthy-project-detail-list li dl{letter-spacing:-0.75px; font-weight:600; font-size:16px; }
.healthy-project-detail-list li dl dt{ font-weight:600; color:#000; font-size:1.625em; margin-bottom:1em }
.healthy-project-detail-list li dl dd{line-height:2; font-weight:300;}
.rnd-healty-img-con{position:absolute; top:-270px; right:0px; box-shadow:14px 13px 20px 5px rgb(0 0 0 / 12%), -3px -4px 20px 5px rgb(0 0 0 / 12%);}
/* 프로젝트 :: 효과 */
.rnd-healty-project-con2 h4{margin-bottom:42; color:#000; font-size:40px; font-weight:#000; letter-spacing:-1.5px; text-align:center; margin-bottom:40px;}
.rnd-healty-project-effect{margin:0 -0.5%}
.healty-project-effect-item{float:left; width:49%; margin:0.5%} 
.healty-project-effect-item dl{position:relative; height:98px; border:1px solid #e5e5e5; padding:25px 0; padding-left:115px; box-sizing:border-box; font-size:16px; letter-spacing:-0.75px; transition:all 0.5s}
.healty-project-effect-item dl dt{color:#000; font-size:1.25em; margin-bottom:7px; transition:all 0.5s}
.healty-project-effect-item dl:before{position:absolute; width:52px; height:49px; left:40px; top:25px;content:"";} 
.healty-project-effect-item01 dl:before{background-image:url(../images/content/project_effect_icon_01_off.png)}
.healty-project-effect-item02 dl:before{background-image:url(../images/content/project_effect_icon_02_off.png)}
.healty-project-effect-item03 dl:before{background-image:url(../images/content/project_effect_icon_03_off.png)}
.healty-project-effect-item04 dl:before{background-image:url(../images/content/project_effect_icon_04_off.png)}
.healty-project-effect-item05 dl:before{background-image:url(../images/content/project_effect_icon_05_off.png)}
.healty-project-effect-item06 dl:before{background-image:url(../images/content/project_effect_icon_06_off.png)}
.healty-project-effect-item07 dl:before{background-image:url(../images/content/project_effect_icon_07_off.png)}
.healty-project-effect-item08 dl:before{background-image:url(../images/content/project_effect_icon_08_off.png)}
.healty-project-effect-item01:hover dl:before{background-image:url(../images/content/project_effect_icon_01_on.png)}
.healty-project-effect-item02:hover dl:before{background-image:url(../images/content/project_effect_icon_02_on.png)}
.healty-project-effect-item03:hover dl:before{background-image:url(../images/content/project_effect_icon_03_on.png)}
.healty-project-effect-item04:hover dl:before{background-image:url(../images/content/project_effect_icon_04_on.png)}
.healty-project-effect-item05:hover dl:before{background-image:url(../images/content/project_effect_icon_05_on.png)}
.healty-project-effect-item06:hover dl:before{background-image:url(../images/content/project_effect_icon_06_on.png)}
.healty-project-effect-item07:hover dl:before{background-image:url(../images/content/project_effect_icon_07_on.png)}
.healty-project-effect-item08:hover dl:before{background-image:url(../images/content/project_effect_icon_08_on.png)}
.healty-project-effect-item:hover dl{background-color:#3d56e0; border-color:#3d56e0;color:#fff; box-shadow:20px 14px 17px 0px rgb(0 0 0 / 14%);}
.healty-project-effect-item:hover dl dt{color:#fff;}
.rnd-healthy-project-txt{margin-top:; font-size:18px; letter-spacing:-0.75px; line-height:1.88; text-align:center; margin-top:50px;}



/* ******************   게시판 :: 쓰기, 문의폼  ********************** */
.article_body {position: relative;min-height: 360px;}
.cs_notice .article_body {padding-top: 80px;}
.cs_news_press .article_body {padding-top: 80px;}
.cs_faq .article_body {padding-top: 80px;}
.cs_catalogue .article_body {padding-top: 80px;}

.wrap_narrower {max-width: 1000px;margin: 0 auto;}

/* 게시판 :: 쓰기, 문의폼 :: 개인정보취급방침 */
.bbs-inquiry-agree-con{margin-bottom:50px;}
.bbs-inquiry-agree-con .agree-tit{color:#464646; font-size:18px; letter-spacing:-0.3px; font-weight:500; padding-bottom:15px;}
.inquiry-agreement-con{border:1px solid #ddd; height:130px; overflow-y:auto; overflow-x:hidden; padding:20px; background-color:#f6f6f6;}
.bbs-inquiry-agree-con .agree-txt{padding-top:10px; font-size:15px; letter-spacing:-0.3px; color:#868686;}
.inquiry-essential-txt{text-align:right; color:#373737; font-size:13px; letter-spacing:-0.3px; padding-bottom:15px;}

/* **************************************** *
 * inquiry
 * **************************************** */
/* common */
.inquiry_btn_wrap {margin-top:50px; text-align:center;font-size:0;}
.inquiry_btn_wrap a {margin-right:15px;font-size:15px;}
.inquiry_btn_wrap a:last-child {margin-right:0;}

.jt_board_form.col_two th {width: 14.5%; }
.jt_board_form.col_two .jt_form_field { max-width: 74.2%;}

html.desktop .inquiry_page .jt_btn_basic.jt_type_03:hover {background:#1f2c5c; }
html.desktop .inquiry_page .jt_btn_basic.jt_type_03:hover span {color:#fff;}

.inquiry_page .jt_btn_basic.jt_type_03 span.arrow:after {top:5px;}
.inquiry_page .jt_btn_basic.jt_type_04 span.arrow_undo:after {top:4px;}
html.safari .inquiry_page .jt_btn_basic.jt_type_03 span.arrow:after {top: 1px;}
html.safari .inquiry_page .jt_btn_basic.jt_type_04 span.arrow_undo:after {top: 1px;}

.inquiry_page .article_visual {margin-bottom:0;}
.inquiry_header {padding: 30px 0;border-bottom:1px solid #ddd;position:relative; opacity:1; -webkit-transition: padding 300ms, opacity 300ms;-webkit-transition: padding 300ms,opacity 300ms;transition: padding 300ms,opacity 300ms;}
.inquiry_header .progress_bar {width:0%; height:3px; background:#f0ad08; position:absolute; bottom:-2px; content:''; display:block;}
.inquiry_header .wrap {overflow:hidden;}
.inquiry_header h2 { float:left; font-size:32px; color:#1f2c5c; font-weight:700; text-align:center; letter-spacing:-0.025em; position:relative;}
.inquiry_header h2 span {margin-left:25px; margin-top: -6px; padding-left: 24px;font-size:18px;font-weight:600;color:#1f2c5c;position:relative;vertical-align: middle;display: inline-block;}
.inquiry_header h2 span:before {font-family: 'jt-font';content:'\e966';font-size: 21px;font-weight: normal;color:#1f2c5c;position:absolute;left:0;top: 1px;}
.inquiry_header h2 > span.toll_free_call {padding-left:0;margin-left:8px; font-weight:700;}
.inquiry_header h2 > span.toll_free_call:before {font-size:0;}
.inquiry_header h2 > span.toll_free_call > span {font-size:18px;font-weight:600;color:#1f2c5c;padding-left:2px;margin-left:0;margin-top: 0;vertical-align: top;}
.inquiry_header h2 > span.toll_free_call > span:before {font-size:0;}
.inquiry_header .inquiry_step {float:right; font-size: 0;}
.inquiry_header .inquiry_step li {padding-right: 52px;margin-right: 17px;display:inline-block;vertical-align:middle;position:relative;}
.inquiry_header .inquiry_step li:last-child {padding-right:0; margin-right:0;}
.inquiry_header .inquiry_step li:last-child:before {display:none;}
.inquiry_header .inquiry_step li:before {font-family: 'jt-font';content:'\e91c';font-size: 35px;font-weight: normal;text-align: center;color: #ddd;display:block;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition: color 300ms;transition: color 300ms; margin-top: -2px;}
.inquiry_header .inquiry_step li span {margin-bottom: 9px;font-size:14px;font-weight:600;color:#aaa;letter-spacing:0.05em;display: block;}
.inquiry_header .inquiry_step li span i {font-style:normal; letter-spacing: 0.1em;}

.inquiry_header .inquiry_step li b {color:#222;letter-spacing:-0.025em;display:block;font-size: 18px;}
.inquiry_header .inquiry_step li.active span { color:#f0ad08;}
.inquiry_header .inquiry_step li.active span i { border-bottom:1px solid #f0ad08;}
.inquiry_header .inquiry_step li.active:before {color:#f0ad08;}

.inquiry_header.minimize { width: 100%; position: fixed; top: 137px; z-index: 100 !important; background: #fff;}
.inquiry_header.h_narrow {padding:25px 0;top:85px;}
.inquiry_header.minimize + .wrap {padding-top:113px;}
.inquiry_header.reach_bottom {opacity:0;-webkit-transition: opacity 300ms;transition: opacity 300ms;}

html.ios .inquiry_header h2 {margin-top:5px;}

.inquiry_section {  margin-top:120px;}
body.page-template-cs-inquiry-01 .inquiry_section, body.page-template-cs-inquiry-02 .inquiry_section { margin-top:0; padding-bottom:120px;}
body.page-template-cs-inquiry-01 .inquiry_section.inquiry_section_first, body.page-template-cs-inquiry-02 .inquiry_section.inquiry_section_first {margin-top:120px; }
body.page-template-cs-inquiry-01 .inquiry_section:last-child, body.page-template-cs-inquiry-02 .inquiry_section:last-child {padding-bottom:0;}
/* body.page-template-cs-inquiry-01 .inquiry_section:first-child .inquiry_section_title:before {width:4px; height:100%; background:#f0ad08; content:''; display:block; position:absolute; left:0; top:0;} */
.inquiry_section_title {position:relative;padding: 35px 40px 34px;margin-bottom:40px;background:#f6f6f6;position:relative; -webkit-transition: background 300ms;transition: background 300ms;}
.inquiry_section_title h3 {font-size:22px; font-weight:600; color:#222; letter-spacing:-0.025em; display:inline-block; -webkit-transition: color 300ms;transition: color 300ms;}
.inquiry_section_title span {margin-left:10px;font-size:14px; color:#999; letter-spacing:-0.01em; display:inline-block; -webkit-transition: color 300ms;transition: color 300ms;}
.inquiry_section_title span b {color:#e00000;}
.inquiry_section_title .add_product {position: absolute;right: 37px;top: 48%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.inquiry_section_title .add_product span {position:relative;margin-left: 0;color:#1f2c5c;border-bottom:1px solid #1f2c5c;font-size:14px;font-weight:600;letter-spacing:-0.01em;padding-right: 20px;padding-bottom: 2px;}
.inquiry_section_title .add_product span:after {font-family: 'jt-font';font-size: 15px;font-weight: normal;content:'\e940';display:inline-block;vertical-align:middle;position: absolute;right: 0;top: 2px;}
.inquiry_section_title .add_product .add_product {color:#f0ad08}
.inquiry_section_title .klc_contact_num {position: absolute;right: 40px;top: 36px;}
.inquiry_section_title .klc_contact_num span {padding-left: 24px;font-size:18px;font-weight:600;color:#1f2c5c;position:relative;vertical-align: middle;display: inline-block;}
.inquiry_section_title .klc_contact_num span:before {font-family: 'jt-font';content:'\e966';font-size: 21px;font-weight: normal;color:#1f2c5c;position:absolute;left:0;top: 1px; -webkit-transition: color 300ms; transition: color 300ms;}
.inquiry_step_mob {display:none;}
html.safari .inquiry_section_title .add_product span:after {top:-1;}
html.ios .inquiry_section_title .add_product span:after {top:0;}

.inquiry_section h4 {padding-left: 20px;padding-bottom: 21px;margin-bottom: 30px;border-bottom:1px solid #1f2c5c;color:#1f2c5c;font-size:22px;font-weight:600;letter-spacing: -0.025em;position:relative;}
.inquiry_section h4:before {content: '';display: block;width: 5px;height: 9px;position: absolute;left: 3px;top: 12px;background:#1f2c5c;-webkit-transform: rotate(0deg) skew(-40deg, -0deg);-ms-transform: rotate(0deg) skew(-40deg, 0deg);transform: rotate(0deg) skew(-40deg, 0deg);}
.inquiry_section h4 b {font-weight:600; color:#f0ad08;}
.inquiry_section h4 span {font-size:14px; color:#666;}
.inquiry_section .jt_board_form_title {border-bottom:none;padding-bottom:0;margin-bottom: 20px;  margin-top: 80px;}
.inquiry_section .jt_board_form_title_desc {margin-left: 14px; letter-spacing: -0.01em;}
html.desktop .wrap:not(.disable_form) .inquiry_section.active .inquiry_section_title { background:#1f2c5c; }
html.desktop .wrap:not(.disable_form) .inquiry_section.active .inquiry_section_title h3 {color:#fff;}
html.desktop .wrap:not(.disable_form) .inquiry_section.active .inquiry_section_title span {color:#aaa;}
html.desktop .wrap:not(.disable_form) .inquiry_section.active .inquiry_section_title span:before {color:#aaa;}
html.desktop .wrap:not(.disable_form) .inquiry_section.active .inquiry_section_title span b {color:#f0ad08;}
html.desktop .wrap:not(.disable_form) .inquiry_section.active .inquiry_section_title .add_product span {color:#f0ad08; border-bottom-color:#f0ad08;}
html.desktop .wrap.disable_form .inquiry_section_first.active .inquiry_section_title { background:#1f2c5c; }
html.desktop .wrap.disable_form .inquiry_section.active .inquiry_section_title h3 {color:#fff;}
/*html.desktop .inquiry_section:hover .inquiry_section_title:before {width:4px; height:100%; background:#f0ad08; content:''; display:block; position:absolute; left:0; top:0;}*/
html.desktop.safari .inquiry_answer_header .answer_meta li b {top: 8px;}
html.safari .inquiry_section h4:before {top:8px;}
html.ios .inquiry_section h4:before {top:10px;}

.inquiry_search .disable_form .inquiry_section:not(.inquiry_section_first) { pointer-events: none; }
.inquiry_search .disable_form .inquiry_section_title:after,
.inquiry_search .disable_form .inquiry_search_form:after,
.inquiry_search .disable_form .detail_search_filter_tit:after,
.inquiry_search .disable_form .laundry_equipment_filter_tit:after,
.inquiry_search .disable_form .detail_search_filter_select_wrap:after,
.inquiry_search .disable_form .inquiry_business_field  .business_field_check_list .detail_search_filter_row .lazy_img:after,
.inquiry_search .disable_form .laundry_equipment_select_list:after,
.inquiry_search .disable_form .laundry_equipment_slider:after { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, .65); content:''; display:block;}
.inquiry_search .disable_form .inquiry_section:first-child .inquiry_section_title:after {display:none;}
.inquiry_search .disable_form .inquiry_business_field > div .mob_accordion:first-child,
.inquiry_search .disable_form .laundry_equipment_filter_item:first-child {border-color:#ddd;}
.inquiry_search .disable_form .jt_selectric_wrap > select,
.inquiry_search .disable_form .jt_selectric_wrap:before {color:#ccc}
.inquiry_search .disable_form .selectric-hover .selectric {border-color:#c4c4c4;}

/* inquiry step 01 */
.inquiry_type {margin:0 -20px;font-size: 0;}
.inquiry_type li {width: -webkit-calc(25% - 40px);width: calc(25% - 40px);margin: 0 20px;text-align:center;display: inline-block;vertical-align:top;}
.inquiry_type li.focusin label {outline: -webkit-focus-ring-color auto 5px;}
.inquiry_type li label {padding: 38px 0 36px;border:1px solid #ddd;display:block;cursor:pointer;-webkit-transition: border 300ms, background 300ms;transition: border 300ms, background 300ms;}
.inquiry_type li input { position: absolute; opacity: 0;  }
.inquiry_type li span {font-size:16px; font-weight:600; color:#1f2c5c; letter-spacing:-0.01em; -webkit-transition: color 300ms;transition: color 300ms;}
.inquiry_type li span:before {margin-bottom: 8px;font-family: 'jt-font';font-size: 35px;font-weight: normal;text-align: center;color:#1f2c5c;display:block;-webkit-transition: color 300ms;transition: color 300ms;}
.inquiry_type li.inquiry_cunsulting span:before {content:'\e92f';}
.inquiry_type li.inquiry_solution span:before {content:'\e930';}
.inquiry_type li.inquiry_product span:before {content:'\e934';}
.inquiry_type li.inquiry_partnership span:before {content:'\e936';}
.inquiry_type li.active label {border-color:#f0ad08; background:#f0ad08;-webkit-transition: border 300ms;transition: border 300ms;}
.inquiry_type li.active span, .inquiry_type li.active span:before { color:#fff;}
html.desktop .inquiry_type li:hover label {border-color:#f0ad08}
html.desktop .inquiry_type li:not(.active):hover span:before, html.desktop .inquiry_type li:not(.active):hover span {color:#f0ad08}

.inquiry_business_field {font-size:0;margin: -12.5px -13px;}
.inquiry_business_field .jt_icheck_label {margin: 9.7px 3px;display:table;position:relative;}
.inquiry_business_field .jt_icheck_label > div, .inquiry_business_field .jt_icheck_label > span {display:inline-block; vertical-align:top}
.inquiry_business_field .jt_icheck_label > span {width: -webkit-calc(100% - 20px);width: calc(100% - 20px);}
.inquiry_business_field .jt_icheck_label span {padding-left:10px;font-size: 16px;line-height: 1.3;letter-spacing:-0.01em;color:#666;}
.inquiry_business_field > .check_all {width: auto;margin: 0px 50px 40px;padding-top: 1px;}
.inquiry_business_field  .business_field_check_list {display: block;}
.inquiry_business_field  .business_field_check_list .mob_accordion_title  {display:none;}
.inquiry_business_field  .business_field_check_list .detail_search_filter_row {display: table-cell;border-bottom:none;vertical-align: top;width: 33.33%;padding: 0 57px;border-right: 1px solid #ddd;}
.inquiry_business_field  .business_field_check_list .detail_search_filter_row:last-child {border-right:none;}
.inquiry_business_field  .business_field_check_list .detail_search_filter_row .lazy_img {padding-top: 59.9%;margin-bottom: 18px;max-width: 400px;}
.inquiry_business_field  .business_field_check_list .detail_search_filter_list {padding:0;}
.inquiry_business_field > .check_all, .inquiry_business_field .business_field_check_list {}
.inquiry_business_field .business_field_2depth {width: 100%;display:inline-block;vertical-align:middle;border-bottom: 1px solid #ddd;margin: 0 -3px 18px;padding-bottom: 19px;}
.inquiry_business_field div > div > ul {width: 100%;display: inline-block;vertical-align: top;margin: 0 -3px;}
.inquiry_business_field div > div > ul > li {width: 50%;display:inline-block;vertical-align:top;margin:0;}
.inquiry_business_field div > div > ul > li.check_all_2depth {display:none;}
.inquiry_business_field div > div > ul > li .jt_icheck_label span {font-size:14px;line-height:1.4;}
.inquiry_business_field  .detail_search_filter_select_wrap {display:none;}
.business_area_select_wrap {margin:0 40px; font-size:0;}
.business_area_select_wrap .jt_selectric_wrap {width: 17.8%;margin-right:10px;display:inline-block;vertical-align:middle;}
.business_area_select_wrap .jt_selectric_wrap:last-child {width: 41.5%;margin-right:0;}
.business_area_select_wrap .jt_form_field:disabled {background:#fff;}
html.mac .inquiry_business_field div > div > ul > li .jt_icheck_label span {line-height:1.7;}
html.ie .business_area_select_wrap .jt_form_field {padding-top: 12px; padding-bottom: 11px;}

.inquiry_budget {font-size:0; margin:-8px 40px;}
.inquiry_budget li {width:16%;margin: 8px 0;display:inline-block;vertical-align:top;}
.inquiry_budget li span { padding-left:10px; font-size:16px; letter-spacing:-0.01em; color:#666;display: inline-block}
.inquiry_budget .direct_input {width: 23%;}
/* .inquiry_budget .direct_input .jt_form_field {margin-left:15px;width:200px; height:48px; padding: 11px 15px 12px; margin-top:-11px; position: absolute; right: 0; top: 0;} */
.inquiry_budget .direct_input .jt_form_field {width:-webkit-calc(100% - 155px); width: calc(100% - 155px);height: 36px;margin-left: 21px;padding: 11px 7px 2px;margin-top: -13px;position: absolute;right: 0;top: 0;border: none;border-bottom: 1px solid #ddd;background:none;position:relative;font-family: 'NotoSansKR', sans-serif;font-size: 15px;}
.inquiry_budget .direct_input .jt_icheck_label:before {font-size: 18px;color: #ddd;content:'(';display:block;position:absolute;left:130px;top: -3px;}
.inquiry_budget .direct_input .jt_icheck_label:after {font-size: 18px;color: #ddd;content:')';display:block;position:absolute;right: 1px;top: -3px;}
.inquiry_budget .direct_input .jt_icheck_label > span {width:auto;}
.inquiry_budget .jt_icheck_label { margin:12.5px 3px; display:block; position:relative;}
.inquiry_budget .jt_icheck_label > span {margin-top: -1px;}
.inquiry_budget .jt_icheck_label > div, .inquiry_budget .jt_icheck_label > span {display:inline-block; vertical-align:top}
.inquiry_budget .jt_icheck_label > span {width:-webkit-calc(100% - 20px); width: calc(100% - 20px);}
html.ie .inquiry_budget li span {margin-top: -2px;}
html.ie .inquiry_budget .direct_input .jt_form_field {margin-top: -14px; padding-top: 9px;}
html.safari .inquiry_budget .jt_icheck_label > div {top: -1px;}

.inquiry_search_form {width: 100%;height: 100%;max-width: 740px;margin: 55px auto 59px;padding: 0 0 26px;position: relative;-webkit-transition: padding 300ms;transition: padding 300ms;}
.inquiry_search_form.active .inquiry_search_label { opacity:0;}
.inquiry_search_form.active .inquiry_search_field_wrap:after { width: 100%;}

.inquiry_search_label {width:-webkit-calc(100% - 50px);width:calc(100% - 50px); display: block;font-size: 24px;font-weight: 400;line-height: 1.6;color: #aaa;letter-spacing: -0.025em;-webkit-transition:opacity 100ms;transition: opacity 100ms;position: absolute;top: 16px;left: 13px;  text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; overflow:hidden;cursor: inherit;}
.inquiry_search_field_wrap {width: 100%;height: 69px;position: relative;}
.inquiry_search_field_wrap:after {content: '';display: block;width: 0px;height: 2px;position: absolute;bottom: 0;left: 0;background:#f0ad08;-webkit-transition: width 400ms ease;transition: width 400ms ease;}
.inquiry_search_field {display: block;width: 100%;height: 100%;padding: 0 50px 0 0;position: relative;font-size: 28px;font-weight: 400;line-height: 1;color: #222;background: transparent;outline: none;border: none;border-bottom: 2px solid #222;}
.inquiry_search_field::-webkit-input-placeholder {font-size: 24px;font-weight: 400;line-height: 1.6;color: #aaa;letter-spacing: -0.025em;}
.inquiry_search_field::-moz-placeholder {font-size: 24px;font-weight: 400;line-height: 1.6;color: #aaa;letter-spacing: -0.025em;}
.inquiry_search_field::-ms-input-placeholder {font-size: 24px;font-weight: 400;line-height: 1.6;color: #aaa;letter-spacing: -0.025em;}
.inquiry_search_field::placeholder {font-size: 24px;font-weight: 400;line-height: 1.6;color: #aaa;letter-spacing: -0.025em;}
.inquiry_search_field::-ms-clear {display: none;width: 0;height: 0;}
.inquiry_search_field:focus + .inquiry_search_label {display:none;}
.inquiry_search_submit {height: 100%;width: 50px;padding: 0;position: absolute;right: -13px;top: 2px;background: none;border: none;cursor: pointer;}
.inquiry_search_submit:after {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: 'jt-font';content: '\e944';font-size: 24px;line-height: 70px;font-weight: normal;text-align: center;color: #222;-webkit-transition: color 300ms;transition: color 300ms;-webkit-transition-delay: 0ms;transition-delay: 0ms;}

.laundry_equipment_filter_wrap {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;width:100%;}
.laundry_equipment_filter_item {display: table-cell;max-width:325px;background:#f8f8f8; width:auto; padding:0;position:relative;}
.laundry_equipment_filter_item:nth-child(2) {max-width:36%;}
.laundry_equipment_filter_tit {padding: 23px;background:#1f2c5c;color:#fff;text-align:center;position:relative;}
.laundry_equipment_filter_tit i {margin-left:2px; font-size:12px; font-style:normal; }
.laundry_equipment_filter_item .laundry_equipment_item_list { padding:30px; }
.laundry_equipment_filter_item .laundry_equipment_item_list {width: 100%;padding: 30px 40px;border-right: 1px solid #ddd;height: -webkit-calc(100% - 70px);height: calc(100% - 70px);margin: 0;}
.laundry_equipment_filter_item:last-child .laundry_equipment_item_list {border-right:none;}
.laundry_equipment_filter_item .laundry_equipment_item_list ul {margin: -7.5px -5px;font-size:0;}
.laundry_equipment_filter_item .laundry_equipment_item_list li {width: 220px;margin: 8.8px 0;display:inline-block;vertical-align:top;position:relative}
.laundry_equipment_filter_item .laundry_equipment_item_list li .icheckbox_minimal { margin-right:5px;}
.laundry_equipment_filter_item .laundry_equipment_item_list li .icheckbox_minimal.disabled + span, .laundry_equipment_filter_item .laundry_equipment_item_list li .icheckbox_minimal.disabled + span i { color:#ccc;}
.laundry_equipment_filter_item .laundry_equipment_item_list li i { margin-left:2px; font-size:12px; color:#666;font-weight:600; font-style:normal; letter-spacing:-0.01em; }
.laundry_equipment_filter_item .laundry_equipment_item_list li em {margin-right:3px; font-weight:700; color:#1f2c5c;}
html.safari .laundry_equipment_filter_item .laundry_equipment_item_list li .icheckbox_minimal {top: -2px;}

.laundry_equipment_filter_item .item_tooltip {max-width:200px;width:100%;display:none;opacity:0; visibility:hidden;position: absolute;z-index: 100;-webkit-transition:opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s;}
.laundry_equipment_filter_item .item_tooltip:after {content: '';position: absolute;left: -10px;top: 50%;margin-top: -6px;width: 0px;height: 0px;border: 5px solid transparent;border-right-color: #e5e5e5;}
.laundry_equipment_filter_item .item_tooltip #tooltip { word-break:break-all; display:inline-block; width: auto; padding: 13px; background-color: #eaeaea; color: #888; font-size: 12px; letter-spacing: -0.01em;}
html.desktop .laundry_equipment_filter_item .item_tooltip.active { display:block;opacity:1; visibility:visible; }

.laundry_equipment_filter_item .jt_icheck_label {display: table; }
.laundry_equipment_filter_item .jt_icheck_label > div, .jt_icheck_label > span {display: inline-block; vertical-align:top;}
.laundry_equipment_filter_item .jt_icheck_label > div {width:20px;}
/* .laundry_equipment_filter_item .jt_icheck_label > span {width:calc(100% - 25px); width:-webkit-calc(100% - 25px);} */

.laundry_equipment_filter_item .next_arrow_wrap {position:absolute;top: 20px;right: -3px;z-index:10;}
.laundry_equipment_filter_item .next_arrow {display: inline-block; vertical-align:middle;position:relative;}
.laundry_equipment_filter_item .next_arrow:after {display: block;width: 12px;font-style:normal;font-family: 'jt-font';content: '\e92b';font-size: 20px;font-weight: normal;text-align: center;line-height: 1;color:#ffffff;color:rgba(255, 255, 255, .2);margin-top: 2px;display:none;}
.laundry_equipment_filter_item.active .next_arrow_wrap {right: -19px;}
.laundry_equipment_filter_item.active .next_arrow_02, .laundry_equipment_filter_item.active .next_arrow_03 {display:inline-block;}
.laundry_equipment_filter_item.active .next_arrow:after {color:#f0ad08;}
.laundry_equipment_filter_item .next_arrow_inner{display: none;}
.laundry_equipment_filter_item .next_arrow_00{ display:inline-block; opacity:1}
.active.laundry_equipment_filter_item .next_arrow_inner{ display:inline-block; }
.active.laundry_equipment_filter_item .next_arrow.next_arrow_00{display:none;opacity:0;}
html.ie .laundry_equipment_filter_item .next_arrow:after {margin-top: 4px;}

.laundry_equipment_slider {margin-top: 94px; position:relative;}
.laundry_equipment_slider .four_col_slider {display:none;}
.laundry_equipment_select_title h4 {font-size:20px; color:#222;}
.laundry_equipment_select_title h4:before {top:11px;}
html.safari .laundry_equipment_select_title h4:before {top: 7px;}
html.ios .laundry_equipment_select_title h4:before {top:7px;}

.laundry_equipment_slider .four_col_slider_text {margin-top:20px; margin-bottom:12px;}
.laundry_equipment_slider .four_col_slider_text > b { font-size:18px; letter-spacing:-0.025em; display:block; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; overflow:hidden;}
.laundry_equipment_slider .four_col_slider_text > span {max-width:100%; padding-bottom: 0px; font-size: 13px; line-height: 1.2; font-weight: 700; color: #f0ad08; border-bottom: 1px solid #f0ad08; letter-spacing: -0.025em; display: inline-block; position: relative; margin-bottom: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;}
.laundry_equipment_slider .four_col_slider_text > span[lang=en] { font-size: 15px; letter-spacing: 0; padding-bottom: 0px;}
.laundry_equipment_slider .four_col_slider_text > ul  {margin-top:7px;}
.laundry_equipment_slider .four_col_slider_text > ul li {font-size:14px;letter-spacing:-0.01em;}
.laundry_equipment_slider .four_col_slider_text > ul li span {padding-right:8px;margin-right: 6px;color:#1f2c5c;font-weight:700;display:inline-block;position:relative;vertical-align: top;}
.laundry_equipment_slider .four_col_slider_text > ul li span:after {width:1px;height:10px;background:#ddd;display: block;content:'';position: absolute;top: 5px;right: 0;}
.laundry_equipment_slider .four_col_slider_text .jt_btn_basic { margin-top:30px; width:124px; padding:13px; font-size:14px; color:#666; background:#f6f6f6; border-color:#ddd; letter-spacing:-0.01em; display:block;}
.laundry_equipment_slider .four_col_slider_text .inquiry_select_product_complete {cursor:default; background:#f0ad08;color: #fff; border: 1px solid #f0ad08; display:none;}
.laundry_equipment_slider .four_col_slider_text b + .jt_btn_basic, .laundry_equipment_slider .four_col_slider_text b + .jt_btn_basic + .jt_btn_basic {margin-top:57px; }
html.ios .laundry_equipment_slider .four_col_slider_text > ul li span {padding-right:7px;}
html.ios .laundry_equipment_slider .four_col_slider_text > ul li span:after {top:4px}

.laundry_equipment_slider .four_col_slider_item.selected .inquiry_select_product { display:none;}
.laundry_equipment_slider .four_col_slider_item.selected .inquiry_select_product_complete {display:block;}
.laundry_equipment_slider .detail_search_nodata {padding-top:119px; padding-bottom:143px; border-bottom:1px solid #ddd;}

.laundry_equipment_select_list {margin-top: 92px; position:relative;}
.laundry_equipment_select_list h4 {border-bottom:none;margin-bottom:26px; padding-bottom:0; word-break:keep-all;}
.laundry_equipment_select_table > .check_all {display:none;}
.laundry_equipment_select_table label {position:relative;}
.laundry_equipment_select_table thead {background:#f8f8f8;}
.laundry_equipment_select_table th.checkbox {width: 5.3%;}
.laundry_equipment_select_table th.name, .laundry_equipment_select_table th.quantity {width: 17.12%;}
.laundry_equipment_select_table td {padding: 22px 10px 21px;}
.laundry_equipment_select_table td.category {width:100%; text-align:left;padding-left: 21px; }
.laundry_equipment_select_table td.category .lazy_img {max-width:159px;width:18%;padding-top: 12.9%;display:inline-block;vertical-align:middle; overflow:hidden;}
.laundry_equipment_select_table td.category .lazy_img img {max-width:100%;}
.laundry_equipment_select_table td.category ul {width:80%;padding: 0 0 0 3%;display:inline-block;vertical-align:middle;}
.laundry_equipment_select_table td.category ul li {font-size:16px; line-height:1.5; padding-right:18px;}
.laundry_equipment_select_table td.category ul li:after {font-size:13px; top: 2px;}
.laundry_equipment_select_table .quantity_ctrl {border:1px solid #ddd;font-size:0;max-width: 155px;margin: 0 auto;}
.laundry_equipment_select_table .quantity_ctrl button {border:none;background:none;line-height:40px;padding:0;cursor:pointer;}
.laundry_equipment_select_table .quantity_ctrl input {border:none;text-align:center;width: 100%;font-size: 16px;font-weight: 400;color: #666;}
.laundry_equipment_select_table .quantity_ctrl .jt_label {display:inline-block;vertical-align:middle;line-height: 39px;width: 49%;position:relative;}
.laundry_equipment_select_table .quantity_ctrl .btn_increase:after { width:1px; height:8px; background:#ddd; content:''; display:block;position:absolute; left:0; top:50%; margin-top:-4px;-webkit-transition: opacity 300ms;transition: opacity 300ms}
.laundry_equipment_select_table .quantity_ctrl .btn_decrease:after { width:1px; height:8px; background:#ddd; content:'';  display:block;position:absolute; right:0; top:50%; margin-top:-4px;-webkit-transition: opacity 300ms;transition: opacity 300ms}
.laundry_equipment_select_table .quantity_ctrl .quantity_btn {position:relative;display:inline-block;vertical-align:middle;width: 25.5%;-webkit-transition: background 300ms;transition: background 300ms}
.laundry_equipment_select_table .quantity_ctrl .quantity_btn:before {font-family: 'jt-font';font-size: 14px;font-weight: normal;text-align: center;color: #999; -webkit-transition: color 300ms;transition: color 300ms}
html.desktop .laundry_equipment_select_table .quantity_ctrl .quantity_btn:hover {background:#f6f6f6;}
html.desktop .laundry_equipment_select_table .quantity_ctrl .quantity_btn:hover:after {opacity:0;}
html.ios .laundry_equipment_select_table .quantity_ctrl .quantity_btn:before {margin-top:1px;}
.laundry_equipment_select_table .quantity_ctrl .btn_decrease:before {content: '\e941'; }
.laundry_equipment_select_table .quantity_ctrl .btn_increase:before {content: '\e940'; }
html.desktop .laundry_equipment_select_table .quantity_ctrl .quantity_btn:hover:before {color:#1f2c5c;}
.laundry_equipment_select_table .btn_delete {margin-top:25px; width:124px; padding:13px; font-size:14px; color:#666; background:#f6f6f6; border-color:#ddd; letter-spacing:-0.01em; }
html.desktop .laundry_equipment_select_table .btn_delete:hover {background: #dedede;border-color:#dedede;color:#666;}
html.safari .laundry_equipment_select_table .btn_delete {padding-top: 14px; padding-bottom:12px;}
html.safari .laundry_equipment_select_table td.category ul li:after {top: -1px;}
html.ios .laundry_equipment_select_table td.category ul li:after {top: -1px;}
html.ios .laundry_equipment_select_table .quantity_ctrl .btn_decrease:after {margin-top:-5px;}
html.ie .laundry_equipment_select_table td.category ul li:after {top:1px;}

.laundry_equipment_empty .detail_search_nodata {border-bottom: 1px solid #ddd; padding-top: 110px;}

.jt_board_list_product td.category figure {width:16%;}
.jt_board_list_product td.category ul {width:81%; padding: 0 0 0 3%;}

.inquiry_hotline {position:fixed;bottom:20px;right:20px;background-color:#de9100;border-radius:50%; z-index: 100;display:none;}
.inquiry_hotline span {font-size:0;width:55px;height:55px;display: block;}
.inquiry_hotline span:before {font-family: 'jt-font';content:'\e966';font-size: 21px;font-weight: normal;color:#fff;vertical-align:middle;position: absolute;top: 50%;left:  50%;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

/* inquiry step 02 */
.privacy_policy_contents {height:293px; margin-top:-10px; padding: 32px 40px 24px 30px;}
.privacy_policy_contents p {margin-bottom:28px; font-size:16px; line-height:1.8; color:#666;letter-spacing:-0.01em;}
.privacy_policy_contents p:last-child {margin-bottom:0;}
.privacy_policy_agree {margin-top:18px; margin-bottom:81px;text-align:right;}
.privacy_policy_agree label span {padding-left:9px; font-size:16px; color:#222;}
.privacy_policy_agree label span b {color:#e00000; font-weight: 400;}
html.ie .privacy_policy_agree label span {margin-top: -1px;}

/* inquiry step 03 */
.inquiry_complete_text { position:relative; text-align:center;}
.inquiry_complete_text:before {font-family: 'jt-font';content: '\e94f';color:#1f2c5c;font-size: 48px;font-weight: normal;text-align: center;display: block;margin-bottom: 22px;}
.inquiry_complete_text h3 { font-size:30px; color:#222;letter-spacing:-0.025em;}
.inquiry_complete_text h3 b {color:#f0ad08;font-weight:600;}
.inquiry_complete_text p {margin-top: 12px;font-size:16px;line-height: 1.75;color:#666;letter-spacing:-0.01em;}

.inquiry_info_box {padding: 55px 83px 60px;margin: 0 auto; margin-top: 113px;background:#f8f8f8;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:0; max-width: 1260px;}
.inquiry_info_box > div {width:50%;display:inline-block; vertical-align:middle; position:relative;}
.inquiry_info_desc:after {width:1px; height:96px;background:#ddd; content:''; display:block; position:absolute; right:0;top: 50%; margin-top: -48px;}
.inquiry_info_desc p {font-size:20px;line-height: 1.6;color:#222;font-weight:600;letter-spacing:-0.025em;}
.inquiry_info_desc p b { color:#f0ad08; font-weight:600;}
.inquiry_info_desc span {margin-top: 18px;font-size:14px;letter-spacing:-0.01em;color:#666;display:block; line-height: 1.67;}
.inquiry_info_desc span b {color:#1f2c5c; font-weight:600; }
.inquiry_num_kakao_wrap {padding-left:100px;}
.inquiry_num_kakao_wrap > p {font-size:15px;margin-bottom: 6px;color:#222;font-weight:600; line-height: 1.67;}
.inquiry_num_kakao p {background:#fff;border:1px solid #ddd;border-right:none;display:inline-block;vertical-align:middle;width: 270px;height: 56px;line-height: 53px;font-weight: 600;font-size: 16px;color:#1f2c5c;padding: 0 20px;}
.inquiry_num_kakao a {width: 160px;height: 56px;line-height: 56px;font-size:15px;color:#fff;letter-spacing:-0.01em;text-align:center;background:#aaa;display:inline-block;vertical-align:middle; -webkit-transition: background 300ms;transition: background 300ms}
html.mobile .inquiry_num_kakao a {background:#f0ad08;}
.inquiry_num_kakao a span {position:relative;}
.inquiry_num_kakao a span:after {font-family: 'jt-font';content: '\e923';color:#fff;font-size: 13px;font-weight: normal;text-align: center;display: inline-block; vertical-align:middle; margin-left:8px; }
html.desktop .inquiry_num_kakao a:hover { background:#f0ad08;}
html.ie .inquiry_num_kakao a span:after {margin-top: -4px;}

.page-template-cs-inquiry-03 .inquiry_btn_wrap {margin-top:80px;}


/* inquiry step 04 */
.inquiry_check_box { max-width:740px; margin:0 auto;}
.inquiry_check_header {padding: 44px 80px 48px;background:#1f2c5c url(../images/sub/cs/inquiry_check_box_bg.jpg) no-repeat right top; background-size:cover;}
.inquiry_check_header h3 { font-size:26px; color:#f0ad08; font-weight:600; letter-spacing:-0.025em; position:relative;}
.inquiry_check_header h3:before {content: '';display: block;width: 5px;height: 9px;position: absolute;left: -18px;top: 50%;margin-top: -4px;background:#f0ad08;-webkit-transform: rotate(22deg) skew(-18deg, -20deg);-ms-transform: rotate(22deg) skew(-18deg, -20deg);transform: rotate(22deg) skew(-18deg, -20deg);}
.inquiry_check_header p {font-size:14px;color:#fff;letter-spacing:-0.01em;margin-top: 11px;}
.inquiry_check_body {background:#f6f6f6;padding: 50px 90px;}
.inquiry_check_body .jt_form_data {text-align:center;margin-bottom: 15px; font-size: 0; display: block; width: 100%;}
.inquiry_check_body .jt_form_data:last-child {margin-bottom:0;}
.inquiry_check_body .jt_form_data label, .inquiry_check_body input { vertical-align:middle; display: inline-block;}
.inquiry_check_body .jt_form_data label {text-align:left; width: 130px;}
.inquiry_check_body input {width: calc(100% - 130px * 1);width: -webkit-calc(100% - 130px * 1);}
html.safari inquiry_check_header h3:before {margin-top:-6px;}
html.ios .inquiry_check_header h3:before {margin-top:-6px;}

.page-template-cs-inquiry-check .laundry_equipment_select_table td.category .lazy_img { padding-top: 12%;}

/* inquiry step 05 */
.inquiry_answer_box {}
.inquiry_answer_header {padding: 43px 49px 48px;background:#1f2c5c;}
.inquiry_answer_header p {color:#fff;font-size:26px;letter-spacing: -0.025em; font-weight: 400;}
.inquiry_answer_header p span { color:#f0ad08; font-weight:700;}
.inquiry_answer_header .answer_meta {margin-top: 17px;font-size:0;}
.inquiry_answer_header .answer_meta li {margin-right: 27px;display:inline-block;vertical-align:middle;color:#aaa;font-size:14px;letter-spacing: -0.01em;}
.inquiry_answer_header .answer_meta li b {padding-right: 9px;margin-right: 8px;color:#fff;font-weight:600;position:relative;}
.inquiry_answer_header .answer_meta li b:after {width:1px; height:8px; background:#ddd3d3; background:rgba(221, 211, 211, .2); display:inline-block; vertical-align:middle; content:'';  position:absolute; top:50%; right:0; margin-top:-4px;}
html.ie .inquiry_answer_header .answer_meta li b:after {margin-top: -3px;}
.inquiry_answer_body {padding: 43px 50px 44px;border-bottom: 1px solid #ddd;background: #f8f8f8 url(../images/sub/cs/inquiry-answer-logo.png) no-repeat 95% bottom;background-size: 332px auto;line-height: 1.75;}
.inquiry_answer_body span {font-size:18px; font-weight:600; margin-bottom:10px; display:block;}
.inquiry_answer_body p {margin-bottom:28px; letter-spacing:-0.01em; color: #666;}
.inquiry_answer_body p:last-child {margin-bottom:0;}
.laundry_equipment_confirm_table {}
.laundry_equipment_confirm_table td {padding-top:23px; }
.laundry_equipment_confirm_table td.category {padding-left: 30px;}
.laundry_equipment_confirm_table td.category figure {width:18%;padding-top: 12%; overflow: hidden;}
.page-template-cs-inquiry-05 .inquiry_btn_wrap {margin-top:80px;}
