<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-main {
    overflow: hidden;
}

.kcc h1,
.kcc h2,
.kcc h3,
.kcc h4,
.kcc h5,
.kcc h6,
.kcc .h1,
.kcc .h2,
.kcc .h3,
.kcc .h4,
.kcc .h5,
.kcc .h6,
.kcc strong,
.kcc a {
    font-family: "kurious-looped";
    font-weight: 600;
}

/* @media (min-width: 1200px) {
    .container {
        width: 1240px !important;
    }
} */

/*########### loading ###########*/
.load-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*width: 100%;
    height: 100%;*/
    z-index: 100000;
    background: white;
}

.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    border: 8px solid #ccc;
    border-radius: 50%;
    border-top: 8px solid #00a950;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inactive {
    display: none !important;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*########### end loading ###########*/

/*########### sc-floating-apply ###########*/
.sc-floating-apply {
    padding: 10px 0;
    font-family: "kurious-looped";
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    /* top: 60px;
    z-index: 999; */
    display: none;
    top: 80px;
}

.sc-floating-apply .nav {
    display: block;
    width: 100%;
}


.sc-floating-apply .nav-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.header-top::before {
    opacity: 1;
    background: #00a850;
    background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
    background-size: 100% auto;
}

.sc-floating-apply .nav-heading {
    color: #00a94f;
    font-family: "kurious-looped";
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: left;
}

.icw .btn {
    width: 200px;
    height: 45px;
    border-radius: 25px;
    font-family: "kurious-looped";
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    padding: 0;
    background-color: #405260;
    position: relative;
}

.icw .btn:hover {
    background-color: #4D5E6C;
}

