.service-center-C{
    position: relative;
}

.noServerCenter{
    width:  100%;
    height:  100%;
    position:  absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
}

.noServerCenter-content{
    width:  500px;
    margin:  0 auto;
    position:  relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.noServerCenter-content h1{
    font-size: 20px;
}

.service-center-C .list ul#sc_result a{
    height: auto;
}

.service-center-C .list a li{
    height: auto;
}

.service-center-C #sc_result{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 405px;
}


@media (max-width: 767px){
    .service-center-C{
        min-height: 300px;
    }
    
    .noServerCenter{
        background: rgba(255, 255, 255, 1);
    }
    .noServerCenter-content{
        width:  100%;
        margin:  0 auto;
        position:  relative;
        top: 50px;
        transform: translateY(0%);
        text-align: center;
    }
    .service-center-C .list ul#sc_result a{
        height: auto;
    }
    .service-center-C .list a li{
        width: calc(100% - 20px);
    }
}