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

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

.banner_area.active .banner_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  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 */
.section-container {
  position: relative;
  max-width: 1420px;
  padding: 0 40px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-container {
    padding: 0 30px;
  }
}
.line-break {
  display: none;
}

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

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

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

.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;
}
@media (max-width: 768px) {
  .section {
    padding: 12px 0;
  }
}

.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 {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  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;
}

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

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
/*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;
}
body .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  body .mobile-only {
    display: block;
  }
}
body .desktop-only {
  display: block;
}
@media (max-width: 768px) {
  body .desktop-only {
    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-block .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .isP2G .isP2G-block .mobile-only {
    display: block;
  }
}
.isP2G .isP2G-block .desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .isP2G .isP2G-block .desktop-only {
    display: none;
  }
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none !important;
}

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

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

h1,
h2,
h3 {
  font-family: "Noto Sans SC" !important;
  font-weight: 700;
}

#top_banner_area {
  padding-top: 0px;
}

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

#wrap,
#footer,
.row {
  max-width: 100% !important;
}

#footer {
  z-index: 1;
  position: relative;
}
#footer .footer_state_area .columns {
  padding: 0 15px !important;
}

#wrap {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #wrap {
    padding-bottom: 8rem;
  }
}

.top-banner {
  width: 100%;
}
.top-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-banner .banner-img.desktop {
  display: block;
}
.top-banner .banner-img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .top-banner .banner-img.desktop {
    display: none;
  }
  .top-banner .banner-img.mobile {
    display: block;
  }
}

body {
  font-family: "Noto Sans SC" !important;
}

.risk-warning-box {
  max-height: 96px;
  overflow: auto;
  border: #000 1px solid;
  margin-top: 2rem !important;
  padding: 12px 15px;
}
.risk-warning-box p,
.risk-warning-box li {
  font-size: 14px;
  line-height: 2;
}

.section {
  max-width: 1440px;
  margin: 0 auto;
}

.headline-section {
  padding: 80px 0;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .headline-section {
    padding: 80px 0 40px;
  }
}
.headline-section .headline-text {
  color: #055541;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
.headline-section .headline-text h1 {
  position: relative;
  font-size: 42px;
  z-index: 10;
}
.headline-section .headline-text .left-quote {
  position: absolute;
  bottom: -36px;
  left: -24px;
  width: 433px;
  aspect-ratio: 433/128;
}
.headline-section .headline-text .right-quote {
  position: absolute;
  top: -36px;
  right: -96px;
  width: 433px;
  aspect-ratio: 433/128;
}
@media (max-width: 768px) {
  .headline-section .headline-text h1 {
    font-size: 32px;
  }
  .headline-section .headline-text .left-quote {
    width: 240px;
    left: 24px;
  }
  .headline-section .headline-text .right-quote {
    width: 240px;
    right: 24px;
  }
}
.headline-section p {
  margin-top: 64px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .headline-section p {
    font-size: 16px;
    line-height: 24px;
  }
}

#warning {
  padding: 20px;
  border: 1px solid #333333;
  margin: 30px 0;
}
@media (min-width: 971px) {
  #warning {
    margin: 20px 0;
    padding: 15px;
  }
}
#warning strong {
  font-weight: bold;
}
#warning p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 971px) {
  #warning p {
    font-size: 16px;
    line-height: 24px;
  }
}

.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;
  cursor: pointer;
}
.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: #206351;
  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: #009c49;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #009c49;
  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: #009c49;
}
.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;
}

.top-section {
  margin-bottom: 64px;
}

.lead-in {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}

h1 {
  color: #206351;
  margin-bottom: 32px;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 1.5;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
}

p,
li {
  font-size: 20px;
  line-height: 31px;
}
p span,
li span {
  white-space: break-spaces;
  font-weight: bold;
}
p span.green,
li span.green {
  color: #46b44f;
}

.green-txt {
  color: #46b44f;
}

@media (max-width: 1440px) {
  p,
  li {
    font-size: 18px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}
.header {
  width: 100%;
}

.award-box {
  padding: 20px 100px;
  border-radius: 32px;
  border: 3px solid rgba(162, 131, 76, 0.3);
  background: #fcfdf7;
  max-width: 70%;
  margin: 0 auto;
}
.award-box p {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
}
.award-box img {
  width: 40%;
}
@media (max-width: 768px) {
  .award-box {
    max-width: 100%;
    flex-direction: column;
    padding: 10px 30px;
  }
  .award-box p {
    width: 100%;
    font-size: 20px;
  }
  .award-box img {
    width: 50%;
  }
}
.award-box .award-box-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tab-btn-wrapper {
  padding: 12px 15px 0px 15px;
}
.tab-btn-wrapper__inner {
  display: flex;
  column-gap: 24px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .tab-btn-wrapper {
    overflow-x: scroll;
    padding: 14px 30px;
  }
  .tab-btn-wrapper::-webkit-scrollbar {
    background: transparent; /* make scrollbar transparent */
    height: 0;
  }
  .tab-btn-wrapper__inner {
    width: 250%;
  }
}

