/*================ default ==================*/
:root {
    --cr-light: #FFFFFF;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}


/*============================== TEXT ===============================*/
.icw .nowrap {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw {
    font-family: 'kurious-looped' !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    font-family: 'kurious-looped';
}

.icw .main strong {
    font-weight: 700;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
    font-family: 'kurious-looped';
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 700;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 700;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 700;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.5;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 700;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 700;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 700;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.5;
}

.icw p {
    font-family: 'kurious-looped';
    font-size: 16px;
}

.icw p strong {
    font-weight: 700;
}

.icw p.desc {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

@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.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.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.5em;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}


/*============================== 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;
}

.hide-w767 {
    display: block;
}

@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 !important;
    }

    .hide-w767 {
        display: none !important;
    }

    .sc-step-on-kepocket .button {
        display: flex;
        white-space: nowrap;
        justify-content: flex-start !important;
    }

    .sc-step-on-kepocket .tab-control {
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
    }

    .sc-step-on-kepocket .tab-scroll-container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: 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 .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;
    overflow: hidden;
}

.icw .section .sc-inner {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 200px) {
    .icw .section .sc-inner {
        padding: 48px 0;
    }

    .responsive-scroll.k-epocket {
        display: block;
    }

    .flex-c {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .icw .section .sc-inner {
        padding: 64px 0;
    }

    .responsive-scroll.k-epocket {
        display: none;
    }

    .flex-c {
        flex-direction: row;
    }
}


/*============================== swiper ===============================*/
.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: var(--cr-light);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
}

.swiper-button-next {
    right: 10%;
}

.swiper-button-prev {
    left: 10%;
}

.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;
    border-top: 2px solid #256D47;
    border-left: 2px solid #256D47;
    visibility: visible;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 2px;
}

.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);
    background: #ddd;
}

.swiper-pagination-bullet-active {
    background: #00A94F;
    border-color: #00A94F;
    opacity: 1;
    width: 24px;
}

@media screen and (max-width: 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .swiper-pagination {
        padding-top: 24px;
    }
}


/*============================== tab ===============================*/
.tab {
    display: block;
    position: relative;
    z-index: 2;
}

.tab .control {
    display: flex;
    border-bottom: 1px solid #DBDBDB;
    justify-content: center;
}

.tab .control a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 1.5;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: #999;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: var(--tsition);
    margin: 0 24px;
    border-bottom: 3px solid transparent;
    font-family: 'kurious-looped';
}

.tab .control a.active {
    color: var(--cr-dark);
    font-weight: 600;
    pointer-events: none;
    border-bottom-color: var(--cr-green);
}

.tab .selector {
    height: 3px;
    background-color: var(--cr-green);
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0;
    -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-content {
    position: inherit;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}

.tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

/* .tab-details{padding-top: 40px;} */

@media screen and (max-width: 767px) {
    .tab .control {
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .tab .control a {
        margin: 0 8px;
    }
}


/*############################ popup ###################################*/
@media screen and (min-width: 200px) {

    .mfp-bg,
    .mfp-wrap .mfp-content,
    .mfp-wrap .mfp-container {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .mfp-wrap.mfp-ready .mfp-container {
        opacity: 1;
    }

    .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(--tsition);
    }

    .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: 18px;
        height: 2px;
        background-color: var(--cr-light);
        margin: auto;
        transition: var(--tsition);
    }

    .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:active {
        top: -15px;
    }

    .icw-popup-function.mfp-bg {
        background: rgba(0, 0, 0, 0.7);
    }

    .icw-popup-function .mfp-container {
        padding: 16px;
    }

    .icw-popup-function .mfp-content {
        height: auto;
    }

    .icw-popup-function .main-container {
        background-color: var(--cr-light);
        padding: 24px 16px;
        border-radius: var(--radius);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    }

    .icw-popup-function .popup-box {
        max-width: 1000px;
        width: 100%;
        position: relative;
        /* margin: 80px auto; */
    }

    .icw-popup-function .head {
        padding-bottom: 8px;
        border-bottom: 0px solid #E7E7E7;
    }

    .icw-popup-function .body {
        color: var(--cr-gray);
    }

    .icw-popup-function .body p {
        margin-bottom: 0;
        font-family: 'kurious-looped';
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-gray);
    }

    .icw-popup-function .body p .link {
        text-decoration: underline;
    }

    .icw-popup-function .body .qrcode {
        width: 187px;
        margin: 8px auto 24px;
    }

    .icw-popup-function .list-disc {
        list-style: disc;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .icw-popup-function .list-disc>li {
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-gray);
    }

    .icw-popup-function .list-disc>li strong {
        font-weight: 600;
    }

    .icw-popup-function .list-disc>li .link {
        text-decoration: underline;
        word-break: break-all;
    }
}

