<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nw {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    font-family: 'kurious-looped';
}

.icw .main strong {
    font-weight: 700;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
    font-family: 'kurious-looped';
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.3em;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 700;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.4em;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 700;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.3em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 700;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.4em;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 700;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 700;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 700;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.2em;
}

.icw p {
    font-family: 'kurious-looped';
    font-size: 16px;
}

.icw p strong {
    font-weight: 700;
}

.icw p.desc {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw a.link-w {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw a.link-text {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: underline;
}

.icw table.table-style2.mb-60 {
    margin-bottom: 0;
}

@media screen and (min-width: 200px) {

    .icw h1,
    .icw .h1 {
        font-size: 28px;
        line-height: 1.4em;
    }

    .icw h2,
    .icw .h2 {
        font-size: 24px;
        line-height: 1.4em;
    }

    .icw h3,
    .icw .h3 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .icw h4,
    .icw .h4 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h5,
    .icw .h5 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 768px) {

    .icw h1,
    .icw .h1 {
        font-size: 42px;
        line-height: 1.3em;
    }

    .icw h2,
    .icw .h2 {
        font-size: 33px;
        line-height: 1.4em;
    }

    .icw h3,
    .icw .h3 {
        font-size: 26px;
        line-height: 1.3em;
    }

    .icw h4,
    .icw .h4 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .icw h5,
    .icw .h5 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}


/*============================== Hidden &amp; Visible ===============================*/
.visible-w1199 {
    display: none;
}

.visible-w991 {
    display: none;
}

.visible-w767 {
    display: none;
}

.visible-w414 {
    display: none;
}

.visible-w375 {
    display: none;
}

.visible-w360 {
    display: none;
}

.show-w1199 {
    display: none;
}

.show-w991 {
    display: none;
}

.show-w767 {
    display: none;
}

.show-w414 {
    display: none;
}

.show-w375 {
    display: none;
}

.show-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block;
    }

    .hide-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block;
    }

    .hide-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block;
    }

    .hide-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .show-w414 {
        display: block;
    }

    .hide-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block;
    }

    .hide-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block;
    }

    .hide-w360 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .visible-w1199 {
        display: block;
    }

    .hidden-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .visible-w991 {
        display: block;
    }

    .hidden-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .visible-w767 {
        display: block;
    }

    .hidden-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .visible-w414 {
        display: block;
    }

    .hidden-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .visible-w375 {
        display: block;
    }

    .hidden-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .visible-w360 {
        display: block;
    }

    .hidden-w360 {
        display: none;
    }
}


/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icw .container:before,
.icw .container:after {
    content: '';
    display: table;
    clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.icw .container {
    max-width: 1172px;
}

.icw .container-xs {
    max-width: 830px;
}

.icw .container-sm {
    max-width: 930px;
}

.icw .container-md {
    max-width: 1030px;
}

.icw .a-left {
    text-align: left;
}

.icw .a-center {
    text-align: center;
}

.icw .a-right {
    text-align: right;
}

.icw .row-0 {
    margin: 0px;
}

.icw .row-0&gt;div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20&gt;div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex&gt;div {
    float: none;
}

.icw .row-flex&gt;.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex&gt;.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex&gt;.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex&gt;.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.icw .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icw .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.icw .item-list&gt;li {
    float: left;
}

.icw .section {
    position: relative;
}

.icw .section .sc-inner {
    position: relative;
}

@media screen and (min-width: 200px) {
    .section .sc-inner {
        padding: 48px 0;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }
}


/*============================== button ===============================*/
.icw .btn {
    padding: 0 32px;
    width: auto;
    min-width: 120px;
    font-family: 'kurious-looped';
    font-weight: 600;
    border: 0;
    font-size: 16px;
    height: 48px;
    background: transparent;
    color: var(--cr-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    transition: var(--tsition);
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: +1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s, color .3s .3s;
}

.icw .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
    background-color: var(--cr-green);
}


/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next2,
.swiper-initialized .swiper-button-prev2,
.swiper-initialized .swiper-button-next2:before,
.swiper-initialized .swiper-button-prev2:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev2,
.swiper-initialized:hover .swiper-button-next2:before,
.swiper-initialized:hover .swiper-button-prev2:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next2.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev2.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next2.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev2.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next2,
.swiper-button-prev2 {
    position: absolute;
    top: 40%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    transition: var(--tsition);
}

.swiper-button-next2 {
    right: 40px;
}

.swiper-button-prev2 {
    left: 40px;
}

.swiper-button-next2:after,
.swiper-button-prev2:after {
    display: none;
}

.swiper-button-next2:before,
.swiper-button-prev2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 2px;
    border-top: 2px solid var(--cr-light);
    border-left: 2px solid var(--cr-light);
    visibility: visible;
    transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-button-next2:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

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

    .swiper-button-next2,
    .swiper-button-prev2 {
        width: 35px;
        height: 35px;
        display: none;
    }
}

