/* ===== Spokaz Info Board Skin ===== */

/* ── Board Hero Banner ── */
.spk-board-hero {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  color: #fff;
}
.spk-board-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><circle cx="350" cy="30" r="120" fill="rgba(255,255,255,0.04)"/><circle cx="50" cy="170" r="80" fill="rgba(255,255,255,0.03)"/></svg>') no-repeat center / cover;
  pointer-events: none;
}
.spk-board-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 24px;
}
.spk-board-hero-icon {
  font-size: 48px;
  line-height: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}
.spk-board-hero-copy {
  flex: 1;
  min-width: 0;
}
.spk-board-hero-copy h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.spk-board-hero-copy p {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}
.spk-board-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.spk-board-tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(4px);
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  font-weight: 600;
}
.spk-board-hero-stat {
  flex-shrink: 0;
  text-align: center;
}
.spk-board-hero-stat-item {
  padding: 10px 18px;
  border-radius: 10px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(6px);
}
.spk-board-hero-stat-item strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
}
.spk-board-hero-stat-item span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Board List Override ── */
#bo_list {
  background: #fff;
  border: 1px solid rgba(200,213,227,0.6);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(10,30,60,0.07);
  overflow: hidden;
}

#bo_btn_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid #e8eef5;
  background: #fafcff;
  flex-wrap: wrap;
  overflow: visible;
}
#bo_list_total {
  font-size: 12px;
  color: #4a5d74;
}
#bo_list_total span {
  font-weight: 800;
  color: #0e1726;
}

/* 접근성 숨김 */
.sound_only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.btn_bo_user {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.btn_bo_user li {
  position: relative;
}
.btn_bo_user .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #e4ecf4;
  color: #4a5d74;
  font-size: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn_bo_user .btn:hover {
  background: #1a6dff;
  color: #fff;
}

/* ── Table ── */
.tbl_head01 { overflow-x: auto; }
.tbl_head01 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.tbl_head01 thead th {
  padding: 10px 12px;
  background: #f5f8fc;
  border-bottom: 2px solid #d4dfec;
  color: #4a5d74;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.tbl_head01 tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eef2f7;
  color: #2c3e50;
  vertical-align: middle;
}
.tbl_head01 tbody tr:hover {
  background: #f8faff;
}
.tbl_head01 tbody tr.bo_notice {
  background: #f0f5ff;
}
.tbl_head01 tbody tr.bo_notice td {
  border-bottom-color: #dce8f5;
}

.tbl_head01 table { table-layout: fixed; width: 100%; }

.td_chk, .all_chk { text-align: center; }
.td_num2 {
  text-align: center;
  color: #8a99ab;
  font-size: 11px;
}
.notice_icon {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  background: #1a6dff;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.bo_current {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  background: #0abf53;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.td_subject {
  max-width: 0;
}
.bo_tit {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bo_tit a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0e1726;
  font-weight: 500;
}
.bo_tit a:hover {
  color: #1a6dff;
}
.new_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 3px;
  background: #ff4757;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  flex-shrink: 0;
}
.cnt_cmt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 3px;
  background: #e4ecf4;
  color: #1a6dff;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.bo_cate_link {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  background: #eaf1fa;
  color: #1a6dff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 4px;
  flex-shrink: 0;
}

