#newsContainer {
  width: 90%;
  max-width: 1280px;
  margin: 160px auto 100px;
}

.title {
  text-align: center;
}

.title img {
  width: 77.3px;
}

h2 {
  margin-top: 6px;
  font-size: 40px;
  line-height: 1.5;
  color: var(--secondaryColor);
  font-weight: 400;
}

.categoryListContainer {
  max-width: 920px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
}

.categoryList {
  flex: 0 1 160px;
  text-align: center;
}

.categoryList a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  border-bottom: 1px solid #808080;
}

.newsContents {
  max-width: 1060px;
  margin: 50px auto 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}

.news {
  flex: 0 1 320px;
  color: #666666;
}

.newsInfo {
  margin-top: 18px;
  display: flex;
  gap: 0 30px;
  font-size: 16px;
}

.newsInfo .newsCategory {
  position: relative;
}

.newsInfo .newsCategory::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  display: block;
  position: absolute;
  top: 5px;
  right: -13px;
}

.news h1 {
  margin-top: 13px;
  font-size: 17px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}














@media (max-width: 1024px) {
#newsContainer {
  /* width: 90%;
  max-width: 1280px; */
  margin: 120px auto 0;
}

/* .title {
  text-align: center;
} */

/* .title img {
  width: 80px;
} */

h2 {
  margin-top: 10px;
  /* font-size: 40px; */
  line-height: 1.2;
  /* color: var(--secondaryColor);
  font-weight: 400; */
}

.categoryListContainer {
  /* max-width: 920px; */
  margin: 40px auto 0;
  /* display: flex;
  flex-wrap: wrap; */
  justify-content: center;
  gap: 20px 30px;
}

.categoryList {
  flex: 0 1 160px;
  /* text-align: center; */
}

.categoryList a {
  /* display: block; */
  font-size: 18px;
  /* font-weight: 400;
  border-bottom: 1px solid #666666; */
}

.newsContents {
  max-width: 640px;
  margin: 50px auto 50px;
  /* display: flex;
  flex-wrap: wrap; */
  gap: 60px 40px;
}

.news {
  flex: 0 1 300px;
}

/* .newsInfo {
  margin-top: 17px;
  display: flex;
  gap: 0 30px;
  font-size: 16px;
}

.newsInfo .newsCategory {
  position: relative;
}

.newsInfo .newsCategory::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  display: block;
  position: absolute;
  top: 5px;
  right: -13px;
}

.news h1 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
} */
}








@media (max-width: 560px) {
#newsContainer {
  /* width: 90%;
  max-width: 1280px; */
  margin: 80px auto 0;
}

/* .title {
  text-align: center;
} */

.title img {
  width: 62.5px;
}

h2 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.2;
  /* color: var(--secondaryColor);
  font-weight: 400; */
}

.categoryListContainer {
  max-width: 220px;
  margin: 20px auto 0;
  /* display: flex;
  flex-wrap: wrap; */
  gap: 20px 20px;
}

.categoryList {
  flex: 0 1 100px;
  /* text-align: center; */
}

.categoryList a {
  /* display: block; */
  font-size: 10px;
  /* font-weight: 400;
  border-bottom: 1px solid #666666; */
}

.newsContents {
  max-width: 80%;
  margin: 40px auto 40px;
  /* display: flex;
  flex-wrap: wrap; */
  gap: 50px 0px;
}

.news {
  flex: 0 1 300px;
}

.newsInfo {
  margin-top: 17px;
  display: flex;
  gap: 0 20px;
  font-size: 10px;
}

.newsInfo .newsCategory {
  position: relative;
}

.newsInfo .newsCategory::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  display: block;
  position: absolute;
  top: 2px;
  right: -9px;
}

.news h1 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
}