@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 


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

ul, li{list-style:none;}

body {
	font-family: NanumGothic, '나눔고딕', NanumGothicWeb, "Malgun Gothic",Gulim,sans-serif;
	background: #ddd;
	font-size:10px;
}

#wrap {
	width:100%;
	position: relative;
}

#header {
	width:100%;
	background:#000;
}

#logo{
	padding:35px 0;
	text-align:center;
	font: 25px bold;
	color:#d3d3d3;
}






.navi_bg{
	background:#222;
}




.nav {
	height:35px;
	list-style: none;
	margin:auto;
	background: #ffffff;
	font-size: 12px;
	color:#606060;
}



.topnav{
	text-align:center;
	width:130px;
	height:35px;
	cursor:pointer;
	font-size:15px;
	color:#000000;
	font-family:"나눔고딕",Nanum Gothic;
}




.topnav:hover{
	color:#c40c42;
}



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



.subnav{
	position: absolute;
	left:0; top: 53px;
	background: #fffc00;
	display: none;
	font-size:12px;
    color:#606060;

}


.subnav li{
	padding:10px;
	width:130px;
	text-align:center;
	cursor:pointer;
    background:#fffc00;
}



.subnav li:hover{
	background:#002aff;}
	
	
.subnav			    {font-size:13px; color:#000000; font-family: "나눔고딕",Nanum Gothic; line-height:17px;}
.subnav  A:link   	{font-size:13px; color:#000000;}
.subnav  A:visited	{font-size:13px; color:#000000;}
.subnav  A:active 	{font-size:13px; color:#000000;}
.subnav  A:hover  	{TEXT-DECORATION:none; font-size:13px; color:#ffffff;}


	

