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

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

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

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








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

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

/*───────────────────────────────────────────────────────────
	font common
───────────────────────────────────────────────────────────*/
	body {}/*letter-spacing:-0.2px;*/
	div, dd, li, p, span, td, dt, h1, h2, h3, h4, h5, h6, strong, b, em, th {}
	b, dt, strong, em, th, h1, h2, h3, h4, h5, h6 {font-weight:700;}/* Noto Sans KR은 500 사용 */
	input, button, textarea, select {}
		/* webfont */
	.ff_open {font-family: 'Exo 2', '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: 'Exo 2' !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 ***/
	#wrap table.bbs_list td em {font-style: italic; font-weight: inherit;}

	/*** GOODS ***/


	/*** MEMBER ***/


	/*** SERVICE ***/






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

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

/*───────────────────────────────────────────────────────────
	layout common
───────────────────────────────────────────────────────────*/
#wrap {position:relative;height:100%;width:100%;margin:0;padding:0;padding-right:60px;} /* #header 와 #container, #footer 전체 감싸는 영역 */
@media only screen and (max-width:1000px) {
	#wrap{padding-right:0px;}
}

#wrap #header {margin:0;padding:0;}
#wrap #container {width:100%;margin:0;padding:0;}
#wrap #footer {width:100%;margin:0;}
	/* #container 안의 레이아웃 */
#contents_wrap {width:1200px;margin:0 auto;padding:80px 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;padding-top: 50px;}
	.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;}
#side_box:after {content:'';display:block;width:100%;height:1px;background:#ccc;position:absolute;left:0;bottom:0;z-index:-1;}
#side_box .sub_menu {padding:0;margin:0;z-index:2;width:1200px;margin:0 auto;}
a {}
#side_box .sub_menu:after{content:"";display:block;clear:both;}
#side_box .sub_menu h2 {font-size:0;float:left;}
#side_box .sub_menu h2 a {display:inline-block;width:40px;height:57px;background:url('../images/sub/ico_navi_home.png') no-repeat 0% 50%;font-size:0;position:relative;}
#side_box .sub_menu h2 a:before{position:absolute;content:"";width:1px; height:14px; right:0; top:50%; background:#dddddd;transform:translateY(-50%);}
#side_box .sub_menu dl {float:left;font-size:0;vertical-align:top;height:57px;line-height:57px;box-sizing:border-box;text-align:left;font-size:0;font-weight:500;}
#side_box .sub_menu dt,
#side_box .sub_menu dd {display:inline-block;vertical-align:top;height:inherit;line-height:inherit;text-align: left;color:#333;box-sizing:border-box;background:#003764;font-weight:400;width: 180px;font-size:16px;padding: 0 40px 0 20px;}
#side_box .sub_menu dt {cursor:default; background:none;position:relative;z-index: 5;}
#side_box .sub_menu dd {position:relative;z-index: 5; width:300px;}
#side_box .sub_menu dt strong,
#side_box .sub_menu dd strong {display:block;cursor:pointer;box-sizing:border-box;font-size:inherit;font-weight:inherit;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#fff;}
#side_box .sub_menu dt strong:after,
#side_box .sub_menu dd strong:after {content:'';display:block;width: 14px;height: 14px;background:url("../images/sub/nav_li_arrw.png")no-repeat 50% 50%;position: absolute;right: 20px;top: 50%;transform: rotate(0deg);transform-origin:center;transition: all .2s;margin-top: -7px;}
#side_box .sub_menu dd strong.on:after {transform: rotate(180deg);margin-top: -9px;}
#side_box .sub_menu dd strong img{padding-left:5px;}
#side_box .sub_menu dd ul {display:none;position:absolute;left: 0px;top: calc(100%);width: calc(100%);z-index:5;line-height: 1;overflow:hidden;border: 1px solid #ddd;background:#fff;box-sizing: border-box;text-align: left;}
#side_box .sub_menu dd ul li:nth-of-type(1) {margin-top:10px;}
#side_box .sub_menu dd ul li:last-of-type {margin-bottom:10px;}
#side_box .sub_menu dd ul li {background:#fff;border-top:0;font-weight: 400;color: #333;}
#side_box .sub_menu dd ul li + li {}
#side_box .sub_menu dd ul li a {padding: 12px 20px;font-size: 15px;line-height: 1.2;font-weight: 500;display:inline-block;vertical-align:top;box-sizing:border-box;color: #333;width:100%;text-align: left;}
#side_box .sub_menu dd ul li.on a,
#side_box .sub_menu dd ul li:hover a {color:#003764;font-weight:600;}
#side_box .sub_menu dt strong{color:#333;}
#side_box .sub_menu dt.depth2 strong:after{background:url("../images/sub/nav_li_arrw2.png")no-repeat 50%;content:'';display:block;width: 14px;height: 14px;position: absolute;right: 20px;top: 50%;transform: rotate(0deg);transform-origin:center;transition: all .2s;margin-top: -7px;}
#side_box .sub_menu dt strong.on:after {transform: rotate(180deg);margin-top: -7px;}
#side_box .sub_menu dt ul {display:none;position:absolute;left: 0px;top: calc(100%);width: calc(100%);z-index:5;line-height: 1;overflow:hidden;border: 1px solid #ddd;background:#fff;box-sizing: border-box;text-align: left;border-top:0;}
#side_box .sub_menu dt ul li:nth-of-type(1) {margin-top:10px;}
#side_box .sub_menu dt ul li:last-of-type {margin-bottom:10px;}
#side_box .sub_menu dt ul li {background:#fff;border-top:0;font-weight: 400;color: #333;}
#side_box .sub_menu dt ul li + li {}
#side_box .sub_menu dt ul li a {padding: 12px 20px;font-size: 15px;line-height: 1.2;font-weight: 400;display:inline-block;vertical-align:top;box-sizing:border-box;color: #333;width:100%;text-align: left;}
#side_box .sub_menu dt ul li.on a,
#side_box .sub_menu dt ul li:hover a {color:#003764;font-weight:600;}

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

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

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

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

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

