
    * { 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;
    }

.lang-switch-icon {
      position: fixed;
      top: 70px;
      right: 20px;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #f42328; /* 기본 빨강 */
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      transition: background 0.3s ease, transform 0.2s ease, width 0.2s ease, border-radius 0.2s ease;
      overflow: hidden;
    }
    .lang-switch-icon img.lang-icon {
      width: 34px;
      height: 34px;
      pointer-events: none;
      transition: opacity 0.2s ease;
    }
    .lang-switch-icon:hover {
      background-color: #d81c22;
      transform: scale(1.1);
      width: 80px;
      border-radius: 20px;
    }
    /* hover 시 아이콘 사라짐 */
    .lang-switch-icon:hover img.lang-icon {
      opacity: 0;
    }
    /* KO → KOREAN */
    .lang-switch-icon[hreflang="ko"]:hover::after {
      content: "KOREAN";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 12px;
      font-family: 'PaperlogySemiBold', sans-serif;
      white-space: nowrap;
      pointer-events: none;
    }
    /* EN → ENGLISH */
    .lang-switch-icon[hreflang="en"]:hover::after {
      content: "ENGLISH";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 12px;
      font-family: 'PaperlogySemiBold', sans-serif;
      white-space: nowrap;
      pointer-events: none;
    }



    header { padding-top: 100px; }


    
    h1, h2, h3, p { margin-top: 20px; text-align : left;}
    h1 { font-family: 'GiantsBold'; }
    h2 { font-family: 'PaperlogyBlack'; }
    h3 { font-family: 'PaperlogySemiBold'; font-size: 24px; color: #333; }
    p { font-family: 'PaperlogyRegular'; font-size: 16px; color: #555; line-height: 1.6; }


    .section-title {
      font-family: 'PaperlogySemiBold';
      font-size: 48px; text-align: center; color: #000000;
      background-color: #ffffff;
      top: 80px;
      margin-bottom: 30px;
      position: sticky;
      z-index: 9;
      padding: 10px 0; /* 추가적인 패딩 */
      border-bottom: 1px solid #ddd;
    }

    .section-subtitle {
      font-family: 'PaperlogySemiBold', sans-serif;
      font-size: 30px; text-align: left;
      margin-bottom: 20px;
    }

    .section-description {
      font-family: 'PaperlogySemiBold';
      font-size: 1.8rem; text-align: center; color: #000000;
      margin-bottom: 30px;
    }


    .store-info-row {
      display: flex;
      gap: 40px;
      align-items: stretch;
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
    }

    .store-left,
    .store-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      min-width: 300px;
    }

    .vl {
      width: 1px;
      background-color: #ddd;
    }
    .carousel-item img {
      height: 400px;
      object-fit: cover;
    }
    table{
      height : 400px;
      border-collapse: collapse;
      width: 100%;
      border-top:3px solid #000;
    }


    table.table th,
    table.table td {
      font-family: 'PaperlogyRegular'; 
      font-size: 18px;
      color: #333;
      vertical-align: middle;
      text-align: left;
      padding: 12px 16px;
    }

    table.table td:first-child,
    table.table th:first-child {
      width: 120px;
    }

    table.table.table-bordered th,
    table.table.table-bordered td {
      border: none ;
    }
    table.table.table-bordered {
      border: none;
    }


    .top-visual-wrapper { position: relative; overflow: hidden; }
    .top-visual-wrapper img { width: 100%; height: auto; display: block; }
    .top-visual-textbox {
      position: absolute; inset: 0;
      display: flex; flex-direction: column;
      justify-content: center; align-items: center;
      color: #fff; text-align: center;
    }
    .top-visual-title {
      font-family: 'PaperlogyBlack';
      font-size: 4.8rem;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
      }

    .back-button {
      margin-top: 20px;
    }

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

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1440px;
        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'; color: white; 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; }

      .korean-text {
        font-size: 0.95rem;
        line-height: 1.6;
        word-break: keep-all;
        white-space: normal;
      }
       
      .korean-text br {
        display: none;              /* <br> 무시 */
      }

      .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-title {
        font-size: 1.6rem;
        padding: 8px 0;
        margin-bottom: 20px;
        text-align: center;
      }

      .section-subtitle {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 16px;
      }

      .section-description {
        font-size: 1.1rem;
        margin-bottom: 24px;
        text-align: center;
      }

      .store-info-row { flex-direction: column; gap: 24px; }
      .store-left, .store-right { width: 100%; min-width: 100%; }
      .store-left table.table td, .store-left table.table th { font-size: 14px; padding: 8px 10px; }

      .carousel-item img {
        height: auto;
        max-height: 300px;
        object-fit: contain;
      }

      .vl { display: none; } /* 세로 줄 제거 */

      .store-map iframe { height: 300px; }

      .back-button .btn {
        width: 100%;
        max-width: 300px;
        font-size: 1rem;
      }

      .top-visual-title { font-size: 2rem; text-align: center; }
      .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;
      }
    }