/* width */
.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(0, 0, 0, .15);
}

/* Handle */
.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe::-webkit-scrollbar-thumb {
    background: #00A94F;
    border-radius: 8px;
}

.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe .noshow-iframe,
.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe #navigation-widgets {
    display: none !important;
}

.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe.has-rl {
    margin-bottom: 0 !important;
}

.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe .show-iframe {
    display: block !important;
}

.kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe .show-iframe.show-w280 {
    display: none !important;
}
  
@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: 767px) {
    .icw.style-g7  .sc-condition .sc-inner {
        padding: 40px 0 130px !important;
    }    
    .icw.style-g7 .section.sc-detail .sc-inner {
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }
    .icw.style-g7 .section.sc-detail .title-sc-detail {
        font-size: 20px;
    }
    .overlay-more-img {
        width: 28px !important;
        height: 28px !important;
        margin: auto !important;
        z-index: 20 !important;
        position: relative !important;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .kcc.popup-kcc .icw.style-g7.custom-scroll .append-iframe::-webkit-scrollbar {
        display: none !important;
    }
}

.icw.style-g7 .compn-overflow .compn-overflow-wrapper .compm::-webkit-scrollbar,
.icw.style-g7 .compn-overflow .compn-overflow-wrapper::-webkit-scrollbar,
.icw.style-g7 .compn-overflow::-webkit-scrollbar {
    display: none !important;
}


.icw.style-g7 .ic-slide:before {
    font-family: 'iconavigation' !important;
}

.kcc.popup-kcc .icw.style-g7 .append-iframe {
    overflow-y: auto;
    max-height: 82dvh;
}
.icw.style-g7 section {
    background: #fff;
    
}

.popup-revise.popup-kcc.mfp-wrap.mfp-ready .mfp-container {
    position: relative;
    top: -16px;
}
/*================ 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;
}

.style-g7 .content-slide .box-info .box-group {
    min-height: calc(100vh - 184px);
}

.style-g7 #hightlight-banner img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .style-g7 .content-slide .box-info .box-group {
        min-height: auto;
    }
}

.style-g7 .d-inline {
    display: inline !important;
}

/*============================== TEXT ===============================*/
.icw.style-g7  .nowrap,
.icw.style-g7  .nw {
    white-space: nowrap;
}

.icw.style-g7  .text-light {
    color: var(--cr-light) !important;
}

.icw.style-g7  .text-black {
    color: var(--cr-black) !important;
}

.icw.style-g7  .text-dark {
    color: var(--cr-dark) !important;
}

.icw.style-g7  .text-green {
    color: var(--cr-green) !important;
}

.icw.style-g7  .text-darkgreen {
    color: #006530 !important;
}

.icw.style-g7  .text-gray {
    color: var(--cr-gray) !important;
}

.icw.style-g7  .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw.style-g7  .text-red {
    color: var(--cr-red) !important;
}

.icw.style-g7  .text-yellow {
    color: var(--cr-yellow) !important;
}

.icw.style-g7  .text-warning {
    color: var(--cr-warning) !important;
}

.icw.style-g7 .lh-24 {
    line-height: 24px !important;
}

.icw.style-g7  .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;
}

.icw.style-g7  .main strong {
    font-weight: 600;
}

.icw.style-g7  h1,
.icw.style-g7  h2,
.icw.style-g7  h3,
.icw.style-g7  h4,
.icw.style-g7  h5,
.icw.style-g7  h6,
.icw.style-g7  .h1,
.icw.style-g7  .h2,
.icw.style-g7  .h3,
.icw.style-g7  .h4,
.icw.style-g7  .h5,
.icw.style-g7  .h6 {
    margin: 0 0 0.6em;
}

.icw.style-g7  h1,
.icw.style-g7  h2,
.icw.style-g7  h3,
.icw.style-g7  h4,
.icw.style-g7  h5,
.icw.style-g7  h6,
.icw.style-g7  .h1,
.icw.style-g7  .h2,
.icw.style-g7  .h3,
.icw.style-g7  .h4,
.icw.style-g7  .h5,
.icw.style-g7  .h6,
.icw.style-g7  h1 strong,
.icw.style-g7  h2 strong,
.icw.style-g7  h3 strong,
.icw.style-g7  h4 strong,
.icw.style-g7  h5 strong,
.icw.style-g7  h6 strong,
.icw.style-g7  .h1 strong,
.icw.style-g7  .h2 strong,
.icw.style-g7  .h3 strong,
.icw.style-g7  .h4 strong,
.icw.style-g7  .h5 strong,
.icw.style-g7  .h6 strong {
    font-family: 'kurious-looped';
    margin: 0;
}

.icw.style-g7  h1,
.icw.style-g7  .h1 {
    font-weight: 600;
    line-height: 1.5em;
}

.icw.style-g7  h2,
.icw.style-g7  .h2 {
    font-weight: 600;
    line-height: 1.5em;
}

.icw.style-g7  h3,
.icw.style-g7  .h3 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw.style-g7  h3 strong,
.icw.style-g7  .h3 strong {
    font-weight: 600;
}

.icw.style-g7  h4,
.icw.style-g7  .h4 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw.style-g7  h4 strong,
.icw.style-g7  .h4 strong {
    font-weight: 600;
}

.icw.style-g7  h5,
.icw.style-g7  .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw.style-g7  h5 strong,
.icw.style-g7  .h5 strong {
    font-weight: 600;
}

.icw.style-g7  h6,
.icw.style-g7  .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw.style-g7  h6 strong,
.icw.style-g7  .h6 strong {
    font-weight: 600;
}

.icw.style-g7  p {
    margin: 0 0 0.6em;
    line-height: 1.5em;
}

.icw.style-g7  p {
    font-family: 'kurious-looped';
    font-size: 16px;
}

.icw.style-g7  p strong {
    font-weight: 600;
}

