@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC: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;
}

* {
  font-family: "Noto Sans TC", sans-serif;
}

body .isD2G-block {
  display: block;
}

body .isD2G-inline {
  display: inline;
}

body .isD2G-inline-block {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.isP2G .isP2G-hide {
  display: none;
}

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

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

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

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

.isDaaSC .isDaaSC-hide {
  display: none;
}

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #fff;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}

.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0f4b41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}

.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}

.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0f4b41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0f4b41;
  border-radius: 4px;
  margin-left: 12px;
}

.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}

.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #fff;
  background-color: #0f4b41;
}

.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}

.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

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

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

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

#wrap {
  max-width: 100%;
}

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

.section-02 {
  z-index: 1;
}

.section-03 {
  z-index: 3;
}

.section-03 .section-03-background {
  background-image: url("bg_element_02.svg"), url("bg_element_03.svg");
  background-repeat: no-repeat;
  background-position: left bottom 50%, right bottom 20%;
}

/* .section-04 {
    .light-green-background {
        background-image: url("bg_halftone.svg");
        background-repeat: no-repeat;
        background-position: center bottom 15%;

        @media (max-width: 768px) {
            background-size: 90%;
            background-position: center top 110%;
        }
    }
} */
.section-05 .green-background {
  background-image: url("bg_gradient_bars.svg");
  background-repeat: no-repeat;
  background-position: right 15% bottom;
}

@media (max-width: 768px) {
  .section-05 .green-background {
    background-size: 95%;
  }
}
.section-05 .qr-code img {
  margin-right: 20px;
  width: 50%;
}

/* 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("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("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%;
  }
}
.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;
}

/* modal */
.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

:root {
  --plyr-color-main: #70ddaf;
}

body {
  overflow-x: hidden !important;
  position: relative;
  background: #FFF;
}

#logo_area {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}

#logo_area .green_bar {
  display: none;
}

.page-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .page-container {
    padding: 0 15px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.gallery-container {
  display: flex;
  max-width: 1440px;
}

@media (max-width: 768px) {
  .gallery-container {
    display: grid;
    justify-items: center;
  }
}
.gallery-container .gallery-item {
  max-width: 33%;
  padding: 10px 30px;
}

@media (max-width: 768px) {
  .gallery-container .gallery-item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.gallery-container .gallery-item .gallery-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.green-title {
  color: #206351;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .green-title {
    margin-bottom: 20px;
  }
}
.blk-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 40px;
}

.green-txt {
  color: #206351;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .green-txt {
    font-size: 18px;
  }
}
.green-background {
  background-color: #e3ede2;
}

.light-green-background {
  background-color: #fcfdf8;
}

.section-03 .bg-image-01 {
  right: 0;
  position: absolute;
  margin-top: -200px;
}

.section-03 .content-item {
  display: flex;
  max-width: 1440px;
  margin: 50px 0;
}

@media (max-width: 768px) {
  .section-03 .content-item {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .section-03 .content-item {
    display: grid;
    justify-items: center;
  }
  .section-03 .content-item .content-image {
    order: 1;
  }
  .section-03 .content-item .content-text {
    order: 2;
  }
}
.section-03 .content-item .content-image {
  width: 60%;
}

@media (max-width: 768px) {
  .section-03 .content-item .content-image {
    width: 90%;
    margin-bottom: 20px;
  }
}
.section-03 .content-item .content-text {
  text-align: justify;
  align-self: center;
}

@media (max-width: 768px) {
  .section-03 .content-item .content-text {
    text-align: center;
  }
}
.section-03 .content-item .content-text.right {
  margin-left: 50px;
}

@media (max-width: 768px) {
  .section-03 .content-item .content-text.right {
    margin-left: 0;
  }
}
.section-03 .content-item .content-text.left {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .section-03 .content-item .content-text.left {
    margin-right: 0;
  }
}
.section-03 .page-container {
  padding-bottom: 0;
}

/* .swiper-wrapper{
    padding-top: 80px;
    width: auto;
    .swiper-slide{
        p {
            min-height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        img{
            display: block;
            width: 29%;
            margin: 0 auto;
            max-height: 570px;

            @media (max-width: 768px){
                width: 40%;
                max-height: 290px; 
            }
        }
    }
}

/* Adjust the sapce between every bullet /*
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,40px);

    @media (max-width: 768px){
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap,20px);
    }
}

.swiper-pagination{
    top: 0;

    .swiper-pagination-bullet {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        color: #0e4b42;
        font-size: 24px;
        line-height: 26px;
        border-radius: 100%;
        border: 1px solid #0e4b42;
        background: none;
        opacity: 1;


        @media (max-width: 768px){
            width: 40px;
            height: 40px;
            font-size: 20px;
        }
    }

    .swiper-pagination-bullet::after {
        content: ''; 
        position: absolute;
        width: 80px; 
        margin-left: 130px;
        height: 1px; 
        background-color: #0e4b42;

        @media (max-width: 768px){
            width: 40px; 
            margin-left: 80px;
        }
    }

    .swiper-pagination-bullet:last-child::after {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background-color: #0e4b42;
        color: #FFF; 
    }

    .swiper-pagination-bullet:hover {
        background-color: #0e4b42;
        color: #FFF;
    }
}

.swiper-button{
    border: 1px solid #0e4b42;
    border-radius: 999px;
    width: 2.5rem;
    height: 2.5rem;
}

.swiper-button-next {
    right: 15%;
    top: 63%;

    @media (max-width: 768px){
        right: 10%;
        top: 70%;
    }
}

.swiper-button-next::after{
    content: "";
}

.swiper-button-prev {
    left: 15%;
    top: 63%;

    @media (max-width: 768px){
        left: 10%;
        top: 70%;
    }
}

.swiper-button-prev::after{
    content: "";
} */
.section-04 .tab-container {
  background-color: #FFF;
  border: 1px solid #006F43;
  border-bottom-width: 5px;
}

.section-04 .tab-container .tab-content {
  display: none;
  padding: 20px 10px;
}

@media (max-width: 768px) {
  .section-04 .tab-container .tab-content {
    padding: 20px;
  }
}
.section-04 .tab-container .tab-content .box {
  width: 46%;
}

@media (max-width: 768px) {
  .section-04 .tab-container .tab-content .box {
    width: 100%;
  }
}
.section-04 .tab-container .tab-content .box:first-child {
  margin-right: 5%;
}

@media (max-width: 768px) {
  .section-04 .tab-container .tab-content .box:first-child {
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.section-04 .tab-container .tab-content .box-title {
  font-size: 22px;
  font-weight: bold;
  color: #006F43;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-04 .tab-container .tab-content .box-title {
    margin-bottom: 10px;
  }
}
.section-04 .tab-container .tab-content .box-title p {
  display: inline;
  font-size: 22px;
  margin: 0;
}

.section-04 .tab-container .tab-content .box-title img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.section-04 .tab-container .tab-content ol {
  padding-left: 0px;
  counter-reset: item;
}

.section-04 .tab-container .tab-content ol li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #08b46f;
  padding: 10px 0;
  color: #666;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
}

.section-04 .tab-container .tab-content ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #000;
}

