/* 홍보센터 */

.av-2fgeru-ed7e3e75759b07e238f10dd4a5f8e0f9 .container {
  max-width: 1300px !important;
}

/* 언론보도 */

.kboard-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 28px;
}

.news-item {
  flex: 0 0 calc((100% - 24px) / 3);
  border: 1px solid;
  padding: 12px;
}

.news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.news-press {
  color: #164042;
  font-weight: 700;
}

.news-badge {
  padding: 5px 10px;
  background: red;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-title {
  color: #000 !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.news-desc {
  margin-top: 32px;
  color: #bbb;
  line-height: 1.1;
  font-size: 14px;
  margin-bottom: 48px;
}

.news-date {
  display: flex;
  justify-content: flex-end;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .news-item {
    flex: auto;
  }
}