@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Nunito", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --font-primary: "Pretendard Variable", "Pretendard", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #012970; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #4154f1; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #012970; /* The default color of the main navmenu links */
  --nav-hover-color: #4154f1; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #4154f1; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--font-primary);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 98px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 56px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

.hero2 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0 60px 0;
  display: flex;
  align-items: center;
  background: url(../img/bg_2.png) top center no-repeat;
  background-size: cover;
}

.hero2 h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero2 p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero2 .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero2 .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero2 .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero2 .btn-get-started:hover i {
  transform: translateX(5px);
}

@media (max-width: 640px) {
  .hero2 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero2 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

h3.highlight {
  display: inline-block; /* 줄 전체에 적용 원하면 block */
  background: linear-gradient(
    180deg,
    transparent 60%,
    #fafe63 60%,
    #fafe63 100%
  );
  font-weight: 800;
  /* #fafe63 = 연노랑 형광색, 색은 원하는 대로 바꿔도 됨 */
}

/* FAQ 아코디언 기능 */

.custom-faq {
  max-width: 900px;
  margin: 40px auto;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  padding: 0 20px;
}
.custom-faq h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  border: none;
  transition: background 0.2s;
}
.faq-item.active {
  background: #e4e4e4;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 24px 24px 24px 24px;
  font-size: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.faq-item:not(.active):hover .faq-question {
  background: #f7f7f7;
}
.faq-icon {
  font-size: 32px;
  font-weight: 400;
  margin-left: 8px;
  transition: transform 0.2s;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg); /* X 표시 */
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 19px;
  background: #fff;
  padding: 0 24px;
  border-top: 1px solid #ededed;
  color: #222;
  line-height: 1.7;
  transition: max-height 0.3s cubic-bezier(0.67, 0.13, 0.1, 1.11), padding 0.2s;
}
.faq-item.active .faq-answer {
  padding: 18px 24px 26px 24px;
  max-height: 300px; /* 충분히 크게! */
  transition: max-height 0.4s cubic-bezier(0.67, 0.13, 0.1, 1.11), padding 0.3s;
}

@media (max-width: 600px) {
  .custom-faq h1 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .faq-question {
    font-size: 17px;
    padding: 18px;
  }
  .faq-answer {
    font-size: 15px;
    padding: 0 18px;
  }
  .faq-item.active .faq-answer {
    padding: 14px 18px 20px 18px;
  }
}

/* 수강생 관리 css */

.hero3 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0 60px 0;
  display: flex;
  align-items: center;
  background: url(../img/student_bg.png) top center no-repeat;
  background-size: cover;
}

.hero3 h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero3 p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero3 .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero3 .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero3 .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero3 .btn-get-started:hover i {
  transform: translateX(5px);
}

