.shortkong-detailpage .visual-section {
    display: flex;
    flex-direction: column;
    gap: 112px;
}
.shortkong-detailpage .visual-section .project-mainimg {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    border-radius: 40px;
    background: linear-gradient(180deg, #D1FF81 -14.27%, #84FF57 129.39%);
}
.shortkong-detailpage .visual-section .project-mainimg img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.shortkong-detailpage .visual-section .project-mainimg .sub-title-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: flex-end;
}

.shortkong-detailpage .overview-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.shortkong-detailpage .overview-section .contents-wrap .home-wrap .wrapper80 {
    display: flex;
    justify-content: center;
}
.shortkong-detailpage .overview-section .contents-wrap .home-wrap .wrapper80 .video-title-wrap {
    width: 100%;
    max-width: 355px;
    margin: 0 54px  ;
} 
.shortkong-detailpage .overview-section .contents-wrap .sub-wrap .wrapper60 .m-img-list {
    display: flex;
    justify-content: space-between;
    padding: 0 122px;
}
.shortkong-detailpage .overview-section .contents-wrap .sub-wrap .wrapper60 .m-img-list .img-title-wrap {
    width: 12vw;
    
}
.shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .title-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 840px;
    margin: 80px 0 100px 0;
}
.shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .title-wrap h3 {
    font-size: 16px;
    color: #FFF;
}
.shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .title-wrap p {
    font-size: 14px;
    color: #FFF;
}
.shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .title-wrap p em {
    font-weight: 700;
}
.shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .img-list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .img-list .admin02-wrap {
    display: flex;
    justify-content: flex-end;
}
.shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .img-list .img-title-wrap {
    width: 75vw;
}
.shortkong-detailpage .overview-section .contents-wrap .home-wrap .wrapper80 .video-title-wrap .video-area {
    border-radius: 28px;
}

