/*================ 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: #E32726;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.nw {
    white-space: nowrap;
}
.mb-16 {
    margin-bottom: 8px !important;
}
.mb-24 {
    margin-bottom: 16px !important;
}
.icw p.txt-special {
    font-size: 16px;
    line-height: 1.5;
    color: #FDE289;
    margin-top: 8px;
}
.a-left {
    text-align: left !important;
}
.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-black {
    color: var(--cr-black) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-greenlight {
    color: #20E87E !important;
}

.icw .text-pink {
    color: #FFAAAA !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 .text-warning {
    color: var(--cr-warning) !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    z-index: inherit;
}

.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 {
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 600;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 600;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 600;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 600;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 600;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 600;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.2em;
}

.icw p {
    font-size: 16px;
}

.icw p strong {
    font-weight: 600;
}

.icw p.desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw a.link-more {
    font-weight: 600;
    color: var(--cr-light);
    text-decoration: underline;
}

.icw ul {
    padding: 0;
    margin: 0;
    padding-left: 24px;
}
.icw ul.stickyNav-list {
    padding: 0;
    margin: 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;
    }
    .mb-16 {
        margin-bottom: 16px !important;
    }
    .mb-24 {
        margin-bottom: 24px !important;
    }
    .icw p.txt-special {
        font-size: 20px;
    }
}


/*============================== 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;
}

.show-w280 {
    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: 280px) {
    .show-w280 {
        display: block;
    }

    .hide-w280 {
        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 input::placeholder {
    color: #999;
}

.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 .section .sc-heading {
    text-align: center;
}

/*============================== button ===============================*/
.icw .btn {
    padding: 0 32px;
    width: auto;
    min-width: 120px;
    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);
}

/*############################ tab  ###################################*/
.tab-control {
    position: relative;
    height: 36px;
    margin-bottom: 0px;
}

.tab-control:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -1px;
    right: 0;
    /* background-color: #DBDBDB; */
    border-radius: 50px;
    z-index: 4;
}

.tab {
    position: relative;
    z-index: 3;
}

.tab .control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab .control li {
    display: inline-flex;
}

.tab .control a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 36px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-bottom-color: transparent;
}

.tab .control a.active {
    pointer-events: none;
    border-color: var(--cr-green);
}

.tab .control a .txt {
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-dark);
    transition: var(--tsition);
    line-height: 1.4;
    white-space: nowrap;
}

.tab .control a.active .txt {
    color: var(--cr-black);
    font-weight: 600;
}

.tab .selector {
    height: 3px;
    background-color: var(--cr-green);
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: var(--radius);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.tab.active {
    overflow: visible;
}

.tab.active .control {
    display: block;
    flex-wrap: inherit;
    width: auto;
    margin-left: -16px;
    margin-right: -40px;
    position: relative;
    z-index: 1;
    top: 35px;
    padding: 16px 11px;
    background: linear-gradient(0deg, #EFF0EC 0%, #EFF0EC 100%), #FFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab.active .control a {
    display: inline-flex;
    height: auto;
    padding: 8px 32px;
    border: 1px solid #999999;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    margin: 4px;
    color: #333333;
}

.tab.active .control a.active {
    border-color: var(--cr-green);
    color: var(--cr-green);
    background-color: var(--cr-green);
}

.tab.active .control a.active .txt {
    color: var(--cr-light);
}

.tab-content {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}

.tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.action-dropdown {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 22px;
    border-left: 1px solid #E5E5E5;
    align-items: center;
    justify-content: flex-end;
}

.action-dropdown .link {
    display: block;
    position: relative;
    width: 16px;
    height: 12px;
}

.action-dropdown .link:before,
.action-dropdown .link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--cr-green);
    transition: var(--tsition);
}

.action-dropdown .link:before {
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: -1px;
}

.action-dropdown .link:after {
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
    left: 6px;
}

.action-dropdown .link.active:before {
    transform: rotate(-45deg);
}

.action-dropdown .link.active:after {
    transform: rotate(45deg);
}

.tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--tsition);
}

.tab-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.tab-dropdown.active .txt {
    font-weight: 600;
    color: var(--cr-black);
}

.tab-dropdown .txt {
    font-weight: 500;
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 24px;
}


.tab-control:before {
    display: block;
    bottom: 0;
    top: 36px;
}

.tab-control:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 70px;
    pointer-events: none;
    /* background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #EFF0EC 72.45%); mix-blend-mode: luminosity; */
}

.tab {
    overflow: auto;
    margin-right: 24px;
}

.tab .control {
    justify-content: flex-start;
}

