.secNewsDetail .contentWrap .titleWrap, .secNewsDetail .contentWrap .titleWrap, .secVoiceDetail .contentWrap .titleWrap {
  padding-bottom: 40px;
}
.secNewsDetail .comBtn, .secNewsDetail .comBtn, .secVoiceDetail .comBtn {
  margin: 80px auto 0;
}

.secVoiceDetail .comBtn {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .secNewsDetail .contentWrap .titleWrap, .secVoiceDetail .contentWrap .titleWrap {
    padding-bottom: 20px;
  }
  .secNewsDetail .comBtn, .secNewsDetail .comBtn {
    margin: 40px auto 0;
  }
  .secVoiceDetail .comBtn {
    margin: 40px auto;
  }
}
.categoryArea {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
.categoryArea a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 18px;
  border: 1px solid #F0F0F0;
  padding: 7px 14px;
}
.categoryArea a h2 {
  font-size: clamp(14px, 1.25vw, 15px);
  color: #6D6D6D;
}
.categoryArea .select {
  border: 1px solid #CCCCCC;
  background-color: #CCCCCC;
}
.categoryArea .select h2 {
  color: #000;
}

.postListArea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(1.25rem, -5.393rem + 13.86vw, 5rem);
       column-gap: clamp(1.25rem, -5.393rem + 13.86vw, 5rem);
  row-gap: clamp(1.25rem, -0.964rem + 4.62vw, 2.5rem);
}
.postListArea .infoArea {
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.postListArea .infoArea .cat {
  border-radius: 17px;
  padding: 1px 10px 3px;
  color: #fff;
}

.postList .content .date, .postList .content .productName, .postList .content .category, .postListArea .content .date, .postListArea .content .productName, .postListArea .content .category {
  text-align: right;
}

.postList .content .wrap, .postListArea .content .wrap, .voiceList .content .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.postList .content .eventDate, .postListArea .content .eventDate, .voiceList .content .eventDate {
  margin-bottom: 15px;
}
.postList .content .eventDate span, .postListArea .content .eventDate span, .voiceList .content .eventDate span {
  color: #6D6D6D;
}
.postList .content .productName, .postList .content .category, .postListArea .content .productName, .postListArea .content .category, .voiceList .content .productName, .voiceList .content .category {
  height: 1lh;
}
.postList .content .date, .postList .content .productName, .postList .content .category, .postListArea .content .date, .postListArea .content .productName, .postListArea .content .category, .voiceList .content .date, .voiceList .content .productName, .voiceList .content .category {
  color: #6D6D6D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}
.postList .content .title, .postListArea .content .title, .voiceList .content .title {
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}
.postList .content .imgArea, .postList .content .worksImg, .postListArea .content .imgArea, .postListArea .content .worksImg, .voiceList .content .imgArea, .voiceList .content .worksImg {
  overflow: hidden;
}
.postList .content .imgArea img, .postList .content .worksImg img, .postListArea .content .imgArea img, .postListArea .content .worksImg img, .voiceList .content .imgArea img, .voiceList .content .worksImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.postList .content .imgArea, .postListArea .content .imgArea, .voiceList .content .imgArea {
  aspect-ratio: 270/180;
}
.postList .content .worksImg, .postListArea .content .worksImg, .voiceList .content .worksImg {
  aspect-ratio: 3/2;
}

.voiceList {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, -1.292rem + 6.87vw, 3rem);
}
.voiceList .content {
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 16px;
}
.voiceList .content .imgArea {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.voiceList .content .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voiceList .content .txWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.voiceList .content .txWrap .innerWrap .tx {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #6D6D6D;
}
.voiceList .content .txWrap .innerWrap .title {
  margin-top: 5px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .voiceList .content {
    grid-template-columns: 1fr;
  }
  .voiceList .content .txWrap .innerWrap .category {
    font-size: 13px;
  }
  .voiceList .content .txWrap .innerWrap .tx {
    font-size: 12px;
  }
  .voiceList .content .txWrap .innerWrap .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
  }
}/*# sourceMappingURL=news.css.map */