@media screen and (min-width: 768px) {
    .mfp-close-btn-in .mfp-close {
        width: 40px;
        height: 40px;
        top: -20px;
        right: -10px;
    }

    .mfp-close-btn-in .mfp-close:active {
        top: -20px;
    }

    .mfp-close-btn-in .mfp-close:before,
    .mfp-close-btn-in .mfp-close:after {
        width: 24px;
    }

    .icw-popup-function .main-container {
        padding: 40px 32px;
    }

    .icw-popup-function .head {
        padding-bottom: 16px;
    }

    .tab-dropdown-btn {
        display: none;
    }

    .tab-dropdown {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .icw-popup-function .main-container {
        padding: 48px;
    }

    .mfp-close-btn-in .mfp-close {
        right: -10px;
    }
}


/*============================== PAGE ===============================*/
@media screen and (min-width: 200px) {

    /*############################ sc-how-to-apply ###################################*/
    .sc-how-to-apply {
        background: #F0FDF8;
    }

    .sc-how-to-apply .sc-heading {
        margin: 0 -2px;
        margin-bottom: 40px;
        text-align: center;
    }

    .sc-how-to-apply .sc-heading .title {
        margin-bottom: 16px;
        line-height: 1.5em;
    }

    .sc-how-to-apply .sc-heading .desc {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-how-to-apply .h-title {
        text-align: center;
        margin-bottom: 16px;
    }

    .sc-how-to-apply .h-title .txt {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-how-to-apply .thumb {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    }

    .sc-how-to-apply .action {
        text-align: center;
        padding-top: 16px;
    }

    .sc-how-to-apply .action .link {
        font-family: 'kurious-looped';
        font-weight: 600;
        color: var(--cr-green);
        position: relative;
        padding-left: 28px;
    }

    .sc-how-to-apply .action .link .ic-nvg {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
    }

    .sc-how-to-apply .action .link+.link {
        margin-top: 32px;
    }


    /*############################ sc-online-account ###################################*/
    .sc-online-account {
        background: linear-gradient(108deg, #66CB95 0%, #008661 100%);
    }

    .sc-online-account .sc-heading {
        text-align: center;
        margin-bottom: 48px;
    }

    .sc-online-account .sc-heading .title {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-online-account .sc-content {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .sc-online-account .item-list {
        margin: -20px;
    }

    .sc-online-account .item-list>li {
        width: calc(100%);
        padding: 20px;
    }

    .sc-online-account .item-list>li:last-child {
        width: 100%;
    }

    .wrapper-debit {
        position: relative;
    }

    .wrapper-debit .thumb {
        margin-bottom: -90px;
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
        overflow: hidden;
    }

    .wrapper-debit .content {
        text-align: center;
        border-radius: var(--radius);
        border: 2px solid var(--cr-green);
        background-color: var(--cr-light);
        padding: 130px 40px 40px;
    }

    .wrapper-debit .title {
        color: var(--cr-dark);
        line-height: 1.5em;
        margin: 0;
    }

    .wrapper-debit .desc {
        color: var(--cr-gray);
        line-height: 1.5em;
        margin: 0;
    }

    .wrapper-debit .action {
        padding-top: 24px;
    }

    .wrapper-debit .action .btn {
        height: 40px;
        padding: 0 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'kurious-looped';
        font-weight: 600;
        color: var(--cr-light);
        background: var(--cr-green);
        line-height: 1.5em;
        border-radius: var(--radius);
        font-size: 16px;
    }

    .wrapper-debit.-type2 .thumb {
        border-radius: 0 0 8px 8px;
        padding-top: 32px;
        background-color: var(--cr-light);
        text-align: right;
        margin-bottom: 0;
        border-top: 0;
        max-width: 100%;
    }

    .wrapper-debit.-type2 .thumb img {
        border-radius: 0 8px 8px 0;
    }

    .wrapper-debit.-type2 .content {
        padding: 40px 16px 0px 16px;
        border-radius: 8px 8px 0 0;
        border-bottom: 0;
    }


    /*############################ sc-product ###################################*/
    .sc-product {
        background: #E6FFED;
    }

    .sc-product .sc-heading {
        text-align: center;
        margin-bottom: 32px;
    }

    .sc-product .sc-heading .title {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-product .item-list {
        margin: -8px;
    }

    .sc-product .item-list>li {
        width: calc(100%/2);
        padding: 56px 8px 8px 8px;
    }

    .sc-product .wrapper {
        position: relative;
        display: block;
        border-radius: var(--radius);
    }

    .sc-product .wrapper.bgI {
        background: #008661;
    }

    .sc-product .wrapper.bgII {
        background: #6ABA55;
    }

    .sc-product .wrapper.bgIII {
        background: #66CAAE;
    }

    .sc-product .wrapper.bgIV {
        background: #0A6A60;
    }

    .sc-product .wrapper .thumb {
        position: absolute;
        right: 0;
        left: 0;
        width: 156px;
        top: -56px;
        margin: auto;
    }

    .sc-product .wrapper .content {
        padding: 56px 16px 16px 16px;
        height: 236px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-product .wrapper .content .txt {
        color: var(--cr-light);
    }

    .sc-product .wrapper .content .txt .show-w767 {
        display: inline;
    }

    .sc-product .wrapper .content .desc {
        color: var(--cr-light);
        text-decoration: underline;
        font-weight: 600;
        font-family: 'kurious-looped';
    }


    /*############################ sc-transaction-channels ###################################*/
    .sc-transaction-channels {
        background: #F4F4F4;
    }

    .sc-transaction-channels .sc-heading {
        text-align: center;
        margin-bottom: 48px;
    }

    .sc-transaction-channels .sc-heading .title {
        margin-bottom: 16px;
        line-height: 1.5em;
    }

    .sc-transaction-channels .sc-content {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .sc-transaction-channels .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .sc-transaction-channels .accordion-title {
        position: relative;
        padding: 16px 50px 16px 16px;
        cursor: pointer;
        color: var(--cr-dark);
        word-wrap: break-word;
        font-size: 18px;
        font-weight: 600;
        font-family: 'kurious-looped';
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        line-height: 1.5;
        transition: var(--tsition);
    }

    .sc-transaction-channels .accordion-title:after {
        font-family: 'icongarage';
        content: "\e90f";
        font-size: 13px;
        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: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .sc-transaction-channels .accordion-title span {
        font-size: 18px;
        font-weight: 600;
        font-family: 'kurious-looped';
        line-height: 1.5;
    }

    .sc-transaction-channels .accordion-title.active:after {
        content: "\e910";
    }

    .sc-transaction-channels .accordion-title:after,
    .sc-transaction-channels .accordion-title:hover {
        color: var(--cr-green);
    }

    .sc-transaction-channels .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }

    .sc-transaction-channels .accordion-title.active:after {
        color: var(--cr-light);
    }

    .sc-transaction-channels .accordion-content {
        padding: 16px;
    }

    .sc-transaction-channels .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .sc-transaction-channels .accordion-content p {
        line-height: 1.5em;
        font-family: 'kurious-looped';
        font-weight: 500;
        color: var(--cr-dark);
    }

    .sc-transaction-channels .accordion-content p strong {
        font-weight: 600;
    }

    .table-data {
        border: none;
        border-collapse: separate;
        border-spacing: 0;
        min-width: 815px;
        margin-bottom: 0 !important;
    }

    .table-data thead {
        border-top: 0;
    }

    .table-data .txt-head {
        text-align: center;
        padding: 24px 16px;
        background: var(--cr-green);
        color: var(--cr-light);
        width: calc(100%/6);
        font-size: 18px;
        font-weight: 700;
        font-family: 'kurious-looped';
        line-height: 1.5;
        vertical-align: middle;
    }

    .icw table {
        border-collapse: inherit !important;
    }

    .table-data .txt-head+.txt-head {
        border-left: 1px solid #E8E8E8;
    }

    .table-data thead th:last-child {
        border-radius: 0 8px 0 0;
    }

    .table-data tr {
        border: 0;
        background: none;
    }

    .table-data tbody td {
        text-align: center;
        padding: 16px;
        color: var(--cr-gray);
        width: calc(100%/6);
        font-size: 16px;
        font-weight: 500;
        font-family: 'kurious-looped';
        line-height: 1.5;
        vertical-align: middle;
        border: solid 1px #E8E8E8;
        border-style: none solid solid none;
    }

    .br-8 {
        border-radius: 8px !important;
        overflow: hidden;
    }

    #performance-table tbody {
        background: #fff;
    }

    .table-data tr:first-child td {
        border-top-style: solid;
    }

    .table-data tr td:first-child {
        border-left-style: solid;
    }

    .table-data .ic {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: bold;
    }

    .table-data .ic.ic-check {
        background: var(--cr-green);
        color: var(--cr-light);
    }

    .table-data .ic.ic-minus {
        background: #eee;
        color: #ccc;
    }

    .note-box {
        margin-top: 16px;
        margin-bottom: 0;
    }

    .note-box p {
        margin-bottom: 0;
        font-size: 13px;
        text-align: center;
    }

    .hint-scroll {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        color: var(--cr-dark);
        margin-bottom: 16px;
    }

    .hint-scroll span {
        margin-left: 8px;
        font-size: 16px;
        font-weight: 500;
        font-family: 'kurious-looped';
        line-height: 1.5;
        color: var(--cr-light);
    }

    .sc-faqs .hint-scroll span {
        margin-left: 8px;
        font-size: 16px;
        font-weight: 500;
        font-family: 'kurious-looped';
        line-height: 1.5;
        color: var(--cr-dark);
    }

    .responsive-scroll {
        background-color: rgba(0, 0, 0, 0.15);
        position: relative;
        width: 100%;
        height: 3px;
        margin-top: 16px;
    }

    .responsive-scroll .scroll {
        background-color: var(--cr-green);
        position: absolute;
        border-radius: 4px;
        display: block;
        height: 3px;
    }

    #performance-table {
        margin-bottom: 16px;
        overflow-x: auto;
    }

    #performance-table::-webkit-scrollbar {
        display: none;
    }

    #performance-table {
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 2%;
    }


    /*############################ sc-service ###################################*/
    .sc-service {
        background: #E6FEF6;
    }

    .sc-service .sc-heading {
        text-align: center;
        margin-bottom: 64px;
    }

    .sc-service .sc-heading .title {
        margin-bottom: 16px;
        line-height: 1.5em;
    }

    .sc-service .sc-heading .desc {
        margin-bottom: 0;
        line-height: 1.5em;
    }

    .sc-service-row {
        display: block;
    }

    .sc-service-info {
        position: relative;
        padding: 0 16px;
        text-align: center;
    }

    .sc-service-info .title {
        margin-bottom: 0px;
        color: var(--cr-dark);
        line-height: 1.5em;
    }

    .sc-service-info .desc {
        margin: 0;
        color: var(--cr-dark);
        line-height: 1.5em;
    }

    .sc-service-info .action {
        margin-top: 8px;
    }

    .sc-service-info .action:after {
        content: '';
        display: table;
        clear: both;
    }

    .sc-service-info .action .link {
        color: var(--cr-green);
        text-decoration: underline;
        position: relative;
        line-height: 1.5em;
    }

    .sc-service-thumb {
        padding: 0 0 24px;
    }


    /*############################ sc-faqs ###################################*/
    .sc-faqs {
        background: var(--cr-light);
    }

    .sc-faqs .sc-heading {
        text-align: center;
        margin-bottom: 64px;
    }

    .sc-faqs .sc-heading .title {
        margin-bottom: 0;
        line-height: 1.5em;
    }

    .sc-faqs .accordion-group .s-title {
        margin-bottom: 24px;
        text-align: center;
        line-height: 1.5em;
    }

    .sc-faqs .accordion-group .accordion+.s-title {
        margin-top: 40px;
    }

    .sc-faqs .accordion-group .accordion {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .sc-faqs .accordion-group .accordion+.accordion {
        margin-top: 16px;
    }

    .sc-faqs .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .sc-faqs .accordion-title {
        position: relative;
        padding: 16px 50px 16px 16px;
        cursor: pointer;
        color: var(--cr-dark);
        word-wrap: break-word;
        font-size: 18px;
        font-weight: 600;
        font-family: 'kurious-looped';
        background-color: var(--color-light);
        line-height: 1.5;
        transition: var(--tsition);
    }

    .sc-faqs .accordion-title:after {
        font-family: 'icongarage';
        content: "\e90f";
        font-size: 13px;
        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: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .sc-faqs .accordion-title span {
        font-size: 18px;
        font-weight: 600;
        font-family: 'kurious-looped';
        line-height: 1.5;
    }

    .sc-faqs .accordion-title.active:after {
        content: "\e910";
    }

    .sc-faqs .accordion-title:after,
    .sc-faqs .accordion-title:hover {
        color: var(--cr-green);
    }

    .sc-faqs .accordion-title.active:after {
        color: var(--cr-light);
    }

    .sc-faqs .accordion-content {
        padding: 16px;
    }

    .sc-faqs .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .sc-faqs .accordion-content p {
        line-height: 1.5em;
        font-family: 'kurious-looped';
        font-weight: 500;
        color: var(--cr-dark);
    }

    .sc-faqs .accordion-content p strong {
        font-weight: 600;
    }

    .sc-faqs .accordion-content p:last-child {
        margin-bottom: 0;
    }

    .sc-faqs .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }

    .sc-faqs .accordion-content ul:last-child {
        margin-bottom: 0;
    }

    .sc-faqs .accordion-content ul>li {
        position: relative;
        list-style-type: disc;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }

    .sc-faqs .accordion-content ul>li+li {
        margin-top: 5px;
    }

    .sc-faqs .accordion-content ul>li strong {
        font-weight: 600;
    }

    .sc-faqs .accordion-content ol {
        margin: 0 0 0.6em 0em;
        padding: 0;
        counter-reset: item;
    }

    .sc-faqs .accordion-content ol:last-child {
        margin-bottom: 0;
    }

    .sc-faqs .accordion-content ol>li {
        position: relative;
        list-style-type: none;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        padding-left: 16px;
    }

    .sc-faqs .accordion-content ol>li:before {
        content: counters(item, ".") " ";
        counter-increment: item;
        position: absolute;
        top: 0;
        left: 0;
    }

    .sc-faqs .accordion-content ol>li+li {
        margin-top: 5px;
    }

    .sc-faqs .accordion-content ol>li strong {
        font-weight: 600;
    }

    .sc-faqs .accordion-content ol>li>ol {
        margin-left: 0em;
    }

    .sc-faqs .accordion-content ol>li>ol>li {
        padding-left: 24px;
    }

    .sc-faqs .accordion-content ol>li>ol>li>ol>li {
        padding-left: 36px;
    }

    .sc-faqs .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .sc-faqs .accordion-content .link-tel {
        color: var(--cr-light);
        white-space: nowrap;
        text-decoration: none;
        background-color: var(--cr-green);
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        display: inline-flex;
        font-family: 'kurious-looped';
        margin: 8px 0;
        margin-right: 16px;
    }

    .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: 'kurious-looped' !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }

    .sc-pocketmanage .sc-inner {
        padding: 48px 0;
    }

    .sc-pocketmanage .pocket-flex {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-direction: column;
    }

    .sc-pocketmanage .pocket-text {
        padding-bottom: 0;
    }

    /*############################ sc-shortcut ###################################*/
    .sc-shortcut {
        background-color: var(--cr-light);
        overflow: hidden;
    }

    .sc-shortcut.sc-top .sc-inner {
        padding-top: 90px;
    }

    .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);
    }

    .sc-shortcut .item-list>li+li {
        margin-top: 8px;
    }

    .sc-shortcut .wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        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;
    }

    .sc-channels {
        background: linear-gradient(90deg, #11AD9F 0%, #09776D 100%);
    }


    .sc-pocketmanage {
        background: #fff;
    }

    .sc-open-account {
        background: #E6FEF6;
    }

    .sc-step-on-kepocket {
        background: #fff;
    }

}

@media screen and (min-width: 768px) {

    .sc-how-to-apply .sc-heading {
        margin-bottom: 56px;
    }

    .sc-how-to-apply .action .link+.link {
        margin-top: 0;
        margin-left: 42px;
    }


    .sc-online-account .sc-heading {
        margin-bottom: 64px;
    }

    .sc-online-account .item-list {
        margin: -12px;
    }

    .sc-online-account .item-list>li {
        width: calc(100%/2);
        padding: 12px;
    }

    .wrapper-debit.-type2 .content {
        padding: 46px 360px 46px 54px;
        border-radius: 8px;
        border: 2px solid var(--cr-green);
    }

    .wrapper-debit.-type2 .thumb {
        position: absolute;
        right: 2px;
        bottom: 2px;
        padding: 0;
        max-width: 328px;
        margin-bottom: 0;
        border: 0;
        background-color: transparent;
        border-radius: 0 8px 8px 0;
    }

    .wrapper-debit.-type2 .thumb {
        border-radius: 0 0 8px 8px;
        padding-top: 32px;
        background-color: var(--cr-light);
        text-align: right;
        margin-bottom: 0;
        border-top: 0;
        border: 2px solid var(--cr-green);
        max-width: 100%;
    }


    .sc-product .sc-heading {
        margin-bottom: 64px;
    }

    .sc-product .item-list {
        margin: -12px;
    }

    .sc-product .item-list>li {
        padding: 12px;
    }

    .sc-product .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }

    .sc-product .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-product .wrapper .content .txt .show-w767 {
        display: none;
    }


    .sc-transaction-channels .sc-heading {
        margin-bottom: 40px;
    }

    .sc-transaction-channels .note-box p {
        font-size: 16px;
        text-align: left;
    }


    .sc-service-row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .sc-service-thumb {
        padding: 0 16px;
    }

    .sc-service-thumb>img {
        max-width: 328px;
        margin: 0 auto;
        display: block;
    }


    .sc-faqs .sc-heading {
        margin-bottom: 40px;
    }

    .sc-faqs .accordion-content .link-tel {
        display: none;
    }


    .sc-pocketmanage .sc-inner {
        padding: 64px 0 0 0 !important;
    }

    .sc-pocketmanage .pocket-flex {
        display: flex;
        align-items: center;
        gap: 35px;
        flex-direction: row;
    }

    .sc-pocketmanage .pocket-text {
        padding-bottom: 138px;
    }




    .sc-shortcut .item-list {
        margin: -9px;
        display: flex;
        justify-content: center;
    }

    .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;
    }

    .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.4em;
        min-height: 2.8em;
        color: var(--cr-dark);
        text-decoration: none;
    }


}

