    @font-face {
      font-family: "GmarketSansMedium";
      src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }
    :root {
      --main-black: #181818;
      --main-white: #fff;
      --main-gray: #f9fafb;
      --main-border: #ececec;
      --kakao-yellow: #fee500;
      --insta-gradient: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 52%, #6228d7 100%);
      --footer-glow: 0 0 90px 75px #e5e1fe70, 0 0 220px 25px #b3cfff44;
    }
    html, body {
      margin: 0; padding: 0;
      font-family: 'GmarketSansMedium', 'Inter', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', Arial, sans-serif;
      background: var(--main-gray);
      color: var(--main-black);
      width: 100vw; min-height: 100vh; overflow-x: hidden;
    }
    body { position: relative; }

    /* 배경 슬라이더 */
    .bg-slider {
      position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
      z-index: 0; background: #fff; overflow: hidden; pointer-events:none;
    }
    .bg-slide {
      position: absolute; left: 0; top: 0; width: 100%; height: 100%;
      background-position: center center;
      background-size: cover;
      transition: opacity 1.2s cubic-bezier(.44,0,.13,1);
      opacity: 0;
      will-change: opacity, transform;
      filter: brightness(1.07) contrast(1.07) saturate(1.01);
      transform-origin: center center;
      transform: scale(1.00);
    }
    .bg-slide.active {
      opacity: 1;
      z-index: 2;
      transform: scale(1);
      animation: zoomInSlow 7s forwards;
    }
    @keyframes zoomInSlow {
      from { transform: scale(1);}
      to { transform: scale(1.05);}
    }
    .bg-gradient {
      position: absolute; left:0;top:0;width:100%;height:100%;
      background: linear-gradient(180deg,rgba(255,255,255,0.77) 0%,rgba(255,255,255,0.07) 80%,rgba(249,249,253,0.7) 100%);
      z-index: 3; pointer-events: none;
    }

    /* 헤더 */
    header {
      position: fixed; left: 0; top: 0; z-index: 20;
      width: 100vw; height: 92px; min-height: 66px;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 3vw 0 3vw;
      background: rgba(255,255,255,0.0);
      transition: background 0.35s;
      box-sizing: border-box; overflow: visible;
    }
    header::after {
      content: "";
      position: absolute; bottom: 0; left: 0;
      width: 100%; height: 1.2px;
      background: #181818;
      opacity: 0.27; transition: opacity 0.3s;
      z-index: 1;
    }
    header.scrolled {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(15px);
    }
    header.scrolled::after { opacity: 0; }
    .logo-area {
      flex: 0 0 auto;
    }
    .yuhiha-logo {
      height: 44px; width: auto; display: block;
      object-fit: contain;
    }
    .header-nav-wrap {
      display: flex; align-items: center; gap: 1.5rem;
      margin-left: auto;
      margin-right: 100px;
    }
    nav {
      display: flex; align-items: center; gap: 3.5rem;
      font-size: 1.09rem; font-weight: 700;
      letter-spacing: 0.01em;
    }
    nav a {
      color: #191919; text-decoration: none; font-size: 0.87rem; font-weight: 700;
      padding: 7px 0;
      background: transparent; border-bottom: 2px solid transparent;
      transition: border-bottom .18s, color .19s;
      font-family: inherit; border-radius: 2px; opacity: .96;
      position: relative;
    }
    nav a:hover, nav a:focus {
      color: #000; border-bottom: 2px solid #181818;
      opacity: 1;
    }
    .header-cta-btn {
      display: none;
      position: absolute;
      right: 1vw; top: 0;
      margin-top: 0px;
      padding: 8px 20px;
      background: #181818;
      color: #fff;
      border: none;
      border-radius: 0px;
      font-size: 1.09rem; font-weight: 900; letter-spacing: .07em;
      cursor: pointer; transition: background 0.14s, color 0.13s;
      z-index: 22;
      box-shadow: 0 4px 14px #19191925;
    }
    header.scrolled .header-cta-btn {
      display: block;
      animation: fadeInDown 0.55s both;
    }
    .header-cta-btn:hover { background: #111; color: #ffd851;}
    @media (max-width:900px){
      nav { gap: 0.72rem; font-size:0.90rem; }
      .header-cta-btn { font-size: 0.92rem; padding: 8px 13px; }
      .header-nav-wrap { margin-right: 60px;}
    }
    @keyframes fadeInDown {
      from { opacity:0; transform:translateY(-40px);}
      to   { opacity:1; transform:none;}
    }

    /* 메인 카드 */
    .main-visual {
      z-index: 8; position: relative;
      width: 100vw; min-height: 100vh;
      display: flex; align-items: center; justify-content: flex-start;
      margin-top: 0;
    }
    .main-card-area {
      width: 100vw; display: flex;
      justify-content: flex-start; align-items: center;
      min-height: 700px; position: relative;
    }
    .main-card-c {
      min-width: 430px; width: 38vw; max-width: 670px;
      margin-left: 7vw;
      margin-top: 7vh;
      border-radius: 38px;
      background:rgba(255,255,255,0.50);
      border-radius:2.6rem;
      box-shadow:0 8px 36px 0 rgba(40,28,29,0.09), 0 1.5px 7px 0 rgba(36,36,36,0.08);
      padding: 70px 59px 48px 60px;
      display: flex; flex-direction: column; align-items: flex-start;
      position: relative; z-index: 4; 
      border: 1.7px solid #e7e7e8;
  opacity: 0;
  transform: translateY(60px);
  animation: mainCardIn 1.5s cubic-bezier(.42,0,.23,1) 0.1s forwards;
    }

    .main-card-title-c {
      font-size: 2.05rem; font-weight: 900; color: #181818;
      margin-bottom: 32px; letter-spacing: -0.01em; line-height: 1.18;
      position: relative; padding-left: 30px;
      display: flex; align-items: flex-end; min-height: 64px;
    }
    .main-card-title-c::before {
      content: "";
      position: absolute; left: 0; top: 3px;
      width: 7px; height: 95%;
      background: #181818; 
      display: inline-block;
    }
    .main-card-desc-c {
      font-size: 1.21rem; color: #222; font-weight: 600;
      margin-bottom: 29px; line-height: 1.82;
      opacity: .99;
    }
    .main-card-btn-c {
      margin-left: 30px;
      margin-top: 13px;
      font-size: 1.09rem;
      padding: 12px 0;
      border-radius: 99px;
      background: #181818;
      color: #fff;
      border: none;
      font-weight: 900;
      letter-spacing: .08em;
      width: 72%;
      min-width: 180px;
      max-width: 370px;
      transition: background 0.17s, color 0.15s;
      cursor: pointer;
      box-shadow: 0 1.8px 9px #eaeaea15;
    }
@keyframes mainCardIn {
  from { opacity: 0; transform: translateY(60px);}
  to   { opacity: 1; transform: none;}
}
    .main-card-btn-c:hover { background: #222; color: #ffd851;}
    @media (max-width:1200px) {
      .main-card-c { min-width: 0; width: 65vw; padding: 34px 7vw 24px 5vw;}
      .main-card-area { min-height: 400px; }
    }
    @media (max-width:900px) {
      .main-card-c { width: 92vw; margin-left: 2vw; padding: 18px 4vw 16px 2vw;}
      .main-card-title-c { font-size: 1.18rem; }
      .main-card-desc-c { font-size: 1.01rem;}
    }
    @media (max-width:600px) {
      .main-card-c { width: 98vw; margin-left: 0; padding: 12px 3vw 10px 2vw;}
      .main-card-title-c { font-size: 1.01rem; }
      .main-card-desc-c { font-size: 0.88rem;}
    }

    .scroll-hint {
      z-index: 20;
      position: absolute;
      left: 50%; bottom: -50px;
      transform: translateX(-50%);
      width: 26px; height: 42px;
      display: flex; align-items: flex-end; justify-content: center;
      opacity: 0.88;
      pointer-events: auto;
      animation: bounce 1.7s infinite;
      cursor: pointer;
    }
    @keyframes bounce {
      0%, 100% { transform: translateX(-50%) translateY(0);}
      60% { transform: translateX(-50%) translateY(13px);}
    }
    .scroll-mouse {
      width: 26px; height: 42px; border: 2px solid #181818;
      border-radius: 16px; position: relative; background: transparent;
    }
    .scroll-dot {
      position: absolute; left: 50%; top: 10px;
      width: 4px; height: 4px; border-radius: 50%;
      background: #181818;
      transform: translateX(-50%);
      animation: scrollDot 1.5s infinite cubic-bezier(.2,0,.4,1);
    }
    @keyframes scrollDot {
      0% { opacity: 0.8; top: 10px;}
      60% { opacity: 1; top: 25px;}
      100% { opacity: 0; top: 34px;}
    }
    /* Parallax Section */
    .sections {width:100vw; position:relative; z-index:11; background: transparent; margin-top: 0;}
    .parallax-section {
      width:100vw; min-height: 60vh;
      margin: 170px 0 140px 0; padding: 12px 0 12px 0;
      display:flex; align-items:center; justify-content:center; position:relative;
    }
    .parallax-inner {
      width: 92vw; max-width: 1600px; display:flex;
      flex-direction: row; align-items: center; justify-content: center;  
      gap: 0;
    }
    .parallax-image {
      flex:1.33;
      min-width:0; max-width: 780px;
      position:relative; z-index:2;  
      filter: brightness(1.06) contrast(1.04) saturate(1.01);
      box-shadow: 0 6px 36px #e0e0e0a6;
      border-radius:2.4rem 0 0 2.4rem; overflow:hidden;
      transition: filter .19s, transform .13s;
      border: 3.5px solid #fff;
    }
    .parallax-image img {
      width:100%; min-height:420px; max-height:540px; object-fit:cover;
      display:block; border-radius:2.4rem 0 0 2.4rem;
      filter: brightness(.97) grayscale(.04);
      transition: filter .16s, transform .17s;
      border: none;
    }
    .parallax-image:hover img { filter: brightness(1) grayscale(0);}
    .parallax-content {
      flex:1.13; min-width:340px; max-width:630px;
      background: rgba(255,255,255,0.78);
      border-radius:0 2.4rem 2.4rem 0;
      box-shadow:0 8px 48px 0 rgba(30,28,39,0.08), 0 1.5px 8px 0 rgba(50,50,50,0.08);
      border: 1.7px solid #ececec;
      border-left: 3.5px solid #222;
      position:relative; overflow:visible;
      padding: 70px 40px 70px 46px;
      margin-left:-90px; z-index:3;
      display:flex; flex-direction:column; justify-content:center; align-items:flex-start;
      backdrop-filter: blur(18px) saturate(170%);
      box-sizing: border-box;
      opacity: 0; transform: translateY(60px) scale(0.98);
      transition: opacity 1.1s cubic-bezier(.52,0,.2,1), transform 1.08s cubic-bezier(.44,0,.12,1);
    }
    .parallax-content.visible { opacity: 1; transform: none;}
    .parallax-image.fade-in { opacity: 0; transform: translateY(60px) scale(0.98); transition: opacity 1.1s, transform 1.08s;}
    .parallax-image.fade-in.visible { opacity: 1; transform: none;}
    .parallax-content h2 {
      font-size: 1.27rem; font-weight: 900;
      color: #181818; letter-spacing: -0.03em;
      margin-bottom: 16px; margin-top: 0;
    }
    .parallax-content p {
      font-size: 1.09rem; color: #282828; font-weight: 500;
      line-height: 1.92; margin-bottom: 18px; opacity: .98;
    }
    .parallax-tags {display:flex; gap:10px; margin-bottom:15px; flex-wrap:wrap;}
    .parallax-tag {
      background: #fff;
      color: #191919;
      font-size: 1.01rem; font-weight: 700;
      padding: 7px 16px 6px 14px;
      border-radius: 99px;
      border: 1.2px solid #ededed;
      letter-spacing:.01em; opacity:.95;
      box-shadow: 0 1px 8px #eaeaea10;
    }
    .parallax-btn {
      margin-top: 9px;
      display: inline-block;
      background: transparent;
      color: #181818;
      border: 2px solid #181818;
      border-radius: 88px;
      padding: 10px 28px;
      font-size: 1rem;
      font-weight: 900;
      letter-spacing: .07em;
      box-shadow: none;
      transition: background 0.17s, color 0.15s, border 0.15s;
      cursor: pointer;
      outline: none;
      font-family: inherit;
      text-decoration: none;
    }
    .parallax-btn:hover { background: #181818; color: #fff; border: 2px solid #181818;}
    .parallax-btn:active { background: #222; border-color: #222;}
    .parallax-inner.reverse { flex-direction: row-reverse; }
    .parallax-inner.reverse .parallax-image {
      border-radius: 0 2.4rem 2.4rem 0;
      box-shadow: 0 6px 36px #e0e0e0a6;
      border: 3.5px solid #fff;
    }
    .parallax-inner.reverse .parallax-content {
      border-radius: 2.4rem 0 0 2.4rem;
      border-left: none; border-right: 3.5px solid #222;
      margin-left: 0; margin-right: -90px;
      box-shadow: 0 8px 48px 0 rgba(30,28,39,0.08), 0 1.5px 8px 0 rgba(50,50,50,0.08);
      background: rgba(255,255,255,0.78);
      backdrop-filter: blur(18px) saturate(170%);
      opacity: 0; transform: translateY(60px) scale(0.98);
      transition: opacity 1.1s, transform 1.08s;
    }
    .parallax-inner.reverse .parallax-content.visible { opacity: 1; transform: none;}
    .parallax-inner.reverse .parallax-content * {
      text-align: right;
      align-items: flex-end;
    }

.parallax-section.left-card .parallax-inner {
  flex-direction: row; /* 브라우저 캐시 이슈 대비  */
}
.parallax-section.left-card .parallax-content {
  border-radius: 2.4rem 0 0 2.4rem !important;
  border-left: none !important;
  border-right: 3.5px solid #222 !important;
  margin-left: 0 !important;
  margin-right: -90px !important;
  box-shadow:0 8px 48px 0 rgba(30,28,39,0.08), 0 1.5px 8px 0 rgba(50,50,50,0.08);
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(18px) saturate(170%);
  opacity: 0; transform: translateY(60px) scale(0.98);
  transition: opacity 1.1s cubic-bezier(.52,0,.2,1), transform 1.08s cubic-bezier(.44,0,.12,1);
}
.parallax-section.left-card .parallax-content.visible {
  opacity: 1; transform: none;
}
.parallax-section.left-card .parallax-image {
  border-radius: 0 2.4rem 2.4rem 0 !important;  
}

.parallax-section.left-card .parallax-image img {
  border-radius: 0 2.4rem 2.4rem 0 !important;
}

    /* 플로팅 SNS 버튼 */
    .floating-sns {
      position: fixed;
      bottom: 32px; right: 38px; z-index: 99;
      display: flex; flex-direction: column; gap: 14px;
      pointer-events: auto;
    }
    .floating-sns a {
      width: 56px; height: 56px;
      display: flex; align-items: center; justify-content: center;
      border-radius: 50%;
      font-size: 2.1rem;
      border: 1.5px solid #ececec;
      transition: opacity 0.22s, transform 0.19s, background 0.19s, border 0.16s;
      cursor: pointer;
      background: transparent;
      opacity: 0.61; /* 평상시 연하게 */
      filter: grayscale(0.12) brightness(0.92);
    }
    .floating-sns a.kakao {
      background: var(--kakao-yellow);
      color: #381d1d;
      border: 1.5px solid #e4d600;
    }
    .floating-sns a.insta {
      background: var(--insta-gradient);
      color: #fff;
      border: none;
    }
    .floating-sns a:hover, .floating-sns a:focus {
      opacity: 1 !important;
      filter: none;
    }
 

.floating-sns a.naver {
  background: #03c75a;   /* 네이버 블로그 초록 */
  border: 1.5px solid #02a64b;
}

.floating-sns a.naver svg {
  width: 65%;   /* 인스타 아이콘과 동일한 비율 */
  height: auto;
  display: block;
}

.floating-sns a.insta {
  background: var(--insta-gradient);
  color: #fff;
  border: none;
}
    @media (max-width:600px) {
      .floating-sns { bottom: 17px; right: 13px;}
      .floating-sns a { width: 45px; height: 45px; font-size: 1.42rem;}
    }

    /* Footer */
    footer {
      width: 100vw;
      background: #fff;
      box-shadow: var(--footer-glow);
      padding: 0;
      font-size: 1.05rem;
      color: #232323;
      position: relative; z-index: 30;
      margin-top: 110px;
      border-top: 2.5px solid #fff;
      border-radius: 0 0 46px 46px;
    }
    .footer-inner {
      max-width: 1650px;
      margin: 0 auto;
      display: flex; flex-direction: row;
      align-items: flex-end; justify-content: space-between;
      gap: 30px; flex-wrap: wrap;
      padding: 43px 3vw 0 3vw;
      box-sizing: border-box;
    }
    .footer-col {
      flex: 1; min-width: 200px;
      display: flex; flex-direction: column; gap: 8px;
      align-items: flex-start; justify-content: flex-end;
    }
    .footer-title {
      font-weight: 800; font-size: 1.13rem;
      color: #181818; margin-bottom: 4px;
    }
    .footer-detail {
      font-size: 1rem; color: #343a3f;
      opacity: 0.95; line-height: 1.65; font-weight: 500;
    }
    .footer-link-group {
      display: flex; gap: 9px; margin-bottom: 7px; align-items: flex-end;
      margin-top: 9px;
    }
    .footer-btn {
      display: inline-block;
      background: transparent;
      color: #181818;
      border: 2px solid #181818;
      border-radius: 22px;
      padding: 8px 24px;
      font-size: 1rem;
      font-weight: 900;
      letter-spacing: .06em;
      box-shadow: none;
      transition: background 0.16s, color 0.14s, border 0.14s;
      cursor: pointer; text-decoration: none;
    }
    .footer-btn:hover { background: #181818; color: #fff; border-color: #181818;}
    .footer-copyright {
      width: 100%; text-align: center; color: #999; font-size: 0.98rem;
      letter-spacing: 0.02em; opacity: 0.90; font-weight: 500;
      padding: 10px 0 18px 0; margin-top: 0;
      background: transparent;
      border: none;
      box-shadow: none;
    }
    @media (max-width:1200px) {
      .footer-inner {max-width: 98vw;}
    }
    @media (max-width:900px) {
      .footer-inner {flex-direction: column; align-items: flex-start; padding: 17px 2vw 8px 2vw;}
      .footer-copyright { font-size: 0.95rem; }
    }
    @media (max-width:600px) {
      .footer-inner {padding: 10px 0;}
      .footer-copyright { font-size: 0.88rem; padding-bottom: 8px;}
    }

.menu-toggle { display: none; } /* PC에서는 무조건 숨김 */
.mobile-nav { display: none;}
@media (max-width:1024px) {
  .header-nav-wrap { display: none; }
  .menu-toggle { display: block; }
}
@media (max-width:768px) {

  /* 헤더 네비게이션 */
  .menu-toggle {
    display: block;
    font-size: 1.9rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    color: #181818;
  }

  .mobile-nav {
    position: fixed;
    top: 0; right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(22px);
    transition: right 0.35s ease;
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    gap: 28px;
    z-index: 1000;
  }
  .mobile-nav.active { right: 0; }
  .mobile-nav a {
    font-size: 1.3rem;
    font-weight: 700;
    color: #181818;
    text-decoration: none;
    letter-spacing: 0.02em;
  }
  .menu-close {
    position: absolute;
    top: 20px; right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: #181818;
    cursor: pointer;
  }

  /* 인트로 메인 카드 */
  .main-card-c {
    width: 80%;
    margin: 0 auto;
    padding: 24px 20px;
    border-radius: 16px;
    background: rgba(255,255,255,0.32);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(18px) saturate(160%);
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    text-align: center;
    align-items: center;
  }
  .main-card-title-c { font-size: 1.2rem; margin-bottom: 18px; padding-left: 0; }
  .main-card-title-c::before { display: none; }
  .main-card-desc-c { font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; }
  .main-card-btn-c { width: 100%; margin-left: 0; font-size: 1rem; }

  /* 패럴렉스 카드 → 전부 글라스 박스 */
  .parallax-section {
    margin: 28px 0 !important; /* 간격 강제 축소 */
    padding: 0;
  }
  .parallax-inner {
    flex-direction: column !important;
    gap: 0;
  }
  .parallax-image { display: none !important; }
  .parallax-content {
    width: 92%;
    margin: 12px auto;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.28);
    backdrop-filter: blur(18px) saturate(160%);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 0 32px rgba(200,200,255,0.25);
    padding: 22px 18px;
  }
  .parallax-content h2 { font-size: 1.05rem; margin-bottom: 12px; }
  .parallax-content p { font-size: 0.88rem; line-height: 1.6; }

  /* 2번 카드 (브랜드스토리)도 강제 통일 */
  .parallax-section.left-card .parallax-content {
    margin: 12px auto !important;
    border-radius: 16px !important;
    border-left: 1px solid rgba(255,255,255,0.25) !important;
    border-right: none !important;
  }

  .parallax-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9rem;
    padding: 8px 20px;
  }

  /* Footer 간소화 */
  footer {
    border-radius: 0;
    box-shadow: none;
    background: #f9f9f9;
    padding: 16px;
    margin-top: 40px;
    text-align: center;
  }
  .footer-inner { display: none; }
  .footer-copyright {
    font-size: 0.8rem;
    color: #777;
    padding: 8px 0;
  }

  /* 플로팅 SNS 버튼 크기 축소 */
  .floating-sns { bottom: 17px; right: 13px; }
  .floating-sns a {
    width: 45px;
    height: 45px;
    font-size: 1.42rem;
  }
}
/* Brand Story */
/* 공통 */
 /* ===== Brand Story Page (YUHIHA 전용) ===== */
main {
  margin-top: 100px; /* 헤더 높이만큼 */
    opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.0s ease, transform 1.0s ease;
}
/* 페이지 로드 후 클래스 추가 */
main.show {
  opacity: 1;
  transform: translateY(0);
}
/* ===== Subpage Brand Story ===== */
/* 배경 도트 패턴 */
/* 서브페이지에서는 강제 제거 */
body.sub-page {
  background-color: #f9f8f3; /* 흰색보다 따뜻한 미색 원본 : #f9f8f3*/   
/*   background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png"); 종이 질감 */
/*   background-image: url("https://www.transparenttextures.com/patterns/black-felt.png"); 종이 질감 */
/*   background-image: url("https://www.transparenttextures.com/patterns/black-paper.png"); 종이 질감 */
/*   background-image: url("https://www.transㅊparenttextures.com/patterns/asfalt-dark.png");   */
  background-repeat: repeat;
  background-size: auto;
}
body.sub-page footer {
  box-shadow: none !important;
}
/* ===== 서브타이틀 ===== */
/* ===== 서브타이틀 ===== */
/* ===== 1단: 서브타이틀 ===== */
.yuhiha-subtitle {
  margin-top: 90px; /* 헤더 겹침 방지 */
  padding: 2rem 0 1rem;
}

.yuhiha-subtitle .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem; /* 좌우 패딩 */
}

.breadcrumb {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 0.1rem;
}

.breadcrumb a {
  color: #444;
  text-decoration: none;
}

.brand-title {
  font-family: 'GmarketSansMedium', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  position: relative;
}

.brand-title::after {
  content: "";
  display: block;
  width: 560px;
  height: 1px;
  background-color: #868686;
  margin-top: 0.4rem;
}

.brand-subtitle {
  font-size: 1rem;
  color: #555;
  font-family: 'GmarketSansMedium', sans-serif;
}

/* ===== 2단: 메인 브랜드 스토리 ===== */
.yuhiha-brand-main {
  display: flex;
  justify-content: flex-start;   /* space-between → flex-start */
  align-items: flex-start;
/*   gap: 1.5rem;                   텍스트-사진 간격 */
  max-width: 1300px;             /* 전체 폭 줄임 → 가운데 몰림 */
  margin: 2rem auto 2rem;       
  padding: 0 2rem;
}

.brand-text {
  flex: 1;
  font-family: 'GmarketSansMedium', sans-serif;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-top: -0.5rem;           /* ✅ 타이틀과 더 붙게 조정 */
}

.brand-text h2 {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.brand-text blockquote {
  margin-top: 1.5rem;
  font-style: italic;
  font-size: 0.95rem;
  color: #333;
  border-left: 3px solid #000;
  padding-left: 1rem;
}

.brand-image {
/*   flex: 0 0 400px;               */
  max-width: 420px;
  margin-right: auto;       
  transform: translateX(-100px);   
}

.brand-image figure {
  margin: 0;
  text-align: center;       /* ✅ 캡션 가운데 정렬 */
}

.brand-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  display: block;
}

.brand-image figcaption {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: #555;
  font-family: 'GmarketSansMedium', sans-serif;
}

/* ===== 3단: 부연 설명 ===== */
.brand-points {
  max-width: 1300px;
  margin: 2rem auto 3rem;  
  padding: 0 2rem;
}

.brand-points .point {
  margin-bottom: 2rem;
  text-align: left;
}

.brand-points .point h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  font-family: 'GmarketSansMedium', sans-serif;
  color: #111;
}

.brand-points .point p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  font-family: 'GmarketSansMedium', sans-serif;
  margin: 0;
}

