/* =========================
   AFC-500 PAGE
   ========================= */
 body {
 font-family: Georgia, "Times New Roman", serif;
}

.afc-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.afc-hero {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.afc-eyebrow {
  margin: 0 0 16px;
  color: #facc15;
  font-size: 1.4rem;   /* 🔥 키움 */
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.afc-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  color: #e6f5f7;
  line-height: 1.1;
}

.afc-hero h2 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.35;
}

.afc-hero-desc {
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

/* =========================
   FEATURED VIDEO
   ========================= */

.featured-video-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.video-description h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: #ffffff;
}

.video-description p {
  margin: 0;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
}

.video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.large-video {
  min-height: 280px;
}

/* =========================
   VIDEO GRID
   ========================= */

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 8px;
}

.video-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.video-meta {
  margin-top: 14px;
}

.video-meta h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: #ffffff;
}

.video-meta p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* =========================
   DOC GRID
   ========================= */

.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.doc-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: #e8efff;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.doc-card:hover {
  transform: translateY(-2px);
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.32);
  color: #ffffff;
}

.doc-icon {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 2px;
}

.doc-card strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 4px;
  color: #ffffff;
}

.doc-card small {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

/* =========================
   BACK LINK
   ========================= */

.afc-bottom-link {
  text-align: left;
  margin-top: 34px;
}

.afc-bottom-link a {
  color: #1264a3;
  text-decoration: none;
  font-weight: 600;
}
.afc-page-footer {
   text-align: center;
}
.afc-bottom-link a:hover {
  text-decoration: underline;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 980px) {
  .featured-video-card,
  .video-grid,
  .doc-grid {
    grid-template-columns: 1fr;
  }

  .afc-hero h1 {
    font-size: 2.4rem;
  }

  .afc-hero h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .afc-page {
    padding: 28px 18px 60px;
  }

  .afc-hero h1 {
    font-size: 2rem;
  }

  .afc-hero h2 {
    font-size: 1.15rem;
  }

  .afc-hero-desc {
    font-size: 0.98rem;
  }

  .video-card,
  .doc-card {
    border-radius: 18px;
  }
}
/* =========================
   AFC HERO FIX
   ========================= */

.afc-hero {
  max-width: 860px;
  margin: 0 auto 28px;
  padding: 36px 0 24px;
  text-align: center;
}

.afc-hero h1 {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff !important;
}

.afc-hero h2 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82) !important;
}

.afc-hero-desc {
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86) !important;
}

/* =========================
   SECTION TITLE COLOR FIX
   ========================= */

.card-section h2,
.card-section .section-title {
  color: #ffffff !important;
}

.section-title::after {
  background: linear-gradient(
    to right,
    #22c55e 0%,
    #22c55e 90%,
    transparent 100%
  ) !important;
}
.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 10px;
}.afc-hero {
  max-width: 860px;
  margin: 20px auto 28px;
  text-align: center;
}

.afc-hero h1 {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff !important;
}

.afc-hero h2 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255,255,255,0.82) !important;
}

.afc-hero-desc {
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.86) !important;
}
.afc-hero {
  max-width: 860px;
  margin: 0 auto 28px;
  padding: 36px 24px 24px;
  text-align: center;
  background: rgba(8, 18, 45, 0.92);
  border-radius: 24px;
}

.afc-hero h1 {
  color: #ffffff !important;
}

.afc-hero h2 {
  color: rgba(255, 255, 255, 0.82) !important;
}

.afc-hero-desc {
  color: rgba(255, 255, 255, 0.86) !important;
}

h1 .anchor,
h2 .anchor,
h3 .anchor {
  display: none;
}