.icw.style-g7  p.desc {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw.style-g7  p.desc strong {
    font-weight: 600;
}

.icw.style-g7  .caption {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.icw.style-g7  .caption strong {
    font-weight: 600;
}

.icw.style-g7  a.link {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw.style-g7  ul {
    padding: 0;
    margin: 0;
}

.icw.style-g7  .m-auto {
    margin: auto;
    display: block;
}

.icw.style-g7  .mb-0 {
    margin-bottom: 0 !important;
}

.icw.style-g7  .mb-8 {
    margin-bottom: 8px !important;
}

.icw.style-g7  .mb-16 {
    margin-bottom: 16px !important;
}

.icw.style-g7  .mb-24 {
    margin-bottom: 24px !important;
}

.icw.style-g7  .mb-32 {
    margin-bottom: 32px !important;
}

.icw.style-g7  .mt-16 {
    margin-top: 16px !important;
}

.icw.style-g7  .pl-20 {
    padding-left: 20px !important;
}

.icw.style-g7  .pt-32 {
    padding-top: 32px !important;
}

.icw.style-g7  .pt-40 {
    padding-top: 40px !important;
}

.icw.style-g7  .pt-48 {
    padding-top: 48px !important;
}

.icw.style-g7  .pt-40-32 {
    padding-top: 32px !important;
}

.icw.style-g7  .pt-40-24 {
    padding-top: 24px !important;
}

.icw.style-g7  .mt-40-24 {
    margin-top: 24px !important;
}

.icw.style-g7  .pt-24-32 {
    padding-top: 32px !important;
}

.icw.style-g7  .line-green {
    border-top: 1px solid #00A94F;
}

.icw.style-g7  .j-start {
    justify-content: start !important;
}

.icw.style-g7  .lh-2 {
    line-height: 2 !important;
}

.icw.style-g7  .mb8-mb {
    margin-bottom: 16px !important;
    text-align: center;
}

.kcc.popup-revise .mfp-content .icw.style-g7 ul.ul-center {
    width: fit-content;
    margin: auto !important;
    display: block;
}

@media screen and (max-width:300px) {
    .kcc.popup-revise .mfp-content .icw.style-g7 ul.ul-center {
        margin-left: 16px !important;
    }
}

@media screen and (min-width: 200px) {

    .icw.style-g7  h1,
    .icw.style-g7  .h1 {
        font-size: 28px;
        line-height: 1.2em;
    }

    .icw.style-g7  h2,
    .icw.style-g7  .h2 {
        font-size: 24px;
        line-height: 1.2em;
    }

    .icw.style-g7  h3,
    .icw.style-g7  .h3 {
        font-size: 20px;
        line-height: 1.2em;
    }

    .icw.style-g7  h4,
    .icw.style-g7  .h4 {
        font-size: 18px;
        line-height: 1.2em;
    }

    .icw.style-g7  h5,
    .icw.style-g7  .h5 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .icw.style-g7  h6,
    .icw.style-g7  .h6 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .icw.style-g7  .f-13 {
        font-size: 13px;
        line-height: 1.2em;
    }
}

@media screen and (min-width: 768px) {

    .icw.style-g7  h1,
    .icw.style-g7  .h1 {
        font-size: 42px;
        line-height: 1.35em;
    }

    .icw.style-g7  h2,
    .icw.style-g7  .h2 {
        font-size: 33px;
        line-height: 1.35em;
    }

    .icw.style-g7  h3,
    .icw.style-g7  .h3 {
        font-size: 26px;
        line-height: 1.2em;
    }

    .icw.style-g7  h4,
    .icw.style-g7  .h4 {
        font-size: 20px  !important;
        line-height: 1.2em;
        /* text-align: left !important; */
    }

    .icw.style-g7  h5,
    .icw.style-g7  .h5 {
        font-size: 18px;
        line-height: 1.2em;
    }

    .icw.style-g7  h6,
    .icw.style-g7  .h6 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .icw.style-g7  .mb16-mb {
        margin-bottom: 16px !important;
    }

    .icw.style-g7  .mb8-mb {
        margin-bottom: 8px !important;
        text-align: left;
    }

    .icw.style-g7  .pt-40-32 {
        padding-top: 40px !important;
    }

    .icw.style-g7  .pt-40-24 {
        padding-top: 40px !important;
    }

    .icw.style-g7  .mt-40-24 {
        margin-top: 40px !important;
    }

    .icw.style-g7  .pt-24-32 {
        padding-top: 24px !important;
    }

    .icw.style-g7  .pb-48-pc {
        padding-bottom: 48px !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;
    }
}

@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.style-g7  button,
.icw.style-g7  input,
.icw.style-g7  select,
.icw.style-g7  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.style-g7  input::placeholder {
    color: #999;
}

.icw.style-g7  .container:before,
.icw.style-g7  .container:after {
    content: '';
    display: table;
    clear: both;
}

.icw.style-g7  .container,
.icw.style-g7  .container-xs,
.icw.style-g7  .container-sm,
.icw.style-g7  .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.icw.style-g7  .container {
    max-width: 100%;
}

.icw.style-g7  .container-xs {
    max-width: 830px;
}

.icw.style-g7  .container-sm {
    max-width: 930px;
}

.icw.style-g7  .container-md {
    max-width: 100%;
}

.icw.style-g7  .a-left {
    text-align: left;
}

.icw.style-g7  .a-center {
    text-align: center;
}

.icw.style-g7  .a-right {
    text-align: right;
}

.icw.style-g7  .row-0 {
    margin: 0px;
}

.icw.style-g7  .row-0>div {
    padding: 0px;
}

.icw.style-g7  .row-20 {
    margin: 0 -10px;
}

.icw.style-g7  .row-20>div {
    padding: 0 10px;
}

.icw.style-g7  .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw.style-g7  .row-flex.align-items-center {
    align-items: center;
}

.icw.style-g7  .row-flex>div {
    float: none;
}

.icw.style-g7  .row-flex>.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw.style-g7  .row-flex>.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw.style-g7  .row-flex>.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw.style-g7  .row-flex>.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.icw.style-g7  .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icw.style-g7  .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.icw.style-g7  .item-list>li {
    float: left;
}

.icw.style-g7  .section {
    position: relative;
    overflow: hidden;
}

.sc-campaign .sc-inner {padding: 24px 0 0 0 !important;}

.icw.style-g7  .sc-benefit .sc-inner {
    padding-top: 24px !important;
}

.icw.style-g7  .section .sc-inner {
    position: relative;
    overflow: hidden;
    padding: 48px 0;
}

.icw.style-g7  .section .sc-heading {
    text-align: center;
}

.icw.style-g7  .sc-head .sc-inner {
    padding-top: 16px;
    padding-bottom: 0;
}

.icw.style-g7  .sc-head .h4 {
    font-size: 16px;
}

.icw.style-g7  .t-date {
    margin-bottom: 32px;
}

.icw.style-g7 .kpoint-ic {
    max-width: 73px;
    width: 100%;
    position: relative;
    top: -2px;
}

.icw.style-g7 .title .kpoint-ic {
    max-width: 133px;
    width: 100%;
    position: relative;
    top: -2px;
}

.icw.style-g7 .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.style-g7 .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.style-g7 .box-detail .d-flex {
    display: flex;
    gap: 28px;
}

.icw.style-g7 .box-detail .d-flex .mb-shop {
    max-width: 285px;
    width: 100%;
}

.icw.style-g7 #detail .m-auto {
    margin-top: 24px;
    margin-bottom: 24px;
}

.icw.style-g7 .pay-ic {
    position: relative;
    top: -2px;
}

.icw.style-g7 .noti-ic {
    position: absolute;
    right: 0;
    top: 0;

    max-width: 30px;
    width: 100%;
}

.icw.style-g7 .sc-detail {
    background: #f5f5f5;
}

.icw.style-g7 .sc-detail .tag {
    color: #32FFAD;
}

.icw.style-g7 .sc-detail .box-white-inner img {
    margin-top: -3px;
}

@media screen and (min-width: 200px) {
    .icw.style-g7  .section .sc-inner {
        padding: 48px 0;
    }

    .icw.style-g7 .section .sc-heading {
        margin-bottom: 48px;
    }

    .icw.style-g7  .sc-benefits_kpayroll .sc-heading {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .icw.style-g7  .section .sc-inner {
        padding: 64px 0;
    }

    .icw.style-g7 .section .sc-heading {
        margin-bottom: 40px;
    }

    .icw.style-g7  .sc-head .h4 {
        font-size: 20px;
    }

    .icw.style-g7  .sc-head .sc-inner {
        padding-top: 24px;
    }

    .icw.style-g7  .t-date {
        margin-bottom: 40px;
    }

    .icw.style-g7  .kpoint-ic {
        max-width: 83px;
        width: 100%;
    }

    .icw.style-g7 .title .kpoint-ic {
        max-width: 149px;
        width: 100%;
        position: relative;
        top: -2px;
    }

    .icw.style-g7  .noti-ic {
        position: absolute;
        right: 0;
        top: 0;

        max-width: 42px;
        width: 100%;
    }

    .icw.style-g7  #detail .m-auto {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width:992px) {
    .icw.style-g7  .box-detail {
        padding: 40px 45px;
    }

    .icw.style-g7  .box-detail .box-detail-inner {
        margin-top: 24px;
        margin-left: 35px;
        margin-right: 35px;
        /* min-width: 740px; */
    }
}


/*============================== button ===============================*/
.icw.style-g7  .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.style-g7  .btn:hover,
.icw.style-g7  .btn:active:hover,
.icw.style-g7  .btn.active:hover,
.icw.style-g7  .btn:active:focus,
.icw.style-g7  .btn.actitve:focus,
.icw.style-g7  .btn:active.focus,
.icw.style-g7  .btn.active.focus,
.icw.style-g7  .btn:focus,
.icw.style-g7  .btn:focus:hover,
.icw.style-g7  .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw.style-g7  .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw.style-g7  .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw.style-g7  .btn.disabled,
.icw.style-g7  .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw.style-g7  .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw.style-g7  .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s, color .3s .3s;
}

.icw.style-g7  .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw.style-g7  .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw.style-g7  .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw.style-g7  .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw.style-g7  .btn.btn-secondary:before {
    background-color: var(--cr-green);
}

.icw.style-g7  .accordion-group {
    padding: 16px 0 24px;
    list-style: none !important;
    margin: 0 !important;
    max-width: 100%;
}

.icw.style-g7  .accordion-group .accordion {
    list-style: none !important;
}


.icw.style-g7  .accordion-group.active {
    display: block;
}

.icw.style-g7  .accordion-group+.accordion-group {
    margin-top: 16px;
}

.icw.style-g7  .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
}

.icw.style-g7  .accordion-group .accordion+.s-title {
    margin-top: 40px;
}

.icw.style-g7  .accordion-group .accordion {
    max-width: sc-content;
    margin-left: auto;
    margin-right: auto;
}

.icw.style-g7  .accordion-group .accordion+.accordion {
    margin-top: 16px;
}

.icw.style-g7  .accordion {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
}

.icw.style-g7  .accordion .accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px !important;
    cursor: pointer;
    color: var(--cr-black);
    word-wrap: break-word;
    font-size: 16px !important;
    font-weight: 600;
    font-family: 'kurious-looped';
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
    border: 0 !important;
}

