@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* @font-face {
  font-family: 'Wanted Sans';
  src: url('/fonts/wanted-sans-regular.woff2') format('woff2'),
       url('/fonts/wanted-sans-regular.woff') format('woff'),
       url('/fonts/wanted-sans-regular.ttf') format('truetype');
  font-style: normal;
} */
@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');


:root {
  --white: #ffffff;
  --off-white: #f7f5f2;
  --cream: #faf8f5;
  --light-gray: #f0eeeb;
  --mid-gray: #d4d0cb;
  --text-dark: #1a1a1a;
  --text-mid: #444444;
  --text-light: #888888;
  --accent-orange: #ff5c2e;
  --accent-gold: #e8a020;
  --accent-blue: #2563eb;
  --accent-mint: #0ec4a4;
  --shadow-soft: 0 8px 40px rgba(0,0,0,0.08);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.1);
  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-sm: 8px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Wanted Sans', 'Noto Sans KR', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  overflow-x: hidden;
  width: 1920px;
  max-width: 100%;
  scroll-behavior: smooth;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 40px;*/
}


/* ─── HERO ─── */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 28px;
  animation: fadeInUp 0.6s ease both;
}
.hero-badge::before {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  animation: blink 1.4s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.hero-title {
  font-size: 108px;
  line-height: 0.92;
  color: #ff5c2e;
  letter-spacing: -1px;
  margin-bottom: 20px;
  animation: fadeInUp 0.6s 0.1s ease both;
  font-weight: 800;
}
.hero-title span { color: var(--accent-orange); }
.hero-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  animation: fadeInUp 0.6s 0.2s ease both;
}
.hero-desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 40px;
  animation: fadeInUp 0.6s 0.3s ease both;
}
.hero-btns {
  display: flex;
  gap: 16px;
  animation: fadeInUp 0.6s 0.4s ease both;
}
.btn-primary {
  background: var(--accent-orange);
  color: white;
  border: none;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,92,46,0.4);
}
.btn-outline {
  background: transparent;
  color: var(--accent-orange);
  border: 2px solid var(--accent-orange);
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Wanted Sans', 'Noto Sans KR', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: -0.3px;
  text-decoration: none;
  display: inline-block;
}
.btn-outline:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
}

.stat-card {
  background: white;
  border-radius: var(--radius-md);
  padding: 28px 28px;
  box-shadow: var(--shadow-card);
  text-align: center;
  min-width: 140px;
}
.stat-num {
  font-size: 42px;
  color: var(--accent-orange);
  line-height: 1;
  font-weight: 600;
}
.stat-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-light);
  margin-top: 4px;
}
.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: bounce 2s infinite;
}
.hero-scroll span {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--accent-orange), transparent);
}
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }

/* ─── TAGS TICKER ─── */
.ticker-wrap {
  background: var(--accent-orange);
  overflow: hidden;
  padding: 10px 0;
  line-height: 20px;
}
.ticker-inner {
  display: flex;
  gap: 0;
  animation: ticker 18s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  font-size: 14px;
  color: white;
  padding: 0 20px;
  opacity: 0.7;
}
.ticker-sep {
  font-size: 18px;
  color: rgba(255,255,255,0.4);
  padding: 0 8px;
}
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ─── SECTION COMMON ─── */
section { padding: 90px 0; }
.section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  margin-bottom: 12px;
}
.section-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.section-sub{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--mid-gray);
  margin-bottom: 20px;
}
.section-desc {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ─── REASON SECTION ─── */
.reason-section {
  background: var(--cream);
}
.reason-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.reason-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 40px 28px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.reason-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-soft);
}
.reason-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent-orange);
}
.reason-num {
  font-size: 60px;
  color: var(--light-gray);
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: -1px;
}
.reason-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.4;
}
.reason-card p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ─── CURRICULUM SECTION ─── */
.curriculum-section { background: white; }

/* 세로 사이드 탭 래퍼 */
.cur-side-wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1.5px solid var(--light-gray);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
/* 왼쪽 네비 */
.cur-side-nav {
  background: var(--off-white);
  border-right: 1.5px solid var(--light-gray);
  display: flex;
  flex-direction: column;
}
.cur-side-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 20px;
  cursor: pointer;
  border-left: 3px solid transparent;
  border-bottom: 1px solid var(--light-gray);
  transition: background 0.15s, border-color 0.15s;
}
.cur-side-btn:last-child { border-bottom: none; }
.cur-side-btn:hover { background: var(--light-gray); }
.cur-side-btn.active {
  background: white;
  border-left-color: var(--accent-orange);
}
.cur-side-num {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--light-gray);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-light);
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}
.cur-side-btn.active .cur-side-num {
  background: var(--accent-orange);
  color: white;
}
.cur-side-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-light);
  letter-spacing: -0.3px;
  transition: color 0.15s;
}
.cur-side-btn.active .cur-side-label { color: var(--text-dark); }