.td_subject { overflow: hidden; text-overflow: ellipsis; }
.td_name { font-size: 12px; color: #4a5d74; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.td_num { text-align: center; font-size: 11px; color: #8a99ab; white-space: nowrap; }
.td_datetime { text-align: center; font-size: 11px; color: #8a99ab; white-space: nowrap; }

.empty_table {
  padding: 40px 16px !important;
  text-align: center;
  color: #8a99ab;
  font-size: 13px;
}

/* ── Pagination ── */
.pg_wrap {
  display: flex;
  justify-content: center;
  padding: 14px 0;
}
.pg_wrap a, .pg_wrap strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #4a5d74;
  text-decoration: none;
}
.pg_wrap a:hover { background: #e4ecf4; color: #0e1726; }
.pg_wrap .pg_current, .pg_wrap strong {
  background: #1a6dff;
  color: #fff;
  font-weight: 800;
}

/* ── Bottom buttons ── */
.bo_fx {
  display: flex;
  justify-content: flex-end;
  padding: 10px 16px;
  border-top: 1px solid #eef2f7;
}

/* ── Search ── */
.bo_sch_wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
}
.bo_sch_bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}
.bo_sch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: min(420px, 90vw);
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.bo_sch h3 { margin: 0 0 12px; font-size: 16px; font-weight: 800; color: #0e1726; }
.bo_sch select {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #c9d5e3;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 8px;
  background: #f5f8fc;
}
.sch_bar {
  display: flex;
  gap: 6px;
}
.sch_input {
  flex: 1;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #c9d5e3;
  border-radius: 8px;
  font-size: 13px;
  background: #f5f8fc;
}
.sch_input:focus {
  outline: none;
  border-color: #1a6dff;
  box-shadow: 0 0 0 3px rgba(26,109,255,0.12);
}
.sch_btn {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 8px;
  background: #1a6dff;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.bo_sch_cls {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: none;
  background: #e4ecf4;
  border-radius: 6px;
  color: #4a5d74;
  font-size: 14px;
  cursor: pointer;
}

/* ── Admin options ── */
.more_opt {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 120px;
  padding: 4px;
  background: #fff;
  border: 1px solid #c9d5e3;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  list-style: none;
  margin: 4px 0 0;
  z-index: 50;
}
.more_opt li button {
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: none;
  background: none;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  color: #2c3e50;
}
.more_opt li button:hover { background: #f0f5ff; color: #1a6dff; }

/* ===== View Page ===== */

#bo_v {
  background: #fff;
  border: 1px solid rgba(200,213,227,0.6);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(10,30,60,0.07);
  overflow: hidden;
}

/* Nav bar */
.spk-v-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #e8eef5;
  background: #fafcff;
}
.spk-v-back {
  font-size: 13px;
  font-weight: 700;
  color: #4a5d74;
}
.spk-v-back:hover { color: #1a6dff; }
.spk-v-back i { margin-right: 4px; }
.spk-v-btns { display: flex; gap: 4px; }
.spk-v-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 7px;
  background: #e4ecf4;
  color: #4a5d74;
  font-size: 12px;
  text-decoration: none;
}
.spk-v-btn:hover { background: #1a6dff; color: #fff; }
.spk-v-btn-del:hover { background: #ff4757; color: #fff; }

/* Header */
.spk-v-header { padding: 20px 20px 16px; border-bottom: 1px solid #eef2f7; }
.spk-v-cate {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  background: #dceaff;
  color: #1a6dff;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}
.spk-v-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  color: #0e1726;
  letter-spacing: -0.02em;
}
.spk-v-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.spk-v-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spk-v-avatar img,
.spk-v-avatar a {
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4ecf4;
}
.spk-v-author-info strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0e1726;
}
.spk-v-author-info span { font-size: 11px; color: #8a99ab; }
.spk-v-ip { font-size: 11px; color: #8a99ab; font-weight: 400; }
.spk-v-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #8a99ab;
}
.spk-v-stats i { margin-right: 3px; }
.spk-v-scrap {
  padding: 4px 10px;
  border-radius: 6px;
  background: #eaf1fa;
  color: #1a6dff;
  font-size: 11px;
  font-weight: 700;
}
.spk-v-scrap:hover { background: #dceaff; }

/* Body */
.spk-v-body { padding: 28px 32px 32px; }
#bo_v_con {
  font-size: 15px;
  line-height: 1.85;
  color: #2c3e50;
  word-break: break-word;
  letter-spacing: -0.005em;
}
#bo_v_con img { max-width: 100%; height: auto; border-radius: 8px; margin: 8px 0; }
#bo_v_con a { color: #1a6dff; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; text-decoration-color: rgba(26,109,255,0.3); }
#bo_v_con a:hover { text-decoration-color: #1a6dff; }

/* 문서 타이포 (공지/정보성 글) */
#bo_v_con p { margin: 0 0 14px; }
#bo_v_con p:last-child { margin-bottom: 0; }
#bo_v_con h1, #bo_v_con h2, #bo_v_con h3, #bo_v_con h4 {
  margin: 26px 0 12px;
  font-weight: 800;
  color: #0c2d5e;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
#bo_v_con h1 { font-size: 24px; padding-bottom: 10px; border-bottom: 2px solid #1a6dff; }
#bo_v_con h2 {
  font-size: 20px;
  padding: 10px 0 10px 14px;
  border-left: 4px solid #1a6dff;
  background: linear-gradient(90deg, rgba(26,109,255,0.08), transparent 80%);
  border-radius: 0 8px 8px 0;
}
#bo_v_con h3 { font-size: 17px; color: #1a6dff; }
#bo_v_con h3::before { content: "▸ "; color: #1a6dff; }
#bo_v_con h4 { font-size: 15px; color: #2c3e50; }
#bo_v_con b, #bo_v_con strong {
  color: #0c2d5e;
  font-weight: 800;
  background: linear-gradient(to bottom, transparent 65%, rgba(26,109,255,0.15) 65%);
  padding: 0 1px;
}
#bo_v_con ul, #bo_v_con ol {
  margin: 12px 0 18px;
  padding-left: 0;
  list-style: none;
  counter-reset: spk-bo-li;
}
#bo_v_con ul li, #bo_v_con ol li {
  position: relative;
  padding: 9px 12px 9px 34px;
  margin: 3px 0;
  border-left: 2px solid #dce8f5;
  line-height: 1.72;
  background: #f8fbff;
  border-radius: 0 6px 6px 0;
  transition: background .15s, border-color .15s;
}
#bo_v_con ul li:hover, #bo_v_con ol li:hover {
  background: #eef6ff;
  border-left-color: #1a6dff;
}
#bo_v_con ul li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1a6dff;
}
#bo_v_con ol li { counter-increment: spk-bo-li; }
#bo_v_con ol li::before {
  content: counter(spk-bo-li);
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a6dff, #0c2d5e);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bo_v_con blockquote {
  margin: 16px 0;
  padding: 14px 20px;
  border-left: 4px solid #1a6dff;
  background: linear-gradient(90deg, rgba(26,109,255,0.08), rgba(26,109,255,0.02));
  border-radius: 0 10px 10px 0;
  color: #2c3e50;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
}
#bo_v_con blockquote p:first-child { margin-top: 0; }
#bo_v_con blockquote p:last-child { margin-bottom: 0; }
#bo_v_con code {
  padding: 2px 7px;
  border-radius: 4px;
  background: #e4ecf4;
  font-family: 'Menlo','Consolas',monospace;
  font-size: 0.9em;
  color: #0c2d5e;
}
#bo_v_con pre {
  margin: 14px 0;
  padding: 14px 18px;
  background: #0c2d5e;
  color: #e4ecf4;
  border-radius: 8px;
  overflow-x: auto;
  font-family: 'Menlo','Consolas',monospace;
  font-size: 13px;
  line-height: 1.7;
}
#bo_v_con hr {
  margin: 28px 0;
  border: none;
  border-top: 1px dashed #c9d5e3;
  position: relative;
}
#bo_v_con hr::after {
  content: "◆";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
  color: #c9d5e3;
  font-size: 12px;
}
#bo_v_con table {
  width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(10,30,60,0.06);
}
#bo_v_con table th {
  padding: 11px 14px;
  background: linear-gradient(135deg, #1a6dff, #0c2d5e);
  color: #fff;
  font-weight: 800;
  text-align: left;
  font-size: 13px;
}
#bo_v_con table td {
  padding: 10px 14px;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
}
#bo_v_con table tr:nth-child(even) td { background: #f8fbff; }
#bo_v_con table tr:last-child td { border-bottom: none; }

