.wellas-detailpage .visual-section {
    position: relative;
}
.wellas-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../../img/project/wellas/visual_pc.jpg) no-repeat center center / cover;
    content: "";
}
.wellas-detailpage {
    background-color: #fff;
}

.wellas-detailpage .overview-section {
    background-color: #F2FAFF;
}
.wellas-detailpage .overview-section .contents-wrap .home-wrap {
    position: relative;
}
.wellas-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 45px 0 100px 0;
}
.wellas-detailpage .overview-section .contents-wrap .program-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 100px 0;
}
.wellas-detailpage .overview-section .contents-wrap .program-wrap .img-title-wrap {
    width: 75vw;
    max-width: 1450px;
} 
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap {
    position: relative;
}
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
    width: calc(57% - 50px);
}
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
    width: calc(43% - 50px);
    display: flex;
    gap: 80px;
}
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap .video-title-wrap .video-area,
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap .img-title-wrap .img-area {
    aspect-ratio: 277 / 563;
}
.wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap .video-title-wrap .video-area video {
    object-position: top;

}
.wellas-detailpage .tone-manner-section {
    background-color: #fff;
}
.wellas-detailpage .tone-manner-section .contents-wrap ul li.blue {
    width: 50%;
    background-color: #060847;
}
.wellas-detailpage .tone-manner-section .contents-wrap ul li.skyblue {
    background-color: #036EB7;
}
.wellas-detailpage .tone-manner-section .contents-wrap ul li.black {
    background-color: #000;
}

.wellas-detailpage .detailpage-section.about-section {
    background-color: #fff;
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap{
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap.about02 .img-area {
    margin-top: 170px;
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap {
    display: flex;
    justify-content: center;
    gap: 130px;
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap .img-title-wrap{
    width: calc(25% - 97.5px);    
}
.wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap .img-title-wrap.about-m03 .sub-info-title {
    display: none;
}


.wellas-detailpage .detailpage-section.aboutproduct-section {
    background-color: #F9F9F9;
}
.wellas-detailpage .detailpage-section.aboutproduct-section .contents-wrap .video-title-wrap {
    position: relative;
}
.wellas-detailpage .detailpage-section.aboutproduct-section .contents-wrap .video-title-wrap::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 15%;
    background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 80%);
    content: "";
}

.wellas-detailpage .detailpage-section.product-section {
    background-color: #F2FAFF;
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap{
    display: flex;
    gap: 30px;
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap {
    width: calc(50% - 15px);
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap .img-area {
    border-radius: 10px;
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap.product2 .img-area {
    margin-top: 170px;
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap .img-list {
    display: flex;
    gap: 130px;
}
.wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap .img-list .img-title-wrap{
    width: calc(25% - 97.5px);    
}

.wellas-detailpage .detailpage-section.performance-section {
    background-color: #151B24;
    overflow: hidden;
}
.wellas-detailpage .detailpage-section.performance-section .contents-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 120px;
    
}
.wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li:nth-child(1) {
    display: flex;
    justify-content: flex-end;
}
.wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li .img-title-wrap {
    max-width: 1450px;
    width: 75vw;
}

.wellas-detailpage .detailpage-section.inquiry-section .contents-wrap .img-title-wrap {
    width: 75vw;
    max-width: 1450px;
    margin: 0 auto;
}

.wellas-detailpage .f-thumb-section .wrapper80 h2 {
    color: #fff;
}
@media screen and (max-width : 1280px) {
    .wellas-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        width: 100%;
    }
    .wellas-detailpage .overview-section .contents-wrap .program-wrap .img-title-wrap {
        width: 83vw;
    } 
    .wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        gap: 30px;
    }


    .wellas-detailpage .detailpage-section.about-section .contents-wrap {
        padding-top: 50px;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap {
        flex-direction: column;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap.about02 .img-area {
        margin-top: 60px;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap {
        column-gap: 40px;
        row-gap: 50px;
        flex-wrap: wrap;
        width: 90vw;
        margin: 0 auto;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap .img-title-wrap{
        width: calc(50% - 20px);
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap .img-title-wrap.about-m01 .sub-info-title {
        display: none;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap .img-title-wrap.about-m03 .sub-info-title {
        display: flex;
    }


    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap {
        flex-direction: column;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap.product2 .img-area {
        margin-top: 60px;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(25% - 30px);
    }

    .wellas-detailpage .detailpage-section.performance-section .contents-wrap ul {
        gap: 50px;
    }
    .wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li:nth-child(1) {
        margin-right: -40px;   
    }
    .wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li:nth-child(2) {
        margin-left: -40px;
    }
    .wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li:nth-child(1) .img-title-wrap {
        align-items: flex-start;
        width: 100%;
        padding-left: 40px;
    }
    .wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li:nth-child(2) .img-title-wrap {
        align-items: flex-end;
        width: 100%;
        padding-right: 40px;
    }


    .wellas-detailpage .detailpage-section.inquiry-section .contents-wrap .img-title-wrap {
        width: 100%;
        max-width: 1450px;
        margin: 0 auto;
    }
}


@media screen and (max-width : 768px) {
    .wellas-detailpage .overview-section .contents-wrap .home-wrap .video-title-wrap {
        padding: 0 0 50px 0;
    }
    .wellas-detailpage .overview-section .contents-wrap .program-wrap {
        padding: 16px 0 50px 0;
    }
    .wellas-detailpage .overview-section .contents-wrap .program-wrap .img-title-wrap {
        width: 100%;
        margin-left: 60px;
    }
    .wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .wrapper80 {
        gap: 12px;
    } 
    .wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list {
        flex-direction: column;
        gap: 24px;
    }
    .wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .pc-wrap {
        width: 100%;
    }
    .wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .img-list .m-wrap {
        width: 100%;
        padding: 0 15px;
        gap: 40px;
    }
    .wellas-detailpage .overview-section .contents-wrap .pc-mobile-wrap .sub-info-title {
        margin: 0 15px;
    }


    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap {
        gap: 50px;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 100%;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap.about01 {
        margin-left: -44px;
        align-items: flex-end;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap.about02 {
        margin-right: -44px;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .pc-wrap .img-title-wrap.about02 .img-area {
        margin-top: 0;
    }

    .wellas-detailpage .detailpage-section.about-section .contents-wrap {
        gap: 50px;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap {
        width: 100%;
        padding: 0 15px;
    }
    .wellas-detailpage .detailpage-section.about-section .contents-wrap .m-wrap .img-title-wrap:last-child {
        align-items: center;
    }


    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap {
        gap: 50px;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap {
        width: 100%;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap.product1 {
        margin-left: -44px;
        align-items: flex-end;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap.product2 {
        margin-right: -44px;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .pc-wrap .img-title-wrap.product2 .img-area {
        margin-top: 0;
    }

    .wellas-detailpage .detailpage-section.product-section .contents-wrap {
        gap: 50px;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap {
        gap: 12px;
        padding: 0 15px;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap .img-list {
        column-gap: 40px;
        row-gap: 23px;
        flex-wrap: wrap;
    }
    .wellas-detailpage .detailpage-section.product-section .contents-wrap .m-wrap .img-list .img-title-wrap{
        width: calc(50% - 20px);
    }

    .wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li:nth-child(1) {
        margin-right: -26px;   
    }
    .wellas-detailpage .detailpage-section.performance-section .contents-wrap ul li:nth-child(2) {
        margin-left: -26px;
    }
}