/*================ default ==================*/
:root {
    --cr-light: #ffffff;
    --cr-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00a94f;
    --cr-green2: #007938;
    --cr-mint: #4cd6c3;
    --cr-border: #e7e7e7;
    --cr-red: #ec4546;
    --tsition: 0.3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
    white-space: nowrap;
}
.icw .text-light {
    color: var(--cr-light) !important;
}
.icw .text-dark {
    color: var(--cr-dark) !important;
}
.icw .text-green {
    color: var(--cr-green) !important;
}
.icw .text-gray {
    color: var(--cr-gray) !important;
}
.icw .text-mint {
    color: var(--cr-mint) !important;
}
.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}
.icw .text-red {
    color: var(--cr-red) !important;
}
.icw .text-black {
    color: var(--cr-black) !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    
}
.icw .main strong {
    font-weight: 700;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
    
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.3em;
}
.icw h1 strong,
.icw .h1 strong {
    font-weight: 700;
}
.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.4em;
}
.icw h2 strong,
.icw .h2 strong {
    font-weight: 700;
}
.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.3em;
}
.icw h3 strong,
.icw .h3 strong {
    font-weight: 700;
}
.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.4em;
}
.icw h4 strong,
.icw .h4 strong {
    font-weight: 700;
}
.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}
.icw h5 strong,
.icw .h5 strong {
    font-weight: 700;
}
.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}
.icw h6 strong,
.icw .h6 strong {
    font-weight: 700;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.2em;
    margin-bottom: 0;
}
.icw p {
    
    font-size: 16px;
}
.icw p strong {
    font-weight: 700;
}

.icw p.desc {
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}
.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}
.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}
.c-light-green {
    color: #00E36A !important;
}

@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-inline-w767 {
    display: none;
}
.show-w414 {
    display: none;
}
.show-w375 {
    display: none;
}
.show-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block;
    }
    .hide-w1199 {
        display: none;
    }
}
@media (max-width: 991px) {
    .show-w991 {
        display: block;
    }
    .hide-w991 {
        display: none;
    }
}
@media (max-width: 767px) {
    .show-w767 {
        display: block;
    }
    .show-inline-w767 {
        display: inline;
    }
    .hide-w767 {
        display: none;
    }
}
@media (max-width: 414px) {
    .show-w414 {
        display: block;
    }
    .hide-w414 {
        display: none;
    }
}
@media (max-width: 375px) {
    .show-w375 {
        display: block;
    }
    .hide-w375 {
        display: none;
    }
}
@media (max-width: 360px) {
    .show-w360 {
        display: block;
    }
    .hide-w360 {
        display: none;
    }
}

/*============================== LAYOUT ===============================*/
.icw 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 .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-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 0.8s, color 0.3s 0.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, 0.26);
    z-index: 5;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: 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-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: unset;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: unset;
}
.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: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: var(--radius);
    background: #ddd;
    opacity: 1;
    transition: var(--tsition);
}
.swiper-pagination-bullet-active {
    background: var(--cr-green);
    border-color: var(--cr-green);
    opacity: 1;
    width: 24px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0;
}

.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: var(--tsition);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
        /* display: none; */
    }
}
@media screen and (max-width: 991px) {
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 8px;
    }
    .swiper-horizontal
        > .swiper-pagination-bullets
        .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        margin: 0 4px;
    }
}
@media screen and (max-width: 767px) {
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .swiper-pagination {
        padding-top: 16px;
    }
}

/*============================== tab ===============================*/
.tab-control {
    position: relative;
    height: 35px;
    position: relative;
    margin-bottom: 0px;
}
.tab-control:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: #dbdbdb;
    border-radius: 50px;
    z-index: 4;
}
.tab-control:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 70px;
    background: linear-gradient(
        135deg,
        rgba(244, 244, 244, 0) 50%,
        rgba(244, 244, 244, 1) 90%
    );
    pointer-events: none;
}
.tab-control .timebar {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0px;
    height: 2px;
    background-color: #bcbcbc;
    transition: 0ms ease-in-out;
    border-radius: 50px;
}
.tab {
    position: relative;
    z-index: 3;
    overflow: auto;
    margin-right: 25px;
    border-bottom: 0px solid var(--cr-border);
}
.tab .control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 560px;
    padding-right: 30px;
}
.tab .control a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-lightgray);
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: 2px;
}
.tab .control a.active {
    color: var(--cr-dark);
    font-weight: 600;
    pointer-events: none;
    border-bottom-color: var(--cr-green);
}
.tab .selector {
    display: none;
    height: 3px;
    background-color: var(--cr-green);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab.active {
    overflow: visible;
}
.tab.active .control {
    display: block;
    flex-wrap: inherit;
    width: auto;
    margin-left: -16px;
    margin-right: -41px;
    position: relative;
    z-index: 1;
    top: 40px;
    padding: 15px 5px;
    background-color: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {
    display: inline-flex;
    height: auto;
    padding: 8px 32px;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    margin: 4px;
    color: #999;
}
.tab.active .control a.active {
    border-color: var(--cr-green);
    color: var(--cr-green);
}

.action-dropdown {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 32px;
    border-left: 1px solid #e5e5e5;
    align-items: center;
    justify-content: flex-end;
}
.action-dropdown .link {
    display: block;
    position: relative;
    width: 25px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: right;
}
.action-dropdown .link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transition: var(--tsition);
    transform: rotate(135deg);
    top: -10px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid var(--cr-green);
    border-right: 1px solid var(--cr-green);
}
.action-dropdown .link.active:before {
    transform: rotate(-45deg);
    top: 5px;
}

.tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--tsition);
}
.tab-dropdown.active {
    opacity: 1;
    visibility: visible;
}
.tab-dropdown .txt {
    font-weight: 700;
    font-size: 16px;
    color: var(--cr-dark);
    line-height: 32px;
}

.tab-content {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}
.tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .tab-control {
        height: auto;
    }
    .tab-control:before {
        display: none;
    }
    .tab-control:after {
        display: none;
    }
    .tab {
        overflow: visible;
        margin-right: 0;
        border-bottom: 1px solid var(--cr-border);
    }
    .tab .control {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        padding-right: 0;
        width: 730px;
    }
    .tab .control a {
        white-space: normal;
        border-bottom: 0;
    }
    .tab .control a {
        color: var(--cr-lightgray);
        height: 42px;
        padding: 0 24px;
    }
    .tab .control a span {
        display: block;
        border-bottom: 3px solid transparent;
        line-height: 42px;
        transition: var(--tsition);
    }
    .tab .control a.active {
        color: var(--cr-dark);
    }
    .tab .control a.active span {
        border-block-color: var(--cr-green);
    }

    .action-dropdown {
        display: none;
    }
    .tab-dropdown {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .tab .control {
        width: 800px;
    }
    .tab .control a {
        padding: 0 32px;
    }
}

