@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.ctn_1 {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}
.ctn_1 .w1280 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fbfbfb;
}
.ctn_1 .tit {
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-top: 1.5rem;
}
.ctn_1 .time {
  text-align: center;
  color: #808080;
  margin: 1rem 0;
}
.ctn_1 .new_des {
  width: 96%;
  margin: 0 auto;
}
.ctn_1 .new_des p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #808080;
  display: block;
  text-align: justify;
}
.ctn_1 .new_des .img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  overflow: hidden;
}
.ctn_1 .new_des .img img {
  width: 49%;
  transition: all 0.3s;
}
.ctn_1 .new_des .img img:hover {
  transform: scale(1.03);
}
.ctn_1 .footer {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 1.5rem auto;
  padding-top: 1.5rem;
  border-top: 1px solid #D9D9D9;
}
.ctn_1 .footer a {
  width: 50%;
  font-size: 14px;
  color: #808080;
  display: block;
}
.ctn_1 .footer a:hover {
  color: #7B191F;
}
.ctn_1 .footer a:nth-last-child(1) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ctn_1 .new_des .img {
    flex-wrap: wrap;
  }
  .ctn_1 .new_des .img img {
    width: 100%!important;
    height: auto!important;
    margin-bottom: 0.5rem;
  }
  .ctn_1 .footer {
    flex-wrap: wrap;
  }
  .ctn_1 .footer a {
    width: 100%;
    text-align: left!important;
    margin-bottom: 0.5rem;
  }
}
