/**
 * 宜花東頁面樣式
 *
 * @package mytheme
 */

/* cost */
.cost-section {
  padding: 48px 0 72px;
  background-image: url(../../images/east-cost-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cost-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
  color: #000;
  font-family: Inter;
}
.cost-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
  margin: 30px auto 0;
}
.cost-box {
  display: flex;
  align-items: center;
}
.cost-green-head {
  height: 204px;
  width: 204px;
  box-shadow: 0px 4px 24.8px rgba(0, 0, 0, 0.25);
  border-radius: 121.5px;
  background-color: #fff;
  border: 16px solid #53bf6f;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.cost-title {
  position: relative;
  line-height: 40px;
  font-size: 1.25rem;
}
.cost-inner-wrap {
  height: 250px;
  width: 816px;
  box-shadow: 0px 4px 24.3px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 68px 0px 130px;
  box-sizing: border-box;
  gap: 20px;
  margin-left: -82px;
  z-index: 0;
}
.cost-inner-box {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 35px;
}
.cost-text {
  width: 100%;
  max-width: 315px;
  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: 9px;
}
.cost-pay-icon {
  height: 34px;
  width: 34px;
  position: relative;
}

.cost-pay-text {
}
.cost-hr {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.cost-orange-head {
  height: 204px;
  width: 204px;
  box-shadow: 0px 4px 24.8px rgba(0, 0, 0, 0.25);
  border-radius: 121.5px;
  background-color: #fff;
  border: 16px solid #ffac27;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.cost-highlight-text {
  position: relative;
  line-height: 40px;
  color: #b10000;
  margin-bottom: 26px;
}

/* flow */
.flow-section {
  padding: 130px 0 90px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.2) 18.4%,
    rgba(83, 191, 111, 0.2) 119.6%
  );
}
.flow-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  text-align: center;
  color: #fff;
  font-family: Inter;
}
.flow-box {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.flow-step-head {
  width: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.step-green-outset-bg {
  align-self: stretch;
  height: 102px;
  border-radius: 51px;
  border: 1px solid #53bf6f;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
}
.step-green-hard-bg {
  height: 78px;
  width: 78px;
  border-radius: 39px;
  background-color: #53bf6f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.flow-step-number {
  position: relative;
  line-height: 40px;
  font-weight: 600;
  font-size: 1.25rem;
}
.flow-step-arrow-icon {
  width: 28px;
  height: 18px;
  position: relative;
  object-fit: contain;
}
.flow-inner-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.flow-green-title {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 500;
  color: #53bf6f;
}

.flow-orange-title {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 500;
  color: #ffac27;
}

.flow-text {
  width: 482px;
  position: relative;
  line-height: 40px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-orange-outset-bg {
  align-self: stretch;
  height: 102px;
  border-radius: 51px;
  border: 1px solid #ffac27;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
}
.step-orange-hard-bg {
  height: 78px;
  width: 78px;
  border-radius: 39px;
  background-color: #ffac27;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* box */
.box-section {
  padding: 96px 0 76px;
  background-image: url(../../images/east-box-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  color: #53bf6f;
  font-family: Inter;
}
.box-wrap {
  margin-top: 30px;
  align-self: stretch;
  filter: drop-shadow(0px 4px 11.8px rgba(0, 0, 0, 0.25));
  display: flex;
  align-items: center;
  gap: 64px;
}
.box-item {
  height: 342px;
  width: 342px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  gap: 24px;
}
.box-inner-bg-icon {
  width: 342px;
  height: 342px;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  left: 0px;
  z-index: 0;
  flex-shrink: 0;
}
.box-inner-wrap {
  width: 168px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
  flex-shrink: 0;
}
.box-item-title {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 500;
}
.box-text {
  align-self: stretch;
  position: relative;
  color: #000;
}
.box-pay-wrap {
  width: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 2;
  flex-shrink: 0;
}
.box-pay-head {
  width: 83px;
  border-radius: 48px;
  border: 1px solid #53bf6f;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-pay-title {
  font-size: 1.25rem;
  color: #53bf6f;
  position: relative;
  line-height: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.box-highlight-text {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  color: #b10000;
}

/* premium */
.premium-section {
  padding: 157px 0 68px;
}
.premium-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 36px;
  text-align: center;
  color: #53bf6f;
  font-family: Inter;
  margin: 30px auto 36px;
}
.premium-box {
  width: 100%;
  max-width: 1024px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.premium-head {
  width: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.premium-number-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.premium-number {
  font-size: 96px;
  align-self: stretch;
  height: 82px;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.premium-hr {
  align-self: stretch;
  height: 4px;
  position: relative;
  background-color: #5a8164;
}
.premium-title {
  align-self: stretch;
  position: relative;
}
.premium-inner-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 42px;
  color: #000;
}
.premium-text {
  width: 361px;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.premium-pay-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.premium-pay-icon {
  height: 28px;
  width: 14px;
  position: relative;
}
.premium-pay-text {
  position: relative;
  line-height: 40px;
}
/* special */
.special-section {
  padding: 89px 0 94px;
  background-color: #eeeeee80;
  position: relative;
}

.special-section::after {
  content: "";
  position: absolute;
  background-image: url(../../images/special-right-dec.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24.6%;
  height: 50%;
  right: 67px;
  bottom: -75px;
}
.special-up-wrap-parent {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  text-align: center;
  color: #53bf6f;
  font-family: Inter;
  margin: 36px auto 46px;
  z-index: 1;
}
.special-up-wrap {
  display: flex;
  align-items: center;
  gap: 42px;
}
.special-box {
  background-image: url(../../images/green_border_text_container.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 245px;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}
.special-title {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 500;
  top: -15px;
}
.special-inner-wrap {
  max-width: 292px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  color: #000;
}
.special-text {
  position: relative;
  line-height: 36px;
}

.special-pay-text {
  font-size: 1.25rem;
}
.special-hr {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.special-pay-wrap {
  display: flex;
  align-items: center;
  gap: 11px;
}
.special-icon {
  height: 24px;
  width: 24px;
  position: relative;
}

.special-des-text {
}
/* vas */
.vas-section {
  padding: 92px 0 157px;
}
.vas-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: #fff;
  font-family: Inter;
  margin: 30px auto 48px;
}
.vas-box {
  width: 274px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.vas-head-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.vas-head {
  align-self: stretch;
  height: 48px;
  border-radius: 60px;
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  box-sizing: border-box;
}
.vas-title {
  position: relative;
  line-height: 40px;
  font-weight: 500;
}
.vas-text {
  align-self: stretch;
  position: relative;
  color: #000;
}
.vas-pay-inner {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ff942b;
}
.vas-pay-wrap {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
}
.vas-icon {
  height: 23px;
  width: 20px;
  position: relative;
  object-fit: contain;
}
.vas-pay-title {
  position: relative;
  line-height: 40px;
  font-size: 1.25rem;
  color: #ff942b;
  font-weight: 500;
}

.vas-des-text {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .cost-section {
    padding: 0 0 28px;
    background-image: url(../../images/east-cost-bg-rwd.webp);
    background-size: contain;
    background-position-y: 60px;
  }

  .cost-wrap {
    margin: 24px auto;
    gap: 24px;
  }

  .cost-container {
    gap: 0;
  }

  .cost-box {
    flex-direction: column;
    width: 100%;
    max-width: 272px;
  }

  .cost-inner-wrap {
    height: auto;
    width: 100%;
    margin-left: 0;
    padding: 28.5px 13px;
    gap: 16px;
    flex-direction: row;
    margin-top: -36px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  .cost-hr {
    width: 1px;
    height: auto;
    background-color: #000;
    border-top: none;
  }

  .cost-green-head {
    height: 84px;
    width: 84px;
    border: 6px solid #53bf6f;
    box-shadow: 0 1.647px 10.212px 0 rgba(0, 0, 0, 0.25);
  }
  .cost-orange-head {
    height: 84px;
    width: 84px;
    border: 6px solid #ff942b;
    box-shadow: 0 1.647px 10.212px 0 rgba(0, 0, 0, 0.25);
  }

  .cost-title {
    font-weight: 500;
  }

  .cost-inner-box {
    flex-direction: column;
    gap: 8px;
  }

  .cost-pay-wrap {
    gap: 8px;
  }

  .cost-pay-icon {
    width: 19px;
    height: auto;
  }

  .cost-text {
    width: fit-content;
    flex-direction: column;
  }

  .another-wrap {
    padding: 43px 13px 15.5px;
  }

  .cost-highlight-text {
    margin-bottom: 20px;
    max-width: 237px;
  }

  /* flow */
  .flow-section {
    padding: 36px 0 28px;
    gap: 28px;
  }

  .flow-wrap {
    margin: 20px auto 0;
    gap: 28px;
  }

  .flow-box {
    flex-direction: column;
    gap: 8px;
  }

  .flow-text {
    width: 100%;
  }

  .flow-step-head {
    gap: 4px;
    width: fit-content;
  }

  .step-green-outset-bg,
  .step-orange-outset-bg {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .step-green-hard-bg,
  .step-orange-hard-bg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .flow-step-arrow-icon {
    width: 14px;
    height: auto;
  }

  .flow-inner-wrap {
    gap: 8px;
  }

  .box-section {
    padding: 36px 0 46px;
    background-image: url(../../images/east-box-bg-rwd.webp);
  }

  .box-wrap {
    margin-top: 24px;
    max-width: 200px;
    flex-direction: column;
    gap: 24px;
    align-self: center;
  }

  .box-item {
    width: 200px;
    height: 200px;
  }

  .box-inner-bg-icon {
    width: 200px;
    height: 200px;
  }

  .box-inner-wrap {
    width: auto;
    height: auto;
  }

  .box-pay-head {
    width: 84px;
    height: 24px;
  }

  .box-pay-title {
    font-size: 14px !important;
  }

  /* premium */
  .premium-section {
    padding: 64px 0 28px;
  }

  .premium-wrap {
    margin: 24px auto;
    gap: 24px;
    max-width: 266px;
  }

  .premium-box {
    flex-direction: column;
    gap: 12px;
  }

  .premium-inner-wrap {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    align-items: flex-start;
  }

  .premium-head {
    gap: 10px;
    max-width: 64px;
  }

  .premium-number-wrap {
    gap: 16px;
  }

  .premium-number {
    font-size: 60px;
    height: 46px;
  }

  .premium-hr {
    height: 2px;
  }

  .premium-title {
    font-weight: 500;
  }

  .premium-text {
    width: 100%;
    justify-content: flex-start;
  }
  .premium-pay-wrap {
    gap: 4px;
  }

  .premium-pay-icon {
    width: 7px;
    height: auto;
  }

  /* special */
  .special-section {
    padding: 36px 0 24px;
  }

  .special-section::after {
    content: "";
    background-image: url(../../images/east-vas-upper-right-rwd.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -23px;
    right: 13px;
    width: 96px;
    height: 109px;
    pointer-events: none;
  }

  .special-up-wrap {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .special-up-wrap-parent {
    margin: 24px auto 20px;
  }

  .special-box {
    background-image: url(../../images/green_border_text_container_rwd.webp);
    background-size: 100% 100%;
    height: 140px;
    width: 100%;
    max-width: 245px;
    gap: 26px;
  }

  .special-inner-wrap {
    gap: 12px;
    max-width: 198px;
  }

  .special-title {
    top: 0;
  }

  .special-pay-wrap {
    gap: 7.5px;
  }
  .special-icon {
    width: 16px;
  }

  .special-des-text {
    max-width: 187px;
    text-align: center;
  }

  /* vas */
  .vas-section {
    padding: 64px 0 52px;
  }
  .vas-wrap {
    flex-direction: column;
    margin: 20px auto 28px;
    gap: 32px;
  }

  .vas-box {
    gap: 12px;
    max-width: 250px;
  }

  .vas-head {
    height: 28px;
  }

  .vas-pay-title {
    font-size: 14px !important;
  }

  .vas-icon {
    width: 14px;
    height: auto;
  }

  .vas-des-text {
    text-align: center;
    max-width: 232px;
    margin-bottom: 24px;
  }
}