.tab-btn {
  display: flex;
  align-items: start;
  justify-content: center;
  flex: 1;
  position: relative;
  height: 270px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding-bottom: 6px;
  max-width: 450px;
  overflow: hidden;
}
.tab-btn:hover {
  flex: 1.5;
}
.tab-btn.active {
  flex: 2;
}
.tab-btn.active::before {
  content: "";
  position: absolute;
  top: calc(100% - 10px - 20px);
  width: 100%;
  height: 10px;
  background: #206351;
}
.tab-btn.active::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #206351;
  border-bottom: 0;
  bottom: 0;
}
.tab-btn__bg {
  position: relative;
  flex-shrink: 0;
  height: calc(100% - 20px);
  width: 487px;
}
.tab-btn__bg img {
  position: absolute;
  height: 100%;
  transition: transform 0.5s ease;
}
.tab-btn__dim {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(212, 221, 199, 0) 60%, #000 100%);
}
.tab-btn__info {
  display: block;
  position: absolute;
  z-index: 1;
  margin: auto auto 20px 20px;
  width: 100%;
  align-self: end;
}
.tab-btn__title {
  color: #fff;
}
.tab-btn__subtitle {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .tab-btn:first-of-type:not(.active) img {
    transform: translateX(-20px);
  }
  .tab-btn:first-of-type:not(.active):active .tab-btn__bg img {
    transform: translateX(0px) !important;
  }
  .tab-btn.active {
    flex: 1.5;
  }
}

