<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ====== campign ======== */
.sc-campaign {
  padding: 24px 0 0;
}

.sc-campaign .sc-inner {
  padding: 0;
}

.sc-campaign p {
  margin-bottom: 0;
}

.sc-campaign .box-campaign {
  padding: 8px;
  border-radius: 8px;
  background: #F4FEF8;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.icw .text-darkgreen {
  color: #006530 !important;
}

.icw .content#head {
  padding-top: 16px !important;
}

.icw .head-wealth {
  color: #333;
  font-family: kurious-looped;
  font-size: 42px;
  font-weight: 600;
  line-height: 63px;
  /* margin-bottom: 16px; */
}

.icw .head-second2 {
    margin-left: 0 !important;
}

@media screen and (min-width:768px) {
  .sc-campaign {
      padding: 24px 0 0;
  }
}

/*================ default ==================*/
:root {
  --cr-light: #fffFFF;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00A94F;
  --cr-green2: #007938;
  --cr-border: #E7E7E7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #B91213;
  --tsition: .3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap, .nw {
  white-space: nowrap !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.icw .text-light {
  color: var(--cr-light) !important;
}

.icw .text-black {
  color: var(--cr-black) !important;
}

.icw .text-dark {
  color: var(--cr-dark) !important;
}

.icw .text-green {
  color: var(--cr-green) !important;
}

.icw .text-gray {
  color: var(--cr-gray) !important;
}

.icw .text-lightgray {
  color: var(--cr-lightgray) !important;
}

.icw .text-red {
  color: var(--cr-red) !important;
}

.icw .text-warning {
  color: var(--cr-warning) !important;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: 'kurious-looped';
  z-index: inherit;
}

.icw .main strong {
  font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
  margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
  font-family: 'kurious-looped';
  margin: 0;
}

.icw h1,
.icw .h1 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}

.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}

.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}

.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}

.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}

.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.2em;
}

.icw p {
  font-family: 'kurious-looped';
  font-size: 16px;
}

.icw p strong {
  font-weight: 600;
}

/* .icw p.desc {font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin: 0;}
.icw p.desc strong{font-weight: 600;} */

.icw .caption {
  font-family: 'kurious-looped';
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
background: #F4FEF8;
padding: 8px;
border-radius: 8px;
width: fit-content;
margin-left: auto;
}

.icw .caption strong {
  font-weight: 600;
}

