@charset "UTF-8";
/* ==========================================================
   neroweb18 layout.css
   공통 토큰 · 기본 · 헤더 · 메뉴 · 서브 공통 · 푸터
   기준 : 의료기관 홈페이지 테마 디자인 정의서
   ========================================================== */

:root {
  /* 색상 (의료기관 테마 디자인 정의서 4.1) */
  --n18-ink: #102A43;
  --n18-navy9: #071C39;
  --n18-navy7: #16406A;
  --n18-teal: #0E8791;
  --n18-teal-d: #0A6B73;
  --n18-teal-l: #E7F5F5;
  --n18-surface: #F5F8FA;
  --n18-line: #DCE5EA;
  --n18-muted: #66788A;
  --n18-danger: #C74747;
  --n18-white: #FFFFFF;
  --n18-notice: #FFF8D8;
  --n18-notice-h: 34px;
  /* 기존 이름 호환 (게시판 스킨에서 사용) */
  --n18-primary: #102A43;
  --n18-accent: #0E8791;
  --n18-accent-d: #0A6B73;
  --n18-accent-l: #E7F5F5;
  --n18-strong: #102A43;
  --n18-text: #3E5266;
  --n18-error: #C74747;
  --n18-success: #18794E;
  --n18-dark: #071C39;
  /* 규격 (정의서 3.1 · 3.2) */
  --n18-util-h: 38px;
  --n18-hd-h: 96px;
  --n18-hd-s: 76px;
  --n18-gutter: 80px;
  --n18-max: 1480px;
  --n18-gap: 24px;
  --n18-radius: 18px;
  --n18-shadow: 0 12px 32px rgba(16, 42, 67, .08);
  /* 폰트 (정의서 4.2) */
  --n18-font: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Malgun Gothic", sans-serif;
  --n18-ease: cubic-bezier(.22, 1, .36, 1);
}