.icw.style-g7  .accordion .accordion-title:after {
    font-family: 'iconavigation';
    content: "\e906" !important;
    font-size: 16px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 16px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cr-green) !important;
}

.icw.style-g7  .accordion .accordion-title.active:after {
    content: "\e907" !important;
}

.icw.style-g7  .accordion .accordion-title:hover {
    /* color: var(--cr-green); */
    background: #CCEEDC;
}

.icw.style-g7  .accordion .accordion-title.active {
    color: #333;
    background-color: #CCEEDC;
}

.icw.style-g7  .accordion .accordion-content {
    padding: 16px;
}

.icw.style-g7  .accordion .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    /* word-break: break-all; */
    word-break: break-word;
    font-size: 16px;
    padding: 8px;
}

.icw.style-g7  .accordion .accordion-content p {
    line-height: 1.5em;
    font-family: 'kurious-looped';
    color: var(--cr-gray);
}

.icw.style-g7  .accordion .accordion-content p strong {
    font-weight: 600;
}

.icw.style-g7  .accordion .accordion-content p .link {
    font-weight: 600;
    font-family: 'kurious-looped';
}

.icw.style-g7  .accordion .accordion-content p:last-child {
    margin-bottom: 0;
}

.icw.style-g7  .accordion .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
    padding-left: 16px !important;
    list-style-position: inside !important;
}

.icw.style-g7  .accordion .accordion-content ul:last-child {
    margin-bottom: 0;
}

.icw.style-g7  .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);
}

.icw.style-g7  .accordion .accordion-content ul>li+li {
    margin-top: 5px;
}

