@charset "utf-8";
@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:17px;
	color:#606060;
}




.topnav:hover{
	color:#008cef;
}



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



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

}


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



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