.icw a.link {
  font-family: 'kurious-looped';
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.icw ul {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 200px) {

  .icw h1,
  .icw .h1 {
      font-size: 28px;
      font-weight: 600;
  }

  .icw h2,
  .icw .h2 {
      font-size: 24px;
  }

  .icw h3,
  .icw .h3 {
      font-size: 20px;
  }

  .icw h4,
  .icw .h4 {
      font-size: 18px;
  }

  .icw h5,
  .icw .h5 {
      font-size: 16px;
  }

  .icw h6,
  .icw .h6 {
      font-size: 16px;
  }
}

@media screen and (min-width: 768px) {

  .icw h1,
  .icw .h1 {
      font-size: 42px;
  }

  .icw h2,
  .icw .h2 {
      font-size: 33px;
  }

  .icw h3,
  .icw .h3 {
      font-size: 26px;
  }

  .icw h4,
  .icw .h4 {
      font-size: 20px;
  }

  .icw h5,
  .icw .h5 {
      font-size: 18px;
  }

  .icw h6,
  .icw .h6 {
      font-size: 16px;
  }
}


/* Global */
.icw {
  font-family: kurious-looped !important;
}

.icw b,
.icw strong {
  font-weight: 600 !important;
}

.icw .btn {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.color-333 {
  color: #333333 !important;
}

.c-gray75 {
  color: #757575 !important;
}

.c-gray {
  color: #666 !important;
}

.a-left {
  text-align: left !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.register-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.semi-bold {
  font-weight: 600 !important;
}

.weight-400 {
  font-weight: 500 !important;
}

td .f-13 {
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
}

.hl-green {
  color: #34A950 !important;
  font-weight: 600 !important;
}

.hl-bold-green {
  color: #34A950 !important;
  font-weight: 600 !important;
}

.icw .hl-table-green {
  background-color: #00A94F;
  color: #FFFFFF !important;
  font-size: 13px;
  font-family: kurious-looped;
  padding: 8px 16px !important;
  font-weight: 600;
}

.icw .hl-table-green.hl-table-green2 {
  color: #FFF;
  text-align: center;
  font-family: kurious-looped;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  white-space: nowrap;
  /* 150% */
}

.hl2-table-green {
  background-color: #E7F5ED;
  color: #2A903A;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .main {
      padding-top: unset !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
      display: none !important;
  }
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}
/* End Global */

.w-850 {
  max-width: 850px;
  margin: auto !important;
  margin-top: 24px !important;
}

ul.w-850 {
  padding-left: 20px !important;
}

.w-850 li {
  color: #666 !important;
}

.one-column .column-main {
  padding: 20px 0 0;
}

.dca .headline .heading {
  font-size: 24px !important;
}

.dca .accordion-group {
  margin-top: 24px;
}

.dca .art-banner {
  margin-top: 0;
}

.text-wrap-bottom {
  padding-bottom: 5px !important;
}

.accordion-faq {
  border-top: 0;
}

.entrycontent ul,
.entrycontent ol {
  margin-bottom: 0 !important;
}

.text-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.period-des {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.rectang {
  width: 200px !important;
  height: 40px !important;
  border-radius: 20px !important;
  background-color: #00a950;
}

.none {
  list-style: none !important;
}

.margin {
  margin-left: 0px !important;
}

.source {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: #999999 !important;
  margin-top: 10px !important;
}

.main-detail .note {
  font-size: 16px !important;
  margin-top: 30px !important;
  margin-bottom: 8px !important;
}

.icw .head-wealth {
  color: #333;
  font-family: kurious-looped;
  font-size: 42px;
  font-weight: 600;
  line-height: 63px;
  /* margin-bottom: 16px; */
}

.icw .mb-24 {
  margin-bottom: 24px;
}

.icw .mt-40 {
  margin-top: 40px;
}
.icw .mt-8 {
  margin-top: 8px;
}

.icw .mb-8 {
  margin-bottom: 8px;
}

.icw .content {
  padding: 64px 0;
  /* background: #F0FAF7; */
}

.icw .head-second {
  color: #333;
  font-family: kurious-looped;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 16px !important;
}

.icw .head-second2 {
  margin-left: 0 !important;
}

.icw #head .f-16 {
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.icw .head-26 {
  color: #111 !important;
  text-align: center;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
}

ul.list-center li {
  /* list-style-position: inside; */
  margin: auto;
  /* text-align: center; */
}

.icw ul.list-center {
  justify-content: center;
  width: fit-content;
  margin: auto !important;
  margin-bottom: 32px !important;
  padding-left: 20px;
}

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

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

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

.w100 {
  max-width: initial !important;
  width: 100% !important;
}

.c-green {
  color: #00A94F !important;
}

.bg-tb-green {
  background: #EBF7F5 !important;
  color: #2B988C !important;
}

.bg-tb-gray {
  background: #F4F4F4 !important;
}

.icw .accordion td i {
  font-size: 26px;
  color: #2B988C;
}


.icw .date {
  color: #666;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.icw .date2 {
  margin-bottom: 40px;
}

.text-title {
  color: #333;
  text-align: center;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.icw .head-second strong {
  font-family: kurious-looped;
  font-weight: 600;
}

.c-666 {
  color: #666 !important;
}

.graph {
  font-size: 22px !important;
  /* font-family: Kanit !important; */
  line-height: normal !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.test {
  margin-top: 40px !important;
  font-size: 22px !important;
  margin-bottom: 20px !important;
}

.warning {
  margin-top: 30px !important;
  margin-bottom: 8px !important;
}

.margin-footer {
  margin-bottom: 45px !important;
}

a.btn.btn-radius-wealth {
  width: 100%;
  min-width: 220px;
  height: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  line-height: 48px;
  padding: 0;
  background-color: #00a94f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px !important;
  /* margin: auto;
  margin-top: 25px; */
  /* padding-top: 11px; */
}

a.btn.btn-radius-wealth:hover {
  background-color: #0BC160;
}

a.btn.btn-radius-wealth img {
  position: relative;
  top: -1px;
}

a.btn.btn2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px !important;
}

.circle {
  border-radius: 50%;
  background: white;
  margin-left: 10px;
  width: 30px;
  color: #00a950;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  position: relative;
}

.circle:after {
  content: '';
  border-bottom: 2px solid #00a950;
  border-right: 2px solid #00a950;
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  position: absolute;
  top: 10px;
  left: 9px;
}

.point-table {
  width: 90% !important;
  margin: 0 auto !important;
  /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important; */
  border-radius: 10px;
  min-width: 700px;
  border-collapse: collapse;
}
.icw .point-table  ul,
.icw .point-table li {
list-style: disc;
text-align: left;
margin-left: 0px;
line-height: 20px;
}
.icw .point-table  ul{
margin-left: 16px;

}
.tab{
  overflow: auto;
  margin-right: 24px;
}
.table2 {
  overflow: auto;
  padding: 1px;
}

@media (max-width: 768px) {
  .table2 {
    padding-bottom: 24px;
    overflow-x: scroll;
  }

  /* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
  /** {
    scrollbar-width: thin;
    scrollbar-color: #00A94F #D9D9D9;
  }*/

  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
    display: block;
    height: 3px;
    width: 3px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #D9D9D9;
  }

  *::-webkit-scrollbar-track:hover {
    background-color: #D9D9D9;
  }

  *::-webkit-scrollbar-track:active {
    background-color: #D9D9D9;
  }

  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #00A94F;
  }

  *::-webkit-scrollbar-thumb:hover {
    background-color: #00A94F;
  }

  *::-webkit-scrollbar-thumb:active {
    background-color: #00A94F;
  }

}
.table2 .point-table {
  min-width: auto;
  margin-bottom: 0 !important;
  border-radius: 8px;
  overflow: hidden !important;
  box-shadow: 0 1px 3px #0000001A;
}

.tb-period {
  margin: auto;
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 850px !important;
  width: 100% !important;
  background: #fff;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important
}

.tb-period th,
.tb-period td {
  text-align: center;
  border: 1px solid #E8E8E8;
  padding: 24px;
  vertical-align: middle;
}

.tb-period td {
  padding: 16px 24px;
  color: #666;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tb-period th {
  color: #FFF;
  background: #0A6A60;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.bg-lightgreen {
  color: #FFF !important;
  background: #2EA998;
  font-weight: 500;
}

/* .point-table th:first-child {
  border-radius: 10px 0 0 0;
  padding: 5px;
  border-right: solid 1px #E8E8E8;
}

.point-table th:last-child {
  border-radius: 0 10px 0 0;
  padding: 5px;
} */

.point-table th {
  /* border-radius: 10px 10px 0 0; */
  padding: 5px;
}

.table2 .point-table{
  overflow: auto;
}

.point-table td {
  font-size: 13px;
  border: solid 1px #E8E8E8;
}

.point-table tr.w-td td:nth-child(2) {
  text-align: center;
}
.point-table tr td:nth-child(2) {
  text-align: left;
}

.sc-product .point-table td {
  font-size: 16px;
  border: solid 1px #E8E8E8;
}

.point-table tbody tr:nth-child(odd) {
  background: #F5FBFA;
}
.point-table tbody tr:nth-child(even){
  background: #FFF;
}
.point-table:last-child td {
  border-bottom: 0;
}

.point-table td:first-child {
  border-left: 0;
}

.sc-product .point-table tbody td:first-child {
  color: #00A94F;
  text-align: center;
  font-family: 'kurious-looped';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-decoration-line: underline;
}

.sc-product .point-table tbody td.none:first-child {
  text-decoration: none;
}

.point-table td:last-child {
  border-right: 0;
}

.table2 .point-table td.bg-img {
  background-image: url(../img/dca/kpoint-bg-table-desktop.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.point-table th,
.point-table td {
  text-align: center;
  line-height: 20px;
}

.sc-product .point-table td.c-left {
  text-align: left;
  line-height: 20px;
}

.btn-tel img {
  margin-right: 5px;
}

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

.btn-tel {
  display: none;
}

.point-table td:first-child {
  width: 22%;
  white-space: nowrap;
}

.compn-overflow-scroll-wrapper {
  display: none !important;
}


.icw .head-20 {
  color: #111;
  text-align: center;
  font-family: kurious-looped;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.icw .f-16 {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.5;
}
.icw .f-13 {
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.5;
}
.box-risk {
  min-height: 56px;
  margin-bottom: 8px;
}

@media only screen and (max-width:767px) {

  .box-risk {
      min-height: unset;
  }
  .icw .head-20 {
      font-size: 18px;
  }

  .compn-overflow-scroll-wrapper {
      display: block !important;
  }
  .point-table .w-td td:first-child {
      border-top-left-radius: 8px;
  }
  .point-table .w-td td:last-child {
      border-top-right-radius: 8px;
  }

  .point-table td:first-child {
      width: 15%;
  }


  .point-table .w-td td {
      background: #009A48 !important;
  }

.table2 .point-table {
  overflow: auto !important;
}


.point-table thead tr th:first-child {
  overflow: hidden;
  border-top-left-radius: 8px;
  width:100px;
}
.point-table thead tr th:last-child {
  overflow: hidden;
  border-right: 0;
  border-top-right-radius: 8px;
}
.point-table thead tr th{
  background: #00A94F !important;
}
.point-table tbody tr td{
  background: #fff !important;
}
  td:first-child,th:first-child {
      position: sticky;
      left: 0;
      z-index: 2;
  }
  .dca .accordion-group {
      margin-top: 16px;
  }

  td .f-13 {
      font-family: kurious-looped;
      font-size: 10px;
      font-weight: 500;
      line-height: 20px;
  }

  .tb-period th,
  .tb-period td {
      font-size: 13px;
      padding: 16px;
  }


  .icw .hl-table-green {
      padding: 8px 16px !important;
  }

  .btn-tel {
      border-radius: 8px;
      background: #00A94F;
      display: inline-flex;
      padding: 8px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      color: #FFF !important;
      text-align: center;
      font-family: kurious-looped;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      margin: 16px 0;
      transition: .3s ease-in-out;
      width: 100%;
  }

  .hl-table-green {
      font-size: 13px;
  }

  .source {
      font-size: 12px !important;
  }

  .icw .head-wealth {
      font-size: 28px;
      /* margin-bottom: 8px; */
      line-height: 42px;
  }

  .icw .head-second {
      font-size: 16px;
      margin-bottom: 8px !important;
      line-height: 27px;
  }

  .icw .head-second2 {
      font-size: 28px;
      line-height: 42px;
  }

  .icw .head-26 {
      font-size: 20px;
      line-height: 30px;
  }

  .icw .head-second strong {
      margin-bottom: 8px;
      font-size: 16px;
  }

  .icw .content {
      padding: 48px 0;
  }

  .icw .date {
      margin-bottom: 32px;
  }


  .icw .date2 {
      margin-bottom: 48px;
  }

  .text-title {
      font-size: 16px;
      line-height: 24px;
  }

  .graph {
      font-size: 18px !important;
  }

  .compn-overflow {
      overflow: hidden;
  }

  .icw ul.list-center {
      margin-bottom: 16px !important;
  }
}

@media only screen and (min-width:376px) {
  .visible-w375 {
      display: none;
  }
}

@media only screen and (min-width:768px) {
  .visible-w767 {
      display: none;
  }

  .source {
      font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .table2 .point-table td.bg-img {
      background-image: url(../img/dca/kpoint-bg-table-mobile.png);
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: contain;
  }

  .one-column .column-main {
      padding-top: 0 !important;
  }

  .point-table {
      width: 100% !important;
  }

  .entrycontent a.btn-tel {
      border-radius: 20px;
      border: 1px solid #00a94f;
      width: auto;
      line-height: 1;
      display: inline-block;
      max-width: inherit;
      text-align: center;
      padding: 7px 15px 6px;
      margin-top: 5px;
      margin-bottom: 5px;
      text-decoration: none;
  }
}

.text-bottom p {
  color: #666;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 32px 0 64px;
}

.content-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  /* margin-bottom: 40px; */
  /* margin-top: 32px; */
  width: 100%;
}

.link.back {
  text-decoration: none;
}

.back:before {
  font-family: 'icokbank';
  content: "\e909";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  font-size: 10px;
  transform: rotate(180deg);
  font-weight: 600;
}

.scan .mfp-content {
  padding: 48px 48px 0;
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  z-index: 10058;
}

.scan .mfp-content .mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 20;
  opacity: 1;
}

.scan {
  z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.img-phone {
  position: relative;
}

.scan-phone {
  max-width: 340px;
  width: 100%;
  margin: auto;
  display: block;
}


.qrcode {
  position: absolute;
  width: 100%;
  top: 23%;
  left: 21px;
  margin: auto;
}

.qrcode img {
  position: absolute;
  max-width: 147px;
  width: 100%;
}

.qrcode2 {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 18px;
  margin: auto;
}

.qrcode2 img {
  position: absolute;
  max-width: 147px;
  width: 100%;
}

.scan-content {
  display: flex;
  /* gap: 172px; */
  justify-content: space-between;
  align-items: center;
}

.scan-content .title {
  color: #333;
  font-family: kurious-looped;
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 16px;
  margin-top: 0;
}

.scan-content .sub-title {
  color: #333;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin-top: 0;
}

.c-green {
  color: #00A94F !important;
}

.kplus-ic {
  position: relative;
  /* top: 14px; */
  margin-left: 8px;
}

.sc-product {
  border-radius: 8px;
  padding: 64px 0;
  padding-top: 0;
  background: transparent;
  /* background: #fafafa; */
}

.sc-product .title {
  color: #333;
  text-align: center;
  font-family: kurious-looped;
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 32px;
}

.icw .box-item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  padding: 24px;
  font-family: kurious-looped;
  gap: 8px;
}
.icw .box-item .bottom-box {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.icw .box-item .bottom-box .box-risk {
  flex: 1 1 0;
}

.icw .box-item .fund {
  color: #33BA72;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.icw .box-item .fundName {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

.icw .box-item .fundSubname {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 4px;
}

.icw .box-item .fundDesc {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.icw .box-item .risk {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 12px;
  background: #40525D;
  width: fit-content;
  padding: 2px 8px;
  margin-bottom: 8px;
}

.icw .box-item .risk2 {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 12px;
  background: #316360;
  width: fit-content;
  padding: 2px 8px;
  margin-bottom: 8px;
}

.card-fund {
  position: relative;
  overflow: visible;
}

.icw .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: 24px;
}

.icw .swiper-pagination-bullet {
  border-radius: 100%;
  opacity: 1;
  border: 1px solid #DDD;
  background: #FFF;
  transition: .3s ease-in-out;
}

.icw .swiper-pagination-bullet-active {
  border-radius: 50px;
  background: #00A94F;
  width: 24px;
  height: 8px;
  border: 0;
}

.icw .card-fund,
.icw .accordion-group {
  overflow: initial !important;
}

/* swiper arrow */
.swiper .swiper-button-lock {
  display: none !important;
}
.howto-mb-1 .swiper-button-next,
.howto-mb-1 .swiper-button-prev {
  opacity: 0;
}

.howto-mb-3 .swiper-button-next,
.howto-mb-3 .swiper-button-prev,
.howto-mb2-1 .swiper-button-next,
.howto-mb2-1 .swiper-button-prev,
.howto-mb2-3 .swiper-button-next,
.howto-mb2-3 .swiper-button-prev {
  transition: all .3s linear;
  opacity: 0;
}

.howto-mb-3:hover .swiper-button-next,
.howto-mb-3:hover .swiper-button-prev, 
.howto-mb2-1:hover .swiper-button-next,
.howto-mb2-1:hover .swiper-button-prev, 
.howto-mb2-3:hover .swiper-button-next,
.howto-mb2-3:hover .swiper-button-prev{
  opacity: 1;
}

.howto-mb-3:hover .swiper-button-prev.swiper-button-disabled,
.howto-mb-3:hover .swiper-button-next.swiper-button-disabled,
.howto-mb2-1:hover .swiper-button-prev.swiper-button-disabled,
.howto-mb2-1:hover .swiper-button-next.swiper-button-disabled,
.howto-mb2-3:hover .swiper-button-prev.swiper-button-disabled,
.howto-mb2-3:hover .swiper-button-next.swiper-button-disabled {
  opacity: .35;
}

.howto-mb2-1 .swiper-button-prev,
.howto-mb2-3 .swiper-button-prev {
  left: 30%;
}

.howto-mb2-1 .swiper-button-next,
.howto-mb2-3 .swiper-button-next {
  right: 30%;
}


.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  top: 42%;
  display: flex;
  transition: .3s ease-in-out;
}

.swiper-button-next {
  right: -100px;
}

.swiper-button-prev {
  left: -100px;
}

.swiper-button-next {
  right: 8px;
}

.swiper-button-prev {
  left: 8px;
}

/* end swiper arrow */

#kpoint {
  /* background: #fafafa; */
  /* padding: 64px 0; */
}

.sc-kpoint {
  border-radius: 8px;
  background: url(../../../../SiteCollectionDocuments/promotion/wealthpluskpoint-accum-pattern/img/bg-kpoint-desktop.png), linear-gradient(100deg, #66CAAE 0%, #0A6A60 48.05%, #40525D 100%);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  padding: 40px;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.sc-kpoint .title {
  font-family: kurious-looped;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
}

.sc-kpoint .title strong {
  font-family: kurious-looped;
  font-weight: 600;
}

.sc-kpoint .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px;
}

.icw .sc-kpoint .desc .link,
.icw.sc-kpoint .desc .link:hover {
  color: #00FF01 !important;
}

.card-kpoint {
  max-width: 880px;
}

.point-table td {
  padding: 8px 16px !important;
  color: #666;
  vertical-align: middle;
}



@media screen and (max-width:991px) {
  .scan .mfp-content {
      padding: 48px 16px 0;
  }

  /* .swiper-button-next,
  .swiper-button-prev {
      display: none;
  } */

  .open-popup-gallery {
      pointer-events: none !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
      display: none !important;
  }
}

@media screen and (max-width:767px) {
  /* .point-table td {
      padding: 8px 16px !important;
  } */

  .text-bottom p {
      margin: 24px 0 32px;
  }

  .content-btn {
      flex-direction: column;
      /* gap: 20px; */
      /* margin-top: 4px; */
  }

  .qrcode {
      top: 22%;
      left: 6%;
  }

  .ic-slide:before{
      font-size: 32px;
      color: #00A94F;
  }

  .sc-product {
      border-radius: 0px;
      padding: 48px 0;
      /* margin: 0 -15px; */
  }

  .sc-product.product2 {
      padding: 48px 15px;
  }

  .icw .sc-product .accordion:not(:last-child) {
      margin-bottom: 32px;
  }

  .sc-product .title {
      font-size: 24px;
      padding-left: 16px;
      padding-right: 16px;
      line-height: 36px;
      margin-bottom: 24px;
  }

  .card-fund {
      padding: 0 16px;
  }

  .icw .box-item {
      padding: 24px 16px;
      max-width: 300px;
  }

  .icw .kpoint-item {
      max-width: 220px;
  }

  .sc-kpoint {
      border-radius: 0px;
      padding: 48px 0 102px;
      margin: 0 -15px;
      background: url(../img/bg-kpoint-mobile.png), linear-gradient(142deg, #66CAAE -15.03%, #0A6A60 52.45%);
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: contain;
  }

  .sc-kpoint .title {
      font-family: kurious-looped;
      font-size: 18px;
      line-height: 27px;
      padding: 0 16px;
  }

  .point-table td {
      font-size: 13px;
  }
}

.nw {
  white-space: nowrap !important;
}

.point-table {
  width: 100% !important;
  margin-bottom: 20px !important;
  border-radius: 10px;
  overflow: hidden;
}

/* accordion */
.icw .accordion {
  max-width: 850px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10) !important;
  margin: 1px;
}

.icw .accordion .accordion-title {
  color: #333 !important;
  background: #FFF;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px;
  padding-right: 48px;
  border: 0;
}

.icw .accordion:not(:last-child) {
  margin-bottom: 16px;
}

.icw .accordion .accordion-title.active {
  color: #FFF !important;
  background: #00A94F;
}

.icw .accordion .accordion-content {
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 24px;
}

@media (max-width: 1024px) {
  .icw .accordion .accordion-content {
    padding: 16px;
  }

  .icw .accordion .accordion-content .content-wrapper {
    padding: 0;
  }
}

.icw .accordion .accordion-content .wrap {
  padding: 16px;
  background: #fff;
}

.icw .accordion-title.active:after {
  font-family: 'iconavigation' !important;
  content: "\e907";
  color: #fff;
  font-size: 16px;
  right: 24px;
}

.icw .accordion-title:after {
  font-family: 'iconavigation' !important;
  content: "\e906";
  color: #00A94F;
  font-size: 16px;
  right: 24px;
}

.icw .accordion i {
  font-size: 32px;
  color: #00A94F;
  position: relative;
  top: 2px;
  /* margin-right: 4px; */
}

.text-scroll {
  display: block;
}

@media screen and (min-width:767px) {
  .icw .accordion .accordion-title {
      font-size: 18px;
      line-height: 27px;
      padding: 16px 24px;
      padding-right: 56px;
  }

  .icw .accordion .accordion-content .wrap {
      padding: 16px 24px;
  }

  /* .icw .accordion:not(:last-child) {
      margin-bottom: 40px;
  } */

  .icw .accordion {
      margin: auto;
  }

  .text-scroll {
      display: none;
  }
}

/* end accordion */

/* ###### component overflow ###### */
.compn-overflow .compn-overflow-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;
  scrollbar-width: none;

  /* margin: 0 -25px; */
}
.compn-overflow .compn-overflow-wrapper.scroll-disabled{
  overflow: hidden;
}

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
  display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
  min-width: 1140px;
}

.compn-overflow .compn-overflow-scroll-wrapper {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: relative;

  /* margin-bottom: 15px; */

  background: #F1F1F1;

  display: block;

  overflow: hidden;
}

.icw .text-scroll {
  text-align: center;
  margin-bottom: 10px;
}

.icw .text-scroll img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -4px;
  display: inline;
}

.icw .text-scroll p {
  display: inline;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
  width: 10%;
  height: 3px;
  border-radius: 3px;
  position: absolute;

  background: #00A950;
}

.icw .compn-overflow .compn-overflow-wrapper .compn {
  min-width: 1000px;
  /* min-width: 800px; */
  /* padding: 0 1px; */
  margin-top: 0;
  border: solid 1px rgb(232, 232, 232, 0.4);
  border-radius: 8px;
}
.icw .compn-overflow .compn-overflow-wrapper.scroll-disabled .compn{
  overflow-x:scroll;
}

.compn-overflow-scroll-wrapper {
  margin-top: 16px;
}

.title-table {
  font-size: 16px;
  text-align: center;
  margin-top: 25px !important;
}

/* .w-td td:nth-child(1) {
  width: 15%;
}

.w-td td:nth-child(2) {
  width: 74%;
}

.w-td td:nth-child(3) {
  width: 11%;
} */

.main-detail .link {
  color: #00A950 !important;
  text-decoration: underline !important;
  font-size: 16px !important;
}

.main-detail .link:hover {
  color: #00873F !important;
}

.main-detail .link-m {
  color: #00A950 !important;
  text-decoration: underline !important;
  font-size: 16px !important;
}

.main-detail .link-m:before {
  content: "\e900";
  font-family: 'iconavigation' !important;
  display: inline-block;
  margin-right: 8px;
  transform: rotate(180deg);
  font-size: 10px;
  position: relative;
  top: -2px;
}

.main-detail .link-m:hover {
  color: #00873F !important;
}

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

.icw .accordion-title span {
  font-size: 18px;
  font-family: kurious-looped;
}

.text-sub {
  color: #FFF;
  text-align: center;
  font-family: kurious-looped;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  /* bottom: 40px; */
  left: 13px;
}

.text-sub {
  color: #FFF;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  display: block;
  text-align: center;
  width: 90%;
}

@media screen and (max-width:767px) {
  /* .w-td td:nth-child(1) {
      width: 23%;
  }

  .w-td td:nth-child(2) {
      width: 60%;
  }

  .w-td td:nth-child(3) {
      width: 17%;
  } */

  .mb-30-w767-only {
      margin-bottom: 30px !important;
  }

  .article {
      padding-bottom: 40px;
  }

  .icw .accordion-title span {
      font-size: 16px;
      font-family: kurious-looped;
  }
}

@media screen and (min-width: 1170px) {
  .compn-overflow .compn-overflow-scroll-wrapper {
      display: none;
  }
}



@media screen and (min-width: 768px) {
  .icw .compn-overflow .compn-overflow-wrapper .compn {
      min-width: unset;
  }
  
}

/* ###### end component overflow ###### */

.social-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
  flex-direction: column;
  border-top: 1px solid #DBDBDB;
  /* margin: 0 16px 48px; */
  /* margin-bottom: 48px; */
}

