/* ################################################# */
#page {
    opacity: 1;
    font-weight: 500;
}

#navigation-page-sticky a.sticky-anchor i {
    font-size: 24px;
    position: relative;
    top: 5px;
}

#navigation-page-sticky.stickyNav.hide-cta .stickyNav-panelWidgets {
    grid-template-columns: 40px auto;
}

#navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: flex !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.c-green {
    color: #00A94F !important;
}

.mt-8 {
    margin-top: 8px !important;
    display: block;
}

.mt-16 {
    margin-top: 16px !important;
    display: block;
}

.mb-4 {
    margin-bottom: 4px !important;
    display: block;
}

.mb-8 {
    margin-bottom: 8px !important;
    display: block;
}

.mb-16 {
    margin-bottom: 16px !important;
    display: block;
}

.mb-24 {
    margin-bottom: 24px !important;
    display: block;
}

.mb-32 {
    margin-bottom: 32px !important;
    display: block;
}

.sc {
    overflow: hidden;
}

.icw main * strong {
    font-weight: 600;
}

.icw main * {
    font-family: kurious-looped;
}

.a-left {
    text-align: left !important;
}

.inactive {
    display: none !important;
}

.nw {
    white-space: nowrap !important;
}

.f-kurious {
    font-family: kurious !important;
}

.f-kurious-looped {
    font-family: kurious-looped !important;
}

.visible-w414 {
    display: block !important;
}

.hidden-w414 {
    display: none !important;
}

.visible-w1199 {
    display: block !important;
}

.hidden-w1199 {
    display: none !important;
}

.visible-w1024 {
    display: block !important;
}

.hidden-w1024 {
    display: none !important;
}

.visible-w991 {
    display: block !important;
}

.hidden-w991 {
    display: none !important;
}

.visible-w767 {
    display: block !important;
}

.hidden-w767 {
    display: none !important;
}

@media screen and (min-width:414px) {
    .visible-w414 {
        display: none;
    }

    .hidden-w414 {
        display: block;
    }
}

