<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
    --cr-light: #FFFFFF;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap{white-space: nowrap;}
.icw .text-light{color: var(--cr-light) !important;}
.icw .text-dark{color: var(--cr-dark) !important;}
.icw .text-green{color: var(--cr-green) !important;}
.icw .text-gray{color: var(--cr-gray) !important;}
.icw .text-red{color: var(--cr-red) !important;}

.icw .main {font-style: normal; font-weight: 500; color: var(--cr-gray); font-family: kurious;}
.icw .main strong{font-weight: 700;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6{margin: 0 0 0.6em;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6,
.icw h1 strong,.icw h2 strong,.icw h3 strong,.icw h4 strong,.icw h5 strong,.icw h6 strong,
.icw .h1 strong,.icw .h2 strong,.icw .h3 strong,.icw .h4 strong,.icw .h5 strong,.icw .h6 strong{font-family: 'kurious'; margin: 0;}

.icw h1,.icw .h1 {font-weight: 500; line-height: 1.3em;}
.icw h1 strong,.icw .h1 strong{font-weight: 700;}
.icw h2,.icw .h2 {font-weight: 500; line-height: 1.4em;}
.icw h2 strong,.icw .h2 strong{font-weight: 700;}
.icw h3,.icw .h3 { font-weight: 500; line-height: 1.3em;}
.icw h3 strong,.icw .h3 strong{font-weight: 700;}
.icw h4,.icw .h4 { font-weight: 500; line-height: 1.4em;}
.icw h4 strong,.icw .h4 strong{font-weight: 700;}
.icw h5,.icw .h5 { font-weight: 500; line-height: 1.5em;}
.icw h5 strong,.icw .h5 strong{font-weight: 700;}
.icw h6,.icw .h6 { font-weight: 500; line-height: 1.5em;}
.icw h6 strong,.icw .h6 strong{font-weight: 700;}

.icw p{margin: 0 0 0.6em; line-height: 1.2em;}
.icw p{font-family: "kurious"; font-size: 16px; }
.icw p strong{font-weight: 700;}

.icw p.desc {font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin: 0;}
.icw p.desc strong{font-weight: 600;}

.icw .caption{font-family: 'kurious-looped'; font-size: 13px; font-weight: 500; line-height: 1.5em;}
.icw .caption strong{font-weight: 600;}

.icw a.link{font-family: 'kurious-looped'; font-weight: 600; color: var(--cr-green); text-decoration: underline;}

@media screen and (min-width: 200px) {
    .icw h1,.icw .h1 {font-size: 28px; line-height: 1.4em;}
    .icw h2,.icw .h2 {font-size: 24px; line-height: 1.4em;}
    .icw h3,.icw .h3 {font-size: 20px; line-height: 1.4em;}
    .icw h4,.icw .h4 {font-size: 18px; line-height: 1.5em;}
    .icw h5,.icw .h5 {font-size: 16px; line-height: 1.5em;}
    .icw h6,.icw .h6 {font-size: 16px; line-height: 1.5em;}
}
@media screen and (min-width: 768px) {
    .icw h1,.icw .h1{font-size: 42px; line-height: 1.3em;}
    .icw h2,.icw .h2{font-size: 33px; line-height: 1.4em;}
    .icw h3,.icw .h3{font-size: 26px; line-height: 1.3em;}
    .icw h4,.icw .h4{font-size: 20px; line-height: 1.4em;}
    .icw h5,.icw .h5{font-size: 18px; line-height: 1.5em;}
    .icw h6,.icw .h6{font-size: 16px; line-height: 1.5em;}
}


/*============================== Hidden &amp; Visible ===============================*/
.show-w1199{display: none;}
.show-w991{display: none;}
.show-w767{display: none;}
.show-w414{display: none;}
.show-w375{display: none;}
.show-w360{display: none;}

@media (max-width: 1199px){
    .show-w1199{display: block;}
    .hide-w1199{display: none;}
}
@media (max-width: 991px){
    .show-w991{display: block;}
    .hide-w991{display: none;}
}
@media (max-width: 767px){
    .show-w767{display: block;}
    .hide-w767{display: none;}
}
@media (max-width: 414px){
    .show-w414{display: block;}
    .hide-w414{display: none;}
}
@media (max-width: 375px){
    .show-w375{display: block;}
    .hide-w375{display: none;}
}
@media (max-width: 360px){
    .show-w360{display: block;}
    .hide-w360{display: none;}
}


/*============================== LAYOUT ===============================*/
.icw .container:before,
.icw .container:after{content: ''; display: table; clear: both;}
.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md { margin-left: auto; margin-right: auto; padding-left: 16px;padding-right: 16px; width: 100%;}
.icw .container {max-width: 1172px;}
.icw .container-xs {max-width: 830px;}
.icw .container-sm {max-width: 930px;}
.icw .container-md {max-width: 1030px;}

.icw .a-left{text-align: left;}
.icw .a-center{text-align: center;}
.icw .a-right{text-align: right;}

.icw .row-0{margin: 0px;}
.icw .row-0 &gt; div{padding: 0px;}

.icw .row-20{margin: 0 -10px;}
.icw .row-20 &gt; div{padding: 0 10px;}

.icw .row-flex{display: flex; flex-wrap: wrap;}
.icw .row-flex.align-items-center{align-items: center;}
.icw .row-flex &gt; div{float: none;}
.icw .row-flex &gt; .col{ flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
.icw .row-flex &gt; .col-auto{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.icw .row-flex &gt; .col-12 {-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}
.icw .row-flex &gt; .col-6 {-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}

.icw .item-list{padding: 0; margin: 0; list-style: none;}
.icw .item-list:after{content: ''; display: table; clear: both;}
.icw .item-list &gt; li{float: left;}

.icw .section{position: relative;}
.icw .section .sc-inner{position: relative;}

@media screen and (min-width: 200px) {
    .section .sc-inner{padding: 48px 0;}
}
@media screen and (min-width: 768px) {
    .section .sc-inner{padding: 56px 0;}
}


/*============================== button ===============================*/
.icw .btn{padding: 0 32px; width: auto; min-width: 120px; font-family: 'kurious'; font-weight: 600; border: 0; font-size: 16px;height: 48px;
    background: transparent; color: var(--cr-gray); display: inline-flex; justify-content: center; align-items: center;
    text-align: center; border-radius: 8px; transition: var(--tsition); line-height: 1.5em; text-decoration: none;
    overflow: hidden; position: relative; z-index: +1; /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}
.icw .btn:hover,
.icw .btn:active:hover, 
.icw .btn.active:hover, 
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover{
    color: var(--cr-gray); background-color: transparent; outline: 0; outline-offset:0;
}

.icw .btn:before{content: ''; position: absolute; z-index: -1; top: 0; left: -100%; width: 100%; height: 100%; transition: var(--tsition); opacity: 0;}
.icw .btn:hover:before{left: 0; opacity: 1;}

.icw .btn.disabled,
.icw .btn.disabled:hover{color: var(--cr-gray); background-color: transparent; border-color: var(--cr-border); opacity: 0.5;}

.icw .btn.fluid{width: 100%; min-width: inherit;}

.icw .btn.btn-primary{background: var(--cr-green); color: var(--cr-light); transition: all .8s,color .3s .3s;}
.icw .btn.btn-primary:hover{background: var(--cr-green); color: var(--cr-light); border-color: var(--cr-green);}
.icw .btn.btn-primary:before{background-color: #0BC160;}

.icw .btn.btn-secondary{background: var(--cr-light); color: var(--cr-green);}
.icw .btn.btn-secondary:hover{background: var(--cr-light); color: var(--cr-light);}
.icw .btn.btn-secondary:before{background-color: var(--cr-green);}


/*============================== swiper ===============================*/
.swiper-button-next, 
.swiper-button-prev{position: absolute; top: 48%; box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1; font-size: 0; background-color: var(--cr-light); overflow: hidden; width: 40px; height: 40px;
    border-radius: 50%; transform: translate(0, -50%); display: flex; align-items: center;
}
.swiper-button-next{right:0px;} 
.swiper-button-prev{left:0px;}
.swiper-button-next:after, 
.swiper-button-prev:after {display: none;}
.swiper-button-next:before,
.swiper-button-prev:before { content: ''; display: inline-block;width: 10px;height: 10px; position: relative; top: 0;
    border-top: 2px solid #256D47; border-left: 2px solid #256D47; visibility: visible; 
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 2px;
}
.swiper-button-next:before { left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.swiper-horizontal&gt;.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction,
.swiper-pagination{text-align: center; margin: 0; padding-top: 32px; position: relative; bottom: 0;}
.swiper-pagination-bullet{font-size: 0; line-height: 0; margin: 0; padding: 0; cursor: pointer; margin: 0 4px; border: 1px solid #DDDDDD;
    outline: none;width: 8px; height: 8px; border-radius: 8px; background: var(--cr-light); opacity: 1; transition: var(--tsition);
}
.swiper-pagination-bullet-active{background: #00A94F; border-color: #00A94F; opacity: 1; width: 24px;}

@media screen and (max-width: 767px){
    .swiper-button-next, 
    .swiper-button-prev{width: 35px; height: 35px;}

    .swiper-pagination{padding-top: 24px;}
}


/*============================== tab ===============================*/
.tab-control{position: relative; position: relative; margin-bottom: 0px;}
.tab-control:before{content: ''; position: absolute; height: 2px; left: 0; bottom: 1px; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4; display: none;
}
.tab-control:after{content: ''; position: absolute; z-index: 3; top: 0; right: 24px; bottom: 0; width: 70px; display: none;
    background: linear-gradient(135deg, rgba(244,244,244,0) 50%, rgba(244,244,244,1) 90%); pointer-events: none;
}
.tab-control .timebar{position: absolute; z-index: 5; left: 0; bottom: 0px; height: 2px; 
    background-color: #BCBCBC; transition: 0ms ease-in-out; border-radius: 50px;
}
.tab {position: relative; z-index: 3; overflow: auto; margin-right: 0px; border-bottom: 0px solid var(--cr-border);}
.tab .control{display: block; flex-wrap: wrap; justify-content: space-between; width: auto; padding-right: 0px; text-align: center;}
.tab .control a {display: inline-flex; justify-content: center; align-items: center; line-height: 1.4; white-space: nowrap;
    font-weight: 600; font-size: 16px; color: #999;text-align: center; position: relative; z-index: 1; text-decoration: none;
    border-radius: 8px;outline: 1px solid #DDD; background: #FFF; padding: 8px 24px; margin: 6px 3px;
}
.tab .control a.active {color:var(--cr-green); font-weight: 600; pointer-events: none; outline-color:var(--cr-green);}
.tab .selector {position: absolute; border: 1px solid var(--cr-green); height: 100%; display: none;
    left: 0;bottom: 0;z-index: 2; border-radius: 8px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab.active{overflow: visible;}
.tab.active .control {display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -41px;
    position: relative; z-index: 1; top: 40px; padding: 15px 5px; background-color: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {display: inline-flex; height: auto; padding: 8px 32px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: #999;
}
.tab.active .control a.active {border-color: var(--cr-green); color: var(--cr-green);}

.action-dropdown{display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 32px;
    border-left: 1px solid #E5E5E5; align-items: center; justify-content: flex-end; display: none;
}
.action-dropdown .link{display: block; position: relative; width: 25px; height: 32px; font-size: 12px; line-height: 32px; text-align: right;}
.action-dropdown .link:before{content: ""; position: absolute; width: 12px; height: 12px; 
    transition: var(--tsition); transform: rotate(135deg); top: -10px; right: 0; bottom: 0; margin: auto;
    border-top: 1px solid var(--cr-green); border-right: 1px solid var(--cr-green);
}
.action-dropdown .link.active:before{transform: rotate(-45deg); top: 5px;}

.tab-dropdown{position: absolute; z-index: 2; top: 0px; left: 0; right: 0;  opacity: 0; visibility: hidden; transition: var(--tsition); display: none;}
.tab-dropdown.active{opacity: 1; visibility: visible; }
.tab-dropdown .txt{ font-weight: 700; font-size: 16px; color: var(--cr-dark); line-height: 32px;}

.tab-content {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {display: none;}
}
@media screen and (min-width: 768px){
    .tab .selector{display: block;}
    .tab-control{height: auto; display: flex; justify-content: center;}
    .tab-control:before{display: none;}
    .tab-control:after{display: none;}
    .tab{overflow: visible; margin-right: 0;}
    .tab .control{flex-wrap: wrap; margin: 0 auto; justify-content: center; padding-right: 0; width: auto; gap: 12px; display: flex;}
    .tab .control a {white-space: normal; margin: 0;}
    .tab .control a {color: #999; height: auto; padding: 8px 24px;border-radius: 8px; outline: 1px solid #DDD; background: #FFF;}
    /*.tab .control a span{display: block; border-bottom: 3px solid transparent; line-height: 42px; transition: var(--tsition);}*/
    .tab .control a.active {color:var(--cr-green); outline-color: #DDD;}
    /*.tab .control a.active span{border-block-color: var(--cr-green);}*/

    .action-dropdown{display: none;}
    .tab-dropdown{display: none;}
}
@media screen and (min-width: 992px){
    /*.tab .control{width: 800px;}
    .tab .control a {padding: 0 32px;}*/
}


/*############################ popup ###################################*/
@media screen and (min-width: 200px) {
    /* .mfp-bg, .mfp-wrap .mfp-content, .mfp-wrap .mfp-container {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    } */
    .mfp-wrap.mfp-ready .mfp-container {opacity: 1;}
    .mfp-wrap.mfp-ready .mfp-content {opacity: 1;visibility: visible;}

    .mfp-close-btn-in .mfp-close{width: 30px; height: 30px; background-color: var(--cr-green); color:var(--cr-light); top: 16px; right:16px;
        display: flex; align-items: center; justify-content: center; border-radius: 50%; opacity: 1; font-size: 0px; transition: var(--tsition);
    }
    .mfp-close-btn-in .mfp-close:before,
    .mfp-close-btn-in .mfp-close:after{content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
        width: 18px; height: 2px; background-color: var(--cr-light); margin: auto; transition: var(--tsition);
    }
    .mfp-close-btn-in .mfp-close:before{transform: rotate(45deg);}
    .mfp-close-btn-in .mfp-close:after{transform: rotate(-45deg);}
    .mfp-close-btn-in .mfp-close:active{top: -15px;}

}
@media screen and (min-width: 768px) {
    .mfp-close-btn-in .mfp-close{width: 40px; height: 40px; top: -20px; right: -10px;}
    .mfp-close-btn-in .mfp-close:active{top: -20px;}
    .mfp-close-btn-in .mfp-close:before,
    .mfp-close-btn-in .mfp-close:after{width: 24px;}

}
@media screen and (min-width: 992px) {
    .mfp-close-btn-in .mfp-close {right: -10px;}
}


/*============================== PAGE ===============================*/
@media screen and (min-width: 200px) {

    /*############################ sc-verification ###################################*/
    .sc-verification{background-image: url(../img/bg-section1.jpg); background-size: cover; overflow: visible; padding-top: 60px; margin-top: -60px;}
    .sc-verification .sc-inner{padding: 40px 0 24px;}
    .sc-verification .sc-heading{margin-bottom: 0px; text-align: center;}
    .sc-verification .sc-heading .logo{max-width: 280px; margin: 0 auto 16px;}
    .sc-verification .sc-heading .title{margin-bottom: 8px; line-height: 1.5em;}
    .sc-verification .sc-heading .desc{margin-bottom: 32px; line-height: 1.5em;}
    .sc-verification .sc-heading .s-desc{margin-bottom: 16px; line-height: 1.5em;}


    /*############################ sc-service ###################################*/
    .sc-service{position: relative; overflow: hidden;}
    .sc-service .bg{position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; margin: auto;}
    .sc-service .sc-inner{position: relative; z-index: 1; padding: 40px 0 0px;}
    .sc-service .sc-heading{margin-bottom: 0; text-align: left;}
    .sc-service .sc-heading .title{margin-bottom: 8px; line-height: 1.5em;color: var(--cr-light);}
    .sc-service .sc-heading .title .icon{position: relative;}
    .sc-service .sc-heading .title .icon + strong{margin-left: 0px}
    .sc-service .sc-heading .title strong + .icon{margin-left: 4px}
    .sc-service .sc-heading .desc{margin-bottom: 0px; color: var(--cr-light);}
    .sc-service .sc-heading .caption{margin-bottom: 0px; color: rgba(255, 255, 255, 0.80); margin-top: 8px; line-height: 1.53em;}
    .sc-service .sc-heading .action{padding-top: 32px;}
    .sc-service .sc-heading .action .link{ font-family: 'kurious'; font-weight: 600; color: var(--cr-light); position: relative;}
    .sc-service .sc-heading .action .link{display: table;}
    .sc-service .sc-heading .action .link + .link{margin-top: 16px;}
    .sc-service .sc-heading .action br{display: none;}
    .sc-service .sc-heading .action br + .link{margin-top: 16px;}
    .sc-service .sc-image{padding-top: 32px; margin: 0 -16px;}

    .sc-service.k-esavings{background: linear-gradient(180deg, #19564C 0%, #02AC88 100%);}
    .sc-service.k-esavings .sc-heading .title .icon{height: 35px; top: -2px}
    .sc-service.k-esavings .bg{top: 30px; max-width: 90%;}

    .sc-service.youtrip{background: #653AA6;}
    .sc-service.youtrip .sc-heading .title .icon{height: 40px; top: -2px}
    .sc-service.youtrip .bg{top: 30px; max-width: 90%;}

    .sc-service.kbiz .sc-heading .title .icon{height: 40px; top: -2px}
    .sc-service.kbiz .bg{top: 10px; max-width: 90%; mix-blend-mode: color-dodge;}
   .sc-service.kbiz{background: linear-gradient(180deg, rgba(38, 177, 95, 1) 0%, rgba(109, 207, 150, 1) 100%);}
  
    .sc-service.line-bk{background: #00D013;}
    .sc-service.line-bk .sc-heading .title .icon{height: 30px; top: -3px}
    .sc-service.line-bk .bg{top: 30px; max-width: 90%;}

    .sc-service.blueconnect{background: linear-gradient(180deg, #188AC4 0%, #1C3861 100%);}
    .sc-service.blueconnect .sc-heading .title .icon{height: 30px; top: -3px}
    .sc-service.blueconnect .bg{top: 30px; max-width: 90%;}

    .sc-service.make-by-kbank{background: url(../img/bg-MAKE-by-KBank.jpg) no-repeat bottom center; background-size: cover;}
    .sc-service.make-by-kbank .sc-heading .title .icon{height: 34px; top: -4px}
    .sc-service.make-by-kbank .bg{top: 30px; max-width: 90%; mix-blend-mode: color-dodge;}


    /*############################ sc-k-check-id ###################################*/
    .sc-k-check-id{background-image: url(../img/bg-section3.jpg); background-size: cover; overflow: visible;}
    .sc-k-check-id .sc-inner{padding: 40px 0 56px;}
    .sc-k-check-id .sc-heading{margin-bottom: 24px; text-align: center;}
    .sc-k-check-id .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-k-check-id .sc-heading .desc{margin-top: 8px; line-height: 1.5em;}
    .sc-k-check-id .sc-content{position: relative;}
    .sc-k-check-id .sc-content .action{position: absolute; left: 36px; bottom: 16px; right: 36px;}
    .sc-k-check-id .sc-content .action .btn{width: 100%;}


    /*############################ bg-group ###################################*/
    .bg-group{background-color: var(--cr-light); opacity: 0; height: 0; visibility: hidden; padding: 0; overflow: hidden; transition: var(--tsition);}
    .bg-group.active {opacity: 1;height: auto; visibility: visible; padding: 48px 0;}


    /*############################ sc-k-esavings ###################################*/
    .sc-k-esavings{position: relative; overflow: hidden;}
    .sc-k-esavings .h-title{margin-bottom: 32px; text-align: center; color: var(--cr-dark);}
    .sc-k-esavings .sc-heading{margin-bottom: 40px; padding: 48px 16px; border-radius: var(--radius);
        background-image: url(../img/bg-k-esavings-account.png), linear-gradient(180deg, #26B15F 0%, #6DCF96 100%); background-blend-mode: multiply;
        background-size: cover; background-repeat: no-repeat; background-position: bottom;
    }
    .sc-k-esavings .sc-heading .thumb{margin-bottom: 48px;}
    .sc-k-esavings .sc-heading .title{margin-bottom: 16px; line-height: 1.5em;}
    .sc-k-esavings .sc-heading .desc{margin-bottom: 0px; line-height: 1.5em; font-size: 16px; font-family: 'kurious'; font-weight: 500;}
    .sc-k-esavings .sc-heading ol{margin: 0 0 0 20px; padding: 0; text-align: left;}
    .sc-k-esavings .sc-heading ol &gt; li{width: 100%; line-height: 1.5em; font-size: 16px; font-family: 'kurious'; font-weight: 500;}
    .sc-k-esavings .sc-heading .action{padding-top: 16px;}
    .sc-k-esavings .sc-heading .action .link{color: var(--cr-light);}
    .sc-k-esavings .sc-content{overflow: hidden; padding: 14px 14px 0; border-radius: var(--radius); background-color: #F5FEF9; }
    .sc-k-esavings .sc-content &gt; .inner{background-image: url(../img/bg-k-esaving.png); padding-bottom: 40px;
        background-size: 100%; background-repeat: repeat-y; background-position: center top;
    }
    .sc-k-esavings .section-content + .section-content{margin-top: 48px;}
    .sc-k-esavings .head{text-align: center; margin-bottom: 24px;}
    .sc-k-esavings .head .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-k-esavings .head .desc{margin-bottom: 0px; line-height: 1.5em;}
    .sc-k-esavings .zoom{margin-bottom: 24px; text-align: center;}
    .sc-k-esavings .zoom .txt{font-weight: 600; font-family: 'kurious'; color: var(--cr-green); margin: 0;}
    .sc-k-esavings .zoom .txt .icon{margin-right: 8px;}
    .sc-k-esavings .body{position: relative; max-width: 220px; margin: 0 auto;}
    .sc-k-esavings .body .swiper-slide{width: auto;}
    .sc-k-esavings .body .wrapper{display: block; max-width:220px;}
    .sc-k-esavings .body .thumb{margin-bottom: 16px; pointer-events: none;}
    .sc-k-esavings .body .content{text-align: center;}
    .sc-k-esavings .body .content .title{margin-bottom: 8px; font-size: 13px; font-weight: 700; font-family: 'kurious'; color: var(--cr-dark);}
    .sc-k-esavings .body .content .desc{font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin-bottom: 0; color: var(--cr-dark);}
    .sc-k-esavings .body .content + ul.desc,
    .sc-k-esavings .body .content + ol.desc{margin-top: 8px;}
    .sc-k-esavings .body .content ul.desc{padding: 0; margin: 0 0 0 20px; text-align: left;}
    .sc-k-esavings .body .content ul.desc &gt; li{width: 100%;}
    .sc-k-esavings .body .content ul.desc &gt; li &gt; ul{padding: 0; margin-left: 20px;}
    .sc-k-esavings .body .content ul.desc &gt; li &gt; ul &gt; li{position: relative; list-style: none;}
    .sc-k-esavings .body .content ul.desc &gt; li &gt; ul &gt; li:before{content: '-'; position: absolute; top: 0; left: -18px;}
    .sc-k-esavings .body .content ol.desc{padding: 0; margin: 0 auto; text-align: left; max-width: 265px; position: relative; left: 15px;}
    .sc-k-esavings .body .content ol.desc &gt; li{width: 100%;}
    .sc-k-esavings .body .content .link{color: var(--cr-green); font-weight: 600; font-family: 'kurious-looped'; text-decoration: underline;}
    .sc-k-esavings .body .swiper-pagination{padding-top: 24px;}
    .sc-k-esavings .blog{border-radius: var(--radius); box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
        background-image: url(../img/bg-K-Check-ID.png); background-color: var(--cr-light); background-size: cover; background-blend-mode: multiply;
        background-repeat: no-repeat; background-position: bottom; padding: 0 16px 40px;
    }
    .sc-k-esavings .blog .txt{margin-bottom: 24px; color: var(--cr-dark);}
    .sc-k-esavings .blog .action{position: relative;}
    .sc-k-esavings .blog .action .link{display: inline-block; vertical-align: middle;}
    .sc-k-esavings .blog .action .link + .link{margin-top: 16px;}
    .sc-k-esavings .blog .action br + .link{margin-top: 16px;}
    .sc-k-esavings .end{margin-top: 56px; text-align: center;}
    .sc-k-esavings .end p{margin-bottom: 8px; font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-dark);}
    .sc-k-esavings .end .link{text-decoration: underline; font-weight: 600; font-family: 'kurious'; color: var(--cr-green); margin: 0;}


    /*############################ icw-popup-function ###################################*/
    .icw-popup-function.mfp-bg {background: rgba(0, 0, 0, 0.8);}
    .icw-popup-function.mfp-bg.mfp-ready {opacity: 1; z-index: 10002;}
    .icw-popup-function.mfp-wrap{z-index: 10002;}
    .icw-popup-function .mfp-container {width: 100%; padding: 0;}
    .icw-popup-function .mfp-content{background-color: transparent;max-width: 100%;height: 100%;}
    .icw-popup-function .mfp-content{overflow: auto; min-height: 100vh; height: auto; display: flex; justify-content: center;}
    .icw-popup-function .main-container{margin: 0; padding: 0 32px;}
    .icw-popup-function .inner{overflow: hidden; padding: 72px 16px 16px 16px;}


    /*############################ icw-popup-function sc-thumb-box ###################################*/
    .sc-thumb-box{max-width: 1140px; width: 100%; position: relative;}
    .sc-thumb-box{position: relative; background-color: var(--cr-light); box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);}
    .sc-thumb-box .inner{position: relative; max-width: 750px; margin: 0 auto;}
    .sc-thumb-box .inner .swiper-pagination{padding-top: 24px;}
    .sc-thumb-box .swiper-slide{width: auto;}
    .sc-thumb-box .wrapper{display: block; max-width: 525px; margin: 0 auto;}
    .sc-thumb-box .thumb{margin-bottom: 16px; max-width: 525px; margin-left: auto; margin-right: auto;}
    .sc-thumb-box .content{text-align: center;}
    .sc-thumb-box .content .title{margin-bottom: 8px; font-size: 13px; font-weight: 700; font-family: 'kurious'; color: var(--cr-dark);}
    .sc-thumb-box .content .desc{font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin-bottom: 0; color: var(--cr-dark);}
    .sc-thumb-box .content .desc + ul.desc,
    .sc-thumb-box .content .desc + ol.desc{margin-top: 8px;}
    .sc-thumb-box .content ul.desc{margin: 0 0 0 20px; padding: 0; text-align: left;}
    .sc-thumb-box .content ul.desc &gt; li{width: 100%;}
    .sc-thumb-box .content ul.desc &gt; li &gt; ul{padding: 0; margin-left: 20px;}
    .sc-thumb-box .content ul.desc &gt; li &gt; ul &gt; li{position: relative; list-style: none;}
    .sc-thumb-box .content ul.desc &gt; li &gt; ul &gt; li:before{content: '-'; position: absolute; top: 0; left: -18px;}
    .sc-thumb-box .content ol.desc{margin: 0 auto; padding: 0; text-align: left; max-width: 265px; position: relative; left: 15px;}
    .sc-thumb-box .content ol.desc &gt; li{width: 100%;}
    .sc-thumb-box .content .link{color: var(--cr-green); font-weight: 600; font-family: 'kurious-looped'; text-decoration: underline;}


    /*############################ icw-popup-function sc-content-box ###################################*/
    .sc-content-box{max-width: 1000px; width: 100%; position: relative;}
    .sc-content-box{position: relative; background-color: var(--cr-light); box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);}
    .sc-content-box .inner{padding: 48px; overflow: hidden;}
    .sc-content-box .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-content-box .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-content-box .sc-heading .desc{margin-bottom: 0px; line-height: 1.5em;}
    .sc-content-box .end{text-align: center; padding-bottom: 24px;}
    .sc-content-box .end .link{text-decoration: underline; font-weight: 600; font-family: 'kurious'; color: var(--cr-green); 
        margin: 0; position: relative; padding-left: 32px;
    }
    .sc-content-box .end .link .icon{position: absolute; left: 0; top: -1px; width: 24px;}

    .sc-content-gallery{position: relative;}
    .sc-content-gallery .swiper-pagination{padding-top: 24px;}
    .sc-content-gallery .swiper-slide{width: auto;}
    .sc-content-gallery .wrapper{display: block; max-width: 220px;}
    .sc-content-gallery .thumb{margin-bottom: 16px; max-width: 220px; margin-left: auto; margin-right: auto;}
    .sc-content-gallery .content{text-align: center;}
    .sc-content-gallery .content .title{margin-bottom: 8px; font-size: 13px; font-weight: 700; font-family: 'kurious'; color: var(--cr-dark);}
    .sc-content-gallery .content .desc{font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin-bottom: 0; color: var(--cr-dark);}
    /*.sc-content-gallery .content .desc + ul.desc,
    .sc-content-gallery .content .desc + ol.desc{margin-top: 8px;}*/
    .sc-content-gallery .content ul.desc{margin: 0 0 0 20px; padding: 0; text-align: left;}
    .sc-content-gallery .content ul.desc &gt; li{width: 100%;}
    .sc-content-gallery .content ul.desc &gt; li &gt; ul{padding: 0; margin-left: 20px;}
    .sc-content-gallery .content ul.desc &gt; li &gt; ul &gt; li{position: relative; list-style: none;}
    .sc-content-gallery .content ul.desc &gt; li &gt; ul &gt; li:before{content: '-'; position: absolute; top: 0; left: -18px;}
    .sc-content-gallery .content ol.desc{margin: 0 auto; padding: 0; text-align: left; max-width: 200px; position: relative; left: 10px;}
    .sc-content-gallery .content ol.desc &gt; li{width: 100%;}
    .sc-content-gallery .content .link{color: var(--cr-green); font-weight: 600; font-family: 'kurious-looped'; text-decoration: underline;}


    #navigation-header.fx-fixbarcc-footer .footer-slogan, 
    #navigation-footer .footer-slogan {margin-bottom: 0px; padding-bottom: 0; height: 64px;}


    /*############################ sc-default-content ###################################*/
    .sc-default-content{background: var(--cr-light);}
    .sc-default-content .sc-inner{}
    .sc-default-content .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-default-content .sc-content{background: url(../img/v2/instructio-STEP_bg-mobile.png) no-repeat center; background-size: cover; padding: 40px; overflow: hidden;}


    /*######################### swiper-default #########################*/
    .swiper-default{position: relative; max-width: 708px; margin: 0 auto; overflow: visible;}
    .swiper-default .swiper-slide{width: auto;}
    .swiper-default .thumb{position: relative; width: 220px; margin: 0 auto 16px;}
    .swiper-default .content{text-align: center; color: var(--cr-dark); max-width: 220px; margin: 0 auto;}
    .swiper-default .title{margin-bottom: 8px; color: var(--cr-dark); font-size: 13px; line-height: 1.5em;}
    .swiper-default .desc{margin: 0; color: var(--cr-dark);}
    .swiper-default .desc-list{padding: 0; margin: 0; text-align: left;}
    .swiper-default .desc-list &gt; li{color: var(--cr-dark); font-weight: 500; font-family: 'kurious-looped'; font-size: 16px; line-height: 1.5em; margin: 0 0 0 1.2em;}

}

@media screen and (min-width: 768px) {
    .sc-verification {background-size: auto;}
    .sc-verification .sc-inner{padding: 56px 0;}
    .sc-verification .sc-heading{margin-bottom: 0px;}


    .sc-service .sc-inner { padding: 50px 0; min-height: 320px;}
    .sc-service .sc-heading {padding-right: 320px;}
    .sc-service .sc-heading .title .icon.show-w767 + strong{margin-left: 0px}
    .sc-service .sc-heading .title .icon + strong{margin-left: 8px}
    .sc-service .sc-heading .action .link{display: inline-block; vertical-align: middle;}
    .sc-service .sc-heading .action .link + .link{margin-left: 24px; margin-top: 0;}
    .sc-service .sc-heading .action br{display: block;}
    .sc-service .sc-image {position: absolute; bottom: 0; width: 380px; right: -20px; padding-top: 0; margin: 0;}

    .sc-service.k-esavings .bg {top: 110px;max-width: 97%;}
    .sc-service.youtrip .bg {top: 60px; max-width: 650px;}
    .sc-service.kbiz .bg {top: 20px; right: 45%; max-width: 400px; mix-blend-mode: color-dodge;}
    .sc-service.line-bk .bg {top: 90px;max-width: 97%;}
    .sc-service.blueconnect .bg {top: 140px;max-width: 97%;}
    .sc-service.blueconnect .sc-heading .action .link + .link {margin-left: 0; margin-top: 16px;}
    .sc-service.make-by-kbank .bg {top: 115px;max-width: 80%;}
    .sc-service.make-by-kbank .sc-heading .action .link + .link {margin-left: 0; margin-top: 16px;}


    .sc-k-check-id .sc-inner {padding: 56px 0 80px;}
    .sc-k-check-id .sc-content .action {left: 28px;bottom: 20px; right: auto;}
    .sc-k-check-id .sc-content .action .btn{width: auto;}


    .bg-group.active {padding: 56px 0;}


    .sc-k-esavings .h-title{display: none;}
    .sc-k-esavings .sc-heading {padding: 40px;}
    .sc-k-esavings .sc-heading{display: flex; align-items: center;}
    .sc-k-esavings .sc-heading .thumb{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
    .sc-k-esavings .sc-heading .thumb &gt; img{max-width: 250px;}
    .sc-k-esavings .sc-heading .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 50px;}
    .sc-k-esavings .sc-heading .title{margin-bottom: 16 px; line-height: 1.5em;}
    .sc-k-esavings .sc-heading .desc{font-size: 18px;}
    .sc-k-esavings .sc-content{padding: 48px 50px 0;}
    .sc-k-esavings .sc-content &gt; .inner{padding-bottom: 48px;}
    .sc-k-esavings .zoom .txt .icon{margin-right: 0px;}
    .sc-k-esavings .zoom .txt .icon.-mb{display: none;}
    .sc-k-esavings .body{max-width: 640px;}
    .sc-k-esavings .body .wrapper{max-width:350px;}
    .sc-k-esavings .body .thumb{pointer-events: visible;}
    .sc-k-esavings .blog {padding: 0 16px; display: flex; align-items: flex-end;}
    .sc-k-esavings .blog .thumb{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
    .sc-k-esavings .blog .thumb &gt; img {max-width: 260px;}
    .sc-k-esavings .blog .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 20px;}
    .sc-k-esavings .blog .content{padding-top: 16px; padding-bottom: 16px;}

    .icw-popup-function .mfp-content{align-items: center;}
    .icw-popup-function .inner {padding: 48px;}

    .sc-content-box{border-radius: var(--radius); width: 92%;}


    .sc-thumb-box{width: 95.24%; margin: 60px auto; border-radius: var(--radius);}


    .sc-default-content .sc-content{background-image: url(../img/v2/instructio-STEP_bg.png);}
    .sc-default-content .sc-content{padding: 40px 8px;}

}

@media screen and (min-width: 992px) {

    .sc-service .sc-inner { padding: 60px 0 50px; min-height: 320px;}
    .sc-service .sc-heading {padding-right: 370px;}
    .sc-service .sc-image {width: 410px; right: 0;}
    .sc-service .sc-heading .action {padding-top: 40px;}

    .sc-service.k-esavings .bg {top: 70px;}
    .sc-service.youtrip .bg {top: 30px;}
    .sc-service.kbiz .bg {top: 30px; mix-blend-mode: color-dodge;}
    .sc-service.line-bk .bg {top: 60px;}
    .sc-service.blueconnect .bg {top: 90px;}
    .sc-service.blueconnect .sc-heading .action .link + .link {margin-left: 24px; margin-top: 0;}
    .sc-service.make-by-kbank .bg {top: 55px;}
    .sc-service.make-by-kbank .sc-heading .action .link + .link {margin-left: 24px; margin-top: 0;}

    .sc-k-check-id .sc-content .action {left: 48px;bottom: 40px;}

    .sc-k-esavings .sc-heading .thumb &gt; img {max-width: 327px;}
    .sc-k-esavings .body{max-width: 740px;}
    .sc-k-esavings .body .wrapper{max-width: 350px}
    .sc-k-esavings .blog {padding: 0 40px; align-items: center;}
    .sc-k-esavings .blog .thumb &gt; img {max-width: 300px;}

    .sc-content-box { max-width: 1000px;}

    .sc-default-content .sc-content{padding: 40px;}

}

@media screen and (min-width: 1200px) {

    .sc-verification{padding-top: 130px; margin-top: -130px;}

    .sc-service .sc-inner { padding: 100px 0 50px; min-height: 400px; padding: 0; display: flex; align-items: center;}
    .sc-service .sc-heading {padding-right: 530px;}
    .sc-service .sc-image {width: 530px;}

    .sc-service.k-esavings .bg {top: 82px;max-width: 1220px;}

    .sc-service.youtrip .bg {top: 18px; max-width: 1110px;}

    .sc-service.kbiz .bg {max-width: 624px; mix-blend-mode: color-dodge; top: 25%; left: 150px;}

    .sc-service.line-bk .bg {top: 77px;max-width: 1228px;}

    .sc-service.blueconnect .bg {top: 120px;max-width: 1220px;}

    .sc-service.make-by-kbank .bg {top: 75px;max-width: 1138px;}


    .sc-k-esavings .sc-heading {padding: 40px 40px 40px 92px;}
    .sc-k-esavings .sc-heading .content{padding-left: 78px}
    .sc-k-esavings .sc-content &gt; .inner{background-size: cover;}
    .sc-k-esavings .blog{padding: 0 56px 0 76px;}
    .sc-k-esavings .blog .action .link + .link {margin-left: 16px; margin-top: 0;}

}</pre></body></html>