/*================ default ==================*/
:root {
    --cr-light: #FFFFFF;
    --cr-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #E32726;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.nw {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-black {
    color: var(--cr-black) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-greenlight {
    color: #20E87E !important;
}

.icw .text-pink {
    color: #FFAAAA !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .text-warning {
    color: var(--cr-warning) !important;
}

body {
    font-family: 'kurious-looped';
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    font-family: 'kurious-looped';
    z-index: inherit;
}

.icw .main strong {
    font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
    font-family: 'kurious-looped';
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 600;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 600;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 600;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 600;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 600;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 600;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.5em;
}

.icw p {
    font-family: 'kurious-looped';
    font-size: 16px;
}

.icw p strong {
    font-weight: 600;
}

.icw p.desc {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .caption {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw a.link-more {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-light);
    text-decoration: underline;
}

.icw ul {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 200px) {

    .icw h1,
    .icw .h1 {
        font-size: 28px;
    }

    .icw h2,
    .icw .h2 {
        font-size: 24px;
    }

    .icw h3,
    .icw .h3 {
        font-size: 20px;
    }

    .icw h4,
    .icw .h4 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h5,
    .icw .h5 {
        font-size: 16px;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {

    .icw h1,
    .icw .h1 {
        font-size: 42px;
    }

    .icw h2,
    .icw .h2 {
        font-size: 33px;
    }

    .icw h3,
    .icw .h3 {
        font-size: 26px;
    }

    .icw h4,
    .icw .h4 {
        font-size: 20px;
    }

    .icw h5,
    .icw .h5 {
        font-size: 18px;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
    }
}


/*============================== Hidden & Visible ===============================*/
.show-w1199 {
    display: none;
}

.show-w991 {
    display: none;
}

.show-w767 {
    display: none;
}

.show-w414 {
    display: none;
}

.show-w375 {
    display: none;
}

.show-w360 {
    display: none;
}

.show-w280 {
    display: none;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block;
    }

    .hide-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block;
    }

    .hide-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block;
    }

    .hide-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .show-w414 {
        display: block;
    }

    .hide-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block;
    }

    .hide-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block;
    }

    .hide-w360 {
        display: none;
    }
}

@media (max-width: 280px) {
    .show-w280 {
        display: block;
    }

    .hide-w280 {
        display: none;
    }
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
    color: #999;
}

.icw .container:before,
.icw .container:after {
    content: '';
    display: table;
    clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.icw .container {
    max-width: 1172px;
}

.icw .container-xs {
    max-width: 830px;
}

.icw .container-sm {
    max-width: 930px;
}

.icw .container-md {
    max-width: 1030px;
}

.icw .a-left {
    text-align: left;
}

.icw .a-center {
    text-align: center;
}

.icw .a-right {
    text-align: right;
}

.icw .row-0 {
    margin: 0px;
}

.icw .row-0>div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20>div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex>div {
    float: none;
}

.icw .row-flex>.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex>.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex>.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex>.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.icw .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icw .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.icw .item-list>li {
    float: left;
}

.icw .section {
    position: relative;
}

.icw .section .sc-inner {
    position: relative;
}

.icw .section .sc-heading {
    text-align: center;
}


@media screen and (min-width: 200px) {

    .section .sc-inner {
        padding: 64px 0;
    }


    .section .sc-heading {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }

    .section .sc-heading {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .section .sc-inner {
        padding: 48px 0;
    }

    .icw .row-flex.align-items-center {
        justify-content: center;
        padding-top: 30px;
    }
}


/*============================== button ===============================*/
.icw .btn {
    padding: 0 32px;
    width: auto;
    min-width: 120px;
    font-family: 'kurious-looped';
    font-weight: 600;
    border: 0;
    font-size: 16px;
    height: 48px;
    background: transparent;
    color: var(--cr-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: var(--radius);
    transition: var(--tsition);
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: +1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s, color .3s .3s;
}

.icw .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
    background-color: var(--cr-green);
}


/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 5;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    transition: var(--tsition);
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 2px;
    border-top: 2px solid var(--cr-light);
    border-left: 2px solid var(--cr-light);
    visibility: visible;
    transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-button-next:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
    text-align: center;
    margin: 0;
    padding-top: 32px;
    position: relative;
    bottom: 0;
}

.swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: var(--radius);
    background: #ddd;
    opacity: 1;
    transition: var(--tsition);
}

