.enews_title {
  margin-top: 20px;
  padding-left: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  border-left: 4px solid #e51f1f;
  color: #292929; }

.enews_time {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  letter-spacing: .1rem;
  line-height: 1.71429;
  color: #787878; }

.enews_list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }
  .enews_list li a {
    color: #292929; }
    .enews_list li a:hover div {
      color: #e51f1f;
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .enews_list li a:hover .enews_btn-more {
      background-color: #e51f1f;
      color: white;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .enews_list li .enews_time {
    display: inline-block; }

.enews_list div {
  margin-top: 20px;
  padding-left: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33333;
  border-left: 4px solid #e51f1f;
  color: #292929;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.enews_btn-more {
  display: inline-block;
  max-width: 72px;
  font-size: 14px;
  line-height: 1.71429;
  padding: 0 20px;
  text-align: center;
  border-radius: 12px;
  background-color: #eeeeee;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.enews_article {
  margin: auto;
  font-size: 14px;
  line-height: 1.71429; }
  .enews_article h3 {
    margin-top: 3vh;
    margin-bottom: 1.5vh;
    line-height: 1.25;
    color: #e51f1f; }
  .enews_article p {
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    text-align: justify; }
  .enews_article div + p {
    text-align: center; }
  .enews_article img {
    width: 100%; }
  .enews_article table {
    width: 100%;
    border: 1px solid #fba6bf; }
  .enews_article tr {
    border-bottom: 1px; }
    .enews_article tr th, .enews_article tr td {
      border-right: 1px solid #fba6bf; }
      .enews_article tr th:last-child, .enews_article tr td:last-child {
        border-right: none; }
    .enews_article tr:first-child th, .enews_article tr:first-child td {
      font-size: 16px;
      line-height: 1.5;
      background-color: #fba6bf;
      border-color: #feeff4;
      color: white; }
    .enews_article tr:nth-child(even) th, .enews_article tr:nth-child(even) td {
      background-color: #feeff4; }
  .enews_article th {
    font-weight: normal;
    white-space: nowrap; }
  .enews_article th, .enews_article td {
    padding: 5px; }

.enews_text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh; }
  .enews_text-wrap p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0; }

.enews_text-wrap-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media screen and (min-width: 681px) {
  .table-img {
    display: none; }
  .enews_text-wrap img {
    padding: 0 5%; } }

@media screen and (max-width: 680px) {
  .table-img {
    display: block; }
    .table-img + table {
      display: none; }
  .enews_text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .enews_text-wrap p {
      margin-bottom: 1.5vh; } }
