<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 誘몃━蹂닿린 �곷떒 */
.previewTop {
	position: relative;
	width: 100%; height: 440px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
.previewTop .slogan {
	position: absolute;
	top: 50%; right: 0; left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}
.previewTop .slogan .eng {
	font-family: 'Lora', serif;
	font-size: 60px;
	line-height: 60px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
	text-transform: capitalize;
}
.previewTop .slogan .txt {
	margin-top: 14px;
	font-size: 20px;
	line-height: 17px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
	transform: translateY(-10%);
	transition-delay: 0.3s;
}

/* thumbnails */
.thumbnails {
	position: relative;
	overflow: hidden;
}
.thumbnails .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	transform: scale(1);
	transition: transform 0.35s;
}
.thumbnails:hover .loader,
a:hover .thumbnails .loader {
	transform: scale(1.1);
}


/* section title */
.section_title {
	text-align: center;
}
.section_title .eng {
	font-family: 'Lora', sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #bf3a00;
	transform: translateY(-30%);
}
.section_title .txt {
	margin: 16px 0 12px;
	font-size: 20px;
	color: #222;
	transform: translateY(-30%);
	transition-delay: 0.3s;
}
.btn_sub {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 44px;
	font-size: 16px;
	line-height: 42px;
	color: #bf3a00;
	text-align: center;
	z-index: 1;
}
.btn_sub::after {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 44px;
	background: #ecc4b2;
	z-index: -1;
	transform: scale(0,1);
	transition: transform 0.35s;
}
.btn_sub:hover {
	color: #bf3a00;
}
.btn_sub:hover::after {
	transform: scale(1,1);
}



/* button */
.btn_red {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #bf3a00;
	text-align: center;
	transition: background 0.35s;
}
.btn_red:hover {
	background: #ecc4b2;
}
.btn_white {
	position: relative;
	display: inline-block;
	color: #bf3a00;
	background: #fff; 
	text-align: center;
	transition: background 0.35s;
}
.btn_white:hover {
	color: #bf3a00;
	background: #ecc4b2;
}



@media ( max-width: 1024px ) {
	.previewTop {
		height: 40vw;
		margin-top: 50px;
	}
	.previewTop .slogan .eng {
		font-size: 30px;
		line-height: 30px;
	}
	.previewTop .slogan .txt {
		margin-top: 4px;
		font-size: 14px;
	}

	.section_title .eng {
		font-size: 25px;
		line-height: 25px;
	}
	.section_title .txt {
		margin: 6px 0 15px;
		font-size: 14px;
		word-break: keep-all;
	}
	.btn_sub {
		width: 100%;
		height: 40px;
		font-size: 14px;
		line-height: 38px;
	}
	.btn_sub::after {
		height: 40px;
	}
}

@media ( max-width: 360px ) {
	.previewTop .slogan .txt span {
		display: block;
	}
}</pre></body></html>