/* Mouse over style */
* { margin: 0; padding: 0; }
body {font-family: Arial, Tahoma, sans-serif; font-size: 12px; color: #232323; }

.wrap { margin: 0 auto;}

/* @group core nav menu */
#nav { margin: 0; padding: 0; list-style: none; border-left: 0px solid #d5dce8; border-right: 0px solid #d5dce8; border-bottom: 0px solid #d5dce8; 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: 31px; padding-left: 0px; padding-right: 0px; background:#FF4800; }

#nav li { float: left; display: block; background: none; position: relative; z-index: 999; margin: 0 0px; }

#nav li a { display: block; padding: 0; font-weight: 700; line-height: 31px; text-decoration: none;  color: white; zoom: 1; border-left: 1px solid transparent; border-right: 0px solid transparent; padding: 0px 2px; font-size: 12px;}
#nav li a:hover, #nav li a.hov { background-color: #f4424ff; border-left: 1px solid #f4424f; border-right: 0px solid #d5dce8; color: #ffff00; font-size: 12px;text-decoration: underline;} /* mouse over underline */

/* @group subnav */
#nav ul { position: absolute; left:0px; display: none; margin: 0; padding: 0; padding-top:10px; padding-bottom:10px; list-style: none; border:1px #FF4800 solid;  background:#ffffff;}	/* subnav border color : #E0245E */
#nav ul li { width:180px; float: left; border-top: 0px solid #fff; text-align: left;  background:#ffffff;}								/* subnav background color : #fcacbe */
#nav ul li:hover { border-left:0px solid transparent; border-right: 0px solid transparent;background:#FF4800 }					/* subnav mouse over color : #E0245E */

/* 펼침메뉴 스타일 */
#nav ul a { display: block; height: 20px; line-height: 20px; padding: 3px 17px; color: #666; border-bottom: 1px solid transparent; text-transform:  uppercase; color: #171717; font-weight: normal; font-weight: 900; font-size: 12px;}		/* font size */
#nav ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color: #FFF; font-weight: 900; font-size: 14px;}		/* mouse over font size */	

* 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%; }