.icw .btn.btn-green-gradient {
    border: 0;
    background-image: linear-gradient(98deg, #00a850 0%, #61d699 100%);
    background: #09A94E;
}

.icw .btn.btn-green-gradient:hover {
    background-image: linear-gradient(98deg, #00BF5B 0%, #6DE6A7 100%);
    background: #009445;
}

.icw .sc-apply-mb {
    padding: 13px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
}

.icw .sc-apply-mb .action a {
    display: block;
    width: 100%;
}

@media screen and (min-width:1199px) {
    .sc-floating-apply {
        top: 80px;
    }
}

@media screen and (min-width: 1025px) {
    .sc-floating-apply {
        display: block;
    }

    .sc-floating-apply .nav {
        display: flex;
        justify-content: space-between;
        width: auto;
        align-items: center;
    }

    .sc-floating-apply .nav-name {
        padding: 0;
    }

    .sc-floating-apply .nav-name li {
        padding: 0 15px;
    }

    .sc-floating-apply .nav-name li:last-child {
        padding-right: 0;
    }

    .sc-floating-apply .nav-name li:first-child {
        padding-left: 0;
    }
}

/*########### end sc-floating-apply ###########*/

/*########### sc-fixed-menu ###########*/
.icw .sc-fixed-menu {
    background-color: #fafafa;
    padding: 20px 0;
    position: sticky;
    top: 60px;
    z-index: 2;
}

.icw .sc-fixed-menu .nav-name {
    display: flex;
    justify-content: space-around;
}

.icw .sc-fixed-menu .nav-name li a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icw .sc-fixed-menu .nav-name li a:hover, .icw .sc-fixed-menu .nav-name li a.active {
    color: #00a94f;
}

.icw .sc-fixed-menu .nav-name li a i {
    margin-bottom: 5px;
}

.icw .sc-fixed-menu .nav-name li a:hover i,.icw .sc-fixed-menu .nav-name li a.active i {
    filter: invert(38%) sepia(68%) saturate(4242%) hue-rotate(133deg) brightness(102%) contrast(101%);
}

.icw .sc-fixed-menu .nav-name li:last-child {
    padding-right: 0;
}

.icw .sc-fixed-menu .btn_apply {
    display: none;
}

@media screen and (min-width:768px) {
    .icw .sc-fixed-menu {
        padding: 15px 0;
    }

    .icw .sc-fixed-menu .nav-name li a {
        flex-direction: row;
    }

    .icw .sc-fixed-menu .nav-name li a i {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .icw .sc-fixed-menu .nav-name {
        justify-content: center;
    }

    .icw .sc-fixed-menu .nav-name li {
        padding-right: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .icw .sc-fixed-menu {
        top: 80px;
    }
    .icw .sc-fixed-menu .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icw .sc-fixed-menu .btn_apply.active {
        border-left: 1px solid #EBEBEB;
        margin-left: 30px;
        padding-left: 30px;
        display: block;
    }
}
/*########### end sc-fixed-menu ###########*/

/*########### section-select ###########*/
.section-select {
    background-image: linear-gradient(101deg, #374855 0%, #1b242b 100%);
    padding: 40px 0 50px;
    margin-top: 0;
    position: relative;
}

.icw .heading .title {
    color: #333;
    font-family: "kurious-looped";
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.icw .section-select .heading .sub-title img {
    max-width: 97px;
    width: 25%;
    position: relative;
    top: -5px;
    margin-left: 7px;
}

.icw .section-select .heading .sub-title {
    color: #00a94f;
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.back-to-top {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 25px;
    width: 50px;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.show {
    opacity: 1;
}

@media screen and (min-width: 1024px) {
    .icw .heading .title {
        font-size: 35px;
        margin-bottom: 35px;
        line-height: 29px;
    }

    .section-select .heading .sub-title {
        font-size: 24px;
    }
    .icw .section-select .heading .sub-title img {
        width: 100%;
    }
    .section-select {
        margin-top: 0;
    }
}

@media screen and (min-width:1199px) {
    .section-select {
        padding: 50px 0;
        margin-top: 0;
    }
}

/*########### end section-select ###########*/

/*########### select ###########*/

.icw .select-cards .dd {
    max-width: 520px !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.icw .select-cards .dd.borderRadius .ddTitle, .icw .select-cards .dd .ddTitle .ddTitleText {
    height: 50px;
    display: flex;
    align-items: center;
    border-top: 0;
}

.icw .select-cards .dd .ddChild li img {
    border-radius: 3px;
}

.icw .select-cards .dd .ddChild {
    height: 256px !important;
}

.icw .select-cards .dd.borderRadiusTp .ddTitle {
    border-radius: 25px;
    height: 50px;
    border-top: 0;
}

.icw .select-cards .dd .ddTitleText .ddlabel.valid {
    color: #333;
}

.icw .select-cards .dd .ddTitleText .ddlabel {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    font-weight: 500;
    font-family: "kurious-looped", sans-serif;
}

.icw .select-cards .dd .ddChild li .ddlabel {
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
    font-weight: 500;
    font-family: "kurious-looped";
}

.icw .select-cards .dd .ddChild li.hover .ddlabel {
    font-weight: 600;
}

.icw .select-cards .dd .ddChild li.hover {
    background-color: rgb(0, 169, 79, 0.102);
}

.icw .select-cards .dd .ddChild {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    margin-top: 10px;
}

.icw .select-cards .dd .ddTitle .ddTitleText img {
    margin-top: 0;
}

.icw .select-cards .dd .ddTitle .ddTitleText {
    padding: 0;
    padding-left: 5px;
}

.icw .select-cards .dd .ddChild img[src$='debit-card_linebk.png'],
.icw .select-cards .dd .ddTitle .ddTitleText img[src$='debit-card_linebk.png'] {
    width: 25px;
    margin-left: 7px;
    margin-right: 17px;
}

.icw .select-cards .dd .disabled {
    display: none !important;
}

.icw .ddTitle .ddArrow::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 173%;
    margin-top: 1px;
    width: 8px;
    height: 8px;
    border-right: 3px solid #00a94f;
    border-bottom: 3px solid #00a94f;
    transform: rotate(45deg) translateY(-50%);
}

.icw .borderRadiusTp .ddTitle .ddArrow::after {
    top: 20%;
    right: 145%;
    transform: rotate(-135deg) translateY(-50%);
}

/* scrollbar */
.icw .select-cards ::-webkit-scrollbar {
    width: 3px;
}
  
/* Track */
.icw .select-cards ::-webkit-scrollbar-track {
    border-radius: 2px;
}

/* Handle */
.icw .select-cards ::-webkit-scrollbar-thumb {
    background: #00a94f;
    border-radius: 2px;
}

/* Handle on hover */
.icw .select-cards ::-webkit-scrollbar-thumb:hover {
    background: #009445; 
}

.icw .select-cards .ddChild {
    position: absolute;
    display: block;
    right: 90px;
    overflow-y: scroll;
}
/*########### end select ###########*/

/*########## section-privilege ##########*/
.icw .section-privilege {
    padding: 90px 0 50px;
}

.icw .section-privilege .logo img {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icw .section-privilege .sc-promotion {
    padding: 75px 20px 20px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 80px;
}

.icw .section-privilege .sc-promotion:last-child {
    margin-bottom: 0;
}

.icw .section-privilege .sc-promotion .heading .title {
    font-size: 20px;
    line-height: 29px;
    color: #00a94f;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.icw .section-privilege .sc-promotion .heading .sub {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.icw .section-privilege .sc-promotion .promotion {
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    background-color: #fafafa;
    margin: 0 10px 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.icw .section-privilege .sc-promotion .promotion .img-card {
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.icw .section-privilege .sc-promotion .promotion .img-card img {
    max-width: 224px;
    width: 100%;
}

.icw .section-privilege .sc-promotion .detail {
    display: block;
    width: auto;
}

.icw .section-privilege .sc-promotion .detail .caption {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    padding: 20px 15px 15px;
}

.icw .section-privilege .sc-promotion .detail .caption .heading {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.icw .section-privilege .sc-shopping {
    background-color: rgb(26, 177, 94, 0.15);
}

.icw .section-privilege .sc-food {
    background-color: rgb(84, 185, 172, 0.15);
}

.icw .section-privilege .sc-entertainment {
    background-color: rgb(233, 105, 125, 0.15);
}

.icw .section-privilege .sc-other {
    background-color: rgb(151, 121, 186, 0.15);
}

@media screen and (min-width:768px) {
    .icw .section-privilege .sc-promotion .promotion {
        width: calc(91% / 2);
    }

    .icw .section-privilege {
        padding: 100px 0 50px;
    }

    .icw .section-privilege .sc-promotion {
        margin-bottom: 90px;
    }

    .icw .section-privilege .sc-promotion .heading .title {
        font-size: 24px;
    }

    .icw .section-privilege .sc-promotion .heading .sub {
        font-size: 20px;
    }

    .icw .section-privilege .sc-promotion .detail {
        display: flex;
        flex-flow: row wrap;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .icw .section-privilege .sc-promotion .promotion {
        min-width: 320px;
    }
    .section-privilege .sc-promotion .detail .slick-track.w-auto {
        width: auto !important;
    }
}

@media screen and (min-width:1199px) {
    .icw .section-privilege .sc-promotion .promotion {
        width: calc(92% / 4);
    }
}
/*########## end section-privilege ##########*/

/*########### card ###########*/
.icw .link {
    color: #00a94f;
    text-decoration: none;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
}

.icw .link:hover {
    text-decoration: underline;
}

.promotion-content .link {
    font-weight: 500;
    font-family: "kurious-looped";
}

.icw .link.w-normal {
    font-weight: 400;
}

.icw .more::after {
    content: '';
    position: absolute;
    top: 49%;
    right: -15px;
    margin-top: 1px;
    width: 8px;
    height: 8px;
    border-right: 3px solid #00a94f;
    border-bottom: 3px solid #00a94f;
    transform: rotate(-45deg) translateY(-50%);
}

.section-product {
    background-image: linear-gradient(115deg, #00a850 0%, #61d699 100%);
    padding: 50px 0;
}

.section-product .cards .card .caption .heading {
    color: #333333;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

.section-product .cards .card .caption .product {
    font-family: "kurious-looped";
    color: #00a94f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}

.section-product .cards .card {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 10px 30px;
    overflow: hidden;
    position: relative;
}

.icw .slick-arrow {
    border-radius: 25px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    top: 45%;
    font-size: 0;
    position: absolute;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
}

.icw .slick-arrow.slick-disabled {
    opacity: 0.3;
}

.icw .slick-arrow:before {
    content: '';
    border-top: 3px solid #09A94E;
    border-left: 3px solid #09A94E;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    left: -2px;
    bottom: 0;
    margin: auto;
}

.icw .slick-arrow.slick-prev {
    left: -10px;
    z-index: 1;
}

.icw .slick-arrow.slick-prev:before {
    transform: rotate(-45deg);
    right: -2px;
    left: 0;
}

.icw .slick-arrow.slick-next {
    right: -10px;
    z-index: 1;
}


.icw .slick-arrow.slick-next:before {
    transform: rotate(135deg);
    left: -2px;
    right: 0;
}

.slick-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}

.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-slider .slick-dots li.slick-active button {
    background: #fff;
}

.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    width: 22px;
    height: 4px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.section-privilege .slick-slider .slick-dots li.slick-active button {
    background: #00a94f;
}

.section-privilege .slick-slider .slick-dots li button {
    background: rgba(101, 120, 134, 0.3);
}

.section-product .cards {
    /* width: calc(100% / 3); */
    display: block;
    width: 100%;
}

.section-product .cards .img-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    padding: 0;
}

.section-product .cards .img-card img {
    max-width: 220px;
    width: 100%;
}

.section-product .cards .img-card.k-line img {
    max-width: 140px;
    width: 100%;
}

.section-product .cards .img-card.k-my {
    background-color: #def4c3;
}

.section-product .cards .img-card.k-max {
    background-color: #52866d;
}

.section-product .cards .img-card.k-debit {
    background-color: #b5efd3;
}

.section-product .cards .img-card.k-journey {
    background-color: #31988a;
}

.section-product .cards .img-card.k-online {
    background: linear-gradient(-57deg, #d3ffeb 0%, #75ded2 100%);
}

.section-product .cards .img-card.k-mangmoom {
    background-image: linear-gradient(124deg, #2c4546 0%, #396464 100%);
}

.section-product .cards .img-card.k-union {
    background-color: #de6862;
}

.section-product .cards .img-card.k-line {
    background-color: #93daff;
}

.section-product .cards .img-card.k-basic {
    background: linear-gradient(123deg, #bfe2ac 0%, #f4fded 100%);
}

.section-product .cards .card .caption {
    padding: 15px 20px 20px;
    height: 165px;
}

.section-product .all-card {
    display: block;
    margin: 0 auto;
}

.section-product .all-card .card-icon {
    max-width: 225px;
    width: 100%;
    margin: 30px auto 20px;
}

.section-product .all-card .text {
    color: #333333;
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: center;
}

.section-product .all-card .text .more-card {
    margin-bottom: 15px;
}

.icw .section-product .all-card .text .action .btn.more::after {
    right: 40px;
    border-color: #fff;
}

.section-product .cards .card .caption .heading&gt;a.title-link:hover {
    background-position: 0;
}

.section-product .cards .card .caption .heading&gt;a.title-link {
    height: 52px;
    position: relative;
    color: #333;
    background-image: linear-gradient(to right, #00a94f, #00a94f 50%, rgb(51 51 51 / 95%) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-product .cards .img-card .img-thumb img {
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100%;
}

.section-product .cards .img-card .img-thumb:hover img {
    transform: scale(1.1);
}

@media screen and (min-width:767px) {
    .section-product .cards .card .caption {
        padding: 20px;
    }

    .section-product .cards .card .caption .product {
        line-height: 18px;
    }

    .section-product .cards .card .caption .heading {
        font-size: 20px;
        line-height: 26px;
        min-height: 55px;
    }

    .section-product .cards {
        display: flex;
        flex-flow: row wrap;
        /* justify-content: space-between; */
        width: auto;
        margin: 0 -5px;
    }

    .section-product .cards .card {
        width: calc(97% / 2);
        margin: 0 5px 25px;
    }

    .section-product .all-card .text {
        font-size: 24px;
    }

    .section-product .all-card .text .more-card {
        margin-bottom: 20px;
    }

    .section-product .all-card {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }

    .section-product .all-card .card-icon {
        margin: 0 40px 0 0;
    }
}

@media screen and (min-width:1199px) {
    .section-product .cards .card {
        width: calc(95% / 3);
        margin: 0 10px 40px;
    }

    .section-product .cards {
        margin: 0 -10px;
    }
}

@media screen and (max-width:767px) {
    .section-product .cards .card .caption .heading {
        height: auto !important;
    }
}

/*########### end card ###########*/

/*########### apply ###########*/
.sc-apply {
    padding: 50px 0;
}

.sc-apply .heading .title {
    margin-bottom: 0;
}

.sc-apply .wrapper-debit {
    border-radius: 10px;
    margin-bottom: 30px;
}

.sc-apply .row:first-child .wrapper-debit {
    margin-bottom: 0;
}

.sc-apply .wrapper-debit .inner {
    border-radius: 10px;
    background-image: linear-gradient(180deg, #555555 0%, #333333 100%);
    padding: 10px 30px 30px;
}

.sc-apply .wrapper-debit .inner&gt;img {
    margin-top: -60px;
}

.sc-apply .wrapper-debit .inner .t-apply {
    color: #ffffff;
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.sc-apply .row:last-child .wrapper-debit .inner .t-apply {
    margin-bottom: 10px;
}

.sc-apply .wrapper-debit .inner .sub-apply {
    color: #ffffff;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sc-apply .wrapper-debit .inner.inner-d-flex {
    display: block;
    padding: 30px;
}

.sc-apply .wrapper-debit .inner.inner-d-flex&gt;img {
    margin-top: -80px;
    margin-bottom: 20px;
}

.sc-apply .wrapper-debit {
    margin: 80px auto;
}

.sc-apply .wrapper-debit.branch {
    margin: 0 auto;
}

.icw .btn .icon-more {
    margin-left: 10px;
    border-radius: 25px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.icw .btn .icon-more:before {
    content: '';
    border-top: 2px solid #09A94E;
    border-left: 2px solid #09A94E;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    left: -2px;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.icw .sc-apply .btn {
    width: 240px;
}

@media screen and (min-width:767px) {
    .sc-apply .wrapper-debit {
        width: 450px;
    }
}

@media screen and (min-width:991px) {
    .sc-apply .wrapper-debit .inner.inner-d-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .sc-apply .wrapper-debit .inner.inner-d-flex&gt;img {
        margin-top: 0;
        margin: 30px;
        margin-left: -10px;
        margin-right: 50px;
    }

    .sc-apply .wrapper-debit {
        margin: 0 auto 30px;
        width: auto;
    }

    .sc-apply .heading .title {
        margin-bottom: 90px;
    }

    /* .sc-apply .wrapper-debit .inner .t-apply {
        margin-bottom: 45px;
    } */
}

/*########### end apply ###########*/

/*########### bottom bar ###########*/
.sc-bottom-bars {
    background-color: #fff;
}

.bottom-bars {
    background-color: #fff;
    width: 100%;
    height: 65px;
    line-height: 65px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.bottom-bars .list {
    width: 33.3333333%;
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
}

.bottom-bars .list:last-child {
    border-right: 0;
}

.bottom-bars .list a {
    color: #333333;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
}

.bottom-bars .list a:hover {
    color: #333;
}

.bottom-bars .list a .ic {
    color: #00A850;
    font-size: 25px;
    margin-right: 8px;
    position: relative;
    bottom: 4px;
}

/*########### end bottom bar ###########*/

/*########### icon ###########*/
.icon-tab::after {
    content: '';
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    filter: invert(38%) sepia(68%) saturate(4242%) hue-rotate(133deg) brightness(102%) contrast(101%);
}

.icon-recommend::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/tab-icon/debit_icon-recommend.svg) no-repeat;
}

.icon-shopping::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/tab-icon/debit_icon-shopping.svg) no-repeat;
}

.icon-insurance::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/tab-icon/debit_icon-insurance.svg) no-repeat;
}

.icon-travel::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/tab-icon/debit_icon-travel.svg) no-repeat;
}

.icon-other::after {
    content: '';
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/tab-icon/debit_icon-other.svg) no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(38%) sepia(68%) saturate(4242%) hue-rotate(133deg) brightness(102%) contrast(101%);
}

.icon-promo-entertainment::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/privilege/debit_promotion-icon-entertainment.svg) no-repeat;
}

.icon-promo-food::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/privilege/debit_promotion-icon-food.svg) no-repeat;
}

.icon-promo-shopping::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/privilege/debit_promotion-icon-shopping.svg) no-repeat;
}

.icon-promo-other::after {
    background: url(../../../../SiteCollectionDocuments/personal/debitcard/img/privilege/debit_promotion-icon-voucher.svg) no-repeat;
}

.icon-menu::after {
    content: '';
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    filter: invert(71%) sepia(0%) saturate(1118%) hue-rotate(155deg) brightness(87%) contrast(84%);
}

/*########### end icon ###########*/

/*########### promotion-list ###########*/
.section-product .cards .card .promotion-list {
    position: absolute;
    top: 10px;
    right: 10px;
}

.section-product .cards .card .promotion-list li {
    background-color: #fff;
    padding: 6px 7px 8px;
    border-radius: 25px;
    margin-bottom: 10px;
}

@media screen and (min-width:767px) {
    .section-product .cards .card .promotion-list {
        top: 20px;
        right: 20px;
    }
}

/*########### end promotion-list ###########*/

/*########### popup ###########*/
.icw.popup-open .mfp-container {
    padding: 0 15px;
}

.icw.popup-open .mfp-content {
    max-width: 100%;
}

.icw.popup-open .mfp-content {
    padding: 50px 0;
    max-height: inherit;
    max-width: 1200px;
    background: transparent;
}

.icw.popup-open .mfp-content&gt;div {
    background: white;
}

.icw.popup-open .mfp-content .mfp-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #00A950;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 35px !important;
    right: -13px !important;
    z-index: 1;
    opacity: 1;
}

.icw.popup-open .mfp-content .mfp-close:after {
    content: '\e921';
    font-family: iconkcc;
    font-size: 0.8em;
}

.icw.popup-open .mfp-content .sc-container {
    padding: 15px 20px 30px;
}

.icw.popup-open .mfp-content .promo-logo {
    display: block;
    margin: 0 auto;
}

.icw.popup-open .mfp-content .promo-logo img {
    max-width: 280px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.icw.popup-open .mfp-content .promotion-content .title {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    margin: 20px 0 10px;
    font-family: "kurious-looped";
}

.icw.popup-open .mfp-content .promotion-content .title.mt-0 {
    margin-top: 0;
}

.icw.popup-open .mfp-content .promotion-content .mtb-20 {
    margin: 20px 0;
}

.icw.popup-open .mfp-content .promotion-content ul {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

.icw.popup-open .mfp-content .promotion-content ul li {
    list-style: disc;
}

.icw.popup-open .mfp-content .promotion-content ol li {
    list-style: decimal;
}

.icw.popup-open .mfp-content .promotion-content li ul,
.icw.popup-open .mfp-content .promotion-content li ol {
    padding-left: 30px;
}

.icw.popup-open .mfp-content .promotion-content .d-flex {
    display: block;
}

.icw.popup-open .mfp-content .promotion-content .d-flex img {
    width: 100%;
    margin-top: 20px;
}


@media screen and (min-width:767px) {
    .icw.popup-open .mfp-content .sc-container {
        padding: 40px 20px 60px;
    }

    .icw.popup-open .mfp-content .promotion-content .d-flex {
        display: flex;
        gap: 30px;
    }

    .icw.popup-open .mfp-content .promotion-content .d-flex img {
        width: 40%;
        margin-top: 0;
    }
}

.inactive {
    display: none !important;
}

.h-72 {
    min-height: auto !important;
}

@media screen and (min-width:1024px) {
    .h-72 {
        min-height: 72px !important;
    }
}
/*########### end popup ###########*/

/* @media screen and (min-width:1199px) {
    .sc-floating-apply {
        top: 70px;
        transition: .3s ease-in-out;
    }
    .sc-floating-apply.top {
        top: 110px;
        transition: .3s ease-in-out;
    }
} */




/* #######################################EN############################################### */
.icw .select-cards.select-cards-en .dd .ddChild{
    z-index: 1111 !important;
    height: 190px !important;
}

.icw .sc-apply.sc-apply-en p.f-w{
    font-weight: 400;
}

.icw .sc-apply.sc-apply-en h3.t-apply &gt; strong{
    font-weight: 600;
}
/* #######################################EN############################################### */</pre></body></html>