﻿:root {
    --red: #D92032;
    --text: #111820;
    --muted: #7C8697;
    --green: #4DA944;
    --img-grey: #F7F8FA;
    --tab-active: #0032A0;
    --line-blue: #0032A0;
    --line-grey: #B9BFC9;
    --background-grey: #FBFBFD;
}

html {
    scroll-behavior: smooth;
}

.container-view-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
}

.pt-160 {
    padding-top: 160px;
}

.pb-80 {
    padding-bottom: 80px;
}

.top-90 {
    top: 90px;
}

.text-regular {
    font-weight: 400;
}

.swiper-slide-container {
    background-color: #FBFBFD;
}

#sections, #towels-disposable {
    max-width: 1100px;
}

#sections {
    position: sticky;
    top: 65px;
    z-index: 1000;
    justify-content: center;
    text-align: center;
    background: #fff;
    margin-bottom: 0 !important;
}

.container-top-custom {
    height: 550px;
}

.container-custom {
    max-width: 1100px;
}

.title-top-1 {
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
}

.title-top-2 {
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
}

.img-top {
    width: 1100px;
    height: 500px;
    object-fit: none;
    object-position: center;
    margin-top: -13%;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
}

.nav-link.active-border {
    border-bottom-color: var(--tab-active) !important;
    font-weight: 500;
}

.text-muted-header {
    color: var(--muted);
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
}
h1.title-top-2 {
    margin-bottom: 1rem;
}
h2.title-product-top{margin-bottom:1rem}
.text-header-bold {
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
}
h2.text-header-bold {
    margin-bottom: 1rem;
}
h2.title-product-top {
    margin-bottom: 1rem
}
.text-muted-header-bold {
    color: var(--muted);
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
}

.product-card img {
    max-height: 200px;
    margin-bottom: 1rem;
}

.product-img-row img {
    max-height: 180px;
    object-fit: contain;
}

/* ===== PART 1 ===== */
.media-wrap {
    position: relative;
    height: 300px;
    width: 400px;
}

    .media-wrap .band {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 120px;
    }

.band--indigo {
    background: var(--line-blue);
    opacity: 20%;
}

.media-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -56%);
    height: auto;
    width: 300px;
    object-fit: cover;
}

.alert-icon > picture > img {
    width: 100px;
    height: auto;
    object-fit: cover;
}
/* ===== PART 2 ===== */
.desc {
    text-align: center;
    margin-top: 30px;
}

    .desc .lead-note {
        color: var(--muted);
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        text-align: center;
    }

    .desc .lead-title {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: normal;
        text-align: center;
        color: var(--text);
    }

        .desc .lead-title .em {
            font-weight: 700;
        }

    .desc .hashtags {
        color: var(--line-blue);
        font-family: 'Pretendard';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        text-align: center;
    }

.product-block {
    padding-top: 80px;
    text-align: center;
}

/* towels and disposable part */
#towels-disposable {
    background-color: var(--img-grey);
    height: 440px;
}

    #towels-disposable .top-towels-disposable {
        padding: 50px 40px 30px 40px;
    }

    #towels-disposable .bottom-towels-disposable {
        gap: 10px;
        position: relative;
    }

        #towels-disposable .bottom-towels-disposable p {
            padding-left: 15px;
            font-family: 'Pretendard';
            font-weight: 400;
            font-size: 18px;
            line-height: 27px;
            letter-spacing: normal;
        }

    #towels-disposable .title-top-blue-towels-disposable {
        color: var(--line-blue);
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
    }

    #towels-disposable .title-top-bold-towels-disposable {
        color: var(--text);
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: normal;
    }

    /* Section 1 */
    .product-section {
        padding-top: 20px
    }

.product-text {
    padding-right: 150px
}

    .product-text .title-section-1 {
        color: var(--text);
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: normal;
    }

    .product-text .text-section-1 {
        color: var(--muted);
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
    }