@media only screen and (max-width:479px) {
	#side_box .sub_menu h2 a {width:40px;height:40px; background-position:center 10px;background-size: 16px;}
	#side_box .sub_menu dl {line-height:40px;height:40px;width:calc(100% - 40px);}
	#side_box .sub_menu h2 a:before,
	#side_box .sub_menu dt {display:none;}
	#side_box .sub_menu dd {padding:0 14px;width:100%;font-size: 13px;border-right: 0;}
	#side_box .sub_menu dd ul{left:0px;top:100%;width:100%;border-top:none;}
	#side_box .sub_menu dd ul li a {font-size:13px;line-height:2.3;padding:0 18px;}
	#side_box .sub_menu dt strong:after, #side_box .sub_menu dd strong:after{top:calc(50%);    background-size: 9px;}

	
}

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

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

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



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

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

}
@media only screen and (max-width:640px) {
	.nav_wrap .nav_box {padding:30px 0 50px;}
	.nav_wrap .nav_box h2 {font-size: 26px;}
}
@media only screen and (max-width:479px) {
	.nav_wrap .nav_box {margin-left:-12px;margin-right:-12px;width: calc(100% + 24px);padding-bottom: 25px;}
	.nav_wrap .nav_box h2 {font-size: 23px;}
}
@media only screen and (max-width:431px) {
	.nav_wrap .nav_box h2 {font-size: 21px;}
}
@media only screen and (max-width:375px) {
	.nav_wrap .nav_box h2 {font-size: 19px;}
}

