<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mb-5 {
    margin-bottom: 5px !important;
}

* strong {
    font-weight: 600 !important;
}

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

.visible-w414 {
    display: block;
}

@media screen and (min-width:414px) {
    .visible-w414 {
        display: none;
    }
}

/*############### apply-online ###############*/
.sc-apply-online {
    background: linear-gradient(93deg, #007e3a 0%, #bfe9d3 100%);
    height: 0;
}

.sc-apply-online.off {
    /* height: 0; */
    bottom: 80px;
    position: relative;
}

.apply-online .heading .ic {
    vertical-align: text-bottom;
}

.sc-apply-online .apply-online .action .btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #00a94f;
    color: #ffffff;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 280px;
    line-height: 50px;
    padding: 0;
    border-radius: 25px;
}

.sc-apply-online .apply-online .heading {
    color: #feffff;
    font-size: 22px;
    font-weight: 600;
}

.sc-apply-online .apply-online .action .btn:hover {
    background: #009445;
}


@media screen and (max-width:991px) {
    .sc-apply-online.full {
        top: auto;
    }

    .sc-apply-online.m {
        display: block;
        position: fixed;
        bottom: 0;
        background-color: #bfe9d3;
    }

    .sc-apply-online .apply-online .action .btn {
        width: 80%;
    }
}

@media screen and (max-width:767px) {
    .sc-apply-online .apply-online .action .btn {
        width: 100%;
    }
}

/*############### end apply-online ###############*/

/*############### product-detail ###############*/
.sc-inner {
    padding: 50px 0;
}

