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

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


/* tip */

.card-tip {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    border: 1px solid #00A950;
    border-radius: 10px;
    overflow: hidden;
}

.content-inner .h4.tip-title {
    font-family: 'Kanit', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.section-knowledge-content .content .content-inner p::before {
    margin: 0;
}

.card-tip .image {
    width: 100px;
    background: #00A950;
}

.card-tip .image img {
    width: 100%;
    max-width: 60px;
}

.content-inner {
    margin: 0 20px;
    padding: 20px 0;
}

.content-inner .h4.tip-title {
    font-size: 18px;
    margin: 0 0 5px 0;
}

@media screen and (max-width:767px) {
    .sc-exclusive {
        margin-top: 50px;
    }
}</pre></body></html>