﻿:root {
    --black: #000000;
    --white: #ffffff;
    --red: #D92032;
    --text: #111820;
    --text-custom: #1F313C;
    --muted: #7C8697;
    --bg-grey-01: #F7F8FA;
    --line-blue: #0032A0;
    --line-grey: #B9BFC9;
    --bg-grey-02: #FBFBFD;
    --red-opacity: rgba(217, 32, 50, 0.1);
    --grey-custom: #545859;
    --black-custom: #101010;
    --fold-h: 2.2rem;
}

.container-custom {
    max-width: 1100px;
}

.swiper-slide-container {
    background-color: var(--bg-grey-01);
}

/* Section: Wiper Dedicated Container */
.product-section {
    padding-top: 20px
}

.product-text {
    padding-right: 50px
}

    .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;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-wrap .band-left {
        position: relative;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 260px;
        background: linear-gradient(180deg, #D92032 0%, rgba(217, 32, 50, 0.5) 100%);
        opacity: 90%;
    }

    .image-wrap img {
        position: absolute;
        top: 58%;
        left: 53%;
        transform: translate(-50%, -50%);
        height: 400px;
        width: auto;
        z-index: 1;
    }

/* Section: The Importance of Dedicated Containers */
.wiper-dedicated-importance {
    background-color: var(--bg-grey-01);
    height: 220px;
}

    .wiper-dedicated-importance .title-top {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        color: var(--text-custom);
        padding-top: 40px;
    }

    .wiper-dedicated-importance .title-middle {
        font-family: 'Pretendard';
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        color: var(--text);
    }

    .wiper-dedicated-importance .title-bottom {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        color: var(--muted);
    }

/* Section: The Importance of Dedicated Containers */
.wiper-dedicated-should-use-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    color: var(--text);
    margin-bottom: 60px;
}

.wiper-dedicated-should-use .header-info {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    color: var(--red);
}

.wiper-dedicated-should-use .line-point-info {
    height: 2px;
    width: 100%;
    background: var(--red);
    margin: 20px 0 30px 0;
}

.wiper-dedicated-should-use-info {
    padding-right: 20px;
}

    .wiper-dedicated-should-use-info .text-info .text-info-title {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        color: var(--text);
    }

    .wiper-dedicated-should-use-info .text-info .text-info-desc {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        color: var(--muted);
    }

/* Section: How to use? */
.wiper-dedicated-how-to-use-left {
    color: var(--red);
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: normal;
}

.how-to-use-part1 {
    border: 2px solid #F4BCC1;
    padding: 50px 40px 50px 40px;
    display: flex;
    height: 381px;
}

    .how-to-use-part1 img {
        object-fit: cover;
        width: 100%;
        height: 281px;
    }

    .how-to-use-part1 .how-to-use-part1-info-title {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        color: var(--text);
    }

    .how-to-use-part1 .how-to-use-part1-info-list p {
        font-family: 'Pretendard';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        color: var(--text);
        margin-top: 20px;
    }

.how-to-use-part2 {
    background: #1118201A;
    height: 270px;
    padding: 30px;
}

    .how-to-use-part2 .title-top {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        color: var(--text);
        margin-bottom: 60px;
    }

    .how-to-use-part2 .title-bottom-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 130px;
    }

        .how-to-use-part2 .title-bottom-info .info-text {
            font-family: 'Pretendard';
            font-weight: 700;
            font-size: 18px;
            line-height: 27px;
            letter-spacing: normal;
            color: var(--text);
        }

        .how-to-use-part2 .title-bottom-info .info-desc {
            font-family: 'Pretendard';
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: normal;
            color: var(--muted);
        }

/* Section: Learn about the key features of wiper-specific containers. */
.features-wiper-specific-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
    margin-bottom: 80px;
}

.features-wiper-specific .features-wiper-specific-image-wrap {
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px
}

.features-wiper-specific .image-wrap-01 .band-left {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 320px;
    background: #F7F8FA;
    opacity: 90%;
}

