.wrap_nav { width: 100%; margin: 0 auto; background: #314762;height:89px;}

/* @group core nav menu */
#nav { margin: 0 auto; padding: 0; list-style: none; width:1280px; text-align:center;
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; 
height: 60px; padding-right: 0px; }

#nav li { display: inline-block; text-align:center; position: relative; z-index: 999; margin: 0 1px; font-family: 'Noto Sans CJK KR';}

#nav li a { display: block; padding: 0; font-weight: 600; line-height: 90px; text-decoration: none;  color: #fff; zoom: 1; border-left: 1px solid transparent; border-right: 1px solid transparent; padding: 0px 40px; }
#nav li a:hover, #nav li a.hov { background-color: #fff; color: #ff8a00; }

/* @group subnav */
#nav ul { position: absolute; left:0px; display: none; margin: 0; padding: 0; list-style: none; border:1px #d5dce8 solid;}	
#nav ul li { width:160px; float: left; border-top: 1px solid #fff; text-align: left; background: #fff;font-family: 'Nanum Gothic'; padding-left:30px;}
#nav ul li:hover { border-left:0px solid transparent; border-right: 0px solid transparent;background:#eee }

#nav ul a { display: block; height: 20px; line-height: 20px; padding: 8px 5px; color: #666; border-bottom: 1px solid transparent; text-transform:  uppercase; color: #797979; font-weight: normal; }
#nav ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color: #4e4e4e; }

* html #nav ul { margin: 0 0 0 -2px; }

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.font_size17{font-size:17px}