* { margin: 0; padding: 0; }
body {font-family:"맑은고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; font-size: 11px; color: #232323; }

.wrap { width: 750px; margin: 0 auto; }

/* @group core nav menu */
#nav { margin: 0; padding: 0; list-style: none;  border-bottom-left-radius: 4px; -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: 50px; padding-right: 15px;  }

#nav li { float: left; display: block; background: none; position: relative; z-index: 999; margin: 0 0px; }

#nav li a { font-family:"맑은고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; font-size: 14px; display: block; padding: 0; font-weight: 700; line-height: 50px; text-decoration: none;  color: #4b4b4b; zoom: 1;  transparent; padding: 0px 20px; }
#nav li a:hover, #nav li a.hov { font-family:"맑은고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; font-size: 14px;  color: #ea2100; }

/* @group subnav */
#nav ul { position: absolute; left:0px; display: none; margin: 0; padding: 0; list-style: none; border-top: 1px solid #ea2100; border-left: 1px solid #ea2100; border-right: 1px solid #ea2100; border-bottom: 1px solid #ea2100; background-color:#FFF; }	
#nav ul li { font-family:"맑은고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; font-size: 11px; width:180px; float: left;  text-align: left; }
#nav ul li:hover { font-family:"맑은고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;  background:#ea2100; }

#nav ul a { font-family:"맑은고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; font-size: 11px; display: block; height: 20px; line-height: 20px; padding: 8px 5px; color: #666; text-transform:  uppercase; color: #5c5c5c; font-weight: 700; background:#ffffff}
#nav ul a:hover { font-family:"맑은고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; font-size: 11px; text-decoration: none;  background: transparent; color: #ffffff; }

* 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%; }