/* =============================================
	GNB
============================================= */
#gnb { width:100%; position:relative; border-top:3px solid #ee76a3; border-bottom:1px solid #cfcfcf; background:url(/images/header/gnb_bg.png) repeat-x;}
#gnb .first-menu {display:table; width:100%; table-layout:fixed; border-left:1px solid #cfcfcf;}
#gnb .first-menu li {display:table-cell; border-right:1px solid #cfcfcf;}
#gnb .first-menu li a {display:block; font-size:16px; text-align:center; color:#3b3b3b; letter-spacing:-0.02em; line-height:50px; font-family:NotoSansB; letter-spacing:-0.05em;}


#gnb .child-menu {position:absolute; width:100%; top:50px; z-index:1000; visibility: hidden; background:#fff; border-bottom:1px solid #dcdcdc;}
#gnb .child-menu .child-box {display:table; table-layout:fixed; width:100%; border-left:1px solid #dcdcdc;}
#gnb .child-menu ul {display:table-cell; height:230px; padding-top:10px; padding-left:10px; border-right:1px solid #dcdcdc;}
#gnb .child-menu ul.odd {}
#gnb .child-menu ul.even {}
#gnb .child-menu ul li {float:none; background:none; margin-bottom:10px;}
#gnb .child-menu ul li.first a {color:#e5456b; font-size:15px; margin-bottom:20px; letter-spacing:-0.02em; font-family:NotoSansM; display:none;}
#gnb .child-menu ul li.first a:hover {color:#8badd1;}
#gnb .child-menu ul li a {display:block; color:#7d7d7d; font-size:13px; line-height:15px;}
#gnb .child-menu ul li a:hover {text-decoration:underline; color:#ee76a3;}