.tab .control:after {
    content: '';
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.tab.active {
    overflow: visible;
}

.tab-control.active:after {
    display: none;
}


@media screen and (min-width: 768px) {
    .tab-control:after {
        display: none;
    }

    .tab .selector {
        display: block;
    }

    .tab .control {
        gap: 48px;
    }

    .tab .control a.active {
        border-bottom-color: transparent;
    }

    .tab {
        overflow: visible;
    }

    .tab .control {
        justify-content: center;
    }

    .tab .control:after {
        display: none;
    }

    .action-dropdown {
        display: none;
    }

    .tab-dropdown {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        display: none;
    }
}

/*==================== slick ====================*/
@media screen and (min-width: 320px) {
    .list-highlight.slick-slide.slick-active.slick-center {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    .list-highlight.slick-slide {
        background: linear-gradient(144.76deg, #733B3B 1.75%, #CC9894 100%);
        margin: 100px 0 0px;
        padding: 20px 30px;
        min-height: 250px;
        border-radius: 10px;
        transition: all 800ms ease;
        position: relative;
        z-index: 1;
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}
@media screen and (min-width: 992px) {
    .list-highlight.slick-slide {
        padding: 20px 30px;
    }
}
.slick-slider .slick-arrow.slick-disabled {opacity: 0.4;}
.slick-slider .slick-next {right: 5px;}
.slick-slider .slick-prev {left: 5px;}
.slick-slider .slick-next.slick-arrow,
.slick-slider .slick-prev.slick-arrow { position: absolute; top: 48%; box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1; font-size: 0; background-color: #fff; overflow: hidden; width: 40px; height: 40px;
    border-radius: 50%; transform: translate(0, -50%);
    display: none !important;
}
.slick-slider .slick-arrow:before { content: ''; display: inline-block;width: 10px;height: 10px; position: relative;  top: 0;
    border-top: 2px solid #00A950; border-left: 2px solid #00A950; visibility: visible; 
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 16px;
}
.slick-slider .slick-next:before { left: 13px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slick-slider:focus { outline: 0;}
.slick-slider .slick-dots{text-align: center; margin: 0;}
.slick-slider .slick-dots li {position: relative;display: inline-block; width: auto;height: auto; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-slider .slick-dots li button { font-size: 0; line-height: 0; margin: 0; padding: 0; cursor: pointer; 
    border: 0; outline: none;width: 10px; height: 10px; border-radius: 50%; background: #CCCCCC;opacity: 1;
}
.slick-slider .slick-dots li.slick-active button {background: #18A950;}

@media screen and (max-width:767px){
    .slick-slider .slick-next.slick-arrow,
    .slick-slider .slick-prev.slick-arrow {width: 30px; height: 30px;}
    .slick-slider .slick-arrow:before{left: 12px;}
    .slick-slider .slick-next:before {left: 8px;}
}

/*================================== section padding =========================================*/
@media screen and (min-width: 200px) {

    .section .sc-inner {
        padding: 48px 0;
    }


    .section .sc-heading {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }

    .section .sc-heading {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .section .sc-inner {
        padding: 48px 0;
    }

    .icw .row-flex.align-items-center {
        justify-content: center;
        padding-top: 30px;
    }
}

/*############################ preload ###################################*/
.dim-page {
    opacity: 0 !important;
}

.g-load-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background: var(--cr-light);
}

.g-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.g-loader {
    border: 5px solid var(--cr-green);
    border-radius: 100%;
    border-top: 5px solid #d7d7d7;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.section .sc-inner .sc-heading h1.title {
    font-size: 42px;
    line-height: 63px;
    font-weight: 600;
}

.section .sc-inner .sc-heading h2.title {
    font-size: 33px;
    line-height: 150%;
    font-weight: 600;
    color: #333333;
}

@media screen and (max-width: 767px) {
    .section .sc-inner .sc-heading h1.title {
        font-size: 28px;
        line-height: 42px;
    }

    .section .sc-inner .sc-heading h2.title {
        font-size: 24px;
    }
}

/*############################ sc-highlight ###################################*/
.sc-highlight {
    overflow: hidden;
    background: radial-gradient(71.56% 151.99% at 50% 2.29%, #F5F5F5 0%, #FFFFFF 50%, #C8C8C6 100%);
}
.text-gradient {
    background: linear-gradient(109.71deg, #854746 0%, #C18B88 100%);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) {
    .content-area p>img {
        display: inline-block;
    }
}
.sc-highlight .inner{padding: 80px 0;}
.sc-highlight .sc-heading{margin-bottom: 32px;}
/* .sc-highlight .slick-dots {padding-top: 60px;} */
.sc-highlight .slick-dots li.slick-active button {
    background: #00A94F;
    width: 24px;
    border-radius: 100px;
}
.sc-highlight .slick-slider .slick-prev{left: 50%; margin-left: -572px;}
.sc-highlight .slick-slider .slick-next{right: 50%; margin-right: -572px;}
.sc-highlight .slick-slider .slick-track{margin: 0 auto;}
/* .sc-highlight .slick-slider .slick-list{overflow: visible;} */
.sc-highlight .list-highlight.slick-slide {min-height: 302px;}
.sc-highlight .list-highlight .image{position: relative;}
.sc-highlight .list-highlight.slick-slide{position: relative; width: 370px;}
/* .sc-highlight .list-highlight.slick-slide.bgI{background-image: linear-gradient(135deg, rgba(41,147,102,1) 0%, rgba(84,182,222,1) 100%);}
.sc-highlight .list-highlight.slick-slide.bgII{background-image: linear-gradient(135deg, rgba(221,109,156,1) 0%, rgba(129,158,200,1) 50%, rgba(30,149,90,1) 100%);}
.sc-highlight .list-highlight.slick-slide.bgIII{background-image: linear-gradient(135deg, #68BB8D 0%, #CDCB5B 100%);}
.sc-highlight .list-highlight.slick-slide.bg-transit{background: #134D30; background: -webkit-linear-gradient(121.17deg, #40B79C 0%, #134D30 100%); background: linear-gradient(121.17deg, #40B79C 0%, #134D30 100%);} */
.sc-highlight .list-highlight .image {
    height: 160px; 
    margin: 0 auto -110px; 
    top: -135px;
    /* width: 100%; */
    max-width: 250px;
}
.sc-highlight .list-highlight .image.-typeII {top: -100px;}
.sc-highlight .list-highlight .image img {
    transition: .3s ease-in-out; 
    /* max-height: 100%;  */
    width: 250px;
    height: 200px;
    margin: 0 auto;
}
.sc-highlight .list-highlight .content-area {
    padding: 0 0 0 0px;
    margin-top: 20px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.sc-highlight .list-highlight .content-area h3 {margin-top: 24px; color: #fff; margin-bottom: 10px;
    line-height: 1.5; min-height: 1.5em; font-size: 20px;
}
.sc-highlight .list-highlight .content-area p {font-weight: 500; color: #fff; line-height: 1.5;}
.icw .sc-highlight .list-highlight .content-area p.txt-special {
    font-weight: 600 !important; 
    margin-top: 20px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5;
    min-height: 1.5em;
    font-size: 18px;
}
.sc-highlight .list-highlight .content-area a{color: #fff; text-decoration: underline; position: relative;}
.sc-highlight .list-highlight .content-area a:before{background-color: #fff;}
.sc-highlight .list-highlight:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.icw .sc-highlight .list-highlight .txt-hl {
    color: #FFEBA8;
    font-size: 13px;
    line-height: 1.5;
}
.sc-highlight .list-highlight .content-area h3 img {
    max-height: 24px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .sc-highlight .list-highlight .content-area {
        margin-top: 26px;
        /* justify-content: flex-end; */
    }
}

@media screen and (max-width: 1199px){
    .sc-highlight .slick-slider .slick-prev {left: 15px;margin-left: 0;}
    .sc-highlight .slick-slider .slick-next {right: 15px;margin-right: 0;}
}
@media screen and (max-width:991px){
    .sc-highlight .list-highlight.slick-slide{margin-left: 10px; margin-right: 10px; width: 330px;}
}
@media screen and (max-width:767px){
    .sc-highlight .sc-heading {
        margin-bottom: 8px;
    }
    .sc-highlight .slick-slider .slick-list{margin: 0 -15px;}
    .sc-highlight .slick-slider .slick-track {padding-bottom: 20px;}
    .sc-highlight .slick-slider .slick-prev,
    .sc-highlight .slick-slider .slick-next{top: 54%;}
    .sc-highlight .slick-slider .slick-prev{left: -5px;}
    .sc-highlight .slick-slider .slick-next{right: -8px;}
    /* .sc-highlight .slick-dots {padding-top: 20px;} */
    .sc-highlight .list-highlight.slick-slide {width: 328px; padding: 10px 25px; margin: 80px 5px 0;}
    .sc-highlight .list-highlight .image {top: -80px; max-width: 230px;}
}

/*############################ end sc-highlight ###################################*/

/*######################### sc-exchange #########################*/
.sc-exchange{
    position: relative; 
    /* z-index: -1; 
    margin-bottom: -160px;  */
    background-image: url("/SiteCollectionDocuments/personal/debit-card/kmost/img/debit-kmove-bg-rate-desktop.jpg");
    background-size: cover;
    background-position: top center; 
    background-repeat: no-repeat;
}
.sc-exchange .sc-inner{padding: 80px 0;}
.sc-exchange .sc-container{
    position: relative; 
}
/*.sc-exchange .thumb{position: absolute; bottom: 0; left: 0px; width: calc(1392px/2);}*/
/* .sc-exchange .thumb{position: absolute; top: 0; bottom: -120px;left: 0px; margin: auto;width: 550px;height: 425px;}
.sc-exchange .date{position: absolute; top: 0; left: 15px;} */
/* .sc-exchange .sc-heading{width: 404px; float: right; position: static;}
.sc-exchange .sc-content{width: 404px; float: right; padding-bottom: 90px; clear: both; position: relative; min-height: 791px;} */
.sc-exchange .sc-heading{
    margin-bottom: 40px;
}
.sc-exchange .sc-heading h2 {
    font-weight: 600;
    text-shadow: 0 0 2px rgba(255, 255, 255, 1), 0 0 4px rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}
.sc-exchange .sc-heading p {
    font-size: 16px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 1), 0 0 4px rgba(255, 255, 255, 0.9);
}
/* .sc-exchange .sc-heading .h1{margin-bottom: 10px;} */
.sc-exchange .sc-heading .desc{ 
    font-size: 16px; 
    font-weight: 400;
    line-height: 1.5;
}
.sc-exchange .table-wrap{ 
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    background: #fff;
    border: 1px solid #FFFFFFB2;
    margin-bottom: 0;
}
.sc-exchange .table-responsive{border-radius: 0; box-shadow: none; padding-bottom: 0;}
.sc-exchange #visa-rate.table{
    min-width: auto !important; 
    width: 100%; 
    border-collapse: collapse;
    margin-bottom: 0;
}
.sc-exchange #visa-rate.table thead td{
    padding: 16px; 
    text-align: center; 
    color: #ffffff;
    vertical-align: middle;
    font-weight: 600;
    font-size: 13px; 
    line-height: 1.5;
}
.sc-exchange #visa-rate.table thead td {
    width: 50%;
}
.sc-exchange .sc-content.exchgnTable {
    max-width: 600px;
    margin: 0 auto;
}
.sc-exchange #visa-rate.table thead td:first-child{
    border-right: 1px solid #E8E8E8 !important;
}
.sc-exchange #visa-rate.table tbody th,
.sc-exchange #visa-rate.table tbody td{
    padding: 8px 16px !important;
    vertical-align: middle !important;
    background-color: #ffffff;
    border: 0 !important;
    border-top: 1px solid #E8E8E8 !important;
}
.sc-exchange #visa-rate.table tbody tr:first-child th,
.sc-exchange #visa-rate.table tbody tr:first-child td{border-top: 0 !important;}
.sc-exchange #visa-rate.table tbody th{
    border-right: 1px solid #E8E8E8 !important;
}
 
.sc-exchange #visa-rate.table tbody th > div{
    display: flex; 
    /* align-items: center; */
}
.sc-exchange #visa-rate.table tbody th img{
    float: none !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 12px 0 0 !important;
    flex: 0 0 auto;
}
.sc-exchange #visa-rate.table tbody th > div > div{float: none !important; margin: 0 !important;}
.sc-exchange #visa-rate.table tbody th p{
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    line-height: 20px !important;
}
.sc-exchange #visa-rate.table tbody th p span{
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #333333 !important;
}
 
.sc-exchange #visa-rate.table tbody td{
    text-align: center !important;
    font-size: 13px !important;
    color: #666666 !important;
}
.sc-exchange #visa-rate.table tbody td center{text-align: center;}
 
.sc-exchange #visa-rate.table .c {padding: 10px;font-size: 16px;text-align: center; border-left: 1px solid #fff;background-color: #f1f1f1;font-weight: 600;}
.sc-exchange #visa-rate.table .c2 {padding: 10px !important;font-size: 14px !important; text-align: center !important;border-left: 1px solid #fff !important;}
.sc-exchange .footer-table {
    display: flex;
    margin-top: 24px;
    align-items: flex-end;
    justify-content: space-between;
}
.sc-exchange .footer-table .date {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #111111 !important;
}
.sc-exchange .footer-table .sc-action {
    margin-top: 0;
}
.sc-exchange .footer-table .sc-action a {
    color: #00A94F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .sc-exchange #visa-rate.table thead td:first-child {
        width: 60%;
    }
}

