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

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

	@media only screen and (max-width:1247px) {
		
	}
	@media only screen and (max-width:1023px) {
		
	}
	@media only screen and (max-width:980px) {
		
	}
	@media only screen and (max-width:860px) {
		
	}
	@media only screen and (max-width:768px) {
		
	}
	@media only screen and (max-width:640px) {
		
	}
	@media only screen and (max-width:414px) {
		
	}
	@media only screen and (max-width:375px) {
		
	}

/*───────────────────────────────────────────────────────────
	
	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 영역

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



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

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

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



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

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

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



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

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

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





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


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

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

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

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



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

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



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

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

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



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

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

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




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

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


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

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






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

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

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




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

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

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




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

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

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

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


/*───────────────────────────────────────────────────────────
	서브 상단 공통
───────────────────────────────────────────────────────────*/
	/* pc */
		#wrap .sub_hd_wrap {width:100%;margin:0 auto;padding:0;position:relative;z-index:2;}
		#wrap .sub_hd_wrap {width:100%;margin:0 auto;padding:0;position:relative;z-index:2;}
		#wrap .sub_hd_wrap .navi_wrap {padding:0;border:0;border-bottom:1px #ddd solid;box-sizing:border-box;width:100%;margin:0 auto;position:relative;z-index:2;}
		#wrap .sub_hd_wrap .nav_box {width:1240px;margin:0 auto;padding:0;border:0;background:#fff;border-top: 0;box-sizing:border-box;width:100%;margin:0 auto;position:relative;z-index:2;}
		#wrap .sub_hd_wrap .nav_box:after {clear:both;content:"";display:block;}
		#wrap .sub_hd_wrap .nav_box > ul {line-height:59px;height:59px;font-size:0;padding:0;width:100%;max-width: 1240px;margin:0 auto;display:block;text-align:left;}
		#wrap .sub_hd_wrap .nav_box > ul > li {width:200px;line-height:inherit;height:inherit;padding:0;font-size:0;border:0;border-right: 0;text-align:left;vertical-align:top;display:inline-block;box-sizing:border-box;position:relative;}
		#wrap .sub_hd_wrap .nav_box > ul > li:first-child {width:61px;border-left: 0;}
		#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:20px 18px !important;background-image:url('../images/sub/icon_home.png') !important;background-repeat:no-repeat !important;background-position:50% 50% !important;height:inherit;display:block;width:100%;margin:0;vertical-align:top;font-size:0;}
		#wrap .sub_hd_wrap .nav_box > ul > li:before {content:'';display:block;position:absolute;width:1px;height:14px;background:#ddd;top:50%;right:0;transform:translateY(-50%);z-index: 10;}
		#wrap .sub_hd_wrap .nav_box > ul > li > strong {box-sizing:border-box;vertical-align:top;width:100%;display:block;margin:0;padding:0;}
		#wrap .sub_hd_wrap .nav_box ul li > dl {width:100%;margin:0;padding:0;position:relative;z-index:1;}
		#wrap .sub_hd_wrap .nav_box ul li > dl.on {}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dt, #wrap .sub_hd_wrap .nav_box ul li > dl > dd {width:100%;margin:0;padding:0;box-sizing:border-box;background:#fff;vertical-align:top;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dt {position:relative;z-index:2;cursor:pointer;}
		#wrap .sub_hd_wrap .nav_box ul li > dl.on > dt {font-weight:500;color:#ad0003;}
		#wrap .sub_hd_wrap .nav_box > ul > li > strong, #wrap .sub_hd_wrap .nav_box ul li > dl > dt {font-size:16px;line-height:25px;padding:17px 41px 17px 21px;font-weight:400;color:#666;font-family:'Montserrat','Noto Sans KR','Malgun Gothic','맑은 고딕',-apple-system,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,dotum,sans-serif;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dt:after {border-top: 1px solid #333333;border-left: 1px solid #333333;border-right: none;right: 20px;transform: translateY(-50%) rotate(225deg);width: 7px;height: 7px;content:"";position:absolute;display: inline-block;top: 48%;margin: 0;padding: 0;transition:all 0.2s;}
		#wrap .sub_hd_wrap .nav_box ul li > dl.on > dt:after {border-color:#ad0003;top:56%;transform: translateY(-50%) rotate(45deg);}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd {height:0;overflow:hidden;left:-1px;width: calc(100% + 2px);border-left:1px #ddd solid;border-right:1px #ddd solid;position:absolute;z-index:1;transition:all 0.3s;border-top: 1px solid #ddd;}
		#wrap .sub_hd_wrap .nav_box ul li > dl.on > dd {height:auto;overflow:initial;border-bottom:1px #ddd solid;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul {padding: 13px 0 15px;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li {font-size: 16px;line-height:1.5em;font-weight:400;color:#666;vertical-align:top;font-family:'Montserrat','Noto Sans KR','Malgun Gothic','맑은 고딕',-apple-system,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,dotum,sans-serif;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li + li {}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li > a {padding:6px 21px;margin:0;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;display:block;vertical-align:top;box-sizing:border-box;font-family:inherit;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li:hover {color:#333;font-weight:500;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li.on,
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li:hover {font-weight: 500;color:#333;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li.on a {}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {width:100%;margin:0 auto;padding:300px 0 0;position:relative;z-index:1;background-repeat:no-repeat !important;background-position:50% 50% !important;background-size:cover !important;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg h2 {font-size:40px;letter-spacing:2px;line-height:1em;font-weight:600;color:#fff;text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:inline-block;margin:0 auto;padding:0;}
		#wrap .sub_hd_title {font-size:40px;line-height:1;font-weight:500;color:#333333;text-align:center;padding:100px 0 60px;}
		#wrap .sub_hd_title h2 {font-size:inherit;font-weight:inherit;color:inherit;}
		#wrap #contents_wrap #contents_box > .sub_hd_title {padding-top:60px;}
		
	@media only screen and (max-width:1247px) {
		#wrap .sub_hd_wrap {}
			#wrap .sub_hd_wrap .nav_box > ul {line-height:52px;height:52px;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child {width:53px;border-left:0;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:auto 18px !important;}
			#wrap .sub_hd_wrap .nav_box > ul > li > strong, #wrap .sub_hd_wrap .nav_box ul li > dl > dt {line-height:24px;padding:14px 38px 14px 18px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dt:after {right:16px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li > a {padding:6px 18px;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {padding-top:25%;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg h2 {font-size:38px;letter-spacing:1.5px;}
	}
	@media only screen and (max-width:1023px) {
		#wrap .sub_hd_wrap {}
			#wrap .sub_hd_wrap .nav_box > ul {line-height:48px;height:48px;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child {width:48px;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:auto 17px !important;}
			#wrap .sub_hd_wrap .nav_box > ul > li > strong, #wrap .sub_hd_wrap .nav_box ul li > dl > dt {font-size:15px;padding:12px 32px 12px 15px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dt:after {right:14px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul {padding:10px 0 15px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li > a {padding:5px 15px;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg h2 {font-size:36px;}
		#wrap .sub_hd_title {padding:11% 0 4%;}
		#wrap .sub_hd_title h2 {font-size:34px;}
		#wrap #contents_wrap #contents_box > .sub_hd_title {padding-top:7%;}
	}
	@media only screen and (max-width:860px) {
		#wrap .sub_hd_wrap {}
			#wrap .sub_hd_wrap .nav_box > ul {line-height:45px;height:45px;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child {width:44px;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:auto 16px !important;}
			#wrap .sub_hd_wrap .nav_box > ul > li > strong, #wrap .sub_hd_wrap .nav_box ul li > dl > dt {font-size:14px;line-height:21px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li {font-size:13px;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg h2 {font-size:34px;letter-spacing:1.2px;}
		#wrap .sub_hd_wrap .sub_side_menu .sub_menu > ul > li {font-size:14px;}
		#wrap .sub_hd_wrap .sub_side_menu .sub_menu > ul > li > a, #wrap .sub_hd_wrap .sub_side_menu .sub_menu > ul > li strong {padding:1.05em 0;}
		#wrap .sub_hd_wrap .sub_side_menu .sub_menu > ul > li + li {margin-left:1.3em;}
	}
	@media only screen and (max-width:640px) {
		#wrap .sub_hd_wrap {}
		#wrap .sub_hd_wrap .nav_box {border-top-width:1px;width:100%;}
		#wrap .sub_hd_wrap .nav_box > ul {line-height:45px;height:45px;}
		#wrap .sub_hd_wrap .nav_box > ul > li {width: calc(50% - 22px);border-right-width:1px;border-right:1px solid #ddd;}
		#wrap .sub_hd_wrap .nav_box > ul > li:first-child {width:44px;}
		#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:auto 16px !important;}
		#wrap .sub_hd_wrap .nav_box > ul > li:last-child {border-right-width:0;}
		#wrap .sub_hd_wrap .nav_box > ul > li:before {display:none;}
		#wrap .sub_hd_wrap .nav_box > ul > li > strong, #wrap .sub_hd_wrap .nav_box ul li > dl > dt {font-size:14px;line-height:21px;padding:12px 32px 12px 15px;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dt:after {border-top-width:1px;border-left-width:1px;border-right-width:1px;right:14px;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd {width: calc(100% + 2px);}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul {padding:10px 0 15px;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li {font-size:13px;line-height:1.5em;}
		#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li > a {padding:5px 15px;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {padding-top:29%;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg h2 {font-size:30px;margin-top:0;}
		#wrap .sub_hd_title {padding:19% 0 8.5%;}
		#wrap .sub_hd_title h2 {font-size:30px;}
		#wrap #contents_wrap #contents_box > .sub_hd_title {padding-top:14%;}
	}
	@media only screen and (max-width:500px) {
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {padding-top:32%;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg h2 {font-size:28px;}
	}
	@media only screen and (max-width:414px) {
		#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:auto 15px !important;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {padding-top:35%;}
	}
	@media only screen and (max-width:375px) {
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {padding-top:39%;}
	}
	@media only screen and (max-width:340px) {
		#wrap .sub_hd_wrap {}
			#wrap .sub_hd_wrap .nav_box > ul {line-height:41px;height:41px;}
			#wrap .sub_hd_wrap .nav_box > ul > li {width: calc(50% - 20px);}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child {width:40px;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:auto 14px !important;}
			#wrap .sub_hd_wrap .nav_box > ul > li > strong, #wrap .sub_hd_wrap .nav_box ul li > dl > dt {font-size:13px;line-height:19px;padding:11px 32px 11px 15px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul {padding:10px 0 15px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li {font-size:12px;line-height:1.5em;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li > a {padding:5px 15px;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {padding-top:40%;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg h2 {font-size:25px;letter-spacing:1.2px;margin-top:0;}
	}
	@media only screen and (max-width:320px) {
		#wrap .sub_hd_wrap {}
			#wrap .sub_hd_wrap .nav_box > ul > li {width: calc(50% - 19px);}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child {width:38px;}
			#wrap .sub_hd_wrap .nav_box > ul > li:first-child > a {background-size:auto 13px !important;}
			#wrap .sub_hd_wrap .nav_box > ul > li > strong, #wrap .sub_hd_wrap .nav_box ul li > dl > dt {padding:11px 27px 11px 10px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dt:after, #wrap .sub_hd_wrap .sub_side_menu .sub_menu .sub_cate_go:after {right:10px;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul {padding:8px 0;}
			#wrap .sub_hd_wrap .nav_box ul li > dl > dd > ul > li > a {padding:4px 10px;}
		#wrap .sub_hd_wrap .sub_visual .img_sub_bg {padding-top:40%;}
	}


/*───────────────────────────────────────────────────────────
	서브 컨텐츠 공통
───────────────────────────────────────────────────────────*/
	/* pc */
		#wrap .sub_content .dot_tit {font-size:32px;line-height:46px;font-weight:500;color:#ad0002;letter-spacing:-0.04em;padding:28px 0;position:relative;z-index:1;}
		#wrap .sub_content .dot_tit img {padding-left:35px;vertical-align: text-bottom;}
		#wrap .sub_content .dot_tit:before {content:'';display:block;position:absolute;width:20px;height:8px;background:#ad0003;left:3px;top:0;transform: skewX(326deg);}
		#wrap .sub_content .cnt_txt {font-size:16px;line-height:26px;color:#666666;letter-spacing:-0.04em;}
		#wrap .sub_section {margin-top:120px;}

	@media only screen and (max-width:1247px) {
		#wrap .sub_content .dot_tit {font-size:30px;line-height:44px;padding:26px 0;}
		#wrap .sub_content .cnt_txt {font-size:15px;line-height:25px;}
		#wrap .sub_section {margin-top:95px;}
	}
	@media only screen and (max-width:1023px) {
		#wrap .sub_content .dot_tit {font-size:28px;line-height:42px;padding:23px 0;}
		#wrap .sub_content .cnt_txt {font-size:14px;line-height:24px;}
		#wrap .sub_section {margin-top:85px;}
	}
	@media only screen and (max-width:860px) {
		#wrap .sub_content .dot_tit {font-size:26px;line-height:40px;padding:20px 0;}
		#wrap .sub_section {margin-top:70px;}
	}
	@media only screen and (max-width:640px) {
		#wrap .sub_content .dot_tit {font-size:23px;line-height:33px;padding:18px 0 20px;}
		#wrap .sub_content .dot_tit:before {width:10px;height:10px;}
		#wrap .sub_content .dot_tit img {height: 40px;padding-left: 0;float: right;}
		#wrap .sub_content .cnt_txt {font-size:13px;line-height:20px;}
		#wrap .sub_section {margin-top:65px;}

	}
	@media only screen and (max-width:414px) {
        #wrap .sub_content .dot_tit img {height:30px;}
	}
	@media only screen and (max-width:320px) {
        #wrap .sub_content .dot_tit img {height:25px;}
	}

/*───────────────────────────────────────────────────────────
	회사소개 - 기업개요
───────────────────────────────────────────────────────────*/
	/* 기업소개 */
		.about_info_wrap {}
		.about_info_wrap .about_info {position:relative;height: 420px;vertical-align: middle;}
		.about_info_wrap .about_info + .about_info {margin-top:80px;}
		.about_info_wrap .about_info .img_box {width: 48.39%;}
		.about_info_wrap .about_info .txt_box {width: 51.61%;display:inline-block;/* padding-right:50%; */position: relative;vertical-align: middle;}
		.about_info_wrap .about_info .img_box {/* width: 48.39%; */height:0;padding-bottom:420px;display: inline-block;position: absolute;top: 0;right: 0;}
			.about_info_wrap .about_info.about_info1 .img_box {background: url('../images/sub/about_img01.jpg') no-repeat center;background-size: cover;}
			.about_info_wrap .about_info.about_info2 .img_box {background: url('../images/sub/about_img02.jpg') no-repeat center;background-size: cover;top: 0;right: auto;left: 0;}
		.about_info_wrap .about_info .txt_box{top: 50%;transform: translateY(-50%);}	
		    .about_info_wrap .about_info.about_info2 .txt_box {padding-left: 51.61%;width:100%;box-sizing:border-box;}
		.about_info_wrap .about_info .txt_box .dot_tit {}
		.about_info_wrap .about_info .txt_box .cnt_txt {}

		@media only screen and (max-width:1247px) {
			.about_info_wrap .about_info {height:410px;}
			.about_info_wrap .about_info .img_box {padding-bottom:410px;}
			.about_info_wrap .about_info .txt_box {width: 48%;}
		}
		@media only screen and (max-width:1023px) {
			.about_info_wrap .about_info {height:400px;}
			.about_info_wrap .about_info .img_box {padding-bottom:400px;}
		}
		@media only screen and (max-width:860px) {
			.about_info_wrap .about_info {height:390px;}
			.about_info_wrap .about_info .img_box {padding-bottom:390px;}
		}
		@media only screen and (max-width:640px) {
			.about_info_wrap .about_info {height:auto;}
			.about_info_wrap .about_info + .about_info {margin-top:60px;}
			.about_info_wrap .about_info .img_box {width: 100%;position:static;padding-bottom:240px;}
			.about_info_wrap .about_info .txt_box {width: 100%;top:auto;transform:inherit;margin:30px 0 0;}
				.about_info_wrap .about_info.about_info2 .txt_box {padding-left:0;}
		}

	/* 회사조직 */
		.about_chart {position:relative;margin:0 auto;text-align:center;}
		.about_chart{}
		.about_chart .chart ul,
		.about_chart .chart li,
		.about_chart .chart h3,
		.about_chart .chart h4,
		.about_chart .chart h5,
		.about_chart .chart p,
		.about_chart .chart em {transition:all 0.3s;letter-spacing:-0.04em;}
		.about_chart .chart{position:relative;z-index:1;}
		.about_chart .chart em {color:#444;font-weight:400;display:inline-block;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
		.about_chart .chart h3:before,
		.about_chart .chart h3:after,
		.about_chart .chart h4:before,
		.about_chart .chart h4:after,
		.about_chart .chart .chart_box:before,
		.about_chart .chart .chart_box:after,
		.about_chart .chart .chart_box li:before,
		.about_chart .chart .chart_box li:after,
		.about_chart .chart .chart_box .chart_ul li .chart_team:before,
		.about_chart .chart .chart_box .chart_ul li .chart_team:after,
		.about_chart .chart .chart_box .chart_ul.chart_ul2:before {content:"";display:inline-block;z-index:-2;margin:0;padding:0;box-sizing:border-box;position:absolute;left:50%;background:#ddd;margin-left:-0.5px;}
		.about_chart .chart .chart_box .chart_ul li h4.aftnon:after {display:none;}
		.about_chart .chart h3,
		.about_chart .chart h4 {text-align:center;position:relative;background:#fff;margin:0 auto;padding:0;box-sizing:border-box;}
		.about_chart .chart h3 {width: 17.85%;padding:0;padding-bottom: 17.85%;margin-bottom: 30px;height:0;border-radius:100%;background: #ad0003;z-index:5;}
		.about_chart .chart h3:before{}
		.about_chart .chart h3 em {font-size: 30px;color: #fff;font-weight:600;}
		/*.about_chart .chart h3:after {width:1px;height: 60px;bottom: -60px;}*/
		.about_chart .chart .chart_box {width:100%;display: table;table-layout: fixed;padding-top: 30px;padding-bottom: 100px;position: relative;}
		.about_chart .chart .chart_box:before {width: 66.56%;height:1px;left: 50%;top: 0;transform: translateX(-50%);}
		.about_chart .chart .chart_box:after {content:'';display:block;clear:both;}
		.about_chart .chart .chart_box .chart_ul {display: table-cell;vertical-align: top;}
			.about_chart .chart .chart_box .chart_ul.chart_ul1 {width: 100%;}
			.about_chart .chart .chart_box .chart_ul.chart_ul2 {width:34.3%;}
		.about_chart .chart .chart_box .chart_ul:after {content:'';display:block;clear:both;}
		.about_chart .chart .chart_box .chart_ul li {width: 33.333%;display:inline-block;vertical-align: top;float:left;margin-left: -0.5px;z-index: 10;position: relative;}
		.about_chart .chart .chart_box .chart_ul li h4 {width: 80%;padding:0;padding-bottom:80px;height:0;border:1px solid #ad0003;background:#fff;box-sizing:border-box;position: relative;z-index: 10;}
		.about_chart .chart .chart_box .chart_ul li h4 em {font-size:18px;line-height:26px;color:#ad0003;font-weight:500;}
		.about_chart .chart .chart_box .chart_ul li h4:before {width:1px;height: 30px;top: -30px;}
		.about_chart .chart .chart_box .chart_ul li:nth-of-type(2) h4:before {height:60px;top:-60px;}
		.about_chart .chart .chart_box .chart_ul li .chart_team {padding-top:24px;position: relative;margin-top: 36px;display:flex;flex-wrap:wrap;position: absolute;top: 82px;left: 50%;min-width: 800px;width:100%;margin-left: -400px;}
		.about_chart .chart .chart_box .chart_ul li .chart_team:after {content:'';display:block;width: 1px;height: 36px;top: -36px;margin-left:-0.5px;}
		.about_chart .chart .chart_box .chart_ul li .chart_team:before {height:1px;left:50%;transform:translateX(-50%);top:0;}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team2:before {width: 50%;left: 50%;}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team3:before {width: calc(66% + 8.33px);}
		.about_chart .chart .chart_box .chart_ul li .chart_team li {width: calc(33.33% - 5.2px);padding:0;padding-bottom: 60px;border:1px solid #ddd;position:relative;box-sizing:border-box;background: #fff;}
		.about_chart .chart .chart_box .chart_ul li .chart_team li + li {margin-left: 8px;}
		.about_chart .chart .chart_box .chart_ul li .chart_team li em {font-size:16px;line-height: 24px;font-weight:400;color:#666666;}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team1 li {float: none;}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team2 li {}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team3 li {float: none;}
		.about_chart .chart .chart_box .chart_ul li .chart_team li:before {width:1px;height: 26px;top: -25px;}

		@media only screen and (max-width:1267px) {
			.about_chart .chart h3:after {height:30px;bottom:-30px;}
			/* .about_chart .chart .chart_box .chart_ul li h4 {padding-bottom: 74px;} */
			.about_chart .chart .chart_box .chart_ul li h4 em {font-size:17px;line-height:25px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team li {padding-bottom: 60px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team2:before {width: 51%;left: 50%;}
		/* .about_chart .chart .chart_box .chart_ul.chart_ul1 > li:nth-of-type(2) .chart_team li:before {margin-left:0px;} */
		}
		@media only screen and (max-width:1160px) {
            .about_chart .chart .chart_box .chart_ul li .chart_team li + li {}
		}
		@media only screen and (max-width:1137px) {
			.about_chart .chart h3 em {font-size: 26px;}
		}
		@media only screen and (max-width:1090px) {
			.about_chart .chart .chart_box:before {width: 66.6%;}
		}
		@media only screen and (max-width:980px) {
			.about_chart .chart h3 {width: 18.85%;padding-bottom: 18.85%;}
			.about_chart .chart h3 em {font-size: 24px;}
			.about_chart .chart h3:after {height: 304px;bottom: -304px;}
			.about_chart .chart .chart_box {display:block;table-layout:inherit;}
			.about_chart .chart .chart_box:before {width: calc(66.66% - 1px);}
			.about_chart .chart .chart_box .chart_ul {display:block;text-align:center;}
			.about_chart .chart .chart_box .chart_ul li h4 {padding-bottom:60px;}
			
			.about_chart .chart .chart_box .chart_ul li h4 em {font-size:16px;line-height:20px;}
			.about_chart .chart .chart_box .chart_ul li h4:before {height: 30px;top: -30px;}
			/* .about_chart .chart .chart_box .chart_ul > li {width: calc(33.333% - 2px) !important;} */
			.about_chart .chart .chart_box .chart_ul li .chart_team{top:45px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team2:before {width: 94px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team.team3:before {}
			.about_chart .chart .chart_box .chart_ul > li .chart_team li {}
			.about_chart .chart .chart_box .chart_ul li .chart_team li + li {}
			.about_chart .chart .chart_box .chart_ul > li .chart_team li em {font-size:14px;line-height: 20px;}

		}
		@media only screen and (max-width:880px) {
			.about_chart .chart h3 {width: 20.85%;padding-bottom: 20.85%;}
			.about_chart .chart h3 em {font-size: 22px;}
			.about_chart .chart h3:after {height: 424px;bottom: -424px;}
			.about_chart .chart .chart_box {padding-top:20px;padding-bottom:230px;}
			.about_chart .chart .chart_box:before{width:calc(66.66% + 10px);}
			.about_chart .chart .chart_box .chart_ul > li {width: calc(33.333% - 10px) !important;}
			.about_chart .chart .chart_box .chart_ul > li + li {margin-left: 15px !important;}
			.about_chart .chart .chart_box .chart_ul li h4 {width:100%;}
			.about_chart .chart .chart_box .chart_ul li h4:before {height:20px;top:-20px;}
			.about_chart .chart .chart_box .chart_ul li:nth-of-type(2) h4:before {height:50px;top:-50px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team {min-width:100%;position:absolute;width:300px;margin-left:-150px;top: 20px;}
			.about_chart .chart .chart_box .chart_ul > li .chart_team li {width:100%;z-index:10;}
			.about_chart .chart .chart_box .chart_ul > li .chart_team li + li {margin-left:0;margin-top:10px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team:before {display:none;}
			.about_chart .chart .chart_box .chart_ul li .chart_team li:before {height:10px;top:-10px;}
			.about_chart .chart .chart_box .chart_ul > li .chart_team li:nth-child(1):before{height:20px;top:-20px;}
			.about_chart .chart .chart_box .chart_ul > li > ul{width:160px;margin-left:-80px;}
			

		}
		@media only screen and (max-width:640px) {
			.about_chart .chart h3 {width: 25%;padding-bottom: 25%;}
			.about_chart .chart h3 em {font-size: 18px;}
			.about_chart .chart h3:after {height: 280px;bottom: -280px;}
			.about_chart .chart .chart_box{padding-bottom:100px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team {padding-top:0;width:200px;margin-left:-100px;top: 47px;}
			
			.about_chart .chart .chart_box .chart_ul li h4 {padding-bottom:45px;margin-bottom: 20px;}
			.about_chart .chart .chart_box .chart_ul li h4 em {font-size:14px;line-height:17px;}
			.about_chart .chart .chart_box .chart_ul li h4:before {height:20px;top:-20px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team {margin-top:20px}
			.about_chart .chart .chart_box .chart_ul li .chart_team li {padding-bottom:35px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team li:last-child{padding-bottom:50px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team li em {font-size:13px;padding:0 5px;box-sizing:border-box;}
			.about_chart .chart .chart_box .chart_ul li .chart_team li em br {display:none;}
		}
		@media only screen and (max-width:500px) {
			.about_chart .chart .chart_box:before {width:70%;}
			.about_chart .chart .chart_box{padding-bottom:130px;}
			.about_chart .chart .chart_box .chart_ul li .chart_team{width:160px;margin-left:-80px;}
		}
		@media only screen and (max-width:414px) {
			.about_chart .chart h3 {width: 29%;padding-bottom: 29%;}
			
		 }
		 @media only screen and (max-width:375px) {
			.about_chart .chart h3 {width: 32%;padding-bottom: 32%;}
			
		 }

	/* 사업장 안내 */
		.about_location {}
		.about_location .location_tab_wrap {max-width: 100%;padding-bottom:90px;}
		.about_location .location_tab_wrap .location_tab {box-sizing:border-box;    width: calc(100% + 50px);}
		.about_location .location_tab_wrap .location_tab li {/* float:left; */display: inline-block;width:auto;font-size:20px;line-height:1;font-weight:400;color:#888888;padding: 0 50px 0 0;position:relative;letter-spacing:-0.04em;box-sizing:border-box;cursor:pointer;}
		.about_location .location_tab_wrap .location_tab li:first-child {margin-left: 0;}
		.about_location .location_tab_wrap .location_tab li:last-child {padding-right:0;}
		.about_location .location_tab_wrap .location_tab li.on {font-weight:500;color:#ad0003;padding-left: 30px;}
		.about_location .location_tab_wrap .location_tab li.on:before {content:'';display:block;position:absolute;width:15px;height:15px;background:#fff;top:0;left:0;background:#ad0003;}
		.about_location .location_tab_wrap .location_tab li em {display:block;text-align:left;font-size:15px;line-height:1;font-weight:300;color:#999;margin-top:9px;}
		.about_location .location_tab_wrap .location_tab li.on em {color:inherit;}
		.about_location .location_tab_con {margin-top:-50px;}
		.about_location .location_tab_con .location_wrap {display:none;padding:0 0 0;}
		.about_location .location_tab_con .location_wrap.on {display:block;}
		.about_location .location_tab_con .location_wrap {}
		.about_location .location_tab_con .location_wrap + .location_wrap {}
		.about_location .location_tab_con .location_wrap .map_box {width:100%;height:420px;background:#f5f5f5;}
		.about_location .location_tab_con .location_wrap .map_info {width:100%;padding:45px 40px;border:1px solid #ddd;border-top:0;box-sizing:border-box;}
		.about_location .location_tab_con .location_wrap .map_info:after {content:'';display:block;clear:both;}
		.about_location .location_tab_con .location_wrap .map_info dt {float:left;font-size:28px;line-height:28px;font-weight:500;color:#333333;letter-spacing:-0.04em;vertical-align:middle;position:relative;padding-right:40px;}
		.about_location .location_tab_con .location_wrap .map_info dt:after {content:'';display:block;position:absolute;width:1px;height:14px;top:50%;right:0;transform:translateY(-50%);background:#ccc;}
		.about_location .location_tab_con .location_wrap .map_info dd {float:left;font-size:16px;line-height:28px;font-weight:400;color:#666666;letter-spacing:-0.04em;padding-left:30px;vertical-align:middle;}
		@media only screen and (max-width:1240px) {
			.about_location .location_tab_wrap{padding-bottom:82px;}
			.about_location .location_tab_con .location_wrap {padding:0 0 0;}
		}
		@media only screen and (max-width:980px) {
			.about_location .location_tab_wrap{padding-bottom:35px;}
			
			.about_location .location_tab_wrap .location_tab li {padding:0 40px 0 0;}
			.about_location .location_tab_wrap .location_tab li.on{padding-left:25px;}
			.about_location .location_tab_wrap .location_tab li.on:before {width:12px;height:12px;}
			.about_location .location_tab_con .location_wrap {padding:0 0 0;}
			.about_location .location_tab_con .location_wrap .map_box {height:400px;}
			.about_location .location_tab_con .location_wrap .map_info {padding:42px 37px;}
			.about_location .location_tab_con .location_wrap .map_info dt {font-size:25px;padding-right: 35px;}
			.about_location .location_tab_con .location_wrap .map_info dd {font-size:15px;padding-left:25px;}
			.about_location .location_tab_con {margin:0;}
		}
		@media only screen and (max-width:800px) {
			.about_location .location_tab_wrap{padding-bottom:32px;}
			.about_location .location_tab_wrap .location_tab li {font-size:16px;padding:0 30px 0 0;}
			.about_location .location_tab_wrap .location_tab li.on{padding-left:20px;}
			.about_location .location_tab_wrap .location_tab li.on:before {width:10px;height:10px;}
			.about_location .location_tab_wrap .location_tab li em {font-size:14px;}
			.about_location .location_tab_con .location_wrap {padding:0 0 0;}
			.about_location .location_tab_con .location_wrap .map_box {height:350px;}
			.about_location .location_tab_con .location_wrap .map_info {padding: 38px 33px;}
			.about_location .location_tab_con .location_wrap .map_info dt {font-size:22px;}
			.about_location .location_tab_con .location_wrap .map_info dd {font-size:14px;padding-left:20px;}
		}
		@media only screen and (max-width:640px) {
			.about_location .location_tab_wrap{padding-bottom:30px;}
			.about_location .location_tab_wrap .location_tab li {font-size:15px;padding:0 20px 0 0;}
			.about_location .location_tab_con .location_wrap {padding:0 0 0;}
			.about_location .location_tab_con .location_wrap .map_box {height:300px;}
			.about_location .location_tab_con .location_wrap .map_info {display:block;padding:20px 17px;text-align:center;}
			.about_location .location_tab_con .location_wrap .map_info dt {float:none;font-size:20px;padding:0;}
			.about_location .location_tab_con .location_wrap .map_info dt:after {display:none;}
			.about_location .location_tab_con .location_wrap .map_info dd {float:none;font-size:13px;line-height:1.5;padding:11px 0 0;}
		}
		@media only screen and (max-width:500px) {
			.about_location .location_tab_wrap{padding-bottom:20px;}
			.about_location .location_tab_wrap .location_tab li {font-size:14px;padding:0 26px 0 0;}
			.about_location .location_tab_wrap .location_tab li:before {width:8px;height:8px;}
			.about_location .location_tab_wrap .location_tab li.on {padding-left:20px;}
			.about_location .location_tab_wrap .location_tab li em {font-size:13px;}
			.about_location .location_tab_con .location_wrap {padding:0 0 0;}
			.about_location .location_tab_con .location_wrap .map_box {height:250px;}
		}


/*───────────────────────────────────────────────────────────
	회사소개 - 연혁
───────────────────────────────────────────────────────────*/
	/*** company/history (회사개요/연혁) ***/
		/* pc */
			.sub_history .history_wrap,
			.sub_history .history_box,
			.sub_history .history_box .history_align,
			.sub_history .history_box .his_year,
			.sub_history .history_box .his_year .year,
			.sub_history .history_box .his_year .year strong,
			.sub_history .history_box .his_detail,
			.sub_history .history_box .his_detail ul,
			.sub_history .history_box .his_detail ul li,
			.sub_history .history_box ul,
			.sub_history .history_box li,
			.sub_history .history_wrap {position:relative;width:100%;z-index:1;box-sizing:border-box;}
			.sub_history .history_wrap {margin-top:40px;}
			.sub_history .history_wrap:before {content:"";display:inline-block;width:1px;height:100%;position:absolute;left:50%;top:0;background: #dddddd;}
			.sub_history .history_section + .history_section {margin-top:100px;}
			/* 이미지 */
				.sub_history .history_img {position:absolute;top:0;left:0;}
			/* 내용 */
				.sub_history .history_box {display:block;position:relative;width:100%;z-index:1;box-sizing:border-box;}
				.sub_history .history_box:after {clear:both;content:"";display:block;}
				.sub_history .history_box + .history_box {margin-top: 30px;}
				.sub_history .history_box .history_align {float: right;position: relative; width: 50%;}
				.sub_history .history_box .his_year,
				.sub_history .history_box .his_detail {width:100%;display:block;box-sizing:border-box;vertical-align:top;}
			/* 연도 */
				.sub_history .history_box .his_year {position: relative;margin: 0 0 10px;}
				.sub_history .history_box .his_year::before {content: "";position: absolute;right: inherit;left:-17px;top: 50%;transform: translateY(-50%);width: 33px;height: 33px;background: rgba(173, 0, 3, 0.1);border-radius: 50%;}
				.sub_history .history_box .his_year::after {content: "";position: absolute;right: inherit;left: -12px;top: 50%;transform: translateY(-50%);width: 23px;height: 23px;background: rgba(173, 0, 3, 0.2);border-radius: 50%;}
				.sub_history .history_box .his_year .year {position:relative;z-index:1;box-sizing:border-box; text-align: left;}
				.sub_history .history_box .his_year .year::before {content: "";position: absolute;right: inherit;left: 0;top: 50%;transform: translateY(-50%);width: 50px;height: 1px;background: #ad0003;}
				.sub_history .history_box .his_year .year::after {content: "";position: absolute;right: inherit;left: -7px;top: 50%;transform: translateY(-50%);width: 14px;height: 14px;background: #fff;box-sizing: border-box;border: 2px solid #ad0003;border-radius: 50%;}
				.sub_history .history_box .his_year .year strong {margin:0;padding-right: 0;padding-left: 70px;line-height:50px;height:50px;font-size:30px;font-weight:bold;color:#333;display:inline-block;position:relative;}
			/* 세부내역 */
				.sub_history .history_wrap .history_box .his_detail {box-sizing:border-box;}
				.sub_history .history_wrap .history_box .his_detail ul {width:100%;float: right; position:relative;box-sizing:border-box;padding-right: 0;padding-left: 70px;text-align:left;}
				.sub_history .history_wrap .history_box .his_detail li {position: relative;padding:0;line-height: 28px;font-size:16px;vertical-align:middle;box-sizing:border-box;word-break:keep-all;position:relative;}
				.sub_history .history_wrap .history_box .his_detail li + li {margin-top:0}
				.sub_history .history_wrap .history_box .his_detail li em {display:inline-block;position:absolute;font-size:20px;line-height:inherit;font-weight:500;color:#333333;margin-right:30px;top:0;left:0;}
				.sub_history .history_wrap .history_box .his_detail li p {font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;padding-left:50px;}

		@media only screen and (max-width:1247px) {
			.sub_history .history_wrap {margin-top:30px;}
			.sub_history .history_box .his_year .year strong {font-size: 25px;}
			.sub_history .history_wrap .history_box .his_detail li {font-size: 15px;line-height: 26px;}
			.sub_history .history_wrap .history_box .his_detail li em {font-size:19px;}
			.sub_history .history_wrap .history_box .his_detail li p {padding-left: 45px;}
		}
		@media only screen and (max-width:1110px) {
			.sub_history .history_section + .history_section {margin-top:90px;}
			.sub_history .history_wrap:before {left:50%;}
			.sub_history .history_img {width: 45%;}
			.sub_history .history_img img {width:100%;}
			.sub_history .history_box .history_align {width: 50%;}
		}
		@media only screen and (max-width:860px) {
			.sub_history .history_section + .history_section {margin-top:80px;}
			.sub_history .history_box .his_year {margin:0;}
			.sub_history .history_box .his_year .year strong {font-size: 22px;}
			.sub_history .history_wrap .history_box .his_detail li {font-size: 14px;line-height: 24px;}
			.sub_history .history_wrap .history_box .his_detail li em {font-size:18px;}
			.sub_history .history_wrap .history_box .his_detail li p {padding-left: 38px;}
		}
		@media only screen and (max-width:768px) {
		}
		@media only screen and (max-width:640px) {
			.sub_history .history_section + .history_section {margin-top:65px;}
			.sub_history .history_wrap {padding-left: 21px;margin-top:10px;}
			.sub_history .history_wrap:before {left: 20px;}
			.sub_history .history_box {margin-top:20px;}
			.sub_history .history_box + .history_box {margin-top: 20px;}
			.sub_history .history_img {position:relative;width:calc(100% + 21px);margin-left:-21px;}
			.sub_history .history_box .history_align {width: 100%;}
			.sub_history .history_box .his_year .year {text-align: left;}
			.sub_history .history_box .his_year::before {right: inherit; left: -17px;}
			.sub_history .history_box .his_year::after {right: inherit; left: -12px;}
			.sub_history .history_box .his_year .year::before {right: inherit; left: 0;}
			.sub_history .history_box .his_year .year::after {right: inherit;left: -7px;}
			.sub_history .history_box .his_year .year strong {padding-right: 0;padding-left: 70px;font-size: 20px;}
			.sub_history .history_wrap .history_box .his_detail ul {float: right; text-align: left; padding-right: 0; padding-left: 70px;}
			.sub_history .history_wrap .history_box .his_detail li {font-size: 13px;line-height: 20px;}
			.sub_history .history_wrap .history_box .his_detail li em {font-size:13px;}
			.sub_history .history_wrap .history_box .his_detail li p {padding-left: 28px;}
		}
		@media only screen and (max-width:480px) {
			.sub_history .history_wrap {padding-left: 16px;}
			.sub_history .history_wrap:before {left: 15px;}
		
			.sub_history .history_box .his_year .year::before {width: 30px;}
			.sub_history .history_box .his_year .year strong {padding-left: 40px;}

			.sub_history .history_box:nth-of-type(even) .his_year .year strong {padding-left: 40px;}
			.sub_history .history_wrap .history_box .his_detail ul {padding-left: 40px;}
			.sub_history .history_wrap .history_box:nth-of-type(even) .his_detail ul {padding-left: 40px;}
		}


/*───────────────────────────────────────────────────────────
	회사소개 - 경영방침
───────────────────────────────────────────────────────────*/
	.sub_introduce {}
	.sub_introduce .intro_title {background:url('../images/sub/introduce_bg.jpg') no-repeat center;background-size:cover;}
	.sub_introduce .intro_title .txt_box {padding:78px 0 80px;text-align:center;}
	.sub_introduce .intro_title .txt_box h3 {font-size:36px;line-height:50px;font-weight:600;color:#ffffff;letter-spacing:-0.04em;padding-bottom:77px;margin-bottom:17px;position:relative;}
	.sub_introduce .intro_title .txt_box h3:after {content:'';display:block;position:absolute;width:1px;height:40px;background:#ffffff;bottom:0;left:50%;}
	.sub_introduce .intro_title .txt_box p {font-size:26px;line-height:30px;font-weight:400;color:#ffffff;letter-spacing:-0.04em;line-height: 1.45;}
	.sub_introduce .intro_value {}
	.sub_introduce .intro_value .dot_tit p {font-size:22px;line-height:1.5;font-weight:400;color:#333333;margin-top: 12px;}
	.sub_introduce .intro_value .value_step {margin:30px 0 0;}
	.sub_introduce .intro_value .value_step ul li {float:left;width:20%;text-align:center;vertical-align:top;}
	.sub_introduce .intro_value .value_step ul li .icon {height:0;padding-bottom:59px;}
		.sub_introduce .intro_value .value_step ul li .icon.icon1 {background:url('../images/sub/introduce_icon01.png') no-repeat center top;background-size:auto 100%;}
		.sub_introduce .intro_value .value_step ul li .icon.icon2 {background:url('../images/sub/introduce_icon02.png') no-repeat center top;background-size:auto 100%;}
		.sub_introduce .intro_value .value_step ul li .icon.icon3 {background:url('../images/sub/introduce_icon03.png') no-repeat center top;background-size:auto 100%;}
		.sub_introduce .intro_value .value_step ul li .icon.icon4 {background:url('../images/sub/introduce_icon04.png') no-repeat center top;background-size:auto 100%;}
		.sub_introduce .intro_value .value_step ul li .icon.icon5 {background:url('../images/sub/introduce_icon05.png') no-repeat center top;background-size:auto 100%;}
	.sub_introduce .intro_value .value_step ul li h4 {font-size:20px;line-height:1;font-weight:500;color:#0b2369;padding:30px 0 18px;letter-spacing:-0.04em;}
	.sub_introduce .intro_value .value_step ul li p {font-size:16px;line-height:24px;font-weight:400;color:#777777;letter-spacing:-0.04em;}
	.sub_introduce .intro_ci {}
	.sub_introduce .intro_ci .ci_wrap {}
	.sub_introduce .intro_ci .ci_wrap > ul {}
	.sub_introduce .intro_ci .ci_wrap > ul > li {float:left;width:calc(50% - 20px);}
	.sub_introduce .intro_ci .ci_wrap > ul > li + li {margin-left:40px;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_logo .img_box,
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box {margin-bottom:25px;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_logo .img_box {width:100%;height:0;padding-bottom:264px;box-sizing:border-box;background:url('../images/sub/introduce_ci.jpg') no-repeat center;border:1px solid #ddd;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box {}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul {}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul:after {content:'';display:block;clear:both;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li {float:left;width:calc(33.333% - 20px);}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li + li {margin-left:30px;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .color {width:100%;height:180px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .color.blue {background:#0b2369;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .color.red {background:#fe0000;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .color.wine {background:#ad0002;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box {padding: 19px 18px 20px;box-sizing:border-box;border:1px solid #ddd;border-top:0;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box strong {display:block;font-size:18px;line-height:1;font-weight:600;color:#333333;letter-spacing:-0.04em;}
	.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box p {line-height:1 !important;padding-top:12px;}
	
	@media only screen and (max-width:1247px) {
		.sub_introduce .intro_value .dot_tit p {font-size:21px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li {width:calc(50% - 15px);}
		.sub_introduce .intro_ci .ci_wrap > ul > li + li {margin-left:30px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_logo .img_box {padding-bottom:47.5%;background-size:100%;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .color {height:0;padding-bottom:100%;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li {width:calc(33.333% - 14px);}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li + li {margin-left:20px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box {padding: 17px 16px 18px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box strong {font-size:17px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box p {font-size:14px;}
	}
	@media only screen and (max-width:1023px) {
		.sub_introduce .intro_title .txt_box {padding:65px 0 75px;}
		.sub_introduce .intro_title .txt_box h3 {font-size:34px;line-height:44px;padding-bottom:67px;}
		.sub_introduce .intro_title .txt_box p {font-size:24px;}
		.sub_introduce .intro_value .dot_tit p {font-size:19px;}
		.sub_introduce .intro_value .value_step ul li {width:33.333%;}
		.sub_introduce .intro_value .value_step ul li:nth-child(3n+1) {clear:both;}
		.sub_introduce .intro_value .value_step ul li:nth-child(n+4) {margin-top:45px}
		.sub_introduce .intro_value .value_step ul li h4 {font-size:18px;padding:28px 0 17px;}
		.sub_introduce .intro_value .value_step ul li p {font-size:15px;line-height:24px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_logo .img_box,
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box {margin-bottom:20px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box strong {font-size:16px;}
	}
	@media only screen and (max-width:980px) {
		.sub_introduce .intro_title .txt_box {padding:45px 0 55px;}
		.sub_introduce .intro_title .txt_box h3 {font-size:30px;line-height:40px;padding-bottom:60px;}
		.sub_introduce .intro_title .txt_box h3:after {height:45px;}
		.sub_introduce .intro_title .txt_box p {font-size:21px;}
		.sub_introduce .intro_value .dot_tit p {font-size:18px;}
		.sub_introduce .intro_value .value_step {margin-top:20px;}
		.sub_introduce .intro_value .value_step ul li h4 {font-size:17px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li {width:calc(50% - 10px);}
		.sub_introduce .intro_ci .ci_wrap > ul > li + li {margin-left:20px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li {width:calc(33.333% - 10px);}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li + li {margin-left:15px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box {padding: 14px 12px 16px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box strong {font-size:16px;}
	}
	@media only screen and (max-width:900px) {
		.sub_introduce .intro_ci .ci_wrap > ul > li {width:calc(50% - 7.5px);}
		.sub_introduce .intro_ci .ci_wrap > ul > li + li {margin-left:15px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box p {font-size:13px !important;}
	}
	@media only screen and (max-width:860px) {
		.sub_introduce .intro_title .txt_box h3 {font-size:26px;line-height:46px;}
	}
	@media only screen and (max-width:840px) {
		.sub_introduce .intro_ci .ci_wrap > ul > li {width:100%;}
		.sub_introduce .intro_ci .ci_wrap > ul > li + li {margin-left:0;margin-top:30px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_logo .img_box,
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box {margin-bottom:12px;}
	}
	@media only screen and (max-width:768px) {
		.sub_introduce .intro_title .txt_box {padding:30px 0 40px;}
		.sub_introduce .intro_title .txt_box h3 {font-size:23px;line-height:33px;padding-bottom:48px;}
		.sub_introduce .intro_title .txt_box h3:after {height:30px;}
		.sub_introduce .intro_title .txt_box p {font-size:18px;}
		.sub_introduce .intro_value .dot_tit p {font-size:16px;}
		.sub_introduce .intro_value .value_step ul li h4 {font-size:16px;padding:24px 0 14px;}
		.sub_introduce .intro_value .value_step ul li p {font-size:14px;line-height:22px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box strong {font-size:14px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box p {font-size:13px;}
	}
	@media only screen and (max-width:640px) {
		.sub_introduce .intro_title .txt_box {padding:34px 0 45px;}
		.sub_introduce .intro_title .txt_box h3 {font-size:20px;line-height:30px;padding-bottom:41px;margin-bottom:15px;}
		.sub_introduce .intro_title .txt_box h3:after {height:20px;}
		.sub_introduce .intro_title .txt_box p {font-size:14px;line-height:24px;}
		.sub_introduce .intro_value .dot_tit p {font-size:14px;line-height:23px;}
		.sub_introduce .intro_value .value_step ul li h4 {font-size:15px;padding:12px 0;}
		.sub_introduce .intro_value .value_step ul li p {font-size:13px;line-height:20px;}
		.sub_introduce .intro_value .value_step ul li .icon {background-size:auto 74% !important;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box strong {font-size:13px;}
		.sub_introduce .intro_ci .ci_wrap > ul > li.ci_color .color_box ul li .txt_box p {font-size:12px;}
	}
	@media only screen and (max-width:457px) {
		.sub_introduce .intro_value .value_step ul li {width:50%;}
		.sub_introduce .intro_value .value_step ul li:nth-child(2n) {float:left;}
		.sub_introduce .intro_value .value_step ul li:nth-child(2n+1) {clear:both;}
		.sub_introduce .intro_value .value_step ul li:nth-child(3n+1) {clear:inherit;}
		.sub_introduce .intro_value .value_step ul li:nth-child(n+3) {margin-top:35px;}
	}
	@media only screen and (max-width:320px) {
		.sub_introduce .intro_value .dot_tit p br {display:none;}
	}


/*───────────────────────────────────────────────────────────
	회사소개 - CEO 인사말
───────────────────────────────────────────────────────────*/
	.sub_ceo {}
	.sub_ceo .ceo_title {background:url('../images/sub/ceo_bg.jpg') no-repeat center top;background-size:cover;height:0;padding-bottom:440px;margin-top:40px;position:relative;transition: all 0.3s;}
	.sub_ceo .ceo_title .txt_box {width:320px;height:auto;background:#ad0002;padding:40px 30px;box-sizing:border-box;position:absolute;top:-40px;left:80px;}
	.sub_ceo .ceo_title .txt_box em {display:inline-block;font-size:18px;line-height:26px;font-weight:600;color:#fff;letter-spacing:-0.04em;}
	.sub_ceo .ceo_title .txt_box h3 {font-size:28px;line-height:40px;font-weight:400;color:#fff;margin-top:66px;letter-spacing:-0.04em;}
	.sub_ceo .ceo_txt {margin:50px 0 0;}
	.sub_ceo .ceo_txt p {font-size:18px;line-height:28px;font-weight:400;color:#666666;letter-spacing:-0.04em;}
	.sub_ceo .ceo_txt p + p {padding-top:30px;}
	.sub_ceo .ceo_txt p.ceo {text-align:right;color:#333333;padding:80px 0 0;}
	.sub_ceo .ceo_txt p.ceo strong {display:inline-block;font-size:24px;line-height:1;font-weight:500;color:inherit;margin-left:10px;}

	@media only screen and (max-width:1247px) {
	}
	@media only screen and (max-width:1023px) {
		.sub_ceo .ceo_title {padding-bottom:400px;}
		.sub_ceo .ceo_title .txt_box {padding:35px 25px;top:-35px;left:70px;}
		.sub_ceo .ceo_title .txt_box em {font-size:17px;}
		.sub_ceo .ceo_title .txt_box h3 {font-size:26px;line-height:38px;margin-top:60px;}
		.sub_ceo .ceo_txt {margin:40px 0 0;}
		.sub_ceo .ceo_txt p {font-size:16px;line-height:26px;}
		.sub_ceo .ceo_txt p + p {padding-top:25px;}
		.sub_ceo .ceo_txt p.ceo {padding:75px 0 0;}
		.sub_ceo .ceo_txt p.ceo strong {font-size:22px;}
	}
	@media only screen and (max-width:980px) {
		
	}
	@media only screen and (max-width:860px) {
		
	}
	@media only screen and (max-width:768px) {
		.sub_ceo .ceo_title {padding-bottom:350px;}
		.sub_ceo .ceo_title .txt_box {width:auto;padding:35px 80px 35px 25px;left:30px;}
		.sub_ceo .ceo_title .txt_box em {font-size:15px;}
		.sub_ceo .ceo_title .txt_box h3 {font-size:23px;line-height:32px;margin-top:45px;}
		.sub_ceo .ceo_txt {margin:30px 0 0;}
		.sub_ceo .ceo_txt p {font-size:15px;line-height:25px;}
		.sub_ceo .ceo_txt p + p {padding-top:20px;}
		.sub_ceo .ceo_txt p.ceo {padding:60px 0 0;}
		.sub_ceo .ceo_txt p.ceo strong {font-size:18px;}
		
	}
	@media only screen and (max-width:640px) {
		.sub_ceo .ceo_title {padding-bottom:300px;}
		.sub_ceo .ceo_title .txt_box {padding:30px 60px 30px 25px;top:-35px;left:20px;}
		.sub_ceo .ceo_title .txt_box em {font-size:14px;}
		.sub_ceo .ceo_title .txt_box h3 {font-size:20px;line-height:27px;margin-top:28px;}
		.sub_ceo .ceo_txt {margin:25px 0 0;}
		.sub_ceo .ceo_txt p {font-size:13px;line-height:20px;}
		.sub_ceo .ceo_txt p + p {padding-top:20px;}
		.sub_ceo .ceo_txt p.ceo {padding:25px 0 0;}
		.sub_ceo .ceo_txt p.ceo strong {font-size:15px;margin-left:6px;}
	}
	@media only screen and (max-width:425px) {
		.sub_ceo .ceo_title .txt_box {padding:23px 50px 23px 20px;top:-30px;left:15px;}
		.sub_ceo .ceo_title .txt_box em {font-size:13px;}
		.sub_ceo .ceo_title .txt_box h3 {font-size:19px;line-height:25px;margin-top:21px;}
		
	}
	@media only screen and (max-width:375px) {
		.sub_ceo .ceo_title {padding-bottom:225px;}
		
	}


/*───────────────────────────────────────────────────────────
	인재채용
───────────────────────────────────────────────────────────*/
	.sub_employment .info_txtwrp {padding:80px 0 0;}
	.sub_employment .info_txtwrp dl {display:table;table-layout:fixed;width:100%;}
	.sub_employment .info_txtwrp dl dt {display:table-cell;width:24.2%;font-size:22px;line-height:1;font-weight:500;color:#333333;letter-spacing:-0.04em;border-top:1px solid #333333;}
	.sub_employment .info_txtwrp dl dt strong {font-size:inherit;line-height:inherit;font-weight:inherit;color:#ad0003;}
	.sub_employment .info_txtwrp dl dt, .sub_employment .info_txtwrp dl dd {padding:40px 0 80px;}
	.sub_employment .info_txtwrp dl dd {display:table-cell;border-top:1px solid #ccc;}
	.sub_employment .info_txtwrp dl dd ul {}
	.sub_employment .info_txtwrp dl dd ul li {position:relative;padding-left:13px;}
	.sub_employment .info_txtwrp dl dd ul li + li {margin-top:42px;}
	.sub_employment .info_txtwrp dl dd ul li:before {content:'';display:block;position:absolute;width:4px;height:4px;background:#333333;top:6px;left:0;}
	.sub_employment .info_txtwrp dl dd ul li p {font-size:16px;line-height:1;font-weight:400;color:#777777;letter-spacing:-0.04em;}
	.sub_employment .info_txtwrp dl dd ul li p em {font-size:18px;line-height:1;font-weight:400;color:#333333;display:block;margin-bottom:20px;}
	.sub_employment .info_txtwrp dl dd ul li p em a {position: relative; font-size: inherit;color:inherit;}
	.sub_employment .info_txtwrp dl dd ul li p em a::after {content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #333;}
	.sub_employment .info_txtwrp dl dd ul li .down_box {margin-top:40px;margin-left:-13px;}
	.sub_employment .info_txtwrp dl dd ul li .down_box a {display:inline-block;font-size:18px;line-height:1;font-weight:400;border:1px solid #dddddd;padding:20px 100px 20px 20px;letter-spacing:-0.04em;}
	.sub_employment .info_txtwrp dl dd ul li .down_box a.blue {color:#0b2369;background:url('../images/sub/down_icon01.png') no-repeat center right 26px;background-size:20px 20px;}
	.sub_employment .info_txtwrp dl dd ul li .down_box a.red {color:#ad0002;background:url('../images/sub/down_icon02.png') no-repeat center right 26px;background-size:20px 20px;}
	.sub_employment .info_txtwrp dl dd ul li .down_box a + a {margin-left:17px;}
	.sub_employment .info_imgwrp {display:table;width:100%;padding:15px 0 0;}
	.sub_employment .info_imgwrp ul {display:table-cell;position:relative;vertical-align:middle;}
	.sub_employment .info_imgwrp ul:after {content:'';display:block;clear:both;}
	.sub_employment .info_imgwrp ul.info_left {width: 27.2%;}
	.sub_employment .info_imgwrp ul.info_center {width: ;}
	.sub_employment .info_imgwrp ul.info_right {width: 39.9%;}
	.sub_employment .info_imgwrp ul li {position:relative;width: 14.5%;height: 0;padding-bottom: 14.5%;border-radius:100%;border:1px solid #ccc;box-sizing:border-box;float:left;z-index:9;vertical-align: middle;}
	.sub_employment .info_imgwrp ul.info_left li {width:53.4%;height:0;padding-bottom:53.4%;}
	.sub_employment .info_imgwrp ul.info_right li {width:36.4%;height:0;padding-bottom:36.4%;}
	.sub_employment .info_imgwrp ul li + li {margin-left:-24px;}
	.sub_employment .info_imgwrp ul li em {display:block;width:100%;font-size:24px;line-height:1;font-weight:500;color:#333333;letter-spacing:-0.04em;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;}
	.sub_employment .info_imgwrp ul li em span {display:block;font-size:20px;line-height:1;font-weight:400;color:#555555;padding-top:15px;}
	.sub_employment .info_imgwrp ul li.point {border-color:#d67f81;background:#fdf6f6;z-index:8;}
	.sub_employment .info_imgwrp ul li.basic {border-color:#a4906e;background: #fff;}
	.sub_employment .info_imgwrp ul.info_left li.point:before,
	.sub_employment .info_imgwrp ul.info_right li.basic:before,
	.sub_employment .info_imgwrp ul.info_center li:before,
	.sub_employment .info_imgwrp ul.info_center:after,
	.sub_employment .info_imgwrp ul.info_center li strong:before,
	.sub_employment .info_imgwrp ul.info_center li strong:after {content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);}
	.sub_employment .info_imgwrp ul.info_left li.point:before,
	.sub_employment .info_imgwrp ul.info_center li strong:after {width:7px;height:7px;border-radius:100%;background:#ad0003;right: -5px;} /* 오른쪽작은블릿 */
	.sub_employment .info_imgwrp ul.info_right li.basic:before,
	.sub_employment .info_imgwrp ul.info_center li strong:before {width:7px;height:7px;border-radius:100%;background:#ad0003;left: -5px;} /* 왼쪽작은블릿 */
	.sub_employment .info_imgwrp ul.info_center {}
	.sub_employment .info_imgwrp ul.info_center:after {width: 130%;height:1px;background:#ad0003;left: 50%;transform: translate(-50%, -50%);z-index:1;}
	.sub_employment .info_imgwrp ul.info_center li {width: 51.8%;height: 0;padding-bottom: 51.8%;border:0;margin: 0 22% 0 26%;}
	.sub_employment .info_imgwrp ul.info_center li:before {} /* infocenter 왼쪽라인 */
	.sub_employment .info_imgwrp ul.info_center li:after {} /* infocenter 오른쪽라인 */
	.sub_employment .info_imgwrp ul.info_center li:before {width:100%;height:100%;border-radius:100%;background:#ad0003;opacity:0.2;margin-left:-20px;z-index:-1;} 
	.sub_employment .info_imgwrp ul.info_center li strong {display:block;width:100%;height: 0;padding-bottom: 96.62%;border-radius:100%;border:3px solid #ad0003;background:#fff;box-sizing:border-box;position: relative;}
	.sub_employment .info_imgwrp ul.info_center li strong em,
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong em {font-size:30px;}
	.sub_employment .info_imgwrp ul.info_center li strong em:before {} /* infocenter 그림자 */
	
	.sub_employment.sub_jobs {}
	.sub_employment.sub_jobs .info_imgwrp {}
	.sub_employment.sub_jobs .info_imgwrp ul {width:100%;display:block;position:relative;}
	.sub_employment.sub_jobs .info_imgwrp ul:before {content:'';display:block;position:absolute;width: 94%;height:1px;background:#ad0003;top:50%;}
	.sub_employment.sub_jobs .info_imgwrp ul:after {content:'';display:block;clear:both;}
	.sub_employment.sub_jobs .info_imgwrp ul li {display:inline-block;float: ;margin: 2.3% 0;margin-right:6%;margin-left:0;background:#fff;}
	.sub_employment.sub_jobs .info_imgwrp ul li + li:before,
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong:before {content:'';display:block;position:absolute;width:7px;height:7px;border-radius:100%;background:#ad0003;left:-4px;top:50%;transform:translateY(-50%);}
	.sub_employment.sub_jobs .info_imgwrp ul li + li {}
	.sub_employment.sub_jobs .info_imgwrp ul li em {}
	.sub_employment.sub_jobs .info_imgwrp ul li.point {background:#fdf6f6;}
	.sub_employment.sub_jobs .info_imgwrp ul li.final {margin-right:0;}
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong {}
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong em {}
	.sub_employment.sub_jobs .info_imgwrp ul li.final {width: 17%;height: 0;padding-bottom: 17%;border:0;margin: 1.15% 0;}
	.sub_employment.sub_jobs .info_imgwrp ul li.final:before {} /* infocenter 왼쪽라인 */
	.sub_employment.sub_jobs .info_imgwrp ul li.final:after {} /* infocenter 오른쪽라인 */
	.sub_employment.sub_jobs .info_imgwrp ul li.final:before {content:'';display:block;position:absolute;width:100%;height:100%;border-radius:100%;background:#ad0003;opacity:0.2;margin-left:-9%;z-index:-1;} 
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong {display:block;width:100%;height: 0;padding-bottom: 96.62%;border-radius:100%;border:3px solid #ad0003;background:#fff;box-sizing:border-box;position: relative;}
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong:before {left:-5px;}
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong em {font-size:30px;}
	.sub_employment.sub_jobs .info_imgwrp ul li.final strong em:before {} /* infocenter 그림자 */
	.sub_employment.sub_jobs .info_imgwrp ul + p {display:block;text-align:center;font-size:16px;line-height:1;font-weight:400;color:#777777;clear:both;}

	@media only screen and (max-width:1270px) {
		
	}
	@media only screen and (max-width:1247px) {
		.sub_employment .info_txtwrp dl dt, .sub_employment .info_txtwrp dl dd {padding:35px 0 75px;}
		.sub_employment .info_txtwrp dl dt {font-size:21px;}
		.sub_employment .info_txtwrp dl dd ul li + li {margin-top:35px;}
		.sub_employment .info_imgwrp ul li em {font-size:22px;}
		.sub_employment .info_imgwrp ul li em span {font-size:17px;}
	
	}
	@media only screen and (max-width:1023px) {
		.sub_employment .info_txtwrp {padding:70px 0 0;}
		.sub_employment .info_txtwrp dl dt, .sub_employment .info_txtwrp dl dd {padding:30px 0 60px;}
		.sub_employment .info_txtwrp dl dt {width:25%;font-size:20px;}
		.sub_employment .info_txtwrp dl dd ul li p {font-size:15px;line-height:1.5;}
		.sub_employment .info_txtwrp dl dd ul li p em {font-size:17px;margin-bottom: 18px;}
		.sub_employment .info_txtwrp dl dd ul li + li {margin-top:30px;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a {font-size:17px;}
		.sub_employment .info_imgwrp ul li em {font-size:20px;}
		.sub_employment .info_imgwrp ul li em span {font-size:16px;padding-top:13px;}
		.sub_employment .info_imgwrp ul.info_center li strong em,
		.sub_employment.sub_jobs .info_imgwrp ul li.final strong em {font-size:23px;}
		.sub_employment .info_imgwrp ul.info_left li {width: 53.4%;padding-bottom: 53.4%;}
		.sub_employment .info_imgwrp ul.info_right li {width: 36.4%;padding-bottom: 36.4%;}
		.sub_employment .info_imgwrp ul.info_center li {width: 55.8%;padding-bottom: 55.8%;margin: 0 20% 0 24%;}
		.sub_employment .info_imgwrp ul.info_center li strong {}
		.sub_employment .info_imgwrp ul li + li {margin-left: -19px;}
		
	}
	@media only screen and (max-width:980px) {
		.sub_employment .info_txtwrp {padding:60px 0 0;}
		.sub_employment .info_txtwrp dl dt, .sub_employment .info_txtwrp dl dd {padding:25px 0 55px;}
		.sub_employment .info_txtwrp dl dt {font-size:19px;}
		.sub_employment .info_txtwrp dl dd ul li + li {margin-top:28px;}
		.sub_employment .info_imgwrp ul.info_center li strong em,
		.sub_employment.sub_jobs .info_imgwrp ul li.final strong em {font-size:22px;}
		
	}
	@media only screen and (max-width:860px) {
		.sub_employment .info_txtwrp {padding:50px 0 0;}
		.sub_employment .info_txtwrp dl dd ul li .down_box {margin-top:30px;}
		.sub_employment .info_txtwrp dl dt, .sub_employment .info_txtwrp dl dd {padding:20px 0 50px;}
		.sub_employment .info_txtwrp dl dt {width:27%;font-size:18px;}
		.sub_employment .info_txtwrp dl dd ul li p em {margin-bottom: 14px;}
		.sub_employment .info_txtwrp dl dd ul li + li {margin-top:25px;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a {font-size:16px;padding:16px 60px 16px 15px;background-size:auto 18px !important;background-position:center right 20px !important;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a + a {margin-left:10px;}
		.sub_employment .info_imgwrp ul li em {font-size:17px;}
		.sub_employment .info_imgwrp ul li em span {font-size:15px;padding-top:12px;}
		.sub_employment .info_imgwrp ul.info_center li strong em,
		.sub_employment.sub_jobs .info_imgwrp ul li.final strong em {font-size:21px;}
	}
	@media only screen and (max-width:768px) {
		.sub_employment .info_txtwrp {padding:45px 0 0;}
		.sub_employment .info_txtwrp dl dt {font-size:17px;}
		.sub_employment .info_txtwrp dl dd ul li p {font-size:14px;}
		.sub_employment .info_txtwrp dl dd ul li p em {font-size:16px;margin-bottom: 12px;}
		.sub_employment .info_txtwrp dl dd ul li + li {margin-top:20px;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a {font-size:14px;padding:13px 50px 13px 15px;background-size:auto 18px !important;background-position:center right 20px !important;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a + a {margin-left:7px;}
		.sub_employment .info_imgwrp {display:block;padding:0;}
		.sub_employment .info_imgwrp ul {width:100% !important;display:block;float:left;}
		.sub_employment .info_imgwrp ul li {width:100% !important;padding-bottom:60px !important;border-radius:30px;}
		.sub_employment .info_imgwrp ul li + li {margin:-9px 0 0;} 
		.sub_employment .info_imgwrp ul li em {font-size:14px;}
		.sub_employment .info_imgwrp ul li em span {display:inline-block;padding:0 0 0 5px;font-size:12px;}
		.sub_employment .info_imgwrp ul.info_center li strong em,
		.sub_employment.sub_jobs .info_imgwrp ul li.final strong em {font-size:18px;}
		.sub_employment .info_imgwrp ul.info_left li.point:before,
		.sub_employment .info_imgwrp ul.info_right li.basic:before,
		.sub_employment .info_imgwrp ul.info_center li:before,
		.sub_employment .info_imgwrp ul.info_center:after,
		.sub_employment .info_imgwrp ul.info_center li strong:before,
		.sub_employment .info_imgwrp ul.info_center li strong:after {top:auto;left:50%;transform: translate(-50%, -50%);}
		.sub_employment .info_imgwrp ul.info_left li.point:before,
		.sub_employment .info_imgwrp ul.info_center li strong:after {width: 6px;height: 6px;bottom: -5.5px;}
		.sub_employment .info_imgwrp ul.info_right li.basic:before,
		.sub_employment .info_imgwrp ul.info_center li strong:before {width:5px;height:5px;top: -1px;}
		.sub_employment .info_imgwrp ul.info_center:after {width:1px;height: 110%;top:50%;left:50%;margin-left: -1px;transform: translateY(-50%);}
		.sub_employment .info_imgwrp ul.info_center li {margin:25px 0;}
		.sub_employment .info_imgwrp ul.info_center li:before, .sub_employment.sub_jobs .info_imgwrp ul li.final:before {border-radius:30px;bottom:-10px;left:0;transform:inherit;margin:0;top: auto;}
		.sub_employment .info_imgwrp ul.info_center li strong,
		.sub_employment.sub_jobs .info_imgwrp ul li.final strong {padding-bottom: 58px;border-radius:30px;border-width:2px;}

		.sub_employment.sub_jobs .info_imgwrp ul:before {width:1px;height:80%;top:50%;left:50%;transform:translate(0, -50%);}
		.sub_employment.sub_jobs .info_imgwrp ul li {padding-bottom:50px !important;margin:1.5% 0;}
		.sub_employment.sub_jobs .info_imgwrp ul li.final {margin:2% 0;}
		.sub_employment.sub_jobs .info_imgwrp ul li.final:before {bottom:-17px;}
		.sub_employment.sub_jobs .info_imgwrp ul li.final strong {padding-bottom: 58px;border-radius:30px;border-width:2px;}
		.sub_employment.sub_jobs .info_imgwrp ul li + li:before,
		.sub_employment.sub_jobs .info_imgwrp ul li.final strong:before {width:5px;height:5px;top:-1px;left:50%;transform:translate(-50%, -50%);}
		.sub_employment.sub_jobs .info_imgwrp ul li em p {display:block;font-size:12px;line-height:1;font-weight:400;color:#777777;letter-spacing:-0.04em;margin-top:5px;}
		.sub_employment.sub_jobs .info_imgwrp ul + p {display:none;}

	}
	@media only screen and (max-width:640px) {
		.sub_employment .info_txtwrp {padding:40px 0 0;}
		.sub_employment .info_txtwrp dl dt, .sub_employment .info_txtwrp dl dd {padding:15px 0 45px;}
		.sub_employment .info_txtwrp dl dt {width:28%;font-size:16px;line-height:20px;}
		.sub_employment .info_txtwrp dl dt strong {display:block;}
		.sub_employment .info_txtwrp dl dd ul li p em {font-size:14px;margin-bottom:11px;}
		.sub_employment.sub_jobs .info_txtwrp {padding-top:50px;}

	}
	@media only screen and (max-width:600px) {
		.sub_employment .info_txtwrp dl dd ul li .down_box {margin-top:15px;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a {width:100%;box-sizing:border-box;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a + a {margin:10px 0 0;}
	}
	@media only screen and (max-width:414px) {
		.sub_employment .info_txtwrp dl dt, .sub_employment .info_txtwrp dl dd {padding:13px 0 38px;}
		.sub_employment .info_txtwrp dl dt {width:31%;font-size:15px;}
		.sub_employment .info_txtwrp dl dd ul li {padding-left:8px;}
		.sub_employment .info_txtwrp dl dd ul li + li {margin-top:15px;}
		.sub_employment .info_txtwrp dl dd ul li:before {width:3px;height:3px;top:8px;}
		.sub_employment .info_txtwrp dl dd ul li p {font-size:12px;line-height:17px;}
		.sub_employment .info_txtwrp dl dd ul li p em {font-size:13px;margin-bottom:10px;line-height:1.5;}
		.sub_employment .info_txtwrp dl dd ul li .down_box a {font-size:13px;}
	}
	@media only screen and (max-width:375px) {
		.sub_employment .info_txtwrp dl dt {width:34.2%;}
	}

/*───────────────────────────────────────────────────────────
	인재채용 - 채용공고
───────────────────────────────────────────────────────────*/
	/* pc 일반 */
		table.bbs_list td .board_tit.bbs_recruit {padding:10px 0;position:relative;z-index:1;}
		table.bbs_list td .board_tit.bbs_recruit h3 {width: calc(100% - 84px);}
		table.bbs_list td .board_tit.bbs_recruit h3 strong {font-size:21px;letter-spacing:-1px;line-height:1.2em;color:#333;font-weight:400;}
		table.bbs_list td .bbs_d_day {margin:0;padding:16px 0 0;vertical-align:top;}
		table.bbs_list td .bbs_d_day span, table.bbs_list td .bbs_d_day em {font-size:16px;line-height:1.2em;margin:0;padding:0;font-weight:400;display:inline-block;vertical-align:top;}
		table.bbs_list td .bbs_d_day span {color:#898989;}
		table.bbs_list td .bbs_d_day em {margin-left:16px;padding-left:16px;font-weight:700;color:#ad0003;position:relative;z-index:1;}
		table.bbs_list td .bbs_d_day em:before {height:12px;left:0;width:1px;background:#ddd;top:50%;transform:translateY(-50%);position:absolute;display:inline-block;content:"";}
		table.bbs_list td .bbs_state {width:74px;height:34px;line-height:34px;font-size:15px;right:0;top:50%;transform:translateY(-50%);display: inline-block;font-style: normal;text-align: center;color: #fff;background:#ad0003;vertical-align:top;position:absolute;}
		table.bbs_list td .bbs_state.state_ing {}
		table.bbs_list td .bbs_state.state_end {background:#b8b8b8;}
		
		.bbs_view.bbs_view_recruit div.bbs_d_day {margin:0;padding:0;vertical-align:top;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl {border-top:2px #333 solid;border-bottom:1px #ddd solid;margin:0;padding:0;vertical-align:top;display:table;table-layout:fixed;border-collapse:collapse;width:100%;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl + dl.bbs_view_dl {border-top:0;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd {margin:0;padding:20px 15px;font-weight:400;vertical-align:middle;display:table-cell;border-collapse:collapse;box-sizing:border-box;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt {font-size:14px;background:#f5f5f5;color:#848483;width:120px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:22px;color:#333;font-weight:400;letter-spacing:-1px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd span, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {font-size:16px;line-height:1em;margin:0;padding:0;font-weight:400;display:inline-block;vertical-align:top;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd span {color:#898989;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {margin-left:16px;padding-left:16px;font-weight:700;color:#ad0003;position:relative;z-index:1;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em:before {height:12px;left:0;width:1px;background:#ddd;top:50%;transform:translateY(-50%);position:absolute;display:inline-block;content:"";}
	@media only screen and (max-width:1240px) {
	}
	@media only screen and (max-width:1100px) {
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:21px;}
	}
	@media only screen and (max-width:1023px) {
		table.bbs_list td .board_tit.bbs_recruit {padding:8px 0;}
		table.bbs_list td .board_tit.bbs_recruit h3 {width: calc(100% - 82px);}
		table.bbs_list td .board_tit.bbs_recruit h3 strong {font-size:20px;max-width: calc(100% - 21px);}
		table.bbs_list td .bbs_d_day {padding-top:15px;}
		table.bbs_list td .bbs_d_day span, table.bbs_list td .bbs_d_day em {font-size:15px;}
		table.bbs_list td .bbs_state {width:72px;}

		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd {padding:18px 15px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt {width:100px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:20px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd span, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {font-size:15px;}
	}
	@media only screen and (max-width:960px) {
	}
	@media only screen and (max-width:860px) {
		table.bbs_list td .board_tit.bbs_recruit h3 {width: calc(100% - 78px);}
		table.bbs_list td .board_tit.bbs_recruit h3 strong {font-size:19px;letter-spacing:-0.9px;}
		table.bbs_list td .bbs_d_day {padding-top:14px;}
		table.bbs_list td .bbs_d_day em {margin-left:13px;padding-left:13px;}
		table.bbs_list td .bbs_state {width:68px;}

		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd {padding:15px 15px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt {font-size:13px;width:90px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:19px;letter-spacing:-0.9px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {margin-left:13px;padding-left:13px;}
	}
	@media only screen and (max-width:767px) {
		table.bbs_list.bbs_recruit colgroup col:nth-of-type(1) {width:40px;}
		table.bbs_list.bbs_recruit th {padding-left:0;padding-right:0;}
		table.bbs_list td .board_tit.bbs_recruit h3 {width: calc(100% - 70px);}
		table.bbs_list td .board_tit.bbs_recruit h3 strong {font-size:18px;}
		table.bbs_list td .bbs_d_day {padding-top:13px;}
		table.bbs_list td .bbs_d_day span, table.bbs_list td .bbs_d_day em {font-size:14px;}
		table.bbs_list td .bbs_d_day em {margin-left:10px;padding-left:10px;}
		table.bbs_list td .bbs_d_day em:before {height:10px;}
		table.bbs_list td .bbs_state {width:60px;height:32px;line-height:32px;font-size:14px;}

		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd {padding:15px 15px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt {width:80px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:18px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd span, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {font-size:14px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {margin-left:10px;padding-left:10px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em:before {height:10px;}
	}
	@media only screen and (max-width:640px) {
		table.bbs_list.bbs_recruit colgroup col:nth-of-type(1), table.bbs_list.bbs_recruit tr th:nth-of-type(1), table.bbs_list.bbs_recruit tr td:nth-of-type(1) {display:none;}
		table.bbs_list.bbs_recruit td .board_tit .board_ico {display:inline-block;}

		.bbs_view.bbs_view_recruit dl.bbs_view_dl {display:block;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd {padding:15px 15px;display:block;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt {display:none;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {line-height:1.4em;}
	}
	@media only screen and (max-width:500px) {
		table.bbs_list td .board_tit.bbs_recruit h3 {width: calc(100% - 60px);}
		table.bbs_list td .board_tit.bbs_recruit h3 strong {font-size:17px;letter-spacing:-0.7px;}
		table.bbs_list td .bbs_d_day {padding-top:12px;}
		table.bbs_list td .bbs_d_day span, table.bbs_list td .bbs_d_day em {display:block;}
		table.bbs_list td .bbs_d_day em {margin-left:0;padding-left:0;margin-top:8px;}
		table.bbs_list td .bbs_d_day em:before {display:none;}
		table.bbs_list td .bbs_state {width:55px;height:30px;line-height:30px;}

		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd {padding:15px 10px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:17px;letter-spacing:-0.7px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd span, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {font-size:14px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {margin-left:10px;padding-left:10px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em:before {height:10px;}
	}
	@media only screen and (max-width:479px) {
		table.bbs_list td .board_tit.bbs_recruit h3 strong, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:16px;}
	}
	@media only screen and (max-width:414px) {
		table.bbs_list td .board_tit.bbs_recruit {padding:5px 0;}
		table.bbs_list td .board_tit.bbs_recruit h3 {width:80%;}
		table.bbs_list td .board_tit.bbs_recruit h3 strong {font-size:15px;}
		table.bbs_list td .bbs_d_day {padding-top:10px;width: calc(100% - 55px);}
		table.bbs_list td .bbs_d_day span, table.bbs_list td .bbs_d_day em {font-size:13px;letter-spacing:-0.4px;}
		table.bbs_list td .bbs_d_day em {margin-top:5px;}
		table.bbs_list td .bbs_state {width:50px;bottom:9px;transform:translateY(0);top:auto;}

		.bbs_view.bbs_view_recruit dl.bbs_view_dl dt, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd {padding:12px 10px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd h3 {font-size:15px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd span, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {font-size:13px;letter-spacing:-0.4px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {margin-left:8px;padding-left:8px;}
	}
	@media only screen and (max-width:375px) {
	}
	@media only screen and (max-width:350px) {
		table.bbs_list td .board_tit.bbs_recruit {padding:0;}
		table.bbs_list td .board_tit.bbs_recruit h3 strong {font-size:15px;}
		table.bbs_list td .bbs_d_day {width: calc(100% - 50px);}
		table.bbs_list td .bbs_d_day span {font-size:12px;letter-spacing:-0.3px;}
		table.bbs_list td .bbs_state {width:46px;height:28px;line-height:28px;font-size:13px;bottom:4px;}

		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd {padding:10px 5px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd span, .bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {font-size:12px;letter-spacing:-0.3px;}
		.bbs_view.bbs_view_recruit dl.bbs_view_dl dd em {margin-left:6px;padding-left:7px;}
	}

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

	사업분야 - 철도운영사업 / 철도유지보수사업

───────────────────────────────────────────────────────────*/
	.sub_business{margin-top:-3px;}
	.sub_business .business_title{width:100%;height:440px;box-sizing:border-box;position: relative;}
	.sub_business .business_title.operation_tit{background:url('../images/sub/bg_sinlim.jpg')no-repeat center;background-size:cover;}
	.sub_business .business_title.cairo01{background:url('../images/sub/bg_cairo01.jpg')no-repeat center;background-size:cover;}
	.sub_business .business_title.cairo02{background:url('../images/sub/bg_cairo02.jpg')no-repeat center;background-size:cover;}
	.sub_business .business_title.cairo03{background:url('../images/sub/bg_cairo03.jpg')no-repeat center;background-size:cover;}
	.sub_business .business_title.ukraina{background:url('../images/sub/bg_ukraina.jpg')no-repeat center;background-size:cover;}
	.sub_business .business_title h3{font-size:36px;color:#fff;font-weight:700;line-height:50px;position:absolute;width:100%;top:50%;transform:translateY(-50%);text-align:center;}
	.sub_business .business_title .icon_trail{position:absolute;width:220px;height:220px;box-sizing:border-box;border-radius:100%;;background:#fff url('../images/sub/icon_trail.png')no-repeat center 39px;left:50%;bottom:-112px;transform:translate(-50%);text-align:center;}
	.sub_business .business_title .icon_trail span{font-size:28px;color:#000;font-weight:500;display: block;padding-top:76%;position: relative;}
	.sub_business .business_title .icon_trail span:before{width:1px;height:40px;content:"";background:#fff;position: absolute;top:-40px;left:50%;}

	.sub_business .business_intro{margin-top:192px;}
	#wrap .sub_content .sub_business .dot_tit{padding-bottom:20px;}
	.sub_business .business_table{width:100%;font-size:0;}
	.sub_business .business_table:after{clear:both;content:"";display:block;}
	.sub_business .business_table tbody tr th, .sub_business .business_table tbody tr td{box-sizing:border-box;border:1px solid #ddd;text-align:center;vertical-align:middle;border-top:none;}
	.sub_business .business_table tbody tr th{box-sizing:border-box;border-top:1px solid #333;border-bottom:1px solid #ddd;background:#f5f5f5;font-size:22px;color:#333;font-weight:500;letter-spacing:-0.03em;padding:22px 0 21px;}
	.sub_business .business_table tbody tr th:first-child, .sub_business .business_table tbody tr td:first-child{border-left:none;}
	.sub_business .business_table tbody tr th:last-child, .sub_business .business_table tbody tr td:last-child{border-right:none;}
	.sub_business .business_table tbody tr:last-child td{border-bottom:1px solid #ddd;}
	.sub_business .business_table tbody tr td{padding:30px 5px 24px;border-bottom:none;}
	.sub_business .business_table tbody tr td .logo_img{width:31.5%;margin:0 auto;margin-bottom:13px;}
	.sub_business .business_table tbody tr td .logo_img img{width:100%;}
	.sub_business .business_table tbody tr td p{font-size:19px;color:#777;font-weight:300;line-height:24px;letter-spacing:-0.05em;}
	.sub_business .business_route{margin-top:116px;}
	.sub_business .business_img{margin-top:120px;}
	.sub_business .business_img ul{width:100%;font-size:0;}
	.sub_business .business_img ul li{display:inline-block;width:calc(50% - 20px);vertical-align:top;}
	.sub_business .business_img ul li + li{margin-left:40px;}
	.sub_business .business_img ul li img + img{margin-top:40px;}
	
	/*철도 유지보수사업*/
		.maintain_tab{width:100%;text-align:center;font-size:0;margin-bottom:56px;}
		.maintain_tab li{font-size:20px;color:#888;font-weight:300;display: inline-block;cursor:pointer;}
		.maintain_tab li a{font-size:inherit;color:inherit;font-weight:inherit;}
		.maintain_tab li + li{margin-left:60px;}
		.maintain_tab li.maintain_on{color:#ad0003;font-weight:500;}
		.maintain_tab li.maintain_on:before{width:15px;height:15px;content:"";background:#ad0003;display: inline-block;vertical-align:middle;margin-top:-5px;margin-right:20px;}

		/*우크라이나*/
			.sub_business .business_title.ukraina .icon_trail{background:#fff url('../images/sub/icon_train.png')no-repeat center 39px;}
	@media only screen and (max-width:1300px) {
	}
	@media only screen and (max-width:900px) {
		.sub_business .business_title{padding-bottom:56%;height:0;}
		
		.sub_business .business_intro{margin-top:130px;}
		.sub_business .business_route{margin-top:90px;}
		.sub_business .business_img{margin-top:100px;}
		.sub_business .business_table tbody tr th{font-size:18px;padding:16px 0 15px;}
		.sub_business .business_table tbody tr td{padding:24px 5px;}
		.sub_business .business_table tbody tr td p{font-size:17px;line-height:20px;}

		.maintain_tab li + li{margin-left:40px;}
	}
	@media only screen and (max-width:640px) {
		.sub_business .business_title h3{font-size:30px;line-height:40px;}
		.sub_business .business_title .icon_trail{width:170px;height:170px;background:#fff url('../images/sub/icon_trail.png')no-repeat center 30px;bottom:-110px;background-size:auto 70px;}
		.sub_business .business_title .icon_trail span{font-size:24px;padding-top:60%;}

		.sub_business .business_intro{margin-top:100px;}
		.sub_business .business_route{margin-top:70px;}
		.sub_business .business_img{margin-top:70px;}
		.sub_business .business_table tbody tr th{font-size:15px;}
		.sub_business .business_table tbody tr td .logo_img{width:45%;}
		.sub_business .business_img ul li{width:100%;display:block;}
		.sub_business .business_img ul li + li{margin:30px 0 0 0;}
		.sub_business .business_img ul li img + img{margin-top:30px;}

		.maintain_tab li + li{margin-left:30px;}
		.maintain_tab li{font-size:16px;}
		.maintain_tab li.maintain_on:before{width:10px;height:10px;margin-top:-4px;margin-right:8px;}

		/*우크라이나*/
			.sub_business .business_title.ukraina .icon_trail{background:#fff url('../images/sub/icon_train.png')no-repeat center 30px;background-size:auto 70px;}
	}
	@media only screen and (max-width:480px) {
		.sub_business .business_title{padding-bottom:44%;}
		.sub_business .business_title h3{font-size:18px;line-height:23px;}
		.sub_business .business_title .icon_trail{width:110px;height:110px;background:#fff url('../images/sub/icon_trail.png')no-repeat center 17px;bottom:-95px;background-size:auto 49px;}
		.sub_business .business_title .icon_trail span{font-size:18px;}
		.sub_business .business_title .icon_trail span:before{height:25px;top:-25px;}

		.sub_business .business_table tbody tr td{padding:17px 5px;}
		.sub_business .business_table tbody tr td p{word-break:keep-all;}
		.sub_business .business_table tbody tr td p br{display: none;}

		.maintain_tab{margin-bottom:30px;overflow-x:scroll;white-space:nowrap;padding-bottom:20px;}
		.maintain_tab li + li{margin-left:15px;}
		.maintain_tab li{font-size:14px;}

		/*우크라이나*/
			.sub_business .business_title.ukraina .icon_trail{background:#fff url('../images/sub/icon_train.png')no-repeat center 17px;background-size:auto 49px;}
	}
	@media only screen and (max-width:350px) {

	}