<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.label-heading .h3,
.content-link-btn .btn {
    font-family: 'Kanit', Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4;
}

.section-knowledge-content .content {
    margin: 30px auto;
}

.section-knowledge-content .content p::before {
    content: "";
    display: inline-block;
    margin-left: 30px;
}

.section-knowledge-content .content .topic {
    margin-top: 30px;
}

.section-knowledge-content .topic {
    margin-top: 50px;
}

.label-heading .h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.label-heading .h3::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #0DB04B;
    display: block;
    margin: 0 auto 5px;
}

.section-knowledge-content .image {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.section-knowledge-content .table-image {
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
}

.content-link-btn {
    margin: 30px auto;
}

.content-link-btn .btn {
    width: 100%;
    max-width: 310px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 23px;
    padding: 9.5px;
}

.content-link-btn .btn:after {
    font-family: 'icokbank';
    content: "\e909";
    display: inline-block;
    margin-left: 5px;
    font-size: 70%;
    font-weight: bold;
}

.sc-exclusive {
    margin-top: 80px;
}

.sc-exclusive .sc-exclusive-inner:nth-child(even) {
    margin-top: 50px;
}

@media screen and (max-width:767px) {
    .sc-exclusive {
        margin-top: 50px;
    }
    .section-knowledge-content .table-image {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
}</pre></body></html>