@media screen and (min-width: 1025px) {
    .news__title {padding-right: 108px;}

    .navs {}
    .navs > li {margin-right: 2vw;}
}

.news__contents  table thead {
  display: table-header-group;
}
.news__contents  table tbody {
  display: table-row-group;
}
.news__contents  table tr {
  display: table-row;
}
.news__contents  table th,
.news__contents  table tr,
.news__contents  table td {
  border-style: solid;
  border-width: 1px;
  border-color: windowtext;
}
