.all_wrap {
	width:100%;
	height:100%;
}

.cpage{
	clear:both;position:relative;overflow:visible;
	width:100%;height:auto;
	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;}


.CPservices2 {
	text-align:center;
	font-size:0;
}

.CPservices2 .table {
	display:table;
	width:100%;
}

.CPservices2 .tableTd {
	display:table-cell;
	vertical-align:middle;
	padding:0 5% 6% 5%;
}

.CPservices2 .wrap{
	position:relative;
	z-index:5;
	display:inline-block;
	vertical-align:bottom;
	min-width:20%;
	max-width:300px;
}

.CPservices2 .slogan {
	position:relative;
	z-index:3;
	padding-bottom:3%;
	font-size:60px;
	line-height:60px;
}

/* 버튼 */
.CPservices2 a {
	position:relative;
	display:inline-block;
	margin:15px;
	padding:20px 20px 0 20px;
	cursor:pointer;
}

.CPservices2 a::after {
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:0;
	bottom:16px;
	margin:auto;
	width:0%;
	border-top:1px solid #b93232;
	border-bottom:1px solid #b93232;
	transition:width 0.3s;
}

.CPservices2 a:hover::after {
	width:100%;
}

.CPservices2 a::before {
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:50%;
	bottom:50%;
	margin:auto;
	border-left:1px solid #b93232;
	border-right:1px solid #b93232;
	transition:top 0.3s,bottom 0.3s;
}

.CPservices2 a:hover::before {
	top:0;bottom:16px;
}

.CPservices2 a h5 {
	position:relative;
	display:inline-block;
	margin-top:20px;
	padding:5px 10px;
	font-size:16px;
	line-height:18px;
	color:#f0f0f0;
	transition:color 0.3s linear 0.3s;
}

.CPservices2 a:hover h5 {
	color:#fff !important;
	transition:color 0.3s linear 0s;
}

.CPservices2 a h5::after {
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:0;
	margin:auto;
	width:0%;
	height:100%;
	background:#b93232;
	transition:width 0.3s linear 0.3s;
}

.CPservices2 a:hover h5::after {
	width:100%;
	transition:width 0.3s linear 0s;
}

.CPservices2 .photo {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}