<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-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

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

.icw .main {font-style: normal; font-weight: 500; color: var(--cr-gray); font-family: 'kurious-looped'; z-index: inherit;}
.icw .main strong{font-weight: 600;}

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

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

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

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

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

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

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

.icw ul{padding: 0; margin: 0;}

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


/*============================== 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;}
.show-w280{display: none;}

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

/*============================== LAYOUT ===============================*/
.icw button, .icw input, .icw select, .icw textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0; background: none; padding: 0; margin: 0;min-width: inherit;
    font: inherit;text-transform: none;text-align: left; color: inherit;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
.icw input::placeholder{color: #999;}

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

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

.icw .row-0{margin: 0px;}
.icw .row-0 &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;}
.icw .section .sc-heading{text-align: center;}

@media screen and (min-width: 200px) {
    .section .sc-inner{padding: 48px 0;}
    .section .sc-heading{margin-bottom: 24px;}
}
@media screen and (min-width: 768px) {
    .section .sc-inner{padding: 64px 0;}
    .section .sc-heading{margin-bottom: 32px;}
}


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

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

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

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

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

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


/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before{pointer-events: none; visibility: hidden; opacity: 0;}
.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before{pointer-events: visible; visibility: visible; opacity: 1;}
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before{pointer-events: visible; visibility: visible; opacity: 0.35;}

.swiper-button-next, 
.swiper-button-prev{position: absolute; top: 48%; box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 5; font-size: 0; background-color: rgba(0,0,0,0.6); overflow: hidden; width: 40px; height: 40px;
    border-radius: 50%; transform: translate(0, -50%); display: flex; align-items: center; transition: var(--tsition);
}
.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; left: 2px;
    border-top: 2px solid var(--cr-light); border-left: 2px solid var(--cr-light); visibility: visible; transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.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; padding: 0; cursor: pointer; margin: 0 4px;
    outline: none;width: 8px; height: 8px; border-radius: var(--radius); background: #ddd; opacity: 1; transition: var(--tsition);
}
.swiper-pagination-bullet-active{background: var(--cr-green); border-color: var(--cr-green); opacity: 1; width: 24px;}
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{margin: 0;}

.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition: var(--tsition);}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform: scale(1);}

@media screen and (max-width: 1024px){
    .swiper-button-next, 
    .swiper-button-prev{width: 35px; height: 35px; display: none;}
}
@media screen and (max-width: 991px){
    .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px;}
    .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{margin: 0 4px;}
}
@media screen and (max-width: 767px){
    .swiper-horizontal&gt;.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction,
    .swiper-pagination{padding-top: 16px;}
}


