.mtp10 {
  margin-top: 10%;
}
.h15 {
  height: 15px;
}
.h25 {
  height: 25px;
}
.h45 {
  height: 45px;
}
.fz18 {
  font-size: 18px;
  line-height: 28px;
}
.pda20 {
  padding: 20px;
}
.block-inner {
  display: none;
}
.banner.s1 {
  height: 550px;
}
.italic {
  font-style: italic;
}
.font-bold-600 {
  font-weight: 600;
}
.banner.trial {
  padding: 0;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/pages/2025-essentialism-skincare-trial-set/images/s1-bg-01.jpg);
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.s3 {
  padding-bottom: 200px;
}
.bridge {
  margin-top: -100px;
}
.bridge .inner.bg-eighty {
  text-align: center;
  padding: 30px;
}
.section.s5 .inner.bg-main {
  min-height: 250px;
}
.s6.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.s6 th,
.s6 td {
  border: 1px solid #ccc;
  padding: 16px;
  vertical-align: top;
}
.s6 th {
  width: 25%;
  background: #f5f6f5;
  font-weight: bold;
  color: #213a2f;
  text-align: center;
}
.s6 td h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #213a2f;
}
.s6 td {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.6;
}
.section.s7 {
  min-height: 500px;
  background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/pages/2025-essentialism-skincare-trial-set/images/s9-bg-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn.test {
  background-color: #ee9046;
  color: white;
}
.btn.test:hover {
  background-color: transparent;
  color: #ee9046;
  border: 1px solid #ee9046;
}
.section.application .necessary-tabs .necessary-tabs-item.fz18 {
  font-size: 18px;
  line-height: 28px;
}
.slick-slide img {
  width: 185px;
  text-align: center;
  display: block;
  margin: auto;
}
.section.s6 .slider .content-box {
  background-color: white;
  padding: 20px 0;
  border: 1px solid #cacaca;
}
.section.s6 .slider .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  min-height: 85px;
  border: 1px solid #cacaca;
}
.section.s6 .slider .inner.text {
  flex-direction: column;
}
.section.application input,
.section.application select {
  height: 50px;
  font-size: 20px;
  color: #002d18;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  outline: none;
  border: none;
  padding: 0 5px;
  margin-bottom: 10px;
}
.footer-form-btn-loading {
  background: transparent !important;
  border-top: 4px solid #e6eae8 !important;
  border-right: 4px solid #3b5647 !important;
  border-bottom: 4px solid #3b5647 !important;
  border-left: 4px solid #3b5647 !important;
}
.section.application .mini-title {
  padding: 5px 0px 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.section.application .col-sm-5 {
  padding-left: 10px;
}
.section.application h2 {
  line-height: 40px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .fz24 {
    font-size: 18px;
    line-height: 28px;
  }
  .fz40 {
    padding-top: 10px;
    font-size: 28px;
    line-height: 38px;
  }
  .fz30 {
    font-size: 22px;
  }
  .fz52,
  h2,
  h3 {
    font-size: 26px;
    line-height: 42px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .section.application .necessary-tabs .necessary-tabs-item.fz18 {
    font-size: 16px;
    line-height: 26px;
  }
  .banner.trial {
    height: 700px;
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/pages/2025-essentialism-skincare-trial-set/images/m_s1-bg-01.jpg);
    background-position: 10% 135px;
    background-size: cover;
  }
  .section.s7 {
    min-height: 350px;
    background-image: url(https://gvcdn.s3-ap-northeast-1.amazonaws.com/shopline/2021-rebrand/pages/2025-essentialism-skincare-trial-set/images/m_s9-bg-01.jpg);
    background-position: left;
  }
  .section.s3 {
    padding-bottom: 130px;
  }
  .s6 th,
  .s6 td {
    padding: 8px;
  }
  .wrap {
    display: flex; /* flex 一行呈現 */
    flex-wrap: nowrap; /* 不換行 */
    overflow-x: auto; /* 水平捲軸 */
    overflow-y: hidden; /* 隱藏垂直捲軸 */
    -webkit-overflow-scrolling: touch; /* iOS 滑動順暢 */
    gap: 0; /* 卡片間距 */
    padding: 0 1rem; /* 左右內距，避免貼邊 */
  }
  .wrap > .col-sm-4 {
    flex: 0 0 90%; /* 每個卡片寬度 80%，可看見下一張預告 */
    max-width: 100%;
  }
  .section.s5 .inner.bg-main {
    min-height: 290px;
  }
  .section.s6 .slider .inner {
    font-size: 14px;
    line-height: 24px;
    min-height: 50px;
    padding: 10px;
  }
  .section.s6 .slider .inner .fz18 {
    font-size: 16px;
    line-height: 26px;
  }
  .section.s6 .slider .inner .mb20 {
    margin-bottom: 10px;
  }
}
