@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:1.875rem;background-color:#fff;letter-spacing:-0.5px;box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}
#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 .mode-inner, #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper .d-flex {display:flex;flex-wrap:wrap;}

/*********************************************
note : gnb
*********************************************/
#user-gnb {padding:.875rem 0;font-size:.8125rem;font-weight:400;color:#666;border-bottom:1px solid rgba(0,0,0,.12)}
#user-gnb > .mode-inner {align-items:center}
#user-gnb .user-logo-group {margin-left:auto;align-items:center}

/* 번역 */
#user-gnb .user-trans {align-items:center;margin-right:1.25rem}
#user-gnb .user-trans > li:not(:first-child) {margin-left:.313rem}

/* 로그인 */
#user-gnb .user-logbox {margin-left:auto;margin-right:1.5rem;font-size:0}
#user-gnb .user-logbox > li {display:inline-block;font-size:.8125rem}
#user-gnb .user-logbox > li:not(:first-child)::before {content:'';display:inline-block;margin:0 .5rem;height:1em;border-left:1px solid rgba(0,0,0,.2);vertical-align:-.125em}
#user-gnb .user-logbox > li > a {color:#666}

/* SNS */
#user-gnb .user-sns {}
#user-gnb .user-sns > li {}
#user-gnb .user-sns > li:not(:first-child) {margin-left:.313rem}
#user-gnb .user-sns .sns {display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:3px;font-size:.938rem;color:#fff;line-height:1}
#user-gnb .user-sns .sns.post {background-color:#00c73c}
#user-gnb .user-sns .sns.youtube {background-color:#d22828}
#user-gnb .user-sns .sns.facebook {background-color:#133783}


/*********************************************
note : 로고영역
*********************************************/
#nav-header > .mode-inner {position:relative;padding:1.5rem 0}
#nav-header .user-logo {flex-basis:0;flex-grow:1;max-width:100%;min-width:0}
#nav-header .user-banner {flex:0 0 250px;max-width:250px}


/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {}
#user-nav .mode-inner {align-items:center}

/* 전체메뉴 */
#user-nav .user-allbtn {flex:0 0 30px;width:30px;height:30px}
#user-nav .user-allbtn > .icon {position:relative;display:block;width:16px;height:2px;background-color:#000}
#user-nav .user-allbtn > .icon::before, #user-nav .user-allbtn > .icon::after {content:'';position:absolute;z-index:3;left:0;display:block;width:20px;height:2px;background-color:#000}
#user-nav .user-allbtn > .icon::before {top:-7px}
#user-nav .user-allbtn > .icon::after {bottom:-7px}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {position:relative;display:flex;flex-wrap:wrap;align-items:center;flex-basis:0;flex-grow:1;max-width:100%;min-width:0;margin-left:60px}
#user-nav .user-menu .secline {flex:0 0 auto;min-width:0;position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;position:relative;padding:.875rem 1.375rem;font-size:1.125rem;font-weight:600;color:#000;text-decoration:none;transition:color .15s ease-in-out} 
#user-nav .user-menu .secline > a::before {content:"";display:block;overflow:hidden;position:absolute;z-index:1;left:1.5rem;right:1.5rem;bottom:0;height:0;border-top:2px solid #000;transform:translateY(100%);transition:transform .15s ease-in-out, border-color .15s ease-in-out}
#user-nav .user-menu .secline > a.a-hover::before {transform:translateY(0)}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;top:100%;left:50%;z-index:99;display:flex;flex-direction:column;min-width:140px !important;text-align:center;white-space:nowrap;visibility:hidden;background-color:#fff;border:1px solid #ccc;transform:translateX(-50%)}
#user-nav .user-menu .secline .sub > a {display:block;padding:.5rem .875rem;font-size:.875rem;color:#666}
#user-nav .user-menu .secline .sub > a.a-sub-hover, #user-nav .user-menu .secline .sub > a:hover {color:#000}

/* 검색 */
#user-nav .user-search {position:relative;flex:0 0 30px;width:30px;height:30px}
#user-nav .sch-btns {width:30px;height:30px;font-size:1.3125rem;color:#000} 
#user-nav .user-search.active .sch-btns > i[class^="icon-"]::before {content:"\e9af"}
#user-nav .user-search > .user-search-form {display:none;position:absolute;z-index:5;right:40px;top:50%;width:200px;height:40px;background-color:#fff;border:1px solid #ccc;transform:translateY(-50%)}
#user-nav .user-search.active > .user-search-form {display:block}
#user-nav .user-search > .user-search-form input#search {float:left;width:calc(100% - 40px);height:40px;margin:0;font-size:.8125rem;background:transparent;border:none;box-shadow:none}
#user-nav .user-search > .user-search-form button[onclick] {float:right;width:40px;height:40px;font-size:1.125rem;color:#000}