.facilities {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.facilities section {
  display: flex;
  width: 1270px;
  min-height: 1825px;
  padding: 200px 0;
  flex-direction: column;
  align-items: start;
  gap: 50px;

}

.facilities section .section-title {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
}


table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table th {
  border: 1px solid #CECECE;
  background: #F8F8F8;
  height: 60px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  padding: 15px 5px;
}

table td {
  border: 1px solid #CECECE;
  background: #FFF;
  height: 60px;
  padding: 15px 5px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 16px;
  height: 120px;
}

table.portfolio td {
  height: 40px;
  padding: 5px 5px;
}