@charset "UTF-8";
/* ==========================================================
   neroweb18 style.css
   메인 · 서브페이지 · 게시판(원고·문의·FAQ) · 검색
   ========================================================== */

/* ---------- 공통 제목 ---------- */
.n18-sec { padding: 120px 0; }
.n18-sectit { margin-bottom: 56px; text-align: center; }
.n18-sectit--left { text-align: left; margin-bottom: 36px; }
.n18-sectit__en { font-size: 15px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; color: var(--n18-accent); }
.n18-sectit__tit { margin-top: 10px; font-size: 34px; font-weight: 700; line-height: 1.3; letter-spacing: -0.025em; color: var(--n18-strong); }
.n18-sectit__desc { margin-top: 14px; font-size: 22px; line-height: 1.7; letter-spacing: -0.015em; color: var(--n18-muted); }
.n18-kicker { font-size: 15px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; color: var(--n18-accent); }
.n18-h4 { margin: 10px 0 24px; font-size: 34px; font-weight: 700; line-height: 1.3; letter-spacing: -0.025em; color: var(--n18-strong); }
.n18-empty { padding: 90px 20px; text-align: center; color: var(--n18-muted); border-top: 1px solid var(--n18-line); border-bottom: 1px solid var(--n18-line); }
.n18-empty i { font-size: 42px; color: #c5ccd8; }
.n18-empty p { margin: 14px 0 18px; font-size: 18px; }

/* 섹션 머리 (좌 : 제목 / 우 : 설명·링크) */
.n18-shead { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.n18-shead__en { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; color: var(--n18-accent); }
.n18-shead__en span { display: inline-flex; align-items: center; gap: 12px; color: var(--n18-strong); }
.n18-shead__en span::after { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .4; }
.n18-shead__en--w { color: #7fd3bd; }
.n18-shead__en--w span { color: #fff; }
.n18-shead__tit { margin-top: 14px; font-size: 40px; font-weight: 700; line-height: 1.3; letter-spacing: -0.03em; color: var(--n18-strong); }
.n18-shead--w .n18-shead__tit { color: #fff; }
.n18-shead__side { flex: 0 1 440px; }
.n18-shead__side p { font-size: 18px; line-height: 1.75; color: var(--n18-muted); }
.n18-shead__side .n18-more { margin-top: 12px; }
.n18-shead__side--links { display: flex; justify-content: flex-end; gap: 24px; }
.n18-shead__side--links .n18-more { margin-top: 0; }

/* ---------- 서브페이지 공통 ---------- */
.n18-page { padding-bottom: 20px; }
.n18-block { padding-top: 110px; }
.n18-band { margin-top: 110px; padding: 110px 0; background: var(--n18-surface); }
.n18-band + .n18-block { padding-top: 110px; }
.n18-band--dark { background-color: var(--n18-primary); background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px); background-size: 22px 22px; color: #fff; }
.n18-tbl-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.n18-tbl { width: 100%; border-collapse: collapse; border-top: 2px solid var(--n18-strong); font-size: 16px; line-height: 1.5; }
.n18-tbl th, .n18-tbl td { padding: 16px 18px; border-bottom: 1px solid var(--n18-line); text-align: left; }
.n18-tbl th { width: 150px; background: var(--n18-surface); font-weight: 700; color: var(--n18-strong); }

/* ---------- 게시판 공통 ---------- */
.n18-board { max-width: calc(var(--n18-max) + var(--n18-gutter) * 2); margin: 0 auto; padding: 0 var(--n18-gutter); }
.n18-stat-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; padding: 16px; border: 1px dashed var(--n18-line); border-radius: var(--n18-radius); background: var(--n18-surface); }
.n18-stat-tabs a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 20px; background: #fff; border: 1px solid var(--n18-line); font-size: 15px; font-weight: 600; color: var(--n18-text); }
.n18-stat-tabs a b { color: var(--n18-muted); }
.n18-stat-tabs a.is-on { border-color: currentColor; box-shadow: 0 0 0 1px currentColor inset; }
.n18-stat-tabs a.n18-st::before { display: none; }
.n18-bhead { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.n18-cate ul { display: flex; flex-wrap: wrap; gap: 8px; }
.n18-cate a { display: flex; align-items: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--n18-line); border-radius: 44px; font-size: 17px; font-weight: 600; color: var(--n18-text); transition: all .2s; }
.n18-cate a:hover { border-color: var(--n18-strong); }
.n18-cate a.is-on { background: var(--n18-primary); border-color: var(--n18-primary); color: #fff; }
.n18-bsearch { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.n18-bsearch select, .n18-bsearch input { height: 48px; padding: 0 12px; border: 1px solid var(--n18-line); border-radius: 8px; background: #fff; color: var(--n18-strong); font-size: 17px; }
.n18-bsearch input { width: 220px; }
.n18-bsearch button { width: 48px; height: 48px; border-radius: 8px; background: var(--n18-primary); color: #fff; }
.n18-binfo { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 2px solid var(--n18-strong); font-size: 16px; }
.n18-binfo b { color: var(--n18-accent-d); }
.n18-bulk { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 12px 0; font-size: 16px; }
.n18-bulk select { height: 44px; padding: 0 10px; border: 1px solid var(--n18-line); border-radius: 8px; }
.n18-bulk__all { margin-right: 8px; }
.n18-paging { margin-top: 48px; text-align: center; }
.n18-paging .pg_wrap { float: none; display: inline-block; }
.n18-paging .pg { display: inline-flex; gap: 6px; }
.n18-paging .pg_page, .n18-paging .pg_current { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 10px; border: 1px solid var(--n18-line); border-radius: 8px; background: #fff; font-size: 16px; color: var(--n18-text); }
.n18-paging .pg_current { background: var(--n18-primary); border-color: var(--n18-primary); color: #fff; font-weight: 700; }

/* 목록 항목 */
.n18-bitem { position: relative; }
.n18-bitem__chk { position: absolute; left: 10px; top: 10px; z-index: 3; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #fff; border-radius: 6px; box-shadow: 0 2px 6px rgba(0, 0, 0, .15); }
.n18-bitem__link { display: block; }
.n18-bitem__img { overflow: hidden; border-radius: var(--n18-radius); background: var(--n18-surface); }
.n18-bitem__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--n18-ease); }
.n18-bitem__link:hover .n18-bitem__img img { transform: scale(1.05); }
.n18-bitem__labels { display: flex; flex-wrap: wrap; gap: 6px; }
.n18-bitem__tit { margin-top: 10px; font-size: 24px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n18-strong); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n18-bitem__link:hover .n18-bitem__tit { color: var(--n18-accent-d); }
.n18-bitem__sub { margin-top: 4px; font-size: 18px; line-height: 1.5; color: var(--n18-accent-d); font-weight: 600; }
.n18-bitem__sum { margin-top: 8px; font-size: 18px; line-height: 1.75; color: var(--n18-text); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.n18-bitem__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; margin-top: 14px; font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--n18-muted); }

.n18-bitem__file { color: var(--n18-accent-d); }

/* 뉴스형 : 대표 1건 크게 + 목록 */
.n18-blist--news .n18-bitem { border-bottom: 1px solid var(--n18-line); }
.n18-blist--news .n18-bitem__link { display: grid; grid-template-columns: 256px 1fr; gap: 32px; align-items: center; min-height: 72px; padding: 24px 0; }
.n18-blist--news .n18-bitem__img { aspect-ratio: 16 / 9; }
.n18-blist--news .n18-bitem.is-feature .n18-bitem__link { grid-template-columns: 1.15fr 1fr; gap: 48px; padding: 32px 0; }
.n18-blist--news .n18-bitem.is-feature .n18-bitem__tit { font-size: 30px; line-height: 1.3; letter-spacing: -0.025em; }
.n18-blist--news .n18-bitem.is-notice .n18-bitem__link { grid-template-columns: 1fr; padding: 20px 0; }
.n18-blist--news .n18-bitem.is-notice .n18-bitem__img, .n18-blist--news .n18-bitem.is-notice .n18-bitem__sum { display: none; }
.n18-blist--news .n18-bitem.is-notice { background: var(--n18-surface); padding: 0 20px; }
.n18-blist--news .n18-bitem__chk { left: -8px; }

/* 웹진·갤러리·제품형 */
.n18-blist--webzine, .n18-blist--card, .n18-blist--product { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px var(--n18-gap); padding-top: 32px; }
.n18-blist--webzine .n18-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 20px; }
.n18-blist--card .n18-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 18px; }
.n18-blist--product .n18-bitem__link { border: 1px solid var(--n18-line); border-radius: var(--n18-radius); padding: 16px 16px 24px; height: 100%; transition: border-color .25s, box-shadow .25s; }
.n18-blist--product .n18-bitem__link:hover { border-color: var(--n18-accent); box-shadow: 0 16px 30px rgba(10, 31, 68, .08); }
.n18-blist--product .n18-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 20px; background: #fff; }
.n18-blist--product .n18-bitem__txt { padding: 0 6px; }

/* 자료형 */
.n18-blist--file .n18-bitem { border-bottom: 1px solid var(--n18-line); }
.n18-blist--file .n18-bitem__link { display: flex; align-items: center; min-height: 72px; padding: 16px 12px; }
.n18-blist--file .n18-bitem__txt { flex: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; }
.n18-blist--file .n18-bitem__tit { margin: 0; font-size: 20px; -webkit-line-clamp: 1; }
.n18-blist--file .n18-bitem__meta { margin: 0; }
.n18-blist--file .n18-bitem.is-notice { background: var(--n18-surface); }
.n18-blist--file .n18-bitem__chk { left: -34px; top: 50%; transform: translateY(-50%); box-shadow: none; }

/* ---------- 상세 ---------- */
.n18-view { max-width: calc(var(--n18-max) + var(--n18-gutter) * 2); margin: 0 auto; padding: 0 var(--n18-gutter); }
.n18-view__state { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 14px 18px; border-radius: 8px; background: #fff8e6; font-size: 16px; }
.n18-view__head { padding-bottom: 28px; border-bottom: 1px solid var(--n18-line); }
.n18-view__tit { margin-top: 14px; font-size: 38px; font-weight: 700; line-height: 1.35; letter-spacing: -0.025em; color: var(--n18-strong); }
.n18-view__sub { margin-top: 8px; font-size: 20px; font-weight: 600; line-height: 1.5; color: var(--n18-accent-d); }
.n18-view__sum { margin-top: 16px; padding-left: 16px; border-left: 3px solid var(--n18-accent); font-size: 22px; line-height: 1.7; letter-spacing: -0.015em; color: var(--n18-text); }
.n18-view__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; margin-top: 20px; font-size: 16px; line-height: 1.5; color: var(--n18-muted); }
.n18-view__share { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; height: 44px; padding: 0 14px; border: 1px solid var(--n18-line); border-radius: 30px; font-size: 15px; }
.n18-view__hero { margin-top: 24px; }
.n18-view__hero img { width: 100%; height: auto; border-radius: var(--n18-radius); }
.n18-view__body { margin-top: 24px; }
.n18-prose { max-width: 100%; font-size: 18px; line-height: 1.75; letter-spacing: -0.01em; color: var(--n18-text); overflow-wrap: break-word; }
.n18-prose h2 { margin: 40px 0 16px; font-size: 22px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n18-strong); }
.n18-prose h3 { margin: 32px 0 12px; font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n18-strong); }
.n18-prose p { margin: 0 0 24px; }
.n18-prose ul, .n18-prose ol { margin: 0 0 24px; padding-left: 22px; }
.n18-prose ul { list-style: disc; }
.n18-prose ol { list-style: decimal; }
.n18-prose blockquote { margin: 24px 0; padding: 18px 24px; border-left: 4px solid var(--n18-accent); background: var(--n18-surface); }
.n18-prose img { max-width: 100%; height: auto; border-radius: 8px; }
.n18-prose a { color: var(--n18-accent); text-decoration: underline; text-underline-offset: 3px; }
.n18-prose a:hover, .n18-prose a:focus-visible { color: var(--n18-accent-d); text-decoration: underline; }
.n18-prose figcaption, .n18-prose caption { margin-top: 8px; font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--n18-muted); }
.n18-prose table { width: 100%; min-width: 520px; border-collapse: collapse; margin: 0 0 24px; font-size: 16px; line-height: 1.5; }
.n18-prose th, .n18-prose td { padding: 12px 14px; border: 1px solid var(--n18-line); }
.n18-prose th { background: var(--n18-surface); }
.n18-prose hr { margin: 36px 0; border: 0; border-top: 1px solid var(--n18-line); }
.n18-view__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.n18-view__tags a, .n18-view__tags span { display: block; padding: 6px 14px; background: var(--n18-surface); border-radius: 20px; font-size: 16px; color: var(--n18-muted); }
.n18-view__files { display: flex; flex-direction: column; gap: 8px; margin-top: 48px; }
.n18-file { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 12px 18px; border: 1px solid var(--n18-line); border-radius: 8px; font-size: 18px; transition: border-color .2s; }
.n18-file:hover { border-color: var(--n18-accent); }
.n18-file i { color: var(--n18-accent); font-size: 20px; }
.n18-file__name { flex: 1; min-width: 0; overflow-wrap: anywhere; color: var(--n18-strong); }
.n18-file__size { font-size: 14px; font-weight: 500; color: var(--n18-muted); }
.n18-view__ask { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 40px; padding: 26px 28px; border-radius: var(--n18-radius); background: var(--n18-accent-l); font-weight: 600; color: var(--n18-strong); }
.n18-view__nav { margin-top: 48px; border-top: 1px solid var(--n18-strong); }
.n18-view__nav a, .n18-view__nav p { display: flex; align-items: center; gap: 24px; min-height: 60px; padding: 12px 8px; border-bottom: 1px solid var(--n18-line); font-size: 18px; }
.n18-view__nav span { flex: 0 0 60px; font-size: 16px; color: var(--n18-muted); }
.n18-view__nav b { font-weight: 500; color: var(--n18-strong); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n18-view__nav p b { color: var(--n18-muted); }
.n18-view__nav a:hover b { color: var(--n18-accent-d); }
.n18-view__btns { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: 28px; }
.n18-view__btns > div { display: flex; flex-wrap: wrap; gap: 8px; }
.n18-related { margin-top: 80px; }
.n18-related__tit { margin-bottom: 20px; font-size: 26px; font-weight: 700; line-height: 1.3; letter-spacing: -0.025em; color: var(--n18-strong); }
.n18-related ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--n18-gap); }
.n18-related__img { overflow: hidden; border-radius: 10px; }
.n18-related__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.n18-related h5 { margin-top: 12px; font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n18-strong); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n18-related time { font-size: 14px; font-weight: 500; color: var(--n18-muted); }
.n18-deny { max-width: 560px; margin: 20px auto; padding: 60px 24px; text-align: center; border: 1px solid var(--n18-line); border-radius: var(--n18-radius); }
.n18-deny i { font-size: 38px; color: var(--n18-muted); }
.n18-deny h3 { margin-top: 16px; font-size: 24px; font-weight: 700; color: var(--n18-strong); }
.n18-deny p { margin: 8px 0 24px; color: var(--n18-muted); }
.n18-preview-note { max-width: var(--n18-max); margin: 0 auto 24px; padding: 12px 18px; border-radius: 8px; background: #fff8e6; font-size: 16px; }

/* 검수 */
.n18-review { margin-top: 56px; padding: 28px; border: 1px dashed #b7791f; border-radius: var(--n18-radius); background: #fffcf4; }
.n18-review__tit { font-size: 20px; font-weight: 700; color: var(--n18-strong); }
.n18-review__form { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.n18-review__row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; }
.n18-review__row select, .n18-review__row input, .n18-review__form textarea { height: 48px; padding: 0 12px; border: 1px solid var(--n18-line); border-radius: 8px; background: #fff; }
.n18-review__form textarea { height: auto; padding: 12px; }
.n18-review__form button { align-self: flex-end; }
.n18-review__last { margin-top: 16px; font-size: 16px; }
.n18-review__last b { margin-right: 8px; }
.n18-review__sub { margin-top: 24px; font-size: 17px; font-weight: 700; color: var(--n18-strong); }
.n18-review__log { margin-top: 10px; font-size: 16px; }
.n18-review__log li { padding: 10px 0; border-bottom: 1px solid #f0e6cf; }
.n18-review__log time { margin-right: 10px; color: var(--n18-muted); font-size: 15px; }
.n18-review__log span { margin-left: 8px; }
.n18-review__log em { margin-left: 8px; font-style: normal; color: var(--n18-muted); }
.n18-review__log p { margin-top: 4px; padding-left: 12px; border-left: 2px solid #b7791f; }
.n18-review__none { margin-top: 8px; font-size: 16px; color: var(--n18-muted); }

/* ---------- 글쓰기 ---------- */
.n18-write { max-width: calc(var(--n18-max) + var(--n18-gutter) * 2); margin: 0 auto; padding: 0 var(--n18-gutter); }
.n18-write__grid { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.n18-write__side { position: sticky; top: calc(var(--n18-hd-h) + 20px); }
.n18-field { margin-bottom: 22px; }
.n18-field > label, .n18-field__label { display: block; margin-bottom: 8px; font-size: 18px; font-weight: 700; color: var(--n18-strong); }
.n18-field small { margin-left: 6px; font-size: 15px; font-weight: 400; color: var(--n18-muted); }
.n18-field small .is-over { color: var(--n18-error); font-weight: 700; }
.n18-field--row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.n18-field--row label { display: block; margin-bottom: 8px; font-size: 18px; font-weight: 700; color: var(--n18-strong); }
.n18-req { color: var(--n18-error); }
.n18-input { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--n18-line); border-radius: 8px; background: #fff; color: var(--n18-strong); font-size: 18px; transition: border-color .2s; }
.n18-input:focus { border-color: var(--n18-accent); outline: none; box-shadow: 0 0 0 3px var(--n18-accent-l); }
textarea.n18-input { resize: vertical; line-height: 1.6; }
input[type="file"].n18-input { padding: 10px; }
.n18-editor { border-radius: 8px; }
.n18-filebox { display: grid; grid-template-columns: 110px 1fr 1fr; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 16px; }
.n18-filebox__del { grid-column: 2 / 4; font-size: 15px; color: var(--n18-muted); }
#autosave_wrapper { position: relative; display: flex; gap: 8px; }
#autosave_wrapper .n18-input { flex: 1; }
#autosave_pop { display: none; position: absolute; right: 0; top: 54px; z-index: 10; width: 320px; padding: 14px; background: #fff; border: 1px solid var(--n18-line); border-radius: 8px; box-shadow: 0 10px 24px rgba(0, 0, 0, .1); font-size: 16px; }
#autosave_pop li { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--n18-line); }
.n18-pub { padding: 26px; border: 1px solid var(--n18-line); border-radius: var(--n18-radius); background: var(--n18-surface); }
.n18-pub .n18-field { margin-bottom: 16px; }
.n18-pub__now { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--n18-line); font-size: 16px; font-weight: 700; }
.n18-pub__chk { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 16px; font-size: 18px; }
.n18-pub__seo { margin-bottom: 16px; }
.n18-pub__seo summary { cursor: pointer; margin-bottom: 12px; font-size: 18px; font-weight: 700; color: var(--n18-strong); }
.n18-pub__memo { margin-bottom: 16px; padding: 12px; border-radius: 8px; background: #fff0f0; font-size: 16px; }
.n18-pub__memo b { display: block; color: var(--n18-error); }
.n18-pub__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.n18-pub__btns .n18-btn { padding: 0 10px; }
.n18-pub__cancel { display: block; margin-top: 12px; text-align: center; font-size: 15px; color: var(--n18-muted); text-decoration: underline; }

/* 문의 */
.n18-write--contact { max-width: 900px; }
.n18-write__lead { margin-bottom: 28px; padding: 18px 22px; border-radius: 8px; background: var(--n18-surface); font-size: 17px; }
.n18-cform { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.n18-cform__full { grid-column: 1 / -1; }
.n18-radios { display: flex; flex-wrap: wrap; gap: 8px; }
.n18-radios label { position: relative; }
.n18-radios input { position: absolute; opacity: 0; }
.n18-radios span { display: flex; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--n18-line); border-radius: 8px; font-size: 17px; cursor: pointer; }
.n18-radios input:checked + span { border-color: var(--n18-accent); background: var(--n18-accent-l); color: var(--n18-accent-d); font-weight: 700; }
.n18-radios input:focus-visible + span { outline: 2px solid var(--n18-accent); outline-offset: 2px; }
.n18-agree { margin-top: 10px; }
.n18-agree__tit { font-size: 17px; font-weight: 700; color: var(--n18-strong); }
.n18-agree__box { margin-top: 8px; padding: 16px 18px; max-height: 140px; overflow-y: auto; border: 1px solid var(--n18-line); border-radius: 8px; font-size: 16px; line-height: 1.8; color: var(--n18-muted); }
.n18-agree__chk { display: inline-flex; gap: 8px; margin-top: 12px; font-size: 17px; font-weight: 600; }
.n18-cform__btns { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.n18-cform__btns .n18-btn { min-width: 160px; }
.n18-cinfo { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; border-top: 1px solid var(--n18-strong); }
.n18-cinfo div { display: flex; gap: 16px; padding: 14px 8px; border-bottom: 1px solid var(--n18-line); font-size: 17px; }
.n18-cinfo dt { flex: 0 0 70px; font-weight: 700; color: var(--n18-strong); }
.n18-answer { margin-top: 48px; padding: 28px; border-radius: var(--n18-radius); background: var(--n18-surface); }
.n18-answer__tit { font-size: 20px; font-weight: 700; color: var(--n18-strong); }
.n18-answer__none { margin-top: 10px; color: var(--n18-muted); font-size: 17px; }
.n18-answer__item { margin-top: 16px; padding: 20px; background: #fff; border-radius: 10px; border-left: 3px solid var(--n18-accent); }
.n18-answer__meta { display: flex; gap: 12px; font-size: 15px; color: var(--n18-muted); }
.n18-answer__meta b { color: var(--n18-accent-d); }
.n18-answer__meta a { margin-left: auto; text-decoration: underline; }
.n18-answer__txt { margin-top: 10px; font-size: 18px; line-height: 1.8; }
.n18-answer__form { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; margin-top: 18px; }
.n18-tbl--list th { width: auto; text-align: center; }
.n18-tbl--list td { height: 72px; text-align: center; font-size: 16px; }
.n18-tbl--list .n18-tbl__tit { text-align: left; }
.n18-tbl--list .n18-tbl__tit i { margin-right: 4px; color: var(--n18-muted); font-size: 14px; }
.n18-tbl--list .n18-tbl__tit a:hover { color: var(--n18-accent-d); }

/* FAQ */
.n18-faq { border-top: 2px solid var(--n18-strong); }
.n18-faq__item { border-bottom: 1px solid var(--n18-line); scroll-margin-top: 120px; }
.n18-faq__q { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 72px; padding: 16px 12px; text-align: left; font-size: 20px; font-weight: 600; line-height: 1.4; color: var(--n18-strong); }
.n18-faq__q > b, .n18-faq__a > b { flex: 0 0 36px; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; font-size: 17px; }
.n18-faq__q > b { background: var(--n18-primary); color: #fff; }
.n18-faq__txt { flex: 1; }
.n18-faq__q i { font-size: 15px; color: var(--n18-muted); transition: transform .25s; }
.n18-faq__item.is-open .n18-faq__q i { transform: rotate(180deg); }
.n18-faq__a { display: none; gap: 14px; padding: 4px 12px 28px; }
.n18-faq__item.is-open .n18-faq__a { display: flex; flex-wrap: wrap; }
.n18-faq__a > b { background: var(--n18-accent-l); color: var(--n18-accent-d); }
.n18-faq__a .n18-prose { flex: 1; min-width: 0; padding: 18px 22px; border-radius: 10px; background: var(--n18-surface); font-size: 18px; }
.n18-faq__adm { flex-basis: 100%; text-align: right; font-size: 15px; text-decoration: underline; }
.n18-faq__more { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 48px; padding: 28px 32px; border-radius: var(--n18-radius); background: var(--n18-primary); color: #fff; font-size: 20px; font-weight: 600; }

/* 통합검색 */
.n18-srch__form { display: flex; gap: 10px; max-width: 680px; margin: 0 auto 40px; }
.n18-srch__form input { flex: 1; height: 54px; padding: 0 18px; border: 2px solid var(--n18-primary); border-radius: 50px; font-size: 18px; }
.n18-srch__sum { margin-bottom: 24px; font-size: 18px; }
.n18-srch__sum b { color: var(--n18-accent-d); }
.n18-srch__grp { margin-top: 40px; }
.n18-srch__grp h4 { padding-bottom: 12px; border-bottom: 2px solid var(--n18-strong); font-size: 24px; font-weight: 700; color: var(--n18-strong); }
.n18-srch__grp h4 small { margin-left: 6px; font-size: 16px; color: var(--n18-accent-d); }
.n18-srch__grp li a { display: block; padding: 18px 4px; border-bottom: 1px solid var(--n18-line); }
.n18-srch__grp li b { font-size: 20px; line-height: 1.4; color: var(--n18-strong); }
.n18-srch__grp li p { margin-top: 4px; font-size: 16px; color: var(--n18-muted); }
.n18-srch__grp li time { font-size: 14px; font-weight: 500; color: var(--n18-muted); }
.n18-srch__grp .n18-more { margin-top: 14px; }

/* 회원·기본 화면이 테마 안에서 보일 때 여백 */
.is-sub #mb_login, .is-sub #register_form, .is-sub #fregister, .is-sub .mbskin, .is-sub #ctt { max-width: calc(760px + var(--n18-gutter) * 2); margin: 0 auto 40px; padding: 0 var(--n18-gutter); }

/* ---------- 반응형 : Tablet 768~1279 / Mobile 767 이하 ---------- */
@media (max-width: 1279px) {
  .n18-sec { padding: 100px 0; }
  .n18-sectit__tit { font-size: 30px; }
  .n18-sectit__desc { font-size: 20px; }
  .n18-h4 { font-size: 30px; }
  .n18-blist--webzine, .n18-blist--card, .n18-blist--product { grid-template-columns: repeat(2, 1fr); }
  .n18-bitem__tit { font-size: 22px; }
  .n18-blist--news .n18-bitem.is-feature .n18-bitem__tit { font-size: 26px; }
  .n18-view__tit { font-size: 32px; }
  .n18-view__sum { font-size: 20px; }
  .n18-write__grid { grid-template-columns: 1fr 300px; gap: 28px; }
  .n18-srch__grp h4 { font-size: 22px; }
}
@media (max-width: 1023px) {
  .n18-write__grid { grid-template-columns: 1fr; }
  .n18-write__side { position: static; }
}
@media (max-width: 767px) {
  .n18-sec { padding: 72px 0; }
  .n18-sectit { margin-bottom: 36px; }
  .n18-sectit__tit { font-size: 26px; }
  .n18-sectit__desc { font-size: 19px; }
  .n18-h4 { font-size: 26px; }
  .n18-bhead { flex-direction: column; align-items: stretch; }
  .n18-cate ul { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .n18-cate a { white-space: nowrap; }
  .n18-bsearch { margin-left: 0; flex-wrap: wrap; }
  .n18-bsearch input { flex: 1; width: auto; min-width: 0; }
  .n18-bsearch select { flex: 0 0 auto; }
  .n18-bitem__tit { font-size: 20px; }
  .n18-bitem__sum { font-size: 17px; }
  .n18-blist--news .n18-bitem__link, .n18-blist--news .n18-bitem.is-feature .n18-bitem__link { grid-template-columns: 112px 1fr; gap: 16px; min-height: 68px; padding: 18px 0; }
  .n18-blist--news .n18-bitem.is-feature .n18-bitem__link { grid-template-columns: 1fr; }
  .n18-blist--news .n18-bitem.is-feature .n18-bitem__tit { font-size: 22px; }
  .n18-blist--news .n18-bitem:not(.is-feature) .n18-bitem__sum { display: none; }
  .n18-blist--webzine, .n18-blist--card, .n18-blist--product { grid-template-columns: 1fr; gap: 36px; }
  .n18-blist--file .n18-bitem__link { min-height: 68px; }
  .n18-blist--file .n18-bitem__txt { grid-template-columns: 1fr; gap: 6px; }
  .n18-blist--file .n18-bitem__tit { font-size: 18px; -webkit-line-clamp: 2; }
  .n18-blist--file .n18-bitem__chk { position: static; transform: none; margin: 10px 0 0; }
  .n18-view__tit { font-size: 26px; }
  .n18-view__sum { font-size: 19px; }
  .n18-view__meta { gap: 4px 12px; font-size: 15px; }
  .n18-view__share { margin-left: 0; }
  .n18-prose { font-size: 17px; }
  .n18-prose h2 { font-size: 20px; }
  .n18-prose h3 { font-size: 19px; }
  .n18-prose table { font-size: 15px; }
  .n18-view__ask, .n18-faq__more { flex-direction: column; align-items: flex-start; }
  .n18-view__nav span { flex-basis: 48px; font-size: 15px; }
  .n18-view__nav a, .n18-view__nav p { font-size: 17px; }
  .n18-related ul { grid-template-columns: 1fr; }
  .n18-related h5 { font-size: 20px; }
  .n18-field--row, .n18-cform, .n18-cinfo { grid-template-columns: 1fr; }
  .n18-filebox { grid-template-columns: 1fr; }
  .n18-filebox__del { grid-column: auto; }
  #autosave_wrapper { flex-direction: column; }
  .n18-faq__q { min-height: 68px; padding: 14px 4px; font-size: 18px; gap: 10px; }
  .n18-faq__q .n18-label { display: none; }
  .n18-faq__a { padding: 0 4px 20px; }
  .n18-faq__a > b { display: none; }
  .n18-faq__a .n18-prose { font-size: 17px; }
  .n18-tbl--list .n18-hide-m { display: none; }
  .n18-tbl--list td { height: 68px; }
  .n18-srch__form input { height: 48px; }
  .n18-srch__grp h4 { font-size: 20px; }
  .n18-srch__grp li b { font-size: 18px; }
}

/* 게시판 목록 형태 추가 (갤러리형2·3, 웹진형2) */
.n18-blist--card2, .n18-blist--card3, .n18-blist--webzine2 { display: grid; gap: 40px var(--n18-gap); padding-top: 32px; }
.n18-blist--card2 { grid-template-columns: repeat(4, 1fr); }
.n18-blist--card2 .n18-bitem__link { position: relative; display: block; overflow: hidden; border-radius: var(--n18-radius); }
.n18-blist--card2 .n18-bitem__img { aspect-ratio: 1 / 1; border-radius: 0; }
.n18-blist--card2 .n18-bitem__txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 20px 20px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); }
.n18-blist--card2 .n18-bitem__tit, .n18-blist--card2 .n18-bitem__meta { color: #fff; }
.n18-blist--card2 .n18-bitem__link:hover .n18-bitem__tit { color: #fff; }
.n18-blist--card3 { grid-template-columns: repeat(2, 1fr); }
.n18-blist--card3 .n18-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 20px; }
.n18-blist--webzine2 { grid-template-columns: repeat(2, 1fr); }
.n18-blist--webzine2 .n18-bitem__link { display: grid; grid-template-columns: 42% 1fr; gap: 24px; align-items: center; padding: 20px; border: 1px solid var(--n18-line); border-radius: var(--n18-radius); height: 100%; }
.n18-blist--webzine2 .n18-bitem__img { aspect-ratio: 4 / 3; }

@media (max-width: 1240px) { .n18-blist--card2 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1000px) { .n18-blist--card2 { grid-template-columns: repeat(2, 1fr); } .n18-blist--card3, .n18-blist--webzine2 { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .n18-blist--card2 { grid-template-columns: 1fr 1fr; gap: 12px; } .n18-blist--webzine2 .n18-bitem__link { grid-template-columns: 1fr; } }


/* ==========================================================
   neroweb18 의료기관 : 메인 · 서브 (의료기관 테마 디자인 정의서 3·10장)
   ========================================================== */
.n18-notice ~ .n18-container .n18-svisual { margin-top: calc(var(--n18-notice-h) + var(--n18-util-h) + var(--n18-hd-h) + 1px); }
body.is-notice-off .n18-notice ~ .n18-container .n18-svisual { margin-top: calc(var(--n18-util-h) + var(--n18-hd-h) + 1px); }
.n18-sec { padding: 140px 0; }
.n18-sec--compact { padding: 96px 0; }
.n18-eyebrow { font-size: 17px; font-weight: 600; line-height: 1.5; letter-spacing: .14em; color: var(--n18-teal); }
.n18-eyebrow--w { color: #7FD1D6; }
.n18-h2 { max-width: 900px; margin-top: 14px; font-size: 56px; font-weight: 700; line-height: 1.2; letter-spacing: -0.03em; color: var(--n18-ink); }
.n18-h3 { font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: -0.02em; color: var(--n18-ink); }
.n18-lead { max-width: 760px; margin-top: 20px; font-size: 21px; line-height: 1.7; color: var(--n18-text); }
.n18-head { margin-bottom: 56px; }
.n18-head--w .n18-h2 { color: #fff; }
.n18-head--row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }
.n18-empty { padding: 50px 0; text-align: center; color: var(--n18-muted); }
.n18-center-btn { margin-top: 40px; text-align: center; }
.n18-arrows { display: flex; align-items: center; gap: 14px; font-size: 18px; font-weight: 600; color: var(--n18-muted); }
.n18-arrows button { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid var(--n18-line); border-radius: 50%; color: var(--n18-ink); background: #fff; transition: all .2s; }
.n18-arrows button:hover { background: var(--n18-ink); border-color: var(--n18-ink); color: #fff; }
.n18-arrows button[disabled] { opacity: .35; cursor: default; background: #fff; color: var(--n18-ink); }

/* 히어로 */
.n18-hero { position: relative; height: max(680px, min(100vh, 900px)); background: var(--n18-navy9); overflow: hidden; }
.n18-hero__slider, .n18-hero .swiper-wrapper, .n18-hero__slide { height: 100%; }
.n18-hero__slide { position: relative; display: flex; align-items: center; overflow: hidden; }
.n18-hero__bg { position: absolute; inset: 0; }
.n18-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); }
.n18-hero__slide.swiper-slide-active .n18-hero__bg img { transform: scale(1.08); transition: transform 7s linear; }
.n18-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 28, 57, .78) 0%, rgba(7, 28, 57, .45) 45%, rgba(7, 28, 57, .05) 100%); }
.n18-hero__txt { position: relative; z-index: 2; padding-top: calc(var(--n18-util-h) + var(--n18-hd-h)); color: #fff; }
.n18-hero__txt > * { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--n18-ease), transform .8s var(--n18-ease); }
.swiper-slide-active .n18-hero__txt > * { opacity: 1; transform: none; }
.swiper-slide-active .n18-hero__txt > :nth-child(2) { transition-delay: .1s; }
.swiper-slide-active .n18-hero__txt > :nth-child(3) { transition-delay: .2s; }
.swiper-slide-active .n18-hero__txt > :nth-child(4) { transition-delay: .3s; }
.n18-hero__eyebrow { font-size: 18px; font-weight: 600; letter-spacing: .12em; color: #7FD1D6; }
.n18-hero__tit { margin-top: 18px; max-width: 1100px; font-size: 72px; font-weight: 700; line-height: 1.15; letter-spacing: -0.035em; color: #fff; }
.n18-hero__desc { max-width: 640px; margin-top: 22px; font-size: 24px; line-height: 1.65; color: rgba(255, 255, 255, .86); }
.n18-hero__txt .n18-btn { margin-top: 36px; }
.n18-hero__ctrl { position: absolute; left: 0; right: 0; bottom: 56px; z-index: 5; display: flex; align-items: center; gap: 12px; color: #fff; }
.n18-hero__num { display: flex; align-items: baseline; gap: 8px; min-width: 76px; font-size: 18px; color: rgba(255, 255, 255, .6); }
.n18-hero__num b { font-size: 24px; color: #fff; }
.n18-hero__bar { position: relative; width: 200px; height: 2px; margin-right: 12px; background: rgba(255, 255, 255, .25); overflow: hidden; }
.n18-hero__bar i { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #fff; }
.n18-hero.is-run .n18-hero__bar i { animation: n18Bar 6.5s linear forwards; }
.n18-hero.is-paused .n18-hero__bar i { animation-play-state: paused; }
@keyframes n18Bar { from { width: 0; } to { width: 100%; } }
.n18-hero__btn { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; color: #fff; font-size: 17px; transition: all .2s; }
.n18-hero__btn:hover { background: #fff; color: var(--n18-ink); }

/* 특화진료 */
.n18-spec { background: var(--n18-surface); }
.n18-spec__in { display: grid; grid-template-columns: 400px 1fr; gap: 60px; align-items: start; }
.n18-spec .n18-head { position: sticky; top: 120px; margin: 0; }
.n18-spec__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--n18-gap); }
.n18-scard { position: relative; display: flex; flex-direction: column; height: 100%; background: #fff; border-radius: var(--n18-radius); overflow: hidden; box-shadow: 0 10px 30px rgba(16, 42, 67, .07); transition: transform .25s var(--n18-ease), box-shadow .25s; }
.n18-scard__img { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.n18-scard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--n18-ease); }
.n18-scard__txt { flex: 1; padding: 40px 28px 72px; }
.n18-scard__icon { position: relative; left: 26px; top: 0; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; margin: -30px 0 -30px; border-radius: 50%; background: var(--n18-teal); color: #fff; font-size: 24px; box-shadow: 0 8px 20px rgba(14, 135, 145, .35); }
.n18-scard__cat { display: block; font-size: 16px; font-weight: 600; letter-spacing: .1em; color: var(--n18-teal); }
.n18-scard strong { display: block; margin-top: 8px; font-size: 30px; font-weight: 700; color: var(--n18-ink); }
.n18-scard__desc { display: block; margin-top: 12px; font-size: 19px; line-height: 1.6; color: var(--n18-text); }
.n18-scard__plus { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--n18-teal-l); color: var(--n18-teal); transition: all .2s; }
.n18-scard:hover, .n18-scard:focus-visible { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(16, 42, 67, .14); }
.n18-scard:hover .n18-scard__img img { transform: scale(1.05); }
.n18-scard:hover .n18-scard__plus { background: var(--n18-teal); border-color: var(--n18-teal); color: #fff; transform: rotate(90deg); }

/* 진료과 */
.n18-dept { background: var(--n18-surface); }
.n18-dept__track { overflow: hidden; outline-offset: 6px; }
.n18-dept__list { display: grid; grid-template-columns: repeat(var(--n18-cols), minmax(0, 1fr)); gap: var(--n18-gap); }
.n18-dept__track.is-slider { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.n18-dept__track.is-slider::-webkit-scrollbar { display: none; }
.n18-dept__track.is-slider .n18-dept__list { display: flex; }
.n18-dept__track.is-slider .n18-dept__list li { flex: 0 0 calc((100% - var(--n18-gap) * 4) / 5); scroll-snap-align: start; }
.n18-dcard { position: relative; display: flex; flex-direction: column; height: 100%; border-radius: var(--n18-radius); background: #fff; overflow: hidden; box-shadow: 0 10px 30px rgba(16, 42, 67, .07); transition: transform .25s var(--n18-ease), box-shadow .25s; }
.n18-dcard__img { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.n18-dcard__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform .5s var(--n18-ease); }
.n18-dcard__txt { flex: 1; padding: 34px 22px 60px; }
.n18-dcard__icon { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin: -27px 0 -27px 22px; border-radius: 50%; background: #fff; color: var(--n18-teal); font-size: 22px; box-shadow: 0 6px 18px rgba(16, 42, 67, .15); transition: background .25s, color .25s; }
.n18-dcard:hover .n18-dcard__icon { background: var(--n18-teal); color: #fff; }
.n18-dcard__en { display: block; font-size: 15px; font-weight: 600; letter-spacing: .1em; color: var(--n18-muted); }
.n18-dcard strong { display: block; margin-top: 6px; font-size: 26px; font-weight: 700; color: var(--n18-ink); }
.n18-dcard__txt > span:last-child { display: block; margin-top: 10px; font-size: 19px; line-height: 1.6; color: var(--n18-text); }
.n18-dcard__go { position: absolute; left: 22px; bottom: 22px; color: var(--n18-teal); transition: transform .2s; }
.n18-dcard:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(16, 42, 67, .14); }
.n18-dcard:hover .n18-dcard__img img { transform: scale(1.05); }
.n18-dcard:hover .n18-dcard__go { transform: translateX(6px); }

/* 전문센터 */
.n18-centers { background: var(--n18-navy9); }
.n18-center__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--n18-gap); }
.n18-ccard { position: relative; display: block; aspect-ratio: 4 / 3.4; overflow: hidden; border-radius: var(--n18-radius); color: #fff; }
.n18-ccard__img { position: absolute; inset: 0; }
.n18-ccard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--n18-ease); }
.n18-ccard__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 28, 57, .1) 20%, rgba(7, 28, 57, .88) 100%); transition: background .3s; }
.n18-ccard__txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; }
.n18-ccard__txt > i { font-size: 32px; color: #7FD1D6; }
.n18-ccard strong { display: block; margin-top: 12px; font-size: 32px; font-weight: 700; }
.n18-ccard__txt > span { display: block; margin-top: 8px; font-size: 20px; color: rgba(255, 255, 255, .85); }
.n18-ccard em { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-style: normal; font-size: 18px; font-weight: 600; color: #7FD1D6; }
.n18-ccard:hover .n18-ccard__img img { transform: scale(1.06); }
.n18-ccard:hover .n18-ccard__img::after { background: linear-gradient(180deg, rgba(14, 135, 145, .2) 10%, rgba(7, 28, 57, .92) 100%); }

/* 의료진 */
.n18-docs { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; outline-offset: 6px; }
.n18-docs::-webkit-scrollbar { display: none; }
.n18-docs__list { display: flex; gap: var(--n18-gap); }
.n18-docs__list > li { flex: 0 0 calc((100% - var(--n18-gap) * 3) / 4); scroll-snap-align: start; }
.n18-doc { display: block; }
.n18-doc__img { display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--n18-surface); border-radius: var(--n18-radius); }
.n18-doc__img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s var(--n18-ease); }
.n18-doc:hover .n18-doc__img img { transform: scale(1.04); }
.n18-doc__dept { display: inline-block; margin-top: 20px; padding: 3px 10px; border-radius: 2px; background: var(--n18-teal-l); font-size: 17px; font-weight: 600; color: var(--n18-teal-d); }
.n18-doc__role { display: block; margin-top: 10px; font-size: 18px; color: var(--n18-muted); }
.n18-doc__name { display: block; margin-top: 2px; font-size: 32px; font-weight: 700; color: var(--n18-ink); }
.n18-doc__field { display: block; margin-top: 6px; font-size: 19px; color: var(--n18-text); }
.n18-doc em { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-style: normal; font-size: 18px; font-weight: 600; color: var(--n18-teal); }
.n18-docs__all a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; aspect-ratio: 3 / 4; border-radius: var(--n18-radius); background: var(--n18-surface); text-align: center; transition: all .2s; }
.n18-docs__all i { font-size: 38px; color: var(--n18-teal); }
.n18-docs__all strong { font-size: 24px; color: var(--n18-ink); }
.n18-docs__all span { font-size: 18px; color: var(--n18-muted); }
.n18-docs__all a:hover { border-color: var(--n18-teal); background: var(--n18-teal-l); }

/* 병원 둘러보기 */
.n18-fac { background: var(--n18-surface); }
.n18-gal__main { position: relative; aspect-ratio: 16 / 8; overflow: hidden; background: var(--n18-navy9); border-radius: var(--n18-radius); }
.n18-gal__item { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .6s var(--n18-ease); }
.n18-gal__item.is-on { opacity: 1; z-index: 1; }
.n18-gal__item img { width: 100%; height: 100%; object-fit: cover; }
.n18-gal__item figcaption { position: absolute; left: 24px; bottom: 24px; max-width: 520px; padding: 22px 28px; border-radius: 14px; background: rgba(7, 28, 57, .82); color: #fff; backdrop-filter: blur(6px); }
.n18-gal__item figcaption b { display: block; font-size: 24px; }
.n18-gal__item figcaption span { display: block; margin-top: 4px; font-size: 19px; color: rgba(255, 255, 255, .8); }
.n18-gal__zoom, .n18-gal__prev, .n18-gal__next { position: absolute; z-index: 3; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--n18-ink); transition: background .2s, color .2s; }
.n18-gal__zoom { right: 24px; top: 24px; }
.n18-gal__prev { right: 82px; bottom: 24px; }
.n18-gal__next { right: 24px; bottom: 24px; }
.n18-gal__zoom:hover, .n18-gal__prev:hover, .n18-gal__next:hover { background: var(--n18-teal); color: #fff; }
.n18-gal__thumbs { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-top: 12px; }
.n18-gal__thumbs button { display: block; width: 100%; text-align: left; opacity: .55; transition: opacity .2s; }
.n18-gal__thumbs button.is-on, .n18-gal__thumbs button:hover { opacity: 1; }
.n18-gal__thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.n18-gal__thumbs button.is-on img { outline: 2px solid var(--n18-teal); outline-offset: -2px; }
.n18-gal__thumbs span { display: block; margin-top: 6px; font-size: 17px; color: var(--n18-ink); }

/* 위치·진료시간 */
.n18-loc { padding: 120px 0; }
.n18-loc__in { display: grid; grid-template-columns: 1fr 1.25fr; gap: 60px; align-items: stretch; }
.n18-iconlist { display: grid; gap: 14px; margin-top: 32px; }
.n18-iconlist li { display: flex; align-items: flex-start; gap: 16px; }
.n18-iconlist li > i { flex: 0 0 52px; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: var(--n18-teal-l); color: var(--n18-teal); font-size: 20px; }
.n18-iconlist b { display: block; font-size: 16px; color: var(--n18-muted); font-weight: 600; }
.n18-iconlist span { display: block; margin-top: 2px; font-size: 19px; color: var(--n18-ink); }
.n18-iconlist--card { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 0; }
.n18-iconlist--card li { padding: 24px; border-radius: var(--n18-radius); background: var(--n18-surface); }
.n18-loc__list { margin-top: 36px; border-top: 2px solid var(--n18-ink); }
.n18-loc__list div { display: flex; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--n18-line); font-size: 20px; }
.n18-loc__list dt { flex: 0 0 80px; font-weight: 700; color: var(--n18-ink); }
.n18-loc__list dd { color: var(--n18-text); }
.n18-loc__tel { font-size: 26px; font-weight: 800; color: var(--n18-ink); }
.n18-hours { width: 100%; margin-top: 28px; border-collapse: separate; border-spacing: 0; border-radius: var(--n18-radius); overflow: hidden; background: var(--n18-navy9); color: #fff; }
.n18-hours caption { caption-side: top; padding: 18px 22px 6px; text-align: left; font-size: 19px; font-weight: 700; color: #fff; background: var(--n18-navy9); border-radius: var(--n18-radius) var(--n18-radius) 0 0; }
.n18-hours caption i { margin-right: 6px; color: #7FD1D6; }
.n18-hours th, .n18-hours td { padding: 13px 22px; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 19px; text-align: left; }
.n18-hours th { font-weight: 600; color: rgba(255, 255, 255, .75); width: 40%; }
.n18-hours td { font-weight: 700; text-align: right; }
.n18-hours .is-off td { color: #FF9C9C; }
.n18-hours tr:last-child th, .n18-hours tr:last-child td { border-bottom: 0; }
.n18-hours caption + tbody { }
.n18-hours--light { background: #fff; color: var(--n18-ink); border-top: 2px solid var(--n18-ink); }
.n18-hours--light th, .n18-hours--light td { border-color: var(--n18-line); }
.n18-hours--light th { color: var(--n18-text); }
.n18-hours--light .is-off td { color: var(--n18-danger); }
.n18-loc__btns, .n18-btnrow { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.n18-loc__map { min-height: 480px; background: var(--n18-surface); border-radius: var(--n18-radius); overflow: hidden; }
.n18-loc__map iframe { display: block; width: 100%; height: 100%; min-height: 480px; border: 0; }

/* 공지 팝업 */
.n18-pop { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(7, 28, 57, .45); }
.n18-pop.is-hide { display: none; }
.n18-pop__box { width: min(480px, 92vw); max-height: 80vh; display: flex; flex-direction: column; background: #fff; box-shadow: 0 24px 80px rgba(7, 28, 57, .22); }
.n18-pop__item { display: none; flex: 1; min-height: 0; flex-direction: column; }
.n18-pop__item.is-on { display: flex; }
.n18-pop__tit { padding: 22px 26px 0; font-size: 24px; font-weight: 700; color: var(--n18-ink); }
.n18-pop__con { flex: 1; min-height: 0; overflow-y: auto; padding: 16px 26px 20px; font-size: 20px; line-height: 1.7; color: var(--n18-text); }
.n18-pop__con img { max-width: 100%; height: auto; }
.n18-pop__hide { display: flex; align-items: center; gap: 8px; padding: 12px 26px; border-top: 1px solid var(--n18-line); font-size: 18px; color: var(--n18-muted); cursor: pointer; }
.n18-pop__hide input { width: 18px; height: 18px; accent-color: var(--n18-teal); }
.n18-pop__foot { display: flex; align-items: center; justify-content: space-between; background: var(--n18-ink); }
.n18-pop__nav { display: flex; align-items: center; gap: 6px; padding-left: 10px; color: rgba(255, 255, 255, .75); font-size: 18px; }
.n18-pop__nav button { width: 40px; height: 48px; color: #fff; }
.n18-pop__close { margin-left: auto; height: 48px; padding: 0 22px; color: #fff; font-size: 19px; font-weight: 600; }

/* 크게 보기 */
.n18-lb { position: fixed; inset: 0; z-index: 1200; display: none; align-items: center; justify-content: center; padding: 40px; background: rgba(7, 28, 57, .92); }
.n18-lb.is-on { display: flex; }
.n18-lb figure { margin: 0; max-width: 1400px; text-align: center; color: #fff; }
.n18-lb img { max-height: 80vh; width: auto; }
.n18-lb figcaption { margin-top: 14px; font-size: 20px; }
.n18-lb__close { position: absolute; right: 20px; top: 20px; width: 50px; height: 50px; color: #fff; font-size: 30px; }

/* ---------- 서브페이지 ---------- */
.n18-page { padding-bottom: 40px; }
.n18-subtit { margin: 80px 0 28px; font-size: 36px; font-weight: 700; color: var(--n18-ink); }
.n18-subtit2 { margin: 30px 0 12px; font-size: 24px; font-weight: 700; color: var(--n18-ink); }
.n18-note { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; padding: 16px 20px; border-radius: 12px; background: var(--n18-notice); font-size: 17px; color: #4A4A35; }
.n18-small { margin-top: 24px; font-size: 18px; color: var(--n18-muted); }
.n18-small a { color: var(--n18-teal); text-decoration: underline; }
.n18-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.n18-split__img img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--n18-radius); }
.n18-split__txt .n18-h3 { margin: 12px 0 24px; }
.n18-split__txt > p:not(.n18-eyebrow):not(.n18-sign):not(.n18-dview__field) { font-size: 21px; line-height: 1.8; color: var(--n18-text); }
.n18-split__txt > p + p { margin-top: 12px; }
.n18-sign { margin-top: 26px; text-align: right; font-size: 20px; }
.n18-sign b { margin-left: 8px; font-size: 30px; color: var(--n18-ink); }
.n18-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.n18-values li { position: relative; padding: 34px 28px; border-radius: var(--n18-radius); background: var(--n18-surface); transition: transform .25s var(--n18-ease), background .25s; }
.n18-values li:hover { transform: translateY(-4px); background: var(--n18-teal-l); }
.n18-values li > i { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; margin-bottom: 18px; border-radius: 50%; background: #fff; color: var(--n18-teal); font-size: 24px; box-shadow: 0 6px 16px rgba(16, 42, 67, .08); }
.n18-values li > em { position: absolute; right: 26px; top: 28px; }
.n18-values li + li { }
.n18-values em { font-style: normal; font-size: 18px; font-weight: 700; color: var(--n18-teal); }
.n18-values b { display: block; margin-top: 10px; font-size: 24px; color: var(--n18-ink); }
.n18-values span { display: block; margin-top: 8px; font-size: 19px; line-height: 1.6; color: var(--n18-text); }
.n18-linkgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.n18-linkgrid a { display: block; height: 100%; padding: 28px 24px; border-radius: var(--n18-radius); background: var(--n18-surface); transition: background .2s, transform .2s; }
.n18-linkgrid i { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; background: #fff; font-size: 22px; color: var(--n18-teal); }
.n18-linkgrid b { display: block; margin-top: 14px; font-size: 23px; color: var(--n18-ink); }
.n18-linkgrid span { display: block; margin-top: 6px; font-size: 18px; color: var(--n18-text); }
.n18-linkgrid a:hover { background: var(--n18-teal-l); transform: translateY(-4px); }
.n18-chipnav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.n18-chipnav a { display: inline-flex; align-items: center; height: 42px; padding: 0 20px; border: 1px solid var(--n18-line); border-radius: 999px; font-size: 19px; font-weight: 600; color: var(--n18-text); }
.n18-chipnav a.is-on, .n18-chipnav a:hover { background: var(--n18-ink); border-color: var(--n18-ink); color: #fff; }
.n18-dgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px var(--n18-gap); }
.n18-dgrid--sm { grid-template-columns: repeat(5, 1fr); }
.n18-dview { display: grid; grid-template-columns: 420px 1fr; gap: 70px; align-items: start; }
.n18-dview__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top; border-radius: var(--n18-radius); }
.n18-dview__role { margin-top: 12px; font-size: 19px; color: var(--n18-muted); }
.n18-dview__name { margin-top: 4px; font-size: 44px; font-weight: 700; color: var(--n18-ink); }
.n18-dview__name small { font-size: 24px; }
.n18-dview__field { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; padding: 18px 22px; border-radius: 14px; background: var(--n18-teal-l); font-size: 18px; color: var(--n18-ink); }
.n18-dview__field b { color: var(--n18-teal); }
.n18-bullets li { position: relative; padding: 5px 0 5px 16px; font-size: 20px; color: var(--n18-text); }
.n18-bullets li::before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 2px; background: var(--n18-teal); }
.n18-week { width: 100%; min-width: 420px; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--n18-line); text-align: center; font-size: 17px; }
.n18-week th, .n18-week td { padding: 12px 6px; border-bottom: 1px solid var(--n18-line); }
.n18-week th { background: var(--n18-surface); color: var(--n18-ink); }
.n18-week td.is-op { color: var(--n18-teal); font-weight: 700; }
.n18-tablewrap { overflow-x: auto; }
.n18-tour { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px var(--n18-gap); }
.n18-tour .is-wide { grid-column: span 3; }
.n18-tour__btn { display: block; width: 100%; overflow: hidden; }
.n18-tour__btn img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s var(--n18-ease); }
.n18-tour .is-wide .n18-tour__btn img { aspect-ratio: 16 / 7; }
.n18-tour__btn:hover img { transform: scale(1.04); }
.n18-tour p { margin-top: 14px; }
.n18-tour b { display: block; font-size: 23px; color: var(--n18-ink); }
.n18-tour span { display: block; margin-top: 4px; font-size: 19px; color: var(--n18-text); }
.n18-callfirst { display: none; }
.n18-mapbox iframe { display: block; width: 100%; height: 460px; border: 0; background: var(--n18-surface); border-radius: var(--n18-radius); }
.n18-btnrow--map { margin-top: 14px; }
.n18-locgrid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; margin-top: 50px; }
.n18-locgrid .n18-subtit2 { margin-top: 0; }
.n18-table { width: 100%; border-top: 2px solid var(--n18-ink); border-collapse: collapse; font-size: 20px; }
.n18-table th, .n18-table td { padding: 15px 18px; border-bottom: 1px solid var(--n18-line); text-align: left; vertical-align: top; }
.n18-table th { width: 26%; background: var(--n18-surface); font-weight: 700; color: var(--n18-ink); }
.n18-table thead th { width: auto; }
.n18-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--n18-gap); margin-top: 80px; }
.n18-trio--two { grid-template-columns: 1fr 1fr; margin-top: 0; }
.n18-trio__box { padding: 32px; border-radius: var(--n18-radius); background: var(--n18-surface); }
.n18-trio__box h2 { display: flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 700; color: var(--n18-ink); }
.n18-trio__box h2 i { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--n18-teal); color: #fff; font-size: 18px; }
.n18-trio__box ul { margin-top: 16px; }
.n18-trio__box li { position: relative; padding: 10px 0 10px 26px; font-size: 18px; color: var(--n18-text); }
.n18-trio__box li::before { content: "\f00c"; position: absolute; left: 0; top: 11px; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 14px; color: var(--n18-teal); }
.n18-info2 { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 60px; }
.n18-mini a { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--n18-line); font-size: 20px; color: var(--n18-ink); }
.n18-mini a:hover span { color: var(--n18-teal); }
.n18-mini time { flex: 0 0 auto; font-size: 18px; color: var(--n18-muted); }
.n18-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.n18-chips li { padding: 11px 20px; border: 1px solid var(--n18-line); border-radius: 999px; font-size: 20px; font-weight: 600; color: var(--n18-ink); }
.n18-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: n18f; }
.n18-flow::before { content: ""; position: absolute; left: 12%; right: 12%; top: 40px; height: 2px; background: repeating-linear-gradient(90deg, var(--n18-line) 0 8px, transparent 8px 14px); }
.n18-flow li { position: relative; padding: 0 12px; text-align: center; counter-increment: n18f; }
.n18-flow li > i { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin: 0 auto; border-radius: 50%; background: #fff; border: 2px solid var(--n18-teal); color: var(--n18-teal); font-size: 28px; transition: background .25s, color .25s; }
.n18-flow li:hover > i { background: var(--n18-teal); color: #fff; }
.n18-flow li + li { }
.n18-flow li::before { content: "STEP 0" counter(n18f); display: block; margin-top: 16px; font-size: 15px; font-weight: 700; letter-spacing: .06em; color: var(--n18-teal); }
.n18-flow b { display: block; margin-top: 8px; font-size: 23px; color: var(--n18-ink); }
.n18-flow span { display: block; margin-top: 6px; font-size: 19px; color: var(--n18-text); }
.n18-cta-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 80px; padding: 44px 52px; border-radius: var(--n18-radius); background: linear-gradient(120deg, var(--n18-navy9), var(--n18-navy7)); color: #fff; font-size: 26px; }
.n18-cta-box > div { display: flex; flex-wrap: wrap; gap: 10px; }
.n18-sitemap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px var(--n18-gap); }
.n18-sitemap h2 { padding-bottom: 12px; border-bottom: 2px solid var(--n18-ink); font-size: 24px; font-weight: 700; color: var(--n18-ink); }
.n18-sitemap li a { display: block; padding: 10px 0; border-bottom: 1px solid var(--n18-line); font-size: 20px; color: var(--n18-text); }
.n18-sitemap li a:hover { color: var(--n18-teal); }
.n18-legal h2 { margin: 40px 0 12px; font-size: 25px; font-weight: 700; color: var(--n18-ink); }
.n18-legal p { font-size: 20px; line-height: 1.8; color: var(--n18-text); }
.n18-legal .n18-table { margin-top: 10px; }

/* ---------- 메인·서브 반응형 (정의서 6장) ---------- */
@media (max-width: 1439px) {
  .n18-hero__tit { font-size: 62px; }
  .n18-h2 { font-size: 48px; }
  .n18-spec__in { grid-template-columns: 1fr; gap: 0; }
  .n18-spec .n18-head { position: static; margin-bottom: 50px; }
  .n18-dgrid--sm { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1023px) {
  .n18-sec { padding: 110px 0; }
  .n18-hero { height: max(560px, min(100vh, 760px)); }
  .n18-hero__tit { font-size: 50px; }
  .n18-h2 { font-size: 40px; }
  .n18-spec__list, .n18-center__list { grid-template-columns: 1fr 1fr; }
  .n18-dept__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .n18-dept__track.is-slider .n18-dept__list li { flex-basis: calc((100% - var(--n18-gap)) / 2); }
  .n18-docs__list > li { flex-basis: calc((100% - var(--n18-gap) * 2) / 2.4); }
  .n18-gal__thumbs { grid-template-columns: repeat(4, 1fr); }
  .n18-loc__in, .n18-split, .n18-locgrid, .n18-info2, .n18-dview { grid-template-columns: 1fr; gap: 40px; }
  .n18-dview__img { max-width: 420px; }
  .n18-values, .n18-linkgrid, .n18-dgrid, .n18-dgrid--sm { grid-template-columns: repeat(2, 1fr); }
  .n18-iconlist--card { grid-template-columns: 1fr; }
  .n18-trio { grid-template-columns: 1fr; }
  .n18-flow { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .n18-flow::before { display: none; }
  .n18-sitemap { grid-template-columns: 1fr 1fr; }
  .n18-tour { grid-template-columns: 1fr 1fr; }
  .n18-tour .is-wide { grid-column: span 2; }
}
@media (max-width: 767px) {
  .n18-sec, .n18-sec--compact { padding: 72px 0; }
  .n18-hero { height: 620px; }
  .n18-focus-left img { object-position: 20% center; }
  .n18-focus-center img { object-position: center; }
  .n18-focus-right img { object-position: 78% center; }
  .n18-hero__tit { font-size: 36px; }
  .n18-hero__desc { font-size: 21px; }
  .n18-hero__ctrl { bottom: 36px; }
  .n18-hero__bar { width: 70px; }
  .n18-hero__btn.n18-js-hero-prev { display: none; }
  .n18-h2 { font-size: 32px; }
  .n18-head { margin-bottom: 36px; }
  .n18-arrows span { display: none; }
  .n18-spec__list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; scrollbar-width: none; }
  .n18-spec__list::-webkit-scrollbar { display: none; }
  .n18-spec__list > li { flex: 0 0 84%; scroll-snap-align: start; }
  .n18-dept__list, .n18-center__list { grid-template-columns: 1fr; }
  .n18-dcard { flex-direction: row; }
  .n18-dcard__img { flex: 0 0 120px; aspect-ratio: auto; }
  .n18-dcard__txt { padding: 18px 44px 18px 18px; }
  .n18-dcard strong { font-size: 23px; }
  .n18-dcard__txt > span:last-child { font-size: 18px; }
  .n18-dcard__icon { display: none; }
  .n18-dcard__go { left: auto; right: 16px; top: 50%; bottom: auto; transform: translateY(-50%); }
  .n18-dept__track.is-slider .n18-dept__list { display: grid; }
  .n18-ccard { aspect-ratio: 4 / 3; }
  .n18-docs__list > li { flex-basis: 76%; }
  .n18-gal__main { aspect-ratio: 4 / 3; }
  .n18-gal__item figcaption { right: 0; max-width: none; padding: 14px 16px 60px; }
  .n18-gal__thumbs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .n18-gal__thumbs li { flex: 0 0 30%; }
  .n18-loc { padding: 72px 0; }
  .n18-loc__map, .n18-loc__map iframe { min-height: 320px; }
  .n18-loc__btns .n18-btn { flex: 1 1 auto; }
  .n18-subtit { margin: 56px 0 22px; font-size: 31px; }
  .n18-h3 { font-size: 32px; }
  .n18-values, .n18-linkgrid, .n18-sitemap, .n18-tour, .n18-flow { grid-template-columns: 1fr; }

  .n18-tour .is-wide { grid-column: auto; }
  .n18-tour .is-wide .n18-tour__btn img { aspect-ratio: 4 / 3; }
  .n18-dgrid, .n18-dgrid--sm { grid-template-columns: 1fr 1fr; gap: 30px 14px; }
  .n18-doc__name { font-size: 25px; }
  .n18-dview__name { font-size: 36px; }
  .n18-callfirst { display: block; margin-bottom: 20px; }
  .n18-callfirst .n18-btn { width: 100%; height: 56px; }
  .n18-mapbox iframe { height: 300px; }
  .n18-table th, .n18-table td { padding: 12px; font-size: 19px; }
  .n18-cta-box { padding: 28px 22px; font-size: 22px; }
  .n18-lb { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .n18-hero__slide.swiper-slide-active .n18-hero__bg img { transform: none; transition: none; }
  .n18-hero__txt > * { opacity: 1; transform: none; transition: none; }
  .n18-hero.is-run .n18-hero__bar i { animation: none; }
  .n18-gal__item, .n18-scard__img img, .n18-dcard__img img, .n18-ccard__img img, .n18-doc__img img { transition: none; }
}
