body {
    margin: 0;
}

h2 {
    font-family: -webkit-pictograph;
    font-size: 30px;
    font-style: italic;
    text-align: center;
}

.swiper-wrapper {}

.swiper-slide {
    width: 30vw;
    transform: translateX(-40px);
    transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
    .swiper-slide {
        width: 30vw;
    }
}

@media only screen and (max-width:980px) {
    .swiper-slide {
        width: 45vw;
    }
}

@media only screen and (max-height:480px) {
    
    .swiper-slide {
        width: 60vw;
    }
}

.swiper-slide img {
    width: 100%;
    border-radius: 4px;
}

.swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
}

.swiper-button-next,
.swiper-button-prev {
    width: 86px;
    height: 112px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.swiper-pagination-bullet i {
    background: #000;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #000;
    position: relative;
    z-index: 1;
}

#certify .swiper-menu{
	width: 100%;
	height:48px;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	font-size: 16px;
}

#certify .swiper-menu .swiper-menu-list{
	position: relative;
    flex:1;
    cursor: pointer;
}

#certify .swiper-menu .swiper-menu-list::before{
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
}

#certify .swiper-menu .pitch{
	font-size: 18px;
	font-weight: bold;
}

#certify .swiper-menu .pitch::before{
    left: 17px;
	width: 8px;
	height: 8px;
}

@media (max-width: 500px){
    #certify .swiper-menu {
        font-size: 12px;
    }

    #certify .swiper-menu .pitch{
        font-size: 14px;
    }
    #certify .swiper-menu .swiper-menu-list::before{
        width: 0;
        height: 0;
    }
}