@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 에 있습니다.

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

#wrap .btn_default{border:none;background:#333;color:#fff;padding:0 10px;}

#wrap table.bbs_write tr td #captcha_box{display: inline-block;width:auto;}
#wrap .btn_reset, .btn_reset:hover{border:1px solid #d3d3d3 !important;background: #fff url('../images/common/icon_btn_reset.gif') no-repeat 9px 50% !important;padding: 0 10px 0 23px !important;color: #555 !important;font-size: 0;width:0;height: 28px;display: inline-block;cursor:pointer;margin-left:10px;}
@media only screen and (max-width:479px) {
	#wrap .btn_reset, .btn_reset:hover{margin-top:10px;margin-left:0;}
}
#wrap table.bbs_write td .btn_sm.btn_info{border-bottom:1px solid #666;}

#wrap .sub_board{margin-top:35px;}






/*───────────────────────────────────────────────────────────
	
	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 전체 감싸는 영역 */
@media only screen and (max-width:1000px) {
	#wrap{padding-right:0px;}
}

#wrap #header {margin:0;padding:0;}
#wrap #container {width:100%;margin:0;padding:0;}
#wrap #footer {width:100%;margin:0;margin-top:77px;}
	/* #container 안의 레이아웃 */
#contents_wrap {width:1200px;margin:0 auto;padding:113px 0 30px 0;position:relative;z-index:1;box-sizing:border-box;} /* #container 안의 컨텐츠 감싸는 영역 */
.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;}
.sub_member #contents_wrap .nav_wrap {padding-bottom:30px;} /* member 서브페이지 상단 여백 */
	/* #content */
#content {width:100%;margin:0;padding:0;text-align:left;box-sizing:border-box;} /* navigation 을 제외한 컨텐츠 */
#content .sub_content{width:100%;margin:0 auto;background:#fff;box-sizing:border-box;}
#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:1250px) {
	#contents_wrap{width:100%;padding-left:30px;padding-right:30px;}
}
@media only screen and (max-width:1217px) {
	body.on {height:100%;overflow:hidden;}
	#contents_wrap {width:100%;padding-top: 50px;}
	.w_custom,
	.w_custom2 {width:100%;}
}
@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 서브페이지 상단 여백 */

	#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%;padding-top: 40px;padding-bottom: 100px;padding-left:15px;padding-right:15px;}
	#contents_wrap #contents_box {padding:4.2% 0 10.4% 0;}
}
@media only screen and (max-width:479px) {
	#contents_wrap{padding-bottom:20px;}
	#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;width:100%;text-align:center;}
.sub_top .sub_top_title h2 {font-size:50px;color:#fff;line-height:1;letter-spacing:0.05em;}


@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;}
#side_box:after {content:'';display:block;width:100%;height:1px;background:#ddd;position:absolute;left:0;bottom:0;z-index:-1;}
#side_box .sub_menu {padding:0;margin:0;z-index:2;width:1200px;margin:0 auto;}
a {}
#side_box .sub_menu:after{content:"";display:block;clear:both;}
#side_box .sub_menu h2 {font-size:0;float:left;}
#side_box .sub_menu h2 a {display:inline-block;width:60px;height:60px;background:url('../images/sub/ico_navi_home.png') no-repeat 50% 50% #fdc811;font-size:0;}
#side_box .sub_menu dl {float:left;font-size:0;vertical-align:top;height:60px;line-height:60px;box-sizing:border-box;text-align:left;font-size:0;font-weight:700;}
#side_box .sub_menu dt,
#side_box .sub_menu dd {display:inline-block;vertical-align:top;height:inherit;line-height:inherit;text-align: left;color:#333;box-sizing:border-box;border-right:1px solid #ddd;font-weight:inherit;width:226px;font-size:15px;padding: 0 40px 0 20px;letter-spacing:0.05em;}
#side_box .sub_menu dt {cursor:default;}
#side_box .sub_menu dd {position:relative;z-index: 5;width:228px;}
#side_box .sub_menu dd strong {display:block;cursor:pointer;box-sizing:border-box;font-size:inherit;font-weight:inherit;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#side_box .sub_menu dd strong:after {content:'';display:block;width: 6px;height:6px;border-top:1px solid #666;border-left:1px solid #666;position: absolute;right: 20px;top: 50%;margin-top: -12px;transform: rotate(225deg);transform-origin:bottom;transition: all .2s;}
#side_box .sub_menu dd strong.on:after {transform: rotate(45deg);border-top:1px solid #fdc811;border-left:1px solid #fdc811;margin-top: -2px;right: 25px;}
#side_box .sub_menu dd strong img{padding-left:5px;}
#side_box .sub_menu dd ul {display:none;position:absolute;left: -1px;top: calc(100% - 1px);width: calc(100% + 2px);z-index:5;line-height: 1;overflow:hidden;border: 1px solid #ddd;background:#fff;box-sizing: border-box;text-align: left;}
#side_box .sub_menu dd ul li:nth-of-type(1) {margin-top:10px;}
#side_box .sub_menu dd ul li:last-of-type {margin-bottom:10px;}
#side_box .sub_menu dd ul li {background:#fff;border-top:0;font-weight: 400;color: #333;line-height: 1.2;}
#side_box .sub_menu dd ul li + li {}
#side_box .sub_menu dd ul li a {padding: 12px 20px;font-size: 15px;font-weight: 400;display:inline-block;vertical-align:top;box-sizing:border-box;color: #333;width:100%;text-align: left;}
#side_box .sub_menu dd ul .dep1_li > a{display: none;}
#side_box .sub_menu dd ul .dep3{display: block;}
#side_box .sub_menu dd ul li.on a,
#side_box .sub_menu dd ul li:hover a {color:#fdc811;font-weight:600;}


@media only screen and (max-width:1217px) {
	#side_box .sub_menu {width:100%;}
}

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

@media only screen and (max-width:860px) {
	#side_box .sub_menu h2 a {width:50px;height:50px;background-size:auto 16px;}
	#side_box .sub_menu dl {line-height:50px;height:50px;width: calc(100% - 50px);}
	#side_box .sub_menu dt,
	#side_box .sub_menu dd {width: 40%;font-size: 14px;}
	#side_box .sub_menu dd {padding:0 18px;}
	#side_box .sub_menu dd ul li a {font-size:14px;padding:10px 18px;}
}

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

@media only screen and (max-width:640px) {
	#side_box .sub_menu dt,
	#side_box .sub_menu dd {width:50%;}
}

@media only screen and (max-width:479px) {
	#side_box .sub_menu h2 a {width:40px;height:40px;}
	#side_box .sub_menu dl {line-height:40px;height:40px;width:calc(100% - 40px);}
	#side_box .sub_menu dt {display:none;}
	#side_box .sub_menu dd ul li{line-height:2.3;}
	#side_box .sub_menu dd ul li + li{margin-top:8px;}
	#side_box .sub_menu dd ul li a {font-size:13px;padding:0 18px;line-height:20px;}
}

/*───────────────────────────────────────────────────────────
	navigation common
───────────────────────────────────────────────────────────*/
.nav_wrap {}
.nav_wrap .nav_box {border:0;margin:0;padding-bottom:18px;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: 1.1;padding:0;margin:0;text-align:center;color: #333;font-weight:700;z-index:1;margin-left:5px;letter-spacing:0.05em;font-family:'Montserrat', 'Noto Sans KR';}
.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;}



@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 {}
	.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 {}
}
@media only screen and (max-width:479px) {
	.nav_wrap .nav_box {margin-left:-12px;margin-right:-12px;width: calc(100% + 24px);padding-bottom:14px;}
}