/* 하이라이트 박스 (info/warn/tip) */
#bo_v_con .spk-info-box,
#bo_v_con .spk-warn-box,
#bo_v_con .spk-tip-box {
  margin: 18px 0;
  padding: 16px 20px;
  border-radius: 10px;
  border-left: 4px solid;
  font-size: 14px;
  line-height: 1.8;
}
#bo_v_con .spk-info-box { background: rgba(26,109,255,0.06); border-left-color: #1a6dff; color: #0c2d5e; }
#bo_v_con .spk-warn-box { background: rgba(255,71,87,0.06); border-left-color: #ff4757; color: #8c1e2a; }
#bo_v_con .spk-tip-box  { background: rgba(10,191,83,0.06); border-left-color: #0abf53; color: #065d31; }
#bo_v_con .spk-info-box b, #bo_v_con .spk-warn-box b, #bo_v_con .spk-tip-box b { background: none; }

@media (max-width: 768px) {
  .spk-v-body { padding: 18px 16px 22px; }
  #bo_v_con { font-size: 14px; line-height: 1.75; }
  #bo_v_con h1 { font-size: 20px; }
  #bo_v_con h2 { font-size: 17px; padding-left: 10px; border-left-width: 3px; }
  #bo_v_con h3 { font-size: 15px; }
}
#bo_v_img { margin-bottom: 16px; }
#bo_v_img img { max-width: 100%; border-radius: 8px; }
.spk-v-sig {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px dashed #d4dfec;
  font-size: 12px;
  color: #8a99ab;
}
#bo_v_share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

