.newsmodal__body {
  height: 100%;
}
.newsmodal__body.-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 834px) {
  .newsmodal__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s ease;
  }
}
@media (min-width: 835px) {
  .newsmodal__body {
    flex: 1;
    overflow-y: scroll;
    padding: 0 20px 40px 32px;
    width: 50.7%;
  }
}

.newsmodal__body__head {
  position: relative;
  background: #fff000;
  padding: 20px 8.33vw 20px 15.88vw;
}
@media (min-width: 835px) {
  .newsmodal__body__head {
    padding: 20px 26px;
  }
}
.newsmodal__body__head .desc {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.newsmodal__body__head .date {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 835px) {
  .newsmodal__body__head .date {
    font-size: 1.125rem;
  }
}
.newsmodal__body__head .category {
  color: #969600;
  font-size: 18px;
}
@media (min-width: 835px) {
  .newsmodal__body__head .category {
    font-size: 1.125rem;
  }
}
.newsmodal__body__head .ttl {
  font-size: 1.0625rem;
  font-weight: 900;
}
@media (min-width: 835px) {
  .newsmodal__body__head .ttl {
    font-size: 1.125rem;
  }
}

.newsmodal__body__back {
  position: absolute;
  top: 50%;
  left: 8.33vw;
  height: 12px;
  transform: translateY(-50%);
  width: 12px;
}
.newsmodal__body__back:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
}

.newsmodal__body__content {
  font-size: 0.875rem;
  padding: 32px 8.33vw;
  line-height: 1.7142857143;
  color: #7c7c7c;
  font-weight: 500;
}
@media (min-width: 835px) {
  .newsmodal__body__content {
    font-size: 0.9375rem;
    padding: 32px 0;
  }
}
.newsmodal__body__content img {
  margin: 2em 0;
  width: 100%;
  max-width: initial;
}
.newsmodal__body__content .brackets {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 4px 8.33vw;
}
.newsmodal__body__content .brackets::before, .newsmodal__body__content .brackets::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 15px;
}
.newsmodal__body__content .brackets::before {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
}
.newsmodal__body__content .brackets::after {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
}
.newsmodal__body__content .brackets dl {
  display: flex;
  flex-wrap: wrap;
}
.newsmodal__body__content .brackets dt {
  width: 4em;
}
.newsmodal__body__content .brackets dd {
  width: calc(100% - 4em);
}

:root {
  --articleHeight: 0px;
}

@media (max-width: 834px) {
  .tab_container {
    padding-bottom: 52px;
  }
}
@media (min-width: 835px) {
  .tab_container {
    align-items: stretch;
    display: flex;
    height: calc(100vh - 321px);
    margin-top: 65px;
    min-height: 750px;
    padding-bottom: 154px;
  }
}
@media (max-width: 834px) {
  .tab_container.-active {
    height: var(--articleHeight);
  }
}
.tab_container .news_list {
  height: 100%;
  overflow: hidden;
  padding: 0 8.33vw;
}
@media (min-width: 835px) {
  .tab_container .news_list {
    overflow-y: scroll;
    padding: 0 20px 0 0;
    width: 35.5%;
  }
}
.tab_container .news_list ul li {
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding: 14px 0;
}
@media (min-width: 835px) {
  .tab_container .news_list ul li {
    cursor: pointer;
    padding: 16px 0 16px 16px;
  }
}
.tab_container .news_list ul li:last-of-type {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 835px) {
  .tab_container .news_list ul li:hover::before, .tab_container .news_list ul li.-active::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.15);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
  }
}
.tab_container .news_block {
  position: relative;
  display: block;
  padding-right: 27px;
}
@media (min-width: 835px) {
  .tab_container .news_block {
    padding-right: 54px;
  }
}
.tab_container .news_block::after {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(/tv/assets/img/page/news/next_wh.png) no-repeat center/contain;
  content: "";
  height: 11px;
  transform: translateY(-50%);
  width: 7.5px;
}
@media (min-width: 835px) {
  .tab_container .news_block::after {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 17px;
    width: 10px;
  }
}
.tab_container .news_block-name .category {
  font-size: 0.875rem;
  color: #fff000;
}
@media (min-width: 835px) {
  .tab_container .news_block-name .category {
    font-size: 1.125rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding-right: 18px;
    width: 104px;
  }
}
.tab_container .news_block-name .date {
  font-size: 0.875rem;
  color: #959595;
  font-weight: 500;
}
@media (min-width: 835px) {
  .tab_container .news_block-name .date {
    font-size: 1.125rem;
    padding-left: 18px;
  }
}
.tab_container .news_block h3 {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5384615385;
  margin-top: 4px;
}
@media (min-width: 835px) {
  .tab_container .news_block h3 {
    line-height: 1.4285714286;
    margin-top: 8px;
  }
}
.tab_container .news__emptytxt {
  color: #959595;
}
@media (max-width: 834px) {
  .tab_container .news__emptytxt {
    font-size: 0.875rem;
    padding: 0 8.33vw;
  }
}
@media (min-width: 835px) {
  .tab_container .news__emptytxt {
    font-size: 0.9375rem;
  }
}

.tabs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 9.37vw;
  padding-top: 5.46vw;
}
@media (min-width: 835px) {
  .tabs {
    justify-content: flex-start;
    gap: 14px;
    margin-left: 0;
    padding: 15px 0 0;
  }
}
.tabs .tab {
  color: #fff;
}
@media (max-width: 834px) {
  .tabs .tab {
    font-size: 3.9vw;
  }
}
.tabs .tab:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
}
.tabs .tab.-active::after {
  background: #FFF000;
}