/*================ default ==================*/
:root {
    --cr-light: #ffffff;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-black: #000000;
    --cr-lightgray: #999999;
    --cr-green: #00a94f;
    --cr-green2: #007938;
    --cr-border: #e7e7e7;
    --cr-red: #f00;
    --tsition: 0.3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
    white-space: nowrap;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.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-black {
    color: var(--cr-black) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-dark);
    font-family: "kurious-looped";
}

.icw .main strong {
    font-weight: 600;
}

.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.5;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 600;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 600;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.3em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 600;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 600;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 600;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 600;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.5;
}

.icw p {
    font-family: "kurious-looped";
    font-size: 16px;
}

.icw p strong {
    font-weight: 600;
}

.icw p.desc {
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    font-family: "kurious-looped";
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    font-family: "kurious-looped";
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

@media screen and (min-width: 200px) {

    .icw h1,
    .icw .h1 {
        font-size: 28px;
        line-height: 1.5;
    }

    .icw h2,
    .icw .h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .icw h3,
    .icw .h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .icw h4,
    .icw .h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .icw h5,
    .icw .h5 {
        font-size: 16px;
        line-height: 1.5;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {

    .icw h1,
    .icw .h1 {
        font-size: 42px;
        line-height: 1.5;
    }

    .icw h2,
    .icw .h2 {
        font-size: 33px;
        line-height: 1.5;
    }

    .icw h3,
    .icw .h3 {
        font-size: 26px;
        line-height: 1.5;
    }

    .icw h4,
    .icw .h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    .icw h5,
    .icw .h5 {
        font-size: 18px;
        line-height: 1.5;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*============================== Hidden & Visible ===============================*/
.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;
    }
}

/*============================== 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 > div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20 > div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex > div {
    float: none;
}

.icw .row-flex > .col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex > .col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex > .col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex > .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 > li {
    float: left;
}

.icw .section {
    position: relative;
}

.icw .section .sc-inner {
    position: relative;
}

.icw .nw {
    text-wrap: nowrap;
}

@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 !important;
    width: auto;
    min-width: 120px;
    font-family: "kurious-looped";
    font-weight: 600 !important;
    border: 0 !important;
    font-size: 16px;
    height: 48px;
    background: transparent;
    color: var(--cr-gray);
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px !important;
    transition: var(--tsition);
    line-height: 1.5;
    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) !important;
    color: var(--cr-light);
    transition: all 0.8s, color 0.3s 0.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);
}

/*============================== PAGE ===============================*/

/*############################ sc-summary-section ###################################*/
.sc-summary-section {
    background: #F0F8F6;
}

.sc-summary-section .sc-heading p {
    margin-top: 8px;
}

.sc-summary-section .sc-content h2 {
    margin: 24px auto 16px;
}

.text-scroll {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
}

.text-scroll p {
    margin: 0;
}

.text-scroll i {
    color: #009a48;
    font-size: 24px;
}

/* .table tbody tr td:first-child {
  border-left: 0;
} */

.table-responsive {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
}

.table-responsive + p {
    margin-top: 10px;
}

.table-desc {
    margin: 24px auto 0;
    width: 100%;
    max-width: 875px;
    line-height: 1.5;
}

.table-desc ul {
    padding: 0 0 0 24px;
}

.table-wrap .table-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    text-align: center;
    padding: 25px 20px;
    cursor: pointer;
}

.table-wrap .table-overlay .icon {
    width: 216px;
    margin: 0 auto;
}

.table-wrap .table-overlay .desc {
    font-size: 35px;
    text-shadow: -1px 1px 2px #000;
    line-height: 0.8;
    color: #fff;
    margin-bottom: 10px;
}

.table-wrap.scroller .table-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.table-wrap.scroller .table-overlay {
    display: block;
}

.table-wrap.scroller .table-responsive {
    overflow: hidden;
}

.table-wrap.scroller .table-responsive {
    padding-bottom: 0;
}

.table-wrap ul {
    padding: 0 0 0 16px
}

.table-overlay {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table.table-reward-kpoint {
    min-width: 456px;
    border-collapse: collapse;
}

.table.table-reward-kpoint th {
    font-family: "kurious-looped";
    font-size: 18px;
    line-height: 1.5;
}

.table.table-reward-kpoint th {
    font-size: 13px;
    line-height: 1.5 !important;
    color: #fff;
    padding: 16px;
    background-color: #00a94f;
}

.table.table-reward-kpoint th:first-child {
    border-right: 1px solid #e8e8e8;
    border-top-left-radius: 8px;
    width: 120px;
}

.tab-content{
    display: block !important;
}

.icw dd {
    -webkit-margin-start: 0;
}

.accordion-content .table.table-reward-kpoint th {
    border-right: 1px solid #e8e8e8;
}

.table.table-reward-kpoint th:last-child {
    border-top-right-radius: 8px;
}

.table.table-reward-kpoint tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table.table-reward-kpoint tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table.table-reward-kpoint .b-009A48 {
    background-color: #009a48;
    color: #fff;
    padding: 2px 12px;
    border-radius: 20px;
}

.table.table-reward-kpoint th.b-1A7C39 {
    background-color: #1a7c39;
}

.table.table-reward-kpoint td {
    font-size: 13px;
    line-height: 1.5;
    color: #777777;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.icw .sc-table-accordion table {
    width: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    border-radius: 8px;
    /* margin: ; */
    overflow: auto;
}

.table-wrap .table-overlay .desc {
    font-size: 20px;
}

.table-wrap .table-overlay .desc {
    font-family: "Kanit", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.risk-desc {
    margin-top: 12px !important;
    font-size: 13px !important;
}

@media screen and (min-width: 768px) {
    .sc-summary-section .sc-content h2 {
        margin: 24px auto 16px;
    }

    .table-responsive {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .table.table-reward-kpoint {
        /* min-width: 456px; */
        border-collapse: collapse;
    }

    .table.table-reward-kpoint th {
        font-size: 16px;
        line-height: 1.5 !important;
        color: #fff;
        padding: 24px;
        background-color: #00a94f;
    }

    .table.table-reward-kpoint th:first-child,
    .table.table-reward-kpoint td:first-child {
        width: 367px;
    }

    .accordion-content .table.table-reward-kpoint th:first-child,
    .accordion-content .table.table-reward-kpoint td:first-child {
        width: auto;
    }

    .table.table-reward-kpoint th:last-child,
    .table.table-reward-kpoint td:last-child {
        width: 508px;
    }

    .accordion-content .table.table-reward-kpoint th:last-child,
    .accordion-content .table.table-reward-kpoint td:last-child {
        width: auto;
    }

    .table.table-reward-kpoint td {
        font-size: 16px;
        line-height: 1.5;
        color: #666666;
        padding: 16px 24px;
        background-color: #fff;
        border: 1px solid #e8e8e8;
    }

    .icw .sc-table-accordion table {
        width: 100%;
        max-width: 875px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        border-radius: 8px;
        /* margin: ; */
        overflow: hidden;
    }

    .risk-desc {
        margin-top: 8px !important;
        font-size: 16px !important;
    }

    .text-scroll {
        display: none;
    }
}

/* ########### custom scrollbar #############*/
/* width */
.table-responsive::-webkit-scrollbar {
    height: 3px;
    pointer-events: all;
    display: block;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #00a94f;
    border-radius: 10px;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #00a94f;
}

/*############################ sc-how-to-exchange ###################################*/
.sc-how-to-exchange {
    background: #ECEEEF;
}

.sc-how-to-exchange .sc-heading {
    text-align: center;
    margin-bottom: 24px;
}

.sc-how-to-exchange .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5;
}

.sc-how-to-exchange .sc-content {
    max-width: 830px;
    margin: 0 auto;
}

.sc-how-to-exchange table {
    width: 100%;
    border-spacing: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.sc-how-to-exchange tr:first-child td:first-child {
    border-radius: 8px 0 0 0;
}

.sc-how-to-exchange tr:first-child td:last-child {
    border-radius: 0 8px 0 0;
}

.sc-how-to-exchange tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}

.sc-how-to-exchange tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.sc-how-to-exchange td:first-child {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: var(--cr-green);
    color: var(--cr-light);
    font-family: "kurious-looped";
    font-weight: 600;
}

.sc-how-to-exchange td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: var(--cr-light);
    color: var(--cr-gray);
    font-family: "kurious-looped";
    font-weight: 500;
}

.sc-how-to-exchange td {
    padding: 16px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.sc-how-to-exchange td ul li {
    text-align: start;
}

.sc-how-to-exchange td ul p {
    text-align: start;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 24px;
    line-height: 24px;
}

.sc-how-to-exchange td p {
    font-size: 13px;
    line-height: 20px;
}

.sc-how-to-exchange .details-note {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--cr-gray);
}

@media screen and (min-width: 768px) {
    .sc-how-to-exchange td p {
        font-size: 16px;
        line-height: 24px;
    }

    .sc-how-to-exchange .sc-heading {
        margin-bottom: 40px;
    }

    .sc-how-to-exchange td {
        padding: 24px;
        font-size: 16px;
    }

    .sc-how-to-exchange .details-note {
        margin: 32px 0 0;
        font-size: 18px;
        line-height: 1.5;
        color: var(--cr-gray);
    }

}

@media screen and (min-width: 200px) {}

/*############################ sc-fx-booth ###################################*/
.sc-fx-booth {
    background: #ffffff;
}

.sc-fx-booth .sc-heading {
    text-align: center;
    margin-bottom: 24px;
}

.sc-fx-booth .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5;
}

.sc-fx-booth .sc-content {
    position: static;
}

.sc-fx-booth .choice {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-fx-booth .purchase-choice {
    background: linear-gradient(0deg, #b7fbd1 0%, #fbfffc 126.73%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 161px;
    position: relative;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px #0000001A;
    overflow: hidden;

}

.sc-fx-booth .purchase-choice .detail p {
    margin-top: 8px;
}

.sc-fx-booth .purchase-choice img {
    position: absolute;
    top: 16px;
    right: 0;
    aspect-ratio: 104/70;
    width: 104px;
}

.sc-fx-booth .purchase-choice a {
    border-radius: 8px;
    background: var(--cr-green);
    color: #ffffff;
    padding: 8px 24px;
    text-align: center;
    margin-top: 12px;
}

.sc-fx-booth .purchase-note {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--cr-gray);
}

@media screen and (max-width:767px) {
    .sc-fx-booth .purchase-choice:last-child img {
        position: absolute;
        top: 16px;
        right: -20px;
        aspect-ratio: 147/100;
        width: 147px;
    }
}

@media screen and (min-width: 768px) {
    .sc-fx-booth .sc-heading {
        margin-bottom: 32px;
    }

    .sc-fx-booth .choice {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .sc-fx-booth .purchase-choice {
        background: linear-gradient(0deg, #b7fbd1 0%, #fbfffc 126.73%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        height: 221px;
        padding: 26px 32px;
        position: relative;
        box-shadow: 0px 1px 3px 0px #0000001A;
        border-radius: 8px;
    }

    .sc-fx-booth .purchase-choice a {
        border-radius: 8px;
        background: var(--cr-green);
        color: #ffffff;
        width: fit-content;
        padding: 8px 24px;
    }

    .sc-fx-booth .purchase-choice img {
        position: absolute;
        bottom: 0;
        right: 0;
        aspect-ratio: 280/190;
        width: 280px;
    }
}

/*############################ sc-faq ###################################*/
@media screen and (min-width: 200px) {
    .sc-faqs {
        background: url(../img/bg-faq-m2.png), #ECF4F3;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        overflow: hidden;
    }

    .sc-faqs .sc-inner {
        padding: 48px 0;
    }

    .sc-faqs .title-container {
        display: flex;
        flex-direction: column;
        line-height: 0;
    }

    .sc-faqs .container {
        position: relative;
    }

    /* .sc-faqs .container::before {
    background-image: url(../img/bg-faq.png);
    width: 391px;
    height: 158px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    left: -0px;
  } */
    .sc-faqs .sc-heading {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 32px;
    }

    .sc-faqs .sc-heading .title {
        font-size: 28px;
        line-height: 1.5;
    }

    .sc-faqs .sc-heading .desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .sc-faqs .accordion-group .accordion-block + .s-title {
        margin-top: 40px;
    }

    .sc-faqs .accordion-group .accordion-block {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .sc-faqs .accordion-group .accordion-block + .accordion-block {
        margin-top: 16px;
    }

    .sc-faqs .accordion-title {
        position: relative;
        border-radius: var(--radius);
        background: var(--color-light);
        /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
    }

    .sc-faqs .accordion-title {
        position: relative;
        padding: 16px 50px 16px 16px;
        cursor: pointer;
        color: var(--cr-dark);
        word-wrap: break-word;
        font-family: "kurious-looped";
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        border-radius: 8px;
        background-color: transparent;
        transition: var(--transition);
        margin-bottom: 0;
        margin-top: 16px;
        background-color: var(--color-light);
    }

    .sc-faqs .accordion-title:first-child {
        margin-top: 0;
    }

    .sc-faqs .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;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .sc-faqs .accordion-title.active:after {
        content: "\e910";
    }

    .sc-faqs .accordion-title:after {
        color: var(--color-primary);
    }

    .sc-faqs .accordion-title:after {
        color: var(--color-primary);
    }

    .sc-faqs .accordion-title:hover:after {
        color: var(--cr-green);
    }

    .sc-faqs .accordion-title:hover {
        color: var(--cr-dark);
        background-color: var(--cr-light);
        border-left: 8px solid var(--cr-green);
    }

    .sc-faqs .accordion-title.active {
        color: var(--cr-green);
        background-color: #fff;
        border-radius: 8px 8px 0 0;
        border-left: 8px solid var(--cr-green);
        transition: 0ms;
        box-shadow: none;
    }

    .sc-faqs .accordion-title.active:after {
        color: var(--color-green);
    }

    .sc-faqs dl.accordion-group {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .sc-faqs .accordion-content {
        padding: 16px;
        font-family: "kurious-looped";
        margin: 0;
        background-color: var(--color-light);
        /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
        border-radius: 0 0 8px 8px;
        color: var(--cr-gray);
        /* border-left: 8px solid #fff; */
        border-left: 8px solid var(--cr-green);
    }

    .sc-faqs .accordion-content.active {
        border-left: 8px solid var(--cr-green);
    }

    .sc-faqs .accordion-content .hr {
        border-top: 1px solid #eee;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .sc-faqs .accordion-content .remark .remark-title {
        margin-bottom: 8px;
    }

    .sc-faqs .accordion-content .remark .remark-desc {
        font-size: 13px;
    }

    .sc-faqs .accordion-content .remark .list-remark {
        margin-right: 16px;
    }

    .sc-faqs .accordion-content a {
        color: var(--color-primary);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .sc-faqs .accordion-content p,
    .sc-faqs .accordion-content dd {
        line-height: 1.5;
        margin: 0;
        color: var(--cr-gray);
    }

    .sc-faqs .accordion-content p strong,
    .sc-faqs .accordion-content dd strong {
        font-weight: 600;
        color: var(--cr-gray);
    }

    .sc-faqs .accordion-content p:last-child,
    .sc-faqs .accordion-content dd:last-child {
        margin-bottom: 0;
    }

    .sc-faqs .accordion-content ul {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }

    .sc-faqs .accordion-content ul:last-child {
        margin-bottom: 0;
    }

    .sc-faqs .accordion-content ul li::marker {
        font-size: 13px;
    }

    .sc-faqs .accordion-content ul strong {
        color: var(--color-black);
    }

    .sc-faqs .accordion-content ul > li {
        color: var(--cr-gray);
        position: relative;
        list-style-type: disc;
        font-family: "kurious-looped";
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
    }

    .sc-faqs .accordion-content ul > li + li {
        margin-top: 5px;
    }

    .sc-faqs .accordion-content ol {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }

    .sc-faqs .accordion-content ol:last-child {
        margin-bottom: 0;
    }

    .sc-faqs .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        font-family: "kurious-looped";
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
    }

    .sc-faqs .accordion-content ol > li + li {
        margin-top: 5px;
    }

    .sc-faqs .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .sc-faqs .accordion-content .link-tel {
        color: var(--cr-gray);
    }

    .sc-faqs .ic-telephone {
        display: inline-block;
    }

    .sc-faqs .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }

    .sc-faqs .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }

    .sc-faqs .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .sc-faqs .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;
    }

    .sc-faqs .sc-heading {
        margin-bottom: 40px;
    }

    .sc-faqs .tab-control {
        margin-bottom: 40px;
    }

    .sc-faqs .accordion-title {
        font-size: 18px;
    }

    .sc-faqs .accordion-content .link-tel {
        display: none;
    }

    .special-box p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .sc-faqs {
        background: url(../img/bg-faq.png), #ECF4F3;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sc-faqs .sc-inner {
        padding: 64px 0;
    }

    .sc-faqs .sc-heading {
        margin-bottom: 40px;
    }

    .sc-faqs .sc-heading .title {
        font-size: 33px;
    }
}

#navigation-header.fx-fixbarcc-footer .footer-slogan,
#navigation-footer .footer-slogan {
    margin-bottom: 0px;
    padding-bottom: 0;
    height: 64px;
}

/* ########### custom scrollbar #############*/
/* width */
.img-overflow::-webkit-scrollbar {
    height: 3px;
    pointer-events: all;
    display: block;
}

/* Track */
.img-overflow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.img-overflow::-webkit-scrollbar-thumb {
    background: #00a94f;
    border-radius: 10px;
}

/* Handle on hover */
.img-overflow::-webkit-scrollbar-thumb:hover {
    background: #00a94f;
}

/*############################ accordion ###################################*/

.accordion-group .accordion-block + .s-title {
    margin-top: 40px;
}

.accordion-group .accordion-block {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-group .accordion-block + .accordion-block {
    margin-top: 16px;
}


dl.accordion-group {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.accordion-title {
    position: relative;
    border-radius: var(--radius);
    background: var(--color-light);
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
}

.accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: var(--cr-dark);
    word-wrap: break-word;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 8px;
    background-color: transparent;
    transition: var(--transition);
    margin-bottom: 0;
    margin-top: 16px;
    background-color: var(--color-light);
}

.accordion-title:first-child {
    margin-top: 0;
}

.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;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.accordion-title.active:after {
    content: "\e910";
}

.accordion-title:after {
    color: var(--color-primary);
}

.accordion-title:hover:after {
    color: var(--color-primary);
}

.accordion-title:hover {
    color: var(--color-primary);
    background-color: var(--color-light);
    border-left: 8px solid var(--cr-green);
}

.accordion-title.active {
    color: var(--cr-green);
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    border-left: 8px solid var(--cr-green);
    transition: 0ms;
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
}

.accordion-title.active:after {
    color: var(--color-green);
}

.accordion-content {
    padding: 16px;
    font-family: "kurious-looped";
    margin: 0;
    background-color: var(--color-light);
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
    border-radius: 0 0 8px 8px;
    /* border-left: 8px solid var(--cr-light); */
}

.accordion-content.active {
    border-left: 8px solid var(--cr-green);
}

.accordion-content .hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.accordion-content .remark .remark-title {
    margin-bottom: 8px;
}

.accordion-content .remark .remark-desc {
    font-size: 13px;
}

.accordion-content .remark .list-remark {
    margin-right: 16px;
}

.accordion-content a {
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
}

.accordion-content p,
.accordion-content dd {
    line-height: 2;
    margin: 0;
    color: var(--cr-gray);
}

.accordion-content p strong,
.accordion-content dd strong {
    font-weight: 600;
    color: var(--cr-gray);
}

.accordion-content p:last-child,
.accordion-content dd:last-child {
    margin-bottom: 0;
}

.accordion-content ul {
    margin: 0 0 16px 1.2em;
    padding: 0;
}

.accordion-content ul:last-child {
    margin-bottom: 0;
}

.accordion-content ul li::marker {
    font-size: 13px;
}

.accordion-content ul strong {
    color: var(--color-black);
}

.accordion-content ul > li {
    color: var(--cr-gray);
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.accordion-content ul > li + li {
    margin-top: 5px;
}

.accordion-content ol {
    margin: 0 0 16px 1.2em;
    padding: 0;
}

.accordion-content ol:last-child {
    margin-bottom: 0;
}

.accordion-content ol > li {
    position: relative;
    list-style-type: decimal;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.accordion-content ol > li + li {
    margin-top: 5px;
}

.accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.accordion-content .link-tel {
    color: var(--cr-gray);
}

.ic-telephone {
    display: inline-block;
}

.accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.accordion-content .link-tel + .link-tel {
    margin-right: 0;
}

.accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.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;
}

.sc-heading {
    margin-bottom: 40px;
}

.tab-control {
    margin-bottom: 40px;
}

.accordion-title {
    font-size: 18px;
}

.accordion-content .link-tel {
    display: none;
}



.section-highlight {
    background: #f0f8f6;
    height: 70px;
}

@media (max-width: 767px) {
    .show-w767 {
        display: block;
    }

    .hide-w767 {
        display: none;
    }
}


@media screen and (min-width: 768px) {
    .hint-scroll {
        display: none !important;
    }

    .img-table {
        margin-top: 24px;
        padding-bottom: 0;
        margin-bottom: 16px;
        overflow-x: visible;
        overflow-y: visible;
    }
}

@media screen and (min-width: 767px) and (max-width: 1040px) {
    .hide-768-1040 {
        display: none !important;
    }
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: var(--cr-green);
}

.hint-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-top: 24px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: var(--cr-green);
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cr-dark);
    font-family: 'kurious-looped';
}

.img-table {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    display: flex;
    margin-top: 16px;
    /* margin-bottom: 24px; */
    padding-bottom: 16px;
    position: relative;
    justify-content: center;
}

.ab-img {
    position: absolute;
    max-width: 60px;
    width: 100%;
    right: 17px;
    top: -19px;
    display: none;
}

/* width */
.img-table::-webkit-scrollbar {
    height: 3px;
    display: block;

}

/* Track */
.img-table::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(0, 0, 0, .15);
}

/* Handle */
.img-table::-webkit-scrollbar-thumb {
    background: #00A94F;
    border-radius: 10px;
}

.card-table {
    margin-top: 0;
    min-width: 850px;
    /* min-width: 526px; */
    /* min-height: 370px; */
    padding-right: 16px;
}


/* ###### component overflow ###### */

.hint-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-top: 24px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: var(--cr-green);
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cr-dark);
    font-family: 'kurious-looped';
}

