@charset "utf-8";

/*****************네비게이션 ******************/

.content_body {
	width: 100%;
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 95px;
}

.content_body .navs ul {
	display: block;
	height: 80px;
	position: relative;
}

.content_body .navs ul li.cent {
	text-align: center;
}

.content_body .navs ul li.prev,
.content_body .navs ul li.next {
	position: absolute;
}

.content_body .navs ul li.prev {
	left: 0;
	top: 0;
}

.content_body .navs ul li.prev a,
.content_body .navs ul li.next a {
	height: 80px;
	display: block;
	line-height: 80px;
	background-repeat: no-repeat;
	font-family: Roboto;
	font-size: 20px;
	letter-spacing: 0;
}

.content_body .navs ul li.prev a {
	background-image: url(../images/gen/p_button.png);
	padding-left: 50px;
	background-position: left center;
}

.content_body .navs ul li.next {
	right: 0;
	top: 0;
}

.content_body .navs ul li.next a {
	background-image: url(../images/gen/n_button.png);
	padding-right: 50px;
	background-position: right center;
}

.content_body .navs ul li.cent span {
	font-size: 20px;
	font-family: Roboto;
	letter-spacing: 0;
}

.content_body .navs ul li.cent h1 {
	font-size: 40px;
	font-weight: 600;
	font-family: Roboto;
	letter-spacing: 0;
}

@media screen and (min-width: 922px) {
	.content_body .navs ul {
		width: 920px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1400px) {
	.content_body .navs ul {
		width: auto;
	}
}