
body {overflow-x:hidden;}


.group img { display: block; }

/* FAQ details �뿴由�/�떕�옒 遺��뱶�읇寃� */
#faq .content {
  display: grid;
  grid-template-rows: 0fr;         /* �떕�옒: �넂�씠 0 */
  transition: grid-template-rows .32s ease, opacity .32s ease;
  opacity: 0;
  will-change: grid-template-rows, opacity;
}
#faq details[open] .content {
  grid-template-rows: 1fr;         /* �뿴由�: �궡�슜 �넂�씠留뚰겮 */
  opacity: 1;
}
#faq .content > div {
  overflow: hidden;                 /* �궡遺� �궡�슜 �옒由� 諛⑹� */
}

/* �슂�빟�뻾 hover/active 遺��뱶�읇寃�(�꽑�깮) */
#faq summary {
  transition: color .2s ease;
}
#faq summary:hover { color: rgb(15 23 42 / 0.9); }

/* 紐⑥뀡 理쒖냼�솕 �솚寃� 諛곕젮 */
@media (prefers-reduced-motion: reduce) {
  #faq .content { transition: none; }
  #faq summary,
  #faq .group-open\:rotate-180 { transition: none; }
}

  /* �끂移� 諛곗� �쟾�솚 �븷�땲硫붿씠�뀡 (媛�蹂띻쾶) */
.typing-text-transition.fade-in { opacity:1; transition:opacity .25s ease; }
.typing-text-transition.fade-out { opacity:0; transition:opacity .25s ease; }

