/***************************************
****************reset*******************
***************************************/
@import "ui.css";
*, *::before, *::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
}
img {
	vertical-align: top;
}
html, body, a, input, li {
    height: 100%;
    line-height: 1.2;
    font-size: 16px;
    color: var(--black);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
._wrapper {
	min-height: 100%;
	overflow: hidden;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
img {
	display: block;
}
._container {
	margin: 0 auto;
	max-width: 1218px;
	padding: 0 20px;
	box-sizing: content-box;
    position: relative;
}
.main {
	flex: 1 1 auto;
}
._pb_img, ._pb_img_contain {
    object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
._pb_img_contain {
	object-fit: contain;
}
body._lock {
    overflow: hidden;
}
.swiper-slide {
	cursor: grab;
}
.swiper-slide:active {
	cursor: grabbing;
}