@media screen and (min-width: 992px) {

    .sc-channels .hint-scroll {
        display: none;
    }

    .sc-faqs .hint-scroll {
        display: none;
    }

    .sc-channels .responsive-scroll {
        display: none;
    }

    .sc-faqs .responsive-scroll {
        display: none;
    }

    .wrapper-debit.-type2 .thumb {
        max-width: 328px;
    }

    .wrapper-debit.-type2 .content {
        padding: 46px 348px 46px 54px;
    }

    .sc-shortcut .item-list>li {
        width: calc(100%/5);
    }

}

@media screen and (min-width: 1200px) {

    .sc-service-info {
        padding-right: 0;
    }

    .sc-shortcut .sc-inner {
        padding: 50px 0;
    }

    .sc-shortcut.sc-top .sc-inner {
        padding-top: 200px;
    }

    .sc-shortcut .icon img {
        height: 27px;
    }

    .sc-shortcut .wrapper {
        transition: var(--transition);
        transform: scale(1.0);
    }

    .sc-shortcut .wrapper:hover {
        transform: scale(1.05);
    }

    .sc-shortcut .item-list>li {
        width: calc(100%/6);
    }


}


/*############################ promotion /*############################*/

@media screen and (min-width: 200px) {
    .sc-promotion {
        background: #FAFAFA;
        overflow: hidden;
    }

    .sc-promotion .sc-inner {
        padding: 40px 0 48px;
    }

    .sc-promotion .sc-heading {
        text-align: center;
        margin-bottom: 40px;
    }

    .sc-promotion .sc-heading .title {
        line-height: 1.5em;
        margin-bottom: 0;
        color: var(--cr-black);
    }

    .promotion-list {
        position: relative;
        overflow: visible;
    }

    .promotion-list.-center {
        justify-content: center;
    }

    .promotion-list.-center .swiper-slide {
        margin-right: 0 !important;
    }

    .promotion-list.swiper-free-mode>.swiper-wrapper {
        justify-content: inherit;
    }

    .promotion-list .swiper-pagination {
        padding-top: 16px;
    }

    .promotion-list .swiper-slide {
        width: auto;
    }

    .promotion-list .wrapper {
        max-width: 300px;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
    }

    .promotion-list .thumb {
        max-width: 300px;
        width: 100%;
        position: relative;
        border-radius: 8px 8px 0 0;
        z-index: 20;
        overflow: hidden;
    }

    .promotion-list .content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 16px 24px 24px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 0px 0px 8px 8px;
        backdrop-filter: blur(20px);
    }

    .promotion-list .content h3 {
        color: #111;
        font-family: 'kurious-looped';
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 10px;
        height: 2.9em;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.5em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .promotion-list .content small {
        font-size: 13px;
        font-family: kurious-looped;
        font-weight: 500;
        color: #666;
        margin-bottom: 24px;
        line-height: 1.5em;
        min-height: 1.5em;
    }

    .promotion-list .content .c-g {
        font-size: 16px;
        font-family: 'kurious-looped';
        font-weight: 500;
        color: #666;
        margin: 0;
        height: 5.4em;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.5;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .promotion-list .content .action {
        margin-top: 32px;
        text-align: left;
    }

    .promotion-list .content .action .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
    }

    .promotion-list.-center+.promotion-thumb {
        display: none;
    }

    .promotion-list.-center .swiper-button-prev,
    .promotion-list.-center .swiper-button-next {
        display: none;
    }

    .promotion-thumb {
        position: relative;
        display: none;
        margin: 0 -16px;
        padding: 40px 0 0;
    }

    .promotion-thumb .swiper-wrapper {
        width: auto;
        margin: 0 auto;
    }

    .promotion-thumb .thumb {
        border-radius: 8px;
        overflow: hidden;
        transition: var(--tsition);
        transform: scale(1.0);
        background-color: var(--cr-light);
        cursor: pointer;
    }

    .promotion-thumb .thumb>img {
        width: 100%;
        transition: var(--tsition)
    }

    .promotion-thumb .swiper-slide .thumb>img {
        opacity: 0.5
    }

    .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
        transform: scale(1.05);
    }

    .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb>img {
        opacity: 1;
    }


    .promotion-popup.mfp-bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        height: 100%;
    }

    .promotion-popup.mfp-bg.mfp-ready {
        opacity: 1;
    }

    .promotion-popup .mfp-container {
        width: 100%;
        height: auto;
        max-width: 1000px;
        position: relative;
        padding: 0;
    }

    .promotion-popup .mfp-container:before {
        display: none;
    }

    .promotion-popup .mfp-content {
        background-color: transparent;
        max-width: 100%;
        height: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        align-items: center;
    }

    .promotion-popup .mfp-content>.promotion-popup {
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: var(--cr-light);
    }

    .promotion-popup .main-container {
        margin: 0;
    }

    .promotion-popup .modal-dismiss {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background: #00A850;
        color: var(--cr-light);
        text-align: center;
        position: fixed;
        top: 16px;
        right: 16px;
        z-index: 9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .promotion-popup .modal-dismiss .ic {
        font-size: 12px;
        font-weight: bold;
    }

    .promotion-popup .modal-dismiss .ic {
        position: relative;
        top: -2px;
        right: -1px;
    }

    .promotion-popup .promotion-header {
        background: #E7F9EB;
        padding: 16px;
        border-radius: 0;
    }

    .promotion-popup .promotion-header .title {
        margin: 0;
        min-height: 85px;
        text-align: center;
        color: var(--cr-dark);
        font-family: 'kurious-looped';
        padding: 21px 16px 24px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #E7F9EB;
        z-index: 8;

    }

    .promotion-popup .promotion-header .thumb {
        width: auto;
        max-width: none;
        margin-top: 69px
    }

    .promotion-popup .promotion-header .thumb>img {
        width: 470px;
        border-radius: 8px;
        margin: 0 auto;
    }

    .promotion-popup .promotion-header .content {
        padding-top: 24px;
    }

    .promotion-popup .promotion-header .h-title {
        color: var(--cr-black);
        line-height: 1.5em;
        margin: 0 0 8px;
        font-size: 20px;
        font-weight: 500;
        font-family: 'kurious-looped';
    }

    .promotion-popup .promotion-header .h-title strong {
        font-weight: 600;
    }

    .promotion-popup .promotion-header .date {
        color: var(--cr-gray);
        font-size: 13px;
        font-family: kurious-looped;
        font-weight: 500;
        line-height: 1.5em;
        display: block;
        margin-bottom: 24px;
    }

    .promotion-popup .promotion-header .desc {
        color: var(--cr-dark);
        line-height: 1.5em;
        margin: 0;
        font-size: 16px;
        font-family: 'kurious-looped';
        font-weight: 500;
    }

    .promotion-popup .promotion-header .action {
        padding-top: 32px;
    }

    .promotion-popup .promotion-header .action .btn {
        border-radius: 8px;
        background: var(--cr-green);
        padding: 8px 24px;
        text-align: center;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 600;
        color: var(--cr-light);
        display: block;
    }

    .promotion-popup .promotion-content {
        background-color: var(--cr-light);
        border-top: 5px solid #266B6B;
        padding: 32px 16px 16px;
        overflow: hidden;
    }

    .promotion-popup .promotion-content.-head {
        padding-top: 72px;
        border-top: 0;
    }

    .promotion-popup .promotion-content .nowrap {
        white-space: nowrap;
    }

    .promotion-popup .promotion-content .pro-title {
        margin: 0 0 16px;
        color: var(--cr-black);
        line-height: 1.5em;
        font-size: 18px;
        font-weight: 500;
        font-family: 'kurious-looped';
    }

    .promotion-popup .promotion-content .pro-title strong {
        font-weight: 600;
    }

    .promotion-popup .promotion-content .pro-subtitle {
        color: var(--cr-gray);
        font-size: 16px;
        font-family: kurious-looped;
        font-weight: 500;
        line-height: 2em;
        margin: 0 0 16px;
    }

    .promotion-popup .promotion-content ul.pro-subtitle {
        padding: 0 0 0 1.2em;
        margin: 0 0 16px;
    }

    .promotion-popup .promotion-content .title {
        margin: 0 0 8px;
        color: var(--cr-dark);
        line-height: 1.5em;
        font-size: 20px;
        font-weight: 500;
        font-family: 'kurious-looped';
    }

    .promotion-popup .promotion-content .title strong {
        font-weight: 600;
    }

    .promotion-popup .promotion-content .title.a-center {
        text-align: center;
    }

    .promotion-popup .promotion-content .title .text-green {
        color: var(--cr-green);
    }

    .promotion-popup .promotion-content .hint-scroll {
        display: none;
    }

    .promotion-popup .promotion-content .table {
        width: 100%;
        border-spacing: 0;
        min-width: 880px;
    }

    .promotion-popup .promotion-content .table {
        padding: 0;
        margin: 0;
        width: 100%;
        border-spacing: 0;
        border: 0.5px solid #E8E8E8;
        border-radius: 8px;
    }

    .promotion-popup .promotion-content .table th,
    .promotion-popup .promotion-content .table td {
        padding: 24px 8px;
        border: 0.5px solid #E8E8E8;
        color: var(--cr-gray);
        text-align: center;
        line-height: 1.5em;
    }

    .promotion-popup .promotion-content .table tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }

    .promotion-popup .promotion-content .table tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .promotion-popup .promotion-content .table tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    .promotion-popup .promotion-content .table tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .promotion-popup .promotion-content .table th {
        background-color: var(--cr-green);
        font-family: 'kurious-looped';
        font-size: 18px;
        font-weight: 600;
        color: var(--cr-light);
    }

    .promotion-popup .promotion-content .table td {
        font-size: 16px;
        font-weight: 500;
        font-family: 'kurious-looped';
        line-height: 1.5;
        color: var(--cr-gray);
    }

    .promotion-popup .promotion-content .table td.a-left {
        text-align: left;
    }

    .promotion-popup .promotion-content .table td strong {
        font-weight: 600;
    }

    .promotion-popup .promotion-content .table tr:nth-child(odd) td {
        background: #FAFAFA;
    }

    .promotion-popup .promotion-content .table tr:nth-child(even) td {
        background: var(--cr-light);
    }

    .promotion-popup .promotion-content .mcscroll+.title {
        margin-top: 32px;
    }

    .promotion-popup .promotion-content .mcscroll+.list {
        margin-top: 32px;
    }

    .promotion-popup .promotion-content .mcscroll+.desc {
        margin-top: 32px;
    }

    .promotion-popup .promotion-content .list {
        padding: 0 0 0 1.2em;
        margin: 0 0 16px;
    }

    .promotion-popup .promotion-content .list>li {
        color: var(--cr-gray);
        font-size: 16px;
        font-family: kurious-looped;
        font-weight: 500;
        line-height: 1.5em;
    }

    .promotion-popup .promotion-content .desc {
        color: var(--cr-gray);
        line-height: 1.5em;
        margin: 0;
        font-size: 16px;
        font-family: kurious-looped;
        font-weight: 500;
    }

    .promotion-popup .promotion-content .desc strong {
        font-weight: 600;
    }

    .promotion-popup .promotion-content .desc.a-center {
        text-align: center;
    }

    .promotion-popup .promotion-content .desc .text-green {
        color: var(--cr-green);
    }

    .promotion-popup .promotion-content .desc+.desc {
        margin-top: 16px;
    }

    .promotion-popup .promotion-content .image-icon {
        margin: 32px auto;
        width: 140px;
    }

    .promotion-popup .promotion-content .image-icon+.desc {
        margin-top: 16px;
    }

    .promotion-popup .promotion-content .action {
        padding-top: 32px;
    }

    .promotion-popup .promotion-content .action .btn {
        height: 40px;
        width: 100%;
        background: var(--cr-green);
        color: var(--cr-light);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .promotion-popup .promotion-content .sc-faqs {
        background: #FAFAFA;
        padding: 16px;
        margin: 0 -16px -16px;
    }

    .promotion-popup .promotion-content .sc-faqs .accordion-group {
        padding: 0;
        display: block;
    }

    .promotion-popup .promotion-content .sc-faqs .accordion-group .accordion {
        max-width: 100%;
    }

    .promotion-popup .promotion-content .step-slide {
        position: static;
    }

    .promotion-popup .promotion-content .step-slide .content .desc {
        margin-bottom: 0;
        color: var(--cr-dark);
        line-height: 1.5em;
    }

    .promotion-popup .promotion-content .hr {
        margin: 20px 0;
        width: 100%;
        height: 1px;
        background: #e2e2e2;
    }

    .promotion-popup .promotion-end {
        border-radius: 0px 0px 0 0;
        background: #FAFAFA;
        padding: 8px 16px 16px;
    }

    .promotion-popup .promotion-end .note {
        color: var(--cr-gray);
        line-height: 1.5em;
        margin: 0 0 8px;
        font-size: 13px;
        font-family: kurious-looped;
        font-weight: 500;
    }

    .promotion-popup .promotion-end .note strong {
        font-weight: 600;
        color: var(--cr-black);
    }

    .promotion-popup .promotion-end .note:last-child {
        margin-bottom: 0;
    }

    .promotion-popup .promotion-end .sub-list {
        padding: 0 0 0 1.2em;
        margin: 0;
    }

    .promotion-popup .promotion-end .sub-list>li {
        color: var(--cr-gray);
        font-size: 13px;
        font-family: kurious-looped;
        font-weight: 500;
        line-height: 1.5em;
    }

    .promotion-popup .promotion-end .sub-list>li strong {
        font-weight: 600;
    }

    /*.promotion-popup .promotion-end .sub-list > li .link{color: var(--cr-green);}*/
}

