.appearance_1.swiperStyle4 {
  background-color: #f0fcff;
}

.swiperStyle4 .content-wrapper {
  padding: 100px 40px 40px 40px;
}

.swiperStyle4 .images-wrapper {
  padding: 0px 40px 100px 40px;
}

.swiperStyle4 .titleEn {
  text-align: center;
  font-family: "Didot", sans-serif;
  font-size: 40px;
  color: #9fa0a0;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 26px;
}

.swiperStyle4 .titleEn i {
  display: inline-block;
  width: 24px;
}

.swiperStyle4 .subtitle {
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.055em;
  color: #231815;
  margin-bottom: 34px;
  white-space: nowrap;
}

.swiperStyle4 .subtitle i {
  display: inline-block;
  width: 16px;
}

.swiperStyle4 .colorLine {
  position: relative;
  width: 146px;
  height: 2px;
  margin: 0 auto 34px;
}

.swiperStyle4 .colorLine:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
  height: 100%;
  background-color: #009944;
}

.swiperStyle4 .colorLine:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  background-color: #eb612a;
}

.swiperStyle4 .swiper-slide .s_txt {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 14px;
  color: #fff;
}

.swiperStyle4 .swiper-pagination {
  bottom: 40px !important;
}

.swiperStyle4 .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 1;
  margin: 0 12px !important;
}

.swiperStyle4 .sweiperBtn {
  align-items: center;
  justify-content: center;
}

.swiperStyle4 .sweiperBtn.pc {
  display: flex;
  margin-top: 20px;
}

.swiperStyle4 .sweiperBtn>div {
  position: relative;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 14px;
}

.swiperStyle4 .sweiperBtn>div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 19px;
  background: url(../images/arrow.png) center / contain no-repeat;
}

.swiperStyle4 .sweiperBtn>div.rightBtn:after {
  transform: translate(-50%, -50%) scale(-1);
}

@media (min-width: 768px) and (max-width: 1440px) {
  .swiperStyle4 .titleEn {
    font-size: 36px;
    line-height: 1.25;
  }

  .swiperStyle4 .titleEn i {
    width: 1.67vw;
  }

  .swiperStyle4 .subtitle {
    font-size: 22px;
    margin-bottom: 26px;
  }

  .swiperStyle4 .colorLine {
    margin-bottom: 26px;
  }

  .swiperStyle4 .swiper-slide .s_txt {
    bottom: 8px;
    right: 8px;
    font-size: 12px;
  }

  .swiperStyle4 .swiper-pagination {
    bottom: 20px !important;
  }

  .swiperStyle4 .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 10px !important;
  }

  .swiperStyle4 .sweiperBtn>div {
    width: 46px;
    height: 46px;
    margin: 0 8px;
  }

  .swiperStyle4 .sweiperBtn>div:after {
    width: 8px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  .swiperStyle4 .content-wrapper {
    padding: 62px 40px 40px 40px;
  }

  .swiperStyle4 .images-wrapper {
    padding: 0px 0px 60px 0px;
  }

  .swiperStyle4 .titleEn {
    font-size: 7.2vw;
    line-height: 1.2;
  }

  .swiperStyle4 .titleEn i {
    width: 1.5vw;
  }

  .swiperStyle4 .subtitle {
    letter-spacing: -0.035em;
    margin-bottom: 4.7vw;
    font-size: 4.27vw;
  }

  .swiperStyle4 .subtitle i {
    display: none;
  }

  .swiperStyle4 .colorLine {
    width: 16.13vw;
    margin-bottom: 4.2vw;
  }

  .swiperStyle4 .swiper-slide .s_txt {
    bottom: 1.3vw;
    right: 1.3vw;
    font-size: 2vw;
  }

  .swiperStyle4 .swiper-pagination {
    bottom: 3px !important;
  }

  .swiperStyle4 .swiper-pagination .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    margin: 0 1.3vw !important;
  }

  .swiperStyle4 .sweiperBtn>div {
    width: 7.1vw;
    height: 7.1vw;
    margin: 0 1.56vw;
  }

  .swiperStyle4 .sweiperBtn>div:after {
    width: 1.4vw;
  }

  .swiperStyle4 .sweiperBtn>div.rightBtn:after {
    transform: translate(-50%, -50%) scale(-1);
  }
}

@media (max-width: 991px) {
  .swiperStyle4 .sweiperBtn.mo {
    display: flex;
    padding: 9.5vw 0;
  }
}