.slider {
	width: 100%;
}
.slick-slide {
	height: auto;
}
.slick-slide img {
	width: 100%;
}
.main_v_wrap {
	position: relative;
}
.main_v {
	position: relative;
	width: 100%;
	/*height: 100vh;*/
	left: 0;
	z-index: 5;
}
/*.main_v .main_v_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.main_v .main_v_inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../img/common/bg_dots.png");
	background-repeat: repeat;
	background-size: 4px 4px;
	opacity: .5;
	z-index: 4;
}
.main_v .main_v_inner .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.main_v .main_v_inner .video video {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}*/
@media screen and (max-width: 1199px) {
	.main_v_wrap {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.slick-slide {
		min-height: 400px;
	}
	.slick-slide img {
		width: auto;
		min-height: 400px;
		object-fit: cover;
		object-position: center;
	}
}
@media screen and (max-width: 480px) {
	.slick-slide {
		min-height: 300px;
	}
	.slick-slide img {
		min-height: 300px;
	}
}