@media screen and (max-width: 1199px){
    .sc-exchange .thumb {bottom: -60px; top: 0; left: 15px; margin: auto; height: 431px; width: calc(1392px/2.5);}
    .sc-exchange .sc-heading,
    .sc-exchange .sc-content{width: 400px;}
}
@media screen and (max-width:991px){
    .sc-exchange .thumb {bottom: 0;left: 10px;top: 0; margin: auto;width: 340px;height: 265px;}
    .sc-exchange .sc-content{min-height: 788px;}
}
@media screen and (max-width:767px){
    .sc-exchange {
            background-image: url("/SiteCollectionDocuments/personal/debit-card/kmove/img/debit-kmove-bg-rate-mobile.jpg");
        /* z-index: 0;  */
        margin-bottom: 0;
    }
    .sc-exchange .sc-inner{padding-bottom: 0;}
    .sc-exchange .thumb{position: relative; width: 100%; height: auto; left: 0; margin-bottom: 30px;}
    .sc-exchange .date{position: relative; left: 0; text-align: center; margin-bottom: 0;}
    .sc-exchange .sc-heading,
    .sc-exchange .sc-content {width: 100%;}
    .sc-exchange .sc-heading {
        margin-bottom: 32px;
    }
    .sc-exchange .sc-content{
        padding-bottom: 48px;
        min-height: unset;
    }
}
/*############################ end sc-exchange ###################################*/

/*############################ sc-fee ###################################*/
.sc-fee {
    background: radial-gradient(67.13% 151.99% at 50% 2.29%, #FFFFFF 0%, #F2F2F2 44.23%, #898C8C 100%);
    background-image: url("/SiteCollectionDocuments/personal/debit-card/kmost/img/bg-desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.sc-fee .sc-inner {
    padding: 64px 0 0;
}

.sc-fee .detail-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.sc-fee .left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
}

.sc-fee .left .title {
    font-size: 33px;
    line-height: 50px;
    font-weight: 600;
    color: #333333;
}

.sc-fee .left .detail {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
}

.sc-fee .left .detail .desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
}

.sc-fee .left .detail .link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.sc-fee .right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sc-fee .right .desc {
    font-size: 20px;
    line-height: 100%;
    color: #333333;
    font-weight: 400;
}

.sc-fee .h-title {
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    display: block;
    color: #111111;
}

.sc-fee .box-info {
    padding: 48px 32px;
}

.sc-fee .box-info .wrapper .inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-fee .box-info .wrapper .inner .box-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sc-fee .box-info .wrapper .inner .box-container .subtitle {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #333333;
}

.sc-fee .box-info .wrapper .inner .box-container .box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-fee .box-info .wrapper .inner .box-container .box-wrapper ul {
    padding-left: 20px;
}

.sc-fee .box-info .wrapper .inner .box-container .box-wrapper li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #666666;
    list-style: disc;
}

.sc-fee .box-info {
    position: relative;
    border-top: 5px solid var(--cr-green);
    background: #FAFAFA;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    display: block;
}
.sc-fee .box-info::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    top: -5px;
    left: 0;
    background: linear-gradient(90deg, #DDB7B6 20%, #EED1D8 50%, #DDB7B6 80%);
    z-index: 1;
}

