/* 페이지 레이아웃 */
body{background:black;}
.all_wrap{
	overflow:hidden;
	position:absolute;top:0px;bottom:0px;left:0px;right:0px;margin:auto;
}
.cpage{
	display:none;
	min-width:200px;width:100%;height:100%;
	clear:both;
	position:relative;
	overflow:visible;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/* 페이지 */
.paging_ver{
	position:fixed;z-index:49;
	left:0;right:0;bottom:10%;margin:0 auto;
	width:1000px;
	text-align:center;
}
.paging_ver a{
	display:inline-block;vertical-align:middle;
	width:7px;height:7px;
	margin:0 3px;
	border-radius:14px;
	border:4px solid #fff;
}
.paging_ver .sel{
	width:14px;height:14px;
}