      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      html {
        background-color: #ffffff ;
      }

      body {
        font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif ;
        font-size: 18px ;
        background-color: #ffffff ;
        color: #000000 ;
        min-height: 100vh;
        overflow-x: hidden ;
      }

      #fixedBottom {
        display: none ;
      }

      /* 브레드크럼 숨김 */
      .breadcrumbs,
      .breadcrumb,
      #page-heading {
        display: none ;
      }

      /* 상위 컨테이너 제한 해제 - package-it 방식 (sticky 동작을 위해 overflow 설정하지 않음) */
      .container {
        width: 100%;
        padding-top: 0 ;
      }

      .content-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .landing.manage-cpa {
        overflow-x: visible; /* container 밖으로 넘치는 요소 허용 */
        margin: 0;
        padding: 0;
        max-width: none ;
      }

      /* 타이포그래피 시스템 - Figma 기준 */
      .typo-display {
        font-family: "Pretendard", sans-serif;
        font-size: 64px;
        font-weight: 700;
        line-height: 77px;
        color: #1a1f29;
      }

      .typo-h1 {
        font-family: "Pretendard", sans-serif;
        font-size: 56px;
        font-weight: 700;
        line-height: 67px;
        color: #1a1f29;
      }

      .typo-h2 {
        font-family: "Pretendard", sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        color: #1a1f29;
      }

      .typo-h3 {
        font-family: "Pretendard", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        color: #1a1f29;
      }

      .typo-h5 {
        font-family: "Pretendard", sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        color: #1a1f29;
      }

      .typo-body-large {
        font-family: "Pretendard", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px; /* 1.5 line */
        color: #1a1f29;
      }

      .typo-body-regular {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px; /* 1.5 line */
        color: #4f5969;
      }

      .typo-label {
        font-family: "Pretendard", sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        line-height: 1.2;
        color: #828c9c;
        text-transform: uppercase;
      }

      /* 히어로 섹션 - BIZ 컬러 */
      .hero-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        background-image: url("https://it.livestudy.com/files/images/202601/b32b1e39-0acc-48f6-b1c6-95cabfd1a7f8.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px 0 50px;
        text-align: center;
        box-sizing: border-box;
        overflow: visible;
      }

      .hero-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .hero-subtitle {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #059669; /* BIZ/Primary */
        margin-bottom: 24px;
      }

      .hero-title {
        margin-bottom: 32px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
      }

      .hero-title-image {
        width: 70%;
        max-width: 900px;
        height: auto;
        margin: 0 auto;
        display: block;
      }

      .hero-description {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6 ;
        color: #1a1f29;
      }

      .hero-image {
        width: 100%;
        max-width: 600px ;
        height: auto;
        margin: 0 auto;
        display: block;
        border-radius: 16px;
        padding-top: 20px;
      }

      .hero-button {
        display: inline-block;
        padding: 18px 40px;
        background-color: #059669; /* BIZ/Primary */
        color: #ffffff;
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        margin-top: 32px;
        box-shadow: 0 4px 16px rgba(5, 150, 105, 0.25);
      }

      .hero-button:hover {
        background-color: #047857; /* BIZ/Secondary */
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(5, 150, 105, 0.35);
      }

      .hero-button::after {
        content: "→";
        margin-left: 8px;
      }

      /* 왜 메가존아이티 섹션 - BIZ 컬러 */
      .why-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 100px 0;
        background-color: #ffffff;
      }

      .why-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .why-title {
        text-align: center;
        margin-bottom: 72px;
      }

      .why-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
      }

      .why-card {
        background-color: #ecfdf5; /* BIZ/Background */
        border: 1px solid #6ee7b7; /* BIZ/Border */
        border-radius: 16px;
        padding: 40px 28px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
      }

      .why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(5, 150, 105, 0.12);
        border-color: #059669; /* BIZ/Primary */
      }

      .why-card-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        border-radius: 50%;
        padding: 8px;
        box-shadow: 0 4px 12px rgba(5, 150, 105, 0.1);
      }

      .why-card-icon img {
        width: 64px;
        height: 64px;
        object-fit: contain;
      }

      .why-card-title {
        margin-bottom: 12px;
        font-family: "Pretendard", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #1a1f29;
        line-height: 1.4;
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .why-card-body {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #4f5969;
        line-height: 1.6;
      }

      /* 기사·산업기사 응시자격 섹션 */
      .engineer-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 100px 0;
        background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
      }

      .engineer-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .engineer-header {
        text-align: center;
        margin-bottom: 48px;
      }

      .engineer-title {
        margin-bottom: 32px;
      }

      .engineer-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }

      .engineer-feature-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 32px 28px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        border: 1px solid #f0f0f0;
        transition: all 0.3s ease;
        text-align: center;
      }

      .engineer-feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px rgba(5, 150, 105, 0.12);
        border-color: #6ee7b7;
      }

      .engineer-feature-card-title {
        font-family: "Pretendard", sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #1a1f29;
        margin-bottom: 16px;
        line-height: 1.4;
      }

      .engineer-feature-card-title .highlight {
        color: #059669;
      }

      .engineer-feature-card-desc {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #4f5969;
        line-height: 1.6;
      }

      .engineer-image {
        margin: 48px 0;
        text-align: center;
      }

      .engineer-image img {
        max-width: 100%;
        width: 50%;
        height: auto;
        border-radius: 16px;
      }

      /* 응시자격 카드 섹션 */
      .engineer-qualify {
        margin-top: 64px;
        margin-bottom: 64px;
      }

      .engineer-qualify-title {
        text-align: center;
        font-family: "Pretendard", sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #1a1f29;
        margin-bottom: 32px;
      }

      .engineer-qualify-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
      }

      .engineer-qualify-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 32px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        border: 1px solid #f0f0f0;
        transition: all 0.3s ease;
      }

      .engineer-qualify-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px rgba(5, 150, 105, 0.12);
        border-color: #6ee7b7;
      }

      .engineer-qualify-card-title {
        font-family: "Pretendard", sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #059669;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 2px solid #ecfdf5;
      }

      .engineer-qualify-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .engineer-qualify-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #4f5969;
        line-height: 1.5;
      }

      .engineer-qualify-item::before {
        content: "•";
        color: #059669;
        font-weight: 700;
        flex-shrink: 0;
      }

      .engineer-qualify-item.highlight {
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
        padding: 12px 16px;
        border-radius: 10px;
        margin: 4px -16px;
        color: #047857;
        font-weight: 600;
      }

      .engineer-qualify-item.highlight::before {
        content: "★";
        color: #059669;
      }

      /* 응시 가능 계열 섹션 */
      .engineer-fields {
        background: linear-gradient(135deg, #1a1f29 0%, #2d3748 100%);
        border-radius: 24px;
        padding: 48px;
        text-align: center;
      }

      .engineer-fields-title {
        font-family: "Pretendard", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 24px;
      }

      .engineer-fields-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-bottom: 32px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
      }

      .engineer-fields-tag {
        display: inline-flex;
        padding: 10px 18px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 24px;
        font-family: "Pretendard", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        transition: transform 0.2s ease;
        cursor: default;
      }

      .engineer-fields-tag:hover {
        transform: scale(1.1) translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
      }

      .engineer-fields-note {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #6ee7b7;
        margin-bottom: 0;
      }

      .engineer-cta-text {
        font-family: "Pretendard", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #1a1f29;
        margin-bottom: 24px;
      }

      .engineer-cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 18px 40px;
        background-color: #059669;
        color: #ffffff;
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 16px rgba(5, 150, 105, 0.25);
      }

      .engineer-cta-button:hover {
        background-color: #047857;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(5, 150, 105, 0.35);
      }

      .engineer-cta-button::after {
        content: "→";
        margin-left: 8px;
      }

      /* 학위취득 플랜 섹션 - 토스 스타일 */
      .plan-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 100px 0 0 0;
        background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
      }

      .plan-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .plan-header {
        text-align: center;
        margin-bottom: 80px;
      }

      .plan-subtitle {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #059669; /* BIZ/Primary */
        margin-bottom: 16px;
      }

      .plan-title {
        margin-bottom: 20px;
      }

      .plan-description {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #4f5969;
        line-height: 1.6;
        max-width: 700px;
        margin: 0 auto;
      }

      .plan-process {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
      }

      .plan-steps {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        margin-bottom: 0;
      }

      .plan-image {
        width: 100%;
        margin-top: 60px;
        text-align: center;
      }

      .plan-image img {
        width: 60%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
      }

      .plan-steps::before {
        content: "";
        position: absolute;
        top: 60px;
        left: 5%;
        right: 5%;
        height: 2px;
        background: linear-gradient(90deg, #6ee7b7 0%, #10b981 50%, #059669 100%);
        z-index: 0;
      }

      .plan-step {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
        max-width: 280px;
      }

      .plan-step-number {
        width: 120px;
        height: 120px;
        background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
        border: 3px solid #6ee7b7; /* BIZ/Border */
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        box-shadow: 0 4px 20px rgba(5, 150, 105, 0.1);
        transition: all 0.3s ease;
      }

      .plan-step:hover .plan-step-number {
        transform: scale(1.05);
        border-color: #059669;
        box-shadow: 0 8px 32px rgba(5, 150, 105, 0.2);
      }

      .plan-step-number-label {
        font-family: "Pretendard", sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #059669;
        margin-bottom: 4px;
        letter-spacing: 0.05em;
      }

      .plan-step-number-value {
        font-family: "Pretendard", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #1a1f29;
        letter-spacing: -0.02em;
      }

      .plan-step-content {
        text-align: center;
        width: 100%;
      }

      .plan-step-title {
        font-family: "Pretendard", sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #1a1f29;
        margin-bottom: 16px;
        line-height: 1.4;
        letter-spacing: -0.01em;
      }

      .plan-step-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 0;
      }

      .plan-step-detail {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #4f5969;
        line-height: 1.6;
        padding: 0;
      }

      .plan-step-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 16px;
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
        border: 1px solid #6ee7b7;
        border-radius: 10px;
        font-family: "Pretendard", sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #059669;
        margin-top: 8px;
        letter-spacing: -0.01em;
        box-shadow: 0 2px 12px rgba(5, 150, 105, 0.2);
        animation: badgePulse 2s ease-in-out infinite;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .plan-step-badge:hover {
        background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(5, 150, 105, 0.3);
      }

      @keyframes badgePulse {
        0%,
        100% {
          transform: scale(1);
          box-shadow: 0 2px 12px rgba(5, 150, 105, 0.2);
        }
        50% {
          transform: scale(1.05);
          box-shadow: 0 4px 20px rgba(5, 150, 105, 0.35);
        }
      }

      .plan-step.goal .plan-step-number {
        background: linear-gradient(135deg, #059669 0%, #10b981 100%);
        border: 3px solid #047857;
        box-shadow: 0 8px 32px rgba(5, 150, 105, 0.3);
      }

      .plan-step.goal .plan-step-number-label {
        color: rgba(255, 255, 255, 0.9);
      }

      .plan-step.goal .plan-step-number-value {
        color: #ffffff;
      }

      .plan-step.goal .plan-step-title {
        color: #059669;
      }

      .plan-step.goal .plan-step-detail {
        color: #1a1f29;
      }

      /* CPA 통계 섹션 - 토스 스타일 */
      .stats-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 50px 0 0 0;
        background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
      }

      .stats-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .stats-header {
        text-align: center;
        margin-bottom: 16px;
      }

      .stats-subtitle {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #059669; /* BIZ/Primary */
        margin-bottom: 16px;
      }

      .stats-title {
        margin-bottom: 0;
      }

      .stats-body {
        text-align: center;
        margin-bottom: 60px;
        color: #4f5969;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
      }

      .stats-career-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 48px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
      }

      .stats-career-item {
        background: #ffffff;
        border-radius: 16px;
        padding: 20px 24px;
        border: 1px solid #f0f0f0;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        transition: all 0.2s ease;
      }

      .stats-career-item:hover {
        border-color: #6ee7b7;
        box-shadow: 0 2px 8px rgba(5, 150, 105, 0.08);
      }

      .stats-career-label {
        font-family: "Pretendard", sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #059669;
        min-width: 180px;
        flex-shrink: 0;
      }

      .stats-career-content {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #1a1f29;
        line-height: 1.6;
        flex: 1;
      }

      .stats-career-item.highlight {
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
        border-color: #6ee7b7;
      }

      .stats-career-item.highlight .stats-career-label {
        color: #047857;
      }

      .stats-card {
        background: #ffffff;
        border-radius: 24px;
        padding: 40px 24px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        border: 1px solid #f0f0f0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
      }

      .stats-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px rgba(5, 150, 105, 0.12);
        border-color: #6ee7b7;
      }

      .stats-card-title {
        font-family: "Pretendard", sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #1a1f29;
        margin-bottom: 32px;
        letter-spacing: -0.02em;
      }

      .stats-card-source {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #828c9c;
        margin-top: 24px;
        text-align: right;
      }

      .stats-image {
        width: 100%;
        margin-top: 40px;
        text-align: center;
      }

      .stats-image img {
        width: 40%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
      }

      /* 막대 그래프 - 세로형 */
      .bar-chart-container {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        height: 280px;
        gap: 12px;
        padding: 0 10px;
      }

      .bar-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        flex: 1;
        height: 100%;
      }

      .bar-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
      }

      .bar-track {
        width: 100%;
        height: 100%;
        background-color: #f0f0f0;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
      }

      .bar-fill {
        width: 100%;
        max-height: 95%;
        background: linear-gradient(180deg, #10b981 0%, #059669 100%);
        border-radius: 0 0 8px 8px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 8px;
        transition: height 1s ease-out;
        position: relative;
        overflow: hidden;
      }

      .bar-fill::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
      }

      .bar-value {
        font-family: "Pretendard", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        z-index: 1;
        position: relative;
      }

      .bar-label {
        font-family: "Pretendard", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #4f5969;
        text-align: center;
      }

      .bar-label.special {
        color: #059669;
        font-weight: 700;
      }

      /* 꺾은선 그래프 - 새로운 스타일 */
      .line-chart {
        position: relative;
        width: 100%;
        padding: 20px 0 0;
      }

      .line-chart-svg {
        width: 100%;
        height: auto;
        display: block;
        overflow: visible;
      }

      .line-chart-grid {
        stroke: #e5e7eb;
        stroke-width: 1;
        stroke-dasharray: 4 4;
      }

      .line-chart-axis {
        stroke: #d1d5db;
        stroke-width: 1;
      }

      .line-chart-area {
        fill: url(#lineChartGradient);
      }

      .line-chart-path {
        fill: none;
        stroke: #059669;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        filter: drop-shadow(0 2px 4px rgba(5, 150, 105, 0.2));
      }

      .line-chart-point {
        fill: #ffffff;
        stroke: #059669;
        stroke-width: 3;
        cursor: pointer;
        transition: all 0.2s ease;
        filter: drop-shadow(0 2px 6px rgba(5, 150, 105, 0.3));
      }

      .line-chart-point:hover {
        r: 10px;
        stroke-width: 4;
        filter: drop-shadow(0 4px 12px rgba(5, 150, 105, 0.4));
      }

      .line-chart-point.highlight {
        fill: #059669;
        stroke: #047857;
        r: 10px;
      }

      .line-chart-value {
        font-family: "Pretendard", sans-serif;
        font-size: 16px;
        font-weight: 700;
        fill: #059669;
        text-anchor: middle;
      }

      .line-chart-value.highlight {
        font-size: 18px;
        fill: #047857;
      }

      .line-chart-label {
        font-family: "Pretendard", sans-serif;
        font-size: 16px;
        font-weight: 600;
        fill: #6b7280;
        text-anchor: middle;
      }

      .line-chart-label.highlight {
        fill: #059669;
        font-weight: 700;
      }

      /* 통계 하단 카드 섹션 */
      .stats-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 64px;
      }

      .stats-feature-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 32px 28px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        border: 1px solid #f0f0f0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
      }

      .stats-feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(5, 150, 105, 0.12);
        border-color: #6ee7b7;
      }

      .stats-feature-card:hover::before {
        opacity: 1;
      }

      .stats-feature-icon {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border: 1px solid #6ee7b7;
      }

      .stats-feature-icon svg {
        width: 24px;
        height: 24px;
        color: #059669;
      }

      .stats-feature-title {
        font-family: "Pretendard", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #1a1f29;
        margin-bottom: 12px;
        letter-spacing: -0.01em;
        line-height: 1.4;
      }

      .stats-feature-description {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #4f5969;
        line-height: 1.6;
        margin: 0;
      }

      .highlight-orange {
        color: #f97316; /* orange-500 */
        font-weight: 600;
      }

      /* CPA 응시 자격 섹션 - 토스 스타일 */
      .qualification-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 100px 0;
        background: linear-gradient(135deg, #1a1f29 0%, #2d3748 100%);
        overflow: hidden;
      }

      .qualification-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 30% 20%, rgba(5, 150, 105, 0.1) 0%, transparent 50%);
        pointer-events: none;
      }

      .qualification-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        z-index: 1;
      }

      .qualification-header {
        text-align: center;
        margin-bottom: 64px;
      }

      .qualification-title {
        margin-bottom: 16px;
        color: #ffffff;
      }

      .qualification-description {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto;
      }

      .qualification-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-bottom: 48px;
      }

      .qualification-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 32px 24px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        border: 1px solid #f0f0f0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
      }

      .qualification-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px rgba(5, 150, 105, 0.25);
        border-color: #6ee7b7;
      }

      .qualification-card:hover::before {
        opacity: 1;
      }

      .qualification-card-title-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 2px solid #ecfdf5;
      }

      .qualification-card-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
      }

      .qualification-card-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      .qualification-card-title-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .qualification-card-title {
        font-family: "Pretendard", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #059669;
        letter-spacing: -0.01em;
        margin: 0;
      }

      .qualification-card-desc {
        font-family: "Pretendard", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #6b7280;
        margin: 0;
      }

      .qualification-subjects {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .qualification-subject {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #1a1f29;
        line-height: 1.5;
      }

      .qualification-subject::before {
        content: "✓";
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        color: #059669;
        font-size: 12px;
        font-weight: 700;
        flex-shrink: 0;
      }

      .qualification-buttons {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
      }

      .qualification-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 16px 32px;
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        letter-spacing: -0.01em;
      }

      .qualification-button.primary {
        background-color: #059669; /* BIZ/Primary */
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
      }

      .qualification-button.primary:hover {
        background-color: #047857; /* BIZ/Secondary */
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
      }

      .qualification-button.secondary {
        background-color: #ffffff;
        color: #059669; /* BIZ/Primary */
        border: 2px solid #6ee7b7; /* BIZ/Border */
        box-shadow: 0 2px 8px rgba(5, 150, 105, 0.1);
      }

      .qualification-button.secondary:hover {
        background-color: #ecfdf5; /* BIZ/Background */
        border-color: #059669;
        transform: translateY(-2px);
      }

      /* FAQ 섹션 - BIZ 컬러 */
      .faq-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 100px 0 200px;
        background-color: #ffffff;
      }

      .faq-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 40px;
      }

      .faq-header {
        text-align: left;
        margin-bottom: 64px;
      }

      .faq-title {
        margin-bottom: 0;
        font-size: 28px;
      }

      .faq-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .faq-item {
        background-color: #f5f6f8;
        border: 1px solid transparent;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
      }

      .faq-item:hover {
        background-color: #ecfdf5; /* BIZ/Background */
        box-shadow: 0 4px 12px rgba(5, 150, 105, 0.08);
      }

      .faq-question {
        width: 100%;
        padding: 24px 28px;
        background-color: transparent;
        border: none;
        text-align: left;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #1a1f29;
        transition: color 0.2s ease;
        line-height: 1.6;
      }

      .faq-question:hover {
        color: #059669; /* BIZ/Primary */
      }

      .faq-question span:first-child {
        display: inline-block;
        line-height: 1.6;
      }

      .faq-question span:first-child::first-letter {
        display: inline-block;
        color: #059669; /* BIZ/Primary */
        font-size: 22px;
        font-weight: 700;
        margin-right: 4px;
        vertical-align: baseline;
      }

      .faq-icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #828c9c;
        font-size: 20px;
        font-weight: 700;
        transition: transform 0.3s ease, color 0.3s ease;
        flex-shrink: 0;
        margin-left: 16px;
      }

      .faq-item.active {
        background-color: #ecfdf5; /* BIZ/Background */
        border: 1px solid #6ee7b7; /* BIZ/Border */
        box-shadow: 0 4px 16px rgba(5, 150, 105, 0.12);
      }

      .faq-item.active .faq-question {
        color: #059669; /* BIZ/Primary */
      }

      .faq-item.active .faq-question span:first-child::first-letter {
        color: #047857; /* BIZ/Secondary */
      }

      .faq-item.active .faq-icon {
        color: #059669; /* BIZ/Primary */
        transform: rotate(45deg);
      }

      .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 28px;
      }

      .faq-item.active .faq-answer {
        max-height: 1000px;
        padding: 0 28px 24px 28px;
      }

      .faq-answer-content {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        line-height: 1.8;
        color: #4f5969;
        padding-top: 20px;
        padding-left: 8px;
        position: relative;
      }

      .faq-answer-content::first-letter {
        display: inline-block;
        color: #059669; /* BIZ/Primary */
        font-size: 20px;
        font-weight: 700;
        margin-right: 6px;
        vertical-align: baseline;
      }

      .faq-item.active .faq-answer-content {
        padding-left: 8px;
      }

      /* FAQ 하단 문의 섹션 */
      .faq-inquiry {
        text-align: center;
        margin-top: 64px;
        padding-top: 48px;
        border-top: 1px solid #e8eaed;
      }

      .faq-inquiry-text {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #4f5969;
        margin-bottom: 24px;
      }

      .faq-inquiry-button {
        display: inline-block;
        padding: 16px 40px;
        background-color: #059669; /* BIZ/Primary */
        color: #ffffff;
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
      }

      .faq-inquiry-button:hover {
        background-color: #047857; /* BIZ/Secondary */
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
      }
