@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 ***/


/*** MEMBER ***/


/*** SERVICE ***/






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

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

/*───────────────────────────────────────────────────────────
	layout common
───────────────────────────────────────────────────────────*/
#wrap {position:relative;height:100%;width:100%;margin:0;padding:0;} /* #header 와 #container, #footer 전체 감싸는 영역 */
#wrap #header {width:240px;margin:0;padding:0;transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s;-moz-transition:width 0.5s;-ms-transition:width 0.5s;}
#wrap #header.move_header{width:440px;border-right:1px solid #ccc;transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s;-moz-transition:width 0.5s;-ms-transition:width 0.5s;}
#wrap #container {width:calc(100% - 240px);margin:0;padding:0;position: absolute;top:0;right:0;padding-top:0 !important;z-index:10;transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s;-moz-transition:width 0.5s;-ms-transition:width 0.5s;}
#wrap #container.move_container{width:calc(100% - 440px);transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s;-moz-transition:width 0.5s;-ms-transition:width 0.5s;}
#wrap.main_index #container{}
#wrap #footer {width:100%;margin:0;}
	/* #container 안의 레이아웃 */
#contents_wrap {width:1200px;margin-left:100px;padding-bottom:80px;position:relative;z-index:1;box-sizing:border-box;} /* #container 안의 컨텐츠 감싸는 영역 */
.main_index #contents_wrap{margin:0;padding:0;}

/* #wrap .hd_all_menu{width:0;height:100%;position: absolute;top:0;left:0px;background:#fff;box-sizing:border-box;border-right:1px solid #ccc;z-index:20;transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s;-moz-transition:width 0.5s;-ms-transition:width 0.5s;}
#wrap .hd_all_menu.move{width:200px;transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s;-moz-transition:width 0.5s;-ms-transition:width 0.5s;}
#wrap .hd_all_menu .hd_all_menu_box{width:100%;position: relative;margin-top:58%;}
#wrap .hd_all_menu .dep2{position: absolute;top:0;display: none;}
#wrap .hd_all_menu .dep2.on{display: block;}
#wrap .hd_all_menu .dep2 li a{font-size:15px;color:#222;font-weight:400;line-height:35px;padding:0 30px;} */


/*#contents_wrap {position:fixed;width:calc(100% - 240px);min-width:1720px;margin:0;height:100% !important;background:#000;left:240px;top:0;bottom:0;right:0;overflow:hidden;}*/
.company_index #contents_wrap {width:100%;padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important;}
	/* navigation layout */
#contents_wrap .nav_wrap {box-sizing:border-box;text-align:left;}
.sub_member #contents_wrap .nav_wrap {padding-bottom:30px;} /* member 서브페이지 상단 여백 */
	/* #content */
#content {width:100%;margin:0;padding:0 0 150px;min-height:480px;text-align:left;box-sizing:border-box;} /* navigation 을 제외한 컨텐츠 */

#content .sub_content{width:100%;margin:0 auto;background:#fff;box-sizing:border-box;overflow: hidden;}
#content .sub_content:after {clear:both;content:"";display:block;}
	/* 컨텐츠 전체 가로 사이즈 */
.w_custom {width:1200px;text-align:left;margin:0 auto;padding:0;box-sizing:border-box;}
.w_custom2 {width:calc(100% - 200px);box-sizing:border-box;margin:0 auto;}
@media only screen and (max-width:1600px) {
	#contents_wrap{padding:0 30px;padding-bottom:80px;margin:0;}
}
@media only screen and (max-width:1500px) {
	#wrap #container {box-sizing: border-box;}
	#wrap.sub_company #container{padding:0;} 
}
@media only screen and (max-width:1430px) {
	#wrap #container{width:calc(100% - 200px);}
	#wrap #header.move_header{width:402px;}
	#wrap #container.move_container{width:calc(100% - 402px);}
}
@media only screen and (max-width:1300px) {
	#wrap #container{width:100%;position:relative;padding:0;}
	#content {padding-bottom:50px;}
}
@media only screen and (max-width:1217px) {
	body.on {height:100%;overflow:hidden;}
	#contents_wrap {width:100%;}
	.w_custom,
	.w_custom2 {width:100%;padding-left:15px !important;padding-right:15px !important;}
}
@media only screen and (max-width:1200px) {
	
}
@media only screen and (max-width:1023px) {
	#contents_wrap #side_box {padding:85px 0 0 0;}
	#contents_wrap #contents_box {padding:4.8% 0 6.4% 0;}
}
@media only screen and (max-width:860px) {
	/* navigation layout */
	.sub_member #contents_wrap .nav_wrap {padding-bottom:0px;} /* member 서브페이지 상단 여백 */
	#content {padding-bottom:0;}

	#contents_wrap #side_box {padding:85px 0 0 0;}
	#contents_wrap #contents_box {padding:4.2% 0 6.4% 0;}
}
@media only screen and (max-width:767px) {
	/*.w_custom {padding-left:4% !important;padding-right:4% !important;}*/
	#contents_wrap #side_box {display:none;}
	.sub_goods #contents_wrap #side_box {display:block;padding:0;}
}
@media only screen and (max-width:640px) {
	.w_custom{width:100%;}
	#contents_wrap {width:100%;}
	#contents_wrap #contents_box {padding:4.2% 0 10.4% 0;}
}
@media only screen and (max-width:500px) {
	#contents_wrap{padding:0 15px;padding-bottom:50px;}
}
@media only screen and (max-width:479px) {
	#contents_wrap #contents_box {padding:4.2% 0 12% 0;}
}


