.retail1 {
    height: 100vh;
    position: relative;
    z-index: 1;
    margin: 0 30px
}

.retail1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.retail1 .bg img {
    width: 100%;
    height: 100%
}

.retail1 .position {
    position: absolute;
    bottom: 149px;
    left: 54px;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 70px;
    text-transform: uppercase
}

.retail2 {
    padding: 63px 0 161px;
    position: relative;
    z-index: 5
}

.retail2 .wrap .cut {
    display: flex;
    justify-content: center;
    gap: 72px;
    width: fit-content;
    margin: auto
}

.retail2 .wrap .cut .list {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    text-transform: uppercase;
    cursor: pointer
}

.retail2 .wrap .cut .list.on {
    color: var(--color)
}

.retail2 .wrap .content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 74px 0 0 0
}

.retail2 .wrap .content .matter {
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s;
    cursor: grab
}

.retail2 .wrap .content .matter * {
    user-select: none
}

.retail2 .wrap .content .matter * img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none
}

.retail2 .wrap .content .matter.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s
}

.retail2 .wrap .content .matter.on .textSwiper .swiper-slide.swiper-slide-active {
    pointer-events: auto !important
}

.retail2 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.retail2 .wrap .content .matter .rote {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px
}

.retail2 .wrap .content .matter .rote .item {
    width: 380px;
    height: 480px;
    background: #EBE9E4;
    border-radius: 10px;
    padding: 68px 36px 50px 36px;
    position: absolute;
    cursor: pointer
}

.retail2 .wrap .content .matter .rote .item:hover .img img {
    transform: scale(1.3)
}

.retail2 .wrap .content .matter .rote .item:hover .text .p1 {
    color: var(--color)
}

.retail2 .wrap .content .matter .rote .item .img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px
}

.retail2 .wrap .content .matter .rote .item .img img {
    object-fit: contain;
    transition: .6s ease;
    transform: scale(1.25);
    max-width: 90%;
}

.retail2 .wrap .content .matter .rote .item .text .p1 {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    margin: 0 0 20px;
    text-transform: uppercase;
    transition: .6s ease
}

.retail2 .wrap .content .matter .rote .item .text .p2 {
    width: 260px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 24px;
    font-family: 'Archivo r', sans-serif
}

.retail2 .wrap .content .matter .textSwiper {
    width: 600px;
    margin: 120px auto 0;
    overflow: unset
}

.retail2 .wrap .content .matter .textSwiper .swiper-slide {
    pointer-events: none !important
}

.retail2 .wrap .content .matter .textSwiper .swiper-slide.swiper-slide-active .text .p1, .retail2 .wrap .content .matter .textSwiper .swiper-slide.swiper-slide-active .text .p2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.retail2 .wrap .content .matter .textSwiper .swiper-slide.swiper-slide-active .text .p2 {
    transition-delay: .4s
}

.retail2 .wrap .content .matter .textSwiper .swiper-slide .text {
    text-align: center
}

.retail2 .wrap .content .matter .textSwiper .swiper-slide .text .p1 {
    font-weight: 600;
    font-size: 40px;
    color: #111111;
    margin: 0 0 20px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.retail2 .wrap .content .matter .textSwiper .swiper-slide .text .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 26px;
    font-family: 'Archivo r', sans-serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .4s
}

.retail2 .wrap .button {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 26px
}

.retail2 .wrap .button .click {
    font-size: 25px;
    color: #101010;
    transition: .6s ease;
    cursor: pointer
}

.retail2 .wrap .button .click:first-child {
    transform: rotate(180deg)
}

.retail2 .wrap .button .click:hover {
    color: var(--color)
}

@media screen and (max-width: 1919px) {
    .retail1{
        margin: 0px 1.5625vw;
    }
    .retail1 .position{
        bottom: 7.7604166667vw;
        left: 2.8125vw;
        font-size: 3.125vw;
        line-height: 3.6458333333vw;
    }
    .retail2{
        padding: 3.28125vw 0px 8.3854166667vw;
    }
    .retail2 .wrap .cut{
        gap: 3.75vw;
    }
    .retail2 .wrap .cut .list{
        font-size: 1.0416666667vw;
    }
    .retail2 .wrap .content{
        margin: 3.8541666667vw 0px 0px;
    }
    .retail2 .wrap .content .matter{
        transform: translateY(1.0416666667vw);
    }
    .retail2 .wrap .content .matter .rote{
        height: 26.0416666667vw;
    }
    .retail2 .wrap .content .matter .rote .item{
        width: 19.7916666667vw;
        height: 25vw;
        border-radius: 0.5208333333vw;
        padding: 3.5416666667vw 1.875vw 2.6041666667vw;
    }
    .retail2 .wrap .content .matter .rote .item .img{
        height: 10.4166666667vw;
        margin: 0px auto 4.1666666667vw;
    }
    .retail2 .wrap .content .matter .rote .item .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .retail2 .wrap .content .matter .rote .item .text .p2{
        width: 13.5416666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .retail2 .wrap .content .matter .textSwiper{
        width: 31.25vw;
        margin: 6.25vw auto 0px;
    }
    .retail2 .wrap .content .matter .textSwiper .swiper-slide .text .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }
    .retail2 .wrap .content .matter .textSwiper .swiper-slide .text .p2{
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
        transform: translateY(1.0416666667vw);
    }
    .retail2 .wrap .button{
        margin: 2.6041666667vw 0px 0px;
        gap: 1.3541666667vw;
    }
    .retail2 .wrap .button .click{
        font-size: 1.3020833333vw;
    }
}

@media screen and (max-width: 1024px) {
    .retail1 .bg {
        position: static;
        height: 57vw;
    }
    .retail1 .position {
        bottom: 20px;
        left: 5%;
        font-size: 13px;
        line-height: 22px;
    }
    .retail1{
        height: auto;
        margin: 0 20px;
    }
    .retail2{
        padding: 35px 5% 40px 5%;
    }
    .retail2 .wrap .cut .list{
        font-size: 13px;
    }
    .retail2 .wrap .cut {
        flex-wrap: wrap;
        gap: 17px 30px;
    }
    .retail2 .wrap .content{
        margin: 30px 0 0 0;
    }
    .retail2 .wrap .content .matter .rote .item {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 30px 5%;
    }
    .retail2 .wrap .content .matter .rote .item .img{
        height: 180px;
        margin: 0 auto 20px;
    }
    .retail2 .wrap .content .matter .rote .item .text .p1{
        font-size: 16px;
        margin: 0 0 20px;
    }
    .retail2 .wrap .content .matter .rote .item .text .p2{
        width: 100%;
        font-size: 13px;
        line-height: 22px;
    }
    .retail2 .wrap .content .matter .rote .item .img img {
        transform: scale(1);
        max-width: 50%;
    }
    .retail2 .wrap .content .matter .rote {
        height: 107.041667vw;
    }
    .retail2 .wrap .content .matter .textSwiper {
        width: 100%;
        margin: 18px auto 0;
    }
    .retail2 .wrap .content .matter .textSwiper .swiper-slide .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .retail2 .wrap .content .matter .textSwiper .swiper-slide .text .p2{
        font-size: 13px;
        line-height: 22px;
    }
    .retail2 .wrap .button{
        margin: 25px 0 0 0;
        gap: 20px;
    }
    .retail2 .wrap .button .click{
        font-size: 18px;
    }
    .retail2 .wrap .content .matter .rote .item:hover .img img{
        transform: scale(1.01);
    }
}
