.visible-w360,
.visible-w374,
.visible-w375,
.visible-w413,
.visible-w414,
.visible-w767,
.visible-w991,
.visible-w1023 {
    display: none;
}

.hidden-w360,
.hidden-w374,
.hidden-w375,
.hidden-w413,
.hidden-w414,
.hidden-w767,
.hidden-w991,
.hidden-w1023 {
    display: block;
}

.visible-only-w375,
.visible-only-w414,
.visible-only-w768 {
    display: none;
}

.hidden-only-w375,
.hidden-only-w414,
.hidden-only-w768 {
    display: block;
}

@media screen and (max-width: 360px) {
    .visible-w360 {
        display: block;
    }

    .hidden-w360 {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .visible-w374 {
        display: block;
    }

    .hidden-w374 {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .visible-w375 {
        display: block;
    }

    .hidden-w375 {
        display: none;
    }
}

@media screen and (max-width: 413px) {
    .visible-w413 {
        display: block;
    }

    .hidden-w413 {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .visible-w414 {
        display: block;
    }

    .hidden-w414 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .table-hidden-w767{
        display: none;
      }
    .visible-w767 {
        display: block;
    }

    .hidden-w767 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .visible-w991 {
        display: block;
    }

    .hidden-w991 {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .visible-w1023 {
        display: block;
    }

    .hidden-w1023 {
        display: none;
    }
}

/* ==== Only screen =============================================================== */

@media screen and (width: 414px) {
    .visible-only-w414 {
        display: block;
    }

    .hidden-only-w414 {
        display: none;
    }
}

@media screen and (width: 375px) {
    .visible-only-w375 {
        display: block;
    }

    .hidden-only-w375 {
        display: none;
    }
}

@media screen and (width: 768px) {
    .visible-only-w768 {
        display: block;
    }

    .hidden-only-w768 {
        display: none;
    }
}

#s4-workspace {
    height: auto !important;
}

/* #navigation-header.fixed {
    position: fixed !important;
} */

#navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: none;
}

/* width */
body.custom-scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
body.custom-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(0, 0, 0, .15);
}

/* Handle */
body.custom-scroll::-webkit-scrollbar-thumb {
    background: #00A94F;
    border-radius: 8px;
}

body.custom-scroll .noshow-iframe,
body.custom-scroll #navigation-page-sticky,
body.custom-scroll #navigation-header,
body.custom-scroll #navigation-footer,
body.custom-scroll .sc-related-card,
body.custom-scroll .sc-application-detail,
body.custom-scroll .sc-s-apply,
body.custom-scroll .sc-product-release {
    display: none !important;
}

body.custom-scroll.has-rl {
    margin-bottom: 0 !important;
}

body.custom-scroll .show-iframe {
    display: block !important;
}

body.custom-scroll .show-iframe.show-w280 {
    display: none !important;
}

.ic-nvg.ic-promotion:before {
    content: "\e938";
}

@media screen and (min-width: 1140px) {
    #navigation-widgets.box-widgets.norm {
        bottom: 48px !important;
    }
}

@media screen and (max-width: 360px) {
    body.custom-scroll .show-iframe.show-w280 {
        display: block !important;
    }
}
@media screen and (max-width: 1140px) {
    #navigation-page-sticky.stickyNav {
        bottom: 31px !important;
    }
    .no-rl #navigation-page-sticky.stickyNav {
        bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    #navigation-page-sticky.stickyNav {
        bottom: 46px !important;
    }

    .icw .sc-condition .sc-inner {
        padding: 40px 0 !important;
    }
}

@media (max-width: 359px) {
    #navigation-page-sticky.stickyNav {
        bottom: 61px !important;
    }
}
/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #ec4546;
    --cr-yellow: #fff600;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

.content-slide .box-info .box-group {
    min-height: calc(100vh - 184px);
}

#hightlight-banner img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .content-slide .box-info .box-group {
        min-height: auto;
    }
}

#navigation-page-sticky a.sticky-anchor i {
    font-size: 24px;
    position: relative;
    top: 5px;
}

#navigation-page-sticky.stickyNav.hide-cta .stickyNav-panelWidgets {
    grid-template-columns: 40px auto;
}

.d-inline {
    display: inline !important;
}

/*============================== TEXT ===============================*/
.icw .nowrap,
.icw .nw {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-black {
    color: var(--cr-black) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-darkgreen {
    color: #006530 !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .text-yellow {
    color: var(--cr-yellow) !important;
}

.icw .text-warning {
    color: var(--cr-warning) !important;
}

.lh-24 {
    line-height: 24px !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    /* font-family: 'kurious-looped'; */
    z-index: inherit;
    background: #fff;
}

body.custom-scroll .stickyNav-anchor {
    display: none;
}

/* .sticky-anchor,
#navigation-page-sticky.stickyNav .h4 {
    font-family: 'kurious-looped' !important;
} */

#navigation-page-sticky .box-cta .btn {
    padding: 0;
}

.icw .main strong {
    font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 600;
    line-height: 1.5em;
}

.icw h2,
.icw .h2 {
    font-weight: 600;
    line-height: 1.5em;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 600;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 600;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 600;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 600;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.5em;
}

.icw p {
    /* font-family: 'kurious-looped'; */
    font-size: 16px;
}

.icw p strong {
    font-weight: 600;
}

.icw p.desc {
    /* font-family: 'kurious-looped'; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    /* font-family: 'kurious-looped'; */
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    /* font-family: 'kurious-looped'; */
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw ul {
    padding: 0;
    margin: 0;
}

.icw .m-auto {
    margin: auto;
    display: block;
}

.icw .mb-0 {
    margin-bottom: 0 !important;
}

.icw .mb-8 {
    margin-bottom: 8px !important;
}

.icw .mb-16 {
    margin-bottom: 16px !important;
}

.icw .mb-16-8 {
    margin-bottom: 8px !important;
}

.icw .mb-0-16 {
    margin-bottom: 16px !important;
}

.icw .mb-24 {
    margin-bottom: 24px !important;
}

.icw .mb-32 {
    margin-bottom: 32px !important;
}

.icw .mt-16 {
    margin-top: 16px !important;
}

.icw .pl-20 {
    padding-left: 20px !important;
}

.icw .pt-32 {
    padding-top: 32px !important;
}

.icw .pt-40 {
    padding-top: 40px !important;
}

.icw .pt-48 {
    padding-top: 48px !important;
}

.icw .pt-40-32 {
    padding-top: 32px !important;
}

.icw .pt-40-24 {
    padding-top: 24px !important;
}

.icw .mt-40-24 {
    margin-top: 24px !important;
}

.icw .pt-24-32 {
    padding-top: 32px !important;
}

.icw .line-green {
    border-top: 1px solid #00A94F;
}

.icw .text-green2 {
    color: #00F86C !important;
}

.icw .j-start {
    justify-content: start !important;
}

.icw .lh-2 {
    line-height: 2 !important;
}

.icw .mb8-mb {
    margin-bottom: 16px !important;
    text-align: center;
}

.icw .pt-48-40 {
    padding-top: 40px !important;
}


.icw h1,
.icw .h1 {
    font-size: 28px;
    line-height: 1.5;
}

.icw h2,
.icw .h2 {
    font-size: 24px;
    line-height: 1.5;
}

.icw h3,
.icw .h3 {
    font-size: 20px;
    line-height: 1.5;
}

.icw h4,
.icw .h4 {
    font-size: 18px;
    line-height: 1.5;
}

.icw h5,
.icw .h5 {
    font-size: 16px;
    line-height: 1.5;
}

.icw h6,
.icw .h6 {
    font-size: 16px;
    line-height: 1.5;
}

.icw .f-13 {
    font-size: 13px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {

    .icw h1,
    .icw .h1 {
        font-size: 42px;
    }

    .icw h2,
    .icw .h2 {
        font-size: 33px;
    }

    .icw h3,
    .icw .h3 {
        font-size: 26px;
    }

    .icw h4,
    .icw .h4 {
        font-size: 20px;
    }

    .icw h5,
    .icw .h5 {
        font-size: 18px;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
    }

    .icw .mb16-mb {
        margin-bottom: 16px !important;
    }

    .icw .mb8-mb {
        margin-bottom: 8px !important;
        text-align: left;
    }

    .icw .pt-40-32 {
        padding-top: 40px !important;
    }

    .icw .pt-48-40 {
        padding-top: 48px !important;
    }

    .icw .pt-40-24 {
        padding-top: 40px !important;
    }

    .icw .mt-40-24 {
        margin-top: 40px !important;
    }

    .icw .pt-24-32 {
        padding-top: 24px !important;
    }

    .icw .pb-48-pc {
        padding-bottom: 48px !important;
    }

    .icw .mb-16-8 {
        margin-bottom: 16px !important;
    }
    
    .icw .mb-0-16 {
        margin-bottom: 0 !important;
    }

}


/*============================== Hidden & Visible ===============================*/
.show-w1199 {
    display: none !important;
}

.show-w991 {
    display: none !important;
}

.show-w767 {
    display: none !important;
}

.show-w414 {
    display: none !important;
}

.show-w375 {
    display: none !important;
}

.show-w360 {
    display: none !important;
}

.show-w280 {
    display: none !important;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block !important;
    }

    .hide-w1199 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block !important;
    }

    .hide-w991 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block !important;
    }

    .hide-w767 {
        display: none !important;
    }

    .f-13-mb {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .icw .mt-24-mb {
        margin-top: 24px !important;
    }
    
}

@media (max-width: 414px) {
    .show-w414 {
        display: block !important;
    }

    .hide-w414 {
        display: none !important;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block !important;
    }

    .hide-w375 {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block !important;
    }

    .hide-w360 {
        display: none !important;
    }
}

@media (max-width: 280px) {
    .show-w280 {
        display: block !important;
    }

    .hide-w280 {
        display: none !important;
    }
}

/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
    color: #999;
}

