.pi-detailpage .project-detail-head {
    border-bottom: 1px solid rgba(244, 143, 177, 0.25);
}
.pi-detailpage .project-detail-head h2 {
    background: linear-gradient(90deg, #FF3F92 0%, #F48FB1 134.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.pi-detailpage .project-detail-head p {
    color: #F48FB1;
}
.pi-detailpage .img-title-wrap .img-area,
.pi-detailpage .video-title-wrap .video-area {
    outline: 4px solid rgba(244, 143, 177, 0.8);
    outline-offset: -4px;
}
.pi-detailpage .video-title-wrap .sub-info-title .box-icon, 
.pi-detailpage .img-title-wrap .sub-info-title .box-icon {
    background-color: #F48FB1;
}
.pi-detailpage .sub-info-title span {
    color: #F48FB1;
}
.pi-detailpage .sub-info-title .box-icon {
    background-color: #F48FB1;
}

.pi-detailpage .visual-section {
    color: #F48FB1;
}
.pi-detailpage .visual-section .project-info .wrapper80 .title {
    border-bottom: 1px solid rgba(244, 143, 177, 0.25);
}
.pi-detailpage .visual-section .project-info .wrapper80 .title h2 {
    background: linear-gradient(90deg, #FF3F92 0%, #F48FB1 134.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    white-space: wrap;
    word-break: break-all;
}
.pi-detailpage .visual-section .project-info .wrapper80 .info-wrap {
    color: #F48FB1;
}
.pi-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .category-list li {
    border: 1px solid #F48FB1;
}
.pi-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .label-wrap .label-icon {
    background-color: #F48FB1;
}
.pi-detailpage .visual-section .project-mainimg {
    position: relative;
}
.pi-detailpage .visual-section .project-mainimg .sub-title-wrap {
    bottom: 15%;
}
.pi-detailpage .visual-section .project-mainimg .sub-title-wrap span {
    color: #F48FB1;
}
.pi-detailpage .visual-section .project-mainimg .sub-title-wrap .box-icon {
    background-color: #F48FB1;
}
.pi-detailpage .overview-section {
    background-color: #0F1217;
}
.pi-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 45px 0 100px 0;
}
.pi-detailpage .overview-section .contents-wrap .project-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 100px 0;
}
.pi-detailpage .overview-section .contents-wrap .project-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
} 
.pi-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.pi-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.pi-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(57% - 50px);
}
.pi-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(43% - 50px);
    display: flex;
    gap: 80px;
}


.pi-detailpage .tone-manner-section {
    background-color: #0F1217;
}
.pi-detailpage .tone-manner-section .contents-wrap ul li.pink {
    width: 50%;
    background-color: #FF006E;
}
.pi-detailpage .tone-manner-section .contents-wrap ul li.black {
    background-color: #000;
}
.pi-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}




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


.pi-detailpage .detailpage-section.contact-section {
    background-color: #131313;
}
.pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    max-width: 1420px;
    margin: 0 auto;
}
.pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-list {
    display: flex;
    align-items: flex-end;
    gap: 130px;
}
.pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
    width: calc(80% - 30px);
}
.pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
    width: calc(20% - 30px);
}

