.neurobb-detailpage .project-detail-head { 
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.neurobb-detailpage .visual-section {
    padding: 133px 0 50px 0;
    width: 100%;
    background: url(../../img/project/neurobb/visual_bg.jpg) no-repeat center center / cover;
    color: #fff;
}


.neurobb-detailpage .overview-section {
    background-color: #151B24;
}
.neurobb-detailpage .overview-section .contents-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 100px;
    max-width: 1450px;
    width: 75vw;
}
.neurobb-detailpage .tone-manner-section {
    background-color: #151B24;
}
.neurobb-detailpage .tone-manner-section .contents-wrap ul li.main {
    width: 50%;
    background-image: linear-gradient(to right, rgba(54, 209, 220,1), rgba(91, 134, 229, 1), rgba(142, 84, 233, 1));
}
.neurobb-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}
.neurobb-detailpage .tone-manner-section .contents-wrap ul li.blue {
    background-color: #262E84;
}

.neurobb-detailpage .detailpage-section.pipeline-section {
    background-color: #151B24;
    overflow: hidden;
}
.neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 120px;
    
}
.neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul li:nth-child(1) {
    display: flex;
    justify-content: flex-end;
}
.neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul li .img-title-wrap {
    max-width: 1450px;
    width: 75vw;
}


.neurobb-detailpage .detailpage-section.technologies-section {
    background-image: linear-gradient(to bottom, rgba(11, 137, 255,1), rgba(0, 97, 189,1) 95%);
}
.neurobb-detailpage .detailpage-section.technologies-section .project-detail-head h2 {
    word-break: break-all;
}
.neurobb-detailpage .detailpage-section.technologies-section .contents-wrap {
    position: relative;
    padding: 0 83px;
}
.neurobb-detailpage .detailpage-section.technologies-section .contents-wrap .img-title-wrap {
    position: relative;
}
.neurobb-detailpage .detailpage-section.technologies-section .contents-wrap .img-title-wrap::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -4px;
    z-index: 10;
    width: 102%;
    height: 15%;
    background-image: linear-gradient(to bottom, rgba(0, 97, 189, 0) 0%, rgba(0, 97, 189, 1) 80%);
    content: "";
}
.neurobb-detailpage .detailpage-section.ourstory-section {
    background-color: #151B24;
}
.neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul li {
    width: calc(50% - 15px);
}
.neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul li:nth-child(2) {
    margin-top: 100px;
}

@media screen and (max-width : 1280px) {
    .neurobb-detailpage .overview-section .contents-wrap {
        width: 100%;
    }
    .neurobb-detailpage .detailpage-section.technologies-section .contents-wrap {
        padding: 0;
    }
}
@media screen and (max-width : 768px) {
    .neurobb-detailpage .visual-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 80px 0 50px 0;
    }
   
    .neurobb-detailpage .visual-section .project-mainimg {
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: flex-end;
    }
    .neurobb-detailpage .visual-section .project-mainimg .sub-title-wrap {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .neurobb-detailpage .visual-section .project-mainimg img {
        width: 95%;
        display: flex;
        justify-content: flex-end;
    }
    .neurobb-detailpage .overview-section .contents-wrap {
        gap: 50px;
    }
    .neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul {
        gap: 50px;
    }
    .neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul li:nth-child(1) {
        margin-right: -30px;   
    }
    .neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul li:nth-child(2) {
        margin-left: -30px;
    }
    .neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul li:nth-child(1) .img-title-wrap {
        align-items: flex-start;
        width: 100%;
        padding-left: 40px;
    }
    .neurobb-detailpage .detailpage-section.pipeline-section .contents-wrap ul li:nth-child(2) .img-title-wrap {
        align-items: flex-end;
        width: 100%;
        padding-right: 40px;
    }

    .neurobb-detailpage .detailpage-section.technologies-section .contents-wrap .img-title-wrap::after {
        height: 30%;
    }
    .neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul {
        flex-direction: column;
        gap: 50px;
    }
    .neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul li {
        width: 100%;
    }
    .neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul li:nth-child(1) {
        margin-left: -30px;
    }
    .neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul li .img-title-wrap {
        align-items: flex-end;
    }
    .neurobb-detailpage .detailpage-section.ourstory-section .contents-wrap ul li:nth-child(2) {
        margin: 0;
    }

    
}

@media screen and (max-width : 500px) {
    .neurobb-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 55px;
    }
}