.sc-fee .box-info+.box-info {
    margin-top: 16px;
    border-top: 5px solid var(--cr-green);
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .sc-fee {
        background: radial-gradient(67.13% 151.99% at 50% 2.29%, #FFFFFF 0%, #F2F2F2 44.23%, #898C8C 100%);
        background-image: url("/SiteCollectionDocuments/personal/debit-card/kmost/img/bg-mobile.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .sc-fee .sc-inner {
        padding: 48px 0;
    }

    .sc-fee .detail-container {
        flex-direction: column;
        gap: 32px;
    }

    .sc-fee .left {
        width: 100%;
        gap: 13px;
    }

    .sc-fee .left .title {
        font-size: 20px;
        line-height: 150%;
    }

    .sc-fee .left .detail {
        gap: 13px;
    }

    .sc-fee .left .detail .desc {
        font-size: 16px;
        line-height: 150%;
    }

    .sc-fee .right .desc {
        font-size: 14px;
        line-height: 100%;
    }

    .sc-fee .h-title {
        font-size: 28px;
        line-height: 1.5em;
        color: var(--cr-dark);
        text-align: center;
        margin-bottom: 24px;
        display: none;
    }

    .sc-fee .h-title strong {
        font-weight: 600;
    }

    .sc-fee .box-info {
        padding: 30px 20px;
    }

    .sc-fee .box-info .wrapper .inner .box-container .box-wrapper li {
        line-height: 150%;
    }
}

@media screen and (min-width: 200px) {
    .sc-fee .sc-shortcut {
        background: #fff;
        margin-top: 0;
        padding: 32px 16px;
    }

    .sc-fee .sc-shortcut .wrapper {
        flex-direction: row;
    }

    .sc-fee .sc-shortcut .item-list li:last-child {
        border-bottom: 0;
    }

}

@media screen and (min-width: 768px) {
    .sc-fee .sc-shortcut {
        background: transparent;
        padding: 0;
        padding-bottom: 64px;
        padding-top: 32px;
    }

    .sc-fee .sc-shortcut .wrapper {
        background: #fff;
        flex-direction: column;
    }
}

/*############################ fee table ###################################*/
table {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #666666;
}

table strong {
    font-weight: 600;
}

#table-res01.table-responsive,
#table-res02.table-responsive {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0;
}

.adjust-w {
    min-width: auto !important;
    width: 100% !important;
}

.table-row {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0;
    border-radius: 8px;
}

.table-row th,
.table-row td {
    border: 0.5px solid #E8E8E8;
    color: #666666;
}

.table-row tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.table-row tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table-row tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.table-row tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table-row th,
.table-row td {
    padding: 8px 16px;
    text-align: center;
    line-height: 1.5;
}

.table-row .bg {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: #00A94F;
}

/* .table-row .bg:nth-child(odd) {
    background: #00A94F;
}

.table-row .bg:nth-child(even) {
    background: #008B42;
} */
/* .table-row tbody tr:nth-child(even) {
    background: #F4F4F4;
} */

.table-responsive::-webkit-scrollbar { display: initial; }
.hint-scroll {
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 16px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: #00A94F;
    background: transparent;
    padding: 0;
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
    background: transparent;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    .hint-scroll {
        display: flex;
    }
}

.responsive-scroll {
    background-color: rgb(0, 0, 0, 0.15);
    margin-top: 16px;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    padding: 0;
  }
.responsive-scroll .scroll {
    background-color: #00a94f;
    position: absolute;
    border-radius: 8px;
    display: block;
    height: 3px;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .responsive-scroll { display: none; }
}

@media screen and (max-width: 767px) {
    #table-res01 .table-row, 
    #table-res02 .table-row {
        min-width: 660px !important;
    }

    .table-responsive::-webkit-scrollbar { display: none; }
}

