#container {
	padding: 112px 0 70px;
}

.thumb_slide .swiper-slide {
	height: 0;
	padding-bottom: 36.5%;
	overflow: hidden;
}
.thumb_slide .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery_slide .swiper-slide {
	height: 100px;
}



@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
	#container {
		padding: 71px 0 89px;
	}
	
	.thumb_slide .swiper-slide {
		padding-bottom: calc(100vh - 240px);
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}