@charset "utf-8";

/* ---------------------------
 Slider
------------------------------ */
.swiper {
	width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
	align-items: stretch!important;
    justify-content: space-between;
}

.swiper-slide {
	background-color: #f4f9fd;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: 22px 11px;
    width: 48.5%;
	height: auto;
}
@media screen and (max-width: 994px) {
	.swiper-slide {
		background: none;
	}
}

.swiper-pagination-bullet-active {
	background-color: #e92e3c;
}

.swiper-button-next {
	height: 45px;
    background-color: rgba(51,51,51,1.0) ;
    width: 45px;
    border-radius: 50%;
	top: 40%;
	right: 5px;
}
@media screen and (max-width: 994px) {
	.swiper-button-next {
		height: 40px;
    	width: 40px;
    	border-radius: 50%;
		top: 30%;
		right: 10px;
	}
}
@media screen and (max-width: 579px) {
	.swiper-button-next {
		background-color: rgba(51,51,51,0.7) ;
		top: 30%;
		right: 5px;
	}
}
@media screen and (max-width: 399px) {
	.swiper-button-next {
		top: 25%;
	}
}

.swiper-button-prev {
	height: 45px;
    background-color: rgba(51,51,51,1.0) ;
    width: 45px;
    border-radius: 50%;
	top: 40%;
	left: 5px;
}
@media screen and (max-width: 994px) {
	.swiper-button-prev {
		height: 40px;
    	width: 40px;
    	border-radius: 50%;
		top: 30%;
		left: 10px;
	}
}
@media screen and (max-width: 579px) {
	.swiper-button-prev {
		background-color: rgba(51,51,51,0.7) ;
		top: 30%;
		left: 5px;
	}
}
@media screen and (max-width: 399px) {
	.swiper-button-prev {
		top: 25%;
	}
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 130%;
    color: #fff;
}
@media screen and (max-width: 994px) {
	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 100%;
	}
}

.swiper_pause {
	background-image: url("../../../image/common/icon_stop.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 50% 50%;
	position: absolute;
	border-radius: 5px;
    bottom: 8px;
    right: 80px;
    color: transparent;
    border: none;
    width: 30px;
	height: 25px;
	z-index: 50;
}
@media screen and (max-width: 1304px) {
	.swiper_pause {
		right: 5%;
	}
}
@media screen and (max-width: 579px) {
	.swiper_pause {
		right: 15px;
		bottom: 15px;
	}
}

.paused {
	background-image: url("../../../image/common/icon_start.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 50% 50%;
	z-index: 51;
}

.swiper-pagination {
	text-align: right;
}

horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 8px;
    left: 0;
    width: 90%;
}
@media screen and (max-width: 579px) {
	horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		width: 85%;
	}
}

@media screen and (max-width: 579px) {
	horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 15px;
	}
}