.icw.style-g7  .accordion .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
}

.icw.style-g7  .accordion .accordion-content ol:last-child {
    margin-bottom: 0;
}

.icw.style-g7  .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);
}

.icw.style-g7  .accordion .accordion-content ol>li+li {
    margin-top: 5px;
}

.icw.style-g7  .accordion .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.icw.style-g7  .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;
}

.icw.style-g7  .accordion .accordion-content .link-tel .icon {
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.icw.style-g7  .accordion .accordion-content .link-tel+.link-tel {
    margin-right: 0;
}

.icw.style-g7  .accordion .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.icw.style-g7  .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;
}

/*.icw.style-g7  .accordion .accordion-content ul.sublist{counter-reset: item}
.icw.style-g7  .accordion .accordion-content ul.sublist > li{}
.icw.style-g7  .accordion .accordion-content ul.sublist > li{content: counters(item, ".") " "; counter-increment: item }*/

.kcc.popup-revise .mfp-content .icw.style-g7 ul li {
    font-size: 16px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .icw.style-g7  .accordion-action {
        display: none;
    }

    .icw.style-g7  .accordion-group {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .icw.style-g7  .accordion .accordion-title {
        font-size: 18px;
    }

    .icw.style-g7   .accordion .accordion-content .link-tel {
        display: none;
    }

    .icw.style-g7   .accordion .accordion-content a {
        word-break: keep-all;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
    .icw.style-g7   .accordion .accordion-title {
        font-size: 16px !important;
        padding: 16px 50px 16px 24px;
        /* width: 100%; */
        /* max-width: 932px; */
        /* margin: 0; */
    }

    .icw.style-g7   .accordion .accordion-content {
        padding: 16px 24px;
    }
}

/*######################### sc-faqs #########################*/

.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.style-g7  .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.style-g7  .table tr:first-child th:first-child {
    border-left: 0;
} */

.mt-24 {
    margin-top: 24px !important;
}

.icw.style-g7  .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.style-g7  .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.style-g7  .table td:first-child {
    border-left: 0;
} */

@media screen and (min-width:768px) {

    .icw.style-g7 .sc-note .sc-inner {
        padding: 48px 0;
    }

    .btn-tel img {
        margin-right: 5px;
    }

    .icw.style-g7 .mt-30 {
        margin-top: 30px !important;
    }

    .btn-tel {
        display: none;
    }

    .icw.style-g7  .table td {
        font-size: 16px;
        padding: 16px 24px;
    }

    .icw.style-g7  .table th {
        font-size: 18px;
        padding: 24px;
    }

}


.icw.style-g7 .sc-cc .sc-inner {
    padding: 40px 0 !important;
    max-width: 932px;
    margin: auto;
}

.icw.style-g7 .sc-condition .sc-inner {
    max-width: 932px;
    margin: auto;
}

/* ====== back-to-main ====== */

/* ====== campign ======== */
/* .icw.style-g7 .sc-campaign {
    padding: 24px 0 0;
} */

.icw.style-g7 .sc-campaign p {
    margin-bottom: 0;
}

.icw.style-g7 .sc-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.style-g7  .sc-benefit .sc-inner {
    padding-top: 32px;
} */

.icw.style-g7  .mb-48-16 {
    margin-bottom: 16px !important;
}

.icw.style-g7  .mb-24-16 {
    margin-bottom: 16px !important;
}

.icw.style-g7 .kpoint-logo {
    max-width: 95px;
    width: 100%;
    position: relative;
    top: -3px;
    display: inline;
}

.icw.style-g7 .sc-benefit .item-list {
    margin: -8px;
}

.icw.style-g7 .sc-benefit .item-list>li {
    width: calc(100%/2);
    padding: 56px 8px 8px 8px;
    list-style: none;
}

.icw.style-g7 .sc-benefit .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
}

.icw.style-g7 .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%);
}

.icw.style-g7 .sc-benefit .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
    z-index: 0
}

.icw.style-g7 .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;
}

.icw.style-g7 .sc-benefit .wrapper .content .txt {
    color: var(--cr-black);
}

.icw.style-g7 .sc-benefit .wrapper .content .txt .show-w767 {
    display: inline;
}

.icw.style-g7 .sc-benefit .wrapper .content .desc {
    color: var(--cr-light);
    text-decoration: underline;
    font-weight: 600;
    font-family: 'kurious-looped';
}

.icw.style-g7 .sc-benefit .wrapper .action {
    display: flex;
    flex-direction: column;
}

.icw.style-g7 .sc-benefit .wrapper .action .desc.show-w767 {
    display: inline-flex;
}

.icw.style-g7 .sc-benefit .wrapper .action .desc.hide-w767 {
    display: none;
}

.icw.style-g7 .sc-benefit .wrapper .action .desc+.desc {
    margin-top: 8px;
}

.icw.style-g7 .sc-benefit .note {
    border-radius: var(--radius);
    background: var(--cr-light);
    padding: 24px;
    margin-top: 32px;
}

.icw.style-g7 .sc-benefit .note p {
    font-family: 'kurious-looped';
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
}

.icw.style-g7 .sc-benefit .note ul {
    font-family: 'kurious-looped';
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
    padding: 0;
}

.icw.style-g7 .sc-benefit .note ul>li {
    position: relative;
    padding-left: 1.2em;
    list-style: none;
}

.icw.style-g7 .sc-benefit .note ul>li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 2px;
}

.icw.style-g7 .sc-benefit .item-list li:last-child {
    width: 100%;
    padding-top: 8px;
}

.icw.style-g7 .sc-benefit li:last-child .wrapper .content {
    height: 163px;
    padding: 16px;
}

.icw.style-g7 .sc-benefit li:last-child .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
}

.icw.style-g7  .sc-benefit .sc-inner {
    padding-top: 0;
    padding-bottom: 24px;
}

.icw.style-g7 .sc-benefit .sc-content.bg-gray .sc-inner {
    padding: 8px 0 40px;
    z-index: 2;
    position: relative;
}

.icw.style-g7 .sc-benefit .sc-content {
    background: linear-gradient(16.6deg, #00F86C -64.51%, #023933 100%);
    padding: 48px 16px;
    padding-top: 0;
    margin: 0 -16px;
}

.icw.style-g7 .sc-benefit .wrpper-condition {
    max-width: 1140px;
    margin: 0 auto;
}

.icw.style-g7 .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;
}