.social-tag .alltag {
  display: block;
}

.social-tag .tag {
  border-radius: 20px;
  border: 1px solid #CCEEDC;
  background: #FFF;
  padding: 2px 12px;

  color: #33BA72;
  text-align: center;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  margin-bottom: 8px;
}

.social-tag .tag:hover {
  border: 1px solid #00A94F;
  color: #00A94F;
}

.social-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-share i {
  color: #666;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.text-share span {
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #E6E6E6;
}

.share-item i {
  color: #FFF !important;
  font-size: 16px;
}

.share-item {
  border-radius: 100px;
  background: #00A94F;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.share-item:hover {
  background: #0BC160;
}

.share-item:last-child {
  margin-right: 0;
}

@media screen and (min-width:767px) {
  .social-tag {
      flex-direction: row;
      margin-bottom: 64px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 8px;
  }
}

/* breadcrumbs */
.breadcrumbs {
  padding: 16px 0;
  color: #666;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumbs .d-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

.breadcrumbs i {
  /* font-size: 10px; */
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.breadcrumbs a+i {
  font-size: 8px;
  margin-right: 0;
  top: 0;
}

.breadcrumbs a:hover {
  color: #333;
}

.current-page {
  color: #00A94F;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 600;
}

/* end breadcrumbs */

.text-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.text-flex .h3:first-child {
  margin-right: 32px;
  padding-right: 32px;
  border-right: 1px solid #ccc;
}

.icw .f-13 {
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}


.wrap .f-13 {
  margin-bottom: 0;
  margin-top: 16px;
}

.icw .tb-darkgreen {
  background-color: #009A48;
}

.icw .point-table .br-green {
  border-right: solid 1px #2B988C !important;
}


.box-white {
  background: #fff;
  border-radius: 8px;
  padding: 64px;
  position: relative;
  overflow: hidden;
}

.box-white .h3 {
  margin-bottom: 16px;
}

.box-white p,
.box-white .content-btn {
  z-index: 2;
  position: relative;
}

.box-white img {
  z-index: 1;
  position: absolute;
}

.box-white .content-inner {
  width: 60%;
}

.box-white .img-left {
  bottom: 80px;
  left: 0;
  max-width: 600px;
  width: 100%;
}

.box-white .img-right {
  bottom: 0;
  right: 0;
  max-width: 588px;
  width: 100%;
}

.img-mb {
  display: none;
}

.icw .img-icon {
  position: absolute;
  max-width: 272px;
  width: 100%;
  right: 0;
  bottom: 121px;
}

@media screen and (max-width:991px) {

  .icw .img-icon {
      max-width: 133px;
      bottom: -37px;
  }

  .box-white .content-inner {
      /* padding: 0 16px; */
      width: 100%;
      background: url(../img/bg-wealth-mb-2.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom;
      padding: 32px 16px;
  }

  .box-white {
      padding: 0;
  }

  .box-white .h3 {
      margin-bottom: 8px;
  }

  .box-white .img-left,
  .box-white .img-right {
      display: none;
  }

  .box-white .img-mb {
      display: block;
      position: relative;
      width: 100%;
  }

  .box-white .content-btn {
      /* position: absolute;
      bottom: 32px; */
      width: 100%;
      /* left: 0;
      padding: 0 16px; */
      justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .text-flex {
      margin-bottom: 16px;
      flex-direction: column;
  }

  .text-flex .h3:first-child {
      margin-right: 0;
      padding-right: 0;
      border-right: 0;
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #ccc;
      width: 100%;
  }

}



/* #######################content-2############################# */
.content-2 {
  padding: 64px 0;
  /* padding-bottom: 0; */
}

.box-content {
  display: flex;
  gap: 16px;
  /* margin-top: -16px; */
  margin-bottom: 24px;
}

.box-fund {
  border-radius: 8px;
  padding: 24px;
  color: #FFF;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  padding-right: 0;
  gap: 8px;
}

.img-fund {
  /* max-width: 161px !important; */
  max-width: 128px !important;
  width: 100%;
  position: relative;
  /* bottom: -24px; */
  bottom: -64px;
  height: fit-content;
}

.icw p.title-fund {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 8px !important;
}

.box-fund:first-child {
  background: #33424A;
  width: 50%;
}

.box-fund:last-child {
  background: #08554D;
  width: 50%;
}

.des-fund {
  min-height: 72px;
}

.icw p.des-fund {
  line-height: 24px;
}

.icw .accordion td i {
  font-size: 26px;
  color: #2B988C;
}

.cards-fund {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 24px;
  margin-top: 24px;
  /* margin-bottom: 40px; */
}

.fw-600 {
  font-weight: 600 !important;
}

#btn-more {
  display: none;
}

#btn-more.active {
  display: inline-block;
}

.icw .link-tel {
  pointer-events: none;
}

.icw .link-tel i {
  display: none;
}

.icw .detail ul li {
  list-style-type: disc;

  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px
}

.icw .detail ul {
  margin-left: 1.3em;
}

.txt-note {
  color: #333;
  font-family: kurious-looped;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

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

.howto {
  background: #F0FAF7;
  padding: 64px 0;
}

.section-faq {
  padding-top: 64px;
}

.box-btn {
  margin-top: 32px;
}

@media screen and (max-width:991px) {
  .cards-fund {
      grid-template-columns: 48% 48%;
      margin-top: 24px;
      /* margin-bottom: 32px; */
  }


  .box-content {
      margin-top: 32px;
      flex-direction: column;
      margin-bottom: 32px;
  }

  .box-fund:first-child,
  .box-fund:last-child {
      width: 100%;
  }
  .des-fund {
      min-height: unset;
  }


  .img-fund {
      bottom: -24px;
  }
}

@media screen and (max-width:767px) {
  .cards-fund{
      /* margin-bottom: 0; */
  }
  body.noscroll {
      overflow: hidden;
  }

  .section-faq {
      padding-top: 48px;
  }

  .howto {
      padding: 48px 0 16px;
  }

  .icw .mb-40 {
      margin-bottom: 32px !important;
  }

  .icw .mb-24 {
      margin-bottom: 16px !important;
  }

  .icw .link-tel {
      pointer-events: all;
  }

  .icw .link-tel span {
      color: #00A94F;
      font-size: 16px;
      font-weight: 500;
      line-height: 32px;
      text-decoration-line: underline;
  }

  .icw .link-tel i {
      color: #00A94F;
      font-size: 16px;
      display: inline-block;
  }

  .cards-fund {
      grid-template-columns: 100%;
      gap: 16px;
  }

  .content-2 {
      padding: 48px 0;
      /* padding-bottom: 0; */
  }

  

  .box-fund {
      padding-right: 24px;
      flex-direction: column-reverse;
      align-items: center;
  }

  .img-fund {
      max-width: 220px !important;
      width: 100%;
      bottom: auto;
  }

  .title-fund {
      font-size: 20px;
      line-height: 30px;
  }
}

/* #######################content-2############################# */



/*============================== tab ===============================*/
.tab-control {
  position: relative;
  height: 32px;
  position: relative;
  margin-bottom: 0px;
}

.tab-control:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -8px;
  right: 0;
  background-color: #DBDBDB;
  border-radius: 50px;
  z-index: 4;
}

.tab {
  position: relative;
  z-index: 3;
  width: 100%;
}

.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 48px;
  background: transparent;
}

.tab-control {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 24px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 0;
  min-width: 0;
  font-family: 'kurious-looped';
  /* transition: .3s ease-in-out; */
}

.tab .control a.active {
  color: #333333;
  font-weight: 600;
  pointer-events: none;
}

.tab .selector {
  height: 3px;
  background-color: #00A94F;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 1px;
  z-index: 0;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.tab.active {
  overflow: visible;
}

.tab.active .control {
  display: block;
  flex-wrap: inherit;
  width: auto;
  /* margin-left: -16px;
  margin-right: -41px; */
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 5px;
  background-color: #f4f4f4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 8px 32px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: #999;
}

.tab.active .control a.active {
  border-color: #00A94F;
  color: #00A94F;
}

.tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: .5s ease-in-out;
  padding-top: 0;
}

.tab-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.bt-head {
  color: #666;

  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 991px) {
  .tab-control {
      margin-top: 32px;
      margin-bottom: 32px;
  }

  .tab .control {
      gap: 16px;
  }

  .bt-head {
      margin-bottom: 32px !important;
  }
}

/* howto */
.howto .nav-info {
  position: relative;
}

.howto .nav-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.howto .nav-info ul&gt;li {
  width: 100%;
  padding: 32px 0;
}

.howto .nav-info ul&gt;li+li {
  border-top: 1px solid #DBDBDB;
}

.howto .nav-mobile-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  position: relative;
  font-weight: 600;
  font-family: kurious-looped;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
}