.swiper-pagination-bullet-active {
    background: var(--cr-green);
    border-color: var(--cr-green);
    opacity: 1;
    width: 24px;
}

.swiper-horizontal>.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 12px;
    }

    .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;
    }
}


/*############################ preload ###################################*/
.dim-page {
    opacity: 0 !important;
}

.g-load-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background: var(--cr-light);
}

.g-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.g-loader {
    border: 5px solid var(--cr-green);
    border-radius: 100%;
    border-top: 5px solid #d7d7d7;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
}

.popup-function.mfp-bg.mfp-ready {
    opacity: 1;
    z-index: 10001;
}

.popup-function.mfp-wrap {
    z-index: 10002;
}

.popup-function .mfp-container {
    width: 100%;
}

.popup-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
}

.popup-function .mfp-content {
    overflow: auto;
    min-height: 100vh;
    padding: 24px 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-function .main-container {
    margin: 0;
}

.popup-function-content {
    max-width: 1140px;
    width: 100%;
    position: relative;
    background: var(--cr-light);
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}

.popup-function-content .inner {
    padding: 48px;
}

.popup-function-content .sc-head {
    margin-bottom: 32px;
}

.popup-function-content .sc-head .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-black);
}

.popup-function-content .sc-body {
    position: relative;
}

.popup-function-content .sc-body .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-gray);
}

.popup-function-content .sc-body .s-title {
    margin-bottom: 16px;
    line-height: 1.5em;
    color: var(--cr-green);
}

.popup-function-content .sc-body .desc {
    color: var(--cr-gray);
    margin: 0;
}

.popup-function-content .sc-body .note {
    color: var(--cr-gray);
    margin: 0;
    font-size: 13px;
    line-height: 1.54em;
}

.popup-function-content .sc-body .row-flex+.s-title {
    margin-top: 32px;
}

.popup-function-content .sc-body .row-flex {
    margin: 0 -24px;
}

.popup-function-content .sc-body .row-flex>div {
    padding: 0 24px;
}

.popup-function-content .sc-body ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-body ul>li .desc {
    line-height: 2em;
}

.popup-function-content .sc-body ul+.note {
    margin-top: 32px;
    display: block;
}

.popup-function-content .sc-note {
    background: #FAFAFA;
    padding: 16px 48px;
    border-radius: 0 0 8px 8px;
}

.popup-function-content .sc-note strong.title {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    line-height: 1.54em;
    color: var(--cr-dark);
}

.popup-function-content .sc-note ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-note ul>li {
    line-height: 1.54em;
    font-size: 13px;
    color: var(--cr-gray);
}

.popup-function-content .table-wrap {
    position: relative;
    margin-top: 24px;
}

.popup-function-content .table-wrap .table-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    text-align: center;
    padding: 70px 20px;
    cursor: pointer;
}

.popup-function-content .table-wrap .table-overlay .icon {
    width: 216px;
    margin: 0 auto;
}

.popup-function-content .table-wrap.scroller .table-overlay {
    display: block;
}

.popup-function-content .table-responsive {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: auto;
}

.popup-function-content .table-service {
    width: 100%;
    margin: 0 auto;
    color: #333;
    border: 0;
    border-spacing: 0;
}


.popup-function-content .table-service tbody td {
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
}


.popup-function-content .table-service tbody tr td:first-child {
    border-left: 1px solid #f2f2f2;
}

.popup-function-content .table.table-service th,
.popup-function-content .table.table-service thead td,
.popup-function-content .table-heading .heading {
    font-size: 24px;
    padding: 35px 0;
}

.popup-function-content .table tbody tr {
    border-top: 1px solid #f2f2f2;
}

