.all_wrap {
	width:100%;
	height:100%;
}

.cpage{
	clear:both;position:relative;overflow:visible;
	width:100%;height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/* 슬라이더 */
.widthSlider{
	width:100%;height:100%;
	font-size:0px;
	white-space:nowrap;word-break:break-all;
}
.widthSlider li{
	white-space:normal;word-break:normal;
	position:relative;
	display:inline-block;*display:inline;_display:inline;
	width:100%;height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
/* 페이드 슬라이더 */
.fadeSlider{
	position:relative;
	height:100%;
}
.fadeSlider li{
	display:none;
	position:absolute;left:0;top:0;z-index:1;
	height:100%;width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
/* 이미지 로더를 위한것. */
.loader{
	width:100%;height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	transform-origin: 50% 50%; 
}
/* 애니메이션 주기 */
.cpage .TRAN{
	opacity:0;transition:all 0.7s;
	transition-property:transform, opacity;
}
.ANI .TRAN{
	transform:translateX(0px) translateY(0px) scale(1) !important;
	opacity: 1.0 !important;
}
/* 이미지 위치잡기 */
.cpage .Valign{top:0;bottom:0;position:absolute;z-index:5;margin-top:auto;margin-bottom:auto;}
.cpage .Halign{left:0;right:0;position:absolute;z-index:5;margin-left:auto;margin-right:auto;}



.CPfacs2 {
	padding-bottom:5%;
	text-align:center;
}

/* 슬로건 */
.CPfacs2 .sloganWrap {
	position:relative;
	z-index:3;
	padding:5% 0;
}

.CPfacs2 .sloganWrap img {
	max-width:90%;
}

/* 버튼 */
.CPfacs2 .btnWrap a {
	position:relative;
	z-index:3;
	display:inline-block;
	vertical-align:top;
	margin:20px;
}

.CPfacs2 .btnWrap .border {
	width:200px;
	height:200px;
	border-radius:200px;
	padding:7px;
	background-color:rgba(107,124,113,0.6);
	transition:background 0.3s;
}

.CPfacs2 .btnWrap a.sel .border,
.CPfacs2 .btnWrap a:hover .border {
	background: #87a599;
}

.CPfacs2 .btnWrap .loader {
	border-radius:200px;
}

.CPfacs2 .btnWrap h5 {
	font-family:'맑은 고딕', 'Malgun Gothic';
	max-width:100%;
	padding-top:10px;
	font-size:18px;
	color:#fff;
	text-shadow:2px 2px #333;
}

/* 배경 */
.CPfacs2 .photo {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
