/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

html, body {
    overflow-x: hidden;
    touch-action: pan-y;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .text-underline {
    text-decoration: underline;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    font-family: 'kurious-looped';
}

.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!important;
}

.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!important;
}

.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.5em;
}

.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.5 !important;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .text-semibold {
    font-weight: 600 !important;
}

.icw .text-medium {
    font-weight: 500 !important;
}

.icw .nw {
    white-space: nowrap !important;
}

.icw ul li li {
    list-style: disc;
}

.icw .d-flex {
    display: flex !important;
}

.icw .head-list {
    text-align: left;
    width: fit-content;
    margin: auto;
}

.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 .f-18 {
    font-size: 18px !important;
    font-family: 'kurious-looped';
}

.icw .f-20 {
    font-size: 20px !important;
    font-family: 'kurious-looped';
}

.icw .f-looped {
    font-family: 'kurious-looped';
}

@media screen and (min-width: 200px) {
    .icw h1,.icw .h1 {
        font-size: 28px;
        line-height: 1.5em;
    }

    .icw h2,.icw .h2 {
        font-size: 24px;
        line-height: 1.5em;
    }

    .icw h3,.icw .h3 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .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.5em;
    }

    .icw h2,.icw .h2 {
        font-size: 33px;
        line-height: 1.5em;
    }

    .icw h3,.icw .h3 {
        font-size: 26px;
        line-height: 1.5em;
    }

    .icw h4,.icw .h4 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .icw h5,.icw .h5 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h6,.icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .icw .ipad-d-flex {
        display: flex !important;
    }
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
    display: none;
}

.show-w991 {
    display: none;
}

.show-w767 {
    display: none;
}

.show-w576 {
    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: 576px) {
    .show-w576 {
        display: block;
    }

    .hide-w576 {
        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 > div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20 > div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex > div {
    float: none;
}

.icw .row-flex > .col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex > .col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex > .col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex > .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 > li {
    float: left;
}

.icw .section {
    position: relative;
}

.icw .section .sc-inner {
    position: relative;
}

@media screen and (min-width: 200px) {
    .section .sc-inner {
        padding: 48px 0;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }
}

/*============================== 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: 8px;
    transition: var(--tsition);
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: +1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover, .icw .btn:active:hover, .icw .btn.active:hover, .icw .btn:active:focus, .icw .btn.actitve:focus, .icw .btn:active.focus, .icw .btn.active.focus, .icw .btn:focus, .icw .btn:focus:hover, .icw .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw .btn.disabled, .icw .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s,color .3s .3s;
}

.icw .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
    background-color: var(--cr-green);
}

/*============================== swiper ===============================*/
.swiper-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: 1;
    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>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-pagination {
    text-align: center;
    margin: 0;
    padding-top: 32px;
    position: relative;
    bottom: 0;
}

.swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    border: 1px solid #DDDDDD;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--cr-light);
    opacity: 1;
    transition: var(--tsition);
}

.swiper-pagination-bullet-active {
    background: #00A94F;
    border-color: #00A94F;
    opacity: 1;
    width: 24px;
}

@media screen and (max-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {
        width: 35px;
        height: 35px;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-pagination {
        padding-top: 24px;
    }
}

/*============================== visible&hidden  ===============================*/
.icw .visible-w1199 {
    display: none;
}

.icw .visible-w991 {
    display: none;
}

.icw .visible-w767 {
    display: none;
}

.icw .visible-w414 {
    display: none;
}

.icw .visible-w375 {
    display: none;
}

.icw .visible-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .icw .visible-w1199 {
        display: block;
    }

    .icw .hidden-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .icw .visible-w991 {
        display: block;
    }

    .icw .hidden-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .icw .visible-w767 {
        display: block;
    }

    .icw .hidden-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .icw .visible-w414 {
        display: block;
    }

    .icw .hidden-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .icw .visible-w375 {
        display: block;
    }

    .icw .hidden-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .icw .visible-w360 {
        display: block;
    }

    .icw .hidden-w360 {
        display: none;
    }
}

/*============================== utitliy ===============================*/
.icw .mb-0 {
    margin-bottom: 0 !important;
}

.icw .mb-8 {
    margin-bottom: 8px !important;
}

.icw .mb-24 {
    margin-bottom: 24px !important;
}

.icw .pt-0 {
    padding-top: 0 !important;
}

.icw .pt-32 {
    padding-top: 32px !important;
}

.icw .pt-40 {
    padding-top: 40px !important;
}

.icw .pb-16 {
    padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
    .icw .pt-md-48 {
        padding-top: 48px !important;
    }
}

/*############################ select2 ###################################*/
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.select2-container {
    position: relative;
    display: block;
    margin: 0;
    width: 100% !important;
}

.select2-dropdown {
    background: var(--cr-light);
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}

.select2-dropdown {
    border: 1px solid #D7D7D7;
    border-top: 0;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
}

.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single, .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown, .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
    background-color: var(--cr-light);
    border-color: var(--cr-green);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
    overflow: hidden;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-container .select2-results {
    display: block;
}

.select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 25vh;
    overflow-y: auto;
    background-color: var(--cr-light);
    color: #aaa;
}

