@charset "utf-8";
@import url('reset.css');
@import url('common.css');

/* 왼쪽 화살표 */
.fp-controlArrow.fp-prev {
    border: none !important;
    /* 기존 삼각형 제거 */
    width: 30px;
    /* 이미지 크기 조정 */
    height: 40px;
    background: url('../img/icon_slide_left.png') no-repeat center center;
    background-size: contain;
    left: 15px;
    /* 위치 조정 */
}

/* 오른쪽 화살표 */
.fp-controlArrow.fp-next {
    border: none !important;
    width: 30px;
    height: 40px;
    background: url('../img/icon_slide_right.png') no-repeat center center;
    background-size: contain;
    right: 15px;
}

/* 가로 슬라이드 개수 동그라미 */
#fp-nav ul,
.fp-slidesNav ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 5px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px rgb(255, 255, 255);
}

/* ---- section0 ----- */
/* slide1 */
#section0 #slide1 .intro {
    position: relative;
    width: 100%;
    height: 100vh;
}

#section0 #slide1 .intro>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#section0 #slide1 .intro video {
    height: calc(100% - 80px);
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

/* slide2 */
#section0 #slide2 {
    position: relative;
}

#section0 .background img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    z-index: -1;
}

#section0 .background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 228, 223, 0.2);
    pointer-events: none;
}

#section0 .inner {
    width: 79.37%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1280px) {
    #section0 .inner {
        width: calc(100% - 70px);
    }
}

#section0 .inner .content {
    width: 34.18%;
    min-width: 450px;
}

#section0 .inner .content .text_wrap {
    background-color: rgba(225, 228, 219, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 20px 24px;
    border-radius: 10px;
}

#section0 .content .text_wrap .title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    padding-left: 6px;
}

#section0 .inner .content .text_wrap .title span {
    font-size: 14px;
    font-weight: 300;
}

#section0 .inner .content .text_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 300;
}

#section0 .inner .content .text_wrap ul li {
    line-height: 150%;
}

#section0 .inner .content .text_wrap ul li::before {
    content: '· ';
    font-weight: bold;
}

#section0 .inner .content .content_btn {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

#section0 .inner .content .content_btn p {}

#section0 .inner .content .content_btn .btn01 {
    padding: 18px;
    background-color: #C18C8E;
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 10px;
    transition: all 0.2s;
}

#section0 .inner .content .content_btn .btn01:hover {
    background-color: #af686b;
}

#section0 .inner .content .content_btn .btn02 {
    padding: 18px 25px;
    border: 1px solid #333333;
    border-radius: 10px;
    transition: all 0.2s;
}

#section0 .inner .content .content_btn .btn02:hover {
    background-color: #dadada;
}

#section0 .inner .cover_img {
    width: 483px;
    box-shadow: 25px 30px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
}

#section0 .inner .cover_img a {
    width: 100%;
    display: block;
}

#section0 .inner .cover_img a>img {
    width: 100%;
    height: auto;
    display: block;
}

#section0 .inner .cover_img:hover {
    animation: floatUp 0.5s ease-out;
}

@keyframes floatUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    /* 위로 10px */
    100% {
        transform: translateY(0);
    }
}

/* slide3 */
#section0 #slide3 {
    position: relative;
}

#section0 #slide3 .background::after {
    background-color: rgba(201, 175, 141, 0.2);
}

#section0 #slide3 .inner .content .text_wrap {
    background-color: rgba(201, 175, 141, 0.7);
}

#section0 #slide3 .inner .content .content_btn .btn01 {
    background-color: #DA7B49;
}

#section0 #slide3 .inner .content .content_btn .btn01:hover {
    background-color: #d36124;
}

#section0 #slide3 .inner .content .content_btn .btn02:hover {
    background-color: #ffffff;
}

/* ---- section1 ----- */
/* slide1 */
#section1 .slide.mobile {
    display: none;
}

#section1 #slide1 {
    width: 100%;
    height: 100vh;
    position: relative;
}

#section1 #slide1 .bg {
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#section1 .inner {
    max-width: 1524px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section1 .inner .left {
    width: 40%;
    height: 733px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#section1 .inner .left .title {
    max-width: 500px;
    background-color: #333333;
    color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

#section1 .inner .left .cover_image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

#section1 .inner .left .cover_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#section1 .inner .left .cover_image a {
    padding: 8px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: 20px;
    right: -20px;
}