.popup-function-content .table .bg-tb-gray {
    background-color: #F7F7F7;
}

.popup-function-content ul>li.none {
    list-style: none;
}

@media screen and (min-width: 992px) {
    .popup-function .inner {
        padding: 48px;

    }

    .popup-function .swiper-button-prev {
        left: 48px;
    }

    .popup-function .swiper-button-next {
        right: 48px;
    }
}

/*############################ icw-popup-function ###################################*/


/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
    opacity: 0;
    -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;
    padding: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
}

.mfp-close-btn-in .mfp-close {
    width: 30px;
    height: 30px;
    background-color: #00A950;
    color: #fff;
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
    transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover:before {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:hover:after {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:active {
    top: 0px;
}

@media screen and (max-width: 767px) {
    .mfp-close-btn-in .mfp-close {
        top: 16px;
        right: 16px;
    }
}

/*############################ popup ###################################*/


/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
}

.popup-function.mfp-bg.mfp-ready {
    opacity: 1;
    z-index: 10001;
}

.popup-function.mfp-wrap {
    z-index: 10002;
}

.popup-function .mfp-container {
    width: 100%;
}

.popup-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
}

.popup-function .mfp-content {
    overflow: auto;
    min-height: 100dvh;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: var(--cr-light);
}

.popup-function .main-container {
    margin: 0;
}

.popup-function-content {
    width: 100%;
    position: relative;
    background: var(--cr-light);
}

.popup-function-content .inner {
    padding: 64px 16px 16px 16px;
}

.popup-function-content .sc-head {
    margin-bottom: 32px;
}

.popup-function-content .sc-head .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-black);
}

.popup-function-content .sc-body {
    position: relative;
}

.popup-function-content .sc-body .title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-gray);
}

.popup-function-content .sc-body .s-title {
    margin-bottom: 16px;
    line-height: 1.5em;
    color: var(--cr-green);
}

.popup-function-content .sc-body .desc {
    color: var(--cr-gray);
    margin: 0;
}

.popup-function-content .sc-body .note {
    color: var(--cr-gray);
    margin: 0;
    font-size: 13px;
    line-height: 1.54em;
}

.popup-function-content .sc-body .row-flex+.s-title {
    margin-top: 32px;
}

.popup-function-content .sc-body .row-flex {
    margin: 0;
    flex-direction: column;
}

.popup-function-content .sc-body .row-flex>div {
    padding: 0;
}

.popup-function-content .sc-body .row-flex>div+div {
    margin-top: 16px;
}

.popup-function-content .sc-body ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-body ul>li .desc {
    line-height: 2em;
}

.popup-function-content .sc-body ul+.note {
    margin-top: 32px;
    display: block;
}

.popup-function-content .sc-note {
    background: #FAFAFA;
    padding: 16px;
}

.popup-function-content .sc-note strong.title {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    line-height: 1.54em;
    color: var(--cr-dark);
}

.popup-function-content .sc-note ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}

.popup-function-content .sc-note ul>li {
    line-height: 1.54em;
    font-size: 13px;
    color: var(--cr-gray);
}

.popup-function-content .table-responsive {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    overflow: auto;
    margin-top: 32px;
}

.popup-function-content .table-service {
    width: 100%;
    margin: 0 auto;
    color: #333;
    border: 0;
    border-spacing: 0;
}

.popup-function-content .table-service th {
    background-color: var(--cr-green);
    text-align: center;
    vertical-align: middle;
}

