.seouluniversity-detailpage {
    background-color: #EFF9FF;
}
.seouluniversity-detailpage .visual-section {
    position: relative;
}
.seouluniversity-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: linear-gradient(180deg, #00A0EC 15.69%, #C2F5FF 150.24%);
    content: "";
}
.seouluniversity-detailpage .visual-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 80vw;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 82, 255, 0.80) 0%, rgba(0, 82, 255, 0.00) 100%);
    filter: blur(100px);
    z-index: -5;
    content: "";
}
.seouluniversity-detailpage .visual-section .project-info .wrapper80 .title h2 {
    font-size: 16rem;
}
.seouluniversity-detailpage .visual-section .project-mainimg .m-img {
    display: none;
}

.seouluniversity-detailpage .tone-manner-section .contents-wrap ul li.blue {
    width: 50%;
    background-color: #00A0EC;
}
.seouluniversity-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}
.seouluniversity-detailpage .tone-manner-section .contents-wrap ul li.dipblue {
    background-color: #00348C;
}

.seouluniversity-detailpage .overview-section .contents-wrap .home-wrap {
    position: relative;
}
.seouluniversity-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 45px 0 100px 0;
}
.seouluniversity-detailpage .overview-section .contents-wrap .sub-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 100px 0;
}
.seouluniversity-detailpage .overview-section .contents-wrap .sub-wrap .img-title-wrap {
    width: 75vw;
    max-width: 1450px;
} 
.seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap {
    position: relative;
}
.seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(60% - 50px);
}
.seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(40% - 50px);
    display: flex;
    gap: 80px;
}
.seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap video {
    width: calc(100% + 2px);
    height: calc(100% + 7px);
    top: -5px;
}
.seouluniversity-detailpage .tone-manner-section .contents-wrap ul li.navy {
    width: 50%;
    background-color: #2F3C89;
}
.seouluniversity-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}
.seouluniversity-detailpage .tone-manner-section .contents-wrap ul li.purple {
    background-color: #6E4C9F;
}


.seouluniversity-detailpage .detailpage-section.research-section {
    background: linear-gradient(180deg, #EFF9FF 0%, #FFF 100%);
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap{
    display: flex;
    gap: 30px;
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap.research02 .img-area {
    margin-top: 170px;
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap .img-list {
    display: flex;
    gap: 130px;
}
.seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap .img-list .img-title-wrap{
    width: calc(25% - 97.5px);    
}
.seouluniversity-detailpage .admin-section .contents-wrap ul li:nth-child(1) {
    justify-content: center;
}

@media screen and (max-width : 1280px) {
    .seouluniversity-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 12rem;
    }

    .seouluniversity-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        width: 100%;
    }
    .seouluniversity-detailpage .overview-section .contents-wrap .sub-wrap .img-title-wrap {
        width: 83vw;
    } 
    .seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        gap: 30px;
    }

    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap {
        flex-direction: column;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap.research02 .img-area {
        margin-top: 60px;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(25% - 30px);
    }

}

@media screen and (max-width : 768px) {
    .seouluniversity-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 39px;
    }

    .seouluniversity-detailpage .visual-section::after {
        display: none;
    }

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

    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap {
        gap: 50px;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 100%;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap.research01 {
        margin-left: -6%;
        align-items: flex-end;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap.research02 {
        margin-right: -6%;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .pc-wrap .img-title-wrap.research02 .img-area {
        margin-top: 0;
    }
    .seouluniversity-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap video {
        width: calc(100% + 2px);
        height: calc(100% + 5px);
        top: -5px;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap {
        gap: 50px;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap {
        gap: 12px;
        padding: 0 15px;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap .img-list {
        column-gap: 40px;
        row-gap: 23px;
        flex-wrap: wrap;
    }
    .seouluniversity-detailpage .detailpage-section.research-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(50% - 20px);
    }

  
}

@media screen and (max-width : 500px) {
    .seouluniversity-detailpage .visual-section::before {
        background: linear-gradient(180deg, #00A0EC 0%, #C2F5FF 132.77%);
    }
    .seouluniversity-detailpage .visual-section {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .seouluniversity-detailpage .visual-section .project-mainimg::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -5;
        aspect-ratio: 780 / 974;
        background: url(../../img/project/seouluniversity/visual_m_bg.png) no-repeat center center /cover;
        content: "";
    }
    .seouluniversity-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 39px ;
    }
    .seouluniversity-detailpage .visual-section .project-mainimg .pc-img {
        display: none;
    }
    .seouluniversity-detailpage .visual-section .project-mainimg .m-img {
        display: block;
    }
    .seouluniversity-detailpage .visual-section .project-mainimg .sub-title-wrap {
        bottom: 15%;
    }

    .seouluniversity-detailpage .f-thumb-section .wrapper80 {
        padding: 0 5px 0 16px;
    }
    .seouluniversity-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 39px;
    }
}