/*───────────────────────────────────────────────────────────
	sub_top common
───────────────────────────────────────────────────────────*/
.sub_top {background:url('../images/sub/sub_visual.jpg') no-repeat center;background-size:cover;height:300px;position:relative;}
.sub_top .sub_top_title {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);padding:0 20px;box-sizing:border-box;}
.sub_top .sub_top_title h2 {font-size:50px;color:#fff;}


@media only screen and (max-width:1217px) {
	.sub_top {height:auto;padding-bottom:24.7%;}
	.sub_top .sub_top_title h2 {font-size:45px;}
}
@media only screen and (max-width:1023px) {
	.sub_top .sub_top_title h2 {font-size:40px;}
}
@media only screen and (max-width:860px) {
	.sub_top .sub_top_title h2 {font-size:35px;}
}
@media only screen and (max-width:767px) {
}
@media only screen and (max-width:640px) {
	.sub_top .sub_top_title h2 {font-size:30px;}
}
@media only screen and (max-width:479px) {
	.sub_top {height:120px;padding-bottom:0;}
	.sub_top .sub_top_title h2 {font-size:25px;}
}

/*───────────────────────────────────────────────────────────
	side box common
───────────────────────────────────────────────────────────*/
/* slide toggle */
#side_box {position:relative;z-index: 5;padding:0;height:46px;box-sizing:border-box;background:#f5f5f5;}
#side_box .sub_menu {padding: 0;font-size: 0;z-index:2;width:100%;margin-left:120px;text-align:left;}
#side_box .sub_menu * {}
#side_box .sub_menu:after{content:"";display:block;clear:both;}
#side_box .sub_menu h2,
#side_box .sub_menu dl {font-size: 0;}
#side_box .sub_menu h2,
#side_box .sub_menu dl,
#side_box .sub_menu dl dt,
#side_box .sub_menu dl dd,
#side_box .sub_menu h2 a,
#side_box .sub_menu dt,
#side_box .sub_menu dd,
#side_box .sub_menu dd strong,
#side_box .sub_menu li {display:inline-block;vertical-align: top;}
#side_box .sub_menu h2 a,
#side_box .sub_menu dt,
#side_box .sub_menu dd,
#side_box .sub_menu dd strong,
#side_box .sub_menu li {font-size:13px;line-height: 3.69;font-weight: 400;color: #888;}
#side_box .sub_menu h2 {font-size:0;box-sizing: border-box;}
#side_box .sub_menu h2 a {}

#side_box .sub_menu dl {}
#side_box .sub_menu dt,
#side_box .sub_menu dd {}
#side_box .sub_menu dt:before,
#side_box .sub_menu dd:before {content:'';display:inline-block;vertical-align: middle;width: 4px;height: 4px;border: 1px solid #aaa;border-width: 1px 1px 0 0;transform: rotate(45deg);margin: 0 10px 4px;}
#side_box .sub_menu dt {cursor:default;}
#side_box .sub_menu dd {position:relative;z-index: 5;}
#side_box .sub_menu dd strong {cursor:pointer;box-sizing:border-box;overflow: hidden;width: 100px;text-align: left;color: #222;}
#side_box .sub_menu dd strong:after {content:'';display:block;width: 0px;height: 0px;position: absolute;right: 0;top: 50%;margin-top: -3px;transform-origin:bottom;transition: all .3s;border-top: 4px solid #555;border-left: 4px solid transparent;border-right: 4px solid transparent;}
#side_box .sub_menu dd strong.on {}
#side_box .sub_menu dd strong.on:after {transform: rotate(-180deg);transform-origin: top;margin-top: 3px;border-top: 5px solid #555;}
#side_box .sub_menu dd ul {display:none;position:absolute;right: 0;top: 100%;min-width: 101px;z-index:5;overflow:hidden;border: 1px solid #222;background:#fff;box-sizing: border-box;text-align: left;}
#side_box .sub_menu dd ul li:nth-of-type(1) {margin-top: .84em;}
#side_box .sub_menu dd ul li:last-of-type {margin-bottom: .84em;}
#side_box .sub_menu dd ul li {background:#fff;border-top:0;color: #666;display: block;box-sizing: border-box;font-weight: 400;font-size: 13px;line-height: 2.3;}
#side_box .sub_menu dd ul li + li {margin-top:2px;}
#side_box .sub_menu dd ul li a {display: block;box-sizing:border-box;text-align:center;font-weight:400;font-size: 13px;color: #666;width: auto;text-align: left;padding: 0 1.46em;}
#side_box .sub_menu dd ul li.on a,
#side_box .sub_menu dd ul li:hover a {color: #2f3955;background: #f5f5f5;font-weight: 600;}

@media only screen and (max-width:1600px) {
	#side_box .sub_menu{margin:0;box-sizing:border-box;padding:0 30px;}
}

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

@media only screen and (max-width:860px) {
	.sub_company #side_box{padding:0;}
}

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

@media only screen and (max-width: 640px) {
	#side_box,
	#side_box .sub_menu {padding:0;}
	#side_box .sub_menu {border-bottom:1px solid #ccc;margin-bottom: 50px;}
	#side_box .sub_menu dl dt,
	#side_box .sub_menu dt:before {display:none;}
	#side_box .sub_menu h2 {width:70px;height:46px;text-align: center;}
	#side_box .sub_menu h2 a {line-height:46px;background: url('../images/sub/sub_navi_home.png') no-repeat center;font-size: 13px;}
	#side_box .sub_menu dl {width: calc(100% - 70px);}
	#side_box .sub_menu dd,
	#side_box .sub_menu dd strong,
	#side_box .sub_menu dd ul {width:100%;}
	#side_box .sub_menu dd {font-size:14px;line-height:44px;}
	#side_box .sub_menu dd strong {padding: 1px 10px;border: 0;line-height: inherit;width: calc(100% - 29px);}
	#side_box .sub_menu dd ul {border-color:#ccc;border-width: 1px 0 1px 1px;right: 0;top: calc(100% + 1px);width: calc(100% - 25px);}
	#side_box .sub_menu dd strong:after {right:10px;}
}

@media only screen and (max-width:479px) {
	#side_box .sub_menu{border-bottom:none;}
	#side_box .sub_menu h2{display: none;}
	#side_box .sub_menu dl{width:100%;box-sizing:border-box;padding:0 15px;}
	#side_box .sub_menu dt:before, #side_box .sub_menu dd:before{display: none;}
	#side_box .sub_menu dd strong{padding:0;}
	#side_box .sub_menu dd strong:after{right:0;}
	#side_box .sub_menu dd ul{border-width:1px 1px 1px 1px;width:100%;}
}



/*───────────────────────────────────────────────────────────
	navigation common
───────────────────────────────────────────────────────────*/
.nav_wrap {}
.nav_wrap .nav_box {border:0;margin:0;padding-bottom:51px;position:relative;z-index:1;margin-top:66px;}
.nav_wrap .nav_box:after {clear:both;content:"";display:block;}
.nav_wrap .nav_box h2 {font-size:52px;line-height: 1.1;padding:0;margin:0;text-align:left;color:#222;font-weight:500;z-index:1;margin-bottom:25px;}
.nav_wrap .nav_box span{font-size:32px;color:#444;font-weight:300;word-break:keep-all;display: inline-block;line-height:52px;}
.nav_wrap .nav_box p {font-size: 18px;line-height: 1.44;padding: 1.5em 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;}

	.nav_wrap .nav_box.dis_flex{display:flex;}
	.nav_wrap .nav_box.dis_flex h2{width: 305px;padding-top:0 !important;}
	.nav_wrap .nav_box.dis_flex .sub_title{width: calc(100% - 305px);text-align:left;padding-top: 2px;}
	.nav_wrap .nav_box.dis_flex .sub_title h3 small{font-size:94.4%;}
	.nav_wrap .nav_box.dis_flex .sub_title h3 + p{margin-top: 17px;text-align:left;padding-top:0;word-break:keep-all;}

	@media only screen and (max-width:1217px) {
		.nav_wrap .nav_box h2{font-size:41px;}
		.nav_wrap .nav_box.dis_flex h2{width:250px;}
		.nav_wrap .nav_box.dis_flex .sub_title{width:calc(100% - 250px);}
	}
	@media only screen and (max-width:1023px) {
		.nav_wrap .nav_box h2{font-size:38px;}
		.nav_wrap .nav_box.dis_flex{display:block;}
		.nav_wrap .nav_box.dis_flex h2{width:100%;}
		.nav_wrap .nav_box.dis_flex .sub_title{width:100%; padding-top:30px;}
	}
	@media only screen and (max-width: 860px) {
		.nav_wrap .nav_box{padding-bottom:40px;}
		.nav_wrap .nav_box h2{font-size:35px;}
	}
	@media only screen and (max-width:767px) {
		.nav_wrap .nav_box.dis_flex .sub_title p br{display:none;}
	}
	@media only screen and (max-width:640px) {
		.nav_wrap .nav_box{padding-bottom:25px;}
		.nav_wrap .nav_box h2{font-size:32px;}

		.nav_wrap .nav_box.dis_flex .sub_title{padding-top:25px;}
		.nav_wrap .nav_box.dis_flex .sub_title h3 + p{margin-top:10px;}
	}
	@media only screen and (max-width:479px) {
		.nav_wrap .nav_box h2{font-size:29px;}
		.nav_wrap .nav_box h2:after{margin-left:10px; transform:none;}

		.nav_wrap .nav_box.dis_flex .sub_title{padding-top:20px;}
	}
	@media only screen and (max-width:431px) {
		.nav_wrap .nav_box h2{font-size:26px;}
	}

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

}
@media only screen and (max-width:1023px) {
	.nav_wrap .nav_box {}
	.nav_wrap .nav_box h2 {font-size:36px;}
	.nav_wrap .nav_box p,
	.nav_wrap .nav_box ul {display:none;}
}
@media only screen and (max-width: 860px) {
	.nav_wrap .nav_box {padding-bottom:30px;}
	.nav_wrap .nav_box h2 {font-size:28px;}
}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:640px) {
	.nav_wrap .nav_box {}
	.nav_wrap .nav_box h2 {font-size: 26px;}
}



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

.company_about #contents_wrap {width:100%;padding-bottom:0;}
.sub_company #contents_wrap{width:1200px;margin-left:120px;padding-bottom:80px;}
/*** company/index (회사소개) ***/
	.sub_about_tit{width:1200px;box-sizing:border-box;margin:0 auto;}
	.sub_about > div .sub_tit{font-size:30px;color:#222;font-weight:500;position: relative;padding-left:15px;}
	.sub_about > div .sub_tit:before{width:4px;height:26px;content:"";background:#212c4a;position: absolute;left:0;top:10px;}
	.sub_about * {word-break:keep-all;}
	.sub_about .sub_about_img {width:100%;height:360px;background:url('../images/sub/sub_company.jpg') no-repeat center;background-size:cover;}
	.sub_about .sub_about_txt{margin-top:23px;}
	.sub_about .sub_about_txt p{font-size:17px;color:#444;font-weight:400;letter-spacing:-0.05em;line-height:30px;}
	.sub_about .sub_about_txt p span{font-size:17px;color:#444;font-weight:400;letter-spacing:-0.05em;line-height:30px;display: block;margin-top:16px;}

	/*회사개요*/
		.about_intro{margin-top:62px;}
		.about_intro .intro_table{width:100%;border-collapse:collapse;border-top:1px solid #222;border-bottom:1px solid #aaa;margin-top:22px;}	
		.about_intro .intro_table tr:nth-child(1){border-bottom:1px solid #ddd;}
		.about_intro .intro_table tr td:nth-of-type(2n+1){border-right:1px solid #ddd;}
		.about_intro .intro_table .intro_tit{width:180px;height:75px;background:#f5f5f5;font-size:18px;color:#222;font-weight:400;padding-left:32px;box-sizing:border-box;}
		.about_intro .intro_table .intro_cont{font-size:18px;color:#333;font-weight:300;padding-left:30px;box-sizing:border-box;width:420px;}

	/*비전*/
		.about_vision{margin-top:69px;}
		.about_vision .vision_table{margin-top:22px;}
		.about_vision .vision_table dl{font-size:0;}
		.about_vision .vision_table dl + dl{margin-top:30px;}
		.about_vision .vision_table dl dt{display: inline-block;width:320px;height:100px;line-height:100px;text-align:center;font-size:28px;color:#fff;font-weight:500;vertical-align:top;}
		.about_vision .vision_table dl:nth-child(1) dt{background:#212c4a;}
		.about_vision .vision_table dl:nth-child(2) dt{background:#0093dd;}
		.about_vision .vision_table dl:nth-child(3) dt{background:#555;}
		.about_vision .vision_table dl dd{display: inline-block;width:calc(100% - 320px);height:100px;line-height:100px;font-size:18px;color:#222;font-weight:400;background:#f5f5f5;vertical-align:top;box-sizing:border-box;padding-left:40px;}

@media only screen and (max-width:1600px) {
	.sub_company #contents_wrap{width:100%;margin:0;padding:0 30px;padding-bottom:80px;}
	.sub_about_tit{width:100%;}
}
@media only screen and (max-width:1450px) {
	.sub_about .sub_about_txt p{font-size:16px;}
	.sub_about .sub_about_txt p span{font-size:16px;}
	.about_vision .vision_table dl dt{width:24%;font-size:26px;}
	.about_vision .vision_table dl dd{width:76%;}
}
@media only screen and (max-width:1350px) {
	.about_vision .vision_table dl dd{font-size:17px;padding-left:25px;}
}
@media only screen and (max-width:1100px) {
	.nav_wrap .nav_box h2{margin-bottom:15px;}
	.nav_wrap .nav_box span{font-size:24px;line-height:40px;}
	.sub_about .sub_about_txt p{font-size:15px;}
	.sub_about .sub_about_txt p span{font-size:15px;}
}
@media only screen and (max-width:1025px) {
	.about_vision .vision_table dl dt{font-size:24px;width:22%;}
	.about_vision .vision_table dl dd{font-size:16px;width:78%;}
}
@media only screen and (max-width:960px) {
	.sub_about .sub_about_img{height:310px;}
	.about_vision .vision_table dl{width:100%;display:table;}
	.about_vision .vision_table dl dt{display:table-cell;}
	.about_vision .vision_table dl dd{display:table-cell;line-height:25px;vertical-align:middle;}
}
@media only screen and (max-width:850px) {
	.about_vision .vision_table dl dt{font-size:21px;width:24%;}
	.about_vision .vision_table dl dd{font-size:15px;width:76%;}
}
@media only screen and (max-width:660px) {
	.sub_about .sub_about_img{height:270px;}
	.about_intro .intro_table .intro_tit{font-size:17px;padding:0 15px;width:15%;}
	.about_intro .intro_table .intro_cont{font-size:17px;padding:0 15px;width:35%;}
	.about_vision .vision_table dl dt{line-height:30px;vertical-align:middle;padding:0 5px;}
}
@media only screen and (max-width:500px) {
	.sub_company #contents_wrap{padding:0 15px;padding-bottom:50px;}
	.nav_wrap .nav_box{padding-bottom:19px;margin-top:44px;}
	.nav_wrap .nav_box h2{margin-bottom:10px;}
	.nav_wrap .nav_box span{font-size:19px;line-height:25px;}
	.sub_about{padding-bottom:40px;}
	.sub_about .sub_about_img{height:250px;}
	.sub_about > div .sub_tit{font-size:24px;padding-left:10px;}
	.sub_about > div .sub_tit:before{height:23px;top:8px;}
	.about_intro{margin-top:30px;}
	.about_intro .intro_table .intro_tit{font-size:15px;}
	.about_intro .intro_table .intro_cont{font-size:15px;}
	.about_vision{margin-top:30px;}
	.about_vision .vision_table dl + dl{margin-top:17px;}
	.about_vision .vision_table dl dt{font-size:19px;}
	.about_vision .vision_table dl dd{font-size:14px;padding:0 15px;}
}
@media only screen and (max-width:479px) {
	.sub_company #contents_wrap{padding:0;padding-bottom:50px;}
	.sub_company #contents_wrap .nav_wrap{padding:0 15px;}
	.sub_about_tit{padding:0 15px;}
	.sub_about > div .sub_tit{padding:0 30px;}
	.sub_about > div .sub_tit:before{left:15px;}
	.about_vision{padding:0 15px;}
}
@media only screen and (max-width:385px) {
	.nav_wrap .nav_box span{font-size:16px;line-height:25px;}
	.sub_about .sub_about_img{height:240px;}
	.sub_about .sub_about_txt p{font-size:14px;}
	.sub_about .sub_about_txt p span{font-size:14px;}
	.about_intro .intro_table .intro_tit{font-size:14px;padding:0 10px;}
	.about_intro .intro_table .intro_cont{font-size:14px;padding:0 10px;}
	.about_vision .vision_table dl dt{font-size:16px;line-height:24px;}
	.about_vision .vision_table dl dd{font-size:13px;padding:0 10px;line-height:20px;}
}
@media only screen and (max-width:330px) {
	.nav_wrap .nav_box span{font-size:17px;}
	.sub_about .sub_about_img{height:200px;}
	.sub_about .sub_about_txt{margin-top:15px;}
	.sub_about .sub_about_txt p{line-height:25px;}
	.about_intro{margin-top:20px;}
	.about_intro .intro_table .intro_tit{padding:0 7px;}
	.about_intro .intro_table .intro_cont{padding:0 7px;}
	.about_vision{margin-top:20px;}
	.about_vision .vision_table dl dt{font-size:15px;}
	.about_vision .vision_table dl dd{padding:0 6px;}
}

/*** company/location (오시는길) ***/
	.sub_location{margin-top:2px;}
	.sub_location_map{width:1200px;height:0;margin:0 auto;padding-bottom:48%;box-sizing:border-box;position: relative;overflow:hidden;}
	.sub_location_map .map_box{position: absolute;top:0;left:0;width:100%;height:100%;}
	.sub_location_map iframe{width:100%;height:100%;}
	.sub_location_info{margin-top:34px;}
	.sub_location_info ul{font-size:0;text-align:right;}
	.sub_location_info ul:after{clear:both;content:"";display: block;}
	.sub_location_info ul li{display: inline-block;vertical-align:top;}
	.sub_location_info ul li.map_address{width:60%;float:left;text-align:left;}
	.sub_location_info ul li.map_address span{font-size:20px;color:#212c4a;font-weight:500;word-break:keep-all;font-family:'Noto Sans KR';}
	.sub_location_info ul li:nth-child(2){margin-right:48px;}
	.sub_location_info ul li p{font-size:20px;color:#212c4a;font-weight:500;font-family:'Noto Sans KR';}
	.sub_location_info ul li span{font-size:20px;color:#444;font-weight:400;font-family:'Lato';}
@media only screen and (max-width:1250px) {
	.sub_location_map{width:100%;}
}
@media only screen and (max-width:1000px) {
	.sub_location_info{margin-top:20px;}
	.sub_location_info ul li.map_address span{font-size:18px;}
	.sub_location_info ul li p{font-size:18px;}
	.sub_location_info ul li span{font-size:18px;}
}
@media only screen and (max-width:850px) {
	.sub_location_map{padding:0;height:380px;}
	.sub_location_info ul li.map_address{width:50%;}
	.sub_location_info ul li:nth-child(2){margin-right:22px;}
}
@media only screen and (max-width:700px) {
	.sub_location_map{height:350px;}
	.sub_location_info ul{text-align:left;}
	.sub_location_info ul li{display: block;}
	.sub_location_info ul li + li{margin-top:10px;}
	.sub_location_info ul li.map_address{float:none;width:100%;}
	.sub_location_info ul li:nth-child(2){margin-right:0;}
}
@media only screen and (max-width:500px) {
	.sub_location_map{height:320px;}
}
@media only screen and (max-width:375px) {
	.sub_location_map{height:270px;}
	.sub_location_info ul li.map_address span{font-size:16px;}
	.sub_location_info ul li p{font-size:16px;}
	.sub_location_info ul li span{font-size:16px;}
}
/*** company/history (연혁) ***/
.sub_history{width:100%;}
.sub_history .history_img{float: left;width:45%;margin-top:7px;} 
.sub_history .history_img ul li{width:480px;height:340px;}
.sub_history .history_img ul li:nth-child(1){background:url('../images/sub/history_img_01.jpg')no-repeat center;background-size:cover;}
.sub_history .history_img ul li:nth-child(2){background:url('../images/sub/history_img_02.jpg')no-repeat center;background-size:cover;margin-top:90px;}
.sub_history .history_wrap{float: left;width:52%;margin-left:20px;}
.sub_history .history_wrap .history_box + .history_box{margin-top:70px;}
.sub_history .history_wrap .history_box .year strong{font-size:40px;color:#212c4a;font-weight:400;position: relative;padding-left:24px;line-height:1;letter-spacing:-0.05em;}
.sub_history .history_wrap .history_box .year strong:before{width:10px;height:10px;content:"";background:#212c4a;position: absolute;left:0;top:20px;}
.sub_history .history_wrap .history_box .his_detail{padding-left:23px;padding-top:29px;}
.sub_history .history_wrap .history_box .his_detail dl + dl{margin-top:31px;}
.sub_history .history_wrap .history_box .his_detail dt{font-size:18px;color:#222;font-weight:700;display: inline-block;width:30px;vertical-align:top;margin:4px 8px 0 0;}
.sub_history .history_wrap .history_box .his_detail dd{display: inline-block;}
.sub_history .history_wrap .history_box .his_detail dd ul li{font-size:18px;color:#555;font-weight:400;font-family:'Noto Sans KR';letter-spacing:-0.06em;}
.sub_history .history_wrap .history_box .his_detail dd ul li + li{margin-top:12px;}

@media only screen and (max-width:1400px) {
	.sub_history .history_img{margin-right:30px;}	
	.sub_history .history_img ul{width:100%;}
	.sub_history .history_img ul li{width:100%;}
	.sub_history .history_wrap{width:50%;}
}
@media only screen and (max-width:1050px) {
	.sub_history .history_wrap{width:40%;}
	.sub_history .history_img ul li{height:300px;}
	.sub_history .history_wrap .history_box .year strong{font-size:36px;}
	.sub_history .history_wrap .history_box .his_detail{padding-top:15px;width:100%;}
	.sub_history .history_wrap .history_box .his_detail dt{font-size:17px;}
	.sub_history .history_wrap .history_box .his_detail dd ul li{font-size:17px;}
}
@media only screen and (max-width:900px) {
	.sub_history .history_img{margin-right:20px;}
	.sub_history .history_img ul li{height:270px;}
	.sub_history .history_img ul li:nth-child(2){margin-top:60px;}
	.sub_history .history_wrap .history_box .year strong{font-size:33px;}
	.sub_history .history_wrap .history_box .year strong:before{top:16px;}
	.sub_history .history_wrap .history_box .his_detail dl + dl{margin-top:22px;}
	.sub_history .history_wrap .history_box .his_detail dt{margin:2px 0 0 0;width:25px;}
	.sub_history .history_wrap .history_box .his_detail dd ul li{font-size:16px;}
}
@media only screen and (max-width:810px) {
	.sub_history .history_img{width:43%;}
	.sub_history .history_img ul li{height:250px;}
	.sub_history .history_img ul li:nth-child(2){margin-top:30px;}
	.sub_history .history_wrap{width:50%;}
}
@media only screen and (max-width:700px) {
	.sub_history .history_img{float:none;width:100%;margin-top:0;}
	.sub_history .history_img ul{font-size:0;}
	.sub_history .history_img ul li{display: inline-block;width:calc(50% - 10px);height:260px;}
	.sub_history .history_img ul li:nth-child(1){margin-right:10px;}
	.sub_history .history_img ul li:nth-child(2){margin-left:10px;margin-top:0;}
	.sub_history .history_wrap{width:100%;float:none;margin-left:0;margin-top:40px;}
	.sub_history .history_wrap .history_box + .history_box{margin-top:40px;}
	.sub_history .history_wrap .history_box .year strong{font-size:37px;}
	.sub_history .history_wrap .history_box .year strong:before{top:20px;}
	.sub_history .history_wrap .history_box .his_detail dt{font-size:18px;margin:3px 10px 0 0;}
	.sub_history .history_wrap .history_box .his_detail dd{width:85%;}
	.sub_history .history_wrap .history_box .his_detail dd ul li{font-size:18px;}
}
@media only screen and (max-width:600px) {
	.sub_history .history_img ul li{height:210px;}
}
@media only screen and (max-width:450px) {
	.sub_history .history_img ul li{width:calc(50% - 7.5px);height:200px;}
	.sub_history .history_img ul li:nth-child(1){margin-right:7.5px;}
	.sub_history .history_img ul li:nth-child(2){margin-left:7.2px;}
	.sub_history .history_wrap .history_box .year strong{font-size:33px;padding-left:15px;}
	.sub_history .history_wrap .history_box .year strong:before{width:6px;height:6px;top:18px;}
	.sub_history .history_wrap .history_box .his_detail{padding-left:17px;}
	.sub_history .history_wrap .history_box .his_detail dt{font-size:16px;}
	.sub_history .history_wrap .history_box .his_detail dd ul li{font-size:16px;}
}
@media only screen and (max-width:400px) {
	.sub_history .history_img ul li{height:160px;}
}
@media only screen and (max-width:370px) {
	.sub_history .history_img ul li{height:130px;}
	.sub_history .history_wrap .history_box .his_detail dt{font-size:15px;margin:1px 3px 0 0;}
	.sub_history .history_wrap .history_box .his_detail dd ul li{font-size:15px;}
}

	/*** 서브 공통 ***/
		.sub_title{}
		.sub_title h3{font-size:32px;font-weight:700;color:#000;letter-spacing: -0.03em;word-break:keep-all;}
			.sub_title h3 + p{margin-top: 37px;}
		.sub_title h3 strong{font-size:inherit; font-weight:inherit; color:#ff7800;}
		.sub_title p {font-size:18px;font-weight:400;color:#666;line-height:177%;letter-spacing: -0.03em;word-break:keep-all;}
			.sub_title p + p{margin-top: 25px;}


	/*** company/ceo (CEO인사말) ***/
		.sub_ceo{}
		.sub_ceo .cont{display:flex; align-items:flex-start;}
		.sub_ceo .cont .sub_title{width:calc(100% - 480px); box-sizing:border-box;}
		.sub_ceo .cont .thumb_list{display:inline-flex;align-items:flex-start;width:480px;padding-top: 5px;}
		.sub_ceo .cont .thumb_list li{font-size:0; border-radius:10px; overflow:hidden; width:calc(100% / 2 - 10px);}
			.sub_ceo .cont .thumb_list li + li{margin-left:20px;}
			.sub_ceo .cont .thumb_list li:first-child{margin-top:130px;}

	/*** company/technology (기술력) ***/
		.sub_technology{margin-top: 5px;}
		.sub_technology .tech_list{display:flex; flex-wrap:wrap;}
		.sub_technology .tech_list li{margin-right:30px; width:calc(100% / 4 - 22.5px);}
		.sub_technology .tech_list li:nth-child(4n){margin-right:0;}
		.sub_technology .tech_list li:nth-child(n+5){margin-top:30px;}
		.sub_technology .tech_list li dl{text-align:center;}
		.sub_technology .tech_list li dl dt{position:relative;border: 10px solid #ddd;box-sizing:border-box;}
			.sub_technology .tech_list li dl dt:before{position:absolute;content:'';top: -10px;left: -10px;width: calc(100% + 20px);height: calc(100% + 20px);box-sizing:border-box;border: 11px solid #fff0;border-right-color:#eee;border-bottom-color: #eee;}
			.sub_technology .tech_list li dl dt + dd{margin-top: 18px;}
		.sub_technology .tech_list li dl dt img{position:relative; z-index:1;}
		.sub_technology .tech_list li dl dd{font-size:18px;font-weight:400;color:#333;line-height: 145%;letter-spacing: -0.04em;}

	/*** company/business (사업영역) ***/
		.sub_business{margin-top: -7px;}
		.sub_business .buz_list{display:flex;background:#f5f5f5;padding: 50px 50px 45px;box-sizing:border-box;border-radius: 15px;overflow: hidden;}
		.sub_business .buz_list li{width:100%;}
			.sub_business .buz_list li + li{margin-left:33px;}
		.sub_business .buz_list .thumb{font-size:0; border-radius:10px; overflow:hidden;}
			.sub_business .buz_list .thumb + dl{margin-top: 21px;}
		.sub_business .buz_list dl{text-align:center;}
		.sub_business .buz_list dl dt{font-size:20px;font-weight:500;color:#000;letter-spacing: -0.02em;}
			.sub_business .buz_list dl dt + dd{margin-top: 11px;}
		.sub_business .buz_list dl dd{font-size:16px;font-weight:400;color:#666;line-height: 166%;letter-spacing: -0.03em;word-break:keep-all;}

	/*** company/partners (고객사) ***/
		.sub_partners .partner_list{display:flex; flex-wrap:wrap;}
		.sub_partners .partner_list li{font-size:0;display:inline-flex;align-items:center;justify-content: center;margin-right:20px;width:calc(100% / 5 - 16px);height:100px;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-sizing:border-box; padding:15px;}
			.sub_partners .partner_list li:nth-child(5n){margin-right:0;}
			.sub_partners .partner_list li:nth-child(n+6){margin-top:20px;}


	@media only screen and (max-width: 1217px) {
		.sub_title h3{font-size:33px; line-height:125%;}
		.sub_title p{font-size:17px;}

		.sub_ceo .cont .sub_title{padding-right:50px;width: 59.56%;}
		.sub_ceo .cont .sub_title p br{display:none;}
		.sub_ceo .cont .thumb_list{padding-top:0;width: 40.44%;}

		.sub_technology .tech_list li{margin-right:25px; width:calc(100% / 4 - 18.75px);}
		.sub_technology .tech_list li dl dd{font-size:17px;}

		.sub_business .buz_list li + li{margin-left:30px;}
		.sub_business .buz_list dl dt{font-size:19px;}
		.sub_business .buz_list dl dd{font-size:15px;}
		.sub_business .buz_list dl dd br{display:none;}
	}
	@media only screen and (max-width: 1023px) {
		.sub_title h3{font-size:30px;}
			.sub_title h3 + p{margin-top:25px;}
		.sub_title p{font-size:16px;}
			.sub_title p + p{margin-top:15px;}

		.sub_ceo .cont .thumb_list li{width:calc(100% / 2 - 7.5px);}
			.sub_ceo .cont .thumb_list li + li{margin-left:15px;}
		.sub_ceo .cont .thumb_list li:first-child{margin-top:10vw;}

		.sub_technology .tech_list li{margin-right:15px; width:calc(100% / 4 - 11.25px);}
		.sub_technology .tech_list li dl dt + dd{margin-top:13px;}
		.sub_technology .tech_list li dl dd{font-size:16px;}

		.sub_partners .partner_list li{margin-right:15px; width:calc(100% / 5 - 12px); height:90px;}
			.sub_partners .partner_list li:nth-child(n+6){margin-top:15px;}

		.sub_business .buz_list{padding:45px 45px 40px;}
		.sub_business .buz_list li + li{margin-left:15px;}
		.sub_business .buz_list .thumb + dl{margin-top:18px;}
		.sub_business .buz_list dl dt{font-size:18px;}
			.sub_business .buz_list dl dt + dd{margin-top:7px;}
		.sub_business .buz_list dl dd{line-height:150%;}
	}
	@media only screen and (max-width: 860px) {
		.sub_title h3{font-size:27px;}
			.sub_title h3 + p{margin-top:20px;}
		.sub_title p{font-size:15px; line-height:150%;}

		.sub_ceo .cont .sub_title{width:50%; padding-right:20px;}
		.sub_ceo .cont .thumb_list{width:50%;}

		.sub_technology .tech_list li{width:calc(100% / 3 - 10px);}
			.sub_technology .tech_list li:nth-child(4n){margin-right:15px;}
			.sub_technology .tech_list li:nth-child(3n){margin-right:0;}
			.sub_technology .tech_list li:nth-child(n+4){margin-top:30px;}
		
		.sub_partners .partner_list li{width:calc(100% / 4 - 11.25px); height:80px;}
			.sub_partners .partner_list li:nth-child(5n){margin-right:15px;}
			.sub_partners .partner_list li:nth-child(4n){margin-right:0;}
			.sub_partners .partner_list li:nth-child(n+5){margin-top:15px;}

		.sub_business .buz_list{padding:40px 40px 43px;}
		.sub_business .buz_list dl dt{font-size:17px;}
		.sub_business .buz_list dl dd{font-size:14px;}
	}
	@media only screen and (max-width: 767px) {
		.sub_title h3{font-size:24px;}

		.sub_ceo .cont{flex-wrap:wrap;}
		.sub_ceo .cont .sub_title{width:100%; padding-right:0;}
		.sub_ceo .cont .thumb_list{width:100%; justify-content:center; margin-top:30px;}
		.sub_ceo .cont .thumb_list li{width:auto;}

		.sub_business .buz_list{flex-wrap:wrap; padding:40px 14.5vw 43px;}
		.sub_business .buz_list li{width:calc(100% / 2 - 7.5px); margin-right:15px;}
			.sub_business .buz_list li + li{margin-left:0;}
			.sub_business .buz_list li:nth-child(even){margin-right:0;}
			.sub_business .buz_list li:nth-child(n+3){margin-top:30px;}
	}
	@media only screen and (max-width: 640px) {
		.sub_ceo .cont .thumb_list li{border-radius:5px;}
		.sub_partners .partner_list li{width:calc(100% / 3 - 10px); border-radius:5px;}
			.sub_partners .partner_list li:nth-child(4n){margin-right:15px;}
			.sub_partners .partner_list li:nth-child(3n){margin-right:0;}
			.sub_partners .partner_list li:nth-child(n+4){margin-top:15px;}

		.sub_business .buz_list{padding:40px 7.5vw 43px; border-radius:7.5px;}
		.sub_business .buz_list .thumb{border-radius:5px;}
	}
	@media only screen and (max-width: 540px) {
		.sub_business .buz_list{padding:40px 15px 43px}
	}
	@media only screen and (max-width: 479px) {
		.sub_technology .tech_list li{width:calc(100% / 2 - 7.5px);}
			.sub_technology .tech_list li:nth-child(3n){margin-right:15px;}
			.sub_technology .tech_list li:nth-child(2n){margin-right:0;}
			.sub_technology .tech_list li:nth-child(n+3){margin-top:25px;}
		.sub_technology .tech_list li dl dt{border-width:5px;}
		.sub_technology .tech_list li dl dt:before{border-width:6px; width:calc(100% + 12px); height:calc(100% + 12px); top:-6px; left:-6px;}
		.sub_technology .tech_list li dl dd{font-size:15px;}

		.sub_partners .partner_list li{width:calc(100% / 2 - 7.5px);}
			.sub_partners .partner_list li:nth-child(3n){margin-right:15px;}
			.sub_partners .partner_list li:nth-child(2n){margin-right:0;}
			.sub_partners .partner_list li:nth-child(n+3){margin-top:15px;}
	}
	@media only screen and (max-width: 431px) {
		.sub_title h3{font-size:20px;}
		.sub_title p{font-size:14px;}

		.sub_business .buz_list .thumb + dl{margin-top:15px;}
			.sub_business .buz_list dl dt + dd{margin-top:5px;}

		.sub_business .buz_list li{width:100%; margin-right:0; text-align:center;}
		.sub_business .buz_list li:nth-child(n+2){margin-top:30px;}
		.sub_business .buz_list .thumb{display:inline-block;}
		.sub_business .buz_list dl dd br{display:block;}
	}
	@media only screen and (max-width: 375px) {
	}