#section1 .inner .left .cover_image a>img {
    width: 16px;
    height: 16px;
}


#section1 .inner .right {
    width: 40%;
    height: 733px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#section1 .inner .right .content01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

#section1 .inner .right .content01 img {
    flex: 1;
    min-width: 0;
    height: 165px;
    object-fit: cover;
    object-position: 50% 20%;
}

#section1 .inner .right .content01 h3 {
    flex-shrink: 0;
}

#section1 .inner .right .content02 {
    height: 274px;
}

#section1 .inner .right .content02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section1 .inner .right .content03 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#section1 .inner .right .content03 p {
    width: 49%;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    color: #333333;
}

#section1 .inner .right .content03 img {
    flex: 1;
    height: 234px;
    object-fit: cover;
    object-position: 50% 0;
}

/* slide2 */
#section1 #slide2 {
    width: 100%;
    height: 100vh;
    position: relative;
}

#section1 #slide2 .bg {
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#section1 #slide2 .inner .right .content02 {
    flex: 1;
}

#section1 #slide2 .inner .right .content03 p {
    width: 100%;
}


/* ---- section3 ----- */
/* slide1 */
#section3 .inner {
    width: 100%;
    height: 100vh;
    position: relative;
}

#section3 .inner>img {
    width: 81.25%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

#section3 .inner .overlay {
    width: 960px;
    height: 100vh;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
    position: absolute;
    top: 0;
    right: 0;
}

#section3 .inner .overlay .text {
    width: 450px;
    color: #ffffff;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    top: 20%;
    right: 10%;
}

#section3 .inner .overlay .text p {
    line-height: 150%;
    text-align: justify;
}

#section3 .inner .overlay .text .more_btn {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
}

#section3 .inner .overlay .text .more_btn span {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
}

#section3 .inner .overlay .text .more_btn img {
    width: 15px;
    height: 15px;
}


/* ---- section4 ----- */
#section4 .content button {
    display: none;
}

#section4 {
    width: 100%;
    height: 100vh;
    background: url('../img/bg.png') center center no-repeat;
    background-size: cover;
}

#section4 .inner {
    margin: 80px 0 0 165px;
}

#section4 .inner .title {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
}



#section4 .inner .title img {
    width: 50px;
    height: 62px;
}

#section4 .inner .boxoffice_slide {
    padding: 20px;
}

#section4 .inner .swiper-slide {
    color: #ffffff;
}

#section4 .inner .swiper-slide .poster {
    width: 320px;
    height: 457px;
    position: relative;
}

#section4 .inner .swiper-slide .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#section4 .inner .swiper-slide .poster strong {
    font-family: "Allerta Stencil", sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: -5px;
    left: 10px;
}

/* poster위에 올라올 overlay */
#section4 .inner .swiper-slide .poster .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

#section4 .inner .swiper-slide .poster:hover .overlay {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    transform: translateY(0);
}

#section4 .inner .swiper-slide .poster .overlay h5 {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
}

#section4 .inner .swiper-slide .poster .overlay ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

#section4 .inner .swiper-slide .poster .overlay ul li {}

#section4 .inner .swiper-slide .poster .overlay ul li span {
    font-size: 15px;
    font-weight: 600;
    color: #C44B4B;
    display: block;
    margin-bottom: 5px;
}

#section4 .inner .swiper-slide .poster .overlay a {
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
}

#section4 .inner .swiper-slide .content {
    text-align: center;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#section4 .inner .swiper-slide .content .rank {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
}

#section4 .inner .swiper-slide .content .rank .star {
    display: flex;
    gap: -5px;
}

#section4 .inner .swiper-slide .content .rank .star img {
    width: 22px;
    margin-right: -5px;
}

#section4 .inner .swiper-slide .content .rank p {
    color: #FEE379;
}

#section4 .inner .swiper-slide .content .info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* ---- section5 ----- */
/* slide1 */
#section5 .inner {
    width: 100%;
    height: 100vh;
    position: relative;
}