.icw .container:before,
.icw .container:after {
    content: '';
    display: table;
    clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.icw .container {
    max-width: 1172px;
}

.icw .container-xs {
    max-width: 830px;
}

.icw .container-sm {
    max-width: 930px;
}

.icw .container-md {
    max-width: 1030px;
}

.icw .a-left {
    text-align: left;
}

.icw .a-center {
    text-align: center;
}

.icw .a-right {
    text-align: right;
}

.icw .row-0 {
    margin: 0px;
}

.icw .row-0>div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20>div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex>div {
    float: none;
}

.icw .row-flex>.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex>.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex>.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex>.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.icw .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icw .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.icw .item-list>li {
    float: left;
}

.icw .section {
    position: relative;
    overflow: hidden;
}

.icw .section .sc-inner {
    position: relative;
    overflow: hidden;
    padding: 48px 0;
}

.icw .section .sc-heading {
    text-align: center;
    margin-bottom: 48px;
}

.icw .section .sc-heading .title {
    line-height: 0;
    margin-bottom: 24px;
}

.icw .sc-head .sc-inner {
    padding-top: 16px;
    padding-bottom: 0;
}

.icw .sc-head .h4 {
    font-size: 16px;
}

.icw .t-date {
    margin-bottom: 32px;
}

.icw .kpoint-ic {
    max-width: 73px;
    width: 100%;
    position: relative;
    top: -2px;
}

.icw .title .kpoint-ic {
    max-width: 133px;
    width: 100%;
    position: relative;
    top: -2px;
}

.icw .box-detail {
    padding: 24px 16px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: linear-gradient(264deg, #F8F8F8 81.28%, #00A94F 188.65%);
    background: url(../img/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icw .box-detail .box-detail-inner {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 16px 24px;
    position: relative;
    margin-top: 16px;
}

.icw .box-detail .d-flex {
    display: flex;
    gap: 28px;
}

.icw .box-detail .d-flex .mb-shop {
    max-width: 285px;
    width: 100%;
}

.icw .pay-ic {
    position: relative;
    top: -2px;
}

.icw .noti-ic {
    position: absolute;
    right: 0;
    top: 0;

    max-width: 30px;
    width: 100%;
}

.icw .sc-detail {
    background: #f5f5f5;
}

.icw .sc-detail .tag {
    color: #32FFAD;
}

.icw .sc-detail .box-white-inner img {
    margin-top: -3px;
}

.icw .section .sc-inner {
    padding: 48px 0;
}

.icw .sc-benefits_kpayroll .sc-heading {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .icw .section .sc-inner {
        padding: 64px 0;
    }

    .icw .section .sc-heading {
        margin-bottom: 40px;
    }

    .icw .section .sc-heading .title {
        margin-bottom: 32px;
    }

    .icw .sc-head .h4 {
        font-size: 20px;
    }

    .icw .sc-head .sc-inner {
        padding-top: 24px;
    }

    .icw .t-date {
        margin-bottom: 40px;
    }

    .kpoint-ic {
        max-width: 83px;
        width: 100%;
    }

    .icw .title .kpoint-ic {
        max-width: 149px;
        width: 100%;
        position: relative;
        top: -2px;
    }

    .icw .noti-ic {
        position: absolute;
        right: 0;
        top: 0;

        max-width: 42px;
        width: 100%;
    }
}

@media screen and (min-width:992px) {
    .icw .box-detail {
        padding: 40px 45px;
    }

    .icw .box-detail .box-detail-inner {
        margin-top: 24px;
        margin-left: 35px;
        margin-right: 35px;
        /* min-width: 740px; */
    }
}


/*============================== button ===============================*/
.icw .btn {
    padding: 0 32px;
    width: auto;
    min-width: 120px;
    /* font-family: 'kurious-looped'; */
    font-weight: 600;
    border: 0;
    font-size: 16px;
    height: 48px;
    background: transparent;
    color: var(--cr-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: var(--radius);
    transition: var(--tsition);
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: +1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s, color .3s .3s;
}

.icw .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
    background-color: var(--cr-green);
}


/*############################ preload ###################################*/
.dim-page {
    opacity: 0 !important;
}

.g-load-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background: var(--cr-light);
}

.g-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.g-loader {
    border: 5px solid var(--cr-green);
    border-radius: 100%;
    border-top: 5px solid #d7d7d7;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
    opacity: 0;
    -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-bg {
    z-index: 10042;
}
.mfp-wrap {
    z-index: 10043;
}

.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
    padding: 0;
}

.mfp-wrap.promotion-popup .mfp-container,
.mfp-wrap.popup-image-style .mfp-container {
    padding: 0 16px;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
}

.mfp-close-btn-in .mfp-close {
    width: 30px;
    height: 30px;
    background-color: #00A950;
    color: #fff;
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
    transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover:before {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:hover:after {
    background-color: var(--cr-light);
}

/* .mfp-close-btn-in .mfp-close:active {
    top: 0px;
} */

@media screen and (max-width: 767px) {
    .mfp-close-btn-in .mfp-close {
        top: 16px;
        right: 16px;
    }
}


/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
}

.popup-function.mfp-bg.mfp-ready {
    opacity: 1;
    z-index: 10001;
}

.popup-function.mfp-wrap {
    z-index: 10002;
}

.popup-function .mfp-container {
    width: 100%;
}

.popup-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
}

.popup-function .mfp-content {
    overflow: auto;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
}

.popup-function .main-container {
    margin: 0;
}

.popup-function .inner {
    overflow: hidden;
    padding: 72px 16px 16px 16px;
}

@media screen and (min-width: 992px) {
    .popup-function .inner {
        padding: 48px;
    }

    .popup-function .swiper-button-prev {
        left: 48px;
    }

    .popup-function .swiper-button-next {
        right: 48px;
    }
}


/*############################ icw-popup-function sc-thumb-box ###################################*/
.sc-thumb-box {
    max-width: 1140px;
    width: 100%;
    position: relative;
}

.sc-thumb-box {
    position: relative;
    background-color: var(--cr-light);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}

.sc-thumb-box .inner {
    position: relative;
    margin: 0 auto;
}

.sc-thumb-box .swiper-slide {
    width: auto;
}

.sc-thumb-box .wrapper {
    display: block;
}

.sc-thumb-box .thumb {
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sc-thumb-box .thumb>img {
    display: block;
    margin: 0 auto;
}

.sc-thumb-box .content {
    text-align: center;
}

.sc-thumb-box .content .title {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--cr-dark);
}

.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);
}

.sc-thumb-box .content ul.desc {
    padding: 0;
    margin-left: 20px;
    text-align: left;
}

.sc-thumb-box .content ul.desc>li {
    width: 100%;
}

.sc-thumb-box .content ul.desc>li>ul {
    padding: 0;
    margin-left: 20px;
}

.sc-thumb-box .content ul.desc>li>ul>li {
    position: relative;
    list-style: none;
}

.sc-thumb-box .content ul.desc>li>ul>li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: -18px;
}

.sc-thumb-box .content .link {
    color: var(--cr-green);
    font-weight: 600;
    /* font-family: 'kurious-looped'; */
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .sc-thumb-box {
        width: 95.24%;
        margin: 80px auto;
        border-radius: var(--radius);
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}


/*############################ accordion ###################################*/
.accordion-action {
    position: relative;
    margin: 0 -16px;
}

.accordion-action .link {
    height: 64px;
    display: flex;
    align-items: center;
    background: var(--cr-light);
    padding: 16px;
    position: relative;
    text-decoration: none;
}

.accordion-action .link>.txt {
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-dark);
}

