.inner{
    max-width: 1520px;
    width: 80%;
}
.section1 .tt{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin: 24px 0;
    line-height: 1.25;
}
.section1 .tt span{
    color: #9933FF;
}
.section1 .ss{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #ddd;
}
.section2{
    background: #000;
}
.section2 .content-wrapper{
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}
#makeTit p{
    font-weight: 700;
    font-size: 56px;
    color: #fff;
    display: block;
}
#makeTit p span{
    display: inline-block;
    min-width: 264px;
    font-size: 140px;
    color: #fff;
    font-weight: 700;
}
#makeTit p b{
    font-size: 140px;
}
.vertical_slider {
    width: 100%;
    max-width: 420px;
    /* margin: 0 auto; */
    /* height: 650px;  */
}

.slider-img {
    /* height: 200px !important; */
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
/* s: sec3 메이킹 플로우 */
.flow-content{
    /* width: 87%; */
    margin: 0 auto;
    margin-top: 100px;
    max-width: 1500px;
    position: relative;
    aspect-ratio: 7.211 / 1 auto;
}
.flow-content .img-mask{
    width: 100%;
}
.text-flow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-flow ul{
    height: 100%;
}
.text-flow li{
    width: 12.5%;
}
.text-flow li.up{
    top: 0;
    left: 0;
}
.text-flow li.down{}
.section3 .sec_tit p{
    font-size: 25px;
}

.text-flow.test{
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 120%;
}
.text-flow.test ul{
    display: flex;
    height: 134%;
}
.text-flow.test ul li p{
    text-align: center;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}
.text-flow.test li.down {
    display: flex;
    justify-content: center;
    align-items: end;
}
.text-flow.test li.down.short p{    margin-bottom: 20px;}
.text-flow.test li.down.long p{    margin-bottom: -20px;}
.text-flow.test li p b{
    font-size: 20px;
}
/* .text-flow.test li p span{
    font-size: 13px;
    background: #9933FF;
    border-radius: 8px;
    padding: 4px 8px;
}
.text-flow.test li p small{
    font-size: 14px;
    color: #aaa;
} */
/* e: sec3 메이킹 플로우 */
/* s: sec4 레퍼런스 */
#referSec .sec_tit{
    position: static;
}
#referSec .sec_tit p{
    font-size: 23px;
}
#referSec .tab_menu_wrapper{
    /* width: 160px; */
    height: fit-content;
    display: flex;
    /* justify-content: center; */
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 48px;
}
#referSec .tab_menu{
    width: 150px;
    padding: 4px 8px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 99px;
    background: #000;
}
#referSec .tab_menu p{
    color: #fff;
    text-align: center;
    word-break: keep-all;
    line-height: 2.4;
    font-size: 14px;
    font-weight: 600;
}
#referSec .tab_menu.active{
    background: #fff;
}
#referSec .tab_menu.active p{
    color: #000;
}


.swiper-latest {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 100%; /* 부모 높이에 맞게 */
}

.swiper-slide {
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #666;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    background-color: #000;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100% !important;
    --swiper-navigation-size: 20px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #666;
}

.swiper-pagination-bullet-active {
    background-color: #555;
}

