﻿#m-news-detail {
    padding: .5rem 0;
}

#m-news-title {
    font-size: .4rem;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 6.7rem;
}

#m-news-date {
    color: #808080;
    font-size: .32rem;
    margin: 0 auto;
    padding: .2rem 0 .5rem 0;
    text-align: center;
    width: 6.7rem;
}

#m-detail {
    margin: 0 auto;
    width: 6.7rem;
}

#m-detail img {
    height: auto !important;
    width: 100% !important;
}

#m-detail video {
    height: auto !important;
    width: 100% !important;
}

#m-news-method {
    align-items: center;
    display: flex;
    font-size: .25rem;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: .5rem;
    width: 6.7rem;
}

#m-news-method img {
    width: .5rem;
}

#m-news-prev {
    align-items: center;
    display: flex;
}

#m-news-prev img {
    margin-right: .2rem;
}

#m-news-prev a {
    color: #000000;
}

#m-news-next {
    align-items: center;
    display: flex;
}

#m-news-next img {
    margin-left: .2rem;
}

#m-news-next a {
    color: #000000;
}