@media (max-width: 640px) {
  .hero3 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero3 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/* 수강생관리 탭 부분 */

.custom-tab-area {
  margin: 30px 0;
}

.custom-tabs {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
  padding: 6px 14px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 16px auto;
}

.tab-btn {
  flex: 1;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 600;
  color: #595959;
  padding: 18px 0;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.tab-btn.active {
  background: #b8cbff;
  color: #222;
}

.tab-divider {
  width: 1px;
  height: 36px;
  background: #ececec;
  margin: 0 10px;
}

.tab-contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.tab-content {
  display: none;
  padding: 0;
  text-align: center;
}

.tab-content.active {
  display: block;
}

.tab-image {
  width: 100%;
  max-width: 1120px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.middlenotice {
  width: 100%;
  text-align: center;
  font-weight: 800;
  margin-bottom: 15px;
}

/* 상담관리 관리 css */

.hero4 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0 60px 0;
  display: flex;
  align-items: center;
  background: url(../img/counseling.png) top center no-repeat;
  background-size: cover;
}

.hero4 h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero4 p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero4 .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero4 .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero4 .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero4 .btn-get-started:hover i {
  transform: translateX(5px);
}

@media (max-width: 640px) {
  .hero4 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero4 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#registraion {
  background: url(../img/re_bg.png) top center no-repeat;
}

#experience {
  background: url(../img/experience2_bg.png) top center no-repeat;
}

/* 재등록파악 슬라이드  */
.eduslide-container {
  width: 1200px;
  margin: 40px auto;
}
.eduslide-banner-area {
  position: relative;
  width: 100%;
  height: 100px;
  border-radius: 48px;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
  gap: 30px;
}
.eduslide-logo-text {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 340px;
  z-index: 2;
}
.eduslide-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.eduslide-logo img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.eduslide-txt-main {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3px;
}
.eduslide-txt-main .eduslide-highlight {
  color: #4154f1;
  font-weight: 800;
}
.eduslide-txt-sub {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.85;
  margin-top: 0;
}
/* 슬라이딩 버튼 영역 */
.eduslide-menu-slidebox {
  flex: 1 1 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 0;
  /* 둥근 모서리를 동일하게 적용해, 버튼리스트 잘림 현상 방지 */
  border-radius: 48px;
}
.eduslide-menu-list {
  display: flex;
  gap: 22px;
  /* 느린 슬라이드 속도: 36초 */
  animation: eduslideX 36s linear infinite;
  will-change: transform;
  align-items: center;
  /* 좌우 여백을 넉넉하게 */
  padding-left: 50px;
  padding-right: 50px;
}
@keyframes eduslideX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.eduslide-menu-btn {
  background: #fff;
  color: #222;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: 32px;
  padding: 18px 40px;
  margin: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  outline: none;
  white-space: nowrap;
}
.eduslide-menu-btn:hover {
  background: #4154f1;
  color: #fff;
}
/* 마우스 오버시 슬라이드 일시정지 */
.eduslide-menu-slidebox:hover .eduslide-menu-list {
  animation-play-state: paused;
}

@media (max-width: 1260px) {
  .eduslide-container {
    width: 98vw;
    min-width: 340px;
  }
  .eduslide-banner-area {
    width: 100%;
    padding: 0 8px;
  }
  .eduslide-logo-text {
    min-width: 200px;
  }
  .eduslide-menu-btn {
    padding: 16px 22px;
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .eduslide-banner-area {
    height: 72px;
  }
  .eduslide-logo {
    width: 36px;
    height: 36px;
  }
  .eduslide-logo img {
    width: 28px;
    height: 28px;
  }
  .eduslide-txt-main {
    font-size: 14px;
  }
  .eduslide-txt-sub {
    font-size: 11px;
  }
  .eduslide-menu-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
  .eduslide-menu-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 강사별 시간표 css */
.grows-page {
  background: #fff;
}

/* ====== Feature Section (Flipturn / Feature Tiles) ====== */
:root {
  --ft-container: 1200px;
  --ft-gap: 24px;
  --ft-radius: 18px;
  --ft-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);

  --ft-text: #111827;
  --ft-muted: #63708a;

  --ft-brown: #232326;
  --ft-brown-ink: #ffffff;

  --ft-surface: #ffffff;
  --ft-stroke: #e5ecf6;

  --ft-grad-a: #eff7f3;
  --ft-grad-b: #faf2e7;

  --ft-link: #2e90fa;
}

.ft-details {
  background: #f6f8fb;
  padding: clamp(48px, 6vw, 96px) 16px;
  color: var(--ft-text);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans KR",
    Arial, sans-serif;
}
.ft-container {
  max-width: var(--ft-container);
  margin: 0 auto;
}
.ft-header {
  text-align: center;
  margin-bottom: 28px;
}
.ft-eyebrow {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ft-muted);
  margin: 0 0 6px;
}
.ft-title {
  font-size: clamp(42px, 4vw, 36px);
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #232326;
}

.ft-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ft-gap);
  margin-top: 24px;
}
@media (max-width: 768px) {
  .ft-grid {
    grid-template-columns: 1fr;
  }
}

.ft-card {
  border-radius: var(--ft-radius);
  padding: 28px;
  box-shadow: var(--ft-shadow);
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
.ft-card--white {
  background: var(--ft-surface);
  border: 1px solid var(--ft-stroke);
}
.ft-card--brown {
  background: linear-gradient(160deg, var(--ft-grad-a), var(--ft-grad-b));
  color: var(--ft-brown-ink);
}
.ft-card--gradient {
  background: linear-gradient(160deg, var(--ft-grad-a), var(--ft-grad-b));
}

.ft-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.ft-card-title {
  font-size: clamp(18px, 2.2vw, 22px);
  margin: 0;
  line-height: 1.35;
  font-weight: 600;
}
.ft-more {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--ft-link);
  text-decoration: none;
  position: relative;
  padding-right: 18px;
}
.ft-more::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-48%);
  transition: transform 0.18s ease;
}
.ft-more:hover::after {
  transform: translate(2px, -48%);
}
.ft-card:hover {
  transform: translateY(-1px);
  transition: transform 0.18s ease;
}