/*───────────────────────────────────────────────────────────
	 COMPANY
───────────────────────────────────────────────────────────*/
	/*aos*/
		/*company*/
			.sub_about .about_txt h3{transition-duration:.4s !important;}
			.sub_about .about_txt p{transition-duration:.6s !important;}
			.sub_about .sub_about_list ul li:nth-child(1){transition-delay:.2s !important;}
			.sub_about .sub_about_list ul li:nth-child(2){transition-delay:.3s !important;}
			.sub_about .sub_about_list ul li:nth-child(3){transition-delay:.4s !important;}
		
		/*history*/
			.sub_history .history_box .his_detail .detailYear:nth-child(1){transition-delay:.1s !important;}
			.sub_history .history_box .his_detail .detailYear:nth-child(2){transition-delay:.15s !important;}
			.sub_history .history_box .his_detail .detailYear:nth-child(3){transition-delay:.2s !important;}

		/*ceo*/
			.sub_ceo .ceo_tit .tit_box p{transition-duration:.6s !important;}
			.sub_ceo .ceo_cont .ceo_txt p:nth-child(2){transition-delay:.1s !important;}
			.sub_ceo .ceo_cont .ceo_txt p:nth-child(3){transition-delay:.2s !important;}
			.sub_ceo .ceo_cont .ceo_txt p:nth-child(4){transition-delay:.3s !important;}
			.sub_ceo .ceo_cont .ceo_txt p:nth-child(5){transition-delay:.4s !important;}
			.sub_ceo .ceo_cont .ceo_sign .sign_txt{transition-duration:.8s !important;}

		/*research*/
			.sub_research .sub_research_tit h3{transition-duration:.4s !important;}
			.sub_research .sub_research_tit p{transition-duration:.6s !important;}
			.research_table > div dl dd ul li:nth-child(1){transition-delay:.1s !important;}
			.research_table > div dl dd ul li:nth-child(2){transition-delay:.2s !important;}
			.research_table > div dl dd ul li:nth-child(3){transition-delay:.3s !important;}
			.research_table > div dl dd ul li:nth-child(4){transition-delay:.4s !important;}
			.research_table > div dl dd ul li:nth-child(5){transition-delay:.5s !important;}
			.research_table > div dl dd ul li:nth-child(6){transition-delay:.6s !important;}
			.research_table > div dl dd ul li:nth-child(7){transition-delay:.7s !important;}
			.research_table > div dl dd ul li:nth-child(8){transition-delay:.8s !important;}
			.research_table > div dl dd ul li:nth-child(9){transition-delay:.9s !important;}
			.research_table > div dl dd ul li:nth-child(10){transition-delay:1s !important;}

		/*location*/
			.sub_location_info dd ul li:nth-child(1){transition-delay:.1s !important;}
			.sub_location_info dd ul li:nth-child(2){transition-delay:.2s !important;}
			.sub_location_info dd ul li:nth-child(3){transition-delay:.3s !important;}
			.sub_location_info dd ul li:nth-child(4){transition-delay:.4s !important;}
	
		/*service intro*/
			.intro_cont .intro_txt h3{transition-delay:.2s !important;}
			.intro_cont .intro_txt p{transition-delay:.4s !important;}

	.company_about #contents_wrap {width:100%;padding-bottom:0;padding-left:0px !important;padding-right:0px !important;}

	/*** company/index (회사소개) ***/
		.sub_about {}
		.sub_about * {word-break:keep-all;}
		.sub_about .about_txt{text-align:center;box-sizing:border-box;width:100%;}
		.sub_about .about_txt h3{font-size:26px;color:#888;font-weight:400;font-family:'Montserrat';letter-spacing:0.03em;}
		.sub_about .about_txt p{font-size:22px;color:#666;font-weight:400;margin-top:17px;letter-spacing:-0.03em;word-break:keep-all;}

		.sub_about .about_img{text-align:center;margin:74px 0 83px 0;}

		.sub_about .sub_about_list {background:#f5f5f5;width:100%;padding:88px 0 91px 0;margin-bottom:109px;}
		.sub_about .sub_about_list ul {font-size:0;width:1200px;margin:0 auto;box-sizing:border-box;}
		.sub_about .sub_about_list ul li {display:inline-block;vertical-align:top;width:calc(33.3% - 37px);}
		.sub_about .sub_about_list ul li + li{margin-left:56px;}
		.sub_about .sub_about_list ul li strong {display:block;color:#333;font-size:28px;line-height:1.28;font-weight:700;margin-top:6px;position: relative;height:70px;}
		.sub_about .sub_about_list ul li strong:before{width:100px;height:2px;content:"";background:#333;position: absolute;left:0;bottom:-37px;}
		.sub_about .sub_about_list ul li span {display:block;color:#333;box-sizing:border-box;position:relative;font-size:20px;line-height:1.36;margin-top:8px;height:54px;}
		.sub_about .sub_about_list ul li p {color:#666;font-size:16px;line-height:1.625;margin-top:71px;}

		.sub_about .sub_about_list ul li:hover strong:before{background:#fdc811;}

	/*1250이하*/
	@media only screen and (max-width:1250px) {
		.sub_about .sub_about_list ul{width:100%;padding:0 30px;}
		.sub_about .sub_about_list ul li + li{margin-left:37px;}
		.sub_about .sub_about_list ul li{width:calc(33.3% - 25px);}
	}
	/*1217이하*/
	@media only screen and (max-width:1217px) {
		.sub_about .sub_about_list ul li p br{display: none;}
	}
	/*1100이하*/
	@media only screen and (max-width:1100px) {
		.sub_about .about_txt{padding:0 30px;}
		.sub_about .about_txt p br{display: none;}

		.sub_about .sub_about_list ul li{width:33.333%;box-sizing:border-box;padding-right:20px;}
		.sub_about .sub_about_list ul li + li{margin-left:0;}
		.sub_about .sub_about_list ul li span{font-size:18px;}
		.sub_about .sub_about_list ul li strong{font-size:26px;}
		.sub_about .sub_about_list ul li p{font-size:15px;}
		
	}
	/*1000이하*/
	@media only screen and (max-width:1000px) {
		.sub_about .sub_about_list{padding:60px 0 64px 0;margin-bottom:95px;}
		.sub_about .sub_about_list ul li{padding-right:10px;}
		.sub_about .sub_about_list ul li span{font-size:16px;}
		.sub_about .sub_about_list ul li strong{font-size:24px;height:60px;}
		.sub_about .sub_about_list ul li strong:before{width:22%;}
		.sub_about .sub_about_list ul li p{font-size:14px;}
		.sub_about .sub_about_list ul li span{height:40px;}
	}
	/*900이하*/
	@media only screen and (max-width:900px) {
		.company_about #side_box .sub_menu dt{display: none;}
		.sub_about .about_txt h3{font-size:24px;}
		.sub_about .about_txt p{font-size:20px;}
		.sub_about .about_img{width:100%;box-sizing:border-box;padding:0 30px;margin:60px 0 70px 0;}

		.sub_about .sub_about_list ul li{padding:0;display: block;width:100%;}
		.sub_about .sub_about_list ul li + li{margin-top:65px;}
		.sub_about .sub_about_list ul li span{font-size:20px;height:auto;}
		.sub_about .sub_about_list ul li strong{font-size:28px;height:auto;}
		.sub_about .sub_about_list ul li strong:before{bottom:-25px;width:100px;}
		.sub_about .sub_about_list ul li p{font-size:16px;margin-top:50px;}
	}
	/*800이하*/
	@media only screen and (max-width:800px) {
		.sub_about .about_txt p{font-size:18px;}
	}
	/*640이하*/
	@media only screen and (max-width:640px) {
		.sub_about .about_txt{padding:0 15px;}
		.sub_about .about_img{padding:0 15px;}
		.sub_about .sub_about_list ul{padding:0 15px;}
	}
	/*479이하*/
	@media only screen and (max-width:479px) {
		.sub_about .about_txt h3{font-size:20px;}		
		.sub_about .about_txt p{font-size:16px;}
		.sub_about .about_img{margin:50px 0 60px 0;}

		.sub_about .sub_about_list{padding:50px 0 54px 0;margin-bottom:54px;}
		.sub_about .sub_about_list ul li:hover strong:before{background:#333;}
		.sub_about .sub_about_list ul li p{font-size:15px;line-height:23px;}
		
	}
	/*340이하*/
	@media only screen and (max-width:340px) {
		.sub_about .about_txt h3{font-size:18px;}
		.sub_about .about_txt p{font-size:15px;margin-top:10px;}
		.sub_about .about_img{margin:35px 0 45px 0;}
		
		.sub_about .sub_about_list ul li + li{margin-top:50px;}
		.sub_about .sub_about_list ul li span{font-size:18px;}
		.sub_about .sub_about_list ul li strong{font-size:26px;}
		.sub_about .sub_about_list ul li strong:before{width:85px;}
		.sub_about .sub_about_list ul li p{font-size:14px;}
	}

/*** company/history (연혁) ***/
	.sub_history {padding-top:0%;box-sizing:border-box;}
	.sub_history div, 
	.sub_history p, 
	.sub_history span, 
	.sub_history em, 
	.sub_history strong, 
	.sub_history dt, 
	.sub_history dd, 
	.sub_history dl, 
	.sub_history li, 
	.sub_history ul {transition:all 0.2s;}
	.sub_history div, 
	.sub_history p, 
	.sub_history li, 
	.sub_history dt, 
	.sub_history dd, 
	.sub_history th, 
	.sub_history td {word-break:keep-all;word-wrap:break-word;}

	.sub_history .history_box .his_year .year strong {}

	.sub_history .history_wrap {position:relative;width:100%;z-index:1;box-sizing:border-box;margin-top:2%;}
	.sub_history .history_wrap > ul{font-size:0;position: relative;padding-top:33px;}
	.sub_history .history_wrap > ul:before{content:"";width:1px;height:100%;position:absolute;left:50%;top:0;background:#ddd;}
	
	/* 내용 */
		.sub_history .history_box {display:block;position:relative;width:100%;z-index:1;box-sizing:border-box;font-size: 0;}
		.sub_history .history_box:after {clear:both;content:"";display:block;}
		.sub_history .history_box + .history_box {}
		.sub_history .history_box .his_year,
		.sub_history .history_box .his_detail {width:50%;display:block;box-sizing:border-box;vertical-align:top;}
		.sub_history .history_box + .history_box .his_year,
		.sub_history .history_box + .history_box .his_detail {}

	/* 연도 */
		.sub_history .history_box .his_year {}
		.sub_history .history_box .his_year .year {position:relative;z-index: 99;box-sizing:border-box;}
		.sub_history .history_box .his_year .year strong {margin:0;position: relative;font-size: 30px;line-height: 0.9;color:#333;z-index: 5;font-family:'Montserrat', 'Noto Sans KR';}
		.sub_history .history_box .his_year .year::before,
		.sub_history .history_box .his_year .year strong::after {top:50%;content:"";position:absolute;z-index:10;width: 45px;height: 1px;background: #fdc811;z-index: -1;}

	/* 원 */
		.sub_history .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 .history_box .his_year .year::before,
		.sub_history .history_box .his_year .year::after {content:'';display:inline-block;}
		.sub_history .history_box .his_year .year::before {width: 20px;height: 22px;border: 3px solid #fdc811;box-sizing: border-box;opacity: .2;z-index: 1;}
		.sub_history .history_box .his_year .year::after {background: #fdc811;width: 30px;height: 30px;opacity: 0.2;position:absolute;top: -1px;border-radius: 100%;} 
		.sub_history .history_box .his_year .year strong:before {content:'';display:block;position: absolute;z-index: 10;border-radius: 100%;background-color: #fff;width: 13px;height: 13px;border: 3px solid #fdc811;box-sizing: border-box;}

	/* 세부내역 */
		.sub_history .history_box .his_detail {box-sizing:border-box;position:relative;padding-bottom:69px;}
		.sub_history .history_box .his_detail:before {content:'';display:block;width:1px;height:100%;background:#ddd;top: 10px;position:absolute;}
		.sub_history .history_box .his_detail .detailYear {width:88%;position:relative;box-sizing:border-box;}
		.sub_history .history_box .his_detail .detailYear:after {clear:both;content:"";display:block;}
		.sub_history .history_box .his_detail .detailYear + .detailYear {padding-top:3%;}
		.sub_history .history_box .his_detail .detailYear dt,
		.sub_history .history_box .his_detail .detailYear dd {display:inline-block;box-sizing:border-box;}
		.sub_history .history_box .his_detail .detailYear dt {width:8%;line-height: 1.2;font-size: 20px;font-weight:600;color: #333;font-family:'Montserrat', 'Noto Sans KR';}
		.sub_history .history_box .his_detail .detailYear dd {width:91%;color:#666;}
		.sub_history .history_box .his_detail .detailYear dd ul {}
		.sub_history .history_box .his_detail .detailYear dd li {padding:0;line-height:1.5;font-size:16px;vertical-align:middle;box-sizing:border-box;font-family:'Noto Sans KR';}
		.sub_history .history_box .his_detail .detailYear dd li::before {display: ;line-height:inherit;font-size:inherit;vertical-align:middle;}
		.sub_history .history_box .his_detail .detailYear dd li + li {margin-top: 0.81em;}
		.sub_history .history_box:last-of-type .his_detail:before {display:none;}

	/* 홀수일때-좌측정렬 */
		.sub_history .history_wrap > ul > li:nth-of-type(even) {}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year {float:right;text-align:left;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail {float:left;text-align:right;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail {}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail:before {right: -1px;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year {/* padding-left:11.5%; */}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year::before {left: -10px;top: 3px;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year::after {left: -15px;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year strong {padding-left: 11.5%;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year strong:before {left: -6px;top:13px;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year strong::after {left: 4px;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail .detailYear {margin-right: 13.2%;text-align:right;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail .detailYear dt {float:right;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail .detailYear dd {float:left;}

	/* 짝수일때-우측정렬 */
		.sub_history .history_wrap > ul > li:nth-of-type(odd) {}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year {float:left;text-align:right;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail {float:right;text-align:left;padding-right:60px}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year,
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail {}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail:before {left:0;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year {}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year::after {right: -15px;top: -3px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year::before {right: -10px;top: 1px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year strong {padding-right: 11.5%;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year strong:before {right: -7px;top: 11px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year strong::after {right: 4px;margin-top: -2px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail .detailYear {margin-left:13.2%;text-align:left;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail .detailYear dt {float:left;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail .detailYear dd {float:right;}

		.sub_history .history_wrap > ul > li:last-child .his_detail{padding-bottom:14px;}

	/*1023이하*/
	@media only screen and (max-width:1023px) {
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail {padding-right:0px}
	}
	/*900이하*/
	@media only screen and (max-width: 900px) {
		.company_history #side_box .sub_menu dt{display: none;}
	}
	/*860이하*/
	@media only screen and (max-width: 860px) {
		.sub_history .history_box .his_year .year strong::after {width:30px;}
		.sub_history .history_box .his_year .year strong {font-size:25px;}
		.sub_history .history_box .his_detail {padding-bottom:80px;}
		.sub_history .history_box .his_detail .detailYear + .detailYear {padding-top:5%;}
		.sub_history .history_box .his_detail .detailYear dt {font-size:18px;width: 30px;}
		.sub_history .history_box .his_detail .detailYear dd {width: calc(100% - 30px);}
		.sub_history .history_box .his_detail .detailYear dd li {font-size:14px;}

		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year strong:before {top: 9px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year::after {top: -3px;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year strong:before {top: 9px;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year::after {top: -3px;}

	}
	/*640이하*/
	@media only screen and (max-width: 640px) {
		.sub_history .history_wrap > ul:before{left:8px;}

		.sub_history .history_box .his_year .year strong {font-size:20px;line-height: 1;}
		.sub_history .history_box .his_year .year strong:before {width:10px;height:10px;border: 2px solid #fdc811;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year {float:inherit;display: inline-block;vertical-align: top;width: 120px;padding-left: 0;text-align: left;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail {float:inherit;display: inline-block;vertical-align: top;width: calc(100% - 120px);padding-left: 20px;text-align: left;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year strong,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year strong {padding-left: 44px;padding-right:0;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year strong:before,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year strong:before {top: 4px;left: 4px;right: inherit;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail:before,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail:before {left: -111px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year::before,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year::before {left: 1px;width: 15px;height: 15px;border: 3px solid #fdc811;right: inherit;top: 0px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year::after, 
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year::after {width: 21px;height: 21px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year strong::after,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year strong::after {left: 13px;right: inherit;width: 20px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail .detailYear,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail .detailYear {text-align:left;margin-left: 0;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year .year::after,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year .year::after {right:inherit;left: -2px;top: -3px;}
		.sub_history .history_box .his_year {width:23%}
		.sub_history .history_box .his_detail {padding-bottom:50px;width:calc(100% - 23%)}
		.sub_history .history_box .his_detail:before {top: 10px;}
		.sub_history .history_box .his_detail .detailYear {width:93.6%;}
		.sub_history .history_box .his_detail .detailYear + .detailYear {padding-top:2%;}
		.sub_history .history_box .his_detail .detailYear dt {width:28px;line-height:1.32;font-size:15px;}
		.sub_history .history_box .his_detail .detailYear dd {width:calc(100% - 28px);}
		.sub_history .history_box .his_detail .detailYear dd ul {}
		.sub_history .history_box .his_detail .detailYear dd li {line-height:1.42;font-size:15px;}
		.sub_history .history_box .his_detail .detailYear dd li + li {margin-top:0em;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail .detailYear dt {float:left;}
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail .detailYear dd {float:right;}
	}
	/*479이하*/	
	@media only screen and (max-width: 479px) {
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_year,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_year {width: 105px;}
		.sub_history .history_box .his_year .year strong {font-size:18px;}
		.sub_history .history_box .his_detail .detailYear dt {font-size:13px;}
		.sub_history .history_box .his_detail .detailYear dd li {font-size:13px;}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail,
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail {width: calc(100% - 105px);}
		.sub_history .history_wrap > ul > li:nth-of-type(odd) .his_detail:before, 
		.sub_history .history_wrap > ul > li:nth-of-type(even) .his_detail:before {left: -96px;}
		.sub_history .history_box .his_detail {padding-bottom:39px;}
	}

/*** company/ceo (ceo인사말) ***/
	.company_ceo .nav_wrap .nav_box h2{font-family:'Noto Sans KR';}
	.company_ceo #contents_wrap{width:100%;padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important;}
	.sub_ceo .ceo_tit{width:100%;position: relative;margin-top:86px;}
	.sub_ceo .ceo_tit:before{width:100%;height:370px;content:"";background:#f5f5f5;position: absolute;}	
	.sub_ceo .ceo_tit .tit_img{display: none;}
	.sub_ceo .ceo_tit .tit_box{width:1268px;margin:0 auto;box-sizing:border-box;position: relative;z-index:1;}
	.sub_ceo .ceo_tit .tit_box:before{width:500px;height:460px;background:url('../images/sub/ceo_picture.png')no-repeat;background-size:auto 100%;content:"";position: absolute;top:-89px;right:0;}
	.sub_ceo .ceo_tit .tit_txt{width:100%;box-sizing:border-box;padding:77px 79px;}
	.sub_ceo .ceo_tit .tit_box p{font-size:22px;color:#333;font-weight:400;word-break:keep-all;}	
	.sub_ceo .ceo_tit .tit_box h3{font-size:40px;color:#333;font-weight:600;margin:22px 0 0 -4px;line-height:54px;}	

	.sub_ceo .ceo_cont{width:1200px;margin:0 auto;position: relative;z-index:3;margin-top:38px;box-sizing:border-box;}
	.sub_ceo .ceo_cont .ceo_txt{width:840px;box-sizing:border-box;padding:0 41px;position: relative;}
	.sub_ceo .ceo_cont .ceo_txt:before{width:100%;height:100px;content:"";background:#fff;position: absolute;left:-3px;top:-47px;z-index:-1;}	
	.sub_ceo .ceo_cont .ceo_txt p{font-size:18px;color:#888;font-weight:400;font-family:'Noto Sans KR';word-break:keep-all;line-height:30px;}	
	.sub_ceo .ceo_cont .ceo_txt p + p{margin-top:30px;}

	.sub_ceo .ceo_cont .ceo_sign{position: relative;box-sizing:border-box;padding-left:43px;margin-top:20px;}
	.sub_ceo .ceo_cont .ceo_sign:before{width:800px;height:2px;content:"";background:#fdc811;display: inline-block;vertical-align:bottom;margin-bottom:15px;}	
	.sub_ceo .ceo_cont .ceo_sign .sign_txt{display: inline-block;margin-left:36px;text-align:right;}
	.sub_ceo .ceo_cont .ceo_sign .sign_txt span{font-size:16px;color:#333;font-weight:400;}
	.sub_ceo .ceo_cont .ceo_sign .sign_txt h4{font-size:40px;color:#333;font-weight:400;line-height:1;margin:6px 0 0 -4px;}

	/*1300이하*/	
	@media only screen and (max-width:1300px) {
		.sub_ceo .ceo_tit .tit_box{width:100%;padding:0 30px;}
		.sub_ceo .ceo_tit .tit_box:before{right:30px;}
		.sub_ceo .ceo_tit .tit_box h3{width:60%;}
		.sub_ceo .ceo_tit .tit_box h3 br{display: none;}
		.sub_ceo .ceo_cont{width:100%;padding:0 30px;}
		.sub_ceo .ceo_cont .ceo_sign:before{width:64%;}
	}
	/*1200이하*/	
	@media only screen and (max-width:1200px) {
		.sub_ceo .ceo_tit .tit_txt{padding:77px 30px;}
		.sub_ceo .ceo_tit .tit_box:before{width:450px;height:413px;top:-43px;}
		.sub_ceo .ceo_cont .ceo_txt{width:80%;}

	}
	/*1100이하*/	
	@media only screen and (max-width:1100px) {
		.sub_ceo .ceo_tit:before{height:310px;}
		.sub_ceo .ceo_tit .tit_txt{padding:55px 30px;}
		.sub_ceo .ceo_tit .tit_box h3{font-size:36px;line-height:46px;}
		.sub_ceo .ceo_tit .tit_box p{font-size:20px;}
		.sub_ceo .ceo_tit .tit_box:before{width:360px;height:330px;top:-20px;}

		.sub_ceo .ceo_cont{margin-top:0px;}
		.sub_ceo .ceo_cont .ceo_txt:before{left:0;top:-20px;}
		.sub_ceo .ceo_cont .ceo_sign:before{width:55%;}
	}
	/*1000이하*/	
	@media only screen and (max-width:1000px) {
		.sub_ceo .ceo_cont .ceo_sign .sign_txt h4{font-size:36px;}
		.sub_ceo .ceo_cont .ceo_sign{margin-top:50px;}
	}
	/*900이하*/	
	@media only screen and (max-width:900px) {
		.company_ceo #side_box .sub_menu dt{display: none;}
		.sub_ceo .ceo_tit{margin-top:45px;}
		.sub_ceo .ceo_tit:before{height:270px;}
		.sub_ceo .ceo_tit .tit_txt{padding:40px 0;}
		.sub_ceo .ceo_tit .tit_box:before{width:316px;height:290px;top:-20px;}
		.sub_ceo .ceo_tit .tit_box p{font-size:18px;}
		.sub_ceo .ceo_tit .tit_box h3{font-size:33px;line-height:40px;}
	
		.sub_ceo .ceo_cont .ceo_txt{padding:0 30px;}
		.sub_ceo .ceo_cont .ceo_txt p{font-size:16px;}

		.sub_ceo .ceo_cont .ceo_sign{padding-left:30px;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt h4{font-size:33px;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt span{font-size:15px;}
	}
	/*850이하*/	
	@media only screen and (max-width:850px) {
		.sub_ceo .ceo_tit:before{height:210px;}
		.sub_ceo .ceo_tit .tit_box:before{width:262px;height:240px;top:-29px;}
		.sub_ceo .ceo_tit .tit_box p{font-size:16px;}
		.sub_ceo .ceo_tit .tit_box h3{font-size:29px;line-height:35px;}

		.sub_ceo .ceo_cont{margin-top:0;}
		.sub_ceo .ceo_cont .ceo_txt:before{top:-12px;}
		.sub_ceo .ceo_cont .ceo_txt p{font-size:15px;line-height:26px;}
		.sub_ceo .ceo_cont .ceo_txt p + p{margin-top:22px;}

		.sub_ceo .ceo_cont .ceo_sign{margin-top:20px;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt span{font-size:14px;}
	}
	/*800이하*/	
	@media only screen and (max-width:800px) {
		.sub_ceo .ceo_cont{margin-top:-23px;}
		.sub_ceo .ceo_cont .ceo_sign:before{width:54%;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt{margin-left:20px;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt h4{font-size:30px;}
	}
	/*700이하*/	
	@media only screen and (max-width:700px) {
		.sub_ceo .ceo_tit:before{display: none;}
		/* .sub_ceo .ceo_tit .tit_img{display: block;width:100%;height:300px;background:url('../images/sub/ceo_picture.png')no-repeat right;background-size:auto 100%;} */

		.sub_ceo .ceo_tit .tit_box{padding:0;background:#f5f5f5;}
		.sub_ceo .ceo_tit .tit_box:before{display: none;}
		.sub_ceo .ceo_tit .tit_txt{padding:40px 30px;}
		.sub_ceo .ceo_tit .tit_box h3{width:100%;}

		.sub_ceo .ceo_cont{margin-top:30px;}
		.sub_ceo .ceo_cont .ceo_txt:before{display: none;}
		.sub_ceo .ceo_cont .ceo_txt{width:100%;padding:0;}

		.sub_ceo .ceo_cont .ceo_sign{padding:0;}
	}
	/*640이하*/	
	@media only screen and (max-width:640px) {
		.sub_ceo .ceo_tit .tit_txt{padding:30px 15px;}
		.sub_ceo .ceo_cont{padding:0 15px;}

		.sub_ceo .ceo_cont .ceo_sign .sign_txt span{font-size:13px;}
	}
	/*600이하*/	
	@media only screen and (max-width:600px) {
		.sub_ceo .ceo_cont .ceo_sign .sign_txt h4{font-size:27px;}	
	}
	/*550이하*/	
	@media only screen and (max-width:550px) {
		.sub_ceo .ceo_cont .ceo_sign:before{width:48%;}
	}
	/*479이하*/	
	@media only screen and (max-width:479px) {
		.sub_ceo .ceo_tit{margin-top:20px;}
		.sub_ceo .ceo_tit .tit_txt{padding:20px 15px;}
		.sub_ceo .ceo_tit .tit_box p{font-size:14px;}
		.sub_ceo .ceo_tit .tit_box h3{font-size:25px;line-height:35px;margin:16px 0 0 0;}

		.sub_ceo .ceo_cont{margin-top:20px;}
		.sub_ceo .ceo_cont .ceo_txt p{font-size:14px;line-height:24px;}
		.sub_ceo .ceo_cont .ceo_txt p + p{margin-top:16px;}

		.sub_ceo .ceo_cont .ceo_sign:before{width:40%;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt{margin-left:10px;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt span{font-size:12px;}
		.sub_ceo .ceo_cont .ceo_sign .sign_txt h4{font-size:24px;}

	}
	/*370이하*/	
	@media only screen and (max-width:370px) {
		.sub_ceo .ceo_tit .tit_box p{font-size:13px;}
		.sub_ceo .ceo_tit .tit_box h3{font-size:22px;line-height:30px;}
	}
	/*356이하*/	
	@media only screen and (max-width:356px) {
		.sub_ceo .ceo_cont .ceo_sign .sign_txt h4{font-size:22px;}
	}
	/*345이하*/	
	@media only screen and (max-width:345px) {
		.sub_ceo .ceo_cont .ceo_sign:before{width:40%;}
	}
	/*329이하*/	
	@media only screen and (max-width:329px) {
		.sub_ceo .ceo_cont .ceo_sign:before{width:34%;}
		.sub_ceo .ceo_tit .tit_box h3{font-size:20px;}
	}

/*** company/research (연구개발) ***/
	.company_research #contents_wrap{padding-bottom:30px;}
	.sub_research .sub_research_tit{position: relative;text-align:center;margin-top:25px;}
	.sub_research .sub_research_tit:before{width:1px;height:80px;content:"";background:#fdc811;display: block;margin:0 auto;}	
	.sub_research .sub_research_tit h3{font-size:30px;color:#333;font-weight:700;margin:25px 0 12px 0;word-break:keep-all;}
	.sub_research .sub_research_tit p{font-size:16px;color:#666;font-weight:400;word-break:keep-all;}	

	/*테이블*/
		.research_table{margin-top:58px;}
		.research_table + .research_table{margin-top:81px;}
		.research_table > div{display:table;box-sizing:border-box;border-top:2px solid #333;width:100%;}
		.research_table > div dl{display:table-row;}
		.research_table > div dl dt{display:table-cell;font-size:24px;color:#333;font-weight:700;vertical-align:middle;padding-left:40px;width:295px;border-bottom:1px solid #ddd;padding-bottom:15px;}
		.research_table > div dl dd{display:table-cell;vertical-align:top;text-align:left;padding:20px 0 34px 0;border-bottom:1px solid #ddd;padding-left:20px;}
		.research_table > div dl dd ul li{font-size:16px;color:#333;font-weight:400;font-family:'Noto Sans KR';}
		.research_table > div dl dd ul li + li{margin-top:6px;}
		.research_table > div dl dd ul li span{font-size:16px;color:#333;font-weight:400;font-family:'Noto Sans KR';display: inline-block;vertical-align:top;word-break:keep-all;} 
		.research_table > div dl dd ul li span.research_year{margin-right:25px;}

		.research_list.research_table > div dl dt{padding-bottom:0;}
		.research_list.research_table > div dl dd{padding:20px 0 25px 20px;}
		
		.research_design.research_table > div dl dd ul li{position: relative;}
		.research_design.research_table > div dl dd ul li:before{width:5px;height:1px;content:"";background:#333;display: inline-block;vertical-align:middle;margin-right:5px;}

	/*1250이하*/	
	@media only screen and (max-width:1250px) {
		.company_research #contents_wrap{width:100%;padding-right:30px;padding-left:30px;}	
		.research_table > div dl dd ul li span.list_txt{width:80%;}
	}
	/*1100이하*/	
	@media only screen and (max-width:1100px) {
		.research_design.research_table > div dl dd ul li span{width:calc(100% - 15px);}
	}
	/*1000이하*/	
	@media only screen and (max-width:1000px) {
		.research_table > div dl dd ul li span.list_txt{width:calc(100% - 120px);}
	}
	/*900이하*/	
	@media only screen and (max-width:900px) {
		.sub_research .sub_research_tit:before{height:70px;}
		.sub_research .sub_research_tit h3{font-size:27px;}
		.sub_research .sub_research_tit p{font-size:15px;}

		.research_table > div dl dt{font-size:22px;padding-left:25px;width:250px;}
		.research_table > div dl dd ul li{font-size:15px;}
		.research_table > div dl dd ul li span{font-size:15px;}
	}
	/*800이하*/	
	@media only screen and (max-width:800px) {
		.sub_research .sub_research_tit{margin-top:5px;}
		.sub_research .sub_research_tit h3{font-size:24px;margin:16px 0 5px 0;}
		.sub_research .sub_research_tit p{font-size:14px;}

		.research_table > div dl dt{font-size:20px;padding-left:15px;width:210px;padding-bottom:0;}
		.research_table > div dl dd{padding:15px 0 20px 0;}
		.research_table > div dl dd ul li{font-size:14px;}
		.research_list.research_table > div dl dd{padding:15px 0 20px 0;}
	}	
	/*700이하*/	
	@media only screen and (max-width:700px) {
		.sub_research .sub_research_tit h3{box-sizing:border-box;padding:0 50px;}
		.sub_research .sub_research_tit p{box-sizing:border-box;padding:0 50px;}

		.research_table > div{display: block;border:none;}
		.research_table > div dl{display: block;}
		.research_table > div dl + dl{margin-top:25px;}
		.research_table > div dl dt{display: block;width:100%;padding-left:0;padding-bottom:15px;border-bottom:2px solid #333;}
		.research_table > div dl dd{display: block;}
		.research_table > div dl dd ul li{font-size:16px;}
		.research_table > div dl dd ul li + li{margin-top:8px;}
	}
	/*640이하*/	
	@media only screen and (max-width:640px) {
		.company_research #contents_wrap{padding-right:15px;padding-left:15px;}
	}
	/*479이하*/	
	@media only screen and (max-width:479px) {
		.sub_research .sub_research_tit:before{height:50px;}
		.sub_research .sub_research_tit h3{padding:0 15px;font-size:22px;margin:8px 0 5px 0;}
		.sub_research .sub_research_tit p{padding:0 15px;}

		.research_table{margin-top:30px;}
		.research_table + .research_table{margin-top:50px;}
		.research_table > div dl + dl{margin-top:17px;}
		.research_table > div dl dt{padding-bottom:10px;font-size:18px;}
		.research_table > div dl dd ul li{font-size:14px;}
		.research_table > div dl dd ul li + li{margin-top:10px;}
		.research_table > div dl dd ul li span{font-size:14px;line-height:22px;}
		.research_table > div dl dd ul li span.list_txt{width:calc(100% - 100px);}
	}
	/*340이하*/	
	@media only screen and (max-width:340px) {
		.research_design.research_table > div dl dd ul li span{width:calc(100% - 15px);}
	}

/*** company/faq (FAQ) ***/
	.sub_faq .nav_wrap .nav_box h2{font-family:'Noto Sans KR';}
	.sub_faq table.bbs_list{border-top:2px solid #000;margin-top:43px;}
	.sub_faq table.bbs_list .faq_question > td{padding:30px 10px 28px 19px;cursor:pointer;position: relative;}
	.sub_faq table.bbs_list .faq_question > td:after{width:27px;height:27px;content:"";background:url('../images/sub/faq_arr_down.png')no-repeat center;position: absolute;right:20px;top:50%;transform:translateY(-39%);}
	.sub_faq table.bbs_list .faq_question.on > td:after{background:url('../images/sub/faq_arr_up.png')no-repeat center;}
	.sub_faq table.bbs_list td{display: block;}
	.sub_faq table.bbs_list td .board_tit h3{width:100%;max-width:100%;}
	.sub_faq table.bbs_list td .board_tit h3 > span{font-size:20px;color:#333;font-weight:700;font-family:'Noto Sans KR';display: inline-block;vertical-align:top;margin-right:1px;}
	.sub_faq table.bbs_list td .board_tit h3 strong{width:96%;max-width:100%;white-space:normal;overflow:visible;text-overflow:initial;word-break:keep-all;font-size:20px;color:#333;font-weight:700;font-family:'Noto Sans KR';}

	.sub_faq table.bbs_list .faq_question.on .board_tit h3 > span{color:#004ea1;}
	.sub_faq table.bbs_list .faq_question.on .board_tit h3 strong{color:#004ea1;}


	.sub_faq .sub_board table tr.faq_reply{display: none;}
	.sub_faq .sub_board table tr.faq_reply.answer{display: block;}
	.sub_faq table.bbs_list .faq_reply{background:#f5f5f5;}
	.sub_faq table.bbs_list .faq_reply > td{padding:24px 10px 33px 39px;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;}
	.sub_faq table.bbs_list .faq_reply .board_tit h3 > span{margin-right:7px;margin-top:4px;}
	.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > p{font-size:16px;color:#666;font-weight:400;line-height:30px !important;}
	.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > p > span{font-size:16px !important;color:#666;font-weight:400;font-family:'Noto Sans KR';}
	.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > span{font-size:16px !important;color:#666;font-weight:400;font-family:'Noto Sans KR';}
	
	/*1250이하*/	
	@media only screen and (max-width:1250px) {
		.sub_faq .sub_cont{width:100%;box-sizing:border-box;}
	}
	/*900이하*/	
	@media only screen and (max-width:900px) {
		.sub_faq table.bbs_list td .board_tit h3 strong{width:90%;font-size:18px;}
		.sub_faq table.bbs_list td .board_tit h3 > span{font-size:18px;}
		.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > p{font-size:15px;}
		.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > p > span{font-size:15px !important;}
		.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > span{font-size:15px !important;}

		.sub_faq table.bbs_list .faq_question > td:after{width:20px;height:20px;background-size:100% auto;}
	}
	/*700이하*/	
	@media only screen and (max-width:700px) {
		.sub_faq table.bbs_list .faq_question > td{padding:20px 10px 20px 10px;}
		.sub_faq table.bbs_list .faq_question .board_tit h3 strong{line-height:28px;font-size:16px;width:90%;}	
		.sub_faq table.bbs_list td .board_tit h3 > span{font-size:16px;}
		.sub_faq table.bbs_list .faq_reply > td{padding:15px 10px 15px 25px;}
		.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > p{font-size:14px;line-height:26px;}
		.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > p > span{font-size:14px !important;}
		.sub_faq table.bbs_list .faq_reply .board_tit h3 strong > span{font-size:14px !important;}
	}
	/*640이하*/	
	@media only screen and (max-width:700px) {
		.sub_faq #side_box .sub_menu dd{width:50%;}
	}
	/*479이하*/	
	@media only screen and (max-width:479px) {
		.sub_faq #side_box .sub_menu dd{width:64%;}
		.sub_faq table.bbs_list .faq_question > td{padding:15px 10px 15px 10px;}
		.sub_faq table.bbs_list .faq_question .board_tit h3 strong{width:84%;font-size:15px;}
		.sub_faq table.bbs_list td .board_tit h3 > span{font-size:15px;}
	}
	/*320이하*/	
	@media only screen and (max-width:320px) {
		.sub_faq #side_box .sub_menu dd{width:70%;}
	}

/*** service_intro/engineer (서비스소개) ***/
	.sub_service_intro #side_box .sub_menu dd{width:365px;}
	.sub_service_intro .sub_top.service_intro{background:url('../images/sub/service_sub_visual.jpg')no-repeat center;}
	.intro_cont{margin-top:55px;}
	.intro_cont > div{width:100%;position: relative;display:flex;align-items: center;justify-content: space-between;flex-wrap:wrap;}
	.intro_cont > div:nth-of-type(even){flex-direction:row-reverse;}
	.intro_cont > div + div{margin-top:130px;}
	.intro_cont > div:after{clear:both;content:"";display: block;}

	/* .intro_cont > div:nth-of-type(odd) .intro_img{float: left;}
	.intro_cont > div:nth-of-type(odd) .intro_txt{float: right;margin-right:58px;}
	.intro_cont > div:nth-of-type(even) .intro_img{float: right;}
	.intro_cont > div:nth-of-type(even) .intro_txt{float: left;margin-left:18px;} */

	.intro_cont .intro_link{position: absolute;left:0;top:-200px;}

	.intro_cont .intro_img{width:50%;height:400px;}
	.intro_cont .intro_engineer .intro_img{background:url('../images/sub/service_intro01.jpg')no-repeat center top;background-size:cover;}
	.intro_cont .intro_rental .intro_img{background:url('../images/sub/service_intro02.jpg')no-repeat center top;background-size:cover;}
	.intro_cont .intro_signal .intro_img{background:url('../images/sub/service_intro03.jpg')no-repeat center top;background-size:cover;}
	.intro_cont .intro_control .intro_img{background:url('../images/sub/service_intro04.jpg')no-repeat center top;background-size:cover;}

	.intro_cont .intro_txt{width:50%;box-sizing:border-box;padding-left:30px;}
	.intro_cont > div:nth-of-type(even) .intro_txt{padding:0 30px 0 0;}
	.intro_cont .intro_txt h3{font-size:28px;color:#333;font-weight:700;position: relative;word-break:keep-all;}
	.intro_cont .intro_txt h3:after{width:60px;height:2px;content:"";background:#fdc811;position: absolute;left:4px;bottom:-17px;}	
	.intro_cont .intro_txt p{font-size:18px;color:#666;font-weight:400;margin-top:49px;line-height:30px;word-break:keep-all;}
	.intro_cont .intro_txt p + p{margin-top:10px;}

	/*1250이하*/	
	@media only screen and (max-width:1250px) {
		.intro_cont{width:100%;box-sizing:border-box;}
		.intro_cont .intro_txt{width:46%;}
	}
	/*1200이하*/	
	@media only screen and (max-width:1200px) {
		.intro_cont .intro_txt p br{display: none;}
	}
	/*1100이하*/	
	@media only screen and (max-width:1100px) {
		.intro_cont > div + div{margin-top:80px;}
		.intro_cont .intro_img{height:360px;}
		.intro_cont .intro_txt h3{font-size:25px;}
		.intro_cont .intro_txt p{font-size:16px;line-height:26px;}
	}
	/*1000이하*/	
	@media only screen and (max-width:1000px) {
		.intro_cont .intro_txt h3{font-size:22px;}
		.intro_cont .intro_txt p{margin-top:37px;font-size:15px;}
	}
	/*900이하*/	
	@media only screen and (max-width:900px) {
		.intro_cont .intro_img{height:325px;}
		.intro_cont .intro_txt{padding-top:15px;}
		.intro_cont .intro_txt h3{font-size:20px;}
		.intro_cont .intro_txt h3:after{width:45px;}
		.intro_cont .intro_txt p{margin-top:33px;font-size:14px;line-height:24px;}
	}
	/*800이하*/	
	@media only screen and (max-width:800px) {
	.intro_cont > div + div{margin-top:100px;}

	.intro_cont .intro_img, .intro_cont .intro_txt{width:100%;}
	.intro_cont .intro_txt{padding:25px 0 0 !important;}

	.intro_cont .intro_engineer .intro_img{background:url('../images/sub/service_intro01.jpg')no-repeat center top;background-size:auto 100%;}
	.intro_cont .intro_rental .intro_img{background:url('../images/sub/service_intro02.jpg')no-repeat center top;background-size:auto 100%;}
	.intro_cont .intro_signal .intro_img{background:url('../images/sub/service_intro03.jpg')no-repeat center top;background-size:auto 100%;}
	.intro_cont .intro_control .intro_img{background:url('../images/sub/service_intro04.jpg')no-repeat center top;background-size:auto 100%;}
	
	.intro_cont .intro_txt h3{font-size:28px;}
	.intro_cont .intro_txt p{margin-top:38px;font-size:18px;line-height:30px;}
	}
	/*640이하*/	
	@media only screen and (max-width:640px) {
		.sub_service_intro #side_box .sub_menu dt{display: none;}
		.sub_service_intro #side_box .sub_menu dd{width:100%;}

		.intro_cont .intro_img{height:220px;}
		.intro_cont .intro_txt h3{font-size:25px;}
		.intro_cont .intro_txt p{font-size:16px;line-height:27px;}
	}
	/*479이하*/	
	@media only screen and (max-width:479px) {
		.intro_cont > div + div{margin-top:70px;}
		
		.intro_cont{margin-top:30px;}
		.intro_cont .intro_link{position: absolute;left:0;top:-150px;}
		.intro_cont .intro_txt h3{font-size:22px;}
		.intro_cont .intro_txt p{font-size:14px;line-height:24px;;}
	}

/*** company/location (오시는길) ***/
	.sub_top.marketing{background:url('../images/sub/marketing_sub_visual.jpg')no-repeat center;}
	.sub_top.support{background:url('../images/sub/support_sub_visual.jpg')no-repeat center;}
	.company_location #contents_wrap{padding-bottom:12px;}
	.sub_location {margin-top:24px;}
	.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_tab{width:100%;}
	.sub_location_tab ul{width:100%;font-size:0;text-align:center;}
	.sub_location_tab ul li{width:300px;height:60px;line-height:60px;cursor:pointer;font-size:16px;color:#888;font-weight:500;border:1px solid #ddd;box-sizing:border-box;display: inline-block;}
	.sub_location_tab ul li.current{background:#fdc811;border:1px solid #fdc811;color:#333;}
	.tab-content{display: none;}
	.tab-content.current{display: block;}	

	.sub_location_map {position:relative;height:0;padding: 0 0 46.7% 0;}
	.sub_location_map .map_box {position:absolute;left:0;top:0;width:100%;height:100%;}
	.sub_location_map iframe {float:none;width:100%;height:100% !important; box-sizing:border-box;}
	.sub_location_info {}
	.sub_location_info:after {clear:both; content:""; display:block;}
	.sub_location_info dl {text-align:center;}
	.sub_location_info dt {margin:36px 0 12px;font-size:26px;color:#333;font-weight:500;}
	.sub_location_info dt img {height:100%;}
	.sub_location_info dd {}
	.sub_location_info dd ul {}
	.sub_location_info dd ul li {font-size:16px;line-height:1.6875;color:#333;position:relative;vertical-align:top;}
	.sub_location_info dd ul li + li {margin-top:8px;display:inline-block;vertical-align:middle;}
	.sub_location_info dd ul li + li + li:before {content:'';display:inline-block;vertical-align:middle;margin:0 21px;width:1px;height:12px;background:#ddd;}
	.sub_location_info dd ul li span,
	.sub_location_info dd ul li p {font-size:inherit;line-height:inherit;color:inherit;display:inline-block;vertical-align:middle;}
	.sub_location_info dd ul li span {font-weight:700;padding-right:4px;font-family:'Montserrat';}
	.sub_location_info dd ul li p {word-break:keep-all;font-family:'Montserrat';font-weight:500;}
	.sub_location_info dd ul li.loc_add p{font-family:'Noto Sans KR';}

	/*1250이하*/
	@media only screen and (max-width:1250px) {
		.sub_location{width:100%;box-sizing:border-box;padding:0 30px;}
		.sub_location_tab ul li{width:25%;}
	}
	/*1200이하*/
	@media only screen and (max-width:1200px) {
		.sub_location_info dt {margin:35px 0 20px;height:24px;}
		.sub_location_info dd ul li {font-size:15px;}
		.sub_location_info dd ul li + li {}
		.sub_location_info dd ul li + li + li:before {margin:0 23px;}
	}
	/*860이하*/
	@media only screen and (max-width:860px) {
		.sub_location_info dt {margin:30px 0 20px;height:22px;}
		.sub_location_info dd ul li + li {}
		.sub_location_info dd ul li + li + li:before {margin:0 20px;height:10px;}
	}
	/*767이하*/
	@media only screen and (max-width:767px) {
		.sub_location_tab ul li{height:45px;line-height:45px;}
		.sub_location_info dt{height:auto;font-size:23px;margin:20px 0 12px;}
		.sub_location_info dd ul li{font-size:14px;}
		.sub_location_info dd ul li + li + li:before{margin:0 14px;}
	}
	/*645이하*/
	@media only screen and (max-width:645px) {
		.sub_location_info dd ul li:nth-child(4){display: block;}
		.sub_location_info dd ul li:nth-child(4):before{display: none;}
	}
	/*640이하*/
	@media only screen and (max-width:640px) {
		.sub_location{padding:0 15px;}
		.sub_location_map {padding:0;height:200px;}
	}
	/*479이하*/
	@media only screen and (max-width:479px) {
		.sub_top.support{background: url('../images/sub/support_sub_visual.jpg')no-repeat left top;background-size:auto 100%;}
		.sub_location{margin-top:10px;}
		.sub_location_tab ul li{width:30%;}
		.sub_location_info dt {margin:12px 0 10px;font-size:20px;}
		.sub_location_info dd ul li {font-size:12px;line-height:1.6;}
		.sub_location_info dd ul li + li {}
		.sub_location_info dd ul li + li + li:before {margin:0 10px;height:9px;}
	}

	@media only screen and (max-width:350px) {
		.sub_location_info dd ul li,
		.sub_location_info dd ul li + li {margin-top:9px;display:block;}
		.sub_location_info dd ul li + li + li:before {display:none;}
	}


