.hanwhalife_quiz-detailpage {
    background-color: #fff;
}
.hanwhalife_quiz-detailpage .visual-section {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    padding: 92px 0 80px 0;
    overflow: hidden;
}
.hanwhalife_quiz-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../../src/img/project/hanwhalife_quiz/main_bg.jpg) no-repeat center center / cover;
    z-index: -10;
    content: "";
}
.hanwhalife_quiz-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail {
    max-width: 550px;
}
.hanwhalife_quiz-detailpage .visual-section .project-mainimg .pc-img {
    width: 80%;
    padding-left: -80px;
    margin: 0 auto;
}
.hanwhalife_quiz-detailpage .visual-section .project-mainimg .sub-title-wrap {
    bottom: 60px;
}
.hanwhalife_quiz-detailpage .overview-section {
    background: linear-gradient(180deg, #FFF7ED 0%, #FFF7ED 50%, #FFF 100%);
}
.hanwhalife_quiz-detailpage .overview-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 116px;
    padding: 0 180px;
}
.hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .video-title-wrap {
    width: calc(30% - 50px);
}
.hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list {
    display: flex;
    gap: 100px;
    width: calc(70% - 50px);
    margin-bottom: 36px;
}
.hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list .img-title-wrap {
    width: calc(33.33% - 33.33px);
}

.hanwhalife_quiz-detailpage .tone-manner-section .contents-wrap ul li.mainorange {
    width: 50%;
    background-color: #F37321;
}
.hanwhalife_quiz-detailpage .tone-manner-section .contents-wrap ul li.suborange01 {
    background-color: #FA8E49;
}
.hanwhalife_quiz-detailpage .tone-manner-section .contents-wrap ul li.suborange02 {
    background-color: #FFEADB;
}


.hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding: 0 90px;
}
.hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-img-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-img-wrap .img-list,
.hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-video-wrap .video-list {
    display: flex;
    justify-content: space-between;
    /* gap: 180px; */
}
.hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-img-wrap .img-list .img-title-wrap,
.hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-video-wrap .video-list .video-title-wrap {
    width: 20%;
    max-width: 260px;
    /* width: calc(25% - 135px); */
}
.hanwhalife_quiz-detailpage .detailpage-section.quiz-pc-section {
    background: url(../../../src/img/project/hanwhalife_quiz/pc_section_bg.jpg) no-repeat center center / cover;
}
.hanwhalife_quiz-detailpage .detailpage-section.quiz-pc-section .contents-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.hanwhalife_quiz-detailpage .detailpage-section.quiz-pc-section .contents-wrap ul li:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
}
.hanwhalife_quiz-detailpage .detailpage-section.quiz-pc-section .contents-wrap ul li .img-title-wrap {
    width: 81%;
}

@media screen and (max-width : 1280px) {
    .hanwhalife_quiz-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail {
        max-width: 100%;
    }
    .hanwhalife_quiz-detailpage .visual-section .project-mainimg .pc-img {
        width: 90%;
        padding-left: -80px;
        margin: 0 auto;
    }
    .hanwhalife_quiz-detailpage .visual-section .project-mainimg .sub-title-wrap {
        bottom: 0;
    }

    .hanwhalife_quiz-detailpage .overview-section .contents-wrap {
        padding: 0;
    }
    
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner {
        gap: 50px;
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .video-title-wrap {
        width: calc(30% - 25px);
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list {
        gap: 50px;
        width: calc(70% - 25px);
    }
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap {
        padding: 0 15px;
    }
    
}

@media screen and (max-width : 768px) {
    .hanwhalife_quiz-detailpage .visual-section {
        gap: 20px;
        padding: 80px 0 62px 0;
    }
    .hanwhalife_quiz-detailpage .visual-section .project-info .wrapper80 .title h2 {
        font-size: 55px;
    }
    .hanwhalife_quiz-detailpage .visual-section .project-mainimg {
        display: flex;
        justify-content: center;
    }
    .hanwhalife_quiz-detailpage .visual-section .project-mainimg .pc-img {
        display: none;
    } 
    .hanwhalife_quiz-detailpage .visual-section .project-mainimg .m-img {
        display: block;
        width: 110%;
        margin: 0 auto;
    } 
    .hanwhalife_quiz-detailpage .visual-section .project-mainimg .sub-title-wrap {
        bottom: -20px;
    }

    .hanwhalife_quiz-detailpage .overview-section {
        background: linear-gradient(180deg, #FFF7ED 0%, #FFF7ED 80%, #FFF 100%);
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap {
        gap: 66px;
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner {
        flex-direction: column;
        gap: 50px;
        justify-content: center;
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .video-title-wrap {
        width: 70%;
        max-width: 300px;
        margin: 0 auto;
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list {
        width: 100%;
        gap: 30px;
        margin-bottom: 0;
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .m-wrap .inner .img-list .img-title-wrap {
        width: calc(33.33% - 20px);
    }
    .hanwhalife_quiz-detailpage .overview-section .contents-wrap .pc-wrap .video-title-wrap .video-area {
        aspect-ratio: 358 / 325;
    }

    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-img-wrap .img-list,
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-video-wrap .video-list {
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 23px;
    }
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-img-wrap {
        gap: 12px;
    }
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-video-wrap .video-list {
        justify-content: center;
    }
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-img-wrap .img-list .img-title-wrap,
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-video-wrap .video-list .video-title-wrap {
        max-width: calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-m-section .contents-wrap .m-video-wrap .video-list .video-title-wrap:first-child {
        display: none;
    }

    .hanwhalife_quiz-detailpage .detailpage-section.quiz-pc-section {
        background: #fff;
        padding: 100px 0;
    }
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-pc-section .contents-wrap ul {
        gap: 50px;
    }
    .hanwhalife_quiz-detailpage .detailpage-section.quiz-pc-section .contents-wrap ul li .img-title-wrap {
        width: 100%;
    }

}

@media screen and (max-width : 500px) {
    .hanwhalife_quiz-detailpage .f-thumb-section {
        aspect-ratio: 390 / 696;
        min-height: 696px;
    }
    .hanwhalife_quiz-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 55px;
        letter-spacing: -2.2px;
    }
}