.c-newsList {
  margin-top: 10px;
 background-color: #000;
 border: #fff solid 1px;
 width: 920px;
 padding: 5px 40px;
}

.c-newsList-item {
  border-bottom: 0px solid #D0D0D0;
}

.c-newsList-item:first-child {
  border-top: 0px solid #D0D0D0;
}

.c-newsList-label {
  font-family: 'Montserrat', sans-serif !important;
}

.c-newsList-label {
  content: "NEW";
  font-weight: 500;
  display: block;
  background: #C00A16;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px 15px;
  min-width: 68px;
  box-sizing: border-box;
  margin-left: 16px;
}

.c-newsList-title {
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  color: #fff;
}

.c-newsList-date {
  font-family: 'Montserrat', sans-serif !important;
 color: #fff;
}

.c-newsList-contents {
  text-align: justify;
  text-justify: inter-ideograph;
  display: flex;
  align-items: center;
  justify-content: flex-start;
 color: #fff;
}

.c-newsList-link {
  color: #050f31;
  text-decoration: none;
  line-height: 1.4em;
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-newsList-label {
    font-size: 1.1rem;
  }
  .c-newsList-title {
    padding: 0 1em 0 0;
  }
  .c-newsList-date {
    font-size: 13px;
    min-width: 70px;
  }
  .c-newsList-contents {
    width: 82.52%;
  }
  .c-newsList-link {
    padding: 2em 0;
    transition: 0.3s ease;
  }
  .c-newsList-link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .c-newsList {
    margin-top: 20px;
   width: 80%;
   
  }
  .c-newsList-label {
    padding: 3px 15px;
    font-size: 10px;
    min-width: 60px;
    margin-left: 15px;
  }
  .c-newsList-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .c-newsList-date {
    font-size: 11px;
  }
  .c-newsList-contents {
    font-size: 14px;
    line-height: 1.571;
    width: 100%;
  }
  .c-newsList-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0;
    line-height: 1;
  }
}