/* Vote */
.spk-v-vote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  padding: 16px 0;
}
.spk-v-vote-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.spk-v-vote-btn.is-good {
  background: #eaf7ef;
  color: #0abf53;
  border: 1px solid #c4ecd4;
}
.spk-v-vote-btn.is-good:hover { background: #d4f5e2; }
.spk-v-vote-btn.is-bad {
  background: #fef0f0;
  color: #ff4757;
  border: 1px solid #f5c6c6;
}
.spk-v-vote-btn.is-bad:hover { background: #fde0e0; }
.spk-v-vote-msg {
  display: none;
  font-size: 12px;
  color: #4a5d74;
}

/* File / Link */
.spk-v-file, .spk-v-link {
  margin: 0 20px;
  padding: 14px 0;
  border-top: 1px solid #eef2f7;
}
.spk-v-file h3, .spk-v-link h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #0e1726;
}
.spk-v-file h3 span, .spk-v-link h3 span {
  font-weight: 500;
  color: #8a99ab;
  font-size: 11px;
  margin-left: 4px;
}
.spk-v-file ul, .spk-v-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spk-v-file li, .spk-v-link li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  font-size: 12px;
}
.spk-v-file li a, .spk-v-link li a {
  color: #1a6dff;
  font-weight: 500;
}
.spk-v-file li a:hover, .spk-v-link li a:hover { text-decoration: underline; }
.spk-v-file li em, .spk-v-link li em {
  font-style: normal;
  color: #8a99ab;
  font-size: 11px;
  margin-left: auto;
}