.features-wiper-specific .image-wrap-01 .img-01 {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: auto;
    z-index: 1;
}

.features-wiper-specific .image-wrap-01 .img-02 {
    position: absolute;
    height: auto;
    width: 120px;
    z-index: 1;
    bottom: 15px;
    right: 35px;
}

.features-wiper-specific .image-wrap-02 .band-left {
    position: relative;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 320px;
    background: #F7F8FA;
    opacity: 90%;
}

.features-wiper-specific .image-wrap-02 img {
    position: absolute;
    top: 58%;
    left: 60%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: auto;
    z-index: 1;
}

.features-wiper-specific .image-wrap-03 .band-left {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 320px;
    background: #F7F8FA;
    opacity: 90%;
}

.features-wiper-specific .image-wrap-03 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: auto;
    z-index: 1;
}

.features-wiper-specific .image-wrap-04 .band-left {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 320px;
    background: #F7F8FA;
    opacity: 90%;
}

.features-wiper-specific .image-wrap-04 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: auto;
    z-index: 1;
}

.features-wiper-specific .features-wiper-specific-info-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    color: var(--text);
}

.features-wiper-specific .features-wiper-specific-info-text {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    color: var(--red);
    margin: 30px 0 30px 0;
}

.features-wiper-specific .features-wiper-specific-info-list div {
    margin-bottom: 10px;
}

.features-wiper-specific .features-wiper-specific-info-list .num {
    background: var(--red);
    border-radius: 50%;
    padding: 6.5px;
    width: 20px;
    height: 20px;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

.features-wiper-specific .features-wiper-specific-info-list .text {
    font-family: 'Pretendard';
    color: var(--text);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    margin-left: 15px;
}

/* Section: Find the right product */
.find-product-strip {
    background-color: var(--bg-grey-01);
    padding-top: 105px;
    padding-bottom: 200px;
    height: 100%;
}

    .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);
}

.product-card-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: var(--text);
    margin-top: 40px;
}

.brand-new-series-air-pocket {
    margin-top: 80px;
}

.content-middle {
    background-color: var(--white);
    height: 200px;
    margin-top: 80px;
}

    .content-middle .content-middle-text {
        margin-top: 30px;
        color: var(--text);
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: normal;
        text-align: center;
    }

.find-product-card {
    text-align: center;
    padding: 8px;
    border-radius: unset;
    width: 100%;
    height: auto;
    opacity: 1;
    background: #ffffff;
}

    .find-product-card img {
        width: 100%;
        height: 280px;
        object-fit: contain;
        margin-bottom: 8px;
        z-index: 1;
    }

.product-container {
    background: #ffffff;
}

.product-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    width: auto;
    padding: 10px 0 10px 0;
    opacity: 1;
}

.product-title-small {
    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;
}

.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: relative;
    padding: 15px;
}

.ask-question {
    gap: 40px;
}

.ask-question-btn {
    width: 153px;
    height: 47px;
    border: none;
    color: #FFFFFF;
    border-radius: unset;
    text-align: center;
}

.new_main {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

    .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: 300px !important;
        height: 360px;
        margin: 15px;
        opacity: 1;
        cursor: pointer;
    }

.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;
}

.highlight-custom {
    display: none;
}

.text-mobile {
    display: none;
}

