﻿.board-page { padding-top: 42px; }
.board-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.board-tabs a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 20px; border: 1px solid #d9dee3; color: #2d3740; background: #fff; font-size: 16px; font-weight: 900; }
.board-tabs a.is-active { color: #fff; border-color: var(--red); background: var(--red); }
.board-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding: 18px 20px; border: 1px solid var(--line); background: #f7f8f9; }
.board-toolbar strong { color: #111; font-size: 18px; font-weight: 900; }
.board-search { display: flex; gap: 8px; }
.board-search select { height: 42px; padding: 0 34px 0 12px; border: 1px solid #d8dde2; color: #2d3740; background: #fff; font-weight: 800; }
.board-search input { width: min(36vw, 320px); height: 42px; padding: 0 14px; border: 1px solid #d8dde2; background: #fff; }
.board-search button { height: 42px; padding: 0 18px; border: 0; color: #fff; background: #171d24; font-weight: 900; }
.board-list { border-top: 2px solid #111; }
.board-list a { display: grid; grid-template-columns: 110px 1fr 120px; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.board-list em { color: var(--red); font-style: normal; font-size: 13px; font-weight: 900; }
.board-list strong { color: #111; font-size: 20px; line-height: 1.4; font-weight: 900; word-break: keep-all; }
.board-list span { color: #6b7680; font-size: 14px; text-align: right; }
.board-list a:hover strong { color: var(--red); }
.aisw-notice-page { padding-top: 0; }
.aisw-notice-list a { grid-template-columns: 90px minmax(0, 1fr) 120px; }
.aisw-notice-list p { margin: 8px 0 0; color: #6b7680; font-size: 14px; line-height: 1.5; font-weight: 800; }
.board-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 36px; }
.board-pagination a { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d9dee3; color: #2d3740; font-weight: 900; }
.board-pagination a.is-active { color: #fff; border-color: var(--red); background: var(--red); }
.computing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.computing-card { position: relative; background: #fff; box-shadow: 0 18px 35px rgba(16,24,40,.08); }
.computing-card img { aspect-ratio: 3 / 4; object-fit: cover; }
.computing-card .vol { position: absolute; top: 14px; right: 14px; padding: 8px 12px; color: #fff; background: #185b5c; font-size: 13px; font-weight: 900; }
.computing-card div { padding: 22px; }
.computing-card h3 { margin: 0 0 12px; color: var(--red); font-size: 21px; line-height: 1.35; font-weight: 900; word-break: keep-all; }
.computing-card p { margin: 0 0 18px; color: #43505a; font-size: 15px; line-height: 1.65; word-break: keep-all; }
.computing-card a { display: flex; min-height: 40px; align-items: center; justify-content: center; margin-top: 8px; border: 1px solid #e3b8be; color: var(--red); font-size: 14px; font-weight: 900; }
.board-detail {
  border-top: 2px solid #111;
}
.board-detail header {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.board-detail header span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 10px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}
.board-detail h3 {
  margin: 0;
  color: #111;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.22;
  font-weight: 900;
  word-break: keep-all;
}
.board-detail dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 22px 0 0;
}
.board-detail dl div {
  display: flex;
  gap: 8px;
  color: #68737d;
  font-size: 14px;
}
.board-detail dt { color: #111; font-weight: 900; }
.board-detail dd { margin: 0; }
.board-detail-figure {
  margin: 34px 0 0;
  overflow: hidden;
  background: #f1f3f5;
}
.board-detail-figure img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.board-detail-body {
  display: grid;
  gap: 18px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}
.board-detail-body p,
.board-detail-body li {
  margin: 0;
  color: #34404a;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}
.board-detail-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.board-attach {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.board-attach strong {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}
.board-attach a {
  color: #34404a;
  font-size: 15px;
  font-weight: 800;
}
.board-detail-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}
.board-detail-actions a {
  display: inline-flex;
  min-width: 86px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9dee3;
  color: #2d3740;
  background: #fff;
  font-weight: 900;
}
.board-detail-actions a:first-child {
  color: #fff;
  border-color: #171d24;
  background: #171d24;
}
@media (max-width: 1040px) { .computing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .board-toolbar { display: block; } .board-search { margin-top: 12px; flex-wrap: wrap; } .board-search select, .board-search input { width: 100%; } .board-list a, .aisw-notice-list a { grid-template-columns: 1fr; gap: 6px; } .board-list span { text-align: left; } .computing-grid { grid-template-columns: 1fr; } .board-attach { grid-template-columns: 1fr; gap: 8px; } .board-detail-actions { flex-wrap: wrap; } }