.select2-container .select2-results__option {
    margin: 0;
    font-size: 16px;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-results__option {
    padding: 13px 8px 13px 16px;
    border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--cr-green);
    color: var(--cr-light);
}

.select2-selection__rendered {
    border-radius: 25px;
    border: none;
    margin: 0;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    padding-top: 0;
    padding-right: 36px;
    background-color: var(--cr-light);
    color: var(--cr-green);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #D7D7D7;
    line-height: 46px;
    text-align: left;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}

.select2-container--open .select2-selection__rendered {
    border-radius: 25px 25px 0 0;
    border-color: var(--cr-green);
    border-bottom-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    width: 12px;
    right: 24px;
    top: 15px;
    margin: 0;
    pointer-events: none;
    border-top: 1px solid var(--cr-dark);
    border-right: 1px solid var(--cr-dark);
    display: block;
    position: absolute;
    transition: transform 0.3s ease-out;
    transform: rotate(135deg);
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-45deg);
    top: 22px;
}

.select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/*########################### mCustomScrollbar ###################################*/
.mCustomScrollbar {
    touch-action: initial;
}

.mCSB_scrollTools .mCSB_draggerContainer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    margin: auto;
    margin: 0;
    height: 3px;
    background-color: #ebebeb;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    /* margin-bottom: 0; */
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    /* top: 0; */
    /* height: 3px; */
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 15px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 3px;
    margin: 0px auto;
    background-color: #00A94F;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 0px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    /* .mCSB_horizontal.mCSB_inside > .mCSB_container{margin-top: 24px;} */
}

/*############################ hint-scroll ###################################*/
.hint-scroll {
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--cr-dark);
    margin-bottom: 16px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: var(--cr-green);
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'kurious-looped';
    line-height: 1.5;
    color: var(--cr-dark);
}

@media screen and (max-width: 1200px) {
    .hint-scroll {
        display: flex;
    }
}

/*#######################################################################*/
/*================================ PAGE =================================*/
/*#######################################################################*/
/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
    .section-highlight-banner {
        position: relative;
        overflow: hidden;
    }

    .section-highlight-banner .swiper-pagination {
        position: absolute;
        padding: 0;
        bottom: 3%;
        right: 0;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 5.5%;
        right: 10%;
        left: auto;
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 6.5%;
        right: 10%;
    }
}

@media screen and (min-width: 1200px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 7.5%;
        right: 11%;
    }
}

/*############################ sc-highlight ###################################*/
@media screen and (min-width: 200px) {
    .sc-highlight {
        background: #F0FAF7;
    }

    .sc-highlight .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .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: #333;
        font-family: kurious-looped;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        margin-top: 8px;
    }

    .sc-highlight .item-list {
        margin: -8px;
    }

    .sc-highlight .item-list > li {
        width: calc(100%/2);
        padding: 56px 8px 8px 8px;
        list-style: none;
    }

    /* .sc-highlight .item-list > li:last-child{width: calc(100%); padding-top: 24px;}
    .sc-highlight .item-list > li:last-child .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;}
    .sc-highlight .item-list > li:last-child .wrapper .content{padding: 16px; height: 163px; display: flex; flex-direction: column; justify-content: space-between;} */
    .sc-highlight .wrapper {
        position: relative;
        display: block;
        border-radius: var(--radius);
    }

    .sc-highlight .wrapper.bgI {
        background: #0A6A60;
    }

    .sc-highlight .wrapper.bgII {
        background: #008661;
    }

    .sc-highlight .wrapper.bgIII {
        background: #20AAC9;
    }

    .sc-highlight .wrapper.bgIV {
        background: #6ABA55;
    }

    .sc-highlight .wrapper.bgV {
        background: #66CAAE;
    }

    .sc-highlight .wrapper.bgVI {
        background: #88B1F0;
    }

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        left: 0;
        width: 156px;
        top: -56px;
        margin: auto;
    }

    .sc-highlight .wrapper .content {
        padding: 56px 16px 16px 16px;
        height: 236px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-highlight .wrapper .content .txt {
        color: var(--cr-light);
    }

    .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 .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.5em;
        margin: 0;
    }

    .sc-highlight .note ul {
        font-family: 'kurious-looped';
        font-size: 13px;
        color: var(--cr-gray);
        line-height: 1.5em;
        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;
    }
}