/* === 이미지 영역 placeholder 전용 === */
.ft-art {
  position: relative;
  width: 100%;
  aspect-ratio: var(--art-ratio, 2/1); /* 필요 시 비율만 바꿔 사용 */
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px dashed #d5ddea;
  display: grid;
  place-items: center;
  margin-top: 18px;
}
.ft-art-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}
.ft-art[data-fit="cover"] .ft-art-img {
  object-fit: cover;
}

/* 플레이스홀더 표시 (이미지 비어있을 때 is-empty 유지) */
.ft-art.is-empty::before {
  content: "이미지 영역";
  font-size: 14px;
  color: #9aa6bf;
  letter-spacing: 0.02em;
}
.ft-card--brown .ft-art {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.45);
}
.ft-card--brown .ft-art.is-empty::before {
  color: #ffffffcc;
}

/* 공통 요소 */
.ft-h3 {
  font-size: clamp(20px, 2.6vw, 28px);
  margin: 0 0 18px;
}
.ft-body {
  color: #475569;
  margin: 8px 0 16px;
}
.simple-check2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.simple-check2 li {
  display: flex; /* 텍스트와 아이콘 baseline 정렬 */
  align-items: baseline;
  gap: 6px;
  margin: 6px 0;
}
.simple-check2 li::before {
  content: "✓";
  color: #2e90fa;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(1px); /* 살짝 내려서 이미지처럼 보이게 */
}
.center {
  text-align: center;
}
.w100 {
  width: 100%;
}

.ft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #4154f1;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(46, 144, 250, 0.18);
}
.ft-btn:hover {
  transform: translateY(-1px);
  transition: 0.18s;
  background: white;
  border: 1px solid #4154f1;
  color: #4154f1;
}
.ft-btn--ghost {
  background: #fff;
  color: #2e90fa;
  border: 1px solid #cfe2ff;
  box-shadow: none;
}

/* 1) 지표 */
.ft-metrics {
  background: #fff;
}
.ft-metrics .ft-container {
  padding-block: 28px;
}
.ft-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft-metric {
  background: linear-gradient(180deg, #f7fbff, #fff);
  border: 1px solid #e6eef9;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
}
.ft-metric-num {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ft-metric-label {
  display: block;
  margin-top: 8px;
  color: #63708a;
  font-size: 14px;
}
@media (max-width: 900px) {
  .ft-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 2) 분할 섹션 */
.ft-split {
  background: #f6f8fb;
  padding: 54px 16px;
}
.ft-split-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 54px;
}
.ft-split-row.is-reverse {
  grid-template-columns: 0.9fr 1.1fr;
}
.ft-split-row.is-reverse .ft-split-media {
  order: 2;
}
.ft-split-row.is-reverse .ft-split-copy {
  order: 1;
}
.ft-split-media .ft-art {
  border: 1px solid #e5ecf6;
  background: #fff;
}
@media (max-width: 900px) {
  .ft-split-row,
  .ft-split-row.is-reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ft-split-row.is-reverse .ft-split-media,
  .ft-split-row.is-reverse .ft-split-copy {
    order: unset;
  }
}

/* 3) 단계 */
.ft-steps {
  background: #fff;
  padding: 54px 16px;
}
.ft-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: step;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}
.ft-step {
  background: #ffffff;
  border: 1px solid #e8eef6;
  border-radius: 16px;
  padding: 22px;
  position: relative;
}
.ft-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #2e90fa;
  color: #fff;
  font-weight: 800;
}
.ft-step-title {
  margin: 10px 0 6px;
  font-size: 18px;
}
.ft-step-desc {
  color: #67738c;
  margin: 0;
}
@media (max-width: 900px) {
  .ft-steps-grid {
    grid-template-columns: 1fr;
  }
}

/* 4) 가격 */
.ft-pricing {
  background: #f6f8fb;
  padding: 64px 16px;
}
.ft-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 10px;
}
.ft-price-card {
  background: #fff;
  border: 1px solid #e7eef7;
  border-radius: 18px;
  padding: 24px;
  position: relative;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}