/*############################ preload ###################################*/
.dim-page {opacity: 0 !important;}
.g-load-div {position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 100000;background: var(--cr-light);}
.g-loader-wrapper {position: absolute;top: 50%;left: 50%;text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.g-loader {border: 5px solid var(--cr-green); border-radius: 100%; border-top: 5px solid #d7d7d7;width: 48px;height: 48px;margin: 0 auto;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


/*############################ tab  ###################################*/
.tab-control{position: relative; height: 36px; margin-bottom: 0px;}
.tab-control:before{content: ''; position: absolute; height: 1px; left: 0; bottom: -1px; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab {position: relative; z-index: 3;}
.tab .control{display: flex; flex-wrap: nowrap; justify-content: center; gap: 16px; list-style: none; padding: 0; margin: 0;}
.tab .control li{display: inline-flex;}
.tab .control a {display: flex; justify-content: center; align-items: flex-start; height: 36px; border-bottom-width: 3px; border-bottom-style: solid;
    text-align: center; position: relative; z-index: 1; text-decoration: none; border-bottom-color: transparent;
}
.tab .control a.active {pointer-events: none; border-color: var(--cr-green);}
.tab .control a .txt{font-weight: 600; font-size: 16px; color: var(--cr-lightgray); transition: var(--tsition); line-height: 1.4; white-space: nowrap;}
.tab .control a.active .txt{color:var(--cr-black); font-weight: 600;}
.tab .selector {height: 3px; background-color: var(--cr-green); position: absolute; display: none; left: 0;bottom: 0;z-index: 0; border-radius: var(--radius);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab.active{overflow: visible;}
.tab.active .control {display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -40px;
    position: relative; z-index: 1; top: 35px; padding: 16px 11px; background: linear-gradient(0deg, #EFF0EC 0%, #EFF0EC 100%), #FFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {display: inline-flex; height: auto; padding: 8px 32px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: #666;
}
.tab.active .control a.active {border-color: var(--cr-green); color: var(--cr-green);}
.tab.active .control a.active .txt{color: var(--cr-green);}

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

.action-dropdown{display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 22px;
    border-left: 1px solid #E5E5E5; align-items: center; justify-content: flex-end;
}
.action-dropdown .link{display: block; position: relative; width: 16px; height: 12px;}
.action-dropdown .link:before,
.action-dropdown .link:after { position: absolute;content: "";display: inline-block;width: 12px; height: 2px;
    background-color: var(--cr-green); transition: var(--tsition);
}
.action-dropdown .link:before{position: absolute;transform: rotate(45deg);top: 5px;left: -1px;}
.action-dropdown .link:after {position: absolute;transform: rotate(-45deg);top: 5px;left: 6px;}
.action-dropdown .link.active:before {transform: rotate(-45deg);}
.action-dropdown .link.active:after {transform: rotate(45deg);}

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


.tab-control:before {display: block;bottom: 0;top: 36px;}
.tab-control:after {content: '';position: absolute;z-index: 3;top: 0;right: 24px;bottom: 0;width: 70px;pointer-events: none;
    background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #EFF0EC 72.45%); mix-blend-mode: luminosity;
}
.tab{overflow: auto; margin-right: 24px;}
.tab .control{justify-content: flex-start;}
.tab .control:after{content: '';width: 1px;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;max-width: none;}

.tab.active{overflow: visible;}
.tab-control.active:after{display: none;}


@media screen and (min-width: 768px) {
    .tab-control:after{display: none;}

    .tab .selector{display: block;}

    .tab .control{gap: 48px;}
    .tab .control a.active{border-bottom-color: transparent;}

    .tab{overflow: visible;}
    .tab .control{justify-content: center;}
    .tab .control:after{display: none;}

    .action-dropdown{display: none;}
    .tab-dropdown{display: none;}
}
@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {display: none;}
}


/*############################ popup ###################################*/
.mfp-bg, .mfp-wrap .mfp-content, .mfp-wrap .mfp-container { opacity: 0;}
.mfp-wrap.mfp-ready .mfp-container {opacity: 1; padding: 0;}
.mfp-wrap.mfp-ready .mfp-content {opacity: 1;visibility: visible;}

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

@media screen and (max-width: 767px){
    .mfp-close-btn-in .mfp-close {top: 16px; right: 16px;}
}


/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {background: rgba(0, 0, 0, 0.8);}
.popup-function.mfp-bg.mfp-ready {opacity: 1; z-index: 10001;}
.popup-function.mfp-wrap{z-index: 10002;}
.popup-function .mfp-container {width: 100%;}
.popup-function .mfp-content{background-color: transparent;max-width: 100%;height: 100%;}
.popup-function .mfp-content{overflow: auto; min-height: 100dvh; padding: 0; display: flex; align-items: flex-start; justify-content: center; background: var(--cr-light);}
.popup-function .main-container{margin: 0;}
.popup-function-content{width: 100%; position: relative; background: var(--cr-light);}
.popup-function-content .inner{padding: 64px 16px 16px 16px;}
.popup-function-content .sc-head{margin-bottom: 32px;}
.popup-function-content .sc-head .title{margin-bottom: 0; line-height: 1.5em; color: var(--cr-black);}
.popup-function-content .sc-body{position: relative;}
.popup-function-content .sc-body .title{margin-bottom: 0; line-height: 1.5em; color: var(--cr-gray);}
.popup-function-content .sc-body .s-title{margin-bottom: 16px; line-height: 1.5em; color: var(--cr-green);}
.popup-function-content .sc-body .desc{color: var(--cr-gray); margin: 0;}
.popup-function-content .sc-body .note{color: var(--cr-gray); margin: 0; font-size: 13px; line-height: 1.54em;}
.popup-function-content .sc-body .row-flex + .s-title{margin-top: 32px;}
.popup-function-content .sc-body .row-flex{margin: 0; flex-direction: column;}
.popup-function-content .sc-body .row-flex &gt; div{padding: 0;}
.popup-function-content .sc-body .row-flex &gt; div + div{margin-top: 16px;}
.popup-function-content .sc-body ul{padding: 0; margin: 0 0 0 1.5em;}
.popup-function-content .sc-body ul &gt; li .desc{line-height: 2em;}
.popup-function-content .sc-body ul + .note{margin-top: 32px; display: block;}
.popup-function-content .sc-note{background: #FAFAFA; padding: 16px;}
.popup-function-content .sc-note strong.title{font-size: 13px; display: block; margin-bottom: 8px; line-height: 1.54em; color: var(--cr-dark);}
.popup-function-content .sc-note ul{padding: 0; margin: 0 0 0 1.5em;}
.popup-function-content .sc-note ul &gt; li{line-height: 1.54em; font-size: 13px; color: var(--cr-gray);}
.popup-function-content .table-responsive{box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); border-radius: 8px; overflow: auto; margin-top: 32px;}
.popup-function-content .table-service{width: 100%; margin: 0 auto; color: #333; border: 0; border-spacing: 0;}
.popup-function-content .table-service th{background-color: var(--cr-green); text-align: center; vertical-align: middle;}
.popup-function-content .table-service th{font-size: 13px; padding: 16px; font-weight: 600;line-height: 1.5; color: #fff;}
.popup-function-content .table-service th + th{border-left: 1px solid #E6E6E6;}
.popup-function-content .table-service td {font-size: 13px; text-align: center; padding: 16px; vertical-align: middle; border-top: 1px solid #E6E6E6;}
.popup-function-content .table-service td + td{border-left: 1px solid #E6E6E6;}
.popup-function-content .table-service tr td:first-child {border-left: 1px solid #E6E6E6;}
.popup-function-content .table-service strong{font-weight: 600;}
.popup-function-content .tab-control:after{background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #fff 72.45%);}
.popup-function-content .tab.active .control{background: #fff;}

@media screen and (min-width: 768px) {
    .popup-function .mfp-content{padding: 24px 0; align-items: center; background: transparent; height: auto;}

    .popup-function-content{max-width: 1140px; width: 96%; border-radius: 8px; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);}
    .popup-function-content .inner{padding: 24px;}
    .popup-function-content .sc-body .row-flex{margin: 0 -24px;}
    .popup-function-content .sc-body .row-flex &gt; div{padding: 0 24px;}
    .popup-function-content .sc-body .row-flex &gt; div + div{margin-top: 0;}
    .popup-function-content .sc-note{padding: 16px 48px; border-radius: 0 0 8px 8px;}
    .popup-function-content .table-service th{font-size: 18px; padding: 24px;}
    .popup-function-content .table-service td{font-size: 16px; padding: 24px;}
}
@media screen and (min-width: 992px) {
    .popup-function .inner {padding: 48px;}
    .popup-function .swiper-button-prev{left: 48px;}
    .popup-function .swiper-button-next{right: 48px;}

    .popup-function-content .inner{padding: 48px;}
}

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

/*############################ accordion ###################################*/
.accordion-action{position: relative; margin: 0 -16px;}
.accordion-action .link{height: 64px; display: flex; align-items: center; background: var(--cr-light); padding: 16px; position: relative; text-decoration: none;}
.accordion-action .link &gt; .txt{font-size: 16px; font-weight: 600; color: var(--cr-dark);}
.accordion-action .link &gt; .ic-nvg{font-size: 32px; color: var(--cr-green); margin-right: 8px;}
.accordion-action .link:before,
.accordion-action .link:after {position: absolute; content: "";display: inline-block;width: 12px; height: 2px;
    background-color: var(--cr-green); transition: var(--tsition); top: 0; bottom: 0; margin: auto;
}
.accordion-action .link:before{position: absolute;transform: rotate(45deg); right: 23px;}
.accordion-action .link:after {position: absolute;transform: rotate(-45deg); right: 16px;}
.accordion-action.active .link:before {transform: rotate(-45deg);}
.accordion-action.active .link:after {transform: rotate(45deg);}

.accordion-group{padding: 16px 0 24px; list-style: none; margin: 0}
.accordion-group.active{display: block;}
.accordion-group + .accordion-group{margin-top: 16px;}
.accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
.accordion-group .accordion + .s-title{margin-top: 40px;}
.accordion-group .accordion{max-width: 850px; margin-left: auto; margin-right: auto;}
.accordion-group .accordion + .accordion{margin-top: 16px;}

.accordion {position: relative; border-radius: var(--radius);background: var(--cr-light);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
.accordion .accordion-title { position: relative; padding: 16px 50px 16px 16px; cursor: pointer; color: var(--cr-black); word-wrap: break-word;
    font-size: 16px; font-weight: 600; font-family: 'kurious-looped'; border-radius: 8px 8px 0 0; background-color: transparent;
    transition: var(--transition);
}
.accordion .accordion-title:after {font-family: 'iconavigation'; content: "\e906"; font-size: 16px; line-height: 1; width: 18px; height: 18px; margin: auto;
    position: absolute; right: 16px; top: 0; bottom: 0;  display: flex; justify-content: center; align-items: center;
}
.accordion .accordion-title.active:after {content: "\e907";}
.accordion .accordion-title:after,
.accordion .accordion-title:hover{color: var(--cr-green);}
.accordion .accordion-title.active {color: var(--cr-light); background-color: var(--cr-green);}
.accordion .accordion-title.active:after {color: var(--cr-light);}
.accordion .accordion-content{padding: 16px;}
.accordion .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
.accordion .accordion-content p{line-height: 1.5em; font-family: 'kurious-looped'; color: var(--cr-gray);}
.accordion .accordion-content p strong{font-weight: 600;}
.accordion .accordion-content p .link{font-weight: 600; font-family: 'kurious-looped';}
.accordion .accordion-content p:last-child{margin-bottom: 0;}
.accordion .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
.accordion .accordion-content ul:last-child{margin-bottom: 0;}
.accordion .accordion-content ul &gt; li{position: relative; list-style-type: disc; font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
.accordion .accordion-content ul &gt; li+li{margin-top: 5px;}
.accordion .accordion-content ol{margin: 0 0 0.6em 1.2em; padding: 0;}
.accordion .accordion-content ol:last-child{margin-bottom: 0;}
.accordion .accordion-content ol &gt; li{position: relative; list-style-type: decimal; font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-gray);}
.accordion .accordion-content ol &gt; li+li{margin-top: 5px;}
.accordion .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}
.accordion .accordion-content .link-tel{color: var(--cr-light); white-space: nowrap; text-decoration: none; background-color: var(--cr-green);
    align-items: center; justify-content: center; height: 40px; padding: 0 24px; border-radius: var(--radius); font-size: 16px; font-weight: 600; 
    display:inline-flex; font-family: 'kurious-looped'; margin: 8px 0; margin-right: 16px;
}
.accordion .accordion-content .link-tel .icon{position: relative; top: -1px; margin-right: 8px;}
.accordion .accordion-content .link-tel + .link-tel{margin-right: 0;}
.accordion .accordion-content .no-phone{pointer-events: none; color: inherit; text-decoration: none;}
.accordion .accordion-content a[x-apple-data-detectors].no-phone {
    color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important;
    font-weight: inherit !important;line-height: inherit !important;
}

@media screen and (min-width: 768px) {
    .accordion-action{display: none;}

    .accordion-group{padding-top: 0; padding-bottom: 32px;}
    .accordion .accordion-title{font-size: 18px;}
    .accordion .accordion-content .link-tel{display: none;}
    .accordion .accordion-content a{word-break: keep-all;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
    .accordion .accordion-title{padding: 16px 50px 16px 24px;}
    .accordion .accordion-content{padding: 16px 24px;}
}


/*############################ sc-highlight-banner  ###################################*/
.sc-highlight-banner{position: relative; overflow: hidden;}
.sc-highlight-banner .swiper-pagination{position: absolute; padding: 0; bottom: 16px; right: 0; left: 0; width: 100%;}
.sc-highlight-banner .swiper-slide{position: relative;}
.sc-highlight-banner .image{position: relative; z-index: 1;}
.sc-highlight-banner .content{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: flex-end;}
.sc-highlight-banner .action{padding-bottom: 56px; text-align: center;}
.sc-highlight-banner .action .btn{height: 40px; padding: 0 30px;}
.sc-highlight-banner .action .btn.hide-w767{display: none;}
.sc-highlight-banner .action .btn.show-w767{display: inline-flex;}

@media screen and (min-width: 768px) { 
    .sc-highlight-banner .swiper-pagination{bottom: 5.5%; right: 16px; left: auto; width: auto;}
    .sc-highlight-banner .action{padding-bottom: 24px; text-align: left;}
    .sc-highlight-banner .action .btn.hide-w767{display: inline-flex;;}
    .sc-highlight-banner .action .btn.show-w767{display: none;}
}
@media screen and (min-width: 992px) {
    .sc-highlight-banner .swiper-pagination{bottom: 6%;}
    .sc-highlight-banner .action{padding-bottom: 32px;}
    .sc-highlight-banner .action .btn{height: 48px;}
}
@media screen and (min-width: 1200px) {
    .sc-highlight-banner .swiper-pagination{bottom: 7.5%; right: 11%;}
}


/*############################ sc-highlight ###################################*/
.sc-highlight{background: #F7FFFC;}
.sc-highlight .sc-inner{padding: 40px 0;}
.sc-highlight .sc-heading .title{margin-bottom: 8px; line-height: 1.5em;}
.sc-highlight .sc-heading .desc{margin-bottom: 0px; line-height: 1.5em;}
.sc-highlight .sc-heading .sub-text{ color: var(--cr-dark); font-family: 'kurious-looped'; font-size: 18px; font-weight: 500; line-height: 28px; margin-top: 8px;}
.sc-highlight .item-list{margin: -8px;}
.sc-highlight .item-list &gt; li{width: calc(100%/2); padding: 56px 8px 8px 8px; list-style: none;}
.sc-highlight .item-list &gt; .col-4{width: calc(100%/3);}
.sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius);}
.sc-highlight .wrapper.bgI{background: #E6A06D;}
.sc-highlight .wrapper.bgII{background: #C98973;}
.sc-highlight .wrapper.bgIII{background: #4D9879;}
.sc-highlight .wrapper.bgIV{background:#286B62;}
.sc-highlight .wrapper.bgV{background: #388B59;}
.sc-highlight .wrapper.bgVI{background: #284E37;}
.sc-highlight .wrapper.bgVII{background: linear-gradient(109.53deg, #FF8C8C 0%, #CE2727 100.81%);}
.sc-highlight .wrapper.bg-ganesha{background: #EBB1AF;}
.sc-highlight .wrapper .thumb{position: absolute; right: 0; left: 0; width: 156px; top: -56px; margin: auto; z-index: 0}
.sc-highlight .wrapper .content{padding: 56px 16px 16px 16px; height: 236px; display: flex; flex-direction: column; justify-content: space-between; position: relative; z-index: 1;}
.sc-highlight .wrapper .content .txt{color: var(--cr-light); overflow: hidden; display: -webkit-box; max-height: 6em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sc-highlight .wrapper .content .txt .show-w767{display: inline;}
.sc-highlight .wrapper .content .desc{color: var(--cr-light); text-decoration: underline; font-weight: 600; font-family: 'kurious-looped';}
.sc-highlight .wrapper .action{display: flex; flex-direction: column;}
.sc-highlight .wrapper .action .desc.show-w767{display: inline-flex;}
.sc-highlight .wrapper .action .desc.hide-w767{display: none;}
.sc-highlight .wrapper .action .desc + .desc{margin-top: 8px;}
.sc-highlight .note{border-radius: var(--radius); background: var(--cr-light); padding: 24px; margin-top: 32px;}
.sc-highlight .note p{font-family: 'kurious-looped'; font-size: 13px; color: var(--cr-gray); line-height: 1.54em; margin: 0;}
.sc-highlight .note ul{font-family: 'kurious-looped'; font-size: 13px; color: var(--cr-gray); line-height: 1.54em; margin: 0; padding: 0;}
.sc-highlight .note ul &gt; li{position: relative; padding-left: 1.2em; list-style: none;}
.sc-highlight .note ul &gt; li:before{content: '-'; position: absolute; top: 0; left: 2px;}

@media screen and (min-width: 768px) { 
    .sc-highlight .sc-inner{padding: 64px 0;}
    .sc-highlight .sc-heading .sub-text{font-size: 20px;}
    .sc-highlight .item-list{margin: -12px;}
    .sc-highlight .item-list &gt; li{padding: 12px;}
    .sc-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 135px; top: auto; left: auto;}
    .sc-highlight .wrapper .content{padding: 16px; height: 163px; display: flex; flex-direction: column; justify-content: space-between;}
    .sc-highlight .wrapper .content .txt .show-w767{display: none;}
    .sc-highlight .wrapper .action .desc.show-w767{display: none;}
    .sc-highlight .wrapper .action .desc.hide-w767{display: inline-flex;}
    .sc-highlight .note{margin-top: 40px;}
}
@media screen and (min-width: 992px) {
    .sc-highlight .item-list &gt; li{width: calc(100%/2);}
    .sc-highlight .item-list &gt; .col-4{width: calc(100%/3);}
    /* .sc-highlight .item-list &gt; li:last-child{width: calc(100% / 3);} */
}

@media screen and (min-width: 200px) {
    /* .sc-highlight .wrapper .thumb{width: 156px;} */
    .sc-highlight .item-list &gt; li:last-child .wrapper .thumb{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }
    .sc-highlight .item-list &gt; li:last-child .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1115px) {
    /* .sc-highlight .item-list &gt; .col-4{width: calc(100%/2);} */
    .sc-highlight .item-list &gt; .col-4{width: calc(100%/2);}
    .sc-highlight .item-list &gt; li:last-child{
        width: calc(100%);
        padding-top: 24px;
    }
}


/*############################ sc-fee ###################################*/
.sc-fee{background: linear-gradient(108deg, #E59D84 0%, #FFD6B1 100.01%), #FFF; position: relative; overflow: hidden;}
.sc-fee .bg{position: absolute; z-index: 0; border-radius: 50%; box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.15); width: 1200px; height: 1200px; bottom: -23%; right: -120%;
    background: linear-gradient(127deg, rgba(240, 224, 222, 0.50) 47%, rgba(110, 134, 160, 0.50) 84.83%), 
                linear-gradient(90deg, rgba(231, 160, 114, 0.81) 0%, rgba(225, 149, 97, 0.81) 21.28%, rgba(253, 218, 191, 0.81) 66.49%), 
                linear-gradient(0deg, #FFF 0%, #FFF 100%), radial-gradient(51.66% 51.66% at 49.97% 49.97%, rgba(255, 255, 255, 0.00) 0%, 
                    rgba(255, 255, 255, 0.00) 33.33%, rgba(255, 255, 255, 0.00) 87.5%, rgba(255, 255, 255, 0.40) 100%);
}
.sc-fee .cloud{position: absolute;z-index: 1;left: -42px;bottom: -52px;width: 340px; display:none;}
.sc-fee .sc-inner{position: relative; z-index: 2;}
.sc-fee .sc-heading{display: flex; justify-content: space-between; margin: 0; flex-direction: column; gap: 40px;}
.sc-fee .sc-heading .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; text-align: left;}
.sc-fee .sc-heading .title{color: var(--cr-dark); margin-bottom: 13px;}
.sc-fee .sc-heading .s-title{color: var(--cr-dark); margin-bottom: 13px;}
.sc-fee .sc-heading a.link{color: var(--cr-dark);}
.sc-fee .sc-heading a.link:hover{color: var(--cr-dark); text-decoration: none;}
.sc-fee .sc-heading .img{position: relative; -webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.sc-fee .sc-heading .img img{width: 100%; max-width: 328px; margin: auto;}
.sc-fee .sc-heading .img span{color: var(--cr-gray); text-align: center; font-size: 20px; font-weight: 600; display: block;}
.sc-fee .sc-content{padding-top: 16px;}
.sc-fee .sc-content .box-details {border-radius: 0px 0px 8px 8px; border-top: 5px solid var(--cr-green); background: var(--cr-light); 
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); position: relative; padding: 30px 20px;
}
.sc-fee .sc-content .box-details .h-title{margin-bottom: 16px;}
.sc-fee .sc-content .head{text-align: left;}
.sc-fee .sc-content .body + .head{padding-top: 16px;}
.sc-fee .sc-content .body ul{margin: 0 0 0 24px;}
.sc-fee .sc-content .body ul &gt; li{line-height: 2em; font-size: 16px; font-weight: 500; color: var(--cr-gray);}
.sc-fee .sc-content .action{padding-top: 16px; display: flex; flex-direction: column; gap: 8px;}

@media screen and (min-width: 768px) {
    .sc-fee .bg{width: 1500px; height: 1500px; bottom: -590px; right: -360px;}
    .sc-fee .cloud{display: block;}
    .sc-fee .sc-heading{align-items: center; gap: 0;}
    .sc-fee .sc-heading .title{margin-bottom: 10px;}
    .sc-fee .sc-heading .s-title{margin-bottom: 20px;}
    .sc-fee .sc-heading .img img{max-width: 670px; margin: 0 0 -120px 0;}
    .sc-fee .sc-content .box-details{padding: 48px 32px;}
    .sc-fee .sc-content .body + .head{padding-top: 48px;}
    .sc-fee .sc-content .action{padding-top: 24px;}
}
@media screen and (min-width: 992px) {
    .sc-fee .bg {bottom: -846px; right: -750px; width: 1830px; height: 1830px;}
    .sc-fee .cloud{left: -122px; bottom: -132px; width: 740px;}
    .sc-fee .sc-heading{flex-direction: row; align-items: flex-start;}
    .sc-fee .sc-heading .img img {max-width: 670px; margin: -50px -94px -120px 0;}
}
@media screen and (min-width: 1200px) {
    .sc-fee .sc-heading .img img{max-width: 726px; margin: -50px -94px -150px 0;}
}


/*############################ sc-need ###################################*/
.sc-need{background: #F7FFFC;}
.sc-need .thumb{width: 248px; margin: 0 auto 24px;}
.sc-need.section .sc-inner{ padding-top: 0;}
.sc-need.section .sc-heading{margin-bottom: 0; text-align: left;}
.sc-need .row-flex{flex-direction: column;}
.sc-need .sc-heading .title{margin-bottom: 16px;}
.sc-need .sc-heading .desc{margin-bottom: 0; color: var(--cr-gray);}
.sc-need .sc-heading .desc strong{color: var(--cr-dark);}
.sc-need .sc-heading .desc small{font-size: 13px;}
.sc-need .sc-heading .desc .link{color: var(--cr-light);}
.sc-need .sc-heading .desc + .desc{margin-top: 16px;}
.sc-need .sc-heading ul{padding: 0; margin: 16px 0 0;}
.sc-need .sc-heading ul &gt; li{list-style: none; position: relative; padding-left: 66px; min-height: 50px;}
.sc-need .sc-heading ul &gt; li + li{margin-top: 16px;}
.sc-need .sc-heading ul + .desc{margin-top: 16px;}
.sc-need .sc-heading ul .desc + .desc{margin-top: 8px;}
.sc-need .sc-heading .icon{width: 50px; height: 50px; border-radius: 50%; position: absolute; top: 3px; left: 0; display: block;}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
    .sc-need.section .sc-inner{ padding-top: 64px;}
    .sc-need .row-flex{flex-direction: row;}
    .sc-need .thumb{width: 365px; margin: 0 24px 0 0;}
}
@media screen and (min-width: 1200px) {
}


/*############################ sc-need ###################################*/
.sc-value-added-services{background: linear-gradient(0deg, #EFF0EC 0%, #EFF0EC 100%), #FFF;}
.sc-value-added-services .sc-heading{}
.sc-value-added-services .sc-heading .title{margin-bottom: 8px;}
.sc-value-added-services .sc-heading .desc{margin-bottom: 0;}
.sc-value-added-services .details-container{max-width: 850px; margin: 40px auto 0; background-color: var(--cr-light); border-radius: 8px;}
.sc-value-added-services .details-container &gt; .row-flex{flex-direction: column;}
.sc-value-added-services .thumb{width: 100%; background: var(--cr-light);}
.sc-value-added-services .content{display: flex; align-items: center; justify-content: center; padding: 32px 24px 40px;}
.sc-value-added-services .content-inner{text-align: center;}
.sc-value-added-services .content-inner .title{margin-bottom: 0px;}
.sc-value-added-services .content-inner .action{margin-top: 8px;}
.sc-value-added-services .content-inner .action .btn{height: 40px;}
.sc-value-added-services .content-inner .desc{margin-top: 16px;}
.sc-value-added-services .content-inner .link-box{margin-top: 16px;}

@media screen and (min-width: 768px) {
    .sc-value-added-services .details-container &gt; .row-flex{flex-direction: row;}
    .sc-value-added-services .thumb{height: 320px; width: 360px;}
    .sc-value-added-services .content{height: 320px; background: #FAFAFA; padding: 0;}
}
@media screen and (min-width: 992px) {
    .sc-need .row-flex{flex-direction: row;}
    .sc-need .thumb{width: 365px; margin-right: 24px;}
}
@media screen and (min-width: 1200px) {
}


/*############################ sc-apply ###################################*/
.sc-apply{background: linear-gradient(108deg, #E59D84 0%, #FFD6B1 100.01%), linear-gradient(110deg, #00A94F 0%, #6ABA55 100%); position: relative; overflow: hidden;}
.sc-apply .sc-inner{position: relative; z-index: 2;}
.sc-apply .bg{position: absolute; z-index: 0; border-radius: 50%; box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.15);
    background: linear-gradient(127deg, rgba(240, 224, 222, 0.50) 47%, rgba(110, 134, 160, 0.50) 84.83%), 
                linear-gradient(90deg, rgba(231, 160, 114, 0.81) 0%, rgba(225, 149, 97, 0.81) 21.28%, rgba(253, 218, 191, 0.81) 66.49%), 
                linear-gradient(0deg, #FFF 0%, #FFF 100%), radial-gradient(51.66% 51.66% at 49.97% 49.97%, rgba(255, 255, 255, 0.00) 0%, 
                    rgba(255, 255, 255, 0.00) 33.33%, rgba(255, 255, 255, 0.00) 87.5%, rgba(255, 255, 255, 0.40) 100%);
    right: -40%; top: -57%; width: 1200px; height: 1200px;
}
.sc-apply .cloud{position: absolute; z-index: 1; display: none;}
.sc-apply .cloud.-I{width: 718px; left: -40px; bottom: 84px;}
.sc-apply .cloud.-II{width: 870px ; right: -380px; bottom: -376px;}
.sc-apply .sc-content{max-width: 850px; margin: 0 auto; padding-top: 26px;}
.sc-apply .item-list{display: flex; flex-wrap: wrap; margin: -12px;}
.sc-apply .item-list &gt; li{padding: 12px;}
.sc-apply .item-list &gt; li + li{margin-top: 40px;}
.sc-apply .item-list &gt; li.boxI{padding-top: 90px;}
.sc-apply .item-list &gt; li.boxII{padding-top: 30px;}
.sc-apply .boxI,
.sc-apply .boxII{-webkit-box-flex: 0;-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.sc-apply .wrapper{border-radius: 8px; background: var(--cr-light); padding: 40px 30px; min-height: 295px; box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);}
.sc-apply .boxIl .wrapper{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sc-apply .boxIl .wrapper .thumb{
    width: 60%;
}
.sc-apply .thumb{text-align: center;}
.sc-apply .thumb &gt; img{max-height: 100%; display: inline-block;}
.sc-apply .content{text-align: center; padding-top: 18px}
.sc-apply .content .title{margin-bottom: 0; color: var(--cr-dark);}
.sc-apply .content .desc{margin-top: 8px; color: var(--cr-gray);}
.sc-apply .action{padding-top: 16px;}
.sc-apply .action .btn{height: 40px; padding: 0 24px;}
.sc-apply .boxI .thumb{height: 180px; margin-top: -130px;}
.sc-apply .boxII .thumb{height: 120px; margin-top: -72px;}

.sc-apply .boxII .wrapper{padding-left: 0; padding-right: 0;}

@media screen and (min-width: 768px) {
    .sc-apply .bg{bottom: -159px; right: 0; top: auto; width: 2416px; height: 2416px;}
    .sc-apply .cloud{display: block;}
    .sc-apply .sc-content{padding-top: 90px;}
    .sc-apply .item-list &gt; li + li{margin-top: 0px;}
    .sc-apply .item-list &gt; li.boxI{padding-top: 12px;}
    .sc-apply .item-list &gt; li.boxII{padding-top: 12px;}
    .sc-apply .wrapper{padding: 40px 48px; min-height: inherit;}
    .sc-apply .boxI{webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-top: 0;}
    .sc-apply .boxII .wrapper{display: flex; align-items: center; justify-content: space-between; padding: 40px 48px;}
    .sc-apply .boxII .thumb{height: 160px; text-align: left; -webkit-box-flex: 0;-ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; margin-top: 0;}
    .sc-apply .boxII .content{flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-top: 0;}
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 767px) {
    .sc-apply .boxIl .wrapper{
        display: block;
    }
    
    .sc-apply .boxIl .wrapper .thumb{
        width: 100%;
    }
    .sc-apply .boxIl .thumb{
        height: 120px; 
        margin-top: -72px;
    }
}



/*############################ sc-faqs ###################################*/
.sc-faqs{background: #F7FFFC;}

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


/*############################ for 280 ###################################*/
@media screen and (max-width: 280px) {
    .sc-need .sc-heading .title br{display: none;}

    .sc-highlight .sc-heading .title br{display: none;}
    .sc-highlight .item-list &gt; li{width: 100%;}
    .sc-highlight .wrapper .content {height: 145px;}
    .sc-highlight .wrapper .content .txt .show-w767,
    .sc-highlight .wrapper .content .txt br{display: none;}
}

@media screen and (min-width:1200px) {
    .visible-w1199 {
        display: none !important;
    }
}

@media screen and (min-width:1025px) {
    .visible-w1024 {
        display: none !important;
    }
}

@media screen and (min-width:992px) {
    .visible-w991 {
        display: none !important;
    }

}

@media screen and (min-width:768px) {
    .visible-w767 {
        display: none !important;
    }
}


@media screen and (max-width:767px) {
    .hidden-w767 {
        display: none !important;
    }
}


 /*############################ sc-promotion ###################################*/
:root {
    scroll-behavior: auto !important;
    --cr-green: #00A94F;
    --cr-light: #fff;
    --cr-gray: #999;
    --cr-dark: #333;
    --cr-border: #DBDBDB;
    --tsition: 400ms ease-in-out;
}

.icw span.nw {
    white-space: nowrap;
}

.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: 22px;
    height: 4px;
    border-radius: 8px;
    background: #DDDDDD;
    opacity: 1;
    transition: var(--tsition);
}

.swiper-pagination-bullet-active {
    background: #00A94F;
    border-color: #00A94F;
    opacity: 1;
    width: 24px;
}

.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-button-next:after,
.swiper-button-prev:after {
    color: #09A94E;
    background-color: #fff;
    border-radius: 40px;
    padding: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 900;
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icw .sc-promotion h3,
.icw .sc-promotion .h1 {
    font-family: 'kurious';
    margin: 0;
}

.icw .sc-promotion .h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3em;
    color: #333;
}


.icw .sc-promotion .h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
}

.icw .sc-promotion .h5&gt;strong {
    font-weight: 700;
}

.sc-promotion {
    background: rgba(88, 232, 98, 0.10);
}

.sc-promotion .head {
    text-align: center;
    margin-bottom: 32px;
}

.sc-promotion .swiper-wrapper {
/*    justify-content: center;*/
}


.sc-promotion .head .title {
    margin-bottom: 0;
}

.sc-promotion .body {
    position: relative;
    overflow: hidden;
    margin: 0 -12px;
    padding: 0 12px;
}

.sc-promotion .body .wrapper {
    display: block;
    border-radius: 8px;
    background: var(--cr-light);
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.sc-promotion .body .thumb {
    position: relative;
    overflow: hidden;
}

.sc-promotion .body .thumb&gt;img {
    transform: scale(1.0);
    transition: var(--tsition);
}

.sc-promotion .body .thumb:hover img {
    transform: scale(1.1);
}

.sc-promotion .body .content {
    padding: 24px;
}

.sc-promotion .body .content .title {
    margin-bottom: 0;
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
        
.sc-promotion .body .content .des {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sc-promotion .body .content .action {
    padding-top: 16px;
}

.sc-promotion .body .content .action .txt {
    font-family: Kanit, notosansthai, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: var(--cr-green);
}

.sc-promotion .sc-inner {
    padding: 64px 0;
}

@media screen and (max-width: 1199px) {
    .sc-promotion .body .thumb:hover img {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .icw .sc-promotion .h1 {
        font-size: 28px;
        line-height: 1.4em;
    }
}

@media screen and (max-width:767px) {
    .sc-promotion .swiper-wrapper {
/*        justify-content: flex-start;*/
    }
}

.icw .more{text-decoration: none; position: relative;}
.icw .more:before{content: ''; position: absolute; left: 0; right: 15px; bottom: 2px; height: 1px; background-color: #fff;}
.icw .more,
.icw a.more,
.icw .more:hover,
.icw a.more:hover,
.icw .more-green,
.icw .more-green:hover,
.icw a.more-green:hover {
    color: #00a950;
}

.icw .more-white,
.icw a.more-white,
.icw .more-white:hover,
.icw a.more-white:hover {
    color: #fff;
}
.icw .more-black,
.icw a.more-black,
.icw .more-black:hover,
.icw a.more-black:hover {
    color: #333;
}

.more:after {
    font-family: 'icokbank';
    content: "\e909";
    display: inline-block;
    margin-left: 3px;
    font-size: 70%;
}
.more-down:after {
    content: "\e90d";
    margin-left: 6px;
}
.icw .more:hover,
.icw a.more:hover,
.icw .turnback:hover,
.icw a.turnback:hover {
    text-decoration: underline;
}
/*############################ end sc-promotion ###################################*/</pre></body></html>