@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	margin: 0 auto
}

#certify  .swiper-slide {
        width: 220px;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(14, 5, 10, 0.25);
}
#certify  .swiper-slide img{
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
	background: url(../images/about/leftIcon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
        opacity: 0.6;
        display: none;
}

#certify .swiper-button-prev:hover {
        background: url(../images/about/leftIcon2.png) no-repeat;
        opacity: 1;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../images/about/rightIcon.png) no-repeat;
	background-size: 100%;
        opacity: 0.6;
        display: none;
}

#certify .swiper-button-next:hover {
	background: url(../images/about/rightIcon2.png) no-repeat;
        opacity: 1;
	background-size: 100%
}
@media(min-width:512px) {
        #certify .swiper-slide {
        	width: 330px;
        }
}
@media(min-width:768px) {
        #certify .swiper-slide {
        	width: 380px;
        }
        #certify .swiper-button-prev {
        	display: block;
        }
        #certify .swiper-button-next {
        	display: block;
        }
}
@media(min-width:992px) {
        #certify .swiper-slide {
        	width: 430px;
        }
}
@media(min-width:1200px) {
        #certify .swiper-slide {
        	width: 490px;
        }
        #certify .swiper-button-prev {
        	left: -20px;
        }
        #certify .swiper-button-next {
        	right: -20px;
        }
}