.image-wrap {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-wrap .band-left {
        position: absolute;
        top: 50%;
        left: -28px;
        transform: translate(-50%, -50%);
        width: 130px;
        height: 240px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    .image-wrap .band-right {
        position: absolute;
        top: 50%;
        right: 1px;
        transform: translate(-50%, -50%);
        width: 35px;
        height: 240px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    .image-wrap img {
        position: absolute;
        top: 31%;
        left: 47%;
        transform: translate(-50%, -50%);
        height: 400px;
        width: 100%;
    }

/* Section 1 - Section product */
:root {
    --card-border: #e3e3e3;
    --accent: #D92032;
}

.products-section {
    margin: 0 auto;
}

    .products-section .title-product-top {
        color: var(--text);
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        text-align: center;
    }

    .products-section .desc-product-top {
        color: var(--muted);
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        text-align: center;
    }

.product-section-card {
    border: 1px solid var(--card-border);
    border-radius: 2px;
    padding: 24px;
    height: 690px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    box-shadow: none;
}

.img-wrap {
    height: 400px;
    display: flex;
    justify-content: center;
}

.img-wrap img {
    max-width: 100%;
    object-fit: cover;
}
.img-wrap picture {
    max-width: 100%;
    object-fit: cover;
}
.product-title {
    margin-top: 30px;
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
}

.product-desc {
    color: var(--muted);
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.badge-pill {
    display: inline-block;
    padding: 2px 20px;
    color: #0032A0;
    white-space: nowrap;
    border-radius: 14px;
    background-color: #D9E0F1;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
}

.card-col {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*Yuhan Kimberly Kitchen Towel*/
.text-top-kimberly {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
}

.card {
    border: 1px solid #DCE7FF;
    background-color: #F7F8FA;
    padding: 50px 40px 80px 40px;
    height: 400px;
}

    .card .card-body-top-kimberly {
    }

        .card .card-body-top-kimberly .badge-custom {
            background-color: var(--line-blue);
            display: inline-block;
            padding: 2px 20px;
            color: #FFFFFF;
            font-family: 'Pretendard';
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            letter-spacing: normal;
            white-space: nowrap;
            border-radius: 18px;
        }

        .card .card-body-top-kimberly .text-badge-custom {
            color: #101010;
            font-family: 'Pretendard';
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: normal;
            text-align: center;
            margin-top: 30px;
        }

    .card .card-body-middle-kimberly {
        align-items: center;
        margin: 50px;
    }

        .card .card-body-middle-kimberly > div {
            height: 1px;
            background-color: #DDDDDD;
            width: 100%;
        }

    .card .card-body-bottom-kimberly {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .card .card-body-bottom-kimberly > p {
            font-family: 'Pretendard';
            font-weight: 500;
            font-size: 18px;
            line-height: 27px;
            letter-spacing: normal;
            text-align: center;
            color: #101010;
        }

/*Excellent usability and durability*/
.section-title-durability {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
}

.content-box-body {
    background-color: #FFFFFF;
    border: 1px solid #DCE7FF;
    height: 380px;
}

.content-box-durability {
    padding: 25px 0 0 5px;
}

    .content-box-durability .title-box-durability {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        margin-bottom: 30px;
    }

    .content-box-durability ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .content-box-durability ul li {
            margin-bottom: 20px;
            height: 50px;
            display: flex;
            align-items: flex-start;
            color: var(--text);
            font-family: 'Pretendard';
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: normal;
        }

            .content-box-durability ul li > span {
                margin-left: 10px;
            }

.row-custom-left {
    padding-right: 15px;
}

.row-custom-right {
    padding-left: 15px;
}

/* ====================== PC ========================= */
@media (min-width: 992px) {
    .image-col-durability {
        padding-left: 0;
        margin-left: 0;
    }
}

.image-col-durability img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

/* Hygiene product standards and specifications */
.section-header .title-top-standards-specifications {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    color: var(--muted);
    margin-bottom: 152px;
}

.section-header .desc-top-standards-specifications {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: var(--muted);
    margin: 30px 0 50px;
}

.blue-box {
    background-color: #1A3DBE;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.blue-box-top {
    padding: 40px 25px;
}

.blue-box-bottom {
    padding: 0 0 10px 25px;
}

    .blue-box-bottom p {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        color: #FFFFFF;
    }

    .blue-box-bottom span {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: normal;
    }

.specifications-info-box, .specifications-info-box-left, .specifications-info-box-right {
    background: var(--img-grey);
    padding: 25px 0 25px 0;
}

    .specifications-info-box .specifications-info-bottom {
        margin-top: 20px;
    }

.specifications-info-title {
    color: var(--text);
    margin-top: 20px;
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
}

.specifications-info-box .specifications-info-text-bottom {
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
}

.specifications-info-box .specifications-info-desc-bottom {
    color: var(--line-blue);
    font-family: Pretendard;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
}

.specifications-info-desc-box {
    color: var(--text);
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
}

/* --------------- product-strip --------------- */
.find-product-strip {
    background-color: #FBFBFD;
    padding-top: 100px;
    padding-bottom: 150px;
    height: 849px;
}

    .find-product-strip > .container {
        max-width: 100%;
    }

    .find-product-strip > .col-auto {
        position: relative;
        margin: 0;
        padding: 0;
        padding-right: 15px;
    }

.product-card-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
}

.product-card-desc {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: var(--muted);
}

.find-product-card {
    text-align: center;
    padding: 8px;
    border-radius: unset;
    width: 300px;
    height: 300px;
    opacity: 1;
    background: white;
}

    .find-product-card img {
        max-width: 100%;
        height: 280px;
        object-fit: contain;
        margin-bottom: 8px;
    }

.product-title {
    width: auto;
    height: 54px;
    opacity: 1;
}

    .product-title div {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
    }

.product-title-small div {
    font-family: 'Pretendard';
    font-weight: 400;
    color: #7C8697;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
}

.faq-section {
    height: 563px;
    position: relative;
    background: linear-gradient(180deg,#10161b 0%, #0f1a20 100%);
    color: #fff;
    overflow: hidden;
}

.bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none; /* không cản click */
}

.faq-inner {
    position: relative;
    z-index: 2;
}

.faq-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
    margin-top: 131px;
}

.faq-title-desc {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
}

.faq-sub {
    color: #FFFFFF;
    line-height: 1.6;
}

.faq-buttons .btn {
    min-width: 160px;
    margin-right: 12px;
}

.site-footer {
    background: #0b0f12;
    color: rgba(255,255,255,0.6);
    padding: 18px 0;
    font-size: 13px;
}

.brand-left {
    color: #cfd8dc;
    font-weight: 600;
}

.contact-number {
    color: #ff5b5b;
    font-weight: 700;
    font-size: 18px;
}

.product-card-logo {
    position: absolute;
    padding: 15px;
}

.ask-question {
    gap: 40px;
}

.ask-question-btn {
    width: 153px;
    height: 47px;
    border: none;
    color: #FFFFFF;
    border-radius: unset;
    text-align: center;
}
/* swipper product strip */
.new_main {
    overflow: hidden;
}

    .new_main .main_tit {
        text-align: left;
        margin: auto;
    }

        .new_main .main_tit p {
            font-size: 13px;
            color: #7e7e7e;
            border-bottom: 1px solid #7e7e7e;
        }

.new_list {
    display: flex;
    height: auto;
    padding: 0;
    justify-content: center;
}

    .new_list li {
        position: relative;
        width: 340px !important;
        height: 395px;
        opacity: 1;
        cursor: pointer;
    }

/*Section 2 target*/
.text-section-2 > p {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    color: var(--line-blue);
    margin-top: 40px;
}

.text-section-2 > ul li {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
}

#section2 .image-wrap .band-left {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translate(-50%, -50%);
    width: 151px;
    height: 240px;
    background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
    opacity: 90%;
}

#section2 .image-wrap .band-right {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 240px;
    background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
    opacity: 90%;
}

/*Excellent usability and durability*/
.section-title-durability {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
}

.section-02-content-box-body {
    background-color: #FFFFFF;
    border: 1px solid #DCE7FF;
    height: 280px;
}

    .section-02-content-box-body .content-box-durability {
        padding: 25px 0 0 5px;
    }

        .section-02-content-box-body .content-box-durability .title-box-durability {
            font-family: 'Pretendard';
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            letter-spacing: normal;
            margin-bottom: 30px;
        }

        .section-02-content-box-body .content-box-durability ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

            .section-02-content-box-body .content-box-durability ul li {
                margin-bottom: 20px;
                height: 30px;
                display: flex;
                align-items: flex-start;
                color: var(--text);
                font-family: 'Pretendard';
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: normal;
            }

                .section-02-content-box-body .content-box-durability ul li > span {
                    margin-left: 10px;
                }

/* ====================== PC ========================= */
@media (min-width: 992px) {
    .section_02-image-col-durability {
        padding-left: 0;
        margin-left: 0;
    }
}

.section_02-image-col-durability img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* Section 2: Use a Dishcloth Correctly for Kitchen Hygiene */
.section-2-kitchen-hygiene {
    border: 1px solid var(--line-blue, #0032A0);
    height: auto;
    margin-bottom: 200px;
    position: relative;
}

    .section-2-kitchen-hygiene .section-2-kitchen-hygiene-title-heder {
        margin-top: 70px;
        margin-bottom: 90px;
    }

        .section-2-kitchen-hygiene .section-2-kitchen-hygiene-title-heder > p > span {
            background-color: var(--line-blue);
            display: inline-block;
            padding: 7px 20px;
            color: #FFFFFF;
            font-family: 'Pretendard';
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            letter-spacing: normal;
            white-space: nowrap;
            border-radius: 25px;
        }

    .section-2-kitchen-hygiene .section-2-ketchen-hygiene-title {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        text-align: center;
        margin-top: 50px;
        color: #000000;
    }

    .section-2-kitchen-hygiene .section-2-ketchen-hygiene-desc {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        text-align: center;
        margin-top: 30px;
        color: var(--text);
    }

/* Section 2: WipeAll X Series */
.section-2-wipeall-x-series p.section-2-wipeall-x-series-header {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: var(--muted);
}

.section-2-wipeall-x-series p.section-2-wipeall-x-series-header-desc {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
}

.section-2-wipeall-x-series > .container {
    background: #F7F8FA;
    padding: 50px 70px;
}

.section-2-wipeall-x-series .section-2-wipeall-x-series-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    color: var(--text);
}

.section-2-wipeall-x-series .features-box {
    padding-top: 70px;
}

.section-2-wipeall-x-series .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

    .section-2-wipeall-x-series .feature-item p.text {
        margin-left: 10px;
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        color: var(--text);
    }

/* Section 2: Table */
.section-2-series-table .section-2-series-table-titler-header {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
    margin-bottom: 60px;
}

.section-2-series-table table.comparison-table thead th {
    background-color: var(--line-blue);
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    text-align: center;
    border-width: inherit;
}

.section-2-series-table table.comparison-table tbody {
    border: none;
}

    .section-2-series-table table.comparison-table tbody tr {
        vertical-align: middle;
        border: none;
    }

.section-2-series-table .comparison-table tbody td {
    vertical-align: middle;
    border: 1px solid #D9E0F1;
}

.section-2-series-table table tbody .text-table-product-category {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: var(--line-blue);
    background-color: var(--img-grey);
    border-left: none;
    border-right: none;
}

.section-2-series-table table tbody .text-table-product-category-last {
    border-bottom: none;
}

.section-2-series-table table tbody .text-table-product-name {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    text-align: center;
    color: #101010;
    border-left: none;
    background-color: #FBFBFA;
}


.section-2-series-table table tbody .text-table-product-type {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: normal;
    text-align: center;
    color: #101010;
    border-left: none;
    background-color: #FBFBFA;
}

.section-2-series-table table tbody .text-table-series {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    text-align: center;
    color: #101010;
    background-color: #FFFFFF;
}

.section-2-series-table table tbody .text-table-usage-examples {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    text-align: center;
    background-color: #FFFFFF;
}

.section-2-series-table table tbody .text-table-material {
    background-color: #FFFFFF;
    border: 1px solid #D9E0F1;
}

    .section-2-series-table table tbody .text-table-material span {
        background-color: var(--line-blue);
        display: inline-block;
        padding: 4px 10px;
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: normal;
        text-align: center;
        color: #FFFFFF;
        white-space: nowrap;
        border-radius: 18px;
    }

.section-2-series-table .note-text {
    color: var(--muted);
    margin: 20px 0 60px;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.section-2-series-table .info-box {
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: var(--line-blue, #0032A0);
    background-color: #F7F8FA;
    padding: 40px 0 40px;
    text-align: center;
}

    .section-2-series-table .info-box p {
        margin: 0;
        color: #101010;
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        text-align: center;
        margin-top: 30px;
    }

/*Section 3 target*/
#section3 .image-wrap .band-left {
    position: relative;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
    opacity: 90%;
}

#section3 .image-wrap img.img-01 {
    position: absolute;
    top: 41%;
    left: 43%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 96%;
    z-index: 1;
}

#section3 .image-wrap img.img-02 {
    position: absolute;
    top: 40%;
    left: 43%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 95%;
    z-index: 2;
}

/*#section3 .image-wrap .band-left {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 240px;
    background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
    opacity: 90%;
}

#section3 .image-wrap img {
    position: absolute;
    top: 31%;
    left: 52%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 100%;
}*/
/*
#section3 .image-wrap .band-right {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%);
    width: 115px;
    height: 240px;
    background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
    opacity: 90%;
}*/

/* Section 3: List product */
.section3-list-product-card {
    background: var(--background-grey);
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section3-product-info {
    flex: 1;
}

    .section3-product-info .section3-product-info-title {
        font-family: 'Pretendard';
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
        margin: 20px 0 20px;
        color: var(--muted);
    }

    .section3-product-info .section3-product-info-desc {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        color: var(--muted);
    }

.section3-product-img img {
    width: 100%;
    height: auto;
}

/* Section 3: Choose the right wet tissue for your use */
.section3-choose-wet-tissue .top-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 80px;
    color: var(--text);
}

.section3-choose-wet-tissue-feature-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url('../../images/product/section3-choose-wet-tissue_bg_01.png');
    border-radius: unset;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.section3_card_02 {
    background-image: url('../../images/product/section3-choose-wet-tissue_bg_02.png');
}

.section3_card_03 {
    background-image: url('../../images/product/section3-choose-wet-tissue_bg_03.png');
}

.section3-choose-wet-tissue-feature-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 250px;
    background: linear-gradient(180deg, #78A2FF 0%, #0032A0 100%);
    border-radius: 50%;
    transform: translate(28%, 48%);
    z-index: 0;
}

.section3-choose-wet-tissue-feature-card div,
.section3-choose-wet-tissue-feature-card p,
.section3-choose-wet-tissue-feature-card img {
    position: relative;
    z-index: 1;
}

.section3-choose-wet-tissue-info-title .text-title {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    color: var(--text);
    margin-bottom: 20px;
}

.section3-choose-wet-tissue-info-title .text-desc {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    color: var(--text);
}

.section3-choose-wet-tissue-info-image img {
    max-width: 150px;
    margin: 0 0 0 auto;
    display: block;
}

.section3-choose-wet-tissue-info-card {
    background: var(--img-grey);
    padding: 20px;
    height: 100%;
}

    .section3-choose-wet-tissue-info-card ul li {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        color: var(--text);
    }

    .section3-choose-wet-tissue-info-card .text-title {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        color: var(--line-blue);
    }

/* Section 3: Special benefits of Skat Eco Paper Wet Tissues */
.section3-benefits-wet-tissue .title-header {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 70px;
    color: var(--text);
}

.section3-benefits-wet-tissue-card {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section3-benefits-wet-tissue-product-info {
    flex: 1;
}

    .section3-benefits-wet-tissue-product-info .section3-benefits-wet-tissue-num {
        font-family: 'Pretendard';
        color: var(--line-blue);
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        letter-spacing: normal;
    }

    .section3-benefits-wet-tissue-product-info .section3-benefits-wet-tissue-title {
        font-family: 'Pretendard';
        color: var(--text);
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        margin: 20px 0 20px;
    }

    .section3-benefits-wet-tissue-product-info .section3-benefits-wet-tissue-desc ul li {
        font-family: 'Pretendard';
        color: var(--muted);
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
    }

.section3-benefits-wet-tissue .fsc-box {
    border-radius: 3px;
    background-color: var(--background-grey);
    border: 1px solid #0032A033;
}

    .section3-benefits-wet-tissue .fsc-box p {
        padding: 15px;
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: normal;
        color: #7C8697;
    }

        .section3-benefits-wet-tissue .fsc-box p span {
            font-weight: 700;
        }
/* Section 3: What makes eco-friendly wet wipes different? */
.feature-section-eco-friendly {
    background: url('../../images/product/feature_section_eco-friendly_bg.png') no-repeat center center;
    display: flex;
    align-content: center;
    flex-direction: column;
    background-size: cover;
    padding: 40px 30px 30px 30px;
    color: #000;
    text-align: center;
}

    .feature-section-eco-friendly .text-title-top {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        text-align: center;
        color: var(--text);
    }

    .feature-section-eco-friendly .text-desc-top {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        text-align: center;
        color: var(--line-blue);
    }

.feature-section-eco-friendly-feature-box {
    padding: 20px;
    height: 100%;
}

.feature-section-eco-friendly-feature-icon {
    margin-bottom: 20px;
}

    .feature-section-eco-friendly-feature-icon img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

.feature-section-eco-friendly-feature-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--line-blue);
}

