@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
body {background-color:#f7f7f7}
#header-wrapper {position:relative;z-index:99;margin-bottom:1.875rem}
#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, #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:flex;flex-wrap:wrap;align-items:center;padding:.5rem 0 1rem}
#nav-header > * {display:block}
#nav-header .user-logo {flex-basis:0;flex-grow:1;max-width:100%;min-width:0;font-size:0;text-align:center}
#nav-header .user-logo img {max-height:80px}
#nav-header .user-banner {flex:0 0 300px;max-width:300px}

/* slogan */
#nav-header .slogan {line-height:1;letter-spacing:-.05em}
#nav-header .slogan > strong {display:block;margin-bottom:8px;font-size:1.5rem;font-weight:700}
#nav-header .slogan > span {display:block;font-size:.813rem;color:rgba(0,0,0,.65);letter-spacing:-.02em}

/* sns */
#nav-header .user-sns {float:right;font-size:0}
#nav-header .user-sns > .item {overflow:hidden;float:left;width:40px;height:40px;margin-left:.313rem;font-size:1.25rem;line-height:40px;color:#fff;background-color:#aeaeae;border-radius:50%;text-align:center}
#nav-header .user-sns > :first-child {margin-left:0}
#nav-header .user-sns > .item.fb {background-color:#395197}
#nav-header .user-sns > .item.tw {background-color:#00A8FF}
#nav-header .user-sns > .item.yt {background-color:#d40c17}
#nav-header .user-sns > .item.is {background-color:#d5004c}
#nav-header .user-sns > .item.kch {font-size:1.5rem;color:#000;background-color:#FAE100}



/*********************************************
note : GNB
*********************************************/
/* 기본 */
#user-gnb {position:relative}
#user-gnb > .mode-inner {overflow:hidden;padding:15px 0 12px}

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

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {position:relative;z-index:2}
#user-nav > .mode-inner {display:flex;flex-wrap:wrap;align-items:center;border-top:2px solid #000;border-bottom:1px solid #e3e3e3}
#user-nav > .mode-inner::after {content:normal}

/* 전체 */
#user-nav .user-allbtn {flex:0 0 auto;width:auto;max-width:100%;margin:0;padding:0 1.25rem;font-size:1.25rem;line-height:1;color:#000}

/* 검색 */
#user-nav .user-search {display:flex;flex-wrap:wrap;justify-content:flex-end}
#user-nav .user-search > .clearfix {flex:0 0 220px;display:block;max-width:220px}
#user-nav .user-search input#search {float:left;width:calc(100% - 40px);height:38px;margin:0;font-size:.8125rem;background:transparent;border:none;box-shadow:none}
#user-nav .user-search button[onclick] {float:left;width:40px;height:38px;font-size:1.125rem;font-weight:400;color:#333;cursor:pointer}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:flex;flex-wrap:wrap;flex-basis:0;flex-grow:1;position:relative;max-width:100%;min-width:0;font-size:0}
#user-nav .user-menu .secline {display:block;position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;position:relative;padding:0 1.25rem;font-size:1.125rem;font-weight:700;line-height:50px;letter-spacing:-.075em;color:#000;text-decoration:none;white-space:nowrap}
#user-nav .user-menu .secline > a::after {content:'';display:none;overflow:hidden;position:absolute;z-index:1;left:1.25rem;right:1.25rem;bottom:.8125rem;height:0;border-top:1px solid #000}
#user-nav .user-menu .secline > a.a-hover::after,
#user-nav .user-menu .secline > a:hover::after {display:block}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:50%;min-width:auto !important;font-size:0;background-color:#fff;border:1px solid #000;visibility:hidden;transform:translateX(-50%)}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;padding:0 1.25rem;font-size:.8125rem;line-height:35px;color:rgba(0,0,0,.6);white-space:nowrap;text-overflow:ellipsis;text-decoration:none}
#user-nav .user-menu .secline .sub > a.a-sub-hover,
#user-nav .user-menu .secline .sub > a:hover {color:rgba(0,0,0,.95);background-color:#f9f9f9}
