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


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

ul, li{list-style:none;}

body {
	font-family: NanumGothic, '', NanumGothicWeb, "Malgun Gothic",Gulim,sans-serif;
	
	font-size:10px;
}






/*׺̼ */

.navi_bg{
	
}


/*׺̼ ü  */

.nav {
	height:51px;
	list-style: none;
	width:1238px;
}


/*ָ޴  */

.topnav{
    width:206px;
	height:51px;
	cursor:pointer;

}


/*ָ޴ 콺 */

.topnav:hover{
	color:#5a86e1;
}


/*ָ޴,޴ ѹ */

.navi_set{
	float: left;
	position: relative;
	background-color: #5d8ae6;

}


/*޴ ü */

.subnav{
	position: absolute;
	left:3px; top: 35px;
	background: #3b5997;
	display: none;
	font-size: 12px;

}


/*޴ ĭ */

.subnav li{
	padding:10px;
	width:180px;
	text-align:center;
	border-bottom:1px solid #4365ac;
	border-top:1px solid #324c80;
	cursor:pointer;
}


/*޴ 콺 */

.subnav li:hover{
	background:#4b6fba;
}

