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

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

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

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

#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;
}
#footer .copy {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 12px 15px;
}

#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: 767px) {
  .top-banner .banner-img.desktop {
    display: none;
  }
  .top-banner .banner-img.mobile {
    display: block;
  }
}

body {
  font-family: "Noto Sans TC";
}

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

.headline-section {
  padding: 40px 0 60px;
  max-width: 1080px;
}
@media (max-width: 767px) {
  .headline-section {
    padding: 40px 0 40px;
  }
}
.headline-section .headline-text {
  color: #055541;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  display: flex;
}
.headline-section .headline-text h1 {
  font-size: 42px;
  z-index: 10;
  width: max-content;
  white-space: pre;
  align-content: center;
}
.headline-section .headline-text .left-quote {
  width: 433px;
}
.headline-section .headline-text .right-quote {
  width: 433px;
}
@media (max-width: 767px) {
  .headline-section .headline-text h1 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .headline-section .headline-text .left-quote {
    width: 200px;
  }
  .headline-section .headline-text .right-quote {
    width: 200px;
  }
  .headline-section .headline-text h1 {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .headline-section .headline-text .left-quote {
    width: 150px;
  }
  .headline-section .headline-text .right-quote {
    width: 150px;
  }
}
.headline-section p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .headline-section p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
  }
}

