@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	background: #fff;
}


#certify  .swiper-slide {
	width: 90%;
    min-height: calc(100.0vw / 2.656);
    max-height: 280px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#certify  .swiper-slide img{
	width:100%;
	height: 100%;
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
	margin-bottom:10px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	/*border: 3px solid #fff;*/
	/*background-color: #d5d5d5;*/
	
	/*opacity: 1;*/
	border-radius: 4px;
	width: 8px;
	opacity: 1;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 24px;
    height: 8px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}