@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:1.875rem;background-color:#05623e}
#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 {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 : 로고영역
*********************************************/
/* 기본 */
#nav-header {position:relative;padding:0;margin-bottom:.1875rem;white-space:nowrap}
#nav-header > .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:flex-end;align-items:flex-end;padding-top:2.5rem}
#nav-header .user-logo {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;margin-right:2.5rem;margin-bottom:-.1875rem}

/* 기본 */
#user-gnb {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:flex-end;justify-content:flex-end;-ms-align-items:flex-end;align-items:flex-end;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}

/* 최종편집 */
#user-gnb .updated {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;padding-bottom:.75rem;font-size:.8125rem;font-weight:300;line-height:1;color:#fff}

/* 로그인/회원가입 */
#user-gnb .user-logbox {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:flex-end;justify-content:flex-end;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}
#user-gnb .user-logbox > li {-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:auto;max-width:100%;padding:0 .75rem .75rem;font-size:.8125rem;font-weight:300;line-height:1;color:#fff;white-space:nowrap}
#user-gnb .user-logbox > li > a {color:inherit}
#user-gnb .user-logbox > li:hover {color:rgba(255,255,255,.5)}
#user-gnb .user-logbox > li:first-child > a {padding-left:.375rem}

/* 검색 */
#user-gnb .user-search {-ms-flex:0 0 230px;flex:0 0 230px;position:relative;max-width:230px;margin-left:1.25rem}
#user-gnb .user-search input#search {height:42px;margin:0;padding-left:12px;padding-right:60px;color:rgba(0,0,0,.85);background:#fff;border-radius:0;font-size:.875rem;box-shadow:none;transition:background-color .25s}
#user-gnb .user-search input#search:focus {background-color:rgba(255,255,255,.85)}
#user-gnb .user-search button[onclick] {position:absolute;z-index:1;right:0;top:0;width:45px;height:42px;font-size:1.375rem;color:rgba(0,0,0,.85);text-align:center;cursor:pointer}


/*********************************************
note : 메뉴영역
*********************************************/
#user-nav {text-align:center}
#user-nav .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
#user-nav .user-menu .secline {display:block;position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;position:relative;padding:0 1.375rem;font-size:1.125rem;font-weight:700;font-weight:var(--wgt700);line-height:62px;color:#fff;white-space:nowrap;text-decoration:none}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;font-size:0;background-color:#05623e;visibility:hidden}
#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:.813rem;font-weight:300;color:rgba(255,255,255,.65);text-overflow:ellipsis;white-space:nowrap;text-decoration:none}
#user-nav .user-menu .secline .sub > a.a-sub-hover,
#user-nav .user-menu .secline .sub > a:hover {color:rgba(255,255,255,.95)}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {width:auto;margin-top:-5px;padding:0 .688rem;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:block;padding:0 .625rem;line-height:32px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {border-top:0;text-align:center}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:0 1.313rem;line-height:40px;border-top:1px solid rgba(255,255,255,.05)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a.a-sub-hover,
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a:hover {background-color:rgba(0,0,0,.2)}

/* 메뉴바 - 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}
*********************************************/

/* 전체 */
#user-nav .user-allbtn {position:relative;margin:0;padding:0 1.375rem;font-size:1.125rem;font-weight:700;font-weight:var(--wgt700);line-height:62px;color:#fff;white-space:nowrap}
#user-nav .user-allbtn > i[class^="icon-"] {padding-left:.375rem}
#user-nav .user-allbtn.active > i[class^="icon-"]::before {content:"\e945"}

/*********************************************
note : 실시간뉴스
*********************************************/
/* 기본 */
#nav-footer {display:block;background-color:#fff}
#nav-footer .mode-inner {position:relative;border-bottom:1px solid #D5D5D5}
#nav-footer .mode-inner::before {content:'';overflow:hidden;position:absolute;left:0;top:100%;width:100%;height:0;margin-top:2px;border-top:3px double #D5D5D5}

/* hot issue */
#nav-footer .hot-issue {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem}
#nav-footer .hot-issue .titles {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;margin-bottom:0;margin-right:1.25rem;font-size:1.125rem;font-weight:700;font-weight:var(--wgt700);line-height:32px;color:#052962}
#nav-footer .hot-issue .issue-content {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}

/*********************************************
note : 전체메뉴
*********************************************/
#all-section {display:none;position:absolute;left:0;width:100%;font-size:0;background-color:#fafbfc;box-shadow:0 3px 12px rgba(0,0,0,.2);z-index:1002}
#all-section .mode-inner {overflow:hidden;position:relative}

#all-section .nav-top {background-color:#052962;text-align:center}
#all-section .nav-title {font-size:1.125rem;font-weight:700;font-weight:var(--wgt700);line-height:62px;color:#fff;vertical-align:middle}

#all-section .menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2.5rem 0}
#all-section .menu > li {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 1.25rem;display:block;border-left:1px solid #d5d5d5}
#all-section .menu > :not(:nth-child(-n + 4)) {margin-top:1.5rem}
#all-section .menu > li > a {padding:0;font-size:1.125rem;font-weight:700;font-weight:var(--wgt700);line-height:1.125;color:#222}
#all-section .menu-list {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1.25rem 0}
#all-section .menu-list > li {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-top:.625rem;text-align:left}
#all-section .menu-list > li:nth-child(-n+2) {margin-top:0}
#all-section .menu-list > li > a {font-size:1rem;color:rgba(0,0,0,.55)}

#all-section .foot {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;position:relative;margin-bottom:2.5rem;padding-top:1rem;border-top:1px solid #d5d5d5}
#all-section .foot::before {content:'';overflow:hidden;position:absolute;top:0;left:0;width:100%;height:0;margin-top:3px;border-top:1px solid #d5d5d5}
#all-section .all {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}
#all-section .all > a {font-size:1.125rem;font-weight:700;font-weight:var(--wgt700);color:#222}
#all-section .nav-close {-ms-flex:0 0 32px;flex:0 0 32px;max-width:32px;background-color:#f5f5f5}
#all-section .nav-close > i[class^="icon-"] {display:block;overflow:hidden;width:32px;height:32px;font-size:1.25rem;color:rgba(0,0,0,.85);border:1px solid #d5d5d5;line-height:30px}



