@charset "utf-8";
/*───────────────────────────────────────────────────────────
	
	" board｜errors｜goods｜service｜layout/board｜layout/display｜layout/goods "
	" layout/popup.html "

	위 폴더 및 페이지 커스텀 및 layout, navigation, button, company 관련 편집 css 파일 입니다.

	** header, footer, main 관련은 /css/skin.css 에 있습니다.

───────────────────────────────────────────────────────────*/








/*───────────────────────────────────────────────────────────
	
	common.css 커스텀 css 아래에 작성

───────────────────────────────────────────────────────────*/

/*───────────────────────────────────────────────────────────
	font common
───────────────────────────────────────────────────────────*/
body {}/*letter-spacing:-0.2px;*/
div, dd, li, p, span, td, dt, h1, h2, h3, h4, h5, h6, strong, b, em, th {}
b, dt, strong, em, th, h1, h2, h3, h4, h5, h6 {font-weight:700;}/* Noto Sans KR은 500 사용 */
input, button, textarea, select {}
	/* webfont */
.ff_open {font-family: 'Open Sans', 'Nanum Gothic', sans-serif !important;}
.ff_noto {font-family: "Noto Sans KR", 'Nanum Gothic', sans-serif !important;}
.ff_mont {font-family: 'Montserrat', 'Nanum Gothic', sans-serif !important;}
.ff_nanum {font-family: 'Lato','Nanum Gothic', dotum, sans-serif !important;}
.ff_lato {font-family: 'Lato', 'Nanum Gothic', sans-serif !important;}
.ff_nbg {font-family: 'Nanum Barun Gothic','Nanum Gothic', sans-serif !important;}
.ff_open, .ff_open a, .ff_open span, .ff_open div, .ff_open ul, .ff_open li, .ff_open p {font-family: 'Open Sans' !important;}
.ff_noto, .ff_noto a, .ff_noto span, .ff_noto div, .ff_noto ul, .ff_noto li, .ff_noto p {font-family: 'Noto Sans KR', 'Noto Sans' !important; font-weight:400;}
	/* font weight */
.fw_t {font-weight:300;}
.fw_n {font-weight:400;}
.fw_b {font-weight:700;}/* Noto Sans KR은 500 사용 */
.fw_eb {font-weight:800;}/* Noto Sans KR은 700 사용 */


/*** common ***/


/*** TABLE | 서브페이지 전체 사용 ( board / member / layout ) ***/


/*** BOARD ***/




/*** GOODS ***/
/*───────────────────────────────────────────────────────────
	상품 sub_visual 관련css
───────────────────────────────────────────────────────────*/
#wrap #sub_visual{padding-top:102px;}
#wrap #sub_visual .sub_bg{width:100%;}
#wrap #sub_visual .sub_bg .img_sub_bg{height: 0;padding: 300px 0 0;width: 100%;background-repeat:no-repeat !important;background-position:50% 0 !important;background-size:100% auto !important;}/* background-attachment: fixed !Important;*/
#wrap #sub_visual .sub_bg .img_sub_bg01{background-image:url("../images/sub/bg_sub_title.jpg");background-position:50% 41% !important;}
#wrap #sub_visual .sub_bg .img_sub_bg02{background-image: url("../images/sub/bg_sub_title_02.jpg");background-position:50% 42% !important;}
#wrap #sub_visual .sub_bg .img_sub_bg03{background-image: url("../images/sub/bg_sub_title_03.jpg");background-position:50% 12% !important;}
#wrap #sub_visual .sub_bg .img_sub_bg04{background-image: url("../images/sub/bg_sub_title_04.jpg");background-position:50% 30% !important;}
#wrap #sub_visual .sub_bg .img_sub_bg05{background-image: url("../images/sub/bg_sub_title_05.jpg");background-position:50% 30% !important;}
#wrap #sub_visual .sub_bg .img_sub_contact{background-image: url("../images/sub/bg_sub_title_contact.jpg");background-position:50% 12% !important;}
#wrap #sub_visual .sub_content{background: #fff;}
#wrap #sub_visual .sub_content h3 {transform: translateY(-55%);text-transform: uppercase;line-height: 78px; font-size: 70px; font-weight: 700; color: #333; text-align: left; width: 100%; font-family: 'Montserrat','Nanum Barun Gothic','Nanum Gothic',Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;}

	@media only screen and (max-width: 1920px){
		#wrap #sub_visual .sub_bg .img_sub_bg {background-size:1920px auto !important;}
	}
	@media only screen and (max-width: 1680px){
		#wrap #sub_visual .sub_bg .img_sub_bg {background-size:100% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg01 {background-size:116% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg02 {background-position:50% 42% !important;background-size:110% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg03 {background-position:50% 12% !important;background-size:110% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_contact{background-position:50% 15% !important;}
	}
	@media only screen and (max-width: 1240px){
		#wrap #sub_visual .sub_bg .img_sub_bg01 {background-position:50% 24% !important;background-size:120% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg02 {background-position:50% 42% !important;background-size:130% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg03 {background-position:40% 12% !important;background-size:130% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_contact{background-position:50% 10% !important;background-size:112% auto !important;}
	}
	@media only screen and (max-width: 1100px){
		#wrap #sub_visual{padding-top:104px;}
		#wrap #sub_visual .sub_content h3 {line-height:68px;font-size:60px;}
	}
	@media only screen and (max-width: 1023px){
		#wrap #sub_visual{padding-top:100px;}
		#wrap #sub_visual .sub_bg .img_sub_bg {padding-top:260px;}
		#wrap #sub_visual .sub_bg .img_sub_bg01 {background-position:19% 29% !important;background-size:120% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg02 {background-position:50% 42% !important;background-size:145% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg03 {background-position:30% 10% !important;background-size:140% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg04 {background-position:66% 28% !important;background-size:130% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_contact{background-size:120% auto !important;}
		#wrap #sub_visual .sub_content h3 {line-height:64px;font-size:56px;}
	}
	@media only screen and (max-width: 960px){
		#wrap #sub_visual{padding-top:92px;}
		#wrap #sub_visual .sub_content h3 {line-height:62px;font-size:50px;}
	}
	@media only screen and (max-width: 860px){
		#wrap #sub_visual{padding-top:80px;}
		#wrap #sub_visual .sub_bg .img_sub_bg {padding-top:220px;}
		#wrap #sub_visual .sub_bg .img_sub_bg01 {background-position:35% 40% !important;background-size:128% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg02 {background-position:40% 40% !important;background-size:155% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg04 {background-position:68% 28% !important;background-size:160% auto !important;}
		#wrap #sub_visual .sub_content h3 {line-height:57px;font-size:44px;}
	}
	@media only screen and (max-width: 640px){
		#wrap #sub_visual{padding-top:72px;}
		#wrap #sub_visual .sub_bg .img_sub_bg {padding-top:200px;}
		#wrap #sub_visual .sub_bg .img_sub_bg01 {background-position:50% 40% !important;background-size:154% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg02 {background-position:36% 40% !important;background-size:175% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg03 {background-size:170% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg04 {background-position:68% 41% !important;background-size:178% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_contact{background-position:32% 10% !important;background-size:125% auto !important;}
		#wrap #sub_visual .sub_content h3 {line-height:53px;font-size:38px;}
	}
	@media only screen and (max-width: 500px){
		#wrap #sub_visual{padding-top:68px;}
		#wrap #sub_visual .sub_bg .img_sub_bg {padding-top:180px;}
	}
	@media only screen and (max-width: 479px){
		#wrap #sub_visual{padding-top:64px;}
		#wrap #sub_visual .sub_bg .img_sub_bg {padding-top:150px;}
		#wrap #sub_visual .sub_bg .img_sub_bg01 {background-position:60% 40% !important;background-size:175% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg02 {background-position:32% 40% !important;background-size:180% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg03 {background-position:30% 15% !important;background-size:218% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_bg04 {background-position:78% 41% !important;background-size:206% auto !important;}
		#wrap #sub_visual .sub_bg .img_sub_contact{background-position:40% 10% !important;background-size:140% auto !important;}
	}
	@media only screen and (max-width: 320px){
		#wrap #sub_visual{padding-top:60px;}
	}
/*───────────────────────────────────────────────────────────
	상품 레이어 팝업 관련css
───────────────────────────────────────────────────────────*/
#tab1 .layer_box{display: none;}
#tab1 .good_layer{position:fixed; left:50%;top:50%;transform:translate(-50%, -50%); background:#fff; border:1px solid #ddd; padding:10px;z-index:50000;max-width:600px;max-height:640px;}
#tab1 .good_layer li{width:auto; margin:0;width:100%;}
#tab1 .good_layer li.thumb{margin: 0;text-align:center;}
#tab1 .good_layer li.thumb img{max-width:600px;max-height:600px;}

#tab1 .good_layer li.txt{padding:10px 0; width:100%;}
#tab1 .good_layer li.txt h3{font-size:16px; color:#333; text-align:center;}



.list > .bg{display:none; width: 100%; height: 100%; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.6);z-index:50;}

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1023px) {

}
@media only screen and (max-width:860px) {

}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:640px) {
#tab1 .good_layer{width:80% !important;max-width:90%;}
#tab1 .good_layer li.thumb img{width:100%;max-width:auto;max-height:auto;}

}
@media only screen and (max-width:479px) {

}

/*───────────────────────────────────────────────────────────
	상품 레이어 팝업 닫기 버튼 관련css
───────────────────────────────────────────────────────────*/

.goob_layer_close{     position: absolute; bottom: -65px; left: 50%; z-index: 10000; transform:translateX(-50%);}
.layer_close_trigger{transform: rotate( 45deg )}

.layer_close_trigger,
.layer_close_trigger span {
	display : inline-block;
	transition : all .4s;
	box-sizing : border-box;
	z-index:10;
}
.layer_close_trigger {
	position : relative;
	width : 50px;
	height : 50px;
}
.layer_close_trigger span {
	position : absolute;
	left : 0;
	background-color : #fff;
	border-radius : 4px;
	left : 50%;
	top : 50%;
	transform:translate(-50%, -50%);

}
.goob_layer_close .layer_close_trigger span:nth-of-type(1) {
	width : 100%;
	height : 4px;
}
.goob_layer_close .layer_close_trigger span:nth-of-type(2) {
	width : 4px;
	height : 100%;
}
@media only screen and (max-width:640px) {

}
/*** MEMBER ***/


/*** SERVICE ***/






/*───────────────────────────────────────────────────────────
	
	** navigation, button 관련 css 영역

───────────────────────────────────────────────────────────*/



