  /* 브레드크럼 숨김 */
  .breadcrumbs,
  .breadcrumb,
  #page-heading {
    display: none ;
  }
  /* 상위 컨테이너 제한 해제 */
  .container {
    width: 100%;
    padding-top: 0 ;
  }
  html {
    background-color: #f8fafc ;
  }
  body {
    margin: 0;
    font-family:
      "Pretendard",
      -apple-system,
      BlinkMacSystemFont,
      sans-serif ;
    background-color: #f8fafc ;
    color: #333 ;
    min-height: 100vh;
    overflow-x: hidden ;
  }
  #fixedBottom {
    display: none ;
  }

  .randing.it-engineering {
    overflow-x: visible;
    max-width: none ;
    margin: 0;
    color: #f8fafc;
    padding: 0;
  }
      .it-engineering .hero-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        height: 711px;
        min-height: 711px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 80px 20px;
        overflow: hidden;
      }
      .it-engineering .hero-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        background: #0f172a;
      }
      .it-engineering .hero-bg video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .it-engineering .hero-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0.6) 0%, rgba(15, 23, 42, 0.85) 100%);
        pointer-events: none;
      }
      .it-engineering .hero-container {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 720px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
      }
      .it-engineering .hero-subtitle {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.2em;
        color: #83bbff;
        text-transform: uppercase;
        margin-bottom: 4px;
      }
      .it-engineering .hero-title {
        font-size: clamp(1.75rem, 4vw, 2.25rem);
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: -0.02em;
        color: #f8fafc;
        margin: 0;
      }
      .it-engineering .hero-body {
        font-size: clamp(0.9375rem, 2vw, 1.0625rem);
        line-height: 1.7;
        color: rgba(248, 250, 252, 0.88);
        margin: 0;
        max-width: 560px;
      }
      .it-engineering .hero-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 8px;
      }
      .it-engineering .hero-tag {
        display: inline;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: #fff47a;
        background: none;
        border: none;
        text-decoration: none;
        text-shadow:
          1px 1px 0 rgba(15, 23, 42, 0.9),
          2px 2px 0 rgba(15, 23, 42, 0.7),
          3px 3px 0 rgba(15, 23, 42, 0.5),
          4px 4px 0 rgba(15, 23, 42, 0.3),
          0 0 24px rgba(235, 228, 196, 0.35),
          0 0 48px rgba(220, 212, 170, 0.2);
      }
      .it-engineering .hero-tags .hero-tag:not(:last-child)::after {
        content: " · ";
        color: rgba(200, 192, 150, 0.85);
        text-shadow: none;
        margin-left: 2px;
      }
      .it-engineering .hero-keywords-img {
        max-width: 100%;
        height: auto;
        margin-top: 8px;
      }
      .it-engineering .hero-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        height: 52px;
        padding: 0 28px;
        font-size: 16px;
        font-weight: 600;
        font-family:
          "Pretendard",
          -apple-system,
          BlinkMacSystemFont,
          sans-serif;
        color: #fff;
        background: #3b82f6;
        border: none;
        border-radius: 9999px;
        text-decoration: none;
        cursor: pointer;
        transition:
          background 0.2s,
          transform 0.2s;
        box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
        margin-top: 16px;
      }
      .it-engineering .hero-btn:hover {
        background: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
      }
      .it-engineering .hero-btn:active {
        transform: translateY(0);
      }
      .it-engineering .hero-btn--pulse {
        animation: pulse 3s ease-in-out infinite;
      }
      @keyframes pulse {
        0%, 100% {
          box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
        }
        50% {
          box-shadow: 0 4px 18px rgba(59, 130, 246, 0.5), 0 0 0 3px rgba(59, 130, 246, 0.08);
        }
      }

      /* 탭 네비게이션 (스티키) - 다크 버전 */
      .it-engineering .tab-section {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        background: #1e293b;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        z-index: 100;
        transition:
          box-shadow 0.2s ease,
          background-color 0.2s ease,
          border-color 0.2s ease;
      }
      .it-engineering .tab-section.fixed {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100vw;
        transform: none;
        background: rgba(30, 41, 59, 0.98);
        border-bottom-color: rgba(148, 163, 184, 0.3);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
      }
      .it-engineering .tab-section-placeholder {
        display: none;
      }
      .it-engineering .tab-section-placeholder.active {
        display: block;
      }
      .it-engineering .tab-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 24px;
      }
      .it-engineering .tab-nav {
        display: flex;
        gap: 0;
        justify-content: center;
      }
      .it-engineering .tab-button {
        flex: 0 0 auto;
        padding: 20px 36px;
        min-width: 140px;
        background: transparent;
        border: none;
        font-family: "Pretendard", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: rgba(148, 163, 184, 0.7);
        cursor: pointer;
        position: relative;
        transition:
          color 0.2s ease,
          background-color 0.2s ease;
      }
      .it-engineering .tab-button:hover {
        color: rgba(248, 250, 252, 0.9);
        background-color: rgba(148, 163, 184, 0.1);
      }
      .it-engineering .tab-button.active {
        color: #ffffff;
        background: rgba(96, 165, 250, 0.15);
      }
      .it-engineering .tab-button::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #60a5fa;
        transform: scaleX(0);
        transition: transform 0.2s ease;
      }
      .it-engineering .tab-button.active::after {
        transform: scaleX(1);
      }

      .it-engineering .tab-content {
        display: none;
      }
      .it-engineering .tab-content.active {
        display: block;
      }

      /* 탭 콘텐츠 섹션 */
      .it-engineering .tab-content-wrap {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 0;
        background: transparent;
      }
      .it-engineering .section-bg {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 72px 20px 80px;
      }
      .it-engineering .section-bg--degree-course {
        position: relative;
        background: #ffffff;
      }
      .it-engineering .section-bg--degree-course .degree-section,
      .it-engineering .section-bg--degree-course .course-section {
        position: relative;
        z-index: 1;
      }
      .it-engineering .section-bg--degree-course .course-section {
        margin-top: 72px;
      }
      .it-engineering .section-bg--cert {
        position: relative;
        background: #ffffff;
      }
      .it-engineering .section-bg--cert .cert-section {
        position: relative;
        z-index: 1;
      }
      .it-engineering .section-bg--private-cert {
        background: #f8fafc;
      }
      .it-engineering .degree-section {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 8px;
      }
      .it-engineering .degree-section h2 {
        font-family: "Pretendard", sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        color: #0f172a;
        margin: 0 0 40px 0;
        text-align: center;
      }
      .it-engineering .degree-grid {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        margin: 0 0 32px 0;
      }
      .it-engineering .degree-grid th,
      .it-engineering .degree-grid td {
        padding: 16px 20px;
        border: 1px solid #e2e8f0;
        text-align: center;
        color: #334155;
      }
      .it-engineering .degree-grid th {
        background: #f1f5f9;
        font-weight: 600;
        color: #0f172a;
        border-bottom: 2px solid #e2e8f0;
      }
      .it-engineering .degree-grid tbody tr:nth-child(even) td {
        background: #f9fafb;
      }
      .it-engineering .degree-grid td:first-child {
        text-align: center;
        font-weight: 600;
        background: #ffffff;
        color: #0f172a;
      }
      .it-engineering .degree-grid tbody tr:nth-child(even) td:first-child {
        background: #f9fafb;
      }
      .it-engineering .degree-notes {
        font-size: 14px;
        color: #475569;
        line-height: 1.9;
        margin: 0;
        padding: 0 4px;
      }
      .it-engineering .degree-notes span {
        display: block;
        margin-bottom: 6px;
      }
      .it-engineering .degree-notes span:last-child {
        margin-bottom: 0;
      }

      /* 개설과목 섹션 (카테고리 블록) */
      .it-engineering .course-section {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        padding: 48px 8px 56px;
      }
      .it-engineering .course-section::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        top: 0;
        bottom: 0;
        background: #f8fafc;
        z-index: -1;
      }
      .it-engineering .course-section h2 {
        font-family: "Pretendard", sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        color: #0f172a;
        margin: 0 0 24px 0;
        text-align: center;
      }
      .it-engineering .course-section h3 {
        font-family: "Pretendard", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #475569;
        margin: 0 0 16px 0;
        padding-bottom: 8px;
        border-bottom: 1px solid #e8eaee;
      }
      .it-engineering .course-blocks-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      /* 전공필수/전공선택 행 */
      .it-engineering .course-row {
        display: flex;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        overflow: hidden;
      }
      /* 왼쪽 레이블 영역 (셀 병합 느낌) */
      .it-engineering .course-row-label {
        flex-shrink: 0;
        width: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 16px;
        background: #f1f5f9;
        border-right: 1px solid #e2e8f0;
        text-align: center;
        gap: 8px;
      }
      .it-engineering .course-row-label-text {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #0f172a;
      }
      .it-engineering .course-row-label-badge {
        display: inline-block;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        background: #3b82f6;
        border-radius: 9999px;
      }
      /* 오른쪽 콘텐츠 영역 */
      .it-engineering .course-row-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      /* 전공선택 내 블록들 구분선 */
      .it-engineering .course-row--elective .course-block {
        border-bottom: 1px solid #e2e8f0;
      }
      .it-engineering .course-row--elective .course-block:last-child {
        border-bottom: none;
      }
      .it-engineering .course-block {
        padding: 18px;
        background: #ffffff;
        transition: background 0.2s;
      }
      .it-engineering .course-block:hover {
        background: #f9fafb;
      }
      .it-engineering .course-block-label {
        font-size: 14px;
        font-weight: 600;
        color: #64748b;
        margin-bottom: 12px;
        display: block;
      }
      .it-engineering .course-block-list {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }
      .it-engineering .course-subject-badge {
        display: inline-block;
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 500;
        color: #1d4ed8;
        background: #eff6ff;
        border: 1px solid #dbeafe;
        border-radius: 9999px;
        transition:
          background 0.2s,
          border-color 0.2s,
          transform 0.15s,
          box-shadow 0.15s;
      }
      .it-engineering .course-subject-badge:hover {
        background: #dbeafe;
        border-color: #93c5fd;
        box-shadow: 0 4px 10px rgba(59, 130, 246, 0.18);
        transform: translateY(-1px);
      }

      /* 추천 자격증 섹션 */
      .it-engineering .cert-section {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 8px;
      }
      .it-engineering .cert-subtitle {
        font-size: 15px;
        font-weight: 600;
        color: #2563eb;
        margin: 0 0 12px 0;
        text-align: center;
        letter-spacing: 0.02em;
      }
      .it-engineering .cert-title {
        font-family: "Pretendard", sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        color: #0f172a;
        margin: 0 0 42px 0;
        text-align: center;
      }
      .it-engineering .cert-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        max-width: 760px;
        margin: 0 auto 32px;
        justify-content: flex-start;
      }
      .it-engineering .cert-item.is-hidden-page {
        display: none;
      }
      .it-engineering .cert-pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 0;
        margin-bottom: 42px;
      }
      .it-engineering .cert-pagination-dot {
        min-width: 0;
        width: 24px;
        height: 6px;
        border-radius: 3px;
        border: none;
        padding: 0;
        background: #e5e7eb;
        cursor: pointer;
        font-size: 0;
        color: transparent;
        overflow: hidden;
        transition:
          background 0.2s ease,
          transform 0.15s ease,
          width 0.2s ease;
      }
      .it-engineering .cert-pagination-dot.is-active {
        background: #3b82f6;
        width: 32px;
      }
      .it-engineering .cert-item {
        position: relative;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex: 0 0 calc((100% - 48px) / 4);
        min-width: 0;
        min-height: 154px;
        padding: 44px 16px 20px;
        font-size: 15px;
        font-weight: 500;
        color: #e2e8f0;
        background: #334155;
        border: 1px solid rgba(148, 163, 184, 0.3);
        border-radius: 14px;
        flex-shrink: 0;
        box-sizing: border-box;
        transition:
          background 0.2s,
          border-color 0.2s,
          transform 0.15s,
          box-shadow 0.2s;
      }
      .it-engineering .cert-item:hover {
        background: #475569;
        border-color: rgba(148, 163, 184, 0.45);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
      }
      .it-engineering .cert-item-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 12px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cpath d='M8 13h2'/%3E%3Cpath d='M8 17h2'/%3E%3Cpath d='M14 13h4'/%3E%3Cpath d='M14 17h4'/%3E%3C/svg%3E") no-repeat center;
        background-size: contain;
        flex-shrink: 0;
      }
      .it-engineering .cert-item-label {
        text-align: center;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .it-engineering .cert-item-label-sub {
        font-size: 11px;
        color: #94a3b8;
      }
      .it-engineering .cert-item-credit {
        display: block;
        margin-top: 6px;
        font-size: 13px;
        font-weight: 500;
        color: #94a3b8;
      }
      .it-engineering .cert-item-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 4px 8px;
        font-size: 10px;
        font-weight: 600;
        color: #0c4a6e;
        background: #7dd3fc;
        border: none;
        border-radius: 6px;
      }
      .it-engineering .cert-info {
        font-size: 14px;
        color: #475569;
        line-height: 1.8;
        margin: 20px 0 0 0;
        text-align: center;
      }
      .it-engineering .cert-info span {
        display: block;
      }
      .it-engineering .cert-info a {
        color: #2563eb;
        text-decoration: underline;
      }
      .it-engineering .cert-info a:hover {
        color: #1d4ed8;
      }
      .it-engineering .cert-cta {
        text-align: center;
      }
      .it-engineering .cert-cta .hero-btn {
        margin-top: 0;
      }

      /* 메가존 민간자격증 섹션 (탭과 무관, 동일 노출) */
      .it-engineering .private-cert-section {
        max-width: 640px;
        margin: 0 auto;
        padding: 0 8px;
      }
      .it-engineering .private-cert-title-wrap {
        text-align: center;
        margin-bottom: 40px;
      }
      .it-engineering .private-cert-title {
        font-family: "Pretendard", sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        color: #0f172a;
        margin: 0 0 16px 0;
      }
      .it-engineering .private-cert-subtitle {
        font-size: 16px;
        font-weight: 500;
        color: #475569;
        line-height: 1.7;
        margin: 0;
      }
      .it-engineering .private-cert-mapping-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 16px;
      }
      .it-engineering .private-cert-mapping-header span {
        font-size: 14px;
        font-weight: 600;
        color: #64748b;
      }
      .it-engineering .private-cert-mapping-header span:first-child {
        padding-left: 22px;
      }
      .it-engineering .private-cert-mapping-header span:last-child {
        color: #2563eb;
        padding-right: 22px;
      }
      .it-engineering .private-cert-mapping-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
      .it-engineering .private-cert-mapping-row {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 18px 20px;
        background: #ffffff;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
        transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
      }
      .it-engineering .private-cert-mapping-row:hover {
        background: #f8fafc;
        border-color: #cbd5e1;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
      }
      .it-engineering .private-cert-mapping-subjects {
        flex: 1;
        font-size: 15px;
        font-weight: 500;
        color: #334155;
        line-height: 1.4;
      }
      .it-engineering .private-cert-mapping-arrow {
        flex-shrink: 0;
        color: #2563eb;
      }
      .it-engineering .private-cert-mapping-arrow svg {
        width: 20px;
        height: 20px;
        display: block;
      }
      .it-engineering .private-cert-mapping-cert {
        flex: 1;
        font-size: 15px;
        font-weight: 700;
        color: #1d4ed8;
        line-height: 1.4;
        text-align: right;
      }
      .it-engineering .private-cert-cta {
        text-align: center;
        margin-top: 32px;
      }
      .it-engineering .private-cert-cta .hero-btn {
        margin-top: 0;
      }

      /* 3가지 성공 경로 섹션 (private-cert 라이트에서 부드럽게: #334155) */
      .it-engineering .section-bg--success-path {
        background: #334155;
      }
      .it-engineering .success-path-section {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 8px;
      }
      .it-engineering .success-path-title {
        font-family: "Pretendard", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.4;
        color: #f8fafc;
        text-align: center;
        margin: 0 auto 48px auto;
        max-width: 720px;
      }
      .it-engineering .success-path-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
      }
      @media (max-width: 900px) {
        .it-engineering .success-path-grid {
          grid-template-columns: 1fr;
        }
      }
      .it-engineering .success-path-block {
        background: rgba(30, 41, 59, 0.6);
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.15);
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
      }
      .it-engineering .success-path-block:hover {
        transform: translateY(-8px);
        border-color: rgba(96, 165, 250, 0.35);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(96, 165, 250, 0.15);
      }
      .it-engineering .success-path-block-image {
        width: 100%;
        aspect-ratio: 5/3;
        object-fit: cover;
        background: #1e293b;
      }
      .it-engineering .success-path-block-body {
        padding: 24px;
        flex: 1;
        display: flex;
        flex-direction: column;
      }
      .it-engineering .success-path-block-title {
        font-family: "Pretendard", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #f8fafc;
        margin: 0 0 16px 0;
        line-height: 1.3;
      }
      .it-engineering .success-path-block-text {
        font-size: 15px;
        font-weight: 500;
        color: rgba(248, 250, 252, 0.85);
        line-height: 1.65;
        margin: 0 0 80px 0;
        flex: 1;
      }
      .it-engineering .success-path-block-cta {
        margin-top: auto;
      }
      .it-engineering .success-path-cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        min-height: 48px;
        padding: 12px 20px;
        font-family: "Pretendard", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #f8fafc;
        background: #2563eb;
        border: none;
        border-radius: 10px;
        text-decoration: none;
        transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
        cursor: pointer;
      }
      .it-engineering .success-path-cta-btn:hover {
        background: #1d4ed8;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
      }
      .it-engineering .success-path-cta-btn:active {
        transform: translateY(0);
      }

      /* 최종 CTA 섹션 */
      .it-engineering .section-bg--final-cta {
        position: relative;
        background-color: #000000;
        background-image: url("https://it.livestudy.com/files/images/202602/a72e23a5-74a7-40cd-a72a-ddd682eb6a25.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1454px auto;
        background-attachment: fixed;
      }
      .it-engineering .section-bg--final-cta::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(6, 10, 23, 0.6);
        pointer-events: none;
      }
      .it-engineering .section-bg--final-cta .final-cta-section {
        position: relative;
        z-index: 1;
      }
      .it-engineering .final-cta-section {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 8px;
        text-align: center;
      }
      .it-engineering .final-cta-subtitle {
        font-size: 16px;
        font-weight: 600;
        color: #60a5fa;
        margin: 0 0 12px 0;
        letter-spacing: 0.02em;
      }
      .it-engineering .final-cta-title {
        font-family: "Pretendard", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.35;
        color: #FFFFFF;
        margin: 0 0 40px 0;
      }
      .it-engineering .final-cta-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
      }
      .it-engineering .final-cta-btn {
        position: relative;
        display: inline-block;
        padding: 18px 48px;
        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;
        background: #3b82f6;
        color: #ffffff;
        box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
      }
      .it-engineering .final-cta-btn:hover {
        background: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
      }
      @media (max-width: 640px) {
        .it-engineering .final-cta-buttons {
          flex-direction: column;
          gap: 16px;
        }
        .it-engineering .final-cta-btn {
          width: 100%;
          max-width: 320px;
        }
      }

      /* FAQ + 하단 문의 섹션 */
      .it-engineering .section-bg--it-faq {
        background: #f8fafc;
      }
      .it-engineering .it-faq-section {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 8px 80px;
      }
      .it-engineering .it-faq-header {
        text-align: left;
        margin-bottom: 48px;
      }
      .it-engineering .it-faq-title {
        font-family: "Pretendard", sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #0f172a;
        margin: 0;
      }
      .it-engineering .it-faq-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }
      .it-engineering .it-faq-item {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
      }
      .it-engineering .it-faq-item:hover {
        border-color: #cbd5e1;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
      }
      .it-engineering .it-faq-item.active {
        border-color: #60a5fa;
        box-shadow: 0 4px 16px rgba(96, 165, 250, 0.12);
      }
      .it-engineering .it-faq-question {
        width: 100%;
        padding: 22px 24px;
        background: transparent;
        border: none;
        text-align: left;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: "Pretendard", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #1e293b;
        line-height: 1.5;
        transition: color 0.2s ease;
      }
      .it-engineering .it-faq-question:hover {
        color: #2563eb;
      }
      .it-engineering .it-faq-item.active .it-faq-question {
        color: #2563eb;
      }
      .it-engineering .it-faq-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        margin-left: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        color: #94a3b8;
        transition: transform 0.3s ease, color 0.3s ease;
      }
      .it-engineering .it-faq-item.active .it-faq-icon {
        color: #2563eb;
        transform: rotate(45deg);
      }
      .it-engineering .it-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 24px;
      }
      .it-engineering .it-faq-item.active .it-faq-answer {
        max-height: 1000px;
        padding: 0 24px 22px 24px;
      }
      .it-engineering .it-faq-answer-content {
        font-family: "Pretendard", sans-serif;
        font-size: 15px;
        line-height: 1.8;
        color: #475569;
        padding-top: 16px;
      }
      .it-engineering .it-faq-inquiry {
        text-align: center;
        margin-top: 56px;
        padding-top: 40px;
        border-top: 1px solid #e2e8f0;
      }
      .it-engineering .it-faq-inquiry-text {
        font-size: 17px;
        font-weight: 500;
        color: #475569;
        margin: 0 0 20px 0;
      }
      .it-engineering .it-faq-inquiry-button {
        display: inline-block;
        padding: 16px 40px;
        background: #334155;
        color: #ffffff;
        font-family: "Pretendard", sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 12px;
        transition: all 0.3s ease;
      }
      .it-engineering .it-faq-inquiry-button:hover {
        background: #475569;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(51, 65, 85, 0.25);
      }
