.content-support {
  width: 100%;
  overflow-x: auto;
}

.support-table {
  width: 100%;
  min-width: 400px;
  border-radius: 25px;
  overflow: hidden;
}

.support-table th {
  padding: 15px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #ffffff;
}

.support-table td {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  border: 3px solid #ffffff;
}

/* 각 열의 배경색 */
.support-table .col-business {
  width: 50%;
  background-color: #f5f5f5;
  color: #848484;
}

.support-table .col-content {
  width: 50%;
  background-color: #f8fbff;
  color: #0d3147;
}

/* 사업내용 리스트 스타일 */
.col-content .content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.content-list li:last-child {
  margin-bottom: 0;
}

.content-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #666;
  font-family: initial;
}
