.static-board {
  width: min(700px, calc(100vw - 32px));
  font-family: Arial, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 12px;
  color: #222;
  line-height: 1.6;
}
.static-board a { color: #444; }
.static-board h1 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.board-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
}
.board-tabs a {
  border: 1px solid #d2d2d2;
  color: #333;
  padding: 4px 8px;
  text-decoration: none;
  background: #fff;
}
.board-tabs a.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}
.gallery-card {
  border: 1px solid #d8d8d8;
  color: #222;
  display: block;
  min-height: 178px;
  padding: 8px;
  text-decoration: none;
  background: #fff;
}
.gallery-card img {
  aspect-ratio: 4 / 3;
  background: #f4f4f4;
  display: block;
  height: auto;
  margin: 0 0 8px;
  object-fit: cover;
  width: 100%;
}
.gallery-card-title {
  display: block;
  font-weight: bold;
  overflow-wrap: anywhere;
}
.gallery-card-date,
.post-meta {
  color: #777;
  display: block;
  font-size: 11px;
  margin-top: 2px;
}
.post-list {
  border-collapse: collapse;
  width: 100%;
}
.post-list th,
.post-list td {
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 6px;
  text-align: left;
}
.post-list th {
  background: #f8f8f8;
  font-weight: bold;
}
.post-title {
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: 0;
}
body.legacy-prius-page {
  background: #3e3e3e;
  color: #b5b5b5;
  font-family: Gulim, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 9pt;
}
.legacy-prius-page table {
  border-collapse: collapse;
}
.legacy-prius-page td {
  line-height: 120%;
}
.legacy-prius-page a {
  color: #b9b9b9;
  text-decoration: none;
}
.legacy-prius-page a:visited,
.legacy-prius-page a:hover {
  color: #b5b5b5;
  text-decoration: none;
}
.legacy-prius-page .thumb_area_bg,
.legacy-prius-page .info_bg {
  background: #3e3e3e;
}
.legacy-prius-page .thumb_border {
  border: 1px solid #101010;
}
.legacy-prius-page .line1 {
  background: #494949;
}
.legacy-prius-page .line2 {
  background: #353535;
}
.legacy-prius-page .han {
  color: #bfbfbf;
  font-size: 9pt;
  text-decoration: none;
}
.legacy-prius-page .eng {
  color: #bfbfbf;
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}
.legacy-prius-page .list_han {
  color: #bfbfbf;
  font-size: 9pt;
  text-decoration: none;
}
.legacy-prius-page .thumb_list_title {
  color: #b5b5b5;
  font-family: Gulim, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 11px;
  text-decoration: none;
}
.legacy-prius-page .thumb_list_comment {
  color: #b5b5b5;
  font-size: 8pt;
}
.legacy-prius-wrap {
  min-width: 760px;
}
.legacy-prius-gallery {
  width: 100%;
}
.legacy-prius-gallery td {
  vertical-align: top;
}
.legacy-prius-thumb {
  padding-left: 10px;
  padding-right: 10px;
  height: 92px;
  text-align: center;
  vertical-align: bottom;
}
.legacy-prius-title {
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 120%;
  text-align: center;
}
.legacy-prius-footer {
  font-family: Tahoma, Gulim, sans-serif;
  font-size: 8pt;
  line-height: 150%;
  letter-spacing: 0;
  text-align: right;
}
.post-body {
  border-top: 1px solid #ddd;
  margin-top: 14px;
  padding-top: 14px;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.asset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.asset-grid a {
  color: #444;
  text-decoration: none;
}
.asset-grid img {
  background: #f4f4f4;
  display: block;
  height: auto;
  max-width: 100%;
}
.attachments {
  margin-top: 18px;
  padding-left: 18px;
}
.modern-video {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  max-width: 100%;
  width: 640px;
}
@media (max-width: 640px) {
  .static-board { width: calc(100vw - 24px); }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); }
}