.howto .nav-mobile-link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #00a94f;
  border-right: 2px solid #00a94f;
}

.howto .nav-mobile-link .icon {
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.howto .nav-mobile-link .icon&gt;img {
  width: 24px;
  height: 24px;
}

.howto .back-mobile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  top: 16px;
  left: 16px;
}

.howto .nav-info-head {
  display: block;
  text-align: center;
}

.howto .nav-info-head .txt {
  font-size: 24px;
  line-height: 1.5em;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
  display: none;
}

.howto .nav-info-head .txt strong {
  font-weight: 700;
}

.howto .nav-info-head .txt.active {
  display: block;
}

.howto .tab-container {
  position: fixed;
  top: 0;
  left: 100%;
  height: calc(100dvh);
  /*max-height: calc(100dvh);*/
  width: 100vw;
  overflow: auto;
  z-index: 10000;
  background: #F0FAF7;
  transition: .3s ease-in-out;
  padding: 72px 16px 16px 16px;
  pointer-events: none;
}

.howto .tab-container.protection-active {
  left: 0;
  pointer-events: visible;
}

.protection-active #navigation-header {
  z-index: 1;
}

.howto .tab-control {
  margin-bottom: 24px;
}

.howto .head-wealth {
  margin-bottom: 0 !important;
}