/* 333333333333333 */
.swiper-initialized .swiper-button-next3,
.swiper-initialized .swiper-button-prev3,
.swiper-initialized .swiper-button-next3:before,
.swiper-initialized .swiper-button-prev3:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next3,
.swiper-initialized:hover .swiper-button-prev3,
.swiper-initialized:hover .swiper-button-next3:before,
.swiper-initialized:hover .swiper-button-prev3:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next3.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev3.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next3.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev3.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next3,
.swiper-button-prev3 {
    position: absolute;
    top: 22%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    transition: var(--tsition);
}

.swiper-button-next3 {
    right: 40px;
}

.swiper-button-prev3 {
    left: 40px;
}

.swiper-button-next3:after,
.swiper-button-prev3:after {
    display: none;
}

.swiper-button-next3:before,
.swiper-button-prev3:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 2px;
    border-top: 2px solid var(--cr-light);
    border-left: 2px solid var(--cr-light);
    visibility: visible;
    transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-button-next3:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

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

    .swiper-button-next3,
    .swiper-button-prev3 {
        width: 35px;
        height: 35px;
        display: none;
    }
}

/* 444444444444444 */
.swiper-initialized .swiper-button-next4,
.swiper-initialized .swiper-button-prev4,
.swiper-initialized .swiper-button-next4:before,
.swiper-initialized .swiper-button-prev4:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next4,
.swiper-initialized:hover .swiper-button-prev4,
.swiper-initialized:hover .swiper-button-next4:before,
.swiper-initialized:hover .swiper-button-prev4:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next4.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev4.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next4.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev4.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next4,
.swiper-button-prev4 {
    position: absolute;
    top: 20%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    transition: var(--tsition);
}

.swiper-button-next4 {
    right: 40px;
}

.swiper-button-prev4 {
    left: 40px;
}

.swiper-button-next4:after,
.swiper-button-prev4:after {
    display: none;
}

.swiper-button-next4:before,
.swiper-button-prev4:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 2px;
    border-top: 2px solid var(--cr-light);
    border-left: 2px solid var(--cr-light);
    visibility: visible;
    transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-button-next4:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

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

    .swiper-button-next4,
    .swiper-button-prev4 {
        width: 35px;
        height: 35px;
        display: none;
    }
}

.swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
    text-align: center;
    margin: 0;
    padding-top: 32px;
    position: relative;
    bottom: 0;
}

.swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    border: 1px solid #DDDDDD;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--cr-light);
    opacity: 1;
    transition: var(--tsition);
}

.swiper-pagination-bullet-active {
    background: #00A94F;
    border-color: #00A94F;
    opacity: 1;
    width: 24px;
}

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

    .swiper-button-next3,
    .swiper-button-prev3 {
        width: 35px;
        height: 35px;
        display: none;
    }
}

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

    .swiper-horizontal&gt;.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .swiper-pagination {
        padding-top: 24px;
    }
}


/* ################################ section-detail########################################## */

.section .sc-inner.pb-0 {
    padding-bottom: 0;
}

.content-title {
    padding-bottom: 40px;
}

.content-title h1.title-text {
    color: #111;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 16px;
}

.content-title p.f-20 {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
}

