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

.color_banner .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.symptoms-desc_box:nth-child(1) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp01.jpg) no-repeat center / cover;
}

.symptoms-desc_box:nth-child(2) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp02.jpg) no-repeat center / cover;
}

.symptoms-desc_box:nth-child(3) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp03.jpg) no-repeat center / cover;
}

.symptoms-desc_box:nth-child(4) .symptoms_img {
    background: url(../../../../../img/sline/sline-symp04.jpg) no-repeat center / cover;
}


.color-section {
    background-color: #f4f4f4;
    padding: 100px 20px;
}

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

.blush-banner01 .txt .tit {
    font-size: 32px;
    color: #767676;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

.blush-banner01 .txt .sub {
    font-size: 24px;
    color: #767676;
    font-weight: 300;
    text-align: center;
}

.blush-banner02 {
    margin: 100px 0;
}

.blush-banner02 .img_wrap {
    display: flex;
    justify-content: space-evenly;
gap: 8px;
}

.blush-banner02 .img_box {
    display: flex;
    flex-direction: column;
    width: calc((100% - 16px) / 3);
    max-width: 200px;
}

.blush-banner02 .img_box .img {
    height: 200px;
    width: 200px;
    background-color: #767676;
    margin-bottom: 20px;
    border-radius: 32px;
}

.blush-banner02 .img_box:nth-child(1) .img {
    background: url(../../../../../img/blush/blush-banner02-01.jpeg) no-repeat;
    background-position: center;
    background-size: cover;
}

.blush-banner02 .img_box:nth-child(2) .img {
    background: url(../../../../../img/blush/blush-banner02-02.jpeg) no-repeat;
    background-position: center;
    background-size: cover;
}

.blush-banner02 .img_box:nth-child(3) .img {
    background: url(../../../../../img/blush/blush-banner02-03.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.blush-banner02 .txt {
    margin-top: 40px;
}

.blush-banner02 .img_box .tit {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
    color: #767676;
    padding-left: 20px;
}

.blush-banner02 .img_box .sub {
    font-weight: 300;
    /* font-size: 20px; */
    margin-bottom: 10px;
    color: #767676;
    padding-left: 20px;
}

.blush-banner02 .txt .tit {
    font-size: 32px;
    color: #767676;
    font-weight: 300;
    text-align: center;
    margin: 20px 0;
}

.blush-banner03 img {
    width: 100%;
}

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

    background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1);
}
@media screen and (max-width: 1920px){
    .blush_banner {
        background-position: center;
    }
}
@media screen and (max-width:820px) {
    .blush-banner01 .txt .tit {
        font-size: 24px;
    }

    .blush-banner01 .txt .sub {
        font-size: 16px;
    }

    .blush-banner02 .txt .tit {
        font-size: 24px;
    }

    .blush-banner03 {
        height: 120vw;
    }

    .color-section {
        padding: 40px 10px;
    }

    .blush-banner02 .img_box {
        width: calc((100% - 20px) / 3);
    }

    .blush-banner02 .img_box .img {
        width: 100%;
        height: 30vw;
        border-radius: 16px;
    }

    .blush-banner02 .img_wrap {
        gap: 10px;
        justify-content: center;
    }

    .blush-banner01 .img {
        height: 60vw;
        border-radius: 16px;
    }

    .blush-banner01 .txt .tit {
        font-size: 20px;
        word-break: keep-all;
    }

    .blush-banner02 .txt .tit {
        font-size: 20px;
    }

}

@media screen and (max-width:320px){
    .blush-banner02 .img_box .tit {
        font-size: 16px;
        padding-left: 8px;
    }
    .blush-banner02 .img_box .sub {
        padding-left: 8px;
    }
}