.limbanjang-detailpage .visual-section {
    position: relative;
    overflow: hidden;
}
.limbanjang-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    background-color: #0F1217;
    content: "";
}
.limbanjang-detailpage .visual-section::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -30;
    transform: translate(-50%,  50%);
    width: 50%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: rgba(119, 247, 51, 0.60);
    filter: blur(400px);
    content: "";
}
.limbanjang-detailpage .visual-section .project-mainimg {
    position: relative;
}
.limbanjang-detailpage .visual-section .project-mainimg .bg-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -10;
    overflow: hidden;
}
[data-aos='clip-in-left'] {
    /* 초기 상태: 오른쪽에서 100%만큼 잘라내어 완전히 숨김 */
    clip-path: inset(0 100% 0 0); 
    
    /* clip-path만 애니메이션할 수 있도록 transition 정의 */
    transition: clip-path 1.5s ease-out; 
    
    /* opacity는 필요하다면 유지 (0으로 설정 시) */
    /* opacity: 0; */ 
}

/* ------------------------------------------- */
/* 2. AOS 적용 상태 (최종 상태) */
/* ------------------------------------------- */
[data-aos='clip-in-left'].aos-animate {
    /* 최종 상태: 자르지 않고 전체를 보여줌 */
    clip-path: inset(0 0 0 0); 
    
    /* opacity: 1; */
}
.limbanjang-detailpage .visual-section .project-mainimg .bg-text img,
.limbanjang-detailpage .visual-section .project-mainimg .bg-text svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.limbanjang-detailpage .visual-section .project-mainimg .bg-text svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -20;
}
.limbanjang-detailpage .overview-section {
    background-color: #0F1217;
}
.limbanjang-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 45px 0 100px 0;
}
.limbanjang-detailpage .overview-section .contents-wrap .project-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 100px 0;
}
.limbanjang-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
} 
.limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(57% - 50px);
}
.limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(43% - 50px);
    display: flex;
    gap: 80px;
}


.limbanjang-detailpage .tone-manner-section {
    background-color: #0F1217;
}
.limbanjang-detailpage .tone-manner-section .contents-wrap ul li.green {
    width: 50%;
    background-color: #47A835;
}
.limbanjang-detailpage .tone-manner-section .contents-wrap ul li.sub-green {
    background-color: #D8EDD4;
}
.limbanjang-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}


.limbanjang-detailpage .detailpage-section.service-section {
    background-color: #0F1217;
}
.limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    width: 78%;
    margin: 0 auto;
}
.limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-list {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
.limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
    width: calc(80% - 30px);
}
.limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
    width: calc(20% - 30px);
}



.limbanjang-detailpage .detailpage-section.program-section {
    background-color: #0F1217;
}
.limbanjang-detailpage .detailpage-section.program-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap {
    display: flex;
}
.limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
    max-width: 1210px;
}
.limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap:nth-child(2) {
    justify-content: flex-end;
}
.limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
    width: calc(70% - 15px);
    /* max-width: 850px; */
}
.limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
    width: calc(30% - 15px);
    /* max-width: 330px; */
}