@media screen and (min-width: 768px) {
    .sc-promotion .sc-inner {
        padding: 64px 0;
    }

    .promotion-list .content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .promotion-popup .mfp-container {
        width: 96%;
        margin: 120px auto;
    }

    .promotion-popup .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .promotion-popup .modal-dismiss {
        top: -15px;
        right: -15px;
        position: absolute;
    }

    .promotion-popup .mfp-content>.promotion-popup {
        min-height: inherit;
        background: transparent;
    }

    .promotion-popup .promotion-header {
        padding: 48px;
        border-radius: 8px 8px 0 0;
    }

    .promotion-popup .promotion-header .title {
        display: none;
    }

    .promotion-popup .promotion-header .thumb {
        margin-top: 0;
    }

    .promotion-popup .promotion-header .action .btn {
        display: inline-block;
    }

    .promotion-popup .promotion-content {
        padding: 48px 48px 24px 48px;
    }

    .promotion-popup .promotion-content.-head {
        padding-top: 48px;
    }

    .promotion-popup .promotion-content .pro-title {
        font-size: 26px;
    }

    .promotion-popup .promotion-content ul.pro-subtitle {
        margin: 0 0 32px;
    }

    .promotion-popup .promotion-content .sc-faqs {
        background: none;
        padding: 0;
        margin: 0;
    }

    .promotion-popup .promotion-end {
        border-radius: 0px 0px 8px 8px;
        background: #FAFAFA;
        padding: 16px 48px;
    }

    .promotion-popup .promotion-end .note {
        font-size: 16px;
    }

}

