.top_banner{
    background: url(/img01/sub/cure/img_cure2_8.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

/*  */
.con_body{
    margin: 0;
}
/*  */
.inner {
    width: calc(100% - 600px);
}
/**/
.con{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}
.con.tit{
    margin-bottom: 100px;
    font-size: 32px;
}

.con h2{
    font-size: 30px;
    margin-bottom: 50px;
}

.con h1 span,
.con h2 span{
    color: var(--main-color);
}

.con p{
    margin-top: 20px;
    font-size: 18px;
    width: 1024px;
}

.con .con_img{
    width: 100%;
    height: auto;
    display: flex;
    /* background: tan; */
    margin-top: 100px;
}

.con .con_img img{
    width: 50%;
}

.con .con_img .text{
    width: 50%;
    margin-right: 2rem;
}
.con .con_img .text h3{
    font-size: 1.5rem;
}
.con .con_img .text p{
    width: 100%;
    text-align: justify;
}
.sub_program_step1{
    background: #fafafa;
    padding: 1rem;
    margin: 2rem 0;
}
.sub_program_step1 li{
    display: flex;
        gap: .5rem;
        align-items: center;
}

/*  */
.con1{
    width: 100%;
    height: 70vh;
    background: url(/img01/sub/cure/cure4banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


.con1:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.con1 .inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    color: #ffffff;
}

.con1 h1{
    font-size: 50px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.con1 p{
    margin-bottom: 100px;
    font-size: 22px;
    line-height: 36px;
    width: 700px;
    position: relative;
    z-index: 1;
}
/*  */

.con4 .btn{
    margin: 50px auto 0 auto;
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    border: 1px solid var(--main-color);
    line-height: 50px;
    font-size: 18px;
}



@media all and (max-width : 1650px){
    .inner {
        width: 92vw;
    }
}

@media all and (max-width: 1240px){
    .con1 h1 {
        font-size: 35px;
    }
    .con1 p {
        font-size: 20px;
        line-height: 30px;
    }
    .con p{
        width: 100%;
    }
}

@media all and (max-width: 960px){
    .con .con_img{
        flex-wrap: wrap;
        justify-content: center;
    }

    .con .con_img img{
        width: 100%;
    }

    .con .con_img .text{
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .con .con_img .text h3 {
        font-size: 19px;
    }
    .con h2 {
        font-size: 26px;
    }

}