.icw.style-g7 .sc-benefit .wrpper-condition .condition-detail {
    padding: 16px;
    border-radius: 0 0 8px 8px;
    background: #E5F3EF;
}

.icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-card-condition {
    margin-top: 16px;
    display: flex;
    gap: 24px;
}

.icw.style-g7 .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;
}

.icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-green-card {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-green-card .green-card {
    padding: 8px;
    border-radius: 8px;
    background: rgba(204, 231, 223, 0.5);
    border: 1px solid #66CAAE;
    flex: 1;
}

.icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-green-card .green-card .img {
    max-height: 32px;
    margin: 0 auto 4px;
}

.icw.style-g7 .box-head {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 8px;
}

.icw.style-g7 .box-head .h4 {
    text-align: left !important;
    font-size: 18px !important;
}

.icw.style-g7  .hint-scroll {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-top: 24px;
}

.icw.style-g7  .hint-scroll .icon-swipe {
    font-size: 32px;
    color: #fff;
}

.icw.style-g7  .hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    font-family: 'kurious-looped';
}

.icw.style-g7 .img-table {
    width: 100%;
    /* overflow-x: hidden; */
    /* overflow-y: visible; */
    display: flex;
    margin-top: 16px;
    /* margin-bottom: 24px; */
    padding-bottom: 16px;
    position: relative;
}

.icw.style-g7 .ab-img {
    position: absolute;
    max-width: 60px;
    width: 100%;
    right: 17px;
    top: -19px;
    display: none;
}

/* width */
.icw.style-g7 .img-table::-webkit-scrollbar {
    height: 3px;
    display: block;

}

/* Track */
.icw.style-g7 .img-table::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(0, 0, 0, .15);
}

/* Handle */
.icw.style-g7 .img-table::-webkit-scrollbar-thumb {
    background: #00A94F;
    border-radius: 10px;
}

.icw.style-g7 .card-table {
    margin-top: 0;
    min-height: auto;
    min-width: auto;
}

.icw.style-g7 .ul-nodisc {
    list-style: none;
}

.icw.style-g7 .line-gray {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 32px;
    /* margin-bottom: 0 !important; */
}

.icw.style-g7 .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; */
}

.icw.style-g7 .box-white {
    border-radius: 8px;
    /* border: 1px solid #00FFD1; */
    background: #FFF;
    /* max-width: 288px; */
    width: 100%;
    padding: 24px 8px 37px;
    /* margin: 32px auto; */
}

.icw.style-g7 .box-white-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.icw.style-g7 .box-white .line-gray {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

.icw.style-g7 .point-top {
    max-width: 44px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: -20px;
}

.icw.style-g7 .point-bottom {
    max-width: 205px;
    width: 100%;
    position: absolute;
    bottom: -93px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.icw.style-g7 .f-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.icw.style-g7 .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;
}


.icw.style-g7 .box-white .tel img {
    position: relative;
    top: -3px;
}

.icw.style-g7 .kpointman {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    max-width: 210px;
    margin: auto;
    z-index: 1;
}

.icw.style-g7  .ul-center {
    margin: auto !important;
    width: fit-content !important;
}

/* .icw.style-g7  .h2.title {
    font-size: 20px;
}

.icw.style-g7  .h1.title {
    font-size: 24px;
}

.icw.style-g7  .sc-heading .h2 {
    font-size: 28px;
}

.icw.style-g7  .sc-heading .h2 .text-green {
    font-size: 24px;
} */

.icw.style-g7 .img-card {
    margin: 16px auto 32px;
    max-width: 302px;
    width: 100%;
}

.icw.style-g7  .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.style-g7  .detail-mark p {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 0;
}

.icw.style-g7 .detail-mark i {
    margin-right: 12px;
}

.icw.style-g7 .detail-mark i>img {
    min-width: 24px;
}

.icw.style-g7 .detail-mark .green {
    color: #20E87E;
}

.icw.style-g7 .detail-mark .mb-8 {
    margin-bottom: 8px !important;
}

.icw.style-g7 .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;
}

.icw.style-g7 .btn-tel:active {
    color: #FFF !important;
}


.icw.style-g7 .btn-tel:hover {
    background: #0BC160;
    color: #FFF;
}

.icw.style-g7 .bg-point {
    background: url(../img/KPointBG.png);
    background-repeat: no-repeat;
    background-position: 103% 22px;
    background-size: 32%;
}

.icw.style-g7 .bg-point2 {
    background: url(/SiteCollectionDocuments/personal/promotion/creditcard/ccpromotionaug24/img/BG-Element.png);
    background-repeat: no-repeat;
    background-position: -112px 64px;
    background-size: 32%;
}

.icw.style-g7 .box-note {
    padding: 8px;
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-top: 16px;
    display: block;
}

.icw.style-g7 .mb-4 {
    margin-bottom: 4px !important;
    text-align: left !important;
}

.icw.style-g7  .col2.list-no {
    columns: 1 !important;
    /* column-gap: 10%; */
}

.icw.style-g7 .list-no li {
    list-style-position: inside !important;
    list-style: none !important;
    padding-left: 8px !important;
    margin-bottom: 4px !important;
}

