.container{
    margin-top: 71px;
}
footer .container{
    margin-top: 0;
}
.evaluation .con-intro .box-list{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.top-view{
    position: relative;
}
.top-view img {
    display: block;
    width: 100%;
    height: 320px;
}
.top-view .bg-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #B51F1F;
    margin: 0;
    background: #ffffffd9;
    width: 98%;
    height: 88%;
}
.top-view .bg-top p{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    color: #57b053;
    margin: 0;
}
.philosophy .con-intro p{
    font-size: 18px;
    /*background-color: #dfcf84;*/
    padding: 5%;
}

.box-schedule .box-list{
    width: 49%;
    margin-right: 1%;
}

/* contact */
.contact .con-intro .box-intro a{
    font-size: 24px;
    font-weight: bold;
}
/*.contact .con-intro .box-contact h3 {*/
/*    position: relative;*/
/*}*/
/*.contact .con-intro .box-contact h3::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    display: inline-block;*/
/*    width: 280px;*/
/*    height: 3px;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    background-color: #B51F1F;*/
/*    border-radius: 4px;*/
/*}*/
.contact .con-intro .box-contact form span{
    font-size: 80%;
    color: #DE2424;
    margin-left: 10px;
}


@media (max-width: 1024px) {
    .evaluation .con-intro .box-list{
        width: 49%;
    }
}
@media (max-width: 767px) {
    .container {
        margin-top: 56px;
    }
    .top-view .bg-top p {
        font-size: 24px;
    }
    .evaluation .con-intro h5{
        font-size: 18px;
        line-height: 32px;
    }
    .evaluation .con-intro .box-list{
        width: 100%;
        margin-right: 0;
    }

    .box-schedule .box-list{
        width: 100%;
        margin-right: 0;
    }
}