.herue-detailpage .visual-section {
    position: relative;
}
.herue-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: url(../../img/project/herue/visual_pc.jpg) no-repeat center center / cover;
    content: "";
}
.herue-detailpage .visual-section .project-info .wrapper80 .title h2 {
    color: #FF183D;
}
.herue-detailpage .project-detail-head h2 {
    color: #FF183D;
}
.herue-detailpage .overview-section {
    background-color: #100C12;
    color: #FFF;
} 
.herue-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 45px 0 100px 0;
}
.herue-detailpage .overview-section .contents-wrap .project-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 100px 0;
}
.herue-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
} 
.herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(57% - 50px);
}
.herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(43% - 50px);
    display: flex;
    gap: 80px;
}

.herue-detailpage .tone-manner-section {
    background-color: #100C12;
}
.herue-detailpage .tone-manner-section .contents-wrap ul li.red {
    width: 50%;
    background: #DE1334;
}
.herue-detailpage .tone-manner-section .contents-wrap ul li.black {
    width: 50%;
    background: #000000;
}
.herue-detailpage .tone-manner-section .contents-wrap ul li span {
    color: rgba(255, 255, 255, 0.20);
}

.herue-detailpage .detailpage-section.home-section {
    background: url(../../img/project/herue/home_bg_pc.jpg) no-repeat center center / cover;
}
.herue-detailpage .detailpage-section.project-section {
    background-color: #100C12;
}
.herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 78%;
    margin: 0 auto;
}
.herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner .img-list {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
.herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
    width: calc(80% - 30px);
}
.herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
    width: calc(20% - 30px);
}
.herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 .inner { 
    align-items: flex-end;
}

.herue-detailpage .detailpage-section.inquiry-section {
    position: relative;
}
.herue-detailpage .detailpage-section.inquiry-section::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: radial-gradient(49.69% 49.69% at 50% -11.88%, rgba(247, 50, 50, 0.90) 0%, rgba(80, 31, 31, 0.90) 45%, rgba(25, 25, 25, 0.90) 97.64%), #100C12;
    content: "";
}
.herue-detailpage .detailpage-section.inquiry-section .contents-wrap {
    padding: 0 83px;
}
.herue-detailpage .detailpage-section.inquiry-section .contents-wrap .img-title-wrap {
    position: relative;
}
.herue-detailpage .detailpage-section.inquiry-section .contents-wrap .img-title-wrap::after {
    position: absolute;
    left: -1px;
    bottom: -2px;
    z-index: 10;
    width: 101%;
    height: 12%;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 80%);
    content: "";  
}
.herue-detailpage .f-thumb-section .wrapper80 h2 {
    color: #DE1334;
}

@media screen and (max-width : 1280px) {
    .herue-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        width: 100%;
    }
    .herue-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
        width: 83vw;
    } 
    .herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        gap: 30px;
    }
    
    .herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner { 
        width: 100%;
    }
    .herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner .img-list {
        gap: 30px;
    }
    .herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: calc(77% - 15px);
    }
    .herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
        width: calc(23% - 15px);
    }
}

@media screen and (max-width : 768px) {
    .herue-detailpage .visual-section {
        padding: 80px 0 10px 0; 
    }
    .herue-detailpage .visual-section::before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -10;
        width: 100%;
        height: 100%;
        background: url(../../img/project/herue/visual_m.jpg) no-repeat center bottom / cover;
        content: "";
    }
    .herue-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        padding: 0 0 50px 0;
    }
    .herue-detailpage .overview-section .contents-wrap .project-wrap {
        padding: 16px 0 50px 0;
    }
    .herue-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
        width: 100%;
        margin-left: 60px;
        gap: 12px;
    }
    .herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
        gap: 12px;
    }
    .herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
        flex-direction: column; 
        gap: 24px;
    }
    .herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
        width: 100%;
    }
    .herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        width: 100%;
        padding: 0 15px;
        gap: 40px;
    }
    .herue-detailpage .overview-section .contents-wrap .pc-mobile-wrap .sub-info-title {
        margin: 0 15px;
    }

    .herue-detailpage .detailpage-section.home-section {
        background: url(../../img/project/herue/home_bg_m.jpg) no-repeat center center / cover;
    } 
    .herue-detailpage .detailpage-section.home_project-section .project-detail-head h2 {
        font-size: 53px;
    }
    .herue-detailpage .detailpage-section.home_project-section .contents-wrap .wrapper80 .inner .inner .img-title-wrap.mobile { 
        position: absolute;
        bottom: 32px;
        right: 20px;
        transform: translate(50%, 0%);
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80 .inner {
        width: 100%;
        align-items: flex-end;
        margin-left: -16px;
        gap: 12px;
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80 .inner .img-list {
        position: relative;
        width: 100%;
        gap: 0;
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 32px;
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc .img-area {
        margin: 0 0 0 -5%;
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 30;
        width: 24%;
        min-width: 100px;
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80.align-r .inner {
        margin-right: -16px;
        align-items: flex-start;
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80.align-r .inner .img-list {
        justify-content: flex-end;
    }
    .herue-detailpage .detailpage-section.home-section .contents-wrap .wrapper80.align-r .inner .img-title-wrap.mobile {
        left: 0;
    }
    
    .herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 .inner { 
        width: 100%;
        align-items: flex-start;
        margin-right: -16px;
        gap: 12px;
    }
    .herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 .inner .img-list {
        position: relative;
        width: 100%;
        gap: 0;
    }
    .herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 32px;
    }
    .herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc .img-area {
        margin: 0 0 0 5%;
    }
    .herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 30;
        width: 24%;
        min-width: 100px;
    }
    .herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80.align-r .inner {
        margin-right: -16px;
        align-items: flex-start;
    }
    .herue-detailpage .detailpage-section.project-section .contents-wrap .wrapper80.align-r .inner .img-list {
        justify-content: flex-end;
    }

    .herue-detailpage .detailpage-section.inquiry-section::before {
        display: none;
    }
    .herue-detailpage .detailpage-section.inquiry-section .project-detail-head h2 {
        font-size: 55px;
    }
    .herue-detailpage .detailpage-section.inquiry-section .contents-wrap {
        padding: 0;
    }
    .herue-detailpage .detailpage-section.inquiry-section .contents-wrap .img-title-wrap::after {
        height: 20%;
        background: linear-gradient(180deg, rgba(16, 12, 18, 0) 0%, rgba(16, 12, 18, 1) 80%);
    }

}   