/*───────────────────────────────────────────────────────────
	button common
───────────────────────────────────────────────────────────*/
	/* custom button type */
		/* button 공통 요소 */
	.btn, .btn_lg, .btn_sm, .btn_md {font-family: 'Exo 2','Noto Sans KR',dotum,sans-serif;font-weight:700;border-style:solid !important;border-width:1px !important;padding:0;margin:0;text-indent:0;vertical-align:top !important;text-align:center;display:inline-block;box-sizing:border-box;cursor:pointer;box-shadow:none;outline:0 !important;}
		/* button 크기별 */
	.btn_wd {width:100%;height:50px;line-height:48px;font-size:17px;font-weight:300;}
	.btn {width:118px;height:40px;line-height:38px;font-size:18px;font-weight:300;}
	.btn_lg {width:92px;height:72px;line-height:70px;font-size:14px;font-weight:300;}
	.btn_md {width:60px;line-height:28px;height:30px;font-size:13px;font-weight:300;}
	.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:#333 !important;background-color:#333 !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:#666 !important;background-color:#666 !important;color:#fff !important; font-weight:300;}
	.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.5%;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:80px;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;}
	.sub_about_img {height:0;padding:0 0 32.4% 0;background:url('../images/skin/sub_about.jpg') no-repeat center center;background-size:cover;position:relative;z-index:1;}
	.sub_about_txt {margin: 2.3% 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:36px;color: #003764;padding: 5.5% 0 2% 0;letter-spacing:0;font-weight:700;}
	.sub_about_txt .txt01::before {top:0;width: 1px;height: 50px;/* transform:translateX(-50%); */position:absolute;left: 50%;content:"";display:block;background:#222;}
	.sub_about_txt .txt02 {font-size: 24px;color:#333;font-weight: 500;padding-bottom: 3%;}
	.sub_about_txt .txt03 {font-size:15px;color:#777;line-height:26px;padding-bottom: 5%;}
	.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 {vertical-align:top;}
	.sub_about_list li {float:left;width:33.33%;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 #ddd;}
	.sub_about_list li p {display:block;z-index:1;text-align:Center;margin:0;padding:0;vertical-align:top;height: auto;}
	.sub_about_list li em {display:block;z-index:1;text-align:Center;margin:0;padding:0;vertical-align:top;font-size:70px;color: #ddd;padding-bottom: 3%;font-weight:900;}
	.sub_about_list li p {padding: 5% 5% 10% 5%;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:28px;font-size: 20px;color:#777;word-break:keep-all;}
	.sub_about_list li p strong {line-height: 32px;font-size: 28px;color:#333;font-weight: 500;padding-bottom: 6%;}
	.sub_about_list li p span.for_m {display:none;}


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

	}
	@media only screen and (max-width:1023px) {
		.sub_about_txt {margin: 2.6% 0 0 0;}
		.sub_about_txt p {padding:0 4%;}
		.sub_about_txt .txt01 {font-size:32px;padding: 6.6% 0 2% 0;}
		.sub_about_txt .txt01::before {width: 1px;height: 40px;}
		.sub_about_txt .txt02 {font-size: 22px;padding-bottom:3.6%;}
		.sub_about_txt .txt03 {font-size: 18px;line-height:28px;}
		.sub_about_btn {margin:6.8% auto 9.2%;}
		.sub_about_list li {width:100%;}
		.sub_about_list li + li {border-top: 1px #ddd solid;border-left:0;}
		.sub_about_list li:last-child p{padding-bottom:0;}
		.sub_about_list li p strong {line-height:36px;font-size: 28px;}
		.sub_about_list li p span {line-height: 28px;font-size: 22px;}
	}
	@media only screen and (max-width:860px) {
		.sub_about_img {padding:0 0 38% 0;}
		.sub_about_txt {margin: 0;}
		.sub_about_txt p {padding:0 5%;}
		.sub_about_txt .txt01 {font-size:26px;line-height:34px;letter-spacing:-1px;padding-top:4.8%;}
		.sub_about_txt .txt01::before {display:none;}
		.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;}
		.sub_about_list li p strong {line-height:30px;font-size:24px;}
		.sub_about_list li p span {line-height:26px;font-size: 22px;}
	}
	@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: 1px;display: none;}
		.sub_about_txt .txt02 {font-size:18px;padding-top:1.6%;}
		.sub_about_txt .txt03 {font-size:15px;line-height:26px;padding-bottom:12%;}
		.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 p em {font-size:60px;}
		.sub_about_list li p strong {line-height:30px;font-size:22px;}
		.sub_about_list li p span {line-height:26px;font-size: 20px;}

	}
	@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_list li {height:auto;}
		.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;}
	}





	/*** 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:0px solid #ccc;height:0;padding:0 0 46% 0;overflow: hidden;}
		.sub_location_map .map_box {position:absolute;left:0;top:0;width:100%;height:100%;}
		.sub_location_map .map_box img {position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%, -50%);}
		.sub_location_map iframe {float:none; width:100%; box-sizing:border-box;}
		.sub_location_info {margin:1.6% 0 0;padding:2% 4% 2.5%;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:100%;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:28px;padding:0 0 1.5%;color:#003764;font-weight:600;}
		.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:1.5%;}
		.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:#003764 url("../images/skin/icon_map01.png") no-repeat 50% 50%;background-size:cover;}
		.sub_location_info dd ul li.map2:before {background:#003764 url("../images/skin/icon_map02.png") no-repeat 50% 50%;background-size:cover;}
		.sub_location_info dd ul li.map3:before {background:#003764 url("../images/skin/icon_map03.png") no-repeat 50% 50%;background-size:cover;}
		.sub_location_info dd ul li.map4:before {background:#003764 url("../images/skin/icon_map04.png") no-repeat 50% 50%;background-size:cover;}
		.sub_location_info dd ul li.map5:before {background:#003764 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:21px;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:400;}
		.sub_location_info dd ul li p {color:#777;word-break:keep-all;}
		.sub_location_info dd ul li.map1 p {width:calc(100% - 90px);}
		.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:28%;}



		@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%;}
			.sub_location_info dl {width:100%;padding-right:2.4%;}
			.sub_location_info dl + dl {padding-left:2.4%;}
			.sub_location_info dt {font-size:22px;padding:0 0 2.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:19px;min-height:24px;line-height:21px;}
			.sub_location_info dd ul li.map2 p{width:35%;}
		}
		@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:22px;padding:0 0 2.4%;}
		}
		@media only screen and (max-width:640px) {
			.sub_location_map {padding:0 0 100% 0;}
			.sub_location_map .map_box{background:url("../images/skin/m_location_img.jpg");background-size: cover;}
			.sub_location_map .map_box img{display:none;}
			.sub_location_info dd ul li.map2 p{width:81%;}
			.sub_location_info dd ul li span, .sub_location_info dd ul li p { font-size: 16px; min-height: 24px; line-height: 21px; }

			.sub_location_info dd ul li.map1 p{width:calc(90% - 40px);}
		}
		@media only screen and (max-width:479px) {
			.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%;}
			.sub_location_info dd ul li span, .sub_location_info dd ul li p { font-size: 14px; min-height: 24px; line-height: 21px; }
			.sub_location_info dd ul li.map2 p {width:75%;}

		}
		@media only screen and (max-width:475px) {
			.sub_location_info dd ul li.map2 p {width:79%;}
		}
		@media only screen and (max-width:380px) {
			.sub_location_info dd ul li.map2 p {width:65%;}
		}
		@media only screen and (max-width:320px) {
			.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:65%;}
			.sub_location_info dd ul li.map1 p{width:calc(80% - 40px);}
		}



	/*** 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.gif) 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 (연혁) ***/
			.company_history #contents_wrap{width:100%;margin:0;}
			.history_wrap .history_bg{width:1200px;height:460px;margin:0 auto;background:url('../images/sub/history_bg.jpg')no-repeat;background-size:cover;background-position:center;}
			.history_cont{width:1200px;margin:0 auto;margin-top:92px;}
			.history_cont ul li{position: relative;}
			.history_box{margin-bottom:72px;text-align:left;}
			.history_cont ul li:nth-child(2) .history_box{margin-bottom:90px;}
			.history_box .history_year{display: inline-block;vertical-align: top;position: absolute;left:0;top:-44px;}
			.history_box .history_year span{font-size:76px;color:#222;font-weight:600;letter-spacing:-0.045em;}
			.history_cont ul li:nth-child(1) .history_box .history_year span{color:#003764;}
			.history_box .history_detail{width:960px;display: inline-block;padding:50px 0 0 28px;border-top:1px solid #ccc;float: right;box-sizing:border-box;}
			.history_box .history_detail dl{padding-left:10px;margin-bottom:26px;}
			.history_box .history_detail dl dt{display: inline-block;vertical-align:top;margin-right:19px;line-height:1;}
			.history_box .history_detail dl dd{display: inline-block;margin-top:3px;width:calc(100% - 200px);line-height:1;}
			.history_box .history_detail .month{font-size:26px;color:#222;font-weight:700;margin:5px 19px 0 0;}
			.history_box .history_detail .detail{font-size:26px;color:#555;font-weight:400;position: relative;padding-left:13px;line-height:28px;font-family:'Noto Sans KR', Sans-serif;letter-spacing:-0.06em;word-break:keep-all;}
			.history_box .history_detail .detail + .detail{margin-top:12px;}

	@media only screen and (max-width:1250px) {
		.history_wrap {width:100%;box-sizing:border-box;padding:0 30px;}
		.history_wrap .history_bg{width:100%;}
		.history_cont{width:100%;}
		.history_box .history_detail{width:80%;}
	}
	@media only screen and (max-width:1217px) {
		.history_wrap{padding:0;}
	}
	@media only screen and (max-width:1050px) {
		.history_box .history_year{top:-35px;}
		.history_box .history_year span{font-size:60px;}	

	}
	@media only screen and (max-width:900px) {
		.history_wrap .history_bg{height:300px;}
		.history_box .history_detail{padding:35px 0 0 20px;width:75%;}
		.history_box .history_detail .month{font-size:22px;margin:6px 19px 0 0;}
		.history_box .history_detail .detail{font-size:22px;}
	}
	@media only screen and (max-width:700px) {
		.history_cont{margin-top:60px;}
		.history_box .history_year{position:static;display: block;}
		.history_box .history_detail{display: block;float:none;width:100%;padding-left:0;margin-top:10px;}
	}
	@media only screen and (max-width:640px) {
		.history_box .history_detail .month{font-size:20px;margin:6px 5px 0 0;}
		.history_box .history_detail .detail{font-size:20px;}
		.history_wrap{padding:0;}
		.history_box .history_detail dl dd { width: calc(100% - 100px);}
	}
	@media only screen and (max-width:414px) {
		.history_wrap .history_bg{height:170px;}
		.history_cont{margin-top:40px;}
		.history_box{margin-bottom:40px;}
		.history_cont ul li:nth-child(2) .history_box{margin-bottom:40px;}
		.history_box .history_year span{font-size:38px;}
		.history_box .history_detail{padding-top:20px;}
		.history_box .history_detail .month{margin:8px 5px 0 0;}
	}
	@media only screen and (max-width:361px) {
		.history_box .history_detail dl{margin-bottom:15px;}
		.history_box .history_detail .month{font-size:15px;margin:9px 5px 0 0;}
		.history_box .history_detail .detail{font-size:14px;}
		.history_box .history_detail dl dd{width:calc(100% - 70px);}
	}

	/*** company/ceo (CEO소개) ***/
		.ceo_img { height: 0; padding: 0 0 30% 0; background: url("../images/skin/CEO_bg.png") no-repeat 69% top; position: relative; z-index: 1; border:1px solid #ddd;background-size: 36%; margin:72px 0 4%;}
		.ceo_img:after{content:"";position:absolute;background: url("../images/skin/CEO_pic.png") no-repeat;background-size:cover; width:30%;height:139%;top:-39%;right:0;}
		.ceo_img_text p{position:absolute; left:30px;top:50%;transform:translateY(-50%);font-size:24px; line-height:36px; color:#333;word-break:keep-all;}
		.ceo_img_text p strong{font-size:inherit; line-height:inherit;font-weight:inherit;font-style: italic;}

		.ceo_text p{font-size:20px; line-height:36px;word-break: keep-all;margin:0 30px;color:#333;}

		.sub_about .not_m {display:block;}
		.sub_about .not_p {display:none;}
		@media only screen and (max-width:1200px) {
			.ceo_img{margin-top:6vw;}
			.ceo_img_text p{font-size:22px; line-height:32px;}
			.ceo_text p .p_br{display:none;}
		}
		@media only screen and (max-width:1023px) {
			.ceo_img_text p{font-size:20px; line-height:28px;}

		}
		@media only screen and (max-width:860px) {
			.ceo_img_text p{font-size:18px; line-height:28px;}
			.ceo_text p{font-size:16px; line-height:28px;}

		}
		@media only screen and (max-width:767px) {
			.sub_about .not_m {display:none;}
			.sub_about .not_p {display:block;}
			.ceo_img{padding: 0 0 70% 0;background-size: 60%;background-position:20% top; margin-bottom:60px;}
			.ceo_img:after{ width: 54%; height: 90%;top: 10%;}
			.ceo_img_text p{position:relative;left:0; transform:translateY(0%);font-size:22px; line-height:36px; color:#333;margin-bottom:30px;}
			.ceo_text p{font-size:20px; line-height:36px; margin:0;}

		}
		@media only screen and (max-width:640px) {
			.ceo_img{margin-top:5vw;}
			.ceo_img_text p{font-size:20px; line-height:30px;}
			.ceo_text p{font-size:16px; line-height:28px;}
		}
		@media only screen and (max-width:479px) {
			.ceo_img_text p{font-size:18px; line-height:24px;}
			.ceo_text p{font-size:16px; line-height:28px;}
		}


	/*** company/stock (주주사소개) ***/

	.stock_box{width:100%;display:inline-block; background:url("../images/sub/stock_bg.png")no-repeat center top;}
	.stock_box .stock{width:46%;display:inline-block;text-align:center;padding-top:35px;}
	.stock_box .stock:first-child{float:left;}
	.stock_box .stock:last-child{float:right;}
	.stock_box .stock img{margin-bottom:20px;}
	.stock_box .stock .button{width:100px;display:block; height:32px; background:#003763; text-align:center;border-radius:6px; margin:0 auto;position:relative;color:#fff;font-size:17px; font-weight:400;line-height:30px;}
	.stock_box .stock .typo{width:100%; margin: 60px auto 0; }
	.stock_box .stock .typo p{font-size:21px; line-height:38px;word-break:keep-all;}

	@media only screen and (max-width:1200px) {
		.stock_box .stock{width:48%;}
	}
	@media only screen and (max-width:1023px) {
		.stock_box{background:none; position:relative;}
		.stock_box:before{position:absolute; content:""; width:1px; height:90%; top:50%;left:50%;transform:translate(-50%, -50%); background:#ddd;}
		.stock_box .stock .typo p{font-size:2vw;line-height:3.5vw;}
	}
	@media only screen and (max-width:860px) {
	}
	@media only screen and (max-width:767px) {
		
	}
	@media only screen and (max-width:640px) {
		.stock_box:before{display:none;}
		.stock_box .stock{width:100%;position:relative;}
		.stock_box .stock + .stock:before{position:absolute; content:""; width:90%; height:1px; top:10%;left:50%;transform:translateX(-50%); background:#ddd;}
		.stock_box .stock + .stock{padding-top:40%;}
		.stock_box .stock:first-child,
		.stock_box .stock:last-child{float:none;}
		.stock_box .stock .typo{margin-top:9vw;}
		.stock_box .stock .typo p{font-size:4vw;line-height:6.5vw;}
	}
	@media only screen and (max-width:479px) {
		.stock_box .stock .typo p{font-size:4.6vw;line-height:8.5vw;}
	}

	/*** company/safety_management (안전보건환경품질 경영방침) ***/
		.safety_management{}
		.safety_management .sub_about_txt .txt01{font-size:26px; line-height:42px; font-weight:400; color:#222; letter-spacing:-1px; padding-left:10px; padding-right:10px; font-family:'Noto Sans KR';}
		.safety_management .safety_list{padding-top:27px;}
		.safety_management .safety_list ol{counter-reset: ordered; border-top:1px solid #ddd;}
		.safety_management .safety_list ol li{position:relative;font-size:18px;font-weight:400;color:#333;letter-spacing:-0.7px;display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #ddd;line-height:32px;padding: 36px 15px 41px 138px;font-family:'Noto Sans KR'; }
		.safety_management .safety_list ol li:before{content: counter(ordered);counter-increment: ordered;position:absolute;left:66px;top:50%;transform:translateY(-50%);font-family: 'Exo 2','Noto Sans KR';font-weight:600;font-size:40px;color:#003764;opacity:0.9;padding-bottom: 7px;}
		.safety_management .safety_list ol li:after{content: '0';position:absolute;left:44px;top:50%;transform:translateY(-50%);font-family: 'Exo 2','Noto Sans KR';font-weight:600;font-size:40px;color:#003764;opacity:0.9;padding-bottom: 7px;}
		.safety_management .ceo_sign{text-align:right; padding-top:70px; padding-bottom:140px;}
		.safety_management .ceo_sign p{font-size:20px; font-weight:400; letter-spacing:-0.8px; line-height:36px; color:#333; font-family:'Noto Sans KR'; }

		@media only screen and (max-width:1090px) {
			.safety_management .safety_list ol li{font-size:17px; word-break:keep-all;}
			.safety_management .safety_list ol li:before, .safety_management .safety_list ol li:after{font-size:37px;}
		}
		@media only screen and (max-width:1023px) {
			.safety_management .sub_about_txt .txt01{font-size:21px; line-height:170%; letter-spacing:-0.2px;}
			.safety_management .safety_list ol li, .safety_management .ceo_sign p{letter-spacing:-0.2px;}
			.safety_management .safety_list ol li br{display:none;}
		}
		@media only screen and (max-width:860px) {
			.safety_management .sub_about_txt .txt01{font-size:19px; line-height:170%;}
			.safety_management .safety_list ol li{font-size:15px; padding:30px 0 32px 95px; line-height:150%;}
			.safety_management .safety_list ol li:before, .safety_management .safety_list ol li:after{font-size:31px;}
			.safety_management .safety_list ol li:before{left:48px;}
			.safety_management .safety_list ol li:after{left:30px;}
			.safety_management .ceo_sign{padding-top:30px; padding-bottom:0;}
			.safety_management .ceo_sign p{font-size:19px; line-height:180%;}
		}
		@media only screen and (max-width:690px) {
			.safety_management .sub_about_txt .txt01{font-size:17px;}	
			.safety_management .ceo_sign{padding-top:20px;}
			.safety_management .ceo_sign p{font-size:17px;}
		}
		@media only screen and (max-width:620px) {
			.safety_management .sub_about_txt .txt01 br{display:none;}
		}
		@media only screen and (max-width:480px) {
			.safety_management .sub_about_txt .txt01, .safety_management .safety_list ol li, .safety_management .ceo_sign p{font-size:14px;}
			.safety_management .ceo_sign{padding-top:15px;}
		}
		@media only screen and (max-width:414px) {
			.safety_management .sub_about_txt .txt01{font-size:13px;}
			.safety_management .safety_list ol li{font-size:13px;padding: 15px 0 15px 71px;}
			.safety_management .safety_list ol li:before, .safety_management .safety_list ol li:after{font-size:25px;}
			.safety_management .safety_list ol li:before{left:35px;}
			.safety_management .safety_list ol li:after{left:20px;}
			
		}
		@media only screen and (max-width:390px) {
			.safety_management .sub_about_txt .txt01{font-size:12px;}
			.safety_management .safety_list ol li{font-size:12px;}
		}
		@media only screen and (max-width:370px) {
			.safety_management .sub_about_txt .txt01{font-size:13px;}
			
			.safety_management .ceo_sign{padding-top:10px;}
			.safety_management .ceo_sign p{font-size:14px;}
		}


/*채용공고*/
	.board_hd .sub_about_img{background: url("../images/sub/board_hd.png") no-repeat center center;}
	.board_hd .sub_about_txt .txt01{padding: 4% 0 4% 0;color:#333;font-weight:400;word-break:keep-all;}

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

	}
	@media only screen and (max-width:860px) {
	}
	@media only screen and (max-width:767px) {
		
	}
	@media only screen and (max-width:640px) {
		.board_hd .sub_about_txt .txt01{padding:6% 0 12%;}
	}
	@media only screen and (max-width:479px) {
	}

/*제품*/
	.product_search fieldset{text-align:right; width:360px;float:right; border-bottom:1px solid #003764; margin-bottom:15px;}
	.product_search fieldset input[type="text"],
	.product_search fieldset input[type="submit"]{border:0;background:none;float:left;}
	.product_search fieldset input[type="text"]{width:80%;font-size:22px;color:#003764;margin-bottom:10px; padding:0;}
	.product_search fieldset input[type="text"]::placeholder{color:#003764;}
	.product_search fieldset input[type="submit"]{width:20%;height:100%; background:url("../images/sub/ico_certi.png") no-repeat right center;padding-top:5%;}
	.product_search .board_search_sel{display:none;}

	.product_box .product_table{margin-bottom:20px;}
	.product_box .product_table table{width:100%; border-top:4px solid #003764; border-bottom:1px solid #aaa;}
	.product_box .product_table table tr th,
	.product_box .product_table table tr td{font-size:20px; color:#003764; font-weight:600; text-align:center;word-break:keep-all;padding:20px 10px;}
	.product_box .product_table table tr td{border-bottom:1px solid #ddd; font-weight:600;}
	.product_box .product_table table tr th{border-bottom:2px solid #ddd; color:#333;}
	.product_box .product_table table tr th:first-child,
	.product_box .product_table table tr td:first-child{background:#f4f4f4; color:#333;}
	.product_box .product_table table tr td:first-child{font-size:18px;}

	.product_box .product_table table tr:last-child td{border-bottom:1px solid #aaa;}

	.product_box .product_table table tr th.th01{width:26%;}
	.product_box .product_table table tr th.th02{width:31%;}
	.product_box .product_table table tr th.th03{width:31%;}
	.product_box .product_table table tr th.th04{width:12%;}

	.product_box .product_table table tr td .table_icon{width:30%;display:inline-block;margin:0 auto;;font-size:0;}
	.product_box .product_table table tr td .table_icon img{display:inline-block;}
	.product_box .product_table table tr td .table_icon p{display:inline-block; font-size:20px; color:#003764;vertical-align: middle; margin-left:15px;}

	 div.pw_box{display:none;width:300px; height:110px; position:fixed; background:#3b3b3b;top:50%;left:50%;transform:translate(-50%, -50%);    text-align: center;    z-index: 10;}
	 div.pw_box h3{text-align:center; font-size:18px;color:#fff; padding:20px 0;}
	 div.pw_box input[type="text"]{width:60%;}
	 div.pw_box .submit{color:#fff;background:#003764;}
	 div.pw_box .close{color:#fff;background:#555;}
	 div.pw_box .submit,
	 div.pw_box .close{width:20%;height:30px; border:0;}
	@media only screen and (max-width:1023px) {
		.product_box .product_table table tr th,
		.product_box .product_table table tr td{font-size:17px;}
		.product_box .product_table table tr td .table_icon p{font-size:17px;margin-left:10px;}
	}
	@media only screen and (max-width:767px) {
		.product_search fieldset{width:100%;}
		.product_search fieldset input[type="submit"] {padding-top:3%;}
		
		.product_box .product_table table tr td{padding:10px 5px;}
		.product_box .product_table table tr th{font-size:16px;}

		.product_box .product_table table tr th.th01{width:33%;}
		.product_box .product_table table tr th.th02{width:25%;}
		.product_box .product_table table tr th.th03{width:25%;}
		.product_box .product_table table tr th.th04{width:17%;}
		.product_box .product_table table tr td .table_icon{width:100%; margin-bottom:10px;}
		.product_box .product_table table tr td .table_icon p{font-size:16px;}
		
		.product_box .product_table table tr td:first-child{font-size:16px;}
		.product_search fieldset input[type="text"]{font-size:18px;}
		
	}
	@media only screen and (max-width:479px) {

		.product_search fieldset input[type="submit"]{padding-top:6%;background-size: 20px;}
		.product_box .product_table table tr td .table_icon p{font-size:14px; margin-left:5px;}
		.product_search fieldset input[type="text"]{font-size:16px;margin-bottom:0px;}
		.product_box .product_table table tr th{font-size:15px;}

	}

	/*** qn/inquiry (문의) ***/
	.qn_box h4{font-size:34px;line-height:48px;text-align:center;color:#333;font-weight:400;margin-bottom:50px;}
	.qn_box p{width:300px;height:55px;border-radius:10px; background:#003764;text-align:center;margin:0 auto;color:#fff;font-size:26px;line-height:52px;}
	.qn_box p img{margin-left:10px;}

	@media only screen and (max-width:1200px) {
	}
	@media only screen and (max-width:1023px) {
		.qn_box h4{font-size:3vw; margin-bottom:3vw; width:94%; margin: 0 auto 40px;}
		.qn_box p{font-size:24px; }
		.qn_box p img{margin-bottom: 2px;}
	}
	@media only screen and (max-width:860px) {
	}
	@media only screen and (max-width:767px) {
		
	}
	@media only screen and (max-width:640px) {
		.qn_box h4{font-size:4vw; margin-bottom:3vw;}
		.qn_box p{width:200px;height:45px; font-size:22px;line-height:42px;}

	}
	@media only screen and (max-width:500px) {
		.qn_box p{width:200px;height:40px; font-size:4vw;line-height:8vw;}
	}
	@media only screen and (max-width:479px) {
		.qn_box h4{font-size:5vw; margin-bottom:8vw;    line-height: 8vw;}
		.qn_box p{width:40vw;height:12vw; font-size:5vw;line-height:11.5vw;}

	}