@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:.688rem 0 .375rem 0;line-height:1;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}
#user-gnb::after {content:'';display:table;clear:both}

/*패밀리사이트*/
#Top_Mark {font-family:-apple-system,BlinkMacSystemFont,'dotum';font-size:11px}
#Top_Mark,
#Top_Mark .family-site,
#Top_Mark .top-sns {float:left}
#Top_Mark .family-site {width:500px;}
#Top_Mark .family-site .title {float:left;display:block;overflow:hidden;width:70px;height:11px;text-indent:-5000px;background:url(./design_basic.png) 0 -160px no-repeat;margin-right:5px}
#Top_Mark .family-site li {float:left;}
#Top_Mark .family-site li:first-child {padding-left:.625rem}
#Top_Mark .family-site li::before {content:'|';float:left;padding:0 .625rem;color:#dfdfdf}
#Top_Mark .family-site li:first-child:before {content:'';float:left;padding:0}
#Top_Mark .family-site li a {display:block;overflow:hidden;height:11px;text-indent:-5000px;background:url(./design_basic.png) no-repeat}
#Top_Mark .family-site li.fm1 a {width:32px;background-position:0 -199px}
#Top_Mark .family-site li.fm2 a {width:28px;background-position:-40px -200px}
#Top_Mark .family-site li.fm3 a {width:40px;background-position:-80px -200px}
#Top_Mark .family-site li.fm4 a {width:90px;background-position:0 -240px}
#Top_Mark .family-site li.fm5 a {width:44px;background-position:-120px -240px}
#Top_Mark .family-site li.fm6 a {width:38px;background-position:0 -280px}

/* 로그인 */
#user-gnb .user-logbox {float:right}
#user-gnb .user-logbox li {float:left;font-size:.75rem;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:#555}

#user-gnb .user-logbox li::before {content:'|';float:left;padding:0 .625rem;color:#dfdfdf}
#user-gnb .user-logbox li:first-child:before {content:'';float:left;padding:0}

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


/*********************************************
note : 로고영역
*********************************************/
#nav-header-wrapper {position:relative;padding:1rem 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:left}
#nav-header .dis-table-cell.user-banner {width:250px}

/* 검색 */
#nav-header .user-search {float:right;width:250px;height:34px;margin-right:1.5rem;padding:0 0 0 .5rem;border-bottom:1px solid #ccc;}
#nav-header .user-search input {float:left;width:calc(100% - 32px);height:32px;font-size:.8rem;letter-spacing:-0.05em;background:transparent;border:none;box-shadow:none}
#nav-header .user-search button {float:right;width:30px;height:32px;font-size:1rem;color:#888}


/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav::after,#user-nav-wrapper::after {content:'';display:table;clear:both}
#user-nav-wrapper {background-color:#fff !important;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}

/* 전체 */
#user-nav .all-section {float:left;height:40px;padding-left:1.25rem;padding-right:1.25rem;font-family:-apple-system,BlinkMacSystemFont,'Noto Sans KR','Malgun Gothic','돋움','dotum',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1.063rem;font-weight:500;letter-spacing:-0.05em;color:#000;cursor:pointer}

/* 섹션 */
#user-nav .mega-menu {float:left}
#user-nav .mega-menu li.megaline {float:left;position:relative;line-height:1}
#user-nav .mega-menu li.megaline > a {display:inline-block;position:relative;height:40px;padding:.75rem 1.5rem;font-size:1.063rem;font-weight:500;color:#000;text-decoration:none;-moz-transition:all .25s;transition:all .25s}
#user-nav .mega-menu li.megaline > a::before {content:'';position:absolute;z-index:1;border-top:1px solid transparent;left:0;right:0;top:0;-moz-transition:all .15s;transition:all .15s}
#user-nav .mega-menu li.megaline > a.a-hover {color:#e6336e;background:#fff}
#user-nav .mega-menu li.megaline > a.a-hover::before {border-top-color:transparent !important}
#user-nav .mega-menu li.megaline .sub-menu-vertical {display:none;position:absolute;z-index:998;min-width:140px;max-width:300px;background:#fff;border:1px solid #e6336e;border-top:none;left:-1px;top:100%}
#user-nav .mega-menu li.megaline .sub-menu-vertical li.sub {font-size:.9rem;line-height:1;letter-spacing:-0.05em;text-align:left}
#user-nav .mega-menu li.megaline .sub-menu-vertical li.sub a {display:block;position:relative;padding:.9rem .625rem;font-weight:400;color:#888;-moz-transition:all .25s;transition:all .25s}
#user-nav .mega-menu li.megaline .sub-menu-vertical li.sub a::after {content:'';position:absolute;z-index:1;border-width:3px;border-style:solid;border-color:transparent;right:.625rem;top:50%;transform:translateY(-50%);visibility:hidden}
#user-nav .mega-menu li.megaline .sub-menu-vertical li.sub a:hover {color:#333;background-color:#ecf0f1}
#user-nav .mega-menu li.megaline .sub-menu-vertical li.sub a:hover::after {border-left-color:rgba(0,0,0,.35);visibility:visible}



/* 우측사이드영역 */
#user-wrap .wrapper {position:relative;width:1300px;padding-right:300px;margin:0 auto}
#user-wrap.aside-active .wrapper {width:1080px;padding-right:0}
#user-wrap.aside-active #snb-wrap {display:none}
#user-wrap.aside-active button.snb-open {display:block}
#snb-wrap {overflow-y:auto;position:absolute;top:0;right:0;width:300px;height:100%;padding:20px;background-color:#f8f8f8}
#snb-wrap button {font-size:30px;cursor:pointer;}
#snb-wrap button.snb-close {float:right;transition:transform .2s}
#snb-wrap button.snb-close:hover {transform:rotate(90deg)}
#header-wrapper button.snb-open {display:none;position:absolute;top:155px;right:0px;font-size:30px;cursor:pointer;z-index:1004}



#nav-header .dis-table-cell.user-logo {text-align: center;}
#nav-header .dis-table-cell.user-logo a {display: inline-block;width: 365px;}
#nav-header .dis-table-cell.user-banner {width: 300px;}
#nav-header .user-search {margin-right:0}