@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:2.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.basic, #header-wrapper .mode-inner, #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper .mode-inner::after {content:'';display:table;clear:both}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {padding-top:3.125rem}
#user-nav > .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:flex-end;align-items:flex-end}
#user-nav .user-logo {-ms-flex:0 0 210px;flex:0 0 210px;max-width:210px;margin-right:2.1875rem;padding-bottom:1.125rem;font-size:0;text-align:left}
#user-nav .user-logo > a {display:inline-block}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;position:relative;max-width:100%;min-width:0;margin:0 -1.25rem;font-size:0}
#user-nav .user-menu .secline {-ms-flex:0 0 auto;flex:0 0 auto;display:block;position:relative;width:auto;max-width:100%}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;position:relative;padding:0 1rem;font-size:1.0625rem;font-weight:500;line-height:52px;letter-spacing:-.075em;color:#000;white-space:nowrap;text-decoration:none}
#user-nav .user-menu .secline > a.a-hover {color:rgba(0,0,0,.6)}
#user-nav .user-menu .secline > a > i[class^="icon-"] {margin-left:.25rem;font-size:.8rem;color:#bbb;transition:color .25s}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;visibility:hidden}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;padding:0 .625rem;font-size:.875rem;letter-spacing:-.075em;color:#fff;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(255,255,255,.8)}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {display:block;padding:0 .625rem;font-size:0;white-space:nowrap}
#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 {font-weight:500;line-height:40px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {background-color:#fff;border:1px solid rgba(0,0,0,.12)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:0 1.125rem;font-size:.8125rem;line-height:36px;color:rgba(0,0,0,.5)}
#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)}

/* 메뉴바 - 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 : 메뉴영역 (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}
*********************************************/


/*********************************************
note : GNB
*********************************************/
/* 기본 */
#user-gnb {position:relative}
#header-wrapper.full #user-gnb,
#header-wrapper.basic #user-gnb .mode-inner {background-color:#000}
#user-gnb .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:40px}
#header-wrapper.basic #user-gnb .mode-inner {padding-left:1.25rem;padding-right:1.25rem}
#header-wrapper.touch #user-gnb .hot-news,
#header-wrapper.touch #user-gnb .user-etc {visibility:hidden !important}

/* hot news */
#user-gnb .hot-news {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;margin-right:2.5rem}
#user-gnb .hot-news .titles {-ms-flex:0 0 235px;flex:0 0 235px;max-width:235px;margin:0;font-size:.875rem;line-height:1;color:#fff;text-align:left}
#user-gnb .hot-news .titles > strong {font-weight:500;letter-spacing:-.075em}
#user-gnb .hot-news .titles > span {margin-left:.5rem;font-weight:300;letter-spacing:-.05em;color:rgba(255,255,255,.75)}
#user-gnb .hot-news .hot-content {-ms-flex:0 0 465px;flex:0 0 465px;max-width:465px}

/* etc */
#user-gnb .user-etc {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;height:40px;margin:0 -.5rem}
#user-gnb .user-etc > li {-ms-flex:0 0 auto;flex:0 0 auto;position:relative;display:block;width:auto;max-width:100%;padding:0 .5rem}
#user-gnb .user-btn,
#user-gnb .user-allbtn {display:block;padding:.5rem 0;cursor:pointer}
#user-gnb .user-btn > .icon,
#user-gnb .user-allbtn > .icon {display:block;overflow:hidden;height:16px;;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}

/* member */
#user-gnb .user-btn > .icon {width:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.847' height='16.94' viewBox='0 0 16.847 16.94'%3E%3Cpath d='M13.615,11.065a5.079,5.079,0,1,0-6.281,0,8.465,8.465,0,0,0-5.265,6.924.852.852,0,1,0,1.693.186,6.772,6.772,0,0,1,13.459,0,.846.846,0,0,0,.846.753h.093A.846.846,0,0,0,18.906,18a8.465,8.465,0,0,0-5.291-6.933Zm-3.14-.6a3.386,3.386,0,1,1,3.386-3.386A3.386,3.386,0,0,1,10.475,10.464Z' transform='translate(-2.064 -1.995)' fill='%23fff'/%3E%3C/svg%3E")}
#user-gnb .user-logbox {display:none;position:absolute;z-index:90;top:100%;left:50%;padding:0 .5rem;background-color:#fff;border:1px solid #000;text-align:center;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#user-gnb .user-logbox > li {display:block}
#user-gnb .user-logbox > :not(:first-child) {border-top:1px solid rgba(0,0,0,.08)}
#user-gnb .user-logbox > li > a {display:block;padding:.5rem .625rem;font-size:.8125rem;line-height:1.2;letter-spacing:-.05em;white-space:nowrap}

/* all section button */
#user-gnb .user-allbtn > .icon {width:26px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.707' height='17.707' viewBox='0 0 26.707 17.707'%3E%3Cg transform='translate(-1212 -183)'%3E%3Cline x2='20' transform='translate(1212 184)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline x2='12' transform='translate(1212 191)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline x2='12' transform='translate(1212 198)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M-1980.64,9.36-1978,12ZM-1989,5.84A4.84,4.84,0,0,1-1984.16,1a4.84,4.84,0,0,1,4.84,4.84,4.84,4.84,0,0,1-4.84,4.84A4.84,4.84,0,0,1-1989,5.84Z' transform='translate(3216 188)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")}
#user-gnb .user-allbtn.active > .icon {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.828' height='18.828' viewBox='0 0 18.828 18.828'%3E%3Cg transform='translate(-16.109 -16.086)'%3E%3Cline x2='16' y2='16' transform='translate(17.523 17.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x1='16' y2='16' transform='translate(17.523 17.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")}

/*********************************************
note : all section
*********************************************/
#all-section {display:none;position:absolute;z-index:1004;left:0;top:100%;width:100%}
#all-section .section-wrapper {position:relative;padding:0 0 3.125rem}
#all-section .simple-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}
#all-section .simple-menu > li {-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;padding:0 1.375rem;margin-bottom:1.875rem;border-left:1px solid rgba(255,255,255,.12)}
#all-section .simple-menu > li > a {display:block;margin-bottom:1.25rem;font-size:1.125rem;font-weight:500;line-height:1.2;letter-spacing:-.075em;color:#fff;white-space:nowrap}
#all-section .sub-menu {display:block;padding:0 .5rem;margin:0;list-style:none}
#all-section .sub-menu > li {display:block}
#all-section .sub-menu > :not(:first-child) {margin-top:.625rem}
#all-section .sub-menu > li > a {display:block;font-size:.8125rem;font-weight:300;line-height:1.2;letter-spacing:-.05em;color:rgba(255,255,255,.8)}

/* search */
#all-section .user-search {display:block;padding:1.875rem 0;margin-bottom:3.125rem;background-color:rgba(0,0,0,.5)}
#all-section .user-search .sch-wrapper {display:block;overflow:hidden;width:100%;max-width:480px;margin:0 auto;padding:0 .625rem;background-color:#fff;border-radius:2rem}
#all-section .user-search .sch-wrapper::after {content:'';display:table;clear:both}
#all-section .user-search .sch-wrapper input#search {float:left;width:calc(100% - 65px);height:52px;margin:0;font-size:1.125rem;font-weight:300;border:none;border-radius:0}
#all-section .user-search .sch-wrapper button[onclick] {float:left;width:65px;height:52px;font-size:1.5rem;text-align:center}



