.main7 {
	padding-top: 54%;
	overflow: hidden;
	margin-top:50px;
	position: relative;
}

.main7 .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}

.main7 .img1 {
	
}

.main7 .ourPoolvilla {
	position: absolute;
	top: 30%; left: 10vw;
	z-index: 1;
}

.main8 .title { text-align: center;  padding: 50px 0 40px;}

.main8 .title .eng {
	font-family: 'Gilda Display', cursive;
	font-size: 34px;
	color: #212121;
	text-transform: uppercase;
	transform: translateY(20px);
	letter-spacing:5px;}
	

.main8 .title .txt {
	font-family: 'Noto Serif KR', serif;
	margin-top: 24px;
	font-size: 20px;
	color: #777;
	line-height:1.6;
	letter-spacing: -0.025em;
	-ms-word-break: keep-all;
	word-break: keep-all;
	transition-delay: 0.3s;
	transform: translateY(16px);
}



@media (max-width: 767px) {
	.main8 .title {   padding: 30px 0 10px 0;}
	
	.main8 .title .eng {
		font-size: 24px;
		transform: none;
		opacity: 1;
	}
	.main8 .title .txt {
		font-family: 'Noto Sans KR', serif;
		margin-top:10px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -.3px;
		transform: none;
		opacity: 1;
	}
	.main8 .title .btn_txt {
		margin-top: 10px;
		padding: 5px 10px;
		font-size: 12px;
	}
	
	.main7 .img1 {
		margin-top:20px;
	
}

	
	.main7 {
		padding-top: 54%;
		margin-top:20px;
	}
	.main7 .ourPoolvilla {
		top: 22%;
	}
}