/* 오른쪽 패널 */
.cur-side-panel { display: none; padding: 32px 36px; }
.cur-side-panel.active { display: block; }

/* 패널 내부 레이아웃: 위(타이틀+툴칩 | 설명) + 아래(이미지) */
.cur-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cur-row-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: start;
}
.cur-text h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 14px;
  color: var(--text-dark);
  line-height: 1.3;
}
.cur-text p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 0;
}
.tool-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--off-white);
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: -0.2px;
}
.chip img { width: 20px; height: 20px; object-fit: contain; }
.cur-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  /* overflow: hidden;  */
}
.cur-imgs .img-frame{
  width: 100%;
  height: 100%;
  border-radius: var(--radius-md);
  object-fit: cover;
  aspect-ratio: 4/3;
  overflow: hidden;
  box-shadow: 0 0 12px 2px #dbd8d3;
}
.cur-imgs .img-frame img{ width: 100%; height: 100%; }
.cur-imgs .img-frame iframe{ width: 100%; height: 100%; }
.cur-imgs-full img {
  width: 100%;
  border-radius: var(--radius-md);
  display: block;
  box-shadow: 0 0 12px 2px #dbd8d3;
}

/* ─── PORTFOLIO SECTION ─── */
.portfolio-section { background: var(--off-white); }
.portfolio-section .inner {
  max-width: 1600px;
  padding: 0 40px;
}
.pf-header {
  text-align: center;
  margin-bottom: 32px;
}
/* sticky scroll zoom */
.pf-video-sticky-wrap {
  position: relative;
  height: 160vh;
  padding-bottom: 20px;
}
.pf-video-sticky {
  position: sticky;
  top: 0;
  /*height: 100vh;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 0;
}
.pf-video-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pf-video-inner {
  width: 40%;
  min-width: 320px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  will-change: width, border-radius;
  position: relative;
}
.pf-video-inner video {
  width: 100%;
  display: block;
}
.pf-video-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-orange);
}
.pf-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.pf-card {
  background: white;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.pf-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}
.pf-card img {
  width: 100%;
  aspect-ratio: 4/4;
  object-fit: cover;
  background: #faf9ff;
}
.pf-card-info {
  padding: 14px 14px 20px 14px;
}
.pf-card-tag {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent-orange);
  margin-bottom: 5px;
}
.pf-card-name {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
}

/* ─── SUPPORT SECTION ─── */
.support-section { background: white; }
.support-main-img {
  width: 100%;
  border-radius: var(--radius-lg);
  margin-bottom: 72px;
  box-shadow: var(--shadow-soft);
  display: block;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.support-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  position: relative;
  transition: transform 0.3s;
}
.support-card:hover { transform: translateY(-6px); }

.support-icon {
  width: 52px;
  height: 52px;
  background: #fff3ee;
  border: 1.5px solid #ffd4c2;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.support-icon-video {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  /*box-shadow: 0 4px 20px rgba(0,0,0,0.12);*/
  background: #ffffff;
}
.support-icon-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.support-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-dark);
}
.support-card p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.3;
}
/* 프렌토제 강조 스타일 */
.support-card-frento {
  background: #fff8f5 !important;
  border: 2px solid var(--accent-orange) !important;
  position: relative;
  transition: transform 0.3s; 
}
.support-card-frento::before { display: none; }
.support-card-frento:hover { transform: translateY(-6px); }
.support-card-frento h3 { color: #c13a12; }
.support-card-frento p { color: #7a3d2a; }
.frento-badge {
  position: absolute;
  top: -13px; right: 16px;
  background: var(--accent-orange);
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(255,92,46,0.3);
}

/* ─── EMPLOYMENT SECTION ─── */
.employ-section { background: linear-gradient(135deg, #fff8f5 0%, #fff 60%, #f5faff 100%); }
.employ-header {
  text-align: center;
  margin-bottom: 64px;
}
.employ-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.employ-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 50px 25px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.employ-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}
.employ-card::before {
  content: '🎉';
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 50px;
  opacity: 0.09;
}
.employ-type-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: fit-content;
}
.badge-2d { background: #fff0eb; color: #ff5c2e; }
.badge-3d { background: #edf5ff; color: #2563eb; }
.badge-3dcg { background: #edfaf7; color: #0ec4a4; }
.employ-card-icon img {
  height: 32px;
  object-fit: contain;
}
.employ-student {
  font-size: 16px;
  color: var(--text-light);
  letter-spacing: 0.5px;
}
.employ-company {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
}
.employ-congrats {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent-orange);
}

/* ─── REVIEW SECTION ─── */
.review-section { background: var(--text-dark); padding: 120px 0; }
.review-header {
  text-align: center;
  margin-bottom: 64px;
}
.review-header .section-title { color: white; }
.review-header .section-label { color: var(--accent-orange); }
.review-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.review-card:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-4px);
}

/* ─── 인터뷰 팝업 ─── */
.interview-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.65);
  align-items: center;
  justify-content: center;
}
.interview-overlay.active { display: flex; }
.interview-popup {
  position: relative;
  width: 90%;
  max-width: 640px;
  max-height: 85vh;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  animation: popIn 0.25s cubic-bezier(0.34,1.56,0.64,1) both;
  display: flex;
  flex-direction: column;
}
.interview-popup-head {
  padding: 28px 32px 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
  flex-shrink: 0;
}
.interview-popup-head h2 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.3px;
}
.interview-popup-close {
  position: absolute;
  top: 18px; right: 20px;
  width: 32px; height: 32px;
  border: none; background: none;
  font-size: 22px; color: #999;
  cursor: pointer; line-height: 1;
  font-family: sans-serif;
}
.interview-popup-close:hover { color: #333; }
.interview-popup-body {
  overflow-y: auto;
  padding: 32px 28px;
  flex: 1;
}
.interview-qa {
  display: flex;
  gap: 20px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}
.interview-qa:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.interview-q-num {
  font-size: 36px;
  font-weight: 900;
  color: #ff5c2e;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
}
.interview-q-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.interview-q-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}
.review-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 2px solid rgba(255,255,255,0.15);
}
.review-stars {
  color: var(--accent-gold);
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.review-text {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin-bottom: 20px;
}
.review-author {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-top: auto; 
}
.review-author span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-top: 6px;
}
.review-row2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ─── CTA SECTION ─── */
.cta-section {
  position: relative;
  background: var(--off-white);
  padding: 120px 0;
  overflow: hidden;
}
.cta-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 280px;
  color: rgba(0,0,0,0.03);
  white-space: nowrap;
  letter-spacing: -4px;
  user-select: none;
  pointer-events: none;
}
.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta-inner .section-title { font-size: 56px; }
.cta-form {
  background: white;
  border-radius: var(--radius-lg);
  padding: 48px;
  max-width: 560px;
  margin: 48px auto 0;
  box-shadow: var(--shadow-soft);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-input {
  width: 100%;
  border: 1.5px solid var(--light-gray);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  font-size: 15px;
  font-family: 'Wanted Sans', 'Noto Sans KR', sans-serif;
  color: var(--text-dark);
  transition: border-color 0.2s;
  outline: none;
  background: white;
}
.form-input:focus { border-color: var(--accent-orange); }
.form-input::placeholder { color: var(--mid-gray); }
.form-input.full { grid-column: 1/-1; }
.form-submit {
  width: 100%;
  background: var(--accent-orange);
  color: white;
  border: none;
  padding: 18px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Wanted Sans', 'Noto Sans KR', sans-serif;
  cursor: pointer;
  margin-top: 8px;
  transition: all 0.2s;
  letter-spacing: -0.3px;
}
.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,92,46,0.35);
}
.form-note {
  font-size: 12px;
  color: var(--text-light);
  text-align: center;
  margin-top: 16px;
  line-height: 1.6;
}
.benefit-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}
.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-mid);
}
.benefit-item::before {
  content: '✓';
  width: 22px;
  height: 22px;
  background: var(--accent-orange);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}