@media screen and (min-width: 768px) {
    .sc-highlight .sc-heading {
        margin-bottom: 40px;
    }

    .sc-highlight .item-list {
        margin: -12px;
    }

    .sc-highlight .item-list > li {
        padding: 12px;
    }

    .sc-highlight .item-list > li:last-child {
        padding-top: 12px;
    }

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        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 .note {
        margin-top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .sc-highlight .item-list > li {
        width: calc(100%/3);
    }

    .sc-highlight .item-list > li:last-child {
        width: calc(100%/3);
    }

    .sc-highlight .item-list > li:nth-child(1) {
        width: calc(100%/3);
    }

    .sc-highlight .item-list > li:nth-child(2) {
        width: calc(100%/3);
    }
}

@media screen and (min-width: 1200px) {
}

/*############################ sc-product-info ###################################*/
@media screen and (min-width: 200px) {
    .sc-product-info {
        background: #fff;
        overflow: hidden;
    }

    .sc-product-info .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-product-info .sc-heading .title {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-product-info .sc-content {
        position: relative;
    }

    .sc-product-info .tab-control {
        margin-bottom: 32px;
    }

    .sc-product-info .tab .control {
        gap: 16px;
    }

    .sc-product-info .head {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-product-info .head .h-title {
        font-size: 16px;
        margin: 0;
        line-height: 1.5em;
        color: var(--cr-dark);
        margin-bottom: 8px;
    }

    .sc-product-info .body {
        position: relative;
    }

    .sc-product-info #loan-type .table td {
        background: #fafafa;
    }

    .sc-product-info .table {
        overflow: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
        border-spacing: 0;
        border: 0.5px solid #E8E8E8;
        border-radius: 8px;
        min-width: 1300px;
    }

    .sc-product-info .table th, .sc-product-info .table td {
        padding: 8px 16px;
        background-color: #fff;
        border: 0.5px solid #E8E8E8;
        color: var(--cr-gray);
        text-align: center;
        line-height: 1.5;
        font-size: 13px;
    }

    .sc-product-info .table tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }

    .sc-product-info .table tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .sc-product-info .table tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .sc-product-info .table tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .sc-product-info .table .bg {
        background-color: var(--cr-green) !important;
        color: var(--cr-light);
        font-weight: 600;
    }

    .sc-product-info p.download-text {
        line-height: 1.5em;
        font-family: kurious-looped;
        font-weight: 500;
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
    }

    .sc-product-info ul {
        padding: 0 0 0 1.2em;
        margin: 0;
    }

    .sc-product-info ul > li {
        font-family: kurious-looped;
        font-weight: 500;
        color: var(--cr-gray);
        line-height: 1.5!important;
    }

    /* .sc-product-info .table.-tableII{min-width: 1400px;} */
    .sc-product-info .table.-tableII tr:last-child th:first-child {
        border-bottom-left-radius: 0px;
    }

    .sc-product-info .table.-tableII tr:last-child th:last-child {
        border-bottom-right-radius: 0px;
    }

    .remark-wrapper {
        margin-bottom: 24px;
    }

    .remark-wrapper p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) {
    .sc-product-info .head .h-title {
        font-size:20px;
        margin-bottom: 16px;
    }

    .sc-product-info .details-container {
        padding: 0;
        border-radius: 0px 0px 8px 8px;
    }

    .sc-product-info .head {
        margin-bottom: 32px;
    }

    .sc-product-info .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-top: 0;
    }

    .sc-product-info .table th {
        padding: 8px 16px;
        font-size: 13px;
        font-family: 'kurious-looped';
        line-height: 1.5;
    }

    .sc-product-info .table td {
        padding: 8px 16px;
        background-color: #fff;
        font-size: 13px;
        font-family: 'kurious-looped';
        line-height: 1.5;
    }
}