@media screen and (min-width: 1199px) {
    .visible-w1199 {
        display: none !important;
    }

    .hidden-w1199 {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .visible-w1024 {
        display: none !important;
    }

    .hidden-w1024 {
        display: block !important;
    }
}

@media screen and (min-width: 991px) {
    .visible-w991 {
        display: none !important;
    }

    .hidden-w991 {
        display: block !important;
    }
}

@media screen and (min-width:767px) {
    .visible-w767 {
        display: none !important;
    }

    .hidden-w767 {
        display: block !important;
    }
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

ol.c-number-list {
    padding-left: 20px !important;
}

ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol>li {
    margin: 0;
}

li ol>li:before {
    content: counters(item, ".") " ";
}
ul.stickyNav-list {
    padding: 0;
}
/* ################################################# */

/*############### product-details ###############*/
.sc-product-details {
  background: linear-gradient(149.1deg, #104E65 9.58%, #2CCE97 118.01%);
  padding: 0 !important;
}
.sc-product-details .sc-inner {
    padding: 48px 0;
}
.sc-product-details .sc-heading .title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 42px;
    line-height: 150%;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}
.sc-product-details .sc-heading .title span {
    color: #69F21E;
    font-weight: 600;
    font-size: 33px;
    line-height: 150%;
    text-align: center;
}
.sc-product-details .sc-heading .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 32px;
}
.sc-product-details .sc-content {
    position: relative;
    z-index: 10;
    padding: 48px 0;
}
.sc-product-details .sc-content::before {
    content: '';
    position: absolute;
    top: 0;
    /* left: calc(5% - 1px);
    right: calc(5% - 1px); */
    bottom: 7%;
    /* background: linear-gradient(180deg, #50DC03 0%, rgba(179, 240, 146, 0.433912) 47.1%, rgba(255, 255, 255, 0) 83.19%); */
    background: linear-gradient(180deg, #1FC7AD 0%, rgba(31, 199, 173, 0.433912) 47.1%, rgba(255, 255, 255, 0) 83.19%);
    z-index: -2;
    border-radius: 8px;
    max-width: 1142px;
    width: calc(100%);
    left: 50%;
    transform: translateX(-50%);
}
.sc-product-details .sc-content::after {
    content: '';
    position: absolute;
    top: 3px;
    /* left: 5%;
    right: 5%; */
    bottom: 7%;
    /* background: linear-gradient(149.1deg, #104E65 9.58%, rgba(44, 206, 151, 0) 118.01%); */
    background: linear-gradient(180deg, #0A4A50 0%, rgba(34, 156, 132, 0) 95%);
    z-index: -1;
    border-radius: 6px;
    max-width: 1140px;
    width: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
}
.sc-product-details .sc-content .learn-date {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.sc-product-details .result-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
    .sc-product-details .sc-content::before {
        width: calc(100% - 26px);
    }
    .sc-product-details .sc-content::after {
        width: calc(100% - 28px);
    }
}
@media (max-width: 767px) {
  .sc-product-details .sc-content::before {
    /* left: calc(16px - 1px);
    right: calc(16px - 1px); */
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, #1FC7AD 0%, rgba(31, 199, 173, 0.433912) 47.1%, rgba(255, 255, 255, 0) 83.19%);
    /* background: linear-gradient(180deg, #50DC03 0%, rgba(179, 240, 146, 0.433912) 47.1%, rgba(255, 255, 255, 0) 83.19%); */
  }
  .sc-product-details .sc-content::after {
    /* left: 16px;
    right: 16px; */
    width: calc(100% - 6px);
    bottom: 0;
    background: linear-gradient(180deg, #0A4A50 0%, rgba(34, 156, 132, 0) 95%);
    /* background: linear-gradient(149.1deg, #104E65 9.58%, rgba(44, 206, 151, 0) 118.01%); */
  }
}
.sc-product-details .result-wrapper .result-card {
  max-width: 267px;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .sc-product-details .result-wrapper .result-card:nth-child(-n+3) {
    max-width: 272px;
  }
}
@media (max-width: 767px) {
  .sc-product-details .result-wrapper .result-card {
    max-width: unset;
    padding: 0 24px;
    margin-bottom: 0;
  }
}
.sc-product-details .result-wrapper .result-card .img {
  max-width: 100px;
  margin: auto;
  margin-bottom: 16px;
}
.sc-product-details .result-wrapper .result-card .img img {
  width: 100%;
}
.sc-product-details .result-wrapper .result-card .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 0;
  margin-bottom: 8px;
  color: #69F21E;
  height: 60px;
}
.sc-product-details .result-wrapper .result-card .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
    .sc-product-details .sc-heading .title {
        font-size: 28px;
    }
    .sc-product-details .sc-heading .title span {
        font-size: 24px;
    }
    .sc-product-details .sc-heading .desc {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .sc-product-details .result-wrapper .result-card .title {
        font-size: 18px;
        line-height: 150%;
        height: auto;
    }
    .sc-product-details .result-wrapper .result-card .subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
/*############### end product-details ###############*/

/*############### product-details-2 ###############*/
.sc-product-details-2 {
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.sc-product-details-2::before {
    content: '';
    position: absolute;
    bottom: -3vw;
    left: 4vw;
    width: 11vw;
    aspect-ratio: 1;
    background-image: url(/SiteCollectionDocuments/business/sme/loan/special-loan/k_shieldloan/img/leaf-l.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.sc-product-details-2::after {
    content: '';
    position: absolute;
    top: 2vw;
    right: -7vw;
    width: 16vw;
    aspect-ratio: 1;
    background-image: url(/SiteCollectionDocuments/business/sme/loan/special-loan/k_shieldloan/img/leaf-r.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.sc-product-details-2 > * {
  /* position: relative; */
  /* z-index: 2; */
}
.sc-product-details-2 .sc-inner {
    padding: 100px 0;
}
.sc-product-details-2 .detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sc-product-details-2 .detail-wrapper > div {
    display: flex;
    gap: 24px;
}
.sc-product-details-2 .detail-wrapper .top > div {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}
.sc-product-details-2 .detail-wrapper .top .bg {
    background: linear-gradient(0deg, rgba(44, 206, 151, 0.08), rgba(44, 206, 151, 0.08));
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
.sc-product-details-2 .detail-card-container {
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(96.52deg, #104E65 -10.91%, #2CCE97 100.73%);
}
.sc-product-details-2 .detail-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sc-product-details-2 .detail-card {
    display: flex;
    gap: 16px;
    align-items: center;
}
.sc-product-details-2 .detail-card .detail-card-img {
    width: 50px;
    height: 50px;
}
.sc-product-details-2 .detail-card .detail-card-content {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
.sc-product-details-2 .quote {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border-radius: 8px;
    gap: 10px;
    background: linear-gradient(0deg, rgba(44, 206, 151, 0.08), rgba(44, 206, 151, 0.08));
}
.sc-product-details-2 .quote .title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sc-product-details-2 .quote .title h3 {
    font-weight: 600;
    font-size: 33px;
    line-height: 150%;
    color: #00A94F;
    margin: 0;
    white-space: nowrap;
}
.sc-product-details-2 .quote .title h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    color: #333333;
    margin: 0;
    white-space: nowrap;
}
.sc-product-details-2 .quote .desc {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #333333;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .sc-product-details-2::before {
        bottom: -2vw;
        left: 0vw;
        width: 22vw;
    }
    .sc-product-details-2::after {
        top: -10vw;
        right: -9vw;
        width: 26vw;
    }
    .sc-product-details-2 .sc-inner {
        padding: 48px 0;
    }
    .sc-product-details-2 .detail-wrapper > div {
        flex-direction: column;
    }
    .sc-product-details-2 .detail-wrapper .top > div {
        width: 100%;
    }
    .sc-product-details-2 .detail-card-container {
        padding: 24px 16px;
    }
    .sc-product-details-2 .detail-card {
        align-items: flex-start;
    }
    .sc-product-details-2 .detail-card .detail-card-content {
        font-size: 16px;
        line-height: 150%;
    }

    .sc-product-details-2 .quote .title h3 {font-size: 28px;}
    .sc-product-details-2 .quote .title h4 {font-size: 24px;}
    .sc-product-details-2 .quote .desc {font-size: 20px;}
}
/*############### end product-details-2 ###############*/

/*############### loan-details ###############*/
.sc-loan-details {
    background-color: #EEF8F2;
}
.sc-loan-details .sc-inner {
    padding: 48px 0;
}
.sc-loan-details .heading .text {
    text-align: center;
    
    font-size: 24px;
        line-height: 150%;
    font-weight: 600;
    color: #111111;
    margin: 0;
}
.sc-loan-details .table {
    max-width: 850px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 24px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.table-loan {
    border-radius: 8px;
    border-collapse: collapse;
    width: 100%;
}

.table-loan tr:last-child {
    border-bottom: 0;
}
.table-loan th,
.table-loan td {
   
    border: 1px solid #E8E8E8;
}

.table-loan tr th {
    background: #00A94F;
    color: #FFF;
    text-align: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px;
}

.table-loan tr td {
    color: #666;
    text-align: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 16px;
    background: #ffffff;
}

.table-loan tr td:first-child {
    background: #00A94F;
    color: #FFF;
    font-weight: 600;
    width: 34%;
}
.table-loan tr td:last-child {
    text-align: start;
}
.table-loan tr td ul {
    padding-left: 20px;
    margin: 0;
}

.sc-loan-details .note {
    max-width: 850px;
    width: 100%;
    margin: 0;
    margin: auto;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #666666;
}

@media screen and (min-width:768px) {
    .sc-loan-details .sc-inner {
        padding: 64px 0;
    }
    .sc-loan-details .heading .text {
        font-size: 33px;
    line-height: 50px;
    }
    .table-loan tr th {
        font-size: 18px;
        padding: 24px;
    }

    .table-loan tr td {
        font-size: 16px;
        padding: 24px;
    }
}
/*############### end loan-details ###############*/

/*############### requirements ###############*/
.sc-requirements {
    background: linear-gradient(149.1deg, #104E65 9.58%, #2CCE97 118.01%);
}
.sc-requirements .sc-inner {
    padding: 64px 0;
}
.sc-requirements .sc-heading .title {
    font-weight: 600;
    font-size: 33px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    margin-bottom: 32px;
}
.sc-requirements .sc-content {
    display: flex;
    justify-content: center;
}
.sc-requirements .requirement-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px 96px;
    border-radius: 8px;
    border: 3px solid #1FC7AD;
    background: #0131334D;
    max-width: 850px;
}
.sc-requirements .requirement-card .title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    margin-bottom: 24px;
}
.sc-requirements .requirement-card .list-item {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.sc-requirements .requirement-card .list-item .item {
    width: calc((100% / 2) - 8px);
    display: flex;
    gap: 8px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #ffffff;
}
.sc-requirements .requirement-card .list-item .item img {
    width: 20px;
    height: 20px;
}
.sc-requirements .requirement-card .divider {
    border: 1px solid #FFFFFF4D;
}

.sc-requirements .requirement-card .remark {
    font-size: 13px;
    line-height: 150%;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
@media screen and (max-width:768px) {
    .sc-requirements .sc-inner {
        padding: 48px 0;
    }
    .sc-requirements .sc-heading .title {
        font-size: 24px;
        line-height: 150%;
    }
    .sc-requirements .requirement-card {
        padding: 32px 16px;
    }
    .sc-requirements .requirement-card .title {
        margin-bottom: 16px;
    }
    .sc-requirements .requirement-card .list-item {
        gap: 12px;
    }
    .sc-requirements .requirement-card .list-item .item {
        width: 100%;
    }
}
/*############### end requirements ###############*/

/*############### apply ###############*/
/* .sc-apply-new .bg-circle {
    display: block !important;
} */
/* .sc-apply-new .flex-box > .bg-circle {
    display: none !important;
} */
 .sc-apply-new .flex-box {
    align-items: stretch !important;
 }
  @media screen and (min-width:1140px) {
     .sc-apply-new .flex-box {
        padding-right: 77px !important;
     }
 }
.sc-apply-new .h1 {
    color: #ffffff !important;
    text-align: center;
}
.sc-apply-new .desc {
    color: #ffffff !important;
}
@media screen and (max-width:768px) {
    .sc-apply-new .bg-circle {
        top: auto !important;
        bottom: -190px !important;
        transform: rotate(180deg);
    }
    .sc-apply-new .box-apply {
        border-radius: 8px !important;
    }
    .sc-apply-new .h1 {
        margin: 0 !important;
    }
}
/*############### end apply ###############*/

/*############### kbiz ###############*/
.sc-kbiz {
    background: #004E46;
}
.sc-kbiz .sc-inner {
    padding: 64px 0;
}
.sc-kbiz .title {
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #50DC03;
    margin: 0;
    margin-bottom: 8px;
}
.sc-kbiz .desc {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    margin: 0;
}
.sc-kbiz .btn {
    box-shadow: none;
    background: #00a94f;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    display: none;
}
@media screen and (max-width:768px) {
    .sc-kbiz .sc-inner {
        padding: 48px 0;
    }
    .sc-kbiz .title {
        font-size: 20px;
    }
    .sc-kbiz .desc {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .sc-kbiz .btn {
        display: block;
        font-size: 16px;
    }

}
/*############### end kbiz ###############*/
