@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	/* padding-top: 1rem; */
	margin: 0 auto;
	overflow: hidden;
}

#certify .swiper-container {
	padding-bottom: 6%;
}

#certify .swiper-slide {
	width: 20%;
	/* box-shadow: 0 8px 30px #ddd; */
}

#certify .swiper-slide img {
	width: 100%;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-pagination {
	width: 100%;
	right: 1rem;
	bottom: 1.5rem;
}

#certify .swiper-slide-active>img {
	filter: brightness(100%) !important;
}

#certify .swiper-slide-next>img {
	filter: brightness(75%);
}

#certify .swiper-slide-prev>img {
	filter: brightness(75%);
}

.swiper-slide>img {
	filter: brightness(50%);
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 1.5rem;
	height: 1.5rem;
	background: url('../img/pagination%402x.json') no-repeat;
	background-size: cover;
	margin-left: 2rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 1.5rem;
	height: 1.5rem;
	background: url('../img/active%402x.json') no-repeat;
	background-size: cover;
}