section{
    height: auto;
    padding-top: 8rem;
    overflow: hidden;
    margin-bottom: 250px;
}

.main__banner__wrap{
    width: 100%;
    height: auto;
    position: relative;
}

.main__banner__wrap .main__banner{
    width: 100%;
    height: auto;
    max-width: 1450px;
    overflow: inherit;
}

.main__banner__wrap .main__banner .swiper-wrapper .swiper-slide{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1450px;
}

.main__banner__wrap .main__banner .swiper-wrapper .swiper-slide > a{
    width: 100%;
    height: 100%;
    display: grid;
}

.main__banner__wrap .main__banner .swiper-wrapper .swiper-slide > a video{
    width: 100%;
    height: 100%;
}

.main__banner__wrap .main__banner .swiper-wrapper .swiper-slide > a > .main__swiper__contetns__wrap{
    width: 100%;
    height: 100%;
}

.main__banner__wrap .main__banner .swiper-wrapper .swiper-slide > a > .main__swiper__contetns__wrap .actor__area{
    width: 100%;
    height: fit-content;
    padding: 50px;
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main__banner__wrap .main__banner .swiper-wrapper .swiper-slide > a > .main__swiper__contetns__wrap video{
    width: 100%;
    height: 100%;
}

.actor__area{
    width: 100%;
    height: 100%;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.actor__area > h1{
    font-size: 48px;
    font-weight: 800;
    color: var(--white-color);
}

.actor__detail{
    display: flex;
    align-items: center;
    gap: 18px;
}

.actor__detail p{
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.actor__detail p:last-of-type{
    color: var(--point-color);
}

.actor__detail img{
    margin-right: 5px;
}

.main__banner__wrap .main__banner__btnwrap{
    width: 130px;
    height: 60px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.main__banner__wrap .main__banner__btnwrap .swiper-button-prev{
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: inherit;
    margin-top: 0;
}

.main__banner__wrap .main__banner__btnwrap .swiper-button-next{
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: inherit;
    right: 0;
    margin-top: 0;
}

.main__banner__wrap .main__banner__btnwrap .swiper-button-next:after{
    font-size: 0;
    width: 100%;
    height: 100%;
    background: url(/_assets/images/img_mainbanner_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main__banner__wrap .main__banner__btnwrap .swiper-button-prev:after{
    font-size: 0;
    width: 100%;
    height: 100%;    background: url(/_assets/images/img_mainbanner_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* BANNER END */
.live__area{
    padding: 130px 0 120px 70px;
}

.live10.swiper{
    position: relative;
    overflow: visible;
    height: auto;
}

.live10 .swiper-slide{
    width: 390px;
    transition: ease .3s;
    position: relative;
}

.live10 .swiper-slide:hover{
    margin-top: -10px;

}

.live10 .swiper-slide:last-of-type{
    margin-right: 70px;
}

.live10 .swiper-slide .live__imgwarp{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 550px;
}

.live10 .swiper-slide .live__lank{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.live10 .swiper-slide > a{
    width: 100%;
    height: 100%;
    display: block;
}

.live10 .swiper-slide .live__lank .live__lank__circle{
    width: 50px;
    height: 50px;
    border: 2px solid var(--point-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--point-color);
    line-height: 1;
}

.live10 .swiper-slide .live__lank .live__actor__area{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.live10 .swiper-slide .live__lank .live__actor__area .live__actor__name{
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    display:flex;
    align-items: center;
}

.live10 .swiper-slide .live__lank .live__point{
    min-width: 70px;
    height: 38px;
    background-color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.live__point > img{
    width: 13px;
    height: auto;
}

.live10 .swiper-slide .live__lank .live__point > p{
    font-size: 16px;
    font-weight: 700;
    color: var(--point-color);
    white-space: nowrap;
    margin-left: 4px;
}

.list__area{
    margin-bottom: 90px;
    padding: 0 70px;
}

.list__area .list__btn{
    display: flex;
    gap: 24px;
}

.list__area .list__btn li h2{
    color: #4F4F4F;
    cursor: pointer;
    margin-bottom: 0;
}

.list__area .list__btn li.active h2{
    color: var(--white-color);
}

.list__contents__wrap{
    width: 100%;
}

.list__contents__wrap > div{
    display: none;
    margin-top: 20px;
}

.list__contents__wrap > div:nth-child(1){
    display: block;
}

.list__contents__wrap > div > .list__contents{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 88px 25px;
}

.list__contents__wrap > div > .list__contents.other{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 88px 25px;
}

.list__contents__wrap > div > .list__contents > li{
    width: 100%;
    height: auto;
    position: relative;
    transition: ease .3s;
}

.list__contents__wrap > div > .list__contents > li:hover{
    margin-top: -10px;
}

.list__contents__wrap > div > .list__contents > li a{
    width: 100%;
    height: 100%;
    display: block;
}

.list__contents__wrap > div > .list__contents > li .list__img__wrap{
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.list__contents__wrap > div > .list__contents > li .list__img__wrap img{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.list__contents__wrap > div > .list__contents > li .list__detail{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list__contents__wrap > div > .list__contents > li .list__detail .live__actor__name{
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 8px;
    display:flex;
    align-items: center;
}

.list__contents__wrap > div > .list__contents > li .list__detail .live__point{
    min-width: 70px;
    height: 38px;
    background-color: #292929;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list__contents__wrap > div > .list__contents > li .list__detail .live__point > p{
    font-size: 16px;
    font-weight: 700;
    color: var(--point-color);
    margin-left: 4px;
}

.more__btn{
    width: 146px;
    height: 56px;
    margin: 30px auto 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    color: #8D8D8D;
}

.more__btn > img{
    margin-left: 8px;
}

.warning__btn{
    width: fit-content;
    padding: 10px 40px;
    background-color: var(--point-color);
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0 auto;
}

article.warning{
    max-width: 825px;
    margin: 0 auto;
}

article.warning .title{
    text-align: center;
    margin: 30px 0;
    line-height: inherit;
}

article.warning > p{
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-color);
    text-align: center;
    line-height: 26px;
    max-width: 706px;
    margin: 0 auto;
}

/* view */
section.contents__view{
    padding-top: 200px;
}

.movie__view{
    display: flex;
    align-items: flex-start;
}

.movie__view .movie__detail{
    display: flex;
    flex-direction: column;
    width: 35%;
}

.movie__detail .actor__area{
    position: inherit;
    padding: 0;
}

.play__movie{
    max-width: 240px;
    height: 70px;
    margin: 45px 0 15px;
    position: relative;
    transition: ease .3s;
}

.play__movie:hover{
    margin: 35px 0 25px;
}

.play__movie > img{
    margin-right: 8px;
}

.caution__text__wrap{
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 22px;
}

.movie__actor__wrapper{
    width: 100%;
    margin-top: 30px;
}

.movie__actor__wrapper > p{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.movie__actor__wrap{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.movie__actor__wrap > div{
    width: 90px;
    height: 90px;
    border-radius: 50px;
    overflow: hidden;
}

.movie__actor__wrap > div img{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.movie__actor__wrap > div.movie__actor__detail{
    width: inherit;
    height: inherit;
    border-radius: inherit;
    overflow: inherit;
    padding-left: 15px;
}

.movie__actor__wrap > div.movie__actor__detail p{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.movie__actor__wrap > div.movie__actor__detail a{
    font-size: 16px;
    font-weight: 400;
    color: #e5001c;
}

.movie__picture{
    width: 65%;
}

.movie__picture .swiper-slide{
    border-radius: 20px;
    overflow: hidden;
}

.movie__picture .swiper-pagination{
    position: initial;
    margin-top: 15px;
}

.movie__picture .swiper-pagination .swiper-pagination-bullet{
    background-color: #4d4d4d;
    opacity: 1;
}

.movie__picture .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #e5001c;
}

.movie__list{
    margin-top: 130px;
}

.movie__list.list__contents__wrap > div{
    display: block;
}


@media screen and (max-width: 2000px){
    .list__contents__wrap > div > .list__contents > li .list__img__wrap{
        height: 510px;
    }
}

@media screen and (max-width: 1800px){
    .list__contents__wrap > div > .list__contents > li .list__img__wrap{
        height: 510px;
    }
}

@media screen and (max-width: 1450px){
    .main__banner__wrap{
        padding: 0 40px;
    }

    .main__banner__wrap .main__banner{
        max-width: 1000px;
    }

    .main__banner__wrap .main__banner .swiper-wrapper .swiper-slide{
        max-width: 1000px;
    }

    .list__contents__wrap > div > .list__contents > li .list__img__wrap{
        height: 400px;
    }
}

@media screen and (max-width: 1300px){
    .actor__area{
        padding: 30px;
    }

    .actor__area > h1{
        font-size: 35px;
    }

    .main__banner__wrap .main__banner__btnwrap{
        width: 110px;
        bottom: 30px;
        right: 30px;
    }

    .main__banner__wrap .main__banner__btnwrap .swiper-button-prev{
        width: 50px;
        height: 50px;
    }

    .main__banner__wrap .main__banner__btnwrap .swiper-button-next{
        width: 50px;
        height: 50px;
    }

    .live10 .swiper-slide{
        width: 340px;
    }

    .live10 .swiper-slide .live__lank .live__lank__circle{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .actor__detail{
        gap: 7px;
    }

    .actor__detail p{
        font-size: 14px;
    }

    .live__area{
        padding: 100px 0 60px 40px;
    }

    .list__area{
        padding: 0 40px;
    }
}

@media screen and (max-width: 1200px){
    .main__banner__wrap .main__banner{
        max-width: 900px;
    }

    .main__banner__wrap .main__banner .swiper-wrapper .swiper-slide{
        max-width: 900px;
    }

    .list__contents__wrap > div > .list__contents{
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 25px;
    }

    .play__movie{
        max-width: 220px;
        height: 60px;
    }

    .movie__actor__wrap > div{
        width: 70px;
        height: 70px;
    }

    .live10 .swiper-slide .live__imgwarp{
        height: 450px;
    }
}

@media screen and (max-width: 980px){
    .main__banner__wrap{
        padding: 0;
    }

    .main__banner__wrap .main__banner{
        max-width: inherit;
    }

    .main__banner__wrap .main__banner .swiper-wrapper .swiper-slide{
        max-width: inherit;
        border-radius: 0;
    }

    .live__area{
        padding: 80px 0 60px 40px;
    }

    .live10 .swiper-slide{
        width: 320px;
    }
}

@media screen and (max-width: 900px){
    .title{
        font-size: 24px;
    }

    .live__area{
        padding: 60px 0 60px 20px;
    }

    .live10 .swiper-slide .live__imgwarp{
        border-radius: 10px;
    }

    .live10 .swiper-slide .live__lank .live__actor__area{
        gap: 2px;
    }

    .list__area{
        padding: 0 20px;
    }

    .list__contents__wrap > div > .list__contents{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 25px;
    }

    .list__contents__wrap > div > .list__contents > li .list__img__wrap{
        border-radius: 10px;
        height: 450px;
    }

    .list__contents__wrap > div > .list__contents > li .list__detail .live__actor__name{
        margin-bottom: 3px;
    }

    article.warning{
        max-width: 475px;
        padding: 0 20px;
    }

    .movie__view{
        flex-direction: column-reverse;
        gap: 30px;
    }

    .movie__view .movie__detail{
        align-items: flex-start;
        gap: 30px;
        width: 100%;
    }

    .movie__view .movie__detail > div{
        width: 50%;
    }

    .movie__actor__wrapper{
        margin-top: 0px;
    }

    .movie__picture{
        width: 100%;
    }

    .play__movie{
        margin: 15px 0;
    }

    .play__movie:hover{
        margin: 10px 0 20px;
    }

    .movie__actor__wrapper > p{
        font-size: 35px;
    }

    .movie__list{
        margin-top: 90px;
    }
}

@media screen and (max-width: 768px){
    section{
        padding-top: 4rem;
    }

    .actor__area{
        padding: 20px;
    }

    .actor__area > h1{
        font-size: 26px;
    }

    .main__banner__wrap .main__banner__btnwrap{
        width: 95px;
        bottom: 10px;
        right: 10px;
    }

    .main__banner__wrap .main__banner__btnwrap .swiper-button-next{
        width: 45px;
        height: 45px;
    }

    .main__banner__wrap .main__banner__btnwrap .swiper-button-prev{
        width: 45px;
        height: 45px;
    }

    section.contents__view{
        padding-top: 100px;
    }

    .movie__actor__wrapper > p{
        font-size: 26px;
    }

    .play__movie{
        max-width: 180px;
        height: 55px;
    }

    .movie__actor__wrap > div{
        width: 50px;
        height: 50px;
    }

    .movie__view .movie__detail > div{
        width: 100%;
    }

    .live10 .swiper-slide .live__imgwarp{
        height: 140px;
    }
}

@media screen and (max-width: 680px){
    section{
        margin-bottom: 200px;
    }

    .list__contents__wrap > div > .list__contents{
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .movie__view .movie__detail{
        align-items: inherit;
    }

    .list__contents__wrap > div > .list__contents > li .list__img__wrap{
        height: 450px;
    }
}
/* 기존 .list__contents 관련 규칙들을 아래와 같이 변경합니다. */

/* .list__contents__wrap > div > .list__contents { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] {
    display: grid;
    /* 기본 4열 레이아웃 */
    grid-template-columns: repeat(4, 1fr);
    gap: 88px 25px; /* 행 간격 88px, 열 간격 25px */
    list-style: none; /* 리스트 기본 스타일 제거 */
    padding: 0; /* UL의 기본 패딩 제거 */
    margin: 0; /* UL의 기본 마진 제거 */
}

/* .list__contents__wrap > div > .list__contents > li { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li {
    width: 100%; /* Grid Item은 Grid 컨테이너가 너비를 관리하므로 100%로 설정 */
    height: auto;
    position: relative;
    transition: ease .3s; /* hover 효과를 위한 transition 유지 */
}

/* .list__contents__wrap > div > .list__contents > li:hover { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li:hover {
    margin-top: -10px; /* hover 효과 유지 */
}

/* .list__contents__wrap > div > .list__contents > li a { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li a {
    width: 100%;
    height: 100%;
    display: block;
}

/* .list__contents__wrap > div > .list__contents > li .list__img__wrap { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li .list__img__wrap {
    width: 100%;
    height: 600px; /* 고정 높이 유지 */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

/* .list__contents__wrap > div > .list__contents > li .list__img__wrap img { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li .list__img__wrap img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* .list__contents__wrap > div > .list__contents > li .list__detail { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li .list__detail {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .list__contents__wrap > div > .list__contents > li .list__detail .live__actor__name { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li .list__detail .live__actor__name {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 8px;
    display:flex;
    align-items: center;
}

/* .list__contents__wrap > div > .list__contents > li .list__detail .live__point { ... } 이 부분을 다음으로 대체 */
.list__contents__wrap > div > ul[class^="list__contents_"] > li .list__detail .live__point {
    min-width: 70px;
    height: 38px;
    background-color: #292929;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list__contents__wrap > div > ul[class^="list__contents_"] > li .list__detail .live__point > p{
    font-size: 16px;
    font-weight: 700;
    color: var(--point-color);
    margin-left: 4px;
}

/* 미디어 쿼리 내에서도 동일하게 선택자 수정 */
@media screen and (max-width: 2000px){
    /* .list__contents__wrap > div > .list__contents > li .list__img__wrap { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] > li .list__img__wrap {
        height: 510px;
    }
}

@media screen and (max-width: 1800px){
    /* .list__contents__wrap > div > .list__contents > li .list__img__wrap { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] > li .list__img__wrap {
        height: 510px;
    }
}

@media screen and (max-width: 1450px){
    /* .list__contents__wrap > div > .list__contents > li .list__img__wrap { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] > li .list__img__wrap {
        height: 400px;
    }
}

@media screen and (max-width: 1200px){
    /* .list__contents__wrap > div > .list__contents { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] {
        grid-template-columns: repeat(3, 1fr); /* 3열 */
        gap: 50px 25px;
    }
}

@media screen and (max-width: 900px){
    /* .list__contents__wrap > div > .list__contents { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] {
        grid-template-columns: repeat(2, 1fr); /* 2열 */
        gap: 30px 25px;
    }
    /* .list__contents__wrap > div > .list__contents > li .list__img__wrap { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] > li .list__img__wrap {
        border-radius: 10px;
        height: 450px;
    }
}

@media screen and (max-width: 680px){
    /* .list__contents__wrap > div > .list__contents { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] {
        grid-template-columns: 1fr; /* 1열 */
        gap: 50px;
    }
    /* .list__contents__wrap > div > .list__contents > li .list__img__wrap { ... } */
    .list__contents__wrap > div > ul[class^="list__contents_"] > li .list__img__wrap {
        height: 450px;
    }
}