#news .p-sec01 {
  padding: 40px 0;
}

#news .p-sec01-catArea {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

#news .p-sec01-catArea__cat {
  padding: 10px 0;
  font-size: 16px;
}

#news .p-sec01-list {
  margin-top: 41px;
}

#news .p-sec01-list__item .itemLink {
  flex-direction: column;
  gap: 12px;
}

#news .p-sec01-list__item .itemLink .infoArea {
  gap: 8px;
}

#news .p-sec01-list__item .itemLink .infoArea .date {
  font-size: 16px;
}

#news .p-sec01-list__item .itemLink .infoArea .cat {
  padding: 4px;
}

#news .p-sec01-list__item .itemLink .itemTit {
  font-size: 16px;
}