@charset "UTF-8";

/* intro
---------------------------------------------- */
.mapTtl .txt::before{
	width: 169%;
	background-color: var(--color-beige);
}

.intro .sunlight{
	top: 0;
	left: 0;
	width: calc(1058 / 1500 * 100%);
}
@media screen and (max-width: 768px){
	.intro .sunlight{
		width: calc(441 / 375 * 100%);
	}
}

/* mapConts
---------------------------------------------- */
.bg_color {
	background-color: #f8e2ea;
}
.mapImg.inner {
	border: 10px solid #fff;
	max-width: 1220px;
}
.mapImg2.inner {
	border: 10px solid #fff;
	max-width: 920px;
}
.mapConts{
	margin-top: 150px;
	padding-bottom: 100px;
}
.mapConts_title {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	margin-bottom: 60px;
}
	.btnList{
		gap: 20px;
		margin-top: 50px;
		display: flex;
		justify-content: center;
	}
		.map-btnWrap{
			width: 100%;
			max-width: 440px;
			margin: 0;
		}
			.map__btn{
				height: 60px;
				font-size: 24px;
				letter-spacing: 0.2em;
				font-weight: bold;
				background-color: #dd6693;
				border-radius: 30px;
			}

@media screen and (max-width: 768px){
	.mapConts{
		margin-top: 60px;
		padding-bottom: 30px;
	}
		.mapImg{
			width: 100%;
		}
			.map-btnWrap{
				width: 290px;
			}

			.btnList{
				gap: 20px;
				margin: 30px auto;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
				.map__btn{
					height: 50px;
					font-size: 16px;
				}
				.mapConts_title {
					font-size: 20px;
					margin-bottom: 30px;
				}
}


/* movie_area
================================= */
.movie_area {
	padding: 60px 0 120px;
}
.movie_area_title {
	position: relative;
	max-width: 130px;
	margin: auto;
	padding-bottom: 20px;
}
.movie_area_title::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #dd6693;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.movie_area_title2 {
	max-width: 580px;
	width: 80%;
	margin:30px auto;
}
.movie_area_title3 {
	width: 90%;
	max-width: 580px;
	margin:30px auto 0;
}
.movie_img {
	max-width: 900px;
	margin: 60px auto 0;
	transition: .4s;
}
.movie_img:hover {
	opacity: .7;
}
.modaal-video-wrap {
	margin: 0 auto;
}

@media only screen and (max-width:768px) {
	.movie_area {
		padding: 40px 0 60px;
	}
	.movie_area_title {
		max-width: 100px;
	}
	.movie_img {
		margin: 30px auto 0;
	}
}

@media print{
	.mapConts{
		margin-top: 50px;
		padding-bottom: 0px;
	}
	.mapConts_title {
		margin-bottom: 10px;
	}
}