@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:100;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 .sticky {z-index:1004;max-width:100% !important}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:115px}
#nav-header .user-banner {-ms-flex:0 0 auto;flex:0 0 auto;width:300px;max-width:100%}
#nav-header .user-logo {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;margin-left:1.5rem;margin-right:1.5rem;font-size:0;text-align:center}
#nav-header .user-logo > a {display:inline-block}

/* 검색 */
#nav-header .user-search {position:relative;float:right;width:196px}
#nav-header .user-search input#search {height:36px;margin:0;padding-right:2.5rem;font-size:.8125rem;border-color:#ddd;border-radius:0}
#nav-header .user-search input#search:focus {border-color:rgba(0,0,0,.35)}
#nav-header .user-search button[onclick] {position:absolute;z-index:5;right:0;top:0;width:40px;height:100%;font-size:1.125rem}

/*********************************************
note : GNB
*********************************************/
#header-wrapper.full #user-gnb,
#header-wrapper.basic #user-gnb .mode-inner {border-width:2px 0 1px;border-style:solid;border-color:#000 transparent #ebebeb}
#user-gnb .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-pack:space-between;justify-content:space-between;-ms-flex-align:center;align-items:center;padding-top:.875rem;padding-bottom:.875rem}
#user-gnb .mode-inner > * {-ms-flex:0 0 auto;flex:0 0 auto;width:50%;max-width:100%}

/* 버튼 */
#user-gnb .user-intro {display:-ms-flexbox;display:flex;-ms-flex-pack:flex-end;justify-content:flex-end;-ms-flex-align:center;align-items:center;margin-left:-.75rem;margin-right:-.75rem} 
#user-gnb .user-intro li {-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:auto;max-width:100%;padding-left:.75rem;padding-right:.75rem}
#user-gnb .user-intro li a {display:block;font-size:1rem;color:#000;white-space:nowrap}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;height:64px;padding:0 2.5rem;background:#fff;border-bottom:1px solid #ebebeb}
#user-nav .user-nav-basis {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;margin-left:1.5rem;margin-right:1.5rem}
#user-nav .user-nav-auto {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}

/* 전체 */
#user-nav .user-allbtn {display:block;padding:.25rem;font-size:1.5rem;line-height:1}
#user-nav.is-active .user-allbtn > i[class^="icon-"]::before {content:"\e921"}

/* Logo */
#user-nav .user-logo {display:none;font-size:0}
#user-nav.is-active .user-logo {display:block}
#user-nav .user-logo > a {display:inline-block}
#user-nav .user-logo img {max-height:28px}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:-1rem;margin-right:-1rem}
#user-nav.is-active .user-menu {display:none}
#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;position:relative;padding:1.125rem 1rem;font-size:1.125rem;font-weight:700;line-height:1.5;color:#000;white-space:nowrap;text-decoration:none}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:990;top:100%;visibility:hidden}
#user-nav .user-menu .secline .sub > a {display:block;font-size:.875rem;line-height:1.5;color:#fff;white-space:nowrap}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center}
#header-wrapper.horizon #user-nav .user-menu .secline .sub {-ms-flex:0 0 auto;flex:0 0 auto;display:block;position:relative;width:auto;max-width:100%}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {display:block;padding:.5rem .75rem;white-space:nowrap}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {min-width:180px !important;padding:.5rem 0}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {padding:.375rem 1rem}

/* 메뉴바 - 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;top:64px;padding:.5rem 0 0;padding-right:calc(100% - 300px);background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.1);-ms-transform:translateX(0);transform:translateX(0);z-index:10}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub {float:left;width:50%;border-top:0}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .article-menu {display:block;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}

/* account */
#user-nav .user-logbox {display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:-.5rem;margin-right:-.5rem}
#user-nav .user-logbox > li {-ms-flex:0 0 auto;flex:0 0 auto;display:block;position:relative;width:auto;max-width:100%;padding-left:.5rem;padding-right:.5rem}
#user-nav .user-logbox > li::before {content:'';overflow:hidden;position:absolute;z-index:1;left:0;top:50%;width:0;height:.75rem;border-left:1px solid #ebebeb;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .user-logbox > li > a {display:block;font-size:.875rem;font-weight:500;font-weight:var(--wgt500, 500)} 
#user-nav .user-logbox > li.user-update {padding-right:1rem;font-size:.8125rem;font-weight:300;font-weight:var(--wgt300, 300);color:#222}
#user-nav .user-logbox > li.user-update::before,
#user-nav .user-logbox > li.user-update + li::before {content:normal}


