#section_1{
    background-image: url(../img/header/2.jpg);
}

#s1_s_title{
    font-size: 15px;
}

#section_3 {
    background-color: #f7f7f7;
}
.s3_box {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.s3_box img {
    filter: brightness(0.5);
}

.s3_txt_box {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -33.5px;
    z-index: 1;
}

strong{
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 30px;
}

.s3_txt_box img{
    margin: 0 auto;
    width: 70px;
    float: none;
    overflow: hidden;
    padding-bottom: 10px;
    filter: brightness(1);
}

#s3_txt_3,#s3_txt_4,#s3_txt_5,#s3_txt_6{
    margin-top: -82px;
}

#s3_txt_7{
    margin-top: -72px;
}

#s3_t_1,#s3_t_2,#s3_t_3{
    margin-top: -44.5px;
}


@media all and (max-width:1024px) and (min-width:760px){
    strong{
        font-size: 58px;
    }
    
    .s3_txt_box{
        font-size: 25px;
        top: 36%;
    }
    
    .s3_txt_box img{
        width: 150px;
    }
    .s1_s_title{
        word-break: keep-all;
    }
}