.section-04 .tab-container .tab-content ol li span {
  display: inline-block;
  min-width: 60px;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}

.section-04 .tab-container .tab-content ol li:last-child {
  border-bottom: 0;
}

.section-04 .tab-container .tab-content.active {
  display: flex;
  text-align: left;
  justify-content: center;
}

@media (max-width: 768px) {
  .section-04 .tab-container .tab-content.active {
    display: grid;
    text-align: left;
    justify-items: center;
  }
}
.section-04 .page-container {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .section-04 .page-container {
    padding-bottom: 80px;
  }
}
.section-04 .tab-list {
  display: flex;
}

.section-04 .tab-list a {
  display: flex;
  padding: 15px 5px;
  flex: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #006F43;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  border: 1px solid;
  border-radius: 18px 18px 0 0;
  background-color: #FFF;
}

@media (max-width: 768px) {
  .section-04 .tab-list a {
    font-size: 16px;
  }
}
.section-04 .tab-list a.active {
  background: rgb(0, 150, 96);
  background: linear-gradient(180deg, rgb(0, 150, 96) 0%, rgb(48, 158, 118) 31%, rgb(114, 177, 119) 100%);
  color: #FFF;
  opacity: 1;
  border: 0;
}

.section-04 .tab-list .divider {
  width: 1px;
  background: #dfdfdf;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-04 p {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .section-04 p {
    margin: 15px 0px 0px 0px;
  }
}
.section-04 .bottom-part .green-title {
  margin-top: 50px;
  margin-bottom: 15px;
  max-height: 52px;
}

.section-04 .bottom-part .green-title img {
  width: 52px;
  height: 52px;
  margin-right: 15px;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .section-04 .bottom-part .green-title img {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .section-04 .bottom-part .green-title {
    margin-top: 20px;
    line-height: 21px;
  }
}
.invest-app-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .invest-app-container {
    display: grid;
    justify-items: center;
  }
}
.invest-app-container .left-invest-app {
  text-align: justify;
  max-width: 500px;
}

@media (max-width: 768px) {
  .invest-app-container .left-invest-app {
    text-align: center;
  }
}
.invest-app-container .left-invest-app .qr-code {
  display: flex;
  margin-bottom: 20px;
}

.invest-app-container .left-invest-app .green-title {
  margin-bottom: 30px;
}

.invest-app-container .left-invest-app .green-title p {
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

@media (max-width: 768px) {
  .invest-app-container .left-invest-app .green-title p {
    text-align: center;
  }
}
.invest-app-container .left-invest-app .app-template {
  justify-content: left;
}

@media (max-width: 768px) {
  .invest-app-container .left-invest-app .app-template {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.invest-app-container .right-invest-app img {
  max-height: 500px;
}

@media (max-width: 768px) {
  .invest-app-container .right-invest-app img {
    max-height: 350px;
  }
}
.section-05 .page-container {
  padding-bottom: 0;
}

.section-06 .page-container {
  padding: 80px 1.25rem 20px 1.25rem;
}

@media (max-width: 768px) {
  .section-06 .page-container {
    padding-top: 40px;
  }
}
.app-col {
  display: flex;
  justify-content: space-between;
}

.app-template {
  max-width: 500px;
  display: flex;
  align-items: center;
  margin: 10px auto 50px;
  justify-content: center;
}

.app-template .app-icon {
  width: 19%;
}

.app-template .app-icon img {
  aspect-ratio: 1/1;
}

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

.app-template .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}

.app-template .app-col a {
  width: calc(50% - 2px);
}

.app-template .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}

.section-07 {
  max-width: 75rem;
  margin: 0 auto;
}

@media (max-width: 970px) {
  .section-07 {
    padding: 0 5px;
  }
}
.tnc-container {
  text-align: left;
  display: grid;
  gap: 1rem;
  padding-left: 38px;
  padding-right: 26px;
}

@media (max-width: 970px) {
  .tnc-container {
    padding-left: 15px;
    padding-right: 15px;
    gap: 0.5rem;
  }
}
.tnc-container p {
  font-size: 14px;
}

.tnc-container .tnc-title {
  text-decoration: underline;
  font-weight: bold;
}

.tnc-container .tnc-subtitle {
  font-weight: bold;
}

.section-08 .content-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-08 .content-wrapper {
    display: grid;
    justify-items: center;
  }
}
.section-08 .img-container {
  flex: 1;
  max-width: 50%;
  background-image: url("bg_halftone.svg");
  background-repeat: no-repeat;
  background-position: center bottom 40%;
  background-size: 100%;
}

@media (max-width: 768px) {
  .section-08 .img-container {
    min-width: 100%;
  }
}
.section-08 .img-container img {
  max-height: 700px;
  margin: 25px 0;
}

@media (max-width: 768px) {
  .section-08 .img-container img {
    max-height: 500px;
  }
}
.section-08 .text-container {
  flex: 1;
  max-width: 50%;
  text-align: left;
  justify-content: center;
  display: flex;
}

@media (max-width: 768px) {
  .section-08 .text-container {
    max-width: 100%;
    order: -1;
    text-align: center;
  }
}
.section-08 .text-container .green-title {
  width: 70%;
}

