.contents__newsdetail {
  padding: 150px 0;
}

.contents__newsdetail .title-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  align-items: end;
}

.contents__newsdetail .title-wrap h1 {
  font-weight: 600;
  text-align: left;
}

.contents__newsdetail .title-wrap > div span {
  margin: 0 10px;
}

.contents__newsdetail .text-wrap {
  text-align: left;
  line-height: 25px;
}

.contents__newsdetail table {
  border: 1px solid #000;
  border-collapse: collapse;
}

.contents__newsdetail td,
.contents__newsdetail th {
  border: 1px solid #000;
  padding: 8px;
}

.contents__newsdetail table.text-red th,
.contents__newsdetail table.text-red td {
  color: red;
}

.contents__newsdetail a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contents__newsdetail {
    padding: 50px 0;
  }
  .contents__newsdetail .title-wrap {
    flex-direction: column;
    align-items: start;
  }
  .contents__newsdetail .title-wrap h1 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
  }
}