.content-title p.f-13 {
    color: #666;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.icw .point {
    border-radius: 8px;
    background: url(../img/bg-kpoint-desktop.png), linear-gradient(180deg, #00A94F 0%, #00745C 57.1%), linear-gradient(100deg, #66CAAE 0%, #0A6A60 48.05%, #40525D 100%);
    background-position: bottom right;
    background-repeat: no-repeat;
    /* background-size: 578px; */
    background-size: contain;
    padding: 40px;
    overflow: hidden;
}

.icw .point h2 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.icw .txt-pooint {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-family: 'kurious-looped';
    text-align: center;
    margin-top: 41px;
}

.sc-paytour-slide .content .desc-w {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.sc-paytour-slide {
    position: relative;
}

.sc-paytour-slide .swiper-slide {
    width: auto;
}

.sc-paytour-slide .wrapper {
    position: relative;
    max-width: 220px;
}

.sc-paytour-slide .thumb {
    width: 200px;
    margin: 0 auto;
}

.sc-paytour-slide .content {
    text-align: center
}

.sc-paytour-slide .content .title {
    margin-bottom: 8px;
    color: var(--cr-dark);
    line-height: 1.5em;
    font-size: 13px;
}

.sc-paytour-slide .content .desc-w {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}


.sc-paytour-slide .content .link {
    text-decoration: underline;
    color: var(--cr-green);
    font-family: 'kurious-looped';
}

.sc-content {
    margin-top: 40px;
}

.icw .link2 {
    color: #CDFF00;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
}

@media screen and (min-width: 1200px) {
    .sc-paytour-slide .content .link:hover {
        color: #00873F;
    }
}

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

    .icw .point h2,
    .icw .f-22-white,
    .list .app-detail {
        font-size: 18px;
    }

    .icw .point {
        padding: 48px 16px 102px;
    }
}

/* ################################ section-detail########################################## */


/* ################################ section-title-gold ########################################## */
.section-title-gold {
    background: url(../img/bg-pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section .sc-inner.pt-0 {
    padding: 0;
}

.section-title-gold .logo-img {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    gap: 65px;
}

.section-title-gold .logo-img img {
    width: 100%;
    max-width: 220px;
}

.section-title-gold h2 {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 16px 0 8px;
    display: flex;
    justify-content: center;
}

.section-title-gold .btn.btn-green {
    display: flex;
    width: 220px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #00A94F;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.section-title-gold .btn.btn-green:hover {
    background: #0BC160;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .swiper-button-next, .swiper-button-prev{
        color: transparent;
    }
    .section-title-gold .logo-img{
        flex-wrap: wrap;
    }
}


@media screen and (max-width: 767px) {
    .section-title-gold {
        background: url(../img/bg-mb.png);
    }
    .section-title-gold .logo-img{
        display: block;
    }
    .section-title-gold .logo-img img {
        max-width: 80px;
    }
    .content-title{
        padding-bottom: 48px;
    }
    .content-title h1.title-text{
        font-size: 28px;
        line-height: 42px;
    }
    .content-title p.f-20{
        font-size: 18px;
        line-height: 27px;
    }
    .section-title-gold .btn.btn-green{
        width: 116px;
    }
    .section-title-gold h2{
        display: block;
        width: fit-content;
        margin-top: 0;
    }
    .section-title-gold .box-g{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: end;
        gap: 16px;
        margin-bottom: 65px;
    }
    .section-title-gold .box-g:last-child{
        margin-bottom: 0;
    }
  
}



/* ################################ section-title-gold ########################################## */

/* ################################ section-condition ########################################## */
.section-content .section-condition .accordion-title:after {
    content: '';
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    width: 8px;
    height: 8px;
    top: 25px;
    right: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.section-content .section-condition .accordion {
    border-top: 1px solid #f2f2f2;
}

.section-condition .accordion-title {
    font-family: 'kurious-looped';
    font-weight: 600;
    line-height: 1.5;
}

.section-condition .heading {
    margin-bottom: 30px;
}

.section-condition {
    background-color: #FAFAFA;
}

.section.section-condition h2.h4 {
    font-size: 42px;
    color: #333;
    font-weight: 600;
    margin-bottom: 32px;
}

.section-condition .accordion-kl {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 16px;
}

.section-condition .accordion-kl:last-child {
    margin-bottom: 0;
}

.section-condition .accordion-title {
    background: #fff;
    color: #333;
    font-family: 'kurious-looped';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 24px;
    border-left: 0;
    /* border-radius: 0; */
}

.section-condition .accordion-title::after {
    font-family: 'icongarage';
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-condition .accordion-title.active:after,
.section-condition .accordion-title.active,
.section-condition .accordion-title:hover:after {
    color: #fff;
    /* transform: translate(0, -50%); */
}

.section-condition a {
    color: #00A94F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
}

.section-condition a:hover {
    text-decoration-line: underline;
}

.section-condition .accordion-title:after {
    font-family: 'icongarage';
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section-condition .accordion-title.active:after {
    content: "\e910";
}

.accordion-title {
    position: relative;
}

.section-condition .accordion-title:after {
    font-family: 'icongarage';
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section-condition .accordion-title.active:after {
    content: "\e910";
    top: 18px;
    transform: translate(0, -50%);
}

.section-condition .accordion-title.active {
    background: #00a94f;
    color: #fff;
}

.section-condition .accordion-title:hover {
    background: #00a94f;
    color: #fff;
}

.section-condition .accordion-title:after {
    color: #00a94f;
    font-weight: 400;
    font-size: 16px;
}

.section-condition .accordion-content {
    background: #fff;
    padding: 16px 24px;
}

.section-condition .wrap ul&gt;li,
.section-condition .wrap p {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.section-condition .accordion-title.active:after,
.section-condition .accordion-title.active,
.section-condition .accordion-title:hover:after {
    color: #fff;
}

.section-condition .accordion-title:after {
    font-family: 'icongarage';
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section-condition .accordion-title:after {
    color: #00a94f;
    font-weight: 400;
    font-size: 16px;
}

.section-condition .wrap ul{
    margin: 5px 15px;
    padding: 0;
}


@media screen and (max-width: 767px) {
    .section-condition .accordion-title {
        padding: 16px;
    }

    .section-condition .accordion-content {
        padding: 16px;
    }
    .section-condition .accordion-title{
        font-size: 16px;
    }

    .section.section-condition h2.h4{
        font-size: 28px;
    }
    .btn-tel {
        border-radius: 8px;
        background: #00A94F;
        display: inline-flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #FFF !important;
        text-align: center;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 8px 0;
        transition: .3s ease-in-out;
        text-decoration: none !important;
    }

}

@media screen and (min-width:767px) {
    .icw .con-sm {
        width: 880px;
    }
}
@media (max-width: 1024px) {
    .icw .con-sm {
        width: auto;
    }
}

@media (max-width: 991px) {
    .icw .con-sm {
        width: 730px;
    }
}

@media (max-width: 767px) {
    .icw .con-sm {
        width: 330px;
    }
}

/* ################################ section-condition ########################################## */</pre></body></html>