/*############################ tab2 ###################################*/
.tab-control2 {
    position: relative;
    height: 35px;
    position: relative;
    margin-bottom: 0px;
}
.tab-control2:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 2px;
    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(240, 253, 248, 0) 50%,
        rgba(240, 253, 248, 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: 25px;
    border-bottom: 0px solid var(--cr-border);
}
.tab2 .control2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 410px;
    padding-right: 30px;
}
.tab2 .control2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-gray);
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: 2px;
}
.tab2 .control2 a.active {
    color: var(--cr-dark);
    font-weight: 600;
    pointer-events: none;
    border-bottom-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: 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab2.active {
    overflow: visible;
}
.tab2.active .control2 {
    display: block;
    flex-wrap: inherit;
    width: auto;
    margin-left: -16px;
    margin-right: -41px;
    position: relative;
    z-index: 1;
    top: 40px;
    padding: 15px 5px;
    background-color: #f0fdf8;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 a {
    display: inline-flex;
    height: auto;
    padding: 8px 32px;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    margin: 4px;
    color: #999;
}
.tab2.active .control2 a.active {
    border-color: var(--cr-green);
    color: var(--cr-green);
}

.action-dropdown2 {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 32px;
    border-left: 1px solid #e5e5e5;
    align-items: center;
    justify-content: flex-end;
}
.action-dropdown2 .link {
    display: block;
    position: relative;
    width: 25px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: right;
}
.action-dropdown2 .link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transition: var(--tsition);
    transform: rotate(135deg);
    top: -10px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid var(--cr-green);
    border-right: 1px solid var(--cr-green);
}
.action-dropdown2 .link.active:before {
    transform: rotate(-45deg);
    top: 5px;
}

.tab-dropdown2 {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--tsition);
}
.tab-dropdown2.active {
    opacity: 1;
    visibility: visible;
}
.tab-dropdown2 .txt {
    font-weight: 700;
    font-size: 16px;
    color: var(--cr-dark);
    line-height: 32px;
}

.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;
}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .tab-control2 {
        height: auto;
    }
    .tab-control2:before {
        display: none;
    }
    .tab-control2:after {
        display: none;
    }
    .tab2 {
        overflow: visible;
        margin-right: 0;
        border-bottom: 1px solid var(--cr-border);
    }
    .tab2 .control2 {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        padding-right: 0;
        width: 730px;
    }
    .tab2 .control2 a {
        white-space: normal;
        border-bottom: 0;
    }
    .tab2 .control2 a {
        color: var(--cr-lightgray);
        height: 42px;
    }
    .tab2 .control2 a span {
        display: block;
        border-bottom: 3px solid transparent;
        line-height: 42px;
        transition: var(--tsition);
    }
    .tab2 .control2 a.active {
        color: var(--cr-dark);
    }
    .tab2 .control2 a.active span {
        border-block-color: var(--cr-green);
    }

    .action-dropdown2 {
        display: none;
    }
    .tab-dropdown2 {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .tab2 .control2 {
        width: 800px;
    }
}

/*############################ popup ###################################*/
@media screen and (min-width: 200px) {
    .mfp-wrap,
    .mfp-bg {
        z-index: 20001;
    }
    .mfp-bg,
    .mfp-wrap .mfp-content,
    .mfp-wrap .mfp-container {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .mfp-wrap.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
        visibility: visible;
    }

    .mfp-close-btn-in .mfp-close {
        width: 30px;
        height: 30px;
        background-color: var(--cr-green);
        color: var(--cr-light);
        top: 16px;
        right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        opacity: 1;
        font-size: 0px;
        transition: var(--tsition);
    }
    .mfp-close-btn-in .mfp-close:before,
    .mfp-close-btn-in .mfp-close:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 18px;
        height: 2px;
        background-color: var(--cr-light);
        margin: auto;
        transition: var(--tsition);
    }
    .mfp-close-btn-in .mfp-close:before {
        transform: rotate(45deg);
    }
    .mfp-close-btn-in .mfp-close:after {
        transform: rotate(-45deg);
    }
    .mfp-close-btn-in .mfp-close:active {
        top: -15px;
    }
}
@media screen and (min-width: 768px) {
    .mfp-close-btn-in .mfp-close {
        width: 40px;
        height: 40px;
        top: -20px;
        right: -10px;
    }
    .mfp-close-btn-in .mfp-close:active {
        top: -20px;
    }
    .mfp-close-btn-in .mfp-close:before,
    .mfp-close-btn-in .mfp-close:after {
        width: 24px;
    }
}
@media screen and (min-width: 992px) {
    .mfp-close-btn-in .mfp-close {
        right: -10px;
    }
}

/*############################ 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;
}
.select2-dropdown {
    background: var(--cr-light);
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1051;
    -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, 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);
}
.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: #aaa;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}
.select2-container--open .select2-selection__rendered {
    border-radius: 25px 25px 0 0;
    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;
}

/*############################ icw list-mark ###################################*/
.icw .list-mark {
    padding: 0;
    margin: 0;
    list-style: none;
}
.icw .list-mark > li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    list-style: none;
}
.icw .list-mark > li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/icon-verify.svg) no-repeat center;
    background-size: cover;
}
.icw .list-mark > li + li {
    margin-top: 16px;
}
.icw .list-mark p.desc {
    color: var(--cr-gray);
    margin: 0;
    line-height: 1.5em;
}

/*############################ helper ###################################*/
.d-inline-block {
    display: inline-block;
}
.text-nowrap {
    white-space: nowrap;
}

