@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:1.5rem}
#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 .user-flex {display:flex;flex-wrap:wrap}
#header-wrapper .user-flex > .col {flex-basis:0;flex-grow:1;max-width:100%;min-width:0}
#header-wrapper .user-flex > .col-auto {flex:0 0 auto;width:auto}

/*********************************************
note : 전체영역
*********************************************/
#user-gnb > .mode-inner {align-items:flex-end;padding:1.5rem 0 1.25rem}

/*********************************************
note : 로고영역
*********************************************/
#user-gnb .user-logo {margin-bottom:.256rem;margin-right:1.5rem}

/*********************************************
note : 로그인영역
*********************************************/
/* 로그인/회원가입 */
#header-wrapper .user-logbox {display:flex;justify-content:flex-end;margin-bottom:22px;font-family:system-ui, -apple-system, "Malgun Gothic", sans-serif;font-size:13px;line-height:1;letter-spacing:-0.75px;color:#666}
#header-wrapper .user-logbox li + li {margin-left:12px;padding-left:12px;border-left:1px solid #ddd}
#header-wrapper .user-logbox li a {display:block;overflow:hidden;color:inherit;white-space:nowrap;text-decoration:none;transition:color .15s ease-in-out}
#header-wrapper .user-logbox li a:hover {color:#000}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {align-items:center}
#user-nav .user-btn {width:44px;height:44px;font-size:1.25rem;color:#000}

/* 전체 */
#user-nav .user-allbtn {flex:0 0 44px;margin-left:.5rem;margin-right:-.625rem;font-size:1.5rem}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {justify-content:flex-end;align-items:center}
#user-nav .user-menu .secline {position:relative;padding:0 .7rem}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;font-size:1.0625rem;font-weight:700;line-height:43px;color:#000;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {position:absolute;z-index:1;top:100%;left:50%;min-width:6.5rem !important;background-color:#fff;border:1px solid #333;visibility:hidden;transform:translateX(-50%)}
#user-nav .user-menu .secline > ul > :first-child {border-top:0}
#user-nav .user-menu .secline .sub {text-align:center;border-top:1px solid #e5e5e5}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;padding:0 1rem;font-size:.875rem;color:#000;line-height:40px;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}

/*********************************************
note : search
*********************************************/
#user-nav .user-search {margin-left:1rem}
#user-nav .user-search > .sch-btn {background-color:#f2f2f2;border-radius:25rem}
#user-nav .user-search.active .sch-btn > i[class^="icon-"]::before {content:"\e921"}
#user-nav .user-search-content {display:none;position:absolute;z-index:10;left:0;top:calc(100% + 1px);width:100%;padding:3.75rem 1rem;background-color:#fff;box-shadow:0 8px 8px rgba(0,0,0,.06)}
#user-nav .user-search.active .user-search-content {display:block}
#user-nav .user-search-form {width:540px;height:100%;margin:0 auto;background-color:#fff}
#user-nav .user-search-form input#search {float:left;width:calc(100% - 60px);height:60px;margin:0;padding:.625rem;font-size:1.25rem;background:transparent;border:none;box-shadow:none}
#user-nav .user-search-form button[onclick] {float:right;width:60px;height:60px;font-size:1.875rem;font-weight:400;color:#222;cursor:pointer}

/*********************************************
note : autobox
*********************************************/
#user-autobox {display:flex;align-items:center;min-height:80px;padding:14px 0;border-top:1px solid #000;border-bottom:3px solid #000;letter-spacing:-0.4px}
#user-autobox .user-autobox-header {flex:0 0 162px;max-width:162px}
#user-autobox .user-autobox-title {font-size:14px;font-weight:700;line-height:22px;color:#000}
#user-autobox .user-updated {font-size:13px;font-weight:400;line-height:21px;color:#666}
#user-autobox .user-autobox-body {flex-basis:0;flex-grow:1;max-width:100%;min-width:0}
#user-autobox .user-banner {flex:0 0 250px;max-width:250px;margin-top:-8px;margin-bottom:-8px;margin-left:30px}