.news__detail {
  margin-bottom: 100px;
  padding-right: 42px;
}

.news__detail__inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  margin-top: -50px;
  padding-bottom: 75px;
  border-bottom: solid 1px;
}

.news__detail__inner img {
  margin-bottom: 20px;
}

.news__detail__inner-txt {
  font-size: 0.875em;
  line-height: 1.714;
}

.news_now_detail_pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.news_now_detail_pager-math span a {
  font-size: 0.8125em;
  text-decoration: none;
  color: #231815;
}

.news_now_detail_pager-math span a:hover {
  opacity: 0.5;
}

.news_now_detail_pager-math span:first-of-type {
  padding-right: 8px;
}

.news_now_detail_pager-math span:last-of-type {
  padding-left: 8px;
}

.news_now_detail_pager-math span a.all_link {
  background-color: #eef0ef;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 1.4375em;
}

@media only screen and (max-width: 820px) {
  .news__detail__inner-txt {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