.icw .btn-control a {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #DDD;
  background: #fff;
}

.icw .btn-control a.active {
  color: #00A94F;
  border: 1px solid #00A94F;
}

.icw .btn-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.box-detail {
  display: none;
  transition: .3s ease-in-out;
}

.box-detail.active {
  display: block;
}

.box-detail ol {
  padding-left: 20px;
  margin-bottom: 24px;
}

.box-detail ol li {
  list-style: decimal;

  color: #666;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tab-content .head-26 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px
}

.howto .tab-content .head-26 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px
}

.c-black {
  color: #333 !important;
}

.f-18 {
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.f-20 {
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.details-container p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #333;
}

@media screen and (min-width:768px) {
  .howto .tab-content {
      margin-bottom: 40px;
  }

  .tab-content:last-child {
      margin-bottom: 0;
  }

  .howto .box-detail ol {
      margin-bottom: 0;
  }

  .f-18 {
      font-size: 18px;
      line-height: 27px;
  }

  .f-20 {
      font-size: 20px;
      line-height: 30px;
  }


  .icw .tab-content .head-26 {
      font-size: 26px;
      line-height: 39px;
  }

  .icw .btn-control {
      flex-direction: row;
      margin-top: 16px;
  }

  .howto .nav-info {
      display: none;
  }

  .howto .head-wealth {
      margin-bottom: 40px !important;
  }


  .howto .nav-mobile-link {
      display: none;
  }

  .howto .back-mobile {
      display: none;
  }

  .howto .nav-info-head {
      display: none;
  }

  .howto .tab-control {
      margin-bottom: 40px;
  }

  .howto .tab-container,
  .howto .tab-container.protection-active {
      left: 0%;
      overflow: visible;
      display: block;
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      background: transparent;
      pointer-events: inherit;
  }

  .howto .tab-content {
      opacity: 1;
      height: 100%;
      overflow: hidden;
      visibility: visible;
  }

  .box-detail {
      border-radius: 0px 0px 8px 8px;
      border-top: 5px solid #00A94F;
      background: #FFF;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
      padding: 48px 32px;
  }

}

/* end howto */
/*============================== tab ===============================*/





/* ######################product########################### */

.sc-product {
  border-radius: 8px;
  padding: 64px 0;
  background: none !important;
}

.sc-product .title {
  color: #333;
  text-align: center;
  font-family: kurious-looped;
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 32px;
}

.icw .box-item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  padding: 24px;
  font-family: kurious-looped;
  display: none;
  position: relative;
}

.icw .box-item.active {
  display: block;
}

.icw .box-item .fund {
  color: #33BA72;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.icw .box-item .fundName {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.icw .box-item .fundSubname {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  /* margin-bottom: 8px;
  margin-top: 4px; */

  /* min-height: 38px; */
}

.icw .box-item .fundDesc {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
  /* height: 48px; */
  height: 192px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.icw .box-item .risk {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 12px;
  background: #40525D;
  width: fit-content;
  padding: 2px 8px;
  /* position: absolute;
  bottom: 24px; */
}

.card-fund {
  position: relative;
  overflow: visible;
}

.icw .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: 24px;
}

.icw .swiper-pagination-bullet {
  border-radius: 100%;
  opacity: 1;
  border: 1px solid #DDD;
  background: #DDD;
  transition: .3s ease-in-out;
}

.icw .swiper-pagination-bullet-active {
  border-radius: 50px;
  background: #00A94F;
  width: 24px;
  height: 8px;
  border: 0;
}

.icw .card-fund,
.icw .accordion-group {
  overflow: hidden;
}

/* swiper arrow */
.swiper .swiper-button-lock {
  display: none !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  transition: all .3s linear;
  opacity: 0;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}

.swiper:hover .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  top: 42%;
  display: flex;
  transition: .3s ease-in-out;
}

.swiper-button-next {
  right: -100px;
}

.swiper-button-prev {
  left: -100px;
}

.swiper-button-next {
  right: 8px;
}

.swiper-button-prev {
  left: 8px;
}

/* end swiper arrow */


.sc-kpoint .title {
  font-family: kurious-looped;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
}

.sc-kpoint .title strong {
  font-family: kurious-looped;
  font-weight: 700;
}

.sc-kpoint .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px;
}

.icw .sc-kpoint .desc .link,
.icw.sc-kpoint .desc .link:hover {
  color: #00FF01 !important;
}

.card-kpoint {
  max-width: 880px;
}

.point-table td {
  padding: 8px 16px !important;
  color: #666;
  vertical-align: middle;
}

@media screen and (max-width:991px) {
  .scan .mfp-content {
      padding: 48px 16px 0;
  }

  /* .swiper-button-next,
  .swiper-button-prev {
      display: none;
  } */

}

@media screen and (max-width:767px) {
  .icw .box-item .fundDesc {
      height: auto;
  }

  .point-table td {
      padding: 8px 16px !important;
  }

  .text-bottom {
      margin: 32px 0 8px;
  }

  .content-btn {
      flex-direction: column;
      /* gap: 20px; */
  }

  .qrcode {
      top: 22%;
      left: 6%;
  }

  .sc-product {
      border-radius: 0px;
      padding: 48px 0;
      /* margin: 0 -15px; */
  }

  .icw .sc-product .accordion:not(:last-child) {
      margin-bottom: 32px;
  }

  .sc-product .title {
      font-size: 24px;
      padding-left: 16px;
      padding-right: 16px;
      line-height: 36px;
      margin-bottom: 24px;
  }

  .card-fund {
      padding: 0 16px;
  }

  .icw .box-item {
      padding: 24px 16px;
      /* max-width: 300px; */
  }

  .icw .kpoint-item {
      max-width: 220px;
  }

  .sc-kpoint {
      border-radius: 0px;
      padding: 48px 0 102px;
      margin: 0 -15px;
      background: url(../img/bg-kpoint-mobile.png), linear-gradient(142deg, #66CAAE -15.03%, #0A6A60 52.45%);
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: contain;
  }

  .sc-kpoint .title {
      font-family: kurious-looped;
      font-size: 18px;
      line-height: 27px;
      padding: 0 16px;
  }

  .point-table td {
      font-size: 13px;
  }
  .tab .control {
      justify-content: start;
      /* margin-left:15px ; */
  }
}

/* ######################product########################### */



/* ######################product2########################### */
.sc-product2 {
  border-radius: 8px;
  padding: 64px 0;

  background: #fff;
}

.sc-product2 .title {
  color: #333;
  text-align: center;
  font-family: kurious-looped;
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 32px;
}

.icw .box-item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  padding: 24px;
  font-family: kurious-looped;
  display: none;
  position: relative;
}

