@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {margin-bottom:1.25rem;background:#f3f4f4;text-align:center;font-family:'Noto Sans KR',sans-serif}
#header-wrapper::after {content:'';display:table;clear:both}
#header-wrapper ul, #header-wrapper ol {list-style:none;padding:0;margin:0}

/*********************************************
note : 최상단영역
*********************************************/
#user-gnb {padding:.9375rem 0;line-height:1;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}
#user-gnb::after {content:'';display:table;clear:both}

/* 업데이트 */
#user-gnb .user-intro {float:left;font-size:.8rem;font-weight:400;letter-spacing:-0.025em;color:#555}

/* 로그인 */
#user-gnb .user-logbox {float:right}
#user-gnb .user-logbox li {float:left;padding:0 .625rem;font-size:.8rem;font-weight:400;line-height:1;letter-spacing:-0.05em}
#user-gnb .user-logbox li:first-child {padding-left:0}
#user-gnb .user-logbox li:last-child {padding-right:0}
#user-gnb .user-logbox li a {color:#333}

/*********************************************
note : 로고영역
*********************************************/
#nav-header {padding:1.5rem 0}
#nav-header::after {content:'';display:table;clear:both}
#nav-header .dis-table {width:100%;table-layout:fixed}
#nav-header .dis-table-cell {width:100%;height:80px;vertical-align:middle}
#nav-header .dis-table-cell.user-banner {width:320px}

/* 전체 */
#nav-header .all-section {padding-left:1.15rem;padding-right:1.15rem;font-size:1.5rem;font-weight:500;letter-spacing:-0.05em;color:#333;cursor:pointer; height: 80px;}

/* 검색 */
#nav-header .user-search {position:relative;z-index:999;margin-right:1.25rem}
#nav-header .user-search .user-search-btn {display:block;height:80px;font-size:1.25rem;color:#333;cursor:pointer}
#nav-header .user-search .user-search-btn .fa-times, #nav-header .user-search.ser-active .user-search-btn.close-btn .fa-search {display:none}
#nav-header .user-search.ser-active .user-search-btn.close-btn .fa-times {display:block}
#nav-header .user-search .user-search-form {display:none;position:absolute;z-index:999;width:230px;height:45px;padding:0 .5rem;border:2px solid #333;border-radius:2rem;right:1.563rem;top:1.125rem;background:#fff}
#nav-header .user-search .user-search-form::after {content:'';display:table;clear:both}
#nav-header .user-search.ser-active .user-search-form {display:block}
#nav-header .user-search .user-search-form button {width:32px;height:40px;cursor:pointer;color:#333;font-size:1.25rem}
#nav-header .user-search input {float:left;width:calc(100% - 32px);height:45px;font-size:.8rem;letter-spacing:-0.05em;background:transparent;border:none;box-shadow:none}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav::after,#user-nav-wrapper::after {content:'';display:table;clear:both}
#user-nav-wrapper {height:55px;margin-bottom:1.25rem;background:#fff;border:1px solid rgba(0,0,0,.12);border-bottom:2px solid rgba(0,0,0,.85)}

/* 전체기사보기 */
#user-nav .total-section {float:left;font-size:.8rem;line-height:1;letter-spacing:-0.075em}
#user-nav .total-section a {display:inline-block;padding:1.35rem 1.25rem;color:#888}
#user-nav .total-section a:hover {color:#333}

/* 회사소개 */
#user-nav .user-etc {float:right;margin-right:1.25rem}
#user-nav .user-etc li {float:left;font-size:.8rem;line-height:1;letter-spacing:-0.075em}
#user-nav .user-etc li a {display:inline-block;position:relative;padding:1.35rem .625rem;color:#888}
#user-nav .user-etc li a:before {content:'';position:absolute;z-index:1;border-right:1px solid rgba(0,0,0,.1);right:0;top:1.35rem;bottom:1.35rem}
#user-nav .user-etc li:last-child a {padding-right:0}
#user-nav .user-etc li:last-child a:before {display:none}
#user-nav .user-etc li a:hover {color:#333}

/* 섹션 */
#user-nav .mega-menu {display:inline-block;margin-left:auto;margin-right:auto}
#user-nav .mega-menu li.megaline {float:left;line-height:1;width:auto !important;}
#user-nav .mega-menu li.megaline > a {display:inline-block;padding:1.188rem .5rem;font-size:.875rem;font-weight:500;text-decoration:none;-moz-transition:all .25s;transition:all .25s}
#user-nav .mega-menu li.megaline > a.a-hover {color:#e6336e}
#user-nav .mega-menu li.megaline ul {display:none;position:absolute;z-index:998;width:135px;padding-top:1px;padding-bottom:1px;background-color:#fff;border:1px solid rgba(0,0,0,.85);border-top:none}
#user-nav .mega-menu li.megaline ul li.sub {font-size:.8rem;padding-left:1px;padding-right:1px;line-height:1;letter-spacing:-0.05em}
#user-nav .mega-menu li.megaline ul li.sub a {display:block;padding:.9rem .625rem;font-weight:400;color:#888}
#user-nav .mega-menu li.megaline ul li.sub a:hover {color:#fff;background-color:#e6336e}
