@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

a.menu-suv:link {
 text-decoration: none;
 color: #620d20;
}



body, div, ul, li, table, tr, td, th{margin:0px; padding:0px;}

ul, li{list-style:none;}

body {
	font-family:Nanum Gothic, Georgia, serif;
	background: #fdf7ea;
	font-size:13px;
}


#wrap {
	width:500px;
	position: relative;
	z-index:1000;
}

#allset{
	width: 1200px;
	position: relative;
	margin:0 auto;
	align:center;
}





/*네비게이션 색상*/

.navi_bg{
	background:#fdf7ea;
}


/*네비게이션 전체 영역 제어*/

.nav {
	height:20px;
	list-style: none;
	width:500px;
	margin:auto;
	background: #fdf7ea;
	font-size: 13px;
	color:#620d20;
}


/*주메뉴 영역 제어*/

.topnav{
	text-align:center;
	width:90px;
	height:50px;
	cursor:pointer;
	float: left;

	
}


/*주메뉴 마우스 오버시*/

.topnav:hover{
	color:#620d20;
}


/*주메뉴,서브메뉴 한묶음 제어*/

.navi_set{
	float: left;
	padding:5px;
	position: relative;
}


/*서브메뉴 전체영역 제어*/

.subnav{
	position: absolute;
	left: 0; top: 25px;
	background: #fdf7ea;
	display: none;

}


/*서브메뉴 한칸 제어*/

.subnav li{
	padding:5px;
	width:95px;
	text-align:center;
	border-bottom:1px solid #f0e5c1;
	border-top:1px solid #fdf7ea;
	cursor:pointer;	
	
}
	

/*서브메뉴 마우스 오버시*/

.subnav li:hover{
	
	background:#f0e5c1;
}