.pi-detailpage .detailpage-section.live-section {
    background-color: #F48FB1;
}
.pi-detailpage .detailpage-section.live-section .project-detail-head {
    border-bottom: 1px solid rgba(16, 12, 18, 0.25);
}
.pi-detailpage .detailpage-section.live-section .project-detail-head h2 {
    color: #0F1217;
    background: none;
    -webkit-text-fill-color: #0F1217;
}
.pi-detailpage .detailpage-section.live-section .img-title-wrap .img-area,
.pi-detailpage .detailpage-section.live-section .video-title-wrap .video-area {
    outline: 4px solid rgba(16, 12, 18, 0.8);
}
.pi-detailpage .detailpage-section.live-section .sub-info-title .box-icon {
    background-color: #0F1217;
}
.pi-detailpage .detailpage-section.live-section .sub-info-title span {
    color: #0F1217;
}
.pi-detailpage .detailpage-section.live-section .project-detail-head p {
    color: #0F1217;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1550px;
    margin: 0 auto;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap {
    display: flex;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(2) {
    justify-content: flex-end;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.pc {
    width: calc(78% - 30px);
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.mobile {
    width: calc(22% - 30px);
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.pc .video-area {
    aspect-ratio: 1162 / 743;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
    width: calc(50% - 30px);
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
    width: calc(20% - 30px);
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(2) .inner {
    align-items: flex-end;
}
.pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list {
    justify-content: flex-end;
}
.pi-detailpage .f-thumb-section .wrapper80 h2 {
    font-size: 40px;
}


@media screen and (max-width : 1280px) {
    .pi-detailpage .img-title-wrap .img-area,
    .pi-detailpage .video-title-wrap .video-area {
        outline: 2px solid rgba(244, 143, 177, 0.8);
        outline-offset: -2px;
    }
    .pi-detailpage .detailpage-section.live-section .img-title-wrap .img-area,
    .pi-detailpage .detailpage-section.live-section .video-title-wrap .video-area {
        outline: 2px solid rgba(16, 12, 18, 0.8);
    }

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


    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .img-list {
        width: 100%;
        gap: 30px;
    } 
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
        width: calc(50% - 15px);
        /* max-width: 850px; */
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
        width: calc(20% - 15px);
        /* max-width: 330px; */
    }


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

    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list {
        width: 100%;
        gap: 30px;
    } 
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.pc {
        width: calc(78% - 15px);
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.mobile {
        width: calc(22% - 15px);
    }
   
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
        width: calc(50% - 15px);
        /* max-width: 850px; */
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
        width: calc(20% - 15px);
        /* max-width: 330px; */
    }

}

@media screen and (max-width : 768px) {
    .pi-detailpage .img-title-wrap .img-area,
    .pi-detailpage .video-title-wrap .video-area {
        outline: 1px solid rgba(244, 143, 177, 0.8);
        outline-offset: -1px;
    }
    .pi-detailpage .detailpage-section.live-section .img-title-wrap .img-area,
    .pi-detailpage .detailpage-section.live-section .video-title-wrap .video-area {
        outline: 1px solid rgba(16, 12, 18, 0.8);
    }

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


    .pi-detailpage .detailpage-section.biz-section::after {
        display: none;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap {
        gap: 50px;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .inner {
        width: 100%;
        gap: 12px;
        align-items: flex-end;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap:nth-child(2) .inner  {
        align-items: flex-start;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .img-list {
        position: relative;
        justify-content: flex-end;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
        position: absolute;
        width: 35%;
        right: 0;
        bottom: 0;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc{
        width: 100%;
        margin-bottom: 36px;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc .img-area {
        margin: 0 0 0 -10%;
    } 
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list .img-title-wrap.pc .img-area {
        margin: 0 0 0 10%;
    }
    .pi-detailpage .detailpage-section.biz-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list .img-title-wrap.mobile {
        left: 0;
        right: auto;
        z-index: 20;
    }

    .pi-detailpage .detailpage-section.contact-section .project-detail-head h2 {
        font-size: 53px;
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .inner .img-title-wrap.mobile { 
        position: absolute;
        bottom: 32px;
        right: 20px;
        transform: translate(50%, 0%);
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner {
        width: 100%;
        align-items: flex-start;
       
        gap: 12px;
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-list {
        position: relative;
        width: 100%;
        gap: 0;
        align-items: flex-start;
        /* margin-right: -16px; */
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 15px;
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc .img-area {
        margin: 0 0 0 10%;
    }
    
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 30;
        width: 24%;
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80.align-r .inner {
        margin-left: -16px;
        align-items: flex-start;
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80.align-r .inner .img-list {
        justify-content: flex-end;
    }
    .pi-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80.align-r .inner .img-title-wrap.mobile {
        left: 0;
    }

    .pi-detailpage .detailpage-section.live-section .contents-wrap {
        gap: 50px;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .inner {
        width: 100%;
        gap: 12px;
        align-items: flex-end;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(2) .inner  {
        align-items: flex-start;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list {
        position: relative;
        justify-content: flex-end;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
        position: absolute;
        width: 35%;
        right: 0;
        bottom: 0;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc{
        width: 100%;
        margin-bottom: 36px;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc .img-area {
        margin: 0 0 0 -10%;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .inner {
        align-items: flex-start;
    } 
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.pc {
        position: absolute;
        width: 100%;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.pc .video-area {
        margin-left: calc(-35% - 5px);
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.mobile {
        width: 35%;
        /* right: -30px; */
    }
    /* .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.mobile .video-area {
        margin-left: calc(35% - 40px);
    } */
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.pc .video-area {
        aspect-ratio: 358 / 229;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(1) .img-list .video-title-wrap.mobile .video-area {
        aspect-ratio: 144 / 293;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list .img-title-wrap.pc .img-area {
        margin: 0 0 0 10%;
    }
    .pi-detailpage .detailpage-section.live-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list .img-title-wrap.mobile {
        left: 0;
        right: auto;
        z-index: 20;
    }
}