#section5 .inner>img {
    width: 62.65%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#section5 .inner .overlay {
    width: 57.70%;
    height: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 36%);
    position: absolute;
    top: 0;
    right: 0;
}

#section5 .inner .overlay_btm {
    width: 100%;
    height: 33%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 85%);
    position: absolute;
    bottom: 0;
    left: 0;
}

#section5 .slide_inner {
    width: 79.37%;
    margin: 0 auto;
    position: relative;
}

#section5 .slide .text_wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: absolute;
    bottom: 90px;
    left: 0;
    color: #ffffff;
}

#section5 .slide .text_wrap .category {
    display: flex;
    gap: 10px;
    align-items: center;
}

#section5 .slide .text_wrap .category img {
    width: 40px;
    height: 40px;
}

#section5 .slide .text_wrap .first {
    display: flex;
    gap: 36px;
    align-items: center;
}

#section5 .slide .text_wrap .first .name {
    display: flex;
    gap: 18px;
    align-items: center;
}

#section5 .slide .text_wrap .first .name strong {
    font-family: "Allerta Stencil", sans-serif;
    font-size: 60px;
    font-weight: 400;
}

#section5 .slide .text_wrap .first .name p {
    font-size: 45px;
    font-weight: 700;
}

#section5 .slide .text_wrap .first .info_wrap {
    display: flex;
    gap: 18px;
    align-items: center;
}

#section5 .slide .text_wrap .first .info_wrap img {
    width: 30px;
    height: 30px;
}

#section5 .slide .text_wrap .first .info p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

#section5 .slide .text_wrap .first .info span {
    color: #a1a1a1;
}

#section5 .list {
    width: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 36px;
    position: absolute;
    bottom: 90px;
    right: 0;
}

#section5 .list .item {
    width: 210px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

#section5 .list .item .poster_image {
    width: 100%;
    height: 300px;
    margin-bottom: 13px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

#section5 .list .item .poster_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#section5 .list .item strong {
    font-family: "Allerta Stencil", sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: -25px;
    bottom: 15px;
}