/* 섹션별 referLive 스타일 */
#referLive{
    position: relative;
    max-width: 1500px;
    /* top: 55%;
    right: 0;
    transform: translateY(-50%); */
}
#tab1{    height: 470px;}
#tab2{    height: 470px;}
#tab3{    height: 470px;}
#referLive .tab_slide_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
/* #referLive .tab_slide_content#tab1,
#referLive .tab_slide_content#tab2{
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
} */
#referLive .tab_slide_content.active
 {
    visibility: visible;
    opacity: 1;
    position: relative;
}
.grid_item {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}
.grid_img{
    border-radius: 16px;
    overflow: hidden;
}
.arrows .arw{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    padding: 16px;
    border-radius: 100%;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    z-index: 2;
}
.arrows .prev{
    left: 22px;
    width: 48px;
    height: 48px;
    background-image: url(../../image/arrow_prev_new.png);
}
.arrows .next{
    right: 22px;
    width: 48px;
    height: 48px;
    background-image: url(../../image/arrow_next_new.png);
}
@media screen and (max-width:1570px) {
    .flow-content{
        max-width: 100%;
    }
    .text-flow.test li p b{
        font-size: 15px;
    }
    .text-flow.test ul li p{
        font-size: 12px;
    }
}
@media screen and (max-width:1240px) {
    #makeTit p{
        font-size: 44px;
    }
    #makeTit p span{
        font-size: 90px;
        min-width: 175px;
    }
    #makeTit p b{
        font-size: 90px;
    }
    .vertical_slider {
        width: 50%; 
    }
}
@media screen and (max-width:1024px) {
    .inner{
        width: 95%;
        margin: 0 auto;
    }
    #brendSec{
        height: 100vh;
    }
    .section1 .tt{
        font-size: 32px;
        margin: 8px 0;
    }
    .section1 .ss{
        font-size: 18px;
    }
    .content-wrapper{
        height: 100vh;
    }
    .section2 .content-wrapper{
        width: 90%;
    }
    #makeTit p{
        font-size: 40px;
    }
    #makeTit span{
        min-width: 270px;
    }
    #makeTit span,
    #makeTit p b{
        font-size: 6rem;
    }
    .section3 .sec_tit p{
        font-size: 18px;
    }
    #referSec .sec_tit p{
        font-size: 18px;
    }
    #flowSec .content-wrapper{
        /* height: 50vh; */
        display: block;
    }
    #referSec{
        padding: 120px 0;
    }
    .text-flow.test li.down.long p{
        margin-bottom: 0;
    }
    .flow-content{
        margin-top: 16px;
        aspect-ratio:unset;
        position: static;
        width: 95%;

    }
    .text-flow.test{
        position: static;
        transform:translate(0);
        width: auto;
        height: auto;
    }
    .section2 .content-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .text-flow.test ul{
        height: auto;
        display: block;
        padding-left: 40px;
        position: relative;
    }
    .text-flow.test ul::before{
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 95%;
        background: #9933FF;
    }
    .text-flow li{
        width: auto;
        position: relative;
    }
     .text-flow li::before{
        content: '';
        position: absolute;
        top: 50%;
        left: -46px;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background-color: #9933FF;
        border-radius: 100%;
     }
    .text-flow li:not(:last-child){
        margin-bottom: 20px;
    }
    .text-flow.test li.down{
        display: block;
    }
    .text-flow.test ul li p{
        text-align: left;
    }
    .text-flow.test ul li p br{
        display: none;
    }
    .text-flow.test ul li p small{
        color: #bebebe;

    }

}
@media screen and (max-width:768px) {
    #makeTit{
        text-align: center;
    }
    .vertical_slider{
        width: 100%;
        max-width: none;
    }
    #flowSec .content-wrapper{
        height: auto;
    }
}
@media screen and (max-width:500px) {
    .section1 .tt {
        font-size: 28px;
    }
    .section1 .ss {
        font-size: 15px;
    }
    .sec_tit h3 {
        font-size: 24px;
    }
    .section2 .content-wrapper{
        height: 70vh;
        display: block;
    }
    .section3 .sec_tit p {
        font-size: 14px;
    }
    #makeTit p{
        font-size: 24px;
    }
    #makeTit span {
        min-width: 180px;
    }
    #makeTit span,
    #makeTit p b{
        font-size: 4rem;
    }
    #referSec .sec_tit p{
        font-size: 14px;
    }
    #referSec .tab_menu_wrapper{
        margin-bottom: 12px;
        margin-top: 24px;
        justify-content: center;
    }
    #referSec .tab_menu{
        width: 120px;
    }
    #referSec .tab_menu p{
        font-size: 12px;
    }
    .arrows .prev{
        left: 16px;
    }
    .arrows .next{
        right: 16px;
    }
    .arrows .prev,
    .arrows .next{
        width: 32px;
        height: 32px;
    }
}
@media screen and (max-width:375px) {
    section{
        padding: 0;
    }
    .section1 .tt{
        font-size: 22px;
    }
    .section1 .ss {
        font-size: 13px;
    }
    #referSec .tab_menu {
        width: 90px;
    }
    #referSec .tab_menu p{
        line-height: 1.25;
    }
    .grid_img {
        border-radius: 8px;
    }
}