.container .heading .text {
    color: #333333;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}

.container .content .text {
    color: #333333;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 20px;
}

.note {
    font-size: 14px;
}

.tb-detail {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    border-collapse: separate;
    margin-bottom: 30px;
}

.tb-detail {
    overflow: hidden;
    border-radius: 10px;
}

.tb-detail .tb-product thead {
    background-image: linear-gradient(95deg, #007e3a 0%, #bfe9d3 100%);
}

.tb-detail .tb-product thead th {
    color: #ffffff;
    font-family: Kanit;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 37px 0;
}

.tb-detail .tb-product thead th:first-child {
    width: 10%;
    border-top-left-radius: 10px;
    background-image: url(../img/intable.png);
    background-size: auto 68px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tb-detail .tb-product tbody td {
    color: #666666;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    background-color: #f5f5f5;
}

.tb-detail .tb-product tbody td:first-child {
    color: #333333;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    width: 27%;
    padding: 15px 30px;
    background-color: #fff;
}

.tb-detail .tb-product tbody td.t-type {
    color: #333333;
    font-family: Kanit;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    width: 36%;
    border-right: 0;
    background-color: #f5f5f5;
    padding: 15px 10px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-detail {
    min-width: 900px;
    width: auto;
}

.popup-table .compn-overflow {
    padding: 40px 0 85px;
}

.icw .link {
    cursor: pointer;
    color: #00a94f;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 10px; */
}

.icw .link:hover {
    text-decoration: underline;
}

.garage-container .more:hover {
    text-decoration: none;
}

.garage-container .more:hover span {
    text-decoration: underline;
}

.container .content .tb-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .content .tb-bottom .tb-type {
    width: 450px;
    border: 1px solid #e0e0e0;
}

.container .content .tb-bottom .tb-type .table {
    width: 450px;
    margin-right: 20px;
}

.container .content .tb-bottom .tb-type .table thead {
    background-color: #f2fdf8;
    text-align: left;
    border-spacing: 0;
    border-top: solid 3px #10a053;
}

.container .content .tb-bottom .tb-type .table thead th {
    color: #333333;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
}

.container .content .tb-bottom .tb-type .table tbody td {
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    text-align: left;
}

.container .content .tb-bottom .tb-type .table thead th:last-child,
.container .content .tb-bottom .tb-type .table tbody td:last-child {
    text-align: right;
    padding-right: 30px;
}

.container .content .tb-bottom .tb-type .table tr {
    border-bottom: none;
}

.container .content .tb-bottom .tb-type .table th,
.container .content .tb-bottom .tb-type .table td {
    border-right: none;
}

.container .content .tb-bottom .doc .text img {
    max-width: 43px;
    width: 100%;
    margin-right: 15px;
}

.container .content .tb-bottom .doc .text {
    color: #00a94f;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.container .content .tb-bottom .doc .text:hover {
    text-decoration: underline;
}

.container .content .tb-bottom .doc .note {
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

.container .content .tb-bottom .doc .note .link {
    font-size: 14px;
}

@media screen and (max-width:991px) {
    .container .content, .sc-product-detail .container .content {
        width: auto;
    }

    .container .content .tb-bottom .tb-type .table {
        width: 100%;
    }

    .container .content .tb-bottom .doc .text {
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .container .content .tb-bottom .tb-type {
        width: 50%;
        margin-right: 40px;
    }

}

@media screen and (max-width:767px) {
    .container .content .tb-bottom .doc .note {
        text-align: left;
    }

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

    .container .heading .text {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .container .content .text {
        font-size: 18px;
        line-height: 30px;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .tb-detail {
        margin-bottom: 0;
    }

    .content .open-popup-content img {
        margin-bottom: 20px;
    }

    .container .content .tb-bottom {
        display: block;
        justify-content: initial;
    }

    .container .content .tb-bottom .tb-type .table {
        width: 100%;
        margin-right: 0;
    }

    .container .content .tb-bottom .tb-type .table thead th {
        padding-left: 30px;
    }

    .container .content .tb-bottom .tb-type {
        width: 100%;
        margin-bottom: 15px;
    }

    .container .content .tb-bottom .tb-type .table thead th:last-child,
    .container .content .tb-bottom .tb-type .table tbody td:last-child {
        text-align: right;
        padding-right: 25px;
        padding-left: 0;
    }

    .container .content .tb-bottom .doc .text img {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .container .content .tb-bottom .doc .note {
        text-align: left;
    }

    .sc-product-detail .container .content {
        width: 100%;
    }
}

/*############### end product-detail ###############*/

/*############### application-details ###############*/
.sc-app-detail {
    background-color: #e6f6ed;
}

.sc-app-detail .sc-inner .container .box-content {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    padding: 40px 65px;
    border-top: 3px solid #45a94f;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sc-app-detail .sc-inner .container .box-content:last-child {
    margin-bottom: 0;
}

.sc-app-detail .sc-inner .container .box-content .title {
    color: #333333;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sc-app-detail .sc-inner .container .box-content .type {
    display: flex;
}

.sc-app-detail .sc-inner .container .box-content .type .personal {
    padding-right: 30px;
}

.sc-app-detail .sc-inner .container .box-content .sub-title {
    margin-bottom: 20px;
    color: #333333;
    font-family: Kanit;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.sc-app-detail .sc-inner .container .box-content .con.col-2 {
    columns: 2;
    column-gap: 10%;
}

.sc-app-detail .sc-inner .container .box-content .con {
    padding-left: 20px;
}

.sc-app-detail .sc-inner .container .box-content .con li {
    list-style: disc;
    margin-bottom: 10px;
    /* float: left;
    width: 50%; */
}

/* .sc-app-detail .sc-inner .container .box-content .con li:last-child {
    float: right;
} */

@media screen and (max-width:991px) {
    .sc-app-detail .sc-inner .container .box-content .type {
        display: block;
    }

    .sc-app-detail .sc-inner .container .box-content {
        padding: 40px 35px;
    }

    .sc-app-detail .sc-inner .container .box-content .type .personal {
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .sc-app-detail .sc-inner .container .box-content .con.col-2 {
        columns: 1;
    }
}

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

    .sc-app-detail .sc-inner .container .box-content {
        padding: 30px 20px;
    }

    .container .content .tb-bottom .doc .text {
        text-align: center;
        display: block;
        font-size: 14px;
        line-height: 22px;
    }

    .container .content .tb-bottom .tb-type {
        width: 100%;
    }

    .sc-app-detail .sc-inner .container .box-content .title {
        font-size: 20px;
    }
}

/*############### end application-details ###############*/

/*############### shortcut ###############*/
.sc-shortcut .service .image {
    width: auto;
}

.sc-shortcut .service .image img {
    max-width: 80px;
    width: 100%;
}

.sc-shortcut {
    background-color: #e5e7ea;
    border-top: 0;
}

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

.sc-shortcut .service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sc-shortcut .item.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
}

.sc-shortcut .item.service+.item.service {
    margin-left: 110px;
}

.sc-shortcut .item.service .image {
    width: auto;
}

.sc-shortcut .item.service .image .ic {
    background: #31d225;
    background: -moz-linear-gradient(-45deg,#31d225 0,#3caea3 100%);
    background: -webkit-linear-gradient(-45deg,#31d225 0,#3caea3 100%);
    background: linear-gradient(135deg,#31d225 0,#3caea3 100%);
    color: #fff;
}

.sc-shortcut .item.service .caption {
    text-align: center;
    padding: 10px 20px 0 20px;
}

.sc-shortcut .item.service .caption .heading {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.sc-shortcut .item.service .caption .detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sc-shortcut .item.service .caption .link {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #00a94f;
}

.sc-shortcut .item.service .caption p {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #00A94F;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .sc-shortcut .sc-inner {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .sc-shortcut .sc-inner {
        padding: 40px 15px 40px 35px;
    }

    .sc-shortcut .service-container {
        display: block;
    }

    .sc-shortcut .item.service {
        flex-direction: row;
        justify-content: initial;
    }

    .sc-shortcut .item.service .caption {
        text-align: left;
        padding: 0px 15px 0;
    }

    .sc-shortcut .item.service+.item.service {
        margin-left: 0;
    }
}

/*############### end shortcut ###############*/

/*############### zoom ###############*/
.text-zoom {
    text-align: center;
}

.text-zoom p {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
}

.text-zoom img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*############### end zoom ###############*/

/*########################### popup ###########################*/
.popup-open .mfp-content {
    width: 100%;
    max-width: 1170px;
    margin: 50px 0;
    text-align: center;
}

.popup-open .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}

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

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

.compn-overflow .compn-overflow-wrapper .compn.tb-personal {
    min-width: 1000px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business {
    min-width: 700px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business td,
.compn-overflow .compn-overflow-wrapper .compn.tb-personal td {
    border-right: 1px solid rgba(230, 230, 230, 0.7);
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    border-collapse: collapse;
}

.popup-open .mfp-content .container {
    padding: 50px 15px;
}

@media screen and (max-width: 991px) {
    .popup-open .mfp-content .mfp-close {
        right: -10px !important;
    }
}

/*########################### end popup ###########################*/

/*########################### apply ###########################*/
.icw .sc-apply {
    background-color: #005327;
    background-image: none;
    padding: 90px 0;
    background: url(../img/k-sme-medical-credit_bg-apply-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial !important;
}

.icw .sc-apply .sc-inner {
    padding: 0;
}

.icw .sc-apply .title {
    color: #ffffff;
    font-family: Kanit;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.icw .sc-apply .sub-title {
    color: #bfe9d3;
    font-family: Kanit;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.btn-app {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin: 0 15px;
}

.btn-app a {
    border-radius: 23px;
    background-color: #ffffff;
    width: 345px;
    line-height: 45px;
    text-align: center;
}

.btn-app a:hover {
    background-color: #00A94F;
    color: #fff;
}

.icon-time:before {
    color: #bfe9d3;
    margin-right: 5px;
}

@media screen and (max-width:767px) {
    .icw .sc-apply .title {
        font-size: 26px;
    }

    .icw .sc-apply {
        padding: 150px 0;
        background: url(../img/k-sme-medical-credit_bg-apply-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: initial !important;
    }
}
/*########################### end apply ###########################*/

/*########################### sc-hero-banner ###########################*/
.sc-hero-banner .image {
    position: relative;
    border-bottom: 4px solid #45a94f;
}

.sc-hero-banner .hl-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.sc-hero-banner .hl-text .title {
    color: #00a94f;
    font-family: Kanit;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sc-hero-banner .hl-text .title-des {
    color: #10823f;
    font-family: Kanit;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sc-hero-banner .hl-text .des {
    color: #333333;
    font-family: Kanit;
    font-size: 25px;
    font-weight: 400;
}

.sc-hero-banner .hl-text ul.des {
    margin-left: 25px;
}


@media screen and (max-width:767px) {
    .sc-hero-banner .hl-text {
        top: 15%;
        bottom: auto;
    }
}

@media screen and (max-width:991px) {
    .sc-hero-banner .hl-text .title {
        font-size: 18px;
    }

    .sc-hero-banner .hl-text .title-des {
        font-size: 22px;
    }

    .sc-hero-banner .hl-text .des {
        font-size: 20px;
    }
}

@media screen and (max-width:1024px) {
    .sc-hero-banner .image {
        border-bottom: 0;
    }
}
/*########################### end sc-hero-banner ###########################*/

/*########################### back-to-top ###########################*/
.back-to-top {
    opacity: 1;
}
/*########################### end back-to-top ###########################*/

.btn-app .link {
    background: #fff;
    color: #00a94f;
    /* font-family: kurious; */
    font-size: 16px;
}

.btn-app .link:hover {
    background: #fff;
    color: #00a94f;
    text-decoration: none;
    opacity: 0.8;
}

.inactive {
    display: none !important;
}

@media screen and (max-width:1199px) {
    .inactive {
        opacity: 0 !important;
        pointer-events: none;
        transition: none;
        display: block !important;
    }

    .sc-apply-online {
        transition: none !important;
    }
}</pre></body></html>