/* 기본 (요소 선택자만 사용 : 아래 클래스 스타일이 항상 우선하도록) */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body.n18 { margin: 0; font-family: var(--n18-font); font-size: 19px; line-height: 1.7; letter-spacing: -0.01em; color: var(--n18-text); background: var(--n18-white); word-break: keep-all; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
p { word-break: keep-all; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; vertical-align: top; border: 0; }
button { font-family: inherit; cursor: pointer; background: none; border: 0; color: inherit; padding: 0; }
input, select, textarea { font-family: inherit; font-size: 18px; }
body.n18 :focus-visible { outline: 2px solid var(--n18-teal); outline-offset: 3px; }
body.n18-lock { overflow: hidden; }
.sound_only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.n18-skip { position: absolute; left: 16px; top: -60px; z-index: 2000; padding: 10px 16px; background: var(--n18-accent); color: #fff; border-radius: 6px; transition: top .2s; }
.n18-skip:focus { top: 12px; }

.n18-wrapall { overflow-x: clip; }
.n18-wrap { width: 100%; max-width: calc(var(--n18-max) + var(--n18-gutter) * 2); margin: 0 auto; padding: 0 var(--n18-gutter); }
.n18-container { display: block; min-height: 50vh; }
.n18-center { text-align: center; }
.n18-mb8 { margin-bottom: 8px; }
.n18-pc { display: inline; }

/* 버튼 (정의서 4.3 : 라운드 999px) */
.n18-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; min-height: 48px; padding: 0 24px; border-radius: 48px; font-size: 17px; font-weight: 600; line-height: 1; letter-spacing: -0.01em; border: 1px solid transparent; transition: background .2s, color .2s, border-color .2s; white-space: nowrap; }
.n18-btn--point { background: var(--n18-accent); color: #fff; }
.n18-btn--point:hover { background: var(--n18-accent-d); }
.n18-btn--line { border-color: var(--n18-line); color: var(--n18-strong); background: #fff; }
.n18-btn--line:hover { border-color: var(--n18-strong); }
.n18-btn--line-w { border-color: rgba(255, 255, 255, .6); color: #fff; }
.n18-btn--line-w:hover { background: #fff; color: var(--n18-primary); }
.n18-btn--white { background: #fff; color: var(--n18-ink); }
.n18-btn--white:hover { background: var(--n18-teal); color: #fff; }
.n18-btn:active { transform: translateY(1px); }
.n18-btn small { font-size: 12px; font-weight: 400; opacity: .7; }
.n18-btn--sm { height: 44px; min-height: 44px; padding: 0 18px; font-size: 16px; }
.n18-btn i { font-size: .9em; line-height: 1; }
.n18-btn[disabled] { opacity: .55; cursor: default; }
.n18-more { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 17px; font-weight: 600; color: var(--n18-strong); }
.n18-more i { transition: transform .25s; }
.n18-more:hover i { transform: translateX(4px); }

/* 라벨 (Caption 14px / 500) · 상태 (색 + 글자 + 점 아이콘을 함께 사용) */
.n18-label { display: inline-block; padding: 4px 10px; border-radius: 4px; background: var(--n18-accent-l); color: var(--n18-accent-d); font-size: 14px; font-weight: 500; line-height: 1.4; }
.n18-label--line { background: none; border: 1px solid var(--n18-line); color: var(--n18-muted); }
.n18-label--pin { background: var(--n18-primary); color: #fff; }
.n18-st { display: inline-flex; align-items: center; gap: 4px; padding: 3px 9px; border-radius: 20px; font-size: 14px; font-weight: 600; line-height: 1.4; border: 1px solid currentColor; background: #fff; }
.n18-st::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.n18-st--draft { color: #4B5563; }
.n18-st--review { color: #9A5B00; }
.n18-st--reviewing { color: #1D4ED8; }
.n18-st--revise { color: var(--n18-error); }
.n18-st--scheduled { color: #6D28D9; }
.n18-st--publish { color: var(--n18-success); }
.n18-st--private { color: #374151; }
.n18-st--archive { color: var(--n18-muted); }
.n18-st--main { color: var(--n18-primary); }


/* ---------- 상단 안내 띠 · 헤더 (정의서 3.2 : 초기 96 / 스크롤 76, 투명 → 흰색) ---------- */
.n18-notice { position: fixed; left: 0; right: 0; top: 0; z-index: 910; display: flex; align-items: center; justify-content: center; height: var(--n18-notice-h); padding: 0 50px; background: var(--n18-notice); font-size: 17px; color: #4A4A35; text-align: center; }
.n18-notice b { margin-right: 8px; padding: 2px 8px; border-radius: 20px; background: #4A4A35; color: #fff; font-size: 16px; }
.n18-notice__close { position: absolute; right: 14px; top: 50%; width: 30px; height: 30px; transform: translateY(-50%); color: #4A4A35; }
body.is-notice-off .n18-notice { display: none; }
.n18-hd { position: fixed; left: 0; right: 0; top: 0; z-index: 900; background: #fff; border-bottom: 1px solid var(--n18-line); transition: background .24s, box-shadow .24s, top .24s, border-color .24s; }
.n18-hd.has-notice { top: var(--n18-notice-h); }
body.is-notice-off .n18-hd.has-notice { top: 0; }
.n18-util { height: var(--n18-util-h); border-bottom: 1px solid var(--n18-line); font-size: 17px; color: var(--n18-muted); overflow: hidden; transition: height .24s var(--n18-ease), opacity .24s; }
.n18-util__in { display: flex; align-items: center; gap: 28px; height: 100%; max-width: calc(var(--n18-max) + var(--n18-gutter) * 2); margin: 0 auto; padding: 0 var(--n18-gutter); }
.n18-util p { display: flex; align-items: center; gap: 8px; }
.n18-util__tel a { font-weight: 700; color: var(--n18-ink); }
.n18-util__tel span, .n18-util__hours span + span { margin-left: 12px; }
.n18-util__links { display: flex; gap: 18px; margin-left: auto; }
.n18-util__links a:hover { color: var(--n18-teal); }
.n18-hd__bar { position: relative; z-index: 2; display: flex; align-items: center; gap: 30px; max-width: calc(var(--n18-max) + var(--n18-gutter) * 2); height: var(--n18-hd-h); margin: 0 auto; padding: 0 var(--n18-gutter); transition: height .24s var(--n18-ease); }
.n18-hd__logo { flex: 0 0 auto; }
.n18-hd__logo img { height: 38px; width: auto; }
.n18-logo-white { display: none; }
.n18-gnb { align-self: stretch; margin: 0 auto; }
.n18-gnb__list { display: flex; height: 100%; }
.n18-gnb__link { position: relative; display: flex; align-items: center; height: 100%; padding: 0 26px; font-size: 22px; font-weight: 700; color: var(--n18-ink); transition: color .2s; }
.n18-gnb__link::after { content: ""; position: absolute; left: 26px; right: 26px; bottom: -1px; height: 2px; background: var(--n18-teal); transform: scaleX(0); transition: transform .2s var(--n18-ease); }
.n18-gnb__item:hover .n18-gnb__link, .n18-gnb__item.is-on .n18-gnb__link { color: var(--n18-teal); }
.n18-gnb__item:hover .n18-gnb__link::after, .n18-gnb__item.is-on .n18-gnb__link::after { transform: scaleX(1); }
.n18-hd__util { display: flex; align-items: center; gap: 10px; }
.n18-hd__tel { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--n18-line); border-radius: 50%; color: var(--n18-ink); transition: all .2s; }
.n18-hd__tel:hover { background: var(--n18-teal); border-color: var(--n18-teal); color: #fff; }
.n18-hd__cta { display: inline-flex; align-items: center; height: 46px; padding: 0 24px; border-radius: 999px; background: var(--n18-teal); color: #fff; font-size: 20px; font-weight: 700; transition: background .2s; }
.n18-hd__cta:hover { background: var(--n18-teal-d); }
.n18-hd__burger { display: none; position: relative; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.n18-hd__burger span { display: block; width: 26px; height: 2px; background: var(--n18-ink); }
/* 투명 헤더 (메인 히어로 위) */
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) { background: transparent; border-color: rgba(255, 255, 255, .18); }
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) .n18-util { border-color: rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .75); }
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) .n18-util__tel a { color: #fff; }
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) .n18-logo-dark { display: none; }
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) .n18-logo-white { display: block; }
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) .n18-gnb__link { color: #fff; }
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) .n18-hd__tel { border-color: rgba(255, 255, 255, .5); color: #fff; }
.n18-hd.is-over:not(.is-scrolled):not(.is-mega) .n18-hd__burger span { background: #fff; }
/* 스크롤 상태 */
.n18-hd.is-scrolled { box-shadow: 0 8px 24px rgba(15, 35, 65, .08); }
.n18-hd.is-scrolled .n18-util { height: 0; opacity: 0; border: 0; }
.n18-hd.is-scrolled .n18-hd__bar { height: var(--n18-hd-s); }
/* 메가 메뉴 */
.n18-mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--n18-line); box-shadow: 0 24px 40px rgba(7, 28, 57, .1); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .22s var(--n18-ease); }
.n18-hd.is-mega .n18-mega { opacity: 1; visibility: visible; transform: none; }
.n18-mega__in { display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 30px; max-width: calc(var(--n18-max) + var(--n18-gutter) * 2); margin: 0 auto; padding: 40px var(--n18-gutter) 46px; }
.n18-mega__intro { padding-right: 20px; border-right: 1px solid var(--n18-line); }
.n18-mega__en { font-size: 17px; font-weight: 600; letter-spacing: .12em; color: var(--n18-teal); }
.n18-mega__tit { margin-top: 10px; font-size: 24px; font-weight: 700; line-height: 1.45; color: var(--n18-ink); }
.n18-mega__tel { display: inline-block; margin-top: 18px; font-size: 32px; font-weight: 800; color: var(--n18-ink); }
.n18-mega__dep1 { padding-bottom: 12px; margin-bottom: 10px; border-bottom: 2px solid var(--n18-ink); font-size: 21px; font-weight: 700; color: var(--n18-ink); }
.n18-mega__col a { display: block; padding: 6px 0; font-size: 19px; color: var(--n18-text); transition: color .18s, padding .18s; }
.n18-mega__col a:hover, .n18-mega__col a:focus-visible, .n18-mega__col a.is-on { color: var(--n18-teal); padding-left: 4px; }

/* 모바일 메뉴 (오른쪽에서 들어오는 네이비 화면) */
.n18-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1000; display: flex; flex-direction: column; width: min(460px, 100%); background: var(--n18-navy9); color: #fff; transform: translateX(100%); visibility: hidden; transition: transform .4s var(--n18-ease), visibility .4s; overflow-y: auto; }
.n18-drawer.is-open { transform: translateX(0); visibility: visible; }
.n18-drawer__top { display: flex; align-items: center; justify-content: space-between; height: 70px; padding: 0 12px 0 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.n18-drawer__logo img { height: 32px; width: auto; }
.n18-drawer__close { position: relative; width: 50px; height: 50px; }
.n18-drawer__close span { position: absolute; left: 12px; top: 50%; width: 26px; height: 2px; background: #fff; }
.n18-drawer__close span:nth-child(1) { transform: rotate(45deg); }
.n18-drawer__close span:nth-child(2) { transform: rotate(-45deg); }
.n18-drawer__body { flex: 1; padding: 20px 22px 30px; }
.n18-drawer__quick .n18-btn { width: 100%; }
.n18-drawer__qt { margin-top: 20px; font-size: 17px; letter-spacing: .08em; color: rgba(255, 255, 255, .55); }
.n18-drawer__depts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.n18-drawer__depts a { display: flex; align-items: center; min-height: 46px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 2px; font-size: 19px; font-weight: 600; }
.n18-drawer__depts a:hover { background: rgba(255, 255, 255, .08); }
.n18-drawer__menu { margin-top: 18px; }
.n18-drawer__dep1 { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: 22px; font-weight: 700; color: #fff; text-align: left; }
.n18-drawer__dep1::after { content: "+"; font-weight: 300; }
.n18-drawer__item.is-open .n18-drawer__dep1::after { content: "\2212"; }
.n18-drawer__dep2 { display: none; padding: 8px 0 14px 12px; }
.n18-drawer__item.is-open .n18-drawer__dep2 { display: block; }
.n18-drawer__dep2 a { display: block; padding: 8px 0; font-size: 20px; color: rgba(255, 255, 255, .72); }
.n18-drawer__dep2 a:hover, .n18-drawer__dep2 a.is-on { color: #fff; }
.n18-drawer__call { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.n18-drawer__util { margin-top: 24px; }
.n18-drawer__search { display: flex; border-bottom: 1px solid rgba(255, 255, 255, .4); }
.n18-drawer__search input { flex: 1; height: 46px; border: 0; background: none; color: #fff; font-size: 20px; }
.n18-drawer__search input::placeholder { color: rgba(255, 255, 255, .5); }
.n18-drawer__search button { width: 46px; color: #fff; }
.n18-drawer__member { display: flex; gap: 20px; margin-top: 18px; font-size: 19px; }
.n18-drawer__member a { color: rgba(255, 255, 255, .75); }
.n18-dim { position: fixed; inset: 0; z-index: 990; background: rgba(7, 28, 57, .5); opacity: 0; visibility: hidden; transition: all .3s; }
.n18-dim.is-on { opacity: 1; visibility: visible; }

/* ---------- 서브 공통 : 서브 비주얼(280 / 180) → 현재 위치 → 제목·설명 ---------- */
.n18-svisual { position: relative; display: flex; align-items: center; height: 400px; margin-top: calc(var(--n18-util-h) + var(--n18-hd-h) + 1px); color: #fff; overflow: hidden; background: var(--n18-navy9); text-align: left; }
.n18-svisual__bg { position: absolute; inset: 0; }
.n18-svisual__bg img { width: 100%; height: 100%; object-fit: cover; animation: n18Zoom 8s var(--n18-ease) both; }
.n18-svisual__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 28, 57, .82) 0%, rgba(7, 28, 57, .35) 70%, rgba(7, 28, 57, .15) 100%); }
.n18-svisual__txt { position: relative; z-index: 1; }
.n18-svisual__en { font-size: 18px; font-weight: 600; letter-spacing: .14em; color: #7FD1D6; }
.n18-svisual__tit { margin-top: 12px; font-size: 58px; font-weight: 700; line-height: 1.25; letter-spacing: -0.03em; color: #fff; }
.n18-svisual__desc { margin-top: 12px; font-size: 23px; line-height: 1.7; letter-spacing: -0.015em; color: rgba(255, 255, 255, .82); }
@keyframes n18Zoom { from { transform: scale(1.08); } to { transform: scale(1); } }

/* 현재 위치 (Body Small 16) */
.n18-path__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; margin-top: 22px; font-size: 20px; line-height: 1.5; color: rgba(255, 255, 255, .8); }
.n18-path__home a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; }
.n18-path__dep { position: relative; display: flex; align-items: center; }
.n18-path__dep::before { content: "/"; margin: 0 6px 0 2px; opacity: .5; }
.n18-lnb__btn { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 4px; font-size: 20px; color: inherit; }
.n18-lnb__btn i { font-size: 16px; opacity: .8; transition: transform .2s; }
.n18-lnb__dep.is-open .n18-lnb__btn i { transform: rotate(180deg); }
.n18-lnb__drop { display: none; position: absolute; left: 10px; top: 100%; z-index: 30; min-width: 180px; padding: 8px 0; background: #fff; border: 1px solid var(--n18-line); border-radius: 8px; box-shadow: 0 14px 30px rgba(11, 31, 51, .15); }
.n18-lnb__dep.is-open .n18-lnb__drop { display: block; }
.n18-lnb__drop a { display: flex; align-items: center; min-height: 40px; padding: 0 18px; font-size: 21px; color: var(--n18-text); }
.n18-lnb__drop a:hover, .n18-lnb__drop a.is-on { color: var(--n18-accent-d); background: var(--n18-surface); }

/* 2차 메뉴 탭 (높이 52 / 48, 활성 = 색 + 하단 보더) */
.n18-tabs { position: sticky; top: calc(var(--n18-hd-s) + 1px); z-index: 50; border-bottom: 1px solid var(--n18-line); background: #fff; }
.n18-tabs__list { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.n18-tabs__list::-webkit-scrollbar { display: none; }
.n18-tabs__list a { position: relative; display: flex; align-items: center; height: 52px; padding: 0 16px; font-size: 21px; font-weight: 600; color: var(--n18-muted); white-space: nowrap; }
.n18-tabs__list a:hover { color: var(--n18-strong); }
.n18-tabs__list a.is-on { color: var(--n18-accent); }
.n18-tabs__list a.is-on::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: -1px; height: 2px; background: var(--n18-accent); }
.n18-subgap { height: 80px; }


/* ---------- 푸터 (정의서 3.10) · 고정 연락 바 ---------- */
.n18-ft { background: var(--n18-navy9); color: rgba(255, 255, 255, .72); }
.n18-ft__top { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.n18-ft__top-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; min-height: 70px; }
.n18-ft__links { display: flex; flex-wrap: wrap; gap: 6px 26px; font-size: 19px; }
.n18-ft__links a { color: rgba(255, 255, 255, .8); }
.n18-ft__links a:hover { color: #fff; }
.n18-ft__links b { color: #7FD1D6; }
.n18-ft__sns { display: flex; gap: 8px; }
.n18-ft__sns a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); color: #fff; transition: all .2s; }
.n18-ft__sns a:hover { background: #fff; color: var(--n18-navy9); }
.n18-ft__body { display: flex; justify-content: space-between; gap: 60px; padding-top: 50px; padding-bottom: 60px; }
.n18-ft__logo img { height: 34px; width: auto; }
.n18-ft__info address { margin-top: 24px; font-style: normal; font-size: 19px; line-height: 1.9; }
.n18-ft__info span + span::before { content: ""; display: inline-block; width: 1px; height: 11px; margin: 0 12px; background: rgba(255, 255, 255, .25); }
.n18-ft__warn { margin-top: 16px; font-size: 17px; color: rgba(255, 255, 255, .6); }
.n18-ft__copy { margin-top: 10px; font-size: 17px; color: rgba(255, 255, 255, .55); }
.n18-ft__side { flex: 0 0 320px; }
.n18-ft__tel small { display: block; font-size: 17px; }
.n18-ft__tel a { font-size: 36px; font-weight: 800; color: #fff; }
.n18-ft__hours { margin-top: 14px; font-size: 18px; }
.n18-ft__hours div { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.n18-ft__hours dd { color: #fff; }
.n18-ft__hours .is-off dd { color: #FF9C9C; }

.n18-fcb { position: fixed; right: 16px; top: 50%; z-index: 800; display: flex; flex-direction: column; transform: translateY(-50%); background: #fff; border: 1px solid var(--n18-line); box-shadow: var(--n18-shadow); }
.n18-fcb a, .n18-fcb button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 84px; height: 76px; font-size: 16px; font-weight: 600; color: var(--n18-ink); transition: background .2s, color .2s; }
.n18-fcb a + a, .n18-fcb a + button { border-top: 1px solid var(--n18-line); }
.n18-fcb i { font-size: 22px; }
.n18-fcb .is-main { background: var(--n18-teal); color: #fff; }
.n18-fcb a:hover, .n18-fcb button:hover { background: var(--n18-ink); color: #fff; }
.n18-top { display: none; }

/* 등장 효과 */
.n18-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--n18-ease), transform .8s var(--n18-ease); }
.n18-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .n18-reveal { opacity: 1; transform: none; transition: none; }
  .n18-svisual__bg img { animation: none; }
}


/* ---------- 반응형 (정의서 6장) ---------- */
html, body { overflow-x: clip; }
@media (max-width: 1799px) {
  .n18-fcb { display: none; }
}
@media (max-width: 1439px) {
  :root { --n18-gutter: 48px; }
  .n18-gnb__link { padding: 0 18px; font-size: 21px; }
  .n18-gnb__link::after { left: 18px; right: 18px; }
  .n18-mega__in { grid-template-columns: repeat(5, 1fr); }
  .n18-mega__intro { display: none; }
  .n18-util .n18-util__hours { display: none; }
}
@media (max-width: 1100px) {
  :root { --n18-hd-h: 72px; --n18-hd-s: 64px; --n18-util-h: 0px; --n18-gutter: 40px; }
  .n18-util { display: none; }
  .n18-gnb, .n18-mega { display: none; }
  .n18-hd__util { margin-left: auto; }
  .n18-hd__burger { display: flex; }
  .n18-hd__logo img { height: 32px; }
  .n18-svisual { height: 320px; }
  .n18-svisual__tit { font-size: 44px; }
  .n18-ft__body { flex-direction: column; gap: 36px; }
  .n18-ft__side { flex-basis: auto; }
  .n18-fcb { display: none; }
}
@media (max-width: 767px) {
  :root { --n18-hd-h: 64px; --n18-hd-s: 60px; --n18-gutter: 20px; --n18-gap: 16px; --n18-notice-h: 30px; }
  body.n18 { font-size: 18px; padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .n18-notice { font-size: 16px; padding: 0 40px 0 12px; justify-content: flex-start; white-space: nowrap; overflow: hidden; }
  .n18-hd__cta { display: none; }
  .n18-hd__tel { width: 40px; height: 40px; }
  .n18-hd__logo img { height: 28px; }
  .n18-svisual { height: 230px; }
  .n18-svisual__en { font-size: 16px; }
  .n18-svisual__tit { font-size: 36px; }
  .n18-svisual__desc { font-size: 19px; }
  .n18-tabs__list a { padding: 0 12px; font-size: 19px; height: 48px; }
  .n18-subgap { height: 48px; }
  .n18-btn { padding: 0 20px; font-size: 20px; }
  .n18-ft__body { padding-top: 36px; padding-bottom: 40px; }
  .n18-ft__info span { display: block; }
  .n18-ft__info span + span::before { display: none; }
  .n18-fcb { display: grid; grid-template-columns: 1fr 1fr; top: auto; bottom: 0; left: 0; right: 0; transform: none; border: 0; border-top: 1px solid var(--n18-line); box-shadow: 0 -6px 18px rgba(7, 28, 57, .1); padding-bottom: env(safe-area-inset-bottom); }
  .n18-fcb a, .n18-fcb button { flex-direction: row; gap: 8px; width: auto; height: 64px; font-size: 20px; font-weight: 700; }
  .n18-fcb a + a { border-top: 0; border-left: 1px solid var(--n18-line); }
  .n18-fcb .n18-fcb__pc { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .n18-drawer, .n18-mega, .n18-hd, .n18-util, .n18-hd__bar { transition: none; }
}
