@charset "utf-8";

#nav1 ul {
	padding: 0;
	margin: 0px;/* margin:10px 0 8px 3px; */
}
#nav1 ul li {
	display: inline;
}
#nav1 ul li a {/* color:#222222;*/
	color: #757575;
	border-bottom: 1px solid #EDEDED;
}
#nav1 ul li a:hover {
	text-decoration: none; /* font-weight:bold;*/
	color: #000;
}
#nav1 li.on {
	font-weight: bold;
}
#nav1 li.on a {
	background: #3b3af5;
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
}
#nav1 li.on a:hover {
	background:#3b3af5;
	color: #fff;
}
.nanum-gb {background:url('/img/left_tit_bg.jpg') no-repeat center top; text-align:center;color:#555;}