@media screen and (min-width: 992px) {
    .promotion-list {
        overflow: hidden;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
    }

    .promotion-list.swiper-free-mode>.swiper-wrapper.-center {
        justify-content: inherit;
        margin-right: 0;
    }

    .promotion-list .wrapper {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        max-width: calc(100vw - 32px);
        box-shadow: none;
        border-radius: 0;
    }

    .promotion-list .thumb {
        width: 200%;
        max-width: 618px;
        border-radius: 8px 0 0 8px;
    }

    .promotion-list .content {
        padding: 40px 48px 48px;
        border-radius: 0 8px 8px 0;
        height: 370px;
    }

    .promotion-list .content .c-g {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .promotion-list .content .action .btn {
        width: auto;
    }

    .promotion-list .swiper-pagination {
        display: none;
    }

    .promotion-thumb {
        display: flex;
    }

    .promotion-popup .promotion-header {
        display: flex;
    }

    .promotion-popup .promotion-header .thumb {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .promotion-popup .promotion-header .thumb>img {
        width: 470px;
        border-radius: 8px;
    }

    .promotion-popup .promotion-header .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 24px;
        padding-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .promotion-list .wrapper {
        max-width: 1140px;
    }

    .promotion-list .thumb {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 700px;
    }

    .promotion-list .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        padding: 48px 56px 56px;
        height: 420px;
        max-width: 440px;
        min-width: 440px;
    }

    .promotion-thumb .swiper-slide:hover .thumb {
        transform: scale(1.05);
    }
}




/* ####################popup####################### */
.mfp-wrap.mfp-ready .mfp-content {
    border-radius: 8px;
    background-color: #fff;
    /* padding: 48px 0 0; */
}

.sc-thumb-gallery {
    padding: 0 48px 48px;
}

.popup-box {
    /* padding: 48px 48px 24px; */
}

ol.mb-0 {
    margin: 0;
    color: #666;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.icw-popup .p-text {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}

/* .popup-box p {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
} */

.popup-box p.scan-qr-desc {
    color: #666;
    font-family: kurious-looped;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.icw-popup .content-table.mt-24.wd-70 {
    margin-top: 24px;
}

.icw-popup table.table-style2 {
    overflow: hidden;
    margin-bottom: 0;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}

.icw-popup .table-style2 th,
.icw-popup .table-style2 td {
    font-family: kurious-looped;
    text-align: center;
    vertical-align: middle;
}

.icw-popup .article .wd-70 {
    width: 100% !important;
}

.icw-popup .table-style2 thead tr th {
    padding: 24px 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    background-color: #00a94f;
    font-family: 'kurious-looped';
}

.icw-popup .table-style2 thead tr th:last-child {
    border-right: 0;
}

.icw-popup .table-style2 tbody tr td {
    background: #fcfcfc;
    padding: 16px;
    border-bottom: 1px solid #eee;
    color: #666;
    text-align: center;
    font-family: kurious-looped;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.icw-popup .table-style2 ul li {
    list-style-type: disc;
    width: fit-content;
}

.icw-popup .mt-0 {
    margin-top: 0;
}

.icw-popup .mb-0 {
    margin-bottom: 0;
}



.icw-popup .table-style2 tbody tr td ul {
    padding-left: 20px;
    width: fit-content;
    margin: auto;
}

.icw-popup .table-style2 .note ul li {
    list-style-type: disc;
    color: #666666;
    /* font-family: Helvetica; */
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.icw-popup .compn-overflow .compn-overflow-wrapper .compn {
    min-width: 800px;
}

.icw-popup .text-scroll p {
    display: inline-block;
    color: #333;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.icw-popup .text-scroll {
    text-align: center;
    /* margin-bottom: 10px; */
    display: flex;
    gap: 10px;
    justify-content: center;
}

.icw .box-doc p.mt-62 {
    margin-bottom: 62px;
}

.note {
    padding: 16px 48px;
    border-radius: 0px 0px 8px 8px;
    background: #FAFAFA;
}

.note .title-note {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 153.846% */
}

.note .doc-note {
    color: #666;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 153.846% */
}

@media (min-width: 1200px) {
    .icw-popup.popup-box .container {
        width: 920px;
    }
}


@media (max-width: 767px) {

    .note,
    .sc-thumb-gallery {
        padding: 16px;
    }
}





/* ####################popup####################### */


.icw-popup .table-style2 .note td {
    background-color: #f5f5f5;
}

@media screen and (min-width:414px) {
    .icw-popup .table-style2 tbody tr td {
        padding: 16px;
    }
}

@media screen and (min-width:767px) {
    .icw-popup .article .table-style2 .note ul li {
        font-size: 13px;
    }

}

.icw-popup-content.mfp-bg.mfp-ready {
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100% !important;
    max-width: 1200px;
    margin: 30px 30px 30px !important;
}

.icw-popup-content .mfp-container {
    border-top: none;
}

.icw .txt-link {
    color: #00A94F;
    text-decoration-line: underline;
}

.sc-thumb-box .thumb>img {
    display: block;
    margin: 0 auto;
}

.icw .imgfull {
    width: 50%;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 5;
    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: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);
}

.sc-thumb-box .content {
    text-align: center;
}

.sc-thumb-box .content .title {
    font-family: 'kurious-looped';
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.sc-thumb-box .content .desc {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0;
    color: var(--cr-dark);
}

#popup-promotion {
    overflow: hidden;
    padding-bottom: 30px;
}

.txt-head {
    text-align: center;
}

.txt-head .h3-h {
    color: #333;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    /* 150% */
    margin-bottom: 8px;
    margin-top: 30px;
}

#popup-promotion .txt-link {
    color: #00A94F;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    /* 150% */
    text-decoration-line: underline;
}

.sc-thumb-box .condition-popup {
    padding: 24px 0;
    background: url(<path-to-image>) #e9f6f1 50% / cover no-repeat;
    background-blend-mode: luminosity;
    text-align: center;
}

.sc-thumb-box .condition-popup .btn.btn-popup {
    color: #FFF;
    font-family: 'kurious-looped' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    /* 150% */
    display: inline-flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #00A94F;
}

.icw .btn-primary {
    color: #FFF;
    font-family: 'kurious-looped' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    /* 150% */
}


/* ####################popup####################### */

@media screen and (max-width:1024px) {
    .icw-popup .compn-overflow .compn-overflow-wrapper .compn {
        min-width: 690px;
    }

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
        max-width: 900px;
    }
}

@media screen and (max-width:991px) {

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
        max-width: 654px;
    }
}

@media screen and (max-width:767px) {
    .popup-box {
        padding: 18px 0;
    }

    .icw-popup-content.mfp-bg.mfp-ready {
        background: #fff;
        opacity: 1;
    }

    /* .mfp-bg.mfp-ready{
            z-index: 1901;
        } */
    .popup-box p {
        font-size: 18px;
    }

    .icw-popup .table-style2 tbody tr td {
        font-size: 13px;
    }

    .icw-popup .mt-0 {
        margin-top: 18px;
    }

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
        width: 100% !important;
        max-width: 305px;
        margin: 16px !important;
        margin-top: 40px !important;
    }

    .sc-faqs-popup {
        margin-top: 20px;
    }



    .swiper-button-next {
        right: 10%;
    }

    .swiper-button-prev {
        left: 10%;
    }
}

