@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#user-wrap {position:relative;padding-left:260px;background-color:#fff}
#user-container[class*="width-"] {padding-top:50px;padding-bottom:50px}
#header-wrapper {position:fixed;z-index:9999;top:0;left:0;width:100%}
#header-wrapper ul, #header-wrapper ol {margin:0;padding:0;list-style:none}
#header-wrapper em ,#header-wrapper i {font-style:normal}
#header-wrapper button {cursor:pointer}
#header-wrapper .no-bullet {margin-bottom:0}
#header-wrapper .has-tip {border:0}
#header-wrapper.basic, #header-wrapper .mode-inner, #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper .mode-inner::after {content:'';display:table;clear:both}
@media screen and (max-width:56.25em) {
	#user-wrap {padding-left:0}
}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {position:fixed;z-index:999999;padding:1.25rem 0;width:100%;height:100px;font-size:0;background-color:#fff;border-bottom:1px solid #ccc}
@media screen and (max-width: 56.25em) {
	#nav-header {z-index:100;padding:0;height:56px}
}
@media screen and (max-width: 39.9375em) {
	#nav-header {box-shadow:1px 3px 6px rgba(0,0,0,.06)}
}

/* logo */
#nav-header .user-logo {float:left;margin-left:30px;width:230px;font-size:inherit}
#nav-header .user-logo > a > img {display:block;max-height:51px}
@media screen and (max-width: 56.25em) {
	#nav-header .user-logo {float:inherit;margin-left:10px;padding:12px 0;margin-left:0;width:auto}
	#nav-header .user-logo > a > img {margin:0 auto;max-height:32px}
}
@media screen and (max-width: 39.9375em) {
	/* 240104 */
	#nav-header {height:58px}
		#nav-header .user-logo {padding:8px 0}
	#nav-header .user-logo > a > img {max-height:38px}
	/* 240104 */
}

/* 검색 */
#nav-header .user-search {position:relative;float:left;margin:4px 0 0 10px;width:320px}
#nav-header .user-search input {border-radius:20px}
#nav-header .user-search input#search {height:42px;margin:0;padding:.875rem 2.5rem .875rem .875rem;font-size:.8125rem;border-color:#ccc;border-radius:0}
#nav-header .user-search input#search:focus {border-color:rgba(0,0,0,.35)}
#nav-header .user-search button[onclick] {position:absolute;z-index:5;right:0;top:0;width:56px;height:100%;font-size:1.125rem;color:#454545}
@media screen and (max-width:56.25em) {
	#nav-header .user-search {display:none}
}
@media screen and (max-width: 39.9375em) {
	#nav-header .user-search input#search {height:56px}
}

/* 최종편집 */
#nav-header .user-intro {float:right;margin-top:20px;margin-right:30px;font-size:12px;color:rgba(0,0,0,.5)}
@media screen and (max-width:56.25em) {
	#nav-header .user-intro {display:none}
}
/*********************************************
note : 사이드 메뉴바
*********************************************/
/* 기본 */
#side-nav {position:fixed;z-index:99999;overflow-x:hidden;overflow-y:auto;left:0;top:0;width:260px;height:100%;padding:100px 0 20px;background-color:#fff;border-right:1px solid #ccc}
@media screen and (max-width:56.25em) {
	#side-nav {width:80%;max-width:300px;max-height:100vh;-ms-transform:translateX(-100%);transform:translateX(-100%);transition:transform .3s, -ms-transform .3s}
	#header-wrapper.is-active #side-nav {padding:0 0 50px;-ms-transform:translateX(0);transform:translateX(0)}
}

#side-header {overflow:hidden;display:none}
@media screen and (max-width: 39.9375em) {
	#side-nav {width:80%;max-width:320px;}
	#side-header {display:block}
}

/* overlap */
#header-wrapper .overlap {display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}
#header-wrapper.is-active .overlap {display:block}
#header-wrapper .nav-close {position:fixed;z-index:1001;right:0;top:0;width:80px;height:80px;font-size:2.125rem;color:#fff;cursor:pointer;transition:transform .35s, -ms-transform .35s}
#header-wrapper .nav-close:hover {-ms-transform:rotate(-90deg);transform:rotate(-90deg)}

/* logo */
#side-header .nav-logo {display:block;padding:1.125rem 1.5rem;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.1);text-align:center}
#side-header .nav-logo img {height:40px}
@media screen and (max-width: 39.9375em) {
	/* 240104 */
	#side-header .nav-logo {padding:1.125rem .65rem}
	#side-header .nav-logo img {height:50px}
	/* 240104 */
}

/* search */
#side-header .nav-search {display:block;padding:.9375rem 0;border-bottom:1px solid #eee}
#side-header .nav-search input#search,
#side-header .nav-search button[onclick] {float:left;min-height:1px}
#side-header .nav-search input#search {width:calc(100% - 75px);height:45px;margin-bottom:0;padding-left:1rem;padding-right:0;font-size:.9375rem;color:#222;background:none;border:none;border-radius:0}
#side-header .nav-search button[onclick] {width:75px;height:45px;font-size:1.875rem;color:#222;text-align:center}

/*********************************************
note : 메뉴 영역
*********************************************/
#user-menu.custom-menu, #user-menu .secline {display:block}
#user-menu.custom-menu .menu {display:none}
#user-menu.custom-menu .sec-name.on .menu {display:block}
#user-menu.custom-menu .menu.on {display:block}
@media screen and (max-width: 39.9375em) {
	#user-menu {margin-top:1rem !important}
}

/* 메뉴바 - 1차섹션 */
#user-menu, #user-menu .secline {position:relative}
#user-menu {margin-top:3rem !important;margin-bottom:1.375rem !important;padding:0 30px !important;font-size:0}
#user-menu .secline > .sec-link {display:flex;display:-ms-flexbox}
#user-menu .secline > .sec-link, #user-menu .secline.login {height:40px;padding:0 40px 0 0;font-size:17px;font-weight:500;
line-height:40px;letter-spacing:-.4px;color:#40474d;text-decoration:none;vertical-align:middle;text-align:left}
#user-menu .secline .dropdown-btn {position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:flex-end;width:40px;height:40px;padding:0;line-height:1}
#user-menu .secline .dropdown-btn .icon {margin:0}
#user-menu .secline .dropdown-btn .icon::before {content:'\e942';display:inline-block;font-family:fontello;font-size:17px;color:#999}
#user-menu .secline .dropdown-btn.on-btn .icon::before {content:'\e945'}
#user-menu .secline > .menu {margin-bottom:1rem;background-color:#f9f9f9}
#user-menu .secline > .menu li a {display:block;font-size:13px;font-weight:500;line-height:1;color:rgba(0,0,0,.6);text-decoration:none}
#user-menu .secline > .menu li a:hover, #user-menu .secline > .menu li a.a-sub-hover {color:#666;background-color:#f4f4f4}
#user-menu .secline > .menu li a.a-sub-hover {font-weight:bolder}
#user-menu .secline.login > a {display:block;padding:0 !important}
@media screen and (max-width: 39.9375em) {
	#user-menu {margin-top:1rem !important}
}

/* banner */
#header-wrapper .roll-banner {margin-top:30px;padding:0 16px}
#header-wrapper .roll-banner .columns {padding:0}

/*********************************************
note : 모바일 footer nav
*********************************************/
#header-wrapper.is-active #m-footer {z-index:99999}
#m-footer {display:none;position:fixed;z-index:9999;bottom:0;left:0;right:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;height:52px;background-color:#fff;border-top:1px solid rgba(0,0,0,.12)}
#m-footer .footer-btns {-ms-flex:0 0 56px;flex:0 0 56px;width:56px;height:56px;font-size:22px;line-height:56px;color:#222;text-align:center}
@media screen and (max-width: 56.25em) {
	#m-footer {display:-webkit-box;display:-ms-flexbox;display:flex}
}

/* sch-btns */
#header-wrapper .sch-btns {position:relative;top:0;right:0;width:56px;height:56px}
#header-wrapper .basic-search {display:none;z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff}
#header-wrapper .basic-search .sch-close {float:left;width:56px;height:56px;font-size:1.25rem;color:rgba(0,0,0,.6)}
#header-wrapper .basic-search input#sc_word {float:left;width:calc(100% - 112px);height:40px;margin-top:.5rem;margin-bottom:0;font-size:1rem;color:rgba(0,0,0,.95);border:0;border-radius:0;outline-width:0}
#header-wrapper .basic-search button[onclick] {width:56px;height:56px;font-size:1.5rem;color:rgba(0,0,0,.95)}

/*********************************************
note : 전체메뉴
*********************************************/
#all-section {overflow:hidden}
#all-section .overlap {display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}
#header-wrapper.is-active #all-section .overlap {display:block}
#all-section .nav-close {position:fixed;z-index:1001;right:0;top:0;width:80px;height:80px;font-size:2.125rem;color:#fff;cursor:pointer;transition:transform .35s, -ms-transform .35s}
#all-section .nav-close:hover {-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
#all-section .nav-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-x:hidden;overflow-y:auto;position:fixed;z-index:1004;left:0;top:0;width:80%;max-width:300px;height:100%;max-height:100vh;background-color:#fff;-ms-transform:translateX(-580px);transform:translateX(-580px);transition:transform .3s, -ms-transform .3s}
#header-wrapper.is-active #all-section .nav-menu {-ms-transform:translateX(0);transform:translateX(0)}
#all-section .grid {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}

/* logo */
#all-section .nav-logo {display:block;padding:2.125rem 2.125rem;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.1);text-align:center}
#all-section .nav-logo img {height:40px}

/* search */
#all-section .nav-search {display:block;padding:.9375rem 0}
#all-section .nav-search input#search,
#all-section .nav-search button[onclick] {float:left;min-height:1px}
#all-section .nav-search input#search {width:calc(100% - 75px);height:45px;margin-bottom:0;padding-left:1rem;padding-right:0;font-size:.9375rem;color:#44351a;background:none;border:none;border-radius:0}
#all-section .nav-search button[onclick] {width:75px;height:45px;font-size:1.875rem;color:#44351a;text-align:center}

/* menu */
#all-section .depth-1 {background-color:#fff}
#all-section .depth-1 > li {border-top:1px solid rgba(0,0,0,.08)}
#all-section .depth-1 > li > a {position:relative;display:block;width:100%;padding:0 40px;font-size:1rem;color:#222;line-height:54px}
#all-section .depth-1 > li > a:hover {text-decoration:none}
#all-section .depth-1 > li[aria-expanded="true"] > a {background-color:#e6e6e6}
#all-section .depth-1 > li.is-accordion-submenu-parent > a::after {content:"\e941";right:40px;width:initial;height:initial;margin-top:0;
font:14px/1 fontello;font-size:1rem;color:#555;border:none;transform:rotate(0) translateY(-50%)}
#all-section .depth-1 > li.is-accordion-submenu-parent[aria-expanded="true"] > a::after {transform:rotate(180deg) translateY(50%)}

#all-section .depth-2 {background-color:#82704f}
#all-section .depth-2 > li:not(:first-child) {border-top:1px solid rgba(255,255,255,.3)}
#all-section .depth-2 > li > a {display:block;width:100%;padding:0 40px;font-size:1rem;color:#fff;line-height:54px}
#all-section .depth-2 > li > a:hover {text-decoration:none}

#all-section .depth-3 {padding:1.25rem 0;background-color:#fff}
#all-section .depth-3 > li > a {position:relative;padding:0 40px;font-size:.875rem;color:#4e5366;line-height:34px;text-decoration:none}
#all-section .depth-3 > li > a::before {content:'';display:inline-block;vertical-align:middle;width:5px;height:5px;margin-right:8px;background-color:#4e5366;border-radius:50%}