.ft-price-name {
  font-size: 18px;
  margin: 0 0 8px;
}
.ft-price-cost b {
  font-size: 28px;
}
.ft-price-cost span {
  color: #6b7280;
  font-size: 14px;
}
.ft-price-list {
  margin: 14px 0 18px 18px;
  color: #4b5563;
}
.ft-price-card.is-popular {
  border-color: #cfe2ff;
  box-shadow: 0 16px 36px rgba(46, 144, 250, 0.18);
}
.ft-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #2e90fa;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}
@media (max-width: 900px) {
  .ft-pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* 5) 후기 (가로 스냅) */
/* 후기 카드 기본(이전에 썼던 스타일과 호환) */
.ft-testimonials {
  background: #f6f8fb;
  padding: 46px 0;
}
.ft-t-card {
  background: linear-gradient(180deg, #f8fbff, #fff);
  border: 1px solid #e6eef9;
  border-radius: 16px;
  padding: 18px;
  margin: 0;
  min-width: 280px; /* 폭 너무 작아지지 않게 */
}
.ft-t-card blockquote {
  margin: 0 0 10px;
  font-weight: 600;
}
.ft-t-card figcaption {
  color: #6b7280;
  font-size: 14px;
}

/* 마키(무한 좌향 스크롤) */
.ft-t-viewport {
  overflow: hidden;
  position: relative;
  /* 양 끝 페이드 (선택) */
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}
.ft-t-track {
  display: flex;
  gap: 18px;
  align-items: stretch;
  width: max-content; /* 내용 폭만큼만 */
  animation: ft-marquee var(--ft-marquee-duration, 28s) linear infinite;
}
.ft-t-track:hover {
  animation-play-state: paused;
} /* 호버 시 일시정지 */

@keyframes ft-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* 세트 A만큼 왼쪽으로 */
}

/* 사용자가 모션 줄이기 설정 시 애니메이션 끔 */
@media (prefers-reduced-motion: reduce) {
  .ft-t-track {
    animation: none;
  }
}

/* 6) FAQ */
.ft-faq {
  background: #f6f8fb;
  padding: 54px 16px;
}
.ft-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.ft-faq-list details {
  background: #fff;
  border: 1px solid #e7eef7;
  border-radius: 12px;
  padding: 14px 18px;
}
.ft-faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.ft-faq-list summary::-webkit-details-marker {
  display: none;
}
.ft-faq-list details[open] {
  border-color: #cfe2ff;
}

/* 전역(또는 섹션 래퍼)에 붙이세요 */
:root,
.ft-theme--ocean-twilight {
  --ft-grad-a: #dde6ff; /* periwinkle-200 */
  --ft-grad-b: #d9fff3; /* aquamarine-200 */
  --ft-cta-a: #e3e9ff;
  --ft-cta-b: #e0fff7;
  --ft-link: #6c5ce7; /* 인디고 퍼플 */
  --ft-surface: #ffffff;
  --ft-stroke: #e2eaf3;
  --ft-text: #0f172a;
  --ft-muted: #5f6b86;
}
/* 7) CTA */
.ft-cta {
  background: linear-gradient(
    140deg,
    var(--ft-cta-a, var(--ft-grad-a)),
    var(--ft-cta-b, var(--ft-grad-b))
  );
  padding: 64px 16px;
}
.ft-cta-box {
  text-align: center;
  background: #ffffffcc;
  backdrop-filter: saturate(140%) blur(4px);
  border: 1px solid #e6eef9;
  border-radius: 20px;
  padding: 30px 24px;
}
.ft-cta-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 30px);
}
.ft-cta-sub {
  margin: 0 0 16px;
  color: #556178;
}
.ft-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* 상단/아래 섹션 공통: padding-left/right로 한 줄 기준 */
.grows-top-section,
.grows-section {
  width: 100%;
  box-sizing: border-box;
  padding-left: 320px;
  padding-right: 40px;
}

.grows-top-section {
  background: #232326;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.grows-section {
  background: #fff;
  color: #19191b;
  padding-top: 60px;
  padding-bottom: 40px;
}

