@media screen and (max-width: 1251px) {
	.wz1__heading-1,
	.wz1__heading-2,
	.wz2__heading,
	.wz4__heading {
		letter-spacing: 1.2px;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke-color: #a0640a;
	}
	.wz1 {
		top: 22%;
		width: 60%;
	}
}
@media screen and (max-width: 1050px) {
	.nav-list__link {
		font-size: 3vw;
	}
	.header__logo {
		margin-right: auto;
	}
	.nav {
		padding: 0;
	}
	.star1,
	.button_spots,
	.prevbtn,
	.nextbtn,
	.ren2 {
		display: none;
	}
	.part1,
	.part2,
	.part3 {
		min-height: 100vw;
	}
	.part1 {
		background-image: url(../images/cbg_01_m.jpg);
	}
	@supports (
		background-image: -webkit-image-set(url(../images/cbg_01_m.webp) 1x)
	) {
		.part1 {
			background-image: -webkit-image-set(url(../images/cbg_01_m.webp) 1x);
		}
	}
	.part2 {
		background-image: url(../images/cbg_02_m.jpg);
	}
	@supports (
		background-image: -webkit-image-set(url(../images/cbg_02_m.webp) 1x)
	) {
		.part2 {
			background-image: -webkit-image-set(url(../images/cbg_02_m.webp) 1x);
		}
	}
	.headings-wrap {
		margin-left: 30%;
	}
	.wz1__heading-1,
	.wz1__heading-2 {
		font-size: 5vw;
	}
	.wztxt {
		margin-left: 29vw;
		margin-left: 20vw;
		font-size: 2vw;
	}
	.wz2__heading,
	.wz4__heading {
		font-size: 4vw;
		width: 80%;
	}
	.wz2__heading {
		left: 15%;
	}
	.playbtn {
		top: 30vw;
		left: 43%;
		width: 100px;
		background-size: contain;
	}
	.part3 {
		background-image: url(../images/cbg_04_m.jpg);
	}
	@supports (
		background-image: -webkit-image-set(url(../images/cbg_04_m.webp) 1x)
	) {
		.part3 {
			background-image: -webkit-image-set(url(../images/cbg_04_m.webp) 1x);
		}
	}
	.wz4__heading {
		left: 30%;
		top: 2%;
	}
	.feature {
		top: 16%;
		left: 0;
		width: 100vw;
	}
	.feature__swiper-container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.feature__swiper-slide {
		width: 80%;
	}
	.footer__text {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer__inner {
		flex-direction: column;
	}
	.media-sec {
		width: 83vw;
	}
	.close {
		top: -15%;
		right: 0;
	}
}
@media screen and (max-width: 560px) {
	.header__wrap {
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #fee6af;
	}
	.header__logo {
		margin-right: auto;
	}
	.nav {
		width: 100%;
		order: 3;
		margin-top: 20px;
		padding: 20px 0;
		border-top: 1px solid #fee6af;
	}
	.nav-list {
		justify-content: center;
	}
	.nav-list__link {
		font-size: 5vw;
	}
	.wz1 {
		top: 3vw;
		width: 70%;
	}
	.headings-wrap {
		margin-bottom: 9vw;
		margin-left: 20%;
	}
	.wztxt {
		font-size: 2.35vw;
		text-shadow: none;
	}
	.playbtn {
		width: 70px;
	}
	.feature .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		margin-left: 0;
	}
	.footer__logo {
		width: 20vw;
		height: auto;
	}
	.footer__bottom {
		padding: 0;
		font-size: 11px;
	}
	.popup-con {
		left: 1%;
	}
	.media-sec {
		left: -1%;
		width: 97vw;
	}
}
@media screen and (max-width: 400px) {
	.header__logo {
		width: 30vw;
		height: auto;
	}
	.feature__pagination {
		padding-top: 25px;
	}
	.footer__text {
		font-size: 2.5vw;
	}
}
