@charset "utf-8";

.nav_bg {
	width: 235px;
}

.naver {
	background: #e9e9e9;
	border-top: 8px solid #811c21;
	padding-bottom: 30px;
}

.naver .title {
	display: block;
	height: 70px;
	font-size: 28px;
	color: #811c21;
	font-weight: bold;
	line-height: 70px;
	padding-right: 40px;
	margin-left: 10px;
	text-align: right;
	border-bottom: 10px solid #c1bfbd;
}

.naver .mainCnt {
	padding-top: 20px;
}

.naver .mainCnt ul {
	margin-left: 10px;
	width: 100%;
}

.naver .mainCnt ul li a {
	display: block;
	height: 50px;
	font-size: 22px;
	color: #1f1f1f;
	font-weight: bold;
	line-height: 50px;
	text-align: right;
	padding-right: 40px;
	padding-bottom: 10px;
}

.naver .mainCnt ul li.nav_focus a {
	color: #fff;
	background-image: url(../images/nav_li_focus.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}