@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:0}
#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}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;min-height:105px}
#header-wrapper.basic #nav-header {margin-left:auto;margin-right:auto}
#nav-header .user-header-item {-ms-flex:0 0 auto;flex:0 0 auto;width:300px;max-width:100%}

/* update */
#nav-header .user-update {display:block;font-size:.95rem;color:#848484}

/* logo */
#nav-header .user-logo {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;font-size:0;text-align:center}
#nav-header .user-logo > a {display:inline-block}

/* etc */
#user-header .user-etc {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin-left:-.5rem}
#user-header .user-etc > li {-ms-flex:0 0 auto;flex:0 0 auto;position:relative;max-width:100%}
#user-header .user-allbtn,
#user-header .user-search-btn {display:block;width:100%;padding:.5rem;line-height:1}
#user-header .user-allbtn {font-size:1.5rem}

/* search */
#user-header .user-search-btn {font-size:1.25rem}
#user-header .user-search {display:none;position:absolute;z-index:10;left:0;top:0;width:200px}
#user-header .user-search input#search {height:38px;margin-bottom:0;padding-right:42px;border-radius:.25rem}
#user-header .user-search button[onclick] {position:absolute;z-index:1;right:0;top:0;width:42px;height:100%;padding:0 .75rem;font-size:1.25rem;line-height:1}
#user-header .user-search-close {position:absolute;z-index:5;left:100%;top:50%;padding:.5rem;font-size:1.125rem;color:#848484;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:color .15s ease-in-out}
#user-header .user-search-close:hover {color:#000}

/* 상세 검색 */
#nav-header .search-more {border-radius:50%;width:23px;height:23px;line-height:23px;text-align:center;border-radius:50%;background-color:#cbcbcb;cursor:pointer}
#nav-header .search-more a {font-size:1.5rem;color:rgba(255,255,255,1)}

/* user-sns */
#nav-header .user-sns {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:flex-end;justify-content:flex-end}
#nav-header .user-sns > li {-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:auto;max-width:100%;padding:.3rem;font-size:1rem;line-height:1;background-color:#9e9ea0;white-space:nowrap;transition:all .2s ease-in-out, -ms-all .2s ease-in-out}
#nav-header .user-sns > :not(:first-child) {margin-left:2px}
#nav-header .user-sns > li.fb:hover {background-color:#3b599e}
#nav-header .user-sns > li.tw:hover {background-color:#0e9af1}
#nav-header .user-sns > li.nb:hover {background-color:#d32593}
#nav-header .user-sns > li.np:hover {background-color:#ff7e26}
#nav-header .user-sns > li.nf:hover {background-color:#01c73c}
#nav-header .user-sns > li.df:hover {background-color:#ed3945}
#nav-header .user-sns > li.mb:hover {background-color:#ed3945}
#nav-header .user-sns > li > a {color:#fff}

/* 로그인/회원가입 */
#nav-header .user-logbox {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:flex-end;justify-content:flex-end;margin:0 -.625rem;margin-bottom:.75rem}
#nav-header .user-logbox > li {-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:auto;max-width:100%;padding:0 .5rem;font-size:.8rem;line-height:1;color:#848484;white-space:nowrap}
#nav-header .user-logbox > :not(:first-child) {border-left:1px solid rgba(0,0,0,.25)}
#nav-header .user-logbox > li > a {color:inherit}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#header-wrapper.basic #user-nav {margin-left:auto;margin-right:auto}
#header-wrapper.full #user-nav,
#header-wrapper.basic #user-nav .mode-inner {position:relative;border-bottom:3px solid #000}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative}
#user-nav .user-menu .secline {position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;padding:.9375rem 1rem;font-size:1rem;font-weight:700;line-height:1.2;color:#000;white-space:nowrap;text-decoration:none;transition:color .15s ease-in-out}
#user-nav .user-menu .secline > a.a-hover {text-decoration:underline}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;background-color:#fff;border-width:3px 1px 1px;border-style:solid;border-color:#000;visibility:hidden}
#user-nav .user-menu .secline:last-child ul {width:330px !important}
#user-nav .user-menu .secline:last-child .sub {width:50%;float:left}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;font-size:.875rem;color:#5a5a5a;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
#user-nav .user-menu .secline .sub > a.a-sub-hover,
#user-nav .user-menu .secline .sub > a:hover {color:#000}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center}
#header-wrapper.horizon #user-nav .user-menu .secline .sub {-ms-flex:0 0 auto;flex:0 0 auto;display:block}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {position:relative;padding:.375rem .625rem}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {width:auto}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:.625rem 1rem;line-height:1;color:#5a5a5a}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a:hover {background-color:#f8f8f9}

/* 메뉴바 - 2차섹션(세로 - 자동박스) */
#header-wrapper.vertical.nav-autobox #user-nav .user-menu,
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline {position:static}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline > ul {width:100%;height:300px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub {float:left;width:50%}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub > a.a-sub-hover::before,
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub > a:hover::before {border-left-color:rgba(255,255,255,.35)}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .article-menu {position:absolute;left:320px;top:0;right:0;bottom:0;padding:0 1.25rem;border-left:1px solid rgba(0,0,0,.08)}

/* 메뉴바 - 2차섹션 위치 */
#header-wrapper.left #user-nav .user-menu .secline > ul {left:0}
#header-wrapper.center #user-nav .user-menu .secline > ul {left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#header-wrapper.right #user-nav .user-menu .secline > ul {left:inherit;right:0}

/*********************************************
note : 스크롤 네비게이션
*********************************************/
.scroll-nav {position:fixed;top:0;z-index:100000;width:100%;background-color:#fff;display:none;border-bottom:1px solid #333}
.scroll-nav.dis-block {display:block;box-shadow:1px 1px 3px rgb(0 0 0 / 15%)}
.scroll-nav.dis-none {display:none}
.scroll-nav > .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;padding:7px 0}
.scroll-nav .user-allbtn {-ms-flex:0 0 auto;flex:0 0 auto;width:40px;max-width:40px;font-size:1.5rem;padding:0 .5rem 0 0 !important;text-align:left}
.scroll-nav .scroll-menu-logo {-ms-flex:0 0 auto;flex:0 0 auto;width:130px;max-width:100%;margin-right:7rem}
.scroll-nav .scroll-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative}
.scroll-nav .scroll-menu .secline {position:relative}
.scroll-nav .scroll-menu .secline > a {display:block;overflow:hidden;padding:0 1rem;font-size:1rem;font-weight:700;line-height:1.2;color:#000;white-space:nowrap;text-decoration:none;transition:color .15s ease-in-out}
.scroll-nav .scroll-menu .secline > a.a-hover {text-decoration:underline}

/*********************************************
note : 메뉴영역 (2차섹션 배경이 slideDown이 되어야 할 경우)
- subShow 옵션값을 hidden으로 설정해주세요.
#header-wrapper.horizon #user-nav::before {content:'';position:absolute;z-index:1;top:100%;width:100%;height:0;border-top:1px solid rgba(0,0,0,.12)}
#header-wrapper.horizon #user-nav::after {content:'';position:absolute;z-index:-1;top:100%;left:0;height:0;-ms-transition:all .15s ease-in-out;transition:all .15s ease-in-out}
#header-wrapper.horizon #user-nav.active::after {height:55px}
*********************************************/

