:root { --navy: #061d35; --deep-navy: #03182c; --orange: #ff582d; --ink: #15191d; --muted: #8a9299; --line: #e5e8ea; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Noto Sans KR", Arial, sans-serif; word-break: keep-all; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.article-shell { width: min(950px, calc(100% - 48px)); margin: 0 auto; }
.utility-bar { height: 33px; border-bottom: 1px solid #eff0f1; font-size: 11px; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner p span { margin-left: 16px; color: #646a70; }
.utility-inner > div { display: flex; align-items: center; gap: 10px; color: #60666b; }
.utility-inner i { width: 1px; height: 10px; background: #d6d9dc; }
.utility-inner .business-utility-link { color: var(--orange); font-weight: 700; }
.search-button { width: 36px; height: 33px; padding: 0 0 0 8px; border: 0; border-left: 1px solid #e4e6e8; display: grid; place-items: center; color: var(--ink); background: transparent; cursor: pointer; }
.search-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-row { height: 100px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: #0c2038; font: 700 43px/.95 Georgia, serif; letter-spacing: -2.1px; }
.brand > span, .footer-brand > span { color: var(--orange); }
.brand small { display: block; margin-top: 9px; color: #30363b; font: 500 12px/1.2 "Noto Sans KR", sans-serif; letter-spacing: -.6px; }
.slogan { margin: 0; color: #151515; font: italic 16px/1.5 Georgia, serif; text-align: right; }
.slogan small { color: #a2a2a2; font: 11px "Noto Sans KR", sans-serif; }
.main-nav { height: 47px; color: #fff; background: var(--navy); }
.nav-inner { display: flex; align-items: stretch; height: 100%; }
.nav-inner a { flex: 1 1 0; min-width: 0; padding: 0 13px; display: flex; align-items: center; justify-content: center; color: #f4f7fa; font-size: 14px; font-weight: 700; letter-spacing: -1px; white-space: nowrap; transition: background .2s; }
.nav-inner a:hover, .nav-inner a.active { background: #0d3558; }
.nav-inner .home-link { min-width: 42px; flex: 0 0 42px; padding: 0; font-size: 25px; font-family: Arial, sans-serif; }
.article-main { padding: 0 0 76px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin: 26px 0 26px; color: #90979d; font-size: 10px; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb strong { color: #242a2f; font-weight: 600; }
.article-body-wrap { width: min(740px, 100%); margin: 0 auto; }
.article-title-area { padding: 25px 0 25px; border-top: 2px solid var(--navy); border-bottom: 1px solid #e0e3e5; }
.article-kicker { margin: 0 0 13px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.article-title-area h1 { margin: 0; color: #111820; font-size: 34px; line-height: 1.3; letter-spacing: -2.1px; white-space: pre-line; }
.article-summary { margin: 15px 0 0; color: #707980; font-size: 15px; line-height: 1.6; letter-spacing: -.9px; }
.article-meta { display: flex; align-items: center; gap: 9px; margin-top: 17px; color: #8d959c; font-size: 11px; }
.article-meta i { width: 1px; height: 10px; background: #d8dcdf; }
.share-row { display: flex; align-items: center; gap: 8px; margin-top: 23px; color: #9aa1a7; font-size: 11px; }
.share-row button { width: 27px; height: 27px; padding: 0; border: 1px solid #dfe3e5; border-radius: 50%; color: #66717b; background: #fff; font-size: 11px; }
.share-row button:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.article-figure { margin: 32px 0 35px; }
.article-figure img { display: block; width: 100%; max-height: 480px; object-fit: cover; }
.article-main .article-figure img[src*="/wedding-hall/hall-"] { height:auto; max-height:none; object-fit:contain; }
.article-figure figcaption { margin-top: 9px; color: #a0a5a9; font-size: 10px; }
.article-copy { color: #272d32; font-size: 16px; line-height: 2; letter-spacing: -.55px; word-break: keep-all; overflow-wrap: break-word; }
.article-copy p { margin: 0 0 24px; }
.article-copy > div { margin: 0 0 24px; }
.article-copy img { display: block; width: auto; max-width: 100%; max-height: 620px; margin: 30px auto 34px; object-fit: contain; background: #f7f8f9; }
.article-inline-image { margin: 30px 0 34px; }
.article-inline-image img { display: block; width: 100%; max-height: 620px; object-fit: contain; background: #f7f8f9; }
.article-inline-image figcaption { margin-top: 9px; color: #a0a5a9; font-size: 10px; line-height: 1.5; text-align: center; }
/* HTML article sanitization removes classes, so style semantic figures too. */
.article-main .article-copy figure {
  max-width: 100%;
  margin: 28px 0 32px;
}
.article-main .article-copy figure img {
  display: block;
  margin: 0 auto;
}
.article-main .article-body-wrap figure > figcaption {
  margin: 0;
  padding: 10px 13px 11px;
  border-top: 1px solid #e5e2de;
  background: #f7f6f4;
  color: #6c706f;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.article-main .article-body-wrap figure > figcaption:empty { display: none; }
.article-main .article-body-wrap figure > figcaption p {
  margin: 0;
  font: inherit;
  color: inherit;
}
.article-main .article-body-wrap figure > figcaption p::first-letter {
  float: none;
  padding: 0;
  font: inherit;
  color: inherit;
}
.article-copy p:first-child::first-letter { color: var(--orange); font-size: 42px; font-weight: 700; line-height: .8; float: left; padding: 7px 6px 0 0; }
.article-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; margin-top: 36px; border-top: 1px solid var(--line); }
.article-footer a, .article-footer button { padding: 10px 13px; border: 1px solid #dce1e4; color: #5e6871; background: #fff; font-size: 11px; }
.article-footer a:hover, .article-footer button:hover { color: #fff; border-color: var(--navy); background: var(--navy); }
.article-footer div { display: flex; gap: 6px; }
.site-footer { padding: 30px 0 38px; color: #dbe5ed; background: var(--deep-navy); }
.footer-brand { color: #f3f6fa; font: 700 24px Georgia, serif; letter-spacing: -1px; }
.site-footer p { margin: 8px 0 23px; color: #afbdca; font-size: 11px; }
.site-footer small { color: #8291a0; font-size: 10px; }
.article-toast { position: fixed; left: 50%; bottom: 25px; padding: 11px 17px; border-radius: 25px; color: #fff; background: rgba(6,29,53,.95); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: .2s; }
.article-toast.visible { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 900px) { .article-shell { width: min(100% - 32px, 680px); } .nav-inner { width: 100%; overflow-x: auto; } .nav-inner a { min-width: max-content; flex: 0 0 auto; } .article-body-wrap { width: min(100%, 650px); } }
@media (max-width: 600px) { .article-shell { width: calc(100% - 28px); } .utility-inner p span, .utility-inner > div a:not(.search-button), .utility-inner > div i { display: none; } .brand-row { height: 82px; } .brand { font-size: 28px; } .brand small { font-size: 9px; } .slogan { display: none; } .main-nav { height: 42px; } .nav-inner a { padding: 0 13px; font-size: 12px; } .article-main { padding-bottom: 52px; } .breadcrumb { margin: 19px 0; } .article-title-area { padding: 20px 0; } .article-title-area h1 { font-size: 26px; } .article-summary { font-size: 13px; } .article-copy { font-size: 15px; line-height: 1.9; } .article-figure { margin: 25px 0 27px; } .article-footer { align-items: flex-start; gap: 10px; flex-direction: column; } }