@media screen and (min-width: 992px) {
    .sc-product-info .row-flex {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .sc-product-info .table.-tableI tr:first-child td:first-child {
        width: 296px;
    }
}

@media screen and (min-width: 1200px) {
    .sc-product-info .table {
        min-width: 1140px;
        max-width: 1140px;
        margin-bottom: 24px;
    }
}

/*############ sc-product-info - accordion ############*/
@media screen and (min-width: 200px) {
    .sc-product-info {
        background: #F0FAF7;
        overflow: hidden;
    }

    .sc-product-info.bg-light {
        background: #fafafa;
    }

    .sc-product-info .sc-heading {
        text-align: center;
        margin-bottom: 0;
    }

    .sc-product-info .sc-heading .title {
        margin-bottom: 0;
        line-height: 1.5em;
    }

    .sc-product-info .box-table {
        margin-bottom: 8px;
    }

    .sc-product-info .tab-control2 {
        margin-bottom: 32px;
    }

    .sc-product-info .accordion-group + .accordion-group {
        margin-top: 16px;
    }

    .sc-product-info .accordion-group .s-title {
        margin-bottom: 24px;
        text-align: center;
        line-height: 1.5em;
    }

    .sc-product-info .accordion-group .accordion + .s-title {
        margin-top: 40px;
    }

    .sc-product-info .accordion-group .accordion {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .sc-product-info .accordion-group .accordion + .accordion {
        margin-top: 16px;
    }

    .sc-product-info .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .sc-product-info .accordion dd {
        margin-left: 0;
    }

    .sc-product-info .accordion-title {
        position: relative;
        padding: 16px 50px 16px 16px;
        cursor: pointer;
        color: var(--cr-dark);
        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);
    }

    .sc-product-info .accordion-title:after {
        font-family: 'icongarage';
        content: "\e90f";
        font-size: 14px;
        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;
    }

    .sc-product-info .accordion-title.active:after {
        content: "\e910";
    }

    .sc-product-info .accordion-title:after, .sc-product-info .accordion-title:hover {
        color: var(--cr-green);
    }

    .sc-product-info .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }

    .sc-product-info .accordion-title.active:after {
        color: var(--cr-light);
    }

    .sc-product-info .accordion-content {
        padding: 16px;
    }

    .sc-product-info .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .sc-product-info .accordion-content p {
        line-height: 1.5em;
        font-family: 'kurious-looped';
        color: var(--cr-dark);
    }

    .sc-product-info .accordion-content p strong {
        font-weight: 600;
    }

    .sc-product-info .accordion-content p .link {
        font-weight: 600;
        font-family: 'kurious-looped';
    }

    .sc-product-info .accordion-content p:last-child {
        margin-bottom: 0;
    }

    .sc-product-info .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }

    .sc-product-info .accordion-content ul:last-child {
        margin-bottom: 0;
    }

    .sc-product-info .accordion-content ul > li {
        position: relative;
        list-style-type: disc;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-gray);
    }

    .sc-product-info .accordion-content ul > li+li {
        margin-top: 5px;
    }

    .sc-product-info .accordion-content ol {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }

    .sc-product-info .accordion-content ol:last-child {
        margin-bottom: 0;
    }

    .sc-product-info .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-dark);
    }

    .sc-product-info .accordion-content ol > li+li {
        margin-top: 5px;
    }

    .sc-product-info .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .sc-product-info .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: 8px;
        font-size: 16px;
        font-weight: 600;
        display: inline-flex;
        font-family: 'kurious-looped';
        margin: 8px 0;
        margin-right: 16px;
    }

    .sc-product-info .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }

    .sc-product-info .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }

    .sc-product-info .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .sc-product-info .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;
    }

    .sc-product-info .action {
        padding-top: 40px;
        text-align: center;
    }

    .sc-product-info .action .more {
        color: #009861;
    }

    .sc-product-info .action .link.more.down, .sc-product-info .action.active .link.more.up {
        display: inline-block;
    }

    .sc-product-info .action .link.more.up, .sc-product-info .action.active .link.more.down {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sc-product-info .accordion-title {
        font-size: 18px;
    }

    .sc-product-info .accordion-content .link-tel {
        display: none;
    }

    .sc-product-info .accordion-content a {
        word-break: keep-all;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
    .sc-product-info .accordion-title {
        padding: 16px 50px 16px 24px;
    }

    .sc-product-info .accordion-content {
        padding: 16px 24px;
    }
}

/*############################ sc-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-apply {
        background: url(../img/bg-droplead.jpg) #008661 no-repeat center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        height: auto !important;
    }

    .sc-apply .bg-overlay {
        background: rgba(0,0, 0, 0.2) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .sc-apply .sc-inner {
        padding: 48px 0;
    }

    .sc-apply .sc-headline {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-apply .sc-headline .sc-heading {
        margin-bottom: 0px;
        line-height: 1.5em;
        font-size: 28px;
        color: #fff;
        font-weight: 600;
    }

    .sc-apply .sc-content {
    }

    .sc-apply .fields {
        font-size: 0;
    }

    .sc-apply .fields > .row {
        margin-left: -10px;
        margin-right: -10px;
        position: relative;
    }

    .sc-apply .fields > .row:before, .sc-apply .fields > .row:after {
        content: '';
        display: table;
        clear: both;
    }

    .sc-apply .fields > .row > div {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        min-height: 1px;
        float: left;
    }

    .sc-apply .fields > .row > .a-center {
        text-align: center;
    }

    .sc-apply .fields > .row > .col-xs-12 {
        width: 100%;
    }

    .sc-apply .fields > .row + .row {
        margin-top: 32px;
    }

    .sc-apply .fields > .row > div + div {
        margin-top: 32px;
    }

    .sc-apply .fields > .row.condition-noted {
        margin-top: 40px;
    }

    .sc-apply .fields > .row.condition-noted + .row.action {
        margin-top: 16px;
    }

    .sc-apply .fields #rowPerName {
        margin-bottom: 32px;
    }

    .sc-apply .fields > .footnote {
        margin-top: 16px;
        font-family: 'kurious-looped';
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6em;
        color: #fff;
    }

    .sc-apply .input {
        position: relative;
        text-align: left;
    }

    .sc-apply .select2.disabled, .sc-apply .select2-selection__rendered.disabled, .sc-apply .select2-selection__placeholder, .sc-apply input.placeholder {
        color: #999;
    }

    .sc-apply input:focus-visible {
        outline: none;
    }

    .sc-apply input[type="text"], .sc-apply input[type="password"], .sc-apply input[type="date"], .sc-apply input[type="datetime"], .sc-apply input[type="datetime-local"], .sc-apply input[type="month"], .sc-apply input[type="week"], .sc-apply input[type="email"], .sc-apply input[type="number"], .sc-apply input[type="search"], .sc-apply input[type="tel"], .sc-apply input[type="time"], .sc-apply input[type="url"], .sc-apply textarea, .sc-apply select {
        border-radius: 48px;
    }

    .sc-apply .form input,.sc-apply .form textarea,.sc-apply .form select {
        padding: 12px 16px;
        line-height: 1.5em;
        font-size: 16px;
        font-weight: 600;
        font-family: 'kurious-looped';
        color: #999;
        width: 100%;
        background: #fff;
        border: 1px solid transparent;
    }

    .sc-apply .form input:focus,.sc-apply .form textarea:focus,.sc-apply .form select:focus, .sc-apply .form input:focus-visible,.sc-apply .form textarea:focus-visible,.sc-apply .form select:focus-visible {
        border-color: var(--cr-green);
        outline: none;
    }

    .sc-apply .form .input.required input, .sc-apply .form .input.required textarea, .sc-apply .form .input.required select, .sc-apply .form .input.required .select2-container--default .select2-selection--single, .sc-apply .form .input.required .select2-container--default .select2-dropdown {
        outline: 2px solid #ff0000;
        color: inherit ;
    }

    .sc-apply .form .input.required input::-webkit-input-placeholder, .sc-apply .form .input.required input:-ms-input-placeholder, .sc-apply .form .input.required input::placeholder {
        color: #999;
    }

    .sc-apply .form .input.required {
        position: relative;
        margin-bottom: 12px;
    }

    .sc-apply .form .input.required:after {
        content: "!";
        font-size: 18px;
        position: absolute;
        right: 16px;
        top: 10px;
        color: #fff;
        background-color: #ff0000;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        line-height: 1.5;
        text-align: center;
    }

    .sc-apply .form .text-required {
        font-size: 13px;
        color: #fff;
        background-color: #ff0000;
        width: auto;
        padding: 2px 10px;
        position: absolute;
        right: 12px;
        bottom: -24px;
        border-radius: 10px;
        margin: 0;
    }

    .sc-apply .field {
        max-width: 400px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        clear: both;
    }

    .sc-apply .field.hide {
        display: none;
    }

    .sc-apply .field > p {
        margin: 0;
        font-family: 'kurious-looped';
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5em;
        color: #fff;
    }

    .sc-apply .row.action .btn {
        background: var(--cr-green);
        color: var(--cr-light);
        width: 100%;
        font-size: 20px;
    }

    .sc-apply .row.action .btn:before {
        background-color: #0BC160;
    }

    .sc-apply .row.action .disabled-action .btn {
        background: #CCC;
        color: #999;
        pointer-events: none;
    }

    .sc-apply .row.action .disabled-action .btn:before {
        background-color: #CCC;
    }

    .sc-apply .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 12px 16px;
        padding: 12px 16px;
        padding-right: 45px;
        line-height: 1.5em;
        font-size: 16px;
        font-weight: 600;
        font-family: 'kurious-looped';
        color: #999;
        width: 100%;
        background: #fff;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sc-apply .select2.disabled, .sc-apply .select2-selection__rendered.disabled, .sc-apply .select2-selection__placeholder {
        color: #999;
    }

    .sc-apply .form .link.previous {
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: #fff;
        text-decoration: none;
    }

    .sc-apply .form .link.previous .ic {
        position: relative;
        top: 2px;
    }

    .sc-apply #fieldset-2 .fields > .row:first-child + .row {
        margin-top: 0px;
    }

    .sc-apply #fieldset-2 .fields > .row:nth-child(5) > div + div {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .sc-apply .sc-inner {
        padding: 64px 0;
    }

    .sc-apply .sc-headline {
        margin-bottom: 40px;
    }

    .sc-apply .sc-headline .sc-heading {
        font-size: 42px;
    }

    .sc-apply .fields > .row + .row {
        margin-top: 36px;
    }

    .sc-apply .fields > .row > div + div {
        margin-top: 36px;
    }

    .sc-apply .fields #rowPerName {
        margin-bottom: 36px;
    }
}

@media screen and (min-width: 992px) {
    .sc-apply .fields > .row > div + div {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1200px) {
}

/*==============================  sc-apply #msform  ===============================*/
#msform {
    width: 100%;
    margin: auto;
    position: relative;
    min-height: 520px;
}