/*============================== PAGE ===============================*/
@media screen and (min-width: 200px) {
    /*############################ sc-into ###################################*/
    .sc-into {
        background-color: #ffffff;
    }
    .sc-into .title-container {
        line-height: 0;
        display: flex;
        flex-direction: column;
    }
    .sc-into .sc-heading {
        margin: 0px;
        margin-bottom: 0px;
        text-align: center;
        margin-bottom: 32px;
    }
    .sc-into .sc-heading .title {
        line-height: 1.5em;
        margin-bottom: 8px;
    }
    .sc-into .sc-heading .desc {
        line-height: 1.5em;
        font-size: 18px;
    }
    .sc-into .sc-sub-heading {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
    }
    .sc-into .sc-sub-heading .title {
        font-size: 20px;
        line-height: 1.5em;
    }
    .sc-into .sc-sub-heading .desc {
        font-size: 16px;
        line-height: 1.5em;
    }
    .sc-into .howto-scroll-container {
        overflow: hidden;
        margin-left: -16px;
        margin-right: -16px;
    }
    .sc-into .image-mobile {
        width: 1240px;
        height: 307px;
        position: relative;
    }
    .sc-into .image-mobile img {
        /* max-height: 292px; */
    }
    .sc-into .image-desktop {
        height: 335px;        
        position: relative;
    }
    .sc-into .image-desktop img {
        max-width: none;
        height: 100%;
        max-height: 320px;
    }
    .sc-into .image-mobile .img-text-link-container {
        position: absolute;
        left: 2.45em;
        bottom: 0.4em;
    }
    .sc-into .image-desktop .img-text-link-container {
        position: absolute;
        left: 2.95em;
        bottom: 2.3em;
    }
    .sc-into .howto-scroll-mobile {
        overflow-x: scroll;
    }
    .sc-into .howto-scroll-desktop {
        overflow-x: hidden;
    }
    .sc-into .text-scroll {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
    }
    .sc-into .text-scroll i {
        font-size: 32px;
    }
    .sc-into .icon-kplus {
        width: 26px;
        height: 26px;
        display: inline-block;
    }

    /*############################ sc-howto ###################################*/
    /* .sc-howto {
        background-image: url(../img/bg_howto.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    } */
    .sc-howto .sc-heading {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 32px;
    }
    .sc-howto .sc-heading .title {
        font-size: 28px;
        line-height: 1.5;
    }
    .sc-howto .sc-heading .title img {
        max-width: 32px;
    }
    .sc-howto .sc-heading .desc {
        font-size: 16px;
        line-height: 1.5em;
    }
    .sc-howto .sc-content .zoom {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .sc-howto .sc-content .details-container {
        padding: 24px 16px;
        overflow: hidden;
        background-image: url(/SiteCollectionDocuments/personal/loan/HomeLoan/kpayroll-econsent/img/homeloan-econsent-bg-desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
    }
    .icw .details-container .txt-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 24px;
    }
    .sc-howto .sc-content .head {
        text-align: center;
        margin-bottom: 24px;
    }
    .sc-howto .sc-content .head .title {
        margin-bottom: 8px;
        line-height: 1.5em;
    }
    .sc-howto .sc-content .head .desc {
        margin-bottom: 0px;
        line-height: 1.5em;
    }
    .sc-howto .sc-content .zoom {
        margin-bottom: 0;
        text-align: center;
    }
    .sc-howto .sc-content .zoom .txt {
        font-weight: 600;
        color: var(--cr-light);
        margin: 0;
    }
    .sc-howto .sc-content .zoom .txt .icon {
        margin-right: 8px;
        position: relative;
        top: 5px;
    }
    .sc-howto .sc-content .body {
        position: relative;
        max-width: 296px;
        margin: 0 auto;
    }
    .sc-howto .sc-content .body .swiper-slide {
        width: 100%;
    }
    .sc-howto .sc-content .body .thumb {
        margin-bottom: 16px;
        pointer-events: none;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .sc-howto .sc-content .body .content {
        text-align: center;
    }
    .sc-howto .sc-content .body .content .title {
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--cr-light);
        line-height: 20px;
    }
    .sc-howto .sc-content .body .content .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
        color: var(--cr-light);
    }
    .sc-howto .sc-content .body .content ul.desc {
        padding: 0;
        margin-left: 20px;
        text-align: left;
    }
    .sc-howto .sc-content .body .content ul.desc > li {
        width: 100%;
    }
    .sc-howto .sc-content .body .content ul.desc > li > ul {
        padding: 0;
        margin-left: 20px;
    }
    .sc-howto .sc-content .body .content ul.desc > li > ul > li {
        position: relative;
        list-style: none;
    }
    .sc-howto .sc-content .body .content ul.desc > li > ul > li:before {
        content: "-";
        position: absolute;
        top: 0;
        left: -18px;
    }
    .sc-howto .sc-content .body .content .link {
        color: var(--cr-green);
        font-weight: 600;
        
        text-decoration: underline;
    }
    .sc-howto .sc-content .end {
        margin-top: 40px;
        text-align: center;
    }
    .sc-howto .sc-content .end p {
        margin-bottom: 8px;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-light);
    }
    .sc-howto .sc-content .end .link {
        text-decoration: underline;
        font-weight: 600;
        color: var(--cr-green);
        margin: 0;
    }
    .sc-howto .sc-content .btn-section {
        text-align: center;
    }
    .sc-howto .sc-content .box-cta .btn {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        align-items: center;
        justify-content: center;
        line-height: 1em;
    }
    .sc-howto .sc-content .btn-green,
    .sc-howto .sc-content .btn-green:hover,
    .sc-howto .sc-content .btn-green:focus,
    .sc-howto .sc-content .btn-green:active,
    .sc-howto .sc-content .btn-green:visited {
        background-color: #00a950;
        background: #00a950;
        color: #fff;
        
    }

    /* ############################ sc-howto2 ################################### */
    .sc-howto-2 {
        background: rgb(70, 89, 104);
        background: -moz-linear-gradient(
            135deg,
            rgba(70, 89, 104, 1) 0%,
            rgba(31, 49, 58, 1) 50%
        );
        background: -webkit-linear-gradient(
            135deg,
            rgba(70, 89, 104, 1) 0%,
            rgba(31, 49, 58, 1) 50%
        );
        background: linear-gradient(
            135deg,
            rgba(70, 89, 104, 1) 0%,
            rgba(31, 49, 58, 1) 50%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#465968",endColorstr="#1f313a",GradientType=1);
    }
    .sc-howto-2 .sc-heading {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
    }
    .sc-howto-2 .sc-heading .title {
        font-size: 20px;
        line-height: 1.5em;
    }
    .sc-howto-2 .sc-heading .desc {
        font-size: 18px;
        line-height: 1.5em;
    }
    .sc-howto-2 .sc-content ul.accordion-group {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .sc-howto-2 .sc-content .accordion-group {
        margin: 0 auto;
        line-height: 1.5em;
        max-width: 850px;
        width: 100%;
    }
    .sc-howto-2 .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .sc-howto-2 .sc-content .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;
        line-height: 1.5em;
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        transition: var(--transition);
    }
    .sc-howto-2 .sc-content .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;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .sc-howto-2 .sc-content .accordion-title.active:after {
        content: "\e910";
    }
    .sc-howto-2 .sc-content .accordion-title:after,
    .sc-howto-2 .sc-content .accordion-title:hover {
        color: var(--cr-green);
    }
    .sc-howto-2 .sc-content .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }
    .sc-howto-2 .sc-content .accordion-title.active:after {
        color: var(--cr-light);
    }
    .sc-howto-2 .sc-content .accordion-content {
        padding: 16px;
    }
    .sc-howto-2 .sc-content .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }
    .sc-howto-2 .sc-content .accordion-content p {
        line-height: 1.5em;
    }
    .sc-howto-2 .sc-content .accordion-content p strong {
        font-weight: 600;
        color: var(--cr-dark);
    }
    .sc-howto-2 .sc-content .accordion-content p:last-child {
        margin-bottom: 0;
    }
    .sc-howto-2 .sc-content .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .sc-howto-2 .sc-content .accordion-content ul:last-child {
        margin-bottom: 0;
    }
    .sc-howto-2 .sc-content .accordion-content ul > li {
        position: relative;
        list-style-type: disc;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-howto-2 .sc-content .accordion-content ul > li + li {
        margin-top: 5px;
    }
    .sc-howto-2 .sc-content .accordion-content ol {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .sc-howto-2 .sc-content .accordion-content ol:last-child {
        margin-bottom: 0;
    }
    .sc-howto-2 .sc-content .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-howto-2 .sc-content .accordion-content ol > li + li {
        margin-top: 5px;
    }
    .sc-howto-2 .sc-content .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .sc-howto-2 .sc-content .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;
        margin: 8px 0;
        margin-right: 16px;
    }
    .sc-howto-2 .sc-content .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }
    .sc-howto-2 .sc-content .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }
    .sc-howto-2 .sc-content .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }
    .sc-howto-2
        .sc-content
        .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-howto-2 .sc-content .accordion-content .details-container {
        padding: 0;
        overflow: hidden;
    }
    .sc-howto-2 .sc-content .accordion-content .body {
        position: relative;
        max-width: 296px;
        margin: 0 auto;
    }
    .sc-howto-2 .sc-content .accordion-content .swiper-slide {
        width: auto;
    }
    .sc-howto-2 .sc-content .accordion-content .thumb {
        margin-bottom: 16px;
        pointer-events: none;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .sc-howto-2 .sc-content .accordion-content .content {
        text-align: center;
    }
    .sc-howto-2 .sc-content .accordion-content .content .list {
        text-align: start;
    }
    .sc-howto-2 .sc-content .accordion-content .content .list-container {
        max-width: max-content;
        margin: 0 auto;
    }
    .sc-howto-2 .sc-content .accordion-content .content .title {
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--cr-dark);
        line-height: 20px;
    }
    .sc-howto-2 .sc-content .accordion-content .content .desc {
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 0;
        color: var(--cr-dark);
    }
    .sc-howto-2 .sc-content .accordion-content .content ul.desc {
        padding: 0;
        margin-left: 20px;
        text-align: left;
    }
    .sc-howto-2 .sc-content .accordion-content .content ul.desc > li {
        width: 100%;
    }
    .sc-howto-2 .sc-content .accordion-content .content ul.desc > li > ul {
        padding: 0;
        margin-left: 20px;
    }
    .sc-howto-2 .sc-content .accordion-content .content ul.desc > li > ul > li {
        position: relative;
        list-style: none;
    }
    .sc-howto-2
        .sc-content
        .accordion-content
        .content
        ul.desc
        > li
        > ul
        > li:before {
        content: "-";
        position: absolute;
        top: 0;
        left: -18px;
    }
    .sc-howto-2 .sc-content .accordion-content .content .link {
        color: var(--cr-green);
        font-weight: 600;
        
        text-decoration: underline;
    }

    /* ############################ sc-howto3 ################################### */
    .sc-howto-3 {
        background-color: #fafafa;
    }
    .sc-howto-3 .sc-heading {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
    }
    .sc-howto-3 .sc-heading .title {
        font-size: 20px;
        line-height: 1.5em;
    }
    .sc-howto-3 .sc-heading .desc {
        font-size: 18px;
        line-height: 1.5em;
    }
    .sc-howto-3 .sc-content ul.accordion-group {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .sc-howto-3 .sc-content .accordion-group {
        margin: 0 auto;
        line-height: 1.5em;
        max-width: 850px;
        width: 100%;
    }
    .sc-howto-3 .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .sc-howto-3 .sc-content .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;
        line-height: 1.5em;
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        transition: var(--transition);
    }
    .sc-howto-3 .sc-content .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;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .sc-howto-3 .sc-content .accordion-title.active:after {
        content: "\e910";
    }
    .sc-howto-3 .sc-content .accordion-title:after,
    .sc-howto-3 .sc-content .accordion-title:hover {
        color: var(--cr-green);
    }
    .sc-howto-3 .sc-content .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }
    .sc-howto-3 .sc-content .accordion-title.active:after {
        color: var(--cr-light);
    }
    .sc-howto-3 .sc-content .accordion-content {
        padding: 16px;
    }
    .sc-howto-3 .sc-content .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }
    .sc-howto-3 .sc-content .accordion-content p {
        line-height: 1.5em;
    }
    .sc-howto-3 .sc-content .accordion-content p strong {
        font-weight: 600;
        color: var(--cr-dark);
    }
    .sc-howto-3 .sc-content .accordion-content p:last-child {
        margin-bottom: 0;
    }
    .sc-howto-3 .sc-content .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .sc-howto-3 .sc-content .accordion-content ul:last-child {
        margin-bottom: 0;
    }
    .sc-howto-3 .sc-content .accordion-content ul > li {
        position: relative;
        list-style-type: disc;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-howto-3 .sc-content .accordion-content ul > li + li {
        margin-top: 5px;
    }
    .sc-howto-3 .sc-content .accordion-content ol {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .sc-howto-3 .sc-content .accordion-content ol:last-child {
        margin-bottom: 0;
    }
    .sc-howto-3 .sc-content .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-howto-3 .sc-content .accordion-content ol > li + li {
        margin-top: 5px;
    }
    .sc-howto-3 .sc-content .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .sc-howto-3 .sc-content .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;
        margin: 8px 0;
        margin-right: 16px;
    }
    .sc-howto-3 .sc-content .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }
    .sc-howto-3 .sc-content .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }
    .sc-howto-3 .sc-content .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }
    .sc-howto-3
        .sc-content
        .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-howto-3 .sc-content .accordion-content .details-container {
        padding: 0;
        overflow: hidden;
    }
    .sc-howto-3 .sc-content .accordion-content .body {
        position: relative;
        max-width: 296px;
        margin: 0 auto;
    }
    .sc-howto-3 .sc-content .accordion-content .swiper-slide {
        width: auto;
    }
    .sc-howto-3 .sc-content .accordion-content .thumb {
        margin-bottom: 16px;
        pointer-events: none;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .sc-howto-3 .sc-content .accordion-content .content {
        text-align: center;
    }
    .sc-howto-3 .sc-content .accordion-content .content .list {
        text-align: start;
    }
    .sc-howto-3 .sc-content .accordion-content .content .list-container {
        max-width: max-content;
        margin: 0 auto;
    }
    .sc-howto-3 .sc-content .accordion-content .content .title {
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--cr-dark);
    }
    .sc-howto-3 .sc-content .accordion-content .content .desc {
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 0;
        color: var(--cr-dark);
    }
    .sc-howto-3 .sc-content .accordion-content .content ul.desc {
        padding: 0;
        margin-left: 20px;
        text-align: left;
    }
    .sc-howto-3 .sc-content .accordion-content .content ul.desc > li {
        width: 100%;
    }
    .sc-howto-3 .sc-content .accordion-content .content ul.desc > li > ul {
        padding: 0;
        margin-left: 20px;
    }
    .sc-howto-3 .sc-content .accordion-content .content ul.desc > li > ul > li {
        position: relative;
        list-style: none;
    }
    .sc-howto-3
        .sc-content
        .accordion-content
        .content
        ul.desc
        > li
        > ul
        > li:before {
        content: "-";
        position: absolute;
        top: 0;
        left: -18px;
    }
    .sc-howto-3 .sc-content .accordion-content .content .link {
        color: var(--cr-green);
        font-weight: 600;
        
        text-decoration: underline;
    }

    /* ############################ sc-howto4 ################################### */
    .sc-howto-4 {
        overflow: hidden;
        position: relative;
        background: rgb(0, 128, 123);
        background: -moz-linear-gradient(
            135deg,
            rgba(0, 128, 123, 1) 0%,
            rgba(0, 76, 27, 1) 62%
        );
        background: -webkit-linear-gradient(
            135deg,
            rgba(0, 128, 123, 1) 0%,
            rgba(0, 76, 27, 1) 62%
        );
        background: linear-gradient(
            135deg,
            rgba(0, 128, 123, 1) 0%,
            rgba(0, 76, 27, 1) 62%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00807b",endColorstr="#004c1b",GradientType=1);
    }
    .sc-howto-4::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../img/bg-howto-4-m.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 1013px;
    }
    .sc-howto-4 .sc-heading {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
    }
    .sc-howto-4 .sc-heading .title {
        font-size: 20px;
        line-height: 1.5em;
    }
    .sc-howto-4 .sc-heading .desc {
        font-size: 18px;
        line-height: 1.5em;
    }
    .sc-howto-4 .sc-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .sc-howto-4 .sc-content .contact-detail {
        background-color: #89ffef1a;
        border-radius: 8px;
        padding: 24px 16px;
    }
    .sc-howto-4 .sc-content .contact-detail .ic-telephone {
        display: inline-block;
    }
    .sc-howto-4 .sc-content .contact-detail .contact-detail-title {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 8px;
    }
    .sc-howto-4 .sc-content .contact-detail .contact-detail-desc {
        font-size: 16px;
        line-height: 1.5em;
    }
    .sc-howto-4 .sc-content .contact-detail .contact-detail-list {
        font-size: 16px;
        line-height: 1.5em;
        margin: 0;
        padding-left: 18px;
    }
    .sc-howto-4 .sc-content .contact-detail .contact-detail-list .link {
        color: var(--cr-light);
        white-space: nowrap;
        font-weight: 600;
    }
    .sc-howto-4 .sc-content .contact-detail .contact-detail-list .link.underline {
        text-decoration: underline;
    }
    /* .sc-howto-4 .sc-content .contact-detail ul.contact-detail-list li {
        
    } */
    /* .sc-howto-4 .sc-content .contact-detail .contact-detail-list::marker {} */
    .sc-howto-4 .sc-content .contact-detail ul.contact-detail-list li::marker {
        font-size: 10px;
        line-height: 1.5em;
    }
    .sc-howto-4 .sc-content .contact-detail ul.contact-detail-list ul {
        list-style: disc;
        margin: 0;
        padding-left: 18px;
    }
    .sc-howto-4 .sc-content ul.accordion-group {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .sc-howto-4 .sc-content .accordion-group {
        margin: 0 auto;
        line-height: 1.5em;
        max-width: 850px;
        width: 100%;
    }
    .sc-howto-4 .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .sc-howto-4 .sc-content .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;
        line-height: 1.5em;
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        transition: var(--transition);
    }
    .sc-howto-4 .sc-content .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;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .sc-howto-4 .sc-content .accordion-title.active:after {
        content: "\e910";
    }
    .sc-howto-4 .sc-content .accordion-title:after,
    .sc-howto-4 .sc-content .accordion-title:hover {
        color: var(--cr-green);
    }
    .sc-howto-4 .sc-content .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }
    .sc-howto-4 .sc-content .accordion-title.active:after {
        color: var(--cr-light);
    }
    .sc-howto-4 .sc-content .accordion-content {
        padding: 16px;
    }
    .sc-howto-4 .sc-content .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }
    .sc-howto-4 .sc-content .accordion-content p {
        line-height: 1.5em;
    }
    .sc-howto-4 .sc-content .accordion-content p strong {
        font-weight: 600;
        color: var(--cr-dark);
    }
    .sc-howto-4 .sc-content .accordion-content p:last-child {
        margin-bottom: 0;
    }
    .sc-howto-4 .sc-content .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .sc-howto-4 .sc-content .accordion-content ul:last-child {
        margin-bottom: 0;
    }
    .sc-howto-4 .sc-content .accordion-content ul > li {
        position: relative;
        list-style-type: disc;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-howto-4 .sc-content .accordion-content ul > li + li {
        margin-top: 5px;
    }
    .sc-howto-4 .sc-content .accordion-content ol {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .sc-howto-4 .sc-content .accordion-content ol:last-child {
        margin-bottom: 0;
    }
    .sc-howto-4 .sc-content .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-howto-4 .sc-content .accordion-content ol > li + li {
        margin-top: 5px;
    }
    .sc-howto-4 .sc-content .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .sc-howto-4 .sc-content .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;
        margin: 8px 0;
        margin-right: 16px;
    }
    .sc-howto-4 .sc-content .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }
    .sc-howto-4 .sc-content .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }
    .sc-howto-4 .sc-content .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }
    .sc-howto-4
        .sc-content
        .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-howto-4 .sc-content .accordion-content .details-container {
        padding: 0;
        overflow: hidden;
    }
    .sc-howto-4 .sc-content .accordion-content .body {
        position: relative;
        max-width: 296px;
        margin: 0 auto;
    }
    .sc-howto-4 .sc-content .accordion-content .swiper-slide {
        width: auto;
    }
    .sc-howto-4 .sc-content .accordion-content .thumb {
        margin-bottom: 16px;
        pointer-events: none;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .sc-howto-4 .sc-content .accordion-content .content {
        text-align: center;
    }
    .sc-howto-4 .sc-content .accordion-content .content .list-container {
        max-width: max-content;
        margin: 0 auto;
    }
    .sc-howto-4 .sc-content .accordion-content .content .list {
        text-align: start;
    }
    .sc-howto-4 .sc-content .accordion-content .content .title {
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--cr-dark);
    }
    .sc-howto-4 .sc-content .accordion-content .content .desc {
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 0;
        color: var(--cr-dark);
    }
    .sc-howto-4 .sc-content .accordion-content .content ul.desc {
        padding: 0;
        margin-left: 20px;
        text-align: left;
    }
    .sc-howto-4 .sc-content .accordion-content .content ul.desc > li {
        width: 100%;
    }
    .sc-howto-4 .sc-content .accordion-content .content ul.desc > li > ul {
        padding: 0;
        margin-left: 20px;
    }
    .sc-howto-4 .sc-content .accordion-content .content ul.desc > li > ul > li {
        position: relative;
        list-style: none;
    }
    .sc-howto-4
        .sc-content
        .accordion-content
        .content
        ul.desc
        > li
        > ul
        > li:before {
        content: "-";
        position: absolute;
        top: 0;
        left: -18px;
    }
    .sc-howto-4 .sc-content .accordion-content .content .link {
        color: var(--cr-green);
        font-weight: 600;
        
        text-decoration: underline;
    }

    /*############################ sc-faqs ###################################*/
    .sc-faqs {
        background: #fafafa;
        overflow: hidden;
    }
    .sc-faqs .title-container {
        display: flex;
        flex-direction: column;
        line-height: 0;
    }
    .sc-faqs .container {
        position: relative;
    }
    .sc-faqs .container::before {
        background-image: url(../img/bg-faq.png);
        width: 391px;
        height: 158px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -70px;
        left: -0px;
    }
    .sc-faqs .sc-heading {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
    }
    .sc-faqs .sc-heading .title {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 8px;
    }
    .sc-faqs .sc-heading .desc {
        font-size: 16px;
        line-height: 1.5em;
    }
    .sc-faqs .accordion-group .accordion-block + .s-title {
        margin-top: 40px;
    }
    .sc-faqs .accordion-group .accordion-block {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }
    .sc-faqs .accordion-group .accordion-block + .accordion-block {
        margin-top: 16px;
    }

    .sc-faqs .accordion-block {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .sc-faqs .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;
        line-height: 1.5em;
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        transition: var(--transition);
    }
    .sc-faqs .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;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .sc-faqs .accordion-title.active:after {
        content: "\e910";
    }
    .sc-faqs .accordion-title:after,
    .sc-faqs .accordion-title:hover {
        color: var(--cr-green);
    }
    .sc-faqs .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }
    .sc-faqs .accordion-title.active:after {
        color: var(--cr-light);
    }
    .sc-faqs .accordion-content {
        padding: 16px;
    }
    .sc-faqs .accordion-content .hr {
        border-top: 1px solid #eee;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .sc-faqs .accordion-content .remark .remark-title {
        margin-bottom: 8px;
    }
    .sc-faqs .accordion-content .remark .remark-desc {
        font-size: 13px;
    }
    .sc-faqs .accordion-content .remark .list-remark {
        margin-right: 16px;
    }
    .sc-faqs .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }
    .sc-faqs .accordion-content p {
        line-height: 1.5em;
    }
    .sc-faqs .accordion-content p strong {
        font-weight: 600;
        color: var(--cr-dark);
    }
    .sc-faqs .accordion-content p:last-child {
        margin-bottom: 0;
    }
    .sc-faqs .accordion-content ul {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }
    .sc-faqs .accordion-content ul:last-child {
        margin-bottom: 0;
    }
    .sc-faqs .accordion-content ul li::marker {
        font-size: 13px;
    }
    .sc-faqs .accordion-content ul strong {
        color: var(--cr-dark);
    }
    .sc-faqs .accordion-content ul > li {
        position: relative;
        list-style-type: disc;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-faqs .accordion-content ol.custom-list,
    ol.custom-list {        
        counter-reset: list-counter;
        margin-top: 0.25em;
        margin-left: 28px;
        padding: 0;
    }
    .sc-faqs .accordion-content ol.custom-list li,
    ol.custom-list li {
        counter-increment: list-counter;
        list-style: none;
        display: flex;
        position: relative;
    }
    .sc-faqs .accordion-content ol.custom-list li::before,
    ol.custom-list li::before {
        content: counter(list-counter) ") ";
        font-weight: 500;
        color: #333333;
        position: absolute;
        left: -24px;
    }
    .sc-faqs .accordion-content ul > li + li {
        margin-top: 5px;
    }
    .sc-faqs .accordion-content ol {
        margin: 0 0 16px 1.2em;
        padding: 0;
    }
    .sc-faqs .accordion-content ol:last-child {
        margin-bottom: 0;
    }
    .sc-faqs .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .sc-faqs .accordion-content ol > li + li {
        margin-top: 5px;
    }
    .sc-faqs .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .sc-faqs .accordion-content .link-tel {
        color: var(--cr-gray);
    }
    .sc-faqs .ic-telephone{
        display: inline-block;
    }
    .sc-faqs .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }
    .sc-faqs .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }
    .sc-faqs .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }
    .sc-faqs .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-faqs .accordion-content table.table-retry {
        border-spacing: 0;
        border-collapse: separate;
        margin-top: 16px;
        margin-bottom: 16px;
        
    }
    .sc-faqs .accordion-content table.table-retry td {
        padding: 16px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-size: 16px;
        font-weight: 600;
        width: 200px;
        vertical-align: top;
    }
    .sc-faqs .accordion-content table.table-retry td:first-child {
        border-left: 1px solid #ccc;
    }
    .sc-faqs .accordion-content table.table-retry tr:first-child td{
        border-top: 1px solid #ccc;
    }
    .sc-faqs .accordion-content table.table-retry tr:first-child td:first-child {
        border-top-left-radius: 8px;
    }
    .sc-faqs .accordion-content table.table-retry tr:first-child td:last-child {
        border-top-right-radius: 8px;
    }
    .sc-faqs .accordion-content table.table-retry tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }
    .sc-faqs .accordion-content table.table-retry tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    /*############################ icw-gallery-nav###################################*/
    .popup-gallery.sc-thumb-box {
        max-width: 1140px;
        padding: 48px;
    }
    .popup-gallery .body {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .popup-gallery .body .swiper-slide {
        width: auto;
    }
    .popup-gallery .body .thumb {
        margin-bottom: 16px;
        pointer-events: none;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .popup-gallery .body .thumb img {
        width: 100%;
        margin: 0 auto;
    }
    .popup-gallery .body .content {
        text-align: center;
    }
    .popup-gallery .body .content .list {
        text-align: start;
    }
    .popup-gallery .body .content .list-container {
        max-width: max-content;
        margin: 0 auto;
    }
    .popup-gallery .body .content .title {
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--cr-dark);
        line-height: 20px;
    }
    .popup-gallery .body .content .desc {
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 0;
        color: var(--cr-dark);
    }
    .popup-gallery .body .content ul.desc {
        padding: 0;
        margin-left: 20px;
        text-align: left;
    }
    .popup-gallery .body .content ul.desc > li {
        width: 100%;
    }
    .popup-gallery .body .content ul.desc > li > ul {
        padding: 0;
        margin-left: 20px;
    }
    .popup-gallery .body .content ul.desc > li > ul > li {
        position: relative;
        list-style: none;
    }
    .popup-gallery .body .content ul.desc > li > ul > li:before {
        content: "-";
        position: absolute;
        top: 0;
        left: -18px;
    }
    .popup-gallery .body .content .link {
        color: var(--cr-green);
        font-weight: 600;
        
        text-decoration: underline;
    }
    .popup-gallery .end {
        margin-top: 40px;
        text-align: center;
    }
    .popup-gallery .end p {
        margin-bottom: 8px;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-dark);
    }
    .popup-gallery .end .link {
        text-decoration: underline;
        font-weight: 600;
        color: var(--cr-green);
        margin: 0;
    }
    .popup-gallery .btn-section {
        text-align: center;
    }
    .popup-gallery .box-cta .btn {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        align-items: center;
        justify-content: center;
        line-height: 1em;
    }
    .popup-gallery .btn-green {
        background-color: #00a950;
        background: #00a950;
        color: #fff;
    }

    /*############################ icw-popup-function ###################################*/
    #popup-gallery-satus .howto-read-satus {
        padding-top: 72px;
        padding-bottom: 32px;
        padding-right: 16px;
        padding-left: 16px;
    }
    #popup-gallery-satus .howto-read-satus .body {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    #popup-gallery-satus .howto-read-satus .zoom {
        text-align: center;
    }
    #popup-gallery-satus .howto-read-satus .zoom .txt {
        font-weight: 600;
        color: var(--cr-green);
        margin: 0;
        font-size: 16px;
    }
    #popup-gallery-satus .howto-read-satus .zoom .txt .icon {
        margin-right: 4px;
        position: relative;
        top: 5px;
    }
    #popup-gallery-satus .howto-read-satus .body .thumb {
        max-width: 220px;
    }
    #popup-gallery-satus .howto-read-satus .body .thumb > img {
        width: 100%;
    }
    #popup-gallery-satus .howto-read-satus .body .wrapper {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        margin: 0 auto;
    }
    #popup-gallery-satus .howto-read-satus .body .content {
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    #popup-gallery-satus .howto-read-satus .body .content .title {
        margin: 0;
        font-size: 18px;
        line-height: 1.5em;
    }
    #popup-gallery-satus .howto-read-satus .body .content .desc {
        margin: 0;
        font-size: 16px;
        line-height: 1.5em;
    }
    #popup-gallery-satus .howto-read-satus .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }
    #popup-gallery-satus .howto-read-satus .sc-heading .title {
        font-size: 20px;
        line-height: 1.5em;
    }
    #popup-gallery-satus .howto-read-satus .sc-heading .icon-kplus {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 9px;
    }

    /*############################ icw-popup-function ###################################*/
    /* .icw-popup-function.mfp-bg {background: rgba(0, 0, 0, 0.8);}
    .icw-popup-function.mfp-bg.mfp-ready {opacity: 1; z-index: 1901;}
    .icw-popup-function.mfp-wrap{z-index: 1902;}
    .icw-popup-function .mfp-container {width: 100%; padding: 0;}
    .icw-popup-function .mfp-content{background-color: transparent;max-width: 100%;height: 100%;}
    .icw-popup-function .mfp-content{overflow: auto; min-height: 100vh; height: auto; display: flex; justify-content: center;}
    .icw-popup-function .main-container{margin: 0; padding: 0 32px;}
    .icw-popup-function .inner{overflow: hidden; padding: 72px 16px 16px 16px;} */

    /* #navigation-header.fx-fixbarcc-footer .footer-slogan, 
    #navigation-footer .footer-slogan {margin-bottom: 0px; padding-bottom: 0; height: 64px;} */
}