/* ====================== Tablet ========================= */
@media (min-width: 768px) and (max-width: 1024px) {
    svg {
        width: unset;
        height: unset;
    }

    .container-custom {
        max-width: 95%;
    }

    .title-mt200 {
        margin-top: 80px;
    }

    .title-mt150-mobile {
        margin-top: 50px;
    }

    .mb-200 {
        margin-bottom: 150px;
    }

    .text-mobile {
        display: block;
    }

    .text-pc {
        display: none;
    }

    .inline-mobile {
        display: block;
    }

    .inline-pc {
        display: unset;
    }

    .mobile-view {
        display: block !important;
    }

    .mobile-view-custom {
        display: flex !important;
    }

    .pc-view {
        display: none !important;
    }

    .pc-view-custom {
        display: none !important;
    }

    .mobile-order-01 {
        order: 1;
    }

    .mobile-order-02 {
        order: 2;
    }

    /* Section: X Series Air Pocket Wiper */
    .product-text {
        padding-right: 10px;
    }

    .image-wrap {
        top: 50px;
    }

    /* Section: Learn about the key features of wiper-specific containers. */
    .features-wiper-specific .features-wiper-specific-image-wrap {
        padding-right: 0;
    }

    .features-wiper-specific-info, .features-wiper-specific .features-wiper-specific-info-title {
        margin-top: 30px;
    }


    .features-wiper-specific .features-wiper-specific-info-title-mobile {
        margin-top: 60px;
    }


    /* Section: How to use? */
    .img-mobile-view {
        padding: 0;
        margin: 0;
        z-index: 1;
    }

    .box-mobile-view {
        border: 2px solid #F4BCC1;
        margin-top: -3px;
        z-index: 0;
    }

    .how-to-use-part1 {
        border: unset;
        padding: 0;
    }

        .how-to-use-part1 .how-to-use-part1-info-title {
            margin-top: 40px;
        }

    .how-to-use-part2 {
        height: auto;
    }

        .how-to-use-part2 .title-bottom-info {
            align-items: flex-start;
            flex-direction: column;
            gap: 30px;
        }
}

