.seoulfesta2022-detailpage {
    background-color: #fff;
}
.seoulfesta2022-detailpage .visual-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #5A95FC;    
}
.seoulfesta2022-detailpage .visual-section .project-mainimg img.m-img {
    display: none;
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .home-wrap {
    position: relative;
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 45px 0 100px 0;
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .program-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 100px 0;
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .program-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
} 
.seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap {
    position: relative;
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(57% - 50px);
}
.seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(43% - 50px);
    display: flex;
    gap: 80px;
}

.seoulfesta2022-detailpage .tone-manner-section .contents-wrap ul li.navy {
    width: 50%;
    background-color: #2F3C89;
}
.seoulfesta2022-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}
.seoulfesta2022-detailpage .tone-manner-section .contents-wrap ul li.purple {
    background-color: #6E4C9F;
}


.seoulfesta2022-detailpage .detailpage-section.program-section {
    background: linear-gradient(180deg, #FFF 6.72%, #5A95FC 100%);
}
.seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul {
    display: flex;
    gap: 30px;
}
.seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul li {
    width: calc(50% - 15px);
}
.seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul li:nth-child(2) .img-title-wrap{
    margin-top: 170px;
}

.seoulfesta2022-detailpage .detailpage-section.news-section {
    background: #5A95FC;
}
.seoulfesta2022-detailpage .detailpage-section.news-section .contents-wrap .pc-wrap {
    padding: 0 83px;
}
.seoulfesta2022-detailpage .detailpage-section.news-section .contents-wrap .pc-wrap .img-title-wrap {
    position: relative;
}
.seoulfesta2022-detailpage .detailpage-section.news-section .contents-wrap .pc-wrap .img-title-wrap::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(180deg, rgba(90, 149, 252, 0) 0%, rgba(90, 149, 252, 1) 100%) ;
    content: "";  
}
.seoulfesta2022-detailpage .detailpage-section.news-m-section {
    background: #5A95FC;
}
.seoulfesta2022-detailpage .detailpage-section.news-m-section .m-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}
.seoulfesta2022-detailpage .detailpage-section.news-m-section .img-list {
    display: flex;
    gap: 130px;
}
.seoulfesta2022-detailpage .detailpage-section.news-m-section .img-list .img-title-wrap {
    width: calc(25% - 97.5px);
}


@media screen and (max-width : 1280px) {
    .seoulfesta2022-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        width: 100%;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .program-wrap .video-title-wrap {
        width: 83vw;
    } 
    .seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        gap: 30px;
    }

    .seoulfesta2022-detailpage .detailpage-section.news-section .contents-wrap .pc-wrap {
        padding: 0;
    }
    .seoulfesta2022-detailpage .detailpage-section.news-m-section .img-list {
        gap: 40px;
    }
    .seoulfesta2022-detailpage .detailpage-section.news-m-section .img-list .img-title-wrap {
        width: calc(25% - 30px);
    }
}

@media screen and (max-width : 768px) {
    .seoulfesta2022-detailpage .visual-section {
        padding: 80px 0 50px 0;
        gap: 20px;
    }
    .seoulfesta2022-detailpage .visual-section .project-mainimg img.pc-img {
        display: none;
    }
    .seoulfesta2022-detailpage .visual-section .project-mainimg img.m-img {
        display: block;
    }
    .portfolio-detailpage .visual-section .project-mainimg .sub-title-wrap {
        bottom: 2%;
    }

    .seoulfesta2022-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 55px;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        padding: 0 0 50px 0;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .program-wrap {
        padding: 16px 0 50px 0;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .program-wrap .video-title-wrap {
        width: 100%;
        margin-left: 60px;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
        gap: 12px;
    } 
    .seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
        flex-direction: column;
        gap: 24px;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
        width: 100%;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        width: 100%;
        padding: 0 15px;
        gap: 40px;
    }
    .seoulfesta2022-detailpage .overview-section .contents-wrap .pc-mobile-wrap .sub-info-title {
        margin: 0 15px;
    }

    .seoulfesta2022-detailpage .detailpage-section.program-section {
        width: 100%;
        overflow: hidden;
    }
    .seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul {
        flex-direction: column;
        gap: 50px;
    }
    .seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul li {
        width: 100%;
    }
    .seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul li:nth-child(1) {
        padding-right: 44px;
    }
    .seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul li:nth-child(2) {
        padding-left: 44px;
    }
    .seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul li:nth-child(1) .img-title-wrap {
        align-items: flex-end;
        margin-left: -30px;
    }
    .seoulfesta2022-detailpage .detailpage-section.program-section .contents-wrap ul li:nth-child(2) .img-title-wrap {
        margin: 0 -30px 0 0;
    }
    .seoulfesta2022-detailpage .detailpage-section.news-m-section {
        padding: 50px 0 ;
    }
    .seoulfesta2022-detailpage .detailpage-section.news-m-section .m-wrap {
        padding: 0 15px;
        gap: 12px;
    }
    .seoulfesta2022-detailpage .detailpage-section.news-m-section .img-list {
        column-gap: 40px;
        row-gap: 23px;
        flex-wrap: wrap;
    }
    .seoulfesta2022-detailpage .detailpage-section.news-m-section .img-list .img-title-wrap {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width : 500px) { 
    .seoulfesta2022-detailpage .f-thumb-section {
        aspect-ratio: 390 / 590;
        min-height: 590px;
    }
}