@charset "UTF-8";

html {
	height:100%;
}
body {
	height:100%;
}
#wrapper {
    _height:100%;
}
#wrapper {
	position:relative;
	min-height:100%;
	height: auto !important;
	height:100%;
	overflow:auto;
	background:url(../images/top/bg_body.jpg) no-repeat center center;
	background-size:cover;
}
body > #wrapper {
	height:auto;
}
#footer {
	min-width:1020px;
	background:url(../images/top/bg_footer.png) repeat left top;
	position:absolute;
	bottom:0;
	left:0;
}
.btnNav {
	width:100%;
	clear:both;
	text-align:center;
	margin:-166px 0 -5px;
}
.btnNav li {
	display:inline;
	padding:0 50px;
}

/* #contents */
#contents {
	padding-bottom:335px;
	box-sizing:border-box;
}

/* .mainArea */
.mainArea {
	position:relative;
	height:100%;
}
.mainArea .inner {
	position:static;
}
.mainArea .cont {
	padding:190px 0;
}
.mainArea .cont div {
	width:458px;
	padding:52px 33px 8px;
	background:url(../common/images/bg.png) repeat left top;
}
.mainArea .cont div p {
	line-height:2;
	padding:32px 0;
}