@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {margin-bottom:1.25rem;font-family:-apple-system,BlinkMacSystemFont,'Noto Sans KR','Malgun Gothic','돋움','dotum',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;text-align:center}
#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:#444;}
#user-gnb::after {content:'';display:table;clear:both}

/* 업데이트 */
#user-gnb .user-intro {float:left;padding-left:10px;font-size:.8rem;letter-spacing:-0.03em;color:rgba(255,255,255,.7)}


/* 전체 */
#user-gnb .user-intro .all-section {float:left;font-family:-apple-system,BlinkMacSystemFont,'Noto Sans KR','Malgun Gothic','돋움','dotum',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:-0.05em;color:#f2f2f2;cursor:pointer}


/* 로그인 */
#user-gnb .user-logbox {float:right;padding-right:10px;}
#user-gnb .user-logbox li {float:left;padding:0 .625rem;font-size:.8rem;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:rgba(255,255,255,.8)}

/*********************************************
note : 로고영역
*********************************************/
#nav-header-wrapper {position:relative;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-logo {text-align:center}
#nav-header .dis-table-cell.user-banner {/*width:300px*/width:250px}

/* 로그인 */
#nav-header .user-logbox {position:absolute;z-index:1;right:0;bottom:.625rem}
#nav-header .user-logbox li {float:left;padding:0 .5rem;font-size:.75rem;line-height:1;letter-spacing:-0.05em}
#nav-header .user-logbox li:first-child {padding-left:0;padding-right:1rem}
#nav-header .user-logbox li:nth-child(2) {padding-left:.9rem}
#nav-header .user-logbox li:last-child {padding-right:0}
#nav-header .user-logbox li.updated {position:relative;color:#555}
#nav-header .user-logbox li.updated::after {content:'';position:absolute;z-index:1;border-right:1px solid rgba(0,0,0,.2);right:0;top:0;bottom:0}
#nav-header .user-logbox li a {color:#555}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav::after,#user-nav-wrapper::after {content:'';display:table;clear:both;}
#user-nav {height:98px;background-color:#ecf0f1;border:1px solid #ccc;z-index:900;border-top:0.188rem solid #444;}
#user-nav-wrapper {position:relative;height:55px;background-color:#fff !important;color:#292728 !important;}

/* 검색 */
#user-nav .user-search {float:right;width:225px;height:38px;margin-right:10px;background:#444;margin-top:8px;border-radius:50px}
#user-nav .user-search::after {content:'';display:table;clear:both}
#user-nav .user-search input {float:left;width:calc(100% - 65px);height:38px;margin:0;padding:0 .625rem;font-size:.9rem;letter-spacing:-0.05em;color:rgba(255,255,255,4);background:transparent;border:none;box-shadow:none}
#user-nav .user-search button {float:right;width:60px;height:38px;font-size:1.2rem;font-weight:400;color:rgba(255,255,255,2);cursor:pointer}

/* 섹션 */
#user-nav .mega-menu {float:left;position:relative;z-index:2;top:-3px;left:0}
#user-nav .mega-menu li.megaline {float:left;line-height:1;height:58px;}
#user-nav .mega-menu li.megaline > a {display:block;position:relative;padding:1.375rem .6rem;font-size:1rem;font-weight:500;color:#292728;text-decoration:none;-moz-transition:all .25s;transition:all .25s;}
#user-nav .mega-menu li.megaline > a::before {content:'';position:absolute;z-index:1;height:55px;margin-top:0.188rem;left:0;right:0;top:0;-moz-transition:all .15s;transition:all .15s;border-top:3px solid transparent;z-index:999}
#user-nav .mega-menu li.megaline > a.a-hover {color:#e6336e;background:#ecf0f1;}
#user-nav .mega-menu li.megaline > a.a-hover::before {margin-top:0 !important;border-top-color:#e6336e;}
#user-nav .mega-menu li.megaline ul {display:none;position:absolute;z-index:998;left:0;top:100%;}
#user-nav .mega-menu li.megaline ul li.sub {float:left;font-size:.9rem;line-height:0.688rem;letter-spacing:-0.05em}
#user-nav .mega-menu li.megaline ul li.sub a {display:inline-block;padding:.9rem .625rem;font-weight:400;color:#888}
#user-nav .mega-menu li.megaline ul li.sub a:hover {color:#333}

/* 인기 */
#user-nav .keyword {float:left;margin-left:0.750rem;width:7rem;line-height:3.313rem;font-size:0.750rem}
#user-nav .keyword .key-com {float:right}
#user-nav .keyword .key-com > span {color:#fff;padding:0 0.188rem;background-color:#e33030}
#user-nav .keyword .key-com ul {float:right;margin-left:0.313rem;line-height:3.313rem;}
#user-nav .keyword .key-com li {float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:4.063rem}
#user-nav .keyword .key-com li a::before {content:" , "}
#user-nav .keyword .key-com li:first-child a::before {content:""}