.img-table {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    display: flex;
    margin-top: 16px;
    /* margin-bottom: 24px; */
    padding-bottom: 16px;
    position: relative;
}

.ab-img {
    position: absolute;
    max-width: 60px;
    width: 100%;
    right: 17px;
    top: -19px;
    display: none;
}

/* width */
.img-table::-webkit-scrollbar {
    height: 3px;
    display: block;

}

/* Track */
.img-table::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(0, 0, 0, .15);
}

/* Handle */
.img-table::-webkit-scrollbar-thumb {
    background: #00A94F;
    border-radius: 10px;
}


.compn-overflow .compn-overflow-wrapper .compm::-webkit-scrollbar,
.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar,
.compn-overflow::-webkit-scrollbar {
    display: none !important;
}


.ic-slide:before {
    font-family: 'iconavigation' !important;
}

.compn-overflow .compn-overflow-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* .img-table {
    padding-left: 16px;
    padding-right: 16px;
}

.compn-overflow {
    margin: 0 -16px;
} */

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
    display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
    min-width: 650px;
    padding: 0 16px 16px;
}

.compn-overflow .compn-overflow-scroll-wrapper {
    width: calc(100% - 32px);
    height: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px;
    background: rgb(0, 0, 0, 0.15);
    display: block;
    /* margin-left: 16px;
    margin-right: 16px; */
    margin: 0 16px;
    overflow: hidden;
}

