<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-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}


@media screen and (min-width:320px) {
    .icw .img {
        display: block;
    }

    .icw .imgfull,
    .icw .img-full {
        display: block;
        width: 100%;
    }

    .icw .h1 strong,
    .icw h1 strong,
    .icw .h2 strong,
    .icw h2 strong,
    .icw .h3 strong,
    .icw h3 strong,
    .icw .h4 strong,
    .icw h4 strong,
    .icw .h5 strong,
    .icw h5 strong,
    .icw .h6 strong,
    .icw h6 strong,
    .icw p strong,
    .localnav a.link,
    .table-service th {
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1.5;
    }

    .icw .h1,
    .icw h1,
    .icw .h2,
    .icw h2,
    .icw .h3,
    .icw h3,
    .icw .h4,
    .icw h4,
    .icw .h5,
    .icw h5,
    .icw .h6,
    .icw h6,
    .icw p,
    .content-area ol li {
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.5;
    }

    .icw .h1,
    .icw h1,
    .icw .h1 strong,
    .icw h1 strong {
        font-size: 26px;
        line-height: 1.2;
    }

    .icw .h2,
    .icw h2 {
        font-size: 26px;
    }

    .icw .h3,
    .icw h3 {
        font-size: 20px;
    }

    .icw .h4,
    .icw h4,
    .table-service th {
        font-size: 18px;
    }

    .icw .h5,
    .icw .h6,
    .localnav a.link {
        font-size: 16px;
    }

    .slogan {
        text-align: center;
    }

    /* section-step arrow */
    .slick-arrow.slick-disabled {
        opacity: 0.4;
    }

    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
        position: absolute;
        top: 35%;
        width: 40px;
        height: 40px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
    }

    .slick-slider .slick-next {
        right: -5px;
    }

    .slick-slider .slick-prev {
        left: -5px;
    }

    .slick-slider .slick-next:before {
        content: "\e905";
        border-top: 2px solid #00A94F;
        border-left: 2px solid #00A94F;
    }

    .slick-slider .slick-prev:before {
        content: "\e904";
        border-top: 2px solid #00A94F;
        border-left: 2px solid #00A94F;
    }

    .section-step .slick-slider .slick-next:before {
        border-top: 2px solid #00A94F;
        border-left: 2px solid #00A94F;
    }

    .section-step .slick-slider .slick-prev:before {
        border-top: 2px solid #00A94F;
        border-left: 2px solid #00A94F;
    }

    .slick-slide:focus {
        outline: 0;
    }

    .icw .sc-highlight button.slick-arrow {
        top: 57%;
    }

    .icw button.slick-arrow {
        font-size: 0 !important;
        position: absolute;
        top: 40%;
        z-index: 1;
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 25px;
        overflow: hidden;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-color: #fff !important;
    }

    .slick-arrow:before {
        content: '';
        border-top: 2px solid #00A94F;
        border-left: 2px solid #00A94F;
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        visibility: visible;
        position: relative;
        top: 0;
        left: 14px;
    }

    .slick-next:before {
        left: 11px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slick-slider .slick-dots {
        position: relative;
        text-align: center;
        margin: 20px auto;
        line-height: 0;
    }

    .slick-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: 0;
        outline: none;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #707070;
        opacity: 1;
    }

    .slick-slider .slick-dots li.slick-active button {
        background: #00A94F;
    }

    .slick-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .section-detail .content-area-bg {
        background: rgb(118, 229, 116);
        background: radial-gradient(circle, rgba(118, 229, 116, 1) 0%, rgba(42, 184, 57, 1) 100%);
    }

    .section-step .list-step {
        vertical-align: top;
    }

    .section-step .list-step img {
        width: 100px;
        margin: 0 auto 20px;
    }

    .section-step .list-step .desc img {
        margin: 0 auto 0;
    }

    .bg-gray {
        background-color: #fafafa;
    }

    .section-step .list-step {
        padding: 0 20px;
    }

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

    .entrycontent .table-detail {
        margin-bottom: 0;
    }

    .entrycontent .table-detail h2 {
        margin-bottom: 5px;
    }

    table.table-detail td {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-area-step {
        padding: 20px 0 0;
    }

    table.table-detail td {
        border-left: 0;
    }

    table.table-service {
        border-radius: 10px;
        overflow: hidden;
    }

    .table-service thead th {
        background-color: #333333;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        border-left: 1px solid #f2f2f2;
    }

    .table-service tbody td {
        background-color: #f2fbf6;
        font-size: 16px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: middle;
    }

    .table-service tbody tr:nth-child(even) td {
        background-color: #fff;
    }

    table tr .bg {
        background-color: #f4f4f4;
    }

    table tr .bg-color {
        background-color: #fff;
        border-right: 1px solid #f2f2f2;
    }

    .section-detail-content {
        width: 100%;
        max-width: 1020px;
        margin: 0 auto;
        padding: 40px 0 0;
    }

    .section-step .list-step .content-area p {
        margin-bottom: 0;
    }

    .section-step .list-step .content-area p.desc {
        color: #333;
        font-size: 16px;
    }

    .section-step .slick-mobile .list-step img {
        width: 260px;
    }

    .section-step .slick-mobile .desc img {
        width: 28px;
    }

    .section-step .slick-mobile .list-step img.img-sm {
        width: 100px;
        margin-top: 50%;
    }

    .section-detail p {
        font-family: Helvetica, Arial, sans-serif;
    }

    .section-detail .content {
        padding-left: 20px;
    }

    .section-step .list-step .content-area ol {
        text-align: center;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .section-step .list-step .content-area li {
        margin-bottom: 0;
    }

    .icw table.table-point {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
    }

    .entrycontent table.table-point th p {
        margin-bottom: 0;
    }

    .table-point th {
        background-image: linear-gradient(96deg, #00a950 0%, #005528 100%);
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }

    table.table-point td {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .table-point tr:nth-child(odd) td {
        background-color: #f2fbf6;
    }

    .box-txt {
        width: 100%;
        max-width: 420px;
        margin: 20px 0 30px;
        text-align: center;
    }

    .box-txt p {
        display: inline-block;
        color: #333;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .icw .btn-radius {
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        font-weight: 600;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        position: relative;
        padding-right: 45px;
        padding-bottom: 7px;
    }

    .icw .btn-radius:before,
    .icw .btn-radius:after {
        content: '';
        position: absolute;
        right: 10px;
    }

    /* .icw .btn-radius:before {
        border-radius: 25px;
        background-color: #fff;
        width: 25px;
        height: 25px;
    } */
    /* .icw .btn-radius:after {
        border-top: 2px solid #00a94f;
        border-left: 2px solid #00a94f;
        display: inline-block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        visibility: visible;
        position: absolute;
        right: 19px;
        top: 14px;
    } */
    .icw .btn-radius.btn-dow {
        padding-right: 25px;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .icw .btn-radius.btn-dow:before {
        top: 7px;
    }

    .icw .btn-radius.btn-dow:after {
        top: 15px;
    }

    .table-wrap .table-overlay {
        display: block;
    }

    .text-zoom img,
    .text-zoom p {
        display: inline-block;
        color: #fff;
    }

    .table-service&gt;.image img {
        margin-bottom: 10px;
    }

    .table-service&gt;.image {
        margin-bottom: 40px;
    }

    .section-detail .content {
        text-align: center;
    }

    .section-detail p.detail-head {
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 600;
    }

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

    .section-detail p.howto-use {
        color: #999;
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        margin-top: 5px;
    }

    .condition {
        font-size: 18px;
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
    }

    .accordion-title {
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
    }



    .icw .btn-radius.btn-dt:after {
        top: 20px;
        right: 50px;
    }

    .icw .btn-radius.btn-dt:before {
        margin-right: 30px;
    }

    .logo-step-img {
        width: 550px;
        margin: 0 auto;
    }

    .logo-step-img .logo-step-img-m {
        width: 335px;
    }

    .f-kanit {
        font-family: 'Kanit';
    }

    .section-step .list-step .content-area ul {
        text-align: center;
        width: 100%;
        max-width: 210px;
        margin: 0 auto;
    }
}


/*############################privilege ###################################*/
.privilege {
    background-image: url("../img/bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding-bottom: 80px; */
    height: 365px;
}

.privilege .img-qr {
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 80px;
}

.privilege .d-flex {
    display: flex;
    justify-content: space-around;
}

.f-50 {
    font-size: 50px;
}

.localnav-wrap .f-28 {
    font-size: 28px;
}

.privilege.section .sc-inner {
    padding: 70px 0 60px;
}

.privilege .sc-list-group .list {
    display: inline-flex;
    vertical-align: top;
    width: fit-content;
    font-size: 22px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
}

.sc-list-group {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.privilege .list .image {
    width: 100%;
    max-width: 18px;
    margin-right: 5px;
}

.f-18 {
    font-size: 18px;
}

.section .sc-heading {
    margin-bottom: 0;
}

.txt-right {
    padding-top: 13px;
}

.btn.btn-radius {
    min-width: 100px;
    background-color: #00A950;
    color: #fff;
    border-color: #00A950;
}

.btn.btn-radius .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-left: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -7px;
}

.btn.btn-radius .icon .logo {
    width: 24px;
    margin-left: 0;
}


/*############################abroad ###################################*/
.abroad {
    background-image: url("../img/bg-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.f-16 {
    font-size: 16px;
}

.c-grey {
    color: #666666;
}

.entrycontent p.mt-20 {
    margin-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

/*############################ highlight ###################################*/

.sc-highlight {
    background-image: url("../img/bg-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.list-highlight .content-area a {
    color: #fff !important;
}

.list-highlight .image {
    width: 100%;
    max-width: 210px;
}

.sc-highlight .sc-inner {
    padding: 60px 0 50px 0;
}

.sc-highlight .slick-list {
    overflow: visible;
}

.sc-highlight .slick-dots {
    padding-top: 30px;
}

.sc-highlight .slick-dots li.slick-active button {
    background: #fff;
}

.sc-highlight .list-highlight.slick-slide {
    min-height: 265px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    /* width: 415px; */
    margin: 100px 0 0px;
    border-radius: 10px;
    transition: all 800ms ease;
    position: relative;
    z-index: 1;
}

.sc-highlight .list-highlight.slick-slide {
    background: #fff;
    padding: 20px 45px;
}

.list-highlight .content-area h3 {
    color: #333;
}

.list-highlight .content-area p {
    color: #666;
}

.sc-highlight .list-highlight .image {
    height: 200px;
    margin: 0 auto -120px;
    top: -100px;
}

.sc-highlight .list-highlight .image img {
    transition: .3s ease-in-out;
}

.sc-highlight .list-highlight .content-area {
    padding: 0 0 0 10px;
}

.sc-highlight .list-highlight .content-area h3 {
    margin-top: 20px;
}

.sc-highlight .list-highlight .content-area&gt;p {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.sc-highlight .list-highlight:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}


.bg-point {
    background: rgb(118, 229, 116);
    background: radial-gradient(circle, rgba(118, 229, 116, 1) 0%, rgba(42, 184, 57, 1) 100%);
}

.mt-15 {
    margin-top: 15px;
}

.table-content {
    width: 50%;
}

.f-kanit {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/*############################ openaccount ###################################*/
.openaccount {
    background-image: url("../img/bg-4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.icw .content-area .num.f-16 {
    font-size: 16px;
}


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

    .icw .h1,
    .icw h1,
    .icw .h1 strong,
    .icw h1 strong {
        font-size: 35px;
    }

    .icw .f-28 strong {
        font-size: 28px;
    }

    .icw .h2,
    .icw h2 {
        font-size: 35px;
    }

    .icw .h3,
    .icw h3 {
        font-size: 24px;
    }

    .icw .h4,
    .icw h4 {
        font-size: 22px;
    }

    .icw .h5,
    .icw h5 {
        font-size: 20px;
    }

}

@media screen and (min-width:991px) {
    .section-step .list-step {
        width: calc(100%/3 - 10px);
        margin-top: 30px;
        padding: 0 10px;
        display: inline-block;
    }

}

@media (max-width: 1199px)
/*check 1024*/
    {
    .sc-hero-banner .action-fixed .btn .icon {
        width: 26px;
        height: 26px;
    }

    .sc-hero-banner .action-fixed .btn .icon .logo {
        width: 20px;
    }
}


@media screen and (max-width: 1024px) {
    .main {
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .section-detail .content {
        padding-left: 0;
    }

    .mt42 {
        margin-top: 42px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .table-content {
        width: 100%;
    }

    .btn-tel {
        display: inline-block;
        width: 100%;
        max-width: 160px;
        border: 2px solid #00a94f;
        border-radius: 25px;
        text-align: center;
        padding: 7px 10px;
    }

    /* .slick-slider .slick-dots {
    margin: 0 auto;
  } */
    .txt-group {
        display: table-header-group;
        text-align: center;
    }

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

    .privilege .d-flex {
        display: block;
        padding-left: 60px;
    }

    .f-18 {
        font-size: 16px;
    }

    .f-50 {
        font-size: 42px;
    }

    .f-mb {
        font-size: 16px;
    }

    .sc-highlight .list-highlight.slick-slide {
        padding: 20px;
    }

    .privilege {
        background-image: url("../img/bg-1-m.jpg");
        height: auto;
    }

    .privilege .img-qr {
        right: 20px;
    }

    .abroad {
        background-image: url("../img/bg-2-m.jpg");
    }

    .sc-highlight {
        background-image: url("../img/bg-3-m.jpg");
    }

    .openaccount {
        background-image: url("../img/bg-4-m.jpg");
    }

}

@media screen and (max-width: 767px) {
    .sc-highlight .list-highlight.slick-slide {
        padding: 20px 45px;
    }

    .privilege {
        padding-bottom: 140px;
    }

    .img-country img {
        width: 345px;
    }

    .privilege .d-flex {
        padding-left: 0;
    }
}


.sc-highlight .slick-list {
    padding: 0 !important;
}

@media screen and (min-width: 1024px) and (max-width: 1306px) {
    .privilege .img-qr {
        width: 90px;
    }
}


/* Download Popup */

.download-popup-style.mfp-close-btn-in .mfp-close {
    top: -60px;
    right: 0;
    color: #fff;
}

.download-popup-style.mfp-close-btn-in .mfp-close:hover {
    color: #57c6b6;
}

.download-popup-style .mfp-content {
    background-color: transparent;
}

.download-popup-style .download-popup-wrapper {
    max-width: 540px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.download-popup-style .sc-heading {
    padding: 20px 0;
    background: #00a950;
    /* background: -moz-linear-gradient(-45deg, rgba(85, 107, 110, 1) 0%, rgba(73, 93, 97, 1) 21%, rgba(63, 81, 87, 1) 47%, rgba(58, 76, 81, 1) 71%, rgba(48, 65, 72, 1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(85, 107, 110, 1)), color-stop(21%, rgba(73, 93, 97, 1)), color-stop(47%, rgba(63, 81, 87, 1)), color-stop(71%, rgba(58, 76, 81, 1)), color-stop(100%, rgba(48, 65, 72, 1)));
        background: -webkit-linear-gradient(-45deg, rgba(85, 107, 110, 1) 0%, rgba(73, 93, 97, 1) 21%, rgba(63, 81, 87, 1) 47%, rgba(58, 76, 81, 1) 71%, rgba(48, 65, 72, 1) 100%);
        background: -o-linear-gradient(-45deg, rgba(85, 107, 110, 1) 0%, rgba(73, 93, 97, 1) 21%, rgba(63, 81, 87, 1) 47%, rgba(58, 76, 81, 1) 71%, rgba(48, 65, 72, 1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(85, 107, 110, 1) 0%, rgba(73, 93, 97, 1) 21%, rgba(63, 81, 87, 1) 47%, rgba(58, 76, 81, 1) 71%, rgba(48, 65, 72, 1) 100%);
        background: linear-gradient(135deg, rgba(85, 107, 110, 1) 0%, rgba(73, 93, 97, 1) 21%, rgba(63, 81, 87, 1) 47%, rgba(58, 76, 81, 1) 71%, rgba(48, 65, 72, 1) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#556b6e', endColorstr='#304148', GradientType=1);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.download-popup-style .sc-heading h3 {
    color: #fff;
    font-size: 28px;
}

.download-popup-style .download-popup-qr {
    padding: 30px 0;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.download-popup-style .download-popup-qr img {
    width: 188px;
    margin-bottom: 20px;
}

.download-popup-style .download-popup-qr {
    font-size: 14px;
}



/* End Download Popup */



/* .download-popup-qr img { width: 188px; margin-bottom: 20px; }
    .download-popup-qr { font-size: 14px; }
    .img-popup-style .mfp-content { max-width: 80%; } */

.download-popup-qr .content {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.download-popup-qr .qr-code {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.download-popup-qr {
    font-size: 14px;
}

.img-popup-style .mfp-content {
    max-width: 80%;
}

.download-popup-qr .popup-download-headline {
    font-family: 'Kanit';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.download-popup-qr .popup-step {
    font-family: 'Kanit';
    font-size: 16px;
    text-align: left;
    border-left: 4px solid #00A94F;
    height: 35px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.download-popup-qr .popup-step.mb-0 {
    margin-bottom: 0px;
}

.download-popup-qr .popup-step img {
    height: 100%;
    margin: 0 20px;
}

#popup-download .container {
    width: 1260px;
    padding: 0 60px;
    max-width: 100%;
    margin: 0 auto;
}

.download-popup-style .mfp-content {
    max-width: 900px;
    margin: 0 auto;
}

.download-popup-style .download-popup-wrapper {
    max-width: 900px;
}

.download-popup-style .download-popup-qr img {
    width: 100%;
}

.download-popup-qr .popup-step img {
    width: auto !important;
}

span.nw {
    white-space: nowrap;
}

@media screen and (max-width:767px) {
    #popup-download .container {
        padding: 0 20px;
        width: 100%;
    }

}

/* End Download Popup */


/*############################ sc-faqs ###################################*/
.sc-faqs {
    background: #FCFCFC;
}

.icw .section .sc-heading {
    text-align: center;
}

@media screen and (min-width: 200px) {
    .box-info .box-accordion {
        background: #FAFAFA;
        padding: 16px;
        margin: 0 -16px;
    }

    .box-info .box-accordion .accordion-group {
        padding: 0;
    }

    .box-info .box-accordion .accordion-group .accordion {
        max-width: inherit;
    }
}

@media screen and (min-width: 768px) {
    .box-info .box-accordion {
        background: transparent;
        padding: 32px 32px 0;
        margin: 0;
    }
}

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

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

/*############################ sc-faqs ###################################*/

/*############################ accordion ###################################*/
.sc-faqs .accordion-action {
    position: relative;
    margin: 0 -16px;
}

.sc-faqs .accordion-action .link {
    height: 64px;
    display: flex;
    align-items: center;
    background: var(--cr-light);
    padding: 16px;
    position: relative;
    text-decoration: none;
}

.sc-faqs .accordion-action .link&gt;.txt {
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-dark);
}

.sc-faqs .accordion-action .link&gt;.ic-nvg {
    font-size: 32px;
    color: var(--cr-green);
    margin-right: 8px;
}

.sc-faqs .accordion-action .link:before,
.sc-faqs .accordion-action .link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--cr-green);
    transition: var(--tsition);
    top: 0;
    bottom: 0;
    margin: auto;
}

.sc-faqs .accordion-action .link:before {
    position: absolute;
    transform: rotate(45deg);
    right: 23px;
}

.sc-faqs .accordion-action .link:after {
    position: absolute;
    transform: rotate(-45deg);
    right: 16px;
}

.sc-faqs .accordion-action.active .link:before {
    transform: rotate(-45deg);
}

.sc-faqs .accordion-action.active .link:after {
    transform: rotate(45deg);
}

.sc-faqs .accordion-group {
    padding: 16px 0 24px;
    list-style: none;
    margin: 0
}

.sc-faqs .accordion-group.active {
    display: block;
}

.sc-faqs .accordion-group+.accordion-group {
    margin-top: 16px;
}

.sc-faqs .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
}

.sc-faqs .accordion-group .accordion+.s-title {
    margin-top: 40px;
}

.sc-faqs .accordion-group .accordion {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.sc-faqs .accordion-group .accordion+.accordion {
    margin-top: 16px;
}

.sc-faqs .accordion {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.sc-faqs .accordion .accordion-title {
    position: relative;
    padding: 16px 50px 16px 24px;
    cursor: pointer;
    color: var(--cr-black);
    word-wrap: break-word;
    color: var(--cr-black);
    font-family: Kanit;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
    margin-bottom: 0;
}


.sc-faqs .accordion .accordion-title:after {
    font-family: 'iconavigation';
    content: "\e906";
    font-size: 16px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 15px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-faqs .accordion .accordion-title.active:after {
    content: "\e907";
}

.sc-faqs .accordion .accordion-title:after,
.sc-faqs .accordion .accordion-title:hover {
    color: var(--cr-green);
}
.section.sc-faqs .sc-inner{
    padding: 64px 0;
}

.icw .text-black{
    color: #111;
    margin-bottom: 32px;
}

.sc-faqs .accordion .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
}

.sc-faqs .accordion .accordion-title.active:after {
    color: var(--cr-light);
}

.sc-faqs.section ul li {
    list-style-type:none;
}

.sc-faqs .accordion .accordion-content {
    padding: 16px 24px;
}

.sc-faqs .accordion .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
}

.sc-faqs .accordion .accordion-content p {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sc-faqs .accordion .accordion-content p strong {
    font-weight: 600;
}

.sc-faqs .accordion .accordion-content p .link {
    font-weight: 600;
    font-family: 'kurious-looped';
}

.sc-faqs .accordion .accordion-content p:last-child {
    margin-bottom: 0;
}

.sc-faqs .accordion .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
}

.sc-faqs .accordion .accordion-content ul:last-child {
    margin-bottom: 0;
}

.sc-faqs .accordion .accordion-content ul&gt;li {
    position: relative;
    list-style-type: disc;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333;
}

.sc-faqs .accordion .accordion-content ul&gt;li+li {
    margin-top: 5px;
}

.sc-faqs .accordion .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
}

.sc-faqs .accordion .accordion-content ol:last-child {
    margin-bottom: 0;
}

.sc-faqs .accordion .accordion-content ol&gt;li {
    position: relative;
    list-style-type: decimal;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-gray);
}

.sc-faqs .accordion .accordion-content ol&gt;li+li {
    margin-top: 5px;
}

.sc-faqs .accordion .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.sc-faqs .accordion .accordion-content .link-tel {
    color: var(--cr-light);
    white-space: nowrap;
    text-decoration: none;
    background-color: var(--cr-green);
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    font-family: 'kurious-looped';
    margin: 8px 0;
    margin-right: 16px;
}

.sc-faqs .accordion .accordion-content .link-tel .icon {
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.sc-faqs .accordion .accordion-content .link-tel+.link-tel {
    margin-right: 0;
}

.sc-faqs .accordion .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.sc-faqs .accordion .accordion-content a[x-apple-data-detectors].no-phone {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

@media screen and (min-width: 768px) {
    .sc-faqs .accordion-action {
        display: none;
    }

    .sc-faqs .accordion-group {
        padding: 0;
    }

    .sc-faqs .accordion .accordion-title {
        font-size: 18px;
    }

    .sc-faqs .accordion .accordion-content .link-tel {
        display: none;
    }

    .sc-faqs .accordion .accordion-content a {
        word-break: keep-all;
    }

    .sc-faqs .content-wrapper p img{
        margin-bottom: 5px;
    }
}

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

@media screen and (min-width: 1200px) {
    .sc-faqs .accordion .accordion-title {
        padding: 16px 50px 16px 24px;
    }

    .sc-faqs .accordion .accordion-content {
        padding: 16px 24px;
    }
}</pre></body></html>