/**
 * 高屏頁面樣式
 *
 * @package mytheme
 */

/* cost */
.cost-section {
  padding: 48px 0 175px;
}
.cost-container-shadow {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 36px auto 36px;
}

.cost-container {
  position: relative;
  width: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-family: Inter;
  background: url("../../images/cost-container-white-bg.webp") no-repeat
    center / cover;
  filter: drop-shadow(0 4px 35.5px rgba(0, 0, 0, 0.25));
}

.cost-bottom-dec {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px -2px 9.7px rgba(66, 66, 66, 0.5));
}
.cost-wrap {
  width: 100%;
  max-width: 1344px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.cost-up-box {
  display: flex;
  align-items: flex-start;
  gap: 143px;
  width: 100%;
  max-width: 1151px;
}
.cost-inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
}
.cost-green-head {
  max-width: 236px;
  width: 100%;
  height: 72px;
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
}
.cost-box-title {
  position: relative;
  line-height: 40px;
  font-size: 1.25rem;
}
.cost-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
.cost-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cost-des-text {
  height: 28px;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cost-pay-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cost-pay-icon {
  height: 30px;
  width: 28px;
  position: relative;
}
.cost-hr {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
}

.cost-orange-head {
  width: 100%;
  max-width: 236px;
  height: 72px;
  background-color: #ffc72b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
}
.cost-bottom-box {
  display: flex;
  align-items: center;
  gap: 47px;
  width: 100%;
  max-width: 1210px;
}

.cost-dec-box {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  color: #b10000;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  right: 26px;
  bottom: 5px;
}
.cost-decoration-icon {
  height: auto;
  width: 274px;
  position: relative;
  bottom: 18px;
}

/* flow */
.flow-section {
  padding-bottom: 104px;
}

.flow-wrap {
  margin: 36px auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  text-align: center;
  font-family: Inter;
}
.flow-box {
  align-self: stretch;
  height: 102px;
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.flow-box-head {
  display: flex;
  align-items: center;
  gap: 42px;
}
.flow-line {
  position: absolute;
  left: 14px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #e0e0e0;
  z-index: 0;
}

.flow-line-progress {
  position: absolute;
  left: 14px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #000;
  z-index: 1;
  transition: height 0.05s linear;
}

.step-icon {
  height: 28px;
  width: 28px;
  position: relative;
  border-radius: 50%;
  background-color: #53bf6f;
  z-index: 2;
}

.step-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
.step-head {
  height: 54px;
  width: 142px;
  border-radius: 0px 60px 60px 0px;
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 19px;
  box-sizing: border-box;
}
.step-number {
  font-size: 1.25rem;
  position: relative;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}
.flow-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: left;
  color: #53bf6f;
}
.flow-title {
  align-self: stretch;
  height: 54px;
  position: relative;

  line-height: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.flow-text {
  position: relative;
  color: #000;
}

/* box */
.box-section {
  padding: 108px 0 120px;
  background: url(../../images/area-south-box-bg.webp) no-repeat center / cover;
}
.box-wrap {
  margin: 46px auto 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 20px 84px;
  text-align: center;
  color: #53bf6f;
  font-family: Inter;
}
.box-item {
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
}
.box-img-container-icon {
  align-self: stretch;
  height: 136px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.box-inner-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.box-title {
  font-size: 1.25rem;
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 600;
}
.box-des-wrap {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 56px;
  color: #000;
  width: 100%;
}
.box-text {
  position: relative;
  line-height: 40px;
}
.box-pay-inner {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 17px;
}
.box-pay-icon {
  height: 36px;
  width: 30px;
  position: relative;
}
.box-highlight-text {
  position: relative;
  font-weight: 500;
  color: #b10000;
}

/* premium */
.premium-section {
  padding: 90px 0 84px;
}
.premium-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin: 30px auto 0;
  color: #53bf6f;
  font-family: Inter;
}
.premium-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.premium-inner-wrap {
  width: 420px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 87.5px;
  border: 2px solid #53bf6f;
}
.premium-title {
  font-size: 1.25rem;
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 500;
}
.premium-text {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  color: #000;
}
.premium-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000;
}
.premium-icon {
  width: 28px;
  position: relative;
  max-height: 100%;
}
.premium-highlight-text {
  position: relative;
  font-weight: 500;
  color: #b10000;
  margin: 36px auto;
}

/* special service */
.special-section {
  padding: 73px 0 57px;
  background: rgba(238, 238, 238, 0.5);
}
.special-wrap {
  width: 100%;
  max-width: 1125px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  text-align: center;
  margin: 30px auto 36px;
  color: #53bf6f;
  font-family: Inter;
}
.special-box {
  align-self: stretch;
  box-shadow:
    0px 4px 42.9px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  gap: 28px;
}
.special-title {
  width: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.special-hr-line {
  height: 33px;
  width: 1px;
  position: relative;
  border-right: 1px solid #000;
  box-sizing: border-box;
}
.special-text {
  flex: 1;
  position: relative;
  line-height: 40px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.special-note-wrap {
  flex: 1;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.special-note-head {
  border: 1px solid #53bf6f;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 28px;
}
.special-note-title {
  font-size: 1.25rem;
  position: relative;
  flex-shrink: 0;
  color: #53bf6f;
}

.special-highlight-text {
}

/* vas */
.vas-section {
  padding: 129px 0 157px;
}
.vas-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
  color: #000;
  font-family: Inter;
}
.vas-wrap {
  margin: 30px auto 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 48px;
}
.vas-box {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.vas-green-head {
  align-self: stretch;
  height: 60px;
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 67px;
  box-sizing: border-box;
  color: #fff;
}
.vas-title {
  font-size: 1.25rem;
  position: relative;
  line-height: 40px;
  font-weight: 500;
  flex-shrink: 0;
}
.vas-text {
  align-self: stretch;
  position: relative;
}
.vas-note-green-head {
  align-self: stretch;
  height: 60px;
  border: 1px solid #53bf6f;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 67px;
  color: #53bf6f;
}
.vas-note-green-title {
  font-size: 1.25rem;
  position: relative;
  line-height: 40px;
  font-weight: 500;
}

.vas-orange-head {
  align-self: stretch;
  height: 60px;
  background-color: #ffac27;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 67px;
  box-sizing: border-box;
  color: #fff;
}
.vas-note-orange-head {
  align-self: stretch;
  height: 60px;
  border: 1px solid #ffac27;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 67px;
  color: #ffac27;
}
.vas-des-wrap {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 36px;
}
.vas-des-box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.lets-iconscheck-ring {
  width: 28px;
  position: relative;
  max-height: 100%;
}
.vas-des-text {
  position: relative;
  line-height: 40px;
}
.vas-section .slider-dots {
  display: none;
}

@media (max-width: 480px) {
  .cost-section {
    padding: 0 0 64px;
  }

  .cost-container {
    padding-top: 0;
    background-image: url(../../images/cost-container-white-bg-rwd.webp);
  }

  .cost-container::after {
    content: "";
    background-image: url(../../images/money-box-rwd.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 21px;
    width: 74px;
    height: 73px;
  }

  .cost-container-shadow {
    margin: 20px auto;
  }

  .cost-bottom-dec {
    filter: drop-shadow(-2px -1px 6.7px rgba(66, 66, 66, 0.5));
  }

  .cost-wrap {
    padding: 32px 37px 89px;
  }

  .cost-up-box {
    flex-direction: column;
    gap: 24px;
  }

  .cost-bottom-box {
    flex-direction: column;
    gap: 24px;
  }

  .cost-inner-box {
    gap: 10px;
  }

  .cost-inner-wrapper {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }

  .cost-pay-wrap {
    gap: 8px;
  }

  .cost-green-head,
  .cost-orange-head {
    height: 28px;
    max-width: 250px;
  }

  .cost-money-bag-icon {
    width: 19px;
    height: auto;
  }

  .cost-des-text {
    flex-direction: column;
    height: auto;
  }

  .cost-hr {
    width: 1px;
    height: auto;
    border-top: none;
    background-color: #000;
  }

  .cost-decoration-icon {
    width: 73.25px;
    height: auto;
  }
  .cost-dec-box {
    display: none;
  }

  .cost-highlight-text {
    margin: 12px auto 0;
    color: #b10000;
    text-align: center;
  }

  .cost-des-text {
    margin: 12px auto 0;
  }

  /* flow */
  .flow-section {
    padding-bottom: 28px;
  }
  .flow-wrap {
    margin: 29px auto 0;
    gap: 36px;
  }

  .flow-box {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .flow-inner {
    gap: 20px;
  }
  .step-icon,
  .step-icon::after {
    display: none;
  }

  .step-head {
    height: 32px;
    width: 102px;
  }

  .step-number {
    font-size: 1rem;
    font-weight: 500;
  }

  .flow-title {
    align-self: center;
    height: auto;
    line-height: normal;
  }

  /* box */
  .box-section {
    padding: 36px 0 57px;
  }
  .box-wrap {
    margin: 30px auto 0;
    gap: 30px;
  }
  .box-item {
    width: 100%;
  }

  .box-img-container-icon {
    height: auto;
  }

  .box-title {
    line-height: normal;
  }

  .box-des-wrap {
    gap: 24px;
    align-self: center;
    width: fit-content;
  }

  .box-pay-icon {
    width: 16.6px;
    height: auto;
  }

  .box-pay-inner {
    align-items: center;
    justify-content: flex-start;
  }

  .box-inner-wrap {
    gap: 1.5px;
  }

  .box-highlight-text {
    margin-top: 10px;
    max-width: 237px;
  }

  /* premium */
  .premium-section {
    padding: 64px 0 24px;
  }

  .premium-wrap {
    margin: 24px auto;
    gap: 24px;
    flex-direction: column;
  }

  .premium-box {
    width: 100%;
  }

  .premium-inner-wrap {
    height: 64px;
    width: 100%;
    max-width: 270px;
  }

  .premium-note {
    gap: 8px;
  }

  .premium-icon {
    width: 13px;
    height: auto;
  }

  .premium-highlight-text {
    margin: 0 auto 24px;
    max-width: 224px;
    text-align: center;
  }

  /* special */
  .special-section {
    padding: 40px 0 27px;
  }

  .special-wrap {
    margin: 24px auto 28px;
    gap: 28px;
    max-width: 224px;
  }
  .special-note-wrap {
    align-self: flex-start;
    padding-left: 5px;
  }

  .special-box {
    gap: 12px;
    padding: 15px;
    flex-direction: column;
    box-shadow: 4px 4px 17px 0 rgba(0, 0, 0, 0.25);
  }

  .special-hr-line {
    display: none;
  }

  .special-note-head {
    padding: 0px 17px;
  }

  .special-highlight-text {
    max-width: 224px;
    text-align: center;
  }

  /* vas */
  .vas-section {
    padding: 64px 0 52px;
  }

  .vas-wrap {
    gap: 36px;
    margin: 20px auto 0;
  }

  .vas-container {
    gap: 21.5px;
  }

  .vas-box {
    max-width: 160px;
  }

  .vas-green-head,
  .vas-orange-head,
  .vas-note-green-head,
  .vas-note-orange-head {
    height: 32px;
  }

  .green-text {
    color: #53bf6f;
  }

  .orange-text {
    color: #ffac27;
  }

  .vas-des-wrap {
    flex-direction: column;
    gap: 13px;
    margin-bottom: 22.5px;
  }

  .vas-des-box {
    gap: 8px;
  }

  .lets-iconscheck-ring {
    width: 15px;
    height: auto;
  }

  /* vas slider */
  .vas-slider {
    flex-wrap: nowrap;
  }
  .vas-slide {
    flex-shrink: 0;
  }
  .vas-section .slider-dots {
    display: flex;
  }
  .vas-section .slider-dot {
    border-color: #53bf6f;
  }
  .vas-section .slider-dot.active {
    background-color: #53bf6f;
  }
}