/* ####################iconChecked####################### */
.ic-check::before {
    content: "\e914";
}

/* ============================== tab ===============================
.tab-control {
  position: relative;
  height: 35px;
  margin-bottom: 24px;
}
.tab-control:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #dbdbdb;
  border-radius: 50px;
  z-index: 4;
}
.tab-control:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 70px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 90%
  );
  pointer-events: none;
}
.tab-control .timebar {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #bcbcbc;
  transition: 0ms ease-in-out;
  border-radius: 50px;
}
.tab {
  position: relative;
  z-index: 3;
  overflow: auto;
  margin-right: 40px;
  border-bottom: 0px solid var(--cr-border);
}
.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-right: 30px;
  gap: 16px;
  width: 100vw;
}
.tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid transparent;
  margin-bottom: 0px;
  text-decoration: none;
}
.tab .control .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  border-bottom: 3px solid transparent;
}
.tab .control a.active {
  font-weight: 600;
  pointer-events: none;
  border-bottom-color: var(--cr-green);
}
.tab .control .active .nav-link {
  color: var(--cr-dark);
}
.tab .selector {
  display: none;
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab.active {
  overflow: visible;
}
.tab.active .control {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -15px;
  margin-right: -70px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 5px;
  background-color: var(--cr-light);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 5px;
  color: var(--cr-gray);
}
.tab.active .control a span {
  border: 0;
  line-height: 1.5em;
}
.tab.active .control a.active {
  border-color: var(--cr-green);
  color: var(--cr-green);
}
.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 25px;
  height: 32px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-end;
}
.action-dropdown .link {
  display: block;
  position: relative;
  width: 25px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
}
.action-dropdown .link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transition: var(--tsition);
  transform: rotate(135deg);
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid var(--cr-dark);
  border-right: 1px solid var(--cr-dark);
}
.action-dropdown .link.active:before {
  transform: rotate(-45deg);
  top: 5px;
}
.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 .txt {
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 32px;
}
.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;
}

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .tab .control {
    width: auto;
    justify-content: center;
    padding: 0;
  }
  .tab {
    margin: 0;
  }
  .tab-control:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .tab-control {
    height: 35px;
  }
  .tab-control:before {
    display: none;
  }
  .tab-control:after {
    display: none;
  }
  .tab {
    overflow: auto;
    margin-right: 0;
    border-bottom: 2px solid var(--cr-border);
    padding-right: 0;
  }
  .tab .control {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    padding-right: 24px;
    gap: 16px;
    width: 100vw;
  }
  .tab .control {
    justify-content: center;
    width: auto;
    padding-right: 0;
    gap: 48px;
  }
  .tab .control a {
    white-space: nowrap;
    border-bottom: 0;
    color: var(--cr-lightgray);
  }
  .tab .control a span {
    display: block;
    border-bottom: 3px solid transparent;
    line-height: 1.5em;
    padding-bottom: 7px;
  }
  .tab .control a.active {
    color: var(--cr-dark);
  }
  .tab .control a.active span {
    border-block-color: var(--cr-green);
  }
  .tab .control a:last-child {
    padding-right: 20px;
  }
  .tab.active .control a span {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .tab-control {
    height: auto;
    margin: 0;
  }
  .tab-control:before {
    display: none;
  }
  .tab-control:after {
    display: none;
  }
  .tab {
    overflow: visible;
    margin-right: 0;
  }
  .tab .selector {
    display: block;
  }
  .tab .control {
    justify-content: center;
    width: auto;
    padding-right: 0;
    gap: 48px;
  }
  .tab .control a.active span {
    border-block-color: transparent;
  }
  .action-dropdown {
    display: none;
  }
  .tab-dropdown {
    display: none;
  }
  .tab-control {
    margin-bottom: 40px;
  }
  .tab .control a {
    height: 35px;
  }
  .tab .control a span {
    padding-bottom: 8px;
  }
  .tab .control a:last-child {
    padding-right: 0px;
  }
} */

