/* 페이지 레이아웃 */
.cpage{
	clear:both;position:relative;overflow:visible;
	width:100%;height:auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/* 페이지 */
.firstPhoto{
	overflow:hidden;
}
.firstPhoto .pageWrap{
	position:absolute;z-index:30;right:0;bottom:0;
	font-size:0;
}
.pageWrap .arrow{
	display:inline-block;
	width:60px;height:70px;line-height:70px;
	text-align:center;
	border-right:1px solid #68d2f4;
	background:#42c7f1;
}
.paging_ver{
	display:inline-block;
	padding-right:15px;
}
.paging_ver a{
	display:inline-block;vertical-align:middle;
	width:20px;height:20px;border-radius:20px;
	margin-right:5px;
	border:1px solid #fff;
}
.paging_ver .sel{
	border:1px solid #42c7f1;
	background:url(../images/pageOn.png) no-repeat center;
}
/* 박스 버튼 */
.boxBtn{
	display:inline-block;
	height:60px;line-height:60px;
	text-align:center;font-size:20px;color:#1b1b1b;font-weight:bold;
	background:#fff;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1);
	transition:background 0.3s, color 0.3s;
}
.boxBtn:hover{
	background:#000;color:#fff;
}
/* 슬로건 */
.firstPhoto .slogan{
	position:absolute;z-index:10;
	display:table;
	width:100%;height:100%;
}
.firstPhoto .slogan dt{
	display:table-cell;vertical-align:middle;text-align:center;
	width:100%;height:100%;
	color:#fff;
}
.firstPhoto .slogan h6{
	margin-top:15px;
	font-family: 'Playfair Display', 'Nanum Gothic', serif !important;
	font-size:100px;font-size:5vw;line-height:80px;line-height:5vw;
	text-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.firstPhoto .slogan h5{
	font-size:17px;
}
.firstPhoto .slogan .sign{
	margin-top:-15px;
}
.loader{ position: relative; }
.loader iframe{ 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover;
    width: auto;
    height: auto;
    min-width: 120%;
    min-height: 120%;
    display: block;
}