
/* index */
.banner img {
	width: 100%;
}

.banner {
	font-size: 0;
}

.banner .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: left;
	transform: translateY(-50%);
	top: 94%;
}

.banner .swiper-button-next {
	right: 2%;
	border: 1px solid #fff;
	width: calc(2vw + 30px);
	height: calc(2vw + 30px);
	border-radius: 50%;
	transition: .3s;
	z-index: 999;
	z-index: 9;
}


.banner .swiper-button-prev {
	left: 2%;
	border: 1px solid #fff;
	width: calc(2vw + 30px);
	height: calc(2vw + 30px);
	border-radius: 50%;
	transition: .3s;
	z-index: 9;
}


.banner .swiper-button-next::after,.banner .swiper-button-prev::after {
	color: #fff;
	font-size: inherit;
	transition: .3s;
}


.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover {
	background-color: #d3000f;
	border: 1px solid #d3000f;
}


.banner .swiper-button-next:hover::after,.banner .swiper-button-prev:hover::after {
	color: #fff;
}


.banner .swiper-pagination span {
	width: 3em;
	height: 1.857em;
	border-radius: 0;

	position: relative;
	background-color: transparent;
	color: #d3000f;
    font-size: 0.73vw;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s;
	opacity: 1;
	line-height: 1;
	font-family: "Koulen";
}

.banner .swiper-pagination span::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(../images/swpicon.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	mask-image: url(../images/swpicon.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #d3000f;
	z-index: -1;
}

.banner .swiper-pagination span::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(../images/swpicon-fill.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	mask-image: url(../images/swpicon-fill.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	z-index: -2;
	transition: .4s;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
	color: #fff;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #d3000f;
}


/* .banner .swiper-pagination span::after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	
	background-color: #fff !important;
	transition: 1.5s;
	opacity: 1 !important;
}


.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
	width: 100%;
	right: auto;
	left: 0;
} */

.banner video{
	display: block;
	width: 100%;
}