.from_academy-detailpage .project-detail-head {
    border-bottom: 1px solid rgba(155, 130, 255, 0.25);
}
.from_academy-detailpage .project-detail-head h2 {
    background: linear-gradient(90deg, #653FFF 0%, #81FFFD 123.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.from_academy-detailpage .project-detail-head p {
    color: #9B82FF;
}
.from_academy-detailpage .img-title-wrap .img-area,
.from_academy-detailpage .video-title-wrap .video-area {
    outline: 4px solid rgba(155, 130, 255, 0.8);
    outline-offset: -4px;
}
.from_academy-detailpage .video-title-wrap .sub-info-title .box-icon, 
.from_academy-detailpage .img-title-wrap .sub-info-title .box-icon {
    background-color: #9B82FF;
}
.from_academy-detailpage .sub-info-title span {
    color: #9B82FF;
}
.from_academy-detailpage .sub-info-title .box-icon {
    background-color: #9B82FF;
}

.from_academy-detailpage .visual-section {
    position: relative;
    color: #9B82FF;
    overflow: hidden;
}
.from_academy-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0F1217;
    content: "";
}
.from_academy-detailpage .visual-section .project-info .wrapper80 .title {
    border-bottom: 1px solid rgba(155, 130, 255, 0.25);
}
.from_academy-detailpage .visual-section .project-info .wrapper80 .title h2 {
    background: linear-gradient(90deg, #653FFF 0%, #81FFFD 123.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    white-space: wrap;
    word-break: break-all;
}
.from_academy-detailpage .visual-section .project-info .wrapper80 .info-wrap {
    color: #9B82FF;
}
.from_academy-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .category-list li {
    border: 1px solid #9B82FF;
}
.from_academy-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .label-wrap .label-icon {
    background-color: #9B82FF;
}

.from_academy-detailpage .overview-section {
    background-color: #0F1217;
}
.from_academy-detailpage .overview-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.from_academy-detailpage .overview-section .contents-wrap .main-wrap {
    display: flex;
}
.from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(1) {
    justify-content: center;
    margin-bottom: 16px;
}
.from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 16px 0 0 0;
}
.from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(2) .inner {
    margin-right: -2%;
}
.from_academy-detailpage .overview-section .contents-wrap .main-wrap .inner {
    max-width: 1450px;
    width: 75vw;
}
.from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(3) {
    padding: 0 80px;
    justify-content: flex-start;
}

.from_academy-detailpage .tone-manner-section {
    background-color: #0F1217;
}
.from_academy-detailpage .tone-manner-section .contents-wrap ul li.purple {
    width: 50%;
    background: #9D69FC;
}
.from_academy-detailpage .tone-manner-section .contents-wrap ul li.white {
    background: #fff;
}
.from_academy-detailpage .tone-manner-section .contents-wrap ul li.black {
    background: #000;
}

.from_academy-detailpage .detailpage-section.curriculum-section .contents-wrap .main-wrap  {
    display: flex;
    justify-content: center;
}
.from_academy-detailpage .detailpage-section.curriculum-section .contents-wrap .main-wrap .inner {
    max-width: 1450px;
    width: 75vw;
}

.from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap { 
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}
.from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap .inner {
    width: 65vw;
}
.from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap .inner .img-title-wrap {
    width: 100%;
    
}

.from_academy-detailpage .f-thumb-section .wrapper80 h2 {
    font-size: 40px;
    background: linear-gradient(90deg, #653FFF 0%, #81FFFD 123.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media screen and (max-width : 1700px) {
    .from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(3) {
        padding: 0 60px;
    }
}

@media screen and (max-width : 1280px) {
    .from_academy-detailpage .img-title-wrap .img-area,
    .from_academy-detailpage .video-title-wrap .video-area {
        outline: 2px solid rgba(155, 130, 255, 0.8);
        outline-offset: -2px;
    }

    .from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(3) {
        padding: 0 30px;
    }
    .from_academy-detailpage .overview-section .contents-wrap .main-wrap .inner {
        width: 80vw;
    }

    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap .inner{
        width: 80vw;
    }

}

@media screen and (max-width : 768px) {
    .from_academy-detailpage .img-title-wrap .img-area,
    .from_academy-detailpage .video-title-wrap .video-area {
        outline: 1px solid rgba(155, 130, 255, 0.8);
        outline-offset: -1px;
    }

    .from_academy-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 39px;
    }

    .from_academy-detailpage .overview-section .contents-wrap .main-wrap .inner {
        width: calc(100% - 32px);
    }
    .from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(2) .inner {
        margin-right: -10%;
    }
    .from_academy-detailpage .overview-section .contents-wrap .main-wrap:nth-child(3) {
        padding: 0;
        justify-content: center;
    }
    .from_academy-detailpage .detailpage-section.curriculum-section .contents-wrap .main-wrap .inner {
        width: 100%;
    }

    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap {
        gap: 50px;
    }
    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap .inner{
        width: 100%;
    } 
    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap:nth-child(1) .inner,
    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap:nth-child(3) .inner {
        margin-left: calc(-10% - 16px) ;
    }
    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap:nth-child(2) .inner {
        margin-right: calc(-10% - 16px) ;
    }
    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap:nth-child(1) .inner .img-title-wrap,
    .from_academy-detailpage .detailpage-section.otherpage-section .contents-wrap .main-wrap:nth-child(3) .inner .img-title-wrap {
        align-items: flex-end;
    }
}