.tab-content-wrapper {
  background-color: #DFF3ED;
}
.tab-content-wrapper .tab-content {
  position: relative;
  display: none;
  margin: 0 auto;
}
.tab-content-wrapper .tab-content:nth-child(odd)::before {
  background: linear-gradient(105deg, #4FD9C0 4.62%, #47766E 52.28%);
}
.tab-content-wrapper .tab-content:nth-child(even)::before {
  background: linear-gradient(90deg, #4FD9C0 0%, #47766E 56.25%);
}
.tab-content-wrapper .tab-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 82%;
  width: 240px;
  height: 664px;
  transform: skewX(20deg);
  opacity: 0.4;
}
.tab-content-wrapper .tab-content.active {
  display: block;
}
.tab-content-wrapper .tab-content__inner {
  position: relative;
  display: flex;
  padding: 64px 0px 32px 0px;
  margin: 0;
  z-index: 1;
  justify-content: end;
}
.tab-content-wrapper .tab-content__left {
  width: max-content;
  margin-left: 40px;
  max-width: 55%;
}
.tab-content-wrapper .tab-content__left .upper-box {
  position: relative;
  background: linear-gradient(to top, #47766E 0%, #4FD9C0 100%);
  width: 100%;
  padding: 3px;
  border-radius: 32px;
  margin-bottom: 24px;
}
.tab-content-wrapper .tab-content__left .upper-box__inner {
  background-color: #fff;
  border-radius: 29px;
  padding: 56px 34px 22px;
}
.tab-content-wrapper .tab-content__left .upper-box__title-box-wrapper {
  position: absolute;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  top: 0;
  transform: translate(-10%, -50%) skewX(-30deg);
}
.tab-content-wrapper .tab-content__left .upper-box__title-box-gradient {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(to top, #4FD9C0 0%, #47766E 100%);
}
.tab-content-wrapper .tab-content__left .upper-box__title-box {
  position: relative;
  background: #206351;
  padding: 10px 32px;
  border-radius: 12px;
  z-index: 1;
}
.tab-content-wrapper .tab-content__left .upper-box__title-box h2 {
  color: #fff;
  transform: skewX(30deg);
  margin: 0;
}
.tab-content-wrapper .tab-content__left .upper-box .leading-statement {
  font-weight: 700;
  color: #00a84b;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 31px;
}
.tab-content-wrapper .tab-content__left .upper-box ul {
  padding-left: 20px;
}
.tab-content-wrapper .tab-content__left .upper-box ul li {
  margin-bottom: 5px;
}
.tab-content-wrapper .tab-content__left .lower-box {
  background-color: #fafff2;
  border: 3px solid rgba(162, 131, 76, 0.3);
  border-radius: 32px;
}
.tab-content-wrapper .tab-content__left .lower-box__title {
  display: flex;
  align-items: center;
  background: #206351;
  color: #fff;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 48px;
  margin-bottom: 14px;
  gap: 8px;
}
.tab-content-wrapper .tab-content__left .lower-box__title img {
  flex-shrink: 0;
  width: 34px;
}
.tab-content-wrapper .tab-content__left .lower-box__title span {
  color: #fff;
  font-weight: 700;
}
.tab-content-wrapper .tab-content__left .lower-box__title p {
  font-size: 24px;
}
.tab-content-wrapper .tab-content__left .lower-box__content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #206351;
}
.tab-content-wrapper .tab-content__left .lower-box__content ul {
  padding-left: 30px;
}
.tab-content-wrapper .tab-content__left .lower-box__inner {
  padding: 32px 34px;
}
.tab-content-wrapper .tab-content__right {
  display: flex;
  align-items: end;
  width: 44%;
  background-image: url(../../chi/images/tab_right_bg.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 30px 0 0 60px;
}
.tab-content-wrapper .tab-content__right img {
  max-height: 100%;
  position: relative;
  bottom: 72px;
}
@media (max-width: 1440px) {
  .tab-content-wrapper .tab-content__left .leading-statement {
    font-size: 20px;
  }
  .tab-content-wrapper .tab-content__left .lower-box__title p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .tab-content-wrapper .tab-content {
    padding: 0;
  }
  .tab-content-wrapper .tab-content__left {
    width: 100%;
    max-width: 100%;
    padding: 0px 10px;
  }
  .tab-content-wrapper .tab-content__right {
    display: none;
  }
}

.bottom-bg {
  position: relative;
  overflow: hidden;
}
.bottom-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 55%;
  width: 240px;
  height: 100%;
  background: linear-gradient(to bottom, #4FD9C0 0%, #47766E 100%);
  transform: translateX(-50%) skewX(-27deg);
  opacity: 0.4;
}

.mobile-app-section {
  padding: 64px 40px;
  position: relative;
}
.mobile-app__wrapper {
  position: relative;
  z-index: 1;
}
.mobile-app__tab-btn-wrapper {
  margin-bottom: 32px;
  overflow-x: scroll;
  margin-left: -40px;
  margin-right: -40px;
}
.mobile-app__tab-btn-wrapper::-webkit-scrollbar {
  background: transparent; /* make scrollbar transparent */
  height: 0;
}
.mobile-app__tab-btn-wrapper__inner {
  display: flex;
  justify-content: start;
  padding: 0 40px;
  gap: 32px;
}
.mobile-app__tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  background-color: #c7c7c7;
  padding: 12px 24px;
  transform: skewX(-30deg);
  border-radius: 8px;
  cursor: pointer;
}
.mobile-app__tab-btn.active {
  background-color: #206351;
}
.mobile-app__tab-btn h2 {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: 700;
  transform: skewX(30deg);
}
.mobile-app__tab-content {
  display: none;
}
.mobile-app__tab-content.active {
  display: flex;
  justify-content: center;
}
.mobile-app__swiper-section {
  position: relative;
  width: 30%;
  margin-right: 70px;
}
.mobile-app__swiper-section img {
  width: 100%;
}
.mobile-app__swiper-section .swiper {
  overflow: hidden;
  padding: 0 50px 40px;
}
.mobile-app__swiper-section .swiper .swiper-slide img {
  width: 100%;
}
.mobile-app__swiper-section .swiper .swiper-button-prev {
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  padding: 0 20px;
}
.mobile-app__swiper-section .swiper .swiper-button-prev::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #c0db98;
}
.mobile-app__swiper-section .swiper .swiper-button-next {
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  padding: 0 20px;
}
.mobile-app__swiper-section .swiper .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #c0db98;
}
.mobile-app__swiper-section .swiper .swiper-pagination {
  bottom: 0;
}
.mobile-app__swiper-section .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #46b44f;
}
.mobile-app__info-section {
  width: 70%;
}
.mobile-app__info-title h1 {
  text-align: left;
}
.mobile-app__info-inner {
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.mobile-app__info-inner .list-box {
  background: linear-gradient(to top, #47766E 0%, #4FD9C0 100%);
  border-radius: 38px;
  padding: 8px;
}
.mobile-app__info-inner .list-box__inner {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  padding: 32px 40px;
}
.mobile-app__info-inner .list-box__inner .learn-more-btn {
  display: flex;
  border-radius: 32px;
  border: 1px solid #009c49;
  background: #fff;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #009c49;
  font-size: 18px;
}
.mobile-app__info-inner .list-box__inner ul, .mobile-app__info-inner .list-box__inner ol {
  padding-left: 20px;
}
.mobile-app__info-inner .list-box__inner ul li, .mobile-app__info-inner .list-box__inner ol li {
  margin: 5px 0;
}
.mobile-app__info-inner .video-content {
  padding: 32px 40px;
}
.mobile-app__info-inner .video-content h2 {
  color: #206351;
}
.mobile-app__info-inner .video-content__list {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: repeat(3, 1fr);
}
.mobile-app__info-inner .video-content__list .video-item {
  flex: 1;
  padding: 16px;
}
.mobile-app__info-inner .video-content__list .video-item__thumbnail {
  cursor: pointer;
  margin-bottom: 16px;
}
.mobile-app__info-inner .video-content__list .video-item__thumbnail img {
  width: 100%;
}
.mobile-app__info-inner .video-content__list .video-item__tag {
  color: #206351;
  background-color: #DFF3ED;
  font-size: 14px;
  font-weight: 700;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.mobile-app__info-inner .video-content__list .video-item__title {
  font-weight: 700;
}
.mobile-app__info-inner .video-content .learn-more-btn {
  padding: 16px 24px;
  border-radius: 32px;
  background: #206351;
  font-size: 18px;
  width: fit-content;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mobile-app-section .section {
    padding: 0;
  }
  .mobile-app__swiper-section {
    margin: 0;
    margin-bottom: 50px;
  }
  .mobile-app__tab-content {
    flex-direction: column;
  }
  .mobile-app__tab-content > * {
    width: 100%;
  }
  .mobile-app__info-inner .list-box__inner {
    flex-direction: column;
  }
  .mobile-app__info-inner .list-box__inner .learn-more-btn {
    margin-top: 20px;
    width: fit-content;
  }
  .mobile-app__info-inner .video-content__list {
    display: flex;
    flex-direction: column;
  }
  .mobile-app__info-inner .video-content__list .video-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.gift-cta-section {
  position: relative;
  background-color: #fdf3e2;
}
.gift-cta-section .gift-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fde8c5;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  flex-shrink: 0;
}
.gift-cta-section .gift-icon img {
  width: 55%;
}
.gift-cta-section .gift-cta__info {
  padding: 10px 40px;
}
.gift-cta-section .gift-cta__info h2 {
  color: #206351;
  margin-bottom: 10px;
}
.gift-cta-section .section {
  display: flex;
  align-items: center;
}
.gift-cta-section .learn-more-btn {
  padding: 8px 24px;
  border-radius: 32px;
  background: #009c49;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.app-cta-section {
  padding: 80px;
}
.app-cta-section .app-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(to top, #47766E 0%, #4FD9C0 100%);
  border-radius: 38px;
  padding: 8px;
}
.app-cta-section .app-box__inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 46px 100px 26px;
}
.app-cta-section .app-box__icon {
  aspect-ratio: 1 !important;
  margin-right: 4px;
}
.app-cta-section .app-box__qr {
  margin-right: 40px;
}
.app-cta-section .app-box__icon, .app-cta-section .app-box__qr {
  flex-shrink: 0;
  height: 70px;
}
.app-cta-section .app-box__icon img, .app-cta-section .app-box__qr img {
  height: 100%;
}
.app-cta-section .app-box__search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background: #fff;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: bold;
  user-select: none;
  pointer-events: none;
}
.app-cta-section .app-box__search-box img {
  width: auto;
  height: 150%;
  aspect-ratio: 1;
}
.app-cta-section .app-box .apps-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 30px;
}
.app-cta-section .app-box .app-item {
  display: flex;
  width: fit-content;
}
.app-cta-section .app-box .app-download-template {
  width: 78%;
}
.app-cta-section .app-box .app-download-template > img {
  width: 100%;
}
.app-cta-section .app-box .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.app-cta-section .app-box .app-col a {
  width: calc(50% - 2px);
}
.app-cta-section .app-box .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .app-cta-section .app-box .app-box__inner {
    padding: 46px 20px 26px;
  }
  .app-cta-section .app-box .apps-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .app-cta-section .app-box .apps-wrapper .app-item {
    width: 80%;
    justify-content: center;
  }
  .app-cta-section .app-box__title-box {
    padding: 20px 20px;
    font-size: 26px;
  }
  .app-cta-section .app-box__title-box::before {
    display: none;
  }
  .app-cta-section .app-box__title-box::after {
    display: none;
  }
  .app-cta-section .app-box__icon {
    height: auto;
    width: 22%;
    margin-right: 5px;
  }
  .app-cta-section .app-box__title-txt {
    font-size: 24px;
    line-height: 34px;
  }
  .app-cta-section .app-box__content-box {
    padding: 20px 0;
  }
  .app-cta-section .app-box__content-box__inner {
    max-width: 100%;
  }
  .app-cta-section .app-box__qr {
    display: none;
  }
  .app-cta-section .app-box__search-box {
    width: 100%;
    padding: 4px 12px;
    height: 38px;
    border-radius: 6px;
    font-size: 10px;
  }
  .app-cta-section .app-box__search-box img {
    height: 100%;
  }
}
.app-cta-section .app-box p {
  text-align: center;
}
@media (max-width: 768px) {
  .app-cta-section {
    padding: 30px 30px;
  }
}

