/* 페이지 레이아웃 */
.cpage{
	clear:both;position:relative;overflow:visible;
	width:100%;height:auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/* 페이지 */
.paging_ver a{
	display:inline-block;
	width:12px;height:12px;border-radius:12px;
	margin:0 3px;
	background:#cbcbcb;
}
.paging_ver .sel{
	background:#14325a;
}
/* 네모버튼 */
.boxBtn{
	display:inline-block;
	min-width:100px;height:40px;line-height:38px;
	font-size:15px;font-weight:bold;text-align:center;color:#fff;
	border:1px solid #fff;
	background:rgba(255,255,255,0);
}
.boxBtn:hover{
	background:rgba(255,255,255,0.5);
}
.boxBtn img{
	vertical-align:middle;
}
/* 스크롤표시 */
.mouseScroll{
	position:absolute;left:0;right:0;margin:0 auto;
	bottom:50px;
}