@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99}
#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-gnb {position:relative;background-color:#f5f5f5}
#header-wrapper.basic #user-gnb > .mode-inner {padding-left:1.25rem;padding-right:1.25rem}

/* 최종편집 */
#user-gnb .user-intro {float:left;font-size:.8125rem;line-height:32px;color:rgba(0,0,0,.5)}

/* 로그인/회원가입 */
#user-gnb .user-logbox {float:right}
#user-gnb .user-logbox > li {float:left;margin-left:1.125rem;font-size:.8125rem;line-height:32px;color:rgba(0,0,0,.5)}
#user-gnb .user-logbox > li:first-child {margin-left:0}
#user-gnb .user-logbox > li > a {display:block;color:inherit}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {padding:1.8rem 0 .625rem 0;font-size:0}
#nav-header > [class*="user-"] {display:inline-block;vertical-align:middle}
#nav-header .user-logo {width:calc(100% - 600px);font-size:inherit}
#nav-header .user-banner {float:right}

/* 검색 */
#nav-header .user-search {display:inline-block;position:relative;width:220px}
#nav-header .user-search input#search {height:35px;margin:0;padding-right:50px;font-size:.8125rem;border-radius:0;box-shadow:none;}
#nav-header .user-search button[onclick] {position:absolute;z-index:10;right:0;top:0;width:35px;height:35px;font-size:1.375rem;background:#000;color:#fff;cursor:pointer;}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {border-bottom:1px solid #cecece}
#header-wrapper.vertical #user-nav {margin-bottom:0;border-bottom:none}

/* 전체 */
#user-nav .user-allbtn {float:left;max-width:62px;height:62px;margin:0;padding:0;font-size:1.5rem;line-height:1;color:#000}

/* */
#user-nav .user-etc {float:right;font-size:.925rem}
#user-nav .user-etc ul li {float:left;margin:0 .825rem}
#user-nav .user-etc ul li a {color:#808080;line-height:62px}
#user-nav .user-etc ul li a:hover {color:#000}
#user-nav .user-etc ul li:last-child {margin-right:0}
#user-nav .user-etc ul li:last-child a {line-height:58px}
#user-nav .user-etc ul li:last-child a {display: block;margin-top:23px;width:50px;height:17px;background:url('/image/logo/sec_logo.png')}
#user-nav .user-etc ul li:last-child a:hover {background:url('/image/logo/sec_logo.png') -70px 0 no-repeat}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {float:left;position:relative;width:calc(100% - 370px);font-size:0;white-space:nowrap;}
#user-nav .user-menu .secline {position:relative;display:inline-block;vertical-align:middle}
#user-nav .user-menu .secline > a {overflow:hidden;display:block;position:relative;height:62px;padding:0 1.525rem;font-size:1.25rem;font-weight:700;color:#000;letter-spacing:-.025em;line-height:62px;transition:all .15s ease-in-out;text-decoration:none}
#user-nav .user-menu .secline:first-child > a {padding-left:0}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;font-size:0;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;padding:0 1.25rem;font-size:.813rem;color:rgba(0,0,0,.6);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(0,0,0,.95)}

/* 메뉴바 - 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;font-size:.9375rem;line-height:46px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {background-color:#fff;border:1px solid #cecece;border-top:0}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding-right:2.5rem;color:rgba(0,0,0,.5);line-height:40px}
#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;-ms-transform:translateY(-50%);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:rgba(0,0,0,.95);background-color:rgba(0,0,0,.03)}
#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%;-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}
*********************************************/

/* etc */
#user-gnb-dn {height:50px;border-bottom:1px solid rgba(0,0,0,.08)}
#user-gnb-dn .user-sns, #user-nav .user-search {float:right;display:inline-block;vertical-align:middle}

/* 서브섹션 메뉴 */
#user-gnb-dn ul li {position:relative;float:left;padding:0 1rem}
#user-gnb-dn ul li:not(:first-child)::before {content:'';overflow:hidden;position:absolute;z-index:1;left:0;top:50%;width:0;height:.925rem;border-left:1px solid #e2e2e2;-ms-transform:translateY(-50%);transform:translateY(-50%);}
#user-gnb-dn ul li > a {overflow:hidden;display:block;position:relative;height:50px;font-size:15px;line-height:50px;letter-spacing:-.025em;color:#000;transition:color .15s ease-in-out;text-decoration:none;}
#user-gnb-dn ul li > a.active {color:#0054a6;font-weight:bold;border-bottom:2px solid #0054a6}
#user-gnb-dn ul li:first-child {padding-left:0}
#user-gnb-dn ul li > a:hover {color:#0054a6}

/* 실시간뉴스 */
#user-gnb-dn .user-real {float:left;width:600px}

/* sns */
#user-gnb-dn .user-sns {margin-top:.6rem}
#user-gnb-dn .user-sns::after {content:'';display:table;clear:both}
#user-gnb-dn .user-sns > .item {overflow:hidden;float:left;width:32px;height:32px}
#user-gnb-dn .user-sns > .item.fb {background:url('/image/icon-sns.png') -50px 0 no-repeat}
#user-gnb-dn .user-sns > .item.tw {background:url('/image/icon-sns.png') 0 0 no-repeat}
#user-gnb-dn .user-sns > .item.yt {background:url('/image/icon-sns.png') -100px 0 no-repeat}
#user-gnb-dn .user-sns > .item:not(:first-child) {margin-left:.5rem}
#user-gnb-dn .user-sns > .item:hover {-ms-transform:rotate(-360deg);transform:rotate(-360deg)}

/* 최은비 / 1195505 / 20220905 */
#header-wrapper .pc-top-banner{background:#6161cd;}
/* 최은비 / 1211988 / 20221101 */
#nav-header .user-logo{width: calc(100% - 645px);}