/* --- 1024 이하일 때(태블릿 ver) --- */
@media screen and (max-width: 1024px) {

    /* 왼쪽 화살표 */
    .fp-controlArrow.fp-prev {
        left: 10px;
    }

    /* 오른쪽 화살표 */
    .fp-controlArrow.fp-next {
        right: 10px;
    }

    /* ---- 태블릿 section0 ----- */
    /* slide1 */
    #section0 #slide1 .intro video {
        width: 86.81%;
        height: auto;
        border-radius: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    /* slide2 */
    #section0 .inner {
        width: 64.50%;
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #section0 .inner .cover_img {
        position: static;
    }

    #section0 .inner .content {
        width: 100%;
    }

    #section0 .inner .content .text_wrap {
        padding: 20px;
    }

    #section0 .inner .cover_img {
        width: 72.86%;
        left: 50%;
    }

    #section0 .inner .content .content_btn .btn01 {
        padding: 15px;
    }

    #section0 .inner .content .content_btn .btn02 {
        padding: 15px 17px;
    }

    /* ---- 태블릿 section1 ----- */
    #section1 .slide {
        display: none;
    }

    #section1 .slide.mobile {
        display: block;
        position: relative;
    }

    #section1 .slide.mobile:nth-child(odd) .bg {
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        z-index: -1;
    }

    #section1 .slide.mobile:nth-child(even) .bg {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: -1;
    }

    #section1 .inner {
        max-width: 100%;
        width: 69.30%;
    }

    #section1 .inner .left {
        width: 100%;
    }

    #section1 .inner .right {
        width: 100%;
    }

    #section1 #mslide4 .inner .right .content02 {
        height: 376px;
    }

    #section1 #mslide4 .inner .right .content03 p {
        width: 100%;
    }

    /* ---- 태블릿 section3 ----- */
    #section3 .inner>img {
        width: 100%;
        height: 69.85%;
    }

    #section3 .inner .overlay {
        width: 100%;
        height: 50.25%;
        background: #000000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
        position: absolute;
        top: auto;
        bottom: 0;
    }

    #section3 .inner .overlay .text {
        width: 86.81%;
        align-items: center;
        text-align: center;
        top: auto;
        bottom: 130px;
        right: 50%;
        transform: translateX(50%);
    }

    #section3 .inner .overlay .text p {
        padding: 0 20px;
        text-align: center;
    }

    /* ---- 태블릿 section4 ----- */
    #section4 .inner .swiper-slide .poster .overlay {
        display: none;
    }

    #section4 .inner {
        margin: 0 0 0 6.5%;
    }

    #section4 .inner .title {
        margin-bottom: 40px;
    }

    #section4 .inner .swiper-slide .poster {
        width: 100%;
        position: relative;
    }

    #section4 .inner .swiper-slide .poster img {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    }

    #section4 .content {
        align-items: center;
        margin-right: 20px;
    }

    #section4 .content button {
        display: block;
        width: 144px;
        height: 36px;
        border-radius: 8px;
        border: 1px solid #B1060F;
        background-color: #ffffff;
        color: #B1060F;
        margin-top: 7px;
    }

    /* ---- 태블릿 section5 ----- */
    /* slide1 */
    #section5 .inner>img {
        width: 100%;
        height: 70.18%;
    }

    #section5 .inner .overlay_btm {
        height: 59.79%;
        background: #000000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 38%);
    }

    #section5 .inner .overlay {
        display: none;
    }

    #section5 .inner .slide_inner {
        width: 86.81%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    #section5 .slide .text_wrap {
        position: static;
        gap: 2px;
    }

    #section5 .slide .text_wrap .category img {
        width: 30px;
        height: 30px;
    }

    #section5 .slide .text_wrap .first {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    #section5 .slide .text_wrap .first .name {
        gap: 12px;
    }

    #section5 .slide .text_wrap .first .name strong {
        font-size: 50px;
    }

    #section5 .slide .text_wrap .first .name p {
        font-size: 35px;
    }

    #section5 .slide .text_wrap .first .info_wrap {
        gap: 14px;
        align-items: flex-start;
    }

    #section5 .slide .text_wrap .first .info_wrap img {
        width: 24px;
        height: 24px;
    }

    #section5 .list {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: static;
    }

    #section5 .list .item {
        width: 22.92%;
    }

    #section5 .list .item:nth-child(even) {
        transform: translateY(30px);
    }

    #section5 .list .item .poster_image {
        height: 238px;
    }

    #section5 .list .item strong {
        font-size: 45px;
        position: absolute;
        left: -18px;
        bottom: 20px;
    }
}