.icw .box-item.active {
  display: block;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icw .box-item .fund {
  color: #33BA72;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.icw .box-item .fundName {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.icw .box-item .fundSubname {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  /* margin-bottom: 8px;
  margin-top: 4px; */

  /* min-height: 38px; */
}

.icw .box-item .fundDesc {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
  height: 48px;
  /* height: 192px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.icw .box-item .risk {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 12px;
  background: #40525D;
  width: fit-content;
  padding: 2px 8px;
  /* position: absolute;
  bottom: 24px; */
  display: inline-block;
}

.card-fund {
  position: relative;
  overflow: visible;
}

.icw .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: 24px;
}

.icw .swiper-pagination-bullet {
  border-radius: 100%;
  opacity: 1;
  border: 1px solid #DDD;
  background: #DDD;
  transition: .3s ease-in-out;
}

.icw .swiper-pagination-bullet-active {
  border-radius: 50px;
  background: #00A94F;
  width: 24px;
  height: 8px;
  border: 0;
}

.icw .card-fund,
.icw .accordion-group {
  overflow: hidden;
}

/* swiper arrow */
.swiper .swiper-button-lock {
  display: none !important;
}

.swiper:hover .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  top: 42%;
  display: flex;
  transition: .3s ease-in-out;
}

.swiper-button-next {
  right: -100px;
}

.swiper-button-prev {
  left: -100px;
}

.swiper-button-next {
  right: 8px;
}

.swiper-button-prev {
  left: 8px;
}

/* end swiper arrow */

.sc-kpoint {
  border-radius: 8px;
  background: url(../../../../SiteCollectionDocuments/promotion/wealthpluskpoint-accum-pattern/img/bg-kpoint-desktop.png), linear-gradient(100deg, #66CAAE 0%, #0A6A60 48.05%, #40525D 100%);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  /* margin-top: 40px; */
  margin-top: 0;
  color: #fff;
  text-align: center;
  padding: 40px;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.sc-kpoint .title {
  font-family: kurious-looped;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
}

.sc-kpoint .title strong {
  font-family: kurious-looped;
  font-weight: 700;
}

.sc-kpoint .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px;
}

.icw .sc-kpoint .desc .link,
.icw.sc-kpoint .desc .link:hover {
  color: #00FF01 !important;
}

.card-kpoint {
  max-width: 880px;
}

.point-table td {
  padding: 8px 16px !important;
  color: #666;
  vertical-align: middle;
}

.sc-product .point-table td {
  padding: 16px 24px !important;
}

@media screen and (max-width:991px) {
  .scan .mfp-content {
      padding: 48px 16px 0;
  }

  .icw .box-item {
      padding: 24px 16px;
      width: 100%;
      max-width: none;

  }

  .icw .box-item .fundSubname {
      min-height: unset;
  }

}

@media screen and (max-width:767px) {
  .icw .box-item .fundDesc {
      height: auto;
  }

  .point-table td {
      padding: 8px 16px !important;
  }

  .text-bottom {
      margin: 32px 0 8px;
  }

  .content-btn {
      flex-direction: column;
      /* gap: 20px; */
  }

  .qrcode {
      top: 22%;
      left: 6%;
  }

  .sc-product2 {
      border-radius: 0px;
      padding: 48px 0;
      padding-top: 0;
      /* margin: 0 -15px; */
  }

  .icw .sc-product2 .accordion:not(:last-child) {
      margin-bottom: 32px;
  }

  .sc-product2 .title {
      font-size: 24px;
      padding-left: 16px;
      padding-right: 16px;
      line-height: 36px;
      margin-bottom: 24px;
  }

  .card-fund {
      padding: 0 16px;
  }

  .icw .box-item {
      padding: 24px 16px;
      width: 100%;
      max-width: none;

  }

  .icw .kpoint-item {
      max-width: 220px;
  }

  .sc-kpoint {
      border-radius: 0px;
      padding: 48px 0 102px;
      margin: 0 -15px;
      background: url(../../../../SiteCollectionDocuments/promotion/wealthpluskpoint-accum-pattern/img/bg-kpoint-mobile.png), linear-gradient(142deg, #66CAAE -15.03%, #0A6A60 52.45%);
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: contain;
  }

  .sc-kpoint .title {
      font-family: kurious-looped;
      font-size: 18px;
      line-height: 27px;
      padding: 0 16px;
  }

  .point-table td {
      font-size: 13px;
  }

  .ic-telephone:before {
      content: "\e91d";
      color: #fff;
  }
}

/* ######################product2########################### */


/* swiper arrow */
/* .click-more i {
  display: none;
} */

.howto-mb {
  margin-top: 16px;
}

/* .howto-mb .swiper-slide {
  max-width: 220px;
  width: 100%;
} */
/* 
.howto-mb {
  position: relative;
  max-width: 220px;
  margin: 0 auto;
} */

/* .swiper-wrapper {
  overflow: hidden;
} */

.swiper-pagination-bullet {
  border-radius: 8px;
  border: 1px solid #DDD;
  background: #FFF;
  margin: 0 12px;
  transition: .3s ease-in-out;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  border-radius: 50px;
  background: #00A94F;
  width: 24px;
  height: 8px;
}

.swiper-pagination {
  bottom: 0 !important;
  position: relative;
  margin-top: 16px;
}

.content-slide .contentDes .number {
  color: #333;
  text-align: center;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin: 16px 0;
  margin-bottom: 8px;
}

.howto-mb .content-slide .image img {
  max-width: 220px;
  width: 100%;
  margin: auto;
  display: block;
}

.content-slide .contentDes .f-p {
  color: #333;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
}

.content-slide .contentDes ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.content-slide a.btn.btn-radius-wealth {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  width: fit-content;
  margin: auto;
  margin-top: 8px;
  /* padding: 0 48px; */
}

/* .howto-mb .open-popup-gallery {
  pointer-events: none;
} */

/* .swiper-slide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .3s ease-in-out;
} */

/* .swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-next+.swiper-slide,
.swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
} */
.click-more i {
  display: inline;
}

.click-more {
  color: #00A94F;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

/* @media screen and (max-width:767px) {
  .swiper-slide.swiper-slide-next,
  .swiper-slide.swiper-slide-next+.swiper-slide {
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
  }
} */

.icw-popup-function .mfp-content {
  width: 100%;
  max-width: 1170px;
  margin: 65px 0;
  /* margin: 230px 0 0; */
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 0;
  height: initial;
}

/* .icw-popup-function .mfp-content .gallery2{
  margin: 65px 0;
} */

.howto-mb2 .swiper-slide .image {
  width: fit-content;
  margin: auto;
}

.howto-mb2 .open-popup-gallery {
  pointer-events: none;
}

.howto-mb2 .swiper-pagination {
  margin-top: 59px;
}

.mfp-close-btn-in .mfp-close {
  border-radius: 100%;
  background: #00A94F;
  color: #fff;
  opacity: 1;
  height: 40px;
  width: 40px;
  line-height: 40px;
  top: -20px;
  right: -20px;
}

.sc-img {
  overflow: hidden;
}

.icw-popup-function {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
  overflow: hidden;
  position: fixed;
  opacity: 1;
}

.mfp-close-btn-in .mfp-close:after {
  font-size: 13px;
  font-weight: 600;
}

.mfp-close-btn-in .mfp-close:hover:after {
  color: #fff;
}

.mfp-close-btn-in .mfp-close:active{
  top: -20px!important; 
}

/* .open-popup-gallery {
  pointer-events: none;
} */

/* .howto-mb  .content-slide .swiper-slide {
  max-width: 220px;
} */

.howto-mb {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
}

@media screen and (max-width:767px) {
  .howto .tab-container {
      padding-bottom: 48px;
  }

  .howto-mb .content-slide .swiper-slide {
      max-width: 220px;
      width: 100% !important;
  }

  .icw p.title-fund{
      font-size: 20px;
      line-height: 30px;
  }
  .howto .tab-container.protection-active{
      /* overflow: visible; */
  }
}

@media screen and (min-width:768px) {
  .howto-mb {
      overflow: hidden;
  }

  /* .howto-mb .content-slide .swiper-slide {
      max-width: 328px;
      width: 100% !important;
  } */


  /* .howto-mb .content-slide .contentDes .number {
      max-width: 328px;
      width: 100% !important;
      margin: auto;
      display: block;
  }
  
  .howto-mb .content-slide .contentDes .f-p {
      max-width: 328px;
      width: 100%;
      margin: auto;
      display: block;
  } */
}




.text-bottom {
  color: #666;
  text-align: center;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin: 40px 0;
}

.content-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  /* margin-bottom: 40px; */
  /* margin-top: 24px; */
}

.link.back {
  text-decoration: none;
}

.back:before {
  font-family: 'icokbank';
  content: "\e909";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  font-size: 10px;
  transform: rotate(180deg);
  font-weight: 600;
}

.scan .mfp-content {
  padding: 48px 48px 0;
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  z-index: 10058;
}

.scan .mfp-content .mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 20;
  opacity: 1;
}

.scan {
  z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.img-phone {
  position: relative;
  z-index: 2;
}

.scan-phone {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  bottom: -1px;
}


.qrcode {
  position: absolute;
  width: 100%;
  top: 48px;
  left: 66px;
  margin: auto;
}

.qrcode img {
  position: absolute;
  max-width: 170px;
  width: 100%;
}

.qrcode2 {
  position: relative;
  max-width: 282px;
  width: 100%;
  top: auto;
  left: auto;
  margin: auto;

  border-radius: 10px;
  background: #FFF;
  padding: 16px;
}

.qrcode2 img {
  position: relative;
  max-width: 250px;
  width: 100%;
}

.scan-content {
  display: flex;
  /* gap: 172px; */
  justify-content: space-between;
  align-items: center;
}

.scan-content .title {
  color: #333;
  font-family: kurious-looped;
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 16px;
  margin-top: 0;
}

.scan-content .des2 .title {
  color: #00A94F;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
}

.scan-content .sub-title {
  color: #333;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
}

.scan-content .des2 .sub-title {
  color: #666;
  font-family: kurious-looped;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.scan-content2 {
  display: flex;
  align-items: center;
  padding: 48px 48px 96px;
}

.w-50 {
  width: 50%;
}

.pl-96 {
  padding-left: 96px;
}

.scan-content2:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(96deg, #2EAA99 0.54%, #2A9489 100%);
}

.tab-icon {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin: 16px 0 24px;
}

.tab-icon i {
  font-size: 24px;
}

.tab-icon a:hover {
  color: #00A94F;
}

.tab-icon a.active {
  color: #00A94F;
}

.box-ll {
  margin-top: 40px;
}

.box-l,
.box-ll {
  display: none;
}

.box-l.active,
.box-ll.active {
  display: block;
}

.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 25px;
  height: 22px;
  border-left: 1px solid #E5E5E5;
  align-items: center;
  justify-content: flex-end;
}

.action-dropdown .link {
  display: block;
  position: relative;
  width: 16px;
  height: 12px;
}

.action-dropdown .link:before,
.action-dropdown .link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}

.action-dropdown .link:before {
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
  left: -1px;
}

.action-dropdown .link:after {
  position: absolute;
  transform: rotate(-45deg);
  top: 5px;
  left: 6px;
}

.action-dropdown .link.active:before {
  transform: rotate(-45deg);
}

.action-dropdown .link.active:after {
  transform: rotate(45deg);
}

.tab-dropdown {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--tsition);
}

.tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.tab-dropdown .txt {
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 24px;
}


@media screen and (min-width: 768px) {
  .action-dropdown {
      display: none;
  }

  .tab-dropdown {
      display: none;
  }
}

@media screen and (min-width: 992px) {
  .howto-mb .content-slide.j-center {
      justify-content: center;
  }
}


.txt-phone {
  color: #FFF;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}


/*############### kfin-manual ###############*/
.sc-manual .swiper {
  margin: 0 auto;
}

.sc-manual .sc-inner:first-of-type{
  padding-bottom: 0;
}

/* .sc-manual-swiper{
  max-width: 752px;
} */
.kfin-manual-wrapper {
  display: flex;
  flex-direction: column;
  /* width: 220px; */
}

.icw .sc-manual .btn-popup {
  font-size:16px;
}

.kfin-manual-wrapper .btn-popup{
  padding:8px 49px;
}
/* .kfin-manual-card__image {
  position: relative;
  width: 100%;
  padding: 36px 18px 0;
  background: linear-gradient(
    360deg,
    #272425 -109.09%,
    #00a94f -17.54%,
    #66caae 100%
  );
  border-radius: 8px;
  z-index: 1;
}
.kfin-manual-card__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  background: url(../../../../SiteCollectionDocuments/promotion/mutual-fund-dca-kpoint/img/bg-figure.png)
    no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: 1;
  border-top-left-radius: 8px;
} */
.kfin-manual-card__image .kfin-manual-card__number {
  display: none;
  position: absolute;
  top: 2px;
  left: 12px;
  z-index: 2;
  color: #fff;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
}

.kfin-manual-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  row-gap: 8px;
}
.icw .kfin-manual-card__title {
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #00a94f;
}
.kfin-manual-card__desc {
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.icw .kfin-manual-card__link{
  font-family: kurious-looped;
  text-decoration: underline;
  font-weight: 500;
  color: #00a94f;
  text-decoration: underline;
}
.icw .kfin-manual-card__link:hover{
  color: #00873F;
  text-decoration: underline;
}
@media (max-width: 768px) {

  .kfin-manual-wrapper {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
  }
  .sc-manual-swiper{
    max-width: 100%;
  }
  .swiper-pagination{
    padding-top:0;
    margin-top:32px;
  }

  .sc-manual .sc-inner:last-of-type{
    padding-top: 40px;
  }
  .kfin-manual-wrapper .btn-popup{
    padding:8px 32px;
  }
}


.icw .btn-popup {
  padding: 9px 32px;
  border-radius: 8px;
  background: #00a94f;
  color: #ffffff !important;
  font-weight: 600;
  display: inline-block;
  /* margin: 0 auto 64px; */
  width: fit-content;

  font-family: kurious-looped;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}


/*############### end kfin-manual ###############*/


/*###############  kfin-popup-content ###############*/
body:has(.mfp-ready) {
  overflow-y: hidden;
}

.icw-popup-function .kfin-popup-content .sc-content {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 80dvh;
  padding: 64px 48px;
}
.icw-popup-function .kfin-popup-content .sc-content &gt; div{
  width: 100%;
}
.icw-popup-function .kfin-popup-content .sc-content &gt; div &gt; :last-child {
  padding-bottom: 48px;
}

.kfin-popup-content p {
  color: #333;
  text-align: start;
}

.icw .kfin-popup-content__title {
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}

.icw .kfin-popup-content__subtitle {
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  margin-bottom: 14px;
}
.icw .kfin-popup-content__date {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #777;
  margin: 8px 0 14px;
}
.icw .kfin-popup-content__body {
  margin-bottom: 32px;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.icw .kfin-popup-content__list {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  margin-bottom: 32px;
}

.icw .kfin-popup-content__list &gt; li {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
  list-style-type: disc;
  margin-left: 16px;
}

.icw .kfin-popup-content__remark p,
.icw .kfin-popup-content__remark li {
  font-size: 13px;
  line-height: 20px;
}

.kfin-popup-content__img {
  border-radius: 8px;
  text-align: center;
  margin: 32px auto;
}
.kfin-popup-content__img img {
  border-radius: 8px;
  width: 640px;
  height: 480px;
}

@media screen and (max-width: 767px) {
  .icw-popup-function{
    display: none;
  }
  .icw-popup-function .kfin-popup-content .sc-content {
    padding: 48px 16px;
  }
}

/*############### END kfin-popup-content ###############*/

@media screen and (min-width: 320px) {

html {
  font-size: 16px;
}

.sc-calculation-table{
  background:url(../img/bg-graph.png) no-repeat;
  background-size: cover;
}

}
.mobile-cont{
  margin-top: 24px;
}
.mobile-cont p{
  margin-bottom: 4px;
}
.sc-tel{
  display: flex;
  align-items: center;
  gap: 8px;
}

.icw #fund3 .box-item .box-risk {
  min-height: unset !important;
}

.icw #fund4 .box-item .box-risk.w-56 {
  min-height: 56px!important;
}

.icw #fund4 .box-item .box-risk {
  min-height: unset !important;
}

@media screen and (min-width: 1140px) {

  .icw #fund3 .box-item .fundSubname {
      min-height: unset !important;
  }
}

@media screen and (max-width: 991px) {
  .icw #fund3 .box-item .fundSubname {
      min-height: unset !important;
  }

  .icw #fund4 .box-item .box-risk.w-56 {
      min-height: unset !important;
  }
}

/* ====== campign ======== */
.sc-campaign {
  padding: 24px 0 0;
  /* background: #F0FAF7; */
}

.sc-campaign p {
  margin-bottom: 0;
}

.sc-campaign .box-campaign {
  padding: 8px;
  border-radius: 8px;
  /* background: #F4FEF8; */
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.icw .text-darkgreen {
  color: #006530 !important;
}

.icw .content#head {
  padding-top: 16px !important;
}

@media screen and (min-width:768px) {
  .sc-campaign {
      padding: 24px 0 0;
  }
}

/* ====== end campign ======== */

/* ###### popup scan ####### */
.scan .mfp-content {
  padding: 48px 48px 0;
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  z-index: 10058;
}

.scan .mfp-content .mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 20;
  opacity: 1;
}

