.agenda {
  padding: 120px 0;
  background-color: #fff;
  color: #000;
}

.agenda-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.agenda-title {
  font-family: 'Pretendard', sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 80px;
  text-align: center;
}

.agenda-table {
  width: 100%;
  border-collapse: collapse;
}

.agenda-table th {
  font-family: 'Pretendard', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  padding: 24px 0;
  text-align: left;
  border-bottom: 1px solid #c4c4d4;
}

.agenda-table th:first-child {
  width: 200px;
}

.agenda-table td {
  font-family: 'Pretendard', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  padding: 20px 0;
  border-bottom: 1px solid #e7e7ee;
  vertical-align: top;
}

.agenda-table td:first-child {
  width: 200px;
}

.session-type {
  font-size: 14px;
  font-weight: 500;
  color: #5759df;
  margin-bottom: 8px;
  display: block;
}

.session-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
  display: block;
}

.session-speaker {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  display: block;
}

.agenda-notice {
  margin-top: 20px;
  margin-bottom: 20px;
}

.agenda-notice-text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-align: left;
}

.agenda-cta {
  text-align: center;
  margin-top: 80px;
}

.agenda-cta-text {
  font-family: 'Pretendard', sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  line-height: 1.4;
}

.agenda-cta-button {
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
}

/* 모바일 반응형 */
@media (max-width: 1024px) {
  .agenda {
    padding: 80px 0;
  }

  .agenda-container {
    padding: 0 16px;
  }

  .agenda-title {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .agenda-table th {
    font-size: 24px;
    padding: 16px 0;
  }

  .agenda-table td {
    font-size: 16px;
    padding: 16px 0;
  }

  .agenda-table th:first-child,
  .agenda-table td:first-child {
    width: 120px;
  }

  .session-title {
    font-size: 16px;
  }

  .agenda-notice-text {
    font-size: 16px;
  }

  .agenda-cta-text {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .agenda-cta-button {
    font-size: 18px;
    padding: 14px 28px;
  }
}

@media (max-width: 768px) {
  .agenda-table {
    font-size: 14px;
  }

  .agenda-table th {
    font-size: 20px;
  }

  .agenda-table td {
    font-size: 14px;
  }

  .session-type {
    font-size: 12px;
  }

  .session-title {
    font-size: 14px;
  }

  .session-speaker {
    font-size: 12px;
  }

  .agenda-notice-text {
    font-size: 14px;
  }
}
