/* Banner Area */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
.banner_area {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.banner_area .banner_img {
  position: relative;
  width: 100%;
  transform: scale(1);
  transition: transform 15s ease;
}

.banner_area.active .banner_img {
  transform: scale(1);
}

.banner_area .banner_img {
  overflow: hidden;
}

.tnc-holder {
  font-size: 12px;
  color: #222;
}

.tnc-holder p {
  font-size: 12px;
  color: #222;
}

.tnc-holder ol {
  padding-left: 18px;
}

/* Content Sections */
.line-break {
  display: none;
}

#main_content_area {
  padding-bottom: 5px;
  position: relative;
}

#main_content_area .row {
  padding: 15px 8px 0;
}

#main_content_area .row.full_width {
  padding-left: 0;
  padding-right: 0;
}

#main_content_area .row.full_width .columns {
  padding-left: 0;
  padding-right: 0;
}

.wid680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wid730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.wid850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 12px 15px;
}

.section.full_width {
  padding-right: 0;
  padding-left: 0;
}

.section_icon {
  margin-bottom: 5px;
}

.section_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section p sup {
  font-size: 10px;
  top: -6px;
}

#footer .copy a {
  width: 50%;
  max-width: 270px;
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

/* modal */
.modal {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal#tncModal {
  overflow: auto;
}

.modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border: 5px solid #006532;
}

.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}

.modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
}

.modal-content .btn-holder .btn {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 15px 12px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 19px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
}

.modal-content .btn-holder .btn:before {
  content: " ";
  text-indent: -999em;
  background: url(icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -61px;
}

.modal-content .btn-holder .btn.btn-accept:hover {
  opacity: 0.8;
  background-color: #34a344;
  border: 1px solid #34a344;
}

.modal-content .btn-holder .btn.btn-cancel {
  border: 1px solid #b2b2b2;
  color: #666;
  background-color: #fff;
  width: 100px;
}

.modal-content .btn-holder .btn.btn-cancel:hover {
  background-color: #f0f0f0;
}

/* The Close Button */
.modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.modal-content .close:hover {
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg);
}

.modal-content .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .ico-triangle {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}

.modal.btn-modal .modal-content {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  max-height: 1000% !important;
  top: 0;
  transform: translateY(0%);
  width: 190px;
  padding: 20px 25px 5px;
}

.modal.btn-modal .modal-content .close {
  top: 0px;
  right: 0px;
  display: block;
  width: 26px;
  height: 26px;
  min-width: 20px;
  min-height: 20px;
}

.modal.btn-modal .modal-content .btn-holder {
  margin: 0 auto;
  text-align: center;
}