#msform fieldset {
    width: 100%;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

#msform fieldset .row .col-md-6 {
    width: 50%;
}

#msform fieldset:last-child .fields > .row:last-child {
    margin-top: 20px;
}

#msform fieldset:last-child .row .col-md-6:first-child {
    text-align: right;
}

#msform fieldset:last-child .row .col-md-6:last-child {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
    position: absolute;
}

#msform .action[data-step='2'] {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    #msform fieldset .row .col-md-6 {
        width: 100%;
    }

    #msform fieldset:last-child .row .col-md-6:first-child, #msform fieldset:last-child .row .col-md-6:last-child {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
}

/*==============================  sc-apply visible&hidden  ===============================*/
.sc-apply .visible-w1199 {
    display: none;
}

.sc-apply .visible-w991 {
    display: none;
}

.sc-apply .visible-w767 {
    display: none;
}

.sc-apply .visible-w414 {
    display: none;
}

.sc-apply .visible-w375 {
    display: none;
}

.sc-apply .visible-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .sc-apply .visible-w1199 {
        display: block;
    }

    .sc-apply .hidden-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .sc-apply .visible-w991 {
        display: block;
    }

    .sc-apply .hidden-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .sc-apply .visible-w767 {
        display: block;
    }

    .sc-apply .hidden-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .sc-apply .visible-w414 {
        display: block;
    }

    .sc-apply .hidden-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .sc-apply .visible-w375 {
        display: block;
    }

    .sc-apply .hidden-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .sc-apply .visible-w360 {
        display: block;
    }

    .sc-apply .hidden-w360 {
        display: none;
    }
}

