@charset "UTF-8";
/**********************************************
note : reset
**********************************************/
.user-point {color:#e73f72}
.user-bg {background-color:#e73f72}

/**********************************************
note : header
**********************************************/
#user-header {background-color:#000}
#header-wrapper {display:block;position:relative;text-align:center}

/* logo area */
#header-wrapper .user-logo-area > .mode-inner {display:table;width:100%;padding:1.25rem;table-layout:fixed}
#header-wrapper .user-logo-area .area {display:table-cell;width:100%;font-size:0;vertical-align:middle}
#header-wrapper .user-logo-area .area.user-banner {width:300px}
#header-wrapper .user-logo-area .area.user-logo img {max-width:300px}
#header-wrapper .user-logo-area .user-etc {float:right}

/* sns */
#header-wrapper .user-logo-area .user-sns {display:block;float:left;font-size:0;text-align:left}
#header-wrapper .user-logo-area .user-sns > .item {display:inline-block;margin-right:1.25rem;font-size:1.25rem;line-height:1;color:#fff;text-decoration:none;vertical-align:middle;transition:transform .2s, -ms-transform .2s}
#header-wrapper .user-logo-area .user-sns > :last-child {margin-right:0}
#header-wrapper .user-logo-area .user-sns > .item:hover {-ms-transform:rotate(-360deg);transform:rotate(-360deg)}
#header-wrapper .user-logo-area .user-sns > .item.all--section:hover {-ms-transform:rotate(-90deg);transform:rotate(-90deg)}

/* search */
#header-wrapper .user-logo-area .user-search {float:left;margin-right:1.875rem}
#header-wrapper .user-logo-area .user-search .sch-btns {font-size:1.25rem;line-height:1;color:#fff;cursor:pointer}
#header-wrapper .user-logo-area .user-search-form {display:none;position:absolute;z-index:1004;left:0;top:100%;width:100%;padding:5rem 1.25rem;background-color:rgba(0,0,0,.5)}
#header-wrapper .user-logo-area .sch-fieldset {display:block;max-width:40rem;margin:0 auto}
#header-wrapper .user-logo-area .sch-fieldset input#sc_word {float:left;width:calc(100% - 70px);height:60px;margin-bottom:0;padding:0 1.375rem;font-size:1.375rem;font-weight:300;color:rgba(0,0,0,.95);border:0;border-radius:0;outline-width:0}
#header-wrapper .user-logo-area .sch-fieldset button[onclick] {float:left;width:70px;height:60px;font-size:1.875rem;color:#fff;background-color:#fff;cursor:pointer}
#header-wrapper .user-logo-area .sch-fieldset .sch-close {position:absolute;z-index:10;right:1.875rem;top:1.875rem;font-size:2.375rem;color:#fff;cursor:pointer}

/* intro */
#header-wrapper .user-logo-area .user-intro {display:block;float:left;font-size:0;white-space:nowrap;text-align:left}
#header-wrapper .user-logo-area .user-intro > .item {display:inline-block;margin-right:1.375rem;font-size:.8125rem;font-weight:100;line-height:1.125rem;color:#fff;text-transform:uppercase;vertical-align:middle}
#header-wrapper .user-logo-area .user-intro > :last-child {margin-right:0}


/**********************************************
note : navigation
**********************************************/
#user-nav, #user-menu {display:block}
#user-nav {background-color:#fff;border-bottom:1px solid rgba(0,0,0,.12)}
#user-menu {position:relative;padding:0;margin:0;font-size:0;list-style:none;text-align:center;white-space:nowrap}
#user-menu > li {display:inline-block;position:relative;vertical-align:middle}
#user-menu > li::before, #user-menu > li::after {display:none}
#user-menu > li:first-child:nth-last-child(2), #user-menu > li:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ li {width:50%}
#user-menu > li:first-child:nth-last-child(3), #user-menu > li:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ li {width:33.33333%}
#user-menu > li:first-child:nth-last-child(4), #user-menu > li:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ li {width:25%}
#user-menu > li:first-child:nth-last-child(5), #user-menu > li:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ li {width:20%}
#user-menu > li:first-child:nth-last-child(6), #user-menu > li:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ li {width:16.66667%}
#user-menu > li:first-child:nth-last-child(7), #user-menu > li:first-child:nth-last-child(7):first-child:nth-last-child(7) ~ li {width:14.28571%}
#user-menu > li:first-child:nth-last-child(8), #user-menu > li:first-child:nth-last-child(8):first-child:nth-last-child(8) ~ li {width:12.5%}
#user-menu > li:first-child:nth-last-child(9), #user-menu > li:first-child:nth-last-child(9):first-child:nth-last-child(9) ~ li {width:11.11111%}
#user-menu > li:first-child:nth-last-child(10), #user-menu > li:first-child:nth-last-child(10):first-child:nth-last-child(10) ~ li {width:10%}
#user-menu > li > a {display:inline-block;overflow:hidden;padding:0 .625rem;font-size:1.125rem;font-weight:normal;font-style:normal;line-height:40px;color:#000;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {position:absolute;overflow:hidden;visibility:hidden;z-index:1004;top:100%;left:0;font-size:0;background-color:#fff;border:1px solid #fff;white-space:nowrap}
#user-nav .user-menu .secline > ul::after {content:'';display:table;clear:both}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;font-size:.75rem;font-weight:300;color:rgba(0,0,0,.5);letter-spacing:-.025em;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:rgba(0,0,0,.85)}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {padding:0 .625rem}
#header-wrapper.horizon #user-nav .user-menu .secline .sub {display:inline-block;vertical-align:middle}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {padding:0 .625rem;line-height:35px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {text-align:left}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:0 .75rem;color:rgba(0,0,0,.5);line-height:40px}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a.a-sub-hover,
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a:hover {color:rgba(0,0,0,.85);background-color:rgba(0,0,0,.03)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a::before {content:'';position:absolute;z-index:1;top:50%;right:.75rem;border:3px solid transparent;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a.a-sub-hover::before,
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a:hover::before {border-left-color:rgba(0,0,0,.35)}

/*********************************************
note : 전체메뉴
*********************************************/
#all-sections {display:none;overflow:hidden;position:fixed;z-index:1004;top:0;left:0;width:100%;height:100%}
#all-sections .nav-inner {overflow-x:hidden;overflow-y:auto;position:relative;z-index:10;width:80%;max-width:420px;height:100%;padding:1.5rem 3.75rem 3.75rem;background-color:#0a0a0a;text-align:left}
#all-sections .overlap {position:fixed;z-index:1;top:0;bottom:0;left:0;right:0;background-color:rgba(10,10,10,.25)}

/* header */
#all-sections .nav-top {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;margin-bottom:3.125rem}
#all-sections .nav-logo {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;margin:0;font-size:0}
#all-sections .nav-logo img {max-height:30px}
#all-sections .nav-close {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;margin-left:1.875rem;font-size:1.5rem;color:#fff}

/* menu */
#all-sections .menu.accordion-menu > li > a {padding:1rem 0;font-size:1.875rem;font-weight:700;font-weight:var(--wgt700);color:#fff;text-decoration:none;transition:color .25s ease-in-out}
#all-sections .menu.accordion-menu > li > a:hover {color:rgba(255,255,255,.7)}
#all-sections .is-accordion-submenu-parent > a::after {right:0}
#all-sections .menu.simple {margin-bottom:1.875rem;padding:.375rem 1rem 0}
#all-sections .menu.simple > li > a {padding:.5rem 0;font-size:1rem;font-weight:300;color:rgba(255,255,255,.75);white-space:nowrap}

/* search */
#all-sections .nav-search {position:relative;margin-top:4.75rem;padding-bottom:.875rem}
#all-sections .nav-search input#search {height:60px;margin:0;padding:0 2.5rem 0 0;font-size:1.25rem;font-weight:300;font-weight:var(--wgt300);color:#fff;background:transparent;border-width:0 0 1px;border-color:rgba(255,255,255,.2);border-radius:0;box-shadow:none}
#all-sections .nav-search input#search:focus {border-color:#fff}
#all-sections .nav-search button[onclick] {position:absolute;z-index:10;right:0;top:0;height:65px;margin-left:1rem;font-size:1.875rem;color:rgba(255,255,255,.5);text-align:right;cursor:pointer;transition:color .25s ease-in-out}
#all-sections .nav-search input#search:focus + button[onclick] {color:#fff} 

/* user-intro */
#all-sections .user-intro {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:3.125rem -1rem 0}
#all-sections .user-intro li {-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:auto;max-width:100%;padding:0 1rem}
#all-sections .user-intro li a {display:block;font-size:1.125rem;line-height:1.2;color:rgba(255,255,255,.85);white-space:nowrap}
