/* ----------- media start ----------- */

@media (max-width: 768px) {
    html,
    body {
        font-size: 12px;
    }

    #news .title {
        font-size: 1.2rem;
        text-align: center;
    }

    #news div {
        background-color: transparent;
    }

    #middle-news {
        margin: 2rem 0;
    }

    #new #left-news {
        margin: 0;
    }

    .news-detail-list .inews {
        margin: 0 1rem;
    }

}

/* ----------- media end ----------- */