@media (max-width: 768px) {
  .section-08 .text-container .green-title {
    width: 100%;
  }
}
.section-08 .page-container {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .section-08 .page-container {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .des-show {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .mob-show {
    display: none !important;
  }
}
span {
  white-space: normal;
}

.tab-list-conainer {
  position: relative;
}
.tab-list-conainer .tab-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 11px;
  padding: 0px 10px;
  background: #FFDC00;
  color: #055541;
  border-radius: 0 0 0 16px;
}

.tab-list-conainer.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .tab-list-conainer.mobile {
    display: block;
  }
}
.tab-list-conainer.mobile::before {
  display: none;
}

.tab-list-conainer.mobile .tab-list-inner {
  background-color: #015d37;
  border-radius: 14.682px 14.682px 0 0;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow: visible;
}

.tab-list-conainer.mobile .tab-list-inner .ep-text {
  color: #ffffff;
  font-size: 18px;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown {
  position: relative;
  min-width: 400px;
  font-size: 18px;
  font-weight: 600;
  color: #015d37;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected,
.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-list {
  width: 100%;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected {
  position: relative;
  border-radius: 100px;
  border: 0.612px solid #99c699;
  background: #e8f7eb;
  padding: 3px 1rem;
  cursor: pointer;
  min-height: 37.5px;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected .tab-badge {
  position: relative;
  font-size: 13px;
  margin-left: 0.5rem;
  border-radius: 16px;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected > div {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #015d37;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected.active::after {
  transform: rotate(180deg);
}

.tab-list-conainer.mobile .tab-list-inner .dropdown .dropdown-selected.active {
  border-radius: 14.682px 14.682px 0 0;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown-list {
  position: absolute;
  display: none;
  flex-direction: column;
  top: 100%;
  padding: 0.5rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #e8f7eb;
  border-radius: 0 0 14.682px 14.682px;
  cursor: pointer;
}
.tab-list-conainer.mobile .tab-list-inner .dropdown-list .tab-badge {
  font-size: 14px;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown-list.active {
  display: flex;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown-list > div {
  border-bottom: 1px solid #fff;
  padding: 0.5rem 1rem;
  opacity: 0.7;
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  position: relative;
}

.tab-list-conainer.mobile .tab-list-inner .dropdown-list > div.active,
.tab-list-conainer.mobile .tab-list-inner .dropdown-list > div:hover {
  opacity: 1;
}

.tab-list-conainer.mobile .tab-list-inner .circle-num {
  border-radius: 999px;
  background-color: #015d37;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.tab-list-conainer.desktop {
  display: none;
}

@media (min-width: 1025px) {
  .tab-list-conainer.desktop {
    display: block;
  }
}
@media (min-width: 971px) {
  .tab-list-conainer.desktop #tab-slider {
    padding: 0 48px;
    overflow: visible;
  }
  .tab-list-conainer.desktop #tab-slider .swiper-wrapper {
    overflow: visible;
  }
  .tab-list-conainer.desktop .swiper-button-prev {
    left: 2px;
  }
  .tab-list-conainer.desktop .swiper-button-next {
    right: 2px;
  }
  .tab-list-conainer.desktop .tab-list-inner {
    position: relative;
  }
  .tab-list-conainer.desktop .tab-list-inner::before,
  .tab-list-conainer.desktop .tab-list-inner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 160px;
    height: 83%;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .tab-list-conainer.desktop .tab-list-inner::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  }
  .tab-list-conainer.desktop .tab-list-inner::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  }
  .tab-list-conainer.desktop.show-left-shadow .tab-list-inner::before {
    opacity: 1;
  }
  .tab-list-conainer.desktop.show-right-shadow .tab-list-inner::after {
    opacity: 1;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.tab-list-conainer .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: #015d37;
  position: absolute;
}

.tab-list-conainer .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
}

.tab-list-conainer .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: #015d37;
  position: absolute;
}

.tab-list-conainer .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #ffffff;
}

.tab-list-conainer .swiper-button-next.swiper-button-disabled,
.tab-list-conainer .swiper-button-prev.swiper-button-disabled,
.tab-list-conainer .swiper-button-prev.is-dim,
.tab-list-conainer .swiper-button-next.is-dim {
  opacity: 0.45;
}

.tab8-part1 .tab8-part1-item {
  margin: 50px 0;
  padding: 5px 0px;
  text-align: center;
}
@media (min-width: 971px) {
  .tab8-part1 .tab8-part1-item {
    margin: 100px 0;
    width: 100%;
    padding: 0 10px;
  }
}
.tab8-part1 .tab8-part1-header {
  font-size: 24px;
  line-height: 32px;
  color: #0c3534;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tab8-part1 .tab8-part1-header {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }
}
.tab8-part1 .tab8-part1-header-inner {
  padding: 10px 10px;
  position: relative;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .tab8-part1 .tab8-part1-header-inner {
    padding: 10px 20px;
  }
}
.tab8-part1 .tab8-part1-header-inner:after {
  content: "";
  background: #055541;
  background: linear-gradient(90deg, rgb(5, 85, 65) 0%, rgb(5, 85, 65) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#055541", endColorstr="#FFFFFF", GradientType=1);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab8-part1 .tab8-part1-header span {
  color: #055541;
  font-size: 40px;
}
@media (min-width: 768px) {
  .tab8-part1 .tab8-part1-header span {
    font-size: 50px;
  }
}
.tab8-part1 .case-desc {
  text-align: left;
}
.tab8-part1 .part8-reminder .content {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  padding: 1rem 1.5rem;
  background-color: #eaf7ec;
  border-radius: 20px;
}
.tab8-part1 .part8-reminder .content p {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
.tab8-part1 .part8-reminder .content .title {
  color: #055541;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .tab8-part1 .part8-reminder .content p {
    font-size: 24px;
    line-height: 34px;
  }
  .tab8-part1 .part8-reminder .content .title {
    font-size: 30px;
  }
}
.tab8-part1 .scenario {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 40px;
  border: 3px solid #015d37;
}
.tab8-part1 .scenario .content {
  text-align: left;
}
.tab8-part1 .scenario .content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.tab8-part1 .scenario .content p {
  font-size: 18px;
  line-height: 26px;
}
.tab8-part1 .scenario .icon {
  margin-right: 10px;
  flex-shrink: 0;
}
.tab8-part1 .scenario .icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .tab8-part1 .scenario .content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .tab8-part1 .scenario .content p {
    font-size: 20px;
    line-height: 28px;
  }
  .tab8-part1 .scenario .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}

#main_content_area {
  max-width: 1920px;
  padding-bottom: 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

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

.tab9-part1 .tab9-part1-item {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 971px) {
  .tab9-part1 .tab9-part1-item {
    width: 100%;
    padding: 0 10px;
  }
}
.tab9-part1 .tab9-part1-header {
  font-size: 24px;
  line-height: 32px;
  color: #0c3534;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-part1-header {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }
}
.tab9-part1 .tab9-part1-header-inner {
  padding: 10px 10px;
  position: relative;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-part1-header-inner {
    padding: 10px 20px;
  }
}
.tab9-part1 .tab9-part1-header-inner:after {
  content: "";
  background: #055541;
  background: linear-gradient(90deg, rgb(5, 85, 65) 0%, rgb(5, 85, 65) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#055541", endColorstr="#FFFFFF", GradientType=1);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab9-part1 .tab9-part1-header span {
  color: #055541;
  font-size: 40px;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-part1-header span {
    font-size: 50px;
  }
}
.tab9-part1 .case-desc {
  text-align: left;
}
@media (min-width: 768px) {
  .tab9-part1 .part9-reminder {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.tab9-part1 .part9-reminder .content {
  position: relative;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .tab9-part1 .part9-reminder .content {
    margin-top: 60px;
  }
}
.tab9-part1 .part9-reminder .content {
  margin-left: auto;
  padding: 1rem 1.5rem;
  background-color: #eaf7ec;
  border-radius: 20px;
}
.tab9-part1 .part9-reminder .content p {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
.tab9-part1 .part9-reminder .content .title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #055541;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}
.tab9-part1 .part9-reminder .content .title img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tab9-part1 .part9-reminder .content p {
    font-size: 24px;
    line-height: 34px;
  }
  .tab9-part1 .part9-reminder .content .title {
    font-size: 30px;
  }
}
.tab9-part1 .tab9-feature-list {
  margin-top: 15px;
}
.tab9-part1 .tab9-feature-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.tab9-part1 .tab9-feature-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 16px;
  flex-shrink: 0;
}
.tab9-part1 .tab9-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tab9-part1 .tab9-feature-content {
  text-align: left;
  align-self: center;
}
.tab9-part1 .tab9-feature-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tab9-part1 .tab9-feature-content p {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-feature-item {
    padding: 1.25rem 0;
    margin-bottom: 1.25rem;
  }
  .tab9-part1 .tab9-feature-icon {
    margin-right: 20px;
  }
  .tab9-part1 .tab9-feature-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .tab9-part1 .tab9-feature-content p {
    font-size: 20px;
    line-height: 28px;
  }
}
.tab9-part1 .scenario {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 40px;
  border: 3px solid #015d37;
}
.tab9-part1 .scenario .content {
  text-align: left;
}
.tab9-part1 .scenario .content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.tab9-part1 .scenario .content p {
  font-size: 18px;
  line-height: 26px;
}
.tab9-part1 .scenario .icon {
  margin-right: 10px;
  flex-shrink: 0;
}
.tab9-part1 .scenario .icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .tab9-part1 .scenario .content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .tab9-part1 .scenario .content p {
    font-size: 20px;
    line-height: 28px;
  }
  .tab9-part1 .scenario .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
.tab9-part1 .phone-header-inner {
  border-bottom: 8px solid;
  border-image: linear-gradient(90deg, rgb(13, 108, 40) 0%, rgba(57, 181, 74, 0) 100%);
  border-image-slice: 1;
  justify-content: flex-start;
}
.tab9-part1 .phone-header-text {
  border-bottom: 0;
  color: #39B54A;
}
.tab9-part1 .bold-lightgreen {
  color: #39B54A;
  font-weight: bold;
}
.tab9-part1 .tab9-simple-mode {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-simple-mode {
    flex-direction: row;
    align-items: flex-start;
  }
}
.tab9-part1 .tab9-simple-mode-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  order: 2;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-simple-mode-left {
    order: 1;
  }
}
.tab9-part1 .tab9-simple-mode-right {
  flex: 0 0 auto;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-simple-mode-right {
    width: 40%;
    order: 2;
  }
}
.tab9-part1 .tab9-simple-mode-right img {
  width: 100%;
  height: auto;
  display: block;
}
.tab9-part1 .tab9-simple-mode-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.tab9-part1 .tab9-simple-mode-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.tab9-part1 .tab9-simple-mode-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tab9-part1 .tab9-simple-mode-desc {
  flex: 1;
  align-self: center;
}
.tab9-part1 .tab9-epassbook-layout {
  position: relative;
  padding: 24px 0;
  background-image: url("ep9/1536w_content3_en.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .tab9-part1 .tab9-epassbook-layout {
    background-image: url("ep9/640w_content3_en.jpg");
    background-size: cover;
    background-position: center bottom;
    aspect-ratio: 640/890;
    padding-bottom: 300px;
  }
}
.tab9-part1 .tab9-epassbook-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
}
.tab9-part1 .tab9-epassbook-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.tab9-part1 .tab9-epassbook-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tab9-part1 .tab9-epassbook-desc {
  flex: 1;
  align-self: center;
}
@media (min-width: 768px) {
  .tab9-part1 .tab9-epassbook-desc {
    max-width: 60%;
  }
}
.tab9-part1 .tab9-divider {
  border: none;
  border-top: 2px solid #d0d0d0;
}
.tab9-part1 .tab9-green-list {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
.tab9-part1 .tab9-green-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #f0feef 0%, rgba(240, 254, 239, 0) 50%);
  z-index: 0;
  pointer-events: none;
}
.tab9-part1 .tab9-green-list-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}
.tab9-part1 .tab9-green-list-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 10px;
}
.tab9-part1 .tab9-green-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tab9-part1 .tab9-green-list-desc {
  flex: 1;
  align-self: center;
  margin-bottom: 0;
}
.tab9-part1 .border-bottom {
  border-bottom: 8px solid;
  border-image: linear-gradient(90deg, rgba(13, 108, 40, 0) 0%, rgb(13, 108, 40) 50%, rgba(57, 181, 74, 0) 100%);
  border-image-slice: 1;
}
.tab9-part1 .case-desc-no-mb {
  margin-bottom: 0;
}