/* --- 720 이하일 때(모바일 ver) --- */
@media screen and (max-width: 720px) {

    /* 왼쪽 화살표 */
    .fp-controlArrow.fp-prev {
        width: 25px;
        height: 33px;
        left: 3px;
    }

    /* 오른쪽 화살표 */
    .fp-controlArrow.fp-next {
        width: 25px;
        height: 33px;
        right: 3px;
    }

    /* ---- 모바일 section0 ----- */
    /* slide1 */
    #section0 #slide1 .intro video {
        width: 100%;
    }

    /* slide2 */
    #section0 .inner {
        width: 100%;
        gap: 40px;
        transform: none;
        bottom: 0;
        left: 0;
    }

    #section0 .inner .content {
        width: 100%;
        min-width: 100%;
        background-color: rgba(225, 228, 219, 0.7);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        padding: 20px 30px 60px;
        border-radius: 20px 20px 0 0;
    }

    #section0 #slide3 .inner .content {
        background-color: rgba(201, 175, 141, 0.7)
    }

    #section0 .inner .content .text_wrap {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        border-radius: none;
    }

    #section0 #slide3 .inner .content .text_wrap {
        background-color: transparent;
    }

    .content .text_wrap ul li:nth-child(n+6) {
        display: none;
    }

    .content .text_wrap>ul li:nth-child(5)::after {
        content: " ···";
        color: #000000;
    }

    #section0 .inner .cover_img {
        width: 216px;
    }

    #section0 .inner .content .content_btn .btn01 {
        padding: 13px 10px;
    }

    #section0 .inner .content .content_btn .btn02 {
        padding: 13px 12px;
    }

    /* ---- 모바일 section1 ----- */
    #section1 .inner {
        width: 100%;
        padding: 0 20px;
    }

    #section1 .inner .left {
        height: 400px;
        gap: 0;
        position: relative;
    }

    #section1 .inner .left .title {
        max-width: 335px;
        padding: 12px 14px;
        position: absolute;
        top: 0;
        left: -20px;
        transform: translateY(-70%);
        z-index: 1;
    }

    #section1 .inner .right {
        height: 500px;
        gap: 12px;
    }

    #section1 .inner .right .content01 {
        gap: 16px;
    }

    #section1 .inner .right .content01 img {
        height: 110px;
    }

    #section1 .inner .right .content02 {
        height: 180px;
    }

    #section1 .inner .right .content03 {
        gap: 16px;
    }

    #section1 .inner .right .content03 p {
        font-size: 14px;
        max-height: 186px;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #section1 .inner .right .content03 img {
        height: 186px;
    }

    #section1 .slide.mobile:nth-child(odd) .bg {
        content: url('../img/mbook_shadow_left.png');
        z-index: 1;
    }

    #section1 .slide.mobile:nth-child(even) .bg {
        content: url('../img/mbook_shadow_right.png');
        z-index: 1;
    }

    /* ---- 모바일 section3 ----- */
    #section3 .inner>img {
        width: 100%;
        height: 72.48%;
    }

    #section3 .inner .overlay {
        width: 100%;
        height: 44.84%;
        background: #000000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
    }

    #section3 .inner .overlay .text {
        width: 88.8%;
        bottom: 70px;
    }

    #section3 .inner .overlay .text p {
        padding: 0 10px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #section3 .inner .overlay .text .more_btn span {
        font-size: 13px;
        font-weight: 400;
        color: #a1a1a1;
    }

    #section3 .inner .overlay .text .more_btn img {
        width: 13px;
        height: 13px;
    }

    /* ---- 모바일 section4 ----- */
    #section4 .inner {
        margin: 0 0 0 5.6%;
    }

    #section4 .inner .title {
        margin-bottom: 10px;
        padding-left: 10px;
    }

    #section4 .inner .title img {
        width: 32px;
        height: 40px;
    }

    #section4 .inner .boxoffice_slide {
        padding: 10px;
    }

    #section4 .inner .swiper-slide .poster {
        width: 100%;
        height: 230px;
    }

    #section4 .inner .swiper-slide .poster strong {
        font-size: 35px;
        left: 2px;
    }

    #section4 .inner .swiper-slide .poster .overlay h5 {
        padding: 15px 0;
        border-bottom: 1px solid #ffffff;
    }

    #section4 .inner .swiper-slide .poster img {
        box-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
    }

    #section4 .content {
        align-items: center;
        margin-right: 20px;
        gap: 5px;
    }

    #section4 .content button {
        width: 110px;
        height: 32px;
    }

    #section4 .inner .swiper-slide .content .rank {
        gap: 4px;
    }

    #section4 .inner .swiper-slide .content .rank .star img {
        width: 20px;
        margin-right: -5px;
    }

    /* ---- 모바일 section5 ----- */
    /* slide1 */
    #section5 .inner>img {
        width: 100%;
        height: 49.26%;
        position: absolute;
        top: 19.45%;
        left: 0;
    }

    #section5 .inner .overlay_btm {
        height: 45.56%;
        background: #000000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 29%);
    }

    #section5 .inner .overlay {
        display: block;
        width: 100%;
        height: 27.70%;
        background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
    }

    #section5 .inner .slide_inner {
        width: 88.8%;
        gap: 0;
        top: 70px;
    }

    #section5 .slide .text_wrap .category img {
        width: 23px;
        height: 23px;
    }

    #section5 .slide .text_wrap .first {
        gap: 5px;
    }

    #section5 .slide .text_wrap .first .name strong {
        font-size: 35px;
    }

    #section5 .slide .text_wrap .first .name p {
        font-size: 25px;
    }

    #section5 .slide .text_wrap .first .info_wrap {
        gap: 0px;
    }

    #section5 .slide .text_wrap .first .info_wrap p {
        font-size: 14px;
    }

    #section5 .slide .text_wrap .first .info_wrap span {
        font-size: 14px;
    }

    #section5 .slide .text_wrap .first .info_wrap img {
        display: none;
    }
}