.swiper-control {
    width: calc(100%/3);
    bottom: 20%;
    right: 0;
    position: absolute;
    z-index: 10;
}
.caseSwiper .swiper-slide {
    background-color: #14304e;
}

.swiper-control .swiper-button-next {
    right: 20%;
}

.swiper-control .swiper-button-prev {
    left: 20%;
}

.swiper-control .swiper-pagination {
    bottom: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000;
}
/*圖片樣式*/
.innerImg {
    width: 100%;
    padding-top: 100%;
}

.innerImg .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cccccc;
    background-image: url(../images/cs.svg);
}

.slick-next:before,
.slick-prev:before {
	background-position: center right;
}
.swiper-control {
	width: 100%;
	position: relative;
	height: 100px;
	z-index: 100;
}
.swiper-control .swiper-pagination {
	bottom: 40px;
	pointer-events: none;
}
