:root {
  --bb-bg: #ffffff;
  --bb-surface: #f5f7f9;
  --bb-surface-strong: #eef2f5;
  --bb-text: #121820;
  --bb-text-muted: #68717d;
  --bb-border: #e4e8ec;
  --bb-border-strong: #cbd3db;
  --bb-primary: #155eef;
  --bb-primary-hover: #1454c4;
  --bb-primary-active: #0b3d91;
  --bb-primary-soft: #eaf1ff;
  --bb-navy: #0b2444;
  --bb-success: #0b7662;
  --bb-danger: #c93636;
  --bb-warning: #a94b12;
  --bb-purple: #7257c8;
  --bb-cyan: #087f9a;
  --bb-shadow-menu: 0 16px 38px rgba(11, 36, 68, 0.12);
  --bb-shadow-float: 0 8px 24px rgba(18, 24, 32, 0.16);
}

html { scroll-behavior: smooth; }
body.bb-v2,
body.bb-v2 button,
body.bb-v2 input,
body.bb-v2 select,
body.bb-v2 textarea {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important;
  letter-spacing: 0 !important;
}
body.bb-v2 { background: var(--bb-bg); color: var(--bb-text); font-size: 15px; line-height: 1.65; }
body.bb-v2 a { color: inherit; }
body.bb-v2 svg { width: 18px; height: 18px; stroke-width: 1.8; }
body.bb-v2 .nt-container { max-width: 1180px; }

