#hd_pop {display: none !important;}


/* ============================================
   브랜드 페이지 CSS
   ============================================ */
/* --- con01 --- */
.con01 {
    background: url(/images/02_con01_01.webp) no-repeat center/cover;
    height: 100svh;
}
/* overlay */
.bg__overlay {
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}
.con01 .overlay {
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0%;
}

.con01__fill-text--2.mobile-flex .fill-line {
    white-space: nowrap;
}

.con01 .base {
    color: rgba(255, 255, 255, 0.2);
}

.con01__text {
    margin-top: 10rem;
}
/* --- con02 --- */
.con02__container {
    height: 85rem;
}
.con02__bg {
    overflow: hidden;
    border-radius: 0 0 10rem 10rem;
}

.con02 .center {
    flex-basis: 0;
}

.con02 .con02__text-box {
    overflow: hidden;
    white-space: nowrap;
}

.con02_07_invert {
    transform: scaleX(-1);
}

/* 애니메이션 gsap으로 옮겨야함 */
.con02__bg-mq .mq-slide {
    animation: marqueeY 40s infinite linear;
}
.con02_01 {
    margin-right: 5rem;
}
.con02_02 {
    margin-left: 5rem;
}
.con02_03 {
    margin-left: 2rem;
}
.con02_06 {
    margin-right: 2rem;
}

/* --- con03 --- */

.con03 {
    padding: var(--paddingTop) 0 0;
}

@media (width > 600px) {
    .con03__swiper {
        margin-top: 6rem;
    }

    .con03__swiper .swiper-slide {
        width: 105.1rem;

        .left {
            width: 60rem;
            border-radius: 3rem;
            box-sizing: border-box;
            padding: 5.5rem;
        }

        .right {
            transition: transform 0.5s;
        }

        .right img {
            transition: filter 0.5s;
        }

        .right__text {
            transition: opacity 0.5s;
        }
    }

    .con03__swiper {
        .swiper-slide-active .right__text {
            opacity: 0;
        }
        .swiper-slide-next .right {
            transform: translateX(-62.4rem);
            img {
                filter: brightness(0.5);
            }
        }
        .swiper-slide-prev .right {
            img {
                filter: brightness(0.5);
            }
        }
        .swiper_prev {
            top: 23rem;
            left: 28rem;
            z-index: 1;
        }
        .swiper_next {
            top: 23rem;
            right: 28rem;
            z-index: 1;
        }
    }

    .con03__swiper-2 {
        width: 10rem;
        aspect-ratio: 1 / 1;
        top: 36rem;
        left: 88rem;
        pointer-events: none;
        .swiper-slide {
            overflow: hidden;
        }
    }
}

[class^="con03__line-"] {
    top: 41.4rem;
    height: 1px;
    background-color: var(--primary);
    opacity: 0.2;
}

.con03__line-1 {
    left: 0;
    width: 105.2rem;
}
.con03__line-2 {
    right: 0;
    width: 42.8rem;
}
.con03__line-3 {
    left: 0;
    width: 100%;
    z-index: -1;
}

.con03__line-slide {
    width: 100%;
    top: 10.5rem;
}
.con03__bg {
    margin-top: 16rem;
}

/* --- con04 --- */
.con04 {
    padding: 20rem 0;
}
.con04__container {
    max-width: 157rem;
    margin: 0 auto;
}
.con04_02 {
    bottom: -1rem;
    right: 0;
}
.con04 .box-2 .content-3 .body {
    padding: 3rem;
    box-sizing: border-box;
    width: fit-content;
    border-radius: 3rem;
}
.con04 [class*="color-box--"] {
    width: 21.5rem;
    height: 10.7rem;
    border-radius: 2rem;
}

.con04 .color-box--1 {
    background-color: var(--primary);
}
.con04 .color-box--2 {
    background-color: #393636;
}

/* box3 */
.con04 .box-3 {
    clip-path: inset(0 0 0 -200% round 22.5rem);
}
.con04 .box-3__bg-2 {
    bottom: 0;
    right: 0;
}
.con04 .box-3 .content {
    top: 21rem;
}

.con04 .box-3 .content .base {
    color: rgba(255, 255, 255, 0.2);
    width: fit-content;
}
.con04 .box-3 .content .overlay {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

/* ============================================
   모바일 (max-width: 599px)
   ============================================ */
@media (max-width: 599px) {
    .con01 {
        height: 200vw;
    }


    /* =------------con02--------------- */
    .con02 .con02__text {
      font-size: 14px;
      white-space: initial;
      padding: 0 2rem;
    }
    .con02__container {
        height: auto;
        padding: 10rem 0;
    }
    .con02__bg {
        height: 100%;
        img {
            height: 100%;
        }
    }
    .con02 .left {
        order: 1 !important;
    }
    .con02 .right {
        order: 2 !important;
        margin-top: 5rem;
    }
    .con02 .center_m {
        order: 3 !important;
        margin-bottom: -5rem;
        margin-top: 5rem;
    }
    .con02 .center {
        order: 4 !important;
    }
    .con02_01 {
        margin-right: 30rem;
        margin-left: 0rem;
    }
    .con02_02 {
        margin-right: 0rem;
        margin-left: 30rem;
    }

    .con02__bg-mq img {
        width: 30rem !important;
    }

    .con02 .text-box--bg img {
        width: 100% !important;
    }

    /* -------------- con03 --------------- */
    .con03 .swiper {
        overflow: visible;
        margin-top: 5rem;
    }
    .con03 .swiper-slide .inner {
        gap: 1rem;
    }

    /* top */
    .con03 .swiper-slide .right__img {
        height: 32rem;
        border-radius: 3rem;
        overflow: hidden;
        width: 90%;
    }
    .right__text {
        opacity: 0;
    }

    .con03 .swiper-slide .right img {
        width: 100% !important;
    }
    /* bottom */
    .con03 .swiper-slide .left {
        order: 2;
        width: 90%;
        margin: 0 auto;
        padding: 4rem;
        box-sizing: border-box;
        border-radius: 3rem;
        z-index: 1;
    }

    .swiper_prev {
        z-index: 2;
        left: 20rem;
        bottom: -8rem;
    }
    .swiper_next {
        left: calc(20rem + 13rem);
        right: auto;
        z-index: 2;
        bottom: -8rem;
    }

    /* --------con04---------- */
    .con04 {
        padding: 10rem 0;
    }

    .con04 .box-1 .content {
        align-items: center;
        justify-self: center;
        font-size: 10rem;
    }
    .con04 .box-2 {
        margin-top: 10rem;
        align-items: center;
        justify-self: center;
    }

    .con04 .box-2 .content-1 {
        max-width: 52rem;
    }

    .con04 .box-3 {
        margin-top: 5rem;
    }
    .con04 .box-3__bg-2 {
        right: 9rem;
    }
}
