/*================ 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,
.text-black {color: var(--cr-black) !important;}
.icw .text-dark{color: var(--cr-dark) !important;}
.icw .text-green,
.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; line-height: 1.4em;}
    .icw h2,.icw .h2 {font-size: 24px; line-height: 1.4em;}
    .icw h3,.icw .h3 {font-size: 20px; line-height: 1.4em;}
    .icw h4,.icw .h4 {font-size: 18px; line-height: 1.5em;}
    .icw h5,.icw .h5 {font-size: 16px; line-height: 1.5em;}
    .icw h6,.icw .h6 {font-size: 16px; line-height: 1.5em;}
}
@media screen and (min-width: 768px) {
    .icw h1,.icw .h1{font-size: 42px; line-height: 1.3em;}
    .icw h2,.icw .h2{font-size: 33px; line-height: 1.4em;}
    .icw h3,.icw .h3{font-size: 26px; line-height: 1.3em;}
    .icw h4,.icw .h4{font-size: 20px; line-height: 1.4em;}
    .icw h5,.icw .h5{font-size: 18px; line-height: 1.5em;}
    .icw h6,.icw .h6{font-size: 16px; line-height: 1.5em;}
}

/*============================== Hidden & Visible ===============================*/
.show-w1199{display: none;}
.show-w991{display: none;}
.show-w767{display: none;}
.show-w414{display: none;}
.show-w375{display: none;}
.show-w360{display: none;}
.show-w320{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: 320px){
    .show-w320{display: block;}
    .hide-w320{display: none;}
}
@media (max-width: 280px){
    .show-w280{display: block;}
    .hide-w280{display: none;}
}

/* ################################################# */
#page {
    opacity: 1;
    font-weight: 500;
}

#navigation-page-sticky a.sticky-anchor i {
    font-size: 24px;
    position: relative;
    top: 5px;
}

/* #navigation-page-sticky.stickyNav.hide-cta .stickyNav-panelWidgets {
    grid-template-columns: 40px auto;
} */

#navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: flex !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.c-green {
    color: #00A94F !important;
}

.mt-8 {
    margin-top: 8px !important;
    display: block;
}

.mt-16 {
    margin-top: 16px !important;
    display: block;
}

.mb-4 {
    margin-bottom: 4px !important;
    display: block;
}

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

.mb-16 {
    margin-bottom: 16px !important;
    display: block;
}

.mb-24 {
    margin-bottom: 24px !important;
    display: block;
}

.mb-32 {
    margin-bottom: 32px !important;
    display: block;
}

.sc {
    overflow: hidden;
}

.icw main * strong {
    font-weight: 600;
}

.icw main * {
    font-family: kurious-looped;
}

.a-left {
    text-align: left !important;
}

.inactive {
    display: none !important;
}

.nw {
    white-space: nowrap !important;
}

.f-kurious {
    font-family: kurious !important;
}

.f-kurious-looped {
    font-family: kurious-looped !important;
}

.visible-w414 {
    display: block !important;
}

.hidden-w414 {
    display: none !important;
}

.visible-w1199 {
    display: block !important;
}

.hidden-w1199 {
    display: none !important;
}

.visible-w1024 {
    display: block !important;
}

.hidden-w1024 {
    display: none !important;
}

.visible-w991 {
    display: block !important;
}

.hidden-w991 {
    display: none !important;
}

.visible-w767 {
    display: block !important;
}

.hidden-w767 {
    display: none !important;
}

@media screen and (min-width:414px) {
    .visible-w414 {
        display: none;
    }

    .hidden-w414 {
        display: block;
    }
}

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

    .hidden-w1199 {
        display: block !important;
    }
}

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

    .hidden-w1024 {
        display: block !important;
    }
}

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

    .hidden-w991 {
        display: block !important;
    }
}

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

    .hidden-w767 {
        display: block !important;
    }
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

ol.c-number-list {
    padding-left: 20px !important;
}

ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol>li {
    margin: 0;
}

li ol>li:before {
    content: counters(item, ".") " ";
}

/* ################################################# */

/*########################### sc-hero-banner ###########################*/
.sc-hero-banner .container {
    position: relative;
}

.icw .btn-banner .btn {
    width: 169px;
}

.icw .btn {
    box-shadow: none;
    background: #00a94f;
    color: #ffffff;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    width: 100%;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
}

.icw .btn-banner .btn {
    width: 169px;
}

