.case_swiper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.case_swiper .swiper-slide {
  padding-top: 70px;
  background-color: transparent;
}

.case_pic {
  width: 200px !important;
  display: block;
  margin: -70px auto 25px;
  /* data URI：避免 file:// 開啟時 mask 外部 SVG 被 CORS 擋掉 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.97 413.51'%3E%3Cpath fill='%23fff' d='M11.77,131.77c-9.32,29.65-22.65,101.37,3.61,168.29s63.53,89.88,99.11,102.49,65.22,13.55,102.49,6.78c37.27-6.78,85.55-13.55,117.74-34.73s78.78-61.36,84.71-108.45c5.22-41.45,3.81-96.91-17.79-128.72-26.66-39.27-86.4-108.52-144-130.45-39.4-15-102.49-3.39-130.45,11.86S41.9,71.87,28.94,91.69c-11.58,17.69-17.16,40.09-17.16,40.09Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.97 413.51'%3E%3Cpath fill='%23fff' d='M11.77,131.77c-9.32,29.65-22.65,101.37,3.61,168.29s63.53,89.88,99.11,102.49,65.22,13.55,102.49,6.78c37.27-6.78,85.55-13.55,117.74-34.73s78.78-61.36,84.71-108.45c5.22-41.45,3.81-96.91-17.79-128.72-26.66-39.27-86.4-108.52-144-130.45-39.4-15-102.49-3.39-130.45,11.86S41.9,71.87,28.94,91.69c-11.58,17.69-17.16,40.09-17.16,40.09Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.case_item {
  padding: 0 30px 100px;
}

.case_item h4 {
  font-size: 32px;
  margin-bottom: 25px;
}

.case_item p {
  color: #534652;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 108px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .case_pic {
    width: 130px !important;
    margin-top: -60px;
  }
  .case_item {
    padding: 0 20px 60px;
  }
  .case_item h4 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .case_item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .case_item p {-webkit-line-clamp: 3;min-height: 75px}
}

@media screen and (max-width: 576px) {
  .case_item p {-webkit-line-clamp: 4}
}

.btn-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: rgb(238,141,180);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 35px;
  /* bottom: 130px; */
  bottom: 215px;
  cursor: pointer;
  z-index: 1100;
}

.btn-top img {
  width: 50%;
}

.btn-top.bg-green {
  background-color: #13dcae;
}
/*# sourceMappingURL=case.css.map */