/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
    .sc-shortcut {
        background-color: var(--cr-light);
        overflow: hidden;
    }

    .sc-shortcut.sc-top .sc-inner {
        padding-top: 90px;
    }

    .sc-shortcut .sc-inner {
        padding: 40px 0;
    }

    .sc-shortcut .item-list {
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sc-shortcut .item-list > li {
        width: 100%;
        border-bottom: 1px solid var(--cr-border);
        padding-bottom: 8px;
    }

    .sc-shortcut .item-list > li+li {
        margin-top: 8px;
        padding-bottom: 8px;
    }

    .sc-shortcut .wrapper {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        position: relative;
        padding: 8px 0;
    }

    .sc-shortcut .icon {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .sc-shortcut .icon img {
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .sc-shortcut .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 16px;
    }

    .sc-shortcut .txt {
        font-size: 16px;
        color: var(--cr-green);
        margin: 0;
        line-height: 1.5em;
    }

    .sc-shortcut .txt strong {
        font-weight: 600;
        color: var(--cr-dark);
    }

    .sc-shortcut .txt .a-link {
        font-weight: 600;
        color: var(--cr-green);
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {
    .sc-shortcut .item-list {
        margin: -9px;
        display: flex;
        flex-wrap: wrap;
    }

    .sc-shortcut .item-list > li {
        width: calc(100%/3);
        border: 0;
        padding: 9px;
    }

    .sc-shortcut .item-list > li+li {
        margin-top: 0;
    }

    .sc-shortcut .wrapper {
        border: 1px solid #EDEDED;
        border-radius: 8px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 144px;
    }

    .sc-shortcut .wrapper:before {
        display: none;
    }

    .sc-shortcut .content {
        padding-left: 0;
        padding-top: 15px;
    }

    .sc-shortcut .icon img {
        height: 25px;
    }

    .sc-shortcut .txt {
        line-height: 1.5em;
        min-height: 2.8em;
        color: var(--cr-dark);
        text-decoration: none;
    }

    .sc-shortcut .wrapper {
        transition: transform 0.1s, backface-visibility 0.1s;
        transform: scale(1.0) translateZ(0);
        backface-visibility: hidden;
    }

    .sc-shortcut .wrapper:hover {
        transform: scale(1.048);
    }
}

@media screen and (min-width: 992px) {
    .sc-shortcut .item-list {
        justify-content: center;
    }

    .sc-shortcut .item-list > li {
        width: calc(100%/5);
    }
}

@media screen and (min-width: 1200px) {
    .sc-shortcut .icon img {
        height: 27px;
    }
}

.sc-product-info .note {
    margin-top: 32px;
}

.sc-product-info .note p {
    margin-bottom: 8px;
}

.sc-product-info .note .desc {
    font-size: 13px;
}

.c-black {
    color: #333 !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.btn-banner {
}

.btn-banner .btn {
    color: #fff !important;
    max-width: 169px;
    width: 100%;
    box-shadow: none;
    background: #00a94f;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 48px;
}

.icw .btn-banner .btn:hover, .icw .btn-banner .btn:active:hover {
    background: #0BC160;
}

#hightlight-banner .swiper-slide {
    position: relative;
}

@media screen and (max-width: 767px) {
    .btn-banner .btn {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.download-flex {
    display: flex;
    margin-bottom: 24px;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
}

.download-icon {
    width: 25px;
}

@media screen and (max-width: 767px) {
    .download-icon {
        width: 25px;
    }

    .download-flex {
        display: flex;
        margin-bottom: 24px;
        column-gap: 15px;
        justify-content: center;
        align-items: flex-start;
    }
}

.download-text {
    margin: 0 !important;
}

.download-text:hover {
    color: var(--cr-green);
    text-decoration: underline;
}

/*############ Internal css ############*/
.logo-kbank img[src$="logo-kbank.png"] {
    aspect-ratio: 109 / 28;
}

.link-affiliate img[src$="k-privatebanking.png"] {
    aspect-ratio: 16 / 10;
}

.link-affiliate img[src$="the-wisdom.png"] {
    aspect-ratio: 94 / 35;
}

.link-affiliate img[src$="the-premier.png"] {
    aspect-ratio: 103 / 27;
}

.link-affiliate img[src$="logoMADtran-01.png"] {
    aspect-ratio: 103 / 27;
}

#page {
    opacity: 1 !important;
}

.list-disc {
    list-style: disc;
}

.hide {
    display: none !important;
}

@media screen and (min-width: 200px) {
    .nw-table {
        min-width: 1400px !important;
    }
}

#navigation-page-sticky.stickyNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#navigation-page-sticky a.sticky-anchor {
    display: flex;
}

#navigation-page-sticky a.sticky-anchor i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navigation-page-sticky a.sticky-anchor i path {
    fill: #666666;
}

#navigation-page-sticky a.sticky-anchor.active i path {
    fill: #00A94F;
}

