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

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

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

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

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

/* 목록 항목 */
.n17-bitem { position: relative; }
.n17-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); }
.n17-bitem__link { display: block; }
.n17-bitem__img { overflow: hidden; border-radius: var(--n17-radius); background: var(--n17-surface); }
.n17-bitem__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--n17-ease); }
.n17-bitem__link:hover .n17-bitem__img img { transform: scale(1.05); }
.n17-bitem__labels { display: flex; flex-wrap: wrap; gap: 6px; }
.n17-bitem__tit { margin-top: 10px; font-size: 24px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n17-strong); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n17-bitem__link:hover .n17-bitem__tit { color: var(--n17-accent-d); }
.n17-bitem__sub { margin-top: 4px; font-size: 18px; line-height: 1.5; color: var(--n17-accent-d); font-weight: 600; }
.n17-bitem__sum { margin-top: 8px; font-size: 18px; line-height: 1.75; color: var(--n17-text); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.n17-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(--n17-muted); }

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

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

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

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

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

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

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

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

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

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

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

/* 게시판 목록 형태 추가 (갤러리형2·3, 웹진형2) */
.n17-blist--card2, .n17-blist--card3, .n17-blist--webzine2 { display: grid; gap: 40px var(--n17-gap); padding-top: 32px; }
.n17-blist--card2 { grid-template-columns: repeat(4, 1fr); }
.n17-blist--card2 .n17-bitem__link { position: relative; display: block; overflow: hidden; border-radius: var(--n17-radius); }
.n17-blist--card2 .n17-bitem__img { aspect-ratio: 1 / 1; border-radius: 0; }
.n17-blist--card2 .n17-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%); }
.n17-blist--card2 .n17-bitem__tit, .n17-blist--card2 .n17-bitem__meta { color: #fff; }
.n17-blist--card2 .n17-bitem__link:hover .n17-bitem__tit { color: #fff; }
.n17-blist--card3 { grid-template-columns: repeat(2, 1fr); }
.n17-blist--card3 .n17-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 20px; }
.n17-blist--webzine2 { grid-template-columns: repeat(2, 1fr); }
.n17-blist--webzine2 .n17-bitem__link { display: grid; grid-template-columns: 42% 1fr; gap: 24px; align-items: center; padding: 20px; border: 1px solid var(--n17-line); border-radius: var(--n17-radius); height: 100%; }
.n17-blist--webzine2 .n17-bitem__img { aspect-ratio: 4 / 3; }

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

/* ==========================================================
   neroweb17 정형외과 : 메인 · 서브 (정의서 7장)
   ========================================================== */
.n17-notice ~ .n17-container .n17-svisual { margin-top: calc(var(--n17-hd-h) + var(--n17-notice-h)); }
body.is-notice-off .n17-notice ~ .n17-container .n17-svisual { margin-top: var(--n17-hd-h); }
.n17-sec { padding: 160px 0; }
.n17-eyebrow { font-size: 15px; font-weight: 700; letter-spacing: .18em; color: var(--n17-blue5); }
.n17-eyebrow--w { color: #9fb4cf; }
.n17-h2 { margin-top: 18px; font-size: 56px; font-weight: 600; line-height: 1.2; letter-spacing: -0.03em; color: var(--n17-strong); }
.n17-h2 em { font-style: normal; color: var(--n17-accent); }
.n17-lead { margin-top: 22px; max-width: 620px; font-size: 20px; line-height: 1.75; color: var(--n17-text); }
.n17-head { margin-bottom: 70px; }
.n17-head--w .n17-h2 { color: #fff; }
.n17-head--w .n17-lead { color: rgba(255, 255, 255, .7); }
.n17-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.n17-empty { padding: 60px 0; text-align: center; color: var(--n17-muted); }
.n17-center-btn { margin-top: 50px; text-align: center; }
.n17-btn--line-w { border: 1px solid rgba(255, 255, 255, .6); color: #fff; background: rgba(255, 255, 255, .06); }
.n17-btn--line-w:hover, .n17-btn--line-w:focus-visible { background: #fff; color: var(--n17-primary); border-color: #fff; }
.n17-btn i { transition: transform .2s; }
.n17-btn:hover i { transform: translateX(4px); }

/* 메인 비주얼 */
.n17-hero { position: relative; height: max(680px, min(100vh, 865px)); margin-top: var(--n17-hd-h); overflow: hidden; border-radius: 0 0 0 110px; background: var(--n17-navy9); }
.n17-notice ~ .n17-container .n17-hero { margin-top: calc(var(--n17-hd-h) + var(--n17-notice-h)); }
body.is-notice-off .n17-notice ~ .n17-container .n17-hero { margin-top: var(--n17-hd-h); }
.n17-hero__slider, .n17-hero .swiper-wrapper, .n17-hero__slide { height: 100%; }
.n17-hero__slide { position: relative; display: flex; align-items: center; overflow: hidden; }
.n17-hero__bg { position: absolute; inset: 0; }
.n17-hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.n17-hero__slide.swiper-slide-active .n17-hero__bg img { transform: scale(1.08); transition: transform 7s linear; }
.n17-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 18, 28, .62) 0%, rgba(10, 18, 28, .35) 45%, rgba(10, 18, 28, .1) 80%); }
.n17-hero__txt { position: relative; z-index: 2; color: #fff; }
.n17-hero__txt > * { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--n17-ease), transform .9s var(--n17-ease); }
.swiper-slide-active .n17-hero__txt > * { opacity: 1; transform: none; }
.swiper-slide-active .n17-hero__txt > :nth-child(2) { transition-delay: .12s; }
.swiper-slide-active .n17-hero__txt > :nth-child(3) { transition-delay: .24s; }
.swiper-slide-active .n17-hero__txt > :nth-child(4) { transition-delay: .36s; }
.n17-hero__top { font-size: 20px; font-weight: 500; color: rgba(255, 255, 255, .85); }
.n17-hero__tit { margin-top: 20px; font-size: 72px; font-weight: 700; line-height: 1.12; letter-spacing: -0.035em; color: #fff; }
.n17-hero__sub { margin-top: 24px; font-size: 20px; line-height: 1.7; color: rgba(255, 255, 255, .85); }
.n17-hero__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.n17-hero__scroll { position: absolute; left: max(40px, calc((100% - 1320px) / 2)); bottom: 40px; z-index: 5; display: flex; align-items: center; gap: 14px; color: #fff; font-size: 12px; letter-spacing: .2em; }
.n17-hero__scroll::after { content: ""; width: 1px; height: 60px; background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0)); animation: n17Scroll 2s ease-in-out infinite; transform-origin: top; }
@keyframes n17Scroll { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
.n17-hero__ctrl { position: absolute; right: max(40px, calc((100% - 1320px) / 2)); bottom: 44px; z-index: 5; display: flex; align-items: center; gap: 18px; }
.n17-hero__nums { display: flex; gap: 18px; }
.n17-hero__nums button { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .55); font-size: 15px; font-weight: 600; }
.n17-hero__bar { position: relative; width: 60px; height: 2px; background: rgba(255, 255, 255, .3); overflow: hidden; }
.n17-hero__bar i { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #fff; }
.n17-hero__nums li.is-on button { color: #fff; }
.n17-hero__nums li.is-on .n17-hero__bar i { animation: n17Bar 7s linear forwards; }
.n17-hero.is-paused .n17-hero__nums li.is-on .n17-hero__bar i { animation-play-state: paused; }
@keyframes n17Bar { from { width: 0; } to { width: 100%; } }
.n17-hero__play { width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 50%; color: #fff; font-size: 12px; }

/* 5대 진료 분야 */
.n17-center { background: var(--n17-surface); }
.n17-centers { display: flex; gap: 14px; height: 620px; }
.n17-centers__item { flex: 1 1 0; min-width: 0; transition: flex .45s var(--n17-ease); }
.n17-centers__item.is-active { flex: 1.35 1 0; }
.n17-centers__item a { position: relative; display: block; height: 100%; border-radius: var(--n17-radius); overflow: hidden; color: #fff; }
.n17-centers__img { position: absolute; inset: 0; }
.n17-centers__img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8) saturate(.85); transition: transform .45s var(--n17-ease), filter .45s; }
.n17-centers__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27, 39, 56, .05) 30%, rgba(27, 39, 56, .82) 100%); transition: opacity .45s; }
.n17-centers__item.is-active .n17-centers__img img, .n17-centers__item a:focus-visible .n17-centers__img img { transform: scale(1.06); filter: none; }
.n17-centers__txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 28px; transform: translateY(16px); transition: transform .45s var(--n17-ease); }
.n17-centers__item.is-active .n17-centers__txt { transform: none; }
.n17-centers__txt em { display: block; font-size: 15px; font-weight: 700; font-style: normal; color: #9fb4cf; }
.n17-centers__txt strong { display: block; margin-top: 8px; font-size: 26px; font-weight: 600; line-height: 1.3; }
.n17-centers__desc { display: block; margin-top: 10px; font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, .8); opacity: 0; max-height: 0; overflow: hidden; transition: all .45s; }
.n17-centers__go { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 14px; font-weight: 600; opacity: 0; transition: opacity .45s; }
.n17-centers__item.is-active .n17-centers__desc { opacity: 1; max-height: 120px; }
.n17-centers__item.is-active .n17-centers__go { opacity: 1; }