/* Prev / Next */
.spk-v-nav-posts {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  border-top: 1px solid #eef2f7;
}
.spk-v-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f8fb;
  color: #2c3e50;
  font-size: 13px;
  text-decoration: none;
}
.spk-v-nav-item:last-child { border-bottom: none; }
.spk-v-nav-item:hover { color: #1a6dff; }
.spk-v-nav-label {
  flex-shrink: 0;
  width: 70px;
  font-size: 11px;
  font-weight: 700;
  color: #8a99ab;
}
.spk-v-nav-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Bottom */
.spk-v-bottom {
  display: flex;
  justify-content: center;
  padding: 16px 20px 20px;
}
.spk-v-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border-radius: 8px;
  background: #0c2d5e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.spk-v-list-btn:hover { background: #1a6dff; }

/* ===== Comments ===== */
.spk-vc {
  margin: 0 20px;
  padding-top: 16px;
  border-top: 1px solid #eef2f7;
}
.spk-vc-title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 800;
  color: #0e1726;
}
.spk-vc-title strong { color: #1a6dff; margin-left: 4px; }

/* Comment item */
.spk-vc-item {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f4f8;
}
.spk-vc-item:last-of-type { border-bottom: none; }
.spk-vc-item.is-reply { border-left: 3px solid #dceaff; padding-left: 10px; }
.spk-vc-avatar img, .spk-vc-avatar a {
  width: 32px; height: 32px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4ecf4;
  flex-shrink: 0;
}
.spk-vc-body { flex: 1; min-width: 0; }
.spk-vc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.spk-vc-info { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.spk-vc-info strong { font-size: 12px; font-weight: 700; color: #0e1726; }
.spk-vc-info time { font-size: 11px; color: #8a99ab; }
.spk-vc-ip { font-size: 10px; color: #8a99ab; }
.spk-vc-actions { display: flex; gap: 6px; flex-shrink: 0; }
.spk-vc-actions a {
  font-size: 11px;
  color: #8a99ab;
  padding: 2px 6px;
  border-radius: 4px;
}
.spk-vc-actions a:hover { background: #e4ecf4; color: #1a6dff; }
.spk-vc-actions a.is-del:hover { color: #ff4757; }
.spk-vc-content {
  font-size: 13px;
  line-height: 1.6;
  color: #2c3e50;
  word-break: break-word;
}
.spk-vc-secret {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  background: #fef3e0;
  color: #c47e00;
  font-size: 11px;
  font-weight: 700;
  margin-right: 4px;
}
.spk-vc-empty {
  padding: 24px 0;
  text-align: center;
  color: #8a99ab;
  font-size: 13px;
}

/* Comment write */
.spk-vc-write {
  margin: 0 20px 20px;
  padding-top: 14px;
}
.spk-vc-write-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.spk-vc-guest {
  display: flex;
  gap: 6px;
}
.spk-vc-input {
  height: 34px;
  padding: 0 10px;
  border: 1px solid #c9d5e3;
  border-radius: 7px;
  font-size: 12px;
  background: #f5f8fc;
  width: 120px;
}
.spk-vc-input:focus {
  outline: none;
  border-color: #1a6dff;
  box-shadow: 0 0 0 3px rgba(26,109,255,0.1);
}
.spk-vc-charcount {
  font-size: 11px;
  color: #8a99ab;
}
.spk-vc-textarea {
  width: 100%;
  min-height: 80px;
  padding: 10px 12px;
  border: 1px solid #c9d5e3;
  border-radius: 8px;
  background: #f5f8fc;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.6;
  resize: vertical;
  color: #0e1726;
}
.spk-vc-textarea:focus {
  outline: none;
  border-color: #1a6dff;
  box-shadow: 0 0 0 3px rgba(26,109,255,0.1);
  background: #fff;
}
.spk-vc-write-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.spk-vc-secret-chk {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #4a5d74;
  cursor: pointer;
}
.spk-vc-submit {
  margin-left: auto;
  padding: 8px 18px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a6dff, #0c2d5e);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
}
.spk-vc-submit:hover { box-shadow: 0 4px 12px rgba(26,109,255,0.3); }

/* hide gnuboard default comment button */
.cmt_btn { display: none; }

/* ===== Write Page ===== */
.spk-write { overflow: hidden; }
.spk-w-form { padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.spk-w-field { display: flex; flex-direction: column; gap: 5px; }
.spk-w-label { font-size: 12px; font-weight: 700; color: #2c3e50; }
.spk-w-hint { margin: 0; font-size: 11px; color: #8a99ab; }
.spk-w-input, .spk-w-select {
  width: 100%; height: 38px; padding: 0 12px;
  border: 1px solid #c9d5e3; border-radius: 8px;
  background: #f5f8fc; font-size: 13px; font-family: inherit; color: #0e1726;
}
.spk-w-input:focus, .spk-w-select:focus {
  outline: none; border-color: #1a6dff;
  box-shadow: 0 0 0 3px rgba(26,109,255,0.1); background: #fff;
}
.spk-w-row { display: flex; gap: 10px; flex-wrap: wrap; }
.spk-w-row .spk-w-field { flex: 1; min-width: 140px; }
.spk-w-options { display: flex; gap: 14px; flex-wrap: wrap; padding: 8px 0; }
.spk-w-chk { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: #4a5d74; cursor: pointer; }
.spk-w-subject-row { display: flex; gap: 8px; align-items: center; }
.spk-w-subject-row .spk-w-input { flex: 1; }
.spk-w-autosave {
  flex-shrink: 0; padding: 8px 12px; border: 1px solid #c9d5e3;
  border-radius: 8px; background: #f5f8fc; font-size: 11px;
  font-weight: 700; color: #4a5d74; cursor: pointer; font-family: inherit;
}
.spk-w-autosave:hover { border-color: #1a6dff; color: #1a6dff; }
#autosave_pop {
  display: none; position: absolute; z-index: 50;
  width: 320px; padding: 14px; background: #fff;
  border: 1px solid #c9d5e3; border-radius: 10px;
  box-shadow: 0 8px 28px rgba(10,30,60,0.15);
}
#autosave_pop strong { display: block; margin-bottom: 8px; font-size: 13px; }
#autosave_pop ul { list-style: none; margin: 0; padding: 0; max-height: 200px; overflow-y: auto; }
#autosave_pop li { padding: 6px 0; border-bottom: 1px solid #eef2f7; font-size: 12px; }

.spk-w-editor { border: 1px solid #c9d5e3; border-radius: 8px; overflow: hidden; }
.spk-w-editor textarea {
  width: 100%; min-height: 300px; padding: 14px;
  border: none; font-size: 14px; font-family: inherit;
  line-height: 1.7; resize: vertical; color: #0e1726;
}
.spk-w-editor textarea:focus { outline: none; }
.spk-w-charcount { text-align: right; font-size: 11px; color: #8a99ab; margin-top: 4px; }

.spk-w-file { font-size: 12px; color: #4a5d74; }
.spk-w-file-del { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: #ff4757; margin-top: 4px; }
.spk-w-captcha { display: flex; justify-content: center; padding: 10px 0; }

.spk-w-actions {
  display: flex; justify-content: center; gap: 10px;
  padding-top: 10px; border-top: 1px solid #eef2f7;
}
.spk-w-cancel {
  padding: 10px 24px; border-radius: 8px;
  background: #e4ecf4; color: #4a5d74;
  font-size: 13px; font-weight: 700; text-decoration: none;
}
.spk-w-cancel:hover { background: #d0dae8; }
.spk-w-submit {
  padding: 10px 28px; border: none; border-radius: 8px;
  background: linear-gradient(135deg, #1a6dff, #0c2d5e);
  color: #fff; font-size: 13px; font-weight: 800;
  font-family: inherit; cursor: pointer;
}
.spk-w-submit:hover { box-shadow: 0 4px 14px rgba(26,109,255,0.3); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .spk-board-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 12px;
  }
  .spk-board-hero-icon { font-size: 36px; }
  .spk-board-hero-copy h2 { font-size: 17px; }
  .spk-board-hero-stat { align-self: flex-start; }
  #bo_btn_top { flex-direction: column; align-items: flex-start; gap: 8px; }
  .tbl_head01 thead { display: none; }
  .tbl_head01 tbody td { display: block; padding: 4px 12px; border-bottom: none; }
  .tbl_head01 tbody td.td_subject { padding: 8px 12px; }
  .tbl_head01 tbody tr { border-bottom: 1px solid #eef2f7; padding: 6px 0; }
  .td_num2, .td_num, .td_datetime, .td_chk { display: none !important; }
}
