/* BASIC css start */
#header{width:1110px;margin:0 auto;color:#202020;font-size:.9em; z-index:10;}
#header img{vertical-align:top;}
#header .inner {float:left;width:1110px;padding:11px 0 0;}
#header .logbox { overflow: hidden; margin: 0 0 1px 0; zoom: 1; }
#header .logbox .member li { float:left; }
#header .bookmark,
#header .desktop {float:right;}
#header .bookmark {padding:0 0 0 20px;}
#header .desktop{padding:0 0 0 5px;}
#Banner_left {float:left;width:260px;}
#Banner_right {float:right;width:260px;}
#header .logotop { float: left; width: 480px; padding: 0 0 0 0; margin-left:70px;}
#nav {float:left;width:680px;padding:12px 15px 12px 60px; z-index:1000000000000000; margin-left:-50px;}
#nav ul {zoom;1}
#nav ul:after {content:"";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
#nav li {float:left;}
.hd-search { float: right; width: 245px; margin: 8px 0 0 0; background: url(/design/sunwootnd2/skin2/common/bg_search_header.gif) no-repeat 0 0; z-index:1000000; }
.hd-search .MS_search_word { float: left; width: 127px; height: 17px; margin: 8px 2px 0 60px; padding:0; font-size: 12px; border:0; }
.hd-search .search-btn {  z-index:1000000;  }



/*   메뉴 네비게이션 */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 900px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background:url(images/topnav_s.gif) repeat-x; 
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 0px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
        font-weight:bold;
}
ul#topnav li a:hover {background: #888888;}
ul#topnav li:hover { background: #888888; }
ul#topnav li span {
	float: left;
	padding: 15px 10px;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 830px;
	background: #888888;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; line-height:20px; width:200px;}
ul#topnav li span a:hover {text-decoration: underline; line-height:20px; width:200px;}
/* BASIC css end */

