
.as-section {
  max-width: 1000px;
  margin: 80px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

.as-header {
  text-align: center;
  margin-bottom: 40px;
}

.as-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 10px;
}

.as-subtitle {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}

/* 표 스타일 */
.as-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #dee2e6;
}

.as-table th {
  background-color: #0d1b2a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 12px 8px;
  font-size: 0.95rem;
}

.as-table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  font-size: 0.95rem;
}

.as-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.as-table a {
  color: #0d1b2a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.as-table a:hover {
  color: #1b3a57;
}

/* 안내문 */
.as-note {
  margin-top: 30px;
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}
.as-note strong {
  color: #0d1b2a;
  font-weight: 700;
}