.modal.btn-modal .modal-content .btn-holder .btn {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 11px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
.warn-modal .modal-content {
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
.warn-modal .modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url("icn_stroke_close_grey02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

/*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;
}

.iOS-show, .AOS-show {
  display: none !important;
}

.isIOS .iOS-show {
  display: block !important;
}

.isAOS .AOS-show {
  display: block !important;
}

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

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

.md\:block {
  display: none;
}

.md\:flex {
  display: none;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex {
    display: flex;
  }
}
.lg\:flex {
  display: none;
}

@media (min-width: 992px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-gap-5 {
  gap: 5px;
}
.flex-gap-10 {
  gap: 10px;
}
.flex-gap-15 {
  gap: 15px;
}
.flex-gap-25 {
  gap: 25px;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}

.inline-flex {
  display: inline-flex;
}

.d-hidden {
  display: none;
}

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10, .tnc-section .tnc-container span:not([class]),
.tnc-section .tnc-container p:not([class]),
.tnc-section .tnc-container li:not([class]) {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30, .app-section > .slogan {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 110px;
  }
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 20px;
}
.ml-60 {
  margin-left: 25px;
}
.ml-80 {
  margin-left: 35px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 20px;
}
.mr-60 {
  margin-right: 25px;
}
.mr-80 {
  margin-right: 35px;
}

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.txt-underline {
  text-decoration: underline;
}
.txt-bold {
  font-weight: bold;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-green {
  color: #015625;
}
.txt-orange {
  -moz-columns: #f27805;
       columns: #f27805;
}
.txt-white {
  color: white;
}

.bg-green-1 {
  background-color: #2f857e;
}

.bg-green-2 {
  background-color: #2a8679;
}

.bg-green-3 {
  background-color: #015625;
}

.bg-gradient-green {
  position: relative;
  background: linear-gradient(to right, rgba(229, 244, 228, 0) 0%, rgba(229, 244, 228, 0.5) 20%, rgb(229, 244, 228) 50%, rgba(229, 244, 228, 0.5) 80%, rgba(229, 244, 228, 0) 100%);
}
.bg-gradient-green::before, .bg-gradient-green::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, rgba(104, 180, 142, 0) 10%, rgb(104, 180, 142) 50%, rgba(104, 180, 142, 0) 90%);
}
.bg-gradient-green::before {
  top: 0;
}
.bg-gradient-green::after {
  bottom: 0;
}

.txt-start {
  text-align: start;
}

.text-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-enlarge {
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .txt-enlarge {
    font-size: 1.2em;
  }
}

.txt-xlarge {
  font-size: 1.5em;
}

.txt-small {
  font-size: 0.7em;
}

.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: bold;
}

.fz20 {
  font-size: 20px;
}
.fz23 {
  font-size: 23px;
}
.fz25 {
  font-size: 25px;
}
.fz50 {
  font-size: 50px;
}

.lh-1_5 {
  line-height: 1.5 !important;
}
.lh-2 {
  line-height: 2;
}

.text-xs {
  font-size: 16px;
  line-height: 22px;
}
.text-sm {
  font-size: 20px;
  line-height: 21px;
}
.text-base {
  font-size: 25px;
  line-height: 42px;
}
.text-lg {
  font-size: 38px;
  line-height: 1.5;
}
.text-xl {
  font-size: 36px;
  line-height: 1.5;
}
.text-2xl {
  font-size: 50px;
  line-height: 1.5;
}
.text-white {
  color: #fff;
}
.text-gray {
  color: #333;
}
.text-main-green-1 {
  color: #699b64;
}
.text-main-green-2 {
  color: #055541;
}
.text-main-green-3 {
  color: #e5f4e4;
}
.text-balance {
  text-wrap: balance;
}
@media (max-width: 640px) {
  .text-base {
    font-size: 20px;
    line-height: 35px;
  }
  .text-lg {
    font-size: 30px;
  }
}

.bg-main-green-3 {
  background-color: #e5f4e4;
}

.brown-line {
  border-bottom: 1px solid #bf9b75;
}

.w-full {
  width: 100%;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1440 {
  max-width: 1440px;
}

.no-pre, .tnc-section .tnc-container span, span:not(.pre) {
  white-space: normal !important;
}

.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}

#wrap {
  max-width: none;
}

@media (min-width: 1024px) {
  .lg\:text-xs {
    font-size: 16px;
    line-height: 22px;
  }
  .lg\:text-sm {
    font-size: 18px;
    line-height: 21px;
  }
  .lg\:text-base {
    font-size: 25px;
    line-height: 42px;
  }
  .lg\:text-lg {
    font-size: 31px;
    line-height: 46px;
  }
  .lg\:text-2xl {
    font-size: 50px;
    line-height: 1.5;
  }
}

.content-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.title-with-line {
  position: relative;
  display: flex;
  justify-content: center;
}
.title-with-line .title-container {
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 20px;
  box-sizing: border-box;
}
.title-with-line .title-container h1 {
  font-size: 25px;
  font-weight: bold;
  background: linear-gradient(to right, #015625, #319d0b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  color: transparent;
  text-align: center;
  padding-inline: 30px;
}
@media (min-width: 768px) {
  .title-with-line .title-container h1 {
    font-size: 35px;
  }
}
.title-with-line::before {
  content: "";
  background: linear-gradient(to right, #015625 0%, #015625 60%, #319d0b 100%);
  color: white;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
}

.link-btn {
  background-color: #015625;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  place-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.link-btn p, .link-btn h2 {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.link-btn img {
  max-width: 23px;
}

.popup-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 800px;
  padding: 40px 20px 20px 20px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 100;
}
.popup-window .popup-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  cursor: pointer;
}

#section-1 .description {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}
#section-1 .description span {
  font-size: 25px;
  font-weight: bold;
  color: #f07905;
}
#section-1 .flash-sale-box {
  background: linear-gradient(to right, #319d0b, #015625);
  padding: 2px;
}
#section-1 .flash-sale-box .flash-sale-box-inner {
  padding: 60px 60px 40px 60px;
  position: relative;
  background-color: #eef8ec;
}
#section-1 .flash-sale-box .flash-sale-box-inner h1 {
  background: linear-gradient(to right, #015625, #319d0b);
  font-size: 30px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#section-1 .flash-sale-box .flash-sale-box-inner .description {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  margin-block: 10px 20px;
}
#section-1 .flash-sale-box .flash-sale-box-inner .description span {
  font-size: 22px;
}
#section-1 .flash-sale-box .flash-sale-box-inner .link-btn {
  transition: transform 0.2s linear;
  transform: scale(1);
}
#section-1 .flash-sale-box .flash-sale-box-inner .link-btn:hover {
  transform: scale(1.05);
}
#section-1 .flash-sale-box .flash-sale-box-inner .tag {
  position: absolute;
  top: -30px;
  background-color: #176c2a;
  display: flex;
  place-items: center;
  gap: 5px;
  padding: 10px 15px;
  border-right: #329d0b 3px solid;
  border-bottom: #329d0b 3px solid;
}
#section-1 .flash-sale-box .flash-sale-box-inner .tag p {
  font-size: 25px;
  color: white;
  font-weight: bold;
}
#section-1 .flash-sale-box .flash-sale-box-inner .tag img {
  width: 40px;
}
#section-1 .flash-sale-box .flash-sale-box-inner .remarks p {
  font-size: 14px;
}

#section-2 .tab-1-content,
#section-2 .tab-2-content {
  display: none;
}
#section-2 .tab {
  display: block;
  margin: 0 auto;
  background-color: white;
  color: #015625;
  padding: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  flex: 1;
}
#section-2 .tab span {
  font-size: 20px;
}
#section-2 .tab.mobile {
  border: 2px solid #015625;
  border-bottom: #094a16 4px solid;
  border-right: #094a16 4px solid;
  margin-bottom: 20px;
}
#section-2 .tab::before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #094a16 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 4px);
  left: calc(50% - 5px);
  display: none;
}
#section-2 .tab-container {
  display: flex;
  justify-content: center;
  border: 2px solid #094a16;
  border-bottom: #094a16 4px solid;
  border-right: #094a16 4px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  top: 30px;
  width: 88%;
}
#section-2 .tab-container .tab {
  display: flex;
  place-items: center;
}
#section-2 .tab-content-container {
  background-color: #eef8ec;
  padding-block: 75px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section-2 .tab-content-container .tab-content-title {
  font-size: 30px;
}
#section-2 .tab-content-container .description {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-block: 15px;
}
#section-2 .tab-content-container .description span {
  font-size: 25px;
  font-weight: bold;
  color: #f07905;
}
#section-2 .tab-content-container .card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 30px;
}
#section-2 .tab-content-container .card-container .description {
  font-size: 20px !important;
}
#section-2 .tab-content-container .card-container .card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  place-items: center;
  gap: 10px;
  background-color: white;
  flex: 1;
  border: 3px solid #75bd5e;
  border-radius: 35px 0 30px 0;
}
#section-2 .tab-content-container .card-container .card p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
#section-2 .tab-content-container .card-container .card p span {
  font-size: 14px;
  font-weight: bold;
  color: #015625;
}
#section-2 .tab-content-container .card-container .card p .highlight-txt {
  font-size: 20px;
}
#section-2 .tab-content-container .card-container .card img {
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 610px) {
  #section-2 .tab-content-container .card-container {
    flex-direction: row;
  }
}
#section-2 .tab-content-container table {
  width: 100%;
  border: 4px solid white;
  margin-bottom: 20px;
  font-size: 18px;
}
#section-2 .tab-content-container table th, #section-2 .tab-content-container table td {
  text-align: center;
  padding-block: 7px;
  border-right: #edf0ef solid 2px;
}
#section-2 .tab-content-container table thead {
  background: linear-gradient(to right, #015625, #319d0b);
  color: white;
  font-size: 18px;
}
#section-2 .tab-content-container table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
#section-2 .tab-content-container table tbody tr:first-child {
  background-color: #c9e7cf;
  color: #015625;
  font-weight: bold;
}
#section-2 .tab-content-container table tbody tr:first-child td {
  width: 50%;
}
#section-2 .tab-content-container .caption {
  text-align: center;
  font-size: 16px;
}
#section-2 .tab-content-container .caption a {
  color: black;
  text-decoration: underline;
}
#section-2 .tab-content-container .caption span {
  font-weight: bold;
}
#section-2 .tab-content-container .eligible-instalment-categories {
  margin-top: 30px;
}
#section-2 .tab-content-container .eligible-instalment-categories p {
  text-align: center;
}
#section-2 .tab-content-container .eligible-instalment-categories .icon-text-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#section-2 .tab-content-container .eligible-instalment-categories .icon-text-row .icon-text-item {
  display: flex;
  flex-direction: column;
  place-items: center;
  gap: 5px;
  flex: 1 1 calc(33.33% - 20px);
}
#section-2 .tab-content-container .eligible-instalment-categories .icon-text-row .icon-text-item p {
  font-size: 18px;
}
#section-2 .tab-content-container .eligible-instalment-categories .icon-text-row .icon-text-item img {
  width: 60px;
}
@media (min-width: 600px) {
  #section-2 .tab-content-container .eligible-instalment-categories .icon-text-row .icon-text-item {
    flex: 1;
  }
  #section-2 .tab-content-container .eligible-instalment-categories .icon-text-row .icon-text-item img {
    width: 100px;
  }
}
#section-2 .tab-content-container .eligible-instalment-categories .page-container {
  width: 100%;
}
#section-2[data-active-tab="#monthly"] .tab-1 {
  background: linear-gradient(to right, #015625, #319d0b);
  color: white;
}
#section-2[data-active-tab="#monthly"] .tab-1::before {
  display: block;
}
#section-2[data-active-tab="#monthly"] .tab-1-content {
  display: block;
}
#section-2[data-active-tab="#oneoff"] .tab-2 {
  background: linear-gradient(to right, #015625, #319d0b);
  color: white;
}
#section-2[data-active-tab="#oneoff"] .tab-2::before {
  display: block;
}
#section-2[data-active-tab="#oneoff"] .tab-2-content {
  display: block;
}

#ebanking-apply-section .section-inner {
  padding: 0;
}
#ebanking-apply-section .section__heading {
  margin-bottom: 40px;
}
#ebanking-apply-section .section__heading h1 {
  font-size: 26px;
}
#ebanking-apply-section .swiper-slide img {
  width: 60%;
  max-width: 310px;
}
@media (min-width: 1280px) {
  #ebanking-apply-section .section__heading h1 {
    font-size: 35px;
  }
  #ebanking-apply-section .swiper-slide img {
    width: 45%;
  }
}

#section-3 {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
#section-3 .title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-3 .title .app-logo {
  max-width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: 3px;
}
#section-3 .title .styled-gradient {
  background: linear-gradient(to right, #015625, #319d0b);
  padding: 2px;
  display: inline-block;
  border-radius: 6px;
  transform: skewX(-10deg);
  position: relative;
}
#section-3 .title .styled-gradient .content {
  display: flex;
  place-items: center;
  gap: 5px;
  background-color: white;
  border-radius: 4px;
}
#section-3 .title .styled-gradient .content span {
  transform: skewX(10deg);
  background: linear-gradient(to right, #015625, #319d0b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0 10px 15px;
}
#section-3 .title .styled-gradient .content sup {
  -webkit-text-fill-color: #309418;
  color: #309418;
}
#section-3 .title .styled-gradient .content img {
  max-width: 15px;
  transform: skewX(10deg);
  margin-right: 15px;
}
#section-3 .card-container .upper-part {
  background-color: #015625;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  border-radius: 25px 25px 0px 0px;
}
#section-3 .card-container .lower-part {
  padding-block: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 1px solid #cfcfcf;
}
#section-3 .card-container .lower-part .app-logo {
  width: 15%;
  max-width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
#section-3 .card-container .lower-part .app-download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 60%;
  margin-left: 10px;
}
#section-3 .card-container .lower-part .app-download .search-bar {
  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: 18px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  #section-3 .card-container .lower-part .app-download .search-bar {
    padding: 4px 12px;
    height: 38px;
    border-radius: 6px;
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  #section-3 .card-container .lower-part .app-download .search-bar img {
    width: auto;
    height: 56.25%;
    aspect-ratio: 1;
  }
}
#section-3 .card-container .lower-part .app-download .app-logos-container {
  display: flex;
  gap: 10px;
}
#section-3 .card-container .lower-part .app-download .app-logos-container .btn-download {
  flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 45%;
}
#section-3 .card-container .lower-part .app-download .app-logos-container .btn-download img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media (min-width: 600px) {
  #section-3 .title {
    font-size: 16px;
  }
  #section-3 .card-container .upper-part {
    font-size: 24px;
  }
}
@media (min-width: 700px) {
  #section-3 .title {
    font-size: 24px;
  }
  #section-3 .title .app-logo {
    width: 50px;
  }
  #section-3 .card-container .lower-part {
    padding-inline: 100px;
  }
  #section-3 .card-container .lower-part .app-logo,
  #section-3 .card-container .lower-part .qr-code {
    width: 20%;
  }
}

#section-4 ul, #section-4 ol {
  margin-left: 20px;
}
#section-4 ul li, #section-4 ol li {
  margin-bottom: 5px;
}
#section-4 table th, #section-4 table td {
  padding: 10px 15px;
  border: 1px solid black;
}
#section-4 table th {
  text-align: center !important;
}
#section-4 .application-table th {
  background-color: #c4c4c4;
}

#top_banner_area {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #top_banner_area {
    margin-top: -3px;
    margin-bottom: 0;
  }
}
#top_banner_area .top-banner {
  position: relative;
}

.app-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 15px 20px;
}
@media (min-width: 1024px) {
  .app-section {
    margin: 50px 0 40px;
  }
}
.app-section > .slogan {
  color: #2a8778;
  font-weight: bold;
}
.app-section .app-template {
  display: flex;
  justify-content: center;
}
.app-section .app-template .app-icon-img {
  width: 77px;
  min-width: 77px;
}
@media (min-width: 840px) {
  .app-section .app-template .app-icon-img {
    width: 138px;
    min-width: 138px;
  }
}
.app-section .app-template .btn-download img {
  width: 125px;
  height: 37px;
}
@media (min-width: 840px) {
  .app-section .app-template .btn-download img {
    width: 224.4px;
    height: 66px;
  }
}
.app-section .app-template .app-img-template {
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
  padding-right: 10px;
}
.app-section .app-template .app-download-template {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-left: -4px;
  color: #5a5a5a;
}
.app-section .app-template .app-download-template .app-search-box {
  width: 255px;
  margin-bottom: 5px;
}
@media (min-width: 840px) {
  .app-section .app-template .app-download-template .app-search-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.app-section .app-template .app-download-template .app-search-box img {
  width: 100%;
}
.app-section .app-template .qr-code {
  width: 77px;
  min-width: 77px;
  padding: 0;
}
@media (min-width: 840px) {
  .app-section .app-template .qr-code {
    width: 138px;
    min-width: 138px;
  }
}

.tnc-txt-sm, .tnc-section .tnc-container span,
.tnc-section .tnc-container p,
.tnc-section .tnc-container li {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-sm, .tnc-section .tnc-container span,
  .tnc-section .tnc-container p,
  .tnc-section .tnc-container li {
    line-height: 25px;
  }
}
.tnc-txt-md {
  font-size: 22px;
  line-height: 35px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-md {
    font-size: 25px;
    line-height: 36px;
  }
}
.tnc-txt-lg, .app-section > .slogan {
  font-size: 20.13px;
  line-height: 29px;
}
@media (min-width: 60.5625rem) {
  .tnc-txt-lg, .app-section > .slogan {
    font-size: 35px;
    line-height: 51px;
  }
}

@media (min-width: 768px) {
  .tnc-section {
    padding: 0 15px;
  }
}
.tnc-section .tnc-container span {
  display: block;
}
.tnc-section .tnc-container a {
  color: #000;
  text-decoration: underline;
}
.tnc-section .tnc-container ul,
.tnc-section .tnc-container ol {
  padding-left: 30px;
}
.tnc-section .tnc-container ul li > ol,
.tnc-section .tnc-container ol li > ol {
  padding-left: 0;
}
.tnc-section .tnc-container ul li > ul,
.tnc-section .tnc-container ol li > ul {
  padding-left: 0;
}
.tnc-section .tnc-container .tnc-border {
  border: solid 1px #000;
  padding: 20px;
}
.tnc-section .tnc-container .img-tnc-gif {
  margin-bottom: 5px;
}
.tnc-section .tnc-container .img-tnc-gif-2 {
  margin-bottom: 2.5px;
}
.tnc-section .tnc-container .img-tnc-gif-5 {
  margin-bottom: 1.5px;
}

.isD2G:not(.isP2G) #wrap,
.isDaaSC:not(.isP2G) #wrap,
.isMobile:not(.isP2G) #wrap {
  padding-bottom: 170px;
}
@media (min-width: 768px) {
  .isD2G:not(.isP2G) #wrap,
  .isDaaSC:not(.isP2G) #wrap,
  .isMobile:not(.isP2G) #wrap {
    padding-bottom: 120px;
  }
}

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 10px 30px;
  background-color: #bfe1b5;
  box-shadow: 0 4px 90px -4px rgba(209, 218, 201, 0.93);
}
.fixed-bar .btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-block: 10px 5px;
}
.fixed-bar .btn-container .description {
  color: #015625;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.fixed-bar .btn-container img {
  width: 90px;
  transition: transform 0.2s linear;
  transform: scale(1);
}
.fixed-bar .btn-container img:hover {
  transform: scale(1.05);
}
.fixed-bar .btn-container .link-btn {
  transition: transform 0.2s linear;
  transform: scale(1);
}
.fixed-bar .btn-container .link-btn:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .fixed-bar .btn-container {
    flex-direction: row;
  }
}
.fixed-bar .fixed-bar-row {
  text-align: center;
}
.fixed-bar .fixed-bar-btn {
  display: flex;
  place-items: center;
  background-color: #bb8e35;
  padding: 12px 30px;
  border-radius: 30px;
}
.fixed-bar .fixed-bar-btn h2 {
  margin: 0;
}
@media (min-width: 1024px) {
  .fixed-bar .fixed-bar-btn {
    padding: 5px 30px;
  }
}

.green-link {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #206351;
  color: #fff;
  border: 2.5px solid #206351;
  min-width: 350px;
}
.green-link.secondary {
  background-color: #fff;
  color: #206351;
}
.green-link img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.green-link:hover {
  color: #fff !important;
}

@media (min-width: 1024px) {
  .sm-hs-logo {
    display: none;
  }
}

.lg-hs-logo {
  display: none;
}
@media (min-width: 1024px) {
  .lg-hs-logo {
    display: inline-block;
  }
}

.title-decoration-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.title-decoration-container::before, .title-decoration-container::after {
  content: "";
  position: relative;
  height: 1.5px;
  width: 200px;
}
.title-decoration-container::before {
  left: -10px;
  background: linear-gradient(to right, rgba(185, 141, 52, 0), rgb(185, 141, 52));
}
.title-decoration-container::after {
  right: -10px;
  background: linear-gradient(to left, rgba(185, 141, 52, 0), rgb(185, 141, 52));
}

.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#register-now .modal-popup-box {
  width: 100%;
  max-width: 768px;
}
.modal-popup#register-now .modal-popup-box img {
  width: 20%;
  -o-object-fit: contain;
     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;
}

.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: 70;
  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: 70;
}

.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 .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:first-child {
  margin-left: 0;
}

.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.btn-continue {
  color: #fff;
  background-color: #3d5c46;
}

.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%);
}

.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, .app-box__qr {
  flex-shrink: 0;
  height: 150px;
}

.app-box__icon {
  margin-right: 16px;
}

.app-box .app-download-template {
  width: 62%;
  margin: 0 10px;
}

.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;
  position: relative;
  background: #fff;
  padding: 24px 24px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-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-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: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
  color: #3d5c46;
  text-decoration: underline;
  font-size: 16px;
}
.cards-container .card__icon {
  position: relative;
  width: -moz-fit-content;
  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: -moz-fit-content;
  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: inside;
}
.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 20px;
}
.sticky-bar__inner > * {
  flex-shrink: 0;
}
.sticky-bar__desc {
  width: -moz-fit-content;
  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__cta-btn {
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #3d5c46;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
  transition: transform 0.5s ease;
}
.sticky-bar__cta-btn:hover {
  transform: scale(1.05);
}
.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;
  }
}

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