@media screen and (min-width: 768px) {
    .icw.style-g7  .detail-mark p {
        font-size: 16px;
    }

    .icw.style-g7 .btn-tel {
        display: none;
    }

    .icw.style-g7 .detail-mark {
        justify-content: center;
        align-items: start;
        margin-top: 24px;
        display: flex;
        gap: 8px;
    }

    .icw.style-g7 .detail-mark .mb-8 {
        margin-bottom: 0px !important;
    }

    .icw.style-g7  .img-card {
        margin: 32px auto;
        max-width: 400px;
    }


    /* .icw.style-g7  .h2.title {
        font-size: 33px;
    }

    .icw.style-g7  .h1.title {
        font-size: 42px;
    }

    .icw.style-g7  .sc-heading .h2,
    .icw.style-g7  .sc-heading .h2 .text-green {
        font-size: 33px;
    } */

    .icw.style-g7  .kpointman {
        position: absolute;
        top: auto;
        left: 2px;
        right: auto;
        bottom: 48px;
        max-width: 143px;
    }

    .icw.style-g7  .box-tips {
        flex-direction: row;
        padding: 24px 32px;
        margin-top: 40px;
    }

    .icw.style-g7 .point-top {
        max-width: 54px;
        width: 100%;
        position: absolute;
        top: -15px;
        left: -25px;
    }

    .icw.style-g7  .point-bottom {
        bottom: -58px;
        left: auto;
        right: -64px;
    }

    .icw.style-g7 .f-20 .h2 {
        font-size: 33px !important;
        line-height: 39px !important;
    }

    .icw.style-g7 .f-20 .h3 {
        font-size: 26px !important;
        line-height: 50px !important;
    }

    .icw.style-g7  .box-white {
        padding: 24px;
        /* margin: 72px auto 16px; */
    }

    .icw.style-g7  .box-white-flex {
        flex-direction: row;
        gap: 24px;
    }
    

    .icw.style-g7 .box-white .line-gray {
        border-left: 1px solid #d9d9d9;
        width: 1px;
        height: 270px;
        margin: auto 0;
        border-top: 0;
    }

    .icw.style-g7  .box-white-inner {
        width: 50%;
    }

    .icw.style-g7  .line-gray {
        margin-top: 40px;
    }

    .icw.style-g7  .title-green.h2 {
        font-size: 33px !important;
    }

    .icw.style-g7  .title-green.h1 {
        font-size: 42px !important;
    }

    .icw.style-g7  .img-table {
        margin-top: 24px;
        padding-bottom: 0;
        margin-bottom: 16px;
        overflow-x: visible;
        overflow-y: visible;
    }

    .icw.style-g7  .ab-img {
        display: block;
    }

    .icw.style-g7  .card-table {
        width: 100%;
        margin: auto;
        margin-top: 0;
        min-height: auto;
        min-width: auto;
        /* max-width: 900px; */
        padding-right: 0;
    }

    .icw.style-g7  .hint-scroll {
        display: none !important;
    }

    .icw.style-g7 .box-head {
        /* justify-content: center; */
        text-align: center;
        align-items: center;
    }

    .icw.style-g7 .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.style-g7 .kpoint-logo {
        max-width: 145px;
    }


    .icw.style-g7  .sc-content .kpoint-logo {
        max-width: 134px;
    }

    .icw.style-g7  .sc-benefit .sc-inner {
        padding: 64px 0;
    }

    .icw.style-g7 .sc-benefit .sc-content.bg-gray .sc-inner {
        padding: 32px 0 64px;
    }

    .icw.style-g7 .sc-benefit .sc-heading .sub-text {
        font-size: 20px;
    }

    .icw.style-g7 .sc-benefit .item-list {
        margin: -12px;
    }

    .icw.style-g7 .sc-benefit .item-list>li {
        padding: 12px;
    }

    .icw.style-g7 .sc-benefit .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }

    .icw.style-g7 .sc-benefit .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .icw.style-g7 .sc-benefit .wrapper .content .txt .show-w767 {
        display: none;
    }

    .icw.style-g7 .sc-benefit .wrapper .action .desc.show-w767 {
        display: none;
    }

    .icw.style-g7 .sc-benefit .wrapper .action .desc.hide-w767 {
        display: inline-flex;
    }

    .icw.style-g7 .sc-benefit .note {
        margin-top: 40px;
    }

    .icw.style-g7  .sc-benefit .sc-inner {
        padding-top: 24px;
    }

    .icw.style-g7  .mb-48-16 {
        margin-bottom: 48px !important;
    }

    .icw.style-g7  .mb-24-16 {
        margin-bottom: 24px !important;
    }

    .icw.style-g7 .box-note {
        padding: 16px 64px;
        margin-top: 24px;
    }

    .icw.style-g7 .box-head .h4 {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 992px) {

    .icw.style-g7  .bg-point2 {
        background: url(/SiteCollectionDocuments/personal/promotion/creditcard/ccpromotionaug24/img/BG-Element.png);
        background-repeat: no-repeat;
        background-position: -172px 16px;
        background-size: 32%;
    }

    .icw.style-g7  .detail-mark {
        align-items: center;
    }

  

    .icw.style-g7  .sc-benefit .item-list>li,
    .icw.style-g7 .sc-benefit .item-list li:last-child {
        width: calc(100%/3);
    }

    .icw.style-g7 .sc-benefit .item-list li:nth-child(1),
    .icw.style-g7 .sc-benefit .item-list li:nth-child(2) {
        width: calc(100%/2);
    }

   
}


@media screen and (min-width: 1024px) {
    .icw.style-g7  .box-white .line-gray {
        height: 186px;
    }

    .icw.style-g7  .col2.list-no {
        columns: 2 !important;
        width: 80%;
    }

    .icw.style-g7  .list-no li {
        padding-left: 16px;
        margin-bottom: 8px;
    }
}


@media screen and (min-width: 1200px) {
    .icw.style-g7   .sc-benefit .wrapper .thumb {
        width: 156px;
    }

    .icw.style-g7  .kpointman {
        bottom: 57px;
        max-width: 205px;
    }
}

@media screen and (max-width: 767px) {
    .icw.style-g7 .sc-benefit .sc-heading .text-green {
        line-height: 34px;
    }

    .icw.style-g7 .sc-benefit .wrpper-condition .header-title-cond .condition-kpoint-logo {
        margin-top: -3px;
        width: 85px;
    }

    .icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-card-condition {
        margin-top: 0;
        display: block;
    }

    .icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-card-condition .card-condition {
        margin-top: 16px;
    }
    
    .icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-card-condition .card-condition .link {
        font-size: 13px;
        line-height: 20px;
    }

    .icw.style-g7 .sc-benefit .wrpper-condition .condition-detail .row-green-card .green-card {
        max-width: 156px;
    }
}

/* ====== end benefit ======== */

/*############################ sc-apply ###################################*/
@media screen and (min-width: 200px) {
    .icw.style-g7 .apply-qr .qrcode canvas {
        width: 166px;
        border-radius: 8px;
    }

    .icw.style-g7 .qrcode {
        height: 166px;
    }


}


/* ###### component overflow ###### */
/* .icw.style-g7 .compn-overflow .compn-overflow-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    scrollbar-width: none;
} */

/* .img-table {
    padding-left: 16px;
    padding-right: 16px;
}

.compn-overflow {
    margin: 0 -16px;
} */