.popup-function-content .table-service th {
    font-size: 13px;
    padding: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.popup-function-content .table-service th+th {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service td {
    font-size: 13px;
    text-align: center;
    padding: 16px;
    vertical-align: middle;
    border-top: 1px solid #E6E6E6;
}

.popup-function-content .table-service td+td {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service tr td:first-child {
    border-left: 1px solid #E6E6E6;
}

.popup-function-content .table-service strong {
    font-weight: 600;
}

.popup-function-content .tab.active .control {
    background: #fff;
}

@media screen and (min-width: 768px) {
    .popup-function .mfp-content {
        padding: 24px 0;
        align-items: center;
        background: transparent;
        height: auto;
    }

    .popup-function-content {
        max-width: 1140px;
        width: 96%;
        border-radius: 8px;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    }

    .popup-function-content .inner {
        padding: 24px;
    }

    .popup-function-content .sc-body .row-flex {
        margin: 0 -24px;
    }

    .popup-function-content .sc-body .row-flex>div {
        padding: 0 24px;
    }

    .popup-function-content .sc-body .row-flex>div+div {
        margin-top: 0;
    }

    .popup-function-content .sc-note {
        padding: 16px 48px;
        border-radius: 0 0 8px 8px;
    }

    .popup-function-content .table-service th {
        font-size: 18px;
        padding: 24px;
    }

    .popup-function-content .table-service td {
        font-size: 16px;
        padding: 24px;
    }
}

@media screen and (min-width: 992px) {
    .popup-function .inner {
        padding: 48px;
        padding-bottom: 32px;
    }

    .popup-function .swiper-button-prev {
        left: 48px;
    }

    .popup-function .swiper-button-next {
        right: 48px;
    }

    .popup-function-content .inner {
        padding: 48px;
    }
}

/*############################ icw-popup-function ###################################*/




/*############################ sc-highlight-banner  ###################################*/
.sc-highlight-banner {
    position: relative;
    overflow: hidden;
}

.sc-highlight-banner .swiper-pagination {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    line-height: 24px;
}

.sc-highlight-banner .swiper-wrapper {
    text-align: center;
}

.sc-highlight-banner .swiper-slide {
    position: relative;
}

.sc-highlight-banner .image {
    position: relative;
    z-index: 1;
}

.sc-highlight-banner .image img {
    width: 100%;
}

.sc-highlight-banner .btn-banner {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 16px;
    display: block;
    text-align: center;
}

.sc-highlight-banner .btn-banner .btn {
    width: 200px;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .sc-highlight-banner .swiper-pagination {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 0;
        bottom: 60px;
        max-width: 720px;
        text-align: right;
    }

    .sc-highlight-banner .btn-banner {
        padding: 0;
        bottom: 48px;
        max-width: 720px;
        text-align: start;
    }
}


@media screen and (min-width: 1025px) {

    .sc-highlight-banner .swiper-pagination,
    .sc-highlight-banner .btn-banner {
        max-width: 1140px;
    }
}

/*############################ sc-highlight-banner  ###################################*/


/*############################ tab-main  ###################################*/
.tab-main-all {
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
    transform: translate3d(0px, 0px, 0px);
}

.tab-main-all-inner {
    overflow: hidden;
    margin-right: -16px;
    padding-right: 16px;
    margin-left: -16px;
    padding-left: 16px;
    /* position: -webkit-sticky;
    position: sticky;
    left: 0; */
    display: block;
}

.tab-main-all .swiper.boxtab {
    overflow: visible;
}

.tab-main-all-inner .swiper-button-next,
.tab-main-all-inner .swiper-button-prev {
    display: none;
}

.tab-main .boxtab-inner {
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: radial-gradient(107.69% 107.69% at 100% 100%, rgba(0, 169, 79, 0.1) 0%, rgba(0, 169, 79, 0) 100%), #FFF;
    padding: 8px;
    width: 110px;
    height: 80px;
    position: relative;
    cursor: pointer;
}

.tab-main .boxtab-inner.selected {
    border: 2px solid #00A94F;
    background-color: #E5F6ED;
    padding: 7px;
}

.tab-main .boxtab-inner p {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    z-index: 3;
}

.tab-main .boxtab-inner img {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 4px;
    max-height: 48px;
    height: 100%;
    width: auto;
}

@media screen and (min-width: 768px) {
    .tab-main-all .swiper.boxtab {
        overflow: hidden;
    }
}

@media screen and (min-width: 1024px) {
    .tab-main-all .swiper.boxtab {
        padding: 5px;
        margin: 0 -6px;
    }

    .tab-main-all-inner .swiper-button-next,
    .tab-main-all-inner .swiper-button-prev {
        top: 70%;
        display: flex;
    }

    .tab-main-all-inner .swiper-button-next {
        right: 8px;
    }

    .tab-main-all-inner .swiper-button-prev {
        left: 8px;
    }

    .tab-main .boxtab-inner {
        width: 152px;
        height: 128px;
        padding: 14px;
    }

    .tab-main .boxtab-inner:hover {
        transition: var(--tsition);
        transform: scale(1.05);
    }

    .tab-main .boxtab-inner.selected {
        padding: 13px;
    }

    .tab-main .boxtab-inner p {
        font-size: 16px;
        line-height: 1.5;
    }

    .tab-main .boxtab-inner img {
        max-height: 69px;
    }
}

/*############################ tab-main  ###################################*/


/*############################ box-thumb  ###################################*/
.wrapper-box-thumb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 24px;
}

.wrapper-box-thumb .box-thumb {
    width: 100%;
}

.wrapper-box-thumb .inner-box-thumb {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.wrapper-box-thumb .box-thumb .thumb-des {
    padding: 16px 0;
}

.wrapper-box-thumb .box-thumb .img-thumb {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.wrapper-box-thumb .box-thumb .img-thumb img {
    transition: all 400ms ease-in-out;
    transform: scale(1);
}

.wrapper-box-thumb .box-thumb .thumb-title {
    color: #111;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    max-height: 4.35em;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.thumb-manual .wrapper-box-thumb .box-thumb .thumb-title {
    font-size: 16px;
}

.wrapper-box-thumb .box-thumb .thumb-date {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 0;
}

@media screen and (min-width: 350px) {
    .wrapper-box-thumb {
        margin-left: -8px;
        margin-right: -8px;
        flex-direction: row;
    }

    .wrapper-box-thumb .box-thumb {
        padding: 0 8px;
        width: 50%;
    }

    .wrapper-box-thumb .box-thumb .thumb-title {
        height: 4.35em;
    }

    .wrapper-box-thumb.row-3 {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
    }

    .wrapper-box-thumb.row-3 .box-thumb {
        width: 100%;
    }

    .wrapper-box-thumb.row-3 .box-thumb .thumb-title {
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .wrapper-box-thumb {
        row-gap: 16px;
    }

    .wrapper-box-thumb .box-thumb {
        width: 25%;
    }

    .wrapper-box-thumb.row-3 {
        margin-left: -8px;
        margin-right: -8px;
        flex-direction: row;
    }

    .wrapper-box-thumb.row-3 .box-thumb {
        width: 33.333%;
    }

    .wrapper-box-thumb .inner-box-thumb {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    .wrapper-box-thumb .box-thumb .img-thumb {
        border-radius: 0;
    }

    .wrapper-box-thumb .box-thumb .thumb-des {
        padding: 16px;
        background: #fff;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper-box-thumb .inner-box-thumb:hover .img-thumb img {
        transform: scale(1.1);
    }

    .wrapper-box-thumb .box-thumb .thumb-des {
        padding: 24px;
    }

    .wrapper-box-thumb .box-thumb .thumb-title {
        font-size: 14px;
        height: 2.9em;
        max-height: 2.9em;
        -webkit-line-clamp: 2;
    }

    .thumb-manual .wrapper-box-thumb .box-thumb .thumb-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1140px) {
    .wrapper-box-thumb .box-thumb .thumb-des {
        padding: 24px;
        background: #fff;
        height: calc(100% - 220px);
    }
}

/*############################ box-thumb  ###################################*/


/*############################ tab-control  ###################################*/
.tab-control {
    position: relative;
    margin-bottom: 24px;
}

.tab-control .tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--tsition);
}

.tab-control.active-dd .tab-dropdown {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #DBDBDB;
}

.tab-control .tab-dropdown .txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--cr-black);
}

.tab-control .tab {
    display: flex;
    position: relative;
    overflow: auto;
    z-index: 3;
}

.tab-control .tab::-webkit-scrollbar {
    display: none;
}

.tab-control.more .tab {
    margin-right: 32px;
}

.tab-control.active-dd .tab {
    overflow: visible;
}

.tab-control .tab .control {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.tab-control.active-dd .tab .control {
    display: block;
    width: auto;
    margin-left: -16px;
    margin-right: -49px;
    position: relative;
    z-index: 1;
    padding: 12px 11px;
    padding-bottom: 0;
}

.tab-control .tab .control li {
    display: inline-block;
}

.tab-control .tab .control .tab-button {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--cr-dark);
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #999;
    background: #FFF;
    padding: 8px 16px;
    font-weight: 600;
}

.tab-control.active-dd .tab .control .tab-button {
    margin: 6px;
}

.tab-control .tab .control .tab-button:hover {
    background: #E5F6ED;
}

.tab-control .tab .control .tab-button.active,
.tab-control .tab .control .tab-button.active:hover {
    color: #00A94F;
    border: 2px solid #00a94f;
    background: #E5F6ED;
    padding: 7px 15px;
}

.tab-control .action-dropdown {
    display: none;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 40px;
    border-left: 1px solid #e5e5e5;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.tab-control.more .action-dropdown {
    display: flex;
}

.tab-control.active-dd .action-dropdown {
    height: 24px;
    border: 0;
}

.tab-control .action-dropdown .btn-tab-dropdown {
    display: block;
    position: relative;
    width: 16px;
    height: 12px;
}

.tab-control .action-dropdown .btn-tab-dropdown:before,
.tab-control .action-dropdown .btn-tab-dropdown:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: var(--cr-green);
    transition: var(--tsition);
}

.tab-control .action-dropdown .btn-tab-dropdown:before {
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: -1px;
}

.tab-control .action-dropdown .btn-tab-dropdown:after {
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
    left: 6px;
}

.tab-control.active-dd .action-dropdown .btn-tab-dropdown:before {
    transform: rotate(-45deg);
}

.tab-control.active-dd .action-dropdown .btn-tab-dropdown:after {
    transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
    .tab-control {
        margin-bottom: 32px;
    }

    .tab-control .tab .control .tab-button {
        padding: 8px 24px;
    }

    .tab-control .tab .control .tab-button.active,
    .tab-control .tab .control .tab-button.active:hover {
        padding: 7px 23px;
    }
}

/*############################ tab-control  ###################################*/


/*############################ sc-all-promotion  ###################################*/
.sc-all-promotion .sc-inner {
    background-color: #FAFAFA;
    padding: 48px 0 32px;
}

.sc-all-promotion .sc-thumb {
    display: none;
    background-color: #FFFFFF;
    padding: 32px 0 48px;
}

.sc-all-promotion .sc-thumb.active {
    display: block;
}

.sc-all-promotion .sc-thumb.not-found {
    background-color: #F4F4F4;
    padding: 48px 0;
}

.sc-all-promotion .sc-thumb .load-more-thumb {
    margin-top: 32px;
    text-align: center;
}

.sc-all-promotion .sc-thumb .box-not-found {
    text-align: center;
}

.sc-all-promotion .sc-thumb .box-not-found img {
    display: block;
    width: 240px;
    height: auto;
    margin: 32px auto 0;
}

@media screen and (min-width: 768px) {
    .sc-all-promotion .sc-inner {
        padding-bottom: 48px;
    }

    .sc-all-promotion .sc-thumb {
        padding-bottom: 64px;
    }

    .sc-all-promotion .sc-thumb.not-found {
        padding: 32px 0;
    }
}

/*############################ sc-all-promotion  ###################################*/



@media screen and (min-width:1200px) {
    .visible-w1199 {
        display: none !important;
    }
}

@media screen and (min-width:1025px) {
    .visible-w1024 {
        display: none !important;
    }
}

@media screen and (min-width:992px) {
    .visible-w991 {
        display: none !important;
    }

}

@media screen and (min-width:768px) {
    .visible-w767 {
        display: none !important;
    }
}


@media screen and (max-width:767px) {
    .hidden-w767 {
        display: none !important;
    }
}