 body {
      margin: 0;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background: #f9fbff;
    }

    header {
      color: #fff;
      text-align: center;
      padding-bottom: 40px;
    }

    /* --------------------
       Navbar
    -------------------- */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 2rem;
      background: #ffffff;
      position: relative;
      z-index: 100;
      border-bottom: 1px solid #eaeaea;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .logo {
      width: 180px;
      height: auto;
    }

    .nav-links {
      list-style: none;
      display: flex;
      gap: 1.5rem;
      margin: 0;
      padding: 0;
    }

    .nav-links a {
      color: #333;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .nav-links a:hover {
      color: #145bb5;
    }

    /* 햄버거 버튼 */
    .menu-toggle {
      display: none;
      font-size: 1.8rem;
      background: none;
      border: none;
      cursor: pointer;
      color: #333;
    }

    /* --------------------
       Hero 영역
    -------------------- */
    .hero {
      width: 100%;
      background: #000;
    }

    .hero-carousel {
      width: 100%;
      max-width: 2560px;   /* QHD까지 커버 */
      height: 840px;       /* PC 고정 높이 */
      margin: 0 auto;
      overflow: hidden;
      position: relative;
    }

    .carousel-track {
      display: flex;
      height: 100%;
    }

    .banner-card {
      flex: 0 0 100%;
      height: 100%;
      position: relative;
    }

    .banner-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .banner-text {
      position: absolute;
      bottom: 30px;
      left: 50px;
      color: #fff;
      font-size: 2rem;
      font-weight: bold;
    }

    /* --------------------
       서비스 섹션
    -------------------- */
    .section {
      padding: 3rem 1.5rem;
      max-width: 1400px;
      margin: auto;
      text-align: center;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      display:none;
    }

    .sections {
      padding: 3rem 1.5rem;
      max-width: 1400px;
      margin: auto;
      text-align: center;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .sections h2 {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      font-weight: bold;
    }

    .service-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }

    .card {
      padding: 1.5rem;
      border: 1px solid #d6e4ff;
      border-radius: 10px;
      background: #f9fbff;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card .icon img {
      width: 60px;   /* PC 기준 크기 */
      height: auto;  /* 비율 유지 */
      margin-bottom: 15px;
    }

    /* --------------------
       서비스 배너
    -------------------- */
    .service-banner {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banner img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banner img:hover {
      transform: scale(1.02);
    }
    .service-banners {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners img:hover {
      transform: scale(1.02);
    }
    
    .service-banners2 {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners2 img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners2 img:hover {
      transform: scale(1.02);
    }    
    .service-banners3 {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners3 img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners3 img:hover {
      transform: scale(1.02);
    }

    .service-banners4 {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners4 img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners4 img:hover {
      transform: scale(1.02);
    }

    .service-banners5 {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners5 img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners5 img:hover {
      transform: scale(1.02);
    }

    .service-banners6 {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners6 img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners6 img:hover {
      transform: scale(1.02);
    }

    .service-banners7 {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners7 img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners7 img:hover {
      transform: scale(1.02);
    }

    .service-banners8 {
      margin-top: 2.5rem;
      text-align: center;
    }

    .service-banners8 img {
      width: 100%;
      max-width: 1400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
      display: block; /* inline-gap 제거 */
    }

    .service-banners8 img:hover {
      transform: scale(1.02);
    }
    /* --------------------
       문의 섹션
    -------------------- */
    .contact form {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      max-width: 500px;
      margin: auto;
    }

    .contact input, 
    .contact textarea {
      padding: 0.7rem;
      border-radius: 5px;
      border: 1px solid #d6e4ff;
    }

    .contact button {
      background: #2A73FF;
      color: #fff;
      padding: 0.7rem;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: bold;
    }

    .contact button:hover {
      background: #1456d0;
    }

    /* --------------------
       Footer
    -------------------- */
    footer {
      background: #f6f6f6;
      padding: 32px 20px;
      color: #444;
      font-size: 13px;
      margin-top: 40px;
    }

    footer .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }

    footer .footer-bottom {
      margin-top: 20px;
      text-align: center;
      font-size: 12px;
      color: #777;
    }

    /* --------------------
       반응형
    -------------------- */
    @media (max-width: 1200px) {
      .section h2 { font-size: 1.8rem; }
      .card .icon img { width: 50px; }  /* 이미지 조금 작게 */
    }

    @media (max-width: 992px) {
      .service-cards { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
      .section { padding: 2.5rem 1rem; }
    }

    @media (max-width: 768px) {
        .service-banner {
          margin-top: 1rem;  /* 필요하면 0으로 줄여도 됨 */
        }
        .section {
          padding: 1rem 0;   /* 상/하 패딩 최소화 */
        }
      .menu-toggle { display: block; }

      .nav-links {
        display: none;
        flex-direction: column;
        gap: 1rem;
        position: absolute;
        top: 70px;
        right: 20px;
        background: #fff;
        padding: 1rem 1.5rem;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      }

      .nav-links.active { display: flex; }

      .service-cards { grid-template-columns: 1fr; gap: 1rem; }
      .section h2 { font-size: 1.5rem; }
      .service-banners img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners2 img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners3 img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }
      .service-banners4 img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners5 img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners6 img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners7 img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners8 img {
        max-height: 700px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banner img {
        max-height: 300px;           /* 최대 세로 길이 지정 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }
     .hero-carousel {
        height: 500px;
        max-height: 80vh;
      }
    }

    @media (max-width: 480px) {
      .service-banner {
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .service-banners {
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .service-banners2{
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .service-banners3{
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .service-banners4{
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .service-banners5{
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .service-banners6{
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .service-banners7{
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }           
      .service-banners8{
        margin-top: 0;       /* 상단 공백 완전히 제거 */
      }
      .section {
        padding-top: 0.3rem; /* 상단 패딩 최소화 */
        padding-bottom: 0rem; /* 하단도 최소화 */
      }

      .sections {
        padding-top: 0.3rem;
        padding-bottom: 2rem;
      }
      .sections h2 { 
          font-size: 1.3rem;
          text-align: center;
      }
      .card { padding: 1rem; }
   
      .card .icon img { width: 40px; }  /* 모바일용 아이콘 크기 */
      .hero-carousel { 
        height: 400px;   /* 기존 300px → 400px */
      }
      
      .service-banner img {
        max-height: 280px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;
      }

      .service-banners2 img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;
      }

      .service-banners3 img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;
      }

      .service-banners4 img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;
      }

      .service-banners5 img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners6 img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;                /* 비율 유지 */
      }

      .service-banners7 img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;
      }

      .service-banners8 img {
        max-height: 1000px;           /* 작은 화면에서 조금 더 줄임 */
        width: 100%;
        height: auto;
      }
    }