.korowd-detailpage {
    background: #F2FAFF;
}

.korowd-detailpage .visual-section {
    padding: 133px 0 50px 0;
    background: url(../../../src/img/project/korowd/visual_bg.jpg) no-repeat center center / cover;
}
.korowd-detailpage .visual-section .project-mainimg img.m-img {
    display: none;
}


.korowd-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 45px 0 100px 0;
}
.korowd-detailpage .overview-section .contents-wrap .project-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 100px 0;
}
.korowd-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
} 
.korowd-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.korowd-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.korowd-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(57% - 50px);
}
.korowd-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(43% - 50px);
    display: flex;
    gap: 80px;
}
.korowd-detailpage .tone-manner-section {
    background-color: #fff;
}
.korowd-detailpage .tone-manner-section .contents-wrap ul li.red {
    width: 50%;
    background-color: #C1182B;
}
.korowd-detailpage .tone-manner-section .contents-wrap ul li.blue {
    width: 50%;
    background-color: #003A89;
}


.korowd-detailpage .detailpage-section.project-section {
    background-color: #fff;
}
.korowd-detailpage .detailpage-section.project-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding: 0 83px;
}
.korowd-detailpage .detailpage-section.project-section .contents-wrap .main-wrap .img-title-wrap {
    position: relative;
}
.korowd-detailpage .detailpage-section.project-section .contents-wrap .main-wrap .img-title-wrap::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 12%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    content: "";  
}

.korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(57% - 50px);
}
.korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(43% - 50px);
    display: flex;
    gap: 80px;
}


.korowd-detailpage .detailpage-section.community-section {
    background-color: #F2FAFF;
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 0 15px;
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap{
    display: flex;
    gap: 30px;
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap.community02 .img-area {
    margin-top: 225px;
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(30%, -50%);
    width: 40%;
    aspect-ratio: 830 / 283;
    max-width: 830px;
    opacity: 0.6;
    background: url(../../../src/img/credit_logo_w.svg) no-repeat center center / contain;
    content: "";
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap .img-list {
    display: flex;
    gap: 130px;
}
.korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap .img-list .img-title-wrap{
    width: calc(25% - 97.5px);    
}

@media screen and (max-width : 1280px) {
    .korowd-detailpage .visual-section {
        padding: 80px 0 0 0;
    }
    .korowd-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        width: 100%;
    }
    .korowd-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
        width: 83vw;
    } 
    
    .korowd-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        gap: 30px;
    }
    .korowd-detailpage .detailpage-section.booking-section .contents-wrap .pc-wrap {
        padding: 0;
    }
    .korowd-detailpage .detailpage-section.booking-m-section .img-list {
        gap: 40px;
    }
    .korowd-detailpage .detailpage-section.booking-m-section .img-list .img-title-wrap {
        width: calc(25% - 30px);
    }


    .korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        gap: 30px;
    }
    
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap {
        flex-direction: column;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap.community02 .img-area {
        margin-top: 60px;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap::after {
        right: -50px;
        transform: translate(0, -50%);
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(25% - 30px);
    }
}

@media screen and (max-width : 768px) {
    .korowd-detailpage .visual-section .project-mainimg img.pc-img {
        display: none;
    }  
    .korowd-detailpage .visual-section .project-mainimg img.m-img {
        display: block;
    }  

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

    .korowd-detailpage .detailpage-section.project-section .contents-wrap {
        padding: 0;
        gap: 66px;
    }
    .korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap {
        gap: 12px;
    } 
    .korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .img-list {
        flex-direction: column;
        gap: 24px;
    }
    .korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
        width: 100%;
    }
    .korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        width: 100%;
        padding: 0 15px;
        gap: 40px;
    }
    .korowd-detailpage .detailpage-section.project-section .contents-wrap .pc-mobile-wrap .sub-info-title {
        margin: 0 15px;
    }

    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap {
        gap: 50px;
        padding: 0;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 100%;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap.community01 {
        margin-left: -44px;
        align-items: flex-end;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap.community02 {
        margin-right: -44px;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .pc-wrap .img-title-wrap.community02 .img-area {
        margin-top: 0;
    }

    .korowd-detailpage .detailpage-section.community-section .contents-wrap {
        gap: 50px;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap {
        gap: 12px;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap::after {
        display: none;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap .img-list {
        column-gap: 40px;
        row-gap: 23px;
        flex-wrap: wrap;
    }
    .korowd-detailpage .detailpage-section.community-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(50% - 20px);
    }
}

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