/*================ default ==================*/
:root {
    --cr-light: #FFFFFF;
    --cr-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #E32726;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.nw {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-black {
    color: var(--cr-black) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-greenlight {
    color: #20E87E !important;
}

.icw .text-pink {
    color: #FFAAAA !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .text-warning {
    color: var(--cr-warning) !important;
}


.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    
    z-index: inherit;
}

.icw .main strong {
    font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
    
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 600;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 600;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 600;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 600;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 600;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 600;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.2em;
}

.icw p {
    
    font-size: 16px;
}

.icw p strong {
    font-weight: 600;
}

.icw p.desc {
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw a.link-more {
    
    font-weight: 600;
    color: var(--cr-light);
    text-decoration: underline;
}

.icw ul {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 200px) {

    .icw h1,
    .icw .h1 {
        font-size: 28px;
        line-height: 1.4em;
    }

    .icw h2,
    .icw .h2 {
        font-size: 24px;
        line-height: 1.4em;
    }

    .icw h3,
    .icw .h3 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .icw h4,
    .icw .h4 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h5,
    .icw .h5 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 768px) {

    .icw h1,
    .icw .h1 {
        font-size: 42px;
        line-height: 1.3em;
    }

    .icw h2,
    .icw .h2 {
        font-size: 33px;
        line-height: 1.4em;
    }

    .icw h3,
    .icw .h3 {
        font-size: 26px;
        line-height: 1.3em;
    }

    .icw h4,
    .icw .h4 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .icw h5,
    .icw .h5 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}


/*============================== Hidden & Visible ===============================*/
.show-w1199 {
    display: none;
}

.show-w991 {
    display: none;
}

.show-w767 {
    display: none;
}

.show-w414 {
    display: none;
}

.show-w375 {
    display: none;
}

.show-w360 {
    display: none;
}

.show-w280 {
    display: none;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block;
    }

    .hide-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block;
    }

    .hide-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block;
    }

    .hide-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .show-w414 {
        display: block;
    }

    .hide-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block;
    }

    .hide-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block;
    }

    .hide-w360 {
        display: none;
    }
}

@media (max-width: 280px) {
    .show-w280 {
        display: block;
    }

    .hide-w280 {
        display: none;
    }
}

/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
    color: #999;
}

.icw .container:before,
.icw .container:after {
    content: '';
    display: table;
    clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.icw .container {
    max-width: 1172px;
}

.icw .container-xs {
    max-width: 830px;
}

.icw .container-sm {
    max-width: 930px;
}

.icw .container-md {
    max-width: 1030px;
}

.icw .a-left {
    text-align: left;
}

.icw .a-center {
    text-align: center;
}

.icw .a-right {
    text-align: right;
}

.icw .row-0 {
    margin: 0px;
}

.icw .row-0>div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20>div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex>div {
    float: none;
}

.icw .row-flex>.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex>.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex>.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex>.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.icw .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icw .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.icw .item-list>li {
    float: left;
}

.icw .section {
    position: relative;
}

.icw .section .sc-inner {
    position: relative;
}

.icw .section .sc-heading {
    text-align: center;
}

/*============================== button ===============================*/
.icw .btn {
    padding: 0 32px;
    width: auto;
    min-width: 120px;
    
    font-weight: 600;
    border: 0;
    font-size: 16px;
    height: 48px;
    background: transparent;
    color: var(--cr-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    transition: var(--tsition);
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: +1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s, color .3s .3s;
}

.icw .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
    background-color: var(--cr-green);
}

/*############################ tab  ###################################*/
.tab-control {
    position: relative;
    height: 36px;
    margin-bottom: 0px;
}

.tab-control:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -1px;
    right: 0;
    background-color: #DBDBDB;
    border-radius: 50px;
    z-index: 4;
}

.tab {
    position: relative;
    z-index: 3;
}

.tab .control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab .control li {
    display: inline-flex;
}

.tab .control a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 36px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-bottom-color: transparent;
}

.tab .control a.active {
    pointer-events: none;
    border-color: var(--cr-green);
}

.tab .control a .txt {
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-dark);
    transition: var(--tsition);
    line-height: 1.4;
    white-space: nowrap;
}

.tab .control a.active .txt {
    color: var(--cr-black);
    font-weight: 600;
}

.tab .selector {
    height: 3px;
    background-color: var(--cr-green);
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: var(--radius);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.tab.active {
    overflow: visible;
}

.tab.active .control {
    display: block;
    flex-wrap: inherit;
    width: auto;
    margin-left: -16px;
    margin-right: -40px;
    position: relative;
    z-index: 1;
    top: 35px;
    padding: 16px 11px;
    background: linear-gradient(0deg, #EFF0EC 0%, #EFF0EC 100%), #FFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab.active .control a {
    display: inline-flex;
    height: auto;
    padding: 8px 32px;
    border: 1px solid #999999;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    margin: 4px;
    color: #333333;
}

.tab.active .control a.active {
    border-color: var(--cr-green);
    color: var(--cr-green);
    background-color: var(--cr-green);
}

.tab.active .control a.active .txt {
    color: var(--cr-light);
}

.tab-content {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}

.tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.action-dropdown {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 22px;
    border-left: 1px solid #E5E5E5;
    align-items: center;
    justify-content: flex-end;
}

.action-dropdown .link {
    display: block;
    position: relative;
    width: 16px;
    height: 12px;
}

.action-dropdown .link:before,
.action-dropdown .link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--cr-green);
    transition: var(--tsition);
}

