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

/*********************************************
note : user-gnb
*********************************************/
#user-gnb {margin-top:8px}

/* 로그인/회원가입 */
#user-gnb .user-logbox {display:flex;align-items:center;float:left;font-size:.75rem;line-height:20px;color:#666}
#user-gnb .user-logbox > li + li {margin-left:1rem}
#user-gnb .user-logbox > li > a {display:block;color:inherit;transition:color .15s ease-in-out}
#user-gnb .user-logbox > li > a:hover {color:#000}

/* 검색 */
#user-gnb .user-search {position:relative;float:right;margin-left:1rem}
#user-gnb .user-search-btn,
#user-gnb .user-search button[onclick] {display:block;padding:.5rem;font-size:1.25rem;line-height:1;}
#user-gnb .user-search-form {display:none;overflow:hidden;position:absolute;z-index:5;right:0;top:50%;min-width:18rem;padding-left:.5rem;background-color:#fff;border:1px solid #000;border-radius:5rem;transform:translateY(-50%)}
#user-gnb .user-search-inner {display:flex;}
#user-gnb .user-search input#search {flex:1 1 0%;width:1%;min-width:0;height:34px;margin-bottom:0;font-weight:400;border:none;border-radius:0}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {display:flex;align-items:center;padding:1.5rem 0}
#nav-header .user-logo {flex-basis:0;flex-grow:1;width:auto;max-width:100%;min-width:0;font-size:0}
#nav-header .user-banner {flex:0 0 auto;max-width:auto}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {position:relative;z-index:2;border-width:1px 0;border-style:solid;border-color:rgba(0,0,0,.1) transparent #092339}
#user-nav .mode-inner {display:flex}

/* 전체 */
#user-nav .user-allbtn {display:block;margin-left:-.5rem;margin-right:1rem;padding:.5rem;font-size:1.25rem;line-height:1;color:#000}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:flex;flex-wrap:wrap;flex-basis:0;flex-grow:1;width:auto;max-width:100%;min-width:0;position:relative}
#user-nav .user-menu .secline {position:relative;display:block}
#user-nav .user-menu .secline > a {overflow:hidden;display:block;position:relative;padding:0 1.25rem;font-size:1rem;font-weight:600;line-height:54px;color:#000;text-decoration:none;transition:color .15s ease-in-out}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;font-size:0;visibility:hidden;background-color:#fff;border:1px solid #000;border-top:0}
#user-nav .user-menu .secline > ul::after {content:'';display:table;clear:both}
#user-nav .user-menu .secline .sub > a {position:relative;display:block;overflow:hidden;padding:0 2.375rem 0 1.25rem;color:rgba(0,0,0,.5);line-height:40px;font-size:.8125rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}
#user-nav .user-menu .secline .sub > a::before {content:'';position:absolute;z-index:1;top:50%;right:1rem;border:3px solid transparent;transform:translateY(-50%)}
#user-nav .user-menu .secline .sub > a.a-sub-hover,
#user-nav .user-menu .secline .sub > a:hover {color:rgba(0,0,0,.85);background-color:rgba(0,0,0,.03)}
#user-nav .user-menu .secline .sub > a.a-sub-hover::before,
#user-nav .user-menu .secline .sub > a:hover::before {border-left-color:rgba(0,0,0,.35)}

/* etc. */
#user-nav .user-etc {display:flex;align-items:center;align-self:stretch;margin-left:auto;margin-right:-.5rem}
#user-nav .user-updated {font-size:.8125rem;line-height:21px;color:#707070;white-space:nowrap}

/*********************************************
note : navigation footer
*********************************************/
#nav-footer {padding:0}

/* hot issue */
#nav-footer .hot-issue {float:left;font-size:0;text-align:left}
#nav-footer .hot-issue {padding-right:60px;width:75%}
#nav-footer .hot-issue > .titles, #nav-footer .hot-issue > .auto-article {display:inline-block;vertical-align:middle}
#nav-footer .hot-issue > .titles {width:100px;font-size:.9875rem;line-height:45px;color:#222}
#nav-footer .hot-issue > .auto-article {width:calc(100% - 100px)}
#nav-footer .hot-issue > .auto-article .auto-titles {color:rgba(0,0,0,.6) !important}
#nav-footer .hot-issue > .auto-article .auto-titles:hover {color:#222 !important;text-decoration:underline}

/* 검색 */
#nav-footer .user-search {float:right;width:250px;background-color:#fff;border-bottom:1px solid #eee}
#nav-footer .user-search input#search {float:left;width:calc(100% - 45px);height:45px;margin:0;padding:0 0 0 12px;font-size:.75rem;color:#222;background:none;border:none;border-radius:0;box-shadow:none}
#nav-footer .user-search button[onclick] {float:right;width:45px;height:45px;font-size:1.25rem;color:#222;text-align:center;cursor:pointer}

/* 윤미정 / 1438291 / 20250116 
#user-nav .user-menu .secline > a {padding: 0 1.15rem;}
*/
/* 최은비 / 1439710 / 20250121
#user-nav .user-menu .secline > a {padding: 0 .9rem;} */

#user-nav .user-menu .secline > a {padding: 0 0.7rem;}
#user-nav .user-menu .secline:last-child > a{color:#f13535}


/* 이승현 / 1460545 / 20250408 */
#user-gnb .user-translation {font-size:0;border:0px solid #d9d9d9;text-align:left; margin-left:1rem}
#user-gnb .user-translation .translate-btn {overflow:hidden;position:relative;display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right:.25rem;background:url('/image/country_list02.png') no-repeat;cursor:pointer}
#user-gnb .user-translation .translate-btn:last-child {margin-right:0}
#user-gnb .user-translation .translate-btn.kr {background-position:0 0}
#user-gnb .user-translation .translate-btn.en {background-position: -22px 0}
#user-gnb .user-translation .translate-btn.jp {background-position: -47px 0}
#user-gnb .user-translation .translate-btn.cn {background-position: -71px 0}
#user-gnb .user-translation .translate-btn.vi {background-position: -94px 0}
#user-gnb .mode-inner {display:flex}

/* 이승현 / 1469197 / 20250508 */
#nav-header .user-logo {padding-bottom:15px;}

