@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;
}

.modal-popup#register-now .modal-popup-box {
  width: 100%;
  max-width: 768px;
}
.modal-popup#register-now .modal-popup-box img {
  width: 20%;
  object-fit: contain;
}
.modal-popup#register-now .modal-popup-box .button-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}
.modal-popup#register-now .modal-popup-box .button-container a {
  border: 1px solid #015625;
  padding: 0.5rem;
  border-radius: 20px;
  color: #424242;
  width: 100%;
}

.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;
  -moz-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,
.h1-visual {
  color: #016D40;
  position: relative;
  isolation: isolate;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: bold;
}
h1::after,
.h1-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -18px;
  right: -18px;
  bottom: 0px;
  height: 20px;
  border-radius: 1000px;
  background: linear-gradient(270deg, rgba(247, 254, 231, 0.5) 0%, rgba(197, 245, 213, 0.5) 100%);
}
h1.h1-multiline::after,
.h1-visual.h1-multiline::after {
  display: none;
}
h1.h1-multiline .h1-highlight,
h1.h1-multiline .highlight,
.h1-visual.h1-multiline .h1-highlight,
.h1-visual.h1-multiline .highlight {
  padding: 0 15px;
  background: radial-gradient(circle closest-side, rgba(197, 245, 213, 0.5) 99%, transparent 100%) left bottom/30px 50% no-repeat, radial-gradient(circle closest-side, rgba(247, 254, 231, 0.5) 99%, transparent 100%) right bottom/30px 50% no-repeat, linear-gradient(270deg, rgba(247, 254, 231, 0.5) 0%, rgba(197, 245, 213, 0.5) 100%) center bottom/calc(100% - 30px) 50% no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.rewards-heading {
  margin-bottom: 35px;
}
.rewards-heading .polygon-icon {
  width: auto;
  vertical-align: -0.15em;
}
@media (max-width: 767px) {
  .rewards-heading {
    width: 100%;
    text-align: center;
  }
  .rewards-heading .polygon-icon {
    position: absolute;
    top: -24px;
    right: 0;
    width: 50px;
  }
}

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:not(.init) {
  color: #0d4b42;
  font-size: 130%;
  font-weight: bold;
}

@media (min-width: 767px) {
  h1,
  .h1-visual {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 24px;
  }
  p.sm {
    font-size: 18px;
  }
}
.highlight {
  padding: 0 0.08em;
  background: linear-gradient(to bottom, transparent 55%, #d5f1d8 55%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.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;
  position: relative;
  background: #fff;
  padding: 24px 24px;
  width: fit-content;
  height: fit-content;
  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-container {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  box-sizing: border-box;
  padding: 56px 16px 40px;
  border-radius: 120px 120px 0 0;
  background: linear-gradient(270deg, rgba(247, 254, 231, 0.16) 0%, rgba(197, 245, 213, 0.8) 100%);
}
.cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  column-gap: 16px;
  row-gap: 40px;
}
.cards-container .card__item {
  min-height: 260px;
  width: calc(50% - 8px);
  position: relative;
  padding: 0;
  border: 1px solid #c0f8c7;
  border-radius: 60px;
  background: #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}
.cards-container .card__item:hover {
  box-shadow: 2px 2px 10px 0 #f9dd50, 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.cards-container .card__item:hover .card__icon::after {
  opacity: 1;
}
.cards-container .card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 10px 20px;
  height: 100%;
  border-radius: inherit;
  background: transparent;
}
.cards-container .card__inner a {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  color: #3d5c46;
  text-decoration: underline;
  font-size: 16px;
}
.cards-container .card__icon {
  position: absolute;
  z-index: 2;
  top: -32px;
  left: 50%;
  margin: 0;
  height: 64px;
  width: 64px;
  transform: translateX(-50%);
}
.cards-container .card__icon::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 62px;
  width: 44px;
  height: 52px;
  background: url(polygon.svg) center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.cards-container .card__icon img {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}
.cards-container .card__icon img {
  height: 100%;
}
.cards-container .card__desc p {
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
}
.cards-container .card__desc {
  width: 100%;
}
.cards-container .card__desc .inline_img {
  width: 180px;
  height: auto;
}
.cards-promo-banner {
  position: relative;
  overflow: hidden;
  width: 1150px;
  max-width: 100%;
  box-sizing: border-box;
  margin: -20px 0 100px;
  padding: 24px 32px 24px 48px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: linear-gradient(270deg, rgba(247, 254, 231, 0.16) 0%, rgba(197, 245, 213, 0.4) 100%);
  text-align: center;
}
.cards-promo-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  background: #016D40;
}
.cards-promo-banner h2 {
  margin: 0;
  color: #016D40;
  font-size: 30px;
  line-height: 1.35;
}
.cards-promo-banner .inline_img {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cards-promo-banner {
    margin: -36px 0 70px;
    padding: 18px 20px 18px 34px;
    border-radius: 14px;
  }
  .cards-promo-banner::before {
    width: 10px;
  }
  .cards-promo-banner h2 {
    font-size: 24px;
  }
}
@media (min-width: 767px) {
  .cards-container {
    padding: 50px 8.333333% 46px;
  }
  .cards-grid {
    column-gap: 16px;
    row-gap: 56px;
  }
  .cards-container .card__item {
    min-height: 170px;
    width: calc(33.3333333333% - 10.666667px);
  }
  .cards-container .card__inner {
    padding: 60px 20px;
  }
  .cards-container .card__inner a {
    margin-top: 8px;
    font-size: 16px;
  }
  .cards-container .card__icon {
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .cards-container .card__icon::after {
    left: 80px;
  }
}

.ebanking-apply-section {
  background-color: rgba(57, 181, 74, 0.03);
}
.ebanking-apply-section .section-inner {
  border-radius: 120px 120px 0 0;
  background: linear-gradient(270deg, rgba(197, 245, 213, 0.8) 0%, rgba(247, 254, 231, 0.16) 100%);
}

.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;
}
@media (max-width: 1279px) {
  .ebanking-apply__swiper .swiper-slide img {
    max-width: 320px;
    height: auto;
    object-fit: contain;
  }
}
.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__title {
  width: 100%;
  margin: 0 0 30px;
  text-align: left;
}
.ebanking-apply__title::after {
  content: none;
  display: none;
}
.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 50px;
    gap: 40px;
  }
  .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;
}
.remark-section ol,
.remark-section ul {
  list-style-position: outside;
  margin-left: 20px;
}
.remark-section span {
  font-size: 18px;
  font-weight: bold;
}
.remark-section span.disable-links {
  font-size: inherit;
  font-weight: inherit;
}
.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: 5;
  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 {
  background: linear-gradient(to bottom, transparent 55%, rgba(255, 255, 255, 0.6) 55%);
}
@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;
  }
}

.inline_img {
  height: 1em; 
  margin-bottom: 0.2em;
  margin-left: 0.2em;;
  margin-right: 0.2em;;
}
.section__heading .inline_img {
  margin-left: 0;
  margin-right: 0;
}

span .inline_img {
  height: 0.75em; 
}

.yuu{
    color: #3679bd !important;
    font-weight: bold;
}
.fun_dollar{
    color: #0d6c29 !important;
    font-weight: bold;
}

.yuu .inline_img {
  height: 1.25em; 
}

.fun_dollar .inline_img {
  height: 0.75em; 
}

.no-break {
  white-space: nowrap;
}

.card-popup__table thead * {
  background: #016D40;
}
