<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

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

.details-container p {
    font-size: 16px;
    line-height: 24px;
}

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


    .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 ===============================*/





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

.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-button-next,
.swiper-button-prev {
    display: none;
}

.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 .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;
    background: #0b0b0b;
    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;
}

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



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


/*############################ popup ###################################*/
.mfp-bg, .mfp-wrap .mfp-content, .mfp-wrap .mfp-container { opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mfp-wrap.mfp-ready .mfp-container {opacity: 1;}
.mfp-wrap.mfp-ready .mfp-content {opacity: 1;visibility: visible; font-family: 'kurious-looped'; }
.mfp-wrap.mfp-ready .mfp-content .sc-content{
    padding-bottom:24px;
}
.mfp-wrap.mfp-ready .mfp-content .sc-content .title{
    font-family: 'kurious-looped';
font-size: 26px;
font-weight: 600;
line-height: 39px;
text-align: left;
color:#111;
}
.mfp-wrap.mfp-ready .mfp-content .sc-content ol{
    padding-left:16px;

}
.mfp-close-btn-in .mfp-close{width: 30px; height: 30px; background-color: #00A950; color:#fff; top: -15px; right: -15px;
    display: flex; align-items: center; justify-content: center; border-radius: 50%; opacity: 1; font-size: 0px; transition: var(--tsition);
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after{content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    width: 18px; height: 2px; background-color: var(--cr-light); margin: auto; transition: var(--tsition);
}
.mfp-close-btn-in .mfp-close:before{transform: rotate(45deg);}
.mfp-close-btn-in .mfp-close:after{transform: rotate(-45deg);}
.mfp-close-btn-in .mfp-close:hover:before{background-color: var(--cr-light);}
.mfp-close-btn-in .mfp-close:hover:after{background-color: var(--cr-light);}
/* .mfp-close-btn-in .mfp-close:active{top: ;} */


@media screen and (max-width: 767px){
    .mfp-close-btn-in .mfp-close {top: 30px; right: 16px;}
}

@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;
}
.mobile-cont .sc-tel .btn-badge{
    display: inline-flex;
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #20C65A;
    color: #FFF;
    justify-content: center;
    align-items: center;
}
.mobile-cont .sc-tel  p{
    margin-bottom: 0px;
}</pre></body></html>