@charset "UTF-8";
.under_mv{
  background: url("../img/mv.png") no-repeat right bottom;
  -webkit-background-size: cover;
  background-size: cover;
}
.news {
    padding: 80px 0 60px;
}
.news_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.news_list {
    border-top: 2px solid #EFF0ED;
}
.news_row {
    display: flex;
    padding: 20px 40px;
    border-bottom: 2px solid #EFF0ED;
}
.news_date {
    color: #000;
    min-width: 170px;
    position: relative;
}
.new .news_date::after {
    content: 'NEW';
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #E60012;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 0;
}
.news_cont {
    color: #000;
}
.news_nation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  gap:5px;
}
a.page-numbers,.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF0ED;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #003586;
    font-weight: bold;
}
.page-numbers.current {
    color: #fff;
    background: linear-gradient(180deg, #219DDD, #003586);
}
@media screen and (max-width: 767px) {
.news_row {
    flex-direction: column;
    padding: 15px 5%;
    gap: 10px;
    align-items: flex-start;
}
}
@media print {

}