.shortkong-detailpage .tone-manner-section .contents-wrap ul {
    flex-wrap: wrap;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li {
    width: 25%;
    height: 450px;
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li span {
    color: rgba(20, 20, 20, 0.40);
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li:nth-child(1),
.shortkong-detailpage .tone-manner-section .contents-wrap ul li:nth-child(4) {
    width: 50%;
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li.yellow {
    background: #A5FF15;
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li.white {
    background: #fff;
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li.black {
    background: #0E0E0E;
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li.gray {
    background: #F9FBF9;
}
.shortkong-detailpage .tone-manner-section .contents-wrap ul li.green {
    background: #009C58;
}


.shortkong-detailpage .detailpage-section.home-section .contents-wrap,
.shortkong-detailpage .detailpage-section.play-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.shortkong-detailpage .detailpage-section.home-section .contents-wrap {
    margin: 0 92px;
}
.shortkong-detailpage .detailpage-section.play-section .contents-wrap {
    margin: 0 190px;
}
.shortkong-detailpage .detailpage-section.home-section .contents-wrap .img-list {
    display: flex;
    justify-content: space-between;
   
} 
.shortkong-detailpage .detailpage-section.play-section .contents-wrap .img-list {
    display: flex;
    justify-content: space-between;

}
.shortkong-detailpage .detailpage-section.home-section .contents-wrap .img-list .img-title-wrap,
.shortkong-detailpage .detailpage-section.play-section .contents-wrap .img-list .img-title-wrap {
    width: 15vw;
    max-width: 259px;
}



.shortkong-detailpage .detailpage-section.registration-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 75px;
}
.shortkong-detailpage .detailpage-section.registration-section .contents-wrap .main-wrap {
    padding: 0 100px;
    max-width: 1444px;
    margin: 0 auto;
}
.shortkong-detailpage .detailpage-section.registration-section .contents-wrap .add-wrap {
    display: flex;
    gap: 30px;
}
.shortkong-detailpage .detailpage-section.registration-section .contents-wrap .add-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.shortkong-detailpage .detailpage-section.registration-section .contents-wrap .add-wrap .img-title-wrap.add02 {
    margin-top: 170px;
}
.shortkong-detailpage .detailpage-section.registration-section .contents-wrap .add-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}



@media screen and (max-width: 1280px) {
    .shortkong-detailpage .overview-section .contents-wrap .sub-wrap .wrapper60 .m-img-list {
        gap: 40px;
        padding: 0 20px;
    }
    .shortkong-detailpage .overview-section .contents-wrap .sub-wrap .wrapper60 .m-img-list .img-title-wrap {
        width: calc(25% - 30px);
    }
    .shortkong-detailpage .overview-section .contents-wrap .home-wrap .wrapper80 .video-title-wrap .video-area {
        border-radius: 28px;
    }

    .shortkong-detailpage .tone-manner-section .contents-wrap ul li {
        height: 300px;
    }
    
    .shortkong-detailpage .detailpage-section.home-section .contents-wrap,
    .shortkong-detailpage .detailpage-section.play-section .contents-wrap {
        margin: 0 20px;
        gap: 20px;
    }
    .shortkong-detailpage .detailpage-section.home-section .contents-wrap .img-list .img-title-wrap,
    .shortkong-detailpage .detailpage-section.play-section .contents-wrap .img-list .img-title-wrap {
        width: calc(25% - 30px);
    }

    .shortkong-detailpage .detailpage-section.registration-section .contents-wrap .main-wrap {
        padding: 0;
    }

}

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


    .shortkong-detailpage .overview-section .contents-wrap {
        gap: 50px;
    }
    .shortkong-detailpage .overview-section .contents-wrap .home-wrap .wrapper80 .video-title-wrap {
        align-items: center;
    }
    .shortkong-detailpage .overview-section .contents-wrap .home-wrap .wrapper80 .video-title-wrap .video-area {
        border-radius: 29px;
    }
    .shortkong-detailpage .overview-section .contents-wrap .sub-wrap .wrapper60 .m-img-list {
        column-gap: 40px;
        row-gap: 23px;
        flex-wrap: wrap;
    }
    .shortkong-detailpage .overview-section .contents-wrap .sub-wrap .wrapper60 .m-img-list .img-title-wrap {
        width: calc(50% - 20px);
    }

    .shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .title-wrap {
        margin: 16px 0 50px 0;
    }
    .shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .img-list {
        gap: 50px;
    }
    .shortkong-detailpage .overview-section .contents-wrap .adminpage-wrap .wrapper60 .img-list .img-title-wrap {
        width: 100%;
        align-items: center;
    }


    .shortkong-detailpage .tone-manner-section .contents-wrap ul li {
        height: 180px;
    }

    .shortkong-detailpage .detailpage-section.home-section .contents-wrap,
    .shortkong-detailpage .detailpage-section.play-section .contents-wrap {
        margin: 0 15px;
        gap: 12px;
    }
    .shortkong-detailpage .detailpage-section.play-section .contents-wrap {
        align-items: center;
    }
    .shortkong-detailpage .detailpage-section.home-section .contents-wrap .img-list,
    .shortkong-detailpage .detailpage-section.play-section .contents-wrap .img-list{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 23px;
        column-gap: 40px;
    }
    .shortkong-detailpage .detailpage-section.home-section .contents-wrap .img-list .img-title-wrap,
    .shortkong-detailpage .detailpage-section.play-section .contents-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
    }


    .shortkong-detailpage .detailpage-section.registration-section .project-detail-head h2 {
        font-size: 52px;
        letter-spacing: -2.9px;
    }
    .shortkong-detailpage .detailpage-section.registration-section .contents-wrap .add-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .shortkong-detailpage .detailpage-section.registration-section .contents-wrap .add-wrap .img-title-wrap {
        width: 100%;
    }
    .shortkong-detailpage .detailpage-section.registration-section .contents-wrap .add-wrap .img-title-wrap.add02 {
        margin-top: 0;
    }
}

@media screen and (max-width : 500px) { 
    .shortkong-detailpage .f-thumb-section {
        min-height: 770px;
    }
}