@charset "utf-8";
/* CSS Document */

.sd_right_BOX1{
	width: 920px;
}

/* .swiper-container{
	margin-left: -60px;
} */
#certify {
	position: relative;
	width: 90%;
	margin: 0 auto;
}


#certify  .swiper-slide {
	width: 570px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-pagination {
	width: 100%;
	margin-left: 30px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #00aadc;
}

#certify .swiper-button-prev {
	left: -20px;
	width: 45px;
	height: 45px;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -40px;
	width: 45px;
	height: 45px;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}