.accordion-action .link>.ic-nvg {
    font-size: 32px;
    color: var(--cr-green);
    margin-right: 8px;
}

.accordion-action .link:before,
.accordion-action .link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--cr-green);
    transition: var(--tsition);
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion-action .link:before {
    position: absolute;
    transform: rotate(45deg);
    right: 23px;
}

.accordion-action .link:after {
    position: absolute;
    transform: rotate(-45deg);
    right: 16px;
}

.accordion-action.active .link:before {
    transform: rotate(-45deg);
}

.accordion-action.active .link:after {
    transform: rotate(45deg);
}

.accordion-group {
    padding: 16px 0 24px;
    list-style: none;
    margin: 0;
    max-width: 100%;
}

.accordion-group.active {
    display: block;
}

.accordion-group+.accordion-group {
    margin-top: 16px;
}

.accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
}

.accordion-group .accordion+.s-title {
    margin-top: 40px;
}

.accordion-group .accordion {
    max-width: sc-content;
    margin-left: auto;
    margin-right: auto;
}

.accordion-group .accordion+.accordion {
    margin-top: 16px;
}

.accordion {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
}

.accordion .accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: var(--cr-black);
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    border: 0;
    background-color: transparent;
    transition: var(--transition);
}

.accordion .accordion-title:after {
    font-family: 'iconavigation';
    content: "\e906";
    font-size: 16px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cr-green);
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.accordion .accordion-title.active:after {
    content: "\e907";
}

.accordion .accordion-title:hover {
    /* color: var(--cr-green); */
    background: #CCEEDC;
}

.accordion .accordion-title.active {
    color: #333;
    background-color: #CCEEDC;
}

.accordion .accordion-title.active:after {
    /* color: var(--cr-light); */
}

.accordion .accordion-content {
    padding: 16px;
}

.accordion .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    /* word-break: break-all; */
    word-break: break-word;
}

.accordion .accordion-content p {
    line-height: 1.5em;
    /* font-family: 'kurious-looped'; */
    color: var(--cr-gray);
}

.accordion .accordion-content p strong {
    font-weight: 600;
}

.accordion .accordion-content p .link {
    font-weight: 600;
    /* font-family: 'kurious-looped'; */
}

.accordion .accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
}

.accordion .accordion-content ul:last-child {
    margin-bottom: 0;
}

.accordion .accordion-content ul>li {
    position: relative;
    list-style-type: disc;
    /* font-family: 'kurious-looped'; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-gray);
}

.accordion .accordion-content ul>li+li {
    margin-top: 5px;
}

.accordion .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
}

.accordion .accordion-content ol:last-child {
    margin-bottom: 0;
}

.accordion .accordion-content ol>li {
    position: relative;
    list-style-type: decimal;
    /* font-family: 'kurious-looped'; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-gray);
}

.accordion .accordion-content ol>li+li {
    margin-top: 5px;
}

.accordion .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.accordion .accordion-content .link-tel {
    color: var(--cr-light);
    white-space: nowrap;
    text-decoration: none;
    background-color: var(--cr-green);
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    /* font-family: 'kurious-looped'; */
    margin: 8px 0;
    margin-right: 16px;
}

