.hanwhaprofile-detailpage .visual-section {
    background-color: #D6E2EB;
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .title {
    border-bottom: 1px solid rgba(76, 94, 112, 0.5);
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .title h2 {
    color: #4C5E70;
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap {
    padding: 30px 40px 116px 40px;
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .label-wrap .label-icon {
    background-color: #4C5E70;
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .label-wrap .label ,
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .value {
    color: #4C5E70;
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .category-list li {
    border: 1px solid #4C5E70;
    color: #4C5E70;
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap .link-btn span {
    color: #4C5E70;
}
.hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap .desc-wrap p {
    color: #4C5E70;
}


.hanwhaprofile-detailpage .overview-section {
    background-color: #F1F1F1;
}

.hanwhaprofile-detailpage .overview-section .contents-wrap .home-wrap .wrapper80 {
    display: flex;
    justify-content: center;
}
.hanwhaprofile-detailpage .overview-section .contents-wrap .home-wrap .inner {
    max-width: 1450px;
    width: 75vw;
    padding: 45px 0 100px 0;
}
.hanwhaprofile-detailpage .overview-section .contents-wrap .message-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 290px 0;
}
.hanwhaprofile-detailpage .overview-section .contents-wrap .message-wrap .inner {
    max-width: 1450px;
    width: 75vw;
}
.hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap {
    margin-bottom: 100px;
}
.hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .inner {
    display: flex;
    align-items: flex-end;
    gap: 70px;
    margin-left: -6%;
}
.hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .img-title-wrap .pc-img-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 1450px;
    width: 75vw;
}
.hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .m-img-area {
    width: 15vw;
    max-width: 277px;
}

.portfolio-detailpage .tone-manner-section {
    background-color: #F1F1F1;
}

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

.hanwhaprofile-detailpage .detailpage-section {
    background-color: #100C12;
    color: #fff;
}
.hanwhaprofile-detailpage .detailpage-section .project-detail-head h2 {
    color: #fff;
}
.hanwhaprofile-detailpage .detailpage-section .project-detail-head P {
    color: #fff;
}

.hanwhaprofile-detailpage .detailpage-section.overviewpage-section .img-list {
    display: flex;
    gap: 30px;
}
.hanwhaprofile-detailpage .detailpage-section.overviewpage-section .img-list .img-title-wrap {
    width: calc(50% - 15px);
}
.hanwhaprofile-detailpage .detailpage-section.overviewpage-section .img-list .img-title-wrap:last-child {
    margin-top: 230px;
}
.hanwhaprofile-detailpage .detailpage-section.messagepage-section .contents-wrap .img-title-wrap {
    position: relative;
}
.hanwhaprofile-detailpage .detailpage-section.messagepage-section .contents-wrap .img-title-wrap::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 15%;
    background-image: linear-gradient(to bottom, rgba(16, 12, 18, 0), rgba(16, 12, 18, 1));
    content: "";
}



.hanwhaprofile-detailpage .detailpage-section.bizpage-section {
    width: 100%;
    overflow: hidden;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .project-detail-head {
    margin-bottom: 158px;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .contents-wrap {
    position: relative;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .contents-wrap .bg-logo {
    position: absolute;
    right: -8%;
    top: 0;
    width: 777px;
    opacity: 0.6;
    transform: translate(0, -50%);
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .contents-wrap .bg-logo img {
    width: 100%;
    object-fit: contain;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .video-title-wrap {
    width: calc(100% - 200px);
    margin: 0 auto 0 auto;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap {
    margin-top: 213px;
}.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper {
    width: 100%;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper .swiper-slide {
    aspect-ratio: 378 / 766;
    border-radius: 27px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper .swiper-slide:nth-child(even) {
    margin-top: 92px;
}

.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .desc-wrap  {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .desc-wrap .sub-info-title .box-icon {
    background-color: #fff;
}
.hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .desc-wrap p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    width: 100%;
    max-width: 670px;
}
@media screen and (max-width : 1280px) {
  
    .hanwhaprofile-detailpage .visual-section .project-info .wrapper80 .info-wrap {
        padding: 30px 0 0 0;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .home-wrap .inner {
        width: 100%;
        padding: 0 0 50px 0;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .message-wrap {
        padding: 16px 0 100px 0;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .message-wrap .inner {
        width: 83vw;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap {
        margin-bottom: 0;
    }
   
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .project-detail-head {
        margin-bottom: 100px;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .contents-wrap .bg-logo {
        width: 500px;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .video-title-wrap {
        width: 100%;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap {
        margin-top: 130px;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper .swiper-slide {
        border-radius: 20px;
    }

    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .desc-wrap p {
        /* max-width: 700px; */
    }

}

@media screen and (max-width : 768px) {
    .hanwhaprofile-detailpage .visual-section .project-mainimg {
        height: 385px;
    }
    .hanwhaprofile-detailpage .visual-section .project-mainimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
 
    .portfolio-detailpage .overview-section {
        padding: 100px 0 50px 0;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .message-wrap .inner {
        width: 100%;
    } 
    .hanwhaprofile-detailpage .overview-section .contents-wrap .message-wrap .inner .img-title-wrap {
        margin-left: 60px;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .inner {
        position: relative;
        width: fit-content;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .inner .img-title-wrap.pc {
        align-items: flex-start;
        gap: 80px;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .inner .img-title-wrap.pc .pc-img-area {
        width: 92vw;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .inner .img-title-wrap.pc .sub-info-title {
        padding-left: calc(6% + 16px);
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .img-title-wrap .pc-img-area {
        width: 100%;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .inner .img-title-wrap.mobile { 
        position: absolute;
        bottom: 32px;
        right: 20px;
        transform: translate(50%, 0%);
        z-index: 30;
    }
    .hanwhaprofile-detailpage .overview-section .contents-wrap .highlights-wrap .inner .img-title-wrap.mobile .m-img-area {
        width: 25vw;
    }

    .hanwhaprofile-detailpage .detailpage-section {
        padding: 100px 0 50px 0;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .project-detail-head {
        margin-bottom: 30px;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .contents-wrap .bg-logo {
        display: none;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper {
        width: 80%;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper .swiper-slide:nth-child(even) {
        margin-top: 0;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper .swiper-slide {
        border-radius: 10px;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .desc-wrap {
        margin-top: 30px;
        align-items: center;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .desc-wrap p {
        display: none;
    }
    .hanwhaprofile-detailpage .detailpage-section.overviewpage-section .img-list {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .hanwhaprofile-detailpage .detailpage-section.overviewpage-section .img-list .img-title-wrap {
        width: 100%;
    }
    .hanwhaprofile-detailpage .detailpage-section.overviewpage-section .img-list .img-title-wrap:last-child {
        margin-top: 0;
    }
}
@media screen and (max-width : 600px) {
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper {
        margin: 0 auto;
        max-width: 350px;
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .biz-m-swiper::after {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        height: 35%;
        background-image: linear-gradient(to bottom, rgba(16, 12, 18, 0), rgba(16, 12, 18, 0.95));
        content: "";
    }
    .hanwhaprofile-detailpage .detailpage-section.bizpage-section .mobile-wrap .desc-wrap {
        margin-top: 12px;
    }

}