 /*세로떨어지는메뉴*/
.top_nav ul,li { margin:0; padding:0;}
 
.top_nav{
	width:650px;
	margin:auto 0;
}

.top_nav .menu>li{
	z-index:99;
	float:left;
	position:relative;
	list-style:none;
	text-align: center;
}

.top_nav .menu>li >a{
	font-size:16px;
	font-family: 'notokr-regular';
	color:#fff;
	font-weight:500;
	line-height:42px;
	display:block;
}
.top_nav .menu>li > a:hover{
	color:#efefef;
	font-weight:bold;
}
.sub1 { display:none; position:absolute; left:0px; top:100%; width:108px; background:#f9f9f9;   list-style:none;}
.sub2 { display:none; position:absolute; left:0px; top:100%; width:110px; background:#f9f9f9;   list-style:none;}
.sub3 { display:none; position:absolute; left:0px; top:100%; width:108px; background:#f9f9f9;   list-style:none;}
.sub4 { display:none; position:absolute; left:0px; top:100%; width:108px; background:#f9f9f9;   list-style:none;}
.sub5 { display:none; position:absolute; left:0px; top:100%; width:108px; background:#f9f9f9;   list-style:none;}
.sub6 { display:none; position:absolute; left:0px; top:100%; width:108px; background:#f9f9f9;   list-style:none;}
.sub7 { display:none; position:absolute; left:0px; top:100%; width:90px; background:#f9f9f9;   list-style:none;}

.sub8 { display:none; position:absolute; left:0px; top:100%; width:90px; background:#f9f9f9;   list-style:none;}
.sub9 { display:none; position:absolute; left:0px; top:100%; width:162px; background:#f9f9f9;   list-style:none;}

.menu>li ul li > a{   /*서브하이퍼링크*/
	z-index:9999;
	display:block;
	color:#555;
	font-size:14px;
	font-family:"Nanum Gothic", NG, Malgun gothic, dotum, sans-serif;
	padding:11px 5px 8px 5px;
	text-align:center;
}
.menu>li ul li > a{   /*서브하이퍼링크*/
	display:block;
	color:#000;
	font-size:14px;
	font-family:"Nanum Gothic", NG, Malgun gothic, dotum, sans-serif;
	padding:12px 5px 12px 5px;
	text-align:center;

}
.menu>li > ul > li:hover a{   /*서브하이퍼링크오버*/
	color:#fff !important;
	font-weight:none;
	background:#36478a;
	text-decoration:none;

}