.tab11-fun-dollars {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.tab11-fun-dollars .layout-spacer {
  display: block;
  height: var(--space);
  flex: 0 0 auto;
  width: 100%;
}
.tab11-fun-dollars .divider {
  width: min(1285px, 100%);
  height: 1px;
  margin: 0 auto;
  background: #d2d2d2;
}
@media (max-width: 1440px) {
  .tab11-fun-dollars .tab11-title {
    font-size: 30px;
  }
  .tab11-fun-dollars .layout-spacer,
  .tab11-fun-dollars .panel-inner > .layout-spacer {
    width: auto;
    height: var(--space-sm, var(--space-md, var(--space)));
    flex-basis: auto;
  }
}
.tab11-fun-dollars .section {
  display: flex;
  flex-direction: row-reverse;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.tab11-fun-dollars .section.img-left {
  flex-direction: row;
}
.tab11-fun-dollars .section .tab11-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.tab11-fun-dollars .section .side-content {
  margin-left: 35px;
}
@media (max-width: 1024px) {
  .tab11-fun-dollars .section .side-content {
    margin: 35px;
  }
}
.tab11-fun-dollars .section .yuu-inline-img, .tab11-fun-dollars .section .fun-dollars-inline-img, .tab11-fun-dollars .section .fun-inline-img {
  display: inline-block;
  width: auto;
  height: 1em;
  margin-bottom: 4px;
  margin-right: 2px;
}
.tab11-fun-dollars .section .tab11-title {
  position: relative;
  color: #6CC400;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}
.tab11-fun-dollars .section .tab11-title ol {
  list-style-position: inside;
  padding-inline-start: 10px;
}
.tab11-fun-dollars .section .tab11-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 102%;
  width: 14px;
  height: 160%;
  background: radial-gradient(96.07% 39.06% at 112.5% 50%, #6CBE45 0%, rgba(255, 255, 255, 0) 100%);
}
.tab11-fun-dollars .section .tab11-desc {
  margin-top: 26px;
}
@media (max-width: 1024px) {
  .tab11-fun-dollars .section {
    flex-direction: column-reverse;
  }
  .tab11-fun-dollars .section.img-left {
    flex-direction: column-reverse;
  }
  .tab11-fun-dollars .section .tab11-desc {
    margin-top: 16px;
  }
}
@media (min-width: 1025px) {
  .tab11-fun-dollars .section {
    padding: 0;
  }
}
.tab11-fun-dollars .section:nth-of-type(1) .side-content {
  margin-top: 55px;
}
.tab11-fun-dollars .section:nth-of-type(2) .side-content {
  margin-top: 110px;
}
.tab11-fun-dollars .section:nth-of-type(3) .side-content {
  margin-top: 150px;
}
.tab11-fun-dollars .section:nth-of-type(4) .side-content {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .tab11-fun-dollars .section .side-content {
    margin-top: auto !important;
  }
}

@font-face {
  font-family: "PingFangHK";
  src: url("fonts/PingFangHK.ttf");
}
body * {
  font-family: "PingFangHK", "Noto Sans HK", Arial, Helvetica, sans-serif !important;
}

body {
  color: #000;
}

.features {
  padding: 0px 15px;
}

.features__remark {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.features__remark ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.features__remark li {
  counter-increment: my-awesome-counter;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 16px;
}

.features__remark li:before {
  content: "[" counter(my-awesome-counter) "] ";
  padding-right: 5px;
}

.features b {
  color: #008a0e;
}

.features .collapse_arrow_down {
  display: block;
}

.features .image-off {
  display: inline-block;
}

.features .collapse_arrow_up,
.features .collapse,
.features .image-on {
  display: none;
}

.features__header {
  padding-bottom: 15px;
  padding-top: 13px;
  margin: 20px 0;
  color: #008a0e;
  text-align: left;
  line-height: 1.1;
}

.features__desc {
  text-align: left;
  color: #333;
}

.features__content {
  padding-top: 20px;
}

.features__points {
  -ms-flex: 3;
  flex: 3;
  text-align: left;
  padding-left: 20px;
}

.features__points_group {
  padding-bottom: 15px;
}

.features__points_icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
}

.features__points_text {
  display: inline-block;
  vertical-align: middle;
}

.features__btns {
  width: 100%;
  margin-top: 20px;
  -ms-flex: 2;
  flex: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features__btns > * {
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0 auto;
  margin-left: 0px;
}

.features__btns_group {
  margin-bottom: 15px;
  border-radius: 7px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0px;
  cursor: pointer;
  border: 1px #298236 solid;
}

.features__btns_group:hover {
  background-color: #f4faf5;
}

.features__btns_group a {
  display: block;
  width: 100%;
  padding: 9px 0px;
}

.features__btns_icon {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  width: 10%;
}

.features__btns_icon:lang(en) {
  vertical-align: middle;
}

.features__btns_text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #298236;
  line-height: 1.1;
  width: 80%;
}

.features__btns_red {
  background-color: #ff0000;
  border: 1px #ff0000 solid;
  text-align: center;
}

.features__btns_red:hover {
  background-color: #930f16;
  border: 1px #930f16 solid;
}

.features__btns_red .features__btns_text {
  color: #ffffff;
}

.features__wrapper:first-child {
  padding-top: 0px;
}

.features__wrapper {
  border-bottom: 1px #333 solid;
  padding: 20px 0px;
}

.features__wrapper.active .collapse_arrow_down,
.features__wrapper.active .image-off {
  display: none;
}

.features__wrapper.active .collapse_arrow_up,
.features__wrapper.active .collapse {
  display: block;
}

.features__wrapper.active .image-on {
  display: inline-block;
}

.features__wrapper.active .headingIcon .text {
  color: #298236;
}

.features .collapse_arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features .headingIcon {
  position: relative;
}

.features .headingIcon .image-off,
.features .headingIcon .image-on {
  width: 42px;
}

.features .headingIcon .text {
  letter-spacing: 0.5px;
  font-size: 24px;
  color: #155d2f;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.features .headingIcon .text.remove-space {
  margin-left: -9px;
}

.features .headingButton {
  width: 100%;
  text-align: left;
}

.example_table__wrapper {
  border: 2px #666666 solid;
  padding: 25px 10px;
  display: none;
  max-width: 768px;
  margin: 30px auto 0;
  font-size: 24px;
}

.example_table__wrapper.active {
  display: block;
}

.example_table__row {
  border-bottom: 3px #00a651 solid;
  padding-bottom: 20px;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
}

.example_table__arrow:after {
  content: "";
  background-image: url("../images/big_green_arrow.png");
  width: 39px;
  height: 30px;
  top: 0px;
  right: 0px;
  position: absolute;
  -webkit-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}

.example_table__parts {
  -ms-flex: 1;
  flex: 1;
  padding-right: 50px;
  text-align: left;
  position: relative;
}

.example_table__parts:last-child {
  padding-right: 0px;
}

.example_table__three_parts {
  position: relative;
  -ms-flex: 3;
  flex: 3;
  padding-right: 65px;
  text-align: left;
}

.example_table__remarks {
  font-size: 16px;
  text-align: left;
  padding-top: 15px;
}

.example_table__remarks ol {
  padding-left: 15px;
}

.example_table__remarks ol li {
  line-height: 1.1;
}

.example_sample__wrapper {
  padding-top: 25px;
}

.example_sample__parts {
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  position: relative;
}

.example_sample__three_parts {
  position: relative;
  -ms-flex: 7;
  flex: 7;
  text-align: left;
}

.example_sample__three_parts ul {
  padding-left: 20px;
}

.example_sample__row {
  border-bottom: 3px #00a651 solid;
  padding-bottom: 20px;
  display: block;
}

.example_sample__inner_row {
  padding: 10px 0px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px #00a651 solid;
}

.example_sample__inner_row:last-child {
  border-bottom: 0px #00a651 solid;
}

.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}

.mobile-app__title {
  color: #206351;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
}
.mobile-app__desc {
  color: #555555;
  font-size: 24px;
  line-height: 32px;
}
.mobile-app__box {
  display: flex;
  margin: 161px auto 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .mobile-app__box {
    display: block;
    margin-bottom: 60px;
  }
}
.mobile-app__label {
  width: 55%;
  position: absolute;
  bottom: calc(100% - 33px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mobile-app__label img {
  left: 40px;
  bottom: 10px;
  display: block;
  width: 150px;
  position: absolute;
  z-index: 2;
}
.mobile-app__label p {
  color: #206351;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .mobile-app__label {
    min-width: 80%;
  }
  .mobile-app__label img {
    width: 100px;
    left: -20px;
  }
  .mobile-app__label p {
    font-size: 20px;
    line-height: 28px;
  }
}
.mobile-app__label-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 30px 30px 30px 230px;
  background-color: #FFF;
  border-radius: 80.5px 80.5px 0 0;
}
@media (max-width: 1024px) {
  .mobile-app__label-inner {
    border-radius: 12px 12px 0 0;
    padding: 30px 30px 30px 75px;
  }
}
.mobile-app__label-inner .skew-box {
  display: block;
  opacity: 0.2;
  border-top: 35px solid #5F9869;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 105%;
  position: absolute;
  top: calc(100% - 23px);
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media (max-width: 1200px) {
  .mobile-app__label-inner .skew-box {
    width: calc(100% + 40px);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
}
.mobile-app__inner {
  width: 50%;
  padding: 70px 57px 20px;
}
.mobile-app__inner:not(:last-child) {
  padding-top: 126px;
  background-color: rgba(255, 255, 255, 0.55);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 50px;
  border-top: 6px #fff solid;
  border-left: 6px #fff solid;
  border-bottom: 6px #fff solid;
}
.mobile-app__inner:last-child {
  background-color: #E8F1EB;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 10px;
  border-top: 6px #fff solid;
  border-right: 6px #fff solid;
  border-bottom: 6px #fff solid;
}
.mobile-app__inner .app-section p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 6px;
}
.mobile-app__inner .app-section .app-template {
  justify-content: left;
}
.mobile-app__inner .app-section .app-icon-img {
  width: 61px;
  min-width: 61px;
}
.mobile-app__inner .app-section .app-search-box {
  width: 205px;
}
.mobile-app__inner .app-section .btn-download img {
  width: 100px;
  height: auto;
}
.mobile-app__inner .btn-row {
  justify-content: center;
}
.mobile-app__inner .isMobile-show .btn {
  width: 60%;
}
@media (max-width: 1024px) {
  .mobile-app__inner {
    width: 100%;
    padding: 70px 30px 20px;
  }
  .mobile-app__inner:not(:last-child) {
    padding-top: 70px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-right: 6px #fff solid;
    border-bottom: 0;
  }
  .mobile-app__inner:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-left: 6px #fff solid;
    border-top: 0;
  }
}
.mobile-app__tabs {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.mobile-app__tab {
  flex: 1;
  display: flex;
  margin-bottom: 30px;
  border-radius: 28px 28px 10px 28px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(13, 108, 40, 0.1);
  padding: 10px 20px;
}
.mobile-app__tab-img {
  display: flex;
  align-items: center;
  margin-right: 41px;
  flex-shrink: 0;
}
.mobile-app__tab-img img {
  display: block;
  width: 80px;
}
.mobile-app__tab-txt {
  margin-top: auto;
  margin-bottom: auto;
}
.mobile-app__tab-txt p {
  color: #206351;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.en .mobile-app__label {
  width: 60%;
}

.lable-title {
  display: inline-block;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  background-color: #206351;
  padding: 6px 12px;
  margin-bottom: 18px;
}

.ebanking-apply__container {
  display: flex;
  align-items: flex-start;
  column-gap: 0px;
  margin: 40px auto 20px;
}
@media (max-width: 1023px) {
  .ebanking-apply__container {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .ebanking-apply__container {
    display: block;
  }
}
.ebanking-apply__swiper {
  width: 50%;
  padding-bottom: 40px;
}
.ebanking-apply__swiper .swiper-slide {
  display: flex;
  column-gap: 16px;
}
.ebanking-apply__swiper .swiper-slide img {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.ebanking-apply__swiper .swiper-pagination-bullet {
  background: #0E4B42;
}
@media (max-width: 767px) {
  .ebanking-apply__swiper {
    width: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .ebanking-apply__swiper + .ebanking-apply__steps {
    width: auto;
  }
}
.ebanking-apply__prev {
  display: none;
  left: 30px;
}
.ebanking-apply__prev::after {
  color: #0E4B42;
  font-size: 20px;
  font-weight: bold;
}
.ebanking-apply__next {
  display: none;
  right: 30px;
}
.ebanking-apply__next::after {
  color: #0E4B42;
  font-size: 20px;
  font-weight: bold;
}
.ebanking-apply__steps {
  flex: 1;
}
.ebanking-apply__step {
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: relative;
  padding-bottom: 50px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.ebanking-apply__step p {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: left;
  flex: 1;
  transition: opacity 0.3s ease;
}
.ebanking-apply__step.active {
  opacity: 1;
}
.ebanking-apply__step.active .ebanking-apply__number {
  color: #FFF;
  background-color: #0E4B42;
}
.ebanking-apply__step.active p {
  opacity: 1;
}
.ebanking-apply__step:not(:nth-child(3))::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 70px);
  background-color: #99B997;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: 10px;
  z-index: 0;
}
.ebanking-apply__step:nth-child(3) {
  padding-bottom: 35px;
}
.ebanking-apply__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #0E4B42;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #0E4B42;
  background-color: transparent;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btn {
  width: calc(50% - 10px);
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 10px;
  background-color: #206351;
  transition: all 0.3s ease;
  align-content: center;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}
.btn span.video-i {
  width: 16px;
  height: 16px;
  background-image: url("video-btn-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 3px;
  margin-left: 6px;
}
.btn.text-white {
  color: #FFF;
}
.btn:hover {
  opacity: 0.8;
}
.btn:hover span.video-i {
  background-image: url("video-btn-w.svg");
}
.btn.border {
  color: #206351;
  border: 1px solid #206351;
  background-color: transparent;
}
.btn.border:hover {
  opacity: 1;
  color: #FFF;
  background-color: #206351;
}
@media (max-width: 767px) {
  .btn {
    padding: 8px;
  }
  .btn span {
    margin-left: 3px;
  }
}

.section-title {
  margin-top: 60px;
}
.section-title span {
  white-space: normal;
}

.product-tab__section {
  margin: 40px 0;
}
.product-tab__section .section-title {
  margin-bottom: 120px;
}
.product-tab__btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1600px;
  column-gap: 20px;
  margin: 80px auto 50px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .product-tab__btns {
    display: block;
  }
}
.product-tab__btn {
  order: 1;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.product-tab__btn:nth-child(1) {
  grid-column: 1/span 1;
}
.product-tab__btn:nth-child(2) {
  grid-column: 2/span 1;
}
.product-tab__btn:nth-child(3) {
  grid-column: 3/span 1;
}
@media (max-width: 768px) {
  .product-tab__btn {
    margin-bottom: 90px;
  }
}
.product-tab__btn .head {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 10px 12px;
  background-color: #80A18B;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 70%;
  position: absolute;
  bottom: calc(100% - 14px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.product-tab__btn .inner {
  flex: 1;
  position: relative;
  background-color: #10382D;
  border-radius: 12px;
  padding: 30px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-tab__btn .inner h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.product-tab__btn .inner .skew-box {
  display: block;
  border-top: 20px solid #10382D;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.product-tab__btn .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #408666;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  z-index: 1;
}
.product-tab__btn::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 60px 75px 60px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .product-tab__btn::after {
    top: calc(100% + 46px);
  }
}
.product-tab__btn.active .head {
  background-color: #90BC0C;
}
.product-tab__btn.active .inner:after {
  background-color: #206351;
}
.product-tab__btn.active .product-tab__arw {
  opacity: 1;
  rotate: 180deg;
}
.product-tab__btn.active:after {
  opacity: 1;
}
.product-tab__icn {
  width: 50px;
  position: relative;
  z-index: 3;
}
.product-tab__arw {
  width: 38px;
  position: relative;
  z-index: 3;
  opacity: 0.4;
}
.product-tab__body {
  order: 2;
  grid-column: 1/span 3;
  background-color: #FFF;
  padding: 48px 24px;
  position: relative;
  display: none;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .product-tab__body {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
.product-tab__body.active {
  display: block;
}
.product-tab__body h4 {
  color: #206351;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 24px;
}
.product-tab__body p {
  color: #555555;
  font-size: 24px;
  line-height: 38px;
}
.product-tab__body p span {
  color: #206351;
  font-weight: bold;
}
.product-tab__body .btn-row {
  max-width: 768px;
  margin: 24px 0;
}
.product-tab__body .click-img-green-sm {
  background: url("openpage.png");
}
.product-tab__body .btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-tab__body .btn.border:hover .click-img-green-sm {
  background: url("../images/icon_openwindow_white.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .product-tab__body .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.product-tab__body .icon-pt__list {
  margin: 50px 0;
}
.product-tab__remarks p {
  font-size: 16px;
  line-height: 32px;
}

.icon-pt__itm {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.icon-pt__itm.top {
  align-items: flex-start;
}
.icon-pt__itm img {
  display: block;
  width: 40px;
  margin-right: 16px;
}
.icon-pt__itm p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.icon-pt__itm p span {
  color: #206351;
  font-weight: bold;
}
.icon-pt__itm p.icon-pt__desc {
  color: #555555;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.icon-pt__itm .btn-row .btn {
  width: auto;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}

#modal-1 .modal-content {
  top: 50%;
  max-width: 60% !important;
}
@media (max-width: 767px) {
  #modal-1 .modal-content {
    max-width: 100% !important;
  }
}

.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 img {
  display: inline-block;
  margin-bottom: 24px;
}
.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;
  text-decoration: none;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

.en .product-tab__body .btn-row {
  max-width: 900px;
}

#section-1 {
  padding-bottom: 0;
}

#section-2 {
  position: relative;
  background-image: url("bg_wave.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#section-2 .tab-container {
  margin-top: 120px;
}
#section-2 .bg-graph {
  position: absolute;
  top: 600px;
  background-image: url("bg_graph.png");
  background-size: cover;
  aspect-ratio: 3840/1474;
  background-size: cover;
  width: 100%;
}

.y-center {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .des-br {
    display: block;
  }
}
.the-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
}

.content-row {
  display: flex;
  flex-wrap: unset;
  column-gap: 24px;
}
@media (max-width: 1024px) {
  .content-row {
    display: block;
  }
}

.online-investment__box {
  padding: 6px;
  margin: 200px auto 0;
  background-color: #fff;
  border-radius: 66px 66px 19px 66px;
  position: relative;
  box-shadow: 0 4px 10px 3px rgba(13, 108, 40, 0.1);
}
@media (max-width: 1024px) {
  .online-investment__box {
    border-radius: 12px 12px;
  }
}
.online-investment__label {
  min-width: 75%;
  position: absolute;
  bottom: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.online-investment__label p {
  color: #0F4B41;
  font-size: 50px;
  font-weight: bold;
  line-height: 69px;
  z-index: 2;
}
.online-investment__label img {
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 230px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .online-investment__label {
    min-width: 80%;
  }
  .online-investment__label p {
    font-size: 26px;
    line-height: 42px;
  }
  .online-investment__label img {
    top: -30px;
    left: -70px;
    width: 150px;
  }
}
.online-investment__label-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 19px 20px 29px 230px;
  background-color: #FFF;
  border-radius: 49px 49px 0 0;
}
@media (max-width: 1200px) {
  .online-investment__label-inner {
    padding: 30px 10px 30px 75px;
    border-radius: 12px 12px 0 0;
  }
}
.online-investment__label-inner .skew-box {
  display: block;
  opacity: 0.2;
  border-top: 35px solid #5F9869;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 105%;
  position: absolute;
  top: calc(100% - 23px);
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media (max-width: 1200px) {
  .online-investment__label-inner .skew-box {
    width: calc(100% + 40px);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
}
.online-investment__inner-box {
  background: linear-gradient(90deg, #FFFFFF 0%, rgb(238, 246, 237) 50%, #FFFFFF 100%);
  padding: 0 142px 45px;
  border-radius: 66px 66px 19px 66px;
}
.online-investment__inner-box .green-highlight {
  line-height: 34px;
  font-size: 34px;
}
.online-investment__inner-box img {
  width: 374px;
  height: fit-content;
}
@media (max-width: 1200px) {
  .online-investment__inner-box {
    padding: 70px 30px 20px;
  }
}
.online-investment__inner-box-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.online-investment__inner-box-content div {
  padding-top: 70px;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .online-investment__inner-box-content div {
    padding-top: 0;
  }
}
.online-investment__inner-box-content p {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .online-investment__inner-box-content {
    flex-direction: column;
    align-items: center;
  }
}
.online-investment__inner-box-remarks li {
  font-size: 18px;
  line-height: 28px;
}

.en .online-investment__box {
  margin: 270px auto 0;
}

.tab-inner-title {
  margin: 80px 0px;
}
@media (max-width: 768px) {
  .tab-inner-title {
    margin: 40px 0;
  }
}
.tab-inner-title p {
  color: #206351;
}
.tab-inner-title .green-highlight {
  line-height: 48px;
  font-size: 48px;
}

.or-ball {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(13, 30, 25, 0.2);
  top: calc(50% - 60px);
  left: -30px;
}
.or-ball__inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #F8FCF9;
  color: #206351;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .or-ball {
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.other-swiper .swiper-button-next, .other-swiper .swiper-button-prev {
  width: 82px;
  height: 82px;
  background-color: #206351;
  border-radius: 999px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.other-swiper .swiper-button-next.swiper-button-disabled, .other-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.other-swiper .swiper-button-next::after, .other-swiper .swiper-button-prev::after {
  content: "";
  background-image: url("../images/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
}
@media (max-width: 1200px) {
  .other-swiper .swiper-button-next, .other-swiper .swiper-button-prev {
    width: 58px;
    height: 58px;
  }
  .other-swiper .swiper-button-next::after, .other-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
}
.other-swiper .swiper-button-next {
  right: 48px;
}
.other-swiper .swiper-button-prev {
  left: 48px;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .other-swiper .swiper-button-next {
    right: 24px;
  }
  .other-swiper .swiper-button-prev {
    left: 24px;
  }
}

mark {
  display: inline-block;
  height: 100%;
  color: unset;
  background: #FDDE5B !important;
}

.tab-section-remarks {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
}

.tab-card-top .gray-box {
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: rgba(15, 75, 65, 0.05);
  color: #797979;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
}

.other-card {
  text-decoration: none !important;
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 48px;
  background: #206351;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  color: white;
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .know-more-btn {
    font-size: 22px;
  }
}

.know-more-btn:hover {
  transform: translateY(-5px);
}

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

.app-box__icon img,
.app-box__qr img {
  height: 100%;
}

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

.app-box .app-download-template .app-search-img {
  width: 100%;
  display: block;
}

.app-box .app-col .btn-download 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);
}

@media (max-width: 767px) {
  .app-box__title-box {
    padding: 20px 20px;
  }
  .app-box__title-txt {
    font-size: 24px;
    line-height: 34px;
  }
  .app-box__content-box {
    padding: 25px 10px;
  }
  .app-box__content-box__inner {
    max-width: 100%;
  }
  .app-box__icon {
    height: auto;
    width: 20%;
    margin-right: 5px;
  }
}
#section-3 {
  padding-top: 10px;
  margin-top: 60px;
}

.white-background {
  background-color: #ffffff;
  margin: 80px auto 30px;
}

