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

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

.clear:after {content:'';display:block;clear:both;}



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

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

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


/*** common ***/


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


/*** BOARD ***/


/*** GOODS ***/


/*** MEMBER ***/


/*** SERVICE ***/






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

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

/*───────────────────────────────────────────────────────────
	layout common
───────────────────────────────────────────────────────────*/
#wrap {position:relative;height:100%;width:100%;margin:0;padding:0;} /* #header 와 #container, #footer 전체 감싸는 영역 */
#wrap #header {margin:0;padding:0;}
#wrap #container {width:100%;margin:0;padding:0;}
#wrap #footer {width:100%;margin:0;}
	/* #container 안의 레이아웃 */
#contents_wrap {width:1200px;margin:0 auto;padding:0 0 7.2% 0;position:relative;z-index:1;box-sizing:border-box;} /* #container 안의 컨텐츠 감싸는 영역 */
.company_index #contents_wrap {width:100%;padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important;}
	/* navigation layout */
#contents_wrap .nav_wrap {box-sizing:border-box;}
.sub_member #contents_wrap .nav_wrap {padding-bottom:30px;} /* member 서브페이지 상단 여백 */
	/* #content */
#content {width:100%;margin:0;padding:0;text-align:left;box-sizing:border-box;} /* navigation 을 제외한 컨텐츠 */
#content .sub_content{width:100%;margin:0 auto;background:#fff;box-sizing:border-box;}
#content .sub_content:after {clear:both;content:"";display:block;}
	/* 컨텐츠 전체 가로 사이즈 */
.w_custom {width:1200px;text-align:left;margin:0 auto;padding:0;box-sizing:border-box;}
.w_custom2 {width:calc(100% - 200px);box-sizing:border-box;margin:0 auto;}