/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
    .sc-shortcut {
        background-color: var(--cr-light);
        overflow: hidden;
    }

    .sc-shortcut.sc-top .sc-inner {
        padding-top: 90px;
    }

    .sc-shortcut .sc-inner {
        padding: 40px 0;
    }

    .sc-shortcut .item-list {
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sc-shortcut .item-list>li {
        width: 100%;
        border-bottom: 1px solid var(--cr-border);
        padding-bottom: 8px;
        max-width: 215px;
    }

    .sc-shortcut .item-list>li+li {
        margin-top: 8px;
        padding-bottom: 8px;
    }

    .sc-shortcut .wrapper {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        position: relative;
        padding: 8px 0;
    }

    .sc-shortcut .icon {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .sc-shortcut .icon img {
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .sc-shortcut .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 16px;
    }

    .sc-shortcut .txt {
        font-size: 16px;
        color: var(--cr-green);
        margin: 0;
        line-height: 1.5em;
    }

    .sc-shortcut .txt strong {
        font-weight: 600;
        color: var(--cr-dark);
    }

    .sc-shortcut .txt .a-link {
        font-weight: 600;
        color: var(--cr-green);
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {
    .sc-shortcut .item-list {
        margin: -9px;
        display: flex;
        flex-wrap: wrap;
    }

    .sc-shortcut .item-list>li {
        width: calc(100%/3);
        border: 0;
        padding: 9px;
    }

    .sc-shortcut .item-list>li+li {
        margin-top: 0;
    }

    .sc-shortcut .wrapper {
        border: 1px solid #EDEDED;
        border-radius: 8px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 144px;
    }

    .sc-shortcut .wrapper:before {
        display: none;
    }

    .sc-shortcut .content {
        padding-left: 0;
        padding-top: 15px;
    }

    .sc-shortcut .icon img {
        height: 25px;
    }

    .sc-shortcut .txt {
        line-height: 1.5em;
        min-height: 2.8em;
        color: var(--cr-dark);
        text-decoration: none;
    }

    .sc-shortcut .wrapper {
        transition: transform 0.1s, backface-visibility 0.1s;
        transform: scale(1.0) translateZ(0);
        backface-visibility: hidden;
    }

    .sc-shortcut .wrapper:hover {
        transform: scale(1.048);
    }
}

@media screen and (min-width: 992px) {
    .sc-shortcut .item-list {
        justify-content: center;
    }

    .sc-shortcut .item-list>li {
        width: calc(100%/4);
    }
}

@media screen and (min-width: 1200px) {
    .sc-shortcut .icon img {
        height: 27px;
    }
}

/*############################ sc-shortcut ###################################*/
/*############################ end sc-fee ###################################*/

/*############################ sc-register ###################################*/
.sc-register {
    background: radial-gradient(71.56% 151.99% at 50% 2.29%, #F5F5F5 0%, #FFFFFF 50%, #C8C8C6 100%);
}

/*############################ end sc-register ###################################*/

/*############################ sc-need ###################################*/
.sc-need {
    background: #ffffff;
}

.sc-need .wrapper {
    display: flex;
    max-width: 871px;
    margin: 0 auto;
    align-items: center;
}

.sc-need .thumb {
    width: 100%;
    margin: 0 auto 24px;
}

.sc-need .wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sc-need .wrapper h3.title {
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
    color: #111111;
}

.sc-need .wrapper .details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-need .wrapper .detail-card {
    display: flex;
    gap: 16px;
}

.sc-need .wrapper .detail-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.sc-need .wrapper .card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sc-need .wrapper .card-text .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333333;
}

.sc-need .wrapper .card-text .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

@media screen and (min-width: 992px) {
    .sc-need .thumb {
        width: 365px;
        margin: 0 24px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .sc-need .wrapper {
        flex-direction: column;
    }

    .sc-need .wrapper .content {
        gap: 16px;
    }
}

/*############################ end sc-need ###################################*/

/*############################ sc-additional ###################################*/
.sc-additional {
    background: radial-gradient(67.13% 151.99% at 50% 2.29%, #FFFFFF 0%, #F2F2F2 44.23%, #C8C8C6 100%);
}
.sc-additional h2.title {
    margin-bottom: 8px;
}

.sc-additional .details-container {
    max-width: 850px;
    width: 100%;
    margin: auto;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    margin-top: 32px;
    overflow: hidden;
}

.sc-additional .details-container .thumb {
    width: 360px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(128.21deg, #DFB6B4 0%, #FFF0EF 32.03%, #FFE1DF 164.05%);
    flex: 0 0 360px;
    padding: 32px;
}

.sc-additional .details-container .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sc-additional .details-container .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    text-align: center;
}

.sc-additional .details-container .content .heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-additional .details-container .content .title {
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
    color: #333333;
}

.sc-additional .details-container .content .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
}

@media screen and (max-width: 767px) {
    .sc-additional .details-container {
        flex-direction: column;
    }

    .sc-additional .details-container .thumb {
        width: 100%;
        height: 250px;
        padding: 24px;
    }

    .sc-additional .details-container .content {
        padding: 24px;
    }

    .sc-additional .details-container .content .heading {
        width: 100%;
    }

    .sc-additional .details-container .content .title {
        font-size: 20px;
        line-height: 150%;
        color: #00A94F;
    }

    .sc-additional .details-container .content .btn {
        width: 100%;
        padding: 16px;
    }
}

/*############################ end sc-additional ###################################*/

/*############################ sc-apply ###################################*/
.sc-apply {
    background: linear-gradient(127.36deg, #764343 0%, #E6BEBB 134.96%);
}

.sc-apply .sc-content {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    max-width: 850px;
    margin: auto;
}

.sc-apply .sc-content .apply-box {
    width: calc(50% - 16px);
    text-align: center;
    position: relative;
}

.sc-apply .sc-content .apply-box .thumb {
    position: absolute;
    width: 250px;
    height: 180px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sc-apply .sc-content .apply-box .content {
    padding: 114px 32px 40px;
    border-radius: 8px;
    background: #ffffff;
    margin-top: 98px;
}

.sc-apply .sc-content .apply-box .detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.sc-apply .sc-content .apply-box .title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #000000;
}

.sc-apply .sc-content .apply-box .desc {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #000000;
}

.sc-apply .sc-content .apply-box .btn {
    width: 220px;
}

.sc-apply .sc-content .apply-box:last-child {
    width: 100%;
}

.sc-apply .sc-content .apply-box:last-child .thumb {
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
    width: 410px;
    height: 162px;
}

.sc-apply .sc-content .apply-box:last-child .content {
    display: flex;
    justify-content: flex-end;
    padding: 40px 32px 40px;
    min-height: 240px;
    align-items: center;
    margin-top: 0;
}

.sc-apply .sc-content .apply-box:last-child .wrapper {
    margin-right: 3vw;
}

@media screen and (max-width: 767px) {
    .sc-apply .sc-content .apply-box {
        width: 100%;
    }

    .sc-apply .sc-content .apply-box .content {
        padding: 80px 16px 24px;
        margin-top: 124px;
    }

    .sc-apply .sc-content .apply-box .title {
        font-size: 18px;
        line-height: 27px;
    }

    .sc-apply .sc-content .apply-box .btn {
        width: 100%;
    }

    .sc-apply .sc-content .apply-box:last-child .thumb {
        position: absolute;
        width: 100%;
        height: 120;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .sc-apply .sc-content .apply-box:last-child .content {
        padding: 80px 16px 24px;
        margin-top: 98px;
        display: block;
        min-height: auto;
    }

    .sc-apply .sc-content .apply-box:last-child .wrapper {
        margin-right: 0;
    }
}

/*############################ end sc-apply ###################################*/

/*############################ sc-faqs ###################################*/
.sc-faqs {
    background: url(/SiteCollectionDocuments/assets/img/faq/faq.png), #FAFAFA;
    background-position: left 40px bottom 10px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-attachment: fixed;
}

.sc-faqs .accordion .accordion-title:after {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.sc-faqs .accordion .accordion-content ul > li {
    color: #333333;
}
.sc-faqs .accordion .accordion-content ol > li {
    color: #333333;
}

@media (max-width: 768px) {
    .sc-faqs {
        background-size: 100%;
        background-position: left 0 bottom 70px;
    }
}
/*############################ end sc-faqs ###################################*/

/*######################### section-content #########################*/
.section-content .sc-howto-inner .container {width: 100%;}
.section-content .tab-control{position: relative;}
.section-content .tab { 
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 45px;
    overflow: hidden; 
    /* border: 2px solid #00a94f;  */
    padding: 0 5px;
}
.section-content .tab .selector {display: inline-block; width: 100%; max-width: 100%;height: calc(100% - 8px);position: absolute;
    left: 4px;top: 4px;z-index: 1; background-color: #00a94f;border-radius: 45px;overflow: hidden;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.section-content .tab .control {display: table;table-layout: fixed; width: 100%;}
.section-content .tab .control, 
.section-content .tab .selector {border-radius: 45px;overflow: hidden;}
.section-content .tab .control a { position: relative;height: 50px; display: table-cell; font-size: 16px;line-height: 1.5;
    text-decoration: none;padding: 9px 5px;vertical-align: middle; color: #333; z-index: 1;
}
.section-content .tab .control a.active {color: #fff;}
.section-content .tab-container .tab-content { opacity: 0; height: 0;overflow: hidden; display:none;position: relative;}
.section-content .tab-container .tab-content.active {opacity: 1;height: auto;overflow: visible;visibility: visible; display: block;}


/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
}

.popup-function.mfp-bg.mfp-ready {
    opacity: 1;
    z-index: 10001;
}

.popup-function.mfp-wrap {
    z-index: 10002;
}

.popup-function .mfp-container {
    width: 100%;
}

.popup-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
}

.popup-function .mfp-content {
    overflow: auto;
    min-height: 100dvh;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: var(--cr-light);
}

.popup-function .main-container {
    margin: 0;
}

.popup-function-content {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
}

/* .popup-function-content::before {content: ""; background-image: url(../img/popup-function-content.png); background-size: 100% auto; background-repeat: no-repeat;  position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-radius: 8px;} */
.popup-function-content .inner {
    padding: 64px 16px 16px 16px;
    position: relative;
    z-index: 1;
}

.popup-function-content .sc-head {
    margin-bottom: 16px;
}

.popup-function-content .sc-head .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-black);
}

.popup-function-content .sc-head .popup-function-content .sc-body {
    position: relative;
}

.popup-function-content .sc-body .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-gray);
}

.popup-function-content .sc-body .s-title {
    margin-bottom: 16px;
    line-height: 1.5em;
    color: var(--cr-green);
}

.popup-function-content .sc-body .desc {
    color: var(--cr-gray);
    margin: 0;
}

.popup-function-content .sc-body .note {
    color: var(--cr-gray);
    margin: 0;
    font-size: 13px;
    line-height: 1.54em;
}

.popup-function-content .sc-body .row-flex+.s-title {
    margin-top: 32px;
}

.popup-function-content .sc-body .row-flex {
    margin: 0;
    flex-direction: column;
}

.popup-function-content .sc-body .row-flex>div {
    padding: 0;
}

.popup-function-content .sc-body .row-flex>div+div {
    margin-top: 16px;
}

.popup-function-content .sc-body ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-body ul>li .desc {
    line-height: 2em;
}

.popup-function-content .sc-body ul+.note {
    margin-top: 32px;
    display: block;
}
.popup-function-content .sc-body li > ul.indent {
    margin-top: 8px;
    margin-bottom: 8px;
}

.popup-function-content .sc-note {
    background: #FAFAFA;
    padding: 16px;
}

.popup-function-content .sc-note strong.title {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    line-height: 1.54em;
    color: var(--cr-dark);
}

.popup-function-content .sc-note ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-note ul>li {
    line-height: 1.54em;
    font-size: 13px;
    color: var(--cr-gray);
}

.popup-function-content .table-responsive {
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); */
    /* border-radius: 8px; */
    overflow: auto;
    /* margin-top: 32px; */
}
/* @media (max-width: 767px) {
    .popup-function-content .table-responsive {
        margin-top: 16px;
    }
} */

/* .popup-function-content .table-service {
    width: 100%;
    margin: 0 auto;
    color: #333;
    border: 0;
    border-spacing: 0;
}

.popup-function-content .table-service th {
    background-color: var(--cr-green);
    text-align: center;
    vertical-align: middle;
}

.popup-function-content .table-service th {
    font-size: 13px;
    padding: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.popup-function-content .table-service th+th {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service td {
    font-size: 13px;
    text-align: center;
    padding: 16px;
    vertical-align: middle;
    border-top: 1px solid #E6E6E6;
}

.popup-function-content .table-service td+td {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service tr td:first-child {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service strong {
    font-weight: 600;
} */

/* .popup-function-content .tab-control:after {
    background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #fff 72.45%);
} */

.popup-function-content .tab.active .control {
    background: #fff;
}

.popup-function-content .popup-function-flex-custoom {
    display: flex;
    justify-content: space-between;
}

.popup-function-content .popup-function-flex-custoom .popup-function-img-wrapper {
    max-width: 323px;
}

.popup-function-content .sc-footer {
    margin: 0 -48px;
    background-color: #FAFAFA;
    border-radius: 0 0 8px 8px;
    padding: 16px 48px;
}

.popup-function-content .sc-footer .footer-desc,
.popup-function-content .sc-footer .footer-desc p {
    font-size: 13px;
    line-height: 1.5;
}

.popup-function-content .sc-footer .footer-desc ul {
    padding-left: 24px;
}

@media screen and (max-width: 991px) {
    .popup-function-content .sc-footer {
        margin: 0 -24px;
    }
}

@media screen and (max-width: 767px) {
    .popup-function-content .sc-footer {
        margin: 0 -16px;
        padding: 16px;
    }
}

@media screen and (min-width: 200px) {
    .popup-function-content .accordion-group {
        /* max-width: 850px; */
        margin: auto;
    }

    .popup-function-content .accordion-group .accordion-block+.s-title {
        margin-top: 40px;
    }

    .popup-function-content .accordion-group .accordion-block {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .popup-function-content .accordion-group .accordion-block+.accordion-block {
        margin-top: 16px;
    }

    .popup-function-content .accordion-title {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .popup-function-content .accordion-title {
        position: relative;
        padding: 16px 50px 16px 24px;
        cursor: pointer;
        color: var(--cr-dark);
        word-wrap: break-word;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5em;
        border-radius: 8px;
        background-color: transparent;
        transition: var(--transition);
        margin-bottom: 0;
        margin-top: 16px;
        background-color: var(--cr-light);
    }

    .popup-function-content .accordion-title:first-child {
        margin-top: 0;
    }

    .popup-function-content .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);
    }

    .popup-function-content .accordion-title.active:after {
        content: "\e910";
    }

    .popup-function-content .accordion-title:after {
        color: var(--cr-green);
    }

    .popup-function-content .accordion-title:hover:after {
        color: var(--cr-light);
    }

    .popup-function-content .accordion-title:hover {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }

    .popup-function-content .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
        border-radius: 8px 8px 0 0;
    }

    .popup-function-content .accordion-title.active:after {
        color: var(--cr-light);
    }

    .popup-function-content .accordion-content {
        padding: 16px 24px;
        margin: 0;
        background-color: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 8px 8px;
        color: var(--cr-dark);
    }

    .popup-function-content .accordion-content .hr {
        border-top: 1px solid #eee;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .popup-function-content .accordion-content .remark .remark-title {
        margin-bottom: 8px;
    }

    .popup-function-content .accordion-content .remark .remark-desc {
        font-size: 13px;
    }

    .popup-function-content .accordion-content .remark .list-remark {
        margin-right: 16px;
    }

    .popup-function-content .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .popup-function-content .accordion-content p,
    .popup-function-content .accordion-content dd {
        line-height: 1.5em;
        margin: 0;
        color: var(--cr-black);
    }

    .popup-function-content .accordion-content p strong,
    .popup-function-content .accordion-content dd strong {
        font-weight: 600;
        color: var(--cr-black);
    }

    .popup-function-content .accordion-content p:last-child,
    .popup-function-content .accordion-content dd:last-child {
        margin-bottom: 0;
    }

    .popup-function-content .accordion-content ul {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }

    .popup-function-content .accordion-content ul:last-child {
        margin-bottom: 0;
    }

    .popup-function-content .accordion-content ul li::marker {
        font-size: 13px;
    }

    .popup-function-content .accordion-content ul strong {
        color: var(--cr-black);
    }

    .popup-function-content .accordion-content ul>li {
        color: var(--cr-black);
        position: relative;
        list-style-type: disc;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }

    .popup-function-content .accordion-content ul>li+li {
        margin-top: 5px;
    }

    .popup-function-content .accordion-content ol {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }

    .popup-function-content .accordion-content ol:last-child {
        margin-bottom: 0;
    }

    .popup-function-content .accordion-content ol>li {
        position: relative;
        list-style-type: decimal;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }

    .popup-function-content .accordion-content ol>li+li {
        margin-top: 5px;
    }

    .popup-function-content .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .popup-function-content .accordion-content .link-tel {
        color: var(--cr-gray);
    }

    .popup-function-content .ic-telephone {
        display: inline-block;
    }

    .popup-function-content .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }

    .popup-function-content .accordion-content .link-tel+.link-tel {
        margin-right: 0;
    }

    .popup-function-content .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .popup-function-content .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;
    }

    .popup-function-content .popup-function-content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .popup-function-content .popup-function-content-group .d-row-12 {
        gap: 48px;
    }

    .popup-function-content .popup-function-content-group {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .popup-function-content .popup-function-content-group .desc {
        line-height: 2;
    }

    .popup-function-content .popup-function-content-group .remark p {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .popup-function .mfp-content {
        padding: 24px 0;
        align-items: center;
        background: transparent;
        height: auto;
    }

    .popup-function-content {
        max-width: 1000px;
        width: 96%;
        border-radius: 8px;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    }

    .popup-function-content .inner {
        padding: 24px;
    }

    .popup-function-content .sc-body .row-flex {
        margin: 0 -24px;
    }

    .popup-function-content .sc-body .row-flex>div {
        padding: 0 24px;
    }

    .popup-function-content .sc-body .row-flex>div+div {
        margin-top: 0;
    }

    .popup-function-content .sc-note {
        padding: 16px 48px;
        border-radius: 0 0 8px 8px;
    }

    .popup-function-content .table-service th {
        font-size: 18px;
        padding: 24px !important;
    }
}

@media screen and (min-width: 992px) {
    .popup-function .inner {
        padding: 48px;
    }

    .popup-function .swiper-button-prev {
        left: 48px;
    }

    .popup-function .swiper-button-next {
        right: 48px;
    }

    .popup-function-content .inner {
        padding: 48px;
    }
}

/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
    opacity: 0;
}

