﻿@charset "utf-8";/* CSS Document */
#certify {
	position: relative;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom:0px;
}
#certify .swiper-slide {
	width: 500px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
	display: block;
	width: 100%;
}
#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
.btn_xy {
	text-align: center;
	width: 198px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.btn_xy .prev, .btn_xy .next {
	width: 80px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #D2852C;
	cursor: pointer;
}
.btn_xy .prev {
	background-image: url(../images/left.png);
}
.btn_xy .next {
	background-image: url(../images/right.png);
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
#certify {
	position: relative;
	width: 720px;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 40px;
}
#certify .swiper-slide {
	width: 400px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
	display: block;
}
#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
}

@media screen and (min-width: 320px) and (max-width: 720px) {
#certify {
	position: relative;
	width: 320px;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 40px;
}
#certify .swiper-slide {
	width: 240px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
	display: block;
}
#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
}