@media only screen and (max-width:1217px) {
	body.on {height:100%;overflow:hidden;}
	#contents_wrap {width:100%;padding-left:15px !important;padding-right:15px !important;}
	.w_custom,
	.w_custom2 {width:100%;padding-left:15px !important;padding-right:15px !important;}
}
@media only screen and (max-width:1200px) {
	
}
@media only screen and (max-width:1023px) {
	#contents_wrap #side_box {padding:85px 0 0 0;}
	#contents_wrap #contents_box {padding:4.8% 0 6.4% 0;}
}
@media only screen and (max-width:860px) {
	/* navigation layout */
	.sub_member #contents_wrap .nav_wrap {padding-bottom:0px;} /* member 서브페이지 상단 여백 */

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


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


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

/*───────────────────────────────────────────────────────────
	side box common
───────────────────────────────────────────────────────────*/
/* slide toggle */
#side_box {position:relative;z-index: 5;padding: 50px 0;}
#side_box .sub_menu {padding: 0;font-size: 0;z-index:2;width:1200px;margin:0 auto;text-align: right;}
#side_box .sub_menu:after{content:"";display:block;clear:both;}
#side_box .sub_menu h2,
#side_box .sub_menu dl {font-size: 0;}
#side_box .sub_menu h2,
#side_box .sub_menu dl,
#side_box .sub_menu dl dt,
#side_box .sub_menu dl dd,
#side_box .sub_menu h2 a,
#side_box .sub_menu dt,
#side_box .sub_menu dd,
#side_box .sub_menu dd strong,
#side_box .sub_menu li {display:inline-block;vertical-align: middle;}
#side_box .sub_menu h2 a,
#side_box .sub_menu dt,
#side_box .sub_menu dd,
#side_box .sub_menu dd strong,
#side_box .sub_menu li {font-size:13px;line-height: 2.3;font-weight: 400;color: #888;}
#side_box .sub_menu h2 {font-size:0;box-sizing: border-box;}
#side_box .sub_menu h2 a {font-size:0;width: 15px;height:15px;background:url('../images/sub/sub_navi_home.png') no-repeat 0 0;}
#side_box .sub_menu dl {}
#side_box .sub_menu dt,
#side_box .sub_menu dd {}
#side_box .sub_menu dt:before,
#side_box .sub_menu dd:before {content:'';display:inline-block;vertical-align: middle;width: 4px;height: 4px;border: 1px solid #aaa;border-width: 1px 1px 0 0;transform: rotate(45deg);margin: 0 10px;}
#side_box .sub_menu dt {cursor:default;}
#side_box .sub_menu dd {position:relative;z-index: 5;}
#side_box .sub_menu dd strong {cursor:pointer;box-sizing:border-box;overflow: hidden;padding-left: .92em;width: 140px;border: 1px solid #aaa;text-align: left;color: #222;}
#side_box .sub_menu dd strong:after {content:'';display:block;width: 0px;height: 0px;position: absolute;right: 10px;top: 50%;margin-top: -3px;border-top: 4px solid #555;border-left: 4px solid transparent;border-right: 4px solid transparent;}
#side_box .sub_menu dd strong.on {}
#side_box .sub_menu dd strong.on:after {margin-top:-3px;border-top:none;border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom:4px solid #555; }
#side_box .sub_menu dd ul {display:none;position:absolute;right: 0;top: calc(100% - 1px);width: calc(100% - 29px);z-index:5;overflow:hidden;border: 1px solid #aaa;background:#fff;box-sizing: border-box;text-align: left;}
#side_box .sub_menu dd ul li:nth-of-type(1) {margin-top: .69em;}
#side_box .sub_menu dd ul li:last-of-type {margin-bottom: 1.15em;}
#side_box .sub_menu dd ul li {background:#fff;border-top:0;color: #666;display: block;box-sizing: border-box;font-weight: 400;font-size: 13px;line-height: 2.46;}
#side_box .sub_menu dd ul li + li {}
#side_box .sub_menu dd ul li a {display: block;box-sizing:border-box;text-align:center;font-weight:400;font-size: 13px;color: #666;width: auto;text-align: left;padding: 0 0.92em;}
#side_box .sub_menu dd ul li.on a,
#side_box .sub_menu dd ul li:hover a {color: #222;background: #eee;font-weight: 500;}


@media only screen and (max-width:1217px) {
	#side_box .sub_menu {width:100%;padding:0 10px;box-sizing:border-box;}
}

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

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

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

@media only screen and (max-width: 640px) {
	#side_box,
	#side_box .sub_menu {padding:0;}
	#side_box .sub_menu dl dt,
	#side_box .sub_menu dt:before,
	#side_box .sub_menu dd:before {display:none;}
	#side_box .sub_menu h2 {width: 40px;height: 40px;border-right:1px solid #ccc;border-bottom: 1px solid #ccc;text-align: center;}
	#side_box .sub_menu h2 a {height:100%;background: url('../images/sub/sub_navi_home.png') no-repeat center;}
	#side_box .sub_menu dl {width:calc(100% - 40px);}
	#side_box .sub_menu dd,
	#side_box .sub_menu dd strong,
	#side_box .sub_menu dd ul {width:100%;}
	#side_box .sub_menu dd {font-size:14px;line-height:2;}
	#side_box .sub_menu dd strong {padding: 5px 10px 4px;border: 0;border-bottom: 1px solid #ccc;}
	#side_box .sub_menu dd ul {border-color:#ccc;border-width: 1px 0 1px 1px;left: -1px;width: calc(100% + 1px);}
}

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



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

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

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

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



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

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

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


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

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

/*** company/index (회사소개) ***/
	/*sub about*/
		.sub_about_wrap{width:100%;height:auto;font-size:0;padding:0;margin:0; padding-bottom: clamp(60px, 10vw, 100px);}
		.sub_about_wrap h3, .sub_about_wrap p, .sub_about_wrap span{font-family:'Montserrat', 'Noto Sans KR', sans-serif;}
		.sub_about_wrap .sub_about{width:1200px;margin:0 auto;font-size:0;padding:0;padding-top:60px;}
		.sub_about_wrap .sub_about > div{width:50%;float: left;font-size:0; box-sizing: border-box; padding-right: 30px; word-break: keep-all; }
        .sub_about_wrap .sub_about .about_txt .desc_wrap p + p { margin-top: 15px; }
		.sub_about_wrap .sub_about .about_txt .s_tit{font-size:18px;color:#888;font-weight:400;display: inline-block;}
		.sub_about_wrap .sub_about .about_txt .b_tit{font-size:60px;color:#333;font-weight:800;margin:22px 0 40px 0;transition:color 0.5s, all 1s;}
		.sub_about_wrap .sub_about .about_txt .about_cont{font-size:18px;color:#888;font-weight:400;line-height:30px;word-break:keep-all;}
        .sub_about_wrap .sub_about .about_txt .about_cont strong { font-size: inherit; font-weight: inherit; font-family: inherit; color: #00419c; }
		.sub_about_wrap .sub_about .about_txt .more{font-size:0;width:60px;height:20px;overflow:hidden;display: block;background:url('../images/skin/main_about_arr.png')no-repeat right center;background-size:auto 15px;-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;-moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;-o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;margin-top:101px;}
		
		.sub_about_wrap .sub_about .about_txt:hover .more{background-position:left, 0;transition:all 1s ease !important;}
        .sub_about_wrap .sub_about .about_txt > strong { display: block; }
		.sub_about_wrap .sub_about .about_img{height:660px;position: relative;}
		.sub_about_wrap .sub_about .about_img .b_img{position: absolute;top:0;right:0;overflow:hidden;}
		.sub_about_wrap .sub_about .about_img .b_img .img_bg{width:100%;height:520px;background:#333;position: absolute;top:0;right:0;}
		.sub_about_wrap .sub_about .about_img .b_img.scroll_down .img_bg{height:0;transition:height 1s;transition-delay:0.3s;}	
		.sub_about_wrap .sub_about .about_img .f_img{position: absolute;bottom:0;left:0;overflow:hidden;}
		.sub_about_wrap .sub_about .about_img .f_img .img_bg{width:100%;height:520px;background:#333;position: absolute;bottom:0;left:0;}
		.sub_about_wrap .sub_about .about_img .f_img.scroll_up .img_bg{height:0;transition:height 1s;transition-delay:0.3s;}	

        .sub_about_wrap .sub_about img { text-align: center; margin-inline: auto; display: block; }

	/*sub life*/
		.sub_life_wrap{width:100%;height:940px;position: relative;background:url('../images/skin/lifestyle_bg.jpg')no-repeat;background-size:cover;z-index:1;background-position:center;margin-top:151px;}
		.sub_life_wrap h3, .sub_life_wrap p, .sub_life_wrap span{font-family:'Montserrat', 'Noto Sans KR', sans-serif;}
		.sub_life_wrap:before{content:"";position: absolute;top:0;left:0;display: block;width:100%;height:100%;z-index:-1;background-color:rgba(0,0,0,0.8);}	
		.sub_life_wrap .sub_life{width:1200px;margin:0 auto;position:relative;z-index:5;padding-top:191px;box-sizing:border-box;}
		.sub_life_wrap .sub_life .life_tit{text-align:center;}
		.sub_life_wrap .sub_life .life_tit h3{font-size:60px;color:#fff;font-weight:800;line-height:1;letter-spacing:0.005em;}
		.sub_life_wrap .sub_life .life_tit p{font-size:18px;color:#fff;font-weight:300;line-height:1;margin-top:36px;letter-spacing:0;}
		.sub_life_wrap .sub_life .life_tit p br{display: none;}
		.sub_life_wrap .sub_life .life_cont{margin-top:216px;}
		.sub_life_wrap .sub_life .life_cont ul{margin:0;padding:0;font-size:0;position: relative;}
		.sub_life_wrap .sub_life .life_cont ul li{display: inline-block;width:25%;text-align:center;box-sizing:border-box;cursor:pointer;}
		.sub_life_wrap .sub_life .life_cont ul li + li{border-left:1px solid rgba(247,247,247,0.4);}
		.sub_life_wrap .sub_life .life_cont ul li .life_icon{width:100%;height:92px;vertical-align:top;}
		.sub_life_wrap .sub_life .life_cont ul li .life_icon img{transition:all 0.7s;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(1) .life_icon img{width:61px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(2) .life_icon img{width:74px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(3) .life_icon img{width:83px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(4) .life_icon img{width:65px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:hover .life_icon img{transform:scale(1.1);transition:all 0.7s;}
		.sub_life_wrap .sub_life .life_cont .life_txt{transition:all 0.7s;}
		.sub_life_wrap .sub_life .life_cont .life_txt p{font-size:22px;color:#fff;font-weight:600;}
		.sub_life_wrap .sub_life .life_cont .life_txt span{font-size:15px;color:#fff;font-weight:400;opacity:0.8;display: block;margin-top:17px;line-height:24px;}	
		.sub_life_wrap .sub_life .life_cont ul li:hover .life_txt{transform:scale(1.1);transition:all 0.7s;}

@media only screen and (max-width:1250px) {
	/*sub about*/
		.sub_about_wrap .sub_about{width:100%;box-sizing:border-box;padding:60px 30px 0 30px;}
	
	/*sub life*/
		.sub_life_wrap{height:880px;}
		.sub_life_wrap .sub_life{width:100%;padding:150px 30px 0 30px;}

}
@media only screen and (max-width:1150px) {
	/*sub about*/
		.sub_about_wrap .sub_about .about_txt{width:45%;}
		.sub_about_wrap .sub_about .about_txt .about_cont br{display: none;}
		.sub_about_wrap .sub_about .about_img{float:right;}
		.sub_about_wrap .sub_about .about_img > div{width:400px;height:auto;}

}
@media only screen and (max-width:1100px) {
	/*sub about*/
		.sub_about_wrap .sub_about{padding:50px 30px 0 30px;}
		.sub_about_wrap .sub_about .about_txt .b_tit{font-size:50px;}
		.sub_about_wrap .sub_about .about_txt .about_cont{font-size:16px;}
		.sub_about_wrap .sub_about .about_txt .more{margin-top:50px;}
		.sub_about_wrap .sub_about .about_img{height:570px;}
		.sub_about_wrap .sub_about .about_img > div{width:350px;}
}

@media (max-width: 1023px){
    .sub_about_wrap .sub_about .about_txt .desc_wrap p + p { margin-top: clamp(12px, 1.5vw, 15px); }
}

@media only screen and (max-width:900px) {
	/*sub about*/
		.sub_about_wrap .sub_about .about_txt .s_tit{font-size:16px;}
		.sub_about_wrap .sub_about .about_txt .b_tit{font-size:40px;margin:10px 0 20px 0;}
		.sub_about_wrap .sub_about .about_img{height:500px;}
		.sub_about_wrap .sub_about .about_img > div{width:300px;}
		
	/*sub life*/
		.sub_life_wrap{height:760px;margin-top:120px;}
		.sub_life_wrap .sub_life .life_tit h3{font-size:50px;}
		.sub_life_wrap .sub_life .life_tit p{font-size:16px;}
		.sub_life_wrap .sub_life .life_cont{margin-top:170px;}
}

@media (max-width: 860px){
    .sub_about_wrap{height:auto; }
    .sub_about_wrap .sub_about{padding:40px 30px 0 30px;}
    .sub_about_wrap .sub_about > div{width:100%;float:none;}
    .sub_about_wrap .sub_about .about_txt{width:100%; padding-right: 0; }
    .sub_about_wrap .sub_about .about_txt .s_tit{font-size:18px;}
    .sub_about_wrap .sub_about .about_txt .b_tit{font-size:50px;}
    .sub_about_wrap .sub_about .about_txt .about_cont{font-size:18px;}
    .sub_about_wrap .sub_about .about_img{height:575px;float:none;margin-top:50px; padding-right: 0;}
    .sub_about_wrap .sub_about .about_img > div{width:60%;}
    .sub_about_wrap .sub_about .about_img > div img{width:100%;}
}

@media only screen and (max-width:850px) {
	/*sub life*/
		.sub_life_wrap .sub_life .life_cont .life_txt p{font-size:20px;}
		.sub_life_wrap .sub_life .life_cont .life_txt span{font-size:13px;}
}
@media only screen and (max-width:750px) {
	/*sub about*/

	/*sub life*/
		.sub_life_wrap{height:auto;margin-top:70px;}
		.sub_life_wrap .sub_life{padding:120px 30px;}
		.sub_life_wrap .sub_life .life_tit h3{font-size:45px;}
		.sub_life_wrap .sub_life .life_cont{margin-top:90px;}
		.sub_life_wrap .sub_life .life_cont ul li{width:50%;padding-bottom:50px;}
		.sub_life_wrap .sub_life .life_cont ul li + li{border:none;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-of-type(2n){border-left:1px solid rgba(247,247,247,0.4);}
		.sub_life_wrap .sub_life .life_cont ul li:nth-of-type(n+3){padding-bottom:0;}
}
@media only screen and (max-width:640px) {
	/*sub about*/
		.sub_about_wrap .sub_about{padding:40px 15px 0 15px;}
		.sub_about_wrap .sub_about .about_txt .s_tit{font-size:15px;}
		.sub_about_wrap .sub_about .about_txt .b_tit{font-size:40px;margin:5px 0 10px 0;}
		.sub_about_wrap .sub_about .about_txt .about_cont{font-size:15px;}
		.sub_about_wrap .sub_about .about_txt .more{margin-top:30px;}
		.sub_about_wrap .sub_about .about_img{height:510px;margin-top:30px;}
	
	/*sub life*/
		.sub_life_wrap .sub_life{padding:80px 15px;}
		.sub_life_wrap .sub_life .life_tit h3{font-size:36px;}
		.sub_life_wrap .sub_life .life_tit p{font-size:14px;margin-top:20px;}
}
@media only screen and (max-width:550px) {
	/*sub life*/
		.sub_life_wrap .sub_life .life_tit h3{font-size:32px;}
}
@media only screen and (max-width:479px) {
	/*sub about*/
		.sub_about_wrap .sub_about .about_txt .b_tit{margin:15px 0 20px 0;}
		.sub_about_wrap .sub_about .about_txt:hover .b_tit{color:#333;}
		.sub_about_wrap .sub_about .about_txt .about_cont{line-height:25px;}
		.sub_about_wrap .sub_about .about_txt .more{margin-top:40px;width:53px;height:16px;background-size:auto 13px;}
		.sub_about_wrap .sub_about .about_txt:hover .more{animation:none;background-position:right;}
		.sub_about_wrap .sub_about .about_img{margin-top:37px;height:378px;}
		.sub_about_wrap .sub_about .about_img > div{width:67%;}
		.sub_about_wrap .sub_about .about_img .f_img{width:80%;}

	/*sub life*/
		.sub_life_wrap{margin-top:35px;}
		.sub_life_wrap .sub_life{padding:55px 0;}
		.sub_life_wrap .sub_life .life_tit{box-sizing:border-box;padding:0 15px;}
		.sub_life_wrap .sub_life .life_tit h3{font-size:25px;}
		.sub_life_wrap .sub_life .life_tit p{font-size:15px;line-height:23px;margin-top:15px;}
		.sub_life_wrap .sub_life .life_tit p br{display: inline-block;}
		.sub_life_wrap .sub_life .life_cont{margin-top:70px;}
		.sub_life_wrap .sub_life .life_cont ul li{width:calc(50% - 5px);padding-bottom:40px;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-of-type(2n+1){margin-left:5px;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-of-type(2n){margin-right:5px;}
		.sub_life_wrap .sub_life .life_cont ul li .life_icon{height:60px;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(1) .life_icon img{width:48px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(2) .life_icon img{width:56px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(3) .life_icon img{width:59px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:nth-child(4) .life_icon img{width:47px;height:auto;}
		.sub_life_wrap .sub_life .life_cont ul li:hover .life_icon img{transform:none;}
		.sub_life_wrap .sub_life .life_cont ul li:hover .life_txt{transform:none;}
		.sub_life_wrap .sub_life .life_cont .life_txt p{font-size:16px;}
		.sub_life_wrap .sub_life .life_cont .life_txt span{box-sizing:border-box;padding:0 20px;word-break:keep-all;margin-top:10px;line-height:20px;}
		.sub_life_wrap .sub_life .life_cont .life_txt span br{display: none;}
}
@media only screen and (max-width:395px) {
	.sub_life_wrap .sub_life .life_cont .life_txt span{font-size:12px;}
}
@media only screen and (max-width:375px) {
	/*sub about*/
		.sub_about_wrap{padding-bottom:20px;}
	
	/*sub life*/
		.sub_life_wrap .sub_life .life_cont .life_txt span{padding:0 15px;}
}
@media only screen and (max-width:350px) {
	/*sub life*/
		.sub_life_wrap .sub_life .life_cont .life_txt span{padding:0 5px;}
}
@media only screen and (max-width:320px) {
	/*sub about*/
		.sub_about_wrap .sub_about{padding:20px 10px 0 10px;}
		.sub_about_wrap .sub_about .about_txt .s_tit{font-size:14px;}
		.sub_about_wrap .sub_about .about_txt .b_tit{font-size:30px;margin:10px 0 15px 0;}
		.sub_about_wrap .sub_about .about_txt .about_cont{font-size:14px;}
		.sub_about_wrap .sub_about .about_img{height:300px;}
	
	/*sub life*/
		.sub_life_wrap .sub_life .life_tit{padding:0 10px;}
		.sub_life_wrap .sub_life .life_tit h3{font-size:20px;}
		.sub_life_wrap .sub_life .life_tit p{font-size:13px;line-height:20px;}
		.sub_life_wrap .sub_life .life_cont{margin-top:50px;}
			
}

.sub_chart img { display: block; margin-inline: auto; }


/*** company/location (오시는길) ***/
.sub_location {margin-top:21px;}
.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;height:580px;width:100%;}
.sub_location_map .map_box {position:absolute;left:0;top:0;width:100%;height:100%;}
.sub_location_map iframe {float:none; height:100% !important; box-sizing:border-box;}
.sub_location_info{width:100%;font-size:0;margin-top:27px;display:table;}
.sub_location_info > dl{display:table-cell;width:50%;text-align:left;}
.sub_location_info > dl dt{border-bottom:1px solid #ccc;line-height:63px;}
.sub_location_info > dl dt p{font-size:24px;color:#222;font-weight:700;letter-spacing:-0.05em;}
.sub_location_info > dl dt p span{font-size:24px;font-weight:700;color:#00419c;}
.sub_location_info > dl dd ul{margin-top:23px;}
.sub_location_info > dl dd ul li + li{margin-top:21px;}
.sub_location_info > dl dd ul li span{font-size:18px;color:#222;font-weight:400;display: inline-block;width:80px;padding-left:13px;margin-right:39px;position: relative;letter-spacing:-0.05em;vertical-align:top;line-height:25px;}
.sub_location_info > dl dd ul li span:before{width:3px;height:3px;border-radius:100%;background:#aaa;position: absolute;left:0;top:13px;content:"";}
.sub_location_info > dl dd ul li p{font-size:17px;color:#666;font-weight:400;display: inline-block;}
.sub_location_info .location_address{padding-right:40px;}
.sub_location_info .location_traffic{padding-left:40px;}
.sub_location_info > dl dd ul li p{letter-spacing:-0.07em;}
.sub_location_info .location_traffic dd ul li span{margin-right:30px;}
.sub_location_info .location_traffic dd > ul > li > ul{display: inline-block;margin-top:0;margin-left:-3px;}
.sub_location_info .location_traffic dd > ul > li > ul li + li{margin-top:10px;}

@media only screen and (max-width:1217px) {
	.sub_location{width:100%;box-sizing:border-box;padding:0 15px;}
	.sub_location_map{height:530px;}
}
@media only screen and (max-width:1000px) {
	.sub_location_info > dl dd ul li span{font-size:17px;}
	.sub_location_info > dl dd ul li p{font-size:15px;}
}
@media only screen and (max-width:920px) {
	.sub_location_map{height:470px;}	
	.sub_location_info .location_address{padding-right:20px;}
	.sub_location_info .location_traffic{padding-left:20px;}
	.sub_location_info > dl dd ul li span{font-size:16px;margin-right:20px;}
	.sub_location_info > dl dd ul li span:before{top:11px;}
	.sub_location_info > dl dd ul li p{font-size:14px;}
	.sub_location_info .location_traffic dd ul li span{margin-right:15px;}
}
@media only screen and (max-width:810px) {
	.sub_location{margin-bottom:70px;}
	.sub_location_map{height:420px;}
	.sub_location_info{display: block;margin-top:30px;}	
	.sub_location_info > dl{display: block;width:100%;}
	.sub_location_info .location_address{padding:0;}
	.sub_location_info .location_traffic{padding:0;margin-top:15px;}
	.sub_location_info > dl dd ul li span{font-size:18px;margin-right:30px;}
	.sub_location_info .location_traffic dd ul li span{margin-right:30px;}
	.sub_location_info > dl dd ul li p{font-size:17px;}
}
@media only screen and (max-width:640px) {
	.sub_location{padding:0;}
}
@media only screen and (max-width:470px) {
	.sub_location{margin-bottom:50px;}
	.sub_location_map{height:350px;}
	.sub_location_info > dl dd ul li span{font-size:16px;margin-right:20px;}
	.sub_location_info .location_traffic dd ul li span{margin-right:20px;}
	.sub_location_info > dl dd ul li p{font-size:16px;}
}
@media only screen and (max-width:420px) {
	.sub_location_map{height:300px;}
	.sub_location_info > dl dd ul li span{width:68px;margin-right:10px;}
	.sub_location_info .location_traffic dd ul li span{margin-right:10px;}
}
@media only screen and (max-width:395px) {
	.sub_location_info > dl dd ul li span{font-size:15px;padding-left:8px;width:60px;}
	.sub_location_info > dl dd ul li span:before{top:10px;}
	.sub_location_info > dl dd ul li p{font-size:15px;}
}
@media only screen and (max-width:375px) {
	.sub_location{margin-bottom:40px;}
	.sub_location_map{height:270px;}
	.sub_location_info > dl dd ul li p{font-size:14px;}
}
@media only screen and (max-width:350px) {
	.sub_location_info > dl dd ul li span{font-size:14px;width:56px;margin-right:5px;}
	.sub_location_info .location_traffic dd ul li span{margin-right:5px;}
	.sub_location_info > dl dd ul li span:before{top:9px;}
}
@media only screen and (max-width:340px) {
	.sub_location{margin-bottom:30px;}
	.sub_location_map{height:230px;}
	.sub_location_info > dl dt p{font-size:22px;}
	.sub_location_info > dl dt p span{font-size:22px;}
	.sub_location_info > dl dd ul li p{font-size:13px;}
}
/*** company/history (연혁) ***/
.sub_history {padding-top:0%;box-sizing:border-box;margin-top:21px;font-size:0;}
.sub_history div, 
.sub_history p, 
.sub_history span, 
.sub_history em, 
.sub_history strong, 
.sub_history dt, 
.sub_history dd, 
.sub_history dl, 
.sub_history li, 
.sub_history ul {transition:all 0.2s;}
.sub_history div, 
.sub_history p, 
.sub_history li, 
.sub_history dt, 
.sub_history dd, 
.sub_history th, 
.sub_history td {word-break:keep-all;word-wrap:break-word;}

.sub_history .history_txt{float:none;width:50%;display: inline-block;}
.sub_history .history_txt .his_tit a{display: block;width:100%;height:18px;background:url('../images/skin/hd_logo_ov.png')no-repeat left;background-size:auto 100%;}
.sub_history .history_txt .his_tit h3{font-size:40px;color:#222;font-weight:400;padding-right:130px;margin-top:30px;letter-spacing:-0.05em;line-height:56px;}
.sub_history .history_txt .his_img{margin-top:70px;width:450px;height:560px;position: relative;}
.sub_history .history_txt .his_img:before{width:100%;height:100%;content:"";background:#eee;position: absolute;top:20px;left:20px;z-index:1;}
.sub_history .history_txt .his_img .img_wrap{width:100%;height:100%;overflow:hidden;position: relative;background:url('../images/sub/history_img.jpg')no-repeat center;background-size:cover;z-index:2;}

.sub_history .history_wrap {position:relative;width:50%;z-index:1;box-sizing:border-box;float:none;display: inline-block;}
.sub_history .history_wrap:before {content:"";display:none;width:1px;height:100%;position:absolute;left:50%;top:0;background:#ddd;}

/* 내용 */
	.sub_history .history_box {display:block;position:relative;width:100%;z-index:1;box-sizing:border-box;font-size: 0;padding:36px 0 0 0;}
	.sub_history .history_box:before {content:'';display:block;width:1px;height:100%;background:#ddd;top:0;left:0;position:absolute;}
	.sub_history .history_box .his_year,
	.sub_history .history_box .his_detail {width:100%;display:block;box-sizing:border-box;vertical-align:top;padding-left:71px;position: relative;}

/* 연도 */
	.sub_history .history_box .his_year .year {position:relative;z-index: 99;box-sizing:border-box;}
	.sub_history .history_box .his_year .year:before{width:45px;height:1px;content:"";background:#00419c;position: absolute;left:-65px;top:15px;}
	.sub_history .history_box .his_year .year strong {margin:0;position: relative;font-size:30px;line-height:0.9;color:#222;z-index: 5;font-weight:600;font-family:'Montserrat';letter-spacing:-0.03em;display: inline-block;}
	.sub_history .history_box:nth-child(1) .his_year .year:before{left:-60px;width:40px;}

/* 원 */
	.sub_history .history_box .his_year::before {width:10px;height:10px;border-radius:100%;content:"";background:#00419c;position: absolute;left:-4px;top:10px;}
	.sub_history .history_box:nth-child(1) .his_year::after {width:20px;height:20px;content:"";position:absolute;top:5px;left:-9px;border-radius: 100%;border:1px solid #00419c;box-sizing:border-box;} 

/* 세부내역 */
	.sub_history .history_box .his_detail {box-sizing:border-box;position:relative;padding-bottom:22px;margin-top:19px;}
	.sub_history .history_box .his_detail .detailYear {width:100%;position:relative;box-sizing:border-box;}
	.sub_history .history_box .his_detail .detailYear + .detailYear {padding-top:13px;}
	.sub_history .history_box .his_detail .detailYear dt,
	.sub_history .history_box .his_detail .detailYear dd {display:inline-block;box-sizing:border-box;width:auto;}
	.sub_history .history_box .his_detail .detailYear dt {width:8%;line-height:1.35;font-size:18px;font-weight:600;color:#222;font-family:'Montserrat';vertical-align:top;margin-top:5px;letter-spacing:-0.06em;}
	.sub_history .history_box .his_detail .detailYear dd{margin-left:12px;width:86%;}
	.sub_history .history_box .his_detail .detailYear dd li {padding:0;line-height:34px;font-size:18px;color:#555;font-weight:400;vertical-align:top;box-sizing:border-box;letter-spacing:-0.05em;}
	.sub_history .history_box .his_detail .detailYear dd li::before {display: ;line-height:inherit;font-size:inherit;vertical-align:middle;}
	.sub_history .history_box .his_detail .detailYear dd li + li {margin-top:6px;}
	.sub_history .history_box:last-of-type .his_detail:before {display:none;}

@media only screen and (max-width:1217px) {
	.sub_history{padding:0 15px;width:100%;}
}
@media only screen and (max-width:1100px) {
	.sub_history .history_txt .his_tit h3{font-size:36px;line-height:49px;}
	.sub_history .history_txt .his_img{width:360px;height:448px;}
}
@media only screen and (max-width:900px) {
	.sub_history .history_txt .his_tit h3{font-size:28px;line-height:35px;}
	.sub_history .history_txt .his_img{width:300px;height:373px;}
	.sub_history .history_box .his_year .year strong{font-size:26px;margin-top:2px;}
	.sub_history .history_box .his_detail .detailYear dt{font-size:17px;}
	.sub_history .history_box .his_detail .detailYear dd li{font-size:17px;}
}
@media only screen and (max-width:800px) {
	.sub_history .history_txt{float:none;width:100%;}
	.sub_history .history_txt .his_tit h3{padding:0;font-size:34px;line-height:43px;}
	.sub_history .history_txt .his_img{width:70%;height:500px;margin-top:50px;}
	.sub_history .history_txt .his_img:before{top:40px;left:40px;}	
	.sub_history .history_wrap{float:none;width:100%;margin-top:70px;}
	.sub_history .history_box .his_year .year strong{font-size:30px;}
	.sub_history .history_box .his_detail .detailYear dt{font-size:18px;}
	.sub_history .history_box .his_detail .detailYear dd li{font-size:18px;}
}
@media only screen and (max-width:640px) {
	.sub_history .history_txt .his_tit h3{font-size:30px;line-height:41px;margin-top:20px;}
	.sub_history .history_txt .his_img{height:420px;margin-top:40px;}
}
@media only screen and (max-width:500px) {
	.sub_history .history_txt .his_tit h3{font-size:28px;line-height:39px;}
	.sub_history .history_txt .his_img{width:75%;height:345px;}
	.sub_history .history_box .his_detail .detailYear dt{width:9%;}
	.sub_history .history_box .his_detail .detailYear dd{width:84%;}
}
@media only screen and (max-width:400px) {
	.sub_history .history_txt .his_tit h3{font-size:26px;margin-top:12px;}
	.sub_history .history_txt .his_img{height:300px;margin-top:30px;}
	.sub_history .history_txt .his_img:before{top:20px;left:20px;}
	.sub_history .history_box .his_year .year strong{font-size:26px;margin-top:4px;}
	.sub_history .history_box .his_detail .detailYear dt{font-size:16px;margin-top:3px;width:10%;}
	.sub_history .history_box .his_detail .detailYear dd{width:80%;}
	.sub_history .history_box .his_detail .detailYear dd li{font-size:16px;line-height:28px;}
	.sub_history .history_box .his_detail .detailYear dd li + li{margin-top:12px;}
}
@media only screen and (max-width:350px) {
	.sub_history .history_txt .his_tit h3{font-size:25px;line-height:34px;}
	.sub_history .history_txt .his_img{height:260px;}
	.sub_history .history_box .his_year .year strong{font-size:25px;}
}
@media only screen and (max-width:330px) {
	.sub_history .history_box .his_detail .detailYear dt{width:11%;}
}

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* 조직도 */
    .sub_work .work_desc { font-size: var(--title-20); text-align: center; word-break: keep-all; }
    .sub_work .work_desc h3 { font-size: 150%; font-weight: 500; color: var(--black-color01); }
    .sub_work .work_desc h3 strong { font-size: inherit; font-weight: inherit; color: var(--point-color02); }
    .work_wrap h4 { position: relative; box-sizing: border-box; padding: 15px; width: 230px; height: 230px; border-radius: 100%; background: var(--point-color01); margin-inline: auto; z-index: 6; }
    .sub_work .work_desc p { font-size: 100%; font-weight: 400; color: var(--black-color03); margin-top: 30px; }

    .work_wrap { margin-top: 80px; }
    .work_wrap h4 div { font-size: var(--title-20); display: flex; flex-direction: column; gap: 2px; justify-content: center; align-items: center; padding: 30px; width: 100%; height: 100%; box-sizing: border-box; border-radius: inherit; background: var(--point-white); box-shadow: 0 0 21px rgba(0, 0, 0, 0.25); }
    .work_wrap h4 em { display: block; margin-top: -2px; font-size: 120%; color: rgba(0, 65, 156, 0.4); }
    .work_wrap h4 span { font-size: 150%; color: var(--point-color02); font-weight: 600; letter-spacing: 0; color: var(--point-color01); }

    .work_wrap h5 { position: relative; width: 100%; box-sizing: border-box; font-size: var(--title-20); color: var(--point-white); margin-block: 30px; z-index: 5; }
    .work_wrap h5::before { content: ''; position: absolute; left: 50%; top: 50%; translate: 0 -50%; width: calc(50% - 300px); height: 1px; background: var(--border-color01); }
    .work_wrap h5 span { font-size: 110%; display: flex; justify-content: center; align-items: center; width: 50%; max-width: 300px; box-sizing: border-box; padding: 30px; background: var(--point-color02); margin-left: auto; position: relative; z-index: 5; }
    .work_wrap .line_wrap { position: relative; box-sizing: border-box; margin-top: 100px; display: flex; flex-wrap: wrap; gap: 60px; }
    .work_wrap .line_wrap::before { content: ''; position: absolute; left: 50%; top: -223px; width: 1px; height: 223px; background: var(--border-color01); }
    .work_wrap .line_wrap > li { flex-shrink: 0; }
    .work_wrap .line_wrap .line_box { position: relative; box-sizing: border-box; padding-top: 40px; text-align: center; font-size: var(--title-20); width: calc(100% / 4 - 45px); }
    .work_wrap .line_wrap .line_box::before { content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 40px; background: var(--border-color01); }
    .work_wrap .line_wrap .line_box:not(:last-child)::after { content: ''; position: absolute; left: calc(50% + 1px); width: calc(100% + 60px); height: 1px; top: 0; background: var(--border-color01); }
    .work_wrap .line_wrap .line_box strong { display: block; box-sizing: border-box; padding-block: 23px; padding-inline: 24px; color: var(--point-white); font-weight: 600; font-size: 110%; letter-spacing: -0.03em; background: var(--black-color01); border-radius: var(--radius-10); margin-inline: auto; }
    .work_wrap .line_wrap .line_box strong::before { content: ''; position: absolute; left: calc(50% + 1px); top: 1px; width: 9px; height: 9px; border-radius: 100%; background: var(--point-color02); translate: -50% -50%; z-index: 2; }
    .work_wrap .line_wrap .work2 li { display: flex; justify-content: center; align-items: center; padding-block: 19px; padding-inline: 20px; box-sizing: border-box; border: 2px solid var(--point-color01); background: var(--point-white); border-radius: var(--radius-10); font-size: 100%; color: var(--point-color01); font-weight: 500; letter-spacing: -0.03em; font-size: 100%; margin-top: 15px; font-family: var(--font-type01); }
    .work_wrap .line_wrap .work2 li span { font-size: 100%; font-family: inherit; }
    

    @media (max-width: 1320px){
        .work_wrap .line_wrap { gap: 40px; }
        .work_wrap .line_wrap .line_box { width: calc(100% / 4 - 30px); }
        .work_wrap .line_wrap .line_box:not(:last-child)::after { width: calc(100% + 40px); }
    }

    @media (max-width: 1273px){
        .work_wrap .line_wrap > li:nth-child(2) .work3::before { height: 73px; top: -73px; }
    }

    @media (max-width: 1023px){
        
        .sub_work .work_desc p { margin-top: clamp(20px, 3vw, 30px); }
        .work_wrap { margin-top: clamp(40px, 8vw, 80px); }
        .work_wrap h4 { padding: clamp(10px, 1.5vw, 15px); }
        .work_wrap h4 div { padding: clamp(20px, 3vw, 30px); }
        .work_wrap h5 span { max-width: 230px; }
        .work_wrap h5::before { width: calc(50% - 230px); }
        .work_wrap .line_wrap { gap: 20px; }
        .work_wrap .line_wrap::before { top: -221px; height: 221px; }
        .work_wrap .line_wrap .line_box { width: calc(100% / 4 - 15px); }
        .work_wrap .line_wrap .line_box:not(:last-child)::after { width: calc(100% + 20px); }
        
        .work_wrap .line_wrap .line_box strong { padding-block: clamp(15px, 2vw, 23px); padding-inline: clamp(15px, 2vw, 24px); }
        .work_wrap .line_wrap .work2 li { padding-block: clamp(15px, 1.9vw, 19px); padding-inline: clamp(15px, 2vw, 20px); }
        .work_wrap .line_wrap .work3 li { padding-block: clamp(15px, 2vw, 20px); padding-inline: clamp(15px, 2vw, 20px); }
    }

    @media (max-width: 860px){
        .work_wrap h4 { width: 200px; height: 200px; }
        
        .work_wrap .line_wrap .line_box strong { max-width: unset; }
        
    }

    @media (max-width: 640px){
        .work_wrap .line_wrap { margin-top: 60px; }
        .work_wrap .line_wrap::before { height: 60px; top: -60px; }
        .work_wrap .line_wrap > li:nth-child(2) .work3::before { height: 54px; top: -54px; }

        .work_wrap h5::before { left: 50%; top: 0; width: 1px; height: 100%; }
        .work_wrap h5 span { max-width: 230px; padding: 20px; margin-inline: auto; }

        .work_wrap .line_wrap .line_box { width: calc(100% / 2 - 10px); }
        .work_wrap .line_wrap .line_box:nth-child(n + 2)::after { display: none; }
        .work_wrap .line_wrap .line_box:nth-child(n + 3) { padding-top: 0; }
        .work_wrap .line_wrap .line_box:nth-child(n + 3)::before { display: none; }
        .work_wrap .line_wrap .line_box:nth-child(n + 3) strong::before { display: none; }
    }

    @media (max-width: 479px){
        
        .work_wrap h4 { width: 160px; height: 160px; }
        .work_wrap h4 div { border-width: 6px; }

        .work_wrap h5 span { width: 100%; max-width: unset; }
        .work_wrap .line_wrap { gap: 20px 15px; }
        
        .work_wrap .line_wrap .line_box { width: 100%; padding-top: 25px; }
        .work_wrap .line_wrap .line_box::before { height: 25px; }
        .work_wrap .line_wrap .line_box::after { display: none; }

        .work_wrap .line_wrap .line_box:nth-child(n + 2) { padding-top: 0; }
        .work_wrap .line_wrap .line_box:nth-child(n + 2)::before { display: none; }
        .work_wrap .line_wrap .line_box:nth-child(n + 2) strong::before { display: none; }
    }

.sub_inquiry { text-align: center; font-size: var(--title-16); }
.sub_inquiry h1 { color: #0056b3; margin-bottom: 25px; font-size: 32px; }
.sub_inquiry p { font-size: 1.1em; margin-bottom: 20px; }
.sub_inquiry .email-address { font-size: 1.3em; font-weight: bold; color: #d9534f; /* A color that stands out */ text-decoration: none; }
.sub_inquiry .email-address:hover { text-decoration: underline; }
.sub_inquiry .icon { margin-bottom: 20px; font-size: clamp(40px, 7vw, 70px); }
.sub_inquiry .icon img { width: 80px; /* Adjust icon size */ height: auto; }
.sub_inquiry hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); margin: 30px 0; }

@media (max-width: 1023px){
    .sub_inquiry h1 { font-size: clamp(24px, 3vw, 32px); margin-bottom: clamp(15px, 2.5vw, 25px); }
    .sub_inquiry p { margin-bottom: clamp(15px, 2vw, 20px); }
}