/* 반응형 - 태블릿 */
@media (max-width: 900px) {
  .grows-top-section,
  .grows-section {
    padding-left: 24px;
    padding-right: 16px;
    padding-top: 36px;
    padding-bottom: 22px;
  }
}
/* 반응형 - 모바일 */
@media (max-width: 600px) {
  .grows-top-section,
  .grows-section {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

/* 상단 내부 컨텐츠 스타일 */
.grows-top-title {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.grows-top-desc {
  color: #f5f5f7;
  font-size: 32px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.grows-top-desc strong {
  color: #fff;
  font-weight: 800;
}
.grows-top-btns {
  margin: 30px 0 36px 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.grows-btn-main {
  background: #4154f1;
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1.04rem;
  font-weight: 700;
  padding: 15px 26px;
  cursor: pointer;
  transition: background 0.18s;
  letter-spacing: -0.01em;
}
.grows-btn-main:hover {
  background: white;
  border-color: 1px solid #4154f1;
  color: #4154f1;
}
.grows-btn-sub {
  background: #232326;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 1.04rem;
  font-weight: 700;
  padding: 15px 26px;
  cursor: pointer;
  transition: background 0.18s;
  letter-spacing: -0.01em;
  border: 1.5px solid #444;
}
.grows-btn-sub:hover {
  background: #343438;
}

/* 1~5 리스트 스타일 */
.grows-step-list {
  margin-top: 14px;
  padding-left: 0;
}
.grows-step-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
  transition: background 0.15s;
  border-radius: 22px;
  padding: 0 6px 0 0;
}

.grows-step-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #19191b;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.13rem;
  font-weight: 700;
  margin-right: 16px;
  transition: background 0.18s, color 0.18s;
}
.grows-step-item.active .grows-step-num,
.grows-step-item:active .grows-step-num {
  background: #de9bfa;
  color: #19191b;
  border-color: #de9bfa;
}
.grows-step-text {
  font-size: 1.04rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/*일일입장현황 css*/
:root {
  --ft-container: 1200px;
}

/* 레이아웃 */
.split-hero {
  padding: 24px 16px;
  background: #fff;
}
.split-hero .ft-container {
  max-width: var(--ft-container);
  margin: 0 auto;
}

.split-wrap {
  /* 조절 포인트 */
  --left: 56%; /* 왼쪽(이미지) 너비 비율 */
  --seam: 50px; /* 블러 경계 두께 */
  --blur: 14px; /* 블러 강도 */
  --right-bg: #2f3a48; /* 오른쪽 배경색 */

  position: relative;
  display: grid;
  grid-template-columns: var(--left) 1fr;
  border-radius: 18px;
  overflow: hidden;
  background: var(--right-bg);
  color: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
}

/* 왼쪽 이미지 */
.split-media {
  min-height: 320px;
}
.split-media img {
  width: 100%;
  height: 105%;
  object-fit: cover;
  display: block;
}

/* 오른쪽 텍스트 */
.split-copy {
  background: var(--right-bg);
  padding: 36px 40px;
  display: grid;
  align-content: center;
  gap: 12px;
}
.split-title {
  color: #fff;
  margin: 0;
  font-weight: 800;
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.25;
}
.split-desc {
  margin: 2px 0 10px;
  color: #d7e0ee;
}
.split-link {
  color: #e6efff;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.split-link::after {
  content: "›";
  transform: translateY(-1px);
}
.split-link:hover {
  color: #ffffff;
}

/* 가운데 블러 경계 */
.split-seam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left) - var(--seam) / 2);
  width: var(--seam);
  pointer-events: none;
  z-index: 2;
  /* 폴백: 블러 미지원 브라우저에서는 그라데이션만 */
  background: linear-gradient(
    90deg,
    rgba(47, 58, 72, 0) 0%,
    rgba(47, 58, 72, 0.85) 100%
  );
  opacity: 0.95;
}

/* 블러 지원 시 실제 블러 + 부드러운 페이드 */
@supports (
  (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))
) {
  .split-seam {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(47, 58, 72, 0.6) 100%
    );
    -webkit-backdrop-filter: blur(var(--blur)) saturate(120%);
    backdrop-filter: blur(var(--blur)) saturate(120%);
  }
}

/* 반응형: 모바일에서는 1열로, 경계 숨김 */
@media (max-width: 900px) {
  .split-wrap {
    grid-template-columns: 1fr;
  }
  .split-media {
    aspect-ratio: 16/9;
    min-height: 0;
  }
  .split-seam {
    display: none;
  }
  .split-copy {
    padding: 22px;
  }
}