.remark-section b {
  color: #000;
}

.sticky-bar {
  background-color: #206351;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}
.sticky-bar .section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-bar p {
  color: #fff;
  font-weight: bold;
  margin-right: 24px;
}
.sticky-bar .learn-more-btn {
  padding: 8px 24px;
  border-radius: 32px;
  background: #fff;
  width: fit-content;
  color: #206351;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  .sticky-bar .learn-more-btn {
    min-width: 160px;
    text-align: center;
  }
}

.learn-more-btn {
  transition: all 0.3s ease-out;
}

.learn-more-btn:hover {
  transform: scale(105%);
}

.idea-box {
  position: relative;
  border-radius: 24px;
  background: rgba(192, 219, 152, 0.5);
  margin-top: 40px;
  padding: 0 20px 20px;
  width: 100%;
}
.idea-box__title {
  display: flex;
  align-items: center;
  background-color: #006b3a;
  padding-left: 40px;
  border-radius: 48px;
  padding: 8px 16px;
  width: fit-content;
  transform: translateY(-50%);
}
.idea-box__title p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.idea-box__title img {
  width: 34px;
}
.accordion-wrapper .accordion {
  margin-top: 32px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}
.accordion-wrapper .accordion__header {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #206351;
  cursor: pointer;
  padding: 12px 16px;
}
.accordion-wrapper .accordion__header img {
  width: 30px;
  margin-right: 10px;
}
.accordion-wrapper .accordion__header h2 {
  margin: 0;
  color: #fff;
  line-height: 100%;
}
.accordion-wrapper .accordion__header::after {
  content: "";
  position: absolute;
  right: 20px;
  background-image: url(chevron-right.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease-out;
  transform: rotate(90deg);
}
.accordion-wrapper .accordion__content {
  display: none;
  background-color: #fff;
  padding: 32px 40px;
}
.accordion-wrapper .accordion__content__inner {
  display: flex;
}
.accordion-wrapper .accordion__content__inner ul {
  width: 60%;
  padding-left: 20px;
}
.accordion-wrapper .accordion__content__inner ul li {
  margin: 5px 0;
}
.accordion-wrapper .accordion__content__inner img {
  height: fit-content;
  width: 40%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .accordion-wrapper .accordion__content__inner {
    flex-direction: column;
  }
  .accordion-wrapper .accordion__content__inner img {
    width: 80%;
    margin: 20px auto;
  }
  .accordion-wrapper .accordion__content__inner ul {
    width: 100%;
  }
}
.accordion-wrapper .accordion:nth-child(3) .accordion__content__inner, .accordion-wrapper .accordion:nth-child(4) .accordion__content__inner {
  flex-direction: column;
}
.accordion-wrapper .accordion:nth-child(3) .accordion__content__inner ul, .accordion-wrapper .accordion:nth-child(4) .accordion__content__inner ul {
  width: 100%;
}
.accordion-wrapper .accordion.active .accordion__header::after {
  transform: rotate(-90deg);
}
.accordion-wrapper .accordion .screencaps {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.accordion-wrapper .accordion .screencaps.three_image img {
  width: 100%;
  margin-right: 0;
}
.accordion-wrapper .accordion .screencaps__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.accordion-wrapper .accordion .screencaps__item img {
  width: 80%;
  margin-bottom: 20px;
}
.accordion-wrapper .accordion .screencaps__item h3 {
  font-size: 18px;
  font-weight: normal;
  color: #206351;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .accordion-wrapper .accordion .screencaps {
    flex-direction: column;
  }
  .accordion-wrapper .accordion .screencaps__item img {
    margin: 20px auto;
  }
}

.isP2G .list-box__inner {
  flex-direction: column !important;
}
.isP2G .list-box__inner ul {
  margin-bottom: 32px;
}

.learn-more-btn:hover.isP2G-block {
  transform: scale(100%);
}

.mobile-app__tab-content[data-tab="3"].active {
  display: block;
}
.mobile-app__tab-content[data-tab="3"] .mobile-app__swiper-section {
  width: 40%;
}
@media (max-width: 768px) {
  .mobile-app__tab-content[data-tab="3"] .mobile-app__swiper-section {
    width: 100%;
  }
}
.mobile-app__tab-content[data-tab="3"] .mobile-app__info-section {
  width: 60%;
}
@media (max-width: 768px) {
  .mobile-app__tab-content[data-tab="3"] .mobile-app__info-section {
    width: 100%;
  }
}

.flex {
  display: flex;
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}/*# sourceMappingURL=reward.min.css.map */