@charset "utf-8";
@font-face {
	font-family:'icomoon';
	src:url('../font/icomoon/icomoon.eot');
	src:url('../font/icomoon/icomoon.eot') format('embedded-opentype'),
		url('../font/icomoon/icomoon.ttf') format('truetype'),
		url('../font/icomoon/icomoon.woff') format('woff'),
		url('../font/icomoon/icomoon.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'voice_icomoon';
	src:url('../font/voice_guide/icomoon.eot');
	src:url('../font/voice_guide/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../font/voice_guide/icomoon.woff') format('woff'),
		url('../font/voice_guide/icomoon.ttf') format('truetype'),
		url('../font/voice_guide/icomoon.svg#icomoon') format('svg');
	font-weight:normal;
	font-style:normal;
}
@keyframes voice_animation {
	from {color:#168fff}
	50% {color:#16b5ff}
	to {color:#168fff}
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

@font-face {
    font-family: 'SCoreDream';
    font-weight: 100; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 200; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 300; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 600; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 800; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 900; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'YESMyoungjo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESMyoungjo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face { font-family: 'BookkMyungjo-Lt'; src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Lt.woff2') format('woff2'); font-weight: 400;  font-style: normal;}

@font-face { font-family: 'BookkMyungjo-Bd'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');  font-weight: 700; font-style: normal;}


body{font-size:1.8rem; overflow-x:hidden}

body, h1, h2, h3, h4, h5, h6, p, div, li, dt, dd, input, textarea, button { letter-spacing:-0.03em !important; word-break: keep-all;}



@media (prefers-color-scheme: dark) {
           /*  dark mode css */
   #header .logo h1 span img {
        filter: opacity(0.5) drop0-shadow(0 0 0 white) !important;
    }
}

/* Layout */
p { word-break:keep-all }

#viewport {min-height:100%;background:#ffffff}
#viewport > #main_view,
#viewport > #sub_view {max-width:100%;width:100%}

#header {position:relative;z-index:200;background:#fff;box-shadow:0 1px 2px rgba(0, 0, 0, .3)}
#header .logo h1 {width:100%;margin:0;padding:0 60px;font-size:0;box-sizing:border-box}
#header .logo h1 span {display:table;width:100%;table-layout:fixed}
#header .logo h1 span a {display:table-cell;height:50px;vertical-align:middle;text-align:center}
#header .logo h1 img {width:auto;max-height:30px; display:inline-block;}
#header .logo button {position:absolute;top:0;bottom:0;width:50px;height:50px;margin:auto;border:none;background:none;font-size:0}
#header .logo button:before {font-family:'icomoon';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:#ac977a;}
#header .logo #toggle_left {left:0}
#header .logo #toggle_left:before {content:'\e902';width:40px;height:40px;font-size:30px;line-height:40px}
#header .logo #toggle_right {right:0}
#header .logo #toggle_right:before {content:'\e905';width:28px;height:28px;font-size:22px;line-height:28px}

#container {background-color:#ffffff}
#container .contents_wrap {min-height:350px}
#container .contents:after {content:'';display:block;overflow:hidden;clear:both}
#sub_view #container .contents_wrap {padding:0 0 0px}
#sub_view #container .contents_wrap .contents {padding-top:0px}

#footer {overflow:hidden;position:relative;border-top:1px solid #252525;background:#313131;}
#footer #btn_site_top {position:fixed;bottom:85px;right:10px;z-index:0;width:40px;height:40px;border:none;border-radius:50%;background:#ac977a;font-size:0;opacity:0;transition:all .2s ease-in-out}
#footer #btn_site_top:before {content:'\e917';font-family:'icomoon';font-size:16px;font-weight:bold;color:#fff}
#footer #btn_site_top.on {opacity:.6;z-index:1000}
#footer .fnb {border-bottom:1px solid #252525}
#footer .fnb ul {display:table;table-layout:fixed;width:100%;margin:0;padding:0;list-style:none;font-size:0}
#footer .fnb ul li {display:table-cell;border-left:1px solid #252525; width:50%;}
#footer .fnb ul li a {display:block;height:40px;line-height:40px;padding:0 15px;font-size:13px;font-weight:bold;color:#999999;text-align:center;white-space:nowrap;letter-spacing:-.03em}
#footer .fnb ul li a:hover {color:#ac977a;transition:all .2s ease-out}
#footer .fnb ul li:first-child {border-left-width:0}
#footer .finfo {box-sizing:border-box;padding:10px 20px 82px;font-size:0;text-align:center}
#footer .finfo .f_logo {display:none}
#footer .finfo p {display:inline-block;position:relative;line-height:16px;margin:0;padding:2px 15px 2px 0;font-size:12px;color:#999999;letter-spacing:-.03em}
#footer .finfo p:before {content:'';position:absolute;top:0;bottom:0;left:0;width:2px;height:2px;margin:auto;opacity:.5}
#footer .finfo p.mobile_hide {display:none}
#footer .finfo p a {color:#999999}
#footer .finfo .copyright {line-height:16px;padding:10px 0 0;font-size:12px;color:#999999;letter-spacing:-.03em}
#footer .finfo button {border:1px solid #aaa;border-radius:4px;box-shadow:inset 0 1px 0 white;background:#f6f6f6;font-size:12px;color:#555;text-align:center}

/* sub page */
.shgroup {position:relative}
.shgroup > a {display:block;position:relative;width:100%;height:40px;line-height:40px;margin:0;padding:0 40px;border:none;box-sizing:border-box;background:#ac977a;font-size:16px;color:#fff;text-align:center}
.shgroup > a span {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}
.shgroup > a i {display:block;position:absolute;top:0;width:40px;height:40px;font-size:0}
.shgroup > a i:before {content:'';position:absolute;top:50%;left:50%;border:8px solid transparent;opacity:.5}
.shgroup > a i:after {content:'';position:absolute;top:50%;left:50%;border:8px solid transparent}
.shgroup > a i {left:0}
.shgroup > a i:before {margin:-8px 0 0 -12px;border-right-color:#fff}
.shgroup > a i:after {margin:-8px 0 0 -10px;border-right-color:#ac977a}
#sub_view #container .contents_wrap.mypage .snb_wrap {width:100%}
#sub_view #container .contents_wrap.mypage .snb {position:relative}
#sub_view #container .contents_wrap.mypage .snb > div {overflow-x:scroll}
#sub_view #container .contents_wrap.mypage .snb ul {display:inline-block;min-width:100%;margin:0;padding:0 40px;border-bottom:3px solid #ac977a;box-sizing:border-box;list-style:none;font-size:0;text-align:center;white-space:nowrap}
#sub_view #container .contents_wrap.mypage .snb ul li {display:inline-block}
#sub_view #container .contents_wrap.mypage .snb ul li a {height:40px;line-height:40px;padding:0 10px;font-size:13px}
#sub_view #container .contents_wrap.mypage .snb ul li.on a {color:#ac977a}
#sub_view #container .contents_wrap.mypage .snb i {position:absolute;left:0;top:0;width:40px;height:40px;background:#ffffff}
#sub_view #container .contents_wrap.mypage .snb i.prev:before {content:'';position:absolute;top:0;left:8px;bottom:0;width:0;height:0;margin:auto;border:8px solid transparent;border-right-color:#ac977a}
#sub_view #container .contents_wrap.mypage .snb i.prev:after {content:'';position:absolute;top:0;left:9px;bottom:0;width:0;height:0;margin:auto;border:8px solid transparent;border-right-color:#ffffff}
#sub_view #container .contents_wrap.mypage .snb i.next {right:0;left:inherit}
#sub_view #container .contents_wrap.mypage .snb i.next:before {content:'';position:absolute;top:0;right:8px;bottom:0;width:0;height:0;margin:auto;border:8px solid transparent;border-left-color:#ac977a}
#sub_view #container .contents_wrap.mypage .snb i.next:after {content:'';position:absolute;top:0;right:9px;bottom:0;width:0;height:0;margin:auto;border:8px solid transparent;border-left-color:#ffffff}

/* Mobile viewport - PC content display none */
.gnb_p, .lnb_p, .lnb_p_bg, #header .header_form, .shgroup > .shgroup_pc, .contents .sub_top_title {display:none}

/*  모바일 하단 퀵바  */
.footer-btn { display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; bottom: 0; box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15); z-index: 999;  width:100%;}
.footer-btn .m-quick {  background: #ac977a; color: #fff; display: flex; align-items: center; justify-content: center;  gap: 5px; border-right: solid 1px rgba(255, 255, 255, .25); padding: 10px 0; font-size: .8rem; flex-direction: column;}
.footer-btn .m-quick:last-child { border: 0; }

.footer-btn .m-quick img { width: 20%; }
.footer-btn .m-quick:nth-child(2) img { width: 26%;}
.footer-btn .m-quick:nth-child(3) img { width: 25%;}
.footer-btn .m-quick:nth-child(4) img { width: 26%;}
.footer-btn .m-quick:nth-child(5) img { width: 24%;}


/* 메인 레이어팝업 */
body.any_popup_none_scroll {overflow:hidden; height:100%}
.any_popup_group_wrap {display:none; overflow:hidden; position:fixed; left:0; top:0; z-index:900000; opacity:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3)}
.any_popup_group_flex_wrap {display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column; height:100%}
.any_popup_group_flex {display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center; position:relative; height:calc(100% - 20px - 60px); margin:20px 20px 60px; box-sizing:border-box}
.any_popup_group_slide_wrap {position:absolute; -webkit-box-flex:0; -webkit-flex:none; -ms-flex:none; flex:none; width:100%; max-width:450px}
.any_popup_group_slide_wrap {background-color:#000000}
.any_popup_group_slide_cont {overflow:hidden; width:100%}
.any_popup_group_item_list {margin:0; padding:0; list-style:none; font-size:0; white-space:nowrap; transition:transform ease 0.5s}
.any_popup_group_item_list > li {display:inline-block; position:relative; width:calc(100vw - 20px - 20px); vertical-align:middle; max-width:450px; max-height:100%}
.any_popup_group_item_list {display:table}
.any_popup_group_item_list > li {display:table-cell}
.any_popup_group_item_list > li .any_popup_group_item_cont {overflow-y:auto; max-height:100%; font-size:14px;}
.any_popup_group_item_list > li .any_popup_group_item_cont img.any_popup_group_item_img {vertical-align:top; -webkit-user-drag:none; -khtml-user-drag:none; -moz-user-drag:none; -o-user-drag:none; user-drag:none; width:100%}
.any_popup_group_item_list > li .any_popup_group_item_cont[data-type="img"] a {display:block}
.any_group_popup_bottom_close_wrap {display:table; position:absolute; top:100%; left:0; width:100%; background-color:#000000; table-layout:fixed}
.any_group_popup_bottom_close_wrap > div {display:table-cell; vertical-align:middle}
.any_group_popup_bottom_close_wrap button {display:block; overflow:hidden; width:100%; line-height:15px; height:40px; padding:5px 11px; border:none; box-sizing:border-box; background:none; color:#ffffff; font-size:13px; text-align:left; cursor:pointer; letter-spacing:-0.03em}
.any_group_popup_bottom_close_wrap .any_popup_group_bottom_close_btn {position:relative; width:80px}
.any_group_popup_bottom_close_wrap .any_popup_group_bottom_close_btn:before {content:''; display:block; position:absolute; left:-1px; top:0; width:1px; height:100%; background-color:#ffffff; opacity:0.7}
.any_group_popup_bottom_close_wrap .any_popup_group_bottom_close_btn button {text-align:center}

/* floating_nav */
.floating_nav {position:fixed; top:300px; right:5px; z-index:1000;}
.floating_nav img {max-width:100%;}

/* PC CSS */
@media all and (min-width:1400px) {
	/* 음성안내 */
	#voice_guide_wrap {display:inline-block;margin-right:15px;vertical-align:top}
	#voice_guide_wrap a {display:none;width:16px;height:27px;line-height:27px;font-size:0;text-align:center}
	#voice_guide_wrap a > span {position:absolute;top:-9999px;left:-9999px;text-indent:-9999px}
	#voice_guide_wrap a:before {font-family:'voice_icomoon';font-size:16px}
	#voice_guide_wrap.off a.state_voice_on {display:inline-block}
	#voice_guide_wrap.on a.state_voice_off {display:inline-block}
	#voice_guide_wrap a.state_voice_on:before {
		content:'\e903';color:#168fff;
		transition:all 0.1s ease;
		animation-name:voice_animation;
		animation-duration:1s;
		animation-iteration-count:infinite;
		animation-timing-function:step-end;
	}
	#voice_guide_wrap a.state_voice_off:before {content:'\e902';color:#87909c}

	/* PC viewport - Mobile content display none */
	#header .logo button, .shgroup > a {display:none}

	/* PC display:block */
	.gnb_p, .lnb_p, .lnb_p_bg, .shgroup > .shgroup_pc, .contents .sub_top_title {display:block}
	#header .header_form {display:inline-block;vertical-align:top}

	/* PC 화면 넓이값을 가진 센터유지 */
	#header > .inner, #lnb_p, .gnb_p > .inner, .sub_location > ul, .shgroup .sub_top_text_wrap, .contents .sub_top_title,
	#footer .fnb .fnb_inner, #footer .finfo {margin:0 auto;max-width:1440px}
	.row > .white-space {max-width:1440px !important}

	/* mypage 서브 네비게이션 넓이값 */
	#container .contents_wrap {min-height:500px}
	#sub_view #container .contents_wrap .contents {padding-top:0}

	#header {position:fixed;top:0;right:0;left:0;z-index:9998;padding:10px 0 5px;border-bottom:none;background:#fff;box-shadow:none;transition:all .2s ease-out}
	#header > .inner {box-sizing:border-box;position:relative;z-index:9998}
	#header > .inner:after {content:'';display:block;clear:both}
	#header.on {background:#fff;}

	.gnb_p {position:relative;z-index:9998;margin-bottom:5px;font-size:0;text-align:right}
	.gnb_p .new_date {display:inline-block;padding:0 20px 0 10px;font-size:13px;font-weight:bold}
	.gnb_p .gnb_list {display:inline-block;margin:0;padding:0;list-style:none}
	.gnb_p .gnb_list li {display:inline-block;position:relative;margin-left:20px}
	.gnb_p .gnb_list li:first-child {margin-left:0}
	.gnb_p .gnb_list li a {display:inline-block;height:27px;line-height:27px;font-size:13px;font-weight:bold;color:#000;letter-spacing:-.03em;transition:all .2s ease-out}
	.gnb_p .gnb_list li a:hover {color:#ac977a}

	.header_form {margin-left:30px}
	.search_p {width:150px;margin:auto 0}
	.search_p fieldset {position:relative;margin:0;padding:0;padding-right:35px;border:1px solid #ffffff;background:transparent;transition:all .2s ease-out}
	.search_p fieldset:hover {border-color:#ac977a}
	.search_p legend {display:none}
	.search_p .search_form span {display:block}
	.search_p .search_form span input[type=text] {box-sizing:border-box;width:100%;height:25px;margin:0;padding:0 8px;border:none;background:transparent;font-size:12px;color:#ffffff;line-height:25px;transition:all .2s ease-out}
	.search_p .search_form span input::placeholder {color:#ffffff;opacity:1}
	.search_p .search_form span input:-ms-input-placeholder {color:#ffffff}
	.search_p .search_form span input::-ms-input-placeholder {color:#ffffff}
	.search_p .search_form button {display:block;position:absolute;border:none;padding:0;top:0;right:0;bottom:0;margin:auto;width:30px;height:25px;background:transparent;font-size:0}
	.search_p .search_form button:before {content:'\e901';font-family:'icomoon';font-size:18px;color:#ffffff}

	#header .logo {float:left;width:250px}
	#header .logo h1 {width:auto;padding:0}
	#header .logo h1 span {width:100%}
	#header .logo h1 span a {height:50px;text-align:left}
	#header .logo h1 img {max-height:50px}

	#footer #btn_site_top {position:absolute;top:0;right:0;bottom:auto;width:60px;height:42px;border-left:1px solid #252525;border-right:1px solid #252525;border-radius:0;background:#313131;font-size:12px;font-weight:bold;color:#999999;line-height:1.1em;opacity:1}
	#footer #btn_site_top:before {display:block;color:#999999;transition:all .2s ease-out}
	#footer #btn_site_top:hover,
	#footer #btn_site_top:hover:before {color:#ac977a}
	#footer #btn_site_top.on {opacity:1}
	#footer .fnb .fnb_inner {position:relative}
	#footer .fnb ul {display:block;width:auto}
	#footer .fnb ul li {display:inline-block; width:auto;}
	#footer .fnb ul li:first-child {border-left-width:1px}
	#footer .fnb ul li:last-child {border-right:1px solid #252525}
	#footer .fnb ul li a {box-sizing:border-box;display:inline-block;min-width:150px;height:42px;line-height:42px;padding:0 20px;font-size:13px;transition:all .2s ease-in-out}
	#footer .finfo {position:relative;padding:40px 0 40px 330px;text-align:left}
	#footer .finfo .f_logo {display:block;position:absolute;top:45px;left:0}
	#footer .finfo .f_logo img {max-width:250px}
	#footer .finfo p {font-size:13px}
	#footer .finfo .copyright {font-size:13px}


        footer{width:1920px !important;}
	.lnb_p {display:block;float:right;margin:0 auto}
	.lnb_p ul {margin:0;padding:0;list-style:none}
	.lnb_p a {display:block}
	.lnb_p .dep1:after {clear:both;content:'';display:block}
	.lnb_p .dep1 > li {box-sizing:border-box;float:left;position:relative;z-index:1000;}
	.lnb_p .dep1 > li > a { padding: 0 40px; overflow:hidden;position:relative;height:50px;line-height:50px;font-size:16px;font-weight:bold;color:#000;text-align:center;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.03em;transition:all .2s ease-out}
	.lnb_p .dep1 > li.on > a,
	.lnb_p .dep1 > li:hover > a {color:#ac977a}
	.lnb_p .dep1 > li > div {box-sizing:border-box;display:block;visibility:hidden;position:absolute;left:0;right:0;min-width:100%;padding-top:10px;opacity:0;transition:all .2s ease-out}
	.lnb_p .dep1 > li > div:before {content:'';position:absolute;top:0;left:0;right:0;width:0;height:1px;margin:0 auto;background:#000;transition:all .2s ease-out .1s;opacity:.6}
	.lnb_p:hover .dep1 > li > div {visibility:visible;opacity:1}
	.lnb_p:hover .dep1 > li > div:before {width:90%}
	.lnb_p .dep2 {box-sizing:border-box;display:block;padding:0 0 10px;font-size:0;white-space:normal}
	.lnb_p .dep2 > li {white-space:normal}
	.lnb_p .dep2 > li > a {padding:8px 0px;font-size:14px;color:#000;text-align:center;line-height:1.3em;letter-spacing:-.03em;transition:all .2s ease-out .1s}
	.lnb_p .dep2 > li.on > a,
	.lnb_p .dep2 > li:hover > a {color:#ac977a}

	#header .lnb_p_bg {overflow:hidden;position:fixed;top:0;right:0;left:0;z-index:9000;width:100%;max-height:0;background:#fff;transition:all .2s ease-out;opacity:1;}
	#header.on .lnb_p_bg {opacity:1}
ul.dep1 > li:nth-child(2) > div >ul.dep2 > li:nth-child(1) a{color:#000;}
ul.dep1 > li:nth-child(2) > div >ul.dep2 > li:nth-child(1) a:hover{color:#ac977a; }
	/* sub page */
	.shgroup > .shgroup_pc {box-sizing:border-box;height:350px;padding-top:102px;background-position:center 0;background-repeat:no-repeat;background-size:cover}
	.shgroup .sub_top_text_wrap {display:table;width:100%;table-layout:fixed}
	.shgroup .sub_top_text_wrap .top_text_inner {box-sizing:border-box;display:table-cell;height:198px;padding-bottom:30px;text-align:center;vertical-align:middle}
	.shgroup .sub_top_text_wrap .sub_top_text {margin:10px 0 0;padding:0;font-size:22px;font-weight:bold;color:#ffffff;line-height:1.4em}
	.shgroup .sub_location {border-bottom:1px solid #252525;background:#313131}
	.shgroup .sub_location > ul {box-sizing:border-box;padding:0}
	.shgroup .sub_location > ul:after {content:'';display:block;clear:both}
	.shgroup .sub_location > ul > li {box-sizing:border-box;float:left;position:relative;z-index:100;min-width:150px;margin:0;padding:0;list-style-type:none;border-right:1px solid #252525}
	.shgroup .sub_location > ul > li > p {position:relative;margin:0;padding:0 20px;font-size:14px;font-weight:bold;color:#bbbbbb;text-align:center;line-height:49px;letter-spacing:-.03em}
	.shgroup .sub_location > ul > li.loca_home {min-width:60px;border-left:1px solid #252525}
	.shgroup .sub_location > ul > li.loca_home > p {padding:0}
	.shgroup .sub_location > ul > li.loca_home > p > a {display:block;position:relative;font-size:0}
	.shgroup .sub_location > ul > li.loca_home > p > a:before {content:'\e900';font-family:'icomoon';font-size:20px;font-weight:normal;color:#bbbbbb;vertical-align:top}
	.shgroup .sub_location > ul > li.loca_current > p {color:#ac977a}
	.shgroup .sub_location > ul > li.snb_on > p {box-sizing:border-box;padding-right:42px;text-align:left;cursor:pointer}
	.shgroup .sub_location > ul > li.snb_on > p:before {content:'';position:absolute;top:50%;right:20px;margin-top:-3px;border-width:6px;border-style:solid;border-color:#bbbbbb transparent transparent transparent;vertical-align:top}
	.shgroup .sub_location > ul > li.snb_on.on > p:before {margin-top:-10px;border-color:transparent transparent #bbbbbb transparent}
	.shgroup .sub_location > ul > li.snb_on > ul {box-sizing:border-box;display:none;position:absolute;left:-1px;right:-1px;min-width:100%;margin:0;padding:0;border:1px solid #252525;background:#313131;}
	.shgroup .sub_location > ul > li.snb_on > ul > li {margin:0;padding:0;list-style-type:none;border-top:1px solid #252525}
	.shgroup .sub_location > ul > li.snb_on > ul > li:first-child {border-top:none}
	.shgroup .sub_location > ul > li.snb_on > ul > li > a {display:block;padding:10px 20px;font-size:13px;color:#bbbbbb;background:#313131;letter-spacing:-.03em;transition:all .2s ease-out}
	.shgroup .sub_location > ul > li.snb_on > ul > li > a:hover,
	.shgroup .sub_location > ul > li.snb_on > ul > li.on > a {color:#ac977a}
	.shgroup .sub_location > ul > li.loca_current.snb_on > p:before {border-color:#ac977a transparent transparent transparent}
	.shgroup .sub_location > ul > li.loca_current.snb_on.on > p:before {border-color:transparent transparent #ac977a transparent}
	.contents .sub_top_title {margin:0 auto 35px;padding:0;font-size:32px;color:#404040;line-height:1.3em;letter-spacing:-.03em}
	#sub_view #container .contents_wrap {padding:120px 0 0px}
	#sub_view #container .contents_wrap:after {clear:both;content:'';display:block}
	#sub_view #container .contents_wrap.mypage .snb_wrap {display:none}
	#sub_view #container .contents_wrap.mypage .contents {overflow:hidden}

/*  모바일 하단 퀵바  */
.footer-btn {display:none;}
}

/* MOBILE - 뷰포트 CSS */
@media all and (max-width:1400px) {
	#viewport {position:relative;width:100%;overflow-x:hidden}
	#viewport #header {position:fixed;left:0;top:0;width:100%;transition:all 300ms ease}
	#viewport #container {position:relative;z-index:100;padding-top:50px}
	#viewport #main_view,
	#viewport #sub_view {position:relative;left:0;top:0;transition:all 300ms ease}
	#viewport.app_view #container {padding-top:0}
	.viewport_side > h1 {margin:0;}
	.viewport_side > h1 a {display:block;position:relative;height:50px;line-height:50px;margin:0;padding:0 30px;background:#ac977a;font-size:14px;color:#fff;text-align:center}

	.side_menu ul {margin:0;padding:0;list-style:none}
	.side_menu [role=toggle] > a:before {content:'';position:absolute;top:50%;right:12px;width:0;height:0;margin-top:-2px;border:6px solid transparent;border-top-color:#666}
	.side_menu [role=toggle].active > a:before {margin-top:-8px;border-top-color:transparent;border-bottom-color:#666}
	.side_menu .dep1 > li > a {display:block;position:relative;height:40px;line-height:40px;padding:0 35px 0 12px;border-bottom:1px solid #e6e6e6;background:#fafafa;font-size:13px;font-weight:bold;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	.side_menu .dep2 {display:none}
	.side_menu .dep2 > li > a {display:block;position:relative;height:40px;line-height:40px;padding:0 12px 0 24px;border-bottom:1px solid #e6e6e6;background:#fff;font-size:13px;font-weight:bold;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	.side_menu .active .dep2 {display:block}

	.side_search {border-bottom:1px solid #e6e6e6;background:#fafafa}
	.side_search fieldset {position:relative;margin:0;padding:8px;border:none}
	.side_search legend {display:none}
	.side_search span {display:block;padding:4px 8px;border:1px solid #ccc;background:#fff}
	.side_search span input {width:100%;margin:0;padding:4px 0;border:none;background:transparent;color:#666}
	.side_search button {position:absolute;border:none;padding:0;top:10px;right:10px;bottom:10px;margin:auto;padding:5px;background:transparent;font-size:0}
	.side_search button:before {content:'\e901';font-family:'icomoon';font-size:24px;color:#666}

	#viewport .viewport_side {visibility:hidden;overflow-y:auto;position:absolute;top:0;width:270px;height:100%;background:#ffffff;z-index:9999;transition:all 300ms ease}
	#viewport #left_side {left:-270px}
	#viewport #right_side {right:-270px}
	#viewport.left-open,
	#viewport.right-open {overflow:hidden;width:100%;height:100%}
	#viewport.left-open #header,
	#viewport.left-open #main_view,
	#viewport.left-open #sub_view {left:270px}
	#viewport.right-open #header,
	#viewport.right-open #main_view,
	#viewport.right-open #sub_view {left:-270px}
	#viewport.left-open #left_side {visibility:visible;left:0}
	#viewport.right-open #right_side {visibility:visible;right:0}
	#viewport #close_side {display:none;position:absolute;top:0;left:0;bottom:0;left:0;z-index:9998;width:100%;height:100%;box-sizing:border-box;border:none;background:none;text-align:left;text-indent:-9999px;background:rgba(0,0,0,0.6)}
	#viewport.left-open #close_side,
	#viewport.right-open #close_side {display:block}
}
#header .gnb_p .inner .logo img{display:inline-block;}
/* PC - 뷰포트 CSS */
@media all and (min-width:1400px) {
	#viewport #left_side {display:none}
	#viewport #right_side {display:none}
	#viewport #close_side {display:none}
}