.limbanjang-detailpage .detailpage-section.other-section {
    position: relative;
}
.limbanjang-detailpage .detailpage-section.other-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    background-color: #0F1217;
    content: "";
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 0 15px;
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap{
    display: flex;
    gap: 30px;
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap.other02 .img-area {
    margin-top: 225px;
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap::after {
    position: absolute;
    right: 0;
    bottom: -100px;
    transform: translate(0, 0);
    width: 40%;
    aspect-ratio: 830 / 283;
    max-width: 830px;
    background: url(../../img/project/limbanjang/bg_logo.png) no-repeat center center / contain;
    content: "";
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap .img-list {
    display: flex;
    gap: 130px;
}
.limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap .img-list .img-title-wrap{
    width: calc(25% - 97.5px);    
}

.limbanjang-detailpage .f-thumb-section .wrapper80 h2 {
    font-size: 40px;
}


@media screen and (max-width : 1280px) {
    .limbanjang-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        width: 100%;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
        width: 83vw;
    } 
    .limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        gap: 30px;
    }

    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner { 
        width: 100%;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-list {
        gap: 30px;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: calc(77% - 15px);
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
        width: calc(23% - 15px);
    }


    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .main-wrap {
        flex-direction: column;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .main-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .main-wrap .img-title-wrap.community02 .img-area {
        margin-top: 60px;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .img-list {
        width: 100%;
    } 

    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap {
        flex-direction: column;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap.other02 .img-area {
        margin-top: 60px;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap::after {
        right: -50px;
        transform: translate(0, -50%);
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(25% - 30px);
    }
}

@media screen and (max-width : 768px) {
    .limbanjang-detailpage .visual-section .project-info .wrapper80 .title h2 {
        word-break: break-all;
    }
    .limbanjang-detailpage .visual-section::after {
        bottom: 15%;
        background: rgba(119, 247, 51, 0.60);
        filter: blur(50px);
        content: "";
    }
    
    .limbanjang-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        padding: 0 0 50px 0;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .project-wrap {
        padding: 16px 0 50px 0;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
        width: 100%;
        margin-left: 60px;
        gap: 12px;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
        gap: 12px;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
        flex-direction: column;
        gap: 24px;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
        width: 100%;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        width: 100%;
        padding: 0 15px;
        gap: 40px;
    }
    .limbanjang-detailpage .overview-section .contents-wrap .pc-mobile-wrap .sub-info-title {
        margin: 0 15px;
    }

    .limbanjang-detailpage .detailpage-section.service-section .project-detail-head h2 {
        font-size: 53px;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .inner .img-title-wrap.mobile { 
        position: absolute;
        bottom: 32px;
        right: 20px;
        transform: translate(50%, 0%);
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner { 
        width: 100%;
        align-items: flex-start;
        margin-right: -16px;
        gap: 12px;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-list {
        position: relative;
        width: 100%;
        gap: 0;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 32px;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc .img-area {
        margin: 0 0 0 5%;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 30;
        width: 24%;
        min-width: 100px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80.align-r .inner {
        margin-right: -16px;
        align-items: flex-start;
    }
    .limbanjang-detailpage .detailpage-section.service-section .contents-wrap .wrapper80.align-r .inner .img-list {
        justify-content: flex-end;
    }

    .limbanjang-detailpage .detailpage-section.program-section::after {
        display: none;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .inner {
        width: 100%;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap {
        gap: 50px;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .inner {
        gap: 12px;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap:nth-child(odd) .inner  {
        align-items: flex-end;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .img-list {
        position: relative;
        justify-content: flex-end;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap:nth-child(odd) .img-list .img-title-wrap.pc {
        position: absolute;
        width: 100%;
        left: -15%;
        top: 0;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap:nth-child(odd) .img-title-wrap.mobile {
        width: 30%;
        margin-top: 68%;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap .img-title-wrap.mobile .img-area {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list {
        justify-content: flex-start;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list .img-title-wrap.pc {
        position: absolute;
        width: 100%;
        right: -15%;
        top: 0;
    }
    .limbanjang-detailpage .detailpage-section.program-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list .img-title-wrap.mobile {
        position: relative;
        width: 30%;
        margin-top: 68%;
        z-index: 20;
    }
    
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap {
        gap: 50px;
        padding: 0;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 100%;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap.other01 {
        margin-left: -44px;
        align-items: flex-end;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap.other02 {
        margin-right: -44px;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .pc-wrap .img-title-wrap.other02 .img-area {
        margin-top: 0;
    }

    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap {
        gap: 50px;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap {
        gap: 12px;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap::after {
        display: none;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap .img-list {
        column-gap: 40px;
        row-gap: 23px;
        flex-wrap: wrap;
    }
    .limbanjang-detailpage .detailpage-section.other-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(50% - 20px);
    }
}

@media screen and (max-width : 500px) {
    .limbanjang-detailpage .f-thumb-section {
        aspect-ratio: 390 / 428;
        min-height: auto;
    }
}