/* 메인페이지 리뉴얼 2025-06-24 */
.main_banner_hero {
	width: 100%;
	height: 640px;
	text-align: center;
	position: relative;
}
#MainHeroSlider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-hero-slide-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-hero-slide-video-item {
	position: relative;
}
.main-hero-slide-video {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.main_b_down {
	z-index: 10;
}
.main_title {
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

@media all and (max-width:768px) {
	.main_banner_hero {
		height: 300px;
	}
	.main_title {
		width: 95%;
		max-width: 500px;
	}
}

@media all and (max-width:480px) {
	.main_title {
		width: 100%;
	}
}