@media screen and (min-width: 1140px) {
    #navigation-page-sticky a.sticky-anchor i {
        display: none;
    }
}

#navigation-page-sticky.stickyNav.hide-list, #navigation-page-sticky.stickyNav.no-list.hide-cta, #navigation-page-sticky.stickyNav.no-list.no-cta, #navigation-page-sticky.no-list.no-cta-mobile {
    height: 56px !important;
    overflow: hidden !important;
}

.icw #navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: block !important;
    /* opacity: 1 !important; */
}



/*############################ promotion /*############################*/

.content-popup.mfp-bg {background: rgba(0, 0, 0, 0.8); position: fixed; height: 100%; z-index: 10005;}
.content-popup.mfp-bg.mfp-ready {opacity: 1;}
.content-popup.mfp-wrap{z-index: 10006; }
.content-popup .mfp-container {width: 100%; height: auto; max-width: 1000px; position: relative; margin: 120px auto; padding: 0;}
.content-popup .mfp-content{background-color: transparent; max-width: 100%;height: 100%; height: auto; display: flex; align-items: flex-start; justify-content:center;}
.content-popup .mfp-content > .content-popup{position: relative;}
.content-popup .main-container{margin: 0;}
.content-popup .modal-dismiss{width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background: #00A850; color: #fff;
    text-align: center;position: absolute;top: -15px;right: -15px;z-index: 1; display: flex; justify-content: center; align-items: center;
}
.content-popup .modal-dismiss .ic{font-size: 13px; font-weight: bold;}
.content-popup .modal-dismiss .ic {position: relative;top: -2px; right: -1px;}

.content-popup .content-popup-wrapper{background-color: var(--cr-light);  padding: 48px 48px 24px 48px; width:960px; max-width: 1000px; overflow: hidden;border-radius:8px;}
.content-popup .content-popup-wrapper .nowrap{white-space: nowrap;}

.content-popup .content-popup-wrapper .title{margin: 0 0 8px; color: var(--cr-dark); line-height: 1.5em; font-size: 20px; font-weight: 500; font-family: 'kurious-looped';}
.content-popup .content-popup-wrapper .title strong{font-weight: 600;}

