@charset "utf-8";

/*───────────────────────────────────────────────────────────
	
	" board｜errors｜goods｜service｜layout/board｜layout/display｜layout/goods "
	" layout/popup.html "

	위 폴더 및 페이지 공통 css 파일로, 패치이슈가 있음으로
	별도의 커스텀은 반드시 " /css/sub.css " 에서 하세요.

	** layout, navigation, button, company 관련은 /css/sub.css 에 있습니다.
	** header, footer, main 관련은 /css/skin.css 에 있습니다.

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








/*───────────────────────────────────────────────────────────
	common
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		html, body, #wrap {min-height:100%;padding:0px;margin:0;box-sizing:border-box;}
		body {overflow-x:hidden;}
		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;}
		input, button, textarea, select {}
		address, em {font-style:normal;}

		/* clear type */
		.clear, .after_div {*zoom:1;}
		.clear:after, .after_div:after {content:"";display:block;clear:both;}
		.fl {float:left;}
		.fr {float:right;}
		.clear_fl {clear:both;float:left;}

		/* display type */
		.db {display:block !important;}
		.dn {display:none !important;}
		.di {display:inline-block !important;}
		.dt {display:table !important;}
		.dr {display:table-row !important;}
		.dc {display:table-cell !important;}

		/* hidden type */
		.blind {width:0;height:0;text-indent:-9999999px}
		.opacityhidden {opacity:0;}

		/* position type */
		.relative {position:relative;}
		.absolute {position:absolute;}

		/*** align type ***/
		.ta_left {text-align:left !important;}
		.ta_center {text-align:center !important;}
		.ta_right {text-align:right !important;}
		.va_top {vertical-align:top !important;}
		.va_middle {vertical-align:middle !important;}
		.va_bottom {vertical-align:bottom !important;}

		/* etc basic */
		.border_box {box-sizing:border-box;}
		.ti_0 {text-indent:0 !important;}

		/* border type */
		.bd_none {border:0 none !important;}
		.border_top_non {border-top:0 none !important;}
		.border_rig_non {border-right:0 none !important;}
		.border_bot_non {border-bottom:0 none !important;}
		.border_left_non {border-left:0 none !important;}

		/* input type  */
		input[type="text"],
		input[type="password"],
		input[type="number"],
		input[type="date"] {height:56px;line-height:54px;border:1px #ddd solid;color:#333;font-size:18px;padding:0 20px;text-indent:0;border-radius:6px;margin:0;box-sizing:border-box;vertical-align:middle;text-align:left;outline:0;font-family:var(--font-type01);}
		input[type="text"]::-webkit-input-placeholder {color:#888;}
		input[type="password"]::-webkit-input-placeholder {color:#888;}
		input[type="text"]::-moz-placeholder {color:#888;}
		input[type="password"]::-moz-placeholder {color:#888;}
		input[type="text"]:-ms-input-placeholder {color:#888;}
		input[type="password"]:-ms-input-placeholder {color:#888;}
		input[type="text"]:-moz-placeholder {color:#888;}
		input[type="password"]:-moz-placeholder {color:#888;}
		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; font-size: 18px; font-weight: 500; color: var(--black-color03); letter-spacing: normal;}
		input[type="checkbox"] + label em {font-size: inherit; color:#E72418; font-weight: inherit;}
		input[type="checkbox"] + label:before, input[type="checkbox"] + label::before { display:inline-block; content:""; width:25px; height:25px; margin:-2px 14px 0 0; vertical-align:middle; background:url("../images/common/icon_chk.png") no-repeat 0 50%; background-size: 100% !important; 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;}

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

		/* textarea type */
		textarea {font-size:12px;line-height:20px;color:#555;border:1px solid #d3d3d3;border-radius:0;padding:5px 10px;margin:0;box-sizing:border-box;vertical-align:middle;text-align:left;}

		/* select type */
		select {color:#444;border:1px solid #ddd;height:56px;line-height:54px;font-size:var(--title-18);padding:0 0 0 20px;border-radius:6px;outline:0;cursor:pointer; box-sizing:border-box;margin:0;vertical-align:middle;text-align:left;-webkit-appearance: none; -moz-appearance: none; appearance: none;background: #fff url('/data/skin/respon_default/images/sub/sel_arw.svg')no-repeat right 20px center;letter-spacing:-0.04em;}
			/*화살표 없애기	select { }
			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 */
		#wrap .paging {line-height:inherit;padding: 0;text-align: center;display: flex;align-items: center;justify-content: center;}
		#wrap .paging a {font-size:15px;color:var(--black-color08);font-weight:400;padding:0;border:0;width:30px;height:30px;line-height: 1.4;min-width: auto;display: inline-flex;align-items: center;justify-content: center;font-family:var(--font-family-type02);}
		#wrap .paging span {font-size: 0;display: inline-block;vertical-align: top;}
		#wrap .paging span + span a, .paging a + a, .paging a + span a{margin-left:8px;}
		#wrap .paging .on a, #wrap .paging a.on {color: var(--point-white);font-weight: 600;background: var(--black-color05);width:36px;height:36px;border-radius:100%;}
		#wrap .paging .arrow a {font-size:0; background: no-repeat center;}
		#wrap .paging .arrow a img {display:none;}
		#wrap .paging .arrow.first a {background-image:url("../images/sub/paging_first.png");}
		#wrap .paging .arrow.prev a {margin-right:5px;background-image:url("../images/sub/paging_prev.png");}
		#wrap .paging .arrow.next a {margin-left:5px;background-image:url("../images/sub/paging_next.png");}
		#wrap .paging .arrow.last a {background-image:url("../images/sub/paging_last.png");}
		
		/* device */
		.for_pc {display:inline-block;}
		.for_t {display:none;}
		.for_m {display:none;}

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

		.paging {margin-top:3.8%;}
	}
	@media only screen and (max-width:1024px) {
		/* device */
		.for_t {display:inline-block;}
		.for_pc {display:none;}
		.for_m {display:none;}

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

	}
	@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;}

		select,
		input[type="text"],
		input[type="password"],
		input[type="number"],
		input[type="date"]{height:44px;line-height:42px;}
		select{font-size:16px;padding:0 0 0 15px;background-size:auto 6px;background-position:right 10px center;}
		input[type="text"],
		input[type="password"],
		input[type="number"],
		input[type="date"]{font-size:16px;padding:0 10px;}

		input[type="checkbox"] + label{font-size:15px;}

	}
	@media only screen and (max-width:479px) {
		select{font-size:14px;padding:0 0 0 10px;}
		input[type="text"],
		input[type="password"],
		input[type="number"],
		input[type="date"]{font-size:14px;padding:0 8px;}

		input[type="checkbox"] + label{font-size:13px;}

		.paging {margin-top:9.8%;}
		.paging .arrow.prev a {border-right:0;}
	}

/*───────────────────────────────────────────────────────────
	button common
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		/* custom button type */
			/* button 공통 요소 */
		.btn, .btn_lg, .btn_sm, .btn_md {font-weight:700;border-style:solid !important;border-width:1px !important;padding:0;margin:0;text-indent:0;vertical-align:top !important;text-align:center;display:inline-block;box-sizing:border-box;cursor:pointer;box-shadow:none;outline:0 !important;}
			/* button 크기별 */
		.btn_wd {width:100%;height:50px;line-height:48px;font-size:17px;}
		.btn {width:108px;height:40px;line-height:38px;font-size:15px;}
		.btn_lg {width:92px;height:72px;line-height:70px;font-size:14px;}
		.btn_md {width:140px;height:50px;line-height:48px;font-size:var(--title-17);font-weight:500;border-radius:8px;}
		.btn_sm {height:30px;line-height:28px;width:auto !important;padding:0 8px;font-size:inherit;border-color:#aaa !important;background-color:#aaa !important;color:#fff !important;}
		.btn_down {height:50px;line-height:48px;width:auto !important;padding:0 20px 0 22px;font-size:var(--title-17);font-weight:500;border-radius:8px;}
		.btn_down span {display:flex;align-items:center;}
		.btn_down span:after {content:'';display:inline-block;width:18px;height:18px;margin-left:15px;}
		.btn_down.btn_point span:after {background:url('../images/sub/download_ico_w.svg') no-repeat center;background-size:100% auto;}
		.btn_down.btn_white span:after {background:url('../images/sub/download_ico.svg') no-repeat center;background-size:100% auto;}
			/* button 색상별 */
		.btn_point{border-color:var(--point-color01);background-color:var(--point-color01);color:var(--point-white);}
		.btn_basic{border-color:#777 !important;background-color:#777 !important;color:#fff !important;}
		.btn_default{border-color:var(--black-color05) !important;background-color:var(--black-color05) !important;color:#fff !important;}
		.btn_info{border-color:#d3d3d3 !important;background-color:#fff !important;color:#555 !important;}
		.btn_white{border-color:var(--black-color03) !important;background-color:#fff !important;color:var(--black-color03) !important;}
			/* button wrapper */
		#wrap .view_btn{position: relative;margin:50px auto 0;}
		#wrap .view_btn .btn_wrap a{display: inline-flex;align-items: center;justify-content: center;box-sizing:border-box;width:140px;height:64px;font-size:20px;font-weight:600;border-radius:8px;}
		.btn_wrap {margin:0 auto;padding:0;font-size:0;vertical-align:top;display:inline-block;}
		.btn_wrap.ta_center {width:100%;}
		.btn_wrap a + a,
		.btn_wrap button + button,
		.btn_wrap a + button,
		.btn_wrap button + a {margin-left:12px;vertical-align:top;}
		.btn_wrap button > a, .btn_wrap a > a{margin-left:0;}
		.view_btn .btn_wrap.ta_right {position:absolute;right:0px;top:0px;}

	@media only screen and (max-width:860px) {
		#wrap .view_btn{margin-top:40px;}
		#wrap .view_btn .btn_wrap a{width:120px;height:54px;font-size:18px;}
	}
	@media only screen and (max-width:767px) {
	}
	@media only screen and (max-width:640px) {
		.view_btn .btn_wrap.ta_right{top:calc(100% + 20px);}
		.btn_md {width:auto;height:40px;line-height:38px;padding:0 5px;}
		.btn_down {height:40px;line-height:38px;padding:0 15px;}
		.btn_down span:after {width:13px;height:13px;margin-left:10px;}
			/* button wrapper */
		.btn_wrap a + a,
		.btn_wrap button + button,
		.btn_wrap a + button,
		.btn_wrap button + a {margin-left:8px;}
	}
	@media only screen and (max-width:479px) {
			/* button 크기별 */
		.btn_wd {font-size:16px;}
		.btn_lg {width:72px;font-size:13px;}
		.btn_md {}
		.btn_sm {padding:0 4px;font-size:12px;}
			/* button wrapper */
		.btn_wrap a + a,
		.btn_wrap button + button,
		.btn_wrap a + button,
		.btn_wrap button + a {margin-left:6px;}

		#wrap .view_btn{margin-top:30px;}
		#wrap .view_btn .btn_wrap a{width:100px;height:44px;font-size:15px;border-radius:4px;}
	}
	@media only screen and (max-width:320px) {
	}


/*───────────────────────────────────────────────────────────
	 ERRORS｜errors/index
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		.error_cont {position:relative; min-height:900px; background:url("../images/sub/error_bg.gif") repeat-x left top;}
		.error_cont .error_form {position:absolute; left:50%; top:123px; margin-left:-450px; width:910px; height:610px; background:url("../images/sub/error_form_bg.png") no-repeat left top; text-align:center;}
		.error_cont .error_form h2 {color:#333; font-size:20px; font-weight:700; font-family:'Nanum Gothic',dotum,sans-serif !important; padding:296px 0 10px;}
		.error_cont .error_form p {color:#777; font-size:14px; font-weight:400; line-height:22px; font-family:'Nanum Gothic',dotum,sans-serif !important;}
		.error_cont .error_form h5 {width:156px; height:44px; border:2px solid #333; background:url("../images/sub/error_icon_arrow.png") no-repeat 118px center; margin:38px auto 0;}
		.error_cont .error_form h5 a {display:block; width:100%; height:44px; line-height:44px; color:#333; font-size:17px; font-weight:700; font-family:'Nanum Gothic',dotum,sans-serif !important; text-align:left; text-indent:38px;}

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

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

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

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

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

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

	}


/*───────────────────────────────────────────────────────────
	 TABLE | 서브페이지 전체 사용 ( board / member / layout )
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		.bbs_title_box {overflow:hidden;}
		.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.bbs_write {table-layout:fixed;}
		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{}
		table.bbs_write td input[name="email_domain"] {display:inline-block !important;}

		/*** TABLE write ( board/_form_board_write ｜ board/_form_board_answer_write ｜ member/join ｜ member/mypage ｜ member/withdrawal ｜ member/change_pw ｜ member/periodic_change_pw ) ***/
		.bbs_box{box-sizing:border-box;border-top:2px solid var(--black-color00);padding:20px 0 28px;border-bottom:1px solid #ddd;}
		.bbs_box .bbs_cont{box-sizing:border-box;padding:10px 0;width: 100%;}
		.bbs_box .bbs_cont dl{display: flex;}
		.bbs_box .bbs_cont.row2{display: flex;justify-content: space-between;}
		.bbs_box .bbs_cont dl dt{font-size:18px;color:var(--black-color03);font-weight:500;/* line-height:56px; */width:150px;/* padding: 15px 0; */max-height: 56px;display: inline-flex;align-items: center;}
		.bbs_box .bbs_cont dl dd{width:calc(100% - 150px);}
		.bbs_box .bbs_cont dl dd input{width:430px;}
		.bbs_box .bbs_cont dl dd input:read-only{background: #f5f5f5;}
		.bbs_box .bbs_cont dl dd #title,
		.bbs_box .bbs_cont dl dd #keyword{width:100%;}
		.bbs_box .bbs_cont dl dd.mail_box{display: flex;flex-wrap:wrap;align-items: center;}
		.bbs_box .bbs_cont dl dd.mail_box p{box-sizing:border-box;padding-left:20px;font-size:13px;color:var(--point-color01);font-weight:500;width:calc(100% - 430px);}
		.bbs_box .bbs_cont dl dd.inquiry_item{display: flex;flex-wrap:wrap;}
		.bbs_box .bbs_cont dl dd.inquiry_item select{width:100%;}
		.bbs_box .bbs_cont dl dd.inquiry_item > div + div{margin-left:10px;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel1{width:240px;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel2{width:180px}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel3{width:500px;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel2,
		.bbs_box .bbs_cont dl dd.inquiry_item .sel3{display: none;}
		.sub_sharing .bbs_box .bbs_cont dl dd.inquiry_item .sel2{display: block;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel2.on,
		.bbs_box .bbs_cont dl dd.inquiry_item .sel3.on{display:block;}
		.bbs_box .bbs_cont dl dd textarea{width:100%;height:250px;resize:none;box-sizing:border-box;border:1px solid #ddd;border-radius:6px;outline:none;font-size:18px;color:var(--black-color05);font-weight:400;padding:20px 20px;}
		.bbs_box .bbs_cont dl dd.add_file{display: flex;}
		.bbs_box .bbs_cont dl dd.add_file #file_txt{width:470px;border-radius:6px 0 0 6px;letter-spacing:-0.04em;}
		.bbs_box .bbs_cont dl dd.add_file label{display:inline-flex;box-sizing:border-box;align-items: center;justify-content: center;cursor:pointer;width:120px;height:56px;border-radius:6px;background:var(--black-color05);font-size:18px;color:var(--point-white);font-weight:600;margin-left:-10px;}
		.bbs_box .bbs_cont dl dd.add_file input[type="file"]{display: none;}
		.bbs_box .bbs_cont dl dd.inp_custom {display:inline-flex;align-items:center;flex-wrap: wrap;}
		.bbs_box .bbs_cont.down dl dd.inp_custom label {margin-right:30px;font-size:var(--title-18);font-weight:400;color:var(--black-color06);}
		.bbs_box .bbs_cont dl dd.inp_custom p{font-size:var(--title-17);margin-top: 8px;font-weight: 500;color: #ed1818;width:100%;}

		.bbs_box .bbs_cont dl dd input:focus,
		.bbs_box .bbs_cont dl dd select:focus,
		.bbs_box .bbs_cont dl dd textarea:focus{border-color:var(--black-color00);}

		.bbs_box .bbs_cont .captcha_wrap {font-size:0;border:1px solid #ddd;display:inline-block;height:56px;vertical-align:top;margin-right:10px;box-sizing:border-box;padding: 8.5px 10px;border-radius:6px}
		.bbs_box .bbs_cont .captcha_wrap img {width:155px !important; height:100% !important;vertical-align:top;}
		.bbs_box .bbs_cont .captcha_wrap .btn_reset{display:inline-block;border-radius: inherit;font-size:0;width:38px !important;padding:0 !important;height:38px;margin-left:6px;border:1px solid #ddd;box-sizing:border-box;background:#fff url(../images/common/icon_btn_reset.png) no-repeat center!important}
		.bbs_box .bbs_cont #captcha_box {height: 100%; margin-right: 0; font-size: 0;}
		.bbs_box .bbs_cont input[name="captcha"] {width:226px;box-sizing:border-box;}

		/* 동의 */
			#wrap .policy_conts {margin-top:40px;}
			#wrap .policy_conts .textarea_wrap {width:100%;margin-top:20px;padding-right:10px;height:154px;background: #fff;border:1px solid var(--border-color01); box-sizing: border-box;}
			#wrap .policy_conts .textarea_wrap textarea {color:#777;width:100%;border:0;background:#fff;padding: 30px; padding-right: 20px; font-size: 15px;height:100%;font-weight: 400;line-height: 1.73; overflow:hidden; overflow-y:auto; box-sizing:border-box; resize:none;}
			#wrap .policy_conts .textarea_wrap textarea::-webkit-scrollbar {width: 4px;}
			#wrap .policy_conts .textarea_wrap textarea::-webkit-scrollbar-thumb {background-color: #aaa;}
			#wrap .policy_conts .textarea_wrap textarea::-webkit-scrollbar-track {background:var(--border-color01);}
			#wrap .policy_conts .textarea_wrap textarea::-webkit-scrollbar-button:vertical:start:decrement,
			#wrap .policy_conts .textarea_wrap textarea::-webkit-scrollbar-button:vertical:start:increment {display: block; height: 5px;}
			#wrap .policy_conts .textarea_wrap textarea::-webkit-scrollbar-button:vertical:end:decrement,
			#wrap .policy_conts .textarea_wrap textarea::-webkit-scrollbar-button:vertical:end:increment {display: block; height: 5px;}

		/*회원 텍스트*/
		.mem_wrap {margin-top:20px;}
		.mem_wrap strong {display:block;font-size:var(--title-20);font-weight:400;color:var(--black-color03);letter-spacing:-0.03em;}
		.mem_wrap strong + .mem_txt {margin-top:8px;}
		.mem_wrap .mem_txt{}
		.mem_wrap .mem_txt{}
		.mem_wrap .mem_txt li{font-size:17px;color:var(--black-color07);font-weight:400;font-family:var(--font-type01);padding-left:7px;position: relative;}
		.mem_wrap .mem_txt li + li{margin-top:7px;}
		.mem_wrap .mem_txt li:before{width:2px;height:2px;content:"";box-sizing:border-box;border-radius:100%;background:var(--black-color07);position: absolute;left:0;top:13px;}

		#wrap .board_write .view_btn .btn_wrap a{width:200px;}

		/*** TABLE view ( board/board_view ) ***/
		.bbs_view {text-align:left;position:relative;z-index:1;}
			/* 제목.작성자.작성일 */
		.bbs_view div.view_tit {box-sizing:border-box;border-top:1px solid var(--black-color03);border-bottom:1px solid #ddd;padding:29px 20px;}
		.bbs_view div.view_tit h3{font-size:20px;color:var(--black-color03);font-weight:500;}
		.bbs_view div.view_tit p{display: flex;align-items: center;margin-top:18px;}
		.bbs_view div.view_tit p span{display: block;font-size:16px;color:var(--black-color08);font-weight:400;position: relative;font-family:var(--font-type02);}
		.bbs_view div.view_tit p span + span{margin-left:16px;padding-left:16px;}
		.bbs_view div.view_tit p span + span:before{width:1px;height:12px;content:"";background: #ccc;position: absolute;left:-1px;top:50%;transform:translateY(-50%);}

		.myinquiry_view > dl{display: flex;flex-wrap:wrap;font-size:var(--title-20);}
		.myinquiry_view > dl + dl{margin-top:30px;}
		.myinquiry_view > dl dt{display: flex;align-items: center;justify-content: center;width:36px;height:36px;box-sizing:border-box;border-radius:100%;background:var(--point-color01);font-size:inherit;color:var(--point-white);font-weight:600;margin:0;}
		.myinquiry_view > dl dt span{font-size:inherit;color:inherit;font-weight:inherit;line-height:1;}
		.myinquiry_view > dl dd{font-size:89%;box-sizing:border-box;width:calc(100% - 36px);padding-left:30px;color:var(--black-color06);font-weight:400;line-height:1.3;}

		.myinquiry_view > dl.a_cont{box-sizing:border-box;background:#F3F9FD;padding:24px 20px;border-radius:20px;}
		.myinquiry_view > dl.a_cont dt{background:var(--point-white);color:var(--point-color01);}
		.myinquiry_view > dl.a_cont dd{color:var(--black-color04);}

			/* 모바일.메일 */
		.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:15px 20px;box-sizing:border-box;border-bottom:1px solid #ddd;min-height:307px}
		.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:13px;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 {}
		.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:20px;color:#333;font-size:inherit;font-weight:400;cursor:pointer;}
		.policy_cont > textarea {height:90px !important;line-height:20px;margin:0;color:#666;width:100%;font-size:inherit;display:block;}
			/* 댓글 폼 */
		.board_comment {padding:1.2% 30px;margin:2.4% auto 0;border: 1px solid #bbbbbb;position:relative;width:100%;box-sizing:border-box;text-align:left;vertical-align:top;}
		.board_comment .comment_name {font-size:13px;line-height:30px;color:#555;text-align:left;}
		.board_comment .comment_name span {font-size:inherit;line-height:inherit;}
		.board_comment .comment_name span input {margin-left:10px;}
		.board_comment .comment_name span + span {margin-left:20px;}
		.board_comment .comment_memo {padding:1.2% 0;}
		.board_comment .comment_memo textarea {width: calc(100% - 102px);height:72px;resize:none;}
		.board_comment .comment_memo a {float:right;}
			/* 댓글 목록 */
		.board_comment_list {margin:2.4% auto 0;border-bottom:1px solid #d3d3d3;position:relative;}
		.board_comment_list .comment_title {padding-bottom:8px;font-size:13px;line-height:20px;color:#333;border-bottom:1px solid #bbbbbb;text-align:left;}
		.board_comment_list .comment_title span {color:#333;font-weight:700;font-size:inherit;font-family:'Nanum Gothic','Malgun Gothic','맑은 고딕',dotum,sans-serif;}
		.board_comment_list .comment {padding:1.2% 30px;margin:0;width:100%;box-sizing:border-box;position:relative;}
		.board_comment_list .comment + .comment {border-top:1px #d3d3d3 dotted;}
		.board_comment_list .comment .comment_writer,
		.board_comment_list .comment .com_btn {display:inline-block;line-height:22px;margin:0;padding:0 0 8px 0;vertical-align:middle;}
		.board_comment_list .comment .comment_writer {color:#333;text-align:left;}
		.board_comment_list .comment .com_btn {float:right;text-align:right;}
		.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 8px;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:20px;font-size:12px;font-weight:400;color:#888;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 {float:left;width: calc(100% - 102px);height:72px;}
		.board_comment_list .comment .com_modify a {float:right;}
			/* 댓글 비번 레이어 */
		.board_comment_list .comment .comment_password {right:30px;top:50%;width:310px;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_sub {display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;}
		.board_sub .btn_wrap {margin:0;}
		.board_sub + .clear .board_preface {margin-top:30px;}
			/* 검색 */
		.board_search {background-color:#f5f5f5;font-size:0;width:100%;box-sizing:border-box;padding:30px 15px;margin:0 0 40px;border-radius:10px;}
		.board_search fieldset {line-height:inherit;font-size:0;display: flex;align-items: center;justify-content: center;flex-wrap:wrap;}
		.board_search select {width:180px;margin-right:10px;}
		.board_search input.input_text {width:404px;border-radius:6px 0 0 6px;}
		.board_search input.input_text::placeholder{color:#aaa;}
		.board_search .board_search_sel {display:inline-block;vertical-align:middle;font-size: 0;}
		.board_search .btn_default{width:56px;height:56px;box-sizing:border-box;font-size:0;border-color:var(--black-color05) !important;background:var(--black-color05) url('/data/skin/respon_default/images/sub/icon_search.svg')no-repeat center !important;border-radius:0 6px 6px 0;}
			/* 일반형 총 게시글수 */
		.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 var(--black-color03);width:100%;text-align:center;table-layout:fixed;box-sizing:border-box;}
		table.bbs_list thead tr th{box-sizing:border-box;vertical-align: middle;text-align: center;font-size:18px;color:var(--black-color03);font-weight:500;border-bottom:1px solid #ddd;padding:21.5px 0;}
		table.bbs_list tr {}
		table.bbs_list tbody tr td {box-sizing:border-box;vertical-align: middle;font-size:18px;color:var(--black-color08);font-weight:400;font-family:var(--font-type02);border-bottom:1px solid #ddd;padding:18px 10px;letter-spacing:-0.04em;word-wrap:break-word;}
		table.bbs_list tbody tr td.chk {padding-left:0;padding-right:0;}
		table.bbs_list tbody tr td.down a {justify-content:center;}
		table.bbs_list tbody tr td.not_ico span{display: inline-flex;box-sizing:border-box;align-items: center;justify-content: center;font-size:15px;color:#C72A46;font-weight:600;height:28px;border-radius:14px;border:1px solid #C72A46;padding:0 10px;background:var(--point-white);}
		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 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 h3 .board_ico {}
		table.bbs_list td .board_tit img {vertical-align: middle;margin-left:5px;}
		table.bbs_list td .board_tit h3 {font-weight: 400;font-size:inherit;color:var(--black-color03);display: inline-block;vertical-align: middle;max-width: 900px;width:calc(100% - 50px);}
		table.bbs_list td .board_tit h3 strong {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;vertical-align: top;max-width:94%;font-size: inherit;color: inherit;font-weight: inherit;line-height: inherit;}

		table.bbs_list td a {display: flex;align-items: center;}
		table.bbs_list td a.share_down{justify-content: center;}
		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;}

		/*faq*/
		.faq_btn{display: flex;flex-wrap:wrap;}
		.faq_btn .btn_box{display:inline-flex;box-sizing:border-box;width:calc(50% - 10px);border-radius:10px;border:1px solid #ccc;align-items: center;justify-content: space-between;position: relative;padding:26px 40px;}
		.sub_myinquiry .faq_btn .btn_box{width:calc(100% / 3 - 14px);}
		.faq_btn .btn_box + .btn_box{margin-left:20px;}
		.faq_btn .btn_box a{display: block;width:100%;height:100%;position: absolute;top:0;left:0;z-index:5;}
		.faq_btn .btn_box .txt{display: flex;align-items: center;}
		.faq_btn .btn_box .txt p{box-sizing:border-box;padding-left:30px;font-size:24px;color:var(--black-color03);font-weight:500;font-family:var(--font-type01);letter-spacing:-0.04em;line-height:1;}
		.faq_btn .btn_box .link{width:40px;height:40px;box-sizing:border-box;border-radius:100%;position: relative;background: #f5f5f5;}
		.faq_btn .btn_box .link:before{width:0;height:0;content:"";box-sizing:border-box;border-radius:100%;background:var(--point-color01);position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;transition:all 0.5s;}
		.faq_btn .btn_box .link:after{width:8px;height:8px;content:"";border:2px solid #333;border-width:2px 2px 0 0;transform:rotate(45deg);position: absolute;z-index:2;top:14px;left:13px;transition:all 0.5s;}

		.board_preface{display: flex;flex-wrap:wrap;width:calc(100% + 20px);margin:80px 0 25px -10px;}
		.board_preface li{box-sizing:border-box;margin:0 10px 15px;}
		.board_preface li a{display: inline-flex;box-sizing:border-box;align-items: center;justify-content: center;height:60px;border:1px solid #ddd;border-radius:30px;font-size:20px;color:var(--black-color05);font-weight:400;font-family:var(--font-type01);padding:0 32px;min-width:140px;}
		#contents_wrap .sub_board .board_preface:not(:has(li[selected="selected"])) li:first-child a, .sub_board .board_preface li[selected="selected"] a{border-color: var(--point-color01); background: var(--point-color01); color: var(--point-white); font-weight:500;}

		.faq_box{}
		.faq_box ul{box-sizing:border-box;border-top:1px solid var(--black-color03);}
		.faq_box ul li{box-sizing:border-box;}
		.faq_box ul li.faq_q{border-bottom:1px solid #ddd;align-items: center;padding:22px 0;cursor:pointer;position: relative;display: flex;flex-wrap:wrap;}
		.faq_box ul li.faq_q > a{display: block;width:100%;height:100%;position: absolute;top:0;left:0;z-index:5;}
		/* .faq_box ul li.faq_q:after{width:10px;height:10px;content:"";border:2px solid var(--black-color03);border-width:2px 2px 0 0;transform:rotate(135deg);transition:all 0.5s;display: inline-block;margin-right:33px;} */
		.faq_box ul li.faq_q .preface{width:200px;text-align: center;}	
		.faq_box ul li.faq_q .preface span{font-size:18px;color:var(--black-color06);font-weight:400;}
		.faq_box ul li.faq_q .title_box{display: flex;align-items: center;width:calc(100% - 255px);position: relative;box-sizing:border-box;padding-right:10px;}
		.faq_box ul li .faq_mark{display: inline-flex;box-sizing:border-box;align-items: center;justify-content: center;width:36px;height:36px;border-radius:100%;background:var(--point-color01);font-size:20px;color:var(--point-white);font-weight:600;font-family:var(--font-type02);}
		.faq_box ul li.faq_q .title_box p{box-sizing:border-box;width:calc(100% - 36px);padding-left:30px;font-size:18px;color:var(--black-color02);font-weight:400;}

		/*on*/
		.faq_box ul li.faq_q.on{border:none;}
		.faq_box ul li.faq_q.on:after{transform:rotate(-45deg);border-color:var(--point-color01);}
		.faq_box ul li.faq_q.on .title_box p{color:var(--point-color01);font-weight:500;}

		/*답변*/
		.faq_box ul li.faq_a{border-radius:20px;background:#F3F9FD;padding:30px 0 30px 200px;display: none;}
		.faq_box ul li.faq_a .answer_box{display: flex;align-items:baseline;}
		.faq_box ul li.faq_a .faq_mark{background:var(--point-white);color:var(--point-color01);}
		.faq_box ul li.faq_a .answer_box > div{box-sizing:border-box;width:calc(100% - 36px);padding-left:30px;}

		/*교과서*/
		.faq_box .book_faq .faq_hd ul{border-bottom:1px solid #ddd;display: flex;}
		.faq_box .book_faq .faq_hd ul li{text-align: center;font-size:20px;color:var(--black-color03);font-weight:500;padding:25px 0;}
		.faq_box .book_faq .faq_hd ul li:nth-child(1){width:11.7%;}
		.faq_box .book_faq .faq_hd ul li:nth-child(2){width:11.7%;}
		.faq_box .book_faq .faq_hd ul li:nth-child(3){width:76.6%;}
		.faq_box .book_faq .faq_list{border-top:none;}
		.faq_box .book_faq .faq_list .faq_q > div:nth-child(1){width:11.7%;}
		.faq_box .book_faq .faq_list .faq_q > div:nth-child(2){width:11.7%;}
		.faq_box .book_faq .faq_list .faq_q > div:nth-child(3){width:calc(76.6% - 45px);}
		.faq_box .book_faq .faq_list .faq_q .ex_info{text-align: center;font-size:18px;color:var(--black-color03);font-weight:400;font-family:var(--font-type02);}

		.faq_box .book_faq ul li.faq_a{padding-left:23.4%;}

		@media only screen and (min-width:1024px){
			table.bbs_list tbody tr:hover td{background: #F3F9FD;}
			table.bbs_list tbody tr:hover .board_tit h3{color:var(--point-color01);}

			/*faq*/
			.faq_btn .btn_box:hover{border-color:var(--point-color);}
			.faq_btn .btn_box:hover .link:before{width:100%;height:100%;}
			.faq_btn .btn_box:hover .link:after{border-color:var(--point-white);}
		}
			/* 추가필드 */
			.sub_board {position:relative;}
			.sub_board .bbs_view .extra_editor_wrap {display:table;width:100%;margin:0;table-layout:fixed;border-collapse:collapse;border-bottom:1px solid #ddd;box-sizing:border-box;}
			.sub_board .bbs_view .extra_editor_wrap > h4, 
			.sub_board .bbs_view .extra_editor_wrap > div.extra_cont {padding:27px 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 {background: #f5f5f5;width:180px;font-size:18px;color:var(--black-color03);font-weight:500;}
			.sub_board .bbs_view .extra_editor_wrap > div.extra_cont {width: calc(100% - 180px);}
			.sub_board .bbs_view .extra_editor_wrap div.img_cont {}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span {display: flex;align-items: center;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span + span {margin-top:15px;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span a{font-size:17px;color:#777 !important;font-weight:400;padding-left:12px;display: block;max-width:calc(100% - 14px);}
				/* 비디오 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:1250px) {
		.bbs_box .bbs_cont.row2{display: block;}
		.bbs_box .bbs_cont.row2 dl + dl{padding-top:20px;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel1{width:210px;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel2{width:210px;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel3{width:100%;margin:10px 0 0 0;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel3 select{width:430px;}
	}
	@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_etc {padding:1.2% 20px;}
			/* 댓글 폼 */
		.board_comment {padding:1.2% 20px;margin:2.4% auto 0;}
			/* 댓글 목록 */
		.board_comment_list .comment {padding:1.2% 20px;}

		/*faq*/
			.board_preface li a{padding:0 24px;min-width:100px;font-size:18px;}
	}
	@media only screen and (max-width:1024px) {
		/*** 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 view ( board/board_view ) ***/
		.bbs_view div.view_cont{min-height:250px;}
		.sub_board .bbs_view .extra_editor_wrap > h4{width:150px;}
		.sub_board .bbs_view .extra_editor_wrap > div.extra_cont{width:calc(100% - 150px);}


		/*** 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 thead tr th{font-size:16px;padding:16px 0;}
			table.bbs_list tbody tr td{font-size:16px}
			table.bbs_list col:nth-child(4){width:20%;}

		/*faq*/
			.faq_btn .btn_box{padding:26px 20px;}
			.faq_btn .btn_box .txt p{padding-left:15px;font-size:20px;}

			.sub_myinquiry .faq_btn .btn_box{width:100%;}
			.sub_myinquiry .faq_btn .btn_box + .btn_box{margin:10px 0 0 0;}
	}
	@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 ) ***/
		.bbs_box .bbs_cont dl dt{width:120px;}
		.bbs_box .bbs_cont dl dd{width:calc(100% - 120px);}
		.bbs_box .bbs_cont dl dd input{width:100%;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel1,
		.bbs_box .bbs_cont dl dd.inquiry_item .sel2{width:calc(50% - 5px);}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel3 select{width:100%;}
		.bbs_box .bbs_cont dl dd.add_file #file_txt{width:calc(100% - 90px);}
		.bbs_box .bbs_cont dl dd.add_file label{width:100px;}
		.bbs_box .bbs_cont dl dd.mail_box p{width:100%;padding:10px 0;}

		.mem_wrap .mem_txt li{font-size:15px;}
		.mem_wrap .mem_txt li:before{top:10px;}

		/*** TABLE view ( board/board_view ) ***/
			.bbs_view div.view_tit{padding:20px 15px;}
			.bbs_view div.view_tit h3{font-size:18px;}
			.bbs_view div.view_tit p{margin-top:10px;}
			.bbs_view div.view_tit p span{font-size:14px;}
			.bbs_view div.view_tit p span + span{margin-left:12px;padding-left:12px;}

			.sub_board .bbs_view .extra_editor_wrap > h4, .sub_board .bbs_view .extra_editor_wrap > div.extra_cont{padding:20px 20px;}
			.sub_board .bbs_view .extra_editor_wrap > h4{font-size:16px;width:120px;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span img{height:13px;}
			.sub_board .bbs_view .extra_editor_wrap div.extra_cont > span a{font-size:15px;}

			/* 모바일.메일 */
		.bbs_view div.view_etc {padding:1.6% 12px;}
		.bbs_view div.view_etc span + span {margin-left:40px;}
			/* 내용 */
		.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 {padding:30px 20px;}
			.board_search select{width:160px;}
			.board_search input.input_text{width:300px;}

		/*faq*/
			.board_preface{width:calc(100% + 10px);margin:60px 0 25px -5px;}
			.board_preface li{margin:0 5px 10px;}
			.board_preface li a{height:50px;}

			.faq_box ul li.faq_q .preface{width:150px;}
			.faq_box ul li.faq_q .preface span{font-size:16px;}
			.faq_box ul li.faq_q .title_box{width:calc(100% - 195px);}
			.faq_box ul li.faq_q .title_box p{padding-left:20px;font-size:16px;}

			.faq_box ul li.faq_a{padding: 30px 0 30px 150px;}
			.faq_box ul li.faq_a .answer_box > div{padding-left:20px;}

			/*교과서*/
			.faq_box .book_faq .faq_hd ul li{font-size:18px;padding:18px 0;}
			.faq_box .book_faq .faq_list .faq_q .ex_info{font-size:16px;}
	}
	@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 ) ***/
	
		/*faq*/
			.faq_btn .btn_box .txt .icon{width:30px;}
			.faq_btn .btn_box .txt p{padding-left:10px;font-size:18px;margin-top:-4px;}
			.faq_btn .btn_box .link{width:30px;height:30px;}
			.faq_btn .btn_box .link:after{width:6px;height:6px;top:10px;left:10px;}
	}
	@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 ) ***/
		.bbs_box .bbs_cont{padding:5px 0;}
		.bbs_box .bbs_cont.row2 dl + dl{padding-top:10px;}
		.bbs_box .bbs_cont dl dt{font-size:16px;/*line-height:44px;*/}
		.bbs_box .bbs_cont dl dd textarea{font-size:16px;padding:10px;height:200px;}
		.bbs_box .bbs_cont dl dd.add_file label{font-size:16px;height:44px;}
		.bbs_box .bbs_cont input[name="captcha"]{margin-top:10px;width:100%;}

		.bbs_box .bbs_cont.down dl dd.inp_custom label {margin-bottom:8px;}

		#wrap .policy_conts{margin-top:30px;}
		#wrap .policy_conts .textarea_wrap{margin-top:10px;height:120px;}
		#wrap .policy_conts .textarea_wrap textarea{padding:15px;padding-right:10px;font-size:13px;}

		.mem_wrap {margin-top:10px;}
		.mem_wrap .mem_txt li{font-size:13px;}
		.mem_wrap .mem_txt li:before{top:9px;}

		#wrap .board_write .view_btn .btn_wrap a{width:140px;}

		table.bbs_list tbody tr td.down a img {width:15px;}
		
		/*** TABLE view ( board/board_view ) ***/
			.bbs_view div.view_cont{min-height:210px;}
			/* 모바일.메일 */
		.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 .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_sub {margin-bottom:20px;}
			/*검색*/
				.board_search{padding:25px 15px;margin-bottom:30px;}
				.board_search fieldset{justify-content: flex-start;}
				.board_search .board_search_sel{width:100%;margin-bottom:10px;}
				.board_search select{margin-right:0;}
				.board_search select + select {margin-left:10px;}
				.board_search input.input_text{width:calc(100% - 44px);}
				.board_search .btn_default{width:44px;height:44px;background-size:auto 20px !important;}

			/*리스트*/
			table.bbs_list col:nth-child(1),
			table.bbs_list thead tr th:nth-child(1),
			table.bbs_list tbody tr td:nth-child(1),
			table.bbs_list col:nth-child(3),
			table.bbs_list thead tr th:nth-child(3),
			table.bbs_list tbody tr td:nth-child(3){display: none;}
			table.bbs_list col:nth-child(2){width:88%;}
			table.bbs_list col:nth-child(4){width:30%;}

			table.bbs_list tbody tr.no_data td{display: table-cell;}

		/*faq*/
			.faq_btn .btn_box{width:100%;padding:20px 20px;}
			.faq_btn .btn_box + .btn_box{margin:15px 0 0 0;}
		
			.board_preface li a{padding:0 15px;min-width:80px;font-size:16px;}

			.faq_box ul li.faq_q:after{width:8px;height:8px;margin:0;}
			.faq_box ul li.faq_q .preface{width:120px;}
			.faq_box ul li.faq_q .preface span{font-size:14px;}
			.faq_box ul li.faq_q .title_box{width:calc(100% - 145px);}
			.faq_box ul li.faq_q .title_box p{width:calc(100% - 28px);font-size:14px;padding-left:16px;}
			
			.faq_box ul li .faq_mark{width:28px;height:28px;font-size:16px;}

			.faq_box ul li.faq_a{padding:20px 0 20px 120px;border-radius:10px;}
			.faq_box ul li.faq_a .answer_box > div{width:calc(100% - 28px);}

			/*교과서*/
			.faq_box .book_faq .faq_hd ul li{font-size:14px;}
			.faq_box .book_faq .faq_hd ul li:nth-child(1),
			.faq_box .book_faq .faq_hd ul li:nth-child(2){width:15%;}
			.faq_box .book_faq .faq_hd ul li:nth-child(3){width:70%;}
			.faq_box .book_faq .faq_list .faq_q > div:nth-child(1),
			.faq_box .book_faq .faq_list .faq_q > div:nth-child(2){width:15%;}
			.faq_box .book_faq .faq_list .faq_q > div:nth-child(3){width:calc(70% - 30px);}

			.faq_box .book_faq ul li.faq_a{padding-left:30%;}
			
			/*문의내역*/
			.myinquiry_view > dl dd{padding-left:15px;}
			.myinquiry_view > dl.a_cont{padding:15px 15px;border-radius:10px;margin-top:20px;	}
	}
	@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 ) ***/
		.bbs_box{padding:10px 0 18px;}
		.bbs_box .bbs_cont dl dt{font-size:14px;width:90px;}
		.bbs_box .bbs_cont dl dd{width:calc(100% - 90px);}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel1, .bbs_box .bbs_cont dl dd.inquiry_item .sel2{width:100%;}
		.bbs_box .bbs_cont dl dd.inquiry_item .sel2{margin:10px 0 0 0;}
		.bbs_box .bbs_cont dl dd textarea{font-size:14px;}
		.bbs_box .bbs_cont dl dd.add_file{display: block;}
		.bbs_box .bbs_cont dl dd.add_file #file_txt{width:100%;border-radius:6px;}
		.bbs_box .bbs_cont dl dd.add_file label{width:100%;margin:10px 0 0 0;font-siz:14px;}
		.bbs_box .bbs_cont dl dd.mail_box p{font-size:12px;padding-top:5px;}

		.bbs_box .bbs_cont .captcha_wrap{width:100%;margin-right:0;}
		.bbs_box .bbs_cont .captcha_wrap img{width:calc(100% - 44px) !important;}

		#wrap .board_write .view_btn .btn_wrap a{width:120px;;}

		/*** TABLE view ( board/board_view ) ***/
			.bbs_view div.view_tit h3{font-size:16px;}
			.bbs_view div.view_tit p span{font-size:13px;}
			.bbs_view div.view_tit p span + span{margin-left:10px;padding-left:10px;}
			.bbs_view div.view_tit p span + span:before{height:10px;}
			.bbs_view div.view_cont{min-height:180px;}

			.sub_board .bbs_view .extra_editor_wrap > h4, .sub_board .bbs_view .extra_editor_wrap > div.extra_cont{padding:20px 15px;}
			.sub_board .bbs_view .extra_editor_wrap > h4{font-size:15px;width:100px;}
			.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 > span a{font-size:13px;padding-left:8px;}

			/* 모바일.메일 */
		.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 .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 {}
			/* 게시판 개인정보취급 */
	
			/* 댓글 폼 */
		.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: calc(100% - 36px);}
		.board_comment .comment_name span + span {float:right;text-align:right;margin-left:0px;width: calc(60% - 4px);}
		.board_comment .comment_name span + span input {width: calc(100% - 56px);}
		.board_comment .comment_memo {padding:1.2% 0 2.4%;}
		.board_comment .comment_memo textarea {width: calc(100% - 76px);height:72px;}
			/* 댓글 목록 */
		.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 ) ***/
		table.bbs_list thead tr th{font-size:14px;padding:12px 0;}
		table.bbs_list tbody tr td{font-size:13px;padding:15px 4px;}
		table.bbs_list td .board_tit h3{width:calc(100% - 15px);}
		table.bbs_list td .board_tit h3 strong{max-width:85%;}
		table.bbs_list td .board_tit img{height:13px;}

		/*faq*/
			.board_preface{margin:50px 0 20px -5px}
			.board_preface li a{height:40px;font-size:14px;min-width:60px;padding:0 10px;}

			.faq_box ul li.faq_q .preface{width:100px;}
			.faq_box ul li.faq_q .preface span{font-size:13px;}
			.faq_box ul li.faq_q .title_box{width:calc(100% - 120px);}

			.faq_box ul li.faq_a{padding:20px 0 20px 100px;}

			.faq_box .book_faq .faq_hd ul li{font-size:14px;padding:15px 0;}
	}

	@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 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 .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%;}
			/* 게시판 개인정보취급 */
	
			/* 댓글 폼 */
		.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;}

		/*** TABLE list ( board/board_list ｜ layout/board/list_default ｜ layout/board/list_gallery_01 ｜ layout/board/list_qna ｜ layout/board/list_video_01 ) ***/
	}


/*───────────────────────────────────────────────────────────
	 BOARD
───────────────────────────────────────────────────────────*/
	/*** 갤러리형 | layout/goods/gallery.html ***/
		/* 갤러리 고정글 */
		.gallery_notice {border-top:1px solid #333;margin:0 0 50px;}
		.gallery_notice li {padding:15px 30px;box-sizing:border-box;background:#f5f5f5;border-bottom:1px solid #d3d3d3;font-size:0;position:relative;}
		.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:145px;height: 100px;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% - 145px);padding-left:25px;box-sizing:border-box;}
		.gallery_notice li .txt_info b {font-size:15px;color:#eb3949;line-height:1;margin-bottom:5px;display:block;}
		.gallery_notice li .txt_info .board_tit {padding: 5px 0 3px;line-height: 20px;font-size: 0;}
		.gallery_notice li .txt_info .board_tit h3 {font-size: 13px;color: #333333;font-weight: 600;}
		.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;}
		.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;font-size:12px;color:#888;font-weight:100;line-height:19px;text-align:left;margin:10px 0 0;}
		.gallery_notice li p span {display:inline-block;width:1px;height:9px;background:#d3d3d3;margin:6px 8px 0 8px;vertical-align:top;}
		/* 리스트 */
		.sub_board ul.bbs_gallery {margin-left:0px;padding:17px 0 0 0;}
		.sub_board ul.bbs_gallery:after {clear:both;content:"";display:block;}
		ul.bbs_gallery li {float:left;width: calc(25% - 9px); margin:0 12px 2.4% 0;position:relative;}
		ul.bbs_gallery li:nth-of-type(4n) {margin-right:0px;}
		ul.bbs_gallery li:nth-of-type(4n+1) {clear:both;}
		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 70%;height:0;position: relative;border:1px solid #d3d3d3;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 .txt_info {padding:5px 0 0;}
		ul.bbs_gallery li .txt_info .board_tit {padding: 5px 0 3px;line-height: 20px;font-size: 0;text-align: center;}
		ul.bbs_gallery li .txt_info .board_tit h3 {font-size: 14px;color: #333333;font-weight: 600;}
		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 {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: top;font-size: inherit;color: inherit;font-weight: inherit;line-height: inherit;word-break:break-all;display: inline-block;}
		ul.bbs_gallery li p {display:block;font-size: 13px;color: #666;line-height:19px;margin:0;text-align: center;}
		ul.bbs_gallery li p span {display:inline-block;width:1px;height:9px;background:#d3d3d3;margin:6px 8px 0 8px;vertical-align:top;}
		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 {max-width:1058px; margin:0 auto; border:10px solid #eee; outline:1px solid #ddd;}
		.sub_pw_input .ok_box {max-width:1000px; margin:0 auto; padding:70px 0; font-family: 'Open Sans','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;text-align:center;}
		.sub_pw_input .ok_box h2 {padding-bottom:20px; font-size:16px; font-weight:500; color:#333;}
		.sub_pw_input .ok_box div.input_box {padding-bottom:40px;}
		.sub_pw_input .ok_box div.input_box input {width:200px;height:30px; padding:5px 10px; border:1px solid #aaa;}
		.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:1024px) {
		/*** 갤러리형 | layout/goods/gallery.html ***/
		ul.bbs_gallery li {width: calc(33.32% - 8px);margin:0 12px 3.6% 0;}
		ul.bbs_gallery li:nth-child(4n) {margin-right:12px;}
		ul.bbs_gallery li:nth-child(4n+1) {clear:inherit;float:left;}
		ul.bbs_gallery li:nth-child(3n) {margin-right:0px;}
		ul.bbs_gallery li:nth-child(3n+1) {clear:both;float:left;}
	}
	@media only screen and (max-width:860px) {
		/*** 갤러리형 | layout/goods/gallery.html ***/
		ul.bbs_gallery li {margin:0 12px 3.6% 0;}
		.bbs_no_data {padding:1.6%;}

		/* 갤러리 고정글 */
		.gallery_notice li {padding:10px 15px;}
		.gallery_notice li .thumb {width:100px;height:80px;}
		.gallery_notice li .txt_info {width:calc(100% - 100px);}
		.gallery_notice li .txt_info .board_tit .board_ico {display:block;}
		.sub_board .gallery_notice li .txt_info {padding-left:15px;}
		.sub_board .gallery_notice li .txt_info b {font-size: 12px;margin-bottom:5px;}
		.sub_board .gallery_notice li .txt_info .board_tit {line-height: 20px;}
		.sub_board .gallery_notice li .txt_info .board_tit h3 {font-size: 13px;}
		.sub_board .gallery_notice li p {display:block;font-size: 12px;font-weight:100;line-height:19px;margin: 5px 0 0;}
		.sub_board .gallery_notice li p span {height:9px;margin:6px 8px 0 8px;}


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

	}
	@media only screen and (max-width:640px) {
		/*** 갤러리형 | layout/goods/gallery.html ***/
		ul.bbs_gallery li {width: calc(50% - 6px);margin:0 12px 4.8% 0;}
		ul.bbs_gallery li:nth-child(4n) {margin-right:12px;}
		ul.bbs_gallery li:nth-child(4n+1) {clear:inherit;float:left;}
		ul.bbs_gallery li:nth-child(3n) {margin-right:12px;}
		ul.bbs_gallery li:nth-child(3n+1) {clear:inherit;float:left;}
		ul.bbs_gallery li:nth-child(2n) {margin-right:0;}
		ul.bbs_gallery li:nth-child(2n+1) {clear:both;float:left;}
		ul.bbs_gallery li .txt_info {padding-top:8px;}
		ul.bbs_gallery li .txt_info h3 {font-size:13px;}
		ul.bbs_gallery li .txt_info p {padding-top:6px;font-size:12px;}
	}
	@media only screen and (max-width:479px) {
		/*** 갤러리형 | layout/goods/gallery.html ***/
		ul.bbs_gallery li {width: calc(100%);margin:0 0px 5.2% 0;}
		ul.bbs_gallery li:nth-child(3n) {margin-right:0px;}
		ul.bbs_gallery li:nth-child(3n+1) {clear:inherit;float:left;}
		ul.bbs_gallery li:nth-child(2n) {margin-right:0;}
		ul.bbs_gallery li:nth-child(2n+1) {clear:both;float:left;}
		.bbs_no_data {padding:2.4%;}
	}




/*───────────────────────────────────────────────────────────
	 GOODS
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		/*** 상품리스트, 상품검색 | goods/goods_list.html, goods/goods_search.html ***/
		.sub_list {}
			/* 서브 카테고리 */
		.sub_cate_wrap {margin-bottom:2.4%;border-top:1px solid #333;border-bottom:1px solid #d3d3d3;}
		.sub_cate_wrap ul.sub_cate {margin:1.2% 17px;line-height:26px;vertical-align:top;}
		.sub_cate_wrap ul.sub_cate:after {clear:both; content:""; display:block;}
		.sub_cate_wrap ul.sub_cate li {padding:0 12px;line-height:26px;font-size:0;float:left;text-align:left;box-sizing:border-box;vertical-align:top;}
		.sub_cate_wrap ul.sub_cate li a {font-size:13px;color:#666;font-weight:400;display:inline-block;line-height:inherit;vertical-align:top;}
		.sub_cate_wrap ul.sub_cate li:hover a {color:#333;}
		.sub_cate_wrap ul.sub_cate li + li {padding-left:0;}
		.sub_cate_wrap ul.sub_cate li + li:before {margin:0;margin-right:10px;width:1px;height:10px;background:#d3d3d3;display:inline-block;content:"";vertical-align:middle;}
			/* 디스플레이 유형 */
		.sub_list .list_array {margin:0;margin-bottom:2.4%;}
		.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:15px;line-height:30px;height:30px;font-weight:400;vertical-align:top;display:inline-block;text-align:left;}
		.sub_list .list_array .list_count {color:#555;float:left;}
		.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:30px;height:30px;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:28px;height:28px;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 left top;}
		.sub_list .list_array ul li.typeA.on:before {background:#222222 url("../images/common/icon_list_typeA_on.png") no-repeat left top;}
		.sub_list .list_array ul li.typeB:before {background:url("../images/common/icon_list_typeB.png") no-repeat left top;}
		.sub_list .list_array ul li.typeB.on:before {background:#222222 url("../images/common/icon_list_typeB_on.png") no-repeat left top;}
		.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;}
			/* 갤러리형 | layout/goods/gallery.html */
		.sub_list .list_Galleryform ul {margin:0;padding:0;}
		.sub_list .list_Galleryform ul:after {clear:both; content:""; display:block;}
		.sub_list .list_Galleryform ul li {float:left; width: calc(25% - 9px); margin:0 12px 2.4% 0;box-sizing:border-box;position:relative;z-index:1;}
		.sub_list .list_Galleryform ul li:nth-child(4n) {margin-right:0;}
		.sub_list .list_Galleryform ul li:nth-child(4n+1) {clear:both;float:left;}
		.sub_list .list_Galleryform ul li > a {}
		.sub_list .list_Galleryform ul li .thumb {padding:0 0 99.2%;width:100%;border:1px solid #d3d3d3;font-size:0;margin:0;height:0;position:relative;z-index:1;text-align:center;box-sizing:border-box;overflow:hidden;vertical-align:top;}
		.sub_list .list_Galleryform ul li .thumb img {width:100%;height:auto;transform:translate(-50%, -50%);position:absolute;left:50%;top:50%;vertical-align:top;}
		.sub_list .list_Galleryform ul li .txt_info {padding-top:12px;margin:0;width:100%;}
		.sub_list .list_Galleryform ul li .txt_info h3,
		.sub_list .list_Galleryform ul li .txt_info p {text-align:center;display:block;width:100%;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
		.sub_list .list_Galleryform ul li .txt_info h3 {font-size:14px;line-height:20px;height:20px;color:#333;font-weight:700;}
		.sub_list .list_Galleryform ul li .txt_info p {padding-top:8px;font-size:13px;}
			/* 리스트형 | layout/goods/list.html */
		.sub_list .list .list_Listform {}
		.sub_list .list .list_Listform > ul {margin:0;padding:0;}
		.sub_list .list .list_Listform > ul:after {clear:both; content:""; display:block;}
		.sub_list .list .list_Listform > ul li {float:left; width: calc(50% - 6px); border:1px solid #ccc; margin:0 12px 12px 0;box-sizing:border-box;}
		.sub_list .list .list_Listform > ul li:nth-child(2n) {margin-right:0;}
		.sub_list .list .list_Listform > ul li:nth-child(2n+1) {clear:both; content:""; float:left;}
		.sub_list .list .list_Listform > ul li dl {display:table;height:100%;}
		.sub_list .list .list_Listform > ul li dl:after {clear:both;display:block;}
		.sub_list .list .list_Listform > ul li dl dt,
		.sub_list .list .list_Listform > ul li dl dd {box-sizing:border-box;display:table-cell;vertical-align:middle;text-align:left;}
		.sub_list .list .list_Listform > ul li dl dt {width:45%;border-right:1px solid #ccc;}
		.sub_list .list .list_Listform > ul li dl dt img {width:100%;height:auto;}
		.sub_list .list .list_Listform > ul li dl dd {width:55%;padding:12px;}
		.sub_list .list .list_Listform > ul li dl dd > em,
		.sub_list .list .list_Listform > ul li dl dd > .add_info p {width:100%;margin:0;padding:0;text-overflow:ellipsis;/* overflow:hidden; */display:inline-block;box-sizing:border-box;position:relative;z-index:1;}
		.sub_list .list .list_Listform > ul li dl dd > em  {color:#333;font-size:16px;font-weight:700;line-height:24px;height:24px;/* white-space:nowrap; */}
		.sub_list .list .list_Listform > ul li dl dd > .add_info {padding-top:26px;position:relative;z-index:1;display:inline-block;box-sizing:border-box;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info:before {position:absolute;left:0;top:12px;content:"";display:block;width:30px;height:2px;background:#222222;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info p {color:#777;font-size:14px;line-height:20px;max-height:40px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
			/* 검색 페이지 - 검색창 */
		.sub_list .list_search {line-height:30px;margin:0 0 2.4%;padding:1.2% 30px;text-align:right;background:#f2f2f2;width:100%;box-sizing:border-box;vertical-align:top;}
		.sub_list .list_search:after {clear:both; content:""; display:block;}
		.sub_list .list_search > div {float:right;vertical-align:top;}
		.sub_list .list_search > div:after {clear:both; content:""; display:block;}
		.sub_list .list_search > div > span,
		.sub_list .list_search .search_form {float:left;}
		.sub_list .list_search > div > span,
		.sub_list .list_search .search_form,
		.sub_list .list_search .search_form .search,
		.sub_list .list_search .search_form .select_box_wrap {font-size:0;height:30px;line-height:30px;margin:0;padding:0;vertical-align:top;display:inline-block;box-sizing:border-box;}
		.sub_list .list_search > div > span {margin-right:12px;font-size:13px;}
		.sub_list .list_search > div > span label {color:#777;font-size:inherit;font-weight:inherit;padding-left:5px;}
		.sub_list .list_search .search_form .select_box_wrap {margin-right:0;}
		.sub_list .list_search .search_form {}
		.sub_list .list_search .search_form select,
		.sub_list .list_search .search_form input,
		.sub_list .list_search .search_form a {font-size:13px;font-weight:inherit;vertical-align:top;}
		.sub_list .list_search .search_form select,
		.sub_list .list_search .search_form input {margin-right:8px;}
			/* 상세페이지 | goods/goods_view.html */
		.sub_view {}
		.sub_view .info {}
		.sub_view .info dl {}
		.sub_view .info dl:after {clear:both; content:""; display:block;}
		.sub_view .info dl dt,
		.sub_view .info dl dd {float:left;box-sizing:border-box;margin:0;padding:0;}
		.sub_view .info dl dt {width:43%;border:1px solid #ccc;padding:18px;margin-right:3%;}
		.sub_view .info dl dd.goods_tit {width:54%;}
		.sub_view .info dl dd.goods_tit {padding:2.4% 30px;border-top:2px solid #222;border-bottom:1px solid #ccc;background:#f2f2f2;text-align:left;box-sizing:border-box;}
		.sub_view .info dl dd.goods_tit,
		.sub_view .info dl dd.goods_tit p {font-family:'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;text-overflow:ellipsis;overflow:hidden;}
		.sub_view .info dl dd.goods_tit {font-size:32px;line-height:40px;font-weight:500;color:#222;}
		.sub_view .info dl dd.goods_tit p {margin-top:8px;font-size:15px;line-height:24px;font-weight:400;color:#777;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
		.sub_view .info_wrap {margin:3.6% 0 0;text-align:left;}
		.sub_view .info_wrap .info_li {margin:0 0 6.8%;}
		.sub_view .info_wrap .info_li dt.info_tit {color:#222;font-size:25px;font-weight:700;padding:0 0 1.2%;margin:0 0 3.6%;border-bottom:1px solid #222;text-align:left;}
		.sub_view .info_wrap .info_li img {max-width:100%;width:auto;height:auto;margin:0 auto;}
		.sub_view .info_wrap .info_li p {color:#666;font-size:14px;font-weight:400;line-height:22px;letter-spacing:-0.5px;}


	@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 {padding:1.2% 20px;}
			/* 상세페이지 | goods/goods_view.html */
		.sub_view .info dl dd.goods_tit {padding:2.4% 20px;}
		.sub_view .info dl dd.goods_tit {font-size:30px;line-height:38px;}
		.sub_view .info dl dd.goods_tit p {font-size:14px;line-height:22px;}
	}
	@media only screen and (max-width:1024px) {
			/* 디스플레이 유형 */
		.sub_list .list_array {margin-bottom:3.6%;}
			/* 갤러리형 | layout/goods/gallery.html */
		.sub_list .list_Galleryform ul li {width: calc(33.32% - 8px);margin:0 12px 3.6% 0;}
		.sub_list .list_Galleryform ul li:nth-child(4n) {margin-right:12px;}
		.sub_list .list_Galleryform ul li:nth-child(4n+1) {clear:inherit;float:left;}
		.sub_list .list_Galleryform ul li:nth-child(3n) {margin-right:0px;}
		.sub_list .list_Galleryform ul li:nth-child(3n+1) {clear:both;float:left;}
			/* 리스트형 | 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 {margin:0 0 3.6%;padding:1.2% 20px;}
			/* 상세페이지 | goods/goods_view.html */
		.sub_view .info dl dt {width:46%;padding:12px;margin-right:3%;}
		.sub_view .info dl dd.goods_tit {padding:3.6% 20px;width:51%;}
		.sub_view .info dl dd.goods_tit {font-size:26px;line-height:34px;}
		.sub_view .info dl dd.goods_tit p {font-size:14px;line-height:22px;}
		.sub_view .info_wrap {margin:4.8% 0 0;}
		.sub_view .info_wrap .info_li {margin:0 0 6.8%;}
		.sub_view .info_wrap .info_li dt.info_tit {font-size:22px;padding:0 0 1.2%;margin:0 0 1.6%;}
		.sub_view .info_wrap .info_li p {font-size:14px;line-height:22px;letter-spacing:-0.5px;}
	}
	@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_Galleryform ul li {margin:0 12px 3.6% 0;}
			/* 리스트형 | layout/goods/list.html */
		.sub_list .list .list_Listform > ul li dl dd {padding:8px;}
		.sub_list .list .list_Listform > ul li dl dd > em  {font-size:14px;line-height:22px;height:22px;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info {padding-top:26px;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info:before {top:12px;width:24px;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info p {font-size:12px;line-height:18px;max-height:36px;}
			/* 검색 페이지 - 검색창 */
		.sub_list .list_search {margin:0 0 3.6%;padding:1.6% 20px;}
	}
	@media only screen and (max-width:767px) {
		/*** 상품리스트, 상품검색 | goods/goods_list.html, goods/goods_search.html ***/
			/* 서브 카테고리 */
		.sub_cate_wrap {margin-bottom:4.8%;}
			/* 리스트형 | layout/goods/list.html */
		.sub_list .list .list_Listform > ul li {width: calc(50% - 4px);margin:0 8px 8px 0;}
		.sub_list .list .list_Listform > ul li dl dt {width:50%;}
		.sub_list .list .list_Listform > ul li dl dd {width:50%;padding:8px;}
		.sub_list .list .list_Listform > ul li dl dd > em  {font-size:14px;line-height:22px;height:22px;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info {padding-top:26px;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info:before {top:12px;width:30px;}
		.sub_list .list .list_Listform > ul li dl dd > .add_info p {font-size:12px;line-height:18px;max-height:36px;}
	}
	@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:12px;}
			/* 디스플레이 유형 */
		.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_Galleryform ul li {width: calc(50% - 6px);margin:0 12px 4.8% 0;}
		.sub_list .list_Galleryform ul li:nth-child(4n) {margin-right:12px;}
		.sub_list .list_Galleryform ul li:nth-child(4n+1) {clear:inherit;float:left;}
		.sub_list .list_Galleryform ul li:nth-child(3n) {margin-right:12px;}
		.sub_list .list_Galleryform ul li:nth-child(3n+1) {clear:inherit;float:left;}
		.sub_list .list_Galleryform ul li:nth-child(2n) {margin-right:0;}
		.sub_list .list_Galleryform ul li:nth-child(2n+1) {clear:both;float:left;}
		.sub_list .list_Galleryform ul li .txt_info {padding-top:8px;}
		.sub_list .list_Galleryform ul li .txt_info h3 {font-size:13px;}
		.sub_list .list_Galleryform ul li .txt_info p {padding-top:6px;font-size:12px;}
			/* 리스트형 | layout/goods/list.html */
		.sub_list .list .list_Listform > ul li {width:100%;}
		.sub_list .list .list_Listform > ul li dl dt {width:45%;}
		.sub_list .list .list_Listform > ul li dl dd {width:55%;padding:12px;}
			/* 검색 페이지 - 검색창 */
		.sub_list .list_search {margin:0 0 4.8%;padding:2.4% 12px;}
		.sub_list .list_search > div > span {font-size:12px;}
		.sub_list .list_search .search_form select,
		.sub_list .list_search .search_form input,
		.sub_list .list_search .search_form a {font-size:12px;}
			/* 상세페이지 | goods/goods_view.html */
		.sub_view .info dl dt {width:47%;padding:12px;margin-right:3%;}
		.sub_view .info dl dd.goods_tit {padding:3.6% 12px;width:50%;font-size:20px;line-height:30px;}
		.sub_view .info_wrap {margin:5.6% 0 0;}
		.sub_view .info_wrap .info_li {margin:0 0 10.2%;}
		.sub_view .info_wrap .info_li dt.info_tit {font-size:20px;padding:0 0 1.2%;margin:0 0 1.6%;}
		.sub_view .info_wrap .info_li p {font-size:13px;line-height:22px;letter-spacing:0px;}
	}
	@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/gallery.html */
		.sub_list .list_Galleryform ul li {width: calc(50% - 6px);margin:0 12px 5.2% 0;}
		.sub_list .list_Galleryform ul li:nth-child(3n) {margin-right:12px;}
		.sub_list .list_Galleryform ul li:nth-child(3n+1) {clear:inherit;float:left;}
		.sub_list .list_Galleryform ul li:nth-child(2n) {margin-right:0;}
		.sub_list .list_Galleryform ul li:nth-child(2n+1) {clear:both;float:left;}
			/* 리스트형 | layout/goods/list.html */
		.sub_list .list .list_Listform > ul li {}
		.sub_list .list .list_Listform > ul li dl dt {width:50%;}
		.sub_list .list .list_Listform > ul li dl dd {width:50%;padding:8px;}
			/* 검색 페이지 - 검색창 */
		.sub_list .list_search {margin:0 0 5.2%;padding:2.4% 8px;}
		.sub_list .list_search > div {float:none;margin:0 auto;text-align:center;line-height:22px;}
		.sub_list .list_search > div > span,
		.sub_list .list_search .search_form {float:none;vertical-align:top;}
		.sub_list .list_search > div > span {margin-right:0px;margin-bottom:4px;line-height:18px;height:18px;}
		.sub_list .list_search .search_form {}
		.sub_list .list_search .search_form select,
		.sub_list .list_search .search_form input {margin-right:5px;}
			/* 상세페이지 | goods/goods_view.html */
		.sub_view .info dl dt {width:100%;padding:8px;margin-right:0;margin-bottom:4.8%;}
		.sub_view .info dl dd.goods_tit {padding:3.6% 8px;width:100%;font-size:20px;line-height:30px;}
		.sub_view .info dl dd.goods_tit p {margin-top:4px;font-size:13px;line-height:21px;}
		.sub_view .info_wrap {margin:10.2% 0 0;}
		.sub_view .info_wrap .info_li {margin:0 0 16.0%;}
	}


/*───────────────────────────────────────────────────────────
	 MEMBER
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		/*** 로그인 | 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;font-family:'Open Sans','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
		.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;font-family:'Open Sans','Nanum Gothic', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
		.sub_login .login_box ul {}
		.sub_login .login_box ul li {padding-bottom:2.4%;}
		.sub_login .login_box ul li input {padding:0 20px; width:100%; height:48px; border:1px solid #cccccc; font-size:14px; color:#888888; font-weight:500;}
		.sub_login .login_box ul li:last-of-type {padding-top:2.4%;}
		.sub_login .login_box ul li button[type="submit"] {font-weight:700;font-size:17px;letter-spacing:0.02em;height:50px;line-height:50px;font-family:'Open Sans','Nanum Gothic',dotum,sans-serif;}
		.sub_login .login_box ul.login_link {border-top:1px solid #cccccc; width:100%; margin-top:7%; text-align:center; height:20px; line-height:20px; padding-top:3.6%;}
		.sub_login .login_box ul.login_link li {display:inline-block; padding:0 25px 0 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-right:25px;}
		.sub_login .login_box ul.login_link li a {color:#999999; font-size:14px; font-weight:500;}
		.sub_login .login_box ul.login_link li.first {background:none;}

		/*** 회원가입동의 | member/join_agreement.html ***/
		.sub_agree {}
		.sub_agree .agree_box {text-align:left;}
		.sub_agree .line {margin-bottom:3.6%; padding-bottom:3.6%; border-bottom:2px solid #eeeeee;}
		.sub_agree .agree_box textarea {border:1px solid #dddddd; font-size:12px; color:#666666; width:100%; height:180px; font-weight:400; line-height:22px; padding:2% 12px;box-sizing:border-box;}
		.sub_agree .agree_box p {color:#333333;padding-top:1.6%;}

		/*** 회원가입 | 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; border:20px solid #eee; outline:1px solid #ddd;}
		.sub_ok .ok_box {width:100%;box-sizing:border-box; margin:0 auto; padding:6% 0;text-align:center;}
		.sub_ok .ok_box h3 {padding-bottom:1.4%; font-size:36px; font-weight:700; color:#333;word-break:keep-all;}
		.sub_ok .ok_box h4 {padding-bottom:2.8%; font-size:16px; color:#777; line-height:26px; font-weight:500;word-break:keep-all;}
		.sub_ok .ok_box h4 span {color:#222222; font-weight:500;}
		.sub_ok .ok_box .login_bt a {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;}

		/*** 비밀번호 변경 안내 | 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) {
		/*** 비밀번호 변경 안내 | member/periodic_change_pw.html ***/
		.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.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:1024px) {
		/*** 회원가입 완료, 아이지 찾기 완료, 비밀번호 찾기 완료 | member/join_ok.html ***/
		.sub_ok {border-width:16px;}
		.sub_ok .ok_box {padding:6% 12px;}
		.sub_ok .ok_box h3 {font-size:30px;line-height:34px;}
		.sub_ok .ok_box h4 {padding-bottom:4%;font-size:14px;line-height:22px;}
	}
	@media only screen and (max-width:860px) {
		/*** 회원가입 완료, 아이지 찾기 완료, 비밀번호 찾기 완료 | member/join_ok.html ***/
		.sub_ok .ok_box {padding:4% 12px;}
		.sub_ok .ok_box h3 {font-size:26px;}
		.sub_ok .ok_box h4 {padding-bottom:3%;}
	}
	@media only screen and (max-width:767px) {
		/*** 비밀번호 변경 안내 | member/periodic_change_pw.html ***/
		.sub_login.add .login_box table.bbs_write caption {font-size:13px;}

		/*** 회원가입 완료, 아이지 찾기 완료, 비밀번호 찾기 완료 | member/join_ok.html ***/
		.sub_ok {border-width:12px;}	
	}
	@media only screen and (max-width:640px) {
		/*** 회원가입 완료, 아이지 찾기 완료, 비밀번호 찾기 완료 | member/join_ok.html ***/
		.sub_ok {border-width:8px;}
		.sub_ok .ok_box {padding:6% 12px;}
		.sub_ok .ok_box h3 {font-size:22px;line-height:30px;}
		.sub_ok .ok_box h4 {padding-bottom:6%;font-size:13px;line-height:21px;}
	}
	@media only screen and (max-width:479px) {
		/*** 로그인 | member/login.html ***/
		.sub_login {}
		.sub_login .login_box {width:100%;}
		.sub_login .login_box ul li {padding-bottom:0;}
		.sub_login .login_box ul li input {padding:0 10px; width:100%; height:48px; border:1px solid #cccccc; border-top:0 none;}
		.sub_login .login_box ul li:nth-of-type(1) input {border-top:1px solid #cccccc;}
		.sub_login .login_box ul li:last-of-type {padding-top:3.2%;}
		.sub_login .login_box ul.login_link {border-top:0 none; width:100%; margin-top:0; text-align:center; height:auto; line-height:20px; padding-top:3.2%; font-size:0px;}
		.sub_login .login_box ul.login_link li {display:inline-block; width:32%;margin-right:2%;padding:0 0 0 0;}
		.sub_login .login_box ul.login_link li:last-of-type {margin:0 0 0 0;}
		.sub_login .login_box ul.login_link li + li:before {display:none;}
		.sub_login .login_box ul.login_link li a {display:block; background:#eeeeee; border:1px solid #dadada; width:100%; height:49px; font-size:15px; color:#666; font-weight:600; line-height:47px; text-align:center; box-sizing:border-box;}
		
		/*** 비밀번호 변경 안내 | member/periodic_change_pw.html ***/
		.sub_login.add .login_box table.bbs_write caption {font-size:12px;}

		
	}


/*───────────────────────────────────────────────────────────
	 SERVICE | service/agreement.html | service/usepolicy.html
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		.service_usepolicy .sub_agree h3 {font-size:22px;color:#333;margin:50px 0 20px;}
		.service_usepolicy .sub_agree h3:before {content:'-';display:inline-block;margin:0 5px 0 0;}
		.member_agree {font-size:13px; line-height:23px; padding:0x;text-align:left;}
		.member_agree .agree_box_con {font-size:inherit;line-height:inherit;}

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

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

	}
	@media only screen and (max-width:860px) {
		.service_usepolicy .sub_agree h3 {font-size:15px;margin:40px 0 15px;}

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

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

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

	}


/*───────────────────────────────────────────────────────────
	 POPUP
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		/* layer-popup */
		.layer-popup {font-size:12px;background:#fff;border:1px #000 solid;position:absolute;transform:none;}
		.layer-popup.layer_pc {}
		.layer-popup.layer_t {}
		.layer-popup.layer_m {left:50%;min-height:auto;transform:translate(-50%, 0)}
		.layer-popup h4 {font-size:12px;font-weight:700 !important;line-height:18px;padding:3px 12px;box-sizing:border-box;text-align:left;}
		.pop_content {margin:0;padding:0;}
		.pop_content img, .pop_content table, .pop_content div {max-width:100%;max-height:100%;}
		.layer-popup .pop_closed {text-align:right;padding:4px 12px;box-sizing:border-box;line-height:20px;font-size:12px;vertical-align:middle;}
		.layer-popup .pop_closed input[type="checkbox"] {}
		.layer-popup .pop_closed input[type="checkbox"] + label {font-size:12px;}
		.layer-popup .pop_closed a {vertical-align:top;display:inline-block;line-height:20px;margin-left:12px;position:relative;z-index:1;width:20px;height:20px;font-size:0;}
		.layer-popup .pop_closed a:before,
		.layer-popup .pop_closed a:after {display:inline-block;content:"";width:24px;height:1px;background:#000;position:absolute;left:0;top:50%;}
		.layer-popup .pop_closed a:before {transform:rotate(45deg) }
		.layer-popup .pop_closed a:after {transform:rotate(-45deg) }



