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

/*********************************************
note : GNB
*********************************************/
#user-gnb {display:block;background-color:rgba(255,255,255,.15)}

/* intro */
#user-gnb .user-intro, #user-gnb .user-intro > .item {float:left}
#user-gnb .user-intro > .item {margin-left:1rem;font-size:.813rem;font-weight:400;line-height:38px;color:rgba(255,255,255,.8)}
#user-gnb .user-intro > .item:first-child {margin-left:0}
#user-gnb .user-intro > a.item:hover {color:#fff}

/* sns */
#user-gnb .user-sns {float:right}
#user-gnb .user-sns > .item {float:left;margin-left:.625rem;font-size:1rem;line-height:38px;color:rgba(255,255,255,.8)}
#user-gnb .user-sns > .item.updated {margin-left:1.375rem;font-size:.8125rem;font-weight:400;color:rgba(255,255,255,.5)}
#user-gnb .user-sns > .item:first-child {margin-left:0}
#user-gnb .user-sns > a.item:hover {color:#fff}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {position:relative;font-size:0;border-bottom:1px solid rgba(255,255,255,.2);text-align:left}
#user-nav .user-logo, #user-nav .user-menu, #user-nav .user-etc {display:inline-block;vertical-align:middle}
#user-nav .user-etc {width:90px;text-align:right}

/* 로고 */
#user-nav .user-logo {overflow:hidden;width:280px;height:105px;margin:0;padding-right:2.5rem;font-size:0;line-height:105px;border-right:1px solid rgba(255,255,255,.2);text-align:left}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {position:relative;width:calc(100% - 370px);padding-left:1.5rem;font-size:0;white-space:nowrap}
#user-nav .user-menu .secline {position:relative;display:inline-block;white-space:nowrap;vertical-align:middle}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;position:relative;height:62px;padding:0 1rem;font-size:1.063rem;font-weight:bolder;line-height:62px;color:rgba(255,255,255,.6);text-decoration:none;text-transform:uppercase}
#user-nav .user-menu .secline > a:hover, #user-nav .user-menu .secline > a.a-hover {color:#fff}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {position:absolute;overflow:hidden;visibility:hidden;z-index:1;top:100%;left:0;font-size:0;background-color:#fff;border:1px solid #e73f72}
#user-nav .user-menu .secline > ul::after {content:'';display:table;clear:both}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;padding:0 .75rem;font-size:.8125rem;font-weight:400;color:rgba(0,0,0,.5);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 {width:auto;white-space:nowrap}
#header-wrapper.horizon #user-nav .user-menu .secline .sub {display:inline-block;position:relative;font-size:0;vertical-align:middle}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {position:relative;display:inline-block;line-height:30px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline .sub {border-top:1px solid rgba(0,0,0,.05)}
#header-wrapper.vertical #user-nav .user-menu .secline > ul > :first-child {border-top:0}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:0 2.875rem 0 1.25rem;color:rgba(0,0,0,.5);line-height:38px;white-space:nowrap}
#header-wrapper.vertical #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%)}
#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:#000;background-color:#f8f8f8}
#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)}

/* 메뉴바 - 2차섹션 위치 */
#header-wrapper.left #user-nav .user-menu .secline > ul {left:0}
#header-wrapper.center #user-nav .user-menu .secline > ul {left: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:50px;left:0;width:100%;height:0;background-color:transparent;transition:all .15s ease-in-out}
#header-wrapper.horizon #user-nav.active::before {height:40px}
#header-wrapper.horizon #user-nav.active .user-menu .secline .sub > a {color:#fff}
*********************************************/

/* 전체메뉴 */
#user-nav .user-allbtn {display:inline-block;overflow:hidden;height:38px;margin-left:.75rem;font-size:1.5rem;line-height:1;color:#fff;text-align:center;vertical-align:middle}

/* logbox */
#user-nav .user-logbox {display:inline-block;position:relative;vertical-align:middle}
#user-nav .user-logbox .logbox-btn {font-size:1.5rem;line-height:1;color:#fff;text-decoration:none}
#user-nav .user-loglist {display:none;position:absolute;z-index:10;left:50%;top:100%;padding:0 .75rem;background-color:#fff;border-radius:.25rem;text-align:center;transform:translateX(-50%)}
#user-nav .user-loglist::before {content:'';display:block;overflow:hidden;position:absolute;left:50%;bottom:100%;border-width:4px;border-style:solid;border-color:transparent transparent #fff;transform:translateX(-50%)}
#user-nav .user-loglist > li {font-size:.75rem;font-weight:400;line-height:32px;color:rgba(0,0,0,.6);border-top:1px solid rgba(0,0,0,.08);white-space:nowrap}
#user-nav .user-loglist > li:first-child {border-top:0}
#user-nav .user-loglist > li > a {color:inherit;line-height:inherit}
#user-nav .user-loglist > li > a:hover {color:rgba(0,0,0,.95)}

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

/* hot issue */
#nav-footer .hot-issue {float:left;font-size:0;text-align:left}
#nav-footer .hot-issue {width:50%}
#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:.875rem;line-height:45px;color:#fff}
#nav-footer .hot-issue > .auto-article {width:calc(100% - 100px)}
#nav-footer .hot-issue > .auto-article .auto-titles {color:rgba(255,255,255,.6) !important}
#nav-footer .hot-issue > .auto-article .auto-titles:hover {color:#fff !important;text-decoration:underline}

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


/* 이승현 / 1523025 / 20251111 */
#user-nav .user-logo {width:310px;}
#user-nav .user-menu {width:calc(100% - 400px);}