.icw.style-g7 .compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
    display: none;
}

.icw.style-g7 .compn-overflow .compn-overflow-wrapper .compn {
    min-width: 0;
    padding: 0 0 16px;
}

.icw.style-g7 .compn-overflow .compn-overflow-scroll-wrapper {
    width: calc(100% - 32px);
    height: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px;
    background: rgb(0, 0, 0, 0.15);
    display: block;
    /* margin-left: 16px;
    margin-right: 16px; */
    margin: 0 16px;
    overflow: hidden;
}

.icw.style-g7 .compn-overflow {
    margin: 0;
}

.icw.style-g7 .compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
    width: 10%;
    height: 3px;
    border-radius: 3px;
    position: absolute;

    background: #00A950;
}

@media screen and (min-width: 1170px) {
    .icw.style-g7   .compn-overflow .compn-overflow-scroll-wrapper {
        display: none;
    }

    .icw.style-g7  .compn-overflow .compn-overflow-wrapper .compn {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .icw.style-g7  .compn-overflow .compn-overflow-wrapper .compn {
        margin-bottom: 0;
        padding: 0 16px 16px;
    }
}


/* ###### end component overflow ###### */


.icw.style-g7 .sms-img {
    max-width: 250px;
    position: relative;
    z-index: 2;
}

.icw.style-g7 .inner-contact {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    max-width: 520px;
    text-align: center;
    margin-top: -121px;
}

.icw.style-g7 .d-flex-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
    flex-direction: column;
}

.icw.style-g7  .title-contact {
    font-size: 20px;
    font-weight: 600;
    color: #00a94f;
    line-height: 1.5;
    margin-bottom: 8px;
}

.icw.style-g7 .contact-top {
    padding: 16px 24px;
    padding-top: 121px;
}

.icw.style-g7 .contact-note {
    background: #EAFCF1;
    padding: 16px 24px;
}

.icw.style-g7 .contact-note p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.icw.style-g7 .box-g {
    background: #EAFCF1;
    border-radius: 8px;
    padding: 16px;
    max-width: 841px;
    width: 100%;
    margin: auto !important;
}

