main {
  background-color: #eef7ff;
}

.clip {
  clip-path: ellipse(100% 100% at 50% 0%);
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236A74BA'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236A74BA'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-button-next {
  right: 0;
  left: auto;
}

.circle-bg {
  background-image: url(/products/hcp/img/circlebg.png), url(/products/hcp/img/circlebg.png);
  background-position: right -240px top + 360px, left -240px bottom;
  background-repeat: no-repeat, no-repeat;
}
#contact-circles {
  display: none;
}
blockquote::before,
blockquote::after {
  display: none;
}

.big-size {
  font-size: 3rem;
}
#bg-1 {
  position: relative;
  color: #fff;
}
#bg-1 > .container {
  z-index: 1;
  position: relative;
}
#bg-1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(106, 112, 186, 0.6);
}
@media (min-width: 1440px) {
  .swiper-slide {
    min-height: 400px;
  }
}
@media (min-width: 1366px) {
  .success-case-wrapper {
    height: 480px;
  }
  .success-case-img img {
    max-width: min(max(37.5vw, 508px), 588px);
  }
  .success-case-text {
    position: absolute;
    right: 52px;
    top: 100px;
    width: 584px;
    padding: 2rem;
  }
}
@media (min-width: 576px) {
  #bg-1 {
    background-size: 100% auto;
    background-position: bottom center;
  }
  .big-size {
    font-size: 4rem;
    line-height: 1.1;
  }
}

@media (max-width: 900px) {
  .clip {
    clip-path: none;
  }

  .circle-bg {
    background-image: none;
  }

  .center {
    text-align: center;
  }
}
/* 防止輪播圖CLS跳動 */
.img-container {
  display: block;
  position: relative;
  padding-top: 55.56%; /* 比例固定16:9 */
  overflow: hidden;
}

.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* table(purple linear gradient) */
.on-premises-compare {
  border-radius: 20px;
  border-collapse: separate;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 12px 3px rgb(157 157 165 / 20%);
  table-layout: fixed;
}

.on-premises-compare th,
.on-premises-compare td {
  padding: 15px 20px;
}

.on-premises-compare th {
  font-weight: unset;
}

.row-head {
  line-height: 16px;
  width: 220px;
  padding-right: 30px;
}

.bg-purple {
  background: linear-gradient(0.25turn, #f3f3ff 0%, #d8d8ff 50%, #f3f3ff 100%);
}

.bg-light-purple {
  background-color: #f3f3ff;
}

.title-big {
  font-size: 3rem;
}

@media (min-width: 769px) and (max-width: 834px) {
  .title-big {
    font-size: 2.65rem;
  }
}


@media (max-width: 768px) {
  #compare-table {
    overflow-x: auto;
  }

  .on-premises-compare {
    min-width: 840px;
  }
}