.feature-section-eco-friendly-feature-title-green {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--green);
    ;
}

.feature-section-eco-friendly-feature-desc {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: var(--muted);
}

.feature-section-eco-friendly .note-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    text-align: right;
    color: var(--muted);
}

.feature-section-eco-friendly-bottom {
    margin-top: 80px;
}

    .feature-section-eco-friendly-bottom > p {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        text-align: center;
        color: var(--muted);
    }

        .feature-section-eco-friendly-bottom > p span.text-blue {
            font-family: 'Pretendard';
            font-weight: 600;
            font-size: 18px;
            line-height: 27px;
            letter-spacing: normal;
        }

.mobile-view {
    display: none;
}

.mobile-view-custom {
    display: none !important;
}

.pc-view {
    display: block !important;
}

.pc-view-custom {
    display: flex !important;
}

.indicator {
    display: none;
}

.inline-pc {
    display: block;
}

.img-mobile {
    display: none;
}

/* ====================== Tablet ========================= */
@media (min-width: 768px) and (max-width: 1024px) {
    #sections {
        position: fixed;
        top: 15px;
        background-color: #fff;
        z-index: 1020;
    }

    .title-mt74 {
        margin-top: 150px;
    }

    #towels-disposable {
        max-width: 85%;
    }

    .container-custom {
        max-width: 90%;
    }

    svg {
        width: unset;
        height: unset;
    }

    /* ===== Section 1 ===== */
    section3-product-card {
        flex-direction: column;
        text-align: center;
    }

    .section3-product-img {
        max-width: 200px;
    }

    .section3-choose-wet-tissue-feature-card, .section3-choose-wet-tissue-info-card {
        text-align: left;
    }

        .section3-choose-wet-tissue-feature-card img {
            margin: 10px 0 0;
        }

    .section3-product-card {
        flex-direction: column;
        text-align: center;
    }

    .section3-choose-wet-tissue-feature-card, .section3-choose-wet-tissue-info-card {
        text-align: left;
    }

        .section3-choose-wet-tissue-feature-card img {
            margin: 10px 0 0;
        }

    .mobile-order-first {
        order: 1;
    }

    .mobile-order-last {
        order: 2;
    }

    .inline-mobile {
        display: block;
    }

    .inline-mobile-magin {
        display: block;
        margin-top: 20px;
    }

    .inline-pc {
        display: unset;
    }

    .text-inline {
        display: inline;
    }

        .text-inline::after {
            content: "";
            display: block;
        }

    .mobile-view {
        display: block !important;
    }

    .mobile-view-custom {
        display: flex !important;
    }

    .pc-view {
        display: none !important;
    }

    .pc-view-custom {
        display: none !important;
    }

    .pt-160 {
        padding-top: 60px;
    }

    .img-top {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        margin-top: -10%;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .top-90 {
        top: 30px;
    }

    .container-top-custom {
        height: auto;
    }

    .media-wrap {
        position: relative;
        height: 300px;
        width: 100%;
    }

    .product-block {
        padding: 30px 100px 0 100px;
    }

    .mb-mobile {
        margin-bottom: 5.5rem !important;
    }

    .title-mt200 {
        margin-top: 100px;
    }

    #towels-disposable .bottom-towels-disposable {
        gap: 5px;
        padding: 0;
    }

    #towels-disposable {
        height: auto;
    }

        #towels-disposable .top-towels-disposable {
            padding: 20px 15px 20px 15px;
        }

            #towels-disposable .top-towels-disposable p {
                padding-top: 50px;
            }

    .product-text {
        padding-right: 30px;
    }

    .image-wrap .band-left {
        position: absolute;
        top: 75%;
        left: 9%;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 230px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    .image-wrap img {
        position: absolute;
        top: 61%;
        left: 52%;
        transform: translate(-50%, -50%);
        height: 350px;
        width: 83%;
    }

    .image-wrap .band-right {
        position: absolute;
        top: 75%;
        right: -1px;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 230px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    /* Indicator */
    .scroll-container {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-item {
        flex: 0 0 100%;
        scroll-snap-align: start;
        padding: 15px;
    }

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

    .indicator {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 100px;
        gap: 8px;
    }

    .dot-section1 {
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #111820;
        opacity: 60%;
        transition: all 0.3s;
    }

        .dot-section1.active {
            width: 24px;
            height: 8px;
            border-radius: 5px;
            background-color: #0032A0;
            opacity: 100%;
        }

    .mb-200 {
        margin-bottom: 130px;
    }

    .row-custom-right {
        padding-left: 0;
    }

    .row-custom-left {
        padding-right: 0;
    }

    .content-box-body {
        order: 2;
    }

    .image-col-durability {
        order: 1;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
        transform: scaleX(-1);
    }

    .row-custom-left .img-mobile {
        transform: scaleX(-1);
    }

    .row-custom-right .img-mobile {
        transform: scaleX(1);
    }

    .blue-box-bottom {
        padding: 0 0 10px 25px;
        right: 0 !important;
        left: unset !important;
        padding: 20px 25px;
    }

    .blue-box {
        height: 200px;
    }

    /* ===== Section 2 ===== */
    #section2 .image-wrap .band-left {
        position: absolute;
        top: 75%;
        left: 11%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 230px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    #section2 .image-wrap img {
        position: absolute;
        top: 61%;
        left: 55%;
        transform: translate(-50%, -50%);
        height: 350px;
        width: 84%;
    }

    #section2 .image-wrap .band-right {
        position: absolute;
        top: 75%;
        right: -1px;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 230px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    .title-mt200-custom-mobile {
        margin-top: 100px;
    }

    .mt-100 {
        margin-top: 30px;
    }

    .mb-120-custom-mobile {
        margin-bottom: 30px;
    }

    .section-02-content-box-body {
        order: 2;
    }

    .section_02-image-col-durability {
        order: 1;
        padding: 0;
        margin: 0;
    }

    .section-2-wipeall-x-series > .container {
        background: #F7F8FA;
        padding: 20px 20px;
    }

    .section-2-wipeall-x-series .features-box {
        padding-top: 30px;
    }

    .section-2-series-table .note-text {
        text-align: start !important;
    }

    .modal-content {
        border: 1px solid #B9BFC9;
        border-radius: unset !important;
    }

    .modal-dialog {
        max-width: 95%;
    }

    .btn-mobile-section-02-table-series {
        background: var(--line-blue);
        color: #FFFFFF;
        border-radius: unset !important;
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        letter-spacing: normal;
        cursor: pointer;
    }

    .btn-mobile-close {
        margin: 25px;
    }

        .btn-mobile-close .btn-mobile-section-02-table-series-close {
            background: var(--line-blue);
            color: #FFFFFF;
            border-radius: unset !important;
            font-family: 'Pretendard';
            font-weight: 400;
            font-size: 14px;
            line-height: 27px;
            letter-spacing: normal;
            cursor: pointer;
        }

    .section-2-series-table .info-box img {
        width: auto;
        height: auto;
    }
    /* ===== Section 3 ===== */
    #section3 .image-wrap .band-left {
        position: relative;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 260px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    #section3 .image-wrap img.img-01 {
        position: absolute;
        top: 41%;
        left: 52%;
        transform: translate(-50%, -50%);
        height: 400px;
        width: 96%;
        z-index: 1;
    }

    #section3 .image-wrap img.img-02 {
        position: absolute;
        top: 40%;
        left: 52%;
        transform: translate(-50%, -50%);
        height: 400px;
        width: 95%;
        z-index: 2;
    }

    /* Indicator */
    .dot-section3 {
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #111820;
        opacity: 60%;
        transition: all 0.3s;
    }

        .dot-section3.active {
            width: 24px;
            height: 8px;
            border-radius: 5px;
            background-color: #0032A0;
            opacity: 100%;
        }

    .section3-choose-wet-tissue-info-image {
    }
}

