.lifting_banner {
    background: url(../../../../../img/lifting/lifting-banner.jpg) no-repeat top / cover;
}

.color-section {
    background-color: #f9f9f9;
}

.color-section.grid {

    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    padding: 40px 20px;
}

.color-section .symptoms-desc_box {
    width: calc((100% - 40px) / 5);
    padding: 0;

}

.collagen,
.age_wrap {
    padding: 100px;
}

.collagen .img {
    width: 100%;
}

.collagen .img img {
    width: 100%;
}

.collagen .tit {
    font-size: 44px;
    color: #7a73cd;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 20px;
}

.collagen .sub {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
}

.age_wrap .age_box .img {
    height: 300px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.age_wrap .age_box .img img {
    height: 100%;
    width: auto;
}

.age_box {
    width: calc((100% - 30px) / 4);
}

.age_wrap .age_box .sub {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 10px 0 20px;
    min-height: 48px;
}

.age_wrap .age_box .tit {
    font-size: 44px;
    color: #7a73cd;
    font-weight: 700;
    text-align: center;
}

.age_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.banner-section .banner1 {
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

section.banner-section .banner1 .img {
    width: 100%;
    height: 350px;
    background-position: 0 -20px;
    border-radius: 32px;
    overflow: hidden;
}

section.banner-section .banner1 .img img {
    width: 100%;
}

section.banner-section .banner1 .txt {
    font-size: 24px;
    font-weight: 300;
}

.txt span.bold {
    color: #7a73cd;
    font-weight: 700;
}

section.banner-section .banner2 {
    width: 100%;
    position: relative;
}

section.banner-section .banner2 .img {
    height: 500px;
    overflow: hidden;
}

section.banner-section .banner2 .img img {
    width: 100%;
}

section.banner-section .banner2 .txt {
    color: #767676;
    font-size: 55px;
    font-weight: 300;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.main_banner .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: hsla(339, 100%, 55%, 1);

    background: linear-gradient(90deg, hsla(339, 100%, 55%, 1) 0%, hsla(197, 100%, 64%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(339, 100%, 55%, 1) 0%, hsla(197, 100%, 64%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(339, 100%, 55%, 1) 0%, hsla(197, 100%, 64%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF1B6B", endColorstr="#45CAFF", GradientType=1);
}

.color-section .symptoms-desc_box .symptoms_tit {
    font-size: 20px;
}
.symptoms-desc_box .symptoms_img img {
    width: auto;
    height: 100%;
}
.color-section .symptoms-desc_box .symptoms_img{
    background: #FFFFFF;
    height: 30vw;
    max-height: 250px;
}
@media screen and (max-width: 1920px){
    .lifting_banner {
       background-position: center;
    }
}
@media screen and (max-width:1016px) {

    .collagen,
    .age_wrap {
        padding: 40px 20px;
    }
}

@media screen and (max-width:820px) {

    .collagen,
    .age_wrap {
        padding: 40px 10px;
    }

    .collagen .tit {
        font-size: 24px;
        margin: 10px 0;
    }

    /* .age_box {
        width: calc((100% - 10px) / 2);
    } */

    .age_wrap .age_box .sub {
        margin: 10px 0;
    }

    .age_wrap .age_box .tit {
        font-size: 24px;
        margin-bottom: 40px;
    }

    section.banner-section .banner1 {
        padding: 10px;
    }

    .banner1 {
        margin-bottom: 40px
    }

    section.banner-section .banner2 .txt {
        font-size: 32px;
    }

    .color-section .symptoms-desc_box {
        width: calc((100% - 20px) / 3);
        margin-bottom: 40px;
    }
}

@media screen and (max-width:560px) {
    .age_box {
        width: calc((100% - 10px) / 2);
    }

    .color-section .symptoms-desc_box {
        width: calc((100% - 10px) / 2);
    }

    .symptoms-desc_box .symptoms_img img {
        height: 100%;
        /*height: auto;*/
    }

    .color-section.grid {
        padding: 40px 10px;
    }
    .color-section .symptoms-desc_box .symptoms_tit{
        font-size: 20px;
    }
    section.banner-section .banner1 .img {
        height: 50vw;
        border-radius: 16px;
    }

    section.banner-section .banner1 .txt {
        font-size: 16px;
    }

    section.banner-section .banner2 .img {
        height: 50vw;
    }

    section.banner-section .banner2 .txt {
        font-size: 16px;
    }

    .age_wrap .age_box .img {
        height: 50vw;
        border-radius: 12px;
    }

    .collagen .sub {
        font-size: 14px;
    }

    .age_wrap .age_box .tit {
        margin-bottom: 20px;
    }

    .age_wrap .age_box .sub {
        font-size: 14px;
    }
}