/* ====================== Mobile ========================= */
@media (max-width: 767px) {
    svg {
        width: unset;
        height: unset;
    }

    .container-custom {
        max-width: 95%;
    }

    .title-mt200 {
        margin-top: 80px;
    }

    .title-mt150-mobile {
        margin-top: 50px;
    }

    .mb-200 {
        margin-bottom: 100px;
    }

    .mb-200-mobile-01 {
        margin-bottom: 60px;
    }

    .text-mobile {
        display: block;
    }

    .text-pc {
        display: none;
    }

    .inline-mobile {
        display: block;
    }

    .inline-pc {
        display: unset;
    }

    .mobile-view {
        display: block !important;
    }

    .mobile-view-custom {
        display: flex !important;
    }

    .pc-view {
        display: none !important;
    }

    .pc-view-custom {
        display: none !important;
    }

    .mobile-order-01 {
        order: 1;
    }

    .mobile-order-02 {
        order: 2;
    }

    /* Section: X Series Air Pocket Wiper */
    .product-text {
        padding-right: 10px;
    }

    .image-wrap {
        top: 50px;
    }

    /* Section: Learn about the key features of wiper-specific containers. */
    .features-wiper-specific .features-wiper-specific-image-wrap {
        padding-right: 0;
    }

    .features-wiper-specific-info, .features-wiper-specific .features-wiper-specific-info-title {
        margin-top: 30px;
    }


    .features-wiper-specific .features-wiper-specific-info-title-mobile {
        margin-top: 60px;
    }


    /* Section: How to use? */
    .img-mobile-view {
        z-index: 1;
    }

    .box-mobile-view {
        border: 2px solid #F4BCC1;
        margin-top: -3px;
        z-index: 0;
    }

    .how-to-use-part1 {
        border: unset;
        padding: 0 calc(var(--bs-gutter-x) * .5) 0 calc(var(--bs-gutter-x) * .5);
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .how-to-use-part1 img {
            object-fit: cover;
            height: auto;
            width: 100%;
        }

        .how-to-use-part1 .how-to-use-part1-info-title {
            margin-top: 40px;
        }

    .how-to-use-part2 {
        height: auto;
    }

        .how-to-use-part2 .title-bottom-info {
            align-items: flex-start;
            flex-direction: column;
            gap: 30px;
        }

    /* --------------- font-size mobile custom --------------- */
    .product-text {
        padding-right: 0px;
    }

    .image-wrap {
        height: 300px;
    }

    .product-text .title-section-1 {
        font-size: 24px;
        line-height: 150%;
    }

    .product-text .text-section-1 {
        font-size: 16px;
        line-height: 150%;
    }

    .image-wrap .band-left {
        top: 55%;
        left: 50%;
        width: 100%;
        height: 179px;
    }

    .image-wrap img {
        top: 58%;
        left: 53%;
        height: 280px;
        width: 95%;
    }

    .wiper-dedicated-importance .title-top {
        font-size: 20px;
        line-height: 150%;
    }

    .wiper-dedicated-importance .title-middle {
        font-size: 16px;
        line-height: 150%;
    }

    .wiper-dedicated-importance .title-bottom {
        font-size: 14px;
        line-height: 150%;
    }

    .wiper-dedicated-should-use-title {
        font-size: 20px;
        line-height: 150%;
    }

    .wiper-dedicated-should-use .header-info {
        font-size: 16px;
        line-height: 150%;
    }

    .wiper-dedicated-should-use-info .text-info .text-info-title {
        font-size: 20px;
        line-height: 150%;
    }

    .wiper-dedicated-should-use-info .text-info .text-info-desc {
        font-size: 16px;
        line-height: 150%;
    }

    .features-wiper-specific-title {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 50px;
    }

    .features-wiper-specific .features-wiper-specific-image-wrap {
        height: 200px;
    }

    .features-wiper-specific .image-wrap-01 .band-left {
        height: 200px;
    }

    .features-wiper-specific .image-wrap-01 .img-01 {
        top: 45%;
        height: 250px;
    }

    .features-wiper-specific .image-wrap-01 .img-02 {
        width: 85px;
        bottom: -15px;
        right: 15px;
    }

    .features-wiper-specific .features-wiper-specific-info-title {
        font-size: 20px;
        line-height: 150%;
    }

    .features-wiper-specific .image-wrap-02 .band-left {
        height: 200px;
    }

    .features-wiper-specific .image-wrap-02 img {
        top: 45%;
        height: 250px;
    }

    .features-wiper-specific .features-wiper-specific-info-list .text {
        font-size: 16px;
        line-height: 150%;
    }

    .wiper-dedicated-how-to-use-left {
        font-size: 20px;
        line-height: 150%;
    }

    .how-to-use-part1 .how-to-use-part1-info-title {
        font-size: 20px;
        line-height: 150%;
    }

    .how-to-use-part1 .how-to-use-part1-info-list p {
        font-size: 16px;
        line-height: 150%;
        margin-top: 25px;
    }

    .features-wiper-specific .image-wrap-03 .band-left {
        height: 200px;
    }

    .features-wiper-specific .image-wrap-03 img {
        top: 45%;
        height: 250px;
    }

    .features-wiper-specific .image-wrap-04 .band-left {
        height: 200px;
    }

    .features-wiper-specific .image-wrap-04 img {
        top: 45%;
        height: 250px;
    }

    .how-to-use-part2 .title-top {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 30px;
    }

    .how-to-use-part2 .title-bottom-info .info-text {
        font-size: 16px;
        line-height: 150%;
    }

    .how-to-use-part2 .title-bottom-info .info-desc {
        font-size: 14px;
        line-height: 150%;
    }

    .product-card-title {
        font-size: 20px;
        line-height: 150%;
    }

    .product-card-desc {
        font-size: 16px;
        line-height: 150%;
    }

    .product-card-text {
        font-size: 14px;
        line-height: 150%;
    }

    .find-product-strip {
        padding-top: 10px;
        padding-bottom: 50px;
        height: 850px;
    }

    .product-card-title {
        font-size: 20px;
        line-height: 150%;
    }

    .product-card-desc {
        font-size: 16px;
        line-height: 150%;
    }

    .product-title {
        font-size: 16px;
        line-height: 150%;
    }

    .product-title-small {
        font-size: 14px;
        line-height: 150%;
    }
}