.icw.style-g7 .sc-benefit .sc-content.bg-gray {
    background: #f5f5f5 !important;
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.icw.style-g7 .mb-40-24 {
    margin-bottom: 24px !important;
}

.icw.style-g7 .box-g-green {
    background: linear-gradient(14.48deg, #00F86C -229.66%, #023933 139.66%);
    padding: 48px 16px;
    border-radius: 8px;
}

.icw.style-g7 .bg-box1 {
    position: relative;
    background: url(/SiteCollectionDocuments/personal/promotion/creditcard/ccpromotionaug24/img/BG-Step1.jpg);
    background-size: cover;
    background-position: left;
}

.icw.style-g7 .contact-top {
    padding: 121px 24px 32px;
}

.icw.style-g7  .note-contact {
    font-size: 13px;
}

.icw.style-g7  .btn.btn-sms {
    height: 40px;
    line-height: 40px;
    display: flex;
}

.icw.style-g7  .subtitle-contact {
    margin-bottom: 8px;
}

.icw.style-g7 .text-step .img-step {
    max-height: 32px;
    position: relative;
    top: -2px;
}

.icw.style-g7 .text-step {
    text-align: center;
}

.icw.style-g7 .card-apply-ab {
    position: absolute;
    /* max-width: 92px; */
    bottom: -20px;
    right: -24px;
}

.icw.style-g7 .d-flex-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.icw.style-g7 .card-apply {
    max-width: 244px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.icw.style-g7 .point-top2 {
    position: absolute;
    width: 1196px;
    z-index: 1;
    top: 25px;
    right: -678px;
}

.icw.style-g7 .point-bottom2 {
    position: absolute;
    width: 1196px;
    z-index: 1;
    bottom: 733px;
    left: -533px;
}

.icw.style-g7 .point-bg {
    position: absolute;
    right: -100px;
    /* top: -20px; */
    top: 0px;
    max-width: 480px;
    width: 100%;
    display: none;
}

.icw.style-g7 .sc-detail .pro1 {
    background: linear-gradient(212.82deg, #0A6A60 -15.89%, #40525D 80.4%);
    padding: 40px 16px 48px;
    /* border-radius: 8px 8px 0 0; */
    margin-left: -16px;
    margin-right: -16px;
}

.icw.style-g7 .sc-detail .pro2 {
    background: linear-gradient(180deg, #008661 0%, #0A6A60 100%);
    padding: 40px 16px 48px;
    /* border-radius: 0 0 8px 8px; */
    margin-left: -16px;
    margin-right: -16px;
}

.icw.style-g7 .sc-detail .pro3 {
    background: url(../img/KPoint-MB-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 16px 102px;
    /* border-radius: 8px; */
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
}

.icw.style-g7 .sc-condition {
    background: #f5f5f5;
}

.icw.style-g7 .img-icon-pro {
    max-width: 60px;
    width: 100%;
}

.icw.style-g7 .section.sc-cc {
    background: #fff;
}

.kcc.popup-revise .mfp-content .icw.style-g7 ul {
    padding: 0;
    width: 99%;
    max-width: 932px;
    margin: 1px !important;
}
.kcc.popup-revise .mfp-content .icw.style-g7 ul li {
    margin: 0 ;
    padding: 0;
}

.kcc.popup-revise .mfp-content .icw.style-g7 .list-no li {
    list-style: disc !important;
    padding-left: 0 !important;
    margin-left: 32px !important;
}

@media screen and (min-width: 768px) {
    .icw.style-g7  .card-apply-ab {
        bottom: 16px;
    }
    .icw.style-g7  .d-flex-card {
        flex-direction: row;
        justify-content: space-between;
    }

    .icw.style-g7  .card-apply {
        max-width: 236px;
    }

    .icw.style-g7  .text-step .img-step {
        max-height: 50px;
    }

    .icw.style-g7  .text-step {
        text-align: left;
    }

    .icw.style-g7  .subtitle-contact {
        margin-bottom: 24px;
    }

    .icw.style-g7  .note-contact {
        font-size: 16px;
        margin-bottom: 0 !important;
    }

    .icw.style-g7  .inner-contact {
        margin-top: 0;
        background: transparent;
    }

    .icw.style-g7  .contact-top {
        padding: 0;
    }

    .icw.style-g7  .box-g-green {
        padding: 40px;
    }


    .icw.style-g7  .btn.btn-sms {
        display: none;
    }

    .icw.style-g7   .d-flex-contact {
        flex-direction: row;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding: 24px;
        gap: 8px;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .icw.style-g7 .inner-contact {
        margin-top: 0;
    }

    .icw.style-g7 .contact-top {
        padding-top: 16px;
    }

    /* .sms-img {
        max-width: 240px;
    } */
    .icw.style-g7 .mb-40-24 {
        margin-bottom: 40px !important;
    }

    .icw.style-g7 .sc-detail .pro3 {
        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;
    }
    
    .icw.style-g7 .sc-detail .pro1 {
        padding: 48px 40px;
        border-radius: 8px 8px 0 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .icw.style-g7 .sc-detail .pro2 {
        padding: 48px 40px 56px;
        border-radius: 0 0 8px 8px;
        margin-left: 0;
        margin-right: 0;
    }

    .icw.style-g7 .sc-detail .box-white-inner img {
        margin-top: 0;
    }

    .icw.style-g7 .img-icon-pro {
        max-width: 70px;
    }

    .icw.style-g7 .point-bg {
        display: block;
    }
    
    .icw.style-g7  .sc-condition .point-bg {
        max-width: 1200px;
        top: 800px;
        right: -670px;
        opacity: .6;
    }
}

@media screen and (min-width: 992px) {
    .icw.style-g7  .d-flex-card {
        gap: 128px;
    }

    .icw.style-g7  .card-apply {
        max-width: 341px;
        margin-right: 83px;
    }
}

.overlay-more {
    position: absolute;
    bottom: 122px;
    left: 0;
    width: 100%;
    pointer-events: none;
    /* ลบ height และ background ออก */
}

.overlay-more::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.02) 10%,
        rgba(255, 255, 255, 0.08) 25%,
        rgba(255, 255, 255, 0.2) 45%,
        rgba(255, 255, 255, 0.4) 65%,
        rgba(255, 255, 255, 0.7) 80%,
        rgba(255, 255, 255, 0.9) 90%,
        #FFFFFF 100%
    );
    pointer-events: none;
}

.overlay-more-img {
    width: 0px;
    height: 0px;
    margin: auto;
    z-index: 20;
    position: relative;
}

/* ######### start popup G7 ######## */

.kcc.popup-revise.popup-ccpromo-card.mfp-bg.mfp-ready {
    z-index: 100001 !important;
}

.kcc.popup-revise.popup-ccpromo-card.mfp-wrap {
    z-index: 100002 !important;
}

.kcc.popup-revise.popup-ccpromo-card .mfp-container {
    width: 100% !important;
}

.kcc.popup-revise.popup-ccpromo-card .mfp-container:before {
    content: none;
}

.kcc.popup-revise.popup-ccpromo-card .mfp-content .mfp-close {
    top: 10px !important;
}

.kcc.popup-revise.popup-ccpromo-card .mfp-content {
    display: flex;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    padding: 50px 24px;
    background-color: transparent;
}

.kcc.popup-revise.popup-ccpromo-card .main-container {
    margin: 0;
}

.kcc.popup-revise.popup-ccpromo-card .inner {
    overflow: hidden;
    padding: 72px 16px 16px 16px;
}

@media screen and (min-width: 992px) {
    .kcc.popup-revise.popup-ccpromo-card .inner {
        padding: 48px;
    }
}

.icw.popup-card-g7 {
    position: relative;
    background-color: var(--cr-light);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
}


.icw.popup-card-g7 .container-popup-content .popup-content {
    max-height: calc(100vh - 212px);
    overflow: auto;
    padding: 48px 16px 0;
}

.icw.popup-card-g7 .container-popup-content .popup-content::-webkit-scrollbar {
    width: 8px;
}

.icw.popup-card-g7 .container-popup-content .popup-content::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0);
}

.icw.popup-card-g7 .container-popup-content .popup-content::-webkit-scrollbar-thumb {
    background: #00A94F;
    border-radius: 8px;
}

.icw.popup-card-g7 .container-popup-content .row-card {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 904px;
    margin: 0 auto;
    padding-top: 8px;
}

.icw.popup-card-g7 .container-popup-content .col-card {
    width: calc(50% - 8px);
}

.icw.popup-card-g7 .container-popup-content .item-card {
    display: flex;
    margin-top: 16px;
}

.icw.popup-card-g7 .container-popup-content .item-card .img-card {
    width: 76px;
    margin: 0;
}

.icw.popup-card-g7 .container-popup-content .item-card .img-card img {
    width: 100%;
    height: auto;
}

.icw.popup-card-g7 .container-popup-content .item-card .img-card img.card-v {
    height: 74px;
    object-fit: contain;
}

.icw.popup-card-g7 .container-popup-content .item-card .detail-card {
    width: calc(100% - 76px);
    padding-left: 16px;
}

.icw.popup-card-g7 .wrapper-apply-ccpromo {
    padding: 24px 16px 48px;
    background-color: #FFF !important;
}

.icw.popup-card-g7 .btn-apply-ccpromo {
    display: inline-block;
    vertical-align: initial;
    text-align: center;
    text-decoration: none;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 8px !important;
    color: #fff;
    cursor: pointer;
    background: #00A850;
    font-size: 16px;
    font-weight: 600;
    right: 0 !important;
    position: relative;
    top: 0 !important;
    width: 100%;
    max-width: 200px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.icw.popup-card-g7 .btn-apply-ccpromo:hover {
    background-color: #0BC160;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .kcc.popup-revise.popup-ccpromo-card .mfp-content .mfp-close {
        top: 16px !important;
        right: 16px !important;
    }

    .icw.popup-card-g7 .container-popup-content .popup-content {
        padding-top: 72px;
        max-height: calc(100vh - 172px);
        max-height: calc(100dvh - 172px);
    }

    .icw.popup-card-g7 .container-popup-content .row-card {
        display: block;
    }

    .icw.popup-card-g7 .container-popup-content .col-card {
        width: 100%;
    }

    .icw.popup-card-g7 .wrapper-apply-ccpromo {
        padding: 16px;
    }
}

/* ######### end popup G7 ######## */