/*───────────────────────────────────────────────────────────
	navigation common
───────────────────────────────────────────────────────────*/
.nav_wrap {}
.nav_wrap .nav_box {padding:7.0% 0 0% 0;border:0;margin:0;position:relative;z-index:1;}
.nav_wrap .nav_box:after {clear:both;content:"";display:block;}
.nav_wrap .nav_box h2 {font-size:40px;line-height:56px;padding:0;margin:0;text-align:center;color:#333;font-weight:800;z-index:1;}
.nav_wrap .nav_box p {font-size:17px;line-height:22px;padding:1% 0 0 0;color:#666;font-weight:400;text-align:center;}
.nav_wrap .nav_box ul {line-height:18px;top:20%;position:absolute;left:0;font-size:0;padding:0;z-index:5;display:block;}
.nav_wrap .nav_box ul li {line-height:18px;height:18px;font-size:8px;text-align:left;vertical-align:top;padding:0;color:#aaa;display:inline-block;}
.nav_wrap .nav_box ul li + li {padding-left:5px;}
.nav_wrap .nav_box ul li span,
.nav_wrap .nav_box ul li strong,
.nav_wrap .nav_box ul li > a {line-height:18px;height:18px;padding:0 4px 0px 0;font-size:12px;display:inline-block;width:auto;color:#666;vertical-align:top;margin:0;box-sizing:border-box;}
.nav_wrap .nav_box ul li a.home {padding-left:0px;font-size:12px;color:#666666;}
.nav_wrap .nav_box ul li a.home:before {width:11px;height:11px;margin:0 5px 2px 0;content:"";display:inline-block;background:url("../images/common/sub_locate_home.png") no-repeat left center #333333;background-size:auto 13px;vertical-align:middle;}
.nav_wrap .nav_box ul li:last-child a,
.nav_wrap .nav_box ul li:last-child span,
.nav_wrap .nav_box ul li:last-child strong {color:#444;font-weight:700;padding-right:0;}

.nav_wrap .nav_box ul li .navi_select {min-width:150px;border: 1px solid #999;cursor: pointer;margin-top: -3px;position:relative;box-sizing: border-box;}
.nav_wrap .nav_box ul li .navi_select .navi_tit {padding: 2px 10px;line-height: 18px;height: auto;display: block;}
.nav_wrap .nav_box ul li .navi_select .navi_tit:after {content:"";display:inline-block;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #999;position:absolute;right: 10px;top: 9px;transition:all .2s;}
.nav_wrap .nav_box ul li .navi_select ul {display:none;position:absolute;left: -1px;top: 100%;width:150px;background:#fff;padding:6px 0 6px 0;border: 1px solid #888;box-sizing: border-box;}
.nav_wrap .nav_box ul li .navi_select ul li {display: block;line-height: 1;height: auto;font-size: 12px;padding: 0;}
.nav_wrap .nav_box ul li .navi_select ul li a {display:block;padding:5px 10px;font-size: 12px;line-height: 1;height: auto;transition:all .2s;}
.nav_wrap .nav_box ul li .navi_select ul li a:hover {background:#999;color:#fff;}

.nav_wrap .nav_box ul li .navi_select:hover .navi_tit:after {transform: rotate(180deg);}
.nav_wrap .nav_box ul li .navi_select:hover ul {display:block;}



@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1023px) {
	.nav_wrap .nav_box {padding:4.0% 0 0 0;}
	.nav_wrap .nav_box h2 {font-size:36px;line-height:42px;}
	.nav_wrap .nav_box p,
	.nav_wrap .nav_box ul {display:none;}
}
@media only screen and (max-width:860px) {
	.nav_wrap .nav_box {padding:4.8% 0 0% 0;}
	.nav_wrap .nav_box h2 {font-size:34px;line-height:32px;margin-bottom:20px;}
}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:640px) {
	.nav_wrap .nav_box {padding:6.2% 0 0% 0;}
	.nav_wrap .nav_box h2 {font-size:30px;line-height:28px;margin-bottom:15px;}
}
@media only screen and (max-width:479px) {
	.nav_wrap .nav_box {padding:0 0 0;margin-left:-12px;margin-right:-12px;width: calc(100% + 24px);}
	.nav_wrap .nav_box h2 {padding:8.8% 0 4.8% 0;margin-left: -12px;margin-right: -12px;font-size:28px;line-height:28px;margin-bottom:10px;}
}

/*───────────────────────────────────────────────────────────
	갤러리 게시판(product) nav 관련css
───────────────────────────────────────────────────────────*/
		.nav_wrap .nav_box > h2 {padding:64px 0 21px;margin-bottom:21px;line-height:43px;font-size:42px;text-transform:uppercase;color:#333;font-weight:700;text-align:center;position:relative;z-index:1;font-family: 'Montserrat','Nanum Barun Gothic','Nanum Gothic',Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;}
		.nav_box > h2:before {content:'';display:inline-block;width:40px;height:1px;left:50%;bottom:0;position:absolute;background:#0095da;transform:translateX(-50%);}
		
		.sub_cate_wrap ul.sub_cate {padding:46px 0 53px;vertical-align:top;text-align:center;font-size:0;margin:0 auto;}
		.sub_cate_wrap ul.sub_cate:after {clear:both;content:"";display:block;}
		.sub_cate_wrap ul.sub_cate li {width:180px;display:inline-block;vertical-align:top;text-align:center;cursor:pointer;transition:all 0.3s;}
		.sub_cate_wrap ul.sub_cate li + li {margin-left:10px;}
		.sub_cate_wrap ul.sub_cate li.on {}
		.sub_cate_wrap ul.sub_cate li a {height:50px;padding:15px 0 16px;line-height:17px;font-size:17px;/*background-color:#fff; border-color:#ddd;border-width:1px;border-style:solid; */font-weight:400;transition:all 0.3s;color:#999;box-sizing:border-box;display:inline-block;width:100%;}
		.sub_cate_wrap ul.sub_cate li.on a {/* border-color:#e51937;background-color:#e51937 */;font-weight:500;color:#0095da;}

	@media only screen and (max-width:1217px) {
		/* board top */
			.nav_wrap .nav_box > h2 {padding:54px 0 20px;margin-bottom:15px;line-height:42px;font-size:40px;}
			.nav_wrap .nav_box > h2:before {width:36px;}
			.sub_cate_wrap ul.sub_cate {padding:42px 0 50px;}
			.sub_cate_wrap ul.sub_cate li + li {margin-left:8px;}
			.sub_cate_wrap ul.sub_cate li a {height:48px;padding:14px 0 15px;font-size:16px;margin-bottom:10px;}
	}
	@media only screen and (max-width:1100px) {
		/* board top */
			.nav_wrap .nav_box > h2 {padding:48px 0 20px;line-height:39px;font-size:36px;margin-bottom:20px;}
			.nav_wrap .nav_box > p {line-height:22px;}
			.sub_cate_wrap ul.sub_cate {padding:38px 0 42px;}
			.sub_cate_wrap ul.sub_cate li{width:160px;}
			.sub_cate_wrap ul.sub_cate li a {height:46px;padding:13px 0 14px;font-size:15px;}
	}
	@media only screen and (max-width:1023px) {
		/* board top */
			.nav_wrap .nav_box > h2 {font-size:30px;}
			.nav_wrap .nav_box > h2:before {width:32px;}
			.nav_wrap .nav_box > p {line-height:20px;font-size:15px;}
			.sub_cate_wrap ul.sub_cate {padding:3.9% 0 3.2%;}
			.sub_cate_wrap ul.sub_cate li a {height:42px;padding:11px 0 12px;font-size:17px;}
	}
	@media only screen and (max-width:960px) {
		/* board top */
			.nav_wrap .nav_box{padding:0;}
			.nav_wrap .nav_box > h2 {padding:7.8% 0 3%;margin-bottom:2%;line-height:33px;font-size:26px;}
			.nav_wrap .nav_box > h2:before {width:30px;}
			.sub_cate_wrap ul.sub_cate {max-width:850px;padding:4.9% 0 4.2%;text-align:left;}
			.sub_cate_wrap ul.sub_cate li {width: calc(20% - 6px);max-width:100%;margin-bottom:8px;}
			.sub_cate_wrap ul.sub_cate li + li {margin-left:8px;padding:0;}
			.sub_cate_wrap ul.sub_cate li:nth-of-type(4n + 1) {margin-left:0;}
			.sub_cate_wrap ul.sub_cate li a {height:40px;padding:10px 0 11px;margin-bottom:0;}
	}
	@media only screen and (max-width:860px) {
		/* board top */
			.nav_wrap .nav_box > h2 {font-size:29px;}
			.nav_wrap .nav_box > h2:before {width:28px;}
	}
	@media only screen and (max-width:767px) {
		/* 서브 공통 */
			.notice_intro .intro_bg .img_sub03 {background:url(../images/da_image/m_bg_news_title.jpg) no-repeat 50%;background-size:cover;}
		/* board top */
			.nav_wrap .nav_box > h2 {line-height:29px;font-size:27px;}
			.nav_wrap .nav_box > h2:before {width:25px;}
	}
	@media only screen and (max-width:640px) {
		/* board top */
			.nav_wrap .nav_box > h2 {padding:7.8% 0 5%;margin-bottom:5%; line-height:25px;font-size:24px;}
			.nav_wrap .nav_box > p br {display:inline-block;}
			.sub_cate_wrap ul.sub_cate {padding:5.9% 0 5.2%;}
		
		.nav_wrap .sub_cate_wrap ul.sub_cate li:first-child span {padding:2px 0;}

		.sub_list .list .list_Galleryform > ul li{width:100%;}
		.sub_cate_wrap ul.sub_cate li {height:19px; width: calc(50% - 6px); margin-bottom: 8px; margin-left:6px;max-width:100%;}
		.sub_cate_wrap ul.sub_cate li a{padding:0;height:19px;}
		.sub_cate_wrap ul.sub_cate li:nth-child(odd){margin-left:0;}
	}
	@media only screen and (max-width:500px) {
		/* board top */
			.nav_wrap .nav_box > h2 {line-height:23px;font-size:22px;}
			.sub_cate_wrap ul.sub_cate {padding:6.9% 0 6.2%;}
	}
	@media only screen and (max-width:479px) {
		/* board top */
		
	

	}
	@media only screen and (max-width:414px) {
		.nav_wrap .nav_box > h2 {padding:7.8% 0 8%;margin-bottom:8%;} 
		/* board top */
			.nav_wrap .nav_box > h2 {line-height:21px;font-size:25px;}
			.sub_cate_wrap ul.sub_cate {padding:7.9% 0 7.2%;}
	}
	@media only screen and (max-width:320px) {
		
		/* board top */
			.nav_wrap .nav_box > h2 {line-height:19px;font-size:24px;}
			.nav_box > p {line-height:19px;font-size:17px;}
			.sub_cate_wrap ul.sub_cate li a {font-size:17px;}
	}

/*───────────────────────────────────────────────────────────
	button common
───────────────────────────────────────────────────────────*/
/* custom button type */
	/* button 공통 요소 */
.btn, .btn_lg, .btn_sm, .btn_md {font-weight:700;border-style:solid !important;border-width:1px !important;padding:0;margin:0;text-indent:0;vertical-align:top !important;text-align:center;display:inline-block;box-sizing:border-box;cursor:pointer;box-shadow:none;outline:0 !important;}
	/* button 크기별 */
.btn_wd {width:100%;height:50px;line-height:48px;font-size:17px;}
.btn {width:108px;height:40px;line-height:38px;font-size:15px;}
.btn_lg {width:92px;height:72px;line-height:70px;font-size:14px;}
.btn_md {width:60px;line-height:28px;height:30px;font-size:13px;}
.btn_sm {height:30px;line-height:28px;width:auto !important;padding:0 8px;font-size:inherit;border-color:#aaa !important;background-color:#aaa !important;color:#fff !important;}
	/* button 색상별 */
.btn_point, .btn_point:hover {border-color:#222 !important;background-color:#222 !important;color:#fff !important;}
.btn_basic, .btn_basic:hover {border-color:#777 !important;background-color:#777 !important;color:#fff !important;}
.btn_default, .btn_default:hover {border-color:#aaa !important;background-color:#aaa !important;color:#fff !important;}
.btn_info, .btn_info:hover {border-color:#d3d3d3 !important;background-color:#fff !important;color:#555 !important;}
.btn_reset, .btn_reset:hover {border-color:#d3d3d3 !important;background:#fff url(../images/common/icon_btn_reset.gif) no-repeat 9px 50% !important;padding:0 10px 0 30px !important;color:#555 !important;}
	/* button wrapper */
.btn_wrap {margin:0 auto;padding:0;padding-top:2.8%;font-size:0;vertical-align:top;display:inline-block;}
.btn_wrap.ta_center {width:100%;}
.btn_wrap a + a,
.btn_wrap button + button,
.btn_wrap a + button,
.btn_wrap button + a {margin-left:12px;vertical-align:top;}
.btn_wrap button > a, .btn_wrap a > a{margin-left:0;}
.view_btn .btn_wrap.ta_right {position:absolute;right:0px;top:0px;}

@media only screen and (max-width:1200px) {
		/* button wrapper */
	.btn_wrap {padding-top:3.8%;}
}
@media only screen and (max-width:1023px) {
		/* button wrapper */
	.btn_wrap {padding-top:4.2%;}
	.view_btn .btn_wrap.ta_left {position:absolute;left:0px;top:0px;}
}
@media only screen and (max-width:860px) {

}
@media only screen and (max-width:767px) {
		/* button wrapper */
	.btn_wrap {padding-top:5.2%;}
}
@media only screen and (max-width:640px) {
		/* button wrapper */
	.btn_wrap {padding-top:5.8%;}
	.btn_wrap a + a,
	.btn_wrap button + button,
	.btn_wrap a + button,
	.btn_wrap button + a {margin-left:8px;}
}
@media only screen and (max-width:479px) {
		/* button 크기별 */
	.btn_wd {font-size:16px;}
	.btn {width:70px;font-size:13px;}
	.btn_lg {width:72px;font-size:13px;}
	.btn_md {width:60px;font-size:12px;}
	.btn_sm {padding:0 4px;font-size:12px;}
		/* button wrapper */
	.btn_wrap a + a,
	.btn_wrap button + button,
	.btn_wrap a + button,
	.btn_wrap button + a {margin-left:6px;}
	.view_btn .paging {width:100%;min-height:87px;}
	.view_btn .paging + .btn_wrap.ta_right{top:70px;}
}
@media only screen and (max-width:320px) {
		/* button 크기별 */
	.btn {width:68px;}
	.btn_md {width:44px;font-size:12px;}
}





/*───────────────────────────────────────────────────────────
	 COMPANY
───────────────────────────────────────────────────────────*/


/*** company/index (회사소개) ***/
.sub_about {}
.sub_about div,
.sub_about p, 
.sub_about ul, 
.sub_about li, 
.sub_about strong, 
.sub_about span {transition:all 0.3s;white-space:normal;word-break:keep-all;word-wrap:break-word;}
.sub_about_img {height:0;padding:0 0 30% 0;background:url('../images/skin/sub_about.jpg') no-repeat center center;background-size:cover;position:relative;z-index:1;}
.sub_about_txt {margin:4% 0 0 0;text-align:center;padding:0;}
.sub_about_txt p {padding:0 7%;white-space:pre-line;}
.sub_about_txt .txt01 {position:relative;font-size:35px;color:#222;padding:2.4% 0 1.2% 0;}
.sub_about_txt .txt01::before {top:0;width:50px;height:2px;transform:translateX(-50%);position:absolute;left:50%;content:"";display:block;background:#222;}
.sub_about_txt .txt02 {font-size:18px;color:#333;font-weight:700;padding-bottom:2.4%;}
.sub_about_txt .txt03 {font-size:15px;color:#777;line-height:26px; padding-bottom:4%;}
.sub_about_btn {margin:5.6% auto 7.6%;text-align:Center; display:none;}
.sub_about_btn ul {display:inline-block;text-align:center;margin:0 auto;vertical-align:top;font-size:0;}
.sub_about_btn ul li {width:150px;height:52px;margin:0 6px;display:inline-block;vertical-align:top;}
.sub_about_btn ul li.gray {background:#888;border-color:#888;}
.sub_about_btn ul li.orange {background:#222222;}
.sub_about_btn ul li a {height:52px;line-height:52px;font-size:14px;color:#fff;font-weight:400;text-align:left;text-indent:35px;background:url("../images/skin/icon_about_arrow.png") no-repeat 100px center;display:block;width:100%;}
.sub_about_list {border:1px solid #ccc;vertical-align:top;}
.sub_about_list li {float:left;width:25%;height:auto;box-sizing:border-box;position:relative;text-align:center;font-size:0px;vertical-align:top;}
.sub_about_list li + li {border-left:1px solid #ccc;}
.sub_about_list li:after,
.sub_about_list li:before,
.sub_about_list li p {display:block;z-index:1;text-align:Center;margin:0;padding:0;vertical-align:top;}
.sub_about_list li:after,
.sub_about_list li:before {transition:all 0.3s;left:50%;transform:translateX(-50%);position:absolute;}
.sub_about_list li:after {top:10%;content:'';width:100%;padding:0 0 30% 0;z-index:5;}
.sub_about_list li:before {top:12%;content:"";width:50%;padding:0 0 26% 0;z-index:1;}
.sub_about_list li p {padding-top:40%;padding-bottom:12%;padding-left:3%;padding-right:3%;width:100%;z-index:10;box-sizing:border-box;}
.sub_about_list li p strong,
.sub_about_list li p span {display:inline-block;width:100%;margin:0;padding:0;vertical-align:top;text-align:center;line-height:22px;font-size:14px;color:#777;}
.sub_about_list li p strong {line-height:32px;font-size:20px;color:#333;font-weight:700;padding-bottom:2%;}
.sub_about_list li p span.for_m {display:none;}
.sub_about_list li.li01:after {background:url("../images/skin/icon_about01.png") no-repeat 50% 50%;background-size:auto 70%;}
.sub_about_list li.li02:after {background:url("../images/skin/icon_about02.png") no-repeat 50% 50%;background-size:auto 70%;}
.sub_about_list li.li03:after {background:url("../images/skin/icon_about03.png") no-repeat 50% 50%;background-size:auto 70%;}
.sub_about_list li.li04:after {background:url("../images/skin/icon_about04.png") no-repeat 50% 50%;background-size:auto 70%;}

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1023px) {
	.sub_about_txt {margin:5.6% 0 0 0;}
	.sub_about_txt p {padding:0 4%;}
	.sub_about_txt .txt01 {font-size:32px;padding:3.6% 0 2% 0;}
	.sub_about_txt .txt01::before {width:50px;height:2px;}
	.sub_about_txt .txt02 {font-size:18px;padding-bottom:3.6%;}
	.sub_about_txt .txt03 {font-size:15px;line-height:28px;}
	.sub_about_btn {margin:6.8% auto 9.2%;}
	.sub_about_list li {width:50%;}
	.sub_about_list li + li + li {border-top:1px #ccc solid;}
	.sub_about_list li:nth-of-type(3) {border-left:0;clear:both;float:left;}
	.sub_about_list li:after {top:8%;width:100%;padding:0 0 26% 0;}
	.sub_about_list li:before {top:10%;width:50%;padding:0 0 22% 0;}
	.sub_about_list li p {padding-top:32%;padding-bottom:8%;}
	.sub_about_list li p strong {line-height:32px;font-size:18px;}
	.sub_about_list li p span {line-height:20px;font-size:13px;}
}
@media only screen and (max-width:860px) {
	.sub_about_img {padding:0 0 38% 0;}
	.sub_about_txt {margin:6.8% 0 0 0;}
	.sub_about_txt p {padding:0 5%;}
	.sub_about_txt .txt01 {font-size:30px;line-height:34px;letter-spacing:-1px;padding-top:4.8%;}
	.sub_about_txt .txt01::before {width:50px;height:2px;}
	.sub_about_txt .txt02 {padding-bottom:3%;}
	.sub_about_btn {margin:7.2% auto 10.2%;}
	.sub_about_btn ul li {width:150px;height:52px;margin:0 6px;}
	.sub_about_btn ul li a {height:52px;line-height:52px;font-size:14px;text-indent:35px;background:url("../images/skin/icon_about_arrow.png") no-repeat 100px center;}
}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:640px) {
	.sub_about_img {padding:0 0 50% 0;background-size:cover;position:relative;z-index:1;}
	.sub_about_txt p {padding:0;}
	.sub_about_txt .txt01 {font-size:26px;line-height:32px;letter-spacing:-1px;}
	.sub_about_txt .txt01::before {width:50px;}
	.sub_about_txt .txt02 {font-size:18px;padding-top:1.6%;}
	.sub_about_txt .txt03 {font-size:15px;line-height:26px;padding-bottom:6%;}
	.sub_about_btn ul li {width:132px;height:46px;margin:0 4px;}
	.sub_about_btn ul li a {height:46px;line-height:46px;font-size:13px;}
	.sub_about_list li:after {top:8%;padding:0 0 30% 0;}
	.sub_about_list li:before {top:10%;padding:0 0 26% 0;}
	.sub_about_list li p {padding-top:38%;padding-bottom:8%;}
	.sub_about_list li p strong {line-height:30px;font-size:17px;}
	.sub_about_list li p span {line-height:22px;font-size:14px;}
}
@media only screen and (max-width:479px) {
	.sub_about_txt {margin:7.2% 0 0 0;}
	.sub_about_txt .txt02 {padding-top:2.4%;}
	.sub_about_btn {margin:8.4% auto 12.0%;}
	.sub_about_btn ul li {width:132px;height:40px;margin:0 4px;}
	.sub_about_btn ul li a {height:40px;line-height:40px;font-size:13px;}
	.sub_about_list li:after {top:8%;padding:0 0 36% 0;}
	.sub_about_list li:before {top:10%;padding:0 0 32% 0;}
	.sub_about_list li p {padding-top:42%;padding-bottom:8%;}
	.sub_about_list li p span {display:none;}
	.sub_about_list li p span.for_m {display:inline-block;}
}



/*** company/location (오시는길) ***/
.sub_location {}
.sub_location div, .sub_location ul, .sub_location li, .sub_location dl, .sub_location dt, .sub_location dd, .sub_location p, .sub_location span {transition:all 0.3s;}
.sub_location_map {position:relative;border:1px solid #ccc;height:0;padding:0 0 46% 0;}
.sub_location_map .map_box {position:absolute;left:0;top:0;width:100%;height:100%;}
.sub_location_map iframe {float:none; width:100%; box-sizing:border-box;}
.sub_location_info {margin:1.6% 0 0;padding:2.8% 3.2%;border:1px solid #ccc;box-sizing:border-box;}
.sub_location_info:after {clear:both; content:""; display:block;}
.sub_location_info dl {float:left;box-sizing:border-box;width:50%;padding-right:3.2%;}
.sub_location_info dl + dl {border-left:1px dashed #ccc;padding-left:3.2%;padding-right:0;}
.sub_location_info dt {font-size:20px;padding:0 0 4.8%;color:#222;font-weight:700;}
.sub_location_info dd {text-align:left;}
.sub_location_info dd ul {}
.sub_location_info dd ul li {line-height:23px;padding-left:32px;position:relative;vertical-align:top;}
.sub_location_info dd ul li + li {margin-top:2%;}
.sub_location_info dd ul li:before {transition:all 0.3s;width:22px;height:23px;display:block;position:absolute;left:0;top:0;content:'';}
.sub_location_info dd ul li:after {clear:both;content:"";display:block;}
.sub_location_info dd ul li.map1:before {background:#222 url("../images/skin/icon_map01.png") no-repeat 50% 50%;background-size:cover;}
.sub_location_info dd ul li.map2:before {background:#222 url("../images/skin/icon_map02.png") no-repeat 50% 50%;background-size:cover;}
.sub_location_info dd ul li.map3:before {background:#222 url("../images/skin/icon_map03.png") no-repeat 50% 50%;background-size:cover;}
.sub_location_info dd ul li.map4:before {background:#222 url("../images/skin/icon_map04.png") no-repeat 50% 50%;background-size:cover;}
.sub_location_info dd ul li.map5:before {background:#222 url("../images/skin/icon_map05.png") no-repeat 50% 50%;background-size:cover;}
.sub_location_info dd ul li span,
.sub_location_info dd ul li p {font-size:13px;min-height:23px;line-height:23px;font-weight:400;display:inline-block;vertical-align:top;box-sizing:border-box;}
.sub_location_info dd ul li span {color:#333;padding-right:4px;font-weight:700;}
.sub_location_info dd ul li p {color:#777;word-break:keep-all;}
.sub_location_info dd ul li.map1 p {width:89%;}
.sub_location_info dd ul li.map3 p,
.sub_location_info dd ul li.map4 p,
.sub_location_info dd ul li.map5 p {width:85%;}
.sub_location_info dd ul li.map2 p {width:81%;}

@media only screen and (max-width:1200px) {
	.sub_location_map {padding:0 0 44% 0;}
}
@media only screen and (max-width:1023px) {
	.sub_location_map {padding:0 0 42% 0;}
}
@media only screen and (max-width:860px) {
	.sub_location_map {padding:0 0 42% 0;}
	.sub_location_info {margin:2.4% 0 0;padding:2.4%;}
	.sub_location_info dl {width:50%;padding-right:2.4%;}
	.sub_location_info dl + dl {padding-left:2.4%;}
	.sub_location_info dt {font-size:17px;padding:0 0 3.6%;}
	.sub_location_info dd ul li {line-height:21px;padding-left:28px;}
	.sub_location_info dd ul li:before {width:20px;height:21px;}
	.sub_location_info dd ul li span,
	.sub_location_info dd ul li p {font-size:12px;min-height:21px;line-height:21px;}
}
@media only screen and (max-width:767px) {
	.sub_location_map {padding:0 0 42% 0;}
	.sub_location_info {margin:2.4% 0 0;padding:2.8%;}
	.sub_location_info dl {width:100%;padding-right:0%;}
	.sub_location_info dl + dl {padding-left:0%;border-left:0;padding-top:2.4%;margin-top:2.4%;border-top:1px dashed #ccc;}
	.sub_location_info dt {font-size:17px;padding:0 0 2.4%;}
}
@media only screen and (max-width:640px) {
	.sub_location_map {padding:0 0 48% 0;}
}
@media only screen and (max-width:479px) {
	.sub_location_map {padding:0 0 62% 0;}
	.sub_location_info {margin:3.6% 0 0;padding:3.6%;}
	.sub_location_info dl {width:100%;padding-right:0%;}
	.sub_location_info dl + dl {padding-left:0%;border-left:0;padding-top:3.6%;margin-top:3.6%;border-top:1px dashed #ccc;}
	.sub_location_info dt {font-size:16px;padding:0 0 3.6%;}
}
@media only screen and (max-width:320px) {
	.sub_location_info dd ul li.map1 p {width:86%;}
	.sub_location_info dd ul li.map3 p,
	.sub_location_info dd ul li.map4 p,
	.sub_location_info dd ul li.map5 p {width:82%;}
	.sub_location_info dd ul li.map2 p {width:77%;}
}



/*** company/work (조직도1번) ***/
.sub_chart.chart1{position:relative;margin:0 auto;}
.sub_chart.chart1 h2{margin:0;margin-bottom:5%;font-size:28px;line-height:28px;color:#333333;text-align:center;display:block;}
.sub_chart.chart1 .chart{position:relative;z-index:1;}
.sub_chart.chart1 .chart ul,
.sub_chart.chart1 .chart li,
.sub_chart.chart1 .chart h3,
.sub_chart.chart1 .chart h4,
.sub_chart.chart1 .chart h5,
.sub_chart.chart1 .chart p {transition:all 0.3s;box-sizing:border-box;vertical-align:top;margin:0;padding:0;text-align:center;}
.sub_chart.chart1 .chart .chart_box {text-align:center;font-size:0;position:relative;z-index:1;}
.sub_chart.chart1 .chart .chart_box h3 + h3:before,
.sub_chart.chart1 .chart .chart_step:before,
.sub_chart.chart1 .chart .chart_step > ul:before,
.sub_chart.chart1 .chart .chart_box ul > li:before {transition:all 0.3s;z-index:-1;background:#ddd;display:inline-block;content:"";position:absolute;}
.sub_chart.chart1 .chart .chart_box h3 + h3:before {top:28px;left:-60px;height:2px;width:60px;transform:translateY(-50%);}
.sub_chart.chart1 .chart .chart_box h3,
.sub_chart.chart1 .chart .chart_box h4 {width:180px;height:56px;padding:15px;line-height:26px;font-size:17px;border-radius:8px;font-weight:700;color:#fff;background:#999;margin:0 auto;position:relative;z-index:5;display:inline-block;}
.sub_chart.chart1 .chart .chart_box h3 {margin-left:-60px;transform:translateX(-50%);}
.sub_chart.chart1 .chart .chart_box h3 + h3 {margin-left:60px;}
.sub_chart.chart1 .chart .chart_box .chart_step {position:relative;z-index:1;}
.sub_chart.chart1 .chart .chart_box h4 {margin:60px auto;}
.sub_chart.chart1 .chart .chart_box ul {font-size:0;width:100%;position:relative;z-index:1;}
.sub_chart.chart1 .chart .chart_step:before {top:0;left:50%;height:176px;width:2px;transform:translateX(-50%);}
.sub_chart.chart1 .chart .chart_step > ul:before {left: calc(10% - 4px);width: calc(80% + 8px);height:2px;transform:translateY(-50%);}
.sub_chart.chart1 .chart .chart_box ul > li {width: calc(20% - 8px);margin-top:60px;padding:2% 30px;border-radius:8px;border:2px #bbb solid;background:#fff;position:relative;z-index:5;display:inline-block;}
.sub_chart.chart1 .chart .chart_box ul > li + li {margin-left:10px;}
.sub_chart.chart1 .chart .chart_box ul > li:before {top:-62px;left:50%;height:60px;width:2px;transform:translateX(-50%);}
.sub_chart.chart1 .chart .chart_box ul > li h5 {margin-bottom:10%;padding-bottom:12%;font-size:16px;line-height:24px;font-weight:700;color:#333;border-bottom:1px #ddd solid;}
.sub_chart.chart1 .chart .chart_box ul > li p {min-height:72px;line-height:24px;font-size:14px;color:#777;}

@media only screen and (max-width:1200px) {
	.sub_chart.chart1 .chart .chart_box ul > li {padding:2% 20px;}
}
@media only screen and (max-width:1023px) {
	.sub_chart.chart1 h2{font-size:24px;line-height:24px;}
	.sub_chart.chart1 .chart .chart_box h3 + h3:before {top:26px;}
	.sub_chart.chart1 .chart .chart_box h3,
	.sub_chart.chart1 .chart .chart_box h4 {width:160px;height:52px;padding:13px;font-size:16px;}
	.sub_chart.chart1 .chart .chart_box h3 {margin-left:-60px;transform:translateX(-50%);}
	.sub_chart.chart1 .chart .chart_box ul > li {padding:2% 12px;}
	.sub_chart.chart1 .chart .chart_box ul > li h5 {margin-bottom:9%;padding-bottom:10%;font-size:15px;}
	.sub_chart.chart1 .chart .chart_box ul > li p {min-height:69px;line-height:23px;font-size:13px;}	
}
@media only screen and (max-width:860px) {
	.sub_chart.chart1 h2{margin-bottom:6%;font-size:22px;line-height:22px;}
	.sub_chart.chart1 .chart .chart_box h3 + h3:before {top:24px;left:-40px;width:40px;}
	.sub_chart.chart1 .chart .chart_box h3,
	.sub_chart.chart1 .chart .chart_box h4 {width:140px;height:48px;padding:12px;line-height:24px;font-size:15px;}
	.sub_chart.chart1 .chart .chart_box h3 {margin-left:-40px;transform:translateX(-50%);}
	.sub_chart.chart1 .chart .chart_box h3 + h3 {margin-left:40px;}
	.sub_chart.chart1 .chart .chart_box .chart_step {}
	.sub_chart.chart1 .chart .chart_box h4 {margin:40px auto;}
	.sub_chart.chart1 .chart .chart_box ul {}
	.sub_chart.chart1 .chart .chart_step:before {height:128px;}
	.sub_chart.chart1 .chart .chart_box ul > li {width: calc(20% - 8px);margin-top:40px;}
	.sub_chart.chart1 .chart .chart_box ul > li:before {top:-42px;height:40px;}
	.sub_chart.chart1 .chart .chart_box ul > li h5 {margin-bottom:9%;padding-bottom:10%;font-size:14px;}
	.sub_chart.chart1 .chart .chart_box ul > li p {min-height:63px;line-height:21px;font-size:12px;}	
}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:640px) {
	.sub_chart.chart1 h2{margin-bottom:7%;font-size:20px;line-height:20px;}
	.sub_chart.chart1 .chart .chart_box h3 + h3:before {top:22px;left:-18px;width:18px;}
	.sub_chart.chart1 .chart .chart_box h3,
	.sub_chart.chart1 .chart .chart_box h4 {width: calc(33.32% - 12px);height:44px;padding:11px;line-height:22px;font-size:15px;border-radius:8px;}
	.sub_chart.chart1 .chart .chart_box h3 {margin-left:-18px;transform:translateX(-50%);}
	.sub_chart.chart1 .chart .chart_box h3 + h3 {margin-left:18px;}
	.sub_chart.chart1 .chart .chart_box .chart_step {}
	.sub_chart.chart1 .chart .chart_box h4 {margin:36px auto;}
	.sub_chart.chart1 .chart .chart_box ul {text-align:left;}
	.sub_chart.chart1 .chart .chart_step:before {top:0px;height:116px;}
	.sub_chart.chart1 .chart .chart_step > ul:before {left: calc(25% - 2px);width: calc(50% + 4px);height:2px;}
	.sub_chart.chart1 .chart .chart_box ul > li {width: calc(50% - 4px);margin-top:36px;padding:2% 8px;border-radius:8px;border:2px #bbb solid;z-index:5;}
	.sub_chart.chart1 .chart .chart_box ul > li + li {margin-left:0;z-index:4;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li {margin-top:20px;z-index:3;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li + li {z-index:2;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li + li + li {z-index:1;}
	.sub_chart.chart1 .chart .chart_box ul > li:nth-of-type(even) {margin-left:8px;}
	.sub_chart.chart1 .chart .chart_box ul > li:nth-of-type(odd) {}
	.sub_chart.chart1 .chart .chart_box ul > li:before {top:-38px;left:50%;height:36px;width:2px;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li:before {top:-24px;height:22px;}
	.sub_chart.chart1 .chart .chart_box ul > li h5 {margin-bottom:2.4%;padding-bottom:3%;font-size:14px;line-height:22px;}
	.sub_chart.chart1 .chart .chart_box ul > li p {min-height:60px;line-height:20px;font-size:13px;}
}
@media only screen and (max-width:479px) {
	
}
@media only screen and (max-width:375px) {
	.sub_chart.chart1 .chart .chart_box h3 + h3:before {top:22px;left:-14px;width:14px;}
	.sub_chart.chart1 .chart .chart_box h3,
	.sub_chart.chart1 .chart .chart_box h4 {width: calc(33.32% - 10px);font-size:14px;}
	.sub_chart.chart1 .chart .chart_box h3 {margin-left:-14px;transform:translateX(-50%);}
	.sub_chart.chart1 .chart .chart_box h3 + h3 {margin-left:14px;}
	.sub_chart.chart1 .chart .chart_box .chart_step {}
	.sub_chart.chart1 .chart .chart_box h4 {margin:32px auto;}
	.sub_chart.chart1 .chart .chart_box ul {text-align:left;}
	.sub_chart.chart1 .chart .chart_step:before {top:0px;height:108px;}
	.sub_chart.chart1 .chart .chart_step > ul:before {left: calc(25% - 2px);width: calc(50% + 4px);}
	.sub_chart.chart1 .chart .chart_box ul > li {width: calc(50% - 4px);margin-top:32px;padding:2% 8px;border-radius:8px;border:2px #bbb solid;z-index:5;}
	.sub_chart.chart1 .chart .chart_box ul > li + li {margin-left:0;z-index:4;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li {margin-top:18px;z-index:3;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li + li {z-index:2;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li + li + li {z-index:1;}
	.sub_chart.chart1 .chart .chart_box ul > li:nth-of-type(even) {margin-left:8px;}
	.sub_chart.chart1 .chart .chart_box ul > li:nth-of-type(odd) {}
	.sub_chart.chart1 .chart .chart_box ul > li:before {top:-34px;left:50%;height:32px;width:2px;}
	.sub_chart.chart1 .chart .chart_box ul > li + li + li:before {top:-20px;height:18px;}
	.sub_chart.chart1 .chart .chart_box ul > li h5 {margin-bottom:2.4%;padding-bottom:3%;font-size:13px;line-height:22px;}
	.sub_chart.chart1 .chart .chart_box ul > li p {min-height:60px;line-height:20px;font-size:12px;}
}



/*** company/work (조직도2번) ***/ /* :before 요소는 라인, :after 요소는 원형 */
.sub_chart.chart2{position:relative;margin:0 auto;}
.sub_chart.chart2 .chart ul,
.sub_chart.chart2 .chart li,
.sub_chart.chart2 .chart h3,
.sub_chart.chart2 .chart h4,
.sub_chart.chart2 .chart h5,
.sub_chart.chart2 .chart p,
.sub_chart.chart2 .chart em {transition:all 0.3s;}
.sub_chart.chart2 .chart{padding-top:20px;position:relative;z-index:1;}
.sub_chart.chart2 .chart em {color:#444;font-weight:700;display:inline-block;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
.sub_chart.chart2 .chart h3:before,
.sub_chart.chart2 .chart h3:after,
.sub_chart.chart2 .chart h4:before,
.sub_chart.chart2 .chart h4:after,
.sub_chart.chart2 .chart li.chart_side:before,
.sub_chart.chart2 .chart li.chart_box:before,
.sub_chart.chart2 .chart li.chart_side li h5:after {content:"";display:inline-block;z-index:-2;margin:0;padding:0;box-sizing:border-box;position:absolute;left:50%;}
.sub_chart.chart2 .chart h3,
.sub_chart.chart2 .chart h4 {text-align:center;position:relative;background:#fff;margin:0 auto;padding:0;box-sizing:border-box;}
.sub_chart.chart2 .chart h3 {box-shadow:0 0 0 20px #f2fafd;border:2px #0095da solid;width:25.3%;padding:0;padding-bottom:25.3%;height:0;border-radius:100%;z-index:5;}
.sub_chart.chart2 .chart h3 em {font-size:24px;}
.sub_chart.chart2 .chart h3:before {width: calc(100% - 40px);height: calc(100% - 40px);border:1px #81cbec solid;border-radius:100%;top:50%;transform:translate(-50%, -50%);background:none;}
.sub_chart.chart2 .chart h4 {width:25.3%;padding:0;padding-bottom:7%;height:0;border-radius:42px;box-shadow:0 0 0 10px #f2fafd;border:2px #0095da solid;z-index:5;}
.sub_chart.chart2 .chart h4 em {font-size:19px;}
.sub_chart.chart2 .chart h3:after,
.sub_chart.chart2 .chart h4:after,
.sub_chart.chart2 .chart li.chart_side li h5:after {width:14px;height:14px;border:3px #0095da solid;background:#fff;transform:translate(-50%, 50%);bottom:0px;border-radius:100%;z-index:-1;}
.sub_chart.chart2 .chart h3 + h4 {margin-top:7.3%;}
.sub_chart.chart2 .chart h3 + h4:before {top:-100%;width:1px;height: calc(100% - 2px);background:#aaa;transform:translateX(0%);}
.sub_chart.chart2 .chart h4 + ul {position:relative;z-index:5;width:100%;margin:0;padding:0;}
	/* h5 공통 요소 */
.sub_chart.chart2 .chart li h5 {padding:0;height:0;margin:0;border:2px #aaa solid;background:#f5f5f5;display:inline-block;box-sizing:border-box;vertical-align:top;z-index:5;text-align:center;position:relative;}
.sub_chart.chart2 .chart li h5 em {font-size:18px;}
	/* 문어발 형식 */
.sub_chart.chart2 .chart li.chart_side {position:relative;z-index:5;width:100%;margin:0;padding:0;}
.sub_chart.chart2 .chart li.chart_side:before {top:5px;width:1px;height: calc(100% - 5px);background:#aaa;transform:translateX(0%);}
.sub_chart.chart2 .chart li.chart_side ul {font-size:0;text-align:center;box-sizing:border-box;width:100%;padding-top:4%;padding-bottom:7.3%;}
.sub_chart.chart2 .chart li.chart_side li {position:relative;z-index:1;width:50%;display:inline-block;box-sizing:border-box;margin:0;padding:0;margin-top:2%;}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(odd) {text-align:left;padding-left:17.6%;}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(even) {text-align:right;padding-right:17.6%;}
.sub_chart.chart2 .chart li.chart_side li h5 {width:63.2%;padding:0;padding-bottom:21.6%;border-radius:42px;}
.sub_chart.chart2 .chart li.chart_side li h5:after {border-color:#888;bottom:auto;top:50%;transform:translate(-50%, -50%);}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(odd) h5:after {left:100%;}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(even) h5:after {left:0;}
/* 2개 미만시 주석 해제후 사용 *
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before {width:50%;top:50%;left:100%;transform:translateX(-50%);height:0;border-top:1px #aaa solid;padding:0;margin:0;box-sizing:border-box;content:"";display:inline-block;background:none;z-index:-1;position:absolute;}*/
/* 2개 초과시 사용 시작 */
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before,
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before,
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {height:0;padding:0;background:none;z-index:-1;position:absolute;margin:0;box-sizing:border-box;content:"";display:inline-block;}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before {width: calc(50% - 88px);top:112%;left:100%;transform:translateX(-50%);border-top:1px #aaa solid;}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before,
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {top:50%;width:40px;padding-bottom:45.6%;transform:translateY(-1px);border:1px #aaa solid;}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before {left:100%;border-left:0;}
.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {left:-40px;border-right:0;}
/* 2개 초과시 사용 끝 */
	/* 나열 형식 */
.sub_chart.chart2 .chart li.chart_box {position:relative;z-index:5;width:100%;margin:0;padding:0;}
.sub_chart.chart2 .chart li.chart_box:before {top:0;left:50%;width: calc(75% + 30px);height:1px;background:#aaa;transform:translateX(-50%);}
.sub_chart.chart2 .chart li.chart_box .chart_step {padding-top:40px;font-size:0;text-align:center;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li {width: calc(25% - 40px);display:inline-block;box-sizing:border-box;vertical-align:top;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li + li {margin-left:50px;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li h5 {width:100%;padding-bottom:30.8%;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li h5:before,
.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li:before {left:50%;width:1px;transform:translateX(0%);background:#aaa;padding:0;margin:0;box-sizing:border-box;content:"";display:inline-block;z-index:-1;position:absolute;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li h5:before {height:40px;top:-42px;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team {}
.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li {padding:0;padding-bottom:23%;margin-top:20px;height:0;border:1px #aaa solid;background:#fff;width:100%;box-sizing:border-box;position:relative;z-index:1;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li:before {height:20px;top:-21px;}
.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li em {font-size:16px;font-weight:400;}

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1023px) {
	.sub_chart.chart2 .chart h3 em {font-size:22px;}
	.sub_chart.chart2 .chart h4 em {font-size:18px;}
		/* h5 공통 요소 */
	.sub_chart.chart2 .chart li h5 em {font-size:16px;}
		/* 나열 형식 */
	.sub_chart.chart2 .chart li.chart_box:before {width: calc(75% + 30px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li {width: calc(25% - 30px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li + li {margin-left:40px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li em {font-size:14px;}
}
@media only screen and (max-width:860px) {
	.sub_chart.chart2 .chart{padding-top:16px;}
	.sub_chart.chart2 .chart h3 {box-shadow:0 0 0 16px #f2fafd;border-width:2px;width:27.3%;padding-bottom:27.3%;}
	.sub_chart.chart2 .chart h3 em {font-size:20px;}
	.sub_chart.chart2 .chart h3:before {width: calc(100% - 32px);height: calc(100% - 32px);}
	.sub_chart.chart2 .chart h4 {width:27.3%;padding-bottom:8.4%;border-radius:42px;box-shadow:0 0 0 8px #f2fafd;border-width:2px;}
	.sub_chart.chart2 .chart h4 em {font-size:17px;}
	.sub_chart.chart2 .chart h3 + h4:before {top:-82%;height: calc(82% - 2px);}
		/* h5 공통 요소 */
	.sub_chart.chart2 .chart li h5 em {font-size:15px;}
		/* 문어발 형식 */
	.sub_chart.chart2 .chart li.chart_side ul {padding-bottom:5.2%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(odd) {padding-left:11.2%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(even) {padding-right:11.2%;}
	/* 2개 초과시 사용 시작 */
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before,
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before,
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before {width: calc(54% - 50px);top:112%;left:100%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before,
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {width:32px;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before {left:100%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {left:-32px;}
	/* 2개 초과시 사용 끝 */
		/* 나열 형식 */
	.sub_chart.chart2 .chart li.chart_box:before {width: calc(75% + 18px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step {padding-top:32px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li {width: calc(25% - 18px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li + li {margin-left:24px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li h5:before {height:32px;top:-34px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li {margin-top:16px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li:before {height:16px;top:-17px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li em {font-size:13px;}
}
@media only screen and (max-width:767px) {
		/* h5 공통 요소 */
	.sub_chart.chart2 .chart li h5 {border-width:1px;}
	.sub_chart.chart2 .chart li h5 em {font-size:13px;}
		/* 문어발 형식 */
	.sub_chart.chart2 .chart li.chart_side ul {padding-top:2.8%;padding-bottom:4.4%;}
	.sub_chart.chart2 .chart li.chart_side li {width:50%;margin-top:2%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(odd) {padding-left:3.6%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(even) {padding-right:3.6%;}
	.sub_chart.chart2 .chart li.chart_side li h5 {width:63.2%;padding-bottom:21.6%;border-radius:42px;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(odd) h5:after {left:100%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(even) h5:after {left:0;}
	/* 2개 초과시 사용 시작 */
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before {width: calc(69% - 48px);top:112%;left:100%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before,
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {top:50%;width:24px;padding-bottom:45.6%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before {left:100%;border-left:0;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {left:-24px;border-right:0;}
	/* 2개 초과시 사용 끝 */
		/* 나열 형식 */
	.sub_chart.chart2 .chart li.chart_box:before {width: calc(75% + 10px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step {padding-top:24px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li {width: calc(25% - 9px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li + li {margin-left:12px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li h5 {width:100%;padding-bottom:36%;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li h5:before {height:24px;top:-25px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li {padding-bottom:28%;margin-top:8px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li:before {height:8px;top:-9px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li em {font-size:12px;}
}
@media only screen and (max-width:640px) {
	.sub_chart.chart2{}
	.sub_chart.chart2 .chart{padding-top:10px;}
	.sub_chart.chart2 .chart em {}
	.sub_chart.chart2 .chart h3:before,
	.sub_chart.chart2 .chart h3:after,
	.sub_chart.chart2 .chart h4:before,
	.sub_chart.chart2 .chart h4:after,
	.sub_chart.chart2 .chart li.chart_side:before,
	.sub_chart.chart2 .chart li.chart_box:before,
	.sub_chart.chart2 .chart li.chart_side li h5:after {}
	.sub_chart.chart2 .chart h3,
	.sub_chart.chart2 .chart h4 {}
	.sub_chart.chart2 .chart h3 {box-shadow:0 0 0 10px #f2fafd;border-width:2px;width:36.4%;padding-bottom:36.4%;}
	.sub_chart.chart2 .chart h3 em {font-size:18px;}
	.sub_chart.chart2 .chart h3:before {width: calc(100% - 20px);height: calc(100% - 20px);}
	.sub_chart.chart2 .chart h4 {width:36.4%;padding-bottom:10.2%;border-radius:42px;box-shadow:0 0 0 4px #f2fafd;border-width:2px;}
	.sub_chart.chart2 .chart h4 em {font-size:15px;}
	.sub_chart.chart2 .chart h3:after,
	.sub_chart.chart2 .chart h4:after,
	.sub_chart.chart2 .chart li.chart_side li h5:after {width:12px;height:12px;border-width:2px;}
	.sub_chart.chart2 .chart h3 + h4 {margin-top:6.8%;}
	.sub_chart.chart2 .chart h3 + h4:before {top:-62%;height: calc(62% - 2px);}
	.sub_chart.chart2 .chart h4 + ul {}
		/* h5 공통 요소 */
	.sub_chart.chart2 .chart li h5 {border-width:1px;}
	.sub_chart.chart2 .chart li h5 em {font-size:13px;}
		/* 문어발 형식 */
	.sub_chart.chart2 .chart li.chart_side {}
	.sub_chart.chart2 .chart li.chart_side:before {top:4px;height: calc(100% - 4px);}
	.sub_chart.chart2 .chart li.chart_side ul {padding-top:3.2%;padding-bottom:5.6%;}
	.sub_chart.chart2 .chart li.chart_side li {width:50%;margin-top:2%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(odd) {padding-left:1.2%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(even) {padding-right:1.2%;}
	.sub_chart.chart2 .chart li.chart_side li h5 {width:66.2%;padding-bottom:21.6%;border-radius:42px;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(odd) h5:after {left:100%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(even) h5:after {left:0;}
	/* 2개 초과시 사용 시작 */
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before,
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before,
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1):before {width: calc(62% - 36px);top:112%;left:100%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before,
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {top:50%;width:24px;padding-bottom:45.6%;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(1) h5:before {left:100%;border-left:0;}
	.sub_chart.chart2 .chart li.chart_side li:nth-of-type(2) h5:before {left:-24px;border-right:0;}
	/* 2개 초과시 사용 끝 */
		/* 나열 형식 */
	.sub_chart.chart2 .chart li.chart_box {}
	.sub_chart.chart2 .chart li.chart_box:before {width: calc(50% + 4px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step {padding-top:28px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li {width: calc(50% - 4px);}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li + li {margin-left:0;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li:nth-of-type(even) {margin-left:8px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li:nth-of-type(n+3) {margin-top:28px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li h5 {width:100%;padding-bottom:21.4%;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li h5:before {height:28px;top:-29px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team {}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li {padding-bottom:19.2%;margin-top:8px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li:before {height:8px;top:-9px;}
	.sub_chart.chart2 .chart li.chart_box .chart_step > li .chart_team li em {font-size:12px;}
}
@media only screen and (max-width:479px) {
	
}




/*** company/introduce (사업소개) ***/
.sub_introduce.introduce1 {position:relative;margin:0 auto;}
.sub_introduce.introduce1 .introduce_box {margin:0;padding:0;width:100%;box-sizing:border-box; }
.sub_introduce.introduce1 .introduce_box + .introduce_box {padding-top:6.8%;}
.sub_introduce.introduce1 .introduce_box:last-child {padding-bottom:0;}
.sub_introduce.introduce1 .introduce_box > h3 {width:100%;padding:0;padding-bottom:3.6%;font-size:29px;line-height:34px;color:#222;text-align:center;font-weight:700;margin:0 auto;word-break:keep-all;word-wrap:break-word;white-space:pre-line;}
.sub_introduce.introduce1 .introduce_box.box1 {}
.sub_introduce.introduce1 .introduce_box.box2 {}
.sub_introduce.introduce1 .introduce_box.box3 {display:none;}
	/* 전체 배경 */
.sub_introduce.introduce1 .introduce_box .duce_wide_bg {padding:0;padding-bottom:28.4%;position:relative;z-index:1;width:100%;margin:0;box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box .duce_wide_bg .wide_bg {background:url(../images/skin/introduce_wide_bg.jpg) no-repeat 50% 50%;background-size:100% auto;position:absolute;left:50%;top:50%;height:100%;width:100%;transform:translate(-50%, -50%);text-align:center;box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box .duce_wide_bg > p {left:30px;bottom:30px;font-size:18px;line-height:26px;color:#fff;width: calc(100% - 60px);padding-right:36%;font-weight:400;position:absolute;text-align:left;box-sizing:border-box;}
	/* 리스트형 */
.sub_introduce.introduce1 .introduce_box .duce_list {width:100%;margin:0;padding:0;font-size:0;vertical-align:top;box-sizing:border-box;text-align:left;}
.sub_introduce.introduce1 .introduce_box .duce_list li {width: calc(33.32% - 20px);display:inline-block;vertical-align:top;margin:0;padding:0;box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box .duce_list li + li {margin-left:30px;}
.sub_introduce.introduce1 .introduce_box .duce_list li .thumb {width:100%;box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box .duce_list li .thumb img {width:100%;height:auto;}
.sub_introduce.introduce1 .introduce_box .duce_list li h4 {padding:0;padding-top:6.8%;padding-bottom:4%;font-size:20px;line-height:28px;color:#333;font-weight:700;margin:0;box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box .duce_list li p {font-size:15px;line-height:24px;color:#888;font-weight:400;margin:0;padding:0;box-sizing:border-box;}
	/* 서클형 */
.sub_introduce.introduce1 .introduce_box dl.duce_circle {padding:0;margin-top:3.4%;padding-bottom:55%;width:55%;position:relative;z-index:1;margin:0 auto;box-sizing:border-box;text-align:center;vertical-align:top;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dt,
.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4,
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd,
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li,
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {margin:0 auto;padding:0;height:0;border-radius:100%;left:50%;top:50%;box-sizing:border-box;position:absolute;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dt,
.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4,
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd,
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {transform:translate(-50%, -50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle em {width:100%;margin:0 auto;padding:0;text-align:center;display:inline-block;box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dt {width:75.8%;padding-bottom:75.8%;background:#ddd;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 {width:72%;padding-bottom:72%;background:#c62b38;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:44px;line-height:54px;width:50%;color:#fff;font-weight:700;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd {width:86.4%;padding-bottom:86.4%;border-width:1px;border-color:#999;border-style:dashed;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol {box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li {width:21.6%;padding-bottom:21.6%;border-width:2px;border-color:#e88331;border-style:solid;background:#fff;box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {width:84.6%;padding-bottom:84.6%;background:#f6e9df;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div em {font-size:20px;line-height:26px;color:#555;font-weight:700;letter-spacing:-1.2px;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li + li {}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:before {width:20px;height:20px;border-width:3px;border-color:#444;border-style:solid;border-left:0;border-bottom:0;position:absolute;display:inline-block;content:"";background:none;margin:0;padding:0;box-sizing:border-box;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(1) {left:50%;top:0;transform:translate(-50%, -50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(1):before {right:-52%;top:60%;transform: rotate(65deg);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2) {left:87.5%;top:17%;transform:translate(-50%, -50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2):before {right:-3%;bottom:-25%;transform: rotate(115deg);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(3) {left:100%;top:50%;transform:translate(-50%, -50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(3):before {left:28.5%;bottom:-35%;transform: rotate(155deg);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4) {left:87.5%;top:auto;bottom:17%;transform:translate(-50%, 50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4):before {left:-38%;bottom:-16%;transform: rotate(200deg);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(5) {left:50%;top:auto;bottom:0;transform:translate(-50%, 50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(5):before {left:-50%;top:25%;transform: rotate(245deg);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6) {left:13%;top:auto;bottom:17%;transform:translate(-50%, 50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6):before {left:-4%;top:-25%;transform: rotate(295deg);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(7) {left:0%;top:50%;transform:translate(-50%, -50%);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(7):before {left:54%;top:-35%;transform: rotate(335deg);}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8) {left:13%;top:17%;transform:translate(-50%, -50%);border-color:#c62b38;}
.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8):before {right:-36%;top:-17.5%;transform: rotate(20deg);border-color:#c62b38;}

@media only screen and (max-width:1200px) {
	.sub_introduce.introduce1 .introduce_box > h3 {width:100%;font-size:27px;line-height:34px;}
		/* 전체 배경 */
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg > p {left:20px;bottom:20px;font-size:17px;line-height:24px;width: calc(100% - 40px);padding-right:29%;}
		/* 리스트형 */
	.sub_introduce.introduce1 .introduce_box .duce_list li {width: calc(33.32% - 12px);}
	.sub_introduce.introduce1 .introduce_box .duce_list li + li {margin-left:18px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li h4 {font-size:21px;line-height:27px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li p {font-size:14px;line-height:22px;}
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle {padding-bottom:60%;width:60%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:40px;line-height:50px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div em {font-size:16px;line-height:22px;letter-spacing:-1.0px;}
}
@media only screen and (max-width:1023px) {
	.sub_introduce.introduce1 .introduce_box > h3 {font-size:25px;line-height:30px;}
		/* 전체 배경 */
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg {padding-bottom:34.4%;}
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg .wide_bg {background-size:cover;}
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg > p {left:12px;bottom:12px;font-size:16px;line-height:22px;width: calc(100% - 24px);padding-right:21%;}
		/* 리스트형 */
	.sub_introduce.introduce1 .introduce_box .duce_list li {width: calc(33.32% - 12px);}
	.sub_introduce.introduce1 .introduce_box .duce_list li + li {margin-left:18px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li h4 {font-size:20px;line-height:24px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li p {font-size:13px;line-height:21px;}
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle {padding-bottom:64%;width:64%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt {width:73.8%;padding-bottom:73.8%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 {width:74%;padding-bottom:74%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:38px;line-height:50px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {width:87.6%;padding-bottom:87.6%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div em {font-size:15px;line-height:22px;letter-spacing:-1.2px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6):before {left:-5%;top:-25%;}
}
@media only screen and (max-width:980px) {
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(1):before {right:-52%;top:58%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2):before {right:-3%;bottom:-25%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(3):before {left:27.5%;bottom:-35%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4):before {left:-38%;bottom:-16%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(5):before {left:-50%;top:24%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6):before {left:-5%;top:-25%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(7):before {left:52%;top:-35%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8):before {right:-36%;top:-17.5%;}
}
@media only screen and (max-width:860px) {
	.sub_introduce.introduce1 .introduce_box {}
	.sub_introduce.introduce1 .introduce_box + .introduce_box {padding-top:8.4%;}
	.sub_introduce.introduce1 .introduce_box > h3 {width:80%;max-width:500px;padding-bottom:3.6%;font-size:24px;line-height:30px;}
		/* 전체 배경 */
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg {padding-bottom:42.4%;}
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg > p {left:12px;bottom:12px;font-size:15px;line-height:22px;padding-right:19%;}
		/* 리스트형 */
	.sub_introduce.introduce1 .introduce_box .duce_list li {width:100%;font-size:0;position:relative;z-index:1;}
	.sub_introduce.introduce1 .introduce_box .duce_list li + li {margin-left:0;margin-top:16px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li .thumb,
	.sub_introduce.introduce1 .introduce_box .duce_list li .txt {display:inline-block;vertical-align:top;}
	.sub_introduce.introduce1 .introduce_box .duce_list li .thumb {margin-right:16px;width: calc(40% - 8px);}
	.sub_introduce.introduce1 .introduce_box .duce_list li .thumb img {}
	.sub_introduce.introduce1 .introduce_box .duce_list li .txt {width: calc(60% - 8px);position:absolute;right:0;top:50%;transform:translateY(-50%);}
	.sub_introduce.introduce1 .introduce_box .duce_list li h4 {padding-top:0;padding-bottom:4%;font-size:20px;line-height:24px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li p {font-size:13px;line-height:21px;}
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle {margin-top:6.8%;padding-bottom:64%;width:64%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt {width:67.8%;padding-bottom:67.8%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 {width:74%;padding-bottom:74%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:30px;line-height:42px;width:54%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd {width:86.4%;padding-bottom:86.4%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol {}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li {width:24.6%;padding-bottom:24.6%;border-width:2px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {width:87.6%;padding-bottom:87.6%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div em {font-size:13px;line-height:19px;letter-spacing:-0.8px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:before {width:12px;height:12px;border-width:2px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(1):before {right:-44%;top:62%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2):before {right:6%;bottom:-16%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(3):before {left:32.5%;bottom:-24%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4):before {left:-25%;bottom:-8%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(5):before {left:-38%;top:29%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6):before {left:4%;top:-12%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(7):before {left:56%;top:-26%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8):before {right:-25%;top:-8.5%;}
}
@media only screen and (max-width:767px) {
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle {padding-bottom:68%;width:68%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt {width:60.8%;padding-bottom:60.8%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 {width:74%;padding-bottom:74%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:28px;line-height:40px;width:62%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {width:90%;padding-bottom:90%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div em {font-size:13px;line-height:19px;letter-spacing:-0.6px;font-weight:700;}
}
@media only screen and (max-width:690px) {
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(1):before {right:-42%;top:60%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2):before {right:4%;bottom:-17%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(3):before {left:32.5%;bottom:-24%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4):before {left:-25%;bottom:-8%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(5):before {left:-38%;top:28%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6):before {left:4%;top:-12%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(7):before {left:55%;top:-26%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8):before {right:-26%;top:-8.5%;}
}
@media only screen and (max-width:640px) {
	.sub_introduce.introduce1 .introduce_box {}
	.sub_introduce.introduce1 .introduce_box + .introduce_box {padding-top:11.4%;}
	.sub_introduce.introduce1 .introduce_box > h3 {width:85%;max-width:460px;padding-bottom:6.4%;font-size:20px;line-height:28px;}
		/* 전체 배경 */
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg {padding-bottom:52.4%;}
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg > p {font-size:13px;line-height:20px;padding-right:16%;}
		/* 리스트형 */
	.sub_introduce.introduce1 .introduce_box .duce_list li + li {margin-top:12px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li .thumb {margin-right:12px;width: calc(50% - 6px);}
	.sub_introduce.introduce1 .introduce_box .duce_list li .txt {width: calc(50% - 6px);}
	.sub_introduce.introduce1 .introduce_box .duce_list li h4 {padding-bottom:4%;font-size:16px;line-height:20px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li p {font-size:12px;line-height:19px;}
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle {margin-top:4.8%;padding-bottom:86%;width:86%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt {width:54%;padding-bottom:54%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 {width:74%;padding-bottom:74%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:24px;line-height:30px;width:64%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd {width:86.4%;padding-bottom:86.4%;border-width:1px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li {width:26%;padding-bottom:26%;border-width:2px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {width:90%;padding-bottom:90%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div em {font-size:13px;line-height:19px;letter-spacing:-0.6px;font-weight:700;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(1):before {right:-44%;top:62%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2):before {right:4.5%;bottom:-16%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(3):before {left:31.5%;bottom:-24%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4):before {left:-25%;bottom:-8%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(5):before {left:-38%;top:29%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6):before {left:4%;top:-12%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(7):before {left:54.5%;top:-26%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8):before {right:-25%;top:-8.5%;}
}
@media only screen and (max-width:479px) {
	.sub_introduce.introduce1 .introduce_box > h3 {width:100%;}
		/* 전체 배경 */
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg {padding-bottom:54%;}
	.sub_introduce.introduce1 .introduce_box .duce_wide_bg > p {left:12px;bottom:12px;font-size:13px;line-height:19px;padding-right:10%;}
		/* 리스트형 */
	.sub_introduce.introduce1 .introduce_box .duce_list li {width:100%;font-size:0;}
	.sub_introduce.introduce1 .introduce_box .duce_list li:after {clear:both;content:"";display:block;}
	.sub_introduce.introduce1 .introduce_box .duce_list li + li {margin-left:0;margin-top:24px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li .thumb,
	.sub_introduce.introduce1 .introduce_box .duce_list li .txt {width:100%;margin:0;position:static;transform:translate(0, 0);}
	.sub_introduce.introduce1 .introduce_box .duce_list li h4 {padding-top:5%;padding-bottom:2.4%;font-size:16px;line-height:20px;}
	.sub_introduce.introduce1 .introduce_box .duce_list li p {font-size:12px;line-height:18px;}
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle {margin-top:4.8%;padding-bottom:92%;width:92%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt {width:52%;padding-bottom:52%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 {width:80%;padding-bottom:80%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:22px;line-height:30px;width:64%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd {width:85.4%;padding-bottom:85.4%;border-width:1px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li {width:30%;padding-bottom:28.7%;border-width:2px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {width:88%;padding-bottom:88%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div em {font-size:12px;line-height:18px;letter-spacing:-0.6px;font-weight:700;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:before {width:8px;height:8px;border-width:2px;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(1):before {right:-26%;top:59.5%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2) {top:16%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(2):before {right:13.5%;bottom:-7%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(3):before {left:35.5%;bottom:-15%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4) {bottom:16%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(4):before {left:-12%;bottom:4.5%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(5):before {left:-22%;top:32.5%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6) {bottom:16%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(6):before {left:12.5%;top:-7%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(7):before {left:56%;top:-18%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8) {top:16%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li:nth-of-type(8):before {right:-13%;top:3.5%;}
}
@media only screen and (max-width:320px) {
		/* 서클형 */
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt {width:50%;padding-bottom:50%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 {width:84%;padding-bottom:84%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dt h4 em {font-size:20px;line-height:26px;width:74%;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li {width:30%;padding-bottom:28.7%;border-width:2px;background:#f6e9df;}
	.sub_introduce.introduce1 .introduce_box dl.duce_circle dd ol li > div {width:100%;padding-bottom:100%;}
}


/*** company/introduce2 (사업소개2) ***/
.sub_introduce.introduce2 {position:relative;margin:0 auto;}
.sub_introduce.introduce2 div, .sub_introduce.introduce2 p, .sub_introduce.introduce2 li, .sub_introduce.introduce2 dt, .sub_introduce.introduce2 dd, .sub_introduce.introduce2 td, .sub_introduce.introduce2 th {word-break:keep-all;word-wrap:break-word;}
.sub_introduce.introduce2 .introduce_box {margin:0;padding:0;width:100%;box-sizing:border-box;}
.sub_introduce.introduce2 .introduce_box + .introduce_box {padding-top:8.4%}
.sub_introduce.introduce2 .introduce_box.box1 {}
.sub_introduce.introduce2 .introduce_box.box2 {}
	/* 리스트형 */
.sub_introduce.introduce2 .introduce_box .duce_list {}
.sub_introduce.introduce2 .introduce_box .duce_list li {width:100%;font-size:0;position:relative;z-index:1;}
.sub_introduce.introduce2 .introduce_box .duce_list li + li {margin-top:40px;}
.sub_introduce.introduce2 .introduce_box .duce_list li .thumb,
.sub_introduce.introduce2 .introduce_box .duce_list li .txt {display:inline-block;vertical-align:top;}
.sub_introduce.introduce2 .introduce_box .duce_list .thumb {margin-right:16px;width: calc(37.5% - 20px);}
.sub_introduce.introduce2 .introduce_box .duce_list .thumb img {width:100%;height:auto;}
.sub_introduce.introduce2 .introduce_box .duce_list .txt {width: calc(62.5% - 20px);position:absolute;right:0;top:50%;transform:translateY(-50%);}
.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 {padding-top:0;padding-bottom:3.3%;margin-bottom:3.5%;position:relative;z-index:1;}
.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 em {font-size:28px;line-height:32px;color:#333;font-weight:700;display:inline-block;width:100%;}
.sub_introduce.introduce2 .introduce_box .duce_list .txt h4:after {width:40px;height:2px;background:#333;content:"";display:inline-block;position:absolute;left:0;bottom:0;transform:translateY(50%);}
.sub_introduce.introduce2 .introduce_box .duce_list .txt p,
.sub_introduce.introduce2 .introduce_box .duce_list .txt p strong {font-size:16px;}
.sub_introduce.introduce2 .introduce_box .duce_list .txt p {padding-right:20%;line-height:26px;color:#666;box-sizing:border-box;}
.sub_introduce.introduce2 .introduce_box .duce_list .txt p strong {color:#333;font-weight:700;}
	/* 메세지 */
.sub_introduce.introduce2 .introduce_box .duce_message {text-align:center;}
.sub_introduce.introduce2 .introduce_box .duce_message p {color:#333;font-weight:400;display:inline-block;width:auto;margin:0 auto;position:relative;z-index:1;white-space:pre-line;}
.sub_introduce.introduce2 .introduce_box .duce_message p:before,
.sub_introduce.introduce2 .introduce_box .duce_message p:after {font-size:100px;color:#e0e4f0;font-weight:700;display:inline-block;position:absolute;}
.sub_introduce.introduce2 .introduce_box .duce_message p:before {content:"“";left:0;top:-65%;transform:translate(-150%, 0);}
.sub_introduce.introduce2 .introduce_box .duce_message p:after {content:"”";right:0;top:-67%;transform:translate(150%, 0);}
.sub_introduce.introduce2 .introduce_box .duce_message p,
.sub_introduce.introduce2 .introduce_box .duce_message p strong {font-size:34px;}
.sub_introduce.introduce2 .introduce_box .duce_message p strong {color:#2c53af;font-weight:700;}
.sub_introduce.introduce2 .introduce_box .duce_message span {padding-top:2%;font-size:18px;font-weight:700;line-height:28px;display:inline-block;width:100%;}

@media only screen and (max-width:1200px) {
	.sub_introduce.introduce2 .introduce_box .duce_list li + li {margin-top:32px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .thumb {margin-right:32px;width: calc(37.5% - 16px);}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt {width: calc(62.5% - 16px);}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4:after {width:32px;}
}
@media only screen and (max-width:1023px) {
	.sub_introduce.introduce2 .introduce_box .duce_list {padding-top:4%;}
		/* 리스트형 */
	.sub_introduce.introduce2 .introduce_box .duce_list li + li {margin-top:24px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .thumb {margin-right:24px;width: calc(37.5% - 12px);}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt {width: calc(62.5% - 12px);}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 em {font-size:24px;line-height:28px}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4:after {width:32px;height:2px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p,
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p strong {font-size:15px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p {padding-right:0%;line-height:24px;}
		/* 메세지 */
	.sub_introduce.introduce2 .introduce_box .duce_message p:before,
	.sub_introduce.introduce2 .introduce_box .duce_message p:after {font-size:90px;}
	.sub_introduce.introduce2 .introduce_box .duce_message p,
	.sub_introduce.introduce2 .introduce_box .duce_message p strong {font-size:30px;}
	.sub_introduce.introduce2 .introduce_box .duce_message span {font-size:17px;line-height:24px;}
}
@media only screen and (max-width:860px) {
	.sub_introduce.introduce2 .introduce_box .duce_list {padding-top:4%;}
		/* 리스트형 */
	.sub_introduce.introduce2 .introduce_box .duce_list li + li {margin-top:16px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .thumb {margin-right:16px;width: calc(46.5% - 8px);}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt {width: calc(53.5% - 8px);}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 {padding-bottom:3.6%;margin-bottom:3.6%;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 em {font-size:20px;line-height:24px}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4:after {width:32px;height:2px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p,
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p strong {font-size:13px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p {line-height:20px;}
		/* 메세지 */
	.sub_introduce.introduce2 .introduce_box .duce_message p:before,
	.sub_introduce.introduce2 .introduce_box .duce_message p:after {font-size:72px;}
	.sub_introduce.introduce2 .introduce_box .duce_message p:before {top:-65%;transform:translate(-125%, 0);}
	.sub_introduce.introduce2 .introduce_box .duce_message p:after {top:-67%;transform:translate(125%, 0);}
	.sub_introduce.introduce2 .introduce_box .duce_message p,
	.sub_introduce.introduce2 .introduce_box .duce_message p strong {font-size:26px;}
	.sub_introduce.introduce2 .introduce_box .duce_message span {padding-top:2%;font-size:15px;line-height:22px;}
}
@media only screen and (max-width:767px) {
	
}
@media only screen and (max-width:640px) {
	.sub_introduce.introduce2 .introduce_box .duce_list {padding-top:4%;}
	.sub_introduce.introduce2 .introduce_box + .introduce_box {padding-top:10.4%}
		/* 리스트형 */
	.sub_introduce.introduce2 .introduce_box .duce_list li {display:table;}
	.sub_introduce.introduce2 .introduce_box .duce_list li + li {margin-top:12px;}
	.sub_introduce.introduce2 .introduce_box .duce_list li .thumb,
	.sub_introduce.introduce2 .introduce_box .duce_list li .txt {margin:0;transform: translateY(0%);position:static;display:table-cell;vertical-align:middle;}
	.sub_introduce.introduce2 .introduce_box .duce_list .thumb {padding-right:12px;width:46.5%;}
	.sub_introduce.introduce2 .introduce_box .duce_list .thumb img {vertical-align:middle;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt {width:53.5%;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 {padding-bottom:3.6%;margin-bottom:3.6%;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 em {font-size:20px;line-height:22px}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4:after {width:28px;height:2px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p,
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p strong {font-size:15px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p {padding-right:0%;line-height:24px;}
		/* 메세지 */
	.sub_introduce.introduce2 .introduce_box .duce_message p {width:68%;max-width:370px;margin:0 auto;}
	.sub_introduce.introduce2 .introduce_box .duce_message p:before,
	.sub_introduce.introduce2 .introduce_box .duce_message p:after {font-size:70px;}
	.sub_introduce.introduce2 .introduce_box .duce_message p:before {top:10%;transform:translate(-105%, 0);}
	.sub_introduce.introduce2 .introduce_box .duce_message p:after {top:12%;transform:translate(105%, 0);}
	.sub_introduce.introduce2 .introduce_box .duce_message p,
	.sub_introduce.introduce2 .introduce_box .duce_message p strong {font-size:28px;line-height:38px;}
	.sub_introduce.introduce2 .introduce_box .duce_message span {padding-top:2%;font-size:15px;line-height:22px;}
}
@media only screen and (max-width:580px) {
	.sub_introduce.introduce2 .introduce_box + .introduce_box {padding-top:14.4%}
		/* 리스트형 */
	.sub_introduce.introduce2 .introduce_box .duce_list li {display:block;}
	.sub_introduce.introduce2 .introduce_box .duce_list li + li {margin-top:10%;}
	.sub_introduce.introduce2 .introduce_box .duce_list li .thumb,
	.sub_introduce.introduce2 .introduce_box .duce_list li .txt {width:100%;text-align:left;display:block;}
	.sub_introduce.introduce2 .introduce_box .duce_list li .thumb {margin-bottom:4%;}
}
@media only screen and (max-width:479px) {
	.sub_introduce.introduce2 .introduce_box .duce_list {padding-top:4%;}
	.sub_introduce.introduce2 .introduce_box + .introduce_box {padding-top:14.4%}
		/* 리스트형 */
	.sub_introduce.introduce2 .introduce_box .duce_list li + li {margin-top:12%;}
	.sub_introduce.introduce2 .introduce_box .duce_list .thumb {margin-bottom:4%;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 {padding-bottom:3.6%;margin-bottom:3.6%;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4 em {font-size:17px;line-height:22px}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt h4:after {width:28px;height:2px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p,
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p strong {font-size:13px;}
	.sub_introduce.introduce2 .introduce_box .duce_list .txt p {padding-right:0%;line-height:19px;}
		/* 메세지 */
	.sub_introduce.introduce2 .introduce_box .duce_message p {width:79%;max-width:370px;margin:0 auto;}
	.sub_introduce.introduce2 .introduce_box .duce_message p:before,
	.sub_introduce.introduce2 .introduce_box .duce_message p:after {font-size:70px;}
	.sub_introduce.introduce2 .introduce_box .duce_message p:before {top:14%;transform:translate(-105%, 0);}
	.sub_introduce.introduce2 .introduce_box .duce_message p:after {top:16%;transform:translate(105%, 0);}
	.sub_introduce.introduce2 .introduce_box .duce_message p,
	.sub_introduce.introduce2 .introduce_box .duce_message p strong {font-size:26px;letter-spacing:-1px;line-height:36px;}
	.sub_introduce.introduce2 .introduce_box .duce_message span {padding-top:2%;font-size:15px;line-height:22px;}
}






/*** company/history (연혁) ***/
.sub_history.history1 {padding-top:0%;box-sizing:border-box;}
.sub_history.history1 div, .sub_history.history1 p, .sub_history.history1 span, .sub_history.history1 em, .sub_history.history1 strong, .sub_history.history1 dt, .sub_history.history1 dd, .sub_history.history1 dl, .sub_history.history1 li, .sub_history.history1 ul {transition:all 0.2s;}
.sub_history.history1 div, .sub_history.history1 p, .sub_history.history1 li, .sub_history.history1 dt, .sub_history.history1 dd, .sub_history.history1 th, .sub_history.history1 td {word-break:keep-all;word-wrap:break-word;}
	/* 상단베너 */
.sub_history.history1 .history_intro {width:100%;margin:0;padding:0 0 27.4%;height:0;background:url(../images/skin/bg_sub_history_bnr.jpg) no-repeat 50% 0;background-size:cover;box-sizing:border-box;}
.sub_history.history1 .history_wrap {position:relative;width:100%;z-index:1;box-sizing:border-box;margin-top:2%;}
.sub_history.history1 .history_wrap:before {content:"";display:inline-block;width:1px;height:100%;position:absolute;left:50%;top:0;background:#ddd;}
	/* 내용 */
.sub_history.history1 .history_box {display:block;position:relative;width:100%;z-index:1;box-sizing:border-box;}
.sub_history.history1 .history_box:after {clear:both;content:"";display:block;}
.sub_history.history1 .history_box + .history_box {}
.sub_history.history1 .history_box .his_year,
.sub_history.history1 .history_box .his_detail {width:50%;padding:8% 0 4% 0;display:block;box-sizing:border-box;vertical-align:top;}
.sub_history.history1 .history_box + .history_box .his_year,
.sub_history.history1 .history_box + .history_box .his_detail {padding-top:4%;}
	/* 연도 */
.sub_history.history1 .history_box .his_year {}
.sub_history.history1 .history_box .his_year .year {position:relative;z-index:1;box-sizing:border-box;}
.sub_history.history1 .history_box .his_year .year strong {margin:0;padding:0 5%;line-height:50px;height:50px;font-size:30px;font-weight:600;color:#fff;display:inline-block;position:relative;}
.sub_history.history1 .history_box .his_year .year::before,
.sub_history.history1 .history_box .his_year .year strong::after {top:50%;content:"";position:absolute;z-index:10;}
/* 원 */.sub_history.history1 .history_box .his_year .year::before {width:10px;height:10px;border-radius:100%;;box-shadow:0 0 0 4px rgba(255, 255, 255, 1);}
/* 삼각형 */.sub_history.history1 .history_box .his_year .year strong::after {width:0px;height:0px;border-right:12px solid transparent;border-bottom:12px solid #4aabe6;}
	/* 세부내역 */
.sub_history.history1 .history_box .his_detail {box-sizing:border-box;}
.sub_history.history1 .history_box .his_detail .detailYear {padding:2% 0 5%;width:93.6%;position:relative;box-sizing:border-box;}
.sub_history.history1 .history_box .his_detail .detailYear:after {clear:both;content:"";display:block;}
.sub_history.history1 .history_box .his_detail .detailYear + .detailYear {padding-top:2%;}
.sub_history.history1 .history_box .his_detail .detailYear dt,
.sub_history.history1 .history_box .his_detail .detailYear dd {display:inline-block;box-sizing:border-box;}
.sub_history.history1 .history_box .his_detail .detailYear dt {width:8%;line-height:24px;font-size:22px;letter-spacing:-2px;color:#333;}
.sub_history.history1 .history_box .his_detail .detailYear dd {width:92%;color:#666;}
.sub_history.history1 .history_box .his_detail .detailYear dd ul {}
.sub_history.history1 .history_box .his_detail .detailYear dd li {padding:0;line-height:24px;font-size:16px;vertical-align:middle;box-sizing:border-box;}
.sub_history.history1 .history_box .his_detail .detailYear dd li::before {margin-right:5px;content:"·";display:inline-block;line-height:inherit;font-size:inherit;vertical-align:middle;}
.sub_history.history1 .history_box .his_detail .detailYear dd li + li {margin-top:2%}
	/* 홀수일때-우측정렬 */
.sub_history.history1 .history_box:nth-of-type(odd) {}
.sub_history.history1 .history_box:nth-of-type(odd) .his_year {float:right;text-align:left;}
.sub_history.history1 .history_box:nth-of-type(odd) .his_detail {float:left;text-align:right;}
.sub_history.history1 .history_box:nth-of-type(odd) .his_year,
.sub_history.history1 .history_box:nth-of-type(odd) .his_detail {}
.sub_history.history1 .history_box:nth-of-type(odd) .his_year .year {padding-left:6.4%;}
.sub_history.history1 .history_box:nth-of-type(odd) .his_year .year::before {left:0%;transform:translate(-50%, -50%);}
.sub_history.history1 .history_box:nth-of-type(odd) .his_year .year strong::after {left:0;transform:rotate(45deg) translate(-70%, 0%);}
.sub_history.history1 .history_box:nth-of-type(odd) .his_detail .detailYear {margin-right:6.4%;text-align:right;}
.sub_history.history1 .history_box:nth-of-type(odd) .his_detail .detailYear dt {float:right;}
.sub_history.history1 .history_box:nth-of-type(odd) .his_detail .detailYear dd {float:left;}
	/* 짝수일때-좌측정렬 */
.sub_history.history1 .history_box:nth-of-type(even) {}
.sub_history.history1 .history_box:nth-of-type(even) .his_year {float:left;text-align:right;}
.sub_history.history1 .history_box:nth-of-type(even) .his_detail {float:right;text-align:left;}
.sub_history.history1 .history_box:nth-of-type(even) .his_year,
.sub_history.history1 .history_box:nth-of-type(even) .his_detail {}
.sub_history.history1 .history_box:nth-of-type(even) .his_year .year {padding-right:6.4%;}
.sub_history.history1 .history_box:nth-of-type(even) .his_year .year::before {right:0%;transform:translate(50%, -50%);}
.sub_history.history1 .history_box:nth-of-type(even) .his_year .year strong::after {right:0;transform:rotate(225deg) translate(0%, 70%);}
.sub_history.history1 .history_box:nth-of-type(even) .his_detail .detailYear {margin-left:6.4%;text-align:left;}
.sub_history.history1 .history_box:nth-of-type(even) .his_detail .detailYear dt {float:left;}
.sub_history.history1 .history_box:nth-of-type(even) .his_detail .detailYear dd {float:right;}

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1023px) {
		/* 상단베너 */
	.sub_history.history1 .history_intro {padding:0 0 32.4%;}
		/* 내용 */
	.sub_history.history1 .history_box .his_year,
	.sub_history.history1 .history_box .his_detail {padding:6.4% 0 3.2% 0;}
	.sub_history.history1 .history_box + .history_box .his_year,
	.sub_history.history1 .history_box + .history_box .his_detail {padding-top:3.2%;}
		/* 연도 */
	.sub_history.history1 .history_box .his_year {}
	.sub_history.history1 .history_box .his_year .year {}
	.sub_history.history1 .history_box .his_year .year strong {line-height:46px;height:46px;font-size:28px;letter-spacing:-2px;}
	/* 원 */.sub_history.history1 .history_box .his_year .year::before {width:12px;height:12px;box-shadow:0 0 0 4px rgba(255, 255, 255, 1);}
	/* 삼각형 */.sub_history.history1 .history_box .his_year .year strong::after {border-right:12px solid transparent;border-bottom:12px solid #4aabe6;}
		/* 세부내역 */
	.sub_history.history1 .history_box .his_detail .detailYear {padding:3.2% 0 6.4%;width:93.6%;}
	.sub_history.history1 .history_box .his_detail .detailYear + .detailYear {padding-top:6.4%;}
	.sub_history.history1 .history_box .his_detail .detailYear dt {width:12%;line-height:22px;font-size:20px;letter-spacing:-1px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd {width:88%;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li {line-height:22px;font-size:15px;}
}
@media only screen and (max-width:860px) {
		/* 상단베너 */
	.sub_history.history1 .history_intro {padding:0 0 36.4%;}
		/* 내용 */
	.sub_history.history1 .history_box .his_year,
	.sub_history.history1 .history_box .his_detail {width:50%;padding:6.4% 0 3.2% 0;}
	.sub_history.history1 .history_box + .history_box .his_year,
	.sub_history.history1 .history_box + .history_box .his_detail {padding-top:3.2%;}
		/* 연도 */
	.sub_history.history1 .history_box .his_year .year strong {padding:0 8%;line-height:44px;height:44px;font-size:26px;letter-spacing:-1.6px;}
		/* 세부내역 */
	.sub_history.history1 .history_box .his_detail .detailYear dt {width:12%;line-height:20px;font-size:19px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd {width:88%;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li {line-height:20px;font-size:15px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li + li {margin-top:3.2%}
}
@media only screen and (max-width:767px) {
		/* 상단베너 */
	.sub_history.history1 .history_intro {padding:0 0 38.4%;}
		/* 연도 */
	.sub_history.history1 .history_box .his_year .year strong {line-height:40px;height:40px;font-size:24px;letter-spacing:-1px;}
	/* 원 */.sub_history.history1 .history_box .his_year .year::before {width:10px;height:10px;box-shadow:0 0 0 3px rgba(255, 255, 255, 1);}
	/* 삼각형 */.sub_history.history1 .history_box .his_year .year strong::after {border-right:10px solid transparent;border-bottom:10px solid #4aabe6;}
		/* 세부내역 */
	.sub_history.history1 .history_box .his_detail .detailYear {padding:3.2% 0 6.4%;width:93.6%;}
	.sub_history.history1 .history_box .his_detail .detailYear + .detailYear {padding-top:6.4%;border-top-width:1px;}
	.sub_history.history1 .history_box .his_detail .detailYear dt {width:14%;line-height:19px;font-size:18px;letter-spacing:0px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd {width:86%;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li {line-height:24px;font-size:14px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li + li {margin-top:4.2%}
}
@media only screen and (max-width:640px) {
		/* 상단베너 */
	.sub_history.history1 .history_intro {padding:0 0 52.4%;}
		/* 내용 */
	.sub_history.history1 .history_wrap {padding-right:4%;}
	.sub_history.history1 .history_wrap:before {left:4%;width:1px;}
	.sub_history.history1 .history_box .his_year,
	.sub_history.history1 .history_box .his_detail {float:none !important;text-align:left !important;width:100%;}
	.sub_history.history1 .history_box + .history_box .his_year,
	.sub_history.history1 .history_box + .history_box .his_detail {padding-top:6.8%;}
		/* 연도 */
	.sub_history.history1 .history_box .his_year {padding:8.4% 0 0 0;}
	.sub_history.history1 .history_box .his_year .year {padding-left:9.4% !important;}
	.sub_history.history1 .history_box .his_year .year strong {padding:0 7%;font-size:24px;}
	/* 원 */.sub_history.history1 .history_box .his_year .year::before {left:4% !important;transform:translate(-50%, -50%) !important;}
	/* 삼각형 */.sub_history.history1 .history_box .his_year .year strong::after {left:0 !important;transform:rotate(45deg) translate(-70%, 0%) !important;}
		/* 세부내역 */
	.sub_history.history1 .history_box .his_detail {padding:6.8% 0 0 0;}
	.sub_history.history1 .history_box .his_detail .detailYear {margin-left:8.4% !important;padding:0 0 4.2%;width:91.6%;text-align:left !important;}
	.sub_history.history1 .history_box .his_detail .detailYear + .detailYear {padding-top:4.2%;}
	.sub_history.history1 .history_box .his_detail .detailYear dt,
	.sub_history.history1 .history_box .his_detail .detailYear dd {text-align:left !important;float:left !important;}
	.sub_history.history1 .history_box .his_detail .detailYear dt {width:10%;line-height:20px;font-size:17px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd {width:90%;}
	.sub_history.history1 .history_box .his_detail .detailYear dd ul {}
	.sub_history.history1 .history_box .his_detail .detailYear dd li {font-size:15px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li + li {margin-top:2.0%}
}
@media only screen and (max-width:479px) {
		/* 상단베너 */
	.sub_history.history1 .history_intro {padding:0 0 52.4%;}
		/* 내용 */
	.sub_history.history1 .history_wrap {padding-right:4%;}
	.sub_history.history1 .history_wrap:before {left:4%;width:2px;}
	.sub_history.history1 .history_box .his_year,
	.sub_history.history1 .history_box .his_detail {width:100%;}
	.sub_history.history1 .history_box + .history_box .his_year,
	.sub_history.history1 .history_box + .history_box .his_detail {padding-top:6.8%;}
		/* 연도 */
	.sub_history.history1 .history_box .his_year {padding:8.4% 0 0 0;}
	.sub_history.history1 .history_box .his_year .year {padding-left:9.4% !important;}
	.sub_history.history1 .history_box .his_year .year strong {padding:0 6%;line-height:36px;height:36px;font-size:20px;letter-spacing:-1px;}
	/* 원 */.sub_history.history1 .history_box .his_year .year::before {left:4.4% !important;transform:translate(-50%, -50%) !important;width:8px;height:8px;box-shadow:0 0 0 2px rgba(255, 255, 255, 1);}
	/* 삼각형 */.sub_history.history1 .history_box .his_year .year strong::after {left:0 !important;transform:rotate(45deg) translate(-70%, 0%) !important;border-right:8px solid transparent;border-bottom:8px solid #4aabe6;}
		/* 세부내역 */
	.sub_history.history1 .history_box .his_detail {padding:6.8% 0 0 0;}
	.sub_history.history1 .history_box .his_detail .detailYear {margin-left:8.4% !important;padding:0 0 4.2%;width:91.6%;text-align:left !important;}
	.sub_history.history1 .history_box .his_detail .detailYear + .detailYear {padding-top:4.2%;border-top-width:1px;}
	.sub_history.history1 .history_box .his_detail .detailYear dt,
	.sub_history.history1 .history_box .his_detail .detailYear dd {text-align:left !important;float:left !important;}
	.sub_history.history1 .history_box .his_detail .detailYear dt {width:10%;line-height:20px;font-size:15px;letter-spacing:0px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd {width:90%;}
	.sub_history.history1 .history_box .his_detail .detailYear dd ul {}
	.sub_history.history1 .history_box .his_detail .detailYear dd li {line-height:19px;font-size:13px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li::before {margin-right:5px;}
	.sub_history.history1 .history_box .his_detail .detailYear dd li + li {margin-top:2.0%}
}




/*** company/history2 (연혁2) ***/
.sub_history.history2 {padding-top:4%;}
.sub_history.history2 div, .sub_history.history2 p, .sub_history.history2 span, .sub_history.history2 em, .sub_history.history2 strong, .sub_history.history2 dt, .sub_history.history2 dd, .sub_history.history2 dl, .sub_history.history2 li, .sub_history.history2 ul {transition:all 0.2s;}
.sub_history.history2 div, .sub_history.history2 p, .sub_history.history2 li, .sub_history.history2 dt, .sub_history.history2 dd, .sub_history.history2 th, .sub_history.history2 td {word-break:keep-all;word-wrap:break-word;}
.sub_history.history2 .history_box {display:table;width:100%}
.sub_history.history2 .history_box + .history_box {}
.sub_history.history2 .history_box .his_year,
.sub_history.history2 .history_box .his_detail {width:50%;display:table-cell;box-sizing:border-box;vertical-align:top;position:relative}
	/* 연도 */
.sub_history.history2 .history_box .his_year {z-index:5;}
.sub_history.history2 .history_box .his_year .year {transform:translateY(-32%);text-align:right;}
.sub_history.history2 .history_box .his_year .year strong {padding-right:13.2%;margin-bottom:4px;line-height:52px;font-size:44px;letter-spacing:-4px;font-weight:700;display:block;position:relative;}
.sub_history.history2 .history_box .his_year .year strong::before,
.sub_history.history2 .history_box .his_year .year strong::after {content:"";position:absolute;z-index:10;}
.sub_history.history2 .history_box .his_year .year strong::before {width:11.2%;height:1px;right:0%;top:50%;transform:translateY(-50%);}
.sub_history.history2 .history_box .his_year .year strong::after {width:6px;height:6px;border-width:3px;border-style:solid;border-radius:100%;background:#fff;top:50%;right:0;transform:translate(50%, -50%);}
.sub_history.history2 .history_box .his_year .year span {padding-right:13.2%;line-height:22px;font-size:16px;color:#444;font-weight:500;display:block;padding-top:1%;}
	/* 세부내역 */
.sub_history.history2 .history_box .his_detail {z-index:1;border-left:1px solid #ddd;padding:5.4% 0 7.2% 0;}
.sub_history.history2 .history_box .his_detail .detailYear {width:100%;position:relative;display:table;}
.sub_history.history2 .history_box .his_detail .detailYear + .detailYear {margin-top:7%}
.sub_history.history2 .history_box .his_detail .detailYear dt,
.sub_history.history2 .history_box .his_detail .detailYear dd {display:table-cell;box-sizing:border-box;}
.sub_history.history2 .history_box .his_detail .detailYear dt {line-height:26px;font-size:22px;letter-spacing:-2px;color:#333;width:90px;padding-left:20px;position:relative;}
.sub_history.history2 .history_box .his_detail .detailYear dt::before {content:"";width:6px;height:6px;border-radius:100%;display:block;position:absolute;top:13px;left:0;transform:translate(-50%, -50%);}
.sub_history.history2 .history_box .his_detail .detailYear dd {color:#666;}
.sub_history.history2 .history_box .his_detail .detailYear dd ul {}
.sub_history.history2 .history_box .his_detail .detailYear dd li {padding:0 10px;line-height:26px;font-size:16px;position:relative;}
.sub_history.history2 .history_box .his_detail .detailYear dd li::before {content:"-";position:absolute;top:0;left:0;}
.sub_history.history2 .history_box .his_detail .detailYear dd li + li {margin-top:2%}

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1023px) {
	.sub_history.history2 {padding-top:5%;}
		/* 연도 */
	.sub_history.history2 .history_box .his_year .year {transform:translateY(-32%);}
	.sub_history.history2 .history_box .his_year .year strong {padding-right:16%;line-height:48px;font-size:40px;}
	.sub_history.history2 .history_box .his_year .year strong::before,
	.sub_history.history2 .history_box .his_year .year strong::after {}
	.sub_history.history2 .history_box .his_year .year strong::before {width:12%;}
	.sub_history.history2 .history_box .his_year .year strong::after {width:6px;height:6px;border-width:3px;top:50%;right:0;transform:translate(50%, -50%);}
	.sub_history.history2 .history_box .his_year .year span {padding-right:16%;line-height:21px;font-size:16px; }
		/* 세부내역 */
	.sub_history.history2 .history_box .his_detail {padding:4.4% 0 6.2% 0;}
	.sub_history.history2 .history_box .his_detail .detailYear {display:block;}
	.sub_history.history2 .history_box .his_detail .detailYear + .detailYear {margin-top:7%}
	.sub_history.history2 .history_box .his_detail .detailYear dt,
	.sub_history.history2 .history_box .his_detail .detailYear dd {display:block;}
	.sub_history.history2 .history_box .his_detail .detailYear dt {line-height:24px;font-size:22px;padding-left:4%;}
	.sub_history.history2 .history_box .his_detail .detailYear dt::before {top:12px;}
	.sub_history.history2 .history_box .his_detail .detailYear dd {padding-left:4%;padding-top:2%;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li {padding:0 10px;line-height:24px;font-size:15px;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li + li {margin-top:1.4%}
}
@media only screen and (max-width:860px) {
		/* 연도 */
	.sub_history.history2 .history_box .his_year .year strong {line-height:44px;font-size:36px;letter-spacing:-3px;}
	.sub_history.history2 .history_box .his_year .year span {line-height:21px;font-size:15px;}
		/* 세부내역 */
	.sub_history.history2 .history_box .his_detail {padding:5.4% 0 7.2% 0;}
	.sub_history.history2 .history_box .his_detail .detailYear + .detailYear {margin-top:8%}
	.sub_history.history2 .history_box .his_detail .detailYear dd li {padding:0 0 0 10px;line-height:23px;font-size:14px;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li + li {margin-top:1.4%}
}
@media only screen and (max-width:767px) {
		/* 연도 */
	.sub_history.history2 .history_box .his_year .year strong {padding-right:20%;line-height:38px;font-size:34px;letter-spacing:-3px;}
	.sub_history.history2 .history_box .his_year .year strong::before {width:15%;}
	.sub_history.history2 .history_box .his_year .year span {padding-right:20%;font-weight:700;}
		/* 세부내역 */
	.sub_history.history2 .history_box .his_detail {padding:6.4% 0 11.2% 0;}
	.sub_history.history2 .history_box .his_detail .detailYear + .detailYear {margin-top:10%}
	.sub_history.history2 .history_box .his_detail .detailYear dd {padding-top:4%;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li + li {margin-top:1.4%}
}
@media only screen and (max-width:640px) {
		/* 연도 */
	.sub_history.history2 .history_box .his_year .year strong {line-height:36px;font-size:33px;}
	.sub_history.history2 .history_box .his_year .year strong::after {width:8px;height:8px;border-width:4px;}
	.sub_history.history2 .history_box .his_year .year span {line-height:20px;}
		/* 세부내역 */
	.sub_history.history2 .history_box .his_detail {padding:6.4% 0 11.2% 0;}
	.sub_history.history2 .history_box .his_detail .detailYear + .detailYear {margin-top:10%}
	.sub_history.history2 .history_box .his_detail .detailYear dt {padding-left:6%;}
	.sub_history.history2 .history_box .his_detail .detailYear dt::before {width:8px;height:8px;}
	.sub_history.history2 .history_box .his_detail .detailYear dd {padding-left:6%;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li + li {margin-top:2.4%}
}
@media only screen and (max-width:479px) {
	.sub_history.history2 {padding-top:8%; padding-left:2%;}
	.sub_history.history2 .history_box {display:block;width:100%;border-left:1px solid #ddd;}
	.sub_history.history2 .history_box + .history_box {margin-top:0%;}
	.sub_history.history2 .history_box .his_year,
	.sub_history.history2 .history_box .his_detail {width:100%;display:block;}
		/* 연도 */
	.sub_history.history2 .history_box .his_year .year {transform:translateY(-32%);text-align:left;}
	.sub_history.history2 .history_box .his_year .year strong {padding:0;padding-left:3.8%;margin:0;line-height:32px;font-size:28px;letter-spacing:-2.4px;}
	.sub_history.history2 .history_box .his_year .year strong::after {width:8px;height:8px;border-width:4px;right:auto;left:0;transform:translate(-50%, -50%);}
	.sub_history.history2 .history_box .his_year .year strong::before,
	.sub_history.history2 .history_box .his_year .year span {display:none;}
		/* 세부내역 */
	.sub_history.history2 .history_box .his_detail {border-left:0;padding:5.8% 0 22.8% 0;}
	.sub_history.history2 .history_box:last-child .his_detail {padding-bottom:8%;}
	.sub_history.history2 .history_box .his_detail .detailYear {width:100%;display:table;}
	.sub_history.history2 .history_box .his_detail .detailYear + .detailYear {margin-top:8%}
	.sub_history.history2 .history_box .his_detail .detailYear dt,
	.sub_history.history2 .history_box .his_detail .detailYear dd {display:table-cell;padding-left:4%;}
	.sub_history.history2 .history_box .his_detail .detailYear dt {width:16.4%;line-height:24px;font-size:22px;letter-spacing:-2px;}
	.sub_history.history2 .history_box .his_detail .detailYear dt::before {width:8px;height:8px;top:12px;left:0;transform:translate(-50%, -50%);}
	.sub_history.history2 .history_box .his_detail .detailYear dd {width:83.6%;padding-top:0;}
	.sub_history.history2 .history_box .his_detail .detailYear dd ul {transform:translateY(-2%);}
	.sub_history.history2 .history_box .his_detail .detailYear dd li {padding:0 0 0 10px;line-height:22px;font-size:13px;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li::before {content:"-";top:0;left:0;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li + li {margin-top:1.4%;}
}
@media only screen and (max-width:320px) {
	.sub_history.history2 {padding-top:8%;}
	.sub_history.history2 .history_box {display:block;width:100%;border-left:1px solid #ddd;}
	.sub_history.history2 .history_box + .history_box {margin-top:0%;}
	.sub_history.history2 .history_box .his_year,
	.sub_history.history2 .history_box .his_detail {width:100%;display:block;}
		/* 연도 */
	.sub_history.history2 .history_box .his_year .year {transform:translateY(-32%);text-align:left;}
	.sub_history.history2 .history_box .his_year .year strong {padding:0;padding-left:3.8%;margin:0;line-height:30px;font-size:25px;letter-spacing:-2.4px;}
	.sub_history.history2 .history_box .his_year .year strong::after {width:8px;height:8px;border-width:3px;right:auto;left:0;transform:translate(-50%, -50%);}
	.sub_history.history2 .history_box .his_year .year strong::before,
	.sub_history.history2 .history_box .his_year .year span {display:none;}
		/* 세부내역 */
	.sub_history.history2 .history_box .his_detail {border-left:0;padding:5.8% 0 22.8% 0;}
	.sub_history.history2 .history_box:last-child .his_detail {padding-bottom:8%;}
	.sub_history.history2 .history_box .his_detail .detailYear {width:100%;display:table;}
	.sub_history.history2 .history_box .his_detail .detailYear + .detailYear {margin-top:8%}
	.sub_history.history2 .history_box .his_detail .detailYear dt,
	.sub_history.history2 .history_box .his_detail .detailYear dd {display:table-cell;padding-left:4%;}
	.sub_history.history2 .history_box .his_detail .detailYear dt {width:20%;line-height:22px;font-size:18px;letter-spacing:-1px;}
	.sub_history.history2 .history_box .his_detail .detailYear dt::before {width:6px;height:6px;top:11px;left:0;transform:translate(-50%, -50%);}
	.sub_history.history2 .history_box .his_detail .detailYear dd {width:80%;padding-top:0;}
	.sub_history.history2 .history_box .his_detail .detailYear dd ul {transform:translateY(-2%);}
	.sub_history.history2 .history_box .his_detail .detailYear dd li {padding:0 0 0 10px;line-height:20px;font-size:12px;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li::before {content:"-";top:0;left:0;}
	.sub_history.history2 .history_box .his_detail .detailYear dd li + li {margin-top:1.4%;}
}




/*** company/history3 (연혁3) ***/
.sub_history.history3 {padding-top:0%;overflow:hidden;}
.sub_history.history3 div, .sub_history.history3 p, .sub_history.history3 span, .sub_history.history3 em, .sub_history.history3 strong, .sub_history.history3 dt, .sub_history.history3 dd, .sub_history.history3 dl, .sub_history.history3 li, .sub_history.history3 ul {transition:all 0.2s;}
.sub_history.history3 div, sub_history.history3 p, .sub_history.history3 li, .sub_history.history3 dt, .sub_history.history3 dd, .sub_history.history3 th, .sub_history.history3 td {word-break:keep-all;word-wrap:break-word;}
.sub_history.history3 .histroy_intro,
.sub_history.history3 .history_box {float:left;box-sizing:border-box;vertical-align:top;}
	/* 측면 텍스트 */
.sub_history.history3 .histroy_intro {width:28%;padding-right:2%;}
.sub_history.history3 .histroy_intro p {font-size:18px;line-height:30px;font-weight:700;color:#333;}
	/* 연도 */
.sub_history.history3 .history_box {width:72%;}
.sub_history.history3 .history_box table.history {width:100%;border-top-width:2px;border-top-style:solid;border-top-color:#333;}
.sub_history.history3 .history_box table.history th,
.sub_history.history3 .history_box table.history td {font-size:16px;line-height:20px;padding:2.4% 0;font-weight:500;color:#777;text-align:left;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ddd;vertical-align:top;box-sizing:border-box;}
.sub_history.history3 .history_box table.history th {width:20%;}
.sub_history.history3 .history_box table.history td {width:80%;}
.sub_history.history3 .history_box table.history p,
.sub_history.history3 .history_box table.history strong {font-size:inherit;font-weight:inherit;line-height:inherit;}
.sub_history.history3 .history_box table.history span {font-size:inherit;font-weight:inherit;line-height:inherit;font-weight:700;font-size:18px;}
.sub_history.history3 .history_box table.history p {}
.sub_history.history3 .history_box table.history p + p {margin-top:1.8%;}
.sub_history.history3 .history_box table.history strong {color:#333;font-weight:700}

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1023px) {
	.sub_history.history3 {padding-top:2%;}
		/* 측면 텍스트 */
	.sub_history.history3 .histroy_intro p {font-size:17px;line-height:26px;}
}
@media only screen and (max-width:860px) {
	.sub_history.history3 {padding-top:2%;}
		/* 측면 텍스트 */
	.sub_history.history3 .histroy_intro {width:100%;padding:0 24% 3%;text-align:center;}
	.sub_history.history3 .histroy_intro p {line-height:25px;}
		/* 연도 */
	.sub_history.history3 .history_box {width:100%;}
	.sub_history.history3 .history_box table.history th,
	.sub_history.history3 .history_box table.history td {padding:2.4% 1.8%;}
	.sub_history.history3 .history_box table.history p + p {margin-top:1.2%;}
}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:640px) {
		/* 측면 텍스트 */
	.sub_history.history3 .histroy_intro {padding:0 16% 3%;}
	.sub_history.history3 .histroy_intro p {line-height:23px;}
		/* 연도 */
	.sub_history.history3 .history_box table.history th,
	.sub_history.history3 .history_box table.history td {font-size:15px;padding:3.2% 1.8%;}
	.sub_history.history3 .history_box table.history th {width:24%;}
	.sub_history.history3 .history_box table.history td {width:76%;}
	.sub_history.history3 .history_box table.history p + p {margin-top:2.8%;}
}
@media only screen and (max-width:479px) {
	.sub_history.history3 {padding-top:2%;}
		/* 측면 텍스트 */
	.sub_history.history3 .histroy_intro {padding:0 10% 3%;}
	.sub_history.history3 .histroy_intro p {font-size:15px;line-height:23px;}
		/* 연도 */
	.sub_history.history3 .history_box {}
	.sub_history.history3 .history_box table.history {width:100%;border-top-width:2px;}
	.sub_history.history3 .history_box table.history th,
	.sub_history.history3 .history_box table.history td {font-size:14px;line-height:20px;padding:3.6% 2.0%;}
	.sub_history.history3 .history_box table.history th {width:24%;}
	.sub_history.history3 .history_box table.history td {width:76%;}
	.sub_history.history3 .history_box table.history p {}
	.sub_history.history3 .history_box table.history p + p {margin-top:3.2%;}
	.sub_history.history3 .history_box table.history strong {}
}
@media only screen and (max-width:320px) {
		/* 측면 텍스트 */
	.sub_history.history3 .histroy_intro {padding:0 3% 3%;}
}







/*───────────────────────────────────────────────────────────
	개별페이지 - about / rnd 관련
───────────────────────────────────────────────────────────*/
	/* company/about - About */
		/* pc */
			.sub_custom .m_br, .sub_custom .m_br + br, .sub_custom .pc_br, .sub_custom .pc_br + br {display:none;}
			.sub_custom .pc_br + br {display:inline-block;}
			.section_title {font-size:43px;line-height:1em;font-weight:700;color:#333;text-align:center;margin:0;padding:0;display:block;font-family: 'Montserrat','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
			.sub_intro {}
				.sub_intro .section_title {margin-bottom:54px;}
				.sub_intro .sub_intro_box {vertical-align:top;font-size:0;}
				.sub_intro .sub_intro_box .sub_intro_img {margin:0;padding:0;position:relative;z-index:1;box-sizing:border-box;display:inline-block;vertical-align:top;overflow:inherit;}
				.sub_intro .sub_intro_box .sub_intro_img img {width:100%;height:auto;position:relative;z-index:5;}
				.sub_intro .sub_intro_box .sub_intro_txt {margin:0;padding:0;box-sizing:border-box;display:inline-block;vertical-align:top;}
				.sub_intro .sub_intro_box .sub_intro_txt p {line-height:24px;padding:115px 0 0 70px;font-size:14px;font-weight:400;box-sizing:border-box;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong, .sub_intro .sub_intro_box .sub_intro_txt p em {display:block;margin:0;padding:0;vertical-align:inherit;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {line-height:44px;font-size:34px;padding:34px 0 29px;color:#333;font-weight:500;position:relative;z-index:1;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong:before {width:120px;left:-70px;top:0;height:1px;background:#333;display:inline-block;content:"";position:absolute;}
				.sub_intro .sub_intro_box .sub_intro_txt p em {font-size:18px;line-height:24px;margin-top:32px;font-weight:500;color:#333;}
			#about {padding-top:86px;}
				#about .sub_intro .sub_intro_box {padding-bottom:160px;}
				#about .sub_intro .sub_intro_box .sub_intro_img {width:480px;}
				#about .sub_intro .sub_intro_box .sub_intro_img:before {left:-40px;top:40px;background:#fafafa;width:100%;height:100%;position:absolute;display:inline-block;content:"";z-index:-1;}
				#about .sub_intro .sub_intro_box .sub_intro_txt {width: calc(100% - 480px);}
			.sub_discription {background:#fafafa;}
				.sub_discription .w_custom {padding-top:114px;padding-bottom:109px;text-align:center;}
				.sub_discription p {line-height:27px;font-size:16px;font-weight:400;color:#333;}
				.sub_discription p + p {margin-top:38px;line-height:27px;font-size:14px;color:#666;font-weight:400;}
				.sub_discription p span, .sub_discription p em, .sub_discription p strong {line-height:inherit;font-size:inherit;color:inherit;display:inline-block;vertical-align:baseline;margin:0;padding:0;}
				.sub_discription p span {line-height:32px;margin-bottom:5px;}
				.sub_discription p em {font-size:26px;font-weight:700;color:#9d9c9c;}
				.sub_discription p strong {font-weight:500;}
			#history {}
				#history.sub_history {padding-top:93px;padding-bottom:116px;}
				.sub_history .section_title {margin-bottom:54px;}
				.sub_history .sub_history_img {margin-bottom:50px;padding:300px 0 0;height:0;width:100%;overflow:hidden;background-image:url(../images/sub/bnr_history.jpg);background-repeat:no-repeat;background-position:50% 0;background-size:100% auto;}
				.sub_history .sub_history_wrap {padding:50px 0 0;position:relative;z-index:1;width:100%;}
				.sub_history .sub_history_wrap .history_arrow {width:30px;height:30px;border-radius:30px;background:#0095da;display:inline-block;position:absolute;left:50%;top:0;transform:translateX(-50%);z-index:5;}
				.sub_history .sub_history_wrap .history_arrow:before {width:10px;height:10px;margin-top:-3px;transform:translate(-50%, -50%) rotate(135deg);border-color:#fff;border-style:solid;border-width:1px 1px 0 0;left:50%;top:50%;position:absolute;display:inline-block;content:"";z-index:5;}
				.sub_history .sub_history_wrap ul.history_year {}
				.sub_history .sub_history_wrap ul.history_year:before {height: calc(100% - 10px);margin-left:-0.5px;width:1px;background:#ccc;left:50%;top:0;z-index:-1;display:inline-block;content:"";position:absolute;}
				.sub_history .sub_history_wrap li.history_year {box-sizing:border-box;width:100%;margin:0;padding:0;vertical-align:top;}
				.sub_history .sub_history_wrap li.history_year + li.history_year {margin-top:45px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) {text-align:left;padding-left:505px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) {text-align:right;padding-right:505px;}
				.sub_history .sub_history_wrap dl {}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dl {}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dl {}
				.sub_history .sub_history_wrap dt, .sub_history .sub_history_wrap dd {line-height:20px;box-sizing:border-box;vertical-align:top;margin:0;padding:0;}
				.sub_history .sub_history_wrap dt {width:100px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt {float:left;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt {float:right;}
				.sub_history .sub_history_wrap dt strong {font-size:23px;line-height:inherit;font-weight:700;color:#0095da;position:relative;z-index:5;display:inline-block;width:100%;box-sizing:border-box;}
				.sub_history .sub_history_wrap dt strong:before {width:9px;height:9px;border-radius:100%;top:50%;background:#0095da;display:inline-block;content:"";position:absolute;transform:translateY(-50%);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt strong {padding-right:40px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt strong:before {right:0;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt strong {padding-left:40px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt strong:before {left:0;}
				.sub_history .sub_history_wrap dd {width: calc(100% - 100px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd {float:left;padding-left:30px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd {float:right;padding-right:30px;}
				.sub_history .sub_history_wrap ul.history_month {}
				.sub_history .sub_history_wrap li.history_month {font-size:0;}
				.sub_history .sub_history_wrap li.history_month:after {clear:both;content:"";display:block;}
				.sub_history .sub_history_wrap li.history_month + li.history_month {margin-top:10px;}
				.sub_history .sub_history_wrap li.history_month strong, .sub_history .sub_history_wrap li.history_month span {font-size:14px;line-height:1.43em;margin:0;padding:0;font-weight:inherit;color:#666;display:inline-block;vertical-align:top;}
				.sub_history .sub_history_wrap li.history_month strong {width:34px;color:#333;font-family: 'Montserrat','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;font-weight:600;}
				.sub_history .sub_history_wrap li.history_month span {width: calc(100% - 34px);font-family: 'Noto Sans KR','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif; }
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd li strong, .sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd li span {float:left;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd li strong, .sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd li span {float:right;}
			#information {background:#fafafa;}
				.sub_information {padding-top:174px;padding-bottom:116px;}
				.sub_information .w_custom {}
				.sub_information .section_title {margin-bottom:58px;}
				.sub_information .sub_info_map {width:100%;height:0;padding:560px 0 0;position:relative;z-index:1;overflow:hidden;}
				.sub_information .sub_info_map iframe {position:absolute;left:0;top:0;width:100% !important;height:100% !important;}
				.sub_information .sub_info_add {padding-top:45px;}
				.sub_information .sub_info_add dl {display:table;margin:0;padding:0;table-layout:fixed;width:100%;border-collapse:collapse;box-sizing:border-box;}
				.sub_information .sub_info_add dl + dl {margin-top:24px;}
				.sub_information .sub_info_add dt, .sub_information .sub_info_add dd {line-height:22px;font-weight:400;color:#666;display:table-cell;vertical-align:middle;border-collapse:collapse;box-sizing:border-box;text-align:left;font-family: 'Noto Sans KR','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif; }
				.sub_information .sub_info_add dt {width:132px;font-size:20px;font-weight:700;color:#333;font-family: 'Montserrat','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
				.sub_information .sub_info_add dd {font-size:14px;}
				.sub_information .sub_info_add dd strong, .sub_information .sub_info_add dd span {display:inline-block;line-height:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;vertical-align:top;margin:0;padding:0;}
				.sub_information .sub_info_add dd strong {margin-right:7px;font-weight:500;color:#333;}
				.sub_information .sub_info_add dd span {}
				.sub_information .sub_info_add dd span + strong {margin-left:7px;}
		@media only screen and (max-width:1248px) {
			.sub_intro .section_title {}
				.sub_intro .sub_intro_box .sub_intro_txt p {padding-left:50px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong:before {left:-50px;}
		}
		@media only screen and (max-width:1247px) {
			#contents_wrap #content .sub_content.sub_custom {margin-left:-15px;margin-right:-15px;width: calc(100% + 30px);}
		}
		@media only screen and (max-width:1200px) {
			.section_title {font-size:40px;}
			.sub_intro .section_title {margin-bottom:5%;}
				.sub_intro .sub_intro_box .sub_intro_txt p {line-height:23px;padding-top:17%;padding-left:30px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {line-height:38px;font-size:32px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong:before {left:-30px;}
			#about {padding-top:6%;}
				#about .sub_intro .sub_intro_box {padding-bottom:14.1%;}
				#about .sub_intro .sub_intro_box .sub_intro_img {width:46%;padding-left:30px;padding-bottom:30px;}
				#about .sub_intro .sub_intro_box .sub_intro_img:before {left:0;top:auto;bottom:0px;width: calc(100% - 30px);height: calc(100% - 30px);}
				#about .sub_intro .sub_intro_box .sub_intro_txt {width:54%;}
				#about .sub_intro .sub_intro_box .sub_intro_txt p .m_br + br {display:none;}
				#about .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br {display:none;}
			.sub_discription {}
				.sub_discription .w_custom {padding-top:10%;padding-bottom:9.5%;}
				.sub_discription p {line-height:32px;}
				.sub_discription p + p {margin-top:30px;}
				.sub_discription p em {font-size:25px;}
			#history {}
				#history.sub_history {padding-top:8%;padding-bottom:10%;}
				.sub_history .section_title {margin-bottom:4.5%;}
				.sub_history .sub_history_img {padding-top:24.5%;background-position:50% 0;background-size:cover;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) {padding-left: calc(50% - 90px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) {padding-right: calc(50% - 90px);}
				.sub_history .sub_history_wrap dt {width:94px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt strong {padding-right:34px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt strong {padding-left:34px;}
				.sub_history .sub_history_wrap dd {width: calc(100% - 94px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd {padding-left:25px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd {padding-right:25px;}
				.sub_history .sub_history_wrap li.history_month strong {width:32px;}
				.sub_history .sub_history_wrap li.history_month span {width: calc(100% - 32px);}
			#information {}
				.sub_information {padding-top:15.3%;padding-bottom:11%;}
				.sub_information .section_title {margin-bottom:5.4%;}
				.sub_information .sub_info_map {padding-top:50%;}
				.sub_information .sub_info_add {padding-top:40px;}
				.sub_information .sub_info_add dl + dl {margin-top:22px;}
		}
		@media only screen and (max-width:1023px) {
			.section_title {font-size:38px;}
			.sub_intro .section_title {margin-bottom:6%;}
				.sub_intro .sub_intro_box .sub_intro_txt p {line-height:22px;padding-top:16%;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {line-height:35px;font-size:29px;padding:30px 0 20px;}
				.sub_intro .sub_intro_box .sub_intro_txt p em {margin-top:28px;}
			#about {}
				#about .sub_intro .sub_intro_box {padding-bottom:15.1%;}
				#about .sub_intro .sub_intro_box .sub_intro_img {padding-left:27px;padding-bottom:27px;}
				#about .sub_intro .sub_intro_box .sub_intro_img:before {width: calc(100% - 27px);height: calc(100% - 27px);}
			.sub_discription {}
				.sub_discription .w_custom {padding-top:10.9%;padding-bottom:10.5%;}
				.sub_discription p {line-height:30px;}
				.sub_discription p + p {margin-top:28px;}
			#history {}
				#history.sub_history {padding-top:10.8%;padding-bottom:12%;}
				.sub_history .section_title {margin-bottom:5.0%;}
				.sub_history .sub_history_img {margin-bottom:7.6%;padding-top:29.5%;}
		}
		@media only screen and (max-width:960px) {
			.sub_intro {}
				.sub_intro .sub_intro_box .sub_intro_txt p {padding-top:9%;padding-left:24px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {line-height:31px;font-size:27px;padding:28px 0 18px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong:before {left:-24px;}
				.sub_intro .sub_intro_box .sub_intro_txt p em {margin-top:20px;}
		}
		@media only screen and (max-width:860px) {
			.section_title {font-size:36px;}
			.sub_intro .section_title {margin-bottom:7%;}
				.sub_intro .sub_intro_box .sub_intro_txt p {padding-top:6%;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {line-height:30px;font-size:26px;padding:26px 0 18px;}
			#about {}
				#about .sub_intro .sub_intro_box {padding-bottom:16.1%;}
				#about .sub_intro .sub_intro_box .sub_intro_img {width:48%;}
				#about .sub_intro .sub_intro_box .sub_intro_txt {width:52%;}
			.sub_discription {}
				.sub_discription .w_custom {padding-top:11.9%;padding-bottom:12.8%;}
				.sub_discription p {line-height:27px;font-size:15px;margin-left:auto;margin-right:auto;width:530px;}
				.sub_discription p + p {line-height:27px;width:428px;}
				.sub_discription p span {line-height:29px;}
				.sub_discription p em {font-size:24px;}
			#history {}
				#history.sub_history {padding-top:12.8%;padding-bottom:12.8%;}
				.sub_history .section_title {margin-bottom:5.0%;}
				.sub_history .sub_history_img {margin-bottom:8.6%;padding-top:33.5%;}
			#information {}
				.sub_information {padding-top:16.3%;padding-bottom:13%;}
				.sub_information .section_title {margin-bottom:6.4%;}
				.sub_information .sub_info_map {padding-top:52%;}
				.sub_information .sub_info_add {padding-top:35px;}
				.sub_information .sub_info_add dl + dl {margin-top:20px;}
		}
		@media only screen and (max-width:767px) {
			.sub_intro .section_title {margin-bottom:8%;}
				.sub_intro .sub_intro_box .sub_intro_txt p {padding-left:20px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {line-height:29px;font-size:25px;padding:24px 0 18px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong:before {width:100px;left:-20px;}
			#about {}
				#about .sub_intro .sub_intro_box {padding-bottom:17.1%;}
				#about .sub_intro .sub_intro_box .sub_intro_img {width:52%;}
				#about .sub_intro .sub_intro_box .sub_intro_txt {width:48%;}
			.sub_discription {}
				.sub_discription .w_custom {padding-top:11.9%;padding-bottom:12.8%;}
			#history {}
				#history.sub_history {padding-top:15.8%;padding-bottom:15.8%;}
				.sub_history .section_title {margin-bottom:6.1%;}
				.sub_history .sub_history_img {margin-bottom:9.6%;padding-top:37.5%;}
				.sub_history .sub_history_wrap li.history_year + li.history_year {margin-top:38px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) {padding-left: calc(50% - 86px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) {padding-right: calc(50% - 86px);}
				.sub_history .sub_history_wrap dt {width:90px;}
				.sub_history .sub_history_wrap dt strong {font-size:22px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt strong {padding-right:28px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt strong {padding-left:28px;}
				.sub_history .sub_history_wrap dd {width: calc(100% - 90px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd {padding-left:20px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd {padding-right:20px;}
				.sub_history .sub_history_wrap li.history_month strong {width:28px;}
				.sub_history .sub_history_wrap li.history_month span {width: calc(100% - 28px);}
		}
		@media only screen and (max-width:640px) {
			.sub_custom .m_br + br {display:none;}
			.sub_custom .pc_br + br {display:inline-block;}
			
			.section_title {font-size:34px;}
			.sub_intro .section_title {margin-bottom:9%;}
				.sub_intro .sub_intro_box .sub_intro_txt p {padding-top:0;padding-left:27px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {padding:38px 0 18px;}
				.sub_intro .sub_intro_box .sub_intro_txt p strong:before {display:none;}
			#about {}
				#about .sub_intro .sub_intro_box {padding-bottom:18.1%;}
				#about .sub_intro .sub_intro_box .sub_intro_img {width:100%;max-width:520px;}
				#about .sub_intro .sub_intro_box .sub_intro_txt {width:100%;max-width:555px;}
			.sub_discription {}
				.sub_custom .sub_discription .m_br + br {display:none;}
				.sub_custom .sub_discription .pc_br + br {display:inline-block;}
				.sub_discription .w_custom {padding-top:12.9%;padding-bottom:13.8%;}
				.sub_discription p {line-height:24px;}
				.sub_discription p + p {line-height:24px;}
				.sub_discription p span {line-height:26px;margin-bottom:6px;}
				.sub_discription p em {font-size:23px;}
			#history {}
				#history.sub_history {padding-top:16.8%;padding-bottom:16.8%;}
				.sub_history .section_title {margin-bottom:7.1%;}
				.sub_history .sub_history_img {margin-bottom:9.6%;padding-top:39.5%;}
				.sub_history .sub_history_wrap {padding-left:10px;box-sizing:border-box;}
				.sub_history .sub_history_wrap .history_arrow {left:0;transform:translateX(0);}
				.sub_history .sub_history_wrap ul.history_year:before {left:14px;margin-left:0;height: calc(100% - 10px);}
				.sub_history .sub_history_wrap li.history_year + li.history_year {margin-top:32px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) {padding-left:0;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) {text-align:left;padding-right:0;}
				.sub_history .sub_history_wrap dt, .sub_history .sub_history_wrap dd {line-height:20px;}
				.sub_history .sub_history_wrap dt {width:90px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt {float:left;}
				.sub_history .sub_history_wrap dt strong {font-size:21px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt strong {padding-left:25px;padding-right:0;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt strong:before {left:0;right:auto;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt strong {padding-left:25px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt strong:before {left:0;}
				.sub_history .sub_history_wrap dd {width: calc(100% - 90px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd {padding-left:15px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd {float:left;padding-left:15px;}
				.sub_history .sub_history_wrap li.history_month strong {width:28px;}
				.sub_history .sub_history_wrap li.history_month span {width: calc(100% - 28px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd li strong, .sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd li span {float:left;}
			#information {}
				.sub_information {padding-top:17.3%;padding-bottom:14%;}
				.sub_information .section_title {margin-bottom:7.4%;}
				.sub_information .sub_info_map {padding-top:54%;}
				.sub_information .sub_info_add {padding-top:32px;}
				.sub_information .sub_info_add dl + dl {margin-top:18px;}
				.sub_information .sub_info_add dt, .sub_information .sub_info_add dd {line-height:24px;}
				.sub_information .sub_info_add dt {width:124px;}
				.sub_information .sub_info_add dd strong {margin-right:5px;}
				.sub_information .sub_info_add dd span + strong {margin-left:5px;}
		}
		@media only screen and (max-width:580px) {
			#about {}
				#about .sub_intro .sub_intro_box .sub_intro_txt {max-width:447px;}
			.sub_discription {}
				.sub_custom .sub_discription .m_br + br {display:inline-block;}
				.sub_custom .sub_discription .pc_br + br {display:none;}
				.sub_discription .w_custom {padding-top:13.9%;padding-bottom:14.8%;}
				.sub_discription p {width:100%;}
				.sub_discription p + p {width:100%;}
			#information {}
				.sub_information {padding-bottom:15%;}
				.sub_information .section_title {margin-bottom:7.4%;}
				.sub_information .sub_info_map {padding-top:56%;}
				.sub_information .sub_info_add {padding-top:30px;}
				.sub_information .sub_info_add dl {display:block;}
				.sub_information .sub_info_add dt, .sub_information .sub_info_add dd {width:100%;display:block;}
				.sub_information .sub_info_add dt {margin-bottom:10px;}
				.sub_information .sub_info_add dd {}
				.sub_information .sub_info_add dd strong {margin-right:4px;}
				.sub_information .sub_info_add dd span + strong {margin-left:4px;}
		}
		@media only screen and (max-width:500px) {
			.section_title {font-size:32px;}
			.sub_intro {}
				.sub_intro .sub_intro_box .sub_intro_txt p {padding-left:0;}
				#about .sub_intro .sub_intro_box .sub_intro_txt p .m_br + br {display:inline-block;}
				#about .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br {display:inline-block;}
			.sub_discription {}
				.sub_discription .w_custom {padding-top:15.9%;padding-bottom:16.8%;}
				.sub_discription p {line-height:22px;}
				.sub_discription p + p {line-height:22px;}
				.sub_discription p span {line-height:24px;margin-bottom:8px;}
				.sub_discription p em {font-size:21px;}
			#history {}
				#history.sub_history {padding-top:17.8%;padding-bottom:17.8%;}
				.sub_history .section_title {margin-bottom:7.1%;}
				.sub_history .sub_history_img {margin-bottom:9.6%;padding-top:41.5%;background-position:38% 100%;background-size:auto 106%;}
				.sub_history .sub_history_wrap dt {width:76px;}
				.sub_history .sub_history_wrap dt strong {font-size:20px;}
				.sub_history .sub_history_wrap dd {width: calc(100% - 76px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd {padding-left:12px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd {padding-left:12px;}
		}
		@media only screen and (max-width:479px) {
			.section_title {font-size:30px;}
			.sub_intro .section_title {margin-bottom:10%;}
			#about {}
				#about .sub_intro .sub_intro_box {padding-bottom:19.1%;}
				#about .sub_intro .sub_intro_box .sub_intro_img {max-width:100%;}
				#about .sub_intro .sub_intro_box .sub_intro_txt {max-width:100%;}
			.sub_discription {}
				.sub_discription .w_custom {padding-top:17.9%;padding-bottom:18.8%;}
				.sub_discription p {line-height:20px;}
				.sub_discription p + p {line-height:20px;}
				.sub_discription p span {line-height:22px;margin-bottom:10px;}
				.sub_discription p em {font-size:20px;}
			#history {}
				#history.sub_history {padding-top:18.8%;padding-bottom:18.8%;}
				.sub_history .section_title {margin-bottom:8.1%;}
				.sub_history .sub_history_img {margin-bottom:11.6%;padding-top:43.5%;}
			#information {}
				.sub_information {padding-bottom:17%;}
				.sub_information .section_title {margin-bottom:8.4%;}
				.sub_information .sub_info_map {padding-top:58%;}
		}
		@media only screen and (max-width:360px) {
			.section_title {font-size:29px;}
			.sub_intro {}
				.sub_intro .sub_intro_box .sub_intro_txt p strong {line-height:28px;font-size:24px;}
			#about {}
				#about .sub_intro .sub_intro_box .sub_intro_img {padding-left:20px;padding-bottom:20px;}
				#about .sub_intro .sub_intro_box .sub_intro_img:before {width: calc(100% - 20px);height: calc(100% - 20px);}
			.sub_discription {}
				.sub_discription p {width:90%;}
				.sub_discription p + p {width:288px;}
				.sub_custom .sub_discription p + p .m_br + br {display:none;}
				.sub_custom .sub_discription p + p .pc_br + br {display:inline-block;}
		}
		@media only screen and (max-width:346px) {
			#about .sub_intro .sub_intro_box .sub_intro_txt p {letter-spacing:-0.4px;}
		}
		@media only screen and (max-width:340px) {
			.section_title {font-size:27px;}
			#about {}
				#about .sub_intro .sub_intro_box .sub_intro_txt p {letter-spacing:-0.2px;}
				#about .sub_intro .sub_intro_box .sub_intro_txt p .m_br + br {display:none;}
				#about .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br {display:none;}
			#history {}
				.sub_history .sub_history_wrap dt {width:62px;}
				.sub_history .sub_history_wrap dt strong {font-size:19px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dt strong {padding-left:14px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dt strong {padding-left:14px;}
				.sub_history .sub_history_wrap dd {width: calc(100% - 62px);}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(odd) dd {padding-left:6px;}
				.sub_history .sub_history_wrap li.history_year:nth-of-type(even) dd {padding-left:6px;}
				.sub_history .sub_history_wrap li.history_month strong {width:22px;}
				.sub_history .sub_history_wrap li.history_month span {width: calc(100% - 22px);}
		}


	/* reserch/rnd - R&D */
		/* pc */
			#rnd {padding-top:86px;}
				#rnd .sub_intro .section_title {margin-bottom:46px;}
				#rnd .sub_intro .sub_intro_box {padding-bottom:208px;}
				#rnd .sub_intro .sub_intro_box .sub_intro_img {width:620px;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt {width: calc(100% - 620px);}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {line-height:30px;padding-top:146px;font-size:18px;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p strong {padding-bottom:17px;}
			#oem_odm {}
				.sub_oem {padding-top:124px;padding-bottom:124px;background-image:url(../images/sub/bg_reserch.jpg);background-repeat:no-repeat;background-position:50% 50%;background-attachment:fixed;}
				.sub_oem .w_custom {text-align:center;}
				.sub_oem .section_title {color:#fff;}
				.sub_oem .section_title + p {margin-top:52px;margin-bottom:95px;line-height:29px;font-size:18px;font-weight:400;color:#fff;}
				.sub_oem ol {font-size:0;text-align:center;vertical-align:top;}
				.sub_oem li {width: calc(25% - 18px);position:relative;z-index:1;display:inline-block;vertical-align:top;}
				.sub_oem li + li {margin-left:24px;}
				.sub_oem li + li:before {width:26px;height:26px;transform: rotate(45deg) translate(-25%, 50%);left:-24px;top:23.1%;border-width:1px 1px 0 0;border-color:#a7a7a7;border-style:solid;content:"";display:inline-block;position:absolute;}
				.sub_oem li span, .sub_oem li strong, .sub_oem li p {display:block;box-sizing:border-box;text-align:center;margin:0;padding:0;width:100%;}
				.sub_oem li span {height:81px;background-position:50% 50% !important;background-repeat:no-repeat !important;background-size:auto 100% !important;}
					.sub_oem li:nth-of-type(1) span {background-image:url(../images/sub/icon_reserch01.png);}
					.sub_oem li:nth-of-type(2) span {background-image:url(../images/sub/icon_reserch02.png);}
					.sub_oem li:nth-of-type(3) span {background-image:url(../images/sub/icon_reserch03.png);}
					.sub_oem li:nth-of-type(4) span {background-image:url(../images/sub/icon_reserch04.png);}
				.sub_oem li strong {margin-top:45px;margin-bottom:9px;line-height:30px;font-size:24px;font-weight:400;color:#fff;}
				.sub_oem li p {line-height:26px;font-size:16px;font-weight:400;color:#ddd;}
			#certificate {}
				.sub_cerrificate {}
				.sub_sertifi.w_custom {padding-top:130px;padding-bottom:140px;}
				.sub_sertifi .section_title {margin-bottom:48px;}
				.sub_sertifi .sub_sertifi_box {text-align:center;font-size:0;max-width:888px;margin-left:auto;margin-right:auto;vertical-align:bottom;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic {width:500px;text-align:center;box-sizing:border-box;display:inline-block;vertical-align:bottom;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 {margin-top:-7px;font-size:28px;line-height:38px;font-weight:500;color:#333;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 span {font-size:20px;line-height:36px;font-weight:400;color:inherit;display:block;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p {margin-top:21px;margin-bottom:29px;font-size:16px;line-height:1.4em;font-weight:300;color:#666;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p br {display:none;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p strong {color:#333;font-weight:400;line-height:inherit;font-size:inherit;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic img {width:100%;max-width:500px;height:auto;margin:0 auto;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {margin-left:50px;width:338px;padding:10px;background:#eee;box-sizing:border-box;display:inline-block;vertical-align:bottom;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img img {border:1px #ddd solid;width:100%;box-sizing:border-box;height:auto;}
				.sub_safety {padding-top: 80px;padding-bottom:115px;background:#f5f5f5;}
				/*.sub_safety .section_title {font-size:34px;}*/
				.sub_safety .section_title + p {line-height:26px;font-size:18px;margin-top:19px;margin-bottom:48px;font-weight:400;color:#666;text-align:center;
				 font-family:'Noto Sans KR','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
				.sub_safety .section_title + p strong {font-weight:400;color:#333;font-size:inherit;line-height:inherit;}
				.sub_safety ul {text-align:center;margin-left:auto;margin-right:auto;font-size:0;}
				.sub_safety ul:after, .sub_patent ul:after {clear:both;content:"";display:block;}
				.sub_safety li, .sub_patent li {width: calc(25% - 24px);line-height:23px;font-weight:400;text-align:center;padding:0;margin:0;display:inline-block;float:left;vertical-align:top;}
				.sub_safety li + li, .sub_patent li + li {margin-left:32px;}
				.sub_safety li:nth-of-type(n + 5), .sub_patent li:nth-of-type(n + 5) {margin-top:45px;}
				.sub_patent li:nth-of-type(4n + 1) {margin-left:0;clear:both;float:left;}
				.sub_safety li span, .sub_patent li span {background:#eee;padding:10px;margin-bottom:16px;width:100%;box-sizing:border-box;display:inline-block;}
				.sub_safety li span img, .sub_patent li span img {border:1px #ddd solid;width:100%;box-sizing:border-box;height:auto;}
				.sub_safety li strong, .sub_patent li strong {font-size:15px;color:#333;font-weight:500;line-height:inherit;}
				.sub_safety li p, .sub_patent li p {font-size:14px;line-height:inherit;font-weight:inherit;color:#666;}
				.sub_safety li {float:none;}
				.sub_safety li + li {}
				.sub_safety li span {background:#d8d8d8;}
				.sub_safety li span img {border:1px #c4c4c4 solid;}
				.sub_safety li strong {}
				.sub_patent.w_custom {padding-top:180px;padding-bottom:80px;}
				.sub_patent ul {}
				.sub_patent li {}
		@media only screen and (max-width:1200px) {
			#rnd {padding-top:6%;}
				#rnd .sub_intro .section_title {margin-bottom:4.8%;}
				#rnd .sub_intro .sub_intro_box {padding-bottom:16.4%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_img {width:51.6%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt {width:48.4%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {line-height:28px;padding-top:18.5%;font-size:17px;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br {display:none;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .m_br + br {display:none;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p strong {padding-bottom:18px;}
			#oem_odm {}
				.sub_oem {padding-top:11.1%;padding-bottom:9.9%;}
				.sub_oem .section_title + p {margin-top:4.4%;margin-bottom:8.4%;line-height:27px;font-size:17px;}
				.sub_oem li strong {margin-top:42px;margin-bottom:7px;font-size:23px;}
				.sub_oem li p {line-height:23px;font-size:15px;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:11.1%;padding-bottom:11.1%;}
				.sub_safety .section_title {font-size:32px;}
				.sub_sertifi .section_title {margin-bottom:4.8%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic {width:56.3%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {margin-left:5.6%;width:38.1%;max-width:340px;}
				.sub_safety {padding-top:10%;padding-bottom:10%;}
				.sub_patent.w_custom {padding-top:14%;padding-bottom:7%;}
		}
		@media only screen and (max-width:1023px) {
			#rnd .sub_intro .section_title {margin-bottom:6%;}
				#rnd .sub_intro .sub_intro_box {padding-bottom:17.4%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {line-height:25px;font-size:16px;}
			#oem_odm {}
				.sub_oem {padding-top:12.1%;padding-bottom:10.9%;}
				.sub_oem .section_title + p {margin-top:5.4%;margin-bottom:9.4%;line-height:25px;font-size:16px;}
				.sub_oem li strong {margin-top:40px;font-size:22px;}
				.sub_oem li p {line-height:22px;font-size:15px;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:12.1%;padding-bottom:12.1%;}
				.sub_sertifi .section_title {margin-bottom:5.2%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic {width:57.3%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 {margin-top:-5px;font-size:26px;line-height:35px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 span {font-size:20px;line-height:32px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p {margin-top:18px;font-size:15px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {margin-left:5.1%;width:37.6%;padding:7px;}
				.sub_safety {padding-top:11.8%;padding-bottom:11.8%;}
				.sub_safety .section_title {font-size:30px;}
				.sub_safety .section_title + p {line-height:24px;font-size:17px;margin-top:18px;margin-bottom:42px;}
				.sub_safety li, .sub_patent li {width: calc(25% - 18px);line-height:21px;}
				.sub_safety li + li, .sub_patent li + li {margin-left:24px;}
				.sub_safety li:nth-of-type(n + 5), .sub_patent li:nth-of-type(n + 5) {margin-top:40px;}
				.sub_safety li:nth-of-type(4n + 1), .sub_patent li:nth-of-type(4n + 1) {margin-left:0;}
				.sub_safety li span, .sub_patent li span {padding:7px;}
				.sub_safety li strong, .sub_patent li strong {font-size:14px;}
				.sub_safety li p, .sub_patent li p {font-size:13px;}
		}
		@media only screen and (max-width:960px) {
			#oem_odm {}
				.sub_oem {padding-top:13.1%;padding-bottom:11.9%;background-attachment:inherit;background-size:auto 120%;background-position:50% 100%;}
				.sub_oem li {width: calc(25% - 16.5px);}
				.sub_oem li + li {margin-left:22px;}
				.sub_oem li + li:before {width:22px;height:22px;left:-22px;}
				.sub_oem li span {height:76px;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:13.1%;padding-bottom:13.1%;}
				.sub_sertifi .section_title {margin-bottom:5.2%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic {width:57.5%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p {margin-top:16px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {margin-left:4.4%;width:38.1%;padding:6px;}
				.sub_safety {padding-top:12.8%;padding-bottom:12.8%;}
				.sub_safety .section_title + p {line-height:23px;font-size:16px;margin-bottom:36px;}
				.sub_safety li, .sub_patent li {width: calc(25% - 15px);line-height:20px;}
				.sub_safety li + li, .sub_patent li + li {margin-left:20px;}
				.sub_safety li:nth-of-type(n + 5), .sub_patent li:nth-of-type(n + 5) {margin-top:38px;}
				.sub_safety li:nth-of-type(4n + 1), .sub_patent li:nth-of-type(4n + 1) {margin-left:0;}
				.sub_safety li span, .sub_patent li span {padding:6px;}
				.sub_patent.w_custom {padding-top:16%;padding-bottom:8%;}
		}
		@media only screen and (max-width:860px) {
			#rnd .sub_intro .section_title {margin-bottom:7%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {line-height:22px;padding-top:12.5%;font-size:15px;}
			#oem_odm {}
				.sub_oem {padding-top:14.1%;padding-bottom:12.9%;}
				.sub_oem .section_title + p {margin-top:6.4%;margin-bottom:10.4%;line-height:24px;}
				.sub_oem li {width: calc(25% - 15px);}
				.sub_oem li + li {margin-left:20px;}
				.sub_oem li + li:before {width:20px;height:20px;left:-20px;}
				.sub_oem li span {height:71px;}
				.sub_oem li strong {margin-top:36px;}
				.sub_oem li p {line-height:21px;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:15.1%;padding-bottom:15.1%;}
				.sub_sertifi .section_title {margin-bottom:6%;}
				.sub_safety .section_title {font-size:28px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic {width:57.9%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 {margin-top:-3px;font-size:24px;line-height:33px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 span {font-size:18px;line-height:29px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p {margin-bottom:32px;font-size:15px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {margin-left:4.0%;}
				.sub_safety {padding-top:14.8%;padding-bottom:14.8%;}
		}
		@media only screen and (max-width:767px) {
			#rnd .sub_intro .section_title {margin-bottom:8%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_img {width:50.6%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt {width:49.4%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {padding-top:8.5%;line-height:21px;font-size:14px;}
			#oem_odm {}
				.sub_oem {padding-top:15.1%;padding-bottom:13.9%;}
				.sub_oem .section_title + p {margin-bottom:12.4%;line-height:23px;}
				.sub_oem li {width: calc(25% - 12px);}
				.sub_oem li + li {margin-left:16px;}
				.sub_oem li + li:before {width:16px;height:16px;left:-16px;}
				.sub_oem li span {height:69px;}
				.sub_oem li strong {margin-top:36px;font-size:21px;}
				.sub_oem li p {line-height:20px;font-size:14px;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:16.1%;padding-bottom:16.1%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic {width:58.3%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 {margin-top:-2px;font-size:22px;line-height:31px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 span {font-size:17px;line-height:27px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p {margin-bottom:35px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {margin-left:3.6%;}
				.sub_safety {padding-top:15.8%;padding-bottom:15.8%;}
				.sub_safety .section_title {font-size:26px;}
				.sub_safety .section_title + p {line-height:22px;font-size:15px;margin-bottom:34px;}
				.sub_safety li, .sub_patent li {width: calc(33.32% - 10px);line-height:18px;}
				.sub_safety li + li, .sub_patent li + li, .sub_patent li:nth-of-type(4n + 1) {margin-left:15px;}
				.sub_patent li:nth-of-type(4n + 1) {clear:inherit;}
				.sub_safety li:nth-of-type(n + 4), .sub_patent li:nth-of-type(n + 4) {margin-top:35px;}
				.sub_patent li:nth-of-type(3n + 1) {margin-left:0;clear:both;float:left;}
				.sub_patent.w_custom {padding-top:19%;padding-bottom:9%;}
		}
		@media only screen and (max-width:700px) {
			#oem_odm {}
				.sub_oem {padding-top:15.1%;padding-bottom:13.9%;background-size:auto 106%;background-position:55% 100%;}
				.sub_oem .section_title + p {margin-bottom:13.4%;line-height:22px;font-size:15px;}
				.sub_oem .section_title + p .m_br + br {display:inline-block;}
				.sub_oem .section_title + p .pc_br + br {display:none;}
				.sub_oem ol {max-width:460px;margin-left:auto;margin-right:auto;}
				.sub_oem li {width:50%;}
				.sub_oem li + li {margin-left:0px;}
				.sub_oem li + li:before {display:none;}
				.sub_oem li:nth-of-type(n + 3) {margin-top:55px;}
				.sub_oem li strong {font-size:20px;}
		}
		@media only screen and (max-width:640px) {
			#rnd .sub_intro .section_title {margin-bottom:9%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_img, #rnd .sub_intro .sub_intro_box .sub_intro_txt {width:100%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {padding-top:0;line-height:21px;font-size:14px;padding-left:0;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br {display:inline-block;}
			#oem_odm {}
				.sub_oem {padding-top:16.1%;padding-bottom:14.9%;}
				.sub_oem .section_title + p {margin-top:7.4%;margin-bottom:14.4%;}
				.sub_oem li span {height:68px;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:17.1%;padding-bottom:17.1%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic {width:100%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 {margin-top:0;font-size:21px;line-height:30px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 span {font-size:16px;line-height:26px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p {margin-bottom:38px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {margin-left:auto;margin-right:auto;margin-top:15px;width:70.1%;padding:6px;}
				.sub_safety {padding-top:16.8%;padding-bottom:16.8%;}
				.sub_safety .section_title {font-size:24px;}
				.sub_safety .section_title + p {margin-bottom:32px;}
		}
		@media only screen and (max-width:560px) {
			#certificate {}
				.sub_safety li, .sub_patent li {width: calc(50% - 15px);}
				.sub_safety li + li, .sub_patent li + li, .sub_patent li:nth-of-type(4n + 1), .sub_patent li:nth-of-type(3n + 1) {margin-left:15px;}
				.sub_patent li:nth-of-type(4n + 1), .sub_patent li:nth-of-type(3n + 1) {clear:inherit;}
				.sub_safety li:nth-of-type(n + 2), .sub_patent li:nth-of-type(n + 3) {margin-top:35px;}
				.sub_patent li:nth-of-type(2n + 1) {margin-left:0;clear:both;float:left;}
				.sub_safety li:nth-of-type(1) {display:block;margin-left:auto;margin-right:auto;}
		}
		@media only screen and (max-width:500px) {
			#rnd .sub_intro .section_title {margin-bottom:10%;}
				#rnd .sub_intro .sub_intro_box {padding-bottom:18.4%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br {display:inline-block;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .m_br + br {display:none;}
			#oem_odm {}
				.sub_oem {padding-top:17.1%;padding-bottom:15.9%;}
				.sub_oem .section_title + p {margin-top:8.4%;margin-bottom:15.4%;}
				.sub_oem li p .m_br + br {display:inline-block;}
				.sub_oem li p .pc_br + br {display:none;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:18.1%;padding-bottom:18.1%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 {font-size:20px;line-height:29px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 span {font-size:15px;line-height:25px;}
				.sub_safety {padding-top:17.8%;padding-bottom:17.8%;}
				.sub_safety .section_title {font-size:22px;}
		}
		@media only screen and (max-width:479px) {
			#rnd {}
				#rnd .sub_intro .sub_intro_box {padding-bottom:19.4%;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {line-height:21px;font-size:14px;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br, #rnd .sub_intro .sub_intro_box .sub_intro_txt p .m_br + br {display:inline-block;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .pc_br:nth-of-type(3) + br {display:none;}
			#oem_odm {}
				.sub_oem {padding-top:19.1%;padding-bottom:17.9%;background-size:auto 100%;background-position:60% 100%;}
				.sub_oem .section_title + p {margin-top:10.4%;margin-bottom:17.4%;}
			#certificate {}
				.sub_sertifi.w_custom {padding-top:19.1%;padding-bottom:19.1%;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p br {display:inline-block;}
				.sub_safety {padding-top:18.8%;padding-bottom:18.8%;}
				.sub_safety .section_title {font-size:20px;}
				.sub_patent.w_custom {padding-top:20%;padding-bottom:10%;}
		}
		@media only screen and (max-width:360px) {
			#oem_odm {}
				.sub_oem .section_title + p {font-size:14px;line-height:21px;}
			#certificate {}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_img {padding:4px;}
				.sub_safety .section_title + p {margin-bottom:32px;}
				.sub_safety li, .sub_patent li {width: calc(50% - 12px);}
				.sub_safety li + li, .sub_patent li + li, .sub_patent li:nth-of-type(4n + 1), .sub_patent li:nth-of-type(3n + 1) {margin-left:12px;}
				.sub_safety li:nth-of-type(n + 3), .sub_patent li:nth-of-type(n + 3) {margin-top:32px;}
				.sub_patent li:nth-of-type(2n + 1) {margin-left:0;}
				.sub_safety li span, .sub_patent li span {padding:4px;}
		}
		@media only screen and (max-width:345px) {
			#rnd {}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p {letter-spacing:-0.4px;}
				#rnd .sub_intro .sub_intro_box .sub_intro_txt p .pc_br + br, #rnd .sub_intro .sub_intro_box .sub_intro_txt p .m_br + br, #rnd .sub_intro .sub_intro_box .sub_intro_txt p .pc_br:nth-of-type(3) + br {display:none;}
		}
		@media only screen and (max-width:340px) {
			#certificate {}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 {font-size:19px;line-height:28px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic h5 span {font-size:14px;line-height:24px;}
				.sub_sertifi .sub_sertifi_box .sub_sertifi_pic p {font-size:14px;}
				.sub_safety .section_title + p {font-size:14px;}
				.sub_safety li strong, .sub_patent li strong {font-size:13px;}
				.sub_safety li p, .sub_patent li p {font-size:12px;}
		}
		@media only screen and (max-width:320px) {
		}

/*───────────────────────────────────────────────────────────

	 product / 갤러리

───────────────────────────────────────────────────────────*/
	/*상단*/
		.product_sort{padding:0;vertical-align:top;text-align:center;font-size:0;margin:0 auto;}
		.product_sort:after{clear:both;content:"";display:block;}
		.product_sort li{width:180px;display:inline-block;vertical-align:top;text-align:center;cursor:pointer;transition:all 0.3s;}		
		.product_sort li + li{margin-left:10px;}
		.product_sort li a{height:50px;padding:15px 0 16px;line-height:17px;font-size:17px;/*background-color:#fff; border-color:#ddd;border-width:1px;border-style:solid; */font-weight:400;transition:all 0.3s;color:#999;box-sizing:border-box;display:inline-block;width:100%;}
		.product_sort li:hover a,
		.product_sort li.on a{font-weight:500;color:#0095da;}

	.product_cont{margin-top:30px;}
	.product_cont > .bbs_gallery{width:100%;font-size:0;}
	.product_cont > .bbs_gallery:after{clear:both;content:"";display: block;}
	.product_cont > .bbs_gallery li{float:left;width:calc(33% - 9px);margin:0 12px 12px 0;}
	.product_cont > .bbs_gallery li:nth-of-type(3n){margin-right:0;}
	.product_cont > .bbs_gallery li:nth-of-type(3n+1){clear:both;float: left;}
	.product_cont > .bbs_gallery li .thumb{padding:0 0 99.27%;}
	
	/*팝업 레이어*/
		.product_cont > .bg{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:50;}
		.product_cont .product_layer_box{display: none;position: absolute;z-index:100;top:-50%;}
		.product_cont .product_layer_box .product_layer{position:fixed; left:50%;top:50%;transform:translate(-50%, -50%); background:#fff; border:1px solid #ddd; padding:10px;z-index:50000;max-width:600px;max-height:640px;}
		.product_cont .product_layer_box .product_layer {width:auto; margin:0;width:100%;}
		.product_cont .product_layer_box .product_layer .thumb{margin: 0;text-align:center;}
		.product_cont .product_layer_box .product_layer .thumb img{max-width:600px;max-height:600px;}

		.product_cont .product_layer_box .product_layer p{padding:10px 0; width:100%;font-size:16px; color:#333; text-align:center;}

		.product_layer_close{position:absolute;bottom:-65px;left:50%;z-index:10000;transform:translateX(-50%);}
		.product_layer_close .layer_close_trigger{transform:rotate(45deg);}
		.product_layer_close .layer_close_trigger,
		.product_layer_close .layer_close_trigger span{display:inline-block;transition:all .4s;box-sizing:border-box;z-index:10;}
		.product_layer_close .layer_close_trigger{position:relative;width:50px;height:50px;}
		.product_layer_close .layer_close_trigger span{position:absolute;left:0;background-color:#fff;border-radius:4px;left:50%;top:50%;transform:translate(-50%, -50%);}
		.product_layer_close .layer_close_trigger span:nth-of-type(1){width:100%;	height:4px;}
		.product_layer_close .layer_close_trigger span:nth-of-type(2){width:4px;height:100%;}

	/*1000이하*/
	@media only screen and (max-width:1000px){
		.product_sort li{width:auto;}
		.product_sort li + li{margin-left:50px;}
	}
	/*800이하*/
	@media only screen and (max-width:800px){
		.product_sort li + li{margin-left:30px;}
	}
	/*700이하*/
	@media only screen and (max-width:700px){
		.product_sort li + li{margin-left:20px;}
		.product_sort li a{padding:10px 0 10px 0;height:auto;}
		.product_cont{margin-top:20px;}

		.product_cont .product_layer_box .product_layer{max-width:500px;max-height:540px;}
		.product_cont .product_layer_box .product_layer .thumb img{max-width:500px;max-height:500px;}
		.product_layer_close{bottom:-50px;}
		.product_layer_close .layer_close_trigger{width:40px;height:40px;}
	}
	/*640이하*/
	@media only screen and (max-width:640px){
		.product_sort li + li{margin:0;}
		.product_sort li{float:left;width:calc(50% - 10px);}
		.product_sort li:nth-of-type(2n){margin-left:10px;}		
		.product_sort li:nth-of-type(2n+1){margin-right:10px;clear:both;float: left;}

		.product_cont > .bbs_gallery li{float:left;width:calc(50% - 6px);margin:0 12px 12px 0;}
		.product_cont > .bbs_gallery li:nth-of-type(3n+1){clear:none;}
		.product_cont > .bbs_gallery li:nth-of-type(3n){margin-right:12px;}
		.product_cont > .bbs_gallery li:nth-of-type(2n){margin-right:0;}
		.product_cont > .bbs_gallery li:nth-of-type(2n+1){clear:both;float: left;}
		.product_cont > .bbs_gallery li .thumb{padding:0 0 99.27%;}
		
	}
	/*600이하*/
	@media only screen and (max-width:600px){
	}
	/*479이하*/
	@media only screen and (max-width:479px){
		.product_sort li:hover a{color:#999;font-weight:400;}

		.product_cont > .bbs_gallery li{float:left;width:100%;margin:0 0 12px 0;}
		.product_cont > .bbs_gallery li:nth-of-type(3n+1){clear:none;}
		.product_cont > .bbs_gallery li:nth-of-type(3n){margin-right:0;}
		.product_cont > .bbs_gallery li:nth-of-type(2n){margin-right:0;}
		.product_cont > .bbs_gallery li:nth-of-type(2n+1){clear:none}

		.product_cont .product_layer_box .product_layer{max-width:350px;max-height:390px;}
		.product_cont .product_layer_box .product_layer .thumb img{max-width:350px;max-height:350px;}
		.product_layer_close{bottom:-40px;}
		.product_layer_close .layer_close_trigger{width:30px;height:30px;}
	}
	/*400이하*/
	@media only screen and (max-width:400px){
		.product_cont .product_layer_box .product_layer{max-width:330px;max-height:370px;}
		.product_cont .product_layer_box .product_layer .thumb img{max-width:330px;max-height:330px;}
	}
	/*370이하*/
	@media only screen and (max-width:370px){
		.product_cont .product_layer_box .product_layer{max-width:310px;max-height:350px;}
		.product_cont .product_layer_box .product_layer .thumb img{max-width:310px;max-height:310px;}
	}
	/*350이하*/
	@media only screen and (max-width:350px){
		.product_cont .product_layer_box .product_layer{max-width:300px;max-height:340px;}
		.product_cont .product_layer_box .product_layer .thumb img{max-width:300px;max-height:300px;}
	}
	/*330이하*/
	@media only screen and (max-width:330px){
		.product_cont .product_layer_box .product_layer{max-width:270px;max-height:310px;}
		.product_cont .product_layer_box .product_layer .thumb img{max-width:270px;max-height:270px;}
	}
/*───────────────────────────────────────────────────────────

	 buyers / 로그인

───────────────────────────────────────────────────────────*/
	/*공통*/
		.buyers_intro_hd * {font-family:'Gmarket Sans TTF', 'Noto Sans KR' !important;}	
		.buyers_intro_hd .logo{text-align:center;width:175px;height:50px;margin:0 auto;}
		.buyers_intro_hd .logo a{display:block;background:url('../images/sub/buyers_logo.png')no-repeat;background-size:auto 100%;height:100%;font-size:0;}
		.buyers_intro_hd .nav_wrap .nav_box{padding-top:3%;}
		.buyers_intro_hd .nav_wrap .nav_box > h2{font-size:32px;color:#010101;font-weight:700;text-transform:none;line-height:1;padding:0;padding-top:84px;}
		.buyers_intro_hd .nav_wrap .nav_box > h2:before{display: none;}
		.sub_content .buyers_intro{text-align:center;margin:0 auto;margin-top:31px;width:720px;box-sizing:border-box;}
		.sub_content .buyers_intro .login_box ul li{padding:0;}
		.sub_content .buyers_intro .login_box ul li input{width:100%;height:52px;line-height:52px;box-sizing:border-box;border:1px solid #ddd;background:#fff;font-size:14px;color:#aaa;font-weight:300;padding-left:20px;padding-top:5px;}
		.sub_content .buyers_intro .login_box ul li input::placeholder{color:#aaa;}
		.sub_content .buyers_intro .login_box ul li input + input{margin-top:10px;}
		.sub_content .buyers_intro .login_box ul li input:focus{border:1px solid #000;color:#000;}
		.sub_content .buyers_intro .intro_form:after{clear:both;display: block;content:"";}
		.sub_content .buyers_intro .intro_form li + li{margin-top:10px;}

		.sub_content .buyers_intro .login_box .intro_btn{margin-top:33px;height:auto;line-height:1;padding:0;border:none;}
		.sub_content .buyers_intro .login_box .intro_btn li{position: relative;display: inline-block;}
		.sub_content .buyers_intro .login_box .intro_btn li a{font-size:14px;color:#888;font-weight:300;letter-spacing:0;}
		.sub_content .buyers_intro .login_box .intro_btn li + li{margin-left:34px;}
		.sub_content .buyers_intro .login_box .intro_btn li + li:before{width:1px;height:10px;content:"";background:#ddd;display: inline-block;vertical-align:middle;position: absolute;left:-19px;top:1px;}				

		/*로그인*/
			.sub_login .login_box{padding:62px 100px 39px 100px;box-sizing:border-box;background:#f5f5f5;width:100%;}
			.sub_content .buyers_intro .login_txt{float: left;display: inline-block;width:380px;}
			.sub_content .buyers_intro .btn_login{float: right;display: inline-block;width:130px;height:114px;border:1px solid #0095da;background:#0095da;font-size:16px;color:#fff;font-weight:500;text-align:center;padding:0;box-sizing:border-box;}
			.sub_content .buyers_intro .btn_login button[type="submit"]{border:none !important;background:none !important;height:114px;line-height:114px;font-size:inherit;color:inherit;font-weight:inherit;}	
			.sub_content .buyers_intro .btn_login:hover{background:rgba(0,149,218, 0.8);}	
		
			.sub_content .buyers_intro .login_chk{text-align:left;margin-top:20px;border-bottom:1px solid #ddd;padding-bottom:20px;}
			.sub_content .buyers_intro .login_chk:after{clear:both;display: block;content:"";}
			.sub_content .buyers_intro .login_chk #keep_login + label{margin-left:10px;font-size:14px;color:#333;font-weight:300;}
			.sub_content .buyers_intro .login_chk #keep_login + label:before{background:url('../images/sub/login_chkbox_out.png')no-repeat;width:20px;height:20px;margin:-4px 8px 0 0;}
			.sub_content .buyers_intro .login_chk #keep_login:checked + label:before{background:url('../images/sub/login_chkbox_ov.png')no-repeat;}		
			.sub_content .buyers_intro .login_chk a{display: inline-block;float: right;margin-right:42px;font-size:14px;color:#333;font-weight:300;}

			.sub_content .buyers_intro .signup_box{width:720px;box-sizing:border-box;margin:0 auto;margin-top:30px;}
			.sub_content .buyers_intro .signup_box .signup_cont{border:1px solid #ddd;padding:34px 30px;box-sizing:border-box;}
			.sub_content .buyers_intro .signup_box .signup_cont:after{clear:both;display:block;content:"";}
			.sub_content .buyers_intro .signup_box p{font-size:13px;color:#333;font-weight:400;line-height:24px;float: left;display: inline-block;text-align:left;padding-top:3px;}
			.sub_content .buyers_intro .signup_box a{display: inline-block;float: right;font-size:16px;color:#fff;font-weight:500;text-align:center;box-sizing:border-box;padding:17px 68px;background:#888;line-height:1;}
			.sub_content .buyers_intro .signup_box a:hover{background:rgba(136,136,136,0.8);}

		/*아이디 찾기*/
			.sub_login .find_frm{padding:62px 131px 41px 128px;}
			.sub_content .buyers_intro .find_frm button[type="submit"]{width:100%;margin-top:10px;height:60px;line-height:60px;border:1px solid #0095da !important;background:#0095da !important;padding:0;font-size:16px;color:#fff;font-weight:500;}
			.sub_content .buyers_intro .find_frm button[type="submit"]:hover{background:rgba(0,149,218, 0.8) !important;}

			.sub_content .buyers_intro .login_box .intro_btn.find_btn{margin-top:48px;}

		/*아이디 찾기, 비밀번호 찾기 결과*/
			.buyers_intro_hd .sub_ok{box-sizing:border-box;border:10px solid #f5f5f5;padding:5%;}
			.buyers_intro_hd .sub_ok .result_box{padding:0;}
			.buyers_intro_hd .sub_ok .result_box h3{font-size:27px;color:#333;font-weight:700;padding:0;}
			.buyers_intro_hd .sub_ok .result_box h4{font-size:16px;color:#888;font-weight:400;line-height:26px;margin-top:30px;padding:0;}
			.buyers_intro_hd .sub_ok .result_box h4 span{font-size:16px;color:#0095da;font-weight:500;}
			.buyers_intro_hd .sub_ok .find_result_btn{margin-top:30px;text-align:center;font-size:0;}
			.buyers_intro_hd .sub_ok .find_result_btn a{display:inline-block;box-sizing:border-box;width:120px;height:40px;line-height:40px;font-size:14px;color:#fff;font-weight:400;}
			.buyers_intro_hd .sub_ok .find_result_btn a:nth-child(1){background:#0095da !important;border:1px solid #0095da !important;}
			.buyers_intro_hd .sub_ok .find_result_btn a:nth-child(1):hover{background:rgba(0,149,218, 0.8) !important;}
			.buyers_intro_hd .sub_ok .find_result_btn a:nth-child(2){background:#888;margin-left:20px;border:1px solid #888 !important;}
			.buyers_intro_hd .sub_ok .find_result_btn a:nth-child(2):hover{background:rgba(136,136,136,0.8);}

			/*950이하*/
			@media only screen and (max-width:950px) {	
				#contents_wrap #side_box + #contents_box.buyers_intro_hd{padding:0 15px;}
			}
			/*800이하*/
			@media only screen and (max-width:800px) {
				/*공통*/
				.buyers_intro_hd .nav_wrap .nav_box{padding-top:15%;}	
				.sub_content .buyers_intro{width:100%;}
					
				/*로그인*/	
					.sub_content .buyers_intro .login_box{padding:62px 80px 39px 80px;}
					.sub_content .buyers_intro .login_box .login_txt{width:73%;}
					.sub_content .buyers_intro .login_box .btn_login{width:24%;}

					.sub_content .buyers_intro .signup_box{width:100%;}
					.sub_content .buyers_intro .signup_box p{width:70%;}
					.sub_content .buyers_intro .signup_box a{padding:17px 40px;}
				
				/*아이디 찾기*/
					.sub_login .find_frm{padding:62px 100px 41px 100px;}

				/*아이디 찾기, 비밀번호 찾기 결과*/
					.buyers_intro_hd .sub_ok{padding:5% 3%;}
					.buyers_intro_hd .sub_ok .result_box h3{font-size:24px;}
					.buyers_intro_hd .sub_ok .result_box h4{font-size:15px;}

			}
			/*700이하*/
			@media only screen and (max-width:700px) {
				/*로그인*/
					.sub_content .buyers_intro .login_box{padding:50px 60px 30px 60px;}
					.sub_content .buyers_intro .signup_box .signup_cont{padding:34px 20px;}

				/*아이디 찾기*/
					.sub_login .find_frm{padding:50px 60px 30px 60px;}
			}
			/*650이하*/
			@media only screen and (max-width:650px) {
				/*아이디 찾기, 비밀번호 찾기 결과*/
					.buyers_intro_hd .sub_ok{border:5px solid #f5f5f5;}
					.buyers_intro_hd .sub_ok .result_box h3{font-size:22px;}
					.buyers_intro_hd .sub_ok .result_box h4{font-size:14px;line-height:23px;margin-top:25px;}
			}
			/*600이하*/
			@media only screen and (max-width:600px) {
				/*공통*/
					#contents_wrap #side_box + #contents_box.buyers_intro_hd{padding:0;}
					.buyers_intro_hd .nav_wrap .nav_box > h2{padding-top:66px;font-size:28px;}
					.buyers_intro_hd .logo{width:155px;height:43px;}
					.sub_content .buyers_intro{margin-top:55px;}

				/*로그인*/
					.sub_content .buyers_intro .login_box{padding:35px 50px 25px 50px;}	
					.sub_content .buyers_intro .login_box .login_txt{float:none;width:100%;}
					.sub_content .buyers_intro .login_box .btn_login{float:none;width:100%;height:52px;line-height:52px;margin-top:10px;}
					.sub_content .buyers_intro .btn_login button[type="submit"]{height:52px;line-height:52px;}

					.sub_content .buyers_intro .signup_box .signup_cont{padding:25px 15px;}
					.sub_content .buyers_intro .signup_box p{font-size:12px;line-height:21px;padding-top:0;}
					.sub_content .buyers_intro .signup_box p br{display: none;}
					.sub_content .buyers_intro .signup_box a{padding:13px 25px;font-size:14px;}

				/*아이디 찾기*/
					.sub_login .find_frm{padding:40px 50px 25px 50px;}
			}
			/*479이하*/
			@media only screen and (max-width:479px) {
				/*공통*/
					.buyers_intro_hd .logo{width:136px;height:38px;}
					.buyers_intro_hd .nav_wrap .nav_box > h2{font-size:26px;}
					.sub_content .buyers_intro{margin-top:20px;}
					.sub_content .buyers_intro .login_box ul li input{height:40px;line-height:40px;font-size:13px;}
					.sub_content .buyers_intro .login_box{padding:20px 30px 20px 30px;}

					.sub_content .buyers_intro .login_box .intro_btn{margin-top:20px;}
					.sub_content .buyers_intro .login_box .intro_btn li{width:auto;margin:0;}
					.sub_content .buyers_intro .login_box .intro_btn li a{font-size:13px;background:none;border:none;height:auto;line-height:1;}
					.sub_content .buyers_intro .login_box .intro_btn li + li{margin-left:20px;}
					.sub_content .buyers_intro .login_box .intro_btn li + li:before{left:-12px;}

				/*로그인*/
					.sub_content .buyers_intro .login_box .btn_login{height:45px;line-height:45px;font-size:15px;}
					.sub_content .buyers_intro .login_box .btn_login:hover{background:#0095da;}
					.sub_content .buyers_intro .btn_login button[type="submit"]{height:45px;line-height:45px;}
					.sub_content .buyers_intro .login_chk{margin-top:15px;padding-bottom:15px;}
					.sub_content .buyers_intro .login_chk #keep_login + label{font-size:13px;}
					.sub_content .buyers_intro .login_chk a{margin-right:10px;font-size:13px;}
					
					.sub_content .buyers_intro .signup_box{margin-top:20px;}
					.sub_content .buyers_intro .signup_box .signup_cont{padding:20px 10px;position: relative;}
					.sub_content .buyers_intro .signup_box a{padding:10px 18px;font-size:13px;position: absolute;top:50%;right:10px;transform:translateY(-50%);}
					.sub_content .buyers_intro .signup_box a:hover{background:#888;}

				/*아이디 찾기*/
					.sub_content .buyers_intro .find_frm button[type="submit"]{height:45px;line-height:45px;font-size:15px;margin-top:10px;}
					.sub_content .buyers_intro .find_frm button[type="submit"]:hover{background:#0095da;}
					.sub_content .buyers_intro .login_box .intro_btn.find_btn{margin-top:28px;}

				/*아이디 찾기, 비밀번호 찾기 결과*/
					.buyers_intro_hd .sub_ok .result_box h3{font-size:20px;}
					.buyers_intro_hd .sub_ok .result_box p{font-size:13px;}

					.buyers_intro_hd .sub_ok .find_result_btn{margin-top:20px;}
					.buyers_intro_hd .sub_ok .find_result_btn a{font-size:13px;width:100px;height:35px;line-height:35px;}
					.buyers_intro_hd .sub_ok .find_result_btn a:nth-child(1):hover{background:#0095da;}
					.buyers_intro_hd .sub_ok .find_result_btn a:nth-child(2):hover{background:#888;}	
			}
			/*355이하*/
			@media only screen and (max-width:355px) {
				/*아이디 찾기, 비밀번호 찾기 결과*/
					.sub_content .buyers_intro .intro_box .result_box{padding:5% 2%;}
					.sub_content .buyers_intro .intro_box .result_box h3{font-size:18px;}
			}
			/*350이하*/
			@media only screen and (max-width:350px) {
				.sub_content .buyers_intro .login_box .intro_btn li a{font-size:12px;}
			}
			/*345이하*/
			@media only screen and (max-width:345px) {
				/*공통*/
					.buyers_intro_hd .nav_wrap .nav_box > h2{font-size:24px;}
					.sub_content .buyers_intro .login_box{padding:15px;}

				/*로그인*/
					.sub_content .buyers_intro .signup_box .signup_cont{padding:10px;}
					.sub_content .buyers_intro .signup_box a{padding:7px 10px;}
			}
			/*320이하*/
			@media only screen and (max-width:320px) {
				.sub_content .buyers_intro .login_box .intro_btn li + li{margin-left:15px;}
				.sub_content .buyers_intro .login_box .intro_btn li + li:before{left:-10px;}
			}

/*───────────────────────────────────────────────────────────

	 buyers / 회원가입

───────────────────────────────────────────────────────────*/
	/*약관동의*/
		.sub_agree .btn_wrap button{width:130px;height:40px;line-height:40px;display: inline-block;box-sizing:border-box;vertical-align:top;}
		.sub_agree .btn_wrap button:nth-child(1) a{display: block;width:100%;height:100%;box-sizing:border-box;border:1px solid #0095da !important;background:#0095da !important;font-size:14px;color:#fff;font-weight:400;}
		.sub_agree .btn_wrap button:nth-child(1):hover a{background:rgba(0,149,218, 0.8) !important;}
		.sub_agree .btn_wrap button:nth-child(2) a{display: block;width:100%;height:100%;box-sizing:border-box;border:1px solid #888 !important;background:#888 !important;font-size:14px;color:#fff;font-weight:400;}
		.sub_agree .btn_wrap button:nth-child(2):hover a{background:rgba(136,136,136,0.8) !important;}

	/*정보입력*/
		.buyers_intro_hd .sub_join{width:900px;margin:0 auto;padding-top:21px;}
		.buyers_intro_hd .bbs_write_title{font-size:17px;color:#010101;font-weight:500;text-align:left;line-height:1;margin-bottom:10px;letter-spacing:-0.04em;padding:0;}
		.buyers_intro_hd table.bbs_write th .require_dot, .buyers_intro_hd table.bbs_write th .require_dot:before{color:#e30000;position: absolute;}
		.buyers_intro_hd table.bbs_write th .require_dot{padding:0;padding-right:5px;left:18px;}
		.buyers_intro_hd table.bbs_write tr:nth-child(1) th{border-top:1px solid #0095da;}	
		.buyers_intro_hd table.bbs_write tr:nth-child(1) td{border-top:1px solid #0095da;}
		.buyers_intro_hd table.bbs_write th{text-align:left;padding:25px 0 18px 29px;background:#fafafa;width:26.7%;font-size:14px;color:#333;font-weight:500;box-sizing:border-box;position:relative;border-bottom:1px solid #ddd;letter-spacing:0;vertical-align:top;line-height:20px;word-break:keep-all;}
		.buyers_intro_hd table.bbs_write td{border-bottom:1px solid #ddd;box-sizing:border-box;padding:10px 0 9px 30px;vertical-align:middle;}
		.buyers_intro_hd table.bbs_write td.fix{font-size:14px;color:#333;font-weight:400;}
		.buyers_intro_hd table.bbs_write td input{height:40px;line-height:40px;box-sizing:border-box;border:1px solid #ddd;width:74.7%;font-size:14px;color:#777;font-weight:400;min-width:auto;}
		.buyers_intro_hd table.bbs_write td .btn_sm{margin-left:16px;border:1px solid #888 !important;background:#888 !important;font-size:14px;color:#fff;font-weight:500;padding:0;width:19.1% !important;height:40px;line-height:40px;padding-top:1px;outline:none;}
		.buyers_intro_hd table.bbs_write td .btn_sm:hover{background:rgba(136,136,136,0.8) !important;}
		.buyers_intro_hd table.bbs_write td input[name="email_id"]{width:20.7%;}
		.buyers_intro_hd table.bbs_write td .at{display: inline-block;margin:0 11px 0 12px;font-size:14px;color:#010101;font-weight:300;height:40px;line-height:40px;}
		.buyers_intro_hd table.bbs_write td input[name="email_domain"]{width:20.7%;}
		.buyers_intro_hd table.bbs_write td select{height:40px;line-height:40px;box-sizing:border-box;border:1px solid #ddd;appearance:none;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;background:url('../images/sub/sub_select_arr.png')no-repeat;min-width:auto;}	
		.buyers_intro_hd table.bbs_write td select::-ms-expand{display: none;}
		.buyers_intro_hd table.bbs_write td select[name="email_domain_select"]{margin-left:7px;width:25.4%;background-position:86% 16px;margin-right:0;}
		.buyers_intro_hd table.bbs_write td select#country{width:74.7%;background-position:96% 16px;}

	/*basic info 2*/
		.buyers_intro_hd table.bbs_write .basic_tit th{font-size:17px;color:#010101;font-weight:500;text-align:left;line-height:1;margin-bottom:10px;letter-spacing:-0.04em;background:#fff;padding:58px 0 9px 0;border-bottom:1px solid #0095da;}
		.buyers_intro_hd table.bbs_write .info2_tit{padding:17px 0 13px 38px;background:#fafafa;box-sizing:border-box;}
		.buyers_intro_hd table.bbs_write .info2_tit p{text-align:left;font-size:14px;color:#333;font-weight:500;box-sizing:border-box;position:relative;letter-spacing:0;}
		.buyers_intro_hd table.bbs_write .info2_tit .require_dot:before{content:"*";font-size:14px;color:#e30000;font-weight:300;position: absolute;left:-10px;top:5px;height:1;}
		.buyers_intro_hd table.bbs_write .basic_cont{padding:0;}
		.buyers_intro_hd table.bbs_write .info2_cont{padding:15px 0 20px 40px;}
		.buyers_intro_hd table.bbs_write .info2_cont .type_chk input + label{font-size:14px;color:#333;font-weight:300;display: inline-block;}
		.buyers_intro_hd table.bbs_write .info2_cont input{width:95%;}

		.type_chk_box{padding:3px 0 1px 2px;}
		.type_chk_box:after{clear:both;content:"";display: block;}
		.type_chk_box .type_chk{display:inline-block;float:left;margin-bottom:23px;line-height:1;}
		.type_chk_box .type_chk:nth-child(2){margin-left:98px;}
		.type_chk_box .type_chk:nth-child(3){margin-left:89px;}
		.type_chk_box .type_chk:nth-child(4){margin-left:78px;}
		.type_chk_box .type_chk:nth-child(5){margin-left:0;clear:both;float: left;}
		.type_chk_box .type_chk:nth-child(6){margin-left:80px;}
		.type_chk_box .type_chk:nth-child(7){margin-left:56px;}
		.type_chk_box .type_chk:nth-child(8){margin:0;clear:both;float: left;width:100%;position: relative;}
		.type_chk_box .type_chk:nth-child(8) #type_etc{margin-left:10px;position: absolute;height:30px;line-height:30px;top:-7px;}

		.type_chk_box input{margin-right:10px;}
		.type_chk_box input + label:before{background:url('../images/sub/sign_chk_out.png')no-repeat;margin-right:10px;}
		.type_chk_box input:checked + label:before{background:url('../images/sub/sign_chk_ov.png')no-repeat;margin-right:10px;}
		.type_chk_box input + label{font-size:14px;color:#333;font-weight:300;display: inline-block;}
	
	/*캡챠*/
		.buyers_intro_hd table.bbs_write .captcha_cont th{padding:10px 0;text-align:center;}
		.buyers_intro_hd table.bbs_write .captcha_input input{width:52.5%;margin:0;}
		.buyers_intro_hd table.bbs_write .captcha_cont .btn_reset{margin-left:16px;border:1px solid #888 !important;background:#888 !important;font-size:14px;color:#fff !important;font-weight:500;padding:1px 0 0 0 !important;width:19.1%;outline:none;vertical-align:top !important;margin-top:0;}
		.buyers_intro_hd table.bbs_write .captcha_cont .btn_reset:hover{background:rgba(136,136,136,0.8);}

	/*버튼*/
		.buyers_intro_hd table.bbs_write + .btn_wrap{margin:60px 0 120px 0;font-size:0;padding:0;}
		

	/*1030이하*/
	@media only screen and (max-width:1030px) {
		.buyers_intro_hd .captcha_cont #captcha_box{display: inline-block;width:75%;margin:0 auto;}
		.buyers_intro_hd .captcha_cont #captcha_box img{width:100% !important;}
	}
	/*950이하*/
	@media only screen and (max-width:950px) {
		.buyers_intro_hd .sub_join{width:100%;box-sizing:border-box;}
		.buyers_intro_hd table.bbs_write th{padding:25px 0 18px 13px;}
		.buyers_intro_hd table.bbs_write th .require_dot{left:4px;}

		/*basic info 2*/	
			.type_chk_box{padding:0;}
			.type_chk_box .type_chk:nth-child(2),
			.type_chk_box .type_chk:nth-child(3),
			.type_chk_box .type_chk:nth-child(4){margin-left:55px;}
			.type_chk_box .type_chk:nth-child(6){margin-left:37px;}
			.type_chk_box .type_chk:nth-child(7){margin-left:21px;}
	}
	/*800이하*/
	@media only screen and (max-width:800px) {
		.buyers_intro_hd table.bbs_write th{width:24%;padding:25px 10px 18px 15px;line-height:22px;}
		.buyers_intro_hd table.bbs_write td{padding:10px 15px;vertical-align:middle;}
		.buyers_intro_hd table.bbs_write td input{width:100%;}
		.buyers_intro_hd table.bbs_write td .btn_sm{width:100% !important;margin:0;margin-top:10px;}
		.buyers_intro_hd table.bbs_write td select[name="email_domain_select"]{width:49.5%;background-position:93% 16px;}
		.buyers_intro_hd table.bbs_write td .at{margin:0 5px;}
		.buyers_intro_hd table.bbs_write td select#country{width:100%;}

		/*basic info 2*/	
			.signup_write_box .basic_info2.basic_table table tr td{padding:12px 30px 17px 20px;}
			.type_chk_box .type_chk:nth-child(4),
			.type_chk_box .type_chk:nth-child(7){clear:both;margin-left:0;}
			.type_chk_box .type_chk:nth-child(3){margin-left:25px;}
			.type_chk_box .type_chk:nth-child(5){clear:none;margin-left:26px;}
			.type_chk_box .type_chk:nth-child(6){margin-left:84px;}

		/*캡챠*/
			.buyers_intro_hd table.bbs_write .captcha_cont th{vertical-align:middle;}
			.buyers_intro_hd table.bbs_write .captcha_input input{width:100%;}
			.buyers_intro_hd table.bbs_write .captcha_cont .btn_reset{margin-left:0;margin-top:10px;}
	}
	/*680이하*/
	@media only screen and (max-width:680px) {
		/*basic info 2*/	
			.type_chk_box input + label{font-size:12px;}
			.type_chk_box .type_chk:nth-child(2){margin-left:35px;}
			.type_chk_box .type_chk:nth-child(5){margin-left:10px;}
			.type_chk_box .type_chk:nth-child(6){margin-left:76px;}
	}
	/*640이하*/
	@media only screen and (max-width:640px) {
		#contents_wrap #side_box + #contents_box.buyers_intro_hd{padding:0;}
		.buyers_intro_hd table.bbs_write td select[name="email_domain_select"]{width:48.5%;}
		.buyers_intro_hd table.bbs_write .info2_cont{padding:15px;}
		.buyers_intro_hd table.bbs_write .info2_cont .type_chk input + label{font-size:13px;}
	}
	/*620이하*/
	@media only screen and (max-width:620px) {
		.buyers_intro_hd table.bbs_write td select[name="email_domain_select"]{width:48%;}
	}
	/*600이하*/
	@media only screen and (max-width:600px) {
		/*basic info 2*/	
			.type_chk_box .type_chk:nth-child(3){margin-left:15px;}
			.type_chk_box .type_chk:nth-child(6){margin-left:66px;}
	}
	/*570이하*/
	@media only screen and (max-width:570px) {
		.buyers_intro_hd table.bbs_write td select[name="email_domain_select"]{width:46%;}
		.type_chk_box .type_chk:nth-child(6){clear:both;margin-left:0;}
		.type_chk_box .type_chk:nth-child(7){clear:none;margin-left:20px;}
	}
	/*479이하*/
	@media only screen and (max-width:479px) {
		.buyers_intro_hd table.bbs_write th{font-size:12px;padding:15px 10px 15px 15px;}
		.buyers_intro_hd table.bbs_write td input{height:35px;line-height:35px;}
		.buyers_intro_hd table.bbs_write td .btn_sm{height:35px;line-height:35px;font-size:12px;}
		.buyers_intro_hd table.bbs_write td input[name="email_id"]{width:42%;}
		.buyers_intro_hd table.bbs_write td input[name="email_domain"]{width:43%;}

		/*basic info 2*/	
			.buyers_intro_hd table.bbs_write .basic_tit th{padding:40px 0 9px 0;}
			.buyers_intro_hd table.bbs_write .info2_tit{padding:13px 20px;}
			.buyers_intro_hd table.bbs_write .info2_cont{padding:10px;}
			.buyers_intro_hd table.bbs_write .info2_cont .type_chk input + label{font-size:12px;}
			.type_chk_box .type_chk{margin-bottom:15px;}
			.type_chk_box .type_chk:nth-child(2){margin-left:15px;}
			.type_chk_box .type_chk:nth-child(3){clear:both;float: left;margin-left:0;}
			.type_chk_box .type_chk:nth-child(4){clear:none;margin-left:15px;}
			.type_chk_box .type_chk:nth-child(5){margin-left:15px;}
			.type_chk_box .type_chk:nth-child(7){margin-left:15px;}

		.buyers_intro_hd table.bbs_write + .btn_wrap{margin:30px 0 60px 0;}
	}
	/*374이하*/
	@media only screen and (max-width:374px) {
	}
	/*370이하*/
	@media only screen and (max-width:370px) {
		/*basic info 2*/	
			.type_chk_box .type_chk:nth-child(5){clear:both;margin-left:0;}
			.type_chk_box .type_chk:nth-child(6){clear:none;margin-left:10px;}
			.type_chk_box .type_chk:nth-child(7){clear:both;margin-left:0;}
	}
	/*360이하*/
	@media only screen and (max-width:360px) {
		.buyers_intro_hd table.bbs_write td .at{margin:0;font-size:12px;}
		.buyers_intro_hd table.bbs_write td input[name="email_id"],
		.buyers_intro_hd table.bbs_write td input[name="email_domain"]{width:45%;}
	}
	/*350이하*/
	@media only screen and (max-width:350px) {
		.buyers_intro_hd table.bbs_write td input[name="email_id"],
		.buyers_intro_hd table.bbs_write td input[name="email_domain"]{width:44%;}
	}
	/*340이하*/
	@media only screen and (max-width:340px) {
		.buyers_intro_hd table.bbs_write td input[name="email_id"],
		.buyers_intro_hd table.bbs_write td input[name="email_domain"]{width:43%;}

		.type_chk_box .type_chk:nth-child(6){margin-left:0;clear:both;}
	}
	/*330이하*/
	@media only screen and (max-width:330px) {
	}
	/*320이하*/
	@media only screen and (max-width:320px) {
		.buyers_intro_hd table.bbs_write td input[name="email_id"],
		.buyers_intro_hd table.bbs_write td input[name="email_domain"]{width:42%;}
	}

/*───────────────────────────────────────────────────────────

	 buyers / 정보수정

───────────────────────────────────────────────────────────*/
	.bbs_title_box{position: relative;overflow:visible;font-size:0;}
	.bbs_title_box .btn_right{font-weight:400;border:1px solid #888 !important;background:#888 !important;position: absolute;top:-10px;font-size:12px;}
	.bbs_title_box .btn_right:nth-child(2){right:100px;}
	.bbs_title_box .btn_right:nth-child(3){right:0;margin:0;}

	/*767이하*/
	@media only screen and (max-width:767px){
		.bbs_write_title{display: inline-block;}
	}
	/*479이하*/
	@media only screen and (max-width:479px){
		.bbs_title_box .bbs_write_title{display:block;}
		.bbs_title_box .btn_right:nth-child(2){right:88px;}
	}
	/*360이하*/
	@media only screen and (max-width:360px){
		.bbs_title_box .btn_right{float:none;position:static;width:calc(50% - 7.5px) !important;}
		.bbs_title_box .btn_right:nth-child(2){margin-right:7.5px;}
		.bbs_title_box .btn_right:nth-child(3){margin-left:7.5px;}
	}

/*───────────────────────────────────────────────────────────

	 buyers / products

───────────────────────────────────────────────────────────*/
	/*buyers header*/
		#header .hd_wrap.goods_lnb{width:calc(100% - 142px);}
		#header .hd_wrap.goods_lnb .hd_lang ul.lnb_mini{padding:0;}
		#header .hd_wrap.goods_lnb .hd_lang ul.lnb_mini li{font-weight:500;font-family:'Montserrat';padding:0 8px;line-height:34px;position: relative;}
		#header .hd_wrap.goods_lnb .hd_lang ul.lnb_mini li + li:before{width:1px;height:8px;content:"";background:#ddd;position: absolute;top:50%;transform:translateY(-50%);left:-1px;}
		#header .hd_wrap.goods_lnb .hd_lang ul.lnb_mini li:last-child{padding-right:0;}
		#aside .lang_group.buyers_lang{display: none;}

		#header .hd_wrap.goods_lnb .hd_lnb{transform:translateX(-50.2%);position:absolute;left:50%;width:100%;top:1px;}
		#header .hd_wrap.goods_lnb .hd_lnb ul#lnb_nav{text-align:center;}
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav{padding:0 14px;letter-spacing:0;line-height:34px;}		
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main{font-weight:700;padding-right:45px;position: relative;}
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main:after{width:1px;height:10px;content:"";background:#ddd;top:12px;right:11px;position: absolute;}
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav:first-child{padding-left:0;}
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav:last-child{padding-right:0;}
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav a{font-family:'Gmarket Sans TTF';padding:0;text-transform:none;}
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.on{color:#0095da;}
		#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.on a:before{width:100%;}

		.buyers_product .nav_wrap .nav_box > h2{padding:8px 0 15px;margin-bottom:17px;}
		.buyers_product .sub_cate_wrap ul.sub_cate li{width:auto;}
		.buyers_product .sub_cate_wrap ul.sub_cate li + li{margin:0;}
		.buyers_product .sub_cate_wrap ul.sub_cate li a{font-family:'Gmarket Sans TTF';font-size:14px;}
	
		/*1750이하*/
		@media only screen and (max-width:1750px) {
			#header .hd_wrap.goods_lnb{width:100%;box-sizing:border-box;padding:0 30px;}
			#header .hd_wrap.goods_lnb .hd_lnb{transform:translate(-54%);}
		}
		/*1600이하*/
		@media only screen and (max-width:1600px) {
			#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main{padding-right:30px;}
			#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main:after{right:6px;}
		}
		/*1530이하*/
		@media only screen and (max-width:1530px) {
			#header .hd_wrap.goods_lnb .hd_lnb{transform:translate(-52%);}
			#header .hd_wrap.goods_lnb .hd_lnb ul#lnb_nav li.goods_nav{padding:0 8px;}
			#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main{padding-right:40px;}
			#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main:after{right:12px;}
		}
		/*1450이하*/
		@media only screen and (max-width:1450px) {
			#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main{padding-right:30px;}
			#header .hd_wrap .hd_lnb ul#lnb_nav li.goods_nav.buyers_main:after{right:6px;}
		}
		/*1430이하*/
		@media only screen and (max-width:1430px) {
			#header .hd_wrap.goods_lnb .hd_lnb ul#lnb_nav li{font-size:14px;}
			#header .hd_wrap.goods_lnb .hd_lang ul.lnb_mini li{padding:0 5px;font-size:12px;}	
		}
		/*1320이하*/
		@media only screen and (max-width:1320px) {
			#header .hd_wrap.goods_lnb .hd_lnb ul#lnb_nav{display: none;}
			
			/* #aside ul.slidemenu .dep1_li.on a{color:#0095da;} */
		}
		/*640이하*/
		@media only screen and (max-width:640px) {
			#header .hd_wrap.goods_lnb{padding:0 15px;}
		}

	/*서브 비주얼*/
		/*1680이하*/
		@media only screen and (max-width:1680px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{padding:220px 0 0 0;}
		}
		/*1430이하*/
		@media only screen and (max-width:1430px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{background-size:143% !important;}
		}
		/*1000이하*/
		@media only screen and (max-width:1000px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{background-size:170% !important;}
		}
		/*860이하*/
		@media only screen and (max-width:860px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{background-size:195% !important;}
		}
		/*750이하*/
		@media only screen and (max-width:750px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{background-size:226% !important;}
		}
		/*640이하*/
		@media only screen and (max-width:640px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{padding:220px 0 0 ;background-size:292% !important;}
		}
		/*500이하*/
		@media only screen and (max-width:500px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{padding:180px 0 0 ;}
		}
		/*479이하*/
		@media only screen and (max-width:479px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{padding:150px 0 0 ;}
		}
		/*340이하*/
		@media only screen and (max-width:340px) {
			#wrap #sub_visual .sub_bg .img_sub_bg05{background-size:300% !important;}
		}

	/*상품*/
		#contents_wrap #contents_box.buyers_product .sub_cate_wrap .sub_cate li:first-child{padding-left:0;}
		#contents_wrap #contents_box.buyers_product .sub_cate_wrap .sub_cate li:last-child{padding-right:0;}
		.list_hd{margin-top:32px;}
		.list_hd:after{clear:both;content:"";display: block;}
		.list_hd .prd_array{font-size:0;float: left;display: inline-block;}
		.list_hd .prd_array a{display:inline-block;font-size:15px;color:#666;font-weight:300;font-family:'Gmarket Sans TTF';height:35px;line-height:35px;position: relative;}
		.list_hd .prd_array a + a{margin-left:34px;}
		.list_hd .prd_array a + a:before{width:1px;height:12px;content:"";background:#d9d9d9;vertical-align:middle;display: inline-block;position: absolute;left:-20px;top:10px;}
		.list_hd .prd_array a.on{color:#333;font-weight:500;background:url('../images/sub/icon_prd_chk.png')no-repeat 1px 11px;padding-left:17px;}
		.list_hd .prd_search_box{float: right;display: inline-block;width:285px;position: relative;}
		.list_hd .prd_search_box input{width:100%;height:31px;line-height:31px;border:none;border-bottom:1px solid #333;box-sizing:border-box;font-size:14px;color:#aaa;font-weight:300;font-family:'Gmarket Sans TTF';padding-left:0;}
		.list_hd .prd_search_box input::placeholder{color:#aaa;}
		.list_hd .prd_search_box input:focus{color:#000;}
		.list_hd .prd_search_box .btn_search{display:inline-block;width:27px;height:27px;font-size:0;background:url('../images/sub/icon_search.png')no-repeat center;position: absolute;top:-1px;right:0;}
		#wrap .sub_list .list_array{margin:0;}

		#tab2{margin-top:5px;}
		.buyers_product .sub_list .list .list_Listform > ul li{margin:0 0 31px 20px;width:calc(25% - 15px);border:none;}
		.buyers_product .sub_list .list .list_Listform > ul li:nth-of-type(4n+1){margin-left:0;clear:both;float:left;}
		.buyers_product .sub_list .list .list_Listform > ul li:nth-child(2n+1){clear:none;}
		.buyers_product .sub_list .list .list_Listform > ul li:nth-child(2n){}
		.buyers_product .sub_list .list .list_Listform > ul li > a{display:block;}
		.buyers_product .sub_list .list .list_Listform > ul li dl{display:block;}
		.buyers_product .sub_list .list .list_Listform > ul li dl dt{display: block;width:100%;padding-bottom:100%;box-sizing:border-box;border:none;}
		.buyers_product .sub_list .list .list_Listform > ul li dl dd{display: block;width:100%;max-width:100%;padding:0;padding-top:11px;}
		.buyers_product .sub_list .list .list_Listform > ul li dl dd em{font-size:16px;color:#333;font-weight:500;font-family:'Gmarket Sans TTF';display:inline-block;line-height:35px;letter-spacing:0.05em;width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
		.buyers_product .sub_list .list .list_Listform > ul li dl dd span.btn_cart{display:inline-block;width:28px;height:27px;cursor:pointer;float: right;background:url('../images/sub/icon_cart.png')no-repeat center;font-size:0;}	

		/*1250이하*/
		@media only screen and (max-width:1250px){
			#contents_wrap #contents_box.buyers_product{padding:0 15px;}
		}
		/*960이하*/
		@media only screen and (max-width:960px){
			#contents_wrap #contents_box.buyers_product .sub_cate_wrap .sub_cate{text-align:center;max-width:auto;}
			#contents_wrap #contents_box.buyers_product .sub_cate_wrap .sub_cate li{padding:0 12px;}
		}
		/*900이하*/
		@media only screen and (max-width:900px){
			#contents_wrap #contents_box.buyers_product .sub_cate_wrap .sub_cate li{padding:0 8px;}
			#contents_wrap #contents_box.buyers_product .sub_cate_wrap .sub_cate li a{padding:0;height:auto;}
			.list_hd .prd_search_box{width:230px;}
		}
		/*800이하*/
		@media only screen and (max-width:800px){
			.buyers_product .sub_list .list .list_Listform > ul li dl dd em{font-size:15px;}
		}
		/*700이하*/
		@media only screen and (max-width:700px){
			#contents_wrap #contents_box.buyers_product{padding:0;}
			.buyers_product .sub_list .list .list_Listform > ul li{width:calc(50% - 10px);}
			.buyers_product .sub_list .list .list_Listform > ul li:nth-of-type(2n+1){margin-left:0;}
		}
		/*479이하*/
		@media only screen and (max-width:479px){
			.list_hd .prd_array a{font-size:14px;height:28px;line-height:28px;}
			.list_hd .prd_array a.on{background-position:1px 9px;background-size:auto 8px;}
			.list_hd .prd_array a + a{margin-left:20px;}
			.list_hd .prd_array a + a:before{left:-12px;}
			.list_hd .prd_search_box{width:40%;}
			.list_hd .prd_search_box .btn_search{width:20px;height:20px;background-size:100%;}

			
			#tab2{margin-top:10px;}
			.buyers_product .sub_list .list .list_Listform > ul li{margin:0 0 30px 15px;width:calc(50% - 7.5px);}
			.buyers_product .sub_list .list .list_Listform > ul li dl dd span.btn_cart{width:20px;height:21px;background-size:auto 100%;}
			.buyers_product .sub_list .list .list_Listform > ul li dl dd em{line-height:28px;}

		}
		/*375이하*/
		@media only screen and (max-width:375px){
			.buyers_product .sub_list .list .list_Listform > ul li dl dd em{font-size:14px;}
		}

	/*팝업*/
		.prd_cart_layer_box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;display: none;}
		.prd_cart_layer_box *{font-family:'Gmarket Sans TTF';}	
		.prd_cart_layer_box .prd_cart_layer{width:900px;height:800px;box-sizing:border-box;background:#fff;position:relative;padding:20px 20px 60px 40px;border-radius:4px;}
		.prd_cart_layer_box .prd_layer_close{clear:both;text-align:right;}
		.prd_cart_layer_box .prd_layer_close a{display: inline-block;width:21px;height:21px;background:url('../images/sub/buyers_prd_layer_close.png')no-repeat;background-size:100%;}
		.prd_cart_layer_box .pop_cart_box{box-sizing:border-box;position: relative;margin-top:25px;}
		.prd_cart_layer_box .pop_cart_box:after{clear:both;content:"";display: block;}

		.prd_cart_layer_box .pop_cart_box .cart_goods_img{float:left;width:340px;height:370px;display: inline-block;}
		.prd_cart_layer_box .pop_cart_box .cart_goods_img img{width:100%;height:100%;}

		.prd_cart_layer_box .pop_cart_box .cart_goods_info{float: left;display: inline-block;margin-left:40px;width:440px;}
		.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_info_top{border-bottom:1px solid #ddd;padding-bottom:22px;margin-bottom:25px;}
		.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_info_top h3{font-size:26px;color:#333;font-weight:500;line-height:1;letter-spacing:0;}
		.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_short_info{margin-top:21px;}
		.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_short_info span{display:block;font-size:16px;color:#666;font-weight:400;line-height:30px;letter-spacing:0.02em;}
		.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_info_top .moq{font-size:16px;color:#333;font-weight:500;display:inline-block;margin-top:25px;}

		.goods_info_option p{font-size:16px;color:#111;font-weight:500;line-height:1;letter-spacing:0.01em;}
		.goods_info_option .option_name{width:82%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
		.goods_info_option select{width:100%;height:48px;line-height:48px;box-sizing:border-box;border:1px solid #ddd;border-bottom:1px solid #0095da;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;font-size:16px;color:#888;font-weight:300;background:url('../images/sub/sub_select_arr.png')no-repeat;padding-left:20px;margin-top:18px;background-position:95.5% center;}
		.goods_info_option select::-ms-expand{display: none;}
		.option_choice{padding:20px 20px 17px 20px;width:100%;box-sizing:border-box;background:#f9f9fa;border:1px solid #f2f2f2;margin-top:28px;}
		.option_choice > ul{height:auto;max-height:192px;overflow-y:auto;-ms-overflow-style: none;scrollbar-width: none;font-size:0;overflow:visible;}	
		.option_choice > ul::-webkit-scrollbar{display:none;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .option_choice > ul li{display:block;float:none !important;width:100%;position: relative;margin-left:0;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .option_choice > ul li:last-child{margin-bottom:0;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .option_choice > ul li .opt_del{display:inline-block;width:20px;height:20px;box-sizing:border-box;background:url('../images/sub/btn_opt_del.png')no-repeat center;background-color:#f0f0f0;border-radius:100%;position:absolute;top:-1px;right:-2px;cursor:pointer;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .option_cnt{position: relative;vertical-align:middle;margin-top:15px;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .option_cnt:after{clear:both;display:block;content:"";}
		.buyers_product .prd_cart_layer_box .pop_cart_box .option_cnt .cnt_num{float: left;}
		.cnt_num{width:100px;height:30px;font-size:0;}
		.cnt_num a{display: inline-block;width:30px;height:30px;box-sizing:border-box;vertical-align:top;}
		.cnt_num a.icon_minus{background:url('../images/sub/icon_minus.png')no-repeat;background-size:100%;}
		.cnt_num a.icon_plus{background:url('../images/sub/icon_plus.png')no-repeat;background-size:100%;}
		.cnt_num .cnt_value{width:40px;height:30px;line-height:30px;box-sizing:border-box;display:inline-block;border:none;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#f9f9fa;font-size:14px;color:#111;font-weight:500;vertical-align:top;text-align:center;padding-top:4px;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .option_cnt .opt_price{float:right;font-size:16px;color:#111;font-weight:500;line-height:34px;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .total_price{width:100%;box-sizing:border-box;padding:0 20px;text-align:right;margin-top:17px;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .total_price:after{clear:both;content:"";display:block;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .total_price span{font-size:16px;color:#111;font-weight:500;float: left;line-height:23px;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .total_price .t_price{font-size:20px;color:#111;font-weight:700;float:none;}
		.buyers_product .prd_cart_layer_box .pop_cart_box .btn_cart{display:block;width:100%;height:60px;line-height:62px;box-sizing:border-box;text-align:center;font-size:16px;color:#fff;font-weight:500;background:url('../images/sub/icon_quote.png')no-repeat;background-color:#0095da;margin-top:38px;padding-left:37px;background-position:33% 17px;}

		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
			.cnt_num .cnt_value{padding-top:2px !important;}
		}
		@media screen and (max-width:479px) (-ms-high-contrast: active), (-ms-high-contrast: none) {
			.cnt_num .cnt_value{padding-top:0px !important;}
		}
	
		/*1500이하*/
		@media only screen and (max-width:1500px){
		}
		/*950이하*/
		@media only screen and (max-width:950px){
			.prd_cart_layer_box .prd_cart_layer{width:800px;height:auto;padding:15px 15px 55px 35px;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_img{width:40%;height:auto;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info{width:50%;}
		}
		/*830이하*/
		@media only screen and (max-width:830px){
			.prd_cart_layer_box .prd_cart_layer{width:700px;}
			.buyers_product .prd_cart_layer_box .pop_cart_box .btn_cart{background-position:27% 17px;}
		}
		/*730이하*/
		@media only screen and (max-width:730px){
			.prd_cart_layer_box .prd_cart_layer{width:600px;}
		}
		/*630이하*/
		@media only screen and (max-width:630px){
			.prd_cart_layer_box .prd_cart_layer{width:500px;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_info_top{padding-bottom:15px;margin-bottom:20px;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_info_top h3{font-size:23px;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_short_info{margin-top:15px;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_short_info span{font-size:14px;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info .goods_info_top .moq{font-size:14px;margin-top:20px;}

			.goods_info_option select{height:40px;line-height:40px;font-size:14px;}
			.goods_info_option p{font-size:14px;}
			.buyers_product .prd_cart_layer_box .pop_cart_box .option_cnt .opt_price{font-size:14px;}

			.buyers_product .prd_cart_layer_box .pop_cart_box .total_price span{font-size:15px;}
			.buyers_product .prd_cart_layer_box .pop_cart_box .total_price .t_price{font-size:17px;}

			.buyers_product .prd_cart_layer_box .pop_cart_box .btn_cart{height:50px;line-height:52px;font-size:14px;margin-top:20px;background-size:auto 18px;background-position:23% 15px;}
		}
		/*530이하*/
		@media only screen and (max-width:530px){
			.prd_cart_layer_box .prd_cart_layer{width:400px;padding:15px 15px 30px 15px;max-height:800px;overflow-y:auto;-ms-overflow-style: none;scrollbar-width: none;}
			.prd_cart_layer_box .prd_cart_layer::-webkit-scrollbar{display:none;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_img{float:none;width:100%;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info{float:none;width:100%;margin-left:0;margin-top:30px;}
			.buyers_product .prd_cart_layer_box .pop_cart_box .btn_cart{background-position:35% 15px;}
		}
		/*500이하*/
		@media only screen and (max-width:500px){
			.prd_cart_layer_box .prd_cart_layer{max-height:650px;}
		}
		/*479이하*/
		@media only screen and (max-width:479px){
			.prd_cart_layer_box .prd_cart_layer{max-height:550px;}
			.prd_cart_layer_box .pop_cart_box{text-align:center;}
			.prd_cart_layer_box .pop_cart_box .cart_goods_info{text-align:left;}
			.goods_info_option .option_name{font-size:14px;line-height:16px;}
			.buyers_product .prd_cart_layer_box .pop_cart_box .option_cnt .opt_price{line-height:29px;}

			.cnt_num{width:90px;height:25px;}
			.cnt_num a{width:25px;height:25px;}
			.cnt_num #cnt{width:40px;height:25px;line-height:25px;font-size:11px;}
		}
		/*430이하*/
		@media only screen and (max-width:430px){
			.prd_cart_layer_box .prd_cart_layer{width:300px;}
			.buyers_product .prd_cart_layer_box .pop_cart_box .btn_cart{background-position:28% 15px;}
		}
		/*320이하*/
		@media only screen and (max-width:320px){
			.buyers_product .prd_cart_layer_box .pop_cart_box .btn_cart{.buyers_product .prd_cart_layer_box .pop_cart_box .btn_cart{background-position:26% 15px;}}
		}

/*───────────────────────────────────────────────────────────

	 buyers / 상세

───────────────────────────────────────────────────────────*/
	/*상단*/
		.view_cate{width:100%;height:80px;line-height:84px;box-sizing:border-box;text-align:center;border-bottom:1px solid #ddd;font-size:32px;color:#333;font-weight:700;font-family:'Gmarket Sans TTf';letter-spacing:0;}

		.sub_cont.goods_view *{font-family:'Gmarket Sans TTf';}
		.loc_navi{margin-top:32px;}
		.loc_navi a{display: inline-block;font-size:13px;color:#333;font-weight:400;position:relative;}
		.loc_navi a + a{margin-left:22px;}
		.loc_navi a + a:before{width:4px;height:7px;content:"";background:url('../images/sub/loc_navi_arr.png')no-repeat;display:inline-block;vertical-align:middle;position:absolute;top:4px;left:-13px;}
		.loc_navi span.prd_name{display:inline-block;font-size:13px;color:#0095da;font-weight:400;position: relative;margin-left:22px;}
		.loc_navi span.prd_name:before{width:4px;height:7px;content:"";background:url('../images/sub/loc_navi_arr.png')no-repeat;display:inline-block;vertical-align:middle;position:absolute;top:4px;left:-13px;}
	
		/*1200이하*/
		@media only screen and (max-width:1200px) {
			.view_cate{height:70px;line-height:74px;font-size:28px;}
		}
		/*900이하*/
		@media only screen and (max-width:900px) {
			.view_cate{height:65px;line-height:69px;font-size:26px;}
		}
		/*640이하*/
		@media only screen and (max-width:640px) {
			.view_cate{font-size:24px;}
			.loc_navi{display:none;}
		}
		/*479이하*/
		@media only screen and (max-width:479px) {
			.view_cate{height:55px;line-height:59px;font-size:22px;}
		}
		/*320이하*/
		@media only screen and (max-width:320px) {
			.view_cate{font-size:18px;}
		}

	/*상세*/	
		.sub_view{margin-top:26px;}
		.sub_view:after{clear:both;content:"";display:block;}
		.sub_view .view_img{width:50%;float:left;display:inline-block;}
		.sub_view .view_img .view_img_b{width:600px;max-height:600px;box-sizing:border-box;overflow:hidden;}
		.sub_view .view_img .view_img_b ul li{max-height:600px;}
		.sub_view .view_img .view_img_b ul li img{width:100%;height:600px;}
		.sub_view .view_img .view_img_s{margin-top:30px;width:100%;box-sizing:border-box;padding:0 85px;}
		.sub_view .view_img .view_img_s ul{width:calc(100% + 10px);margin-left:-10px;}
		.sub_view .view_img .view_img_s ul li{box-sizing:border-box;margin-left:10px;border:1px solid transparent;cursor:pointer;max-height:98px;}
		.sub_view .view_img .view_img_s ul li img{width:100%;height:98px;}	
		.sub_view .view_img .view_img_s ul li.slick-current{border:1px solid #000;}

		.sub_view .view_info{float:left;display: inline-block;width:50%;box-sizing:border-box;padding:25px 0 0 50px;}

		.sub_view .view_info .goods_info_top{border-bottom:1px solid #ddd;padding-bottom:22px;margin-bottom:25px;}
		.sub_view .view_info .goods_info_top h3{font-size:26px;color:#333;font-weight:500;line-height:1;letter-spacing:0;}
		.sub_view .view_info .goods_short_info{margin-top:21px;}
		.sub_view .view_info .goods_short_info span{display:block;font-size:16px;color:#666;font-weight:400;line-height:30px;letter-spacing:0.02em;}
		.sub_view .view_info .goods_info_top .moq{font-size:16px;color:#333;font-weight:500;display:inline-block;margin-top:24px;}

		.goods_info_option p{font-size:16px;color:#111;font-weight:500;line-height:1;letter-spacing:0.01em;}
		.goods_info_option .option_name{width:82%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
		.sub_view .view_info .goods_info_option select{width:100%;height:48px;line-height:48px;box-sizing:border-box;border:1px solid #ddd;border-bottom:1px solid #0095da;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;font-size:16px;color:#888;font-weight:300;background:url('../images/sub/sub_select_arr.png')no-repeat;padding-left:20px;margin-top:18px;background-position:95.5% center;}
		.goods_info_option select::-ms-expand{display: none;}
		.sub_view .view_info .option_choice{padding:20px 17px 15px 20px;width:100%;box-sizing:border-box;background:#f9f9fa;border:1px solid #f2f2f2;margin-top:28px;}
		.sub_view .view_info .option_choice > ul{max-height:initial;overflow-y:visible;}	
		.sub_view .view_info .option_choice > ul li{display:block;float:none !important;width:100%;position: relative;margin-left:0;margin-bottom:27px;}
		.sub_view .view_info .option_choice > ul li:last-child{margin-bottom:0;}
		.sub_view .view_info .option_choice > ul li .opt_del{display:inline-block;width:20px;height:20px;box-sizing:border-box;background:url('../images/sub/btn_opt_del.png')no-repeat center;border-radius:100%;background-color:#f0f0f0;position:absolute;top:-1px;right:2px;cursor:pointer;}
		.sub_view .view_info .option_cnt{position: relative;vertical-align:middle;margin-top:15px;}
		.sub_view .view_info .option_cnt:after{clear:both;display:block;content:"";}
		.sub_view .view_info .option_cnt .cnt_num{float: left;}

		.sub_view .view_info .option_cnt .opt_price{float:right;font-size:16px;color:#111;font-weight:500;height:auto;line-height:34px;}
		.sub_view .view_info .total_price{width:100%;box-sizing:border-box;padding:0 20px;text-align:right;margin-top:17px;}
		.sub_view .view_info .total_price:after{clear:both;content:"";display:block;}
		.sub_view .view_info .total_price span{font-size:16px;color:#111;font-weight:500;float: left;line-height:23px;}
		.sub_view .view_info .total_price .t_price{font-size:20px;color:#111;font-weight:700;float:none;}
		.sub_view .view_info .btn_cart{display:block;width:calc(100% - 5px);height:60px;line-height:62px;box-sizing:border-box;text-align:center;font-size:16px;color:#fff;font-weight:500;background:url('../images/sub/icon_quote.png')no-repeat;background-color:#0095da;margin-top:48px;margin-left:5px;padding-left:37px;background-position:36.5% 17px;}
		.sub_view .view_info .btn_cart:hover{background-color:rgba(0,149,218,0.8);}

		.detail_info{margin:165px 0 122px 0;}

		/*1250이하*/
		@media only screen and (max-width:1250px) {
			.sub_view .view_img .view_img_b{width:100%;height:auto;}
		}
		/*1100이하*/
		@media only screen and (max-width:1100px) {
			.sub_view .view_img .view_img_s{padding:0 50px;}
			.sub_view .view_info .btn_cart{background-position:34% 17px;}
		}
		/*1000이하*/
		@media only screen and (max-width:1000px) {
			.sub_view .view_info{padding:25px 0 0 28px;}
			.detail_info{margin:100px 0 80px 0;}
		}
		/*900이하*/
		@media only screen and (max-width:900px) {
			.sub_view .view_img .view_img_s{padding:0 20px;}
			.sub_view .view_info .btn_cart{background-position:30% 17px;}
		}
		/*750이하*/
		@media only screen and (max-width:750px) {
			.sub_view .view_img{width:100%;float:none;}
			.sub_view .view_img .view_img_s{padding:0 70px;}
			.sub_view .view_info{padding:0;width:100%;float:none;margin-top:30px;}
			.sub_view .view_info .btn_cart{width:100%;margin-left:0;background-position:39% 17px;}
		}
		/*640이하*/
		@media only screen and (max-width:640px) {
			.detail_info{margin:60px 0 0 0;}
		}
		/*600이하*/
		@media only screen and (max-width:600px) {
			.sub_view .view_info .btn_cart{background-position:37% 17px;}
		}
		/*479이하*/
		@media only screen and (max-width:479px) {
			.sub_view .view_img .view_img_s{padding:0 30px;}

			.sub_view .view_info{margin-top:40px;}
			.sub_view .view_info .goods_info_top{padding-bottom:14px;margin-bottom:20px;}
			.sub_view .view_info .goods_info_top h3{font-size:23px;}
			.sub_view .view_info .goods_short_info{margin-top:15px;}
			.sub_view .view_info .goods_short_info span{font-size:14px;line-height:22px;}
			.sub_view .view_info .goods_info_top .moq{font-size:14px;margin-top:15px;}
			.sub_view .view_info .goods_info_option p{font-size:15px;}
			.sub_view .view_info .goods_info_option select{height:40px;line-height:40px;font-size:14px;}
			.sub_view .view_info .option_choice{margin-top:20px;padding:10px;}
			.sub_view .view_info .goods_info_option .option_name{line-height:20px;}
			.sub_view .view_info .option_cnt .opt_price{line-height:29px;}
			.sub_view .view_info .total_price{padding:0 10px;}
			.sub_view .view_info .btn_cart{height:50px;line-height:50px;margin-top:30px;font-size:15px;background-position:31% 14px;background-size:auto 18px;}
			.sub_view .view_info .btn_cart:hover{background-color:#0095da;}
			.detail_info{margin:45px 0 0 0;}

			
		}
		/*340이하*/
		@media only screen and (max-width:340px) {
			.sub_view .view_img .view_img_s{margin-top:20px;padding:0 15px;}
		}
		/*320이하*/
		@media only screen and (max-width:320px) {
			.sub_view .view_info .btn_cart{background-size:auto 18px;}
		}

/*───────────────────────────────────────────────────────────

	 buyers / 장바구니

───────────────────────────────────────────────────────────*/
	.view_cate.cart{border-bottom:none;}	
	#container.buyers_cart{padding:0 !important;background:#f5f5f5;}
	#container.buyers_cart > #contents_wrap{width:100%;}
	#container.buyers_cart #contents_box{padding:0;}
	.sub_cont.cart{width:1200px;margin:0 auto;box-sizing:border-box;}
	.sub_cont.cart *{font-family:'Gmarket sans TTF';}
	#container.buyers_cart input[type="checkbox"] + label:before,
	#container.buyers_cart input[type="checkbox"]:checked + label:before{width:20px;height:20px;}
	#container.buyers_cart input[type="checkbox"] + label:before{background:url('../images/sub/buyers_chk_out.png')no-repeat;}
	#container.buyers_cart input[type="checkbox"]:checked + label:before{background:url('../images/sub/buyers_chk_ov.png')no-repeat;}

	.cart_select{padding-top:40px;}
	.cart_select span{display:inline-block;font-size:14px;color:#333;font-weight:500;position: relative;letter-spacing:0;cursor:pointer;}		
	.cart_select span em{font-size:14px;color:#333;font-weight:500;letter-spacing:0;}
	.cart_select span.select_del{margin-left:20px;}
	.cart_select span.select_del:before{width:1px;height:10px;content:"";background:#ddd;position: absolute;top:2px;left:-12px;}

	.cart_cont > ul{float:left;display: inline-block;width:785px;font-size:0;margin-top:18px;}
	.cart_cont > ul .cart_prd_box{width:100%;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:4px;padding:43px 20px 41px 21px;}
	.cart_cont > ul .cart_prd_box + .cart_prd_box{margin-top:20px;}
	.cart_cont > ul .cart_prd_box .cart_prd .prd_chk{display: inline-block;vertical-align:top;}
	.cart_cont > ul .cart_prd_box .cart_prd .prd_img{display: inline-block;vertical-align:top;margin-top:-3px;margin-left:13px;max-width:80px;}
	.cart_cont > ul .cart_prd_box .cart_prd .prd_img img{width:100%;}

	.cart_cont > ul .cart_prd_box .prd_table_box{display: inline-block;width:81%;margin-top:-2px;margin-left:16px;}
	.cart_cont > ul .cart_prd_box .prd_table{width:100%;}
	.cart_cont > ul .cart_prd_box .prd_table tr td{padding:20px 0;box-sizing:border-box;border-bottom:1px solid #ddd;}
	.cart_cont > ul .cart_prd_box .prd_table tr:nth-child(2) td{padding-top:17px;}
	.cart_cont > ul .cart_prd_box .prd_table tr:last-child td{border:none;}	
	.cart_cont > ul .cart_prd_box .prd_table .prd_name{font-size:15px;color:#000;font-weight:500;letter-spacing:0;text-align:left;}
	.cart_cont > ul .cart_prd_box .prd_table .prd_cnt{text-align:center;}
	.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .prd_cnt_value{font-size:16px;color:#111;font-weight:500;display:block;margin-bottom:10px;}
	.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .btn_edit{width:100px;height:30px;line-height:30px;display:block;margin:0 auto;background:#fff;border:1px solid #ddd;border-radius:2px;color:#333;}
	.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .btn_edit:hover{background:#000;border:1px solid #000;color:#fff;}	
	.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .cnt_num{margin:0 auto;}
	.cart_cont > ul .cart_prd_box .prd_table .prd_option{font-size:14px;color:#888;font-weight:500;letter-spacing:0;line-height:20px;}
	.cart_cont > ul .cart_prd_box .prd_table .prd_price{text-align:right;font-size:16px;color:#111;font-weight:500;padding-right:36px;}
	.cart_cont > ul .cart_prd_box .prd_table .btn_close{text-align:center;}
	.cart_cont > ul .cart_prd_box .prd_table .btn_close span{display: inline-block;width:16px;height:16px;background:url('../images/sub/buyers_cart_del.png')no-repeat center;background-size:100%;cursor:pointer;}
	
	.cart_cont > ul .cart_prd_box .cart_total_price{border-top:1px solid #888;margin-top:15px;padding-top:25px;}
	.cart_cont > ul .cart_prd_box .cart_total_price span{font-size:14px;color:#333;font-weight:500;padding-left:140px;}
	.cart_cont > ul .cart_prd_box .cart_total_price span.t_price{font-size:16px;color:#111;font-weight:700;float: right;padding:0;padding-right:54px;}

	/*팝업*/
		.edit_pop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:none;}
		.edit_pop .edit_pop_bg{position: absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.6);}
		.edit_pop .edit_box{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
		.edit_pop .edit_pop_cont{position: relative;width:400px;background:#fff;padding:25px 20px;}
		
		.edit_pop .edit_pop_cont .edit_pop_close{position:absolute;top:22px;right:20px;width:25px;height:25px;}
		.edit_pop .edit_pop_cont .edit_pop_close a{position:relative;display:block;width:100%;height:100%;}
		.edit_pop .edit_pop_cont .edit_pop_close a span{width:100%;height:1px;position: absolute;top:50%;background:#333;}
		.edit_pop .edit_pop_cont .edit_pop_close a span:nth-child(1){transform:rotate(45deg);}
		.edit_pop .edit_pop_cont .edit_pop_close a span:nth-child(2){transform:rotate(-45deg);}
		
		.edit_pop .edit_pop_cont .edit_prd_cnt{margin-top:40px;}
		.edit_pop .edit_pop_cont .edit_prd_cnt .prd_opt_name{font-size:16px;color:#888;font-weight:500;display:inline-block;width:60%;line-height:30px;}
		.edit_pop .edit_pop_cont .edit_prd_cnt .cnt_num{float: right;}
		
		.edit_pop .edit_pop_cont .edit_btn_box{margin-top:30px;text-align:center;}
		.edit_pop .edit_pop_cont .edit_btn_box .edit_btn{display:inline-block;width:150px;height:40px;line-height:44px;font-size:15px;color:#fff;font-weight:400;}
		.edit_pop .edit_pop_cont .edit_btn_box .btn_ok{background:#0095da;}
		.edit_pop .edit_pop_cont .edit_btn_box .btn_cancel{background:#888;margin-left:10px;}

	/*total price*/
		.cart_cont .total_quote{float:left;margin-top:18px;margin-left:15px;display: inline-block;box-sizing:border-box;border:1px solid #ddd;background:#fff;border-radius:4px;padding:35px 20px 30px 18px;width:400px;}
		.cart_cont .total_quote .total_hd{border-bottom:1px solid #111;box-sizing:border-box;padding-bottom:21px;}
		.cart_cont .total_quote .total_hd:after{clear:both;content:"";display: block;}
		.cart_cont .total_quote .total_hd span{font-size:14px;color:#333;font-weight:700;display:inline-block;}
		.cart_cont .total_quote .total_hd .t_price{font-size:20px;color:#0095da;float: right;}

		.cart_cont .total_quote .total_cont{margin-top:24px;}
		.cart_cont .total_quote .total_cont dl:after{clear:both;content:"";display:block;}
		.cart_cont .total_quote .total_cont dl + dl{margin-top:14px;}
		.cart_cont .total_quote .total_cont dl dt{float:left;font-size:14px;color:#333;font-weight:500;}
		.cart_cont .total_quote .total_cont dl dd{float:right;font-size:14px;color:#333;font-weight:300;}

		.cart_cont .total_quote .quote_btn{font-size:0;width:100%;margin-top:28px;}
		.cart_cont .total_quote .quote_btn a{display:inline-block;box-sizing:border-box;height:60px;line-height:64px;text-align:center;font-size:16px;color:#fff;font-weight:500;}
		.cart_cont .total_quote .quote_btn a.quote_ok{width:210px;background:#0095da;}
		.cart_cont .total_quote .quote_btn a.quote_cancel{width:140px;background:#888;margin-left:10px;}
		.cart_cont .total_quote .quote_btn a.quote_ok:hover{background-color:rgba(0,149,218,0.8);}
		.cart_cont .total_quote .quote_btn a.quote_cancel:hover{background-color:rgba(136,136,136,0.8);}

	/*msg*/
		.cart_msg{width:785px;margin-top:30px;}
		.cart_msg .msg_warning{font-size:14px;color:#e80000;font-weight:300;line-height:22px;position: relative;padding-left:17px;letter-spacing:-0.02em;}
		.cart_msg .msg_warning:before{content:"※";font-size:14px;color:#e80000;font-weight:300;display: inline-block;vertical-align:top;position: absolute;top:0;left:0;}
		.cart_msg .ex_charge{box-sizing:border-box;/* padding:30px 50px 30px 62px; */border-radius:4px;background:#fff;border:1px solid #ddd;margin-top:37px;}
		.cart_msg .ex_charge h4{font-size:15px;color:#fff;font-weight:700;background:#e80000;width:100%;height:60px;line-height:60px;box-sizing:border-box;border-radius:4px 4px 0 0;padding-left:40px;letter-spacing:0.05em;}
		.cart_msg .ex_charge_cont{padding:20px 20px 20px 40px;}
		.cart_msg .ex_charge p,
		.cart_msg .ex_charge ol li{font-size:14px;color:#888;font-weight:400;line-height:20px;}
		.cart_msg .ex_charge ol{margin-left:16px;}
		.cart_msg .ex_charge ol li{list-style:decimal;}	

	/*1250이하*/
	@media only screen and (max-width:1250px){
		.sub_cont.cart{width:100%;padding:0 15px;}
		.cart_cont > ul{width:59%;}
		.cart_cont > ul .cart_prd_box .prd_table_box{width:74%;}

		.cart_cont .total_quote{width:39%;}
		.cart_cont .total_quote .quote_btn a.quote_ok{width:58%;}
		.cart_cont .total_quote .quote_btn a.quote_cancel{width:39%;}
		
		.cart_msg{width:59%;}
	}
	/*1100이하*/
	@media only screen and (max-width:1100px){
		.cart_cont > ul .cart_prd_box .cart_prd .prd_img{width:14%;margin-left:5px;}
		.cart_cont > ul .cart_prd_box .cart_total_price span{padding-left:24%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span.t_price{padding-right:13%;}

		.cart_cont .total_quote .quote_btn a.quote_ok{width:57%;}
	}
	/*980이하*/
	@media only screen and (max-width:980px){
		.cart_cont > ul{float:none;width:100%;}
		.cart_cont > ul .cart_prd_box .prd_table_box{width:78%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span{padding-left:21%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span.t_price{padding-right:7%;}

		.cart_cont .total_quote{float:none;width:100%;margin-left:0;}
		.cart_cont .total_quote .quote_btn a.quote_cancel{width:41%;}
		.cart_msg{width:100%;}
	}
	/*780이하*/
	@media only screen and (max-width:780px){
		.cart_cont > ul .cart_prd_box .prd_table_box{width:76%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span{padding-left:24%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span.t_price{padding-right:10%;}
	}
	/*680이하*/
	@media only screen and (max-width:680px){
		.sub_cont.cart{padding:0;}
	}
	/*640이하*/
	@media only screen and (max-width:640px){
		.cart_cont > ul .cart_prd_box .cart_prd .prd_img{width:25%;}
		.cart_cont > ul .cart_prd_box .prd_table_box{width:60%;}
		.cart_cont > ul .cart_prd_box .prd_table{display:block;}
		.cart_cont > ul .cart_prd_box .prd_table tbody{display:block;}
		.cart_cont > ul .cart_prd_box .prd_table tbody tr{display:block;}
		.cart_cont > ul .cart_prd_box .prd_table tbody tr.prd_info{position:relative;border-bottom:1px solid #ddd;padding-bottom:15px;}
		.cart_cont > ul .cart_prd_box .prd_table tbody tr.prd_info:last-child{padding:0;margin:0;border:none;}
		.cart_cont > ul .cart_prd_box .prd_table tbody tr.prd_info:after{clear:both;content:"";display:block;}
		.cart_cont > ul .cart_prd_box .prd_table tr td{border:none;padding:0;}
		.cart_cont > ul .cart_prd_box .prd_table tr:nth-child(2) td{padding:0;}
		.cart_cont > ul .cart_prd_box .prd_table tr:nth-child(2) .prd_option{display:block;width:90%;padding:15px 0 15px 0;}
		.cart_cont > ul .cart_prd_box .prd_table tr .prd_option{padding:15px 0 15px 0;display:block;width:90%;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt{display: inline-block;float: left;width:80%;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_price{padding-right:0;display:inline-block;float:right;line-height:30px;}	
		.cart_cont > ul .cart_prd_box .prd_table .btn_close{display:block;position: absolute;top:14px;right:0;}

		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .prd_cnt_value{font-size:14px;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .btn_edit{width:100%;}

		.cart_cont > ul .cart_prd_box .cart_total_price span{padding-left:38%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span.t_price{padding-right:2%;}

		.cart_cont .total_quote .quote_btn a.quote_ok{width:56%;}
	}
	/*500이하*/
	@media only screen and (max-width:500px){
		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt{width:auto;position: relative;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .prd_cnt_value{display:inline-block;margin:0;line-height:30px;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .btn_edit{display:inline-block;width:80px;position: absolute;left:45px;}
	}
	/*479이하*/
	@media only screen and (max-width:479px){
		.cart_select{padding-top:20px;}
		.cart_select span{font-size:13px;}
		.cart_select span em{font-size:13px;}

		.cart_cont > ul .cart_prd_box{padding:20px 15px 20px 15px;}

		.cart_cont > ul .cart_prd_box .prd_table_box{width:57%;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_name{font-size:14px;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_option{font-size:12px;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_price{font-size:15px;line-height:28px;}
		.cart_cont > ul .cart_prd_box .prd_table .btn_close span{width:14px;height:14px;}

		.cart_cont > ul .cart_prd_box .cart_total_price span{padding-left:42%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span.t_price{padding-right:1%;}

		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .btn_edit{width:60px;left:35px;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .btn_edit:hover{background:#fff;border:1px solid #ddd;color:#333;}

		/*팝업*/
		.edit_pop .edit_pop_cont{width:330px;padding:15px;}
		.edit_pop .edit_pop_cont .edit_pop_close{top:15px;right:15px;width:20px;height:20px;}	
		.edit_pop .edit_pop_cont .edit_prd_cnt .prd_opt_name{font-size:15px;}
		.edit_pop .edit_pop_cont .edit_btn_box .edit_btn{width:130px;height:35px;line-height:39px;font-size:14px;}

		.cart_cont .total_quote .total_hd{padding-bottom:15px;}
		.cart_cont .total_quote .total_hd span{font-size:13px;}
		.cart_cont .total_quote .total_hd .t_price{font-size:18px;}

		.cart_cont .total_quote .total_cont{margin-top:20px;}
		.cart_cont .total_quote .total_cont dl + dl{margin-top:10px;}
		.cart_cont .total_quote .total_cont dl dt{font-size:13px;}
		.cart_cont .total_quote .total_cont dl dd{font-size:13px;}

		.cart_cont .total_quote{padding:20px 15px;}
		.cart_cont .total_quote .quote_btn a{height:50px;line-height:52px;font-size:15px;}
		.cart_cont .total_quote .quote_btn a.quote_cancel{width:40.7%;}
		.cart_cont .total_quote .quote_btn a.quote_ok:hover{background:#0095da;}
		.cart_cont .total_quote .quote_btn a.quote_cancel:hover{background:#888;}

		.cart_msg{margin-top:15px;}
		.cart_msg .msg_warning{font-size:13px;}
		.cart_msg .msg_warning:before{font-size:13px;}

		.cart_msg .ex_charge{margin-top:25px;}
		.cart_msg .ex_charge h4{font-size:14px;height:50px;line-height:50px;padding-left:20px;}
		.cart_msg .ex_charge_cont{padding:15px 20px;}
		.cart_msg .ex_charge p, .cart_msg .ex_charge ol li{font-size:12px;}
		.cart_msg .ex_charge ol{margin-left:14px;}
	}
	/*375이하*/
	@media only screen and (max-width:375px){
		/*팝업*/
		.edit_pop .edit_pop_cont{width:300px;}
	}
	/*365이하*/
	@media only screen and (max-width:365px){
		.cart_cont > ul{margin-top:15px;}

		.cart_cont > ul .cart_prd_box .cart_prd .prd_img{margin-left:0;width:20%;}
		.cart_cont > ul .cart_prd_box .prd_table_box{margin-left:10px;width:65%;}

		.cart_cont .total_quote .quote_btn a.quote_ok{width:55%;}
	}
	/*350이하*/
	@media only screen and (max-width:350px){
		/*팝업*/
		.edit_pop .edit_pop_cont{width:250px;}
		.edit_pop .edit_pop_cont .edit_btn_box .edit_btn{width:100%;}
		.edit_pop .edit_pop_cont .edit_btn_box .btn_cancel{margin-left:0;margin-top:10px;}
	}
	/*340이하*/
	@media only screen and (max-width:340px){
		.cart_cont > ul .cart_prd_box .prd_table_box{width:64%;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_name{font-size:13px;}	
		.cart_cont > ul .cart_prd_box .prd_table tr:nth-child(2) .prd_option{padding:8px 0;}
		.cart_cont > ul .cart_prd_box .prd_table tr .prd_option{padding:8px 0;}
		.cart_cont > ul .cart_prd_box .prd_table .prd_price{font-size:13px;}
		.cart_cont > ul .cart_prd_box .cart_total_price{padding-top:20px;}
		.cart_cont > ul .cart_prd_box .cart_total_price span{padding-left:35%;}
		.cart_cont > ul .cart_prd_box .cart_total_price span.t_price{padding-right:0;}
		.cart_cont > ul .cart_prd_box .prd_table .btn_close{top:11px;}
		.cart_cont > ul .cart_prd_box .prd_table .btn_close span{width:12px;height:12px;}

		.cart_cont .total_quote .total_cont dl dt,
		.cart_cont .total_quote .total_cont dl dd{font-size:12px;}
		.cart_cont .total_quote .quote_btn{margin-top:20px;}	
		.cart_cont .total_quote .quote_btn a{height:40px;line-height:42px;font-size:14px;}

		.cart_msg .msg_warning{font-size:12px;line-height:19px;}
		.cart_msg .msg_warning:before{font-size:12px;}
		
		.cart_msg .ex_charge{margin-top:20px;}
		.cart_msg .ex_charge h4{font-size:13px;height:40px;line-height:40px;;}
	}
	/*320이하*/
	@media only screen and (max-width:320px){
		.cart_cont > ul .cart_prd_box .prd_table_box{width:63%;}

		.cart_cont > ul .cart_prd_box .prd_table .prd_cnt .btn_edit{width:50px;left:38px;}
	}

/*───────────────────────────────────────────────────────────

	 buyers / quotation

───────────────────────────────────────────────────────────*/
	/*리스트*/
		#container.buyers_quotation #contents_wrap #contents_box{padding:0;}
		.sub_cont.quotation *{font-family:'Gmarket sans TTF';}
		.quotation_list table{text-align:center;}
		.quotation_list table thead th{font-size:16px;color:#333;font-weight:700;padding:20px 0 17px 0;background:#f5f5f5;} 
		.quotation_list table tbody tr td{font-size:14px;color:#333;font-weight:400;padding:15px 0;border-bottom:1px solid #ddd;box-sizing:border-box;}
		.quotation_list table tbody tr td.no{width:84px;}
		.quotation_list table tbody tr td.prd_img{width:120px;}
		.quotation_list table tbody tr td.prd_name{text-align:left;padding-left:15px;padding-right:15px;width:700px;}
		.quotation_list table tbody tr td.prd_name a{max-width:700px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display: inline-block;font-size:14px;color:#333;font-weight:400;}
		.quotation_list table tbody tr td.t_price{width:120px;}
		.quotation_list table tbody tr td.date{width:180px;}

		/*페이징*/
			.paging .on a,
			.paging .on:hover a{color:#fff;font-weight:400;background:#0095da;border:1px solid #0095da;}
			.paging span:hover a{color:#777;font-weight:400;}

		/*1250이하*/
		@media only screen and (max-width:1250px) {
			#container.buyers_quotation #contents_wrap #contents_box{padding:0 15px;}
			.quotation_list table tbody tr td.prd_name a{max-width:600px;}
		}
		/*1100이하*/
		@media only screen and (max-width:1100px) {
			.quotation_list table tbody tr td.prd_name a{max-width:500px;}
		}
		/*1000이하*/
		@media only screen and (max-width:1000px) {
			.quotation_list table tbody tr td.no{width:8%;}
			.quotation_list table tbody tr td.prd_img{width:14%;}
			.quotation_list table tbody tr td.t_price{width:14%;}
			.quotation_list table tbody tr td.date{width:17%;}
			.quotation_list table tbody tr td.prd_name a{max-width:450px;}
		}	
		/*900이하*/
		@media only screen and (max-width:900px) {
			.quotation_list table thead th{font-size:14px;padding:15px 0 12px 0;}
			.quotation_list table tbody tr td{padding:10px 0;}
			.quotation_list table tbody tr td.prd_name a{max-width:400px;}
		}
		/*800이하*/
		@media only screen and (max-width:800px) {
			.quotation_list table tbody tr td.prd_name a{max-width:270px;}
		}
		/*700이하*/
		@media only screen and (max-width:700px) {
			.quotation_list table tbody tr td.no{width:9%;}
			.quotation_list table tbody tr td.date{width:20%;}	
			.quotation_list table tbody tr td.prd_name a{max-width:190px;}
		}
		/*640이하*/
		@media only screen and (max-width:640px) {
			#container.buyers_quotation #contents_wrap #contents_box{padding:0;}
			.quotation_list table thead th{font-size:13px;}
			.quotation_list table tbody tr td{font-size:13px;}
			.quotation_list table tbody tr td.prd_name a{max-width:160px;font-size:13px;}
		}
		/*479이하*/
		@media only screen and (max-width:479px) {
			.quotation_list table tbody tr td{font-size:12px;}
			.quotation_list table tbody tr td.prd_name a{max-width:110px;font-size:12px;}
			.quotation_list table tbody tr td.no{width:11%;}
			.quotation_list table tbody tr td.date{line-height:18px;}
		}
		/*340이하*/
		@media only screen and (max-width:340px) {
			.quotation_list table tbody tr td.prd_name a{max-width:95px;}
		}
		/*320이하*/
		@media only screen and (max-width:320px) {
			.quotation_list table tbody tr td.prd_name a{max-width:85px;}
		}

	/*상세*/
		.quotation_tit{font-size:28px;color:#111;font-weight:500;border-bottom:1px solid #333;box-sizing:border-box;padding-bottom:10px;}
		
		.quotation_detail > ul{float:none;display: inline-block;width:100%;font-size:0;margin-top:18px;}
		.quotation_detail > ul .cart_prd_box{width:100%;box-sizing:border-box;background:#fff;border:none;border-radius:0;padding:20px;border-bottom:1px solid #ddd;}
		.quotation_detail > ul .cart_prd_box + .cart_prd_box{margin-top:20px;}
		.quotation_detail > ul .cart_prd_box .cart_prd .prd_chk{display: inline-block;vertical-align:top;}
		.quotation_detail > ul .cart_prd_box .cart_prd .prd_img{display: inline-block;vertical-align:top;margin-top:-3px;margin-left:0;}
		.quotation_detail > ul .cart_prd_box .cart_prd .prd_img img{width:100%;}

		.quotation_detail > ul .cart_prd_box .prd_table_box{display: inline-block;width:calc(100% - 100px);margin-top:-2px;margin-left:16px;}
		.quotation_detail > ul .cart_prd_box .prd_table{width:100%;}
		.quotation_detail > ul .cart_prd_box .prd_table tr td{padding:8px 0;box-sizing:border-box;border-bottom:none;}
		.quotation_detail > ul .cart_prd_box .prd_table tr:nth-child(2) td{padding-top:17px;}
		.quotation_detail > ul .cart_prd_box .prd_table tr:last-child td{border:none;}	
		.quotation_detail > ul .cart_prd_box .prd_table .prd_name{font-size:15px;color:#000;font-weight:500;letter-spacing:0;text-align:left;}
		.quotation_detail > ul .cart_prd_box .prd_table .prd_cnt{text-align:center;}
		.quotation_detail > ul .cart_prd_box .prd_table .prd_cnt .cnt_num{margin:0 auto;}
		.quotation_detail > ul .cart_prd_box .prd_table .prd_cnt .cnt_num #cnt{border:1px solid #e5e5e5;width:60px;}
		.quotation_detail > ul .cart_prd_box .prd_table .prd_option{font-size:14px;color:#888;font-weight:500;letter-spacing:0;line-height:20px;}
		.quotation_detail > ul .cart_prd_box .prd_table .prd_price{text-align:right;font-size:16px;color:#111;font-weight:500;padding-right:0;}
		.quotation_detail > ul .cart_prd_box .prd_table .btn_close{text-align:center;}
		.quotation_detail > ul .cart_prd_box .prd_table .btn_close span{display: inline-block;width:16px;height:16px;background:url('../images/sub/buyers_cart_del.png')no-repeat center;background-size:100%;cursor:pointer;}
		
		.quotation_view .total_price{border-top:none;border-bottom:1px solid #333;margin-top:25px;padding-top:0;padding-bottom:25px;padding-right:20px;}
		.quotation_view .total_price span{font-size:20px;color:#333;font-weight:500;padding-left:117px;}
		.quotation_view .total_price span.t_price{font-size:20px;color:#111;font-weight:700;float: right;padding:0;padding-right:0;}

		.quotation_txt{width:100%;margin-top:50px;}
		.quotation_txt:after{clear:both;content:"";display:block;}
		.quotation_txt .msg_warning{font-size:14px;color:#e80000;font-weight:400;line-height:22px;position: relative;padding-left:17px;letter-spacing:-0.02em;}
		.quotation_txt .msg_warning:before{content:"※";font-size:14px;color:#e80000;font-weight:400;display: inline-block;vertical-align:top;position: absolute;top:0;left:0;}

		/*msg*/
			.quotation_view .cart_msg{float: left;display:inline-block;width:70%;margin-top:0;}
			
			.quotation_view .cart_msg .ex_charge{box-sizing:border-box;border-radius:4px;background:#fff;border:1px solid #ddd;margin-top:20px;}
			.quotation_view .cart_msg .ex_charge h4{font-size:15px;color:#fff;font-weight:700;border:1px solid #e80000;background:#e80000;width:100%;height:60px;line-height:60px;box-sizing:border-box;border-radius:4px 4px 0 0;padding-left:40px;letter-spacing:0.05em;}
			.quotation_view .cart_msg .ex_charge_cont{padding:36px 20px 37px 40px;}
			.quotation_view .cart_msg .ex_charge p,
			.quotation_view .cart_msg .ex_charge ol li{font-size:14px;color:#888;font-weight:400;line-height:20px;}
			.quotation_view .cart_msg .ex_charge ol{margin-left:16px;}
			.quotation_view .cart_msg .ex_charge ol li{list-style:decimal;}	

		/*requester info*/
			.quotation_view .total_quote{float:left;margin-left:20px;width:28.3%;display: inline-block;box-sizing:border-box;border:1px solid #ddd;background:#fff;border-radius:4px;padding:20px 20px 30px 18px;margin-top:20px;}
			.quotation_view .total_quote h4{font-size:24px;color:#0095da;font-weight:500;text-align:center;margin-bottom:20px;}
			.quotation_view .total_quote .total_cont dl:after{clear:both;content:"";display:block;}
			.quotation_view .total_quote .total_cont dl + dl{margin-top:14px;}
			.quotation_view .total_quote .total_cont dl dt{float:left;font-size:14px;color:#333;font-weight:500;}
			.quotation_view .total_quote .total_cont dl dd{float:right;font-size:14px;color:#333;font-weight:300;}

		/*버튼*/
			.quotation_view .quotation_btn{text-align:center;margin:50px 0 40px 0;font-size:0;}
			.quotation_view .quotation_btn a{display:inline-block;width:180px;height:60px;line-height:64px;font-size:16px;color:#fff;font-weight:500;text-align:center;box-sizing:border-box;}	
			.quotation_view .quotation_btn a.quote_list{background:#0095da;}
			.quotation_view .quotation_btn a.quote_cancel{background:#888;margin-left:20px;}
			.quotation_view .quotation_btn a.quote_list:hover{background-color:rgba(0,149,218,0.8);}
			.quotation_view .quotation_btn a.quote_cancel:hover{background-color:rgba(136,136,136,0.8);}
			
		/*1250이하*/
		@media only screen and (max-width:1250px) {
			.quotation_view .cart_msg{width:69.9%;}
		}
		/*1190이하*/
		@media only screen and (max-width:1190px) {
			.quotation_view .cart_msg{width:69.7%;}
		}
		/*1100이하*/
		@media only screen and (max-width:1100px) {
			.quotation_detail > ul .cart_prd_box .cart_prd .prd_img{width:10%;}
			.quotation_detail > ul .cart_prd_box .prd_table_box{width:calc(100% - 120px);}
			.quotation_view .total_price span{padding-left:13.8%;}
			.quotation_view .cart_msg{width:62%;}
			.quotation_view .cart_msg .ex_charge h4{padding-left:20px;}
			.quotation_view .cart_msg .ex_charge_cont{padding:20px 20px 13px 20px;}

			.quotation_view .total_quote{width:35.7%;}
		}
		/*950이하*/
		@media only screen and (max-width:950px) {
			.quotation_view .total_price span{padding-left:14%;}
			.quotation_view .cart_msg{width:100%;float:none;}	
			.quotation_view .total_quote{width:100%;float:none;margin-left:0;}
		}
		/*800이하*/
		@media only screen and (max-width:800px) {
			.quotation_tit{font-size:25px;}
			.quotation_detail > ul .cart_prd_box{padding:15px;}
			.quotation_detail > ul .cart_prd_box .prd_table_box{width:calc(100% - 90px);}
			.quotation_detail > ul .cart_prd_box .prd_table .prd_option{font-size:13px;}

			.quotation_txt{margin-top:30px;}

			.quotation_view .quotation_btn{margin:35px 0 25px 0;}
			.quotation_view .quotation_btn a{width:160px;height:50px;line-height:54px;font-size:15px;}
		}
		/*640이하*/
		@media only screen and (max-width:640px) {
			.quotation_tit{font-size:23px;}
			.quotation_detail > ul .cart_prd_box{padding:10px;}
			.quotation_detail > ul .cart_prd_box .cart_prd .prd_img{width:15%;}
			.quotation_detail > ul .cart_prd_box .prd_table_box{width:calc(100% - 105px);}
			.quotation_detail > ul .cart_prd_box .prd_table tr:nth-child(2) td{padding:0;}
			.quotation_detail > ul .cart_prd_box .prd_table tr td{padding:0;}
			.quotation_detail > ul .cart_prd_box .prd_table tr .prd_option{width:100%;}
			.quotation_detail > ul .cart_prd_box .prd_table tbody tr.prd_info{border:none;padding-bottom:0;}
			.quotation_detail > ul .cart_prd_box .prd_table .prd_cnt .cnt_num{width:auto;padding-bottom:10px;}
		}
		/*479이하*/
		@media only screen and (max-width:479px) {
			.quotation_detail > ul .cart_prd_box .cart_prd .prd_img{width:25%;}
			.quotation_view .total_price{margin-top:20px;padding-bottom:20px;padding-right:15px;}
			.quotation_view .total_price span{font-size:18px;padding-left:32%;}
			.quotation_view .total_price span.t_price{font-size:18px;}

			.quotation_txt{margin-top:20px;}
			.quotation_txt .msg_warning{font-size:13px;line-height:20px;}
			.quotation_txt .msg_warning:before{font-size:13px;}
			.quotation_view .cart_msg .ex_charge h4{font-size:14px;padding-left:15px;height:50px;line-height:50px;}
			.quotation_view .cart_msg .ex_charge_cont{padding:15px 15px 13px 15px;}
			.quotation_view .cart_msg .ex_charge p,
			.quotation_view .cart_msg .ex_charge ol li{font-size:13px;}

			.quotation_view .total_quote{padding:15px 15px 20px 15px;}
			.quotation_view .total_quote h4{font-size:22px;margin-bottom:15px;}
			.quotation_view .total_quote .total_cont dl dt,
			.quotation_view .total_quote .total_cont dl dd{font-size:13px;}

			.quotation_view .quotation_btn{margin:20px 0 0 0;}
			.quotation_view .quotation_btn a{width:calc(50% - 10px);height:40px;line-height:44px;font-size:14px;}
			.quotation_view .quotation_btn a.quote_list:hover{background:#0095da;}
			.quotation_view .quotation_btn a.quote_cancel{background:#888;}
		}
		/*320이하*/
		@media only screen and (max-width:320px) {
			.quotation_tit{font-size:20px;}
			.quotation_detail > ul .cart_prd_box .prd_table_box{width:calc(100% - 88px);}
			.quotation_detail > ul .cart_prd_box .prd_table .prd_name{font-size:14px;}
			.quotation_detail > ul .cart_prd_box .prd_table .prd_option{font-size:12px;}
			.quotation_view .total_price span{font-size:16px;padding-left:36%;;}
			.quotation_view .total_price span.t_price{font-size:16px;}

			.quotation_txt .msg_warning{font-size:12px;}
			.quotation_view .cart_msg .ex_charge{margin-top:15px;}
			.quotation_view .cart_msg .ex_charge h4{font-size:13px;padding-left:10px;height:40px;line-height:40px;}
			.quotation_view .cart_msg .ex_charge_cont{padding:10px 10px 10px 10px;}
			.quotation_view .cart_msg .ex_charge p,
			.quotation_view .cart_msg .ex_charge ol li{font-size:12px;}

			.quotation_view .total_quote{padding:10px 10px 15px 10px;}
			.quotation_view .total_quote h4{font-size:20px;}
			.quotation_view .total_quote .total_cont dl dt,
			.quotation_view .total_quote .total_cont dl dd{font-size:12px;}
		}