@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	/* width: 1200px; */
	width: 100%;
	margin: 0 auto
}
#certify::before {
	position: absolute;
	left: 180px;
	right: 180px;
	bottom: 0;
	height: 195px;
	background: linear-gradient( 180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
	transform: perspective(114px) rotateX(-5deg);
	transform-origin: bottom;
	content: '';
}

#certify .swiper-container {
	padding-bottom: 0.6rem;
}

#certify .swiper-slide {
	width: 500px;
	height: 520px;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 12px;
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.1);
	filter: blur(0.8px);
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	height: 100%;
}
#certify  .swiper-slide.swiper-slide-active {
	filter: blur(0px);
	cursor: pointer;
}


#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: -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%
}
@media screen and (max-width: 1400px) {
	#certify::before {
		left: 100px;
		right: 100px;
	}
	.swiper-pagination-nav.prev {
		left: -10px;
	}
	.swiper-pagination-nav.next {
		right: -10px;
	}
}
@media screen and (max-width: 1260px) {
	#certify .swiper-slide {
		width: 400px;
		height: 416px;
	}
	.swiper-pagination-nav.prev {
		left: 0;
	}
	.swiper-pagination-nav.next {
		right: 0;
	}
}
@media screen and (max-width: 980px) {
	#certify .swiper-slide {
		width: 320px;
		height: 420px;
		filter: none;
	}
	#certify::before {
		left: 50%;
		right: auto;
		transform: translate(-50%) perspective(114px) rotateX(-5deg);
		width: 650px;
	}
	.product-content {
		padding: 30px 24px;
	}
}