/* tab btn */
.tab-btn-container .control {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-btn-content {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}

.tab-btn-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

/*############################ tab2 ###################################*/
.tab2 {
    display: block;
    position: relative;
    z-index: 2;
}

.tab2 .control2 {
    display: block;
}

.tab2 .control2 a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    white-space: nowrap;
    border-radius: 8px;
    inset: 1px solid #ddd;
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-gray);
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 8px 16px;
    background: var(--cr-light);
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.tab2 .control2 a+a {
    margin-top: 16px;
}

.tab2 .control2 a.active {
    color: var(--cr-green);
    font-weight: 600;
    pointer-events: none;
    border-color: var(--cr-green);
}

.tab2 .selector2 {
    height: 100%;
    border: 1px solid var(--cr-green);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 8px;
    display: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.tab-content2 {
    position: inherit;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}

.tab-content2.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

@media screen and (min-width: 768px) {
    .tab2 .control2 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 16px;
        justify-content: center;
    }

    .tab2 .control2 a+a {
        margin-top: 0;
    }

    .tab2 .control2 a.active {
        border-color: transparent;
    }

    .tab2 .selector2 {
        display: block;
    }
}

.menu-tab .button {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.menu-tab .button .btn-tab.active {
    border-radius: 8px;
    border: 1px solid #00A94F;
    color: #fff;
    background: #00A94F;
    /* display: flex; */
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


.menu-tab .button .btn-tab:hover {
    border-radius: 8px;
    border: 1px solid #00A94F;
    color: #fff;
    background: #00A94F;
    /* display: flex; */
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.menu-tab .button .btn-tab {
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #DDD;
    color: #666;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


.title-tab-step .button {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.title-tab-step .button .btn-tab.active {
    border-radius: 8px;
    border: 1px solid #00A94F;
    color: #fff;
    background: #00A94F;
    /* display: flex; */
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


.title-tab-step .button .btn-tab:hover {
    border-radius: 8px;
    border: 1px solid #00A94F;
    color: #fff;
    background: #00A94F;
    /* display: flex; */
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.title-tab-step .button .btn-tab {
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #DDD;
    color: #666;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.tab-content-inner,
.tab-content-inner2 {
    display: none;
    transition: var(--transition);
}

.tab-content-inner.active,
.tab-content-inner2.active {
    display: block;
    transition: var(--transition);
}

@media screen and (max-width:767px) {
    .sc-step .title-tab-step .button {
        display: block;
    }

    .sc-step .title-tab-step .button .btn-tab {
        width: 100%;
        display: block;
        margin-bottom: 12px;
        padding: 8px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 40%;
    }

    .sc-step-on-kepocket .swiper-button-next,
    .sc-step-on-kepocket .swiper-button-prev {
        position: absolute;
        top: 50%;
    }

    #mobile .swiper-button-next,
    #mobile .swiper-button-prev {
        position: absolute;
        top: 45%;
    }

    .sc-step .title-tab-step .button .btn-tab.active {
        padding: 8px 0;
    }

    .custom-btn-step-on-kepocket-on-mobile .tab-control .tab-scroll-container .button {
        display: flex;
        flex-direction: column;
    }

    .custom-btn-step-on-kepocket-on-mobile .tab-control .tab-scroll-container .button .btn-tab2 {
        text-align: center;
    }

    .custom-btn-step-on-kepocket-on-mobile .tab-control .tab-dropdown-btn {
        display: none;
    }

    .custom-btn-step-on-kepocket-on-mobile .tab-scroll-container {
        width: 100%;
    }
}


.mt-48 {
    margin-top: 48px;
}

.sc-open-account .sc-content {
    overflow: hidden;
}

.sc-step-on-kepocket .sc-content {
    overflow: hidden;
}

.swiper-button-prev.swiper-button-prev4.swiper-button-disabled.swiper-button-lock {
    opacity: 0;
}

.swiper-button-next.swiper-button-next4.swiper-button-disabled.swiper-button-lock {
    opacity: 0;
}

p.number {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #111111;
}

p.f-p {
    color: #333333;
    text-align: center;
}

.sc-open-account .wrapper-debit.-type2 .content {
    border: none;
    box-shadow: 0px 1px 3px 0px #0000001A;
    margin-top: 32px;
}




.c-white {
    color: #fff !important;
}

.sc-shortcut .icon i {
    font-size: 32px;
}

.sc-shortcut .txt {
    text-decoration: underline;
    color: var(--cr-green);
}

.sc-shortcut .txt strong {
    text-decoration: underline;
    color: var(--cr-green);
}

@media screen and (min-width: 992px) {
    .sc-transaction-channels .hint-scroll {
        display: none;
    }
}

/*############################ 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;
}

.icw dd {
    -webkit-margin-start: 0 !important;
}


.zoom.hide-w767 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.zoom.hide-w767 i {
    font-size: 24px;
    color: var(--cr-green);
}


.title-tab-step .zoom {
    font-weight: 600;
    color: var(--cr-green);
    text-align: center;
    margin-top: 32px;
}

#computer .title-tab-step .zoom {
    margin-top: 0;
}


@media screen and (min-width:768px) {
    .mt-32 {
        margin-top: 32px !important;
    }

    .sc-faqs .container {
        max-width: 900px !important;
    }

    .swiper-wrapper img {
        max-width: 300px;
        margin: auto;
        display: block;
    }
}



@media screen and (max-width:768px) {

    .sc-step-on-kepocket .sc-content {
        overflow: visible !important;
    }

    .sc-open-account .sc-content {
        overflow: visible !important;
    }

    .swiper-wrapper img {
        max-width: 300px;
        margin: auto;
        display: block;
    }

    .mt-32 {
        margin-top: 24px !important;
    }

    /* Dropdown styles */
    .tab-dropdown-btn {
        background: #f7f7f7;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 10px 15px;
        /* Adjust padding for better look */
        cursor: pointer;
        font-size: 1rem;
        color: #555;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        /* Center the icon */
        width: 40px;
        /* Set a fixed width for the button */
        height: 40px;
        /* Set a fixed height for the button */
    }

    /* สไตล์สำหรับไอคอน ic-nav-icon_arrow ที่คุณกำหนดเอง */
    .tab-dropdown-btn .ic-nvg.ic-nav-icon_arrow {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: solid #555;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        /* Arrow pointing down */
        transition: transform 0.3s ease;
    }

    .tab-dropdown-btn.active .ic-nvg.ic-nav-icon_arrow {
        transform: rotate(225deg);
        /* Arrow pointing up when active */
    }

    .tab-dropdown-btn:hover {
        border-color: #007bff;
        color: #007bff;
    }

    .tab-dropdown-btn:hover .ic-nvg.ic-nav-icon_arrow {
        border-color: #007bff;
    }


    .tab-dropdown {
        position: absolute;
        top: 15.5%;
        right: 1.5%;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 100;
        display: none;
        flex-direction: column;
        gap: 5px;
        min-width: 200px;
        width: 95%;
    }

    .tab-dropdown.active {
        display: flex;
    }

    .tab-dropdown .btn-tab.active {
        border-radius: 8px;
        border: 1px solid #00A94F;
        color: #fff;
        background: #00A94F;
        /* display: flex
; */
        padding: 8px;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .tab-dropdown .btn-tab {
        padding: 8px 24px;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #DDD;
        color: #666;
        background: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .ic-nav-icon_arrow:before {
        content: "" !important;
    }

}

.f-13 {
    font-size: 13px;
}