/* �젅�씪 移대뱶: 醫뚯륫 而щ윭 �뒪�듃由쎌쑝濡� 李⑤퀎�솕 */
.rail-card{
  position: relative;
  display: grid;
  grid-template-columns: 10px 1fr;
  background: var(--surface);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px -16px rgba(15,23,42,.25);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rail-card:hover{ transform: translateY(-3px); box-shadow: 0 18px 36px -18px rgba(15,23,42,.32); border-color: rgba(45,107,255,.18); }
.rail-card__stripe{ background: linear-gradient(180deg, var(--brand) 0%, #6b92ff 100%); }
.rail-card__stripe--cyan{ background: linear-gradient(180deg, #00c6ff 0%, #2d6bff 100%); }
.rail-card__stripe--coral{ background: linear-gradient(180deg, #ff6a3d 0%, #ff8b61 100%); }
.rail-card__body{ padding: 16px 18px; }
.rail-card__link{
  display:inline-flex; align-items:center; gap:6px;
  margin-top:10px; font-weight:700; font-size:13px;
  color: var(--brand); opacity:.9;
}
.rail-card__link:hover{ gap:10px; opacity:1; }

/* 誘몃땲 諛곗� (Best/異붿쿇) */
.badge-mini{
  display:inline-block; padding:2px 8px; border-radius:10px;
  font-size:11px; font-weight:800; color:#fff;
  background: linear-gradient(135deg, #ff6a3d, #ff8b61);
  box-shadow: 0 6px 16px -10px rgba(255,106,61,.6);
}


  /* �꽮�뀡�쓣 醫뚯슦 �솕硫� �걹源뚯� �솗�옣 */
.full-bleed{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

:root {
  --brand: #2d6bff;
  --brand-light: #6b92ff;
  --brand-dark: #1f4fd6;
  --ink: #111827;
  --muted: #6b7280;
  --surface: #ffffff;
}

/* 湲곕낯 �룿�듃 �꽭�똿 */
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
  background-color: #fff;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* �꽮�뀡 媛꾧꺽 異뺤냼 */
.section { padding: 88px 0; }
@media(max-width: 768px) { .section { padding: 64px 0; } }

/* ���씠�룷 �뒪耳��씪 */
h1 { font-weight: 800; font-size: clamp(28px, 4.5vw, 42px); line-height: 1.2; letter-spacing: -0.02em; }
h2 { font-weight: 800; font-size: clamp(24px, 3.8vw, 32px); line-height: 1.3; }
h3 { font-weight: 800; font-size: clamp(20px, 3.4vw, 28px); line-height: 1.35; }
h4 { font-weight: 700; font-size: 17px; line-height: 1.4; }

/* �닽�옄 怨좎젙�룺 */
.num { font-feature-settings: "tnum"; }

/* 洹몃씪�뜲�씠�뀡 */
.gradient-bg { background: linear-gradient(135deg, #2d6bff 0%, #00c6ff 100%); }
.gradient-text {
  background: linear-gradient(135deg, #2d6bff 0%, #00c6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 移대뱶 */
.modern-card {
  background: var(--surface);
  border-radius: 20px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 6px 24px -10px rgba(15, 23, 42, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.modern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px -12px rgba(15, 23, 42, 0.22);
  border-color: rgba(45, 107, 255, 0.22);
}

/* 湲��옒�뒪紐⑦뵾利� */
.glass {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

/* 踰꾪듉 */
.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, #386fff 100%);
  color: #fff;
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  box-shadow: 0 8px 20px -10px rgba(45, 107, 255, 0.5);
  transition: transform .15s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 28px -12px rgba(45, 107, 255, 0.55); }
.btn-primary:active { transform: translateY(0); opacity: .92; }

.btn-secondary {
  background: #fff;
  color: var(--brand);
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  border: 1.5px solid var(--brand);
  transition: all .2s ease;
}
.btn-secondary:hover { background: var(--brand); color: #fff; transform: translateY(-1px); }

/* �씠誘몄� �봽�젅�엫 */
.img-frame { position: relative; overflow: hidden; border-radius: 20px; }
.img-fit { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* �씪�윭�뒪�듃 �쁺�뿭 */
.illustration-box {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f5f8ff 0%, #eef5ff 100%);
  position: relative; overflow: hidden;
}
.illustration-box::before {
  content: ''; position: absolute; width: 180%; height: 180%;
  background: radial-gradient(circle, rgba(45,107,255,.06) 0%, transparent 70%);
  animation: pulse 8s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.06)} }

/* �븷�땲硫붿씠�뀡 */
[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
[data-animate].is-in { opacity: 1; transform: none; }

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px;
  width: 0; background: linear-gradient(90deg, #2d6bff, #00c6ff);
  z-index: 60; transition: width 0.1s linear;
}

/* �엯�젰 以� �젏 3媛� �븷�땲硫붿씠�뀡 - �쐞�븘�옒 �젏�봽 踰꾩쟾 */
.typing-dots {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  vertical-align: middle;
}

.typing-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  transform: translateY(0);
  animation: tdots-bounce 1.2s infinite ease-in-out;
}

.typing-dots i:nth-child(2) { animation-delay: 0.15s; }
.typing-dots i:nth-child(3) { animation-delay: 0.3s; }

@keyframes tdots-bounce {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}


    
/* 諛곗� */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  background: rgba(45,107,255,.08);
  color: var(--brand);
  border-radius: 10px;
  font-size: 12.5px; font-weight: 700;
}

/* �떒怨� �꽆踰� */
.step-number {
  background: linear-gradient(135deg, rgba(45,107,255,.08) 0%, rgba(0,198,255,.08) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

/* FAQ */
details summary svg { transition: transform .2s ease; }

/* �뫖�꽣 */
#footer .rounded-\[32px\] { border-radius: 28px; }
#footer p, #footer li, #footer a { font-size: 13.5px; }
#footer a:hover { color: #e5e7eb; }

/* 紐⑤컮�씪 �꽕鍮� */
#mnav .container { padding: 12px 20px; }
#mnav a { padding: 8px 0; }

/* 移대뱶 �궡遺� �뙣�뵫 以꾩엫 */
.modern-card.p-8 { padding: 22px !important; }

/* 紐⑥뀡 理쒖냼�솕 ���쓳 */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}