/* ─── PORTFOLIO POPUP ─── */
/* ─── PORTFOLIO POPUP (슬라이더) ─── */
.pf-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.88);
  align-items: center;
  justify-content: center;
}
.pf-popup-overlay.active { display: flex; }
.pf-popup {
  position: relative;
  width: 90%;
  max-width: 960px;
  animation: popIn 0.28s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes popIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}
/* 닫기 버튼 */
.pf-popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px; height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.pf-popup-close img { display: block; width: 100%; height: 100%;}
/* 슬라이더 */
.pf-slider {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}
.pf-slides {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.pf-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pf-slide img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  display: block;
}
/* 좌우 화살표 */
.pf-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.15);
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 5;
}
.pf-arrow:hover { background: rgba(255,255,255,0.3); }
.pf-arrow.prev { left: 14px; }
.pf-arrow.next { right: 14px; }
/* 하단 정보 + 카운터 */
.pf-popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4px 0;
}
.pf-popup-info {letter-spacing:1px; }
.pf-popup-tag {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.pf-popup-name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 4px;
}
.pf-popup-counter {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}
/* 하단 dot */
.pf-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}
.pf-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  border: none;
  padding: 0;
}
.pf-dot.on { background: #fff; transform: scale(1.3); }

/* SCROLL ANIMATION */
.scroll-hidden {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s;
}
.scroll-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s;
}
.scroll-visible:hover { transform: translateY(-12px) !important; }

/* ANIMATIONS */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ─── PARTNER LOGOS TICKER ─── */
.partner-section {
  background: white;
  padding: 60px 0;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  overflow: hidden;
}
.partner-label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 36px;
}
.partner-scroll {
  display: flex;
  gap: 48px;
  animation: ticker 24s linear infinite;
  width: max-content;
}
.partner-item img {
  height: 32px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: opacity 0.2s, filter 0.2s;
}
.partner-item:hover img { filter: grayscale(0%); opacity: 0.8; }