.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
    padding: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
}

.mfp-close-btn-in .mfp-close {
    width: 40px;
    height: 40px;
    background-color: var(--cr-green);
    color: var(--cr-light);
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
    transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover:before {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:hover:after {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:active {
    top: 0px;
}

@media screen and (max-width: 767px) {
    .mfp-close-btn-in .mfp-close {
        top: 16px;
        right: 16px;
    }
}

/*######################### table #########################*/
.table-wrap {position: relative; margin-bottom: 0;}

.table-responsive{box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); border-radius: 10px; overflow: auto;}
.mfp-content .table-responsive {
    box-shadow: unset;
    width: 100%;
    min-height: .01%;
    overflow-x: auto !important;
    overflow-y: hidden;
}

.mfp-content .table-responsive table,
.mfp-content .table-responsive th,
.mfp-content .table-responsive td {
    border: 1px solid #eee;
    border-collapse: collapse;
}
.mfp-content .table-responsive td {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.table-service {width: 100%; margin: 0 auto; color: #666666}

.table-service thead th {background-color: #00A950; color: #fff; text-align: center;vertical-align: middle;
     font-weight: 600;line-height: 1.5;
}
.table-service tbody td { font-size: 16px; text-align: center; padding-top: 25px; padding-bottom: 25px; vertical-align: middle;}
.table-service thead th.dark-green {background-color: #008B42;}
.table-service tbody tr td:first-child {border-left: 1px solid #f2f2f2;}

.table.table-service th, 
.table.table-service thead td, 
.table-heading .heading {font-size: 18px;padding: 12px 0;}
.table tbody tr {border-top: 1px solid #f2f2f2;}
.table .bg-tb-gray {background-color: #F7F7F7;}

.sc-travel{position: static;}
.sc-travel .remark-scroll{display: none; justify-content: center; align-items: center; margin-bottom: 12px;}
.sc-travel .remark-scroll .icon{margin-right: 10px;}
.sc-travel .remark-scroll .txt{font-size: 16px; font-weight: 400; color: #666666; line-height: 1.5em;}
.sc-travel .sc-heading{margin-bottom: 24px;}
.sc-travel .sc-content{text-align: left;}
.sc-travel .sc-content .box+.box{margin-top: 24px;}
.sc-travel .sc-content .row{margin-left: 0; margin-right: 0;}
.sc-travel .sc-content .row:after{content: ''; display: table; clear: both;}
.sc-travel .sc-content .row > .col{padding-left: 0; padding-right: 0; width: 50%; float: left;}
.sc-travel .sc-content .row.-list{margin-left: 0px; margin-right: 0px;}
.sc-travel .sc-content .row.-list:nth-child(even){background-color: #FAFAFA;}
.sc-travel .sc-content .row.-list:nth-child(odd){background-color: #fff;}
.sc-travel .sc-content .row.-list> .col{padding: 10px;}
.sc-travel .sc-content .h-title{color: #00A950; margin-bottom: 16px; font-size: 18px !important;}
.sc-travel .sc-content .line{margin: 16px 0 20px; height: 1px; width: 100%; background-color: #EDEDED;}
.sc-travel .sc-content .title{color: #333333; font-size: 18px; line-height: 1.5; margin-bottom: 16px;}
.sc-travel .sc-content .desc{color: #333333; font-size: 16px; line-height: 1.5; margin: 0px;}
.sc-travel .sc-content .desc.-list{padding-left: 15px; position: relative;}
.sc-travel .sc-content .desc.-list:before{content: '•'; position: absolute; top: 1px; left: 0;}
.sc-travel .sc-content .note{color: #999999; font-size: 13px; line-height: 1.5; margin: 30px 0 0; font-weight: normal;}
.sc-travel .sc-content .note strong{font-weight: bold;}
/* .sc-travel .sc-content .note ul{margin: 0 0 0 16px;} */
.sc-travel .sc-content .note ul>li{margin: 0;}
.sc-travel .sc-content p.note {margin: 8px 0 0;}
.sc-travel .sc-content ul li {color: #333; margin: 0;}

@media screen and (max-width: 991px) {
    .sc-travel .remark-scroll{display: flex;}
    .sc-travel .table-wrap{overflow: auto;}
    /* .sc-travel .sc-content{min-width: 1000px;} */
    .sc-travel .sc-content .row > .col {width: 100%;margin-bottom: 16px;}
}
@media screen and (min-width: 768px) {
    .mfp-content .table-responsive table {
        min-width: 1100px;
    }
    .popup-function-content .table-service td {
        font-size: 16px;
        padding: 24px;
    }
}

#popup-fee.popup-function-content {
    max-width: fit-content;
}
#popup-fee .inner {
    padding-left: 0;
    padding-right: 0;
    /* padding-bottom: 0; */
}
#popup-fee .container {
    padding-left: 0;
    padding-right: 0;
}
.header-tab {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 39px !important;
    color: #111111 !important;
    margin-bottom: 24px !important;
}
#popup-fee .sc-tabs-content {
    margin-top: 24px;
}
@media screen and (min-width: 768px) {
    #popup-fee .container {
        width: 100%;
    }
    #popup-fee .sc-tabs-content {
        padding-left: 48px;
        padding-right: 48px;
    }
    .mfp-close-btn-in .mfp-close:active {
        top: -18px !important;
    }
}

@media screen and (max-width: 767px) {
    .mfp-close-btn-in .mfp-close {
        top: 16px;
        right: 16px;
    }
    #popup-fee .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/*######################### select #########################*/
.icw select{display: none;}
.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 10px;width: 10px; right: 24px; top: 19px;margin: 0; pointer-events: none;position: absolute;display: block; line-height: 43px;
    border-top: 2px solid #00A950; border-right: 2px solid #00A950; z-index: 1; font-size: 0; text-align: center; cursor: pointer;
    transition: transform 0.3s ease-out;
    transform: rotate(135deg);
}
.tab .boxtab-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {transform: rotate(-45deg);}
.tab .boxtab-select .select2-selection__rendered { border-radius: 100px; display: block; border: none; margin: 0; width: 100%; height: 50px;
    padding: 0 30px; padding-left: 25px; padding-top: 0; background-color: #fff; color: #00A850;font-size: 16px;
    font-weight: 500; border: 2px solid #00A850; line-height: 46px; text-align: left;overflow: hidden;
    -o-text-overflow: ellipsis;text-overflow: ellipsis; white-space: nowrap;
}

.select2-container .select2-selection--single [title].select2-selection__rendered{color: #00A850;}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute; top: 0px;right: 0px; z-index: 1; display: block;width: 45px;height: 45px;
    line-height: 43px;font-size: 0;text-align: center;cursor: pointer;
}
.select2-container {width: calc(100vw - 30px); z-index: 9999;}
.select2-dropdown {background: #fff;border: 1px solid #ccc;border-radius: 4px;display: block;position: absolute; left: -100000px;
    width: 100%; z-index: 1051;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown{background-color: #fff;}
.select2-container--open .select2-dropdown--below {border-top: 0;border-top-left-radius: 0;border-top-right-radius: 0;}
.select2-container--open .select2-dropdown {left: 0;overflow: hidden;}
.select2-search--dropdown.select2-search--hide {display: none;}
.select2-container .select2-results {display: block;}
.select2-container .select2-results__options {list-style: none; margin: 0;padding: 0;}
.select2-container--default .select2-results > .select2-results__options { max-height: 25vh; overflow-y: auto;
    -webkit-overflow-scrolling: touch;background-color: #fff;color: #aaa;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #00A94F;}
.select2-container .select2-results__option {
    margin: 0;padding: 10px 30px; color: #aaa; font-size: 15px; border-top: 1px solid #eee; word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*######################### TAB desktop ในป๊อปอัป: เปลี่ยนจากปุ่ม pill (เขียวเต็ม) เป็นเส้นใต้ (underline) #########################*/
/* อ้างอิงสไตล์จาก .wrapper-tab-dropdown ที่มีอยู่แล้ว แต่ override เฉพาะ .tab ที่อยู่ใน popup
   - scope แค่ .popup-function-content จึงไม่กระทบ tab แบบ pill ที่ใช้ในหน้าอื่น
   - ครอบด้วย min-width:768px ให้มีผลเฉพาะเดสก์ท็อป (มือถือยังเป็น select2 ตามเดิม)
   - ไม่ตั้ง position ให้ .control เพื่อให้ .selector กับ a ใช้ระบบพิกัดเดียวกัน (.tab) แถบจะได้ตรงตำแหน่ง */
@media (min-width: 768px) {

    /* กล่องครอบ tab: เอากรอบเขียว + ความโค้ง + padding ออก */
    .popup-function-content .section-content .tab {
        border: 0;
        border-radius: 0;
        padding: 0;
        overflow: visible;
    }

    /* แถวของ tab: เรียงแบบ flex ชิดกลาง + เส้นเทาบาง ๆ ใต้ทั้งแถว */
    .popup-function-content .section-content .tab .control {
        display: flex;
        justify-content: center;
        gap: 40px;
        width: 100%;
        border-radius: 0;
        overflow: visible;
        border-bottom: 1px solid var(--cr-gray-line, #DBDBDB);
    }

    /* แต่ละ tab: ขนาดพอดีข้อความ (ไม่ใช่ table-cell เต็มช่อง) ตัวที่ไม่ active เป็นสีเทา */
    .popup-function-content .section-content .tab .control a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 35px;
        padding: 0;
        font-weight: 600;
        color: #999999;
        border-radius: 0;
        white-space: nowrap;
        transition: color .3s ease;
    }

    /* tab ที่ active: ตัวอักษรเข้ม (ไม่ใช่พื้นเขียวตัวขาวแบบเดิม) */
    .popup-function-content .section-content .tab .control a.active {
        color: #333333;
    }

    /* แถบ selector: จาก pill เต็มช่อง -> เส้นเขียวบาง 3px ใต้ตัว active
       (left / width ถูกเซ็ตด้วย JS เดิมอยู่แล้ว จึงปรับแค่แนวตั้ง + สี + ความโค้ง) */
    .popup-function-content .section-content .tab .selector {
        top: auto;
        bottom: 0;
        height: 3px;
        max-width: none;
        background-color: var(--cr-green, #00a94f);
        border-radius: var(--radius, 2px);
        z-index: 1;
    }
}

/* ############################## CSS for accordion ############################## */
.popup-function-content ul:not(.accordion-group) li {
    list-style: disc;
    margin-bottom: 4px;
}
.popup-function-content ul:not(.accordion-group) li:has(> strong.bullet-green)::marker {
    color: #00A94F;
}
.popup-function-content .divider {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.icw .has-accordion .accordion-group {
    /* padding: 16px 0 24px; */
    padding: 0;
    list-style: none; 
    margin: 0;
    max-width: unset;
}
.icw .has-accordion .accordion-group li {
    list-style: none;
}
.has-accordion .accordion-group.active{display: block;}
.has-accordion .accordion-group + .accordion-group{margin-top: 16px;}
.has-accordion .accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
.has-accordion .accordion-group .accordion + .s-title{margin-top: 40px;}
.has-accordion .accordion-group .accordion{
    /* max-width: 850px;  */
    margin-left: auto; 
    margin-right: auto;
    /* border-left: 8px solid transparent; */
}
.has-accordion .accordion-group .accordion + .accordion{margin-top: 16px;}

.has-accordion .accordion {
    position: relative; 
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.has-accordion .accordion::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: var(--cr-green);
    border-radius: var(--radius) 0 0 var(--radius);
    pointer-events: none;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity var(--tsition), transform var(--tsition);
}
.has-accordion .accordion .accordion-title { 
    position: relative;
    padding: 16px 50px 16px 16px; 
    cursor: pointer; 
    color: var(--cr-black); 
    word-wrap: break-word;
    font-size: 16px; 
    font-weight: 600;  
    border-radius: 8px 8px 0 0; 
    background-color: transparent;
    transition: var(--transition);
    box-shadow: unset;
}
.has-accordion .accordion .accordion-title:after {
    font-family: 'iconavigation'; 
    content: "\e906"; 
    font-size: 16px; 
    line-height: 1; 
    width: 18px; 
    height: 18px; 
    /* margin: auto; */
    margin: 0;
    position: absolute; 
    right: 16px; 
    top: 20px; 
    bottom: 0;  
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.has-accordion .accordion .accordion-title.active:after {content: "\e907";}
.has-accordion .accordion .accordion-title:after,
.has-accordion .accordion .accordion-title:hover{color: var(--cr-green);}
/* .sc-faqs .accordion:has(.accordion-title.active) {
border-left-color: #00A94F;
} */
.has-accordion .accordion:has(.accordion-title.active)::before {
    opacity: 1;
    transform: translateX(0);
}
.has-accordion .accordion .accordion-title.active {
    color: var(--cr-green);
}
.has-accordion .accordion .accordion-title.active:after {color: var(--cr-green);}
.has-accordion .accordion .accordion-content{
    padding: 16px;
    box-shadow: unset;
}
.has-accordion .accordion .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
.has-accordion .accordion .accordion-content p{line-height: 1.5em;  color: #333333; font-weight: 500;}
.has-accordion .accordion .accordion-content p strong{font-weight: 600;}
.has-accordion .accordion .accordion-content p .link{font-weight: 600; }
.has-accordion .accordion .accordion-content p:last-child{margin-bottom: 0;}
.has-accordion .accordion .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
.has-accordion .accordion .accordion-content ul:last-child{margin-bottom: 0;}
.has-accordion .accordion .accordion-content ul > li{position: relative; list-style-type: disc;  font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
.has-accordion .accordion .accordion-content ul > li+li{margin-top: 5px;}
.has-accordion .accordion .accordion-content ol{margin: 0 0 0.6em 1.2em; padding: 0;}
.has-accordion .accordion .accordion-content ol:last-child{margin-bottom: 0;}
.has-accordion .accordion .accordion-content ol > li{position: relative; list-style-type: decimal;  font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
.has-accordion .accordion .accordion-content ol > li+li{margin-top: 5px;}
.has-accordion .accordion .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}

/* รองรับ <span> ใน accordion-title (เช่นข้อความที่ครอบด้วย .nw) */
.icw .has-accordion .accordion-title span {
    font-size: 18px;
    
}

@media screen and (min-width: 768px) {
    .has-accordion .accordion-group{padding-top: 0; padding-bottom: 32px;}
    .has-accordion .accordion .accordion-title{font-size: 18px;}
    .has-accordion .accordion .accordion-content a{word-break: keep-all;}
}
@media screen and (min-width: 992px) {
    .has-accordion .accordion .accordion-title{padding: 16px 50px 16px 24px;}
    .has-accordion .accordion .accordion-content{padding: 16px 24px;}
}
@media screen and (max-width:767px) {
    .icw .has-accordion .accordion-title span {
        font-size: 16px;
        
    }
}

/* fix table */
.mfp-content .table-responsive .table-row {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}

.mfp-content .table-responsive .table-row th,
.mfp-content .table-responsive .table-row td {
    border: 0.5px solid #E8E8E8;
    border-left-width: 0;
    border-top-width: 0;
}
.mfp-content .table-responsive .table-row tr > *:first-child {
    border-left-width: 0.5px;
}
.mfp-content .table-responsive .table-row thead tr:first-child > * {
    border-top-width: 0.5px;
}

.mfp-content .table-responsive {
    border-radius: 8px;
    padding-bottom: 0;
}