.hanwhalife_story-detailpage {
    background-color: #fff;
}


.hanwhalife_story-detailpage .visual-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: #FF9A27;
}
.hanwhalife_story-detailpage .visual-section .project-mainimg img.m-img {
    display: none;
}


.hanwhalife_story-detailpage .overview-section {
    background: linear-gradient(180deg, #FFFAED 0%, #FFFAED 80%, #FFF 100%);
}
.hanwhalife_story-detailpage .overview-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 116px;
    padding: 0 10%;
}
.hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap .inner {
    display: flex;
    justify-content: space-between;
    gap: 8vw;
    align-items: flex-end;
    padding: 0 50px;
}
.hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap .inner .video-title-wrap {
    width: 30%;
    /* max-width: 356px; */
}
.hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list {
    display: flex;
    justify-content: space-around;
    gap: 8vw;
    width: 55%;
}
.hanwhalife_story-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_story-detailpage .tone-manner-section .contents-wrap ul li.mainorange {
    width: 50%;
    background-color: #F3752C;
}
.hanwhalife_story-detailpage .tone-manner-section .contents-wrap ul li.suborange {
    width: 50%;
    background-color: #FFF0E0;
}




.hanwhalife_story-detailpage .detailpage-section.story-section {
    background: linear-gradient(180deg, rgba(255, 250, 237, 0.00) 0%, #FFFAED 50%, #FFFAED 100%);
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-m-wrap {
    display: none;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .main-img {
    display: flex;
    align-items: flex-end;
    width: 300px;    
    aspect-ratio: 300 / 1639;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .main-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .text-box {
    position: absolute;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .text-box img {
    width: 100%;
    object-fit: contain;
    display: block;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .text01 {
    top: 21%;
    left: calc(50% - 360px);
    transform: translateX(-50%);
    width: 447px;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .text02 {
    top: 29%;
    left: calc(50% + 320px);
    transform: translateX(-50%);
    width: 363px;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .text03 {
    top: 62%;
    left: calc(50% - 370px);
    transform: translateX(-50%);
    width: 447px;
}
.hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container .text04 {
    top: 70%;
    left: calc(50% + 370px);
    transform: translateX(-50%);
    width: 453px;
}

.hanwhalife_story-detailpage .detailpage-section.inputform-section {
    background-color: #FFEACB;
}
.hanwhalife_story-detailpage .detailpage-section.inputform-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.hanwhalife_story-detailpage .detailpage-section.inputform-section .contents-wrap {
    margin: 0 200px;
}

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

@media screen and (max-width : 1280px) {
    .hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .contents-wrap {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0;
    }
    .hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 {
        display: flex;
        justify-content: center;
    }
    .hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-pc-container {
        display: none;
    }
    .hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-m-wrap{
        display: block;
        width: 100%;
        max-width: 700px;
    }
    .hanwhalife_story-detailpage .detailpage-section.story-section .contents-wrap .detail-wrap.detail01 .img-m-wrap img{
        width: 100%;
        object-fit: contain;
        display: block;
    }

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


@media screen and (max-width : 768px) {
    .hanwhalife_story-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 55px;
        letter-spacing: -2.2px;
    }
    .hanwhalife_story-detailpage .overview-section {
        background: linear-gradient(180deg, #FFF7ED 0%, #FFF7ED 80%, #FFF 100%);
    }
    .hanwhalife_story-detailpage .overview-section .contents-wrap {
        gap: 66px;
    }
    .hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap {
        display: flex;
        justify-content: center;
    }
    .hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap .inner {
        align-items: center;
        flex-direction: column;
        gap: 50px;
        justify-content: center;
        width: 70%;
        padding: 0;
    }
    .hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap .inner .video-title-wrap {
        width: 100%;
        max-width: 100%;
    }
    .hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list {
        width: 100%;
    }
    .hanwhalife_story-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list .img-title-wrap {
        margin-bottom: 0;
        min-width: auto;
    }

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

@media screen and (max-width : 500px) {
    .hanwhalife_story-detailpage .visual-section {
        gap: 20px;
    }
    .hanwhalife_story-detailpage .visual-section .project-mainimg img.pc-img {
        display: none;
    }  
    .hanwhalife_story-detailpage .visual-section .project-mainimg img.m-img {
        display: block;
    }  
    .hanwhalife_story-detailpage .visual-section .project-mainimg .sub-title-wrap {
        bottom: 6%;
    }

    .hanwhalife_story-detailpage .f-thumb-section {
        aspect-ratio: 390 / 696;
        min-height: 696px;
    }
}