.eumyang-detailpage {
    background-color: #2A2A2A;
} 

.eumyang-detailpage .visual-section {
    display: flex;
    flex-direction: column;
    gap: 150px;
    background: linear-gradient(180deg, #030405 0%, #0B0A0C 80%, #0F0F10 100%);
}
.eumyang-detailpage .visual-section .project-mainimg img.m-img {
    display: none;
}

.eumyang-detailpage .overview-section .contents-wrap {
    padding-top: 40px;
}
.eumyang-detailpage .overview-section .home-wrap {
    margin-bottom: 116px;
}
.eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner {
    position: relative;
}
.eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner .m-wrap { 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    z-index: 15;
}
.eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner > .sub-info-title {
    display: none;
}
.eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner .pc-wrap {
    margin-left: 10%;
}

.eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
}   
.eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .img-title-wrap.pc {
    width: calc(60% - 50px);
}
.eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .img-title-wrap.pc .img-area {
    aspect-ratio: 988 / 666;
}
.eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .m-list-wrap {
    display: flex;
    gap: 80px;
    width: calc(40% - 50px);
}
.eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .m-list-wrap .img-title-wrap { 
    width: calc(50% - 40px);
}

.eumyang-detailpage .tone-manner-section .contents-wrap ul li.blue {
    width: 50%;
    background-color: #2E7EFF;
}
.eumyang-detailpage .tone-manner-section .contents-wrap ul li.skyblue {
    background-color: #28D8DB;
}
.eumyang-detailpage .tone-manner-section .contents-wrap ul li.black {
    background-color: #1C1C1C;
}

.eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap {
    margin: 0 92px;
}

.eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list {
    display: flex;
    justify-content: space-between;
   
} 
.eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .img-title-wrap,
.eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .video-title-wrap {
    width: 15vw;
    max-width: 259px;
}
.eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .img-title-wrap .img-area,
.eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .video-title-wrap .video-area {
    aspect-ratio: 259 / 562;
}
.eumyang-detailpage .detailpage-section.loading-section .contents-wrap {
    padding: 0 92px;
}

.eumyang-detailpage .detailpage-section.result-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap{
    display: flex;
    gap: 30px;
}
.eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}
.eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap.result02 .img-area {
    margin-top: 170px;
}
.eumyang-detailpage .detailpage-section.result-section .contents-wrap .sub-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.eumyang-detailpage .detailpage-section.result-section .contents-wrap .sub-wrap .img-list {
    display: flex;
    gap: 34px;
    width: 80%;
}


@media screen and (max-width : 1280px) {
    .eumyang-detailpage .visual-section {
        gap: 100px;
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap {
        flex-direction: column;
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .img-title-wrap.pc {
        width: 100%;
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .m-list-wrap {
        width: 100%;
        padding: 0 5%;
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .sub-info-title {
        padding: 0 5%;
    }

    .eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap{
        margin: 0 20px;
        gap: 20px;
    }
    .eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .img-title-wrap,
    .eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .video-title-wrap {
        width: calc(25% - 30px);
    }

    .eumyang-detailpage .detailpage-section.loading-section .contents-wrap {
        padding: 0;
    }

    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap {
        flex-direction: column;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap.result02 .img-area {
        margin-top: 60px;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .sub-wrap .img-list {
        width: 100%;
    } 
 
}


@media screen and (max-width : 768px) {
    .eumyang-detailpage .visual-section {
        gap: 50px;
        background: linear-gradient(180deg, #030405 0%, #0B0A0C 80%, #0F0F10 100%);
    }
    .eumyang-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 39px;
    }
    .eumyang-detailpage .visual-section .project-mainimg img.pc-img {
        display: none;
    }  
    .eumyang-detailpage .visual-section .project-mainimg img.m-img {
        display: block;
    }  
    .eumyang-detailpage .visual-section .project-mainimg .sub-title-wrap {
        bottom: 12%;
    }
 

    .eumyang-detailpage .overview-section .contents-wrap {
        padding-top: 0;
    }
    .eumyang-detailpage .overview-section .home-wrap {
        margin-bottom: 66px;
    }
    .eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner .pc-wrap {  
        position: absolute;
        right: -15%;
        top: 0;
        width: 100%;
    }
    .eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner .m-wrap { 
        position: relative;
        left: auto;
        bottom: auto;
        width: 30%;
        margin-top: 10%;
    }
    .eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner > .sub-info-title {
        display: flex;
    }
    .eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner .pc-wrap .sub-info-title {
        display: none;
    }
    .eumyang-detailpage .overview-section .home-wrap .wrapper230 .inner .pc-wrap {
        margin-left: 10%;
    }
    
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 {
        gap: 12px;
        align-items: center;
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap {
        gap: 24px;
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .m-list-wrap {
        padding: 0 15px;
        gap: 40px;
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .pc-m-wrap .m-list-wrap .img-title-wrap {
        width: calc(50% - 20px);
    }
    .eumyang-detailpage .overview-section .home-sub-wrap .wrapper120 .sub-info-title {
        padding: 0 15px;
    }

    .eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap {
        margin: 0 15px;
        gap: 12px;
    }
    .eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 23px;
        column-gap: 40px;
    }
    .eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .img-title-wrap,
    .eumyang-detailpage .detailpage-section.onboarding-section .contents-wrap .img-list .video-title-wrap {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px );
    }

    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap {
        gap: 50px;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap {
        width: 100%;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap.result01 {
        margin-left: -44px;
        align-items: flex-end;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap.result02 {
        margin-right: -44px;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .main-wrap .img-title-wrap.result02 .img-area {
        margin-top: 0;
    }

    .eumyang-detailpage .detailpage-section.result-section .contents-wrap {
        gap: 50px;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .sub-wrap {
        gap: 12px;
        padding: 0 15px;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .sub-wrap .img-list {
        position: relative;
        justify-content: flex-end;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .sub-wrap .img-list .img-title-wrap.pc {
        position: absolute;
        width: 100%;
        position: absolute;
        left: -15%;
        top: 0;
    }
    .eumyang-detailpage .detailpage-section.result-section .contents-wrap .sub-wrap .img-list .img-title-wrap.mobile {
        width: 30%;
        margin-top: 10%;
    }
}
@media screen and (max-width : 500px) { 
    .eumyang-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 40px;
    }
}
