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

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

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

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








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

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

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


	/* input type  */
		input[type="text"],
		input[type="password"],
		input[type="number"],
		input[type="date"] {height: 40px;line-height: 38px;border: 1px #ccc solid;color:#555;font-size: 14px;padding:0 .71em;text-indent:0;border-radius:0;margin:0;box-sizing:border-box;vertical-align:middle;text-align:left;outline:0;}
		input[type="text"]::-webkit-input-placeholder {color:#999;}
		input[type="password"]::-webkit-input-placeholder {color:#999;}
		input[type="text"]::-moz-placeholder {color:#999;}
		input[type="password"]::-moz-placeholder {color:#999;}
		input[type="text"]:-ms-input-placeholder {color:#999;}
		input[type="password"]:-ms-input-placeholder {color:#999;}
		input[type="text"]:-moz-placeholder {color:#999;}
		input[type="password"]:-moz-placeholder {color:#999;}
		input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;-webkit-text-fill-color: #555;font-size:inherit;}
		input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s;}

		input[type="checkbox"] { display:none;}
		input[type="checkbox"] + label {cursor:pointer;}
		input[type="checkbox"] + label:before, input[type="checkbox"] + label::before {display:inline-block;content:"";width: 22px;height: 22px;margin: -2px 10px 0 0;vertical-align:middle;background:url("../images/common/icon_chk.png") no-repeat 0 50%;cursor:pointer;}
		input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + label::before { background:url("../images/common/icon_chk_on.png") no-repeat 0 50%;}

		input[type="radio"] { display:none;}
		input[type="radio"] + label {cursor:pointer;}
		input[type="radio"] + label:before, input[type="radio"] + label::before { display:inline-block;content:"";width:13px;height:13px;margin:-2px 5px 0 20px;vertical-align:middle;background:url(../../../../lib/images/icon_input_radio.png) left top no-repeat;cursor:pointer;}
		input[type="radio"]:checked + label:before, input[type="radio"]:checked + label::before { background:url(../../../../lib/images/icon_input_radio_on.png) left top no-repeat;}
		input[type="radio"] + label:first-of-type:before, input[type="radio"] + label:first-of-type::before {margin-left:0;}
		input:focus {border:1px solid #333;background:#fff;}

	/* button type */
		button {outline:0;box-sizing:border-box;}

	/* textarea type */
		textarea {font-size:12px;line-height:20px;color: #666;border-radius:0;border: 0;padding: 15px;margin:0;box-sizing:border-box;vertical-align:middle;text-align:left;background: #f5f5f5;}

	/* select type */
		select {color:#555;border: 1px solid #ddd;height: 40px;line-height: 38px;font-size:12px;padding:0 0 0 10px;border-radius:0;outline:0;cursor:pointer;box-sizing:border-box;margin:0;vertical-align:middle;text-align:left;}
			/*화살표 없애기	*/
			/*select {-webkit-appearance: none;-moz-appearance: none;appearance: none;background:url('../images/common/bbs_select.png') no-repeat 90%;}
			select::-ms-expand { display: none;}
			select option { line-height:28px;padding:5px 0;}*/
			/*
			select option:checked, 
			select option:hover { line-height:25px;background:#e0e0e0;font-size: 12px;color: #555;}
			select option:checked, 
			select option:hover { line-height:25px;box-shadow: 0 0 10px 100px #e0e0e0 inset;font-size: 12px;color: #555;}*/
		.select_box_wrap {height:30px;line-height:30px;margin:0;padding:0;display:inline-block;position:relative;z-index:1;box-sizing:border-box;}
		.select_box_wrap .select_box_arrow {cursor:pointer;position:absolute;z-index:5;width:0px;height:0px;right:7px;top:12px;border-right:6px solid transparent;border-bottom:6px solid #aaa;transform:rotate(315deg);-ms-transform:rotate(315deg);-webkit-transform:rotate(315deg);-moz-transform:rotate(225deg);-o-transform:rotate(315deg);display:none;}/*right:5px;top:15px;width:8px;height:5px;background:url(../../../../lib/images/icon_select_arrow.png) 0 0 no-repeat;*/

	/* skip menu - outline/header */
		.skip_nav {position:absolute !important;left:-9999px;top:0;z-index:9999;}
		.skip_nav a {display:block;height:1px;width:1px;margin-bottom:-1px;overflow:hidden;font-size:12px;color:#fff;font-weight:bold;white-space:nowrap;text-align:center;}
		.skip_nav a:focus, .skip_nav a:active {height:auto;width:100%;padding:0;margin-bottom:0;position:absolute;left:0;top:0;}

	/* pagaing wrap */
		.paging {text-align:center;font-size:0;margin: 3.5% auto 0 auto;vertical-align:top;box-sizing:border-box;}
		.paging > a:hover,
		.paging > a.on {border:1px solid #333;color:#333;line-height: 32px;}
		.paging .arrow a {font-size:0;height:34px;line-height:34px;min-width:34px;display:inline-block;}
		.paging > a,
		.paging .page_num {display:inline-block;vertical-align:top;margin:0 6px;}
		.paging > a,
		.paging .page_num a {display:inline-block;font-size:15px;color:#888;box-sizing:border-box;height:34px;line-height:34px;min-width:34px;text-align:center;vertical-align:top;}
		.paging > a:hover,
		.paging > a.on,
		.paging .page_num:hover a,
		.paging .page_num.on a {border:1px solid #333;color:#333;line-height: 32px;}
		.paging .arrow a img {display:none;}
		.paging .arrow.first a {background:#fff url("../images/common/paging_first.png") no-repeat center;}
		.paging .arrow.prev a {background:#fff url("../images/common/paging_prev.png") no-repeat center;margin-right:9px;}
		.paging .arrow.next a {background:#fff url("../images/common/paging_next.png") no-repeat center;margin-left:9px;}
		.paging .arrow.last a {background:#fff url("../images/common/paging_last.png") no-repeat center;}
		.view_btn {text-align:center;line-height:40px;position:relative;min-height:80px;}
		.view_btn .paging {display:inline-block;}


	/* device */
		.for_pc {display:inline-block;}
		.for_t {display:none;}
		.for_m {display:none;}

	@media only screen and (max-width:1200px) {
		body {width:100%;height:auto;-webkit-overflow-scrolling:touch;}
		#wrap {position:relative;width:100%;height:100%;-webkit-overflow-scrolling:touch;overflow:hidden;}

		.paging {margin-top:3.8%;}
	}

	@media only screen and (max-width:1023px) {
		/* device */
		.for_t {display:inline-block;}
		.for_pc {display:none;}
		.for_m {display:none;}

		.paging {margin-top:4.2%;}

	}

	@media only screen and (max-width:860px) {
		select,
		input[type="text"], 
		input[type="password"], 
		input[type="number"], 
		input[type="date"] {height:35px;line-height:33px;}

		.paging > a,
		.paging .page_num {margin:0 3px;}
		.paging > a, 
		.paging .page_num a {min-width:30px;height:30px;line-height: 30px;font-size:14px;}
		.paging > a:hover,
		.paging > a.on,
		.paging .page_num:hover a,
		.paging .page_num.on a {line-height: 29px;}
		.paging .arrow a {width:30px;height:30px;}

	}

	@media only screen and (max-width:767px) {
		.paging {margin-top:5.2%;}
	}

	@media only screen and (max-width:640px) {
		/* device */
		.for_m {display:inline-block;}
		.for_pc {display:none;}
		.for_t {display:none;}

		.paging > a,
		.paging .page_num {margin:0 5px;}
		.paging > a, 
		.paging .page_num a {min-width:25px;height:25px;line-height: 25px;font-size:13px;}
		.paging > a:hover,
		.paging > a.on,
		.paging .page_num:hover a,
		.paging .page_num.on a {line-height: 25px;}
		.paging .arrow a {width:25px;height:25px;}
		.paging .arrow.prev a {margin-right:0;}
		.paging .arrow.next a {margin-left:0;}
	}

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

	}



	/*** common ***/


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


	/*** BOARD ***/


	/*** GOODS ***/


	/*** MEMBER ***/


	/*** SERVICE ***/






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

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



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


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

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

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

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

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

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



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

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

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

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

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

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

		.nav_wrap .nav_box.dis_flex .sub_title{padding-top:20px;}
	}
	@media only screen and (max-width:431px) {
		.nav_wrap .nav_box h2{font-size:26px;}
	}
/*───────────────────────────────────────────────────────────
	button common
───────────────────────────────────────────────────────────*/
	/* custom button type */
		/* button 공통 요소 */
			.btn, 
			.btn_xs,
			.btn_lg, 
			.btn_sm, 
			.btn_md {font-weight:400;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;transition:all .2s;}
			/* button 크기별 */
				.btn_xs {width:auto;height:40px;line-height:40px;font-size:13px;padding:0 1em;font-weight:500;background:#aaa;border:1px solid #aaa;color:#fff;} /* 테이블 내부 버튼 */
				.btn_sm {width:75px;height:50px;line-height:50px;font-size:16px;}
				.btn, .btn_md {width:120px;height:50px;line-height:50px;font-size:16px;}
				.btn_lg {width:140px;height:50px;line-height:50px;font-size:18px;}

			.sub_board_list .btn_md {height:45px;line-height:45px;}

		/* button 색상별 */
			.btn_point, 
			.btn_point:hover {border-color:#ef2853 !important;background-color:#ef2853 !important;color:#fff !important;}
			.btn_line, 
			.btn_line:hover {background-color:#fff !important;color:#555 !important;}
			.btn_line {border-color:#aaa !important;}
			.btn_line:hover {border-color:#333 !important;}
			.btn_basic, 
			.btn_basic:hover {border-color:#444 !important;background-color:#444 !important;color:#fff !important;}
			.btn_info, 
			.btn_info:hover {border-color:#d3d3d3 !important;background-color:#fff !important;color:#555 !important;}
			.btn_reset, 
			.btn_reset:hover {border-color:#d3d3d3 !important;background:#fff url('../images/common/icon_btn_reset.gif') no-repeat 9px 50% !important;padding:0 10px 0 30px !important;color:#555 !important;}
		/* button wrapper */
			.btn_wrap {margin:0 auto;padding:0;padding-top: 4.2%;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: 20px;vertical-align:top;}
			.btn_wrap .btn_sm + .btn_sm {margin-left:10px;}
			.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 크기별 */
			.btn_sm {width:70px;height:45px;line-height:45px;font-size:15px;}
			.btn, .btn_md {width:110px;height:40px;line-height:40px;font-size:15px;}
			.btn_lg {width:130px;height:45px;line-height:45px;font-size:17px;}
			
			.sub_board_list .btn_md {height:40px;line-height:40px;}

				/* 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) {
			.btn_xs {height:35px;line-height:35px;font-size:12px;padding: 0 0.8em;} /* 테이블 내부 버튼 */

		}
		@media only screen and (max-width:767px) {
				/* button wrapper */
			.btn_wrap {}
		}
		@media only screen and (max-width:640px) {
				/* button 크기별 */
			.btn_sm {width:65px;height:40px;line-height:40px;font-size:13px;}
			.btn, .btn_md {width: 100px;height:40px;line-height:40px;font-size:13px;}
			.btn_lg {width:100px;height:40px;line-height:40px;font-size:15px;}

				/* button wrapper */
			.btn_wrap {padding-top:5%;}
			.btn_wrap a + a,
			.btn_wrap button + button,
			.btn_wrap a + button,
			.btn_wrap button + a {margin-left: 12px;}
			.view_btn .paging + .btn_wrap.ta_right {top: -10px;}
		}
		@media only screen and (max-width:479px) {
				/* button 크기별 */
			.btn_sm {width:50px;height:35px;line-height:35px;;}
			.btn, .btn_md {width: 90px;height:35px;line-height:35px;}
			.btn_lg {width:90px;height:35px;line-height:35px;font-size:14px;}

			.sub_board_list .btn_md {height:35px;line-height:35px;}

				/* button wrapper */
			.btn_wrap {padding-top:8%;}
			.btn_wrap .btn_sm + .btn_sm,
			.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;}
		}
		@media only screen and (max-width:400px) {
			.view_btn .paging + .btn_wrap.ta_right {top:40px;}
		}
		@media only screen and (max-width:320px) {
		}


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

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

	/*** company/index (회사소개) ***/
		/*sub about*/
			.sub_about_wrap{width:100%;height:auto;font-size:0;padding:0;margin:0;}
			.sub_about_wrap h3, .sub_about_wrap p, .sub_about_wrap span{font-family:'Montserrat', 'Noto Sans KR', sans-serif;}

			.sub_about_wrap .sub_about{width:1200px;margin:0 auto;font-size:0;padding:0;padding-top:60px;}
			.sub_about_wrap .sub_about > div{width:50%;float: left;font-size:0;}
			.sub_about_wrap .sub_about .about_txt > a{display: block;width:100%;height:100%;}
			.sub_about_wrap .sub_about .about_txt .s_tit{font-size:18px;color:#888;font-weight:400;display: inline-block;}
			.sub_about_wrap .sub_about .about_txt .b_tit{font-size:60px;color:#333;font-weight:800;margin:22px 0 40px 0;transition:color 0.5s, all 1s;}
			.sub_about_wrap .sub_about .about_txt .about_cont{font-size:18px;color:#888;font-weight:400;line-height:30px;word-break:keep-all;padding-right:30px;}
			.sub_about_wrap .sub_about .about_txt .more{font-size:0;width:60px;height:20px;overflow:hidden;display: block;background:url('../images/sub/main_about_arr.png')no-repeat right center;background-size:auto 15px;-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;-moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;-o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;transition: all 1s cubic-bezier(0,.72,.44,.99) 0.1s;margin-top:101px;}
			.sub_about_wrap .sub_about .about_img{height:660px;position: relative;}
			.sub_about_wrap .sub_about .about_img .b_img{position: absolute;top:0;right:0;overflow:hidden;}
			.sub_about_wrap .sub_about .about_img .b_img .img_bg{width:100%;height:520px;background:#333;position: absolute;top:0;right:0;}
			.sub_about_wrap .sub_about .about_img .b_img.scroll_down .img_bg{height:0;transition:height 1s;transition-delay:0.3s;}	
			.sub_about_wrap .sub_about .about_img .f_img{position: absolute;bottom:0;left:0;overflow:hidden;}
			.sub_about_wrap .sub_about .about_img .f_img .img_bg{width:100%;height:520px;background:#333;position: absolute;bottom:0;left:0;}
			.sub_about_wrap .sub_about .about_img .f_img.scroll_up .img_bg{height:0;transition:height 1s;transition-delay:0.3s;}	

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

			@media only screen and (min-width:1024px){
				.sub_life_wrap .sub_life .life_cont ul li:hover .life_icon img{transform:scale(1.1);transition:all 0.7s;}
				.sub_life_wrap .sub_life .life_cont ul li:hover .life_txt{transform:scale(1.1);transition:all 0.7s;}
			}

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

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

		}
		@media only screen and (max-width:1100px) {
			/*sub about*/
				.sub_about_wrap .sub_about{padding:50px 30px 0 30px;}
				.sub_about_wrap .sub_about .about_txt .b_tit{font-size:50px;}
				.sub_about_wrap .sub_about .about_txt .about_cont{font-size:16px;}
				.sub_about_wrap .sub_about .about_txt .more{margin-top:50px;}
				.sub_about_wrap .sub_about .about_img{height:570px;}
				.sub_about_wrap .sub_about .about_img > div{width:350px;}
		}
		@media only screen and (max-width:900px) {
			/*sub about*/
				.sub_about_wrap .sub_about .about_txt .s_tit{font-size:16px;}
				.sub_about_wrap .sub_about .about_txt .b_tit{font-size:40px;margin:10px 0 20px 0;}
				.sub_about_wrap .sub_about .about_img{height:500px;}
				.sub_about_wrap .sub_about .about_img > div{width:300px;}
				
			/*sub life*/
				.sub_life_wrap{height:760px;margin-top:120px;}
				.sub_life_wrap .sub_life .life_tit h3{font-size:50px;}
				.sub_life_wrap .sub_life .life_tit p{font-size:16px;}
				.sub_life_wrap .sub_life .life_cont{margin-top:120px;}
		}
		@media only screen and (max-width:850px) {
			/*sub life*/
				.sub_life_wrap .sub_life .life_cont .life_txt p{font-size:20px;}
				.sub_life_wrap .sub_life .life_cont .life_txt span{font-size:13px;}
		}
		@media only screen and (max-width:750px) {
			/*sub about*/
				.sub_about_wrap{height:auto;padding-bottom:50px;}
				.sub_about_wrap .sub_about{padding:40px 30px 0 30px;}
				.sub_about_wrap .sub_about > div{width:100%;float:none;}
				.sub_about_wrap .sub_about .about_txt{width:100%;}
				.sub_about_wrap .sub_about .about_txt .s_tit{font-size:18px;}
				.sub_about_wrap .sub_about .about_txt .b_tit{font-size:50px;}
				.sub_about_wrap .sub_about .about_txt .about_cont{font-size:18px;}
				.sub_about_wrap .sub_about .about_img{height:575px;float:none;margin-top:50px;}
				.sub_about_wrap .sub_about .about_img > div{width:60%;}
				.sub_about_wrap .sub_about .about_img > div img{width:100%;}

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

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

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

		@media only screen and (max-width:1217px) {
			.sub_location{width:100%;box-sizing:border-box;padding:0 15px;}
			.sub_location_map{height:530px;}
		}
		@media only screen and (max-width:1004px) {
			.sub_location_info > dl dd ul li span{font-size:17px;}
			.sub_location_info > dl dd ul li p{font-size:15px;}
		}
		@media only screen and (max-width:934px) {
			.sub_location_info > dl dd ul li span{font-size:16px;margin-right:20px;}
			.sub_location_info > dl dd ul li span:before{top:11px;}
			.sub_location_info > dl dd ul li p{font-size:14px;}
			.sub_location_info .location_traffic dd ul li span{margin-right:15px;}
		}
		@media only screen and (max-width:920px) {
			.sub_location_map{height:470px;}	
			.sub_location_info .location_address{padding-right:20px;}
			.sub_location_info .location_traffic{padding-left:20px;}

		}
		@media only screen and (max-width:828px) {
			.sub_location_info{display: block;margin-top:30px;}	
			.sub_location_info > dl{display: block;width:100%;}
			.sub_location_info .location_address{padding:0;}
			.sub_location_info .location_traffic{padding:0;margin-top:15px;}
			.sub_location_info > dl dd ul li span{font-size:18px;margin-right:30px;}
			.sub_location_info .location_traffic dd ul li span{margin-right:30px;}
			.sub_location_info > dl dd ul li p{font-size:17px;}
		}
		@media only screen and (max-width:810px) {
			.sub_location{margin-bottom:70px;}
			.sub_location_map{height:420px;}
		}
		@media only screen and (max-width:640px) {
			.sub_location{padding:0;}
		}
		@media only screen and (max-width:470px) {
			.sub_location{margin-bottom:50px;}
			.sub_location_map{height:350px;}
			.sub_location_info > dl dd ul li span{font-size:16px;margin-right:20px;}
			.sub_location_info .location_traffic dd ul li span{margin-right:20px;}
			.sub_location_info > dl dd ul li p{font-size:16px;}
		}
		@media only screen and (max-width:426px) {
			.sub_location_map{height:300px;}
			.sub_location_info > dl dd ul li span{width:78px;margin-right:10px;}
			.sub_location_info .location_traffic dd ul li span{margin-right:10px;}
		}
		@media only screen and (max-width:414px) {
			.sub_location_info > dl dd > ul > li > p{width:calc(100% - 130px);}
			.sub_location_info > dl dd > ul > li > ul{width:calc(100% - 130px);}
		}
		@media only screen and (max-width:395px) {
			.sub_location_info > dl dd ul li span{font-size:15px;padding-left:8px;}
			.sub_location_info > dl dd ul li span:before{top:10px;}
			.sub_location_info > dl dd ul li p{font-size:15px;}
		}
		@media only screen and (max-width:375px) {
			.sub_location{margin-bottom:40px;}
			.sub_location_map{height:270px;}
			.sub_location_info > dl dd ul li p{font-size:14px;}
		}
		@media only screen and (max-width:350px) {
			.sub_location_info > dl dd ul li span{font-size:14px;margin-right:5px;}
			.sub_location_info .location_traffic dd ul li span{margin-right:5px;}
			.sub_location_info > dl dd ul li span:before{top:9px;}
		}
		@media only screen and (max-width:340px) {
			.sub_location{margin-bottom:30px;}
			.sub_location_map{height:230px;}
			.sub_location_info > dl dt p{font-size:22px;}
			.sub_location_info > dl dt p span{font-size:22px;}
			.sub_location_info > dl dd ul li p{font-size:13px;}
		}

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

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

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



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

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

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




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

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


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

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






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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*───────────────────────────────────────────────────────────
	 BOARD
───────────────────────────────────────────────────────────*/

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

	.bbs_title_box {overflow:hidden;margin-bottom:10px;}
	.bbs_title_box .btn_right {float:right;}
	.bbs_title_box .btn_right + .btn_right {margin-right:5px;}

	/* 게시판 소타이틀 */
		.bbs_write_title {font-size:16px;color:#222;font-weight:700;padding-bottom:1.2%;}
		.bbs_write + .bbs_write_title {padding-top:1.8%;}
	/* 게시판 설명글 */
		.bbs_write_info {font-size:14px;line-height:20px;padding-top:2.4%;color:#666;}
		.bbs_write_info strong {font-size:inherit;color:#222;font-weight:700;}


	/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
		table.bbs_write {table-layout:fixed;width:100%;border-top:1px solid #333;border-bottom: 1px solid #ddd;text-align:left;box-sizing:border-box;}
			table.bbs_write + table.bbs_write{border-top:0;}
		table.bbs_write th,
		table.bbs_write td {font-size:13px;padding-top:10px;padding-bottom:10px;padding-left: 40px;padding-right: 40px;font-weight:300;color:#888;text-align:left;vertical-align:middle;box-sizing:border-box;}
		table.bbs_write th {padding-left: 30px;padding-right: 30px;font-size: 16px;font-weight: 400;color: #444;line-height: 40px;background: #fff;}
		table.bbs_write td {}
		table.bbs_write tr:nth-of-type(1) th,
		table.bbs_write tr:nth-of-type(1) td {padding-top:20px;}
		table.bbs_write tr:last-of-type th,
		table.bbs_write tr:last-of-type td {}
		table.bbs_write .line th,
		table.bbs_write .line td {border-top:1px solid #ddd;}
		table.bbs_write tr td .file_box {line-height: 30px;}
		table.bbs_write tr td .file_box + .file_box {margin-top:10px;}
		table.bbs_write tr td .file_box input {vertical-align:middle;}
		table.bbs_write th,
		table.bbs_write td,
		table.bbs_write th a,
		table.bbs_write td a,
		table.bbs_write td label,
		table.bbs_write td select,
		table.bbs_write td input[type="text"],
		table.bbs_write td input[type="password"],
		table.bbs_write td input[type="number"],
		table.bbs_write td input[type="date"],
		table.bbs_write td input[name="title"],
		table.bbs_write td textarea,
		table.bbs_list th,
		table.bbs_list td,
		table.bbs_list th a,
		table.bbs_list td a {word-break: break-all;}
		table.bbs_write th,
		table.bbs_write td,
		table.bbs_write tr span,
		table.bbs_write tr input,
		table.bbs_write tr select {vertical-align: middle;}
		table.bbs_write tr span,
		table.bbs_write tr input,
		table.bbs_write tr select,
		table.bbs_write tr textarea,
		table.bbs_write tr label {font-size:inherit;font-weight:400;}
		table.bbs_write tr .filezone a {margin-left:5px;}
		table.bbs_write tr select {background-position:95%;}
		table.bbs_write tr label.ex_radio {width:100%;display:block;}
		table.bbs_write tr input[type="radio"] + label.ex_radio:before, 
		table.bbs_write tr input[type="radio"] + label.ex_radio::before {margin:-2px 5px 0 0;}
		table.bbs_write tr td #captcha_box {display: inline-block;vertical-align: middle;}
		table.bbs_write tr td input[name="captcha"] {min-width: 180px;height: 40px;line-height: 40px;margin: 0 8px;}
		table.bbs_write tr td input[name="captcha"],
		table.bbs_write tr td .btn_reset,
		table.bbs_write tr td #refreshCode {vertical-align:middle !important;}
		table.bbs_write tr td .btn_reset {width: 40px;height:40px;border: 1px solid #aaa !important;padding: 0 !important;background-position: center !important;font-size: 0;margin-left: 0;}
		table.bbs_write th .require_dot,
		table.bbs_write th .require_dot:before {line-height:inherit;height:inherit;color:#444;font-weight:400;display:inline-block;}
		table.bbs_write th .require_dot {padding-left:4px;}
		table.bbs_write th .require_dot:before {content:' *';font-size:inherit;vertical-align:middle;}
		table.bbs_write td p {line-height:20px;padding:5px 0 0;font-size:inherit;display:inline-block;margin:0;vertical-align:top;}
		table.bbs_write td div.view_cont {padding:8px 10px 50px 10px;line-height:26px;min-height:150px;}
		table.bbs_write td select,
		table.bbs_write td input[type="text"],
		table.bbs_write td input[type="password"],
		table.bbs_write td input[type="number"],
		table.bbs_write td input[type="date"] {min-width: 35%;}
		table.bbs_write td input[name="title"] {width: 100%;}
		table.bbs_write td input[name="zip"] {width:80px;min-width:70px;}
		table.bbs_write td input[name="address"],
		table.bbs_write td input[name="address2"] {width:55%;min-width:450px;}
		table.bbs_write td select:focus,
		table.bbs_write td input:focus {border-color:#333;color:#444;transition:all .2s;}
		table.bbs_write td input.tel {min-width:50px;}
		table.bbs_write td textarea {min-width:100%;height:200px;}
		table.bbs_write td select.mail_select {margin-left:0px;}
		table.bbs_write td select.mail_select + .mail_select {margin-left:5px;}
		table.bbs_write td input[name="email_id"] {width:16%;min-width:120px;}
		table.bbs_write td input[name="email_domain"],
		table.bbs_write td select.mail_select {width:20%;min-width:140px;}
		table.bbs_write td input[name="email_domain"] {display:inline-block !important;}
		table.bbs_write .input_file {}
		table.bbs_write .input_file td,
		table.bbs_write .input_file td input {vertical-align:middle;}
		table.bbs_write td .file_name {display: inline-block;vertical-align: top;}
		table.bbs_write td .file_name a {display:inline-block;vertical-align:middle;line-height:23px;}
		table.bbs_write td .file_name .file_no {margin-left:5px;}
		table.bbs_write td .at {display:inline-block;vertical-align: top;margin: 10px 0 0 3px;}
		table.bbs_write .input_email input {display:inline-block !important;}
		table.bbs_write .btn_xs {margin-left:5px;}
		table.bbs_write.captcha {}
		table.bbs_write.captcha th {text-align:center;}
		table.bbs_write.captcha th #captcha_box {}
		table.bbs_write.captcha th #captcha_box img {width:100% !important;height:auto !important;}
		table.bbs_write.captcha td {line-height:40px;vertical-align:middle;}
		table.bbs_write.captcha td input,
		table.bbs_write.captcha td span,
		table.bbs_write.captcha td button {vertical-align:middle !important;}

		div.bbs_write {width:100%;border-top:1px solid #333;border-bottom: 1px solid #ddd;text-align:left;box-sizing:border-box;}
		div.bbs_write .tr {}
		div.bbs_write .tr > dl {display:table;table-layout:fixed;width: 100%;}
		div.bbs_write .tr > dl dt,
		div.bbs_write .tr > dl dd {display:table-cell;vertical-align: middle;}
		div.bbs_write .tr > dl dt {width:15%;}
		div.bbs_write .tr > dl dd {width:85%;}
		div.bbs_write .th,
		div.bbs_write .td {font-size:13px;padding-top:10px;padding-bottom:10px;padding-left: 40px;padding-right: 40px;font-weight:300;color:#888;text-align:left;vertical-align:middle;box-sizing:border-box;}
		div.bbs_write .th {padding-left: 30px;padding-right: 30px;font-size: 16px;font-weight: 400;color: #444;line-height: 40px;}
		div.bbs_write .td {}
		div.bbs_write .tr:nth-of-type(1) .th,
		div.bbs_write .tr:nth-of-type(1) .td {padding-top:20px;}
		div.bbs_write .line .th,
		div.bbs_write .line .td {border-top:1px solid #ddd;}
		div.bbs_write .tr:nth-of-type(1) th,
		div.bbs_write .tr:nth-of-type(1) td {padding-top:20px;}
		div.bbs_write .tr:last-of-type th,
		div.bbs_write .tr:last-of-type td {}
		div.bbs_write .tr .td .file_box {line-height: 30px;}
		div.bbs_write .tr .td .file_box + .file_box {margin-top:10px;}
		div.bbs_write .tr .td .file_box input {vertical-align:middle;}
		div.bbs_write .th,
		div.bbs_write .td,
		div.bbs_write .th a,
		div.bbs_write .td a,
		div.bbs_write .td label,
		div.bbs_write .td select,
		div.bbs_write .td input[type="text"],
		div.bbs_write .td input[type="password"],
		div.bbs_write .td input[type="number"],
		div.bbs_write .td input[type="date"],
		div.bbs_write .td input[name="title"],
		div.bbs_write .td textarea {word-break: break-all;}
		div.bbs_write .th,
		div.bbs_write .td,
		div.bbs_write .tr span,
		div.bbs_write .tr input,
		div.bbs_write .tr select {vertical-align:top;}
		div.bbs_write .tr span,
		div.bbs_write .tr input,
		div.bbs_write .tr select,
		div.bbs_write .tr textarea,
		div.bbs_write .tr label {font-size:inherit;font-weight:400;}
		div.bbs_write .tr .filezone a {margin-left:5px;}
		div.bbs_write .tr select {background-position:95%;}
		div.bbs_write .tr label.ex_radio {width:100%;display:block;}
		div.bbs_write .tr input[type="radio"] + label.ex_radio:before, 
		div.bbs_write .tr input[type="radio"] + label.ex_radio::before {margin:-2px 5px 0 0;}
		div.bbs_write .tr .td #captcha_box {display: inline-block;vertical-align: middle;}
		div.bbs_write .tr .td input[name="captcha"] {min-width: 180px;height: 40px;line-height: 40px;margin: 0 8px;}
		div.bbs_write .tr .td input[name="captcha"],
		div.bbs_write .tr .td .btn_reset,
		div.bbs_write .tr .td #refreshCode {vertical-align:middle !important;}
		div.bbs_write .tr .td .btn_reset {width: 40px;height:40px;border: 1px solid #aaa !important;padding: 0 !important;background-position: center !important;font-size: 0;margin-left: 0;}
		div.bbs_write .th .require_dot,
		div.bbs_write .th .require_dot:before {line-height:inherit;height:inherit;color:#444;font-weight:400;display:inline-block;}
		div.bbs_write .th .require_dot {padding-left:4px;}
		div.bbs_write .th .require_dot:before {content:' *';font-size:inherit;vertical-align:middle;}
		div.bbs_write .td p {line-height:20px;padding:5px 0 0;font-size:inherit;display:inline-block;margin:0;vertical-align:top;}
		div.bbs_write .td div.view_cont {padding:8px 10px 50px 10px;line-height:26px;min-height:150px;}
		div.bbs_write .td select,
		div.bbs_write .td input[type="text"],
		div.bbs_write .td input[type="password"],
		div.bbs_write .td input[type="number"],
		div.bbs_write .td input[type="date"] {min-width: 35%;}
		div.bbs_write .td input[name="title"] {width: 100%;}
		div.bbs_write .td input[name="zip"] {width:80px;min-width:70px;}
		div.bbs_write .td input[name="address"],
		div.bbs_write .td input[name="address2"] {width:55%;min-width:450px;}
		div.bbs_write .td select:focus,
		div.bbs_write .td input:focus {border-color:#333;color:#444;transition:all .2s;}
		div.bbs_write .td input.tel {min-width:50px;}
		div.bbs_write .td textarea {min-width:100%;height:200px;}
		div.bbs_write .td select.mail_select {margin-left:0px;}
		div.bbs_write .td select.mail_select + .mail_select {margin-left:5px;}
		div.bbs_write .td input[name="email_id"] {width:16%;min-width:120px;}
		div.bbs_write .td input[name="email_domain"],
		div.bbs_write .td select.mail_select {width:20%;min-width:140px;}
		div.bbs_write .td input[name="email_domain"] {display:inline-block !important;}
		div.bbs_write .input_file {}
		div.bbs_write .input_file td,
		div.bbs_write .input_file td input {vertical-align:middle;}
		div.bbs_write .td .file_name {display: inline-block;vertical-align: top;}
		div.bbs_write .td .file_name a {display:inline-block;vertical-align:middle;line-height:23px;}
		div.bbs_write .td .file_name .file_no {margin-left:5px;}
		div.bbs_write .td .at {display:inline-block;vertical-align:middle;margin:0 0 0 3px;}
		div.bbs_write .input_email input {display:inline-block !important;}
		div.bbs_write .btn_xs {margin-left:5px;}
		div.bbs_write.captcha {}
		div.bbs_write.captcha th {text-align:center;}
		div.bbs_write.captcha th #captcha_box {}
		div.bbs_write.captcha th #captcha_box img {width:100% !important;height:auto !important;}
		div.bbs_write.captcha td {line-height:40px;vertical-align:middle;}
		div.bbs_write.captcha td input,
		div.bbs_write.captcha td span,
		div.bbs_write.captcha td button {vertical-align:middle !important;}

	/*** 갤러리형 | layout/goods/gallery.html ***/

		/* 갤러리 고정글 */
			.gallery_notice {border-top:1px solid #333;margin:0 0 50px;}
			.gallery_notice li {padding: 20px;box-sizing:border-box;border-bottom: 1px solid #aaa;font-size:0;position:relative;}
			.gallery_notice li:hover {background:#f5f5f5;}
			.gallery_notice li + li {}
			.gallery_notice li a {position:absolute;left:0;top:0;right:0;bottom:0;z-index:5;}
			.gallery_notice li .thumb,
			.gallery_notice li .txt_info {display:inline-block;vertical-align:middle;}
			.gallery_notice li .thumb {width: 180px;height: 120px;overflow: hidden;position: relative;}
			.gallery_notice li .thumb img {width:100%;height: auto;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
			.gallery_notice li .txt_info {width: calc(100% - 180px);padding-left: 30px;box-sizing:border-box;}
			.gallery_notice li .txt_info b {font-size:15px;margin-bottom: 0.73em;color:#eb3949;line-height:1;display:block;}
			.gallery_notice li .txt_info .board_tit {font-size: 0;}
			.gallery_notice li .txt_info .board_tit h3 {font-size: 16px;line-height: 1.5625;color: #222;font-weight: 500;}
			.gallery_notice li .txt_info .board_tit .board_ico,
			.gallery_notice li .txt_info .board_tit img,
			.gallery_notice li .txt_info .board_tit h3 {display: inline;vertical-align: top;}
			.gallery_notice li .txt_info .board_tit h3 .board_ico {}
			.gallery_notice li .txt_info .board_tit img {vertical-align: middle;margin-right: 5px;margin-top: 5px;}
			.gallery_notice li .txt_info .board_tit h3 {max-width: calc(100% - 80px);width: auto;}
			.gallery_notice li .txt_info .board_tit h3 strong {display: inline;vertical-align: top;max-width: 100%;font-size: inherit;color: inherit;font-weight: inherit;line-height: inherit;}
			.gallery_notice li p {display:block;color:#888;font-weight: 400;text-align:left;margin: 2.642em 0 0;font-size: 14px;line-height: 1;}
			.gallery_notice li p span {display:inline-block;width:1px;height:9px;background:#d3d3d3;margin: 3px 8px 0 8px;vertical-align:top;}


		/* 리스트 */
			.sub_board ul.bbs_gallery {width:calc(100% + 30px);margin-left:-30px;padding:0;font-size:0;}
			.sub_board ul.bbs_gallery:after {clear:both;content:"";display:block;}
			ul.bbs_gallery li {display:inline-block;vertical-align:top;width: calc(33.33% - 30px);margin:0 0 50px 30px;position:relative;}
			ul.bbs_gallery li a {position:absolute;left:0;top:0;right:0;bottom:0;z-index:5;}
			ul.bbs_gallery_top {padding:0 0 0 0;}
			ul.bbs_gallery li .thumb {text-align:center;width:100%;padding: 0 0 67.904%;height:0;position: relative;border:1px solid transparent;box-sizing:border-box;overflow:hidden;vertical-align:top;font-size:0;}
			ul.bbs_gallery li .thumb a {vertical-align:top;}
			ul.bbs_gallery li .thumb img {width: 100%;height: auto;vertical-align:top;box-sizing:border-box;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
			ul.bbs_gallery li:hover .thumb {border:1px solid #333;}
			ul.bbs_gallery li .txt_info {padding:15px 0 0 0;}
			ul.bbs_gallery li .txt_info .board_tit {font-size: 0; padding:0; line-height:normal; text-align:left;}
			ul.bbs_gallery li .txt_info .board_tit h3 {font-size: 16px;line-height: 1.625;color: #333333;font-weight: 500;}
			ul.bbs_gallery li .txt_info .board_tit .board_ico,
			ul.bbs_gallery li .txt_info .board_tit img,
			ul.bbs_gallery li .txt_info .board_tit h3 .board_ico,
			ul.bbs_gallery li .txt_info .board_tit h3 {display:inline-block;vertical-align:middle;}
			ul.bbs_gallery li .txt_info .board_tit h3 .board_ico {}
			ul.bbs_gallery li .txt_info .board_tit img {vertical-align: middle;margin-right: 5px;}
			ul.bbs_gallery li .txt_info .board_tit h3 {width: 100%;}
			ul.bbs_gallery li .txt_info .board_tit h3 strong {vertical-align: middle;max-width: calc(100% - 50px);font-size: inherit;color: inherit;font-weight: inherit;line-height: inherit;word-break:break-all;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
			ul.bbs_gallery li p {display:block;color:#888;text-align:left;margin:0;font-size: 14px;line-height: 1;margin-top: 0.8em;}
			ul.bbs_gallery li p span {display:inline-block;width:1px;height: 12px;background: #ccc;margin: 0 13px;vertical-align:middle;}
			ul.bbs_gallery li.no_data {line-height:20px;padding:122px 0;}

			.bbs_no_data {padding:1.2%;font-size:13px;line-height:20px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;text-align:center;box-sizing:border-box;}

			/*** 게시글 비번 입력 layout/board/board_secret.html ***/
			.sub_pw_input {}
			.sub_pw_input .ok_box {max-width: 820px;margin:0 auto;padding: 75px 0 80px;text-align:center;border: 1px solid #ddd;}
			.sub_pw_input .ok_box h2 {word-break:keep-all;padding-bottom: 1.11em;font-size: 18px;line-height: 1.5;font-weight: 400;color: #222;}
			.sub_pw_input .ok_box div.input_box {padding-bottom:40px;}
			.sub_pw_input .ok_box div.input_box input {width: 280px;height: 50px;padding:5px 10px;border: 0;background: #eee;}
			.sub_pw_input .ok_box div.input_box input:focus {border:1px solid #333;background:#fff;padding: 0 9px;}
			.sub_pw_input .ok_box a.ok_bt {display:inline-block;font-size:15px;font-weight:700;width:120px;height:40px;background:#222222;border:1px solid #222222;text-align:center;line-height:40px;color:#fff;font-weight:500;}
		/* 게시판 비번 */
			.password_popup {text-align:center;}
			.password_popup p {color:#888;padding:40px 0 10px 0;}
			.password_popup h2 {}
			.password_popup h2 input {border:1px solid #d3d3d3;padding:3px 5px;width:150px;}
			.password_popup h3 {padding-top:15px;}

		@media only screen and (max-width:1200px) {
			
		}
		@media only screen and (max-width:1023px) {
			/* 갤러리 고정글 */
			.gallery_notice {margin-bottom:40px;}
			/*** 갤러리형 | layout/goods/gallery.html ***/
			.sub_board ul.bbs_gallery {width:calc(100% + 20px);margin-left:-20px;}
			ul.bbs_gallery li {width: calc(33.33% - 20px);margin:0 0 40px 20px;}
		}
		@media only screen and (max-width: 860px) {
			/* 갤러리 고정글 */
			.gallery_notice {margin-bottom:40px;}
			.gallery_notice li {padding: 15px;}
			.gallery_notice li .thumb {width: 140px;height: 100px;}
			.gallery_notice li .txt_info .board_tit .board_ico {display:block;}
			.gallery_notice li .txt_info {width: calc(100% - 140px);padding-left: 25px;}
			.gallery_notice li .txt_info b {font-size:14px;}
			.gallery_notice li .txt_info .board_tit h3 {font-size:15px;}
			.gallery_notice li p {font-size:13px;margin-top: 2em;}
			/*** 갤러리형 | layout/goods/gallery.html ***/
			.sub_board ul.bbs_gallery {width:calc(100% + 15px);margin-left:-15px;}
			ul.bbs_gallery li {width: calc(33.33% - 15px);margin:0 0 30px 15px;}
			ul.bbs_gallery li:hover .thumb {border:none;}
			ul.bbs_gallery li .txt_info {padding:10px 0 0 0;}
			ul.bbs_gallery li .txt_info .board_tit h3 {font-size: 14px;}
			ul.bbs_gallery li p {font-size: 13px;}
			ul.bbs_gallery li p span {height:9px;margin: -2px 8px 0 8px;}

			/*** 게시글 비번 입력 layout/board/board_secret.html ***/
			.sub_pw_input {}
			.sub_pw_input .ok_box {padding: 60px 15px;}
			.sub_pw_input .ok_box h2 {font-size: 16px;box-sizing:border-box;}
			.sub_pw_input .ok_box div.input_box {padding-bottom:30px;}
			.sub_pw_input .ok_box div.input_box input {width: 50%;height:40px;min-width: 200px;}
			.sub_pw_input .ok_box a.ok_bt {font-size:14px;width:100px;height:35px;line-height:35px;}


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

		}
		@media only screen and (max-width: 640px) {
			/* 갤러리 고정글 */
			.gallery_notice {margin-bottom:30px;}
			.gallery_notice li {padding: 10px 15px;}
			.gallery_notice li .thumb {width: 100px;height: 80px;}
			.gallery_notice li .txt_info {width: calc(100% - 100px);padding-left:20px;}
			.gallery_notice li .txt_info b {font-size:13px;}
			.gallery_notice li .txt_info .board_tit h3 {font-size:14px;}
			.gallery_notice li p {font-size:12px;margin-top: 1em;}
			.gallery_notice li p span {margin-top:1px;}
			/*** 갤러리형 | layout/goods/gallery.html ***/
			.sub_board ul.bbs_gallery {width:calc(100% + 15px);margin-left:-15px;}
			ul.bbs_gallery li {width: calc(50% - 15px);margin:0 0 30px 15px;}
			ul.bbs_gallery li .txt_info .board_tit h3 {font-size: 13px;}
			ul.bbs_gallery li p {font-size: 12px;}
			/*** 게시글 비번 입력 layout/board/board_secret.html ***/
			.sub_pw_input {}
			.sub_pw_input .ok_box {padding:40px 15px;}
			.sub_pw_input .ok_box h2 {font-size: 15px;}
			.sub_pw_input .ok_box div.input_box {padding-bottom:20px;}

		}
		@media only screen and (max-width:479px) {
			/* 갤러리 고정글 */
			.gallery_notice li {padding: 10px;}
			.gallery_notice li .thumb {}
			.gallery_notice li .txt_info {padding-left:15px;}
			.gallery_notice li .txt_info b {font-size:12px;}
			.gallery_notice li .txt_info .board_tit h3 {font-size:13px;}
			.gallery_notice li .txt_info .board_tit h3 strong {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
			/*** 갤러리형 | layout/goods/gallery.html ***/
			.bbs_no_data {padding:2.4%;}
		}


	/*** TABLE view ( board/board_view ) ***/
		.bbs_view {text-align:left;position:relative;z-index:1;margin-top:50px;}
		/* 제목.작성자.작성일 */
			.bbs_view div.view_tit {padding: 20px;border-bottom: 1px solid #aaa;border-top:1px solid #333333;margin:0 auto;width:100%;box-sizing:border-box;text-align:left;vertical-align:top;font-size:0; background:#fff;}
			.bbs_view div.view_tit:after {clear:both;content:"";display:block;}
			.bbs_view div.view_tit > h3,
			.bbs_view div.view_tit > p {margin:0;padding:0;display:inline-block;box-sizing:border-box;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;font-size:0;}
			.bbs_view div.view_tit > p span {display:inline-block;vertical-align:middle;color:#888;font-size: inherit;line-height:1.8;}
			.bbs_view div.view_tit > p span + span {}
			.bbs_view div.view_tit > p span + span:before {content:'';display:inline-block;vertical-align:middle;background:#ccc;width:1px;height:12px;margin:0 13px;}
			.bbs_view div.view_tit > h3 {font-size: 17px;line-height: 1.588;width:80%;color:#222222;font-weight: 500;text-align:left;}
			.bbs_view div.view_tit > p {font-size: 15px;width:20%;line-height:inherit;color:#666666;text-align:right;}
		/* 모바일.메일 */
			.bbs_view div.view_etc {padding:1.2% 30px;border-bottom:1px solid #bbbbbb;margin:0 auto;width:100%;box-sizing:border-box;text-align:left;vertical-align:top;font-size:0;}
			.bbs_view div.view_etc:after {clear:both;content:"";display:block;}
			.bbs_view div.view_etc span {line-height:20px;margin:0;padding:0;display:inline-block;box-sizing:border-box;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;}
			.bbs_view div.view_etc span + span {margin-left:60px;}
			.bbs_view div.view_etc span em {padding:0 10px 0 0;color:#222;font-weight:700;font-size:inherit;line-height:inherit;display:inline-block;vertical-align:middle;}
			.bbs_view div.view_etc span em:after {width:1px;height:10px;margin:0;margin-left:10px;background:#ccc;vertical-align:middle;content:"";display:inline-block;}
		/* 내용 */
			.bbs_view div.view_cont {padding: 20px 23px;font-size:13px;line-height:25px;min-height:300px;border-bottom:1px solid #bbbbbb;margin:0 auto;width:100%;box-sizing:border-box;text-align:left;vertical-align:top;word-break:break-all;}
			.bbs_view div.view_cont .thumb_img_wrap {padding-bottom:1.2%;text-align:center;}
			.bbs_view div.view_cont .thumb_img_wrap img {margin:0 auto;}
			.bbs_view div.view_cont .thumb_img_wrap img + img {margin-top:12px;}
		/* 비디오 */
			.bbs_view div.view_cont .view_video {position:relative;width:100%;height:0;padding-top:56.25%;}
			.bbs_view div.view_cont .view_video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
		/* 첨부파일 */
			.bbs_view h4 {border-bottom:1px solid #bbbbbb;padding:17px 30px;font-size: 15px;font-weight: 500;color:#666666;}
			.bbs_view h4.thumb_wrap {padding-bottom:7px;}
			.bbs_view h4 span {display:inline-block;color:#444;font-weight:600;padding-right:0;margin-right:0;}
			.bbs_view h4 span:after {display:inline-block;width:1px;height:10px;background:#d3d3d3;vertical-align:middle;margin:0 15px;padding:0;content:"";}
			.bbs_view h4 a {display:inline-block;}
			.bbs_view h4 a + a {margin-left:20px;}
		/* 답변 내용 */
			.bbs_view + .bbs_view {margin-top:2.4%;z-index:5;}
			.bbs_view + .bbs_view div.view_tit {}
			.bbs_view + .bbs_view div.view_tit > h3 {font-size:14px;}
		/* 버튼 */
			.bbs_view + .view_btn {}
			.bbs_view + .view_btn:after {clear:both;content:"";display:block;}
		/* 게시판 개인정보취급 */
			.policy_cont {padding:20px;margin-top:30px;border:1px solid #ddd;}
			.policy_cont > div {padding:0 0 8px;text-align:left;line-height:30px;}
			.policy_cont > div input[type=checkbox] {}
			.policy_cont > div label {margin-right: 7px;color:#333;font-size:inherit;font-weight:400;cursor:pointer;}
			.policy_cont > div .btn_info {border-bottom: 1px solid #555555 !important;font-weight:500;}
			.policy_cont > textarea {height:90px !important;margin:0;color:#666;width:100%;font-size:inherit;display:block;border: 0;}
		/* 댓글 폼 */
			.board_comment {padding: 20px;margin: 30px auto 0;border: 1px solid #ddd;position:relative;width:100%;box-sizing:border-box;text-align:left;vertical-align:top;}
			.board_comment .comment_name {font-size: 0;}
			.board_comment .comment_name span {font-size:inherit;line-height:inherit;}
			.board_comment .comment_name span input {width: 120px;height: 34px;line-height: 34px;padding: 0 13px;font-size: 13px;color: #777;}
			.board_comment .comment_name span + span {margin-left: 10px;}
			.board_comment .comment_memo {padding: 10px 0 0;}
			.board_comment .comment_memo textarea {width: calc(100% - 100px);height: 54px;resize:none;background: #fff;border: 1px solid #ddd;}
			.board_comment .comment_memo a {float:right;text-align: center;width:100px;line-height:54px;font-size: 15px;}
		/* 댓글 목록 */
			.board_comment_list {margin:2.4% auto 0;border-bottom:1px solid #d3d3d3;position:relative;}
			.board_comment_list .comment_title {border-bottom: 1px solid #aaa;text-align:left;font-size: 13px;line-height: 1;padding-bottom: 20px;color: #444;}
			.board_comment_list .comment_title span {font-weight:700;font-size: inherit;color: inherit;}
			.board_comment_list .comment {padding: 17px 14px 25px;margin:0;width:100%;box-sizing:border-box;position:relative;}
			.board_comment_list .comment + .comment {border-top: 1px #ddd solid;}
			.board_comment_list .comment .comment_writer,
			.board_comment_list .comment .com_btn {display:inline-block;line-height: 1;font-size: 13px;color: #888;margin:0;vertical-align:middle;}
			.board_comment_list .comment .comment_writer {text-align:left;margin-top: 1em;}
			.board_comment_list .comment .com_btn {float:right;text-align:right;margin-top: 1em;}
			.board_comment_list .comment .com_btn a {color:#666;}
			.board_comment_list .comment .com_btn a.on + .comment_password {display:block !important;}
			.board_comment_list .comment span.board_line {margin: 0 10px 1px;width:1px;height:9px;background:#999;vertical-align:middle;display:inline-block;}
			.board_comment_list .comment .com_txt,
			.board_comment_list .comment .com_txt_reply {line-height: 1.92;font-size: 14px;font-weight:400;color: #333;text-align:left;word-break: break-all;}
			.board_comment_list .comment .com_txt_reply {padding:12px 0 8px 40px;margin:8px 0 0;border-top:1px solid #d3d3d3;background:url("../images/sub/comment_reply.png") no-repeat;background-position:20px 18px;}
			.board_comment_list .comment .com_modify {margin:8px 0 0;font-size:0;position:relative;}
			.board_comment_list .comment .com_modify:after {clear:both;content:"";display:block;}
			.board_comment_list .comment .com_modify textarea {width: calc(100% - 100px);height: 54px;resize: none;background: #fff;border: 1px solid #ddd;}
			.board_comment_list .comment .com_modify a {float: right;text-align: center;width: 100px;line-height: 54px;font-size: 15px;}
				/* 댓글 비번 레이어 */
			.board_comment_list .comment .comment_password {right:30px;top:50%;width: auto;line-height:30px;font-size:12px;border:2px solid #bbb;border-radius:8px;padding:12px;transform:translateY(-50%);box-sizing:border-box;position:absolute;background:#fff;z-index:100;text-align:left;}
			.board_comment_list .comment .comment_password.modify {}
			.board_comment_list .comment .comment_password span,
			.board_comment_list .comment .comment_password a {font-size:inherit;line-height:inherit;vertical-align:top;display:inline-block;}
			.board_comment_list .comment .comment_password span {font-weight:700;}
			.board_comment_list .comment .comment_password input {width:146px;margin:0 6px;vertical-align:top;}
			.board_comment_list .comment .comment_password a {}
			.board_comment_list .comment .comment_password a.close {width:16px;height:30px;margin-left:4px;font-size:0;background:url(../images/sub/btn_close.gif) no-repeat 50% 50%;}

	/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
		/* 검색 */
		.board_search {line-height:40px;margin:15px 0;padding:0;background:none;text-align:right;font-size:0;width:100%;box-sizing:border-box;}
		.board_search:after {content:'';display:inline-block;clear:both;}
		.board_search .bbs_num {float:left;font-size:14px;line-height: 40px;font-weight: 500;color:#555;}
		.board_search .bbs_num strong {color:#ef2853;}
		.board_search .bbs_search {float:right;}
		.board_search fieldset {line-height:inherit;font-size:0;}
		.board_search select, .board_search input, .board_search span, .board_search label {vertical-align:top;font-size:14px;height:40px;color:#555;line-height:inherit;border-color: #ccc;}
		.board_search select {width:120px;margin-right:10px;}
		.board_search input {border-right:0;}
		.board_search select, .board_search input.input_text {background-color:#fff;color:#666;}
		.board_search input.input_text {width:220px; margin-right:0;}
		.board_search .board_search_sel {display:inline-block;vertical-align:middle;font-size: 0;width: auto;}
		.board_search .btn_search {display:inline-block;background:#444 url('../images/sub/ico_bbs_search.png') no-repeat center;font-size: 0;width: 40px;border: 0;height: 40px;vertical-align: top;}

		/* 일반형 총 게시글수 */
			.bbs_num {padding:0 0 8px 0;line-height:20px;font-size:13px;color:#333;}
			.bbs_num strong {font-weight:700;}
		/* 일반형 목록 */
			table.bbs_list {border-top:1px solid #333333;border-bottom:1px solid #bbb;width:100%;text-align:center;table-layout:fixed;box-sizing:border-box;}
			table.bbs_list tr {}
			table.bbs_list tr:hover {}
			table.bbs_list tr.board_notice td {background:#f4f4f4;}
			table.bbs_list tr.board_notice td:nth-of-type(1) {color:#eb3949;font-weight:500;}
			table.bbs_list th,
			table.bbs_list td {padding-left:12px;padding-right:12px;font-size: 15px;line-height:20px;font-weight:400;color: #888;text-align:center;vertical-align:middle;}
			table.bbs_list td a,
			table.bbs_list td em,
			table.bbs_list td strong,
			table.bbs_list td span {font-size:inherit;line-height:inherit;}
			table.bbs_list th {padding-top: 18px;padding-bottom: 18px;border-bottom: 1px solid #ccc;color:#333;font-size: 16px;font-weight: 400;}
			table.bbs_list td {padding-top: 18px;padding-bottom: 18px;}
			table.bbs_list td .board_tit {}
			table.bbs_list td .board_tit h3 {font-size: 13px;color: #333333;font-weight: 600;}
			table.bbs_list td .board_tit .board_ico,
			table.bbs_list td .board_tit img,
			table.bbs_list td .board_tit h3,
			table.bbs_list td .board_tit span {display:inline-block;vertical-align: middle;}
			table.bbs_list td .board_tit .ico_reply {margin-top: -4px;}
			table.bbs_list td .board_tit h3 .board_ico {font-size:0;margin-bottom: 2px;margin-left: 5px;}
			table.bbs_list td .board_tit img {margin-right: 5px;}
			table.bbs_list td .board_tit h3 {font-weight: 400;font-size:14px;color: #222;display: inline-block;vertical-align: middle;width: calc(100% - 105px);max-width: 680px;}
			table.bbs_list td .board_tit h3 strong {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;vertical-align: top;max-width: calc(100% - 80px);font-size: inherit;color: inherit;font-weight: inherit;line-height: inherit;}
			  

			table.bbs_list td a {}
			table.bbs_list .m_non,
			table.bbs_list .m_non {display:table-cell;}
			table.bbs_list td.left {text-align:left;}
			table.bbs_list td img{display:inline-block;vertical-align:middle;}
			table.bbs_list td img + img {margin-left:4px;}
			table.bbs_list tr + tr td {border-top:1px #ddd solid;}

		/* 추가필드 */
			.sub_board {position:relative;}
			.sub_board .bbs_view .extra_editor_wrap {display:table;width:100%;margin:0;table-layout:fixed;border-collapse:collapse;margin-top:-1px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
			.sub_board .bbs_view .extra_editor_wrap > h4, 
			.sub_board .bbs_view .extra_editor_wrap > div.extra_cont {padding: 20px 30px;display:table-cell;box-sizing:border-box;border-collapse:collapse;vertical-align:middle;text-align:left;border: 0;}
			.sub_board .bbs_view .extra_editor_wrap > h4 {width: 156px;color: #333;position: relative; background:#fff;}
			.sub_board .bbs_view .extra_editor_wrap > h4:after {content:'';display:inline-block;vertical-align:middle;width:1px;height:12px;background:#ccc;position: absolute;right: 0;top: 50%;margin-top: -6px;}
			.sub_board .bbs_view .extra_editor_wrap div.view_cont.extra_cont {width: calc(100% - 141px);}
			.sub_board .bbs_view .extra_editor_wrap div.img_cont {}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span {font-size:12px;color:#888;vertical-align:middle;display:block;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span a {font-weight: 400;font-size: 14px;color: #444 !important;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span + span {margin-top:10px;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont a.icon_down {font-size:0;background:url(../images/common/icon_download.png) no-repeat 0 0;display:inline-block;width:15px;height:15px;background-size:100% auto;margin:0 0 0 5px;padding:0;vertical-align:middle;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont img {width:auto;height:auto;vertical-align:middle;max-width:100%;}
				/* 비디오 ifame 수정 */
				.view_video_wrap {position:relative !important;height:0 !important;padding-bottom:56.28% !important;margin:0 auto !important;text-align:center !important;max-width:100% !important;}
				.view_video_wrap > iframe {position:absolute;width:100%;height:100%;left:0;top:0;}



		@media only screen and (max-width:1200px) {
				/* 게시판 소타이틀 */
			.bbs_write + .bbs_write_title {padding-top:2.2%;}
				/* 게시판 설명글 */
			.bbs_write_info {padding-top:2.0%;}

				/*** TABLE view ( board/board_view ) ***/
				/* 제목.작성자.작성일 */
			.bbs_view div.view_tit {padding:1.2% 20px;}
				/* 모바일.메일 */
			.bbs_view div.view_etc {padding:1.2% 20px;}
				/* 내용 */
			.bbs_view div.view_cont {padding:1.2% 20px;}
				/* 댓글 폼 */
			.board_comment {padding:1.2% 20px;margin:2.4% auto 0;}
				/* 댓글 목록 */
			.board_comment_list .comment {padding:1.2% 20px;}

				/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
				/* 검색 */
		}
		@media only screen and (max-width:1023px) {
				/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
			table.bbs_write colgroup col:first-of-type {width:20%;}
			table.bbs_write th,
			table.bbs_write td {padding-left:12px;padding-right:12px;}
			table.bbs_write th {padding-left:20px;padding-right:20px;}

			div.bbs_write .tr .th {width:20%;}
			div.bbs_write .tr .td {width:80%;}
			div.bbs_write .th,
			div.bbs_write .td {padding-left:12px;padding-right:12px;}
			div.bbs_write .th {padding-left:20px;padding-right:20px;}

				/*** TABLE view ( board/board_view ) ***/
			.bbs_view {margin-top:30px;}
				/* 제목.작성자.작성일 */
			.bbs_view div.view_tit > h3 {font-size:14px;}
			.bbs_view div.view_tit > p {font-size:12px;}

				/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
				/* 일반형 목록 */
			table.bbs_list th,
			table.bbs_list td {padding-top:13px;padding-bottom:13px;padding-left:12px;padding-right:12px;}
			
				/* 추가필드 */
			.sub_board .bbs_view .extra_editor_wrap > h4 {width:100px;}

		}
		@media only screen and (max-width: 860px) {
				/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
			table.bbs_write {}
			table.bbs_write colgroup col:first-of-type {width:18%;}
			table.bbs_write tr:nth-of-type(1) th, 
			table.bbs_write tr:nth-of-type(1) td {padding-top:15px;}
			table.bbs_write tr:last-of-type th, 
			table.bbs_write tr:last-of-type td {padding-bottom:15px;}
			table.bbs_write th,
			table.bbs_write td {font-size:12px;padding-left:12px;padding-right:12px;}
			table.bbs_write th {padding-left:12px;padding-right:12px;font-size: 14px;line-height: 30px;}
			table.bbs_write td {}
			table.bbs_write td p {padding:4px 0 0;}
			table.bbs_write td input[name="address"],
			table.bbs_write td input[name="address2"] {width:100%;min-width:auto;}
			table.bbs_write tr td #captcha_box {display:block;margin-bottom:5px;}
			table.bbs_write tr td input[name="captcha"] {margin:0 5px 0 0;width:50%;}

			div.bbs_write {}
			div.bbs_write .tr .th {width:18%;}
			div.bbs_write .tr .td {width:82%;}
			div.bbs_write .tr:nth-of-type(1) .th, 
			div.bbs_write .tr:nth-of-type(1) .td {padding-top:15px;}
			div.bbs_write .tr:last-of-type .th, 
			div.bbs_write .tr:last-of-type .td {padding-bottom:15px;}
			div.bbs_write .th,
			div.bbs_write .td {font-size:12px;padding-left:12px;padding-right:12px;}
			div.bbs_write .th {padding-left:12px;padding-right:12px;font-size: 14px;line-height: 30px;}
			div.bbs_write .td {}
			div.bbs_write .td p {padding:4px 0 0;}
			div.bbs_write .td input[name="address"],
			div.bbs_write .td input[name="address2"] {width:100%;min-width:auto;}
			div.bbs_write .tr .td #captcha_box {display:block;margin-bottom:5px;}
			div.bbs_write .tr .td input[name="captcha"] {margin:0 5px 0 0;width:50%;}


				/*** TABLE view ( board/board_view ) ***/
			.bbs_view {margin-top:20px;}
				/* 제목.작성자.작성일 */
			.bbs_view div.view_tit {padding:1.6% 12px;}
			.bbs_view div.view_tit > h3 {width:76%;}
			.bbs_view div.view_tit > p {width:24%;}
				/* 모바일.메일 */
			.bbs_view div.view_etc {padding:1.6% 12px;}
			.bbs_view div.view_etc span + span {margin-left:40px;}
				/* 내용 */
			.bbs_view div.view_cont {padding:1.6% 12px;font-size:12px;line-height:21px;min-height:240px;}
			.bbs_view div.view_cont .view_video {padding-bottom:1.6%;}
			.bbs_view div.view_cont .thumb_img_wrap {padding-bottom:1.6%;}
			.bbs_view div.view_cont .thumb_img_wrap img + img {margin-top:12px;}
				/* 답변 내용 */
			.bbs_view + .bbs_view {margin-top:4.6%;}
				/* 댓글 폼 */
			.board_comment {padding:1.6% 12px;margin:4.6% auto 0;}
			.board_comment .comment_name {font-size:12px;}
			.board_comment .comment_memo {padding:1.6% 0;}
				/* 댓글 목록 */
			.board_comment_list {margin:4.6% auto 0;}
			.board_comment_list .comment_title {font-size:12px;}

				/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
				/* 검색 */
			.board_search {/* line-height:36px; */}
			.board_search .bbs_num {line-height:36px;font-size:13px;}
			.board_search select, 
			.board_search input, 
			.board_search span, 
			.board_search label {height:36px;font-size:13px;}
			.board_search select {width:100px;}
			.board_search input.input_text {width:200px;}
			.board_search .btn_search {width:35px;height: 36px;}
				/* 일반형 목록 */
			table.bbs_list {}
			table.bbs_list tr {}
			table.bbs_list th,
			table.bbs_list td {padding-top:1.6%;padding-bottom:1.6%;font-size:12px;}
			table.bbs_list td .board_tit h3 {font-size:13px;}
			table.bbs_list th {font-size:13px;}

				/* 게시판 개인정보취급 */
			.policy_cont {margin-top:20px;padding: 18px;}
		}
		@media only screen and (max-width:767px) {
			.bbs_title_box {margin-bottom:10px;}
				/* 게시판 소타이틀 */
			.bbs_write_title {display:none;}
			.bbs_write + .bbs_write_title + .bbs_write {margin-top:6.8%;}
				/* 게시판 설명글 */
			.bbs_write_info {font-size:13px;}

				/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
			table.bbs_write {}
			table.bbs_write colgroup col:first-of-type {width:20%;}
			table.bbs_write td select,
			table.bbs_write td input[type="text"],
			table.bbs_write td input[type="password"],
			table.bbs_write td input[type="number"],
			table.bbs_write td input[type="date"] {min-width:42%;}
			table.bbs_write td input[name="title"] {width:100%;}
			table.bbs_write td textarea {height:120px;}
			table.bbs_write td select.mail_select {margin-left:0px;margin-right:5px;}
			table.bbs_write .input_email input[type="text"],
			table.bbs_write td input[name="email_id"],
			table.bbs_write td input[name="email_domain"],
			table.bbs_write td select.mail_select {width:34%;min-width:100px;margin-bottom:4px;}
			table.bbs_write td input[name="email_domain"] + select.mail_select {clear:both;margin-bottom:0;}

			div.bbs_write {}
			div.bbs_write .tr .th {width:20%;}
			div.bbs_write .tr .td {width:80%;}
			div.bbs_write .td select,
			div.bbs_write .td input[type="text"],
			div.bbs_write .td input[type="password"],
			div.bbs_write .td input[type="number"],
			div.bbs_write .td input[type="date"] {min-width:42%;}
			div.bbs_write .td input[name="title"] {width:100%;}
			div.bbs_write .td textarea {height:120px;}
			div.bbs_write .td select.mail_select {margin-left:0px;margin-right:5px;}
			div.bbs_write .input_email input[type="text"],
			div.bbs_write .td input[name="email_id"],
			div.bbs_write .td input[name="email_domain"],
			div.bbs_write .td select.mail_select {width:34%;min-width:100px;margin-bottom:4px;}
			div.bbs_write .td input[name="email_domain"] + select.mail_select {clear:both;margin-bottom:0;}



				/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
				/* 검색 */
				/* 일반형 목록 */
			table.bbs_list tr:hover {background:#fff;}
			table.bbs_list .td_wide {display:none;}
			table.bbs_list col:first-child,
			table.bbs_list col:first-child {width:10%;}
		}
		@media only screen and (max-width: 640px) {
				/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
			table.bbs_write {}
			table.bbs_write colgroup col:first-of-type {width:28%;}
			table.bbs_write th,
			table.bbs_write td {font-size:11px;padding-top:10px;padding-bottom:10px;padding-left:12px;padding-right:12px;}
			table.bbs_write th {padding-left:12px;padding-right:12px;font-size:13px;}
			table.bbs_write td {}
			table.bbs_write td p {line-height:18px;}
			table.bbs_write td div.view_cont {padding:8px 10px 50px 10px;line-height:26px;min-height:150px;}
			table.bbs_write td select,
			table.bbs_write td input[type="text"],
			table.bbs_write td input[type="password"],
			table.bbs_write td input[type="number"],
			table.bbs_write td input[type="date"] {min-width:auto;width:56%;}
			table.bbs_write td input[name="title"] {width:100%;}
			table.bbs_write .input_email input[type="text"],
			table.bbs_write td input[name="email_id"],
			table.bbs_write td input[name="email_domain"],
			table.bbs_write td select.mail_select {width:43%;min-width:100px;margin-bottom:4px;}
			table.bbs_write td input[name="address"],
			table.bbs_write td input[name="address2"] {width:100%;}

			div.bbs_write {}
			div.bbs_write .tr .th {width:28%;}
			div.bbs_write .tr .td {width:72%;}
			div.bbs_write .tr.cont > dl {display:block;}
			div.bbs_write .tr.cont .th {display:none;}
			div.bbs_write .tr.input_editor .th,
			div.bbs_write .tr.cont .td,
			div.bbs_write .tr.input_editor .td {width:100%;display: block;}
			div.bbs_write .tr.input_editor .td {border:0;}
			div.bbs_write .th,
			div.bbs_write .td {font-size:11px;padding-top:10px;padding-bottom:10px;padding-left:12px;padding-right:12px;}
			div.bbs_write .th {padding-left:12px;padding-right:12px;font-size:13px;}
			div.bbs_write .td {}
			div.bbs_write .td p {line-height:18px;}
			div.bbs_write .td div.view_cont {padding:8px 10px 50px 10px;line-height:26px;min-height:150px;}
			div.bbs_write .td select,
			div.bbs_write .td input[type="text"],
			div.bbs_write .td input[type="password"],
			div.bbs_write .td input[type="number"],
			div.bbs_write .td input[type="date"] {min-width:auto;width:56%;}
			div.bbs_write .td input[name="title"] {width:100%;}
			div.bbs_write .input_email input[type="text"],
			div.bbs_write .td input[name="email_id"],
			div.bbs_write .td input[name="email_domain"],
			div.bbs_write .td select.mail_select {width:43%;min-width:100px;margin-bottom:4px;}
			div.bbs_write .td input[name="address"],
			div.bbs_write .td input[name="address2"] {width:100%;}

				/*** TABLE view ( board/board_view ) ***/
				/* 제목.작성자.작성일 */

			.bbs_view div.view_tit {padding:2.4% 12px;}
			.bbs_view div.view_tit > h3,
			.bbs_view div.view_tit > p {line-height:22px;}
			.bbs_view div.view_tit > h3 {font-size:13px;width:100%;}
			.bbs_view div.view_tit > p {width:100%;padding-top:6px;text-align:left;}
			.bbs_view div.view_tit > p span {font-size:12px;}
			.bbs_view div.view_tit > p span + span:before {height:8px;}
				/* 모바일.메일 */
			.bbs_view div.view_etc {padding:2.4% 12px;}
			.bbs_view div.view_etc span + span {margin-left:20px;}
			.bbs_view div.view_etc span em {padding:0 8px 0 0;}
			.bbs_view div.view_etc span em:after {margin-left:8px;}
				/* 내용 */
			.bbs_view div.view_cont {padding:2.4% 12px;font-size:12px;line-height:21px;min-height:200px;}
			.bbs_view div.view_cont .view_video {padding-bottom:2.4%;}
			.bbs_view div.view_cont .thumb_img_wrap {padding-bottom:2.4%;}
			.bbs_view div.view_cont .thumb_img_wrap img + img {margin-top:8px;}
				/* 답변 내용 */
			.bbs_view + .bbs_view {margin-top:6.4%;}
			.bbs_view + .bbs_view div.view_tit > h3 {font-size:13px;}
				/* 댓글 폼 */
			.board_comment {padding:2.4% 12px;margin:6.4% auto 0;}
			.board_comment .comment_memo {padding:2.4% 0;}
				/* 댓글 목록 */
			.board_comment_list {margin:6.4% auto 0;}
			.board_comment_list .comment {padding:2.4% 12px;}

				/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
				/* 검색 */
			.board_search {/* line-height:32px; */}
			.board_search .bbs_num {/* line-height:32px; */font-size:12px;}
			.board_search select, 
			.board_search input, 
			.board_search span, 
			.board_search label {font-size:12px;}
			.board_search select {width:100px;margin-right:6px;}
			.board_search input.input_text {}
			.board_search .btn_search {}
				/* 일반형 총 게시글수 */
			.bbs_num {padding:0 0 8px 0;font-size:12px;}
				/* 일반형 목록 */
			table.bbs_list {table-layout:inherit;}
			table.bbs_list th,
			table.bbs_list td {padding-top:2.4%;padding-bottom:2.4%;}
			table.bbs_list col:first-child,
			table.bbs_list col:first-child {width:14%;}
			table.bbs_list td .board_tit .board_ico {}
			table.bbs_list td .board_tit .board_ico img {height: 13px;}
			table.bbs_list td .board_tit h3 {font-size:12px;width: calc(100% - 25px);max-width: 400px;}
			table.bbs_list td .board_tit h3 strong {max-width:calc(100% - 50px);}
			table.bbs_list td .board_tit .ico_reply {height: 7px;}
			table.bbs_list th:nth-of-type(2),
			table.bbs_list td:nth-of-type(2) {width:calc(100% - 8.8%);}
			table.bbs_list th:nth-of-type(3),
			table.bbs_list td:nth-of-type(3) {display:none;}

				/* 추가필드 */
				.sub_board .bbs_view .extra_editor_wrap > h4 {font-size:12px;}
				.sub_board .bbs_view .extra_editor_wrap > h4,
				.sub_board .bbs_view .extra_editor_wrap > div.extra_cont {padding:10px;}
		}

		@media only screen and (max-width: 530px) {
				/* 검색 */
			.board_search {/* line-height:30px; */}
			.board_search .bbs_num {/* line-height:30px; */}
			.board_search select, 
			.board_search input, 
			.board_search span, 
			.board_search label {/* height:30px; */}
			.board_search select {width:80px;margin-right:6px;}
			.board_search input.input_text {width:150px;}
			.board_search .btn_search {}
				/* 일반형 목록 */
			table.bbs_list th:nth-of-type(1),
			table.bbs_list td:nth-of-type(1) {min-width: 30px;}
			table.bbs_list td .board_tit h3 {max-width: 300px;}

				/* 게시판 개인정보취급 */
			.policy_cont {margin-top: 10px;padding: 15px;}

		}

		@media only screen and (max-width: 479px) {
				/* 게시판 설명글 */
			.bbs_write_info {font-size:12px;line-height:18px;padding-top:2.0%;}
			

			/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
				table.bbs_write {}
				table.bbs_write colgroup col:first-of-type {width:32%;min-width:120px;}
				table.bbs_write td p {font-size:11px;}
				table.bbs_write td select,
				table.bbs_write td input[type="text"],
				table.bbs_write td input[type="password"],
				table.bbs_write td input[type="number"],
				table.bbs_write td input[type="date"] {width:100%;}
				table.bbs_write td input[name="title"] {width:100%;}
				table.bbs_write td input[name="userid"] {width: calc(100% - 110px);}
				table.bbs_write td input[name="zip"] {width: calc(100% - 80px);}
				table.bbs_write td input[name="captcha"] {width:calc(100% - 100px);}
				table.bbs_write .input_email input[type="text"],
				table.bbs_write td input[name="email_id"],
				table.bbs_write td input[name="email_domain"],
				table.bbs_write td select.mail_select {width: calc(47% - 6px);min-width:70px;}
				table.bbs_write .input_email input[name="email_domain"], 
				table.bbs_write .input_email select.mail_select {width:100%;}
				table.bbs_write td input[name="email_id"] {}
				table.bbs_write td input[name="email_domain"],
				table.bbs_write td select.mail_select {margin-right:0px;margin-left:-2px;}
				table.bbs_write td input[name="email_domain"] + select.mail_select {margin-left:0;width: calc(100% - 117px);}
				table.bbs_write td select.mail_select + .btn_sm {margin-left:0px;}
				table.bbs_write td input[name="address"],
				table.bbs_write td input[name="address2"] {width:100%;}
				table.bbs_write td .at {width: 18px;text-align: center;margin: 10px 0 0 0px;}
				table.bbs_write td .btn_sm.btn_reset {width: 100%;min-width: auto;font-size: 0;padding: 0 10px 0 20px !important;background: #fff url(../images/common/icon_btn_reset.gif) no-repeat 50% !important;}
				table.bbs_write td .btn_sm.btn_info {width:auto;min-width:auto;}
				table.bbs_write select + input {margin-top:5px;}
				table.bbs_write tr td input[name="captcha"] {width: 100%;margin:0;margin-bottom: 5px;}
				table.bbs_write tr td .btn_reset{width:100%;}
				div.bbs_write {}
				div.bbs_write .tr .th {width:32%;min-width:120px;}
				div.bbs_write .tr .td {width:68%;}
				div.bbs_write .td p {font-size:11px;}
				div.bbs_write .td select,
				div.bbs_write .td input[type="text"],
				div.bbs_write .td input[type="password"],
				div.bbs_write .td input[type="number"],
				div.bbs_write .td input[type="date"] {width:100%;}
				div.bbs_write .td input[name="title"] {width:100%;}
				div.bbs_write .td input[name="userid"] {width: calc(100% - 110px);}
				div.bbs_write .td input[name="zip"] {width: calc(100% - 80px);}
				div.bbs_write .td input[name="captcha"] {width:calc(100% - 100px);}
				div.bbs_write .input_email input[type="text"],
				div.bbs_write .td input[name="email_id"],
				div.bbs_write .td input[name="email_domain"],
				div.bbs_write .td select.mail_select {width: calc(47% - 6px);min-width:70px;}
				div.bbs_write .input_email input[name="email_domain"], 
				div.bbs_write .input_email select.mail_select {width:100%;}
				div.bbs_write .td input[name="email_id"] {}
				div.bbs_write .td input[name="email_domain"],
				div.bbs_write .td select.mail_select {margin-right:0px;margin-left:-2px;}
				div.bbs_write .td input[name="email_domain"] + select.mail_select {margin-left:0;width: calc(100% - 117px);}
				div.bbs_write .td select.mail_select + .btn_sm {margin-left:0px;}
				div.bbs_write .td input[name="address"],
				div.bbs_write .td input[name="address2"] {width:100%;}
				div.bbs_write .td .at {width: 18px;text-align: center;margin: 0;}
				div.bbs_write .td .btn_sm.btn_reset {width: 100%;min-width: auto;font-size: 0;padding: 0 10px 0 20px !important;background: #fff url(../images/common/icon_btn_reset.gif) no-repeat 50% !important;}
				div.bbs_write .td .btn_sm.btn_info {width:auto;min-width:auto;}
				div.bbs_write select + input {margin-top:5px;}
				div.bbs_write .tr .td input[name="captcha"] {width: 100%;margin: 5px 0 10px;}

			/*** TABLE view ( board/board_view ) ***/
				/* 모바일.메일 */
					.bbs_view div.view_etc {padding:2.4% 12px;}
					.bbs_view div.view_etc span {line-height:20px;}
					.bbs_view div.view_etc span + span {margin-left:20px;}
					.bbs_view div.view_etc span em {padding:0 8px 0 0;}
					.bbs_view div.view_etc span em:after {margin-left:8px;}
				/* 내용 */
					.bbs_view div.view_cont {padding:2.4% 12px;font-size:12px;line-height:20px;min-height:180px;}
					.bbs_view div.view_cont .view_video {padding-bottom:2.4%;}
					.bbs_view div.view_cont .thumb_img_wrap {padding-bottom:2.4%;}
					.bbs_view div.view_cont .thumb_img_wrap img + img {margin-top:8px;}
				/* 답변 내용 */
					.bbs_view + .bbs_view {margin-top:9.6%;}
					.bbs_view + .bbs_view div.view_tit {}
					.bbs_view + .bbs_view div.view_tit > h3 {font-size:13px;}
				/* 버튼 */
					.bbs_view + .view_btn {}
				/* 게시판 개인정보취급 */
					.policy_cont {}
					.policy_cont > div {padding:0 0 4px;line-height:30px;}
					.policy_cont > div input[type=checkbox] {}
					.policy_cont > div label {margin-right:12px;}
					.policy_cont > textarea {height:70px !important;line-height:20px;}
				/* 댓글 폼 */
					.board_comment {padding:2.4% 12px;margin:9.6% auto 0;}
					.board_comment .comment_name {font-size:0;}
					.board_comment .comment_name span {display:inline-block;width: calc(40% - 4px);font-size:12px;line-height:30px;}
					.board_comment .comment_name span input {width:100%;}
					.board_comment .comment_name span + span {}
					.board_comment .comment_name span + span input {}
					.board_comment .comment_memo {padding:1.2% 0 2.4%;}
					.board_comment .comment_memo textarea {width: calc(100% - 100px);height: 54px;}
				/* 댓글 목록 */
					.board_comment_list {margin:9.6% auto 0;}
					.board_comment_list .comment_title {padding-bottom:8px;font-size:12px;line-height:20px;}
					.board_comment_list .comment {padding:2.4% 12px;}
					.board_comment_list .comment .comment_writer,
					.board_comment_list .comment .com_btn {line-height:20px;padding:0 0 4px 0;}
					.board_comment_list .comment span.board_line {margin:0 8px;}
					.board_comment_list .comment .com_txt,
					.board_comment_list .comment .com_txt_reply {line-height:20px;font-size:12px;}
					.board_comment_list .comment .com_txt_reply {padding:12px 0 8px 40px;margin:8px 0 0;background-position:12px 18px;}
					.board_comment_list .comment .com_modify {margin:8px 0 0;}
					.board_comment_list .comment .com_modify textarea {width: calc(100% - 76px);height:72px;}
				/* 댓글 비번 레이어 */
					.board_comment_list .comment .comment_password {right:12px;width:300px;border-radius:8px;padding:8px;}
					.board_comment_list .comment .comment_password input {width:158px;}

				/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
					/* 검색 */
						.board_search {}
							.board_search:after{display:none;}
						.board_search .bbs_num,
						.board_search .bbs_search {float:inherit;width:100%;text-align:left;}
						.board_search select, 
						.board_search input, 
						.board_search span, 
						.board_search label {height:35px;}
						.board_search select {width: 100%;max-width: none;}
						.board_search .board_search_sel {width:100%;margin-bottom:6px;}
						.board_search input.input_text {width:calc(100% - 35px);}
						.board_search .btn_search {height: 35px;}

				/* 일반형 목록 */
					table.bbs_list {}
					table.bbs_list tr {}
					table.bbs_list th,
					table.bbs_list td {padding-top:12px;padding-bottom:12px;padding-left:8px;padding-right:8px;}
					table.bbs_list th {}
					table.bbs_list td {}
					table.bbs_list td .board_tit h3 {max-width: 330px;}
		}

		@media only screen and (max-width:390px) {
			/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
				/* 검색 */
					
					.board_search select {max-width: inherit;}
					.board_search select:last-of-type {margin-right:0;}
				/* 일반형 목록 */
					table.bbs_list td .board_tit h3 {max-width: 240px;}

			/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
					table.bbs_write tr td input[name="captcha"] {width:100%;}
					table.bbs_write tr td .btn_reset {width:100%;margin-top:5px;}
					
					div.bbs_write .tr .td input[name="captcha"] {width:100%;}
					div.bbs_write .tr .td .btn_reset {width:100%;margin-top:5px;}
		}
		@media only screen and (max-width:320px) {
			/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
				table.bbs_write {}
				table.bbs_write colgroup col:first-of-type {width:38%;}
				table.bbs_write td select,
				table.bbs_write td input[type="text"],
				table.bbs_write td input[type="password"],
				table.bbs_write td input[type="number"],
				table.bbs_write td input[type="date"] {width:100%;margin-right:0px;}
				table.bbs_write td input[name="title"] {width:100%;}
				table.bbs_write td input[name="userid"],
				table.bbs_write td input[name="captcha"] {width:100%;margin-right:0px;margin-bottom:4px;}
				table.bbs_write td input[name="zip"] {width: calc(100% - 68px);margin-right:6px;}
				table.bbs_write td input[name="email_id"] {margin-right:0px;margin-left:0;margin-bottom:4px;width: calc(100% - 22px);}
				table.bbs_write td input[name="email_domain"],
				table.bbs_write td select.mail_select,
				table.bbs_write td input[name="email_domain"] + select.mail_select {margin-right:0px;margin-left:0;margin-bottom:4px;width:100%;}
				table.bbs_write td input[name="address"],
				table.bbs_write td input[name="address2"] {width:100%;}
				table.bbs_write.captcha td {line-height:30px;}
				
				div.bbs_write {}
				div.bbs_write .tr .th {width:38%;}
				div.bbs_write .tr .td {width:62%;}
				div.bbs_write .td select,
				div.bbs_write .td input[type="text"],
				div.bbs_write .td input[type="password"],
				div.bbs_write .td input[type="number"],
				div.bbs_write .td input[type="date"] {width:100%;margin-right:0px;}
				div.bbs_write .td input[name="title"] {width:100%;}
				div.bbs_write .td input[name="userid"],
				div.bbs_write .td input[name="captcha"] {width:100%;margin-right:0px;margin-bottom:4px;}
				div.bbs_write .td input[name="zip"] {width: calc(100% - 68px);margin-right:6px;}
				div.bbs_write .td input[name="email_id"] {margin-right:0px;margin-left:0;margin-bottom:4px;width: calc(100% - 22px);}
				div.bbs_write .td input[name="email_domain"],
				div.bbs_write .td select.mail_select,
				div.bbs_write .td input[name="email_domain"] + select.mail_select {margin-right:0px;margin-left:0;margin-bottom:4px;width:100%;}
				div.bbs_write .td input[name="address"],
				div.bbs_write .td input[name="address2"] {width:100%;}
				div.bbs_write.captcha td {line-height:30px;}

			/*** TABLE view ( board/board_view ) ***/
				/* 제목.작성자.작성일 */
					.bbs_view div.view_tit {padding:2.4% 8px;}
				/* 모바일.메일 */
					.bbs_view div.view_etc {padding:2.4% 8px;}
				/* 내용 */
					.bbs_view div.view_cont {padding:2.4% 8px;min-height:160px;}
				/* 썸네일 */
					.bbs_view div.view_cont .thumb_img_wrap {padding-bottom:2.4%;}
					.bbs_view div.view_cont .thumb_img_wrap img + img {margin-top:4px;}
				/* 답변 내용 */
					.bbs_view + .bbs_view {margin-top:9.6%;}
				/* 게시판 개인정보취급 */
					.policy_cont > div {padding:0 0 4px;line-height:30px;}
					.policy_cont > div input[type=checkbox] {}
					.policy_cont > div label {margin-right:8px;}
					.policy_cont > textarea {height:70px !important;line-height:20px;}
				/* 댓글 폼 */
					.board_comment {padding:2.4% 8px;margin:9.6% auto 0;}
				/* 댓글 목록 */
					.board_comment_list {margin:9.6% auto 0;}
					.board_comment_list .comment_title {padding-bottom:8px;font-size:12px;line-height:20px;}
					.board_comment_list .comment {padding:2.4% 8px;}
					.board_comment_list .comment .comment_writer,
					.board_comment_list .comment .com_btn {line-height:20px;padding:0 0 4px 0;}
					.board_comment_list .comment span.board_line {margin:0 8px;}
					.board_comment_list .comment .com_txt,
					.board_comment_list .comment .com_txt_reply {line-height:20px;font-size:12px;}
					.board_comment_list .comment .com_txt_reply {padding:12px 0 8px 40px;margin:8px 0 0;background-position:12px 18px;}
					.board_comment_list .comment .com_modify {margin:8px 0 0;}
					.board_comment_list .comment .com_modify textarea {width: calc(100% - 76px);height:72px;}
				/* 댓글 비번 레이어 */
					.board_comment_list .comment .comment_password {right:8px;top:50%;width:276px;line-height:30px;font-size:12px;border-radius:8px;padding:8px;}
					.board_comment_list .comment .comment_password input {width:138px;}

		}


/*───────────────────────────────────────────────────────────
	 GOODS
───────────────────────────────────────────────────────────*/

	/*** 상품리스트, 상품검색 | goods/goods_list.html, goods/goods_search.html ***/
		.sub_list {}
		/* 서브 카테고리 */
			.sub_cate_wrap{margin:0; border:0; text-align:center;}
			.sub_cate_wrap ul.sub_cate {vertical-align:top;text-align:center;font-size: 0;margin: 0 0 36px;line-height: normal;}
			.sub_cate_wrap ul.sub_cate:after {clear:both;content:"";display:block;}
			.sub_cate_wrap ul.sub_cate li {font-size:0;display:inline-block;vertical-align:middle;text-align:left;box-sizing:border-box; float:none;}
				.sub_cate_wrap ul.sub_cate li + li:before{display:none;}
			.sub_cate_wrap ul.sub_cate li a {font-size: 16px;line-height: 2.5;padding: 0 1em;font-weight:400;display:inline-block;vertical-align: middle;color: #555;}
			.sub_cate_wrap ul.sub_cate li:hover a,
			.sub_cate_wrap ul.sub_cate li.on a {color:#ef2853;font-weight:600;}
			.sub_cate_wrap ul.sub_cate li + li {}
		/* 디스플레이 유형 */
			.sub_list .list_array {padding: 20px 0;font-size: 0;border-top: 1px solid #222;}
			.sub_list .list_array:after {clear:both;content:"";display:block;}
			.sub_list .list_array .list_count,
			.sub_list .list_array .list_count span {font-size: 14px;line-height: 2.57;color: #555;font-weight:400;vertical-align:top;display:inline-block;text-align:left;}
			.sub_list .list_array .list_count {float:left;}
			.sub_list .list_array .list_count strong {color:#ef2853;}
			.sub_list .list_array .list_count span {color:#222;font-weight:700;}
			.sub_list .list_array ul {float:right;}
			.sub_list .list_array ul:after {clear:both;content:"";display:block;}
			.sub_list .list_array ul li {width: 36px;height: 36px;border:1px solid #ccc;float:left;box-sizing:border-box;background:#fff;text-indent:-9999px;cursor:pointer;position:relative;z-index:1;}
			.sub_list .list_array ul li:before, .sub_list .list_array  ul li::before {content:"";display:inline-block;width: 100%;height: 100%;position:absolute;cursor:pointer;left:0;top:0;bottom:0;right:0;box-sizing:border-box;}
			.sub_list .list_array ul li.typeA:before {background: url("../images/common/icon_list_typeA.png") no-repeat center;}
			.sub_list .list_array ul li.typeA.on:before {background:#222222 url("../images/common/icon_list_typeA_on.png") no-repeat center;}
			.sub_list .list_array ul li.typeB:before {background: url("../images/common/icon_list_typeB.png") no-repeat center;}
			.sub_list .list_array ul li.typeB.on:before {background: #222222 url("../images/common/icon_list_typeB_on.png") no-repeat center;}
			.sub_list .list_array ul li.on {border:1px solid #222222;background:#222222;}
		/* 상품 진열 */
			.sub_list .list {}
		/* 검색결과없음 */
			.sub_list .list .list_no {color:#555;padding:1.2%;font-size:15px;line-height:23px;font-weight:500;width:100%;background:#fafafa;border:1px #ccc solid;text-align:center;vertical-align:top;box-sizing:border-box;}
			.sub_list .list .list_no .no_data {font-size:inherit;line-height:inherit;font-weight:inherit;}
			.sub_list .list .list_no .no_data:before {color:#fff;width:21px;height:21px;border-radius:100%;margin:1px 8px 0 0;background:#777;font-size:inherit;line-height:21px;font-weight:700;content:"!";display:inline-block;vertical-align:top;box-sizing:border-box;}
		/* 검색 페이지 - 검색창 */
			.sub_list .list_search {line-height: 40px;margin: 15px 0;text-align: right;font-size: 0;width: 100%;box-sizing: border-box;}
			.sub_list .list_search:after {clear:both;content:"";display:block;}
			.sub_list .list_search > div {text-align: right;vertical-align:top;font-size:0;width: 100%;}
			.sub_list .list_search > div > span,
			.sub_list .list_search .search_form,
			.sub_list .list_search .select_box_wrap,
			.sub_list .list_search .search_form .select_box_wrap select,
			.sub_list .list_search #search, 
			.sub_list .list_search .btn_search,
			.sub_list .list_search .search {display:inline-block;vertical-align: top;font-size: 0;}
			.sub_list .list_search > div > span {font-size:14px;}
			.sub_list .list_search .search_form .select_box_wrap {}
			.sub_list .list_search .search_form .select_box_wrap select {width:120px;}
			.sub_list .list_search > div > span,
			.sub_list .list_search .search_form .select_box_wrap {margin-right:10px;}
			.sub_list .list_search .search_form .select_box_wrap select,
			.sub_list .list_search #search {font-size:14px;height:40px;color:#555;line-height:inherit;border-color: #ccc;}
			.sub_list .list_search #search {width:220px;}
			.sub_list .list_search .btn_search {background:#444 url('../images/sub/ico_bbs_search.png') no-repeat center;font-size: 0;width: 40px;height:40px;border: 0;}
		/*** 갤러리형 | layout/goods/gallery.html ***/
			.sub_list .list .list_Galleryform {}
			.sub_list .list .list_Galleryform > ul {width:calc(100% + 30px);margin-left:-30px;font-size:0;}
			.sub_list .list .list_Galleryform > ul:after {clear:both;content:"";display:block;}
			.sub_list .list .list_Galleryform > ul li {display:inline-block;vertical-align:top;width: calc(25% - 30px);margin: 0 0 40px 30px;font-size: 0;}
			.sub_list .list .list_Galleryform > ul li dl {font-size:0;}
			.sub_list .list .list_Galleryform > ul li dl dt {margin: 0 0 15px;height: 0;overflow: hidden;position: relative;padding-bottom: 99.4%;border: 1px solid transparent;box-sizing: border-box;}
			.sub_list .list .list_Galleryform > ul li dl dt:hover {border:1px solid #222;}
			.sub_list .list .list_Galleryform > ul li dl dt img {width:100%;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);height: auto;}
			.sub_list .list .list_Galleryform > ul li dl dd {text-align:left;font-size: 18px;line-height: 1.5;color: #222;}
			.sub_list .list .list_Galleryform > ul li dl dd h3 {display:block;font-size:inherit; color:inherit; line-height:inherit; height:auto;font-weight:400;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
		/*** 리스트형 | layout/goods/list.html ***/
			.sub_list .list .list_Listform {}
			.sub_list .list .list_Listform > ul {font-size:0;width: calc(100% + 40px);margin-left: -40px;}
			.sub_list .list .list_Listform > ul:after {clear:both;content:"";display:block;}
			.sub_list .list .list_Listform > ul li {display: inline-block;vertical-align: top;width: calc(50% - 40px);margin: 0 0 50px 40px;box-sizing:border-box; border:0;}
			.sub_list .list .list_Listform > ul li > a {display:table;width:100%;}
			.sub_list .list .list_Listform > ul li dl {display:table-row;font-size: 0;}
			.sub_list .list .list_Listform > ul li dl:after {clear:both;content:"";display:block;}
			.sub_list .list .list_Listform > ul li dl dt,
			.sub_list .list .list_Listform > ul li dl dd {display: table-cell;vertical-align:middle;box-sizing:border-box;}
			.sub_list .list .list_Listform > ul li dl dt {position: relative;height: 0;overflow: hidden;padding-bottom: 47.1%;width: 47.6%;border: 1px solid transparent;transition:all .2s;box-sizing: border-box;}
			.sub_list .list .list_Listform > ul li dl dt:hover {border:1px solid #222;}
			.sub_list .list .list_Listform > ul li dl dt img{width: 100%;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);height: auto;}
			.sub_list .list .list_Listform > ul li dl dd {text-align:left;overflow: hidden;max-width: 200px;padding-left: 30px;font-size: 18px;line-height: 1.77;color: #222;}
			.sub_list .list .list_Listform > ul li dl dd h3 {font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
		/*** 상세페이지 | goods/goods_view.html  ***/
			#wrap .sub_view {}
			#wrap .sub_view .info {}
			#wrap .sub_view .info dl {}
			#wrap .sub_view .info dl:after {clear:both;content:"";display:block;}
			#wrap .sub_view .info dl .thumb_box {text-align:center;padding: 36px 0 100px;margin: 0 auto;width: 100%;border: 0;text-align: center;}
			#wrap .sub_view .info dl .thumb_box img {max-width:100%;box-sizing:border-box;}
			#wrap .sub_view .info dl .goods_tit {font-size: 28px;line-height: 1.25;display: block;text-align: center;color: #222;background: none;border: 0;width: 100%;padding: 0;font-family: inherit;}
			#wrap .sub_view .info_wrap {border-top:1px solid #222;}
			#wrap .sub_view .info_wrap .info_li {font-size: 0;display: block;width: 100%;margin: 0 0 50px;}
			#wrap .sub_view .info_wrap .info_li + .info_li {margin-top:10px;}
			#wrap .sub_view .info_wrap .info_li .info_tit,
			#wrap .sub_view .info_wrap .info_li .info_cont {display: block;vertical-align:top;padding: 0;}
			#wrap .sub_view .info_wrap .info_li .info_tit {color: #222;font-size: 24px;line-height: 1;margin: 4.16em 0 0.83em; border:0;}
			#wrap .sub_view .info_wrap .info_li .info_cont {font-size:16px;line-height:1.94;color:#666;}
			#wrap .sub_view .info_wrap .info_li .info_cont > p {font-size:inherit;line-height:inherit;color:inherit;}



			@media only screen and (max-width:1200px) {
				/*** 상품리스트, 상품검색 | goods/goods_list.html, goods/goods_search.html ***/
					/* 서브 카테고리 */
				.sub_cate_wrap ul.sub_cate {margin:1.2% 8px;}
					/* 검색 페이지 - 검색창 */
				.sub_list .list_search {}
					/* 상세페이지 | goods/goods_view.html */
				#wrap .sub_view .info dl dd .tit {padding:2.4% 20px;}
				#wrap .sub_view .info dl dd .tit h3 {font-size:30px;line-height:38px;}
				#wrap .sub_view .info dl dd .tit p {font-size:14px;line-height:22px;}
				#wrap .sub_view .info dl dd ul.detail {padding:2.4% 20px;}
			}
			@media only screen and (max-width:1023px) {
					/* 디스플레이 유형 */
				.sub_list .list_array {margin-bottom:3.6%;}
					/* 갤러리형 | layout/goods/gallery.html */
				.sub_list .list .list_Galleryform > ul {width:calc(100% + 20px);margin-left:-20px;}
				.sub_list .list .list_Galleryform > ul li {width: calc(33.3% - 20px);margin: 0 0 25px 20px;}
				.sub_list .list .list_Galleryform > ul li dl dd {font-size: 17px;}
					/* 리스트형 | layout/goods/list.html */
				.sub_list .list .list_Listform > ul li dl dd > em  {font-size:15px;}
				.sub_list .list .list_Listform > ul li dl dd > .add_info p {font-size:13px;}
					/* 검색 페이지 - 검색창 */
				.sub_list .list_search {}	
					/*** 상세페이지 | goods/goods_view.html  ***/
				#wrap .sub_view .info dl .thumb_box {padding:30px 0 80px;}
				#wrap .sub_view .info dl .goods_tit {font-size:24px;}
				#wrap .sub_view .info_wrap .info_li {margin: 0 0 40px;}
				#wrap .sub_view .info_wrap .info_li .info_tit {font-size: 22px;}
			}
			@media only screen and (max-width:860px) {
				/*** 상품리스트, 상품검색 | goods/goods_list.html, goods/goods_search.html ***/
					/* 서브 카테고리 */
				.sub_cate_wrap {margin-bottom:3.6%;}
				.sub_cate_wrap ul.sub_cate {margin:1.6% 0;}
					/* 디스플레이 유형 */
				.sub_list .list_array {margin-bottom:3.6%;}
				.sub_list .list_array .list_count,
				.sub_list .list_array .list_count span {font-size:13px;}
					/* 검색결과없음 */
				.sub_list .list .list_no {padding:1.6%;}
					/* 갤러리형 | layout/goods/gallery.html */
				.sub_list .list .list_Galleryform > ul li {width: calc(33.33% - 20px);margin: 0 0 20px 20px;}
				.sub_list .list .list_Galleryform > ul li dl dd {font-size: 16px;}
					/* 리스트형 | layout/goods/list.html */
				.sub_list .list .list_Listform > ul li dl dt {width:45%;}
				.sub_list .list .list_Listform > ul li dl dd {padding-left: 15px;font-size: 14px;}
					/* 검색 페이지 - 검색창 */
				.sub_list .list_search .btn_search {width:35px;height: 35px;}
			}
			@media only screen and (max-width:767px) {
				/*** 상품리스트, 상품검색 | goods/goods_list.html, goods/goods_search.html ***/
					/* 서브 카테고리 */
				.sub_cate_wrap {margin-bottom:4.8%;}
			}
			@media only screen and (max-width: 640px) {
				/*** 상품리스트, 상품검색 | goods/goods_list.html, goods/goods_search.html ***/
					/* 서브 카테고리 */
				.sub_cate_wrap {margin-bottom:5.2%;}
				.sub_cate_wrap ul.sub_cate {margin:2.4% 0;}
				.sub_cate_wrap ul.sub_cate li a {font-size: 13px;}
					/* 디스플레이 유형 */
				.sub_list .list_array {margin-bottom:5.2%;}
				.sub_list .list_array .list_count,
				.sub_list .list_array .list_count span {font-size:13px;}
					/* 검색결과없음 */
				.sub_list .list .list_no {padding:2.4%;font-size:13px;}
					/* 갤러리형 | layout/goods/gallery.html */
				.sub_list .list .list_Galleryform > ul {width:calc(100% + 15px);margin-left:-15px;}
				.sub_list .list .list_Galleryform > ul li {width: calc(50% - 15px);margin: 0 0 15px 15px;}
				.sub_list .list .list_Galleryform > ul li dl dt {margin: 0 0 10px;}
				.sub_list .list .list_Galleryform > ul li dl dd {font-size: 14px;}
					/* 리스트형 | layout/goods/list.html */
				.sub_list .list .list_Listform > ul {width: 100%;margin-left:00px;}
				.sub_list .list .list_Listform > ul li {width: 100%;margin: 0 0 40px 0;}
				.sub_list .list .list_Listform > ul li dl dt {}
				.sub_list .list .list_Listform > ul li dl dd {padding-left: 15px;font-size: 14px;}
					/* 검색 페이지 - 검색창 */
				.sub_list .list_search > div > span,
				.sub_list .list_search .search_form,
				.sub_list .list_search .search_form .search {width:100%;display:block;margin-right: 0;}
				.sub_list .list_search .search_form .select_box_wrap {width: 30%;}
				.sub_list .list_search .search_form .select_box_wrap select {width:100%;}
				.sub_list .list_search #search {width: calc(70% - 45px);}
				.sub_list .list_search .search_form .select_box_wrap select,
				.sub_list .list_search #search {font-size: 12px;height: 35px;}
					/* 상세페이지 | goods/goods_view.html */
				#wrap .sub_view .info dl .thumb_box {padding:30px 0 50px;}
				#wrap .sub_view .info dl .goods_tit {font-size:22px;}
				#wrap .sub_view .info_wrap .info_li {margin: 0 0 30px;}
				#wrap .sub_view .info_wrap .info_li .info_tit {font-size: 20px;}
				#wrap .sub_view .info_wrap .info_li .info_cont {font-size:14px;}
			}
			@media only screen and (max-width:479px) {
				/* 디스플레이 유형 */
				.sub_list .list_array .list_count,
				.sub_list .list_array .list_count span {font-size:12px;}
					/* 리스트형 | layout/goods/list.html */
				.sub_list .list .list_Listform > ul li {margin:0 0 10px 0;}
				.sub_list .list .list_Listform > ul li dl dt {}
				.sub_list .list .list_Listform > ul li dl dd {}
					/* 검색 페이지 - 검색창 */
					/* 상세페이지 | goods/goods_view.html */
				#wrap .sub_view .info dl .thumb_box {padding:30px 0;}
				#wrap .sub_view .info dl .goods_tit {font-size:20px;}
				#wrap .sub_view .info_wrap .info_li {margin: 0 0 25px;}
				#wrap .sub_view .info_wrap .info_li .info_tit {font-size: 18px;}
			}
			@media only screen and (max-width:420px) {
					/* 갤러리형 | layout/goods/gallery.html */
				.sub_list .list .list_Galleryform > ul {}
				.sub_list .list .list_Galleryform > ul li {}
				.sub_list .list .list_Galleryform > ul li dl dd {font-size: 13px;}
			}

/*───────────────────────────────────────────────────────────
	 MEMBER
───────────────────────────────────────────────────────────*/

/*** 로그인 | member/login.html ***/
.sub_login {}
.sub_login .login_box {width:420px;margin:0 auto;padding:0}
.sub_login .login_box h3,
h3.sub_log_title {padding-bottom:25px;color:#888;font-size:16px;line-height:21px;text-align:center;font-weight:400;letter-spacing:-0.04em;}
.sub_login .login_box h3 em,
h3.sub_log_title em {color:#333;font-size:36px;line-height:44px;padding:0 0 6px 0;display:inline-block;width:100%;letter-spacing:0;font-weight:700;}
.sub_login .login_box ul {}
.sub_login .login_box ul.login_input li {padding-bottom: 10px;}
.sub_login .login_box ul.login_input li input {padding:0 20px;width:100%;height:48px;font-size:14px;border:none;background:#eee;font-weight:500;}
.sub_login .login_box ul.login_input li input:focus {border:1px solid #333;background:#fff;padding: 0 19px;}
.sub_login .login_box ul.login_input li:last-of-type {padding: 10px 0 0;}
.sub_login .login_box ul.login_input li button[type="submit"] {font-weight:700;font-size: 20px;height: 55px;line-height: 55px;width: 100%;}
.sub_login .login_box ul.login_link {width:100%;margin-top: 30px;text-align:center;text-align:left;}
.sub_login .login_box ul.login_link:after {content:'';display:block;clear:both;}
.sub_login .login_box ul.login_link li {display:inline-block; padding:0;}
.sub_login .login_box ul.login_link li + li:before {display:inline-block;content:"";width:1px;height:12px;background:#ddd;vertical-align:middle;margin:0 16px;}
.sub_login .login_box ul.login_link li + li + li:before {display:none;}
.sub_login .login_box ul.login_link li a {color: #444;font-size:14px;line-height: 3.14;height: 3.14em;font-weight: 400;border-color: #ccc !important;}
.sub_login .login_box ul.login_link li a:hover {border-color:#333 !important;}
.sub_login .login_box ul.login_link .join_link {float:right;}
.sub_login .login_box ul.login_link .join_link a {}

/*** 회원가입동의 | member/join_agreement.html ***/
.sub_agree {}
.sub_agree .agree_box {}
.sub_agree .agree_box + .agree_box {margin-top:70px;}
.sub_agree .line {}
.sub_agree .agree_box textarea {width: 100%;height: 180px;}
.sub_agree .agree_box p {}
.sub_agree .agree_box p label {font-size: 18px;margin-bottom: 1.11em;line-height: 1;color: #222;display: block;}
.sub_agree .agree_box p label b {font-size:inherit;font-weight:500;color:#c62241;}

/*** 회원가입 | member/join.html ***/
h3.join_tit {font-size:18px;color:#222222;font-weight:500;text-align:left;padding-bottom:12px;}
h3.join_tit.pt20 {padding-top:20px;}
.sub_memberout {}
.sub_memberout p {font-size:13px;color:#666;line-height:20px;padding-bottom:20px;}

/*** 회원가입 완료 | member/join_ok.html ***/
.sub_ok {max-width:100%;box-sizing:border-box;margin:0 auto;text-align: center;}
.sub_ok .ok_box {width:100%;margin:0 auto;text-align:center;border: 1px solid #ddd;padding: 66px 20px;font-weight: 500;box-sizing: border-box;word-break: keep-all;}
.sub_ok .ok_box h3 {font-size: 28px;line-height: 1.25;font-weight: inherit;color: #222;word-break:keep-all;}
.sub_ok .ok_box h4 {font-size: 18px;line-height: 1.44;margin-top: 1.16em;font-weight: 400;}
.sub_ok .ok_box h4 span {color:#222222;font-weight: 700;font-size: 22px;}

/*** 비밀번호 변경 안내 | member/periodic_change_pw.html ***/
.sub_login.add {}
.sub_login.add .login_box {width:100%;}
.sub_login.add .login_box h2 {color:#282828;font-size:23px;font-weight:500;line-height:32px;}
.sub_login.add .login_box h2 span {color:#222222;font-size:23px;font-weight:500;}
.sub_login.add .login_box table.bbs_write {}
.sub_login.add .login_box table.bbs_write caption {text-indent:0;line-height:20px;color:#777;font-size:14px;font-weight:500;text-align:left;padding-bottom:14px;height: auto;}
.sub_login.add .login_box table.bbs_write caption span {color:#444;font-size:14px;font-weight:500;}
.sub_login.add .login_box table.bbs_write input {max-width:200px;}
.sub_login.add .login_box .btn_center {}
.sub_login.add .login_box .btn_center button {width:160px;}
.sub_login.add .login_box .btn_center button.gray {margin-left:16px;background:#999;border:1px solid #999;}


@media only screen and (max-width:1200px) {
	.sub_login .login_box h3 em, h3.sub_log_title em{font-size:30px;line-height:38px;padding-top:10px;}
	.sub_login .login_box h3, h3.sub_log_title{font-size:13px;font-weight:400;line-height:20px;padding-top:0px;word-break:keep-all;}

	/*** 회원가입동의 | member/join_agreement.html ***/
	.sub_agree .agree_box textarea {height:160px;}
	.sub_agree .agree_box p label {font-size:16px;}

	/*** 회원가입 | member/join.html ***/
	.policy_cont > div {margin:0;}

	.sub_memberout {}
	.sub_memberout p {font-size:13px;color:#666;line-height:20px;padding-bottom:20px;}

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

	/*** 로그인 | member/login.html ***/
	.sub_login .login_box ul.login_link li a {line-height:2.8;height: 2.8em;}

	/*** 회원가입 완료 | member/join_ok.html ***/
	.sub_ok .ok_box h3 {font-size: 26px;}
	.sub_ok .ok_box h4 {font-size: 16px;}
}
@media only screen and (max-width: 860px) {
}
@media only screen and (max-width:767px) {
	/*** 회원가입동의 | member/join_agreement.html ***/
	.sub_agree .agree_box + .agree_box {margin-top:50px;}
	.sub_agree .agree_box textarea {height:140px;}
	.sub_agree .agree_box p label {font-size:14px;}

	/*** 비밀번호 변경 안내 | member/periodic_change_pw.html ***/
	.sub_login.add .login_box table.bbs_write caption {font-size:13px;}

}
@media only screen and (max-width:640px) {
	/*** 회원가입 완료 | member/join_ok.html ***/
	.sub_ok .ok_box {padding:50px 20px;}
	.sub_ok .ok_box h3 {font-size: 22px;}
	.sub_ok .ok_box h4 {font-size: 14px;}
	.sub_ok .ok_box h4 span {font-size:17px;}
}
@media only screen and (max-width:479px) {
	/*** 로그인 | member/login.html ***/
	.sub_login {}
	.sub_login .login_box {width:100%;}
	.sub_login .login_box ul.login_input li {}
	.sub_login .login_box ul.login_input li input {height:45px;}
	.sub_login .login_box ul.login_input li:nth-of-type(1) input {}
	.sub_login .login_box ul.login_input li:last-of-type {padding:0;}
	.sub_login .login_box ul.login_link {margin-top:20px;}
	.sub_login .login_box ul.login_link li {}
	.sub_login .login_box ul.login_link li + li:before {}
	.sub_login .login_box ul.login_link li a {font-size:13px;}
	.sub_login .login_box ul.login_input li button[type="submit"] {height:45px;line-height:45px;font-size: 16px;}
	
	/*** 비밀번호 변경 안내 | member/periodic_change_pw.html ***/
	.sub_login.add .login_box table.bbs_write caption {font-size:12px;}

	/*** 회원가입동의 | member/join_agreement.html ***/
	.sub_agree .agree_box + .agree_box {margin-top:30px;}
	.sub_agree .agree_box textarea {height:130px;}
	.sub_agree .agree_box p label {font-size:13px;}
}