/* ===== 4단: 브랜드 메시지 ===== */
.brand-quote {
  max-width: 1300px;
  margin: 2rem auto 4rem;
  padding: 0 2rem;
}

.brand-quote blockquote {
  font-style: italic;
  font-size: 1.2rem;
  color: #333;
  border-left: 3px solid #000;
  padding-left: 1rem;
  line-height: 1.7;
}

/* ===== 반응형 ===== */
@media (max-width: 768px) {
  .yuhiha-brand-main {
    flex-direction: column;
    align-items: center;
    margin: 2rem auto;
  }

  .brand-text {
    order: 2;
    width: 100%;
/*     font-size: 0.95rem; */
    line-height: 1.7;
  }

  .brand-image {
    order: 1;
    width: 100%;
    max-width: 100%;      
    margin-bottom: 1.5rem;
    transform: none !important;  
  }
}
/* ===== PROCESS ===== */
/* ===== PROCESS ===== */
/* ===== PROCESS ===== */
/* ===== PROCESS ===== */
/* ===== PROCESS ===== */

/* ===== 공통 ===== */
/* 공통 레이아웃 */
.inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 서브타이틀 */
.process-subtitle {
  padding: 40px 0 20px;
  border-bottom: 1px solid #ddd;
}

.process-title {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin: 0;
}

