@charset "utf-8";

td.nanum-gb{
	color:#fff;
	background:#213555;
	font-size:28px;
	line-height:100px;
	padding:0px 6px 0px 10px;
	border-bottom:0px solid #d6d6d6;
	font-weight:800;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
    text-align: center;
}
td.nanum-gb > p{
	font-size:11px;
	padding:0;
	line-height:14px;
}

#nav1 ul {
	padding: 0;
	margin: 0px;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
#nav1 ul li {
	display: inline;
}
#nav1 ul li a {
	border-bottom: 1px solid #EDEDED;
}
#nav1 ul li a:after {content:"·";float:right;font-size:30px;padding-right:15px;}
#nav1 ul li a:hover {
	text-decoration: none;
	background: #f1f1f1;}
#nav1 li.on {
	background:#407bb3;
	color:#fff;
}
#nav1 li.on a {
	background:#407bb3;
	color: #fff;
	text-decoration: none;
}
#nav1 li.on a:hover {
	background:#407bb3;
	color: #fff;
	text-decoration: none;
}