<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --promotion-green: #00A94F;
    --promotion-green2: #EBF7F5;
    --promotion-green3: #0A6A60;
    --promotion-green4: #66CAAE;
    --promotion-green5: #F5FBFA;

    --promotion-dark: #333;
    --promotion-dark2: #666;
    --promotion-dark3: #DBDBDB;
}

p {
    margin: 0;
}

.c-green {
    color: var(--promotion-green) !important;
}

.container {
    max-width: 1172px;
    padding: 0 16px;
    margin: 0 auto;
}

/* ############################ header ############################ */
.sc-header {
    padding: 48px 0 0;
}

.sc-header .title {
    color: var(--promotion-dark);
    text-align: center;
    font-family: kurious;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 16px;
}

.sc-header .sub-title {
    color: var(--promotion-dark);
    text-align: center;
    font-family: kurious;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 16px;
}

.sc-header .sub-title span {
    vertical-align: middle;
    display: inline-block;
}

.sc-header .date {
    color: var(--promotion-dark2);
    text-align: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    /* margin-bottom: 24px; */
}

/* ############################ end header ############################ */


/* ############################ end component overflow ############################ */
/* component overflow */
.compn-overflow .compn-overflow-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
    display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
    min-width: 900px;
    width: max-content;
    /* padding-left: 16px; */
    /* display: block; */
    margin-right: 2px;
}

.compn-overflow .compn-overflow-scroll-wrapper {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.15);
    display: block;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
    width: 10%;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    background: #00A950;
}
/* ############################ end component overflow ############################ */

/* popup */
.popup-open .mfp-content {
    width: 100%;
    max-width: 1000px;
    margin: 65px 0;
    background-color: #fff;
    border-radius: 8px;
}

.popup-open .container {
    padding: 110px 48px;
}

.scan-qr-img {
    position: absolute;
    bottom: 0;
    right: 48px;
}

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

.popup-open .accordion {
    margin: 0;
    margin-top: 24px;
}

.popup-title {
    color: #333;
    font-family: kurious;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
    margin-top: 0;
}

.popup-des {
    color: #666;
    font-family: kurious;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.popup-open ul,
.popup-open ol {
    padding-left: 20px;
    margin: 0;
    font-family: kurious-looped;
    line-height: 32px;
}

.popup-open ul .txt-link,
.popup-open ol .txt-link {
    font-family: 'kurious-looped';
}

@media screen and (max-width:767px) {
    .mfp-container {
        padding: 0;
    }

    .popup-open .mfp-content {
        margin: 0;
        border-radius: 0;
        height: 100vh;
        overflow-y: scroll;
    }

    .mfp-close-btn-in .mfp-close {
        top: 16px;
        right: 16px;
    }

    .popup-open .container {
        padding: 16px;
        padding-top: 72px;
    }
}

/* end popup */

.visible-w820-768 {
    display: none !important;
}

.qrcode {
    position: absolute;
    width: 100%;
    top: 23%;
    left: 7.75%;
    margin: auto;
}

.qrcode img {
    position: absolute;
    max-width: 145px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .text-scroll {
        display: none;
    }

    .compn-overflow-scroll-wrapper {
        display: none !important;
    }
}

@media screen and (min-width:768px) and (max-width: 820px) {
    .visible-w820-768 {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .wrap-btn .btn-green-default.mb {
        display: none;
    }

    .wrap-btn .btn-green-default.dt {
        display: inline-block;
    }

    .sc-header {
        padding: 64px 0 0;
    }

    .sc-header .title {
        font-size: 42px;
        line-height: 63px;
        /*margin-bottom: 4px;*/
    }

    .sc-header .sub-title {
        font-size: 20px;
        line-height: 30px;
    }


    /* ############################ component overflow ############################ */
    .compn-overflow .compn-overflow-wrapper .compn {
        min-width: 1060px;
    }
    /* ############################ end component overflow ############################ */
}</pre></body></html>