.scan {
  z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.img-phone {
  position: relative;
  z-index: 2;
}

.scan-phone {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  bottom: -1px;
}


.qrcode {
  position: absolute;
  width: 100%;
  top: 39px;
  left: 55px;
  margin: auto;
}

.qrcode img,
.qrcode canvas {
  position: absolute;
  max-width: 190px;
  width: 100%;
}

.qrcode2 {
  position: relative;
  max-width: 282px;
  width: 100%;
  top: auto;
  left: auto;
  margin: auto;

  border-radius: 10px;
  background: #FFF;
  padding: 4px;
}

.qrcode2 img,
.qrcode2 canvas {
  position: relative;
  max-width: 282px;
  width: 100%;
  image-rendering: pixelated;
}

.txt-phone {
  color: #FFF;
  text-align: center;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.scan-content {
  display: flex;
  /* gap: 172px; */
  justify-content: space-between;
  align-items: center;
}

.scan-content .title {
  color: #333;
  font-family: kurious-looped;
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 16px;
  margin-top: 0;
}

.scan-content .des2 .title {
  color: #00A94F;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
}

.scan-content .sub-title {
  color: #333;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
}

.scan-content .des2 .sub-title {
  color: #666;
  font-family: kurious-looped;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.scan-content2 {
  display: flex;
  align-items: center;
  padding: 48px 48px 96px;
}

.w-50 {
  width: 50%;
}

.pl-96 {
  padding-left: 96px;
}

.scan-content2:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(96deg, #2EAA99 0.54%, #2A9489 100%);
}

.white-popup {
  background: #FFF;
}

._popup-contact {
  display: flex;
  align-items: center;
}

._popup-contact .col-l {
  background-color: #FFF;
  width: 50%;
  padding: 0 66px;
}

._popup-contact .col-r {
  width: 50%;
  padding: 96px 66px;
  text-align: center;
}

._popup-contact.line .col-r {
  background: #00A94F;
  background: linear-gradient(9deg, #272425 -168.55%, #00A94F -63.1%, #66CAAE 89.22%);
  position: relative;
}

.icw .pos-ab {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  max-width: 83px;
  width: 100%;
  margin: auto;
  display: block;
}

._popup-contact.kplus .col-r {
  background: #66CAAE;
  background: url(../img/bg-popup-scanqr.jpg), radial-gradient(128.98% 36.06% at 85.96% 97.79%, rgba(0, 169, 79, 0.30) 0%, rgba(0, 169, 79, 0.00) 100%), linear-gradient(142deg, #345C61 31.93%, rgba(45, 85, 89, 0.00) 90.7%), linear-gradient(0deg, rgba(76, 214, 195, 0.20) 0%, rgba(76, 214, 195, 0.20) 100%), linear-gradient(143deg, rgba(52, 70, 82, 0.00) -0.44%, #22343E 86.66%), linear-gradient(313deg, #1F313A -1.62%, #465968 100%), linear-gradient(9deg, #272425 -168.55%, #00A94F -63.1%, #66CAAE 89.22%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
._popup-contact.tel .col-r {
  background: #66CAAE;
  background: linear-gradient(16deg, #66CAAE -47.42%, #E9FDF2 77.16%);
}
._popup-header {
  font-size: 26px;
  line-height: 39px;
  color: #00A94F;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: kurious-looped;
}

._popup-desc {
  font-size: 18px;
  line-height: 27px;
  color: #666;
  position: relative;
  font-family: kurious-looped;
}

/* ._popup-desc &gt; img {
  position: absolute;
  bottom: 0;
  right: -8px;
} */

.mfp-content {
  padding: 0;
  /* background-color: transparent; */
  max-width: 1000px;
}

.mfp-content:has(.white-popup) {
  padding: 0 !important;
}

.mfp-wrap {
  z-index: 10056;
}

.mfp-bg {
  z-index: 10055;
}

@media screen and (min-width: 1024px) {
  .white-popup {
      padding: 0;
      border-radius: 8px;
      overflow: hidden;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-none {
      display: none !important;
  }

  .d-md-block {
      display: block !important;
  }
}


@media screen and (min-width: 768px) {
  .mfp-wrap.mfp-ready .mfp-content {
      border-radius: 8px;
  }

  .mb-md-4,
  .my-md-4 {
      margin-bottom: 1.5rem !important;
  }

}

.icw .h2 {
  font-weight: 600;
}

@media screen and (min-width: 320px) {
  .icw .fw-600 {
      font-weight: 600;
  }

  .icw .h2 {
      font-size: 33px;
      font-weight: 600;
      line-height: 1.5em;
  }

  /* .accordion-content ul,  */
  .section ul {
      /* margin: 5px 15px; */
  }

  .accordion-content ul {
      margin: 0;
  }

  .icw .fw-600 {
      font-weight: 600;
  }

}

@media screen and (min-width: 320px) {
  @media (max-width: 768px) {

      .icw h2,
      .icw .h2 {
          font-size: 24px;
          line-height: 1.5em;
      }
  }
}

.sc-share .sc-inner {
  padding: 40px 0;
}

.sc-share hr {
  border: 1px solid #DBDBDB;
  margin: 0 0 16px;
}

.kfin-share__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-direction: row;
  border-top: 1px solid #DBDBDB;
  padding-top: 16px;
  flex-wrap: wrap;
  gap: 24px;
}

.section .kfin-share-tag {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-left: 0;
  flex-wrap: wrap;
  flex: 1 1 0;
}

.section .kfin-share-tag li {
  font-family: 'kurious-looped';
  padding: 2px 12px;
  align-items: center;
  color: #00a94f;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: 0 0 0 1px #CCEEDC;
  border-radius: 20px;
  list-style: none;
}

.section .kfin-share-social {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 8px;
  flex: 1 1 0;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .kfin-share__wrapper {
    flex-direction: column;
  }
  .section .kfin-share-social {
    justify-content: center;
  }
}

.section .kfin-share-social li a {
  height: 20px;
}

.section .kfin-share-social li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.kfin-share-social li:first-of-type {
  margin-right: 20px;
  border-right: 1px solid #DBDBDB;
  padding: 0 16px;
}

.kfin-share-social li i {
  color: #fff;
}

.kfin-share-social li:not(:first-of-type) {
  background-color: #00a94f;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
  color: #333;
}

.mb-4 {margin-bottom: 4px !important;}
.mb-8 {margin-bottom: 8px !important;}
.mb-12 {margin-bottom: 12px !important;}
.mb-16 {margin-bottom: 16px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-24 {margin-bottom: 24px !important;}
.mb-28 {margin-bottom: 28px !important;}
.mb-32 {margin-bottom: 32px !important;}
.mb-36 {margin-bottom: 36px !important;}
.mb-40 {margin-bottom: 40px !important;}

.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}

.fs-13 {
  font-size: 13px !important;
  line-height: 20px !important;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.fs-16 {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.fs-20 {
  font-size: 20px !important;
  line-height: 30px !important;
}
.fs-24 {
  font-size: 24px !important;
  line-height: 1.5 !important;
}
.fs-26 {
  font-size: 26px !important;
  line-height: 1.5 !important;
}
.fs-26-2 {
  font-size: 26px !important;
  line-height: 1.5 !important;
}
.fs-32 {
  font-size: 32px !important;
  line-height: 1.5 !important;
}
.fs-33 {
  font-size: 33px !important;
  line-height: 50px !important;
}

.section-sep {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

@media (max-width: 1024px) {
  .section-sep {
    border: none;
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .fs-13 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .fs-14 {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .fs-16 {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .fs-20 {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .fs-24 {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
  .fs-26 {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }
  .fs-26-2 {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .fs-32 {
    font-size: 32px !important;
    line-height: 1.5 !important;
  }
  .fs-33 {
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .section-sep {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mb-lg-12 {
    margin-bottom: 12px;
  }
}

.lh-1-4 {line-height: 1.4em !important;}
.lh-1-5 {line-height: 1.5em !important;}

.word {
  display: inline-block;
}

.max-w-850 {
  max-width: 850px;
}
.sc-inner {
  padding: 64px 0;
}
@media screen and (min-width: 200px) {
  .icw h3, .icw .h3 {
      font-size: 16px;
      line-height: 24px;
  }
}
.icw .mft-remark {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 16px 32px;
  color: #666666;
  font-size: 13px;
  line-height: 20px;

  strong {
    color: #333333;
  }
}

.sc-faqs {
  background: #FFF !important;
}
.sc-faqs .text-center{
  text-align: center;
}

.list-disc {
  padding-left: 1.5em !important;
}

.list-disc li {
  list-style: disc !important;
  line-height: 2;
}

.list-disc li::marker {
  font-size: 0.75em;
}

.list-disc ul {
  padding-left: 2.5rem !important;
  list-style: disc;
}

.bg-gradient-1 {
  background: linear-gradient(to bottom , #FFFFFF, #F4F4F4) !important;
}

.garage-container .container {
  padding-left: 16px;
  padding-right: 16px;
  margin:  0 auto;
}

.kfin-funds-detail__scroll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 4px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .kfin-funds-detail__scroll {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
}

.d-none {
  display: none !important;
}

@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
}

.stickyNav-anchor.hx {
  margin-bottom: 0 !important;
}
.stickyNav-panelList {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}</pre></body></html>