/* ══════════════════════════════════════════════
   탭 콘텐츠
══════════════════════════════════════════════ */
.tab-content { display: none; }
.tab-content.active {
  display: block;
  animation: fadeSlideIn 0.24s var(--ease-out);
}


