@charset "utf-8";

/* common */
#header.main_header {width:100%;height:59px; border-bottom:3px solid #294b91}
#header .header_wrap{position:relative; width:100%; height:59px;overflow:visible; z-index:90;background:#fff;}
#header .header_wrap .header_area {width:1000px;margin:0 auto;min-height:59px;position:relative;}
#header .header_wrap .header_area h1 {float:left;}

.util {float:left;top:35px;right:-30px;position:absolute; z-index:3;}
.util li {float:left;margin-left:10px;}

/* main - gnb */
.gnb > li{position:relative;text-align:center;}
.gnb .depth2{display:none; position:absolute; left:0; top:0; height:200px;}


/* Sub_GNB */
.gnb {float:left;margin:17px 0 0 0; }
.gnb li {float:left; width:120px; text-align:center; overflow:visible;}

.gnb ul{float:left; width:120px; height:100%; padding:57px 0 0 10px;}
.gnb ul.line{border-right:1px solid #e9e5e1; }
.gnb ul li{margin-bottom:5px; overflow:hidden}
.gnb ul li a{font-size:11px; color:#666}
.gnb ul li a:hover{color:#294b91}