/*********************************************
note : 전체메뉴
*********************************************/
/* 기본 */
#all-section {display:none;overflow-x:hidden;overflow-y:auto;position:absolute;z-index:1004;left:0;top:calc(100% + 1px);width:100%;max-height:calc(100vh - 65px);padding:4rem 2.5rem 2.5rem;background-color:#fff;box-shadow:0 10px 10px rgba(0,0,0,.1)}

/* 로고 */
#all-section .nav-logo {display:block;height:30px;margin-top:1.875rem}
#all-section .nav-logo > img {height:100%;max-height:30px}

/* 메뉴 */
#all-section .all-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-2.5rem -1rem 0}
#all-section .all-menu > li {-ms-flex:0 0 auto;flex:0 0 auto;width:20%;max-width:100%;padding-left:1rem;padding-right:1rem;margin-top:2.5rem}
#all-section .all-menu > li > a {display:block;margin-bottom:1rem;font-size:1.5rem;font-weight:500;line-height:1}
#all-section .sub-menu > li > a {display:block;padding:.25rem 0;font-size:1rem;font-weight:400;line-height:1.5;white-space:nowrap;transition:color .15s ease-in-out}
@media screen and (min-width: 80em) {
	#all-section .all-menu > li {width:14.28571%}
}

/* 하단버튼 */
#all-section .all-section-nav {display:-ms-flexbox;display:flex;-ms-flex-pack:space-between;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid #000}
#all-section .all-section-item {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
#all-section .user-spacial {display:-ms-flexbox;display:flex;margin-left:-.75rem;margin-right:-.75rem}
#all-section .user-spacial > li {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;padding-left:.75rem;padding-right:.75rem}
#all-section .user-spacial > li > a {display:block;font-size:1rem;font-weight:500;white-space:nowrap}
#all-section .user-spacial > li > a::after {content:'\e93e';display:inline-block;margin-left:.25rem;font-family:fontello;font-size:.8em;line-height:1;vertical-align:middle;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#all-section .user-intro {display:-ms-flexbox;display:flex;margin-left:-.75rem;margin-right:-.75rem}
#all-section .user-intro > li {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;padding-left:.75rem;margin-right:.75rem}
#all-section .user-intro > li > a {display:block;font-size:1rem;font-weight:400;white-space:nowrap}

/* 번역 */
#user-nav .user-translation {margin-right:10px;font-size:0}
#user-nav .user-translation .translate-btn {overflow:hidden;position:relative;display:inline-block;vertical-align:middle;width:27px;height:18px;margin-right:.25rem;background:url('/image/country_list.png') no-repeat;cursor:pointer}
#user-nav .user-translation .translate-btn::before {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;border:1px solid rgba(0,0,0,.08)}
#user-nav .user-translation .translate-btn:last-child {margin-right:0}
#user-nav .user-translation .translate-btn.kr {background-position:0 0}
#user-nav .user-translation .translate-btn.en {background-position: -30px 0}
#user-nav .user-translation .translate-btn.cn {background-position: -90px 0}
#user-nav .user-translation .translate-btn.jp {background-position: -60px 0}
#user-nav .user-translation .translate-btn.vi {background-position: -120px 0}
#user-nav .user-translation .translate-btn.fr {background-position: -180px 0}
#user-nav .user-translation .translate-btn.sp {background-position: -150px 0}

/* 임희은 / 1433983 / 20241231 */
#user-nav .user-nav-auto {display:flex;}