/* Prototype-aligned shell header. Menu data and account flows remain Nariya-owned. */
body.bb-v2 #nt_lnb { min-height: 30px; border-bottom: 1px solid #edf0f2; background: #f7f8fa; color: var(--bb-text-muted); }
body.bb-v2 #nt_lnb .nt-container { padding-top: 5px !important; padding-bottom: 5px; }
body.bb-v2 #nt_lnb a { color: var(--bb-text-muted); font-size: 11px; font-weight: 500; }
body.bb-v2 #nt_lnb a:hover { color: var(--bb-text); }
body.bb-v2 #nt_sticky_wrap { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--bb-border); background: rgba(255, 255, 255, 0.98); }
body.bb-v2 #nt_sticky_wrap.bb-is-scrolled { box-shadow: 0 4px 14px rgba(11, 36, 68, 0.08); }
body.bb-v2 #header_pc { background: #fff; }
.bb-header-main { display: grid; grid-template-columns: 205px minmax(0, 1fr) auto; gap: 15px; align-items: center; min-height: 76px; }
.bb-brand { display: inline-flex; align-items: center; gap: 9px; min-width: 0; color: inherit !important; text-decoration: none !important; }
.bb-brand-icon { display: block; flex: 0 0 auto; width: 38px; height: 38px; overflow: hidden; border-radius: 8px; }
.bb-brand-icon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bb-brand-copy { display: block; min-width: 0; line-height: 1; }
.bb-brand-copy strong, .bb-brand-copy small { display: block; white-space: nowrap; }
.bb-brand-copy strong { color: #102c66; font-size: 18px; line-height: 1.05; font-weight: 800; }
.bb-brand-copy small { margin-top: 5px; color: #78828d; font-size: 7px; line-height: 1; font-weight: 650; }
.bb-desktop-menu { min-width: 0; height: 76px; }
body.bb-v2 #nt_menu { height: 76px; margin: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
body.bb-v2 #nt_menu > .nt-container { max-width: none; height: 76px; padding: 0 !important; }
body.bb-v2 #nt_menu > .nt-container > .d-flex,
body.bb-v2 #nt_menu .me-list,
body.bb-v2 #nt_menu .me-ul { height: 76px; }
body.bb-v2 #nt_menu .me-icon { display: none !important; }
body.bb-v2 #nt_menu .me-ul { display: flex; flex-wrap: nowrap; }
body.bb-v2 #nt_menu .me-li { position: relative; flex: 1 1 auto; min-width: 0; }
body.bb-v2 #nt_menu .me-li > a { height: 76px; background: transparent !important; text-decoration: none; }
body.bb-v2 #nt_menu .me-a,
body.bb-v2 #nt_menu .me-list .me-a { display: flex; align-items: center; justify-content: center; min-height: 76px; padding: 0 8px !important; background: transparent !important; color: #313b46 !important; font-size: 13px; font-weight: 650; }
body.bb-v2 #nt_menu .me-a > i { display: none; }
body.bb-v2 #nt_menu .me-li::after { content: ""; position: absolute; right: 9px; bottom: 0; left: 9px; height: 2px; background: transparent; }
body.bb-v2 #nt_menu .me-li.on::after,
body.bb-v2 #nt_menu .me-li:hover::after { background: var(--bb-primary); }
body.bb-v2 #nt_menu .me-li.on > a .me-a,
body.bb-v2 #nt_menu .me-li:hover > a .me-a { color: var(--bb-primary) !important; }
body.bb-v2 #nt_menu .sub-1div { top: 76px; z-index: 60; width: 210px !important; min-width: 190px; padding: 6px; border: 1px solid var(--bb-border); border-radius: 7px; background: #fff; box-shadow: var(--bb-shadow-menu); }
body.bb-v2 #nt_menu .me-li:nth-last-child(-n+2) .sub-1div { right: 0; left: auto; }
body.bb-v2 #nt_menu .sub-1da { min-height: 38px; padding: 8px 10px !important; border: 0; border-radius: 5px; background: #fff; color: #39434e; font-size: 12px; }
body.bb-v2 #nt_menu .sub-1da > i { display: none; }
body.bb-v2 #nt_menu .sub-1da:hover { background: #f3f7ff; color: var(--bb-primary); }
.bb-header-actions { display: flex; align-items: center; gap: 7px; }
.bb-icon-button, .bb-write-button { display: inline-flex; align-items: center; justify-content: center; height: 38px; border: 1px solid var(--bb-border); border-radius: 6px; background: #fff; color: #3e4853 !important; text-decoration: none !important; }
.bb-icon-button { width: 38px; padding: 0; }
.bb-write-button { gap: 6px; padding: 0 12px; border-color: var(--bb-navy); background: var(--bb-navy); color: #fff !important; font-size: 12px; font-weight: 700; }
.bb-icon-button:hover { border-color: var(--bb-border-strong); color: var(--bb-primary) !important; }
.bb-write-button:hover { background: #14385f; }
.bb-icon-button svg, .bb-write-button svg { width: 17px; height: 17px; }
.bb-search-drawer { border-top: 1px solid var(--bb-border); background: #fff; }
.bb-search-form { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 62px; }
.bb-search-form svg { color: #7a838d; }
.bb-search-form input { min-width: 0; height: 40px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--bb-text); font-size: 13px; }
.bb-search-form button { height: 36px; padding: 0 15px; border: 0; border-radius: 5px; background: var(--bb-navy); color: #fff; font-size: 12px; font-weight: 700; }
.bb-mobile-header { background: #fff; }
.bb-mobile-header-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 9px; align-items: center; min-height: 62px; }
.bb-mobile-header-row .bb-brand { justify-self: center; }
.bb-mobile-header-row .bb-brand-icon { width: 34px; height: 34px; border-radius: 7px; }
.bb-mobile-header-row .bb-brand-copy strong { font-size: 16px; }
.bb-mobile-header-row .bb-brand-copy small { font-size: 6px; }

/* Shared page title and one-column community layout. */
body.bb-v2 #nt_title { height: 44px; min-height: 44px; border-bottom: 1px solid var(--bb-border); background: #fafbfc; }
body.bb-v2 #nt_title > .nt-container { height: 100% !important; min-height: 0; }
body.bb-v2 #nt_title .page-title { color: var(--bb-text); font-size: 18px !important; font-weight: 700; }
body.bb-v2 #nt_title .breadcrumb { font-size: 10px; }
body.bb-board-page #nt_title { display: none !important; }
body.bb-board-page #nt_body > .nt-container { max-width: 1100px; margin-top: 28px !important; margin-bottom: 56px !important; }
body.bb-board-page #nt_body .na-row { display: block; margin-right: 0; margin-left: 0; }
body.bb-board-page #nt_body .na-row > .na-col { width: 100%; max-width: 100%; padding-right: 0; padding-left: 0; flex: 0 0 100%; }
body.bb-board-page #nt_body .na-row > .na-col + .na-col { display: none !important; }

/* Home */
.bb-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.bb-home { min-width: 0; background: #fff; }
.bb-local-strip { background: var(--bb-navy); color: #fff; }
.bb-local-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.bb-local-title { display: flex; align-items: center; gap: 12px; }
.bb-local-title > svg { width: 22px; height: 22px; color: #65d5c0; }
.bb-local-title strong, .bb-local-title span { display: block; }
.bb-local-title strong { font-size: 17px; }
.bb-local-title span { margin-top: 3px; color: #c9d4df; font-size: 12px; }
.bb-local-links { display: flex; gap: 20px; }
.bb-local-links a { display: inline-flex; align-items: center; gap: 7px; color: #e5edf4; font-size: 13px; }
.bb-local-links a:hover { color: #fff; }
.bb-local-links svg { width: 15px; height: 15px; color: #65d5c0; }
.bb-quick-section { padding-top: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--bb-border); }
.bb-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.bb-section-heading > a { display: inline-flex; align-items: center; gap: 5px; color: var(--bb-text-muted); font-size: 12px; font-weight: 600; }
.bb-section-heading > a:hover { color: var(--bb-primary); }
.bb-section-heading > a svg { width: 14px; height: 14px; }
.bb-eyebrow { display: block; margin-bottom: 5px; color: var(--bb-primary); font-size: 10px; font-weight: 700; }
.bb-section-heading h1, .bb-feed-header h2 { margin: 0; color: var(--bb-text); font-size: 22px; line-height: 1.3; font-weight: 700; }
.bb-quick-links { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border: 1px solid var(--bb-border); border-radius: 8px; background: #fff; overflow: hidden; }
.bb-quick-links > a { display: grid; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 11px; align-items: center; min-width: 0; min-height: 82px; padding: 14px; border-left: 1px solid var(--bb-border); }
.bb-quick-links > a:first-child { border-left: 0; }
.bb-quick-links > a:hover { background: #fafbfc; text-decoration: none; }
.bb-quick-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 8px; }
.bb-quick-icon.blue { background: #eaf1ff; color: var(--bb-primary); }
.bb-quick-icon.green { background: #e7f6f1; color: var(--bb-success); }
.bb-quick-icon.orange { background: #fff0e7; color: var(--bb-warning); }
.bb-quick-icon.purple { background: #f0ecff; color: var(--bb-purple); }
.bb-quick-icon.cyan { background: #e7f5f7; color: var(--bb-cyan); }
.bb-quick-icon.red { background: #ffeded; color: var(--bb-danger); }
.bb-quick-links strong { align-self: end; color: var(--bb-text); font-size: 14px; font-weight: 700; }
.bb-quick-links small { align-self: start; min-width: 0; margin-top: 2px; color: var(--bb-text-muted); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bb-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 42px; padding-top: 34px; padding-bottom: 34px; }
.bb-feed, .bb-home-sidebar { min-width: 0; }
.bb-feed-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 13px; border-bottom: 2px solid var(--bb-text); }
.bb-segmented { display: flex; padding: 3px; border-radius: 6px; background: #f0f2f4; }
.bb-segmented button { min-width: 54px; height: 30px; padding: 0 12px; border: 0; border-radius: 4px; background: transparent; color: var(--bb-text-muted); font-size: 12px; font-weight: 700; }
.bb-segmented button.is-active { background: #fff; color: var(--bb-text); box-shadow: 0 1px 4px rgba(20, 30, 40, 0.1); }
.bb-notice-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 46px; padding: 0 14px; border-bottom: 1px solid var(--bb-border); background: #f7faff; text-decoration: none; }
.bb-notice-row span { color: var(--bb-primary); font-size: 11px; font-weight: 700; }
.bb-notice-row strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--bb-text); font-size: 13px; }
.bb-notice-row svg { width: 15px; height: 15px; color: var(--bb-text-muted); }
.bb-feed-item { display: flex; gap: 14px; align-items: center; min-height: 82px; padding: 12px 6px 12px 0; border-bottom: 1px solid var(--bb-border); }
.bb-feed-item:hover h3 a { color: var(--bb-primary); }
.bb-feed-main { flex: 1; min-width: 0; }
.bb-category { display: inline-block; margin-bottom: 3px; color: var(--bb-primary); font-size: 10px; font-weight: 700; }
.bb-category.working { color: var(--bb-purple); }
.bb-category.business, .bb-category.directory { color: var(--bb-success); }
.bb-category.news { color: var(--bb-danger); }
.bb-feed-item h3 { display: flex; align-items: baseline; gap: 7px; min-width: 0; margin: 0; font-size: 15px; line-height: 1.4; font-weight: 600; }
.bb-feed-item h3 a { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--bb-text); }
.bb-feed-item h3 b { color: var(--bb-primary); font-size: 10px; }
.bb-feed-item p { margin: 3px 0 4px; color: var(--bb-text-muted); font-size: 11px; line-height: 1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bb-post-meta { display: flex; align-items: center; gap: 12px; color: #7b848e; font-size: 10px; }
.bb-post-meta span { display: inline-flex; align-items: center; gap: 4px; }
.bb-post-meta svg { width: 12px; height: 12px; }
.bb-post-meta .bb-meta-like.has-likes { color: #e5484d; }
.bb-post-meta .bb-meta-like.has-likes svg { fill: currentColor; }
.bb-rank { align-self: flex-start; width: 24px; padding-top: 17px; color: #a6afb8; font-size: 11px; font-weight: 700; text-align: center; }
.bb-more-button { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 42px; margin-top: 14px; border: 1px solid var(--bb-border); border-radius: 6px; background: #fff; color: #39434e; font-size: 12px; font-weight: 700; }
.bb-more-button:hover { border-color: var(--bb-border-strong); background: #fafbfc; text-decoration: none; }
.bb-more-button svg { width: 15px; height: 15px; }
.bb-empty { display: grid; place-items: center; gap: 8px; min-height: 180px; color: var(--bb-text-muted); }
.bb-empty strong { color: var(--bb-text); font-size: 13px; }
.bb-home-sidebar { display: flex; flex-direction: column; gap: 14px; }
.bb-side-card { border: 1px solid var(--bb-border); border-radius: 8px; background: #fff; }
.bb-side-heading { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px 11px; }
.bb-side-heading h2 { margin: 0; color: var(--bb-text); font-size: 16px; font-weight: 700; }
.bb-side-heading > span { color: var(--bb-danger); font-size: 9px; font-weight: 700; }
.bb-side-heading > a { color: var(--bb-text-muted); font-size: 11px; }
.bb-popular-list { margin: 0; padding: 0 16px 10px; list-style: none; }
.bb-popular-list li { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 8px; align-items: center; min-height: 39px; border-top: 1px solid #edf0f2; }
.bb-popular-list b { color: var(--bb-primary); font-size: 11px; }
.bb-popular-list a { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--bb-text); font-size: 12px; }
.bb-popular-list a:hover { color: var(--bb-primary); }
.bb-popular-list span { color: var(--bb-text-muted); font-size: 9px; }
.bb-game-card { padding-bottom: 8px; }
.bb-game-card .bb-side-heading > span { color: var(--bb-primary); font-size: 10px; }
.bb-game-link { display: grid; grid-template-columns: 36px minmax(0, 1fr) 16px; gap: 10px; align-items: center; margin: 0 10px; padding: 11px 6px; border-top: 1px solid #edf0f2; text-decoration: none; }
.bb-game-link > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 7px; background: #eaf3ff; color: var(--bb-primary); }
.bb-game-link > span.green { background: #eaf8f3; color: #168a67; }
.bb-game-link > span svg { width: 17px; height: 17px; }
.bb-game-link > div { min-width: 0; }
.bb-game-link strong, .bb-game-link small { display: block; }
.bb-game-link strong { color: var(--bb-text); font-size: 12px; }
.bb-game-link small { margin-top: 2px; overflow: hidden; color: var(--bb-text-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.bb-game-link > svg { width: 15px; height: 15px; color: #98a2ad; }
.bb-game-link:hover strong { color: var(--bb-primary); }
.bb-guide-card { position: relative; padding: 18px 70px 18px 18px; border: 0; background: #eaf3ff; }
.bb-guide-card h2 { margin: 0; color: var(--bb-text); font-size: 16px; line-height: 1.35; font-weight: 700; }
.bb-guide-card .bb-pdf-mark { display: inline-flex; align-items: center; gap: 4px; margin-left: 2px; padding: 2px 5px; border: 1px solid #efb3ac; border-radius: 5px; background: #fff5f4; color: #b42318; font-size: 12px; line-height: 1; font-weight: 800; vertical-align: 1px; }
.bb-guide-card .bb-pdf-mark svg { width: 13px; height: 13px; stroke-width: 2.1; }
.bb-guide-card p { margin: 7px 0 12px; color: #556678; font-size: 11px; line-height: 1.55; }
.bb-guide-card a { display: inline-flex; align-items: center; gap: 5px; color: var(--bb-primary-active); font-size: 11px; font-weight: 700; }
.bb-guide-card a svg { width: 14px; height: 14px; }
.bb-guide-icon { position: absolute; top: 17px; right: 15px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: var(--bb-primary); }
.bb-business-card { padding-bottom: 7px; }
.bb-business-link { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; align-items: center; margin: 0 9px; padding: 10px 7px; border-top: 1px solid #edf0f2; text-decoration: none; }
.bb-business-link > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 7px; background: #f2f4f6; color: #485563; }
.bb-business-link strong, .bb-business-link small { display: block; }
.bb-business-link strong { color: var(--bb-text); font-size: 12px; }
.bb-business-link small { margin-top: 2px; color: var(--bb-text-muted); font-size: 9px; }
.bb-business-link:hover strong { color: var(--bb-primary); }
.bb-directory-strip { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 86px; padding: 15px 17px; border-radius: 8px; background: var(--bb-navy); color: #fff !important; text-decoration: none; }
.bb-directory-strip span, .bb-directory-strip strong { display: block; }
.bb-directory-strip span { color: #65d5c0; font-size: 9px; font-weight: 700; }
.bb-directory-strip strong { margin-top: 5px; font-size: 14px; }
.bb-sponsored { padding-bottom: 8px; }
.bb-sponsored > a { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; margin: 0 14px; padding: 10px 2px; border-top: 1px solid #edf0f2; }
.bb-sponsored > a small { color: var(--bb-success); font-size: 9px; font-weight: 700; }
.bb-sponsored > a strong { grid-column: 1 / 2; color: var(--bb-text); font-size: 12px; }
.bb-sponsored > a span { grid-column: 1 / -1; color: var(--bb-text-muted); font-size: 9px; }
.bb-partner-links { display: flex; align-items: center; gap: 9px; min-height: 34px; margin-top: -6px; padding: 7px 11px; border: 1px solid #edf0f2; border-radius: 7px; background: #fafbfc; color: #8a939d; font-size: 10px; line-height: 1.2; }
.bb-partner-links > span { margin-right: auto; color: #9aa2aa; font-size: 9px; }
.bb-partner-links > a { display: inline-flex; align-items: center; gap: 3px; color: #707a84; text-decoration: none; white-space: nowrap; }
.bb-partner-links > a:hover { color: var(--bb-primary); }
.bb-partner-links svg { width: 10px; height: 10px; stroke-width: 1.8; }
.bb-board-blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 4px; padding-bottom: 54px; }
.bb-board-block { min-width: 0; border: 1px solid var(--bb-border); border-radius: 8px; background: #fff; }
.bb-block-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; padding: 16px 17px 12px; border-bottom: 2px solid var(--bb-text); }
.bb-block-heading span { display: block; margin-bottom: 2px; color: var(--bb-text-muted); font-size: 9px; }
.bb-block-heading h2 { margin: 0; color: var(--bb-text); font-size: 17px; line-height: 1.3; font-weight: 700; }
.bb-block-heading a { display: inline-flex; align-items: center; gap: 3px; color: var(--bb-text-muted); font-size: 10px; }
.bb-block-heading svg { width: 13px; height: 13px; }
.bb-board-block ul { margin: 0; padding: 0 16px 8px; list-style: none; }
.bb-board-block li { border-top: 1px solid #edf0f2; }
.bb-board-block li:first-child { border-top: 0; }
.bb-board-block li a { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto 52px; gap: 8px; align-items: center; min-height: 38px; }
.bb-board-block li .bb-block-board { overflow: hidden; color: var(--bb-primary); font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.bb-block-subject { display: flex; min-width: 0; align-items: baseline; gap: 5px; overflow: hidden; }
.bb-board-block li strong { min-width: 0; overflow: hidden; color: #303944; font-size: 12px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.bb-board-block li b { color: var(--bb-primary); font-size: 9px; }
.bb-block-stats { display: inline-flex; align-items: center; justify-content: flex-end; gap: 7px; color: #8b939c; }
.bb-block-stats > span { display: inline-flex; align-items: center; gap: 3px; min-width: 25px; color: inherit; font-size: 9px; white-space: nowrap; }
.bb-block-stats svg { width: 12px; height: 12px; flex: 0 0 12px; stroke-width: 1.8; }
.bb-block-stats .bb-block-like.has-likes { color: #e5484d; }
.bb-block-stats .bb-block-like.has-likes svg { fill: currentColor; }
.bb-board-block li time { color: #8b939c; font-size: 9px; text-align: right; }
.bb-board-block li a:hover strong { color: var(--bb-primary); }
.bb-block-empty a { grid-template-columns: 1fr !important; }

/* Board list */
body.bb-board-list #bo_list { margin-bottom: 28px !important; }
body.bb-board-list #bo_list .na-table-head { min-height: 42px; border-top: 2px solid var(--bb-text) !important; border-bottom: 1px solid var(--bb-border); color: var(--bb-text-muted); background: #fafbfc; font-size: 10px; }
body.bb-board-list #bo_list ul.na-table { margin: 0; padding: 0; }
body.bb-board-list #bo_list ul.na-table > li { min-height: 58px; border-color: var(--bb-border) !important; background: #fff; color: var(--bb-text-muted) !important; }
body.bb-board-list #bo_list ul.na-table > li.bg-light { background: #f7faff !important; }
body.bb-board-list #bo_list ul.na-table > li:hover { background: #fbfcfd !important; }
body.bb-board-list #bo_list .na-subject { color: var(--bb-text); font-size: 14px; font-weight: 500; line-height: 1.4; }
body.bb-board-list #bo_list .na-subject:hover { color: var(--bb-primary); }
body.bb-board-list #bo_list .na-subject strong { font-weight: 600; }
body.bb-board-list #bo_list .f-sm { color: #7d8690; font-size: 11px; }
body.bb-board-list .btn-primary { border-color: var(--bb-navy) !important; background: var(--bb-navy) !important; }
body.bb-board-list .pagination { gap: 4px; }
body.bb-board-list .pagination .page-link { min-width: 34px; height: 34px; padding: 6px; border-color: var(--bb-border); color: var(--bb-text-muted); font-size: 11px; text-align: center; }
body.bb-board-list .pagination .active .page-link { border-color: var(--bb-navy); background: var(--bb-navy); color: #fff; }

/* Approved board-list structure. The underlying GNUBoard permissions and actions remain intact. */
body.bb-board-list #nt_body > .nt-container { max-width: 1180px; margin-top: 0 !important; }
.bb-board-shell { position: relative; padding-top: 34px; }
.bb-board-titlebar { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding-bottom: 19px; }
.bb-board-heading { min-width: 0; }
.bb-board-heading .bb-eyebrow { margin-bottom: 6px; }
.bb-board-heading h1 { margin: 0; color: var(--bb-text); font-size: 27px; line-height: 1.35; font-weight: 750; }
.bb-board-heading p { margin: 7px 0 0; color: var(--bb-text-muted); font-size: 13px; line-height: 1.55; }
.bb-board-actions { display: flex; gap: 7px; flex: 0 0 auto; }
.bb-board-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 66px; height: 40px; padding: 0 13px; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none; }
.bb-board-actions svg { width: 16px; height: 16px; }
.bb-outline-button { border: 1px solid var(--bb-border); background: #fff; color: #4d5863; }
.bb-outline-button:hover { border-color: var(--bb-border-strong); color: var(--bb-primary); }
.bb-primary-button { border: 1px solid var(--bb-navy); background: var(--bb-navy); color: #fff !important; }
.bb-primary-button:hover { border-color: #133963; background: #133963; }
.bb-board-tabs { display: flex; gap: 3px; padding: 4px; border-radius: 7px; background: #eef1f4; overflow-x: auto; scrollbar-width: thin; }
.bb-board-tabs a { display: inline-flex; align-items: center; justify-content: center; min-height: 33px; padding: 0 14px; border-radius: 5px; color: #5b6570; font-size: 12px; font-weight: 650; white-space: nowrap; text-decoration: none; }
.bb-board-tabs a:hover { color: var(--bb-text); }
.bb-board-tabs a.is-active { background: #fff; color: var(--bb-text); box-shadow: 0 1px 4px rgba(20, 30, 40, 0.1); }
body.bb-board-list #bo_cate { margin: 10px 0 0 !important; }
body.bb-board-list #bo_cate > .px-3 { padding: 0 !important; }
body.bb-board-list #bo_cate .d-flex { align-items: center; }
body.bb-board-list #bo_cate_ul { gap: 5px; border: 0 !important; }
body.bb-board-list #bo_cate_ul li a { min-height: 31px; padding: 5px 10px !important; border: 1px solid var(--bb-border) !important; border-radius: 5px !important; background: #fff !important; color: var(--bb-text-muted) !important; font-size: 11px !important; font-weight: 600; }
body.bb-board-list #bo_cate_ul li a:hover { border-color: var(--bb-border-strong) !important; color: var(--bb-primary) !important; }
body.bb-board-list #bo_cate_ul li.active a { border-color: #cbdcff !important; background: var(--bb-primary-soft) !important; color: var(--bb-primary) !important; }
body.bb-board-list #bo_cate .sly-btn { display: grid; place-items: center; width: 30px; height: 30px; padding: 0 !important; border: 1px solid var(--bb-border); background: #fff; color: var(--bb-text-muted); }
body.bb-board-list #bo_cate hr { display: none; }
.bb-board-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; }
.bb-board-count { color: var(--bb-text-muted) !important; font-size: 11px !important; }
.bb-board-count strong { color: var(--bb-text) !important; font-size: 12px; }
.bb-board-filter { display: flex; gap: 6px; align-items: center; }
.bb-board-filter select, .bb-board-filter input { height: 35px; border: 1px solid var(--bb-border); border-radius: 5px; background: #fff; color: #424c57; font-size: 11px; outline: 0; }
.bb-board-filter select { width: 114px; padding: 0 28px 0 9px; }
.bb-board-filter input { width: 190px; padding: 0 10px; }
.bb-board-filter select:focus, .bb-board-filter input:focus { border-color: #94b5f7; box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.1); }
.bb-board-filter button { display: grid; place-items: center; width: 35px; height: 35px; padding: 0; border: 0; border-radius: 5px; background: var(--bb-navy); color: #fff; }
.bb-board-filter button:hover { background: #133963; }
.bb-board-filter button svg { width: 17px; height: 17px; }
.bb-board-tools { display: flex; justify-content: flex-end; gap: 5px; min-height: 38px; padding-top: 8px; }
.bb-icon-tool { display: grid; place-items: center; width: 31px; height: 31px; padding: 0; border: 1px solid var(--bb-border); border-radius: 5px; background: #fff; color: var(--bb-text-muted); }
.bb-icon-tool:hover { border-color: var(--bb-border-strong); color: var(--bb-primary); }
.bb-icon-tool svg { width: 15px; height: 15px; }
.bb-board-tools .dropdown-menu { padding: 5px; border-color: var(--bb-border); border-radius: 6px; box-shadow: var(--bb-shadow-menu); }
.bb-board-tools .dropdown-item { min-width: 120px; padding: 7px 9px; border-radius: 4px; color: #46515c; font-size: 11px; }
.bb-board-tools .dropdown-item:hover { background: #f3f7ff; color: var(--bb-primary); }
.bb-board-list { margin-top: 0; }
.bb-board-list-head, .bb-board-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) 112px 76px 54px; gap: 12px; align-items: center; }
.bb-board-list-head { min-height: 41px; border-top: 2px solid var(--bb-text); border-bottom: 1px solid var(--bb-border); color: #7d8690; font-size: 10px; text-align: center; }
.bb-board-row { min-height: 76px; padding: 11px 0; border-bottom: 1px solid var(--bb-border); background: #fff; }
.bb-board-row:hover { background: #fbfcfd; }
.bb-board-row.is-notice { min-height: 56px; background: #f6f9ff; }
.bb-board-row.is-current { background: #f8fbff; }
.bb-board-index, .bb-board-author, .bb-board-date, .bb-board-views { color: #7d8690; font-size: 11px; text-align: center; }
.bb-board-index { display: flex; align-items: center; justify-content: center; gap: 5px; }
.bb-board-index input { margin: 0; }
.bb-board-row.is-notice .bb-board-index span, .bb-board-row.is-current .bb-board-index span { color: var(--bb-primary); font-size: 10px; font-weight: 800; }
.bb-board-subject { min-width: 0; }
.bb-board-category { display: inline-block; margin-bottom: 4px; color: var(--bb-primary); font-size: 9px; font-weight: 750; }
.bb-board-subject h2 { display: flex; align-items: center; gap: 6px; min-width: 0; margin: 0; color: var(--bb-text); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important; font-size: 14px; line-height: 1.4; font-weight: 600; letter-spacing: 0 !important; }
.bb-board-subject h2 > a { display: inline-flex; align-items: center; gap: 4px; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--bb-text) !important; text-decoration: none; }
.bb-board-subject h2 > a:hover { color: var(--bb-primary) !important; }
.bb-board-subject h2 > a svg { flex: 0 0 auto; width: 13px; height: 13px; color: var(--bb-text-muted); }
.bb-board-subject h2 > b { color: var(--bb-primary); font-size: 10px; }
.bb-row-like { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 3px; color: #929aa3; font-size: 11px; line-height: 1; font-weight: 650; font-variant-numeric: tabular-nums; }
.bb-row-like svg { width: 13px; height: 13px; stroke-width: 1.8; }
.bb-row-like.has-likes { color: #d6334c; }
.bb-row-like.has-likes svg { fill: currentColor; }
.bb-board-subject p { margin: 3px 0 0; overflow: hidden; color: #8a929b; font-size: 10px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.bb-row-file { flex: 0 0 auto; width: 12px !important; height: 12px !important; color: #8a929b; }
.bb-row-new { display: inline-grid; place-items: center; flex: 0 0 auto; width: 14px; height: 14px; border-radius: 3px; background: #eefbf4; color: #159a59; font-size: 8px; font-style: normal; font-weight: 800; }
.bb-board-author { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bb-board-author .sv_wrap, .bb-board-author .sv_guest { display: block; width: 100%; overflow: hidden; text-align: center !important; text-overflow: ellipsis; }
.bb-board-mobile-meta { display: none; }
.bb-board-empty { display: grid; place-items: center; gap: 7px; min-height: 220px; border-bottom: 1px solid var(--bb-border); color: var(--bb-text-muted); }
.bb-board-empty svg { width: 26px; height: 26px; }
.bb-board-empty strong { color: var(--bb-text); font-size: 13px; }
.bb-board-empty span { font-size: 11px; }
.bb-board-pagination { padding-top: 24px; }
.bb-board-pagination .pagination { gap: 4px; }
.bb-board-pagination .page-link { display: grid; place-items: center; min-width: 34px; height: 34px; padding: 6px; border-color: var(--bb-border) !important; border-radius: 5px !important; background: #fff; color: var(--bb-text-muted) !important; font-size: 11px; }
.bb-board-pagination .page-link:hover { border-color: var(--bb-border-strong) !important; color: var(--bb-primary) !important; }
.bb-board-pagination .active .page-link, .bb-board-pagination .page-item.active .page-link { border-color: var(--bb-navy) !important; background: var(--bb-navy) !important; color: #fff !important; }
.bb-board-pagination svg { width: 14px; height: 14px; }

/* Post view */
body.bb-board-view #bo_v { max-width: 820px; margin-right: auto; margin-left: auto; }
body.bb-board-view #bo_v > header { margin: 0 !important; padding: 20px 4px 18px !important; border-top: 2px solid var(--bb-text); }
body.bb-board-view #bo_v_title { margin: 0; color: var(--bb-text); font-size: 27px; line-height: 1.4; font-weight: 700; }
body.bb-board-view #bo_v_info { margin-bottom: 0 !important; }
body.bb-board-view #bo_v_info > div:first-child { border-color: var(--bb-border) !important; background: #fafbfc !important; }
body.bb-board-view #bo_v_info .text-muted { color: var(--bb-text-muted) !important; }
body.bb-board-view #bo_v_atc { border-bottom: 1px solid var(--bb-border); }
body.bb-board-view #bo_v_con { margin-bottom: 0 !important; padding: 30px 6px 38px !important; color: #2f353c; font-size: 16px; line-height: 1.8; }
body.bb-board-view #bo_v_con p { margin-bottom: 20px; }
body.bb-board-view #bo_v_con h2,
body.bb-board-view #bo_v_con h3 { margin-top: 30px; margin-bottom: 10px; color: var(--bb-text); line-height: 1.4; font-weight: 700; }
body.bb-board-view #bo_v_con a { color: var(--bb-primary); text-decoration: underline; text-underline-offset: 3px; }
body.bb-board-view #bo_v_con img { max-width: 100%; height: auto; }
body.bb-board-view #bo_v_data { margin-top: 16px; }
body.bb-board-view #bo_v_data li { border-color: var(--bb-border) !important; }
body.bb-board-view #viewcomment { margin-top: 28px; }
body.bb-board-view #bo_vc_empty,
body.bb-board-view #bo_vc_login { border-color: var(--bb-border) !important; background: #fafbfc !important; }

/* Yellow directory article view. Keep the board functions, replace the legacy visual treatment. */
body.bb-board-yellow_ad.bb-board-view #bo_v { max-width: 880px; }
body.bb-board-yellow_ad.bb-board-view #bo_v > header {
  padding: 27px 4px 21px !important;
  border-top: 2px solid var(--bb-text);
  border-bottom: 0;
}
body.bb-board-yellow_ad.bb-board-view #bo_v > header .f-sm.text-muted {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 9px;
  color: var(--bb-success) !important;
  font-size: 11px !important;
  font-weight: 700;
}
body.bb-board-yellow_ad.bb-board-view #bo_v > header .na-bar { height: 11px; border-color: var(--bb-border-strong); }
body.bb-board-yellow_ad.bb-board-view #bo_v_title { font-size: 29px; line-height: 1.38; }
body.bb-board-yellow_ad.bb-board-view #bo_v_info { border-bottom: 1px solid var(--bb-border); }
body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:first-child {
  padding: 0 4px 18px !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--bb-border) !important;
  background: #fff !important;
}
body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:first-child ul { min-height: 32px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:first-child li:first-child {
  color: var(--bb-text);
  font-size: 12px;
  font-weight: 700;
}
body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:first-child time { color: #8a929b; font-size: 10px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:nth-child(2) { min-height: 51px; padding: 8px 4px !important; }
body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:nth-child(2) > ul { min-height: 34px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:nth-child(2) li:not(#bo_v_btn) { color: #7d8690; font-size: 11px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_info .fa { color: #7d8690; }
body.bb-board-yellow_ad.bb-board-view #bo_v_btn .btn,
body.bb-board-yellow_ad.bb-board-view #bo_v > .clearfix.pt-2 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 34px;
  padding: 0 11px !important;
  border: 1px solid var(--bb-border) !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #4f5964 !important;
  font-size: 11px;
  font-weight: 650;
  box-shadow: none !important;
}
body.bb-board-yellow_ad.bb-board-view #bo_v_btn .btn:hover,
body.bb-board-yellow_ad.bb-board-view #bo_v > .clearfix.pt-2 .btn:hover {
  border-color: var(--bb-border-strong) !important;
  color: var(--bb-primary) !important;
}
body.bb-board-yellow_ad.bb-board-view #bo_v_btn .btn-primary,
body.bb-board-yellow_ad.bb-board-view #bo_v > .clearfix.pt-2 .btn-primary {
  border-color: var(--bb-navy) !important;
  background: var(--bb-navy) !important;
  color: #fff !important;
}
body.bb-board-yellow_ad.bb-board-view #bo_v_btn .btn-primary .fa,
body.bb-board-yellow_ad.bb-board-view #bo_v > .clearfix.pt-2 .btn-primary .fa { color: #fff; }
body.bb-board-yellow_ad.bb-board-view #bo_v_atc { border-bottom: 1px solid var(--bb-border); }
body.bb-board-yellow_ad.bb-board-view #bo_v_con { padding: 34px 6px 42px !important; font-size: 16px; line-height: 1.82; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con > :first-child { margin-top: 0; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con p { margin-bottom: 20px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con h1,
body.bb-board-yellow_ad.bb-board-view #bo_v_con h2,
body.bb-board-yellow_ad.bb-board-view #bo_v_con h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: var(--bb-text);
  line-height: 1.42;
  font-weight: 700;
}
body.bb-board-yellow_ad.bb-board-view #bo_v_con h1 { font-size: 24px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con h2 { font-size: 20px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con h3 { font-size: 17px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con ul,
body.bb-board-yellow_ad.bb-board-view #bo_v_con ol { margin-bottom: 22px; padding-left: 23px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con li { margin: 6px 0; }
body.bb-board-yellow_ad.bb-board-view #bo_v_con img { display: block; width: auto; max-width: 100%; margin: 0 auto 30px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_data { margin-top: 20px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_data > ul { border-top: 1px solid var(--bb-border); }
body.bb-board-yellow_ad.bb-board-view #bo_v_data li { min-height: 49px; color: var(--bb-text-muted) !important; }
body.bb-board-yellow_ad.bb-board-view #bo_v_data li > .d-sm-table-cell { width: 64px; color: #8a929b; font-size: 10px; }
body.bb-board-yellow_ad.bb-board-view #bo_v_data a { color: #4f5964 !important; text-decoration: none; }
body.bb-board-yellow_ad.bb-board-view #bo_v_data a:hover { color: var(--bb-primary) !important; }
body.bb-board-yellow_ad.bb-board-view #bo_v > .clearfix.pt-2 {
  margin-top: 18px !important;
  padding: 15px 0 0 !important;
  border-top: 1px solid var(--bb-border) !important;
}
body.bb-board-yellow_ad.bb-board-view #bo_v_btn_group { padding: 22px 0 !important; border-top: 1px solid var(--bb-border); }
body.bb-board-yellow_ad.bb-board-view #viewcomment { margin-top: 38px; }
body.bb-board-yellow_ad.bb-board-view #viewcomment > h3,
body.bb-board-yellow_ad.bb-board-view #viewcomment > h4 { padding-bottom: 12px; border-bottom: 2px solid var(--bb-text); font-size: 18px; }
body.bb-board-yellow_ad.bb-board-view #bo_vc_empty,
body.bb-board-yellow_ad.bb-board-view #bo_vc_login { border-radius: 6px !important; background: #fafbfc !important; }

/* V2 post-view markup shared by the active board skins. */
body.bb-board-view #bo_v.bb-post-view { width: 100% !important; max-width: 1100px; margin: 0 auto 36px; }
body.bb-board-view .bb-post-header {
  margin: 0 !important;
  padding: 27px 4px 21px !important;
  border-top: 2px solid var(--bb-text) !important;
  border-bottom: 1px solid var(--bb-border) !important;
}
.bb-post-category-row { display: flex; flex-wrap: wrap; gap: 6px; min-height: 20px; margin-bottom: 9px; }
.bb-post-category-row:empty { display: none; min-height: 0; margin: 0; }
.bb-post-category {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  background: #edf8f4;
  color: var(--bb-success);
  font-size: 10px;
  line-height: 1;
  font-weight: 750;
}
.bb-post-category-muted { background: #f1f3f5; color: #69737d; }
body.bb-board-view .bb-post-view #bo_v_title {
  margin: 0 0 19px;
  color: var(--bb-text);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important;
  font-size: 27px !important;
  line-height: 1.38 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.bb-post-author-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.bb-post-author { display: flex; align-items: center; gap: 10px; min-width: 0; }
.bb-post-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bb-primary-soft);
  color: var(--bb-primary);
  font-size: 14px;
}
.bb-post-author-copy { min-width: 0; }
.bb-post-author-copy strong { display: block; color: var(--bb-text); font-size: 12px; line-height: 1.35; font-weight: 700; }
.bb-post-author-copy strong a { color: inherit !important; text-decoration: none !important; }
.bb-member-grade {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 5px;
  color: #2878e8;
  font-size: .9em;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}
.bb-grade-symbol {
  display: inline-grid;
  place-items: center;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 0;
  background: #eaf1fd;
  color: #2368d2;
  font-size: 8px;
  line-height: 1;
  vertical-align: middle;
}
.bb-grade-insignia {
  clip-path: polygon(50% 0, 92% 18%, 86% 70%, 50% 100%, 14% 70%, 8% 18%);
  filter: saturate(.92);
}
.bb-grade-insignia i { transform: translateY(-1px); }
.bb-grade-symbol.bb-grade-level-1 { background: #eff2f5; color: #75818c; }
.bb-grade-symbol.bb-grade-level-2 { background: #edf3f7; color: #55708a; }
.bb-grade-symbol.bb-grade-level-3 { background: #e8f7f1; color: #15815d; }
.bb-grade-symbol.bb-grade-level-4 { background: #eaf1fd; color: #2368d2; }
.bb-grade-symbol.bb-grade-level-5 { background: #fff4d9; color: #a96b00; }
.bb-grade-symbol.bb-grade-level-6 { background: #f5ebfa; color: #8650a3; }
.bb-grade-symbol.bb-grade-level-7 { background: #fcecec; color: #c94d4d; }
.bb-grade-symbol.bb-grade-level-8 { background: #e5f7f7; color: #087d84; }
.bb-grade-symbol.bb-grade-level-9 { background: #e9edf3; color: #263b59; }
.bb-grade-symbol.bb-grade-level-10 { background: #fce9e7; color: #c23b35; }
#bo_vc .bb-member-grade { font-size: 11px; }
#bo_vc .bb-grade-symbol { width: 16px; height: 16px; flex-basis: 16px; font-size: 7px; }
.bb-post-meta { display: flex; flex-wrap: wrap; gap: 3px 11px; margin-top: 4px; color: #8a929b; font-size: 10px; line-height: 1.4; }
.bb-post-meta span { position: relative; }
.bb-post-meta span::before { content: ""; position: absolute; top: 50%; left: -6px; width: 2px; height: 2px; border-radius: 50%; background: #aab1b8; }
.bb-post-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.bb-post-actions > .btn,
.bb-post-actions .btn-group > .btn,
.bb-post-action,
.bb-post-copy {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 34px;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--bb-border) !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #59636e !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.bb-post-actions > .btn:hover,
.bb-post-actions .btn-group > .btn:hover,
.bb-post-action:hover,
.bb-post-copy:hover { border-color: var(--bb-border-strong) !important; color: var(--bb-primary) !important; }
.bb-post-actions > .btn-primary,
.bb-post-actions .btn-group > .btn-primary,
.bb-post-action-primary {
  border-color: var(--bb-navy) !important;
  background: var(--bb-navy) !important;
  color: #fff !important;
}
.bb-post-actions .dropdown-menu .btn { justify-content: flex-start; min-width: 112px; border-radius: 0 !important; }
.bb-post-actions .dropdown-menu .btn:first-child { border-radius: 5px 5px 0 0 !important; }
.bb-post-actions .dropdown-menu .btn:last-child { border-radius: 0 0 5px 5px !important; }
body.bb-board-view .bb-post-content { border-bottom: 1px solid var(--bb-border); }
body.bb-board-view .bb-post-body,
body.bb-board-view .bb-post-view #bo_v_con {
  min-height: 220px;
  margin: 0 !important;
  padding: 34px 6px 42px !important;
  color: #2f353c;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  letter-spacing: 0 !important;
}
body.bb-board-view .bb-post-body > :first-child { margin-top: 0; }
body.bb-board-view .bb-post-body p { margin: 0 0 20px; }
body.bb-board-view .bb-post-body h1,
body.bb-board-view .bb-post-body h2,
body.bb-board-view .bb-post-body h3 { margin: 34px 0 12px; color: var(--bb-text); line-height: 1.42; font-weight: 700; }
body.bb-board-view .bb-post-body h1 { font-size: 24px; }
body.bb-board-view .bb-post-body h2 { font-size: 20px; }
body.bb-board-view .bb-post-body h3 { font-size: 17px; }
body.bb-board-view .bb-post-body ul,
body.bb-board-view .bb-post-body ol { margin: 0 0 22px; padding-left: 23px; }
body.bb-board-view .bb-post-body li { margin: 6px 0; }
body.bb-board-view .bb-post-body a { color: var(--bb-primary) !important; text-decoration: underline; text-underline-offset: 3px; }
body.bb-board-view .bb-post-body img { display: block; max-width: 100%; height: auto; margin: 0 auto 30px; }
.bb-post-like-row {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--bb-border);
}
.bb-post-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 118px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--bb-border-strong);
  border-radius: 6px;
  background: #fff;
  color: #59636e;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
.bb-post-like svg { width: 18px; height: 18px; }
.bb-post-like strong { min-width: 1ch; font-size: 13px; font-variant-numeric: tabular-nums; }
.bb-post-like:hover { border-color: #f06577; color: #d6334c; }
.bb-post-like.is-liked { border-color: #f3a6b2; background: #fff5f6; color: #d6334c; }
.bb-post-like.is-liked svg { fill: currentColor; }
.bb-post-like:focus-visible { outline: 2px solid var(--bb-primary); outline-offset: 2px; }
.bb-post-like:disabled { cursor: wait; opacity: .68; }
body.bb-board-view .bb-post-view #bo_v_btn_group { padding: 22px 0 !important; border-top: 1px solid var(--bb-border); }
body.bb-board-view .bb-post-view #bo_v_btn_group .btn { border-color: var(--bb-border); border-radius: 5px; background: #fff; box-shadow: none; }
body.bb-board-view .bb-post-data { margin-top: 20px; }
body.bb-board-view .bb-post-data > ul { border-top: 1px solid var(--bb-border); }
body.bb-board-view .bb-post-data li { min-height: 49px; border-color: var(--bb-border) !important; color: var(--bb-text-muted) !important; }
body.bb-board-view .bb-post-data li > .d-sm-table-cell { width: 64px; color: #8a929b; font-size: 10px; }
body.bb-board-view .bb-post-data a { color: #4f5964 !important; text-decoration: none; }
body.bb-board-view .bb-post-data a:hover { color: var(--bb-primary) !important; }
.bb-post-navigation { margin-top: 20px; border-top: 1px solid var(--bb-border); }
.bb-post-navigation a { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 49px; border-bottom: 1px solid var(--bb-border); color: var(--bb-text) !important; font-size: 12px; text-decoration: none !important; }
.bb-post-navigation span { color: #8b939c; font-size: 10px; }
.bb-post-navigation strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.bb-post-navigation time { color: #9098a1; font-size: 10px; }
.bb-post-comments { margin-top: 36px; }
.bb-post-comments #viewcomment { margin-top: 0; }
.bb-post-comments #bo_vc_empty,
.bb-post-comments #bo_vc_login { border-color: var(--bb-border) !important; border-radius: 6px !important; background: #fafbfc !important; }
.bb-post-bottom-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; margin-top: 18px !important; padding: 15px 0 0 !important; border-top: 1px solid var(--bb-border) !important; }
.bb-post-bottom-actions > .btn,
.bb-post-bottom-actions .btn-group > .btn { margin: 0 !important; }

/* Classified post information is read-only content, not a form. */
.bb-classified-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 20px 0 0; border-top: 1px solid var(--bb-border); border-bottom: 1px solid var(--bb-border); }
.bb-classified-summary > div { min-width: 0; padding: 16px 18px; border-left: 1px solid var(--bb-border); }
.bb-classified-summary > div:first-child { border-left: 0; }
.bb-classified-summary dt,
.bb-classified-details dt { margin: 0 0 5px; color: #8a929b; font-size: 10px; font-weight: 650; }
.bb-classified-summary dd { margin: 0; color: var(--bb-text); font-size: 16px; line-height: 1.4; font-weight: 700; overflow-wrap: anywhere; }
.bb-classified-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-bottom: 1px solid var(--bb-border); }
.bb-classified-details > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; align-items: center; min-height: 48px; padding: 10px 16px; border-top: 1px solid var(--bb-border); }
.bb-classified-details > div:nth-child(even) { border-left: 1px solid var(--bb-border); }
.bb-classified-details dt { margin: 0; }
.bb-classified-details dd { min-width: 0; margin: 0; color: #34404b; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.bb-classified-view #bo_v_img { margin: 28px 0 0; }
.bb-classified-view #bo_v_img img { max-width: 100%; height: auto; margin: 0 auto 12px; border-radius: 0; }

/* News retains its article modules but shares the V2 post header and navigation. */
body.bb-board-view .bb-news-view .hoju-news-view-content { max-width: none; margin: 0 auto; }
body.bb-board-view .bb-news-view .bb-post-body { padding-right: 0 !important; padding-left: 0 !important; }
body.bb-board-view .bb-news-view .hoju-news-summary,
body.bb-board-view .bb-news-view .hoju-news-section,
body.bb-board-view .bb-news-view .hoju-news-info-card { border-radius: 6px; box-shadow: none; }

/* Footer and mobile navigation */
body.bb-v2 #nt_footer { border-top: 1px solid var(--bb-border); background: #f7f8fa; font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important; }
.bb-footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; min-height: 112px; }
.bb-footer-brand { display: inline-flex; align-items: center; gap: 9px; color: inherit !important; text-decoration: none !important; }
.bb-footer-brand .bb-brand-icon { width: 30px; height: 30px; border-radius: 7px; }
.bb-footer-brand strong, .bb-footer-brand small { display: block; }
.bb-footer-brand strong { color: #102c66; font-size: 13px; line-height: 1.1; font-weight: 800; }
.bb-footer-brand small { margin-top: 4px; color: var(--bb-text-muted); font-size: 9px; line-height: 1.2; }
.bb-footer-links { display: flex; justify-content: center; gap: 18px; }
.bb-footer-links a { color: var(--bb-text-muted) !important; font-size: 11px; text-decoration: none !important; }
.bb-footer-links a:hover { color: var(--bb-text) !important; }
.bb-footer-copy { color: #8b939c; font-size: 9px; white-space: nowrap; }
.bb-mobile-bottom-nav { display: none; }

/* Existing Nariya off-canvas behavior, matched to the prototype visual system. */
body.bb-v2 #nt_sidebar { width: 300px !important; max-width: 88vw; background: #fff !important; color: var(--bb-text); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important; box-shadow: 14px 0 36px rgba(18, 24, 32, 0.18); }
body.bb-v2 #nt_sidebar_mask { background: rgba(18, 24, 32, 0.46) !important; }
body.bb-v2 #nt_sidebar_header { height: auto; min-height: 66px; padding: 0 16px !important; border-bottom: 1px solid var(--bb-border); background: #fff !important; box-shadow: none !important; }
body.bb-v2 #nt_sidebar_header h3 { display: flex; align-items: center; justify-content: space-between; min-height: 66px; margin: 0; }
body.bb-v2 #nt_sidebar_header h3 > a:first-child { display: inline-flex; align-items: center; gap: 9px; color: inherit !important; text-decoration: none; }
body.bb-v2 #nt_sidebar_header .bb-brand-icon { width: 34px; height: 34px; }
body.bb-v2 #nt_sidebar_header .bb-brand-copy strong { font-size: 15px; }
body.bb-v2 #nt_sidebar_header .bb-brand-copy small { font-size: 6px; }
body.bb-v2 #nt_sidebar_header .sidebar-close { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-left: auto; padding: 0 !important; border: 1px solid var(--bb-border); border-radius: 6px; color: var(--bb-navy) !important; line-height: 1 !important; }
body.bb-v2 #nt_sidebar_header .sidebar-close i { display: block; margin: 0; color: inherit !important; line-height: 1 !important; }
body.bb-v2 #nt_sidebar_body { padding-bottom: 82px !important; background: #fff; }
body.bb-v2 #nt_sidebar_body > ul.sidebar-icon { margin: 0 !important; padding: 12px 12px 0; border: 0 !important; background: #fff !important; }
body.bb-v2 #nt_sidebar_body > ul.sidebar-icon + ul.sidebar-icon { padding-top: 7px; }
body.bb-v2 #nt_sidebar_body > ul.sidebar-icon > li { padding: 0 4px !important; border: 0 !important; }
body.bb-v2 #nt_sidebar_body > ul.sidebar-icon a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; height: 58px; min-height: 58px; padding: 0 !important; border: 1px solid var(--bb-border); border-radius: 7px; background: #f8f9fa; color: #53606d; font-size: 10px; line-height: 1 !important; text-align: center; text-decoration: none; }
body.bb-v2 #nt_sidebar_body > ul.sidebar-icon i { display: block; margin: 0; color: var(--bb-navy); font-size: 15px; line-height: 1 !important; }
body.bb-v2 #nt_sidebar_body > .mt-n1 { margin: 12px 16px 0 !important; }
body.bb-v2 #nt_sidebar_body > .mt-n1 > .btn-group { gap: 6px; }
body.bb-v2 #nt_sidebar_body > .mt-n1 > .btn-group > .btn { display: inline-flex; align-items: center; justify-content: center; height: 38px; min-height: 38px; padding: 0 8px; border: 1px solid var(--bb-border) !important; border-radius: 6px !important; background: #fff !important; color: #42505d !important; font-size: 11px; font-weight: 650; line-height: 1 !important; text-align: center; }
body.bb-v2 #nt_sidebar_body > .mt-n1 > .btn-group > .btn:first-child { border-color: var(--bb-navy) !important; background: var(--bb-navy) !important; color: #fff !important; }
body.bb-v2 #sidebar-menu { margin-top: 14px; }
body.bb-v2 #nt_sidebar_menu h5 { margin: 0; padding: 14px 18px 9px; color: #858e98; font-size: 10px; font-weight: 750; }
body.bb-v2 #nt_sidebar_menu > .me-ul { border-top: 1px solid var(--bb-border) !important; }
body.bb-v2 #nt_sidebar_menu .me-li { position: relative; border-bottom: 1px solid var(--bb-border); }
body.bb-v2 #nt_sidebar_menu .me-a { display: flex; align-items: center; min-height: 50px; padding: 0 46px 0 18px; color: #2f3944; font-size: 14px; font-weight: 700; line-height: 1.2; }
body.bb-v2 #nt_sidebar_menu .me-a > i { display: none; }
body.bb-v2 #nt_sidebar_menu .tree-toggle { position: absolute; top: 0; right: 8px; left: auto; z-index: 2; display: flex; align-items: center; justify-content: center; width: 38px; height: 50px; padding: 0 !important; color: #7c8690; line-height: 1 !important; }
body.bb-v2 #nt_sidebar_menu .tree-toggle i { display: block; margin: 0; line-height: 1 !important; }
body.bb-v2 #nt_sidebar_menu .me-ul1 { column-count: 2; column-gap: 0; padding: 4px 14px 12px; background: #f7f8fa; }
body.bb-v2 #nt_sidebar_menu .me-li1 { break-inside: avoid; }
body.bb-v2 #nt_sidebar_menu .me-a1 { display: flex; align-items: center; min-height: 34px; padding: 8px 6px; color: #596570; font-size: 12px; line-height: 1.35; }
body.bb-v2 #nt_sidebar_menu .me-a1 > i { display: none; }

/* Mobile drawer: make every main section read as an actual control. */
body.bb-v2 #nt_sidebar_menu > .me-ul { padding: 4px 10px 16px; border-top: 0 !important; }
body.bb-v2 #nt_sidebar_menu .me-li { margin-top: 7px; border: 1px solid var(--bb-border); border-radius: 7px; background: #fff; overflow: hidden; }
body.bb-v2 #nt_sidebar_menu .me-li:hover { border-color: var(--bb-border-strong); background: #fafbfc; }
body.bb-v2 #nt_sidebar_menu .me-a { min-height: 46px; padding: 0 48px 0 13px; }
body.bb-v2 #nt_sidebar_menu .tree-toggle { top: 6px; right: 7px; width: 34px; height: 34px; border: 1px solid var(--bb-border); border-radius: 6px; background: var(--bb-surface); color: var(--bb-navy); }
body.bb-v2 #nt_sidebar_menu .me-ul1 { padding: 7px 10px 10px; border-top: 1px solid var(--bb-border); background: #f8fafb; }
body.bb-v2 #nt_sidebar_menu .me-a1 { min-height: 32px; padding: 7px 6px; border-radius: 4px; }
body.bb-v2 #nt_sidebar_menu .me-a1:hover { background: #fff; color: var(--bb-primary); text-decoration: none; }
body.bb-v2 #nt_sidebar_body > ul.sidebar-icon a:hover,
body.bb-v2 #nt_sidebar_body > .mt-n1 > .btn-group > .btn:hover { border-color: var(--bb-border-strong) !important; background: #f2f5f8 !important; text-decoration: none; }

/* Independent member and utility pages. */
body.bb-page-member:not(.bb-page-login) #nt_body > .nt-container,
body.bb-page-utility #nt_body > .nt-container { width: calc(100% - 32px); max-width: 940px; margin: 30px auto 54px !important; padding: 0 !important; }
body.bb-page-member:not(.bb-page-login) #nt_body > .nt-container > .na-row,
body.bb-page-utility #nt_body > .nt-container > .na-row { display: block !important; margin-right: 0 !important; margin-left: 0 !important; }
body.bb-page-member:not(.bb-page-login) #nt_body > .nt-container > .na-row > .na-col,
body.bb-page-utility #nt_body > .nt-container > .na-row > .na-col { width: 100% !important; max-width: 100% !important; padding-right: 0 !important; padding-left: 0 !important; }
body.bb-page-member:not(.bb-page-login) #nt_body > .nt-container > .na-row > .na-col + .na-col,
body.bb-page-utility #nt_body > .nt-container > .na-row > .na-col + .na-col { display: none !important; }
body.bb-page-member:not(.bb-page-login) .frm_input,
body.bb-page-utility .frm_input,
body.bb-page-member:not(.bb-page-login) select,
body.bb-page-utility select { min-height: 42px; border: 1px solid var(--bb-border-strong) !important; border-radius: 5px !important; background: #fff; color: var(--bb-text); box-shadow: none !important; }
body.bb-page-member:not(.bb-page-login) .frm_input:focus,
body.bb-page-utility .frm_input:focus,
body.bb-page-member:not(.bb-page-login) select:focus,
body.bb-page-utility select:focus { border-color: var(--bb-primary) !important; outline: 2px solid rgba(21, 94, 239, 0.12); outline-offset: 0; }
body.bb-page-member:not(.bb-page-login) .btn_submit,
body.bb-page-utility .btn_submit { min-height: 42px; border: 1px solid var(--bb-navy) !important; border-radius: 5px !important; background: var(--bb-navy) !important; color: #fff !important; font-size: 13px !important; font-weight: 700; box-shadow: none !important; }
body.bb-page-member:not(.bb-page-login) .btn_submit:hover,
body.bb-page-utility .btn_submit:hover { border-color: var(--bb-primary) !important; background: var(--bb-primary) !important; }
body.bb-page-member:not(.bb-page-login) .btn_close,
body.bb-page-member:not(.bb-page-login) .btn_cancel { min-height: 42px; border: 1px solid var(--bb-border-strong) !important; border-radius: 5px !important; background: #fff !important; color: #46515d !important; box-shadow: none !important; }
body.bb-page-member:not(.bb-page-login) .empty_list,
body.bb-page-utility .empty_list { min-height: 160px; padding: 58px 20px !important; border: 1px solid var(--bb-border); border-radius: 8px; background: #fafbfc; color: var(--bb-text-muted); font-size: 13px; text-align: center; }

/* Standalone login keeps Gnuboard auth behavior but uses Breezeburn branding. */
body.bb-page-login { min-height: 100vh; padding: 42px 18px; background: #f5f7f9; }
body.bb-page-login #mb_login { width: min(100%, 420px); margin: 0 auto; text-align: left; }
body.bb-page-login #mb_login .mbskin_box { border: 1px solid var(--bb-border); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(11, 36, 68, 0.09); overflow: hidden; }
body.bb-page-login .bb-auth-brand { display: flex; align-items: center; gap: 11px; padding: 28px 30px 8px; color: var(--bb-navy); text-decoration: none; }
body.bb-page-login .bb-auth-brand-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 8px; background: #fff; overflow: hidden; }
body.bb-page-login .bb-auth-brand-icon img { display: block; width: 39px; height: 39px; object-fit: cover; }
body.bb-page-login .bb-auth-brand-copy { display: flex; flex-direction: column; min-width: 0; }
body.bb-page-login .bb-auth-brand-copy strong { color: var(--bb-navy); font-size: 17px; line-height: 1.2; font-weight: 800; }
body.bb-page-login .bb-auth-brand-copy small { margin-top: 3px; color: var(--bb-text-muted); font-size: 9px; line-height: 1.25; }
body.bb-page-login .bb-auth-intro { margin: 0; padding: 0 30px 22px; border-bottom: 1px solid var(--bb-border); color: var(--bb-text-muted); font-size: 12px; }
body.bb-page-login .mb_log_cate { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 22px 30px 0; }
body.bb-page-login .mb_log_cate h2,
body.bb-page-login .mb_log_cate .join { float: none; width: auto; padding: 0; }
body.bb-page-login .mb_log_cate h2 { color: var(--bb-text); font-size: 20px; font-weight: 750; text-align: left; }
body.bb-page-login .mb_log_cate .join { border-bottom: 1px solid var(--bb-border-strong); background: transparent; color: var(--bb-primary); font-size: 12px; font-weight: 650; text-align: right; }
body.bb-page-login #login_fs { padding: 18px 30px 30px; }
body.bb-page-login #login_fs .frm_input { height: 44px; margin-bottom: 9px; padding: 0 13px; border: 1px solid var(--bb-border-strong) !important; border-radius: 5px !important; background: #fff; box-shadow: none !important; }
body.bb-page-login #login_fs .frm_input:focus { border-color: var(--bb-primary) !important; outline: 2px solid rgba(21, 94, 239, 0.12); }
body.bb-page-login #login_fs .btn_submit { height: 44px; margin: 3px 0 15px; border: 1px solid var(--bb-navy) !important; border-radius: 5px !important; background: var(--bb-navy) !important; color: #fff !important; font-size: 14px; font-weight: 750; }
body.bb-page-login #login_info { color: var(--bb-text-muted); font-size: 11px; }
body.bb-page-login #login_password_lost { padding: 0; border: 0; color: var(--bb-primary); line-height: inherit; }
body.bb-page-login .bb-auth-home { display: table; margin: 17px auto 0; color: #65707c; font-size: 11px; text-decoration: none; }
body.bb-page-login .bb-auth-home:hover { color: var(--bb-primary); }

/* Registration and account recovery. */
body.bb-page-register .register,
body.bb-page-register-form #register_form,
body.bb-page-register-result #reg_result,
body.bb-page-member-confirm .mbskin { max-width: 820px; margin: 0 auto; }
body.bb-page-register #fregister > p { height: auto; min-height: 50px; margin: 0 0 16px; padding: 14px 16px; border: 1px solid var(--bb-border); border-left: 3px solid var(--bb-primary); border-radius: 6px; background: #f8fafc; color: #43505d; font-size: 13px; line-height: 1.55; text-align: left; }
body.bb-page-register #fregister > p::before { display: none; }
body.bb-page-register #fregister section { margin: 0 0 14px; border: 1px solid var(--bb-border); border-radius: 7px; overflow: hidden; }
body.bb-page-register #fregister h2 { padding: 17px 18px; border-bottom: 1px solid var(--bb-border); color: var(--bb-text); font-size: 15px; }
body.bb-page-register #fregister textarea { height: 170px; padding: 18px; color: #58636f; font-size: 12px; line-height: 1.7; resize: vertical; }
body.bb-page-register #fregister_private > div { padding: 16px; overflow-x: auto; }
body.bb-page-register .fregister_terms table { min-width: 620px; font-size: 12px; }
body.bb-page-register .fregister_terms table th { background: #f7f9fb; }
body.bb-page-register #fregister_chkall { min-height: 48px; margin: 14px 0; border-color: var(--bb-border); border-radius: 6px; background: #f7f9fb; line-height: 48px; }
body.bb-page-register .btn_confirm { display: flex; gap: 8px; }
body.bb-page-register .btn_confirm .btn_close,
body.bb-page-register .btn_confirm .btn_submit,
body.bb-page-register-form .btn_confirm .btn_close,
body.bb-page-register-form .btn_confirm .btn_submit { display: flex !important; align-items: center; justify-content: center; float: none; flex: 1; width: auto; height: 50px !important; min-height: 50px !important; margin: 0; padding: 0 !important; font-size: 13px !important; line-height: 1 !important; text-align: center; }
body.bb-page-register-form .btn_confirm { display: flex; gap: 8px; }
body.bb-page-password-lost #find_info { display: flex; gap: 12px; max-width: 760px; margin: 0 auto; }
body.bb-page-password-lost #find_info .new_win_con { float: none; flex: 1; width: auto; padding: 24px; border: 1px solid var(--bb-border); border-radius: 8px; background: #fff; }
body.bb-page-password-lost #find_info.cert .new_win_con:nth-child(2) { margin-left: 0; }
body.bb-page-password-lost #find_info h3 { display: block; margin: 0 0 14px; color: var(--bb-text); font-size: 17px; text-align: left; }
body.bb-page-password-lost #find_info p { margin: 0 0 13px; color: var(--bb-text-muted); font-size: 12px; line-height: 1.65; }
body.bb-page-password-lost #find_info #mb_email { width: 100%; margin: 0 0 10px; padding: 0 12px; }
body.bb-page-password-lost #find_info .captcha { margin-top: 4px; }
body.bb-page-password-lost #find_info .win_btn { margin-top: 15px; }
body.bb-page-password-lost #find_info .win_btn .btn_submit,
body.bb-page-password-lost #find_info .find_btn .btn_submit { width: 100%; }

/* FAQ accordion and search. */
body.bb-page-faq #faq_sch { margin: 0 0 14px; padding: 16px; border: 1px solid var(--bb-border); border-radius: 7px; background: #f8fafb; text-align: left; }
body.bb-page-faq #faq_sch form { display: flex; gap: 7px; max-width: 520px; }
body.bb-page-faq #faq_sch .frm_input { flex: 1; width: auto; min-width: 0; padding: 0 12px; }
body.bb-page-faq #faq_sch .btn_submit { flex: 0 0 84px; width: 84px; }
body.bb-page-faq #bo_cate { margin: 0 0 16px; }
body.bb-page-faq #bo_cate ul { display: flex; flex-wrap: wrap; gap: 6px; }
body.bb-page-faq #bo_cate li { padding: 0; }
body.bb-page-faq #bo_cate a { min-height: 34px; padding: 7px 12px; border: 1px solid var(--bb-border); border-radius: 5px; color: #52606d; font-size: 11px; line-height: 18px; }
body.bb-page-faq #bo_cate #bo_cate_on { border-color: var(--bb-navy); background: var(--bb-navy); color: #fff; box-shadow: none; }
body.bb-page-faq #faq_wrap { margin: 0 0 30px; }
body.bb-page-faq #faq_con ol { border-top: 2px solid var(--bb-text); }
body.bb-page-faq #faq_con li { border-bottom: 1px solid var(--bb-border); }
body.bb-page-faq #faq_con li:first-child { border-top: 0; }
body.bb-page-faq #faq_con li h3 { min-height: 58px; padding: 17px 52px 16px 47px; line-height: 1.55; }
body.bb-page-faq #faq_con li h3 .tit_bg { top: 17px; left: 13px; color: var(--bb-primary); font-size: 15px; font-weight: 800; }
body.bb-page-faq #faq_con li h3 a { color: var(--bb-text); font-size: 14px; font-weight: 700; text-decoration: none; }
body.bb-page-faq #faq_con li h3 .tit_btn { top: 13px; right: 11px; width: 34px; height: 34px; border: 1px solid var(--bb-border); border-radius: 5px; background: #fff; color: #7a8590; }
body.bb-page-faq #faq_con li h3 .tit_btn { top: 50% !important; display: grid; place-items: center; padding: 0 !important; font-size: 13px !important; line-height: 1 !important; transform: translateY(-50%); }
body.bb-page-faq #faq_con li h3 .tit_btn i,
body.bb-page-faq #faq_con .con_inner .closer_btn i { display: block; margin: 0; font-size: 13px !important; line-height: 1 !important; }
body.bb-page-faq #faq_con li h3.faq_li_open a { color: var(--bb-primary); }
body.bb-page-faq #faq_con .con_inner { padding: 18px 48px 22px; border-top: 1px solid var(--bb-border); background: #f8fafb; color: #4f5b67; font-size: 13px; line-height: 1.75; }
body.bb-page-faq #faq_con .con_inner p { margin: 0 0 8px; }
body.bb-page-faq #faq_con .con_inner .closer_btn { top: 14px; right: 11px; width: 32px; height: 32px; border-radius: 5px; background: transparent; }

/* Search, recent posts, and 1:1 inquiry utility surfaces. */
body.bb-page-search #sch_res_detail,
body.bb-page-new #new_sch { margin: 0 0 18px; padding: 16px; border: 1px solid var(--bb-border); border-radius: 7px; background: #f8fafb; text-align: left; }
body.bb-page-search #sch_res_detail select,
body.bb-page-new #new_sch select { width: 165px; padding: 0 10px; }
body.bb-page-search #sch_res_detail .sch_wr { display: inline-flex; gap: 7px; vertical-align: middle; }
body.bb-page-search #sch_res_detail .frm_input,
body.bb-page-new #new_sch .frm_input { width: 280px; padding: 0 12px; }
body.bb-page-search #sch_res_detail .btn_submit,
body.bb-page-new #new_sch .btn_submit { width: 78px; }
body.bb-page-search .switch_field { display: inline-flex; align-items: stretch; height: 45px; padding: 0 0 0 7px; vertical-align: middle; }
body.bb-page-search .switch_field label { display: flex; align-items: center; justify-content: center; width: 48px; height: 45px; margin: 0; padding: 0; border-color: var(--bb-border-strong); font-size: 13px; line-height: 1; box-shadow: none; }
body.bb-page-search .switch_field input:checked + label { border-color: var(--bb-navy); background: var(--bb-navy); }
body.bb-page-search #sch_res_ov { height: auto; min-height: 54px; padding: 15px 17px; border: 1px solid var(--bb-border); border-radius: 7px; background: #f6f8fa; line-height: 1.5; }
body.bb-page-search #sch_res_ov h2,
body.bb-page-search #sch_res_ov ul { float: none; margin: 0; }
body.bb-page-search #sch_res_ov h2 { font-size: 15px; font-weight: 700; }
body.bb-page-search #sch_res_ov ul { display: flex; flex-wrap: wrap; gap: 5px 12px; margin-top: 7px; color: var(--bb-text-muted); }
body.bb-page-search #sch_res_ov li { margin: 0; padding: 0; border: 0; }
body.bb-page-search #sch_res_board { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 22px; }
body.bb-page-search #sch_res_board li { padding: 0; }
body.bb-page-search #sch_res_board a { padding: 7px 12px; border-color: var(--bb-border); border-radius: 5px; color: #52606d; font-size: 11px; line-height: 18px; }
body.bb-page-search #sch_res_board .sch_on { border-color: var(--bb-navy); background: var(--bb-navy); color: #fff; box-shadow: none; }
body.bb-page-search .sch_res_list .search_board_result { margin-bottom: 27px; }
body.bb-page-search .sch_res_list h2 { margin-bottom: 10px; color: var(--bb-text); font-size: 15px; }
body.bb-page-search .sch_res_list ul { border-top: 2px solid var(--bb-text); }
body.bb-page-search .sch_res_list li { border-color: var(--bb-border); }
body.bb-page-search .sch_res_list .sch_tit { padding-top: 15px; }
body.bb-page-search .sch_res_title { font-size: 14px; font-weight: 700; }
body.bb-page-search .sch_res_list p { color: var(--bb-text-muted); font-size: 12px; }
body.bb-page-search .sch_res_list .sch_info { color: #7b8590; font-size: 11px; }
body.bb-page-new #new_sch form { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
body.bb-page-new #new_sch p { flex-basis: 100%; margin: 0; padding: 2px 0 0; color: var(--bb-text-muted); font-size: 11px; text-align: left; }
body.bb-page-new #fnewlist .tbl_wrap,
body.bb-page-qa #bo_list .tbl_wrap { border-top: 2px solid var(--bb-text); overflow-x: auto; }
body.bb-page-new #fnewlist table,
body.bb-page-qa #bo_list table { min-width: 720px; }
body.bb-page-new #fnewlist th,
body.bb-page-qa #bo_list th { padding: 11px 8px; border-color: var(--bb-border); background: #fafbfc; color: #69737e; font-size: 10px; font-weight: 650; }
body.bb-page-new #fnewlist td,
body.bb-page-qa #bo_list td { padding: 12px 8px; border-color: var(--bb-border); font-size: 12px; }
body.bb-page-qa #bo_btn_top { min-height: 46px; margin-bottom: 0; border-bottom: 2px solid var(--bb-text); }
body.bb-page-qa #bo_list_total { color: var(--bb-text-muted); font-size: 11px; }
body.bb-page-qa .btn_bo_user .btn { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--bb-border) !important; border-radius: 5px !important; background: #fff !important; color: var(--bb-navy) !important; box-shadow: none !important; }

/* Member form helper and CAPTCHA controls use one alignment baseline. */
body.bb-page-register-form #fregisterform .tooltip_icon { display: inline-grid !important; place-items: center; width: 22px; height: 22px; margin: 0 0 0 4px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #9aa5b1; font-size: 16px !important; line-height: 1 !important; vertical-align: middle; }
body.bb-page-register-form #fregisterform .tooltip_icon i { display: block; margin: 0; font-size: inherit; line-height: 1; }
body.bb-page-register-form #fregisterform .register_form_inner li.chk_box { display: flex; align-items: center; flex-wrap: nowrap; gap: 5px; }
body.bb-page-register-form #fregisterform .register_form_inner li.chk_box .chk_li { flex: 1; min-width: 0; padding-left: 7px; }
body.bb-page-register-form #fregisterform .register_form_inner li.chk_box .tooltip_icon { flex: 0 0 22px; margin-left: auto; }
body.bb-page-password-lost #find_info .captcha,
body.bb-page-register-form #fregisterform .captcha { display: flex !important; align-items: center; flex-wrap: wrap; gap: 4px; }
body.bb-page-password-lost #find_info .captcha img,
body.bb-page-password-lost #find_info .captcha input,
body.bb-page-password-lost #find_info .captcha button,
body.bb-page-register-form #fregisterform .captcha img,
body.bb-page-register-form #fregisterform .captcha input,
body.bb-page-register-form #fregisterform .captcha button { height: 40px !important; margin: 0 !important; vertical-align: top; }
body.bb-page-password-lost #find_info .captcha input,
body.bb-page-register-form #fregisterform .captcha input { width: 90px !important; border: 1px solid var(--bb-border-strong) !important; border-radius: 5px !important; }
body.bb-page-password-lost #find_info .captcha button,
body.bb-page-register-form #fregisterform .captcha button { display: grid; place-items: center; flex: 0 0 40px; width: 40px !important; padding: 0 !important; border: 1px solid var(--bb-border-strong) !important; border-radius: 5px !important; background-color: #eef1f4 !important; color: var(--bb-navy) !important; line-height: 1 !important; }
body.bb-page-password-lost #find_info .captcha button i,
body.bb-page-register-form #fregisterform .captcha button i { margin: 0; line-height: 1; }
body.bb-page-password-lost #find_info .captcha #captcha_info,
body.bb-page-register-form #fregisterform .captcha #captcha_info { flex-basis: 100%; margin-top: 3px; }

/* Dedicated board skins that do not use BS4-Basic-List. */
.bb-special-board-titlebar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 34px 0 20px; }
.bb-special-board-heading h1 { margin: 0; color: var(--bb-text); font-size: 27px; line-height: 1.35; font-weight: 750; }
.bb-special-board-heading p { margin: 7px 0 0; color: var(--bb-text-muted); font-size: 13px; }
.bb-special-board-actions { display: flex; gap: 7px; }
.bb-special-board-actions a, .bb-special-board-actions button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 66px; height: 40px; padding: 0 13px; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none; }
.bb-special-board-actions .bb-outline-button { border: 1px solid var(--bb-border); background: #fff; color: #4d5863; }
.bb-special-board-actions .bb-primary-button { border: 1px solid var(--bb-navy); background: var(--bb-navy); color: #fff !important; }
.bb-special-board-actions svg { width: 16px; height: 16px; }
body.bb-board-yellow_ad .briz-yellow-ad-featured { gap: 12px !important; margin-bottom: 20px !important; }
body.bb-board-yellow_ad .briz-yellow-ad-card { min-height: 142px !important; border-color: var(--bb-border) !important; border-radius: 8px !important; box-shadow: none !important; }
body.bb-board-yellow_ad .briz-yellow-ad-card:hover { border-color: var(--bb-primary) !important; box-shadow: 0 8px 22px rgba(18, 24, 32, 0.08) !important; }
body.bb-board-yellow_ad .briz-yellow-ad-thumb { min-height: 142px !important; }
body.bb-board-yellow_ad .briz-yellow-ad-title { font-size: 15px !important; line-height: 1.4 !important; font-weight: 700 !important; }
body.bb-board-yellow_ad .briz-yellow-ad-kicker { color: var(--bb-success) !important; font-size: 10px !important; }
body.bb-v2.bb-board-yellow_ad #bo_list .na-title a.na-subject,
body.bb-v2.bb-board-yellow_ad #bo_list .na-title a.na-subject:visited { font-size: 14px !important; line-height: 1.4 !important; font-weight: 600 !important; }
body.bb-v2.bb-board-yellow_ad #bo_list .na-title a.na-subject .text-muted { font-size: 10px !important; line-height: 1.4 !important; font-weight: 400 !important; }
body.bb-v2.bb-board-yellow_ad #bo_list .sv_wrap,
body.bb-v2.bb-board-yellow_ad #bo_list .sv_guest,
body.bb-v2.bb-board-yellow_ad #bo_list .sv_member,
body.bb-v2.bb-board-yellow_ad #bo_list_total { font-size: 11px !important; line-height: 1.4 !important; }
body.bb-v2.bb-board-yellow_ad #bo_list .na-table-head .d-md-table-cell,
body.bb-v2.bb-board-yellow_ad #bo_list .list-head { font-size: 10px !important; }
body.bb-v2.bb-board-yellow_ad .briz-yellow-ad-meta,
body.bb-v2.bb-board-yellow_ad .briz-yellow-ad-cta { font-size: 11px !important; }
body.bb-board-yellow_ad #bo_cate,
body.bb-board-yellow_ad .briz-yellow-filter {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 !important;
  padding: 9px 0 !important;
}
body.bb-board-yellow_ad #bo_cate { margin-top: 5px !important; border-top: 1px solid var(--bb-border); border-bottom: 1px solid #f0f2f4; }
body.bb-board-yellow_ad #bo_cate::before {
  content: "지역";
  align-self: center;
  color: var(--bb-text-muted);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
}
body.bb-board-yellow_ad #bo_cate > .px-3 { min-width: 0; padding: 0 !important; }
body.bb-board-yellow_ad #bo_cate .d-flex { align-items: center; min-width: 0; }
body.bb-board-yellow_ad #bo_cate hr { display: none; }
body.bb-board-yellow_ad #bo_cate .sly-btn.disabled { display: none !important; }
body.bb-board-yellow_ad .briz-yellow-filter { margin-bottom: 20px !important; border-bottom: 1px solid var(--bb-border); }
body.bb-board-yellow_ad .briz-yellow-filter-label { align-self: center; color: var(--bb-text-muted); font-size: 10px; line-height: 1.4; letter-spacing: 0; }
body.bb-board-yellow_ad .briz-yellow-filter-list { gap: 6px; min-width: 0; }
body.bb-board-yellow_ad .briz-yellow-filter-pill { height: 33px; padding: 0 12px; border-color: var(--bb-border); border-radius: 5px; font-size: 11px; }
body.bb-board-yellow_ad .briz-yellow-filter-pill.active { border-color: var(--bb-navy); background: var(--bb-navy); }
body.bb-board-yellow_ad #bo_btn_top { min-height: 48px; padding: 8px 0; border-bottom: 2px solid var(--bb-text); }
body.bb-board-yellow_ad #bo_btn_top > .d-sm-flex > .text-right > button[data-target="#bo_search"],
body.bb-board-yellow_ad #bo_btn_top > .d-sm-flex > .text-right > a.btn-primary { display: none !important; }
body.bb-board-yellow_ad #bo_list .na-table-head { border: 0 !important; border-bottom: 1px solid var(--bb-border) !important; background: #fafbfc; }
body.bb-board-yellow_ad #bo_list .na-table > li { min-height: 58px; border-color: var(--bb-border) !important; }

body.bb-v2 .briz-board-top,
body.bb-v2 .briz-form-panel,
body.bb-v2 .briz-view-panel { border-color: var(--bb-border) !important; border-radius: 8px !important; box-shadow: none !important; }
body.bb-v2 .briz-board-top { padding: 20px !important; }
body.bb-v2 .briz-board-copy h2 { font-size: 27px !important; letter-spacing: 0 !important; }
body.bb-v2 .briz-board-copy p { margin-top: 7px !important; font-size: 13px; line-height: 1.55; }
body.bb-v2 .briz-write-btn,
body.bb-v2 .briz-board-actions button { min-height: 40px !important; padding: 0 13px !important; border-radius: 6px !important; background: var(--bb-navy) !important; font-size: 12px; }
body.bb-v2 .briz-write-btn { color: #fff !important; }
body.bb-v2 .briz-board-actions .btn_bo_sch { border: 1px solid var(--bb-border) !important; background: #fff !important; color: #4d5863 !important; }
body.bb-v2 .briz-board-search form { border-color: var(--bb-border) !important; border-radius: 8px !important; }
body.bb-v2 .briz-board-search select,
body.bb-v2 .briz-board-search input { min-height: 40px !important; border-radius: 6px !important; }
body.bb-v2 .briz-region-filter a { min-height: 33px !important; padding: 0 12px !important; border-color: var(--bb-border) !important; border-radius: 5px !important; font-size: 11px !important; }
body.bb-v2 .briz-region-filter a.is-active { border-color: var(--bb-navy) !important; background: var(--bb-navy) !important; }
body.bb-v2 .briz-classified-grid { gap: 12px !important; }
body.bb-v2 .briz-classified-card { padding: 16px !important; border-color: var(--bb-border) !important; border-radius: 8px !important; box-shadow: none !important; }
body.bb-v2 .briz-classified-card:hover { border-color: var(--bb-primary) !important; }
body.bb-v2 .briz-card-title { font-size: 16px !important; letter-spacing: 0 !important; }
body.bb-v2 .briz-card-body { min-height: 70px !important; font-size: 12px; line-height: 1.6 !important; }
body.bb-v2 .briz-chip { padding: 5px 8px !important; border-radius: 5px !important; font-size: 10px !important; }

body.bb-v2 .hoju-news-list-head,
body.bb-v2 .hoju-news-view-head { padding: 20px !important; border-color: var(--bb-border) !important; border-radius: 8px !important; background: #fff !important; box-shadow: none !important; }
body.bb-v2 .hoju-news-list-head h2,
body.bb-v2 .hoju-news-view-head h1 { font-size: 27px !important; }
body.bb-v2 .hoju-news-card,
body.bb-v2 .hoju-news-empty,
body.bb-v2 .hoju-news-section,
body.bb-v2 .hoju-news-info-card,
body.bb-v2 .hoju-news-summary { border-color: var(--bb-border) !important; border-radius: 8px !important; background: #fff !important; box-shadow: none !important; }
body.bb-v2 .hoju-news-card { padding: 16px !important; }
body.bb-v2 .hoju-news-card h3 { font-size: 17px !important; }
body.bb-v2 .hoju-news-card-tags span,
body.bb-v2 .hoju-news-tags span { border-radius: 5px !important; }

@media (max-width: 1040px) {
  .bb-quick-links { grid-template-columns: repeat(3, 1fr); }
  .bb-quick-links > a { border-top: 1px solid var(--bb-border); }
  .bb-quick-links > a:nth-child(-n+3) { border-top: 0; }
  .bb-quick-links > a:nth-child(4) { border-left: 0; }
  .bb-content-layout { grid-template-columns: minmax(0, 1fr) 285px; gap: 26px; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-header-main { grid-template-columns: 170px minmax(0, 1fr) auto; gap: 10px; }
  .bb-brand-icon { width: 34px; height: 34px; }
  .bb-brand-copy strong { font-size: 16px; }
  .bb-brand-copy small { display: none; }
  body.bb-v2 #nt_menu .me-a,
  body.bb-v2 #nt_menu .me-list .me-a { padding: 0 5px !important; font-size: 12px; }
  .bb-write-button { padding: 0 9px; }
}

@media (max-width: 991.98px) {
  body.bb-v2 #nt_lnb, body.bb-v2 #header_pc { display: none !important; }
  body.bb-v2 #header_mo { display: block !important; }
  .bb-footer-inner { grid-template-columns: 1fr; gap: 13px; padding-top: 24px; padding-bottom: 24px; }
  .bb-footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .bb-footer-copy { white-space: normal; }
}

@media (max-width: 767.98px) {
  body.bb-v2.bb-page-calculator #nt_body > .nt-container > .na-row > .na-col + .na-col {
    display: none !important;
  }

  html, body.bb-v2 { max-width: 100%; overflow-x: hidden; }
  body.bb-v2 { padding-bottom: calc(62px + env(safe-area-inset-bottom)); font-size: 14px; }
  body.bb-v2 #nt_sticky_wrap { top: 0; }
  body.bb-v2 #nt_menu { display: none !important; }
  body.bb-v2 #nt_title { height: 42px; min-height: 42px; }
  body.bb-v2 #nt_title .page-title { font-size: 18px !important; }
  body.bb-v2 #nt_title .nt-container { padding-right: 14px !important; padding-left: 14px !important; }
  body.bb-board-page #nt_body > .nt-container { width: calc(100% - 24px); margin: 20px auto 36px !important; padding: 0 !important; }
  .bb-shell { width: calc(100% - 24px); }
  .bb-local-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; min-height: 106px; padding-top: 16px; padding-bottom: 16px; }
  .bb-local-links { width: 100%; justify-content: space-between; gap: 8px; }
  .bb-quick-section { padding-top: 24px; padding-bottom: 24px; }
  .bb-section-heading h1, .bb-feed-header h2 { font-size: 20px; }
  .bb-section-heading > a { display: none; }
  .bb-quick-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bb-quick-links > a { min-height: 76px; border-top: 1px solid var(--bb-border); }
  .bb-quick-links > a:nth-child(-n+2) { border-top: 0; }
  .bb-quick-links > a:nth-child(3), .bb-quick-links > a:nth-child(5) { border-left: 0; }
  .bb-quick-links > a:nth-child(4) { border-left: 1px solid var(--bb-border); }
  .bb-content-layout { grid-template-columns: 1fr; gap: 26px; padding-top: 28px; padding-bottom: 28px; }
  .bb-feed-item { min-height: 76px; padding-right: 0; }
  .bb-feed-item h3 { font-size: 14px; }
  .bb-feed-item p { display: none; }
  .bb-rank { display: none; }
  .bb-post-meta { gap: 9px; }
  .bb-home-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .bb-side-card:first-child, .bb-sponsored { grid-column: 1 / -1; }
  .bb-board-blocks { grid-template-columns: 1fr; gap: 12px; padding-bottom: 38px; }
  .bb-board-block li a { grid-template-columns: 68px minmax(0, 1fr) auto 48px; min-height: 40px; }
  body.bb-board-list #bo_list .d-block.d-md-none.bg-primary { background: var(--bb-text) !important; }
  body.bb-board-list #bo_list ul.na-table > li { min-height: 68px; padding: 11px 10px !important; }
  body.bb-board-list #bo_list .na-subject { display: block; font-size: 14px; line-height: 1.45; }
  body.bb-board-list #bo_list .float-left,
  body.bb-board-list #bo_list .float-right { margin-top: 5px; color: #7d8690 !important; font-size: 10px !important; }
  body.bb-board-list #nt_body > .nt-container { margin-bottom: 42px !important; }
  .bb-board-shell { padding-top: 25px; }
  .bb-board-tabs { margin-right: -2px; margin-left: -2px; }
  .bb-board-list-head { display: none; }
  .bb-board-row { grid-template-columns: 38px minmax(0, 1fr); gap: 8px; min-height: 84px; padding: 12px 0; }
  .bb-board-index { align-self: start; padding-top: 4px; }
  .bb-board-author, .bb-board-date, .bb-board-views { display: none; }
  .bb-board-subject h2 { font-size: 14px; }
  .bb-board-subject h2 > a { display: -webkit-box; overflow: hidden; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .bb-board-subject p { display: none; }
  .bb-board-mobile-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; margin-top: 7px; color: #8a929b; font-size: 9px; }
  .bb-board-mobile-meta .sv_wrap, .bb-board-mobile-meta .sv_guest { display: inline; width: auto; text-align: left !important; }
  body.bb-board-view #bo_v { max-width: 100%; }
  body.bb-board-view #bo_v > header { padding: 16px 0 14px !important; }
  body.bb-board-view #bo_v_title { font-size: 23px; }
  body.bb-board-view #bo_v_con { padding: 25px 0 32px !important; font-size: 15px; line-height: 1.75; }
  body.bb-board-yellow_ad.bb-board-view #bo_v > header { padding: 22px 0 17px !important; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_title { font-size: 23px; line-height: 1.42; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:first-child { padding: 0 0 14px !important; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_info > div:nth-child(2) { min-height: 43px; padding: 7px 0 !important; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_con { padding: 26px 0 34px !important; font-size: 15px; line-height: 1.76; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_con h1 { font-size: 22px; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_con h2 { font-size: 19px; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_con img { margin-bottom: 24px; }
  body.bb-board-yellow_ad.bb-board-view #bo_v_data li { min-height: 52px; }
  body.bb-board-yellow_ad.bb-board-view #bo_v > .clearfix.pt-2 { padding-top: 13px !important; }
  body.bb-board-view #bo_v.bb-post-view { max-width: 100%; }
  body.bb-board-view .bb-post-header { padding: 22px 0 17px !important; }
  body.bb-board-view .bb-post-view #bo_v_title { margin-bottom: 16px; font-size: 23px !important; line-height: 1.42 !important; }
  .bb-post-author-row { align-items: flex-start; flex-direction: column; gap: 14px; }
  .bb-post-actions { justify-content: flex-start; width: 100%; }
  .bb-post-actions > .btn,
  .bb-post-actions .btn-group > .btn,
  .bb-post-action,
  .bb-post-copy { min-height: 36px; padding: 0 10px !important; }
  body.bb-board-view .bb-post-body,
  body.bb-board-view .bb-post-view #bo_v_con { min-height: 160px; padding: 26px 0 34px !important; font-size: 15px !important; line-height: 1.76 !important; }
  body.bb-board-view .bb-post-body h1 { font-size: 22px; }
  body.bb-board-view .bb-post-body h2 { font-size: 19px; }
  body.bb-board-view .bb-post-body img { margin-bottom: 24px; }
  .bb-post-like-row { padding: 20px 0; }
  .bb-post-like { min-height: 42px; }
  body.bb-board-view .bb-post-data li { min-height: 52px; }
  .bb-post-navigation a { grid-template-columns: 46px minmax(0, 1fr); gap: 8px; padding: 8px 0; }
  .bb-post-navigation time { display: none; }
  .bb-post-bottom-actions { padding-top: 13px !important; }
  .bb-classified-summary { grid-template-columns: 1fr; }
  .bb-classified-summary > div { padding: 13px 0; border-top: 1px solid var(--bb-border); border-left: 0; }
  .bb-classified-summary > div:first-child { border-top: 0; }
  .bb-classified-details { grid-template-columns: 1fr; }
  .bb-classified-details > div { grid-template-columns: 92px minmax(0, 1fr); padding: 10px 0; }
  .bb-classified-details > div:nth-child(even) { border-left: 0; }
  .bb-mobile-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; display: grid !important; grid-template-columns: repeat(5, 1fr); height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--bb-border); background: rgba(255, 255, 255, 0.98); }
  .bb-mobile-bottom-nav a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: #747d87; font-size: 9px; text-decoration: none; }
  .bb-mobile-bottom-nav a.is-active { color: var(--bb-primary); }
  .bb-mobile-bottom-nav .bb-mobile-write { align-self: center; justify-self: center; width: 44px; height: 44px; border-radius: 50%; background: var(--bb-navy); color: #fff; }
  .bb-mobile-bottom-nav svg { width: 19px; height: 19px; }
  body.bb-v2 #nt_footer { padding-bottom: 12px; }
  .bb-special-board-titlebar { align-items: flex-start; flex-direction: column; gap: 14px; padding: 25px 0 16px; }
  .bb-special-board-heading h1 { font-size: 23px; }
  .bb-special-board-heading p { font-size: 12px; }
  .bb-special-board-actions { width: 100%; }
  .bb-special-board-actions a, .bb-special-board-actions button { flex: 1; }
  body.bb-board-yellow_ad .briz-yellow-ad-featured { padding: 0 !important; }
  body.bb-board-yellow_ad .briz-yellow-ad-card { grid-template-columns: 104px minmax(0, 1fr) !important; min-height: 126px !important; }
  body.bb-board-yellow_ad .briz-yellow-ad-thumb { min-height: 126px !important; }
  body.bb-board-yellow_ad #bo_cate,
  body.bb-board-yellow_ad .briz-yellow-filter { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 10px 0 !important; }
  body.bb-board-yellow_ad #bo_cate::before,
  body.bb-board-yellow_ad .briz-yellow-filter-label { align-self: auto; }
  body.bb-board-yellow_ad #bo_cate { margin-top: 2px !important; }
  body.bb-board-yellow_ad .briz-yellow-filter { margin-bottom: 16px !important; }
  body.bb-board-yellow_ad #bo_list ul.na-table > li { min-height: 68px; padding: 11px 10px !important; }
  body.bb-v2 .briz-board-top { align-items: flex-start; padding: 18px 0 !important; border-width: 0 0 1px !important; border-radius: 0 !important; }
  body.bb-v2 .briz-board-copy h2,
  body.bb-v2 .hoju-news-list-head h2,
  body.bb-v2 .hoju-news-view-head h1 { font-size: 23px !important; }
  body.bb-v2 .briz-classified-grid,
  body.bb-v2 .hoju-news-card-grid { grid-template-columns: 1fr !important; }
  body.bb-v2 .hoju-news-list-head,
  body.bb-v2 .hoju-news-view-head { align-items: flex-start; padding: 18px 0 !important; border-width: 0 0 1px !important; border-radius: 0 !important; }
}

@media (max-width: 420px) {
  .bb-local-title span { max-width: 300px; }
  .bb-local-links a { font-size: 11px; }
  .bb-quick-links > a { grid-template-columns: 36px minmax(0, 1fr); gap: 8px; padding: 11px; }
  .bb-quick-icon { width: 34px; height: 34px; }
  .bb-quick-links strong { font-size: 13px; }
  .bb-quick-links small { font-size: 10px; }
  .bb-home-sidebar { display: flex; }
  .bb-board-block ul { padding-right: 12px; padding-left: 12px; }
  .bb-board-block li a { grid-template-columns: 58px minmax(0, 1fr) auto 46px; gap: 6px; }
  .bb-block-stats { gap: 5px; }
  .bb-block-stats > span { min-width: 22px; }
}

@media (max-width: 600px) {
  body.bb-board-list #nt_title { display: none; }
  body.bb-board-list #nt_body > .nt-container { margin-top: 0 !important; }
  body.bb-board-view #nt_title { display: none; }
  body.bb-board-view #nt_body > .nt-container { margin-top: 0 !important; }
  .bb-board-titlebar { align-items: flex-start; flex-direction: column; gap: 14px; padding-bottom: 16px; }
  .bb-board-heading h1 { font-size: 23px; }
  .bb-board-heading p { font-size: 12px; }
  .bb-board-actions { width: 100%; }
  .bb-board-actions a { flex: 1; }
  .bb-board-tabs { padding: 3px; }
  .bb-board-tabs a { min-height: 31px; padding: 0 11px; font-size: 11px; }
  .bb-board-toolbar { align-items: flex-start; flex-direction: column; gap: 8px; padding: 12px 0; }
  .bb-board-filter { width: 100%; }
  .bb-board-filter select { width: 104px; }
  .bb-board-filter input { flex: 1; min-width: 0; width: auto; }
  .bb-board-tools { min-height: 35px; padding-top: 6px; }
}

@media (max-width: 767.98px) {
  body.bb-page-member:not(.bb-page-login) #nt_body > .nt-container,
  body.bb-page-utility #nt_body > .nt-container { width: calc(100% - 24px); margin-top: 20px !important; margin-bottom: 38px !important; }
  body.bb-page-login { padding: 22px 12px; }
  body.bb-page-login .bb-auth-brand { padding: 23px 22px 8px; }
  body.bb-page-login .bb-auth-intro { padding: 0 22px 18px; }
  body.bb-page-login .mb_log_cate { padding: 19px 22px 0; }
  body.bb-page-login #login_fs { padding: 16px 22px 24px; }
  body.bb-page-register #fregister > p { padding: 12px 13px; font-size: 12px; }
  body.bb-page-register #fregister h2 { padding: 15px 48px 15px 14px; font-size: 13px; }
  body.bb-page-register #fregister textarea { height: 145px; padding: 14px; }
  body.bb-page-register #fregister_private > div { padding: 11px; }
  body.bb-page-register .fregister_terms table { min-width: 560px; font-size: 11px; }
  body.bb-page-register #fregister_chkall { padding-left: 12px; font-size: 12px; text-align: left; }
  body.bb-page-password-lost #find_info { flex-direction: column; }
  body.bb-page-password-lost #find_info .new_win_con { padding: 19px; }
  body.bb-page-faq #faq_sch { padding: 12px; }
  body.bb-page-faq #faq_con li h3 { padding: 15px 46px 14px 40px; }
  body.bb-page-faq #faq_con li h3 .tit_bg { top: 15px; left: 10px; }
  body.bb-page-faq #faq_con li h3 .tit_btn { right: 7px; }
  body.bb-page-faq #faq_con .con_inner { padding: 16px 42px 19px 40px; }
  body.bb-page-search #sch_res_detail,
  body.bb-page-new #new_sch { padding: 12px; }
  body.bb-page-search #sch_res_detail select,
  body.bb-page-search #sch_res_detail .sch_wr,
  body.bb-page-new #new_sch select,
  body.bb-page-new #new_sch .frm_input { width: 100%; }
  body.bb-page-search #sch_res_detail .sch_wr { display: flex; margin-top: 7px; }
  body.bb-page-search #sch_res_detail .frm_input { flex: 1; width: auto; min-width: 0; }
  body.bb-page-search .switch_field { display: flex; width: max-content; height: 45px; margin-top: 9px; padding: 0; }
  body.bb-page-new #new_sch form { align-items: stretch; }
  body.bb-page-new #new_sch .btn_submit { flex: 0 0 72px; width: 72px !important; white-space: nowrap; }
  body.bb-page-new #new_sch .frm_input { flex: 1 1 0; width: 0; min-width: 0; }
  body.bb-page-search #sch_res_ov { padding: 13px; }
  body.bb-page-search .sch_res_list p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}

[data-bb-ajax-board] { position: relative; }
[data-bb-ajax-board].is-loading { min-height: 180px; opacity: 0.58; pointer-events: none; }
[data-bb-ajax-board].is-loading::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 32%;
  height: 2px;
  background: var(--bb-primary);
  content: "";
  animation: bb-board-loading 0.85s ease-in-out infinite alternate;
}

@keyframes bb-board-loading {
  from { transform: translateX(0); }
  to { transform: translateX(210%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* Typography scale alignment with the approved community reference, 2026-07-18. */
body.bb-v2 {
  font-size: 16px !important;
  line-height: 1.6;
}

/* Keep content headings on the same face as the rest of the renewed UI. */
body.bb-v2 h1,
body.bb-v2 h2,
body.bb-v2 h3,
body.bb-v2 h4,
body.bb-v2 h5,
body.bb-v2 h6,
body.bb-v2 .bb-section-heading h1,
body.bb-v2 .bb-feed-header h2,
body.bb-v2 .bb-feed-item h3,
body.bb-v2 .bb-side-heading h2,
body.bb-v2 .bb-guide-card h2,
body.bb-v2 .bb-block-heading h2,
body.bb-v2 .bb-quick-links strong,
body.bb-v2 .bb-board-block li strong,
body.bb-v2 .bb-special-board-heading h1,
body.bb-v2 .briz-board-copy h2,
body.bb-v2 .hoju-news-list-head h2,
body.bb-v2 .hoju-news-view-head h1,
body.bb-v2 .hoju-news-card h3 {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important;
  letter-spacing: 0 !important;
}

/* Shared header, navigation, and page chrome. */
body.bb-v2 #nt_lnb a { font-size: 12px; }
body.bb-v2 #nt_menu .me-a,
body.bb-v2 #nt_menu .me-list .me-a {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
body.bb-v2 #nt_menu .sub-1da { font-size: 14px; }
.bb-write-button,
.bb-search-form button { font-size: 14px; }
.bb-search-form input { font-size: 14px; }
body.bb-v2 #nt_title .breadcrumb { font-size: 12px; }

/* Homepage. */
.bb-local-title span { font-size: 13px; }
.bb-local-links a { font-size: 14px; }
.bb-section-heading > a { font-size: 13px; }
.bb-eyebrow { font-size: 12px; }
.bb-quick-links strong { font-size: 15px; }
.bb-quick-links small { font-size: 12px; }
.bb-segmented button { font-size: 14px; }
.bb-notice-row span { font-size: 12px; }
.bb-notice-row strong { font-size: 14px; }
.bb-category { font-size: 12px; }
.bb-feed-item h3 { font-size: 16px; }
.bb-feed-item h3 b { font-size: 12px; }
.bb-feed-item p { font-size: 13px; }
.bb-post-meta { font-size: 12px; }
.bb-rank { font-size: 12px; }
.bb-more-button { font-size: 13px; }
.bb-empty strong { font-size: 14px; }
.bb-side-heading > span,
.bb-side-heading > a { font-size: 12px; }
.bb-popular-list b,
.bb-popular-list span { font-size: 12px; }
.bb-popular-list a { font-size: 14px; }
.bb-guide-card p,
.bb-guide-card a { font-size: 13px; }
.bb-business-link strong { font-size: 14px; }
.bb-business-link small { font-size: 12px; }
.bb-directory-strip span { font-size: 12px; }
.bb-directory-strip strong { font-size: 15px; }
.bb-sponsored > a small,
.bb-sponsored > a span { font-size: 12px; }
.bb-sponsored > a strong { font-size: 14px; }
.bb-block-heading span { font-size: 12px; }
.bb-block-heading a { font-size: 12px; }
.bb-board-block li .bb-block-board,
.bb-board-block li b,
.bb-board-block li time { font-size: 12px; }
.bb-block-stats > span { font-size: 12px; }
.bb-board-block li strong { font-size: 14px; }

/* Board list, filters, and pagination. */
body.bb-board-list #bo_list .na-table-head,
.bb-board-list-head { font-size: 12px; }
body.bb-board-list #bo_list .na-subject { font-size: 16px; }
body.bb-board-list #bo_list .f-sm { font-size: 12px; }
body.bb-board-list .pagination .page-link,
.bb-board-pagination .page-link { font-size: 12px; }
.bb-board-heading p,
.bb-special-board-heading p,
body.bb-v2 .briz-board-copy p { font-size: 14px; }
.bb-board-actions a,
.bb-special-board-actions a,
.bb-special-board-actions button,
body.bb-v2 .briz-write-btn,
body.bb-v2 .briz-board-actions button { font-size: 14px; }
.bb-board-tabs a { font-size: 14px; }
body.bb-board-list #bo_cate_ul li a,
body.bb-v2 .briz-region-filter a,
body.bb-board-yellow_ad .briz-yellow-filter-pill { font-size: 13px !important; }
.bb-board-count { font-size: 12px !important; }
.bb-board-count strong { font-size: 13px; }
.bb-board-filter select,
.bb-board-filter input,
.bb-board-tools .dropdown-item { font-size: 13px; }
.bb-board-index,
.bb-board-author,
.bb-board-date,
.bb-board-views { font-size: 12px; }
.bb-board-row.is-notice .bb-board-index span,
.bb-board-row.is-current .bb-board-index span { font-size: 12px; }
.bb-board-category { font-size: 12px; }
.bb-board-subject h2 { font-size: 16px; }
.bb-board-subject h2 > b { font-size: 12px; }
.bb-board-subject p { font-size: 12px; }
.bb-row-new { font-size: 10px; }
.bb-board-empty span { font-size: 12px; }

/* Dedicated directory, classified, and news skins. */
body.bb-board-yellow_ad .briz-yellow-ad-title { font-size: 16px !important; }
body.bb-board-yellow_ad .briz-yellow-ad-kicker,
body.bb-v2.bb-board-yellow_ad #bo_list .na-title a.na-subject .text-muted,
body.bb-v2.bb-board-yellow_ad #bo_list .na-table-head .d-md-table-cell,
body.bb-v2.bb-board-yellow_ad #bo_list .list-head { font-size: 12px !important; }
body.bb-v2.bb-board-yellow_ad #bo_list .na-title a.na-subject,
body.bb-v2.bb-board-yellow_ad #bo_list .na-title a.na-subject:visited { font-size: 16px !important; }
body.bb-v2.bb-board-yellow_ad #bo_list .sv_wrap,
body.bb-v2.bb-board-yellow_ad #bo_list .sv_guest,
body.bb-v2.bb-board-yellow_ad #bo_list .sv_member,
body.bb-v2.bb-board-yellow_ad #bo_list_total,
body.bb-v2.bb-board-yellow_ad .briz-yellow-ad-meta,
body.bb-v2.bb-board-yellow_ad .briz-yellow-ad-cta { font-size: 12px !important; }
body.bb-board-yellow_ad #bo_cate::before,
body.bb-board-yellow_ad .briz-yellow-filter-label { font-size: 12px; }
body.bb-v2 .briz-card-body { font-size: 13px; }
body.bb-v2 .briz-chip { font-size: 12px !important; }

/* Article view. */
.bb-post-author-copy strong { font-size: 14px; }
.bb-post-meta { font-size: 12px; }
.bb-post-category,
.bb-post-actions > .btn,
.bb-post-actions .btn-group > .btn,
.bb-post-action,
.bb-post-copy,
.bb-post-bottom-actions .btn { font-size: 12px !important; }
body.bb-board-view .bb-post-body,
body.bb-board-view .bb-post-view #bo_v_con,
body.bb-board-view #bo_v_con,
body.bb-board-yellow_ad.bb-board-view #bo_v_con { font-size: 16px !important; }
.bb-post-navigation a { font-size: 14px; }
.bb-post-navigation span,
.bb-post-navigation time { font-size: 12px; }
.bb-classified-details dt,
body.bb-board-yellow_ad.bb-board-view #bo_v_data li > .d-sm-table-cell,
body.bb-board-view .bb-post-data li > .d-sm-table-cell { font-size: 12px; }
.bb-classified-details dd { font-size: 14px; }

/* Footer, mobile drawer, and utility pages. */
.bb-footer-brand small,
.bb-footer-copy { font-size: 12px; }
.bb-footer-links a { font-size: 12px; }
body.bb-v2 #nt_sidebar_body > ul.sidebar-icon a { font-size: 12px; }
body.bb-v2 #nt_sidebar_body > .mt-n1 > .btn-group > .btn { font-size: 13px; }
body.bb-v2 #nt_sidebar_menu h5 { font-size: 12px; }
body.bb-v2 #nt_sidebar_menu .me-a { font-size: 15px; }
body.bb-v2 #nt_sidebar_menu .me-a1 { font-size: 13px; }
body.bb-page-utility .btn_submit { font-size: 14px !important; }
body.bb-page-login .bb-auth-intro,
body.bb-page-login .mb_log_cate .join,
body.bb-page-login #login_info,
body.bb-page-login .bb-auth-home,
body.bb-page-register #fregister textarea,
body.bb-page-register .fregister_terms table,
body.bb-page-password-lost #find_info p,
body.bb-page-faq #bo_cate a,
body.bb-page-search #sch_res_board a,
body.bb-page-search .sch_res_list .sch_info,
body.bb-page-new #new_sch p,
body.bb-page-qa #bo_list_total { font-size: 12px; }
body.bb-page-register-form .btn_confirm .btn_submit,
body.bb-page-faq #faq_con li h3 a { font-size: 14px !important; }
body.bb-page-faq #faq_con .con_inner,
body.bb-page-search .sch_res_list p { font-size: 14px; }
body.bb-page-search .sch_res_title { font-size: 16px; }
body.bb-page-new #fnewlist th,
body.bb-page-qa #bo_list th { font-size: 12px; }
body.bb-page-new #fnewlist td,
body.bb-page-qa #bo_list td { font-size: 13px; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  body.bb-v2 #nt_menu .me-a,
  body.bb-v2 #nt_menu .me-list .me-a { font-size: 14px !important; }
}

@media (max-width: 767.98px) {
  body.bb-v2 { font-size: 16px !important; }
  .bb-local-links a { font-size: 12px; }
  .bb-quick-links strong { font-size: 14px; }
  .bb-quick-links small { font-size: 12px; }
  .bb-feed-item h3 { font-size: 15px; }
  .bb-feed-item p,
  .bb-post-meta { font-size: 12px; }
  body.bb-board-list #bo_list .na-subject,
  .bb-board-subject h2 { font-size: 15px; }
  body.bb-board-list #bo_list .float-left,
  body.bb-board-list #bo_list .float-right,
  .bb-board-mobile-meta { font-size: 12px !important; }
  body.bb-board-view #bo_v_con,
  body.bb-board-yellow_ad.bb-board-view #bo_v_con,
  body.bb-board-view .bb-post-body,
  body.bb-board-view .bb-post-view #bo_v_con { font-size: 16px !important; }
  .bb-mobile-bottom-nav a { font-size: 12px; }
  .bb-special-board-heading p,
  .bb-board-heading p { font-size: 13px; }
  .bb-board-tabs a { font-size: 12px; }
  body.bb-page-register #fregister > p,
  body.bb-page-register #fregister_chkall { font-size: 13px; }
  body.bb-page-register #fregister h2 { font-size: 14px; }
  body.bb-page-register .fregister_terms table { font-size: 12px; }
}

/* Homepage compact latest and popular feed. */
body.bb-v2 .bb-feed-item {
  display: block;
  min-height: 58px;
  padding: 0;
}
body.bb-v2 .bb-feed-item.is-ranked {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 4px;
}
body.bb-v2 .bb-feed-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 84px 58px;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  color: var(--bb-text);
  text-decoration: none;
}
body.bb-v2 .bb-feed-board {
  min-width: 0;
  overflow: hidden;
  color: var(--bb-primary);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.bb-v2 .bb-feed-board.working { color: var(--bb-purple); }
body.bb-v2 .bb-feed-board.women { color: #c03f68; }
body.bb-v2 .bb-feed-board.business,
body.bb-v2 .bb-feed-board.directory { color: var(--bb-success); }
body.bb-v2 .bb-feed-board.news { color: var(--bb-danger); }
.bb-board-label-mobile { display: none; }
body.bb-v2 .bb-feed-copy {
  display: block;
  min-width: 0;
  overflow: hidden;
}
body.bb-v2 .bb-feed-subject {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 5px;
  overflow: hidden;
}
body.bb-v2 .bb-feed-subject strong {
  min-width: 0;
  overflow: hidden;
  color: #303944;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.bb-v2 .bb-feed-subject b {
  color: var(--bb-primary);
  font-size: 12px;
}
body.bb-v2 .bb-feed-excerpt {
  display: block;
  min-width: 0;
  margin-top: 2px;
  overflow: hidden;
  color: #7b848e;
  font-size: 11px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.bb-v2 .bb-feed-stats {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #8b939c;
}
body.bb-v2 .bb-feed-stats > span {
  display: inline-flex;
  min-width: 25px;
  align-items: center;
  gap: 3px;
  color: inherit;
  font-size: 12px;
  white-space: nowrap;
}
body.bb-v2 .bb-feed-stats svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  stroke-width: 1.8;
}
body.bb-v2 .bb-feed-stats .bb-feed-like.has-likes {
  color: #e5484d;
}
body.bb-v2 .bb-feed-stats .bb-feed-like.has-likes svg {
  fill: currentColor;
}
body.bb-v2 .bb-feed-row time {
  color: #8b939c;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}
body.bb-v2 .bb-feed-row:hover,
body.bb-v2 .bb-feed-row:hover strong {
  color: var(--bb-primary);
  text-decoration: none;
}
body.bb-v2 .bb-feed-item .bb-rank {
  align-self: center;
  width: auto;
  padding-top: 0;
}

@media (max-width: 767.98px) {
  body.bb-v2 .bb-feed-item,
  body.bb-v2 .bb-feed-row { min-height: 76px; }
  body.bb-v2 .bb-feed-item.is-ranked { display: block; }
  body.bb-v2 .bb-feed-item .bb-rank { display: none; }
  body.bb-v2 .bb-feed-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 5px;
    padding: 9px 0;
  }
  body.bb-v2 .bb-feed-copy {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  body.bb-v2 .bb-feed-board {
    grid-column: 1;
    grid-row: 2;
  }
  body.bb-v2 .bb-feed-stats {
    grid-column: 2;
    grid-row: 2;
  }
  body.bb-v2 .bb-feed-row time {
    grid-column: 3;
    grid-row: 2;
  }
  body.bb-v2 .bb-feed-board,
  body.bb-v2 .bb-feed-subject b,
  body.bb-v2 .bb-feed-stats > span,
  body.bb-v2 .bb-feed-row time { font-size: 11px; }
  body.bb-v2 .bb-feed-subject strong { font-size: 14px; }
  body.bb-v2 .bb-feed-excerpt { font-size: 11px; }
  body.bb-v2 .bb-feed-stats { gap: 5px; }
  body.bb-v2 .bb-feed-stats > span { min-width: 22px; }
  .bb-board-label-full { display: none; }
  .bb-board-label-mobile { display: inline; }

  .bb-board-block li a {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 5px;
    min-height: 58px;
    padding: 8px 0;
  }
  .bb-block-subject {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .bb-block-board {
    grid-column: 1;
    grid-row: 2;
  }
  .bb-block-stats {
    grid-column: 2;
    grid-row: 2;
  }
  .bb-board-block li time {
    grid-column: 3;
    grid-row: 2;
  }
  .bb-board-block li .bb-block-board,
  .bb-board-block li b,
  .bb-block-stats > span,
  .bb-board-block li time { font-size: 11px; }
  .bb-board-block li strong { font-size: 14px; }
}

/* Breezeburn structured community-info posts, 2026-07-24 */
body.bb-board-view .bb-post-body .bb-info-guide {
  --bb-info-blue: #1477c9;
  --bb-info-ink: #262321;
  --bb-info-muted: #6c655f;
  --bb-info-line: #e8e4df;
  --bb-info-soft: #f7f6f4;
  display: grid;
  gap: 18px;
  color: var(--bb-info-ink);
  line-height: 1.7;
}
body.bb-board-view .bb-post-body .bb-info-guide *,
body.bb-board-view .bb-post-body .bb-info-guide *::before,
body.bb-board-view .bb-post-body .bb-info-guide *::after { box-sizing: border-box; }
body.bb-board-view .bb-post-body .bb-info-guide p { margin: 0; }
body.bb-board-view .bb-post-body .bb-info-lead {
  padding: 17px 19px;
  border-left: 4px solid var(--bb-info-blue);
  border-radius: 12px;
  background: #f3f8fc;
  font-size: 1.03em;
}
body.bb-board-view .bb-post-body .bb-info-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--bb-info-line);
  border-radius: 12px;
  background: #fff;
}
body.bb-board-view .bb-post-body .bb-info-snapshot > div {
  min-width: 0;
  padding: 13px 14px;
  border-left: 1px solid var(--bb-info-line);
}
body.bb-board-view .bb-post-body .bb-info-snapshot > div:first-child { border-left: 0; }
body.bb-board-view .bb-post-body .bb-info-snapshot strong,
body.bb-board-view .bb-post-body .bb-info-snapshot span { display: block; }
body.bb-board-view .bb-post-body .bb-info-snapshot strong {
  color: var(--bb-info-ink);
  font-size: .86em;
}
body.bb-board-view .bb-post-body .bb-info-snapshot span {
  margin-top: 2px;
  color: var(--bb-info-muted);
  font-size: .78em;
}
body.bb-board-view .bb-post-body .bb-info-section { display: grid; gap: 10px; }
body.bb-board-view .bb-post-body .bb-info-section h3 {
  margin: 0;
  color: var(--bb-info-ink);
  font-size: 1.08em;
  line-height: 1.4;
}
body.bb-board-view .bb-post-body .bb-info-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
body.bb-board-view .bb-post-body .bb-info-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--bb-info-line);
  border-radius: 12px;
  background: #fff;
}
body.bb-board-view .bb-post-body .bb-info-card .bb-info-label {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--bb-info-soft);
  color: var(--bb-info-blue);
  font-size: .75em;
  font-weight: 700;
}
body.bb-board-view .bb-post-body .bb-info-card h4 {
  margin: 0 0 7px;
  color: var(--bb-info-ink);
  font-size: 1em;
  line-height: 1.45;
}
body.bb-board-view .bb-post-body .bb-info-card p {
  color: #49443f;
  font-size: .93em;
}
body.bb-board-view .bb-post-body .bb-info-checklist {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.bb-board-view .bb-post-body .bb-info-checklist li {
  position: relative;
  margin: 0;
  padding: 10px 12px 10px 34px;
  border: 1px solid var(--bb-info-line);
  border-radius: 10px;
  background: #fff;
}
body.bb-board-view .bb-post-body .bb-info-checklist li::before {
  content: "✓";
  position: absolute;
  top: 11px;
  left: 12px;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  background: #eaf3fa;
  color: var(--bb-info-blue);
  font-size: 10px;
  font-weight: 800;
}
body.bb-board-view .bb-post-body .bb-info-callout {
  padding: 13px 15px;
  border-radius: 10px;
  background: var(--bb-info-soft);
  color: #49443f;
  font-size: .9em;
}
body.bb-board-view .bb-post-body .bb-info-callout.is-warn {
  border: 1px solid #f0dcc8;
  background: #fff8f1;
  color: #70411b;
}
body.bb-board-view .bb-post-body .bb-info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.bb-board-view .bb-post-body .bb-info-links a {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid #cbdcea;
  border-radius: 9px;
  color: #075f9f !important;
  font-size: .86em;
  font-weight: 700;
  text-decoration: none !important;
}
body.bb-board-view .bb-post-body .bb-info-note {
  padding-top: 12px;
  border-top: 1px solid var(--bb-info-line);
  color: var(--bb-info-muted);
  font-size: .82em;
}
@media (max-width: 560px) {
  body.bb-board-view .bb-post-body .bb-info-snapshot,
  body.bb-board-view .bb-post-body .bb-info-card-grid { grid-template-columns: 1fr; }
  body.bb-board-view .bb-post-body .bb-info-snapshot > div {
    border-top: 1px solid var(--bb-info-line);
    border-left: 0;
  }
  body.bb-board-view .bb-post-body .bb-info-snapshot > div:first-child { border-top: 0; }
  body.bb-board-view .bb-post-body .bb-info-lead { padding: 15px; }
}
