.hanwhalife_playlist-detailpage {
    background-color: #fff;
}
.hanwhalife_playlist-detailpage .visual-section {
    background: url(../../../src/img/project/hanwhalife_playlist/visual_bg.jpg) no-repeat center center / cover;
}
.hanwhalife_playlist-detailpage .visual-section .project-mainimg img.m-img {
    display: none;
}

.hanwhalife_playlist-detailpage .overview-section {
    background: linear-gradient(180deg, #FFF7ED 0%, #FFF7ED 50%, #FFF 100%);
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 116px;
    padding: 0 10%;
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap .pc-wrap .video-title-wrap {
    background-color: #fff;
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap .pc-wrap .video-title-wrap .video-area {
    aspect-ratio: 1459 / 1045;
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap .pc-wrap .video-title-wrap .video-area video {
    object-fit: contain;
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner {
    display: flex;
    justify-content: space-between;
    gap: 8vw;
    align-items: flex-end;
    padding: 0 50px;
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner .video-title-wrap {
    width: 30%;
    /* max-width: 356px; */
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list {
    display: flex;
    justify-content: space-around;
    gap: 8vw;
    width: 55%;
}
.hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list .img-title-wrap {
    width: 50%;
    /* max-width: 259px; */
    min-width: 200px;
    margin-bottom: 36px;
}


.hanwhalife_playlist-detailpage .tone-manner-section .contents-wrap ul li.mainorange {
    width: 50%;
    background-color: #FF9B29;
}
.hanwhalife_playlist-detailpage .tone-manner-section .contents-wrap ul li.suborange01 {
    background-color: #FFE4BD;
}
.hanwhalife_playlist-detailpage .tone-manner-section .contents-wrap ul li.suborange02 {
    background-color: #FFF2D3;
}

.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section {
    padding: 100px 0 0 0;
    background: url(../../../src/img/project/hanwhalife_playlist/playlist_bg.jpg) no-repeat center center / cover;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-pc-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-m-wrap {
    display: none;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-pc-container .main-img {
    display: flex;
    align-items: flex-end;
    width: 300px;    
    aspect-ratio: 300 / 1042;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-pc-container .main-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-pc-container .text-box {
    position: absolute;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-pc-container .text-box img {
    width: 100%;
    object-fit: contain;
    display: block;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-pc-container .text01 {
    top: 21%;
    left: calc(50% - 350px);
    transform: translateX(-50%);
    width: 447px;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-pc-container .text02 {
    top: 29%;
    left: calc(50% + 350px);
    transform: translateX(-50%);
    width: 514px;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist02-section {
    background-color: #FFFAED;
}
.hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .contents-wrap,
.hanwhalife_playlist-detailpage .detailpage-section.playlist02-section .contents-wrap {
    padding: 0 160px;
}

.hanwhalife_playlist-detailpage .detailpage-section.inputform-section {
    background-color: #FFFAED;
}
.hanwhalife_playlist-detailpage .detailpage-section.inputform-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.hanwhalife_playlist-detailpage .detailpage-section.inputform-section .contents-wrap {
    margin: 0 92px;
}

.hanwhalife_playlist-detailpage .detailpage-section.inputform-section .contents-wrap .img-list {
    display: flex;
    justify-content: space-between;
   
} 
.hanwhalife_playlist-detailpage .detailpage-section.inputform-section .contents-wrap .img-list .img-title-wrap{
    width: 15vw;
    max-width: 259px;
}


@media screen and (max-width : 1280px) {
    .hanwhalife_playlist-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 14rem;
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap {
        padding: 0;
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner {
        padding: 0 70px;
    }

    .hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .contents-wrap {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0;
    }
     .hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .contents-wrap .img-pc-container {
        display: none;
    }
    .hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-m-wrap {
        display: block;
        width: 100%;
        max-width: 700px;
    }
    .hanwhalife_playlist-detailpage .detailpage-section.playlist01-section .img-m-wrap img {
        width: 100%;
        object-fit: contain;
        display: block;
    }
    .hanwhalife_playlist-detailpage .detailpage-section.playlist02-section .contents-wrap  {
        padding: 0;
    }

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

@media screen and (max-width : 768px) {
    .hanwhalife_playlist-detailpage .visual-section {
        padding: 80px 0 20px 0; 
    }
    .portfolio-detailpage .visual-section .project-mainimg .sub-title-wrap {
        bottom: 5%;
    }

    .hanwhalife_playlist-detailpage .overview-section {
        background: linear-gradient(180deg, #FFF7ED 0%, #FFF7ED 80%, #FFF 100%);
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap {
        gap: 66px;
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap {
        display: flex;
        justify-content: center;
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner {
        align-items: center;
        flex-direction: column;
        gap: 50px;
        justify-content: center;
        width: 70%;
        padding: 0;
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner .video-title-wrap {
        width: 100%;
        max-width: 100%;
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list {
        width: 100%;
    }
    .hanwhalife_playlist-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list .img-title-wrap {
        margin-bottom: 0;
        min-width: auto;
    }

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

}

@media screen and (max-width : 500px) {
    .hanwhalife_playlist-detailpage .visual-section {
        padding: 80px 0 50px 0;
    }
    .hanwhalife_playlist-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 52px;
    }
    .hanwhalife_playlist-detailpage .visual-section .project-mainimg {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 12px;
    }
    .hanwhalife_playlist-detailpage .visual-section .project-mainimg .sub-title-wrap {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .hanwhalife_playlist-detailpage .visual-section .project-mainimg img.pc-img {
        display: none;
    }  
    .hanwhalife_playlist-detailpage .visual-section .project-mainimg img.m-img {
        display: block;
    }  


    .hanwhalife_playlist-detailpage .f-thumb-section {
        aspect-ratio: 390 / 696;
        min-height: 696px;
    }
    .hanwhalife_playlist-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 48px;
    }
}