/* 진단·치료 시스템 */
.n17-system { background: var(--n17-navy9); color: #fff; }
.n17-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-bottom: 120px; }
.n17-steps::before { content: ""; position: absolute; left: 30px; right: 30px; top: 30px; height: 1px; background: rgba(255, 255, 255, .2); }
.n17-steps li { position: relative; opacity: .45; transition: opacity .3s; }
.n17-steps li.is-on { opacity: 1; }
.n17-steps__dot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); background: var(--n17-navy9); font-size: 16px; font-weight: 700; transition: all .3s; }
.n17-steps li.is-on .n17-steps__dot { background: var(--n17-accent); border-color: var(--n17-accent); }
.n17-steps i { display: block; height: 30px; margin-top: 28px; font-size: 26px; line-height: 30px; color: #9fb4cf; }
.n17-steps h3 { margin-top: 14px; font-size: 22px; font-weight: 600; color: #fff; }
.n17-steps p { margin-top: 10px; font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, .65); }
.n17-steps--light { margin: 30px 0 80px; }
.n17-steps--light::before { background: var(--n17-line); }
.n17-steps--light .n17-steps__dot { background: #fff; border-color: var(--n17-line); color: var(--n17-strong); }
.n17-steps--light li.is-on .n17-steps__dot { color: #fff; }
.n17-steps--light i { color: var(--n17-blue5); }
.n17-steps--light h3 { color: var(--n17-strong); }
.n17-steps--light p { color: var(--n17-text); }
.n17-equip { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: center; padding: 60px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.n17-equip.is-rev .n17-equip__img { order: 2; }
.n17-equip__img { border-radius: var(--n17-radius); overflow: hidden; }
.n17-equip__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s; }
.n17-equip:hover .n17-equip__img img { transform: scale(1.04); }
.n17-equip__num { font-size: 14px; font-weight: 700; letter-spacing: .1em; color: #9fb4cf; }
.n17-equip__txt h3 { margin-top: 14px; font-size: 38px; font-weight: 600; color: #fff; }
.n17-equip__txt p { margin-top: 16px; font-size: 19px; line-height: 1.75; color: rgba(255, 255, 255, .72); }
.n17-equip__txt dl { margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .15); }
.n17-equip__txt dl div { display: flex; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 16px; }
.n17-equip__txt dt { flex: 0 0 90px; color: #9fb4cf; }
.n17-equip__txt dd { color: rgba(255, 255, 255, .85); }

/* 병원 강점 */
.n17-strength { background: var(--n17-warm); }
.n17-str { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: stretch; }
.n17-str__imgs { position: relative; min-height: 560px; border-radius: var(--n17-radius); overflow: hidden; }
.n17-str__imgs img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s; }
.n17-str__imgs img.is-on { opacity: 1; }
.n17-str__list { display: flex; flex-direction: column; gap: 14px; }
.n17-str__list button { display: block; width: 100%; padding: 30px 32px; border-radius: var(--n17-radius); background: #fff; text-align: left; transition: background .3s, color .3s; }
.n17-str__list em { font-size: 15px; font-weight: 700; font-style: normal; color: var(--n17-blue5); }
.n17-str__list strong { display: block; margin-top: 6px; font-size: 24px; font-weight: 600; color: var(--n17-strong); }
.n17-str__list span { display: block; margin-top: 10px; font-size: 16px; line-height: 1.65; color: var(--n17-text); }
.n17-str__list button.is-on { background: var(--n17-primary); }
.n17-str__list button.is-on em { color: #9fb4cf; }
.n17-str__list button.is-on strong { color: #fff; }
.n17-str__list button.is-on span { color: rgba(255, 255, 255, .75); }

/* 의료진 */
.n17-doctors { background: var(--n17-primary); }
.n17-docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.n17-doc { position: relative; border-radius: var(--n17-radius); overflow: hidden; outline: none; }
.n17-doc__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.n17-doc__info { position: absolute; left: 0; right: 0; bottom: 0; padding: 32px 30px 30px; color: #fff; background: linear-gradient(180deg, rgba(18, 23, 32, 0) 0%, rgba(18, 23, 32, .92) 45%); transform: translateY(calc(100% - 132px)); transition: transform .4s var(--n17-ease); }
.n17-doc:hover .n17-doc__info, .n17-doc:focus-within .n17-doc__info { transform: none; }
.n17-doc__role { font-size: 14px; line-height: 20px; color: #9fb4cf; }
.n17-doc__info h3 { margin-top: 6px; font-size: 32px; font-weight: 600; line-height: 42px; color: #fff; }
.n17-doc__info h3 small { font-size: 18px; font-weight: 500; }
.n17-doc__cv { margin-top: 16px; }
.n17-doc__cv li { position: relative; padding: 4px 0 4px 14px; font-size: 15px; color: rgba(255, 255, 255, .8); }
.n17-doc__cv li::before { content: ""; position: absolute; left: 0; top: 14px; width: 5px; height: 5px; border-radius: 50%; background: #9fb4cf; }
.n17-doc__btns { display: flex; gap: 8px; margin-top: 20px; }

/* 병원 공간 */
.n17-space { background: var(--n17-warm); }
.n17-gal__main { position: relative; border-radius: var(--n17-radius); overflow: hidden; }
.n17-gal__main figure { position: relative; margin: 0; }
.n17-gal__main img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; transition: transform .6s; }
.n17-gal__main:hover img { transform: scale(1.03); }
.n17-gal__main figcaption { position: absolute; left: 30px; bottom: 30px; padding: 16px 22px; border-radius: 14px; background: rgba(255, 255, 255, .92); font-size: 15px; color: var(--n17-text); }
.n17-gal__main figcaption b { display: block; font-size: 19px; color: var(--n17-strong); }
.n17-gal__prev, .n17-gal__next { position: absolute; top: 50%; z-index: 3; width: 56px; height: 56px; margin-top: -28px; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--n17-primary); font-size: 18px; }
.n17-gal__prev { left: 20px; }
.n17-gal__next { right: 20px; }
.n17-gal__thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 14px; }
.n17-gal__thumbs button { display: block; width: 100%; text-align: left; opacity: .55; transition: opacity .3s; }
.n17-gal__thumbs button.is-on, .n17-gal__thumbs button:hover { opacity: 1; }
.n17-gal__thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.n17-gal__thumbs span { display: block; margin-top: 6px; font-size: 14px; color: var(--n17-strong); }
.n17-gal__thumbs button.is-on img { outline: 2px solid var(--n17-accent); outline-offset: 2px; }

/* 소식 */
.n17-tabs2 { display: flex; flex-wrap: wrap; gap: 8px; }
.n17-tabs2 button { height: 46px; padding: 0 22px; border: 1px solid var(--n17-line); border-radius: 46px; font-size: 16px; font-weight: 500; color: var(--n17-text); background: #fff; }
.n17-tabs2 button.is-on { background: var(--n17-primary); border-color: var(--n17-primary); color: #fff; }
.n17-news__panel { display: none; }
.n17-news__panel.is-on { display: block; }
.n17-news__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.n17-news__list a { display: block; }
.n17-news__img { display: block; border-radius: var(--n17-radius); overflow: hidden; }
.n17-news__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .3s; }
.n17-news__list a:hover .n17-news__img img { transform: scale(1.05); }
.n17-news__cat { display: inline-block; margin-top: 20px; font-size: 14px; font-weight: 600; color: var(--n17-blue5); }
.n17-news__list strong { display: -webkit-box; margin-top: 8px; font-size: 22px; font-weight: 600; line-height: 1.4; color: var(--n17-strong); -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .3s; }
.n17-news__list a:hover strong { color: var(--n17-accent); }
.n17-news__sum { display: -webkit-box; margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--n17-text); -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n17-news__list time { display: block; margin-top: 14px; font-size: 14px; color: var(--n17-muted); }

/* 메인 FAQ */
.n17-mfaq { background: var(--n17-surface); }
.n17-mfaq__inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.n17-mfaq .n17-btn { margin-top: 30px; }
.n17-acc__item { border-bottom: 1px solid var(--n17-line); }
.n17-acc__q { display: flex; align-items: center; gap: 18px; width: 100%; padding: 26px 4px; text-align: left; font-size: 20px; font-weight: 600; color: var(--n17-strong); }
.n17-acc__q b { flex: 0 0 auto; font-size: 20px; color: var(--n17-accent); }
.n17-acc__q span { flex: 1; }
.n17-acc__q i { flex: 0 0 auto; color: var(--n17-muted); transition: transform .25s; }
.n17-acc__item.is-open .n17-acc__q i { transform: rotate(45deg); }
.n17-acc__a { display: none; padding: 0 4px 26px 40px; font-size: 17px; line-height: 1.75; color: var(--n17-text); }
.n17-acc__item.is-open .n17-acc__a { display: block; }

/* 오시는 길 */
.n17-loc { display: grid; grid-template-columns: 55% 45%; min-height: 620px; background: var(--n17-primary); }
.n17-loc__map iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; }
.n17-loc__info { padding: 90px max(40px, calc((100vw - 1320px) / 2)) 90px 70px; color: #fff; }
.n17-loc__tit { margin-top: 14px; font-size: 44px; font-weight: 600; color: #fff; }
.n17-loc__addr { margin-top: 20px; font-size: 18px; line-height: 1.7; color: rgba(255, 255, 255, .8); }
.n17-loc__tel { margin-top: 26px; }
.n17-loc__tel small { display: block; font-size: 14px; color: #9fb4cf; }
.n17-loc__tel a { font-size: 36px; font-weight: 700; color: #fff; }
.n17-loc__hours { margin-top: 24px; border-top: 1px solid rgba(255, 255, 255, .15); }
.n17-loc__hours div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 16px; }
.n17-loc__hours dt { color: rgba(255, 255, 255, .7); }
.n17-loc__btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

/* ---------- 서브페이지 ---------- */
.n17-page { padding-bottom: 40px; }
.n17-subtit { margin: 90px 0 30px; font-size: 34px; font-weight: 600; color: var(--n17-strong); }
.n17-subtit2 { margin: 32px 0 14px; font-size: 20px; font-weight: 600; color: var(--n17-strong); }
.n17-note { display: flex; align-items: center; gap: 10px; margin-bottom: 40px; padding: 16px 20px; border-radius: 12px; background: var(--n17-notice); font-size: 15px; color: #4A4A35; }
.n17-small { margin-top: 14px; font-size: 15px; color: var(--n17-muted); }
.n17-greet { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.n17-greet--rev .n17-greet__img { order: 2; }
.n17-greet__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--n17-radius) var(--n17-radius) var(--n17-radius) 80px; }
.n17-greet__img--tall img { aspect-ratio: 3 / 4; }
.n17-greet__txt .n17-h2 { font-size: 44px; margin-bottom: 28px; }
.n17-greet__txt > p:not(.n17-eyebrow):not(.n17-greet__sign) { font-size: 18px; line-height: 1.8; color: var(--n17-text); }
.n17-greet__txt > p + p { margin-top: 14px; }
.n17-greet__sign { margin-top: 30px; text-align: right; font-size: 17px; }
.n17-greet__sign b { margin-left: 10px; font-size: 26px; color: var(--n17-strong); }
.n17-keys { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 70px; }
.n17-subtit + .n17-keys { margin-top: 0; }
.n17-keys li { padding: 32px 26px; border-radius: var(--n17-radius); background: var(--n17-surface); }
.n17-keys i { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #fff; color: var(--n17-accent); font-size: 22px; }
.n17-keys b { display: block; margin-top: 20px; font-size: 20px; color: var(--n17-strong); }
.n17-keys span { display: block; margin-top: 8px; font-size: 16px; line-height: 1.6; color: var(--n17-text); }
.n17-checks li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--n17-line); font-size: 17px; color: var(--n17-strong); }
.n17-checks i { color: var(--n17-accent); }
.n17-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.n17-chips li { padding: 12px 22px; border-radius: 40px; border: 1px solid var(--n17-line); font-size: 17px; font-weight: 500; color: var(--n17-strong); }
.n17-cta-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 90px; padding: 44px 50px; border-radius: var(--n17-radius); background: var(--n17-primary); color: #fff; font-size: 22px; }
.n17-cta-box small { font-size: 15px; color: rgba(255, 255, 255, .6); }
.n17-cta-box > div { display: flex; flex-wrap: wrap; gap: 10px; }
.n17-dlist__item { display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: center; padding: 60px 0; border-top: 1px solid var(--n17-line); }
.n17-dlist__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--n17-radius); }
.n17-dlist__role { font-size: 15px; font-weight: 600; color: var(--n17-blue5); }
.n17-dlist__txt h2 { margin-top: 8px; font-size: 40px; font-weight: 600; color: var(--n17-strong); }
.n17-dlist__txt h2 small { font-size: 20px; }
.n17-dlist__txt h3 { margin: 30px 0 10px; font-size: 18px; color: var(--n17-strong); }
.n17-dlist__txt ul { margin-bottom: 30px; }
.n17-dlist__txt li { position: relative; padding: 6px 0 6px 16px; font-size: 17px; color: var(--n17-text); }
.n17-dlist__txt li::before { content: ""; position: absolute; left: 0; top: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--n17-accent); }
.n17-tour { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.n17-tour figure { margin: 0; }
.n17-tour img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--n17-radius); }
.n17-tour figcaption { margin-top: 16px; }
.n17-tour b { display: block; font-size: 22px; color: var(--n17-strong); }
.n17-tour span { display: block; margin-top: 6px; font-size: 16px; color: var(--n17-text); }
.n17-mapbox { position: relative; border-radius: var(--n17-radius); overflow: hidden; }
.n17-mapbox iframe { display: block; width: 100%; height: 480px; border: 0; }
.n17-mapbox .n17-btn { position: absolute; right: 20px; bottom: 20px; }
.n17-infocards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.n17-infocards li { padding: 28px 24px; border: 1px solid var(--n17-line); border-radius: var(--n17-radius); }
.n17-infocards i { font-size: 24px; color: var(--n17-accent); }
.n17-infocards small { display: block; margin-top: 14px; font-size: 14px; color: var(--n17-muted); }
.n17-infocards b { display: block; margin-top: 4px; font-size: 18px; color: var(--n17-strong); overflow-wrap: anywhere; }
.n17-infocards span { display: block; margin-top: 4px; font-size: 15px; color: var(--n17-text); }
.n17-table { width: 100%; border-top: 2px solid var(--n17-primary); border-collapse: collapse; font-size: 17px; }
.n17-table th, .n17-table td { padding: 16px 20px; border-bottom: 1px solid var(--n17-line); text-align: left; }
.n17-table th { width: 30%; background: var(--n17-surface); font-weight: 600; color: var(--n17-strong); }
.n17-table--price th { width: auto; }
.n17-table--price td:nth-child(4) { min-width: 120px; }
.n17-tablewrap { overflow-x: auto; }
.n17-guide2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.n17-guide2 .n17-subtit { margin-top: 0; }
.n17-howto { margin-bottom: 30px; }
.n17-howto li { display: grid; grid-template-columns: 50px 1fr; gap: 4px 16px; padding: 18px 0; border-bottom: 1px solid var(--n17-line); }
.n17-howto i { grid-row: span 2; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: var(--n17-surface); color: var(--n17-accent); font-size: 20px; }
.n17-howto b { font-size: 18px; color: var(--n17-strong); }
.n17-howto span { font-size: 16px; color: var(--n17-text); }

/* ---------- 메인·서브 반응형 (정의서 4.3 · 10장) ---------- */
@media (max-width: 1439px) {
  .n17-hero__tit { font-size: 58px; }
  .n17-h2 { font-size: 46px; }
  .n17-sec { padding: 140px 0; }
}
@media (max-width: 1100px) {
  .n17-centers { height: 520px; gap: 10px; }
  .n17-centers__txt { padding: 22px 18px; }
  .n17-centers__txt strong { font-size: 21px; }
  .n17-steps { grid-template-columns: repeat(3, 1fr); row-gap: 50px; }
  .n17-steps::before { display: none; }
  .n17-equip { gap: 40px; }
  .n17-str { grid-template-columns: 1fr; }
  .n17-str__imgs { min-height: 380px; }
  .n17-mfaq__inner, .n17-greet, .n17-guide2 { grid-template-columns: 1fr; gap: 40px; }
  .n17-greet--rev .n17-greet__img { order: 0; }
  .n17-loc { grid-template-columns: 1fr; }
  .n17-loc__info { padding: 70px 24px; }
  .n17-keys, .n17-infocards { grid-template-columns: repeat(2, 1fr); }
  .n17-dlist__item { grid-template-columns: 300px 1fr; gap: 40px; }
}
@media (max-width: 1023px) {
  .n17-hero__tit { font-size: 46px; }
  .n17-h2 { font-size: 38px; }
  .n17-head--row { flex-direction: column; align-items: flex-start; }
  .n17-centers { height: auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
  .n17-centers::-webkit-scrollbar { display: none; }
  .n17-centers__item, .n17-centers__item.is-active { flex: 0 0 calc(100% / 2.3); scroll-snap-align: start; height: 460px; }
  .n17-centers__item .n17-centers__desc, .n17-centers__item .n17-centers__go { opacity: 1; max-height: 120px; }
  .n17-centers__item .n17-centers__txt { transform: none; }
  .n17-equip, .n17-equip.is-rev { grid-template-columns: 1fr; }
  .n17-equip.is-rev .n17-equip__img { order: 0; }
  .n17-docs { grid-template-columns: repeat(2, 1fr); }
  .n17-news__list { grid-template-columns: repeat(2, 1fr); }
  .n17-gal__thumbs { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .n17-sec { padding: 88px 0; }
  .n17-hero { height: 640px; border-radius: 0 0 0 60px; }
  .n17-hero__tit { font-size: 36px; }
  .n17-hero__top, .n17-hero__sub { font-size: 16px; }
  .n17-hero__sub br { display: none; }
  .n17-hero__scroll { display: none; }
  .n17-hero__ctrl { left: 20px; right: auto; bottom: 28px; }
  .n17-hero__bar { width: 34px; }
  .n17-h2 { font-size: 30px; }
  .n17-lead { font-size: 17px; }
  .n17-head { margin-bottom: 40px; }
  .n17-centers__item, .n17-centers__item.is-active { flex-basis: 82%; height: 420px; }
  .n17-steps { grid-template-columns: 1fr; row-gap: 30px; margin-bottom: 70px; }
  .n17-steps li { display: grid; grid-template-columns: 60px 1fr; column-gap: 18px; }
  .n17-steps__dot { grid-row: span 3; }
  .n17-steps i { margin-top: 0; }
  .n17-equip { padding: 40px 0; gap: 24px; }
  .n17-equip__txt h3 { font-size: 28px; }
  .n17-equip__txt p { font-size: 17px; }
  .n17-str__list button { padding: 24px 22px; }
  .n17-str__list strong { font-size: 20px; }
  .n17-docs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; scrollbar-width: none; }
  .n17-docs::-webkit-scrollbar { display: none; }
  .n17-doc { flex: 0 0 85%; scroll-snap-align: start; }
  .n17-doc__info { transform: none; }
  .n17-gal__main img { aspect-ratio: 4 / 3; }
  .n17-gal__main figcaption { left: 12px; right: 12px; bottom: 12px; padding: 12px 16px; }
  .n17-gal__prev, .n17-gal__next { width: 42px; height: 42px; margin-top: -21px; }
  .n17-news__list { grid-template-columns: 1fr; }
  .n17-news__list strong { font-size: 19px; }
  .n17-acc__q { font-size: 17px; padding: 20px 2px; }
  .n17-acc__a { padding-left: 32px; font-size: 16px; }
  .n17-loc__tit { font-size: 32px; }
  .n17-loc__tel a { font-size: 28px; }
  .n17-subtit { margin: 60px 0 24px; font-size: 26px; }
  .n17-greet__txt .n17-h2 { font-size: 30px; }
  .n17-keys, .n17-infocards, .n17-tour { grid-template-columns: 1fr; }
  .n17-dlist__item { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
  .n17-dlist__txt h2 { font-size: 30px; }
  .n17-cta-box { padding: 30px 24px; font-size: 18px; }
  .n17-mapbox iframe { height: 320px; }
}
@media (max-width: 479px) {
  .n17-hero__tit { font-size: 30px; }
  .n17-h2 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  .n17-hero__slide.swiper-slide-active .n17-hero__bg img { transform: none; transition: none; }
  .n17-hero__txt > * { opacity: 1; transform: none; transition: none; }
  .n17-hero__scroll::after { animation: none; }
  .n17-centers__item, .n17-centers__img img, .n17-centers__txt, .n17-doc__info { transition: none; }
}