.accordion .accordion-content .link-tel .icon {
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.accordion .accordion-content .link-tel+.link-tel {
    margin-right: 0;
}

.accordion .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.accordion .accordion-content a[x-apple-data-detectors].no-phone {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/*.accordion .accordion-content ul.sublist{counter-reset: item}
.accordion .accordion-content ul.sublist > li{}
.accordion .accordion-content ul.sublist > li{content: counters(item, ".") " "; counter-increment: item }*/

@media screen and (min-width: 768px) {
    .accordion-action {
        display: none;
    }

    .accordion-group {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .accordion .accordion-title {
        font-size: 18px;
    }

    .accordion .accordion-content .link-tel {
        display: none;
    }

    .accordion .accordion-content a {
        word-break: keep-all;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
    .accordion .accordion-title {
        padding: 16px 50px 16px 24px;
    }

    .accordion .accordion-content {
        padding: 16px 24px;
    }
}


/*############################ sc-highlight-banner  ###################################*/
.sc-highlight-banner {
    position: relative;
    overflow: hidden;
}

.sc-highlight-banner .swiper-pagination {
    position: absolute;
    padding: 0;
    bottom: 16px;
    right: 0;
    left: 0;
    width: 100%;
}

.sc-highlight-banner .swiper-slide {
    position: relative;
}

.sc-highlight-banner .image {
    position: relative;
    z-index: 1;
}

.sc-highlight-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.sc-highlight-banner .action {
    padding-bottom: 56px;
    text-align: center;
}

.sc-highlight-banner .action .btn {
    height: 40px;
    padding: 0 30px;
}

.sc-highlight-banner .action .btn.hide-w767 {
    display: none;
}

.sc-highlight-banner .action .btn.show-w767 {
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    .sc-highlight-banner .swiper-pagination {
        bottom: 5.5%;
        right: 16px;
        left: auto;
        width: auto;
    }

    .sc-highlight-banner .action {
        padding-bottom: 24px;
        text-align: left;
    }

    .sc-highlight-banner .action .btn.hide-w767 {
        display: inline-flex;
        ;
    }

    .sc-highlight-banner .action .btn.show-w767 {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .sc-highlight-banner .swiper-pagination {
        bottom: 6%;
    }

    .sc-highlight-banner .action {
        padding-bottom: 32px;
    }

    .sc-highlight-banner .action .btn {
        height: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .sc-highlight-banner .swiper-pagination {
        bottom: 7.5%;
        right: 11%;
    }
}


/*############################ sc-about ###################################*/
.sc-about {
    background-color: #F0FDF8;
    background-image: url(../img/bg-q-money.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sc-about .sc-heading {
    margin-bottom: 0;
}

.sc-about .sc-heading .title {
    margin-bottom: 8px;
}

.sc-about .sc-heading .title .icon {
    width: 40px;
    margin-right: -4px;
    position: relative;
    top: -3px;
}

.sc-about .sc-heading .s-title {
    margin-bottom: 8px;
}

.sc-about .sc-heading .desc {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sc-about {
        background-position: center right;
        background-size: contain;
    }

    .sc-about .sc-heading .title .icon {
        width: 60px;
        top: -2px;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

/*############################ sc-scope ###################################*/
.sc-scope {
    background: #FCFCFC;
}

.sc-scope .sc-inner #point.container-sm,
.sc-scope .sc-inner #shop.container-sm {
    padding-top: 32px;
    padding-bottom: 32px;
}

/* .sc-scope .sc-inner {
    padding-top: 0;
} */

.sc-scope .table-row {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border-radius: var(--radius);
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 16px;
}

.sc-scope .table-row th+th {
    border-left: 1px solid #E6E6E6;
}

.sc-scope .table-row th,
.sc-scope .table-row td {
    padding: 8px 16px;
    text-align: center;
    line-height: 1.5em;
    border-bottom: 1px solid #E6E6E6;
}

.sc-scope .table-row td {
    background-color: var(--cr-light);
    color: var(--cr-gray);
    font-size: 13px;
    /* font-family: kurious-looped; */
    font-weight: 500;
}

.sc-scope .table-row td+td {
    border-left: 1px solid #E6E6E6;
}

.sc-scope .table-row tr+tr {
    border-top: 1px solid #E6E6E6;
}

.sc-scope .table-row tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.sc-scope .table-row tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.sc-scope .table-row tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.sc-scope .table-row tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.sc-scope .table-row tr:last-child td {
    border-bottom: 0;
}

.sc-scope .table-row .bg {
    background-color: var(--cr-green);
    color: var(--cr-light);
    font-weight: 600;
    font-size: 13px;
    /* width: 50%; */
    padding: 8px 16px;
}

.sc-scope .table-row .bg-lightgreen {
    background: #F2F9F5;
    color: #00A94F;

    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .sc-scope .table-row {
        margin: 0 0 16px;
    }

    /* .sc-scope .table-row td {
        font-size: 16px;
        padding: 24px;
    }

    .sc-scope .table-row .bg {
        font-size: 18px;
        padding: 24px;
    }

    .sc-scope .table-row .bg-lightgreen {
        font-size: 16px;
    } */

    .sc-scope .sc-inner #point.container-sm,
    .sc-scope .sc-inner #shop.container-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}


/*############################ sc-application ###################################*/
/* .sc-application {
    background: #F0FDF8;
} */

.sc-application .details-container {
    padding: 24px 0 0;
    overflow: hidden;
}

.sc-application .head {
    text-align: center;
    margin-bottom: 24px;
}

.sc-application .head .title {
    margin-bottom: 8px;
    line-height: 1.5em;
}

.sc-application .head .desc {
    margin-bottom: 0px;
    line-height: 1.5em;
}

.sc-application .zoom {
    margin-bottom: 16px;
    text-align: center;
}

.sc-application .zoom .txt {
    font-weight: 600;
    color: var(--cr-green);
    margin: 0;
}

.sc-application .zoom .txt .icon {
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.sc-application .body {
    position: relative;
    max-width: 296px;
    margin: 0 auto;
}

/* 
#condition {
    padding-top: 32px;
} */

.sc-application .body .swiper-slide {
    width: auto;
}

.sc-application .body .wrapper {
    display: block;
    width: 328px;
}

.sc-application .body .thumb {
    margin-bottom: 16px;
    pointer-events: none;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.sc-application .body .content {
    text-align: center;
}

.sc-application .body .content .title {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--cr-light);
}

.sc-application .body .content .desc {
    /* font-family: 'kurious-looped'; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0;
    color: var(--cr-light);
}

.sc-application .body .content ul.desc {
    padding: 0;
    margin-left: 20px;
    text-align: left;
}

.sc-application .body .content ul.desc>li {
    width: 100%;
}

.sc-application .body .content ul.desc>li>ul {
    padding: 0;
    margin-left: 20px;
}

.sc-application .body .content ul.desc>li>ul>li {
    position: relative;
    list-style: none;
}

.sc-application .body .content ul.desc>li>ul>li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: -18px;
}

.sc-application .body .content .link {
    color: var(--cr-green);
    font-weight: 600;
    /* font-family: 'kurious-looped'; */
    text-decoration: underline;
}

.sc-application .end {
    margin-top: 40px;
    text-align: center;
}

.sc-application .end p {
    margin-bottom: 8px;
    /* font-family: 'kurious-looped'; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-dark);
}

.sc-application .end .link {
    text-decoration: underline;
    font-weight: 600;
    /* font-family: 'kurious'; */
    color: var(--cr-green);
    margin: 0;
}

@media screen and (min-width: 768px) {
    .sc-application .details-container {
        padding: 40px 16px;
    }

    .sc-application .zoom {
        margin-bottom: 24px;
    }

    .sc-application .zoom .txt .icon {
        top: 6px;
        margin-right: 0px;
    }

    .sc-application .zoom .txt .icon.-mb {
        display: none;
    }

    .sc-application .body {
        max-width: inherit;
        overflow: hidden;
    }

    /* #condition {
        padding-top: 40px;
    } */

    .sc-application .body .thumb {
        pointer-events: visible;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
    .sc-application .body {
        padding: 0 54px;
    }

    .sc-application .body:before,
    .sc-application .body:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        width: 40px;
        background: transparent;
    }

    .sc-application .body:before {
        left: 0;
    }

    .sc-application .body:after {
        right: 0
    }

    .sc-application .body .wrapper {
        width: auto;
    }
}


/*######################### sc-faqs #########################*/
.sc-faqs {
    background: linear-gradient(to bottom right, #FFF 0%, #D0D1D3 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #FFF 0%, #D0D1D3 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #FFF 0%, #D0D1D3 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #FFF 0%, #D0D1D3 50%) top right / 50% 50% no-repeat, linear-gradient(256deg, #0C7E40 0%, #09592B 100%), linear-gradient(0deg, #053029 0%, #053029 100%), #FAFAFA;
    background-repeat: no-repeat;
    background-size: cover;
}

.sc-faqs .sc-inner {
    position: relative;
    z-index: 1001;
}

.sc-faqs::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/revamp/FAQ_desktop.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left bottom;
    position: absolute;
    z-index: 1000;
    bottom: 0;
}

.sc-faqs .action i {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 3px;
}

.sc-note .sc-inner {
    padding: 32px 0;
}

.mt-8 {
    margin-top: 8px !important;
}

.btn-tel {
    border-radius: 8px;
    background: #00A94F;
    display: block;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF !important;
    text-align: center;
    /* font-family: kurious-looped; */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 16px auto 0;
    transition: .3s ease-in-out;
    width: fit-content;
    width: 200px;
}

.icw .table th {
    color: #FFF;
    text-align: center;
    /* font-family: kurious-looped; */
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    background: #00A94F;
    padding: 16px;
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: middle;
}

/* .icw .table tr:first-child th:first-child {
    border-left: 0;
} */

.mt-24 {
    margin-top: 24px !important;
}

.icw .table td {
    color: #666;
    text-align: center;
    /* font-family: kurious-looped; */
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 16px;
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: middle;
}

.icw .table {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    border-collapse: separate;
    /* min-width: 600px; */
    margin-bottom: 0;
}

/* .icw .table td:first-child {
    border-left: 0;
} */

@media screen and (min-width:768px) {

    .sc-note .sc-inner {
        padding: 48px 0;
    }

    .btn-tel img {
        margin-right: 5px;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .btn-tel {
        display: none;
    }

    .icw .table td {
        font-size: 16px;
        padding: 16px 24px;
    }

    .icw .table th {
        font-size: 18px;
        padding: 24px;
    }

    .sc-faqs {
        background: linear-gradient(to bottom right, #FFF 0%, #D0D1D3 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #FFF 0%, #D0D1D3 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #FFF 0%, #D0D1D3 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #FFF 0%, #D0D1D3 50%) top right / 50% 50% no-repeat, #053029;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/*############################ for 280 ###################################*/
@media screen and (max-width: 280px) {
    .sc-about .sc-heading .desc br {
        display: none;
    }

    .sc-application .body .wrapper {
        width: 248px;
    }

    .sc-application .body .content .desc br {
        display: none;
    }
}


/* ====== back-to-main ====== */
.sc-back-cc {
    position: relative;
    max-width: 900px;
    margin: auto;
    border-radius: 8px;
    /* border: 1px solid #FFF; */
    background: var(--blue1, linear-gradient(93deg, #475967 0.52%, #34434E 100%));
    /* margin-top: 100px;
    margin-bottom: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 16px 0;
    /* height: 186px; */
    max-height: 222px;
    overflow: visible;
}

.icw .sc-back-cc .back-img {
    width: 302px;
}

.icw .sc-back-cc .back-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.icw .sc-back-cc .txt-title {
    color: #fff;
    /* font-family: Kanit; */
    /* font-size: 20px; */
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.nw {
    white-space: nowrap !important;
}

.icw .sc-back-cc .btn-back {
    border-radius: 8px;
    background: #00A94F;
    width: 220px;
    height: 40px;
    display: block;

    color: #FFF;
    /* font-family: Kanit; */
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    /* margin-top: 20px; */
    transition: .3s ease-in-out;
}

.icw .sc-back-cc .btn-back:hover {
    background: #0BC160;
}

.hidden-w767 {
    display: block !important;
}

.visible-w767 {
    display: none !important;
}

.sc-back .sc-inner {
    padding-top: 0;
}

@media screen and (max-width:1400px) {
    .sc-back-cc {
        /* margin-left: 16px;
        margin-right: 16px; */
        /* margin-top: 75px; */
    }

    section.section.sc-product-detail.has-sc-back-cc {
        padding-bottom: 16px;
    }
}

@media screen and (max-width:767px) {
    .sc-back .sc-inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sc-back-cc {
        margin: 0 -16px;
        margin-bottom: 0;
        height: auto;
        max-height: unset;
        padding: 32px 16px;
        border-radius: 0;
        /* margin-top: 48px; */
    }

    .icw .sc-back-cc .back-img {
        width: 246px;
        /* margin: 16px 0; */
    }

    .icw .sc-back-cc .back-inner {
        width: 100%;
    }

    .hidden-w767 {
        display: none !important;
    }

    .visible-w767 {
        display: block !important;
    }

    .icw .sc-back-cc .back-inner {
        gap: 16px;
    }

    .sc-back .sc-inner,
    .sc-back .sc-inner .container {
        padding: 0;
    }

    .ml-8-mb {
        margin-left: 8px !important;
        /* margin-top: -4px !important; */
    }

    .icw .section.sc-detail .sc-inner {
        padding-top: 24px;
        padding-bottom: 0;
    }
}

.sc-cc .sc-inner {
    padding: 40px 0 !important;
    max-width: 932px;
    margin: auto;
}

.sc-condition .sc-inner {
    max-width: 932px;
    margin: auto;
}

.icw .sc-condition .container {
    max-width: 100%;
    width: auto !important;
}

/* ====== back-to-main ====== */

/* ====== breadcrumb & campaign ======== */
.sc-breadcrumb-campaign .sc-inner {
    padding-top: 24px;
    padding-bottom: 0;
}

.sc-breadcrumb-campaign .container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.sc-breadcrumb-campaign .container::before,
.sc-breadcrumb-campaign .container::after {
    display: none;
    content: none;
}

.sc-breadcrumb-campaign p {
    margin-bottom: 0;
}

.sc-breadcrumb-campaign .box-breadcrumb {
    margin-right: auto;
}

.sc-breadcrumb-campaign .box-breadcrumb .list-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    column-gap: 8px;
    padding: 0;
    margin: 0;
}

.sc-breadcrumb-campaign .box-breadcrumb .list-breadcrumb li {
    font-size: 13px;
    list-style: none;
    padding-right: 14px;
    position: relative;
    color: #666666;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}

.sc-breadcrumb-campaign .box-breadcrumb .list-breadcrumb li a:hover {
    color: #00A94F;
}

.sc-breadcrumb-campaign .box-breadcrumb .list-breadcrumb li .current-page {
    pointer-events: none;
    cursor: default;
}

.sc-breadcrumb-campaign .box-breadcrumb .list-breadcrumb li::after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 2px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    height: 8px;
    width: 8px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.sc-breadcrumb-campaign .box-breadcrumb .list-breadcrumb li:last-child {
    padding-right: 0;
}

.sc-breadcrumb-campaign .box-breadcrumb .list-breadcrumb li:last-child::after {
    display: none;
    content: none;
}

.sc-breadcrumb-campaign .box-campaign {
    padding: 8px;
    border-radius: 8px;
    background: #F4FEF8;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}

/* ====== end campign ======== */

/* ====== benefit ======== */
/* .sc-benefit {
    background: linear-gradient(90deg, #147D38 0.44%, #61DE67 137.29%), #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15) inset;
} */

.icw .mb-48-16 {
    margin-bottom: 16px !important;
}

.icw .mb-24-16 {
    margin-bottom: 16px !important;
}

.icw .mb-24-32 {
    margin-bottom: 32px !important;
}

.icw .kpoint-logo {
    max-width: 95px;
    width: 100%;
    position: relative;
    top: -3px;
}

.sc-benefit .item-list {
    margin: -8px;
}

.sc-benefit .item-list>li {
    width: calc(100%/2);
    padding: 56px 8px 8px 8px;
    list-style: none;
}

.sc-benefit .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
}

.sc-benefit .wrapper {
    background: rgb(208, 209, 211);
    background: linear-gradient(135deg, rgba(208, 209, 211, 1) 15%, rgba(255, 255, 255, 1) 50%, rgba(208, 209, 211, 1) 85%);
}

.sc-benefit .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
    z-index: 0
}

.sc-benefit .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.sc-benefit .wrapper .content .txt {
    color: var(--cr-black);
}

.sc-benefit .wrapper .content .txt .show-w767 {
    display: inline;
}

.sc-benefit .wrapper .content .desc {
    color: var(--cr-light);
    text-decoration: underline;
    font-weight: 600;
    /* font-family: 'kurious-looped'; */
}

.sc-benefit .wrapper .action {
    display: flex;
    flex-direction: column;
}

.sc-benefit .wrapper .action .desc.show-w767 {
    display: inline-flex;
}

.sc-benefit .wrapper .action .desc.hide-w767 {
    display: none;
}

.sc-benefit .wrapper .action .desc+.desc {
    margin-top: 8px;
}

.sc-benefit .note {
    border-radius: var(--radius);
    background: var(--cr-light);
    padding: 24px;
    margin-top: 32px;
}

.sc-benefit .note p {
    /* font-family: 'kurious-looped'; */
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
}

.sc-benefit .note ul {
    /* font-family: 'kurious-looped'; */
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
    padding: 0;
}

.sc-benefit .note ul>li {
    position: relative;
    padding-left: 1.2em;
    list-style: none;
}

.sc-benefit .note ul>li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 2px;
}

.sc-benefit .item-list li:last-child {
    width: 100%;
    padding-top: 8px;
}

.sc-benefit li:last-child .wrapper .content {
    height: 163px;
    padding: 16px;
}

.sc-benefit li:last-child .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
}

.icw .sc-benefit .sc-inner {
    padding-top: 24px;
    padding-bottom: 24px;
}

.sc-benefit .sc-content.bg-gray .sc-inner {
    padding: 8px 0 40px;
    z-index: 2;
    position: relative;
}

.sc-benefit .sc-content {
    background: linear-gradient(16.6deg, #00F86C -64.51%, #023933 100%);
    padding: 48px 16px;
    padding-top: 0;
    margin: 0 -16px;
}

.sc-benefit .wrpper-condition {
    max-width: 1140px;
    margin: 0 auto;
}

.sc-benefit .wrpper-condition .header-title-cond {
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    background: #0D3536;
    background: -webkit-linear-gradient(90.32deg, #00A94F 1.79%, #0A4F3C 35.63%, #0D3536 102.7%);
    background: -moz-linear-gradient(90.32deg, #00A94F 1.79%, #0A4F3C 35.63%, #0D3536 102.7%);
    background: linear-gradient(90.32deg, #00A94F 1.79%, #0A4F3C 35.63%, #0D3536 102.7%);
}

.sc-benefit .wrpper-condition .header-title-cond .condition-kpoint-logo {
    width: 95px;
    height: auto;
}

.sc-benefit .wrpper-condition .condition-detail {
    padding: 16px;
    border-radius: 0 0 8px 8px;
    background: #E5F3EF;
}

.sc-benefit .wrpper-condition .condition-detail .row-card-condition {
    margin-top: 16px;
    display: flex;
    gap: 24px;
}

.sc-benefit .wrpper-condition .condition-detail .row-card-condition .card-condition {
    padding: 16px;
    background: rgba(255, 255, 255, 0.5);
    flex: 1;
    border-radius: 8px;
}

.sc-benefit .wrpper-condition .condition-detail .row-card-condition .img-card-condition {
    max-width: 230px;
    margin: 8px auto 16px;
}

.sc-benefit .wrpper-condition .condition-detail .row-green-card {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.sc-benefit .wrpper-condition .condition-detail .row-green-card .green-card {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 185px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(204, 231, 223, 0.5);
    border: 1px solid #66CAAE;
    flex: 1;
}

.sc-benefit .wrpper-condition .condition-detail .row-green-card .green-card .img {
    max-height: 32px;
    margin: 0 auto 16px;
}

.sc-benefit .wrpper-condition .condition-detail .content-middle-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.box-head {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 8px;
}

.icw .hint-scroll {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-top: 24px;
}

.icw .hint-scroll .icon-swipe {
    font-size: 32px;
    color: #fff;
}

.icw .hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.icw .img-table {
    width: 100%;
    margin-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.ab-img {
    position: absolute;
    max-width: 60px;
    width: 100%;
    right: 17px;
    top: -19px;
    display: none;
}

.card-table {
    margin-top: 0;
    min-height: auto;
    min-width: auto;
    width: 100%;
}

.ul-nodisc {
    list-style: none;
}

.line-gray {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 32px;
    /* margin-bottom: 0 !important; */
}

.title-green {
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
    /* Desktop Size/H2 - SemiBold */
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    color: #37FF6F;
    /* font-size: 20px !important; */
}

.box-white {
    border-radius: 8px;
    /* border: 1px solid #00FFD1; */
    background: #FFF;
    /* max-width: 288px; */
    width: 100%;
    padding: 24px 8px 48px;
    /* margin: 32px auto; */
}

.box-white-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.box-white .line-gray {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    margin: 0 auto;
}

.point-top {
    max-width: 44px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: -20px;
}

.point-bottom {
    max-width: 205px;
    width: 100%;
    position: absolute;
    bottom: -93px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.f-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.box-tips {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-direction: column;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.20);
    padding: 16px;
    margin-top: 32px;
}

.sc-apply .apply-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 366px;
    margin: -8px auto 16px;
    justify-content: center;
}

.sc-apply .apply-list>div {
    width: 46%;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.sc-apply .apply-list>div:nth-child(even) {
    justify-content: flex-end;
}

.sc-apply .apply-list>div:nth-child(odd) {
    justify-content: flex-start;
}

.sc-apply .apply-list span {
    color: var(--cr-light);
    line-height: 1.5em;
    font-weight: 500;
    width: auto;
    font-size: 16px;
    text-align: left;
}

.sc-apply .apply-list i {
    margin-right: 8px;
    min-width: 32px;
}

.sc-apply .apply-sub-text {
    text-align: center;
    color: #4CD6C3;
    line-height: 1.5em;
    margin: 0 0 24px;
    font-size: 16px;
}

.sc-apply .apply-sub-text .icon {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.sc-apply {
    border-radius: 8px;
    background: url(../img/promo_3pro_bg-kplus.png);
    /* background: linear-gradient(312deg, rgb(31, 49, 58,.4) 0%, rgb(70, 89, 104,.8) 100%);     */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    justify-content: center;
    /* gap: 48px; */
    flex-flow: row wrap;
    flex-direction: column;
}

.sc-apply .box {
    flex: 1 1 auto;
    /* background: red; */
    position: relative;
    text-align: center;
    line-height: 40px;
}

.sc-apply .box+.box {
    border: 0;
    padding-top: 32px;
    border-top: solid 1px #FFF;
}

.promotion-popup .mfp-content .mfp-close:after {
    content: "";
}

.box-white .tel img {
    position: relative;
    top: -3px;
}

.icw .kpointman {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    max-width: 210px;
    margin: auto;
    z-index: 1;
}

.icw .ul-center {
    margin: auto;
    width: fit-content;
    padding-left: 16px;
}

/* .icw .h2.title {
    font-size: 20px;
}

.icw .h1.title {
    font-size: 24px;
}

.icw .sc-heading .h2 {
    font-size: 28px;
}

.icw .sc-heading .h2 .text-green {
    font-size: 24px;
} */

.icw .img-card {
    margin: 16px auto 32px;
    max-width: 282px;
    width: 100%;
}

.icw .detail-mark {
    border-radius: 8px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    font-weight: 500;
    padding: 16px;
    background: rgb(4, 93, 43);
    background: linear-gradient(90.3deg, rgba(4, 57, 34, 0.9) -31.16%, rgba(4, 93, 43, 0.9) 101.12%);
    margin-top: 16px;
}

.icw .detail-mark p {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 0;
}

.detail-mark i {
    margin-right: 12px;
}

.detail-mark i>img {
    min-width: 24px;
}

.detail-mark .green {
    color: #20E87E;
}

.detail-mark .mb-8 {
    margin-bottom: 8px !important;
}

.btn-tel {
    border-radius: 8px;
    background: #00A94F;
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 8px 0;
    transition: .3s ease-in-out;
    text-decoration: none !important;
    max-width: fit-content;
    white-space: nowrap;
}

.btn-tel:active {
    color: #FFF !important;
}


.btn-tel:hover {
    background: #0BC160;
    color: #FFF;
}

.bg-point {
    background: url(../img/KPointBG.png);
    background-repeat: no-repeat;
    background-position: 103% 22px;
    background-size: 32%;
}

.bg-point2 {
    background: url(/SiteCollectionDocuments/personal/promotion/creditcard/ccpromotionaug24/img/BG-Element.png);
    background-repeat: no-repeat;
    background-position: -112px 64px;
    background-size: 32%;
}

.box-note {
    padding: 8px;
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-top: 16px;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.icw .col2.list-no {
    columns: 1 !important;
    /* column-gap: 10%; */
}

.list-no li {
    list-style-position: inside;
    padding-left: 8px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .icw .detail-mark p {
        font-size: 16px;
    }

    .btn-tel {
        display: none;
    }

    .detail-mark {
        justify-content: center;
        align-items: start;
        margin-top: 24px;
        display: flex;
        gap: 8px;
    }

    .detail-mark .mb-8 {
        margin-bottom: 0px !important;
    }

    .icw .img-card {
        margin: 24px auto;
        max-width: 604px;
    }


    /* .icw .h2.title {
        font-size: 33px;
    }

    .icw .h1.title {
        font-size: 42px;
    }

    .icw .sc-heading .h2,
    .icw .sc-heading .h2 .text-green {
        font-size: 33px;
    } */

    .icw .kpointman {
        position: absolute;
        top: auto;
        left: 2px;
        right: auto;
        bottom: 48px;
        max-width: 143px;
    }

    .box-tips {
        flex-direction: row;
        padding: 24px 32px;
        margin-top: 40px;
    }

    .point-top {
        max-width: 54px;
        width: 100%;
        position: absolute;
        top: -15px;
        left: -25px;
    }

    .point-bottom {
        bottom: -58px;
        left: auto;
        right: -64px;
    }

    .f-20 .h2 {
        font-size: 33px !important;
        line-height: 39px !important;
    }

    .f-20 .h3 {
        font-size: 26px !important;
        line-height: 50px !important;
    }

    .box-white {
        padding: 24px;
        /* margin: 72px auto 16px; */
    }

    .box-white-flex {
        flex-direction: row;
        gap: 24px;
    }
    

    .box-white .line-gray {
        border-left: 1px solid #d9d9d9;
        width: 1px;
        height: 266px;
        margin: auto 0;
        border-top: 0;
    }

    .box-white-inner {
        width: 50%;
    }

    .line-gray {
        margin-top: 40px;
    }

    .title-green.h2 {
        font-size: 33px !important;
    }

    .title-green.h1 {
        font-size: 42px !important;
    }

    .icw .img-table {
        margin-top: 24px;
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    .ab-img {
        display: block;
    }

    .card-table {
        margin: auto;
        margin-top: 0;
        min-height: auto;
        min-width: auto;
        /* max-width: 900px; */
        padding-right: 0;
    }

    .icw .hint-scroll {
        display: none !important;
    }

    .box-head {
        /* justify-content: center; */
        /* text-align: center; */
        align-items: center;
    }

    .sc-benefit .sc-content {
        background: linear-gradient(16.6deg, #00F86C -64.51%, #023933 100%);
        padding: 40px;
        padding-top: 0;
        border-radius: 8px;
        margin: unset;
    }


    .icw .kpoint-logo {
        max-width: 145px;
    }


    .sc-content .kpoint-logo {
        max-width: 134px;
    }

    .icw .sc-benefit .sc-inner {
        padding-bottom: 64px;
    }

    .sc-benefit .sc-content.bg-gray .sc-inner {
        padding: 32px 0 64px;
    }

    .sc-benefit .sc-heading .sub-text {
        font-size: 20px;
    }

    .sc-benefit .item-list {
        margin: -12px;
    }

    .sc-benefit .item-list>li {
        padding: 12px;
    }

    .sc-benefit .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }

    .sc-benefit .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-benefit .wrapper .content .txt .show-w767 {
        display: none;
    }

    .sc-benefit .wrapper .action .desc.show-w767 {
        display: none;
    }

    .sc-benefit .wrapper .action .desc.hide-w767 {
        display: inline-flex;
    }

    .sc-benefit .note {
        margin-top: 40px;
    }

    .icw .mb-48-16 {
        margin-bottom: 48px !important;
    }

    .icw .mb-24-16 {
        margin-bottom: 24px !important;
    }
    
    .icw .mb-24-32 {
        margin-bottom: 24px !important;
    }

    .sc-apply .apply-list {
        max-width: 520px;
    }

    .sc-apply .apply-list i {
        margin-right: 16px;
        min-width: 42px;
    }

    .sc-apply .apply-list>div {
        width: 50%;
    }

    .sc-apply .apply-list>div:nth-child(even) {
        justify-content: flex-start;
    }

    .sc-apply .apply-list span {
        width: auto;
    }

    .box-note {
        padding: 16px 64px;
        margin-top: 24px;
    }
}

@media screen and (min-width: 992px) {

    .bg-point2 {
        background: url(/SiteCollectionDocuments/personal/promotion/creditcard/ccpromotionaug24/img/BG-Element.png);
        background-repeat: no-repeat;
        background-position: -172px 16px;
        background-size: 32%;
    }

    .detail-mark {
        align-items: center;
    }

    .sc-apply {
        flex-direction: row;
    }

    .sc-apply .box {
        flex: 1 1 auto;
        /* background: red; */
        position: relative;
        text-align: center;
        line-height: 40px;
    }

    .sc-apply .box+.box {
        border: 0;
        padding-top: 0;
        border-left: solid 1px #FFF;
    }

    .sc-benefit .item-list>li,
    .sc-benefit .item-list li:last-child {
        width: calc(100%/3);
    }

    .sc-benefit .item-list li:nth-child(1),
    .sc-benefit .item-list li:nth-child(2) {
        width: calc(100%/2);
    }

    .sc-apply .apply-list {
        max-width: 348px;
        /*padding: 35px 32px;*/
    }

    .sc-apply .apply-list>div:nth-child(even) {
        justify-content: flex-end;
    }

    .sc-apply .apply-list span {
        width: 98px;
    }

    .sc-apply .apply-qr {
        max-width: 400px;
    }
}


@media screen and (min-width: 1024px) {
    .box-white .line-gray {
        height: 160px;
    }

    .icw .col2.list-no {
        columns: 2 !important;
        width: 80%;
    }

    .list-no li {
        padding-left: 16px;
    }
}


@media screen and (min-width: 1200px) {
    .sc-benefit .wrapper .thumb {
        width: 156px;
    }

    .icw .kpointman {
        bottom: 57px;
        max-width: 205px;
    }
}

@media screen and (max-width: 767px) {
    .sc-benefit .sc-heading .text-green {
        line-height: 34px;
    }

    .sc-benefit .wrpper-condition .header-title-cond .title-cond {
        font-size: 16px;
        line-height: 1.5;
    }

    .sc-benefit .wrpper-condition .header-title-cond .condition-kpoint-logo {
        margin-top: -3px;
        width: 85px;
    }

    .sc-benefit .wrpper-condition .condition-detail .row-card-condition {
        margin-top: 0;
        display: block;
    }

    .sc-benefit .wrpper-condition .condition-detail .row-card-condition .card-condition {
        margin-top: 16px;
    }
    
    .sc-benefit .wrpper-condition .condition-detail .row-card-condition .card-condition .link {
        font-size: 13px;
        line-height: 20px;
    }

    .sc-benefit .wrpper-condition .condition-detail .row-green-card .green-card {
        max-width: 156px;
        min-height: auto;
    }

    .sc-benefit .wrpper-condition .condition-detail .row-green-card .green-card .img {
        margin-bottom: 4px;
    }

    .sc-benefit .wrpper-condition .condition-detail .content-middle-card {
        display: block;
        height: auto;
    }
}

@media screen and (max-width: 359px) {
    .sc-apply .apply-list>div {
        width: 100%;
    }

    .sc-apply .apply-list>div:nth-child(even) {
        justify-content: flex-start;
    }

    .sc-apply .apply-list>div:nth-child(odd) {
        justify-content: flex-start;
    }

    .sc-apply .apply-list span br {
        display: none;
    }
}

/* ====== end benefit ======== */

/*############################ sc-related-card ###################################*/
.sc-related-card {
    background: #DFEBE4;
}

.sc-related-card .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* .sc-related-card .card-wrapper .card-thumb .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
} */

.sc-related-card .card-wrapper .card-thumb .swiper-slide {
    opacity: .3;
}

.sc-related-card .card-wrapper .card-thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.sc-related-card .card-wrapper .tag-all .tag {
    border-radius: 20px;
    border: 1px solid #CCEEDC;

    background: transparent;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;

    color: #33BA72;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    /* height: 20px; */
    padding: 2px 10px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    max-width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s ease-in-out;
    cursor: default;
}

.sc-related-card .card-wrapper .tag-all .tag i {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.sc-related-card .card-wrapper .card-des {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.sc-related-card .card-wrapper .box-card {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
}

.sc-related-card .card-wrapper .box-card .card-top-inner,
.sc-related-card .card-wrapper .box-card .tt-slogan {
    cursor: pointer;
}

.sc-related-card .card-wrapper .box-card .card-cover-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #00A94F;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 5;
}

.sc-related-card .card-wrapper .box-card .card-cover-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(102, 203, 149, 0.2), rgba(102, 203, 149, 0.2)),rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    opacity: 0.95;
}

.sc-related-card .card-wrapper .box-card .card-cover-action .card-apply {
    position: relative;
    margin-top: 80px;
    row-gap: 24px;
}

.sc-related-card .card-wrapper .box-card.show-action {
    -webkit-box-shadow: 0px 0px 10px 0px #00A94F66;
    box-shadow: 0px 0px 10px 0px #00A94F66;
}

.sc-related-card .card-wrapper .box-card.show-action .card-cover-action {
    opacity: 1;
    visibility: visible;
}

.sc-related-card .card-wrapper .card-list .swiper-wrapper {
    justify-content: center;
}

.sc-related-card .card-wrapper .card-list.swiper-container-initialized .swiper-wrapper {
    justify-content: start;
}

.sc-related-card .card-wrapper .box-card .gogreen {
    position: absolute;
    top: 16px;
    right: 16px;
    max-width: 54px;
}

.sc-related-card .card-wrapper .detail-card {
    margin: 16px 0 0;
    padding-left: 24px;
}

.sc-related-card .card-wrapper .detail-card li {
    color: #666;
    font-size: 16px;
    position: relative;
}

.sc-related-card .card-wrapper .detail-card li:before {
    content: "\e900";
    font-family: 'iconkcc';
    color: #00A850;
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: -24px;
}

.sc-related-card .card-wrapper .box-card-inner {
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 2;
    margin-top: 8px;
}

.sc-related-card .card-wrapper .box-card-inner:first-child {
    margin-top: 16px;
    min-height: 92px;
}

.sc-related-card .card-wrapper .box-card-inner div,
.sc-related-card .card-wrapper .box-card-inner p {
    z-index: 2;
    position: relative;
}

.sc-related-card .card-wrapper .close-apply {
    background-color: #f9f9f9;
    border: 1px solid #E5E5E5;
    min-height: 92px;
    position: relative;
}

.sc-related-card .card-wrapper .t-ab {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: fit-content;
    height: fit-content;
    color: #a5a5a5;
}

.sc-related-card .card-wrapper .tag-all {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.sc-related-card .card-wrapper .tag-all .tag {
    border-radius: 20px;
    border: 1px solid #CCEEDC;

    background: transparent;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;

    color: #33BA72;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 2px 10px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    max-width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s ease-in-out;
}

.sc-related-card .card-wrapper .tag-all .tag i {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.sc-related-card .card-wrapper .img-card {
    width: auto;
    max-width: 112px;
    border-radius: 4px;
    display: block;
    margin: 0 auto 16px;
    max-height: 71px;
}

.sc-related-card .card-wrapper .card-apply {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: none;
    margin: 24px 0 0;
    min-height: 48px;
    flex-direction: column;
}

.sc-related-card .card-wrapper .content-card-bottom .link,
.sc-related-card .card-wrapper .box-card .card-cover-action .link,
.sc-related-card .card-wrapper .box-more .link {
    color: #00A94F;
    text-decoration: underline;
    transition: .3s ease-in-out;
}

.sc-related-card .card-wrapper .content-card-bottom .link:hover,
.sc-related-card .card-wrapper .box-more .link:hover {
    color: #00873F;
}

.sc-related-card .card-wrapper .content-card-bottom .box-card-inner .link {
    white-space: nowrap;
}

.sc-related-card .card-wrapper .box-more .link {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.sc-related-card .card-wrapper .box-more {
    margin-top: 40px !important;
}

.sc-related-card .card-wrapper .card-apply .btn {
    width: 130px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    background: #00a94f;
    transition: .3s ease-in-out;
}

.sc-related-card .card-wrapper .card-apply .btn:hover {
    background: #0BC160;
}

.sc-related-card .card-wrapper .card-thumb .swiper-slide {
    /* max-width: fit-content; */
    max-width: calc((100% / 7) - 8px);
    width: auto;
    border-radius: 4px;
    max-height: 25px;
}

.sc-related-card .card-wrapper .card-thumb .swiper-slide img.thumb  {
    max-height: 25px;
    border-radius: 4px;
    margin: auto;
    display: block;
}

.sc-related-card .card-wrapper .card-thumb {
    margin-bottom: 24px;
    width: fit-content;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.lastSlide {
    transform: none !important;
    justify-content: end !important;
}

@media screen and (min-width: 360px) {
    .sc-related-card .card-wrapper .tag-all .tag {
        max-width: 100%;
        overflow: visible;
    }

    .sc-related-card .card-wrapper .card-apply {
        flex-direction: row;
    }

    .sc-related-card .card-wrapper .img-card {
        max-width: 152px;
        max-height: 96px;
    }

    .sc-related-card .card-wrapper .box-card .card-cover-action .card-apply {
        margin-top: 112px;
    }
}

@media screen and (min-width: 414px) {
    .sc-related-card .card-wrapper .box-card {
        max-width: 85%;
    }
}

@media screen and (min-width:768px) {
    .sc-related-card .card-wrapper .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        transform: none !important;
    }

    .sc-related-card .card-wrapper .card-thumb {
        display: none !important;
    }

    .sc-related-card .card-wrapper .box-card {
        max-width: unset;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .sc-related-card .card-wrapper .card-apply .btn {
        width: 60%;
        max-width: 186px;
    }
}

@media screen and (min-width:1024px) {
    .sc-related-card .card-wrapper .swiper-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1140px) {
    .sc-related-card .card-wrapper .box-card .gogreen {
        right: 24px;
        max-width: 65px;
    }
    .sc-related-card .card-wrapper .card-apply {
        gap: 16px;
    }
}

@media screen and (max-width:300px) {
    .sc-related-card .card-wrapper .card-des .head-box {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }
}
/* ====== sc-related-card ======== */

.icw.kcc #apply {
    overflow: hidden !important;
}

.icw .sc-s-apply .btn {
    border-radius: 25px;
}

.icw .sc-s-apply .btn.dark-green {
    background-color: #3F8D71 !important;
}

.icw .sc-s-apply .btn,
.icw .sc-s-apply .btn:hover {
    color: #fff;
}

.inner-contact {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    max-width: 520px;
    text-align: center;
    margin-top: -121px;
}

.d-flex-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
    flex-direction: column;
}

.icw .title-contact {
    font-size: 20px;
    font-weight: 600;
    color: #00a94f;
    line-height: 1.5;
    margin-bottom: 8px;
}

.contact-top {
    padding: 16px 24px;
    padding-top: 121px;
}

.contact-note {
    background: #EAFCF1;
    padding: 16px 24px;
}

.contact-note p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.box-g {
    background: #EAFCF1;
    border-radius: 8px;
    padding: 16px;
    max-width: 841px;
    width: 100%;
    margin: auto !important;
}

.sc-benefit .sc-content.bg-gray {
    background: #f5f5f5 !important;
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.mb-40-24 {
    margin-bottom: 24px !important;
}

.box-g-green {
    background: linear-gradient(14.48deg, #00F86C -229.66%, #023933 139.66%);
    padding: 48px 16px;
    border-radius: 8px;
    background: linear-gradient(357.51deg, #008661 -2.23%, #0A6A60 89.2%);
    border-radius: 0;
    margin: 0 -16px;
}

.bg-box1 {
    position: relative;
    background: url(/SiteCollectionDocuments/personal/promotion/creditcard/ccpromotionaug24/img/BG-Step1.jpg);
    background-size: cover;
    background-position: left;
    background: linear-gradient(336.07deg, #00F86C -130.42%, #0A6A60 81.1%);
    border-radius: 0;
    margin: 0 -16px;
    overflow: hidden;
}

.sc-register-promotion {
    background: #F5F5F5;
}

.sc-register-promotion .box-g-green {
    border-radius: 8px;
}

.sc-register-promotion .title-regis {
    color: #00FFA3;
}

.sc-register-promotion .sms-img {
    max-width: 250px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .icw .sc-register-promotion .sc-inner {
        padding: 0;
    }

    .sc-register-promotion .box-g-green {
        padding-top: 24px;
        padding-bottom: 24px;
        border-radius: 0;
    }
}

.sc-detail .table-pro {
    padding-bottom: 24px;
}

.sc-detail .box-remark {
    color: #828282;
}

.sc-detail .box-remark .title-remark {
    margin-bottom: 4px;
}

.sc-detail .box-remark ul {
    margin-left: 20px;
}

.sc-detail .box-remark ul li {
    list-style: disc;
}

.contact-top {
    padding: 121px 24px 32px;
}

.icw .note-contact {
    font-size: 13px;
}

.icw .btn.btn-sms {
    height: 40px;
    line-height: 40px;
    display: flex;
    white-space: nowrap;
}

.icw .subtitle-contact {
    margin-bottom: 8px;
    font-size: 18px;
}

.text-step .img-step {
    max-height: 32px;
    position: relative;
    top: -2px;
}

.text-step {
    text-align: center;
}

.card-apply-ab {
    position: absolute;
    /* max-width: 92px; */
    bottom: -20px;
    right: -24px;
}

.d-flex-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.sc-detail .card-apply {
    max-width: 244px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.point-top2 {
    position: absolute;
    width: 1196px;
    z-index: 1;
    top: 25px;
    right: -678px;
}

.point-bottom2 {
    position: absolute;
    width: 1196px;
    z-index: 1;
    bottom: 733px;
    left: -533px;
}

.icw .point-bg {
    position: absolute;
    right: -100px;
    /* top: -20px; */
    top: 0px;
    max-width: 480px;
    width: 100%;
    display: none;
}

.sc-detail .condition-pro {
    background: url(../img/KPoint-MB-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 16px 85px;
    /* border-radius: 8px; */
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
}

.sc-condition {
    background: #f5f5f5;
}

.icw .img-icon-pro {
    max-width: 60px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .card-apply-ab {
        bottom: 16px;
    }
    .d-flex-card {
        flex-direction: row;
        justify-content: space-between;
    }

    .sc-detail .card-apply {
        max-width: 236px;
    }

    .text-step .img-step {
        max-height: 50px;
    }

    .text-step {
        text-align: left;
    }

    .icw .subtitle-contact {
        margin-bottom: 24px;
    }

    .icw .note-contact {
        font-size: 16px;
        margin-bottom: 0 !important;
    }

    .inner-contact {
        margin-top: 0;
        background: transparent;
    }

    .contact-top {
        padding: 0;
    }

    .box-g-green {
        padding: 40px;
    }


    .icw .btn.btn-sms {
        display: none;
    }

    .d-flex-contact {
        flex-direction: row;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding: 24px;
        gap: 56px;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-contact {
        margin-top: 0;
    }

    .contact-top {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .mb-40-24 {
        margin-bottom: 40px !important;
    }

    .sc-detail .condition-pro {
        background: url(../img/KPoint-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 48px 40px;
        margin-top: 40px;
        border-radius: 8px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .sc-detail .table-pro {
        background: linear-gradient(238.74deg, #0A6A60 9.51%, #40525D 137.16%);
        padding: 40px;
        border-radius: 8px;
    }

    .sc-detail .box-remark {
        color: #FFFFFF;
    }
    
    .sc-detail .box-white-inner img {
        margin-top: 0;
    }

    .icw .img-icon-pro {
        max-width: 70px;
    }

    .icw .point-bg {
        display: block;
    }
    
    .sc-condition .point-bg {
        max-width: 1200px;
        top: 800px;
        right: -670px;
        opacity: .6;
    }

    .box-g-green {
        border-radius: 0;
        margin: 0;
    }
    
    .bg-box1 {
        border-radius: 8px 8px 0 0;
        margin: 0;
    }

    #detail_kpayroll.sc-detail .table-pro {
        border-radius: 0 0 8px 8px;
    }
        
}

@media screen and (min-width: 992px) {
    .d-flex-card {
        gap: 128px;
    }

    .sc-detail .card-apply {
        max-width: 341px;
        margin-right: 83px;
    }
}



/* ########################## application-details ########################## */

.sc-application-detail .accordion-application {
    padding: 48px 24px;
    cursor: pointer;
}

.sc-application-detail .accordion-application .accordion-application-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sc-application-detail .accordion-application .icon-title {
    min-width: 80px;
    max-width: 80px;
    height: auto;
}

.sc-application-detail .accordion-application .box-chev {
    min-width: 24px;
    height: 24px;
}

.sc-application-detail .accordion-application .icon-chev {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sc-application-detail .accordion-application.active .icon-chev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#application-details ul.tab-responsive-rv li {
    padding: 24px 0;
}

#application-details ul.tab-responsive-rv li .icon-tab-rv {
    min-width: 56px;
    height: 56px;
    margin-right: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#application-details ul.tab-responsive-rv li .title-tab-rv {
    font-size: inherit;
    line-height: inherit;
}

#application-details ul.tab-responsive-rv li[data-tab-selection="qualification"] .icon-tab-rv {
    background-image: url(../img/icon-qualification.png);
}

#application-details ul.tab-responsive-rv li[data-tab-selection="document"] .icon-tab-rv {
    background-image: url(../img/icon-document.png);
}

#application-details ul.tab-responsive-rv li:not(:last-child) {
    border-color: #DBDBDB;
}

#application-details ul.tab-responsive-rv li:first-child {
    padding-top: 0;
}

#application-details ul.tab-responsive-rv li:last-child {
    padding-bottom: 0;
}

#application-details ul.tab-responsive-rv li:after {
    content: "\e900";
    font-family: 'iconavigation';
    font-size: 14px;
    color: #00A94F;
}


@media screen and (max-width: 1023px) {
    .sc-application-detail .sc-inner {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .icw .sc-application-detail .sc-heading {
        text-align: left;
    }

    .icw .sc-application-detail .sc-inner {
        padding-top: 12px;
    }
}
/* ======== end application-details ============== */



/* ########################## product-release ########################## */

.sc-product-release .banner-product-release img {
    display: block;
    width: 170px;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .sc-product-release .banner-product-release {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        max-width: 900px;
        margin: 0 auto;
        padding: 24px;
        border-radius: 8px;
        background: #0A6A60;
        background: linear-gradient(180deg, #008661 0%, #0A6A60 100%);

    }

    .sc-product-release .banner-product-release img {
        width: 190px;
        margin: 0;
    }

    .sc-product-release .banner-product-release a.link {
        color: #FFFFFF;
    }
}

/* ======== end product-release ============== */



/* ######### rl ############# */
.section-rl {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 56px;
    bottom: 0 !important;
    background: #646464;
    padding: 8px 16px;
    color: #FFF;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    z-index: 99999;
    display: none;
}

.section-rl.slow-down {
    bottom: 0 !important;
}

.section-rl p {
    font-size: inherit !important;
    margin-bottom: 0;
}

@media screen and (max-width: 359px) {
    .section-rl br {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .section-rl br {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #navigation-page-sticky.stickyNav {
        z-index: 10009;
    }
}

@media screen and (min-width: 1140px) {
    .section-rl {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 16px;
        bottom: 0;
    }
}

/* ######### end rl ######## */

.icw .sc-bottom-bars {
    display: none !important;
}