.compn-overflow {
    margin: 0 -16px;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
    width: 10%;
    height: 3px;
    border-radius: 3px;
    position: absolute;

    background: #00A950;
}

@media screen and (min-width: 1170px) {
    .compn-overflow .compn-overflow-scroll-wrapper {
        display: none;
    }

    .compn-overflow .compn-overflow-wrapper .compn {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .compn-overflow .compn-overflow-wrapper .compn {
        margin-bottom: 0;
    }
}


/* ###### end component overflow ###### */



/*############################ sc-how-to-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-how-to-apply {
        background: #FEFEFE;
    }

    .sc-how-to-apply .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-how-to-apply .sc-heading .title {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-how-to-apply .sc-content {
        position: static;
        overflow: hidden;
        padding: 40px 56px;
        border-radius: 8px;
        background: #F0F8EE;
    }

    .sc-how-to-apply-slide {
        position: relative;
        overflow: hidden;
    }

    .sc-how-to-apply-slide .swiper-slide {
        width: auto;
    }

    .sc-how-to-apply-slide .wrapper {
        position: relative;
        max-width: 220px;
    }

    .sc-how-to-apply-slide .thumb {
        width: 220px;
        margin: 0 auto 16px;
        border-radius: 8px;
        overflow: hidden;
    }

    .sc-how-to-apply-slide .content {
        text-align: center
    }

    .sc-how-to-apply-slide .content .title {
        margin-bottom: 8px;
        color: var(--cr-dark);
        line-height: 1.5em;
        font-size: 13px;
    }

    .sc-how-to-apply-slide .content .desc {
        margin-bottom: 0;
        color: var(--cr-dark);
        line-height: 1.5em;
    }

    .sc-how-to-apply-slide .content .link {
        text-decoration: underline;
        color: var(--cr-green);
        font-family: 'kurious-looped';
    }

    .sc-how-to-apply-slide .swiper-wrapper {
        justify-content: flex-start;
    }

}

@media screen and (min-width: 768px) {
    .sc-how-to-apply .sc-heading {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 992px) {
    .sc-how-to-apply-slide .swiper-wrapper {
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .sc-how-to-apply-slide .content .link:hover {
        color: #00873F;
    }

    .sc-how-to-apply-slide .swiper-button-next {
        right: -48px;
        top: 36%;
        opacity: 0;
    }

    .sc-how-to-apply-slide .swiper-button-prev {
        left: -48px;
        top: 36%;
        opacity: 0;
    }

    .sc-how-to-apply-slide .swiper-button-next:hover {
        right: -48px;
        top: 36%;
        opacity: 0;
    }

    .sc-how-to-apply-slide .swiper-button-prev:hover {
        left: -48px;
        top: 36%;
        opacity: 0;
    }
}

.c-green {
    color: var(--cr-green);
}

.kplus-logo {
    width: 60px;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}





/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 48%;
    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-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:before,
.swiper-button-prev: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-next:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.swiper-horizontal > .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-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .swiper-pagination {
        padding-top: 24px;
    }
}



/**############################ special-table *############################*/


.fx-booth {
    display: flex;
    flex-direction: row;
}

.fx-booth img {
    width: 462px;
}

.fx-booth .fx-content {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
}


@media screen and (max-width: 767px) {

    .fx-booth {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .fx-booth img {
        width: 200px;
    }

    .fx-booth .fx-content {
        display: flex;
        justify-content: center;
        vertical-align: middle;
        flex-direction: column;
        align-items: center;
    }

}


.rate-today {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
    justify-content: center;
    margin-bottom: 23px;
}

.rate-today .isnow {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--cr-green);
    gap: 4px;
}

.isnow .ic-icon-refresh {
    font-size: 20px;
    margin-bottom: 2%;
}

.isnow p {
    margin: 0 !important;
    text-decoration: underline;
    cursor: pointer;
}





.special-table {
    display: grid;
    grid-template-columns: 24% 30% 23% 23%;
    flex-direction: column;
    gap: 0;
    margin-top: 35px;
}

.special-table.hide-third-column {
    grid-template-columns: 30% 40% 30% !important;
}

.super.special-box {
    position: relative;
    bottom: 23px;
    /* width: 30%; */
}

.currency-content p {
    margin: 0 !important;
    font-weight: 600 !important;
}

.super.special-box ul.special-list li.currency-list {
    border: 1px solid #42A69C;
    border-top: 0;
    background: #F0F8F6;
    color: #3D7678;
    padding: 22px 16px;
}

.super.special-box ul.special-box {
    box-shadow: 4px 4px 12px 0px #42A69C80;
}

ul.special-list.first {
    border-radius: 8px 0 0 8px;
}

ul.special-list {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

li.special-head.first {
    background: var(--cr-green);
    color: var(--cr-light);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.special-head {
    list-style-type: none;
    padding: 16PX;
}



ul.special-list.first li.currency-list-first p {
    margin: 0;
}

li.currency-list-first.left-last-child {
    border-radius: 0 0 0 8px;
}

li.currency-list-first {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    font-weight: 600 !important;
    font-size: 13px;
    justify-content: flex-start;
}

li.currency-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    font-weight: 600;
    font-size: 13px;
    justify-content: center;
}


.super.special-box ul.special-list {
    box-shadow: 4px 4px 12px 0px #42A69C80;
}

li.special-head.secon {
    background: #42A69C;
    padding: 20px;
    color: var(--cr-light);
}

li.special-head {
    list-style-type: none;
    text-align: center;
    padding: 16PX;
}


.special-rate-ico {
    width: 80px;
}

.superbox {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}


.f-13 {
    font-size: 13px;
}

li.currency-list.super-last-child {
    border-radius: 0 0 8px 8px;
}

ul.special-list.third {
    border-radius: 0;
}

li.special-head.third {
    background: #B3BABE;
    color: var(--cr-light);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.special-list.third li.currency-list {
    border: 1px solid #E8E8E8;
    border-top: 0;
    border-left: 0;
    padding: 22px 16px;
    background: var(--cr-light);
}

ul.special-list.fourth {
    border-radius: 0 8px 0 0;
}

li.special-head.fourth {
    background: var(--cr-green);
    color: var(--cr-light);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.special-list.fourth li.currency-list {
    border: 1px solid #E8E8E8;
    border-top: 0;
    border-left: 0;
    padding: 22px 16px;
    background: var(--cr-light);
}

li.currency-list.right-last-child {
    border-radius: 8px 0 8px 0;
}

.flag {
    width: 24px;
}

ul.special-list.first li.currency-list-first {
    border: 1px solid #E8E8E8;
    border-top: 0;
    border-right: 0;
    padding: 10px 14px;
    background: var(--cr-light);
    max-height: 71px; /*responsive on mobile*/
}


@media screen and (max-width: 767px) {
    .superbox {
        flex-direction: column;
    }

    li.special-head.first {
        height: 120px;
    }

    li.special-head.third {
        height: 120px;
    }

    li.special-head.fourth {
        height: 120px;
    }

    .super .special-box {
        bottom: 20px;
        width: 20px;
    }

    ul.special-list.third li.currency-list {
        padding: 25.5px 8px;
    }

    ul.special-list.fourth li.currency-list {
        padding: 25.5px 8px;
    }

    li.special-head.secon {
        padding: 15px 4px 1px 4px;
    }

    .super.special-box ul.special-list li.currency-list {
        padding: 25.5px 8px;
    }

    .rate-today {
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }

    .special-box p {
        font-size: 13px;
    }

    .super.special-box {
        position: relative;
        bottom: 15px;
        /* width: 18%; */
    }

    .special-table {
        display: grid;
        grid-template-columns: 140px 120px 130px 130px;
        gap: 0;
        margin-top: 35px;
    }



    .special-list.first .currency-content p:last-child {
        font-weight: 500;
    }

    .compn-overflow .compn-overflow-wrapper .compn {
        min-width: 550px;
        padding: 0 16px 16px;
    }
}


@media screen and (min-width:768px) and (max-width: 900px) {

    ul.special-list.third li.currency-list {
        padding: 22px 16px;
    }

    ul.special-list.fourth li.currency-list {
        padding: 22px 16px;
    }

    li.special-head.secon {
        padding: 15px 20px;
    }

    .super.special-box ul.special-list li.currency-list {
        padding: 22px 16px;
    }

    .special-table {
        display: grid;
        grid-template-columns: 220px 260px 220px 220px;
        flex-direction: column;
        gap: 0;
        margin-top: 35px;
    }

    .compn-overflow .compn-overflow-wrapper .compn {
        min-width: 950px;
    }

    .compn-overflow-scroll-wrapper {
        display: block;
    }

    .super.special-box {
        bottom: 15px;
    }
}


@media screen and (max-width: 450px) {
    ul.special-list.first li.currency-list-first {
        border: 1px solid #E8E8E8;
        border-top: 0;
        border-right: 0;
        padding: 6px 8px;
        background: var(--cr-light);
        max-height: 71px; /*responsive on moblie*/
    }
}

@media screen and (min-width: 1000px) {
    .compn-overflow .compn-overflow-scroll-wrapper {
        display: none !important;
    }

    .swiper-slide:last-child {
        margin-right: 0 !important;
    }
}

/* Rate Loader Styles */
.rate-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    min-height: 120px;
}

.loader-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #00A94F;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-family: 'Kanit', sans-serif;
}

/* Hide loader when data is loaded */
.special-list:not(:empty) + .rate-loader {
    display: none;
}

/* Show loader initially */
.special-list:empty + .rate-loader {
    display: flex;
}

@media (max-width: 767px) {
    .rate-loader {
        padding: 30px 15px;
        min-height: 100px;
    }
    
    .loader-spinner {
        width: 25px;
        height: 25px;
        border-width: 2px;
    }
    
    .loader-text {
        font-size: 13px;
    }
}

.stickyNav-panelList {
    display: none !important;
}

.stickyNav-anchor{
    margin-bottom: 0 !important;
}

#hightlight{
    display: none !important;
}