@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
.iOS-show,
.AOS-show {
  display: none;
}

.isIOS .iOS-show {
  display: inline-block;
}

.isAOS .AOS-show {
  display: inline-block;
}

.isIOS .cta_android {
  display: none;
}

.isAOS .cta_ios {
  display: none;
}

/*p2g d2g daasc*/
.isDaaSC .lan_area, .isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block, .isMobile-inline-block, .isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

.isMobile .isMobile-inline-block {
  display: inline-block;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #FFF;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0F4B41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0F4B41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0F4B41;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #FFF;
  background-color: #0F4B41;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

.green_bar {
  position: relative;
  z-index: 1;
}

#wrap {
  max-width: 100%;
}

.disable-links {
  pointer-events: none !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tc body,
.tc h1,
.tc h2,
.tc h3 {
  font-family: "Noto Sans HK", sans-serif !important;
}

.sc body,
.sc h1,
.sc h2,
.sc h3 {
  font-family: "Noto Sans SC", sans-serif !important;
}

.en body,
.en h1,
.en h2,
.en h3 {
  font-family: "Noto Sans HK", sans-serif !important;
}

.w767-show {
  display: none;
}
.w767-hide {
  display: inherit;
}
@media (min-width: 767px) {
  .w767-show {
    display: inherit;
  }
  .w767-hide {
    display: none;
  }
}

.top-banner img {
  width: 100%;
}
.top-banner .banner-mb {
  display: none;
}
@media (max-width: 767px) {
  .top-banner .banner-dt {
    display: none;
  }
  .top-banner .banner-mb {
    display: block;
  }
}

.page-container {
  max-width: 100%;
  padding: 50px 20px;
  margin: auto;
}
@media (min-width: 767px) {
  .page-container {
    padding: 80px 20px;
    max-width: 1280px;
  }
}

h1 {
  color: #0d4b42;
  font-size: 30px;
  font-weight: bold;
}

h2 {
  color: #0d4b42;
  font-size: 20px;
  font-weight: bold;
}

p {
  color: #363636;
  font-size: 16px;
  line-height: 1.5;
}
p.sm {
  font-size: 16px;
}
p span {
  color: #0d4b42;
  font-size: 130%;
  font-weight: bold;
}

@media (min-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 24px;
  }
  p.sm {
    font-size: 18px;
  }
}
.highlight {
  word-break: keep-all;
  position: relative;
  margin: 0 8px;
  z-index: 0;
}
.highlight::after {
  display: block;
  content: "";
  width: 103%;
  height: 50%;
  position: absolute;
  left: -2%;
  right: 0;
  top: 50%;
  background-color: #d5f1d8;
  z-index: -1;
}

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #fff;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #3d5c46;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #3d5c46;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #3d5c46;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #fff;
  background-color: #3d5c46;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

.section__heading, .section__desc {
  margin-bottom: 64px;
  text-align: center;
}
.section-inner {
  padding-top: 30px;
}
@media (min-width: 767px) {
  .section-inner {
    padding-top: 0;
  }
}

section:last-of-type .page-container {
  padding-bottom: 0;
}