.content-popup .content-popup-wrapper .popup-list{padding: 0 0 0 1.2em; margin: 0 0 16px;}
.content-popup .content-popup-wrapper .popup-list > li{color: var(--cr-gray); font-size: 16px; font-family: kurious-looped; font-weight: 500; line-height: 1.5;}
.content-popup .content-popup-wrapper .desc{color: var(--cr-gray); line-height: 1.5; margin: 0; font-size: 16px; font-family: kurious-looped; font-weight: 500;}
.content-popup .content-popup-wrapper .desc strong{font-weight: 600;}

@media screen and (max-width: 1199px){
    .content-popup .mfp-container{width: 96%;}
}
@media screen and (max-width: 991px){
    .content-popup .content-popup-wrapper{max-width: 96vw;}
    .content-popup .content-popup-wrapper .hint-scroll {display: flex;}
}
@media screen and (max-width: 767px){
    .content-popup .mfp-container{width: 100%; margin: 0;}
    .content-popup .mfp-container:before{display: none;}
    .content-popup .modal-dismiss{top: 16px; right: 16px;}
    .content-popup .content-popup-wrapper{max-width: 100vw;padding: 64px 16px 16px;border-radius: 0;height: 100vh;overflow: scroll;}

}

/*################################## syle search-credit #####################################*/
.search-credit {
    background-color: #F5F5F5;
    position: relative;
    padding: 24px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.search-credit .sc-content {
    display: grid;
    min-height: 69px;
    align-items: center;
}

.search-credit .sc-content .title {
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.search-credit img {
    width: 150px;
}

.search-credit .btn-search:hover,
.search-credit .btn-search:focus,
.search-credit .btn-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #00A94F;
    justify-content: center;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
}

.search-credit .btn-search .icon {
    font-size: 24px;
    color: #00A94F;
}

@media screen and (max-width: 767px) {
    .search-credit .sc-content {
        grid-template-columns: auto auto;
    }
    .search-credit img {
        width: 113px;
    }
    .search-credit .sc-content .title {
        font-size: 18px;
    }

    .search-credit {
        flex-direction: column;
    }
}

/*############################ sc-articles ###################################*/
@media screen and (min-width: 200px) {
    .sc-articles{background: #FAFAFA; overflow: hidden;}
    .sc-articles .sc-heading{text-align: center; margin-bottom: 36px;}
    .sc-articles .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
    .sc-articles .articles-list{position: relative;}
    .sc-articles .item-list{margin: -8px; padding: 0; list-style: none;}
    .sc-articles .item-list > li{width: calc(100%); padding: 8px; float: none;}
    .sc-articles .wrapper{display: block; position: relative;}
    .sc-articles .thumb{border-radius: 8px 8px 0 0; overflow: hidden; position: relative; padding-bottom: 60.165%;}
    .sc-articles .thumb > img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: top center;}
    .sc-articles .content{border-radius: 0 0 8px 8px; background: var(--cr-light); padding: 24px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
    .sc-articles .content .title{color: var(--cr-dark); height: 2.9em!important; overflow: hidden; display: -webkit-box; line-height: 1.5em; margin-bottom: 8px;
        -webkit-line-clamp: 2!important;
        -webkit-box-orient: vertical;
    }
    .sc-articles .content .desc{color: var(--cr-gray); height: 2.9em; overflow: hidden; display: -webkit-box; line-height: 1.5em; margin-bottom: 16px;
        -webkit-line-clamp: 2; font-family: 'kurious-looped'; font-weight: 500;
        -webkit-box-orient: vertical;
    }
    .sc-articles .content .link{color: var(--cr-green); text-decoration: underline; font-weight: 600;}
    .sc-articles .action{text-align: center; margin-top: 32px;}
    .sc-articles .action .btn{height: 40px; line-height: 40px; min-width: 167px;}
}
@media screen and (min-width: 768px) { 
    .sc-articles .sc-heading{margin-bottom: 40px;}

    .sc-articles .item-list{margin: -12px; display: flex; justify-content: center;}
    .sc-articles .item-list > li{width: calc(100%/2); padding: 12px;}

    .sc-articles .action{margin-top: 40px;}
}

@media screen and (min-width: 992px) {
    .sc-articles .item-list > li{width: calc(100%/3);}
}

@media screen and (min-width: 1200px) {
    .sc-articles .wrapper .thumb > img{transition: var(--tsition); transform: scale(1.0);}
    .sc-articles .wrapper:hover .thumb > img{transform: scale(1.1);}
    .icw .sc-articles .articles-slide .wrapper{width: auto;}
}