.newsList__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: 10rem; */
  margin: 5rem 0;
  min-width: 700px;
}

.news__title {
  margin-top: 20vh;
  display: flex;
  justify-content: center;
  color: #111;
  font-family: Pretendard;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  padding: 0;
}

.writeBtn-wrapper {
  width: 88vw;
  display: flex;
  justify-content: flex-end;
  /* background-color: red; */
}

#writeBtn {
  width: 5rem;
  height: 2rem;
  font-size: 0.925rem;
  font-family: Pretendard;
  font-weight: 500;
  color: white;
  border-radius: 0.5rem;
  background: var(--main-color, #a21c20);
}

#writeBtn:hover {
  width: 5rem;
  height: 2rem;
  font-size: 0.925rem;
  font-family: Pretendard;
  font-weight: 500;
  color: black;
  border-radius: 0.5rem;
  background: var(--main-color, #f5dfe0);
  transform: scale(1.05);
}

.news__contents {
  display: flex;
  flex-direction: column;
  width: 42vw;
  height: auto;
  /* height: 200px; */
  position: relative;
  padding-left: 30px;
}

.news__read-more {
  color: #A21C20;
  cursor: pointer;
  bottom: 0px;
  position: absolute;
  line-height: 30px;
  padding-right: 20px;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4375rem;
}

.news__read-more:hover {
  color: #fb101b;
  cursor: pointer;
  bottom: 0px;
  position: absolute;
  line-height: 30px;
  padding-right: 20px;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4375rem;
  transform: scale(1.05);
}

.img-box {
  width: 20rem;
  height: 12.3rem;
  overflow: hidden;
}

.news-image {
  width: 20rem;
  height: 12.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms;
  /* object-fit: cover; */
  /* transform: scale(1.1); */
  /* object-position: top; */
}

.news-image:hover {
  overflow: hidden;
  transform: scale(1.08);
}

/* .news-image:hover> */

/* .csr88:hover>div>p:nth-child(1) */

.news__info {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #333;
  margin: 26px 0;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.news__info span {
  width: 1px;
  height: 8px;
  margin: 0 10px;
  display: inline-block;
  font-size: 8px;
  background: #333;
  line-height: 8px;
}

.news__subject {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #2b3240;
  display: -webkit-box;
  overflow: hidden;
  font-size: 22px;
  word-wrap: break-word;
  line-height: 30px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.news__subject a {
  text-decoration: none;
  color: #2b3240;
  font-weight: 600;
  font-family: Pretendard;
}

.news__subject a:hover {
  text-decoration: none;
  color: #fb101b;
  font-weight: 600;
  font-family: Pretendard;
}

.newsList__container ul li {
  display: flex;
  flex-direction: row;
  /* margin-top: 1rem; */
  border-bottom: #eaeaea 1px solid;
  padding: 2rem 0;
}

.pagination__nav {
  margin: 0 0 10rem 0;
  text-align: center;
}

.pagination {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  /* height: 40px; */
}

.page__btn {
  color: #555;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.page__btn:hover {
  color: #000000;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
}

.pagination [class*="page__btn--"] {
  color: #e4e4e4;
  padding: 4px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: #a21c20;
  cursor: pointer;
}

@media screen and (min-width: 325px) and (max-width: 700px) {
  .news__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: blue; */
  }

  .news__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 0; */
    /* background-color: red; */
  }

  .news__contents {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0 0;
    padding-left: 10px;
    /* height: 200px; */
    /* position: relative; */
    /* padding-left: 30px; */
  }

  .news__section {
    margin-bottom: 3rem;
  }

  .newsList__container ul li {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: #eaeaea 1px solid;
    /* background-color:bisque; */
    padding: 1rem 0;
  }

  .news__title {
    margin: 0;
    font-size: 20px;
    margin-top: 4rem;
    margin-bottom: 0.2rem;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
  }

  .news__subject {
    /* background-color: red; */
    width: 100%;
    line-height: 1.3rem;
  }

  .news__subject a {
    font-size: 0.8rem;
    line-height: 0;
  }

  .newsList__container {
    margin: 0;
    width: 90vw;
    min-width: 0;
  }

  .img-box {
    width: 10rem;
    height: auto;
  }

  .news-image {
    width: 10rem;
    height: 115px;
    /* overflow: hidden; */
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 500ms;
  }

  .news-image:hover {
    overflow: hidden;
    transform: scale(1.08);
  }

  .news__info {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: #333;
    margin: 6px 0;
    margin-top: -0.3rem;
    font-size: 9px;
    line-height: 21px;
  }

  .news__info span {
    width: 1px;
    height: 8px;
    margin: 0 10px;
    display: inline-block;
    font-size: 8px;
    background: #dee1e5;
    line-height: 8px;
  }

  .news__read-more {
    color: #fb101b;
    cursor: pointer;
    bottom: 0px;
    font-size: 11px;
    background: none;
    line-height: 30px;
    padding-right: 14px;
    margin: 0;
    background-size: 11px 11px;
  }

  .news__read-more:hover {
    color: #fb101b;
    cursor: pointer;
    bottom: 0px;
    font-size: 11px;
    background: none;
    line-height: 30px;
    padding-right: 14px;
    margin: 0;
    background-size: 11px 11px;

  }

  .pagination__nav {
    margin: 0 0 3rem 0;
    text-align: center;
  }

  .page__btn {
    color: #555;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .page__btn:hover {
    color: #000000;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .pagination [class*="page__btn--"] {
    padding: 0.11rem 0.41rem;
    cursor: pointer;
    color: #e4e4e4;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
