
/* s: sec1  */
.inner{
    max-width: 1520px;
    width: 80%;
}
.section1 .logo{
    background: url(../../image/logo.png) no-repeat center /cover;
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.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: #fff;
}
.section1 .ss b{
    font-weight: 500;
    color: #9933FF;
}
/* e: sec1  */
/* s: sec2  */
#liveSec{
    position: relative;
}
/* #liveSec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
} */
/* #liveSec::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
} */
.marquee-vertical, .marquee-vertical-reverse {
    height: 100vh; 
    width: 450px;
    overflow: hidden;
    position: relative;
    display: inline-block; /* 두 개가 나란히 보이도록 */
    vertical-align: top; /* 상단 정렬 */
    display: none;
}

.marquee-vertical .marquee-content,
.marquee-vertical-reverse .marquee-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    gap: 200px;
}

.marquee-vertical .marquee-content img,
.marquee-vertical-reverse .marquee-content img {
    width: 380px;
    border-radius: 16px;
}
.rotate20{
    transform: rotate(-20deg);
}
.rotate40{
    transform: rotate(40deg);
}
.rotate80{
    transform: rotate(0deg);
}
#liveSec .content-wrapper{
    display: flex;
    width: 80%;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
}
#liveTit{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#liveTit p{
    text-align: center;
    font-size: 60px;
    line-height: 1.25;
}
#liveTit span {
    font-size: 140px;
    font-weight: 700;
    display: inline-block;
    min-width: 375px;
    text-align: center;
}
#liveTit p b{
    font-size: 140px;
    font-weight: 700;
}
/* e: sec2  */
/* 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;
    white-space: nowrap;
}
.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 라이브 플로우 */

#showSec .inner{
    max-width: 1500px;
    margin: 0 auto;
    display: block;;
}

#showSec .sec_tit{
    position: static;
}
#showSec .sec_tit p{
    font-size: 23px;
}
#showSec .showhost_list{
    width: 100%;
    margin: 18px auto 0;
}
#showSec .showhost{
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    /* height: 200px; */
    /* border: 1px solid red; */
}
.show_wrapper{
    display: flex;
    align-items: center;
    gap: 40px;
}
#showSec .showhost img{
    height: 100%;
    object-fit: cover;
}
.profile{
    /* width: 200px;
    height: 200px; */
    border-radius: 20px;
    overflow: hidden;
}
.slick-slide {
    height: auto; /* 슬라이드 높이를 내용에 맞게 조정 */
}
.head_profile{display: none;}
.logo_name{
    display: flex;
    align-items: center;
    gap: 8px;
}
.logo_v{
    width: 50px;
    height: 50px;
    background: url(../../image/logo.png) no-repeat center / cover;
}
.head_profile .name{
    font-size: 32px;
    font-weight: 700;

}
.head_profile .desc{
    padding-left: 10px;
}
.showhost_slider{
    position: relative;
}
.prev_arrow,
.next_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 999;
    cursor: pointer;
    background: #000;
    border-radius: 100%;
    padding: 20px;
    background-position: center;
    background-size: 65%;
    background-repeat: no-repeat;
}
.prev_arrow{
    left: 20px;
    background-image: url(../../image/arrow_prev_new.png);
}
.next_arrow{
    right: 20px;
    background-image: url(../../image/arrow_next_new.png);
}
.slick-dots{
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    font-size: 0;
    border: 1px solid #fff;
    background: transparent;
}
.slick-dots li.slick-active button{
    background: #fff;
}
/* s: sec4  레퍼런스*/

#referSec .inner{
}
#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: 1.2;
    font-size: 14px;
    font-weight: 600;
}
#referSec .tab_menu.active{
    background: #fff;
}
#referSec .tab_menu.active p{
    color: #000;
}
#referSec .tab_menu p#referSec .tab_menu p{}/* Swiper 스타일 커스터마이징 */
.swiper-latest {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

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

.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{
    max-width: 1500px;
    /* 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.active{
    opacity: 1;
    visibility: visible;
    position: relative;
}
.swiper-button-next, .swiper-button-prev{

}
/* e: sec4  */
@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) {
    .profile {
        border-radius: 12px;
    }
}
@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;
    }
    #liveSec{
        height: 80vh;
    }
    #liveTit p{
        font-size: 40px;
    }
    #liveTit span{
        min-width: 270px;
    }
    #liveTit span,
    #liveTit p b{
        font-size: 6rem;
    }
    #flowSec .content-wrapper{
        /* height: 50vh; */
        display: block;
    }
        .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;

    }
    .text-flow.test li.down.long p{
        margin-bottom: 0;
    }
}
@media screen and (max-width:768px) {
    #flowSec .content-wrapper{
        height: auto;
    }
}
@media screen and (max-width:500px) {
    .section1 .ss {
        font-size: 15px;
    }
    .sec_tit h3 {
        font-size: 24px;
    }
    .section3 .sec_tit p {
        font-size: 14px;
    }
    #liveSec{
        height: 50vh;
    }
    #liveTit p{
        font-size: 24px;
    }
    #liveTit span {
        min-width: 180px;
    }
    #liveTit span,
    #liveTit p b{
        font-size: 4rem;
    }
    .flow-content .img-mask {
        width: 250%;
    }
    #showSec .showhost{
        padding: 0;
    }
    .prev_arrow{
        left: 16px;
    }
    .next_arrow{
        right: 16px;
    }
    .prev_arrow, .next_arrow{
        width: 32px;
        height: 32px;
    }
    #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;
    }
}
@media screen and (max-width:375px) {
    .section1 .tt{
        font-size: 24px;
    }
    .section1 .ss {
        font-size: 13px;
    }
}