.action-dropdown .link:before {
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: -1px;
}

.action-dropdown .link:after {
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
    left: 6px;
}

.action-dropdown .link.active:before {
    transform: rotate(-45deg);
}

.action-dropdown .link.active:after {
    transform: rotate(45deg);
}

.tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--tsition);
}

.tab-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.tab-dropdown.active .txt {
    font-weight: 600;
    color: var(--cr-black);
}

.tab-dropdown .txt {
    font-weight: 500;
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 24px;
}


.tab-control:before {
    display: block;
    bottom: 0;
    top: 36px;
}

.tab-control:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 70px;
    pointer-events: none;
    /* background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #EFF0EC 72.45%); mix-blend-mode: luminosity; */
}

.tab {
    overflow: auto;
    margin-right: 24px;
}

.tab .control {
    justify-content: flex-start;
}

.tab .control:after {
    content: '';
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.tab.active {
    overflow: visible;
}

.tab-control.active:after {
    display: none;
}


@media screen and (min-width: 768px) {
    .tab-control:after {
        display: none;
    }

    .tab .selector {
        display: block;
    }

    .tab .control {
        gap: 48px;
    }

    .tab .control a.active {
        border-bottom-color: transparent;
    }

    .tab {
        overflow: visible;
    }

    .tab .control {
        justify-content: center;
    }

    .tab .control:after {
        display: none;
    }

    .action-dropdown {
        display: none;
    }

    .tab-dropdown {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        display: none;
    }
}

/*================================== section padding =========================================*/
@media screen and (min-width: 200px) {

    .section .sc-inner {
        padding: 48px 0;
    }


    .section .sc-heading {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }

    .section .sc-heading {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .section .sc-inner {
        padding: 48px 0;
    }

    .icw .row-flex.align-items-center {
        justify-content: center;
        padding-top: 30px;
    }
}

/*############################ preload ###################################*/
.dim-page {
    opacity: 0 !important;
}

.g-load-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background: var(--cr-light);
}

.g-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.g-loader {
    border: 5px solid var(--cr-green);
    border-radius: 100%;
    border-top: 5px solid #d7d7d7;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.section .sc-inner .sc-heading h1.title {
    font-size: 42px;
    line-height: 63px;
    font-weight: 600;
}

.section .sc-inner .sc-heading h2.title {
    font-size: 33px;
    line-height: 150%;
    font-weight: 600;
    color: #333333;
}

@media screen and (max-width: 767px) {
    .section .sc-inner .sc-heading h1.title {
        font-size: 28px;
        line-height: 42px;
    }

    .section .sc-inner .sc-heading h2.title {
        font-size: 24px;
    }
}

/*############################ sc-highlight ###################################*/
.sc-highlight {
    background: linear-gradient(106.74deg, #3F6B6A 1.01%, #172B2A 106.95%);
}

@media screen and (min-width: 200px) {
    .sc-highlight .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-highlight .sc-heading .title {
        margin-bottom: 8px;
        line-height: 1.5em;
    }

    .sc-highlight .sc-heading .desc {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-highlight .sc-heading .sub-text {
        color: #333;
        
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        margin-top: 8px;
    }

    .sc-highlight .item-list {
        /* margin: -8px; */
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        list-style: none;
    }

    /* .sc-highlight .item-list > li {
        padding: 56px 8px 8px 8px;
    } */

    /* .sc-highlight .item-list > li:last-child{width: calc(100%); padding-top: 24px;}
    .sc-highlight .item-list > li:last-child .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;}
    .sc-highlight .item-list > li:last-child .wrapper .content{padding: 16px; height: 163px; display: flex; flex-direction: column; justify-content: space-between;} */
    .sc-highlight .wrapper {
        position: relative;
        display: block;
        border-radius: var(--radius);
        background: radial-gradient(71.56% 151.99% at 50% 2.29%, #F5F5F5 0%, #FFFFFF 50%, #C8C8C6 100%);
    }

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        left: 0;
        width: 156px;
        top: -56px;
        margin: auto;
    }

    .sc-highlight li .wrapper .thumb {
        top: auto;
        bottom: 0;
        left: auto;
    }

    .sc-highlight .wrapper .content {
        padding: 56px 16px 16px 16px;
        height: 236px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-highlight li .wrapper .content {
        padding: 16px 16px 16px 16px;
        height: 170px;
    }

    .sc-highlight .wrapper .content .txt {
        color: #333333;
    }

    .sc-highlight .wrapper .content .txt .show-w767 {
        display: inline;
    }

    .sc-highlight .wrapper .content .desc {
        color: #00A94F;
        text-decoration: underline;
        font-weight: 600;
        
    }

    .sc-highlight .note {
        border-radius: 8px;
        background: var(--cr-light);
        padding: 24px;
        margin-top: 32px;
    }

    .sc-highlight .note p {
        
        font-size: 13px;
        color: var(--cr-gray);
        line-height: 1.5em;
        margin: 0;
    }

    .sc-highlight .note ul {
        
        font-size: 13px;
        color: var(--cr-gray);
        line-height: 1.5em;
        margin: 0;
        padding: 0;
    }

    .sc-highlight .note ul>li {
        position: relative;
        padding-left: 1.2em;
        list-style: none;
    }

    .sc-highlight .note ul>li:before {
        content: '-';
        position: absolute;
        top: 0;
        left: 2px;
    }
}

@media screen and (min-width: 768px) {
    .sc-highlight .sc-heading {
        margin-bottom: 40px;
    }

    .sc-highlight .item-list {
        /* margin: -12px; */
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    /* .sc-highlight .item-list > li:nth-child(1),
    .sc-highlight .item-list > li:nth-child(2),
    .sc-highlight .item-list > li:nth-child(3) {
        grid-column: span 2;
    }
    
    .sc-highlight .item-list > li:nth-child(4),
    .sc-highlight .item-list > li:nth-child(5) {
        grid-column: span 3;
    } */

    .sc-highlight .item-list>li:not(:first-child) {
        padding-top: unset;
    }

    /* .sc-highlight .item-list > li {
        padding: 12px;
    } */

    /* .sc-highlight .item-list > li:last-child {
        padding-top: 12px;
    } */

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }

    .sc-highlight .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-highlight li:first-child .wrapper .content {
        padding: 16px;
        height: 163px;
    }

    .sc-highlight .wrapper .content .txt .show-w767 {
        display: none;
    }

    .sc-highlight .note {
        margin-top: 40px;
    }
}

/*############################ end sc-highlight ###################################*/

/*############################ sc-fee ###################################*/
.sc-fee {
    background: radial-gradient(67.13% 151.99% at 50% 2.29%, #FFFFFF 0%, #F2F2F2 44.23%, #898C8C 100%);
    background-image: url("/SiteCollectionDocuments/personal/debit-card/kmore/img/bg-desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.sc-fee .sc-inner {
    padding: 64px 0 0;
}

.sc-fee .detail-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.sc-fee .left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
}

.sc-fee .left .title {
    font-size: 33px;
    line-height: 50px;
    font-weight: 600;
    color: #333333;
}

.sc-fee .left .detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sc-fee .left .detail .desc {
    font-size: 20px;
    line-height: 30px;
    
    color: #333333;
}

.sc-fee .left .detail .link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.sc-fee .right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sc-fee .right .desc {
    font-size: 20px;
    line-height: 100%;
    color: #333333;
    
}

.sc-fee .h-title {
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    display: block;
    color: #111111;
}

.sc-fee .box-info {
    padding: 48px 32px;
}

.sc-fee .box-info .wrapper .inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-fee .box-info .wrapper .inner .box-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sc-fee .box-info .wrapper .inner .box-container .subtitle {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #333333;
}

.sc-fee .box-info .wrapper .inner .box-container .box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-fee .box-info .wrapper .inner .box-container .box-wrapper ul {
    padding-left: 20px;
}

.sc-fee .box-info .wrapper .inner .box-container .box-wrapper li {
    font-size: 16px;
    line-height: 32px;
    
    color: #666666;
}

.sc-fee .box-info {
    border-top: 5px solid var(--cr-green);
    background: #FAFAFA;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    display: block;
}

.sc-fee .box-info+.box-info {
    margin-top: 16px;
    border-top: 5px solid var(--cr-green);
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .sc-fee {
        background: radial-gradient(67.13% 151.99% at 50% 2.29%, #FFFFFF 0%, #F2F2F2 44.23%, #898C8C 100%);
        background-image: url("/SiteCollectionDocuments/personal/debit-card/kmore/img/bg-mobile.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .sc-fee .sc-inner {
        padding: 48px 0;
    }

    .sc-fee .detail-container {
        flex-direction: column;
        gap: 32px;
    }

    .sc-fee .left {
        width: 100%;
        gap: 13px;
    }

    .sc-fee .left .title {
        font-size: 20px;
        line-height: 150%;
    }

    .sc-fee .left .detail {
        gap: 13px;
    }

    .sc-fee .left .detail .desc {
        font-size: 16px;
        line-height: 150%;
    }

    .sc-fee .right .desc {
        font-size: 14px;
        line-height: 100%;
    }

    .sc-fee .h-title {
        font-size: 28px;
        line-height: 1.5em;
        color: var(--cr-dark);
        text-align: center;
        margin-bottom: 24px;
        display: none;
    }

    .sc-fee .h-title strong {
        font-weight: 600;
    }

    .sc-fee .box-info {
        padding: 30px 20px;
    }

    .sc-fee .box-info .wrapper .inner .box-container .box-wrapper li {
        line-height: 150%;
    }
}

@media screen and (min-width: 200px) {
    .sc-fee .sc-shortcut {
        background: #fff;
        margin-top: 0;
        padding: 32px 16px;
    }

    .sc-fee .sc-shortcut .wrapper {
        flex-direction: row;
    }

    .sc-fee .sc-shortcut .item-list li:last-child {
        border-bottom: 0;
    }

}

@media screen and (min-width: 768px) {
    .sc-fee .sc-shortcut {
        background: transparent;
        padding: 0;
        padding-bottom: 64px;
        padding-top: 32px;
    }

    .sc-fee .sc-shortcut .wrapper {
        background: #fff;
        flex-direction: column;
    }
}

/*############################ fee table ###################################*/
table {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #666666;
}

table strong {
    font-weight: 600;
}

#table-res01.table-responsive,
#table-res02.table-responsive {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0;
}

.adjust-w {
    min-width: auto !important;
    width: 100% !important;
}

.table-row {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0;
    border-radius: 8px;
}

.table-row th,
.table-row td {
    border: 0.5px solid #E8E8E8;
    color: #666666;
}

.table-row tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.table-row tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table-row tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.table-row tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table-row th,
.table-row td {
    padding: 8px 16px;
    text-align: center;
    line-height: 1.5;
}

.table-row .bg {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.table-row .bg:nth-child(odd) {
    background: #00A94F;
}

.table-row .bg:nth-child(even) {
    background: #008B42;
}
.table-row tbody tr:nth-child(even) {
    background: #F4F4F4;
}

.table-row.table-row-ii .bg {
    background: #00A94F;
}
.table-row.table-row-ii tbody tr {
    background: #fff;
}

.table-responsive::-webkit-scrollbar { display: initial; }
.hint-scroll {
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 16px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: #00A94F;
    background: transparent;
    padding: 0;
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    
    line-height: 1.5;
    color: #333333;
    background: transparent;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    .hint-scroll {
        display: flex;
    }
}

.responsive-scroll {
    background-color: rgb(0, 0, 0, 0.15);
    margin-top: 16px;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    padding: 0;
  }
.responsive-scroll .scroll {
    background-color: #00a94f;
    position: absolute;
    border-radius: 8px;
    display: block;
    height: 3px;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .responsive-scroll { display: none; }
}

@media screen and (max-width: 767px) {
    #table-res01 .table-row, 
    #table-res02 .table-row {
        min-width: 660px !important;
    }

    #table-resx1 .table-row,
    #table-resx2 .table-row,
    #table-resx3 .table-row {
        min-width: 600px !important;
    }

    .table-responsive::-webkit-scrollbar { display: none; }
}

/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
    .sc-shortcut {
        background-color: var(--cr-light);
        overflow: hidden;
    }

    .sc-shortcut.sc-top .sc-inner {
        padding-top: 90px;
    }

    .sc-shortcut .sc-inner {
        padding: 40px 0;
    }

    .sc-shortcut .item-list {
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sc-shortcut .item-list>li {
        width: 100%;
        border-bottom: 1px solid var(--cr-border);
        padding-bottom: 8px;
    }

    .sc-shortcut .item-list>li+li {
        margin-top: 8px;
        padding-bottom: 8px;
    }

    .sc-shortcut .wrapper {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        position: relative;
        padding: 8px 0;
    }

    .sc-shortcut .icon {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .sc-shortcut .icon img {
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .sc-shortcut .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 16px;
    }

    .sc-shortcut .txt {
        font-size: 16px;
        color: var(--cr-green);
        margin: 0;
        line-height: 1.5em;
    }

    .sc-shortcut .txt strong {
        font-weight: 600;
        color: var(--cr-dark);
    }

    .sc-shortcut .txt .a-link {
        font-weight: 600;
        color: var(--cr-green);
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {
    .sc-shortcut .item-list {
        margin: -9px;
        display: flex;
        flex-wrap: wrap;
    }

    .sc-shortcut .item-list>li {
        width: calc(100%/3);
        border: 0;
        padding: 9px;
    }

    .sc-shortcut .item-list>li+li {
        margin-top: 0;
    }

    .sc-shortcut .wrapper {
        border: 1px solid #EDEDED;
        border-radius: 8px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 144px;
    }

    .sc-shortcut .wrapper:before {
        display: none;
    }

    .sc-shortcut .content {
        padding-left: 0;
        padding-top: 15px;
    }

    .sc-shortcut .icon img {
        height: 25px;
    }

    .sc-shortcut .txt {
        line-height: 1.5em;
        min-height: 2.8em;
        color: var(--cr-dark);
        text-decoration: none;
    }

    .sc-shortcut .wrapper {
        transition: transform 0.1s, backface-visibility 0.1s;
        transform: scale(1.0) translateZ(0);
        backface-visibility: hidden;
    }

    .sc-shortcut .wrapper:hover {
        transform: scale(1.048);
    }
}

@media screen and (min-width: 992px) {
    .sc-shortcut .item-list {
        justify-content: center;
    }

    .sc-shortcut .item-list>li {
        width: calc(100%/4);
    }
}

@media screen and (min-width: 1200px) {
    .sc-shortcut .icon img {
        height: 27px;
    }
}

/*############################ sc-shortcut ###################################*/
/*############################ end sc-fee ###################################*/

/*############################ sc-register ###################################*/
.sc-register {
    background: #F7FFFC;
}

/*############################ end sc-register ###################################*/

/*############################ sc-need ###################################*/
.sc-need {
    background: #ffffff;
}

.sc-need .wrapper {
    display: flex;
    max-width: 871px;
    margin: 0 auto;
    align-items: center;
}

.sc-need .thumb {
    width: 100%;
    margin: 0 auto 24px;
}

.sc-need .wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sc-need .wrapper h3.title {
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
    color: #111111;
}

.sc-need .wrapper .details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-need .wrapper .detail-card {
    display: flex;
    gap: 16px;
}

.sc-need .wrapper .detail-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.sc-need .wrapper .card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sc-need .wrapper .card-text .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333333;
}

.sc-need .wrapper .card-text .desc {
    font-size: 16px;
    line-height: 24px;
    
    color: #666666;
}

@media screen and (min-width: 992px) {
    .sc-need .thumb {
        width: 365px;
        margin: 0 24px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .sc-need .wrapper {
        flex-direction: column;
    }

    .sc-need .wrapper .content {
        gap: 16px;
    }
}

/*############################ end sc-need ###################################*/

/*############################ sc-additional ###################################*/
.sc-additional {
    background: radial-gradient(67.13% 151.99% at 50% 2.29%, #FFFFFF 0%, #F2F2F2 44.23%, #898C8C 100%);
}

.sc-additional .details-container {
    max-width: 850px;
    width: 100%;
    margin: auto;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    margin-top: 32px;
    overflow: hidden;
}

.sc-additional .details-container .thumb {
    width: 360px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(106.74deg, #3F6B6A 1.01%, #172B2A 206.95%);
    flex: 0 0 360px;
    padding: 32px;
}

.sc-additional .details-container .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sc-additional .details-container .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    text-align: center;
}

.sc-additional .details-container .content .heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sc-additional .details-container .content .title {
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
    color: #333333;
}

.sc-additional .details-container .content .desc {
    font-size: 16px;
    line-height: 24px;
    
    color: #333333;
}

@media screen and (max-width: 767px) {
    .sc-additional .details-container {
        flex-direction: column;
    }

    .sc-additional .details-container .thumb {
        width: 100%;
        height: 250px;
        padding: 24px;
    }

    .sc-additional .details-container .content {
        padding: 24px;
    }

    .sc-additional .details-container .content .heading {
        width: 100%;
    }

    .sc-additional .details-container .content .title {
        font-size: 20px;
        line-height: 150%;
        color: #00A94F;
    }

    .sc-additional .details-container .content .btn {
        width: 100%;
        padding: 16px;
    }
}

/*############################ end sc-additional ###################################*/

/*############################ sc-apply ###################################*/
.sc-apply {
    background: linear-gradient(244.84deg, #3F6B6A 0%, #172B2A 100%);
}

.sc-apply .sc-content {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    max-width: 850px;
    margin: auto;
}

.sc-apply .sc-content .apply-box {
    width: calc(50% - 16px);
    text-align: center;
    position: relative;
}

.sc-apply .sc-content .apply-box .thumb {
    position: absolute;
    width: 250px;
    height: 180px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sc-apply .sc-content .apply-box .content {
    padding: 114px 32px 40px;
    border-radius: 8px;
    background: #ffffff;
    margin-top: 98px;
}

.sc-apply .sc-content .apply-box .detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.sc-apply .sc-content .apply-box .title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #000000;
}

.sc-apply .sc-content .apply-box .desc {
    font-size: 16px;
    line-height: 150%;
    
    color: #000000;
}

.sc-apply .sc-content .apply-box .btn {
    width: 220px;
}

.sc-apply .sc-content .apply-box:last-child {
    width: 100%;
}

.sc-apply .sc-content .apply-box:last-child .thumb {
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
    width: 410px;
    height: 162px;
}

.sc-apply .sc-content .apply-box:last-child .content {
    display: flex;
    justify-content: flex-end;
    padding: 40px 32px 40px;
    min-height: 240px;
    align-items: center;
    margin-top: 0;
}

.sc-apply .sc-content .apply-box:last-child .wrapper {
    margin-right: 3vw;
}

@media screen and (max-width: 767px) {
    .sc-apply .sc-content .apply-box {
        width: 100%;
    }

    .sc-apply .sc-content .apply-box .content {
        padding: 80px 16px 24px;
        margin-top: 124px;
    }

    .sc-apply .sc-content .apply-box .title {
        font-size: 18px;
        line-height: 27px;
    }

    .sc-apply .sc-content .apply-box .btn {
        width: 100%;
    }

    .sc-apply .sc-content .apply-box:last-child .thumb {
        position: absolute;
        width: 100%;
        height: 120;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .sc-apply .sc-content .apply-box:last-child .content {
        padding: 80px 16px 24px;
        margin-top: 98px;
        display: block;
        min-height: auto;
    }

    .sc-apply .sc-content .apply-box:last-child .wrapper {
        margin-right: 0;
    }
}

/*############################ end sc-apply ###################################*/

/*############################ sc-faqs ###################################*/
.sc-faqs {
    background: url(/SiteCollectionDocuments/assets/img/faq/faq.png), #F7FFFC;
    background-position: left 40px bottom 10px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-attachment: fixed;
}

.sc-faqs .accordion .accordion-title:after {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

@media (max-width: 768px) {
    .sc-faqs {
        background-size: 100%;
        background-position: left 0 bottom 70px;
    }
}

/*############################ end sc-faqs ###################################*/


/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
}

.popup-function.mfp-bg.mfp-ready {
    opacity: 1;
    z-index: 10001;
}

.popup-function.mfp-wrap {
    z-index: 10002;
}

.popup-function .mfp-container {
    width: 100%;
}

.popup-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
}

.popup-function .mfp-content {
    overflow: auto;
    min-height: 100dvh;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: var(--cr-light);
}

.popup-function .main-container {
    margin: 0;
}

.popup-function-content {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
}

/* .popup-function-content::before {content: ""; background-image: url(../img/popup-function-content.png); background-size: 100% auto; background-repeat: no-repeat;  position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-radius: 8px;} */
.popup-function-content .inner {
    padding: 64px 16px 16px 16px;
    position: relative;
    z-index: 1;
}

.popup-function-content .sc-head {
    margin-bottom: 32px;
}

.popup-function-content .sc-head .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-black);
}

.popup-function-content .sc-head .popup-function-content .sc-body {
    position: relative;
}

.popup-function-content .sc-body .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-gray);
}

.popup-function-content .sc-body .s-title {
    margin-bottom: 16px;
    line-height: 1.5em;
    color: var(--cr-green);
}

.popup-function-content .sc-body .desc {
    color: var(--cr-gray);
    margin: 0;
}

.popup-function-content .sc-body .note {
    color: var(--cr-gray);
    margin: 0;
    font-size: 13px;
    line-height: 1.54em;
}

.popup-function-content .sc-body .row-flex+.s-title {
    margin-top: 32px;
}

.popup-function-content .sc-body .row-flex {
    margin: 0;
    flex-direction: column;
}

.popup-function-content .sc-body .row-flex>div {
    padding: 0;
}

.popup-function-content .sc-body .row-flex>div+div {
    margin-top: 16px;
}

.popup-function-content .sc-body ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-body ul>li .desc {
    line-height: 2em;
}

.popup-function-content .sc-body ul+.note {
    margin-top: 32px;
    display: block;
}

.popup-function-content .sc-note {
    background: #FAFAFA;
    padding: 16px;
}

.popup-function-content .sc-note strong.title {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    line-height: 1.54em;
    color: var(--cr-dark);
}

.popup-function-content .sc-note ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-note ul>li {
    line-height: 1.54em;
    font-size: 13px;
    color: var(--cr-gray);
}

.popup-function-content .table-responsive {
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); */
    /* border-radius: 8px; */
    overflow: auto;
    margin-top: 32px;
}
@media (max-width: 767px) {
    .popup-function-content .table-responsive {
        margin-top: 16px;
    }
}

/* .popup-function-content .table-service {
    width: 100%;
    margin: 0 auto;
    color: #333;
    border: 0;
    border-spacing: 0;
}

.popup-function-content .table-service th {
    background-color: var(--cr-green);
    text-align: center;
    vertical-align: middle;
}

.popup-function-content .table-service th {
    font-size: 13px;
    padding: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.popup-function-content .table-service th+th {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service td {
    font-size: 13px;
    text-align: center;
    padding: 16px;
    vertical-align: middle;
    border-top: 1px solid #E6E6E6;
}

.popup-function-content .table-service td+td {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service tr td:first-child {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service strong {
    font-weight: 600;
} */

.popup-function-content .tab-control:after {
    background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #fff 72.45%);
}

.popup-function-content .tab.active .control {
    background: #fff;
}

.popup-function-content .popup-function-flex-custoom {
    display: flex;
    justify-content: space-between;
}

.popup-function-content .popup-function-flex-custoom .popup-function-img-wrapper {
    max-width: 323px;
}

.popup-function-content .sc-footer {
    margin: 0 -48px;
    background-color: #FAFAFA;
    border-radius: 0 0 8px 8px;
    padding: 16px 48px;
}

.popup-function-content .sc-footer .footer-desc,
.popup-function-content .sc-footer .footer-desc p {
    font-size: 13px;
    line-height: 1.5;
}

.popup-function-content .sc-footer .footer-desc ul {
    padding-left: 24px;
}

@media screen and (max-width: 991px) {
    .popup-function-content .sc-footer {
        margin: 0 -24px;
    }
}

@media screen and (max-width: 767px) {
    .popup-function-content .sc-footer {
        margin: 0 -16px;
        padding: 16px;
    }
}

@media screen and (min-width: 200px) {
    .popup-function-content .accordion-group {
        max-width: 850px;
        margin: auto;
    }

    .popup-function-content .accordion-group .accordion-block+.s-title {
        margin-top: 40px;
    }

    .popup-function-content .accordion-group .accordion-block {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .popup-function-content .accordion-group .accordion-block+.accordion-block {
        margin-top: 16px;
    }

    .popup-function-content .accordion-title {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .popup-function-content .accordion-title {
        position: relative;
        padding: 16px 50px 16px 24px;
        cursor: pointer;
        color: var(--cr-dark);
        word-wrap: break-word;
        
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5em;
        border-radius: 8px;
        background-color: transparent;
        transition: var(--transition);
        margin-bottom: 0;
        margin-top: 16px;
        background-color: var(--cr-light);
    }

    .popup-function-content .accordion-title:first-child {
        margin-top: 0;
    }

    .popup-function-content .accordion-title:after {
        font-family: "icongarage";
        content: "\e90f";
        font-size: 14px;
        line-height: 1;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .popup-function-content .accordion-title.active:after {
        content: "\e910";
    }

    .popup-function-content .accordion-title:after {
        color: var(--cr-green);
    }

    .popup-function-content .accordion-title:hover:after {
        color: var(--cr-light);
    }

    .popup-function-content .accordion-title:hover {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }

    .popup-function-content .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
        border-radius: 8px 8px 0 0;
    }

    .popup-function-content .accordion-title.active:after {
        color: var(--cr-light);
    }

    .popup-function-content .accordion-content {
        padding: 16px 24px;
        
        margin: 0;
        background-color: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 8px 8px;
        color: var(--cr-dark);
    }

    .popup-function-content .accordion-content .hr {
        border-top: 1px solid #eee;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .popup-function-content .accordion-content .remark .remark-title {
        margin-bottom: 8px;
    }

    .popup-function-content .accordion-content .remark .remark-desc {
        font-size: 13px;
    }

    .popup-function-content .accordion-content .remark .list-remark {
        margin-right: 16px;
    }

    .popup-function-content .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .popup-function-content .accordion-content p,
    .popup-function-content .accordion-content dd {
        line-height: 1.5em;
        margin: 0;
        color: var(--cr-black);
    }

    .popup-function-content .accordion-content p strong,
    .popup-function-content .accordion-content dd strong {
        font-weight: 600;
        color: var(--cr-black);
    }

    .popup-function-content .accordion-content p:last-child,
    .popup-function-content .accordion-content dd:last-child {
        margin-bottom: 0;
    }

    .popup-function-content .accordion-content ul {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }

    .popup-function-content .accordion-content ul:last-child {
        margin-bottom: 0;
    }

    .popup-function-content .accordion-content ul li::marker {
        font-size: 13px;
    }

    .popup-function-content .accordion-content ul strong {
        color: var(--cr-black);
    }

    .popup-function-content .accordion-content ul>li {
        color: var(--cr-black);
        position: relative;
        list-style-type: disc;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }

    .popup-function-content .accordion-content ul>li+li {
        margin-top: 5px;
    }

    .popup-function-content .accordion-content ol {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }

    .popup-function-content .accordion-content ol:last-child {
        margin-bottom: 0;
    }

    .popup-function-content .accordion-content ol>li {
        position: relative;
        list-style-type: decimal;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }

    .popup-function-content .accordion-content ol>li+li {
        margin-top: 5px;
    }

    .popup-function-content .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .popup-function-content .accordion-content .link-tel {
        color: var(--cr-gray);
    }

    .popup-function-content .ic-telephone {
        display: inline-block;
    }

    .popup-function-content .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }

    .popup-function-content .accordion-content .link-tel+.link-tel {
        margin-right: 0;
    }

    .popup-function-content .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .popup-function-content .accordion-content a[x-apple-data-detectors].no-phone {
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }

    .popup-function-content .popup-function-content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .popup-function-content .popup-function-content-group .d-row-12 {
        gap: 48px;
    }

    .popup-function-content .popup-function-content-group {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .popup-function-content .popup-function-content-group .desc {
        line-height: 2;
    }

    .popup-function-content .popup-function-content-group .remark p {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .popup-function .mfp-content {
        padding: 24px 0;
        align-items: center;
        background: transparent;
        height: auto;
    }

    .popup-function-content {
        max-width: 1000px;
        width: 96%;
        border-radius: 8px;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    }

    .popup-function-content .inner {
        padding: 24px;
    }

    .popup-function-content .sc-body .row-flex {
        margin: 0 -24px;
    }

    .popup-function-content .sc-body .row-flex>div {
        padding: 0 24px;
    }

    .popup-function-content .sc-body .row-flex>div+div {
        margin-top: 0;
    }

    .popup-function-content .sc-note {
        padding: 16px 48px;
        border-radius: 0 0 8px 8px;
    }

    .popup-function-content .table-service th {
        font-size: 18px;
        padding: 24px;
    }

    .popup-function-content .table-service td {
        font-size: 16px;
        padding: 24px;
    }
}

@media screen and (min-width: 992px) {
    .popup-function .inner {
        padding: 48px;
    }

    .popup-function .swiper-button-prev {
        left: 48px;
    }

    .popup-function .swiper-button-next {
        right: 48px;
    }

    .popup-function-content .inner {
        padding: 48px;
    }
}

/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
    opacity: 0;
}

.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
    padding: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
}

.mfp-close-btn-in .mfp-close {
    width: 40px;
    height: 40px;
    background-color: var(--cr-green);
    color: var(--cr-light);
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
    transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover:before {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:hover:after {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:active {
    top: 0px;
}

@media screen and (max-width: 767px) {
    .mfp-close-btn-in .mfp-close {
        top: 16px;
        right: 16px;
    }
}

/* ############################## CSS for accordion ############################## */
.popup-function-content ul:not(.accordion-group) li {
    list-style: disc;
    margin-bottom: 4px;
}
.popup-function-content .divider {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.icw .has-accordion .accordion-group {
    padding: 16px 0 24px;
    list-style: none; 
    margin: 0;
    max-width: unset;
}
.icw .has-accordion .accordion-group li {
    list-style: none;
}
.has-accordion .accordion-group.active{display: block;}
.has-accordion .accordion-group + .accordion-group{margin-top: 16px;}
.has-accordion .accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
.has-accordion .accordion-group .accordion + .s-title{margin-top: 40px;}
.has-accordion .accordion-group .accordion{
    /* max-width: 850px;  */
    margin-left: auto; 
    margin-right: auto;
    /* border-left: 8px solid transparent; */
}
.has-accordion .accordion-group .accordion + .accordion{margin-top: 16px;}

.has-accordion .accordion {
    position: relative; 
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.has-accordion .accordion::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: var(--cr-green);
    border-radius: var(--radius) 0 0 var(--radius);
    pointer-events: none;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity var(--tsition), transform var(--tsition);
}
.has-accordion .accordion .accordion-title { 
    position: relative;
    padding: 16px 50px 16px 16px; 
    cursor: pointer; 
    color: var(--cr-black); 
    word-wrap: break-word;
    font-size: 16px; 
    font-weight: 600;  
    border-radius: 8px 8px 0 0; 
    background-color: transparent;
    transition: var(--transition);
    box-shadow: unset;
}
.has-accordion .accordion .accordion-title:after {
    font-family: 'iconavigation'; 
    content: "\e906"; 
    font-size: 16px; 
    line-height: 1; 
    width: 18px; 
    height: 18px; 
    /* margin: auto; */
    margin: 0;
    position: absolute; 
    right: 16px; 
    top: 20px; 
    bottom: 0;  
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.has-accordion .accordion .accordion-title.active:after {content: "\e907";}
.has-accordion .accordion .accordion-title:after,
.has-accordion .accordion .accordion-title:hover{color: var(--cr-green);}
/* .sc-faqs .accordion:has(.accordion-title.active) {
border-left-color: #00A94F;
} */
.has-accordion .accordion:has(.accordion-title.active)::before {
    opacity: 1;
    transform: translateX(0);
}
.has-accordion .accordion .accordion-title.active {
    color: var(--cr-green);
}
.has-accordion .accordion .accordion-title.active:after {color: var(--cr-green);}
.has-accordion .accordion .accordion-content{
    padding: 16px;
    box-shadow: unset;
}
.has-accordion .accordion .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
.has-accordion .accordion .accordion-content p{line-height: 1.5em;  color: #333333; font-weight: 500;}
.has-accordion .accordion .accordion-content p strong{font-weight: 600;}
.has-accordion .accordion .accordion-content p .link{font-weight: 600; }
.has-accordion .accordion .accordion-content p:last-child{margin-bottom: 0;}
.has-accordion .accordion .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
.has-accordion .accordion .accordion-content ul:last-child{margin-bottom: 0;}
.has-accordion .accordion .accordion-content ul > li{position: relative; list-style-type: disc;  font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
.has-accordion .accordion .accordion-content ul > li+li{margin-top: 5px;}
.has-accordion .accordion .accordion-content ol{margin: 0 0 0.6em 1.2em; padding: 0;}
.has-accordion .accordion .accordion-content ol:last-child{margin-bottom: 0;}
.has-accordion .accordion .accordion-content ol > li{position: relative; list-style-type: decimal;  font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
.has-accordion .accordion .accordion-content ol > li+li{margin-top: 5px;}
.has-accordion .accordion .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}

/* รองรับ <span> ใน accordion-title (เช่นข้อความที่ครอบด้วย .nw) */
.icw .has-accordion .accordion-title span {
    font-size: 18px;
    
}

@media screen and (min-width: 768px) {
    .has-accordion .accordion-group{padding-top: 0; padding-bottom: 32px;}
    .has-accordion .accordion .accordion-title{font-size: 18px;}
    .has-accordion .accordion .accordion-content a{word-break: keep-all;}
}
@media screen and (min-width: 992px) {
    .has-accordion .accordion .accordion-title{padding: 16px 50px 16px 24px;}
    .has-accordion .accordion .accordion-content{padding: 16px 24px;}
}
@media screen and (max-width:767px) {
    .icw .has-accordion .accordion-title span {
        font-size: 16px;
        
    }
}