/* 안내문구 */
.process-intro {
  padding: 25px 0;
}

.process-intro .intro-text {
  font-size: 17px;
  color: #333;
  line-height: 1.6;
  text-align: left;
  max-width: 800px;
}

/* 프로세스 단계 */
.process-steps {
/*   padding: 40px 0 0px; */
}

.process-steps .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 25px;
}

.process-step .step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.process-step img {
  width: 30px;
  height: 30px;
}

.step-caption {
  display: block;
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

/* 불릿 + 설명 */
.process-step ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.process-step li {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-top: 10px;
}

.process-step li::before {
  content: "✓";
  color: #000; /* 브랜드 톤 맞춰 색상 조정 가능 */
  margin-right: 6px;
}

.process-step p {
  font-size: 15px;
  color: #555;
  margin: 2px 0 6px 20px;
  line-height: 1.6;
}
.step-icon {
  font-size: 26px; /* 아이콘 크기 */
/*   margin-right: 1px; 텍스트와 간격 */
  display: inline-block;
}

/* 반응형 */
@media (max-width: 1024px) {
  .process-steps .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .process-steps .inner {
    grid-template-columns: 1fr;
  }
}
/* STEP 4 강조 */
.process-step.step-final {
  grid-column: span 3;             /* PC에서는 가로 전체 차지 */
  padding: 32px 28px;
  border: 2px solid #111;          /* 진한 테두리 */
  border-radius: 20px;
  background: transparent;         /* 배경 투명 */
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  text-align: center;
  transition: transform 0.25s ease;
}

/* .process-step.step-final:hover { */
/*   transform: translateY(-6px); */
/* } */

.process-step.step-final .step-title {
  font-size: 22px;
  font-weight: 800;
  color: #111;
}

.process-step.step-final .step-caption {
  font-size: 13px;
  color: #555;
}

.process-step.step-final li {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
}

.process-step.step-final p {
  font-size: 15px;
  color: #444;
  margin: 4px 0 10px 20px;
  line-height: 1.7;
}
.process-step.step-final .step-header {
  justify-content: center;   /* flex 안에서 가운데 */
  text-align: center;        /* 내부 텍스트도 가운데 */
}
/* 반응형 */
@media (max-width: 1024px) {
  .process-step.step-final {
    grid-column: span 2;
  }
}
@media (max-width: 640px) {
  .process-step.step-final {
    grid-column: span 1;
  }
}


/* Service */
/* Service */
/* Service */
/* service.css */

/* ===== 공통 ===== */
.inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

/* 서브타이틀과 본문 간격 줄이기 */
.service-sections {
  padding-top: 10px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;   /* 좌우 */
  row-gap: 40px;      /* 위아래 (기존 60px → 40px으로 줄임) */
}

/* 블록 공통 */
.service-block {
  text-align: left;
}
.block-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
  position: relative;
}
.block-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #000;
  margin-top: 8px;
}
.block-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}
.block-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 12px;
  color: #111;
}

/* 기본 리스트 */
.offer-list,
.scope-category ul,
.package-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer-list li,
.scope-category ul li,
.package-group ul li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 7px;
  padding-left: 16px;
  position: relative;
  color: #333;
}
.offer-list li::before,
.scope-category ul li::before,
.package-group ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 14px;
}

/* 시공 안내 */
.scope-category {
  margin-bottom: 20px;
}
.scope-category h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 시공 패키지 그룹 */
/* 패키지 그룹 */
/* 패키지 그룹 (카드 간격 줄이기) */
/* 패키지 그룹 (항상 카드 디자인 적용, hover 제거) */
.package-group {
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: transparent; /* 투명 배경 */
  box-shadow: 0 4px 10px rgba(0,0,0,0.08); /* hover 효과를 기본값으로 */
}
 
/* 패키지 타이틀 */
.package-group h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

/* 패키지 아이템 */
.package-item {
  margin-bottom: 12px;
}
.package-item h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}
.package-item p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* 인용구 */
.quote {
  margin-top: 20px;
  padding-left: 14px;
  border-left: 3px solid #000;
  font-size: 15px;
  font-style: italic;
  color: #555;
  line-height: 1.7;
}

/* FAQ */
.faq-question,
.faq-answer {
  font-family: "GmarketSansMedium", "Inter", sans-serif;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}
.faq-question {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 16px;
}
.faq-item.active .faq-question::after {
  content: "-";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  margin-top: 6px;
}
/* 형광펜 효과 */
.highlight-title {
  display: inline;        /* 글자 폭 그대로 */
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.highlight-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;           /* 글자 길이만큼 */
  height: 0.55em;        /* 글자 높이 절반 정도 */
  background: #f7e96b;   /* 파스텔 노랑 */
  opacity: 0.8;
  z-index: -1;
}
/* 반응형 */
@media (max-width: 1024px) {
  .service-sections {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* ===== CONTACT ===== */
.contact-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  padding: 40px 0 80px;
}

.contact-info {
  font-size: 15px;
  color: #333;
}

.contact-info .block-title {
  margin-bottom: 15px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px;
}

.contact-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.contact-list strong {
  display: inline-block;
  width: 90px;   /* 레이블 영역 고정폭 */
  color: #111;
}
.intro-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}
.contact-info .block-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 12px;
  color: #111;
}
.contact-map {
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.contact-map #daumRoughmapContainer1757299678711 {
  width: 100% !important;
  height: 470px !important;
}
@media (max-width: 1024px) {
  .contact-sections {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

/* 포트폴리오 */
/* 포트폴리오 */
/* 포트폴리오 */
/* 안내문구 */
/* ===== 포트폴리오 인트로 ===== */
/* ===== 인트로 ===== */
/* ===== Intro ===== */
/* ===== Intro ===== */
.portfolio-intro {
  text-align: center;
  margin: 50px auto 40px;
}
.portfolio-intro p {
  font-size: 18px;
  color: #333;
  line-height: 1.9;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
}

/* ===== Tabs ===== */
.portfolio-tabs {
  text-align: center;
  margin-bottom: 50px;
}
.portfolio-tabs .tab {
  display: inline-block;
  margin: 0 15px;
  padding: 14px 40px;
  border: 2px solid #ccc;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  color: #555;
  background: #f9f9f9;
  text-decoration: none;
  transition: all 0.3s ease;
}
.portfolio-tabs .tab:hover {
  background: #eee;
  color: #111;
  border-color: #111;
}
.portfolio-tabs .tab.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ===== Grid ===== */
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 100px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease, outline 0.3s ease;
}
.portfolio-item:hover img {
  filter: brightness(55%);
  outline: 10px solid #000;
  outline-offset: -5px;
  cursor: pointer;
}
.overlay-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.portfolio-item:hover .overlay-text { opacity: 1; }

@media (max-width: 1024px) {
  .portfolio-grid { grid-template-columns: 1fr; gap: 25px; }
}

/* ===== Modal ===== */
/* ===== Modal ===== */
.modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.85);
  z-index: 2000;
}
.modal-content {
  width: 90%;
  max-width: 1000px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
/* 닫기 버튼 */
.modal-close {
  position: absolute;
  top: 10px; 
  right: 10px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}

/* 상단 프로젝트 정보 */
.modal-info {
  padding: 12px 16px;
  background: #111;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.modal-info strong {
  display: inline-block;   /* ✅ 줄바꿈 안 되게 */
  width: 80px;             /* 라벨 영역 고정 */
  font-weight: 700;
  color: #f0f0f0;
}

/* 메인 이미지 (16:10 고정) */
.mainSwiper {
  width: 100%;
  aspect-ratio: 16/10;
  background: #000;       /* ✅ 여백을 검정으로 */
  margin: 0;
}
.mainSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;       /* ✅ 슬라이드 자체도 검정 */
}
.mainSwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;    /* ✅ 이미지 비율 유지 + 전체 표시 */
  background: #000;       /* ✅ 여백을 검정으로 */
}

/* 썸네일 (대표사진 하단) */
.thumbSwiper {
  flex: none;
  width: 100%;          /* ✅ 가로폭 꽉 채우기 */
  height: 110px;        /* ✅ 세로 크기 확보 */
  margin: 12px 0;       /* ✅ 위/아래 동일 간격 */
  padding: 0 10px;      /* 좌우 여백만 */
  box-sizing: border-box;
}
.thumbSwiper .swiper-slide {
  width: 110px !important;
  height: 110px;
  flex-shrink: 0;
  overflow: hidden;
  opacity: 0.5;
  box-sizing: border-box;   /* ✅ border 포함 */
}
.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #00ff88;
}
.thumbSwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* ✅ 썸네일도 비율 유지 */
  background: #000;      /* ✅ 여백 검정 */
}
/* 기본 화살표 색상 검정으로 */
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #000 !important;   /* 검은색 화살표 */
	font-size: 18px !important;   /* ✅ 아이콘 크기를 이걸로 줄임 */
	font-weight:600 !important;
}

/* 버튼 영역 스타일 */
.swiper-button-next,
.swiper-button-prev {
  width: 36px !important;              
  height: 36px !important;
  border-radius: 50%;       /* 동그랗게 */
  background: rgba(255, 255, 255, 0.6); /* 흰색 반투명 배경 */
}
/* ===== 반응형 ===== */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;       /* ✅ 살짝 좌우 여백 */
    margin: 0 auto;
    border-radius: 0; /* 모바일에선 꽉 차게 */
  }
  .modal-info {
    font-size: 13px;
    padding: 10px 12px;
  }
  .modal-info strong {
    display: inline-block; /* ✅ 여전히 inline */
    width: 70px;           /* 좁은 라벨폭 */
  }
  .thumbSwiper {
    height: 90px;
    margin: 10px 0;
  }
  .thumbSwiper .swiper-slide {
    width: 90px !important;
    height: 90px;
  }
    .modal-close {
    top: auto;
    bottom: calc(100% - 32px); /* 사진 바로 위 */
    right: 12px;
    font-size: 26px;
  }
}
/* CONTACT */
/* CONTACT */
/* CONTACT */
    .estimate-contact {
      padding: 60px 20px;
    }
    .contact-card {
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
    }
    .contact-desc {
      font-size: 1.1rem;
      margin-bottom: 40px;
      line-height: 1.7;
      color: #444;
    }

    /* 옵션 카드 공통 */
.contact-option {
  border: 1px solid #181818;   /* ✅ 기본 테두리 진하게 */
  border-radius: 16px;
  padding: 30px 20px;
  margin-bottom: 25px;
  background: transparent;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);  /* ✅ 기본 그림자 */
  transition: all 0.25s ease;
}
    .contact-option i {
      font-size: 2rem;
      margin-bottom: 15px;
    }
    .contact-option h3 {
      font-size: 1.3rem;
      margin-bottom: 10px;
    }
    .contact-option p {
      font-size: 0.95rem;
      margin-bottom: 20px;
      color: #666;
    }

    /* 버튼 스타일 */
    .contact-btn {
      display: inline-block;
      padding: 12px 22px;
      border-radius: 50px;
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .phone-btn {
      color: #007bff;
      border: 1px solid #007bff;
    }
    .insta-btn {
      color: #e4405f;
      border: 1px solid #e4405f;
    }
    .phone-btn:hover {
      background: #007bff;
      color: #fff;
    }
    .insta-btn:hover {
      background: #e4405f;
      color: #fff;
    }

    /* 반응형 */
    @media (max-width: 768px) {
      .contact-option {
        padding: 25px 15px;
      }
    }