@property --tab1 {
  syntax: "<color>";
  initial-value: #ffffff;
  inherits: false;
}
@property --tab2 {
  syntax: "<color>";
  initial-value: #ddedb9;
  inherits: false;
}
.investment-product-section {
  max-width: 1400px;
  -webkit-tap-highlight-color: transparent;
  padding: 12px 18px;
}
@media screen and (max-width: 767px) {
  .investment-product-section {
    overflow-x: scroll;
  }
}
.investment-product-section .product-tabs-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
  min-width: fit-content;
}
@media (max-width: 767px) {
  .investment-product-section .product-tabs-wrapper {
    gap: 16px;
    flex-wrap: nowrap;
  }
}
.investment-product-section .product-tabs-wrapper .product-tab {
  position: relative;
  height: 180px;
  width: 180px;
  scale: 0.85;
  cursor: pointer;
  transition: scale 0.3s ease-in-out;
}
.investment-product-section .product-tabs-wrapper .product-tab .rounded-btn {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background: linear-gradient(157.94deg, var(--tab1) 0%, var(--tab2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: --tab1 0.3s ease-in-out, --tab2 0.3s ease-in-out;
}
.investment-product-section .product-tabs-wrapper .product-tab .rounded-btn .product-icon {
  margin-right: 0 !important;
  margin-top: -12px;
  width: 55px;
  height: 55px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.investment-product-section .product-tabs-wrapper .product-tab .rounded-btn .product-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
}
.investment-product-section .product-tabs-wrapper .product-tab .rounded-btn .product-icon .default {
  opacity: 1;
}
.investment-product-section .product-tabs-wrapper .product-tab .rounded-btn .product-icon .selected {
  opacity: 0;
}
.investment-product-section .product-tabs-wrapper .product-tab .rounded-btn span {
  color: #055541;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  transition: all 0.3s ease-in-out;
}
.investment-product-section .product-tabs-wrapper .product-tab .rounded-btn .active-line {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
  transition: all 0.3s ease-in-out;
  width: 112px;
}
.investment-product-section .product-tabs-wrapper .product-tab .rear-circle-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -60%);
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: linear-gradient(180deg, #e6f0be 0%, #5ac172 100%);
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.investment-product-section .product-tabs-wrapper .product-tab .rear-circle-b {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(80%, 80%);
  width: 78px;
  height: 78px;
  border-radius: 100px;
  background: linear-gradient(180deg, #e6f0be 0%, #a6ce39 100%);
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn, .investment-product-section .product-tabs-wrapper .product-tab:hover .rounded-btn {
  --tab1: #3ab549;
  --tab2: #0a9c77;
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn span, .investment-product-section .product-tabs-wrapper .product-tab:hover .rounded-btn span {
  color: #ffffff;
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn .product-icon .selected, .investment-product-section .product-tabs-wrapper .product-tab:hover .rounded-btn .product-icon .selected {
  opacity: 1;
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn .product-icon .default, .investment-product-section .product-tabs-wrapper .product-tab:hover .rounded-btn .product-icon .default {
  opacity: 0;
}
.investment-product-section .product-tabs-wrapper .product-tab.active {
  width: 180px;
  height: 180px;
  scale: 1;
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn .icon {
  width: 70px;
  height: 70px;
  margin-top: -20px;
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn span {
  font-size: 24px;
  margin-top: 20px;
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn .active-line {
  bottom: 30px;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rear-circle-a {
  transform: translate(-85%, -85%);
}
.investment-product-section .product-tabs-wrapper .product-tab.active .rear-circle-b {
  transform: translate(140%, 90%);
}
@media (max-width: 767px) {
  .investment-product-section .product-tabs-wrapper .product-tab {
    height: 120px;
    width: 120px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab .rounded-btn .icon {
    margin-top: -6px;
    width: 36px;
    height: 36px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab .rounded-btn span {
    font-size: 14px;
    margin-top: 10px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab .rounded-btn .active-line {
    width: 64px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab .rear-circle-a {
    width: 60px;
    height: 60px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab .rear-circle-b {
    width: 40px;
    height: 40px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab.active {
    width: 120px;
    height: 120px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn .icon {
    width: 48px;
    height: 48px;
    margin-top: -8px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn span {
    font-size: 16px;
    margin-top: 10px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab.active .rounded-btn .active-line {
    bottom: 15px;
  }
  .investment-product-section .product-tabs-wrapper .product-tab.active .rear-circle-a {
    transform: translate(-112%, -112%);
  }
  .investment-product-section .product-tabs-wrapper .product-tab.active .rear-circle-b {
    transform: translate(176%, 128%);
  }
}

.product-tabs-wrapper {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next__tabs {
  background-color: #0c6c29;
  position: absolute;
  bottom: 35%;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  background-image: url(../../chi/images/icon/icon_chevron_right_white.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px contain;
  background-position: center;
}
.swiper-button-next__tabs:hover {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .swiper-button-next__tabs {
    display: none;
  }
}

.swiper-button-prev__tabs {
  background-color: #0c6c29;
  position: absolute;
  bottom: 35%;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  background-image: url(../../chi/images/icon/icon_chevron_right_white.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px contain;
  background-position: center;
  transform: rotate(180deg);
}
.swiper-button-prev__tabs:hover {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .swiper-button-prev__tabs {
    display: none;
  }
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@property --btn-color1 {
  syntax: "<color>";
  initial-value: #56c464;
  inherits: false;
}
@property --btn-color2 {
  syntax: "<color>";
  initial-value: #3fad77;
  inherits: false;
}
@property --btn-color3 {
  syntax: "<color>";
  initial-value: #40944b;
  inherits: false;
}
@property --btn-color4 {
  syntax: "<color>";
  initial-value: #3fad77;
  inherits: false;
}
.investment-swiper-section {
  max-width: 100% !important;
  position: relative;
  margin-top: 60px;
  min-height: 648px;
}
.investment-swiper-section .gradient-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 160px;
}
@media (max-width: 1023px) {
  .investment-swiper-section .gradient-bg {
    width: 400vw;
    left: -50vw;
  }
}
.investment-swiper-section .swiper-wrapper {
  padding: 18px 0 36px;
}
@media (max-width: 1023px) {
  .investment-swiper-section {
    margin-top: 8px;
  }
  .investment-swiper-section .swiper-wrapper {
    overflow-x: scroll;
    padding: 18px 0 36px;
  }
}
.investment-swiper-section .investment-swiper .card-group {
  position: relative;
  display: flex;
  gap: 28px;
  width: fit-content;
  justify-content: center;
}
@media (max-width: 1439px) {
  .investment-swiper-section .investment-swiper .card-group {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .investment-swiper-section .investment-swiper .card-group {
    flex-wrap: nowrap;
    max-width: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out, max-width 0.9s ease-in-out, padding 0.75s ease-in-out;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .investment-swiper-section .investment-swiper .card-group {
    gap: 16px;
  }
}
.investment-swiper-section .investment-swiper .card-group .card {
  position: relative;
  width: 350px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transform: translateY(30%);
  transition: transform 1s ease-in-out, width 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .investment-swiper-section .investment-swiper .card-group .card {
    width: 80vw;
    max-width: 440px;
    padding: 0;
    transform: translateY(0);
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .investment-swiper-section .investment-swiper .card-group .card {
    width: 328px;
  }
}
.investment-swiper-section .investment-swiper .card-group .card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.48;
  visibility: visible;
  transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
}
.investment-swiper-section .investment-swiper .card-group .card .card-image {
  height: 172px;
  width: 100%;
}
.investment-swiper-section .investment-swiper .card-group .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investment-swiper-section .investment-swiper .card-group .card .card-desc {
  height: 144px;
  padding: 32px 28px 20px;
  transition: height 1s ease-in-out;
}
@media (max-width: 1023px) {
  .investment-swiper-section .investment-swiper .card-group .card .card-desc {
    height: 368px;
  }
  .isP2G .investment-swiper-section .investment-swiper .card-group .card .card-desc {
    height: 300px;
  }
}
.investment-swiper-section .investment-swiper .card-group .card .card-desc .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #0d6c28;
}
.investment-swiper-section .investment-swiper .card-group .card .card-desc .card-text {
  margin-top: 8px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
  margin-bottom: 48px;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
  height: 104px;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .purchase-channel {
  flex-grow: 1;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .reward-type {
  flex-grow: 1;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .divider {
  height: inherit;
  width: 1px;
  background-color: #d1ded4;
  margin: 0 20px 0 0;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .sub-title {
  color: #4c4c4c;
  font-size: 12px;
  margin-bottom: 16px;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .channel-icons {
  display: flex;
  gap: 8px;
}
@media (max-width: 1023px) {
  .investment-swiper-section .investment-swiper .card-group .card .investment-type .channel-icons {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .investment-swiper-section .investment-swiper .card-group .card .investment-type .channel-icons {
    gap: 6px;
  }
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .channel-icons .channel-icon {
  text-align: center;
  width: 40px;
  margin-right: 0 !important;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .channel-icons .channel-icon img {
  max-width: 32px !important;
  aspect-ratio: 1/1;
}
.investment-swiper-section .investment-swiper .card-group .card .investment-type .channel-icons .channel-icon p {
  font-size: 9px;
  text-align: center;
  line-height: 12px;
  color: #2a5f22;
  margin-top: 8px;
  font-weight: 500;
}
.investment-swiper-section .investment-swiper .card-group .card .btn-area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 76px;
  justify-content: center;
}
.investment-swiper-section .investment-swiper .card-group .card .btn-area.subscribe {
  min-height: fit-content;
  display: none;
}
.investment-swiper-section .investment-swiper .card-group .card .btn-area .detail-btn {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: linear-gradient(180deg, var(--btn-color1) 0%, var(--btn-color2) 100%);
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: --btn-color1 0.3s ease-in-out, --btn-color2 0.3s ease-in-out;
}
.investment-swiper-section .investment-swiper .card-group .card .btn-area .detail-btn .chevron-right {
  width: 0;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.investment-swiper-section .investment-swiper .card-group .card .btn-area .detail-btn:hover {
  --btn-color1: #40944b;
  --btn-color2: #3fad77;
}
.investment-swiper-section .investment-swiper .card-group .card .btn-area .detail-btn:hover .chevron-right {
  width: 24px;
  opacity: 1;
}
.investment-swiper-section .investment-swiper .card-group .card .btn-area .promotion-btn {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  color: #0c6c29;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.investment-swiper-section .investment-swiper .card-group.swiper-slide-active .card {
  transform: scale(1) translate(0) rotate(0);
  box-shadow: 0 10px 10px 0 rgba(98, 143, 99, 0.2);
  opacity: 1;
}
.investment-swiper-section .investment-swiper .card-group.swiper-slide-active .card:hover {
  box-shadow: 0 10px 30px 0 rgba(98, 143, 99, 0.5);
}
.investment-swiper-section .investment-swiper .card-group.swiper-slide-active .card .card-desc {
  transition-delay: 1s;
  transition-property: height;
  height: 445px;
}
.isP2G .investment-swiper-section .investment-swiper .card-group.swiper-slide-active .card .card-desc {
  height: 380px;
}

.investment-swiper-section .investment-swiper .card-group.swiper-slide-active .card .card-desc .card-text {
  -webkit-line-clamp: 8;
  height: 225px;
  margin-bottom: 0;
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .investment-swiper-section .investment-swiper .card-group.swiper-slide-active .card .card-desc {
    transition-delay: 1s;
    transition-property: height;
    height: 445px;
  }
  .investment-swiper-section .investment-swiper .card-group.swiper-slide-active .card .card-desc .card-text {
    height: 225px;
  }
}
.investment-swiper-section .investment-swiper .card-group.swiper-slide-active .overlay {
  visibility: hidden;
  opacity: 0;
  z-index: -10;
}
@media (max-width: 1023px) {
  .investment-swiper-section .investment-swiper .card-group.active {
    display: flex;
    max-width: 2000px;
    opacity: 1;
    padding: 0 16px;
    transition: opacity 1.1s ease-in-out, max-width 0.75s ease-in-out, padding 0.75s ease-in-out;
  }
  .investment-swiper-section .investment-swiper .card-group.active .card {
    transform: scale(1) translateZ(0) rotate(0);
    box-shadow: 0 10px 10px 0 rgba(98, 143, 99, 0.2);
    opacity: 1;
  }
  .investment-swiper-section .investment-swiper .card-group.active .card:hover {
    box-shadow: 0 10px 30px 0 rgba(98, 143, 99, 0.5);
  }
  .investment-swiper-section .investment-swiper .card-group.active .card .card-desc {
    height: 410px;
  }
  .isP2G .investment-swiper-section .investment-swiper .card-group.active .card .card-desc {
    height: 335px;
  }
  .investment-swiper-section .investment-swiper .card-group.active .card .card-desc .card-text {
    -webkit-line-clamp: 8;
    height: 190px;
    margin-bottom: 0;
  }
  .investment-swiper-section .investment-swiper .card-group.active .overlay {
    visibility: hidden;
    opacity: 0;
    z-index: -10;
  }
}
.investment-swiper-section .investment-swiper .swiper-button {
  position: absolute;
  z-index: 1;
  top: 280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s ease-in-out;
  transition-delay: 1s;
  transition-property: width;
}
@media (max-width: 1023px) {
  .investment-swiper-section .investment-swiper .swiper-button {
    display: none;
  }
}
.investment-swiper-section .investment-swiper .swiper-button .swiper-button-next,
.investment-swiper-section .investment-swiper .swiper-button .swiper-button-prev {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 8px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  background-color: #0c6c29;
  border-radius: 50%;
}
.investment-swiper-section .investment-swiper .swiper-button .swiper-button-next::after,
.investment-swiper-section .investment-swiper .swiper-button .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}
.investment-swiper-section .investment-swiper .swiper-button .swiper-button-next {
  right: -40px;
}
.investment-swiper-section .investment-swiper .swiper-button .swiper-button-prev {
  left: -40px;
}
.investment-swiper-section .p2g-btn {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (min-width: 1024px) {
  .investment-swiper-section .p2g-btn {
    bottom: -40px;
  }
}
.investment-swiper-section .p2g-btn {
  width: 100%;
  text-align: center;
}
.investment-swiper-section .p2g-btn p {
  color: #0c6c29;
  font-size: 18px;
}
.investment-swiper-section .p2g-btn span {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  white-space: wrap;
}
.isP2G .investment-swiper-section .p2g-btn {
  display: block;
}

.investment-swiper-section .offer-box {
  padding: 24px 8px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .investment-swiper-section .offer-box {
    flex-direction: column;
    padding: 24px 16px;
  }
}
.investment-swiper-section .offer-box .offer-button {
  width: 400px;
  padding: 12px 4px;
  text-align: center;
  background: linear-gradient(180deg, var(--btn-color1) 0%, var(--btn-color2) 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease-in-out, --btn-color1 0.3s ease-in-out, --btn-color2 0.3s ease-in-out, --btn-color3 0.3s ease-in-out, --btn-color4 0.3s ease-in-out;
}
.isDaaSC .investment-swiper-section .offer-box .offer-button.isDaaSC-hide {
  display: none !important;
}

.investment-swiper-section .offer-box .offer-button.isDaaSC-block {
  display: none !important;
}
.isDaaSC .investment-swiper-section .offer-box .offer-button.isDaaSC-block {
  display: block !important;
}

@media (max-width: 1023px) {
  .investment-swiper-section .offer-box .offer-button {
    width: 100%;
  }
}
.investment-swiper-section .offer-box .offer-button:hover {
  --btn-color1: #f1f9f2;
  --btn-color2: #d2f6e4;
  color: #3fad77;
}
.investment-swiper-section .offer-box .offer-button:last-child {
  background: linear-gradient(180deg, var(--btn-color3) 0%, var(--btn-color4) 100%);
}
.investment-swiper-section .offer-box .offer-button:last-child:hover {
  --btn-color3: #f1f9f2;
  --btn-color4: #d2f6e4;
  color: #3fad77;
}
.isP2G .investment-swiper-section .offer-box {
  display: none;
}

.terms-and-conditions ul,
.terms-and-conditions ol {
  margin-left: 20px;
}

.investment-product-section::-webkit-scrollbar,
.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.investment-product-section,
.swiper-wrapper {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.green-background {
  background-color: #f2fdf2;
  margin-bottom: 40px;
}

/* Flip swiper style */
.flip-swiper {
  position: relative;
  margin: 0 auto 80px;
  width: 100%;
  overflow: visible;
}
.flip-swiper .swiper-wrapper {
  align-items: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.flip-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.8;
  box-shadow: 0 10px 20px rgba(23, 72, 27, 0.1);
}
.flip-swiper .swiper-slide-active {
  opacity: 1;
  box-shadow: 0 18px 30px rgba(23, 72, 27, 0.16);
}
.flip-swiper .flip-card {
  display: flex;
  width: 320px !important;
  height: 380px;
  padding: 12px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 18px 30px rgba(23, 72, 27, 0.16);
  perspective: 1200px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.flip-swiper .flip-card-inner {
  position: relative;
  padding: 24px;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.flip-swiper .flip-card-inner .title {
  font-size: 24px;
  color: #055541;
  font-weight: bold;
  line-height: 32px;
}
.flip-swiper .flip-card-front,
.flip-swiper .flip-card-back {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: padding-box;
  background-clip: padding-box;
}
.flip-swiper .flip-card-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  background-image: url("../../chi/images/bg_card.svg");
  background-size: cover;
  background-position: bottom center;
  background-origin: padding-box;
  background-clip: padding-box;
  border-radius: 30px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: calc(100% + 10px);
}
.flip-swiper .flip-card-front .flip-card-icon {
  width: 100px;
}
.flip-swiper .flip-card-front .new-icon {
  position: absolute;
  top: 15px;
  left: 0px;
}
.flip-swiper .flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  background-image: url("../../chi/images/bg_card_inner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-origin: padding-box;
  background-clip: padding-box;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .flip-swiper .flip-card-back {
    padding: 30px 20px;
  }
}
.flip-swiper .flip-card-back p {
  font-size: 16px;
}
.flip-swiper .flip-card-back .subtitle {
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .flip-swiper .flip-card-back .subtitle {
    line-height: 24px;
  }
}
.flip-swiper .flip-card-back .subtitle img {
  width: 40px;
  margin-bottom: 10px;
}
.flip-swiper .flip-card-back .details {
  color: #000;
  margin: 20px 0;
  font-size: 20px;
  line-height: 28px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.flip-swiper .flip-card-back .details .subtitle {
  margin-bottom: 20px;
}
.flip-swiper .flip-card-back .details::-webkit-scrollbar {
  width: 8px;
}
.flip-swiper .flip-card-back .details::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 999px;
}
.flip-swiper .flip-card-back .details::-webkit-scrollbar-thumb {
  background: #055541;
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.flip-swiper .flip-card-back .details::-webkit-scrollbar-thumb:hover {
  background: #055541;
}
.flip-swiper .flip-card-back .details-tag {
  font-size: 14px;
  padding: 3px 8px 3px 20px;
  margin-left: 5px;
  background-image: url("../../chi/images/tag.svg");
  background-size: cover;
  background-repeat: no-repeat;
  white-space: pre;
}
.flip-swiper .flip-card-back .exclusive-tag {
  font-size: 14px;
  padding: 3px 8px 3px 20px;
  margin-left: 10px;
  background-image: url("../../chi/images/tag_orange.svg");
  background-size: cover;
  background-repeat: no-repeat;
  white-space: pre;
}
.flip-swiper .flip-card-back .flip-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .flip-swiper .flip-card-back .flip-icon {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .flip-swiper .flip-card-back .flip-icon {
    width: 100px;
  }
}
.flip-swiper .flip-card-back .title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 38px;
}
@media (max-width: 768px) {
  .flip-swiper .flip-card-back .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.flip-swiper .flip-card-back ul {
  padding-left: 35px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .flip-swiper .flip-card-back ul {
    padding-left: 20px;
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .flip-swiper .flip-card-back ul li {
    line-height: 28px;
  }
}
.flip-swiper .flip-card-back .flip-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.flip-swiper .flip-card-back .flip-btn {
  width: fit-content;
  padding: 8px 20px;
  text-align: center;
  background: linear-gradient(180deg, var(--btn-color1) 0%, var(--btn-color2) 100%);
  border-radius: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: --btn-color1 0.3s ease-in-out, --btn-color2 0.3s ease-in-out;
}
.flip-swiper .flip-card-back .flip-btn .chevron-right {
  width: 0;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.flip-swiper .flip-card-back .flip-btn a {
  color: #ffffff;
}
.flip-swiper .flip-card-back .flip-btn:hover {
  --btn-color1: #40944b;
  --btn-color2: #3fad77;
}
.flip-swiper .flip-card-back .flip-btn:hover .chevron-right {
  width: 24px;
  opacity: 1;
}
.flip-swiper .flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-swiper .flip-card.flipped {
  width: 500px !important;
  max-width: unset;
  min-height: 600px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .flip-swiper .flip-card.flipped {
    width: 400px !important;
    min-height: 550px;
  }
}
@media (max-width: 576px) {
  .flip-swiper .flip-card.flipped {
    width: 300px !important;
  }
}
.flip-swiper .flip-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transform: scale(0.9);
}
.flip-swiper .flip-swiper-btn:hover {
  transform: scale(1.05);
}
.flip-swiper .flip-swiper-btn.prev-btn,
.flip-swiper .flip-swiper-btn.next-btn {
  left: auto;
}
.flip-swiper .flip-swiper-btn.prev-btn {
  background-image: url("../../chi/images/ic_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}
.flip-swiper .flip-swiper-btn.next-btn {
  background-image: url("../../chi/images/ic_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}
.flip-swiper .issuer-container {
  display: flex;
  flex-direction: column;
}
.flip-swiper .issuer-container .issuer {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}
@media (max-width: 768px) {
  .flip-swiper .issuer-container .issuer {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.flip-swiper .issuer-container .issuer .issuer-img {
  height: 100px;
  width: 45%;
  padding: 5px 0;
  align-content: center;
  position: relative;
}
.flip-swiper .issuer-container .issuer .issuer-img p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 10px 0 30px;
  text-align: center;
  line-height: 22px;
}
.flip-swiper .issuer-container .issuer .issuer-img::before {
  content: "";
  position: absolute;
  top: 23%;
  left: 40%;
  transform: translateX(-50%) scaleY(1.8) scaleX(1.25);
  transform-origin: top center;
  width: 100%;
  height: 50%;
  background-image: url(../../chi/images/bank_name.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .flip-swiper .issuer-container .issuer .issuer-img {
    width: 100%;
  }
  .flip-swiper .issuer-container .issuer .issuer-img::before {
    left: -20px;
    transform: unset;
    width: 95%;
    background-size: 120% 100%;
  }
}
@media (max-width: 576px) {
  .flip-swiper .issuer-container .issuer .issuer-img {
    padding: 0;
  }
  .flip-swiper .issuer-container .issuer .issuer-img p {
    padding: 0 40px 0 40px;
  }
  .flip-swiper .issuer-container .issuer .issuer-img::before {
    left: -20px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .flip-swiper .issuer-container .issuer .issuer-img span {
    white-space: pre;
  }
}
.flip-swiper .issuer-container .issuer .issuer-text {
  width: 45%;
  align-content: center;
}
@media (max-width: 768px) {
  .flip-swiper .issuer-container .issuer .issuer-text {
    width: 100%;
  }
}
.flip-swiper .issuer-container .issuer .issuer-text ul {
  padding-left: 20px;
}
.flip-swiper .currency-container {
  display: flex;
  gap: 20px;
  margin: 10px 0 20px;
}
@media (max-width: 576px) {
  .flip-swiper .currency-container {
    margin: 5px 0;
    gap: 10px;
    justify-content: space-around;
  }
}
.flip-swiper .currency-container .currency-img {
  width: 60px;
}/*# sourceMappingURL=reward.min.css.map */