
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'GiantsBold'; overflow-x: hidden; }

    @font-face { font-family: 'GiantsBold'; src: url('/app/font/Giants-Bold.ttf') format('truetype'); }
    @font-face { font-family: 'PaperlogyBlack'; src: url('/app/font/Paperlogy-9Black.ttf') format('truetype'); font-weight: 900; }
    @font-face { font-family: 'PaperlogySemiBold'; src: url('/app/font/Paperlogy-6SemiBold.ttf') format('truetype'); font-weight: 600; }
    @font-face { font-family: 'PaperlogyMedium'; src: url('/app/font/Paperlogy-5Medium.ttf') format('truetype'); font-weight: 500; }
    @font-face { font-family: 'PaperlogyRegular'; src: url('/app/font/Paperlogy-4Regular.ttf') format('truetype'); font-weight: 400; }

    nav {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding: 6px 40px;
      background: rgba(0, 0, 0, 0.4);
      color: white;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      transition: background-color 0.3s ease; 
    }
   
    nav.scrolled { background: rgba(0, 0, 0, 1); }
    nav ul { display: flex; gap: 45px; list-style: none; }
    nav ul li a { color: white; text-decoration: none; font-size: 1.2rem; }

    .hamburger {
      display: none;
      font-size: 2rem;
      color: white;
      cursor: pointer;
      z-index: 20;
    }
   
    header { padding-top: 100px; }

   

    input, textarea, select, select option {
      font-family: 'PaperlogyRegular';
    }

    
    .top-visual-wrapper {
      position: relative;  overflow: hidden; } /* margin-top: 80px; */
    .top-visual-wrapper img { width: 100%; height: auto; display: block; }

    @media (max-width: 768px) {
      .top-visual-wrapper { height: auto; background-size: contain; }
    }

    .top-visual-textbox {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #FFFFFF;
      text-align: center;
      align-items: center;
    }

    .top-visual-title { font-family: 'PaperlogyBlack'; font-size: 4.8rem;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); /* 그림자 효과 추가 */
    }

    .top-visual-subtitle { font-family: 'PaperlogySemiBold'; font-size: 1.45rem; margin-bottom: 10px; line-height: 1.5; }
    
    .section-description {
      font-family: 'PaperlogySemiBold';
      font-size: 1.8rem; text-align: center; color: #000000;
      margin-bottom: 30px;
    }

    footer {background-color: #181818; color: white; padding: 20px 0; width: 100%; } 

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
        width: 100%; /* footer의 내부 콘텐츠 너비를 100%로 설정 */
    }

    .footer-left, .footer-right { width: 100%; }
    .footer-left { display: flex; flex-direction: column; }
    .footer-left p { font-family: 'PaperlogySemiBold'; margin: 10px 0;}


    /* 버튼 스타일 */
    footer .top-button { 
      font-size: 1.5rem;  
      display: inline-block;  
      padding: 10px 20px;
      background-color: #f42328; /* 버튼 색상 */
      border-radius: 30px;
      font-weight: bold; /* 텍스트 강조를 위해 font-weight 추가 */
      margin: 0 auto; /* 버튼 가운데 배치 */
    }
    
    .footer-right { display: flex; flex-direction: column; align-items: flex-end; }

    .footer-right button {
      font-family: 'PaperlogySemiBold'; 
      font-size: 14px; 
      color: white; 
      background-color: transparent;
      border: 1px solid white;
      padding: 12px 20px;
      margin: 5px 0;
      cursor: pointer;
      text-align: center;
      width: 220px;
      max-width: 220px; 
    }

    .footer-right button a { color: white; text-decoration: none; display: block; }
    .footer-right button:hover { background-color: white; color: #181818; }
    .footer-right button:hover a { color: #181818; }

    footer a { text-decoration: none; color: white; }


    /* 야구존 버튼 */
    .btn-baseball {
      display: inline-block;
      font-family: 'PaperlogySemiBold'; font-size: 14px; color: #69C9FF;
      border: 1px solid #69C9FF; padding: 12px 20px; margin: 5px 0;
      text-align: center;
      width: 220px; max-width: 220px;
      background-color: transparent;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
    }
    .btn-baseball:hover { background-color: #69C9FF; color: #ffffff; text-decoration: none; }


    @media (max-width: 768px) {
      


      nav a img { height: 50px; }
      nav { padding: 4px 10px; }

      .hamburger {
        display: block;
        font-size: 2rem;
        color: white;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 20;
      }
      nav ul {
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background: rgba(0,0,0,0.9);
        width: 200px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease;
      }
      nav ul li { margin: 5px 5px; text-align: left; }
      nav ul li a { display: block; padding: 3px 3px; }


      .top-visual-wrapper {
        position: relative;
        height: 40vh;
        width: 100vw; /* 💡 전체 너비 확보 */
        overflow: hidden;
        display: flex; /* 💡 이미지 정렬에 필요 */
      }

      .top-visual-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
      }

      .top-visual-textbox {
        position: absolute;
        inset: 0;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
      }

      .top-visual-title {        font-size: 2rem;        line-height: 1.2;      }
      .top-visual-subtitle {        font-size: 1rem;        line-height: 1.4;      }
      .section-rec1 { font-size: 1rem; line-height: 1.4; text-align: center; }


      footer, footer p, footer a, footer button, .footer-left p,
      .footer-right button, .btn-baseball { font-size: 0.9rem !important; }
      
      .footer-content { flex-direction: column; text-align: left; }      

      .footer-right button,
      .btn-baseball {
        width: 100%;
        max-width: 280px; 
        padding: 12px 0; 
        font-size: 14px; 
        text-align: center; 
        margin: 5px auto; 
        display: block;
      }
    }