@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#user-wrap {padding-left:224px;background-color:#f1f3f5}
#user-header {overflow-x:hidden;overflow-y:auto;position:fixed;z-index:1004;left:0;top:0;width:224px;height:100%;padding:32px 24px;background-color:#fff;border-right:1px solid #ddd}
#user-container {margin:0;padding:32px;background-color:#fff}
#user-container[class*="width-"] {padding-top:50px;padding-bottom:50px}
#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.basic, #header-wrapper .mode-inner, #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper .mode-inner::after {content:'';display:table;clear:both}

/*********************************************
note : webkit custom scrollbar
*********************************************/
*::-webkit-scrollbar {width:.375rem;height:.375rem}
*::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,.4);border-radius:0;box-shadow:inset 0 0 .375rem rgba(0,0,0,.25)}
*::-webkit-scrollbar-thumb:hover {background-color:rgba(0,0,0,.75)}
*::-webkit-scrollbar-track {background-color:transparent}

/*********************************************
note : 최상단영역
*********************************************/
/* logo */
#user-header .user-logo {display:block;margin-bottom:1.25rem;font-size:0;text-align:left}
#user-header .user-logo > a {display:block}

/* 검색 */
#user-header .user-search {display:block;margin-left:-24px;margin-right:-24px;padding:8px 24px;border-width:1px 0;border-style:solid;border-color:#ddd}
#user-header .user-search-form {display:flex;align-items:center}
#user-header .user-search-form input#search {flex:1 1 0%;width:1%;min-width:0;margin-bottom:0;padding:0;border:none;border-radius:0}
#user-header .user-search-form button[onclick] {align-self:stretch;flex:0 0 auto;width:auto;max-width:100%;padding:0 .5rem;margin-right:-.5rem;font-size:1rem;line-height:1;color:#000;background-color:transparent}

/* 로그인/회원가입 */
#user-header .user-logbox {display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}
#user-header .user-logbox > li {display:block;padding:0 8px;font-size:.8125rem;font-weight:400;line-height:21px;color:#666;white-space:nowrap}
#user-header .user-logbox > li > a {color:inherit;transition:color .15s ease-in-out}
#user-header .user-logbox > li > a:hover {color:#000}


/* updated */
#user-header .updated {display:block;margin-top:.5rem;font-size:13px;line-height:21px;color:#666;text-align:left}

/*********************************************
note : 메뉴영역
*********************************************/
/* 메뉴바 - 1차섹션 */
#user-menu, #user-menu .secline {position:relative}
#user-menu {margin-top:1.5rem !important;margin-bottom:1.5rem !important;font-size:0}
#user-menu .secline > a {display:block;overflow:hidden;position:relative;padding:0;font-size:1rem;font-weight:600;line-height:40px;color:#000;text-decoration:none}
#user-menu .secline.is-accordion-submenu-parent > a::after {content:'\e913';display:inline-block;right:0;width:auto;height:auto;font:11px/1 fontello;margin-top:0;border:0;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateY(-50%)}
#user-menu .secline.is-accordion-submenu-parent[aria-expanded="true"] > a::after {content:'\e91a';transform-origin:initial}
#user-menu .secline > .menu {margin-bottom:1rem}
#user-menu .secline > .menu li a {display:block;padding:.375rem .5rem;font-size:.875rem;line-height:22px;color:#666;text-decoration:none}
#user-menu .secline > .menu li a:hover, #user-menu .secline > .menu li a.a-sub-hover {color:#000;background-color:#f4f4f4}
#user-menu .secline > .menu li a.a-sub-hover {font-weight:600}

