.eyeshot-detailpage {
    background-color: #FFF;
}
.eyeshot-detailpage .visual-section {
    display: flex;
    flex-direction: column;
    gap: 112px;
    background-color: #FFF;
    margin: 0 0 100px 0;
}
.eyeshot-detailpage .visual-section .project-mainimg {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    border-radius: 40px;
    background-color: #6383FF;
}
.eyeshot-detailpage .visual-section .project-mainimg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(32, 66, 255, 0.70) 0%, rgba(99, 131, 255, 0.00) 100%);
    content: "";
}
.eyeshot-detailpage .visual-section .project-mainimg img {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
}
.eyeshot-detailpage .visual-section .project-mainimg .sub-title-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

.eyeshot-detailpage .overview-section .contents-wrap {
    display: flex;
    align-items: stretch;
    gap: 50px;
}
.eyeshot-detailpage .overview-section .contents-wrap .left-wrap {
    width: calc(60% - 25px);
    border-radius: 30px;
    overflow: hidden;
    background-color: #EDF1FE;
}
.eyeshot-detailpage .overview-section .contents-wrap .left-wrap .video-wrap {
    width: 80%;
}
.eyeshot-detailpage .overview-section .contents-wrap .left-wrap .video-wrap video {
    display: block;
    width: 100%;
    object-fit: contain;
}
.eyeshot-detailpage .overview-section .contents-wrap .right-wrap {
    position: relative;
    width: calc(40% - 25px);
    border-radius: 30px;
    overflow: hidden;
}
.eyeshot-detailpage .overview-section .contents-wrap .right-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eyeshot-detailpage .overview-section .contents-wrap .right-wrap .sub-img {
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 50%;
}
.eyeshot-detailpage .overview-section .contents-wrap .right-wrap .sub-img img {
    width: 100%;
    object-fit: contain;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.blue {
    width: 50%;
    background: #3D4BFE;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.sub {
    width: 50%;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.sub ul {
    display: flex;
    flex-wrap: wrap;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.sub ul li {
    width: 50%;
    height: 50%;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.sub ul li.sub01 {
    background-color: #5B81F9;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.sub ul li.sub02 {
    background-color: #FC0606;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.sub ul li.sub03 {
    background-color: #5B81F9;
}
.eyeshot-detailpage .tone-manner-section .contents-wrap ul li.sub ul li.sub04 {
    background-color: #FF5959;
} 

.eyeshot-detailpage .detailpage-section.settings-section {
    background: linear-gradient(0deg, #5B81F9 0%, #FFF 45.23%);
}
.eyeshot-detailpage .detailpage-section.home-section .contents-wrap,
.eyeshot-detailpage .detailpage-section.settings-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.eyeshot-detailpage .detailpage-section.home-section .contents-wrap {
    margin: 0 92px;
}
.eyeshot-detailpage .detailpage-section.settings-section .contents-wrap {
    margin: 0 190px;
}
.eyeshot-detailpage .detailpage-section.home-section .contents-wrap .img-list {
    display: flex;
    justify-content: space-between;
   
} 
.eyeshot-detailpage .detailpage-section.settings-section .contents-wrap .img-list {
    display: flex;
    justify-content: space-between;

}
.eyeshot-detailpage .detailpage-section.home-section .contents-wrap .img-list .img-title-wrap,
.eyeshot-detailpage .detailpage-section.settings-section .contents-wrap .img-list .img-title-wrap {
    width: 15vw;
    max-width: 259px;
}
.eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 75px;
    margin: 0 92px;
}
.eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group:nth-child(2) {
    align-items: flex-end;
}
.eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list .img-title-wrap {
    position: relative;
    width: 15vw;
    max-width: 259px;
}
.eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list .img-title-wrap .cam-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30vw;
}
.eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list .img-title-wrap .cam-img img {
    width: 100%;
    object-fit: contain;
}


@media screen and (max-width: 1280px) {

    .eyeshot-detailpage .detailpage-section.home-section .contents-wrap,
    .eyeshot-detailpage .detailpage-section.settings-section .contents-wrap {
        margin: 0 20px;
        gap: 20px;
    }
    .eyeshot-detailpage .detailpage-section.home-section .contents-wrap .img-list .img-title-wrap,
    .eyeshot-detailpage .detailpage-section.settings-section .contents-wrap .img-list .img-title-wrap {
        width: calc(25% - 30px);
    }
    .eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap {
        gap: 75px;
        margin: 0 20px;
    }
    .eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list .img-title-wrap {
        width: calc(25% - 30px);
    }
    
}


@media screen and (max-width: 768px) {
    .eyeshot-detailpage .visual-section {
        gap: 30px;
    }
    .eyeshot-detailpage .visual-section .project-mainimg {
        border-radius: 10px;
        padding: 15px 20px 20px 20px;
        gap: 15px;
    }

    .eyeshot-detailpage .overview-section .contents-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .eyeshot-detailpage .overview-section .contents-wrap .left-wrap,
    .eyeshot-detailpage .overview-section .contents-wrap .right-wrap {
        width: 100%;
    }
    .eyeshot-detailpage .overview-section .contents-wrap .right-wrap {
        aspect-ratio: 358 / 324;
    }
    .eyeshot-detailpage .detailpage-section.home-section .contents-wrap,
    .eyeshot-detailpage .detailpage-section.settings-section .contents-wrap {
        margin: 0 15px;
        gap: 12px;
        align-items: center;
    }
    .eyeshot-detailpage .detailpage-section.home-section .contents-wrap .img-list,
    .eyeshot-detailpage .detailpage-section.settings-section .contents-wrap .img-list{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 23px;
        column-gap: 40px;
    }
    .eyeshot-detailpage .detailpage-section.home-section .contents-wrap .img-list .img-title-wrap,
    .eyeshot-detailpage .detailpage-section.settings-section .contents-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
    }
    .eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap {
        gap: 75px;
        margin: 0 15px;
    }
    .eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 23px;
        column-gap: 40px;
    }
    .eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list .img-title-wrap {
        width: calc(50% - 20px);
    }
    .eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list .img-title-wrap.m_none {
        display: none;
    }
    .eyeshot-detailpage .detailpage-section.mypage-section .contents-wrap .img-group .img-list .img-title-wrap .cam-img {
        display: none;
    }
}