@media (min-width: 768px) {

}
/* Mobile up E */

/* Mobile S */
@media (max-width: 767px) {
    .banner-top{
        height: 265px;
    }
    .banner-top__content h1{
        line-height: 1em;
        font-size: 24px;
        padding-bottom: 5px;
    }
    .banner-top__content p{
        font-size: 18px;
    }
    #networkContent{
        width: 100%;
        padding: 30px 20px 0px 20px;
    }
    .top-box{
        display: none;
    }
    .content__title{
        display: none;
    }
    .content__txt{
        display: block;
    }
    .wrap-network-list{
        width: 100%;
        padding: 0px;
    }
    .wrap-network-map{
        display: none;
    }
    .filter-title{
        font-size: 18px;
    }
    .withs-title{
        height: auto;
        font-size: 16px;
        padding: 15px 0px 15px 17px;
    }
}