.elementor-22048 .elementor-element.elementor-element-a830782{--spacer-size:50px;}.elementor-22048 .elementor-element.elementor-element-2fd02bd > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-22048 .elementor-element.elementor-element-f8d2d37{--spacer-size:50px;}/* Start custom CSS for section, class: .elementor-element-342d526 *//* =========================
   안내 박스
========================= */

.kbs-ai-info-box {
  display: grid;
  grid-template-columns: 1fr; /* ← 이걸로 변경 */
  gap: 16px;
  margin-top: 32px;
}

/* 개별 카드 */
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;

  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(111, 199, 167, 0.08),
    rgba(199, 164, 99, 0.08)
  );

  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

/* hover */
.info-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

/* 아이콘 */
.info-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 텍스트 */
.info-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.info-text p {
  margin: 0;
  font-size: clamp(12px, 2.6vw, 14px);
  line-height: 1.5;
  color: #4b5563;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3990e93 *//* =========================
   기본
========================= */
.kbs-ai-school-page {
  --text: #111827;
  --muted: #4b5563;
  --green: #2cb499;
  --green-dark: #153a37;
  --green-dark-2: #102c32;
  --line: rgba(44, 180, 153, 0.16);
  --line-strong: rgba(44, 180, 153, 0.28);
  --gold: #c7a463;
  --bg-soft: #f8fbfc;
  --bg-soft-2: #f1f7f6;
  --white: #ffffff;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;

  position: relative;
  overflow: hidden;
  background: #f8fbfc;
  color: var(--text);
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.kbs-ai-school-page * {
  box-sizing: border-box;
  min-width: 0;
}

.kbs-ai-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kbs-ai-school-page h1,
.kbs-ai-school-page h2,
.kbs-ai-school-page h3,
.kbs-ai-school-page h4 {
  margin: 0;
  color: #111827;
}

.kbs-ai-school-page p {
  margin: 0;
}

.text-gradient-green {
  background: linear-gradient(135deg, #2cb499, #1f6ead);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================
   상단 로고
========================= */
.KBS-logo-partnership {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: clamp(48px, 8vw, 100px) auto 0;
  width: min(100%, calc(100% - 32px));
}

.KBS-logo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.KBS-logo-badge img {
  height: clamp(30px, 5vw, 40px);
  width: auto;
  display: block;
  object-fit: contain;
}

/* =========================
   HERO
========================= */
.kbs-ai-hero {
  padding: clamp(40px, 7vw, 72px) 0 clamp(28px, 5vw, 48px);
}

.kbs-ai-hero-grid {
  display: block;
}

.kbs-ai-hero-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.kbs-ai-hero-title {
  margin: 0 0 18px;
  font-size: clamp(25px, 4.8vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.kbs-ai-hero-desc {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.5;
  color: var(--muted);
  padding-top: 15px;
}

/* =========================
   공통 섹션
========================= */
.kbs-ai-section {
  padding: clamp(48px, 7vw, 84px) 0;
}

.kbs-ai-section-alt {
  background: var(--bg-soft-2);
}

.kbs-ai-section-soft {
  background: linear-gradient(
    to bottom,
    rgba(44, 180, 153, 0.08) 0%,
    #ffffff 100%
  );
}

.kbs-ai-section-head {
  max-width: 840px;
  margin: 0 auto 36px;
  text-align: center;
}

.kbs-ai-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
}

.kbs-ai-section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.8vw, 42px);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.kbs-ai-section-head p {
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.8;
  color: var(--muted);
}

/* =========================
   공통 그리드
========================= */
.kbs-ai-grid {
  gap: 18px;
}

.kbs-ai-grid-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kbs-ai-grid-4 > .kbs-ai-card {
  flex: 1 1 calc(50% - 10px);
  min-width: 240px;
}

.kbs-ai-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.kbs-ai-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

/* =========================
   공통 카드
========================= */
.kbs-ai-card,
.kbs-ai-benefit-card,
.kbs-ai-target-item {
  border-radius: 18px;
  border: 1px solid rgba(45, 212, 191, 0.16);
  box-shadow: 0 14px 36px rgba(16, 44, 50, 0.16);
}

.kbs-ai-card,
.kbs-ai-benefit-card {
  background: linear-gradient(180deg, #153a37 0%, #102c32 100%);
  color: #f8fafc;
}

.kbs-ai-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.kbs-ai-card-center {
  text-align: center;
}

.kbs-ai-card h3,
.kbs-ai-benefit-card h3 {
  color: #ffffff;
}

.kbs-ai-card p,
.kbs-ai-benefit-card p {
  color: rgba(255, 255, 255, 0.82);
}

.kbs-ai-card h3 {
  margin-bottom: 10px;
  font-size: clamp(18px, 2.6vw, 21px);
  line-height: 1.4;
}

.kbs-ai-card p {
  flex-grow: 1;
  font-size: clamp(14px, 1.9vw, 15px);
  line-height: 1.8;
}

.kbs-ai-card-icon,
.kbs-ai-benefit-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.12);
  color: #5eead4;
  border: 1px solid rgba(45, 212, 191, 0.22);
  font-weight: 800;
}

.kbs-ai-card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  font-size: 15px;
}

.kbs-ai-benefit-no {
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* =========================
   일정 카드 버튼
========================= */
.kbs-ai-apply-btn {
  display: block;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #2cb499;
  background: transparent;
  border: 1px solid rgba(44, 180, 153, 0.35);
  transition: all 0.25s ease;
}

.kbs-ai-apply-btn:hover {
  background: #2cb499;
  color: #ffffff;
  border-color: #2cb499;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(44, 180, 153, 0.2);
}

/* =========================
   커리큘럼
========================= */
.kbs-ai-week-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.kbs-ai-week-grid .week {
  flex: 1 1 calc(50% - 12px);
  min-width: 260px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.kbs-ai-week-grid .week:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.kbs-ai-week-grid .wtag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #2cb499;
  background: rgba(44, 180, 153, 0.1);
}

.kbs-ai-week-grid .week h3 {
  margin-bottom: 14px;
  color: #111827;
  font-size: 18px;
  line-height: 1.45;
}

.list {
  margin: 0;
  padding-left: 18px;
}

.kbs-ai-week-grid .list li {
  color: #4b5563;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* =========================
   Benefit
========================= */
.kbs-ai-benefit-card {
  padding: 22px 20px;
}

.kbs-ai-benefit-card h3 {
  margin-bottom: 12px;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.35;
}

.kbs-ai-benefit-card p {
  font-size: clamp(14px, 1.9vw, 15px);
  line-height: 1.8;
}

.kbs-ai-benefit-highlight {
  margin-top: 24px;
  background: #f8fafc;
  border: 2px solid #3FA79F;
  border-radius: 14px;
  padding: 22px 20px;
}

.kbs-ai-benefit-highlight h3 {
  margin-bottom: 10px;
  color: #111827;
  font-weight: 700;
}

.kbs-ai-benefit-highlight p {
  color: #374151;
  line-height: 1.7;
}

/* =========================
   추천 대상
========================= */
.kbs-ai-target-item {
  position: relative;
  padding: 18px 18px 18px 50px;
  background: linear-gradient(180deg, #153a37 0%, #102c32 100%);
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.kbs-ai-target-item::before {
  content: "✓";
  position: absolute;
  top: 17px;
  left: 18px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(111, 199, 167, 0.12);
  color: #5eead4;
  font-size: 13px;
  font-weight: 800;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-621bc35 */.instructor-wrap {
  display: block;
  margin-top: 0;
  background: #ffffff;
  padding: 0 20px 24px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  box-sizing: border-box;
  overflow: hidden;
}

.instructor-img {
  position: relative;
  width: min(100%, 280px);
  max-width: 280px;
  margin: 0 0 24px 0; /* 가운데 정렬 제거 */
  border-radius: 16px;
  overflow: hidden;
}

.instructor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.instructor-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 24px 24px;
  background: linear-gradient(0deg, rgba(0,0,0,0.82) 0%, transparent 100%);
}

.instructor-role {
  font-size: clamp(11px, 2.5vw, 13px);
  color: rgba(255,255,255,0.75);
}

.instructor-name {
  font-size: clamp(14px, 3.5vw, 20px);  /* 🔥 핵심 */
  font-weight: 800;
  color: #ffffff;
}

.instructor-content {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.history-grid > div {
  min-width: 0;
}

.instructor-desc {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.instructor-desc p {
  color: #374151 !important;
  line-height: 1.7;
  margin: 0;
}

.history-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.history-title {
  font-size: 16px;
  font-weight: 800;
  color: #111827 !important;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.history-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(111, 199, 167, 0.12);
  color: #2cb499;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.history-grid ul {
  padding-left: 16px;
  margin: 0;
}

.history-grid li {
  font-size: 14px;
  line-height: 1.6;
  color: #374151 !important;
  margin-bottom: 8px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.kbs-ai-section-head h2 {
  color: #111827 !important;
}

.kbs-ai-section-head p {
  color: #4b5563 !important;
}

/* =========================
   SNS 버튼 영역
========================= */

.instructor-social {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

/* 기본 버튼 */
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;

  background: #f9fafb;
  color: #111827;

  border: 1px solid rgba(0,0,0,0.06);

  transition: all 0.25s ease;
  max-width: 100%;
  white-space: normal;   /* 🔥 이거 중요 */
}

/* hover 공통 */
.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* 인스타 */
.social-btn.instagram:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: #fff;
  border: none;
}

/* 스레드 */
.social-btn.threads:hover {
  background: #000;
  color: #fff;
  border: none;
}

/* 유튜브 */
.social-btn.youtube:hover {
  background: #ff0000;
  color: #fff;
  border: none;
}

/* 아이콘 크기 */
.social-svg {
  width: clamp(12px, 2.8vw, 16px);
  height: clamp(12px, 2.8vw, 16px);
  fill: currentColor;
}

/* 버튼 정렬 */
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: clamp(11px, 1.5vw, 12px);
  padding: clamp(4px, 1vw, 12px) clamp(10px, 2vw, 17px);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f179ae3 */.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* 아이콘 간격 살짝 증가 */

  padding: 14px 22px; /* ← 핵심: 버튼 크기 증가 */
  border-radius: 999px;

  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, 0.22);
  color: #0F766E;

  font-size: 15px; /* ← 글씨 키움 */
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

  box-shadow: 0 6px 16px rgba(15, 118, 110, 0.12); /* 살짝 더 강조 */
  opacity: 1;
  visibility: visible;

  transition: all 0.25s ease;
}

.back-btn:hover {
  background: #0F766E;
  color: #ffffff;
  border-color: #0F766E;
  transform: translateX(-3px); /* 살짝 더 강조 */
}/* End custom CSS */