.card-popup {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}
.card-popup.show {
  display: flex;
}
.card-popup .bg-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.card-popup__container {
  display: none;
  max-width: 1000px;
  max-height: 90vh;
  position: relative;
  background: #fff;
  padding: 24px 24px;
  width: fit-content;
  height: fit-content;
  overflow-y: auto;
  z-index: 25;
}
.card-popup__container.show {
  display: block;
}
.card-popup__close-btn {
  position: absolute;
  right: 24px;
  top: 12px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-image: url(close.svg);
  cursor: pointer;
}
.card-popup__table {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
}
.card-popup__table th {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 21px 18px;
}
.card-popup__table td {
  padding: 18px;
  color: #363636;
  font-size: 14px;
  font-weight: 400;
}
.card-popup__table thead {
  overflow: hidden;
  background: #3d5c46;
}
.card-popup__table thead * {
  background: #3d5c46;
}
.card-popup__table thead tr:first-child {
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.card-popup__table tbody {
  background: #eff6ed;
}
.card-popup__table tbody * {
  background: #eff6ed;
}
.card-popup__table td,
.card-popup__table th {
  border-bottom: 1px solid #8e8e8e;
}
.card-popup__table td:not(:last-child),
.card-popup__table th:not(:last-child) {
  border-right: 1px solid #8e8e8e;
}
.card-popup__title {
  margin-right: 50px;
}
@media (min-width: 767px) {
  .card-popup__table th {
    font-size: 18px;
    padding: 32px 24px;
  }
  .card-popup__table td {
    font-size: 18px;
    padding: 24px;
  }
}

.cards-section {
  background-image: url(section1_bg.png);
  background-size: cover;
  background-position: 0;
  background-color: rgba(57, 181, 74, 0.03);
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cards-container .card__item {
  min-height: 260px;
  width: calc(50% - 8px);
  background: rgba(57, 181, 74, 0.3);
  padding: 5px;
  border-radius: 60px 0 60px 0;
}
.cards-container .card__item:hover .card__icon img:not(.hover) {
  height: 0;
}
.cards-container .card__item:hover .card__icon .hover {
  height: 100%;
}
.cards-container .card__inner {
  background: #fff;
  border-radius: 55px 0 55px 0;
  padding: 20px 10px;
  height: 100%;
}
.cards-container .card__inner a {
  display: block;
  width: fit-content;
  margin: 25px auto 0;
  color: #3d5c46;
  text-decoration: underline;
  font-size: 16px;
}
.cards-container .card__icon {
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  height: 64px;
  width: 64px;
}
.cards-container .card__icon img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.cards-container .card__icon img:not(.hover) {
  height: 100%;
}
.cards-container .card__icon .hover {
  height: 0;
}
.cards-container .card__desc p {
  text-align: center;
}
@media (min-width: 767px) {
  .cards-container .card {
    gap: 48px;
  }
  .cards-container .card__item {
    min-height: 370px;
    width: calc(33.3333333333% - 16px);
    padding: 7px;
  }
  .cards-container .card__inner {
    border-radius: 53px 0 53px 0;
    padding: 32px 40px;
  }
  .cards-container .card__inner a {
    margin-top: 30px;
    font-size: 24px;
  }
}

.ebanking-apply-section {
  background-color: rgba(57, 181, 74, 0.03);
}
.ebanking-apply-section .section-inner {
  border-radius: 150px 0px 0px 0px;
  background: #eff6ed;
}

.ebanking-apply__container {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 30px;
}
.ebanking-apply__container .screencap-disclaimer {
  margin-top: 20px;
  text-align: center;
}
.ebanking-apply__swiper {
  position: relative;
  padding-bottom: 60px;
  width: 100%;
  height: fit-content;
}
.ebanking-apply__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ebanking-apply__swiper .swiper-slide img {
  width: 60%;
}
.ebanking-apply__swiper .swiper-button-prev,
.ebanking-apply__swiper .swiper-button-next {
  z-index: 1;
}
.ebanking-apply__swiper .swiper-button-prev::after,
.ebanking-apply__swiper .swiper-button-next::after {
  color: #0e4b42;
  font-size: 20px;
  font-weight: bold;
}
.ebanking-apply__swiper .swiper-pagination {
  z-index: 1;
}
.ebanking-apply__swiper .swiper-pagination-bullet {
  background: #9bbea5;
  width: 10px;
  height: 10px;
}
.ebanking-apply__swiper .swiper-pagination-bullet-active {
  background: #3d5c46;
}
.ebanking-apply__steps {
  width: 100%;
}
.ebanking-apply__step {
  position: relative;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.ebanking-apply__step-number {
  flex-shrink: 0;
  background: #9bbea5;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  transition: background 0.4s ease;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-right: 15px;
}
.ebanking-apply__step-heading {
  color: #3d5c46;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}
.ebanking-apply__step-desc {
  color: #3d5c46;
  font-size: 18px;
}
.ebanking-apply__step.active .ebanking-apply__step-number {
  background: #3d5c46;
}
.ebanking-apply__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 1px;
  height: calc(100% - 58px);
  background: #9bbea5;
}
@media (min-width: 768px) {
  .ebanking-apply__swiper {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .ebanking-apply__container {
    flex-direction: row;
    padding: 0 70px;
    gap: 70px;
  }
  .ebanking-apply__swiper {
    width: 55%;
  }
  .ebanking-apply__steps {
    width: 45%;
  }
  .ebanking-apply__step {
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  .ebanking-apply__step:not(:last-child)::after {
    content: "";
    height: calc(100% - 68px);
  }
}

.remark-section {
  background: #eff6ed;
}
.remark-section .section-inner {
  background: #fff;
  border-radius: 0px 150px 0px 0px;
}
.remark-section ol,
.remark-section ul {
  list-style-position: outside;
  margin-left: 20px;
}
.remark-section span {
  font-size: 18px;
  font-weight: bold;
}
.remark-section a {
  color: #222222;
  text-decoration: underline;
}
.remark-section .page-container {
  max-width: 900px;
}

.app-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.app-box__title-box {
  position: relative;
  padding: 20px 60px;
  width: 100%;
  background: #3d5c46;
  border-radius: 36px 36px 0 0;
  overflow: hidden;
}
.app-box__title-box::before {
  content: "";
  position: absolute;
  background: rgba(235, 250, 246, 0.11);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.app-box__title-box::after {
  content: "";
  position: absolute;
  right: 13%;
  bottom: 6%;
  background: #3d5c46;
  height: 120%;
  width: 100%;
  transform: skew(-42deg) rotate(-1.5deg);
  border-radius: 15px;
}
.app-box__title-txt {
  position: relative;
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.app-box__content-box {
  border: 1px solid #bebebe;
  border-top: 0;
  padding: 30px 0;
}
.app-box__content-box__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
.app-box__icon {
  aspect-ratio: 1 !important;
  margin-right: 16px;
}
.app-box__qr {
  margin-right: 40px;
}
.app-box__icon, .app-box__qr {
  flex-shrink: 0;
  height: 150px;
}
.app-box__icon img, .app-box__qr img {
  height: 100%;
}
.app-box__search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background: #fff;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: bold;
  user-select: none;
  pointer-events: none;
}
.app-box__search-box img {
  width: auto;
  height: 56.25%;
  aspect-ratio: 1;
}
.app-box .app-download-template {
  width: 62%;
  margin: 0 10px;
}
.app-box .app-download-template > img {
  width: 100%;
}
.app-box .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.app-box .app-col a {
  width: calc(50% - 2px);
}
.app-box .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .app-box__title-txt {
    font-size: 26px;
  }
  .app-box__search-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .app-box__title-box {
    padding: 20px 20px;
  }
  .app-box__title-box::before {
    display: none;
  }
  .app-box__title-box::after {
    display: none;
  }
  .app-box__icon {
    height: auto;
    width: 20%;
    margin-right: 5px;
  }
  .app-box__title-txt {
    font-size: 24px;
    line-height: 34px;
  }
  .app-box__content-box {
    padding: 20px 0;
  }
  .app-box__content-box__inner {
    max-width: 100%;
  }
  .app-box__qr {
    display: none;
  }
  .app-box__search-box {
    padding: 4px 12px;
    height: 38px;
    border-radius: 6px;
    font-size: 10px;
  }
}

.sticky-bar {
  position: sticky;
  background: linear-gradient(0deg, rgba(57, 181, 74, 0.3) 0%, rgba(57, 181, 74, 0.3) 100%), #fff;
  width: 100%;
  padding: 12px 20px;
  bottom: 0;
  z-index: 1;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
}
.sticky-bar__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  gap: 20px;
}
.sticky-bar__inner > * {
  flex-shrink: 0;
}
.sticky-bar__desc {
  width: fit-content;
  font-size: 14px;
  color: #3d5c46;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
}
.sticky-bar__desc span {
  font-size: 180%;
  font-weight: 800;
  line-height: 0.5555555556;
}
.sticky-bar__qrcode {
  flex-shrink: 0;
  width: 100px;
}
.sticky-bar__qrcode img {
  width: 100%;
}
.sticky-bar .highlight::after {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 767px) {
  .sticky-bar {
    padding: 20px 20px;
  }
  .sticky-bar__desc {
    font-size: 20px;
    text-align: left;
  }
}

.cta-btn {
  display: block;
  margin: 0 auto;
  height: fit-content;
  width: fit-content;
  background: #3d5c46;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 21px;
  transition: transform 0.5s ease;
}
.cta-btn:hover {
  transform: scale(1.05);
}

.under-cards {
  margin-top: 30px;
}
.under-cards .cta-desc {
  border: 3px #038945 solid;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 30px;
  color: #038945;
  font-weight: bold;
  text-align: center;
}
.under-cards .cta-btn {
  margin-top: 35px;
  font-size: 30px;
}
.under-cards p {
  text-align: center;
}

.en .under-cards .cta-desc {
  font-size: 21px;
}

@media (min-width: 1024px) {
  .isD2G-block .sticky-bar__inner {
    gap: 80px;
    flex-direction: row;
  }
}
.en .app-box__title-txt {
  font-size: 20px;
}

@media (min-width: 767px) {
  .en .app-box__title-txt {
    font-size: 26px;
  }
}/*# sourceMappingURL=reward.css.map */