.icw .btn:hover {
    background: #009445;
}

.banner-slider {
    margin-bottom: 0 !important;
    position: relative;
}

.banner-slider.slick-slider .slick-dots {
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}


.slick-dots li button:before {
    display: none;
}

.slick-slider .slick-dots {
    bottom: -32px;
}

.slick-slider .slick-dots li.slick-active button {
    width: 24px;
    height: 8px;
    background: #00A850;
    border-radius: 50px;
    border: 0;
}

.slick-slider .slick-dots li {
    margin: 0 8px;
}

.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #ddd;
}

.btn-banner {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
}

.container .heading .text {
    color: #333;
    font-family: kurious-looped;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.sc-inner {
    padding: 48px 0;
}

.icw .container {
    margin: 0 auto;
    padding: 0 16px;
}

.sc-app-detail .container .heading .text {
    margin-bottom: 24px !important;
}

@media screen and (min-width: 1024px) {
    .icw .btn {
        width: 200px;
    }

}

@media screen and (min-width: 767px) {
    .sc-app-detail .container .heading .text {
        margin-bottom: 32px !important;
    }

    .banner-slider.slick-slider .slick-dots {
        text-align: right;
        bottom: 56px;
    }

    .btn-banner {
        bottom: 48px;
        left: 15px;
        text-align: left;
    }

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

    .container .heading .text {
        font-size: 33px;
    }
}

/*########################### end sc-hero-banner ###########################*/

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

.sc-faqs .sc-inner {
    position: relative;
}
.sc-faqs .container {
    position: relative;
    z-index: 1;
}
.sc-faqs .bg {
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sc-faqs .bg.-mb {
    background-image: url(../img/bg-faq-m2.png);
    background-size: 100%;
    background-attachment: fixed;
}

.sc-faqs .bg.-dt {
    background-image: url(../img/bg-faq.png);
    background-attachment: fixed;
    display: none;
}

.sc-faqs .sc-content {
    margin-top: 16px;
}

.sc-faqs .accordion-kl {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 16px;
}

.sc-faqs .accordion-kl:last-child {
    margin-bottom: 0;
}

.sc-faqs .accordion-title {
    background: #fff;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 46px 16px 16px;
    border-left: 0;
    /* border-radius: 0; */
}

.sc-faqs .accordion-title.active {
    background: #00a94f;
    color: #fff;
}

.sc-faqs .accordion-title:hover {
    background: #00a94f;
    color: #fff;
}

.sc-faqs .accordion-title:after {
    color: #00a94f;
    font-weight: 400;
    font-size: 16px;
}

.sc-faqs .accordion-content {
    background: #fff;
    padding: 16px;
    color: #333;
    /* display: none !important;
}

.sc-faqs .accordion-content.active {
    display: block !important; */
}

.sc-faqs .accordion-title.active:after,
.sc-faqs .accordion-title.active,
.sc-faqs .accordion-title:hover:after {
    color: #fff;
}

.icw .sc-faqs ul,
.icw .sc-faqs ol {
    padding-left: 20px;
}

.icw .sc-faqs ul li {
    list-style: disc;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.icw .sc-faqs ol li {
    list-style: decimal;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.icw .sc-faqs p {
    list-style: decimal;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 4px;
}

.icw .sc-faqs ul li:last-child,
.icw .sc-faqs ol li:last-child {
    margin-bottom: 0;
}

/* newversion */
.accordion-group-new-version {
    margin-bottom: 0;
}

.accordion-group-new-version .accordion-title {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
}

.accordion-group-new-version .accordion-title:first-child {
    margin-top: 0;
}

.accordion-group-new-version .accordion-title.active {
    border-radius: 8px 8px 0 0;
    box-shadow: unset;
}

.accordion-group-new-version .accordion-content {
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    margin-left: 0;
}

@media screen and (min-width:768px) {
    .sc-faqs .sc-content {
        margin-top: 24px;
    }

    .sc-faqs .accordion-content {
        padding: 16px 24px;
    }

    .sc-faqs .accordion-title {
        padding: 16px 46px 16px 24px;
        font-size: 18px;
    }

    .icw .con-sm {
        width: 880px;
    }

    .sc-faqs .bg.-mb {
        display: none;
    }

    .sc-faqs .bg.-dt {
        display: block;
        /* background-size: 920px; */
    }
}

/*############### end faq ###############*/

/*############### shortcut ###############*/
.sc-shortcut .sc-inner {
    padding: 40px 0;
}

.service-container .item {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
    padding-bottom: 18px;

    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-container .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.service .image i {
    background: transparent;
    width: auto;
    height: auto;
    line-height: initial;
}

.service .image i:before {
    color: #00A94F;
    font-size: 24px;
}

.service .caption {
    padding: 0;
}

.service .image {
    width: auto;
}

.service .caption .desc {
    color: #00A94F;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.caption .titele-service {
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.5;
}

/* 
.service .caption .desc:hover {
    color: #00873F;
} */

@media screen and (min-width:768px) {
    .service-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

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

    .service-container .item {
        width: 215px;
        /* height: 144px; */
        border-radius: 8px;
        border: 1px solid #EDEDED;
        background: #FFF;
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .service-container .item:last-child {
        border-bottom: 1px solid #E7E7E7;
        padding-bottom: 16px;
    }

    /* .service .caption .desc {
        color: #333;
        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none !important;
    }

    .service .caption .desc:hover {
        color: #00A94F;
    } */

    .item.service:hover {
        transform: scale(1.1);
    }

    .service-container .item .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .service .image i:before {
        font-size: 32px;
    }
}

/*############### end shortcut ###############*/

/*############### sc-apply ###############*/
.sc-apply {
    background: #99DDB9;
    background: url(../img/apply-bg-mb-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

    background-attachment: unset !important;
}

.sc-apply .sc-inner {
    padding-top: 48px;
    padding-bottom: 48px;
}

.mb-apply {
    width: 338px;
    /* max-width: unset !important; */
    margin-bottom: 24px;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 24px;
}

.sc-apply .heading .desc {
    margin: 0;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
}

.sc-apply .heading .desc .icon {
    position: relative;
    top: 4px;
    margin-right: 3px;
    font-size: 20px;
}

.sc-apply .btn {
    margin-top: 16px;
    width: 100%;
    font-size: 20px;
    background: #00A94F;
    color: #fff;
}

.sc-apply .btn:hover {
    background: #0BC160;
}

.sc-apply .heading .text {
    color: #fff;
    font-size: 28px;
}

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

    .sc-apply .heading .text {
        font-size: 33px;
    }

    .sc-apply .heading .desc {
        font-size: 16px;
    }

    .flex-box {
        gap: 60px;
        flex-direction: row;
    }

    .mb-apply {
        margin-bottom: 0;
        max-width: unset !important;
    }

    .sc-apply .con-sm {
        padding: 0 36px;
    }

    .sc-apply .btn {
        margin-bottom: 40px;
    }

    .sc-apply .sc-inner {
        padding-bottom: 0;
        padding-top: 40px;
    }

    .sc-apply {
        background: url(../img/apply-bg-pc-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}

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

/*############### application-details ###############*/
.sc-app-detail {
    background-color: #f4faf6;
}

.sc-app-detail .sc-inner .container .box-content {
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06); */
    background-color: #ffffff;
    padding: 30px 20px;
    border-top: 5px solid #45a94f;
    margin-bottom: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sc-app-detail .sc-inner .container .box-content:last-child {
    margin-bottom: 0;
}

.sc-app-detail .sc-inner .container .box-content .title {
    color: #111;
    font-family: kurious-looped;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.sc-app-detail .sc-inner .container .box-content .sub-title {
    margin-bottom: 16px;
    color: #111;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.icw .con.col-2 {
    columns: 1;
}

.icw .con {
    padding-left: 20px;
    color: #666;
}

.icw .con li {
    list-style: disc;
    margin-bottom: 4px;
}

.image img {
    width: 100%;
}

.table-loan td p {
    font-size: 13px;
}

@media screen and (min-width:992px) {
    .sc-app-detail .sc-inner .container .box-content {
        padding: 40px 32px 32px;
    }

    .icw .con.col-2 {
        columns: 2;
        column-gap: 5%;
    }
    
    /* .icw .con {
        width: 400px;
        margin: auto !important;
    } */
}

@media screen and (min-width:768px) {
    .sc-app-detail .sc-inner .container .box-content .title {
        margin-bottom: 32px;
    }

    .table-loan td p {
        font-size: 16px;
    }
}

/*############### end application-details ###############*/

/*############### loan-details ###############*/
.sc-loan-details {
    background-color: #f4f4f4;
}

.sc-loan-details .table {
    max-width: 850px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 24px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.table-loan {
    border-radius: 8px;
    border-collapse: collapse;
    width: 100%;
}

.table-loan tr:last-child {
    border-bottom: 0;
}


.table-loan tr th {
    background: #00A94F;
    color: #FFF;
    text-align: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px;
}

.table-loan tr td {
    color: #666;
    text-align: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px;
}

.table-loan tr td:first-child {
    background: #00A94F;
    color: #FFF;
    font-weight: 600;
    width: 38%;
    font-size: 13px;
}

@media screen and (min-width:768px) {
    .table-loan tr th {
        font-size: 18px;
        padding: 24px;
    }

    .table-loan tr td {
        font-size: 16px;
        padding: 16px;
    }
    .table-loan tr td:first-child {
        font-size: 18px;
    }
    .sc-loan-details .table {
        margin-bottom: 32px;
    }
}

/*############### end loan-details ###############*/


/*############### service-download ###############*/
.icw .txt-link {
    color: #00A94F !important;
    font-family: kurious-looped !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.icw .txt-link i {
    font-size: 24px !important;
    position: relative;
    top: 5px;
}

.icw .txt-link:hover {
    color: #00873F !important;
}

.icw .txt-link span {
    text-decoration: underline !important;
}

.service-download {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 8px;
    background: #FAFAFA;
    width: 100%;
    margin: auto;
}

.service-download .content-decs {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ccc;
    color: #666;
}

@media screen and (min-width:768px) {
    .service-download {
        flex-direction: row;
        padding: 16px 0;
        max-width: 850px;
        width: 100%;
        align-items: center;
    }

    .service-download .content-decs {
        padding-left: 32px;
        margin-left: 40px;
        border-left: 1px solid #ccc;
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

    .ml-15 {
        margin-left: 15px !important;
    }
}

/*############### end service-download ###############*/

/*############################ box-info  ###################################*/
@media screen and (min-width: 200px) {
    .box-info { border-top: 5px solid var(--cr-green); background: #FAFAFA; border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        display: flex; flex-direction: column; justify-content: space-between;
    }
    .box-info .inner{padding: 24px 16px 40px; position: relative;}
    .box-info .row-flex{margin: 0 -8px; display: block;}
    .box-info .row-flex > div{padding: 0 8px;}
    /* .box-info .row-flex > div + div{margin-top: 16px;} */
    .box-info .row-flex + .row-flex > div + div{margin-top: 24px;}
    .box-info .row-flex + .row-flex {margin-top: 24px;}
    .box-info .row-flex + .s-title{margin-top: 24px;}
    .box-info .h-title{font-size: 20px; line-height: 1.7em; color: var(--cr-black); text-align: center; margin-bottom: 16px; display: none;}
    .box-info .h-title strong{font-weight: 600;}
    .box-info .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-black); margin-bottom: 8px;}
    .box-info .s-title strong{font-weight: 600;}
    /* .box-info .title-txt{margin-bottom: 16px;} */
    .box-info .title-txt small{font-size: 13px;}
    .box-info p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.9em;}
    .box-info p.desc .link{text-decoration: none}
    .box-info p.desc .link .icon{position: relative; margin-right: 0px;}
    .box-info p.desc .link .txt{text-decoration: underline;}
    .box-info ul{position: static; padding-left: 1.3em; margin: 0; }
    .box-info ul > li{list-style: disc; color: var(--cr-dark); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info ul > li strong{color: var(--cr-gray); font-weight: 600;}
    .box-info ul > li .link{font-weight: 600; font-family: 'kurious-looped';}
    .box-info ul > li > ul{list-style: disc;}
    .box-info ul.check-list{padding-left: 0;}
    .box-info ul.check-list > li{position: relative; padding-left: 32px; list-style: none; color: var(--cr-gray);}
    .box-info ul.check-list > li:before{content: "\e909"; position: absolute;top: 0; left: 0; font-size: 24px; font-family: 'iconxpc'; color: var(--cr-green);}
    .box-info ul + .txt-note-ul{margin-top: 16px;}
    .box-info .ol-list{position: static; padding-left: 1.3em; margin: 0;}
    .box-info .ol-list > li{color: var(--cr-gray); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info .ol-list > li > ul{list-style: disc;}
    .box-info .ol-list > li > ul > li{color: var(--cr-gray);}
    .box-info .ol-list.-num-strong{counter-reset:item; padding: 0;}
    .box-info .ol-list.-num-strong > li{list-style-type:none; counter-increment:item; position: relative; padding-left: 1.2em;}
    .box-info .ol-list.-num-strong > li:before{font-weight:700;content:counter(item) "."; position: absolute; top: 0; left: 0;}
    .box-info .ol-list + .txt-note-ul{margin-top: 16px;}
    .box-info a.link.-pdf{padding-left: 0px; display: inline; text-decoration: none; font-weight: 500; font-family: 'kurious-looped';}
    .box-info a.link.-pdf .icon{color: var(--cr-green); font-size: 18px; display: inline-block; vertical-align: middle;}
    .box-info a.link.-pdf .txt{text-decoration: underline; font-size: 16px; font-weight: 600;}
    .box-info .txt-note{margin: 16px 0 0; color: var(--cr-dark); line-height: 1.5em; font-size: 13px; }
    .box-info .txt-note + ul{margin-top: 16px;}
    .box-info .txt-note + .txt-note-ol{margin-top: 8px; padding-left: 20px;}
    .box-info .txt-note-ol > li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info .txt-note-ul > li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info .txt-note-remark{font-size: 13px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; margin: 0 0 24px;}
    .box-info .warning{text-align: center; padding: 12px 16px; background: #F8F8F8; border-radius: 8px; display: inline-flex;}
    .box-info .warning p{margin: 0; font-size: 13px; font-weight: 500; line-height: 1.8em; font-family: 'kurious-looped';}
    .box-info .warning .txt{font-weight: 600; display: inline-block; vertical-align: middle; margin-right: 8px; 
        border-radius: 4px; padding: 2px 10px 0; background: var(--cr-red); color: var(--cr-light); line-height: 1.5em;
    }

    .box-info .col:not(:first-child) .title-txt {
        margin-top: 16px;
    }
    
    .box-info img.icon{width: 26px; margin-right: 4px;}
    .box-info .note{padding: 16px; background: rgba(255,255,255,0.6);}
    .box-info .note p.desc{font-size: 13px; color: var(--cr-gray);}
    .box-info .note p.desc strong{color: var(--cr-black);}
    .box-info .note small{font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; color: var(--cr-gray); line-height: 1.5em;position: relative; padding-left: 1em;}
    .box-info .note small:before{content: '*'; position: absolute; top: 0; left: 0;}
    .box-info .note ul > li{font-size: 13px; color: var(--cr-gray); line-height: 1.5em;}
    .box-info .note ul.remark{padding: 0;}
    .box-info .note ul.remark > li{padding-left: 32px; position: relative; list-style: none;}
    .box-info .note ul.remark > li:before {min-width: 32px;background: transparent;position: absolute;top: 0; left: 0;}
    .box-info .note ul.remark > li:nth-child(1):before {content: "*";}
    .box-info .note ul.remark > li:nth-child(2):before {content: "**";}
    .box-info .note ul.remark > li:nth-child(3):before {content: "***";}
    .box-info .note ul.remark > li:nth-child(4):before {content: "****";}
}
@media screen and (min-width: 768px) { 
    .box-info + .box-info{margin-top: 16px;}
    .box-info .row-flex{margin: 0 -24px; display: flex; display: grid; grid-template-columns: 1fr 1fr;}
    .box-info .row-flex + .row-flex{margin-top: 16px;}
    .box-info .row-flex > div{padding: 0 24px;}
    .box-info .row-flex > div + div{margin-top: 0;}
    .box-info .col:not(:first-child) .title-txt {
        margin-top: 0;}
    .box-info .row-flex + .row-flex > div + div{margin-top: 0;}
    .box-info .inner{padding: 40px 32px 32px; background: var(--cr-light);}
    .box-info .note{padding: 16px 32px; background: #FAFAFA; border-radius: 0 0 8px 8px;}
    .box-info .h-title{font-size: 20px; text-align: left; margin-bottom: 16px; display: block;}
    .box-info .h-title.a-center{text-align: center;}
    .box-info .h-title + .s-title{margin-top: 32px;}
    .box-info .s-title{font-size: 18px; margin-bottom: 16px;}
    .box-info ul > li{color: var(--cr-gray);}
}
/*############################ end box-info  ###################################*/

/*############################ sc-application ###################################*/
@media screen and (min-width: 200px) {
    .sc-application{background: #f4f9f9;}
    .sc-application .sc-inner{padding: 40px 0 24px;}
    .sc-application.section .sc-heading{margin-bottom: 24px;}

    .sc-application .tab-container2{display: block; margin-bottom: 24px;}
    .sc-application .tab-row2{padding-left: 0;}
    .sc-application .tab-control2:before{display: block; bottom: 0; top: 36px;}
    .sc-application .tab-control2:after{background: linear-gradient(135deg, rgba(230,247,238,0) 50%, rgba(230,247,238,1) 90%); display: none;}
    .sc-application .tab2{width: auto; margin-right: 0;}
    .sc-application .tab2 .selector2{display: none;}
    .sc-application .tab2 .control2{flex-direction: row; margin-bottom: 24px;justify-content: center; gap: 24px; width: auto; padding-right: 0;}
    .sc-application .tab2 .control2 a{height: 36px; padding: 0; align-items: flex-start;}
    .sc-application .tab2 .control2 li{display: block;}
    .sc-application .tab2 .control2 li + li { border-top: 0; padding-top: 0; margin-top: 0;}
    .sc-application .tab2 .control2 a.active:before{opacity: 0;}
    .sc-application .tab2.active .control2{margin-left: -16px; margin-right: -54px; background: #f4f9f9;}
    .sc-application .tab2.active .control2 a{margin: 5px; padding: 10px 15px; align-items: center;}

    .sc-application .action-dropdown{display: none;}
}
@media screen and (min-width: 768px) { 
    .sc-application .sc-inner{padding: 64px 0;}
    .sc-application.section .sc-heading{margin-bottom: 32px;}

    .sc-application .tab-container2{background: transparent; margin-bottom:0;}
    .sc-application .tab-control2:after{display: none;}
    .sc-application .tab2 .selector2{display: block;}
    .sc-application .tab2 .control2{justify-content: center;}
}
@media screen and (min-width: 992px) {
    .sc-application .tab-container2,
    .sc-application.content-slide .tab-container2{display: flex;}
    .sc-application .tab-control2:before{display: none;}
    .sc-application .tab-row2{padding-left: 24px;}
    .sc-application .tab2{width: 266px;}
    .sc-application .tab2 .selector2{display: none;}
    .sc-application .tab2 .control2{flex-direction: column; margin-bottom: 0; border-bottom: 0; justify-content: space-between; gap: 0;}
    .sc-application .tab2 .control2 a{height: auto; padding: 0 16px; align-items: center;}
    .sc-application .tab2 .control2 li + li { border-top: 1px solid #DBDBDB; padding-top: 18px; margin-top: 18px;}
    .sc-application .tab2 .control2 a.active:before{opacity: 1;}
}
@media screen and (min-width: 1200px) {

}

/*############################ end sc-application ###################################*/

/*############################ content-slide ###################################*/
body:has(.content-slide-tab.content-active)::-webkit-scrollbar {
    display: none !important;
}
@media screen and (min-width: 200px) {
    .content-slide .box-info{border-top: none; background: #f4f9f9; border-radius: 0px; box-shadow: none; display: none;min-height: calc(100dvh - 150px);}
    .content-slide .box-info.active{display: flex;}
    .content-slide .box-info .inner{padding: 0px;}
    .content-slide .box-info .inner:last-child{padding-bottom: 16px;}
    .content-slide .box-info .note{margin: 24px -16px -16px;}

    .content-slide .content-slide-nav{position: relative;}
    .content-slide .content-slide-nav ul{padding: 0; margin: 0; list-style: none;}
    .content-slide .content-slide-nav ul>li{width: 100%; padding: 24px 0;}
    .content-slide .content-slide-nav ul>li+li{border-top: 1px solid #DBDBDB;}
    .content-slide .content-slide-nav .nav-mobile-link{display: flex; align-items: center; text-decoration: none; position: relative; }
    .content-slide .content-slide-nav .nav-mobile-link:before { content: ""; position: absolute; width: 12px; height: 12px; transform: rotate(45deg); top: 0px; right: 0; bottom: 0;
        margin: auto; border-top: 2px solid var(--cr-green); border-right: 2px solid var(--cr-green);
    }
    .content-slide .content-slide-nav .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; 
        width: 24px; height: 24px; font-size: 24px; color: var(--cr-green);
    }
    .content-slide .content-slide-nav .nav-mobile-link .icon > img{width: 24px; height: 24px;}
    .content-slide .content-slide-nav .nav-mobile-link .txt{font-weight: 600; font-family: 'kurious-looped'; font-size: 16px; line-height: 1.5em; color: var(--cr-black);}

    .content-slide .content-slide-tab .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px; transform: rotate(180deg); text-align: center;
        background: var(--cr-green); border-radius: 50%; color: var(--cr-light); font-size: 20px; display: flex; align-items: center; justify-content: center;
    }
    .content-slide .content-slide-tab .back-mobile > span{position: relative; left: 1px;}
    .content-slide .content-slide-tab .nav-info-head{display: block; text-align: center;}
    .content-slide .content-slide-tab .nav-info-head .txt{font-size: 20px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
    .content-slide .content-slide-tab .nav-info-head .txt strong{font-weight: 600;}
    .content-slide .content-slide-tab .nav-info-head .txt.active{display: block;}

    .content-slide .content-slide-tab{position: fixed; top: 0; left: 100%; height: 100%; width: 100vw; overflow: auto; z-index: 10001; 
        transition: var(--tsition); padding: 0px 16px 0; pointer-events: none; background: #f4f9f9;
    }
    .content-slide .content-slide-tab.content-active{left: 0; pointer-events: visible; outline: none !important; -webkit-backface-visibility: hidden;}

    .content-slide .content-slide-head{position: sticky; z-index: 111; top: 0; background: #f4f9f9; margin-left: -16px; margin-right: -16px; padding: 21px 16px 0}

    /*############################ content-active ###################################*/
    html.content-active,
    body.content-active,
    body.content-active .icw{overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/ height: 100%;}
    .icw .main.content-active{overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/ position: static;}

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

    .content-slide .box-info{border-top: 5px solid var(--cr-green); background: #FAFAFA; min-height: inherit; overflow: hidden;
        border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); display: flex;
    }
    .content-slide .box-info .inner{padding: 40px 32px 32px;}
    .content-slide .box-info .inner:last-child{padding-bottom:32px;}
    .content-slide .box-info .note{margin: 0;}


    .content-slide .content-slide-nav{display: none;}
    .content-slide .content-slide-nav .nav-mobile-link{display: none;}
    .content-slide .content-slide-tab .back-mobile {display: none;}
    .content-slide .content-slide-tab .nav-info-head{display: none;}

    .content-slide .content-slide-tab,
    .content-slide .content-slide-tab.content-active{left: 0%; overflow: visible; display: block; position: static; width: auto; height: auto; padding: 0; background: transparent;pointer-events: inherit;}

    .content-slide .content-slide-head{position: static; z-index: 100; top: 0; background: transparent; margin-left: 0;margin-right: 0; padding: 0;}

    html.content-active,
    body.content-active,
    body.content-active .icw{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ height: auto;}
    .icw .main.content-active{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ position: relative;}



}
/*############################ end content-slide ###################################*/

/*############################ tab 2 ###################################*/
.tab-control2{position: relative; height: 36px; margin-bottom: 24px;}
.tab-control2:before{content: ''; position: absolute; height: 1px; left: 0; bottom: -1px; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab-control2:after{content: ''; position: absolute; z-index: 3; top: 0; right: 24px; bottom: 0; width: 70px;
    background: linear-gradient(135deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%); pointer-events: none;
}
.tab-control2 .timebar{position: absolute; z-index: 5; left: 0; bottom: 0px; height: 2px; 
    background-color: #BCBCBC; transition: 0ms ease-in-out; border-radius: 50px;
}
.tab2 {position: relative; z-index: 3; overflow: auto; margin-right: 24px; border-bottom: 0px solid var(--cr-border);}
.tab2 .control2{display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 0 30px 0 0; gap: 16px; width: 100vw; margin: 0; list-style: none;}
.tab2 .control2 li{display: inline-flex;}
.tab2 .control2 a {display: flex; justify-content: center; align-items: center; height: 33px; text-align: center; position: relative; z-index: 1; 
    border-bottom: 3px solid transparent; margin-bottom: 0px; text-decoration: none;
}
.tab2 .control2 a .txt{font-weight: 600; font-size: 16px; color: var(--cr-lightgray); line-height: 1.8em; white-space: nowrap;}
.tab2.active .control2 a .txt{color: var(--cr-dark);}
.tab2 .control2 a.active {pointer-events: none; border-bottom-color:var(--cr-green);}
.tab2 .control2 a.active .txt{color:var(--cr-dark); font-weight: 600;}
.tab2.active .control2 a.active .txt{color:var(--cr-light);}
.tab2.active .control2 a:hover .txt{color:var(--cr-green);}
.tab2 .selector2 {display: none; height: 3px; background-color: var(--cr-green); position: absolute;
    left: 0;bottom: 0;z-index: 0; 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);
}
.tab2.active{overflow: visible;}
.tab2.active .control2 {display: block; flex-wrap: inherit; width: auto; margin-left: -15px; margin-right: -70px;
    position: relative; z-index: 1; top: 35px; padding: 16px 11px; background-color: #F0FAF7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 a {display: inline-flex; height: auto; padding: 10px 15px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 5px; color: var(--cr-gray);
}
.tab2.active .control2 a .txt{border: 0; line-height: 1.5em;}
.tab2.active .control2 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: 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-content2 {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content2.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

.tab-row2{margin: 0; padding: 0; list-style: none;}

@media screen and (min-width: 768px) {
    .tab-container2{display: flex;}
    .tab-control2{height: fit-content;margin: 0; flex: 0 0 auto; position: sticky; top: 74px;}
    .tab-control2:before{display: none;}
    .tab-control2:after{display: none;}

    .tab2{overflow: visible; margin-right: 0; border-bottom: 0px solid var(--cr-border); padding-right: 0px; width: 266px;}
    .tab2 .selector2 {display: none;}
    .tab2 .control2{flex-wrap: nowrap; justify-content: space-between; display: flex; padding-right: 0px; gap: 0px; width: auto; flex-direction: column;}
    .tab2 .control2 a {white-space: nowrap; border-bottom: 0; height: auto; padding: 0 16px; justify-content: flex-start; color: var(--cr-lightgray);}
    .tab2 .control2 a + a{border-top: 1px solid #DBDBDB; padding-top: 18px; margin-top: 18px;}
    .tab2 .control2 a .txt{display: block; border-bottom: 0px solid transparent; line-height: 1.5em;}
    .tab2 .control2 a{position: relative;}
    .tab2 .control2 a:before{content: "\e900"; font-family: 'iconavigation'; font-size: 8px; opacity: 0; position: absolute; bottom: 6px; right: 16px; color: var(--cr-green); 
        transition: var(--tsition);
    }
    .tab2 .control2 a.active:before{opacity: 1;}
    .tab2 .control2 a:last-child{padding-right: 20px;}
    .tab2 .control2 a:last-child:before{bottom: 6px;}
    .tab2 .control2 a.-mark:before{bottom: 19px;}
    .tab2.active .control2 a .txt{padding-bottom: 0px;}

    .action-dropdown{display: none;}
    .tab-dropdown{display: none;}

    ul.tab-row2,
    .tab-row2{padding-left: 24px; flex: 1 0 0%;}
}

/*############################ sc-highlight ###################################*/
@media screen and (min-width: 200px) {
    .sc-highlight{background: #fff;}
    .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; display: grid; grid-template-columns: 1fr 1fr;}
    .sc-highlight .item-list > li{ padding: 56px 8px 24px 8px; list-style: none;}
    .sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius); height: 100%;}
    .sc-highlight .wrapper.bgI{background: #066074;}
    .sc-highlight .wrapper.bgII{background: #029199;}
    .sc-highlight .wrapper.bgIII{background: #31BF8A;}
    .sc-highlight .wrapper.bgIV{background: #8BCA6C;}
    .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: auto; display: flex; flex-direction: column; justify-content: space-between; position: relative; z-index: 1; gap: 24px; min-height: 160px;}
    .sc-highlight .wrapper .content .txt{color: var(--cr-light); font-size: 16px;}
    .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: 8px; 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 > li{position: relative; padding-left: 1.2em; list-style: none;}
    .sc-highlight .note ul > li:before{content: '-'; position: absolute; top: 0; left: 2px;}

    .sc-highlight .sc-heading {
        margin-bottom: 16px;
    }
}
@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 > 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; padding-right: 75px; height: 175px; 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;}
    .sc-highlight .sc-heading {
        margin-bottom: 32px;
    }
}
@media screen and (min-width: 992px) {
    /* .sc-highlight .item-list > li{width: calc(100%/3);} */
    /* .sc-highlight .wrapper .content{height: 163px;} */
    .sc-highlight .wrapper .content .txt{font-size: 18px;}
}
@media screen and (min-width: 1200px) {
    .sc-highlight .wrapper .thumb{width: 156px;}
}

.icw .ml-4 {
    margin-left: 4px !important;
}