@media screen and (min-width: 768px) {
    /*############################ sc-into ###################################*/
    .sc-into .sc-heading {
        line-height: 1.5em;
        font-size: 20px;
        margin-bottom: 37px;
    }
    .sc-into .sc-heading .desc {
        font-size: 20px;
    }
    .sc-into .sc-sub-heading .title {
        font-size: 26px;
        line-height: 1.5em;
    }
    .sc-into .howto-scroll-container {
        margin: 0px;
    }
    .sc-into .howto-scroll-mobile {
        overflow: auto;
    }
    .sc-into .text-scroll {
        /* display: none; */
    }
    .sc-into .icon-kplus {
        width: 50px;
        height: 50px;
    }

    /*############################ sc-howto ###################################*/
    .sc-howto .sc-heading {
        margin-bottom: 40px;
    }
    .sc-howto .sc-heading .title {
        font-size: 33px;
        line-height: 1.5;
    }
    .sc-howto .sc-heading .title img {
        max-width: 48px;
        margin-top: -6px;
    }
    .sc-howto .sc-heading .desc {
        font-size: 20px;
    }
    .sc-howto .sc-content .details-container {
        padding: 48px 24px;
    }
    .icw .details-container .txt-title {
        margin-bottom: 24px;
    }
    .sc-howto .sc-content .zoom {
        margin-bottom: 24px;
    }
    .sc-howto .sc-content .zoom .txt .icon {
        top: 6px;
        margin-right: 0px;
    }
    .sc-howto .sc-content .zoom .txt .icon.-mb {
        display: none;
    }
    .sc-howto .sc-content .body {
        max-width: inherit;
        overflow: hidden;
    }
    .sc-howto .sc-content .body .thumb {
        pointer-events: visible;
    }

    /*############################ sc-howto-2 ###################################*/
    .sc-howto-2 .sc-heading .title {
        font-size: 26px;
    }
    .sc-howto-2 .sc-heading .desc {
        font-size: 20px;
    }
    .sc-howto-2 .sc-content .accordion-content .body {
        max-width: inherit;
        overflow: hidden;
    }
    .sc-howto-2 .sc-content .accordion-content .body .thumb {
        pointer-events: visible;
    }
    .sc-howto-2 .sc-content .accordion-content {
        padding: 24px;
    }
    .sc-howto-2 .sc-content .accordion-title {
        font-size: 18px;
    }

    /*############################ sc-howto-3 ###################################*/
    .sc-howto-3 .sc-heading .title {
        font-size: 26px;
    }
    .sc-howto-3 .sc-heading .desc {
        font-size: 20px;
    }
    .sc-howto-3 .sc-content .accordion-content .body {
        max-width: inherit;
        overflow: hidden;
    }
    .sc-howto-3 .sc-content .accordion-content .body .thumb {
        pointer-events: visible;
    }
    .sc-howto-3 .sc-content .accordion-content {
        padding: 24px;
    }
    .sc-howto-3 .sc-content .accordion-title {
        font-size: 18px;
    }

    /*############################ sc-howto-4 ###################################*/
    .sc-howto-4 {
        background: rgb(0, 128, 123);
        background: -moz-linear-gradient(
            135deg,
            rgba(0, 128, 123, 1) 0%,
            rgba(0, 76, 27, 1) 100%
        );
        background: -webkit-linear-gradient(
            135deg,
            rgba(0, 128, 123, 1) 0%,
            rgba(0, 76, 27, 1) 100%
        );
        background: linear-gradient(
            135deg,
            rgba(0, 128, 123, 1) 0%,
            rgba(0, 76, 27, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00807b",endColorstr="#004c1b",GradientType=1);
    }
    .sc-howto-4::before {
        background-image: url(../img/bg-howto-4.png);
        height: 1752px;
    }

    .sc-howto-4 .sc-heading .title {
        font-size: 26px;
    }
    .sc-howto-4 .sc-heading .desc {
        font-size: 20px;
    }
    .sc-howto-4 .sc-content .accordion-content .body {
        max-width: inherit;
        overflow: hidden;
    }
    .sc-howto-4 .sc-content .accordion-content .body .thumb {
        pointer-events: visible;
    }
    .sc-howto-4 .sc-content .accordion-content {
        padding: 24px;
    }
    .sc-howto-4 .sc-content .contact-detail {
        padding: 24px;
    }
    .sc-howto-4 .sc-content .contact-detail-text {
        line-height: 0;
    }
    .sc-howto-4 .sc-content .contact-detail .ic-telephone {
        display: none;
    }
    .sc-howto-4 .sc-content .contact-detail .contact-detail-list .link {
        text-decoration: none;
        font-weight: 500;
    }
    .sc-howto-4 .sc-content .accordion-title {
        font-size: 18px;
    }

    /*############################ sc-howto-4 ###################################*/
    .sc-faqs .container::before {
        background-image: url(../img/bg-faq.png);
        width: 589px;
        height: 237px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -90px;
        left: -0px;
    }
    .sc-faqs .sc-heading .title {
        font-size: 26px;
    }
    .sc-faqs .sc-heading .desc {
        font-size: 20px;
    }
    .sc-faqs .accordion-title {
        font-size: 18px;
    }

    .sc-swiper-slide .wrapper {
        width: auto;
    }
    .sc-swiper-slide .content {
        padding: 24px 22px;
    }
    .sc-swiper-slide .content .action {
        padding-top: 24px;
    }
    .sc-faqs .accordion-content .link-tel {
        color: var(--cr-gray);
        text-decoration: none;
        font-weight: 500;
    }
    .sc-faqs .ic-telephone {
        display: none;
    }

    /*############################ icw-popup-gallery-satus ###################################*/
    /* 
    #popup-gallery-satus .howto-read-satus .body .wrapper {display: grid;grid-template-columns: 220px 1fr;gap: 24px;align-items: center;max-width: 708px;width: 100%;margin: 0 auto;}
    #popup-gallery-satus .howto-read-satus .body .content {display: flex; flex-direction: column; gap: 24px; text-align: start;}
    #popup-gallery-satus .howto-read-satus .body .content .title{ margin: 0; font-size: 20px; line-height: 1.5em;}
    #popup-gallery-satus .howto-read-satus .body .content .desc{ margin: 0; font-size: 16px; line-height: 1.5em;}
    #popup-gallery-satus .howto-read-satus .sc-heading {text-align: center;} */
    #popup-gallery-satus .howto-read-satus {
        padding: 48px;
    }
    #popup-gallery-satus .howto-read-satus .body {
        gap: 0;
    }
    #popup-gallery-satus .howto-read-satus .body .content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        text-align: start;
    }
    #popup-gallery-satus .howto-read-satus .body .content .title {
        font-size: 20px;
    }
    #popup-gallery-satus .howto-read-satus .body .content .desc {
        font-size: 16px;
    }
    #popup-gallery-satus .howto-read-satus .body .wrapper {
        display: grid;
        grid-template-columns: 220px 1fr;
        gap: 24px;
        align-items: center;
        max-width: 708px;
        width: 100%;
        margin: 0 auto;
    }
    #popup-gallery-satus .howto-read-satus .sc-heading .title {
        font-size: 26px;
        line-height: 1.5em;
    }
    #popup-gallery-satus .howto-read-satus .sc-heading .icon-kplus {
        width: 48px;
        height: 48px;
        margin-left: 16px;
    }
}

