/* 페이지 레이아웃 */
body{
	overflow:hidden !important;
	background:#ffffff;
}
.all_wrap{
	position:absolute !important;
	overflow:auto;
	top:0px;bottom:0px;left:0px;right:0px;margin:auto !important;
}
.cpage{
	clear:both;position:relative;overflow:visible;
	width:100%;height:auto;min-height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/* 페이지 */
.paging_ver{
	position:fixed;z-index:100;bottom:60px;
	width:100%;
	text-align:center;
}
.paging_ver a{
	display:inline-block;vertical-align:middle;
	-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box;
	width:10px;height:10px;border-radius:10px;
	margin:0 7px;
	background:#ff8124;
}
.paging_ver .sel{
	margin:0 4px;
	background:transparent;
	border:3px solid #ff8124
}
/* 기타 공통 */
.decoEng{font-size:11px;line-height:20px;color:#888888;text-align:center}


/* 팝업 수정 */
#pop-bg873 #pop-image { display: none; }