/* ====================== Mobile ========================= */
@media (max-width: 767px) {
    #sections {
        position: fixed;
        top: 15px;
        background-color: #fff;
        z-index: 1020;
    }

    .title-mt74 {
        margin-top: 74px;
    }

    .title-mt150 {
        margin-top: 50px;
    }

    #towels-disposable {
        max-width: 85%;
    }

    svg {
        width: unset;
        height: unset;
    }

    .nav-tabs .nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: normal;
        text-align: center;
        vertical-align: middle;
    }
    /* ===== Section 1 ===== */
        .section3-choose-wet-tissue-feature-card, .section3-choose-wet-tissue-info-card {
            text-align: left;
        }

        .section3-choose-wet-tissue-feature-card img {
            margin: 10px 0 0;
        }

    .section3-product-card {
        flex-direction: column;
        text-align: center;
    }

    .section3_card_01 .section3-choose-wet-tissue-info-image {
        top: -50%;
    }

    .section3_card_02 .section3-choose-wet-tissue-info-image {
        top: -75%;
    }

    .section3-choose-wet-tissue-feature-card, .section3-choose-wet-tissue-info-card {
        text-align: left;
        height: auto;
    }
        .section3-choose-wet-tissue-feature-card::after {
            width: 208px;
            height: 208px;
        }
        .section3-choose-wet-tissue-feature-card img {
            margin: -30px -20px 0 0;
        }

    .mobile-order-first {
        order: 1;
    }

    .mobile-order-last {
        order: 2;
    }

    .inline-mobile {
        display: block;
    }

    .inline-mobile-magin {
        display: block;
        margin-top: 20px;
    }

    .inline-pc {
        display: unset;
    }

    .text-inline {
        display: inline;
    }

        .text-inline::after {
            content: "";
            display: block;
        }

    .mobile-view {
        display: block !important;
    }

    .mobile-view-custom {
        display: flex !important;
    }

    .pc-view {
        display: none !important;
    }

    .pc-view-custom {
        display: none !important;
    }

    .pt-160 {
        padding-top: 100px;
    }

    .alert-icon > img {
        width: auto;
        height: 45px;
    }

    .media-wrap img {
        top: 55%;
        width: 212.25px;
    }

    .media-wrap .band {
        height: 84.9000015258789px;
    }

    .img-top {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .top-90 {
        top: 30px;
    }

    .container-top-custom {
        height: auto;
    }

    .media-wrap {
        position: relative;
        height: 280px;
        width: 100%;
    }

    .product-block {
        padding: 30px 40px 0 40px;
    }

    .mb-mobile {
        margin-bottom: 5.5rem !important;
    }

    .title-mt200 {
        margin-top: 100px;
    }

    #towels-disposable .bottom-towels-disposable {
        gap: 5px;
        padding: 0;
    }

    #towels-disposable {
        height: auto;
    }

        #towels-disposable .top-towels-disposable {
            padding: 20px 15px 20px 15px;
        }

            #towels-disposable .top-towels-disposable p {
                padding-top: 20px;
            }

    .product-text {
        padding-right: 30px;
    }

    .image-wrap .band-left {
        position: absolute;
        top: 73%;
        left: 7%;
        transform: translate(-50%, -50%);
        width: 65px;
        height: 179px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    .image-wrap img {
        position: absolute;
        top: 57%;
        left: 52%;
        transform: translate(-50%, -50%);
        height: 280px;
        width: 90%;
    }

    .image-wrap .band-right {
        position: absolute;
        top: 73%;
        right: -15px;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 179px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    /* Indicator */
    .scroll-container {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-item {
        flex: 0 0 100%;
        scroll-snap-align: start;
        padding: 15px;
    }

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

    .indicator {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 100px;
        gap: 8px;
    }

    .dot-section1 {
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #111820;
        opacity: 60%;
        transition: all 0.3s;
    }

        .dot-section1.active {
            width: 24px;
            height: 8px;
            border-radius: 5px;
            background-color: #0032A0;
            opacity: 100%;
        }

    .mb-200 {
        margin-bottom: 130px;
    }

    .row-custom-right {
        padding-left: 0;
    }

    .row-custom-left {
        padding-right: 0;
    }

    .content-box-body {
        order: 2;
    }

    .image-col-durability {
        order: 1;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
        transform: scaleX(-1);
    }

    .row-custom-left .img-mobile {
        transform: scaleX(-1);
        height: 200px;
    }

    .image-col-durability img {
        height: 200px;
    }

    .row-custom-right .img-mobile {
        transform: scaleX(1);
        height: 200px;
    }

    .blue-box-bottom {
        right: 0 !important;
        left: unset !important;
        padding: 10px 16px;
    }

    .blue-box {
        height: 168px;
    }

    /* ===== Section 2 ===== */
    #section2 .image-wrap .band-left {
        position: absolute;
        top: 73%;
        left: 9.5%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 179px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    #section2 .image-wrap img {
        position: absolute;
        top: 57%;
        left: 55%;
        transform: translate(-50%, -50%);
        height: 280px;
        width: 90%;
    }

    #section2 .image-wrap .band-right {
        position: absolute;
        top: 73%;
        right: -12px;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 179px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    .title-mt200-custom-mobile {
        margin-top: 100px;
    }

    .mt-100 {
        margin-top: 30px;
    }

    .mb-120-custom-mobile {
        margin-bottom: 30px;
    }

    .section-02-content-box-body {
        order: 2;
    }

    .section_02-image-col-durability {
        order: 1;
    }

    .section-2-wipeall-x-series > .container {
        background: #F7F8FA;
        padding: 20px 20px;
    }

    .section-2-wipeall-x-series .features-box {
        padding-top: 30px;
    }

    .section-2-series-table .note-text {
        text-align: start !important;
    }

    .modal-content {
        border: 1px solid #B9BFC9;
        border-radius: unset !important;
    }

    .modal-dialog {
        max-width: 95%;
    }

    .btn-mobile-section-02-table-series {
        background: var(--line-blue);
        color: #FFFFFF;
        border-radius: unset !important;
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        letter-spacing: normal;
        cursor: pointer;
    }

    .btn-mobile-close {
        margin: 25px;
        padding-bottom: 25px;
    }

        .btn-mobile-close .btn-mobile-section-02-table-series-close {
            background: var(--line-blue);
            color: #FFFFFF;
            border-radius: unset !important;
            font-family: 'Pretendard';
            font-weight: 400;
            font-size: 14px;
            line-height: 27px;
            letter-spacing: normal;
            cursor: pointer;
        }
    /* ===== Section 3 ===== */
    #section3 .image-wrap .band-left {
        position: relative;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 123.573974609375px;
        background: linear-gradient(180deg, #0032A0 0%, rgba(0, 50, 160, 0.5) 100%);
        opacity: 90%;
    }

    #section3 .image-wrap img.img-01 {
        position: absolute;
        top: 45%;
        left: 65%;
        transform: translate(-50%, -50%);
        height: 187.94520568847656px;
        width: 70%;
        z-index: 1;
    }

    #section3 .image-wrap img.img-02 {
        position: absolute;
        top: 44.5%;
        left: 65%;
        transform: translate(-50%, -50%);
        height: 187.94520568847656px;
        width: 69.5%;
        z-index: 2;
    }

    /* Indicator */
    .dot-section3 {
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #111820;
        opacity: 60%;
        transition: all 0.3s;
    }

        .dot-section3.active {
            width: 24px;
            height: 8px;
            border-radius: 5px;
            background-color: #0032A0;
            opacity: 100%;
        }

    .section3-choose-wet-tissue-info-image {
    }

    /* --------------- font-size mobile custom --------------- */
    .title-top-1 {
        font-size: 16px;
        line-height: 150%;
    }

    .title-top-2 {
        font-size: 20px;
        line-height: 150%;
    }

    .container-view-grid {
        margin-bottom: 50px;
    }

    .text-muted-header {
        font-size: 16px;
        line-height: 150%;
    }

    .text-header-bold {
        font-size: 20px;
        line-height: 150%;
    }

    .text-muted-header-bold {
        font-size: 16px;
        line-height: 150%;
    }

    /* ===== Section 1 ===== */
    .desc .lead-note {
        font-size: 14px;
        line-height: 150%;
    }

    .desc .lead-title {
        font-size: 20px;
        line-height: 150%;
    }

    .desc .hashtags {
        font-size: 14px;
        line-height: 150%;
    }

    #towels-disposable .title-top-blue-towels-disposable {
        font-size: 16px;
        line-height: 150%;
    }

    #towels-disposable .title-top-bold-towels-disposable {
        font-size: 20px;
        line-height: 150%;
    }

    #towels-disposable .bottom-towels-disposable p {
        font-size: 16px;
        line-height: 150%;
    }

    #towels-disposable .towels_and_disposable_part_image {
        height: 19px;
    }

    .svg-mobile-tick svg{
        height: 22px;
    }

    .products-section .desc-product-top {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .product-text .title-section-1 {
        font-size: 24px;
        line-height: 150%;
    }

    .product-text .text-section-1 {
        font-size: 16px;
        line-height: 150%;
    }

    .products-section .title-product-top {
        font-size: 20px;
        line-height: 150%;
    }

    .mb-150 {
        margin-bottom: 130px;
    }

    .product-section-card {
        padding: 20px;
        height: 650px;
    }

    .product-title {
        font-size: 20px;
        line-height: 150%;
    }

    .product-desc {
        font-size: 16px;
        line-height: 150%;
    }

    .badge-pill {
        font-size: 14px;
        line-height: 150%;
    }

    .text-top-kimberly {
        font-size: 20px;
        line-height: 150%;
    }

    .card {
        padding: 40px 35px 50px 35px;
        height: 300px;
    }

        .card .card-body-top-kimberly .badge-custom {
            font-size: 20px;
            line-height: 150%;
        }

        .card .card-body-top-kimberly .text-badge-custom {
            font-size: 16px;
            line-height: 150%;
        }

        .card .card-body-bottom-kimberly > p {
            font-size: 16px;
            line-height: 150%;
        }

        .card .card-body-middle-kimberly {
            margin: 30px;
        }

    .mb-80 {
        margin-bottom: 50px;
    }

    .section-title-durability {
        font-size: 20px;
        line-height: 150%;
    }

    .content-box-durability {
        padding: 25px 0 0 25px;
    }

    .content-box-body {
        border: none;
    }

    .content-box-durability {
        border: 1px solid #DCE7FF;
    }

        .content-box-durability .title-box-durability {
            font-size: 20px;
            line-height: 150%;
        }

        .content-box-durability ul li {
            font-size: 16px;
            line-height: 150%;
        }

    .section-header .title-top-standards-specifications {
        font-size: 20px;
        line-height: 150%;
    }
    .section-header .title-top-standards-specifications {
        margin-bottom: 0;
    }

        .section-header .desc-top-standards-specifications {
            font-size: 16px;
            line-height: 150%;
        }

    .blue-box-top {
        padding: 25px 25px;
    }

    .blue-box-top svg {
        width: 40px;
        height: 40px;
    }
    .blue-box-bottom p {
        font-size: 20px;
        line-height: 150%;
    }

    .blue-box-bottom p {
        font-size: 20px;
        line-height: 150%;
    }

    .blue-box-bottom span {
        font-size: 24px;
        line-height: 150%;
    }

    .specifications-info-title {
        font-size: 16px;
        line-height: 150%;
    }

    .specifications-info-box .specifications-info-text-bottom {
        font-size: 16px;
        line-height: 150%;
    }

    .specifications-info-box .specifications-info-desc-bottom {
        font-size: 16px;
        line-height: 150%;
    }

    .product-card-title {
        font-size: 20px;
        line-height: 150%;
    }

    .product-card-desc {
        font-size: 16px;
        line-height: 150%;
    }

    .product-title div {
        font-size: 16px;
        line-height: 150%;
    }

    .product-title-small div {
        font-size: 14px;
        line-height: 150%;
    }

    /* ===== Section 2 ===== */
    .text-section-2 > p {
        font-size: 16px;
        line-height: 150%;
    }

    .text-section-2 > ul li {
        font-size: 12px;
        line-height: 150%;
    }

    .section-02-content-box-body {
        border: none;
    }

        .section-02-content-box-body .content-box-durability {
            padding: 25px 0 0 25px;
        }

            .section-02-content-box-body .content-box-durability .title-box-durability {
                font-size: 20px;
                line-height: 150%;
            }

            .section-02-content-box-body .content-box-durability ul li {
                font-size: 16px;
                line-height: 150%;
            }

    .section-2-kitchen-hygiene .section-2-kitchen-hygiene-title-heder > p > span {
        font-size: 20px;
        line-height: 150%;
    }

    .section-2-kitchen-hygiene .section-2-ketchen-hygiene-title {
        font-size: 20px;
        line-height: 150%;
        margin-top: 25px;
    }

    .section-2-kitchen-hygiene .section-2-ketchen-hygiene-desc {
        font-size: 16px;
        line-height: 150%;
        margin-top: 25px;
    }

    .section-2-kitchen-hygiene {
        margin-bottom: 150px;
        border: 1px solid #DCE7FF;
    }

    .specifications-info-box {
        padding: 60px 0;
    }

    .specifications-info-box-first-mobile {
        padding-top: 80px;
    }

    .find-product-strip {
        padding-top: 10px;
        padding-bottom: 50px;
        height: 600px;
    }


    .section-2-kitchen-hygiene .section-2-kitchen-hygiene-title-heder {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .section-2-kitchen-hygiene svg {
        width: 50px;
        height: 50px;
    }

    .section-2-wipeall-x-series p.section-2-wipeall-x-series-header {
        font-size: 14px;
        line-height: 150%;
    }

    .section-2-wipeall-x-series p.section-2-wipeall-x-series-header-desc {
        font-size: 20px;
        line-height: 150%;
    }

    .section-2-wipeall-x-series .section-2-wipeall-x-series-title {
        font-size: 20px;
        line-height: 150%;
    }

    .section-2-wipeall-x-series .feature-item p.text {
        font-size: 16px;
        line-height: 150%;
    }

    .section-2-series-table .section-2-series-table-titler-header {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .section-2-series-table table tbody .text-table-product-category {
        font-size: 5.06px;
        line-height: 7.6px;
    }

    .section-2-series-table table.comparison-table thead th {
        font-weight: 500;
        font-size: 3.94px;
        line-height: 5.91px;
        text-align: center;
    }

    .section-2-series-table table tbody .text-table-product-name {
        font-size: 3.94px;
        line-height: 5.91px;
    }

    .section-2-series-table table tbody .text-table-product-type {
        font-size: 3.94px;
        line-height: 5.91px;
    }



        .section-2-series-table table tbody .text-table-product-type img {
            width: 6.29358434677124px;
            height: 6.29358434677124px;
        }

    .section-2-series-table table tbody .img-table img {
        width: 7.437872409820557px;
        height: 7.437872409820557px;
    }

    .section-2-series-table table tbody .dot svg, .section-2-series-table table tbody .no-dot svg {
        width: 2.860720157623291px;
        height: 2.860720157623291px;
    }

    .section-2-series-table table tbody .text-table-series {
        font-size: 3.94px;
        line-height: 5.91px;
    }

    .section-2-series-table table tbody .text-table-usage-examples {
        font-size: 3.94px;
        line-height: 5.91px;
    }

    .section-2-series-table table tbody .text-table-material span {
        font-size: 3.94px;
        line-height: 5.91px;
        padding: 0.86px 2.86px;
    }

    .section-2-series-table .note-text {
        font-size: 10px;
        line-height: 150%;
        margin: 20px 0 20px;
    }

    .section-2-series-table .info-box {
        padding: 30px 0 30px;
    }

        .section-2-series-table .info-box img {
            width: auto;
            height: auto;
        }

        .section-2-series-table .info-box p {
            font-size: 12px;
            line-height: 150%;
        }

    .btn-mobile-close .btn-mobile-section-02-table-series-close {
        font-size: 12px;
        line-height: 150%;
    }

    .image-wrap {
        height: 300px;
    }

    .mb-170 {
        margin-bottom: 30px;
    }

    .section3-list-product-card {
        padding: 10px;
        margin-bottom: 20px;
        height: 400px;
        flex-direction: column;
        align-items: unset;
    }

    .section3-product-card {
        flex-direction: column;
        text-align: center;
    }

        .section3-product-img img {
            width: 210px;
            height: auto;
            object-fit: cover;
        }

    .section3-product-img {
        display: flex;
        justify-content: flex-end;
        position: relative;
        top: -100px;
    }

        .section3-product-info .section3-product-info-title {
            font-size: 16px;
            line-height: 150%;
        }

        .section3-product-info .section3-product-info-desc {
            font-size: 16px;
            line-height: 24px;
        }

    .section3-choose-wet-tissue .top-title {
        font-size: 20px;
        line-height: 150%;
    }

    .section3-benefits-wet-tissue .title-header {
        font-size: 20px;
        line-height: 150%;
    }

    .section3-benefits-wet-tissue-card {
        padding: 0px;
    }

    .section3-benefits-wet-tissue-product-info .section3-benefits-wet-tissue-num {
        font-size: 30px;
        line-height: 150%;
    }

    .section3-benefits-wet-tissue-product-info .section3-benefits-wet-tissue-title {
        font-size: 20px;
        line-height: 150%;
    }

    .feature-section-eco-friendly {
        padding: 20px 10px 10px 10px;
    }

    .feature-section-eco-friendly-feature-icon img {
        height: 60px;
    }

    .feature-section-eco-friendly-feature-title {
        font-size: 20px;
        line-height: 150%;
    }

    .feature-section-eco-friendly-feature-desc {
        font-size: 12px;
        line-height: 150%;
    }

    .feature-section-eco-friendly .note-text {
        font-size: 12px;
        line-height: 150%;
    }

    .feature-section-eco-friendly-bottom > p {
        font-size: 16px;
        line-height: 150%;
    }

    .feature-section-eco-friendly-feature-box {
        padding: 10px;
    }

    .section3-benefits-wet-tissue-product-info .section3-benefits-wet-tissue-desc ul li {
        font-size: 14px;
        line-height: 150%;
    }

    .feature-section-eco-friendly .text-title-top {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }

    .feature-section-eco-friendly .text-desc-top {
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
    }

    .feature-section-eco-friendly-feature-title-green {
        font-size: 20px;
        line-height: 150%;
    }
}