@media screen and (min-width: 1200px) {
    /*############################ sc-howto ###################################*/
    .sc-howto .sc-content .body {
        padding: 0 54px;
    }
    .sc-howto .sc-content .body:before,
    .sc-howto .sc-content .body:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        width: 40px;
    }
    .sc-howto .sc-content .body:before {
        left: 0;
    }
    .sc-howto .sc-content .body:after {
        right: 0;
    }
    .sc-howto .sc-content .body .wrapper {
        width: auto;
    }
}

/*############################ mCustomScrollbar ###################################*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding-bottom: 3px;
    margin-bottom: 48px;
}

.howto-scroll-desktop .mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding-bottom: 3px;
    margin-bottom: 10px;
}

/* .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{height: 4px;} */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 3px;
    margin-left: 16px;
    margin-right: 16px;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #00a94f;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #00a94f;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    height: 100%;
    background-color: #cfcfcf;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #00a94f;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
}
.mCustomScrollbar._mCS_1.mCS_no_scrollbar {
    padding: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    display: none;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger {
    z-index: 2;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f4f4f4;
}
.mCSB_scrollTools {
    z-index: 2;
}

/*############################ icw-popup-function sc-thumb-box ###################################*/
.sc-thumb-box {
    max-width: 1000px;
    width: 100%;
    position: relative;
}
.sc-thumb-box {
    position: relative;
    background-color: var(--cr-light);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}
.sc-thumb-box .sc-inner {
    position: relative;
    margin: 0 auto;
}
.sc-thumb-box .swiper-slide {
    width: auto;
}
/* .sc-thumb-box .thumb {margin-bottom: 16px;max-width: 700px;margin-left: auto;margin-right: auto;height: 486px;} */
.sc-thumb-box .thumb > img {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.sc-thumb-box .content {
    text-align: center;
}
.sc-thumb-box .content .title {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--cr-dark);
}
.sc-thumb-box .content .desc {
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0;
    color: var(--cr-dark);
}
.sc-thumb-box .content ul.desc {
    padding: 0;
    margin-left: 20px;
    text-align: left;
}
.sc-thumb-box .content ul.desc > li {
    width: 100%;
}
.sc-thumb-box .content ul.desc > li > ul {
    padding: 0;
    margin-left: 20px;
}
.sc-thumb-box .content ul.desc > li > ul > li {
    position: relative;
    list-style: none;
}
.sc-thumb-box .content ul.desc > li > ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: -18px;
}
.sc-thumb-box .content .link {
    color: var(--cr-green);
    font-weight: 600;
    
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .sc-thumb-box {
        width: 100%;
        margin: 80px auto;
        border-radius: var(--radius);
    }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

/*############################ #popup-Requirement ###################################*/
#popup-requirement .popup-requirement-wrapper {
    padding: 48px;
}
#popup-requirement .popup-requirement-wrapper .sc-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

#popup-requirement .popup-requirement-wrapper .wrapper ul li ul {
    list-style: disc;
}

@media screen and (max-width: 768px) {
    #popup-requirement .popup-requirement-wrapper {
        padding: 72px 16px 16px;
    }
    #popup-requirement .popup-requirement-wrapper .wrapper > ul {
        padding-left: 32px;
    }
    .sc-howto .sc-content .details-container {
        background-image: url(/SiteCollectionDocuments/personal/loan/HomeLoan/kpayroll-econsent/img/homeloan-econsent-bg-mobile.jpg);
    } 
}