.ms_news_detail{background-color: #f3f4f8;}

.mnd_banner>img{width: 100%;}

.mnd_rich{padding-bottom: 100px;}
.mnd_rich>h1{border-bottom: 1px solid #e5e5e5;margin: 50px 0 20px;padding-bottom: 20px;}
.mnd_rich>h1>span{background-color: var(--base);color: #fff;font-size: 16px;padding: 0 20px;height: 42px;line-height: 42px;display: inline-block;}
.rich_text img{max-width: 100%;}

.mnd_nv{display: flex;justify-content: space-between;margin-top: 60px;}
.mnd_nv>a{width: 40%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mnd_nv>a:last-child{text-align: right;}
.mnd_nv>a:hover{color: var(--base);}

@media screen and (max-width: 766px) {
    .mnd_banner>img{height: 30vh;object-fit: cover;}

    .mnd_nv{margin-top: 5rem;flex-direction: column;}
    .mnd_nv>a{width: 100%;line-height: 2;}
    .mnd_nv>a:last-child{text-align: left;}

}

