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

section.radar-chart {
    background: url(../../../../../img/pore/pore-radar.PNG) no-repeat center / cover;
}

.color-section {
    background-color: #f4f4f4
}

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

.scar1 {
    text-align: center;
}

.scar1 .img {
    width: 100%;
    height: 400px;
    background: url(../../../../../img/pore/pore01.jpg) no-repeat center / cover;
    border-radius: 32px;
}

.scar1 .tit,
.pore1 .tit,
.banner1 .tit {
    font-size: 44px;
    color: #767676;
    margin: 20px 0;
}

.scar1 .sub {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
}

.scar2 {
    max-height: 880px;
    height: 100vw;
}

.scar2 img {
    width: 100%;
}

.pore1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: min(10vw, 100px) 0;
}

.pore1 .pore-vari_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 20px;
}
/*2023.07.11 높이수정*/
.pore1 .pore-vari_wrap .img {
    width: 100%;
    height: 20vw;
    max-height: 200px;
}

.pore1 .pore-vari_wrap .pore_box {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: calc((100% - 120px)/4);
}

.pore1 .pore-vari_wrap .pore_box .tit {
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
}

.pore1 .pore-vari_wrap .pore_box .sub {
    text-align: center;
    color: #767676;
    font-size: 14px;
}

.pore1 .pore-vari_wrap .pore_box .img {
    width: 100%
}

.pore1 .pore-vari_wrap .pore_box .img img {
    width: 100%;
}


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

.banner1 {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner1 .img {
    width: 100%;
    height: 400px;
    border-radius: 32px;
    background: url(../../../../../img/pore/banner01.jpg) no-repeat center / cover;
}


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

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

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

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

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#40C9FF", endColorstr="#E81CFF", GradientType=1);
}
@media screen and (max-width: 1920px){
    .pore_banner {
        background-position: center;
    }
}
@media screen and (max-width: 820px) {

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

    .scar1 .tit,
    .pore1 .tit,
    .banner1 .tit {
        font-size: 24px;
    }

    .pore1 .pore-vari_wrap {
        gap: 20px;
    }

    .pore1 .pore-vari_wrap .pore_box {
        width: calc((100% - 60px)/4);
    }

}

@media screen and (max-width: 560px) {
    .banner1 {
        padding: 40px 10px;
    }

    .pore1 .pore-vari_wrap {
        column-gap: 30px;
        row-gap: 60px;
    }

    .pore1 .pore-vari_wrap .img {
        height: 40vw;
    }

    .pore1 .pore-vari_wrap .pore_box {
        width: calc((100% - 30px)/2);
    }

    .banner1 .sub {
        padding: 0 20px;
    }

    .scar1 .tit,
    .pore1 .tit,
    .banner1 .tit,
    .pore1 .pore-vari_wrap .pore_box .tit {
        font-size: 20px;
        margin: 10px 0;
    }

    .banner1 .img {
        height: 50vw;
    }

}