@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
}

#certify .swiper-container {
	padding: 50px 0 0;
	height: 630px;
}

#certify  .swiper-slide {
	width: 25%;
	height: 100%;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent,transparent 50%,rgba(0,0,0,0.2));
}

#certify .swiper-button-prev {
	top: 290px;
	left: 0;
	width: 34px;
	height: 60px;
	background: url(../img/wm_button_prev.png) no-repeat;
	background-size: 100% 100%;
}

/* #certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
} */

#certify .swiper-button-next {
	top: 290px;
	right: 0;
	width: 34px;
	height: 60px;
	background: url(../img/wm_button_next.png) no-repeat;
	background-size: 100% 100%;
}

/* #certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */