@charset "utf-8";
/* ==========================================================================
   GREENDI — 공통 스타일
   건축외부특화디자인 · 경관디자인 · 사인디자인 · 그래픽디자인 · 경관/통합심의
   --------------------------------------------------------------------------
   전 페이지가 공유하는 토큰 / 리셋 / 헤더 / GNB / 페이지배너 / 푸터를 담는다.
   페이지 고유 스타일은 각 HTML의 <style> 블록에 남긴다.
   ========================================================================== */

/* ── 웹폰트 ──
   CDN 대신 fonts/ 에 직접 담아 외부 의존 없이 동작한다.
   영문: Myriad Pro Semibold / 한글: 나눔스퀘어(각진) 4굵기.
   Myriad Pro 에는 한글 글리프가 없으므로 unicode-range 로
   라틴·숫자·기호만 맡기고, 나머지는 나눔스퀘어가 받는다. */
@font-face {
  font-family: "Myriad Pro";
  src: url("fonts/MyriadPro-Semibold.woff2") format("woff2");
  /* 실물은 Semibold 한 벌이다. 페이지 곳곳의 400~800 요청이
     모두 이 한 벌로 오도록 굵기를 범위로 받는다. */
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  /* 기본 라틴 + 라틴 확장 + 구두점 + 통화기호 */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 나눔스퀘어 — L/R/B/EB 네 벌을 굵기별로 물린다.
   페이지가 쓰는 300·400·500·600·700·750·800 요청이
   아래 네 단계 중 가장 가까운 벌로 자동 배정된다. */
@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquare-L.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquare-R.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquare-B.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquare-EB.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}

/* 나눔스퀘어라운드 Light — index 히어로 문구 전용.
   본문 전역은 위의 각진 나눔스퀘어를 쓴다. */
@font-face {
  font-family: "NanumSquareRound";
  src: url("fonts/NanumSquareRound-L.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  /* 화면 밖에 대기하는 GNB 패널이 가로 스크롤을 만들지 않도록 */
  overflow-x: hidden;
}
::selection { background: rgba(71,112,63,.2); color: var(--ink-900); }

/* ── DESIGN TOKENS ──
   팔레트: 짙은 카키(#56613c, 지정색) + 그린(#79ac72).
   순수 블랙은 쓰지 않는다 — 어두운 면은 카키의 명도를 낮춰 만든다. */
:root {
  /* Ink — 전부 카키 계열(H78°). 블랙 대신 짙은 카키가 가장 어두운 톤 */
  --ink-900: #1f2414;   /* 최암부 — 푸터, 다크 섹션 */
  --ink-800: #2d341e;   /* 다크면 — 버튼, 헤더 배경 */
  --ink-700: #3e462a;   /* 제목 텍스트 */
  --ink-600: #495233;   /* 본문 강조 */
  --ink-500: #5c6448;   /* 본문 */
  --ink-400: #7b8168;   /* 캡션·레이블 */
  --ink-300: #9ba291;   /* 메타·비활성 */
  --ink-200: #c2c7ba;   /* 가장 옅은 텍스트 */

  /* Surface */
  --white: #ffffff;
  --paper: #e8e9e3;          /* 전 페이지 기본 바탕 — 카키 기운 웜그레이 */
  --paper-line: #d4d6ca;     /* 페이퍼 위 구분선 */
  --light-gray: #f3f4ef;     /* 카키 기운 도는 밝은 면 */
  --beige: #eff0e8;          /* 카키 계열 뉴트럴 세이지 */
  --border: #dcded4;
  --footer-bg: #1f2414;      /* 카키 최암부 */
  --map-placeholder: #d7d8ce;

  /* Accent — 그린. 카키와 같은 계열이되 색상각으로 구분된다 */
  --accent: #47703f;         /* 밝은 배경 위 기본 (페이퍼 대비 4.7:1) */
  --accent-hover: #385831;   /* hover 시 한 단계 짙게 */
  --accent-on-dark: #79ac72; /* 어두운 면 위 텍스트 (다크면 대비 4.9:1) */

  /* Khaki — 지정색. 보조 액센트·선·상태 */
  --khaki: #56613c;
  --khaki-hover: #454e30;
  --khaki-on-dark: #8b9c62;

  /* Type scale */
  --fs-caption: 13px;
  --fs-body: 16px;
  --fs-lead: 20px;

  /* Layout */
  --header-h: 72px;
  --page-x: 48px;
  --page-x-sm: 24px;
  --inner-max: 1200px;

  /* 하위 호환 별칭 — 기존 페이지 CSS가 참조 중 */
  --black: var(--ink-900);
  --gray: #888888;
}

body {
  /* 웹폰트 두 벌만 쓴다 — 시스템 폴백을 두면 로드 전후로 글자꼴이 바뀐다.
     영문·숫자·기호는 Myriad Pro, 한글은 나눔스퀘어가 받는다. */
  font-family: "Myriad Pro", "NanumSquare";
  color: var(--ink-700);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: var(--fs-body);
}
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px;
}
h1, h2, h3 { text-wrap: balance; }

/* ── HEADER ── */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--page-x); height: var(--header-h);
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, box-shadow .3s;
}
header.scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}

/* 로고 — 밝은 배경엔 원본(카키), 어두운 배경엔 흰색 반전본 */
.logo {
  display: flex; align-items: center;
  height: 22px; text-decoration: none; flex-shrink: 0;
  color: var(--ink-900);
}
.logo img {
  height: 100%; width: auto; display: block;
  transition: opacity .3s, transform .3s cubic-bezier(.2,.7,.3,1);
}
.logo:hover img { transform: translateY(-2px); }
/* 기본(서브페이지 = 흰 헤더)은 원본 로고만 보인다 */
.logo .logo-light { display: none; }

/* margin-left:auto — 로고가 없을 때도 nav 가 항상 우측에 붙는다 */
nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
nav .nav-item {
  position: relative; text-decoration: none;
  font-size: 14px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--ink-900);
  padding: 8px 0; transition: color .3s;
}
nav .nav-item::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1.5px; background: var(--accent); transition: width .25s;
}
nav .nav-item:hover, nav .nav-item.active { color: var(--accent); }
nav .nav-item:hover::after, nav .nav-item.active::after { width: 100%; }

/* ── HAMBURGER / GNB ── */
.hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px; background: none; border: none;
  cursor: pointer; padding: 4px; color: var(--ink-900);
  margin-left: auto;
}
.hamburger span { display: block; width: 22px; height: 2px; background: currentColor; }

.gnb-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.5); z-index: 1500; backdrop-filter: blur(2px);
}
.gnb-overlay.open { display: block; }

.gnb-panel {
  position: fixed; top: 0; right: 0; width: 280px; height: 100%;
  background: var(--white); z-index: 1600; transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1), visibility .35s;
  /* 닫힌 상태에서 문서 폭을 늘리지 않도록 숨긴다 */
  visibility: hidden;
  display: flex; flex-direction: column; overflow-y: auto;
}
.gnb-panel.open { transform: translateX(0); visibility: visible; }
.gnb-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 28px 20px;
}
.gnb-logo { display: flex; align-items: center; height: 26px; text-decoration: none; color: var(--ink-900); }
.gnb-logo img { height: 100%; width: auto; display: block; }
.gnb-close {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; background: none; border: none;
  font-size: 20px; cursor: pointer; color: var(--ink-400);
  transition: color .2s, background .2s;
}
.gnb-close:hover { color: var(--ink-900); background: var(--light-gray); }
/* margin-left:0 — 상단 nav 의 margin-left:auto 를 상속받지 않는다 */
.gnb-nav { display: flex; flex-direction: column; padding: 8px 28px 28px; margin-left: 0; }
.gnb-nav a {
  display: block; padding: 14px 0; font-size: 13px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none;
  color: var(--ink-200); border: none; transition: color .2s;
}
.gnb-nav a:hover, .gnb-nav a.active { color: var(--ink-900); background: none; }

/* ── PAGE BANNER (서브페이지 공통) ── */
/* 배너가 있는 페이지: 헤더가 사진 위에 얹히므로 흰색으로,
   스크롤해서 헤더에 배경이 생기면(.scrolled) 기본색으로 돌아온다. */
body.has-banner .logo .logo-dark  { display: none; }
body.has-banner .logo .logo-light { display: block; }
body.has-banner nav .nav-item     { color: var(--white); }
body.has-banner .hamburger        { color: var(--white); }
body.has-banner header.scrolled .logo .logo-dark  { display: block; }
body.has-banner header.scrolled .logo .logo-light { display: none; }
body.has-banner header.scrolled nav .nav-item     { color: var(--ink-900); }
body.has-banner header.scrolled .hamburger        { color: var(--ink-900); }

/* 실제 프로젝트 조감도를 배경으로 — 페이지별 이미지는 --banner-img 로 지정 */
.page-banner {
  position: relative;
  /* 원본 PC 배너(4961×1104 = 4.49:1)를 잘라내지 않고 비율 그대로 보여준다.
     화면 폭에 맞춰 높이가 따라오므로 위아래 잘림이 없다. */
  aspect-ratio: 4961 / 1104;
  /* 원본 비율이 4.49:1 로 납작해 세로 여유가 적다.
     상단은 헤더에 가리지 않을 만큼만, 하단은 최소로 잡는다. */
  padding: calc(var(--header-h) + 16px) var(--page-x) 24px;
  background: var(--ink-900);
  display: flex; align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.page-banner::before {           /* 배경 이미지 — PC */
  content: ''; position: absolute; inset: 0; z-index: -2;
  /* PC/모바일 두 벌을 쓴다. --banner-pc 가 없으면 --banner-img 로 물러선다 */
  background-image: var(--banner-pc, var(--banner-img));
  /* 원본 사이즈 그대로 — 잘라내지 않고 전체를 담는다 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: var(--banner-pos, center center);
  animation: bannerIn 1.35s cubic-bezier(.2,.7,.3,1) both;
}
.page-banner::after {            /* 가독성 레이어 — 아래로 갈수록 짙게 */
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to top,
      rgba(31,36,20,var(--veil-b, .92)) 0%,
      rgba(31,36,20,var(--veil-m, .62)) 38%,
      rgba(31,36,20,var(--veil-u, .28)) 70%,
      rgba(31,36,20,var(--veil-t, .18)) 100%),
    linear-gradient(to right,
      rgba(31,36,20,var(--veil-l, .55)) 0%, transparent 55%);
}
/* 밝은 사진용 — 흰 글씨가 앉는 좌·하단을 더 덮는다.
   원본이 밝기 210 안팎이라 기본값으로는 제목 대비가 나오지 않는다. */
.page-banner.is-light {
  --veil-b: .95; --veil-m: .80; --veil-u: .55; --veil-t: .40;
  --veil-l: .72;
}
/* 어두운 사진용 — 원본에 이미 어두운 그라디언트가 구워져 나온 배너.
   PC 는 사진 그대로 쓴다(오버레이 없음). 모바일 값은 아래 미디어쿼리에서 준다. */
.page-banner.is-dark::after { display: none; }
@keyframes bannerIn { from { opacity:0; transform: scale(1.07); } to { opacity:1; transform: scale(1); } }

.page-banner-inner {
  position: relative; width: 100%;
  max-width: var(--inner-max); margin: 0 auto;
}
/* 제목 위 가는 라인 — index 의 얇은 구분선 언어와 맞춘다 */
.page-banner .eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 12px; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--accent-on-dark); margin-bottom: 10px;
}
.page-banner .eyebrow::before {
  content: ''; width: 34px; height: 1px; background: var(--accent-on-dark); opacity: .8;
}
.page-banner h1 {
  font-size: clamp(30px, 3.4vw, 46px); font-weight: 800;
  color: var(--white); letter-spacing: -1.4px; line-height: 1.12;
}
.page-banner .banner-desc {
  margin-top: 10px; max-width: 460px;
  font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.72);
}
/* 하단 브레드크럼 — 가는 선 위에 얹는다 */
.page-banner .breadcrumb {
  display: flex; align-items: center; gap: 8px;
  margin-top: 14px; padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.2);
  font-size: 12px; letter-spacing: 1.8px;
  text-transform: uppercase; color: rgba(255,255,255,.5);
}
.page-banner .breadcrumb a {
  color: rgba(255,255,255,.5); text-decoration: none; transition: color .25s;
}
.page-banner .breadcrumb a:hover { color: var(--white); }
.page-banner .breadcrumb span { color: rgba(255,255,255,.3); }
.page-banner .breadcrumb span:last-child { color: var(--accent-on-dark); }

@media (max-width: 900px) {
  /* index 의 hero 와 같은 높이 규칙 — 화면을 꽉 채운다 */
  .page-banner {
    aspect-ratio: auto;
    height: 100vh; min-height: 620px;
    padding: calc(var(--header-h) + 52px) var(--page-x-sm) 40px;
  }
  /* 세로 화면에는 세로로 찍은 모바일 배너를 쓴다.
     원본이 배너 영역보다 가로로 넓어 세로는 꽉 차고 좌우가 6~22% 잘린다.
     따라서 조정할 값은 가로 위치다 — 세로값은 효과가 없다.
     기본은 중앙, 페이지별 보정은 --banner-pos-m 으로 준다. */
  .page-banner::before {
    background-image: var(--banner-m, var(--banner-pc, var(--banner-img)));
    /* 기본은 cover. 사진이 작게 잡히는 페이지는 --banner-zoom-m 으로
       확대한다(예: 115% → 화면보다 15% 크게 잡아 피사체를 키운다). */
    background-size: var(--banner-zoom-m, cover);
    background-position: var(--banner-pos-m, center center);
    /* 사진 자체를 옅게 — 채도와 대비를 낮추고 밝기를 눌러
       배경이 앞으로 튀어나오지 않고 뒤로 물러나게 만든다 */
    filter: saturate(.68) contrast(.92) brightness(.86);
  }
  /* 모바일 원본은 PC 와 달리 밝다(밝기 135~156).
     PC 에서 껐던 오버레이를 여기서만 다시 켜고,
     사진 전체를 옅게 눌러 은은하게 만든 뒤 하단으로 갈수록 짙게 덮는다. */
  .page-banner.is-dark::after {
    display: block;
    --veil-b: .85; --veil-m: .64; --veil-u: .48; --veil-t: .38;
    --veil-l: .18;
  }
  /* 모바일은 화면을 꽉 채우므로 PC 에서 좁힌 여백을 원래대로 되돌린다 */
  .page-banner .eyebrow     { margin-bottom: 20px; }
  .page-banner h1           { font-size: clamp(34px, 7vw, 48px); }
  .page-banner .banner-desc { margin-top: 16px; font-size: 15px; line-height: 1.75; }
  .page-banner .breadcrumb  { margin-top: 34px; padding-top: 18px; }
}

/* ── 섹션 공통 ── */
.inner { max-width: var(--inner-max); margin: 0 auto; }
.sec-label {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.sec-title {
  font-size: clamp(26px, 3vw, 40px); font-weight: 800;
  line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 20px;
}
.sec-desc { font-size: var(--fs-body); line-height: 1.9; color: var(--ink-500); }

/* ── FOOTER ── */
footer {
  background: var(--footer-bg); color: rgba(255,255,255,.62);
  padding: 60px var(--page-x) 40px;
}
.footer-inner { max-width: var(--inner-max); margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 32px;
}
.footer-logo {
  display: block; height: 32px; width: fit-content;
  margin-bottom: 20px; text-decoration: none; color: var(--white);
}
.footer-logo img { height: 100%; width: auto; display: block; }
/* index 히어로 문구와 같은 소개 글 — 나눔스퀘어라운드 Light 로 맞춘다 */
.footer-about {
  font-family: "NanumSquareRound";
  font-size: 12px; font-weight: 300; line-height: 1.85;
}
.footer-col h4 {
  font-size: var(--fs-caption); font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--white); margin-bottom: 20px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 14px; text-decoration: none;
  color: rgba(255,255,255,.62); transition: color .2s;
}
.footer-col ul li a:hover { color: var(--accent-on-dark); }
.footer-contact-item {
  font-size: 14px; margin-bottom: 10px; line-height: 1.7;
  display: flex; gap: 6px;
}
.footer-contact-item span {
  flex: none; width: 38px;
  color: rgba(255,255,255,.38); font-size: 12px; line-height: 1.9;
  letter-spacing: 1px; text-transform: uppercase;
}
.footer-contact-item a {
  color: rgba(255,255,255,.62); text-decoration: none;
  transition: color .2s; word-break: break-all;
}
.footer-contact-item a:hover { color: var(--accent-on-dark); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: var(--fs-caption); }
.footer-links { display: flex; gap: 20px; }
.footer-links a {
  font-size: var(--fs-caption); text-decoration: none;
  color: rgba(255,255,255,.5); transition: color .2s;
}
.footer-links a:hover { color: var(--accent-on-dark); }

/* ── 홈으로 돌아가기 ──
   components.js 가 홈을 제외한 모든 페이지에 삽입한다. */

/* 1) 우하단 플로팅 버튼 — hover 시 라벨이 펼쳐진다 */
.home-fab {
  position: fixed; right: 28px; bottom: 28px; z-index: 900;
  display: inline-flex; align-items: center; gap: 0;
  height: 52px; padding: 0 15px;
  border-radius: 26px;
  background: var(--accent); color: var(--white);
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(31,36,20,.24);
  transition: background .25s, box-shadow .25s, transform .25s cubic-bezier(.2,.7,.3,1);
}
.home-fab svg { width: 22px; height: 22px; flex: none; fill: currentColor; }
.home-fab-label {
  /* 기본은 접힌 상태 — 폭 애니메이션으로 펼친다 */
  max-width: 0; overflow: hidden; white-space: nowrap;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  transition: max-width .3s cubic-bezier(.2,.7,.3,1), margin-left .3s cubic-bezier(.2,.7,.3,1);
}
.home-fab:hover, .home-fab:focus-visible {
  background: var(--accent-hover);
  box-shadow: 0 10px 28px rgba(31,36,20,.3);
  transform: translateY(-3px);
}
.home-fab:hover .home-fab-label,
.home-fab:focus-visible .home-fab-label { max-width: 80px; margin-left: 9px; }

/* ══ SCROLL ANIMATION (전 페이지 공통) ══════════
   기본은 '보이는' 상태 — JS가 .js-anim 을 붙일 때만 숨겼다 드러낸다. */
.js-anim [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .82s cubic-bezier(.22,.7,.28,1),
    transform .82s cubic-bezier(.22,.7,.28,1);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.js-anim [data-reveal].from-top { transform: translateY(-22px); }
.js-anim [data-reveal].in { opacity: 1; transform: none; will-change: auto; }

/* 페이지 배너 — 로드 직후 요소가 시차를 두고 올라온다 */
.page-banner .eyebrow,
.page-banner h1,
.page-banner .banner-desc,
.page-banner .breadcrumb {
  animation: pbUp 1s cubic-bezier(.22,.7,.28,1) both;
}
.page-banner .eyebrow     { animation-delay: .12s; }
.page-banner h1           { animation-delay: .22s; }
.page-banner .banner-desc { animation-delay: .32s; }
.page-banner .breadcrumb  { animation-delay: .42s; }
@keyframes pbUp { from { opacity:0; transform: translateY(20px); } to { opacity:1; transform:none; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  .js-anim [data-reveal],
  .page-banner::before,
  .page-banner .eyebrow,
  .page-banner h1,
  .page-banner .banner-desc,
  .page-banner .breadcrumb {
    opacity: 1 !important; transform: none !important;
    transition: none !important; animation: none !important;
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  header { padding: 0 var(--page-x-sm); }
  footer { padding: 60px var(--page-x-sm) 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  nav { display: none; }
  .hamburger { display: flex; }
  /* 터치 기기엔 hover 가 없으므로 아이콘만 유지한다 */
  .home-fab { right: 18px; bottom: 18px; width: 48px; height: 48px; padding: 0; justify-content: center; }
  .home-fab-label { display: none; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
}
