.common-page .common-content .board-page {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  align-items: center;
}
.common-page .common-content .board-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  width: 8.3125rem;
}
.common-page .common-content .board-header .board-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0;
}
.common-page .common-content .board-header .board-diamonds {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  width: 3.75rem;
}
.common-page .common-content .board-header .board-diamonds .diamond {
  width: 0.875rem;
  height: 0.875rem;
  transform: rotate(45deg);
  margin: 0 0.1875rem;
}
.common-page .common-content .board-header .board-diamonds .diamond.diamond-primary {
  background: #b11116;
}
.common-page .common-content .board-header .board-diamonds .diamond.diamond-secondary {
  background: #e39627;
}
.common-page .common-content .board-header .board-diamonds .diamond.diamond-tertiary {
  background: #55555b;
}
.common-page .common-content .board-filters {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .board-date-filter {
  background: #f8f8fa;
  border-top: 0.0625rem solid #e1e1e4;
  border-bottom: 0.0625rem solid #e1e1e4;
  padding: 1.25rem 0.625rem;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
.common-page .common-content .board-date-filter .date-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.common-page .common-content .board-date-filter .date-group .date-input-wrapper {
  display: flex;
  gap: 0.125rem;
  align-items: center;
}
.common-page .common-content .board-date-filter .date-group .date-input-wrapper svg {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.3125rem;
}
.common-page .common-content .board-date-filter .date-group .date-input-wrapper span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.common-page .common-content .board-date-filter .date-group .date-input {
  width: 9.9375rem;
  height: 1.875rem;
  background: white;
  border: 0.0625rem solid #e1e1e4;
  padding: 0 0.5rem;
  font-size: 0.875rem;
}
.common-page .common-content .board-search-filter {
  background: #f8f8fa;
  border-top: 0.0625rem solid #e1e1e4;
  border-bottom: 0.0625rem solid #e1e1e4;
  padding: 1.25rem 0.625rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
.common-page .common-content .board-search-filter .search-label {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
.common-page .common-content .board-search-filter .search-controls {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.common-page .common-content .board-search-filter .search-select {
  width: 7.5rem;
  height: 2.125rem;
  background: white;
  border: 0.0625rem solid #e1e1e4;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 6L0 0H10L5 6Z" fill="%23333"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  padding-right: 1.875rem;
}
.common-page .common-content .board-search-filter .search-input-wrapper {
  display: flex;
  align-items: center;
  height: 2.125rem;
}
.common-page .common-content .board-search-filter .search-input-wrapper .search-input {
  width: 17.625rem;
  height: 100%;
  background: white;
  border: 0.0625rem solid #e1e1e4;
  border-right: none;
  padding: 0 0.625rem;
  font-size: 0.875rem;
}
.common-page .common-content .board-search-filter .search-input-wrapper .search-button {
  height: 100%;
  padding: 0.25rem 1.25rem;
  background: #333;
  color: white;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.common-page .common-content .board-pagination {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
}
.common-page .common-content .board-pagination .pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.common-page .common-content .board-pagination .pagination-arrow svg {
  width: 2.5rem;
  height: 2.5rem;
}
.common-page .common-content .board-pagination .pagination-arrow:hover {
  opacity: 0.7;
}
.common-page .common-content .board-pagination .pagination-numbers {
  display: flex;
  gap: 0.1875rem;
  align-items: center;
}
.common-page .common-content .board-pagination .pagination-numbers .pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #e1e1e4;
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.common-page .common-content .board-pagination .pagination-numbers .pagination-number.active {
  background: #ededed;
}
.common-page .common-content .board-pagination .pagination-numbers .pagination-number:hover {
  background: #f5f5f5;
}
.common-page .common-content .board-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
}
.common-page .common-content .board-actions .board-write-button {
  background: #b11116;
  color: white;
  padding: 0.6875rem 2.25rem;
  border-radius: 3.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.875rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.common-page .common-content .board-actions .board-write-button:hover {
  background: #8f0e12;
}
.common-page .common-content .gallery-page .gallery-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.common-page .common-content .gallery-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.common-page .common-content .gallery-page .gallery-item {
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid #e1e1e4;
}
.common-page .common-content .gallery-page .gallery-item .gallery-image {
  width: 100%;
  height: 14.125rem;
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
}
.common-page .common-content .gallery-page .gallery-item .gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info {
  border-top: none;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: white;
  border-top: 0.0625rem solid #e1e1e4;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-item-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.25rem 0;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-date,
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-author {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #767676;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-divider {
  width: 0.0625rem;
  height: 1rem;
  background: #d9d9d9;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views svg {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #767676;
}
.common-page .common-content .list-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.common-page .common-content .list-content .list-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0.0625rem solid #e1e1e4;
}
.common-page .common-content .list-content .list-header {
  display: flex;
  height: 3.5rem;
  background: #f5f5f5;
  border-top: 0.0625rem solid #333;
  align-items: center;
}
.common-page .common-content .list-content .list-header .list-header-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: -0.02rem;
}
.common-page .common-content .list-content .list-header .list-header-cell.list-header-number {
  width: 5rem;
}
.common-page .common-content .list-content .list-header .list-header-cell.list-header-title {
  flex: 1;
}
.common-page .common-content .list-content .list-header .list-header-cell.list-header-author {
  width: 12.5rem;
}
.common-page .common-content .list-content .list-header .list-header-cell.list-header-date {
  width: 12.5rem;
}
.common-page .common-content .list-content .list-header .list-header-cell.list-header-views {
  width: 7.5rem;
}
.common-page .common-content .list-content .list-row {
  display: flex;
  height: 3.5rem;
  background: white;
  border-top: 0.0625rem solid #e1e1e4;
  align-items: center;
}
.common-page .common-content .list-content .list-row .list-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  letter-spacing: -0.02rem;
}
.common-page .common-content .list-content .list-row .list-cell.list-cell-number {
  width: 5rem;
}
.common-page .common-content .list-content .list-row .list-cell.list-cell-title {
  flex: 1;
  justify-content: flex-start;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-page .common-content .list-content .list-row .list-cell.list-cell-author {
  width: 12.5rem;
}
.common-page .common-content .list-content .list-row .list-cell.list-cell-date {
  width: 12.5rem;
}
.common-page .common-content .list-content .list-row .list-cell.list-cell-views {
  width: 7.5rem;
}
.view-page {
  padding-top: 6.25rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.view-page .view-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.view-page .view-header .view-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.view-page .view-header .view-diamonds {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 1.25rem;
  gap: 0.125rem;
}
.view-page .view-header .view-diamonds .diamond {
  width: 0.875rem;
  height: 0.875rem;
  transform: rotate(45deg);
}
.view-page .view-header .view-diamonds .diamond.diamond-red {
  background: #b11116;
}
.view-page .view-header .view-diamonds .diamond.diamond-yellow {
  background: #e39627;
}
.view-page .view-header .view-diamonds .diamond.diamond-gray {
  background: #55555b;
}
.view-page .view-content {
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
}
.view-page .view-content .view-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.125rem solid #333;
  border-bottom: 0.0625rem solid #e1e1e4;
  background: white;
}
.view-page .view-content .view-table .view-row {
  border-bottom: 0.0625rem solid #e1e1e4;
}
.view-page .view-content .view-table .view-row:last-child {
  border-bottom: none;
}
.view-page .view-content .view-table .view-row .view-label {
  width: 12.5rem;
  padding: 1rem;
  background: #f5f5f5;
  font-size: 1rem;
  color: #333;
  text-align: center;
  border-right: 0.0625rem solid #e1e1e4;
}
.view-page .view-content .view-table .view-row .view-value {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #505050;
  background: white;
  border-right: 0.0625rem solid #e1e1e4;
}
.view-page .view-content .view-table .view-row .view-value:last-child {
  border-right: none;
}
.view-page .view-content .view-body {
  padding: 2.5rem;
  background: white;
  line-height: 1.5;
  color: #333;
  font-size: 1rem;
}
.view-page .view-content .view-body p {
  margin-bottom: 0.625rem;
}
.view-page .view-content .view-body p:last-child {
  margin-bottom: 0;
}
.view-page .view-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.view-page .view-navigation > div {
  width: 6.875rem;
}
.view-page .view-navigation .view-nav-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.view-page .view-navigation .view-nav-item .view-nav-button {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 3.25rem;
  border: 0.0625rem solid #e1e1e4;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.view-page .view-navigation .view-nav-item .view-nav-button:hover {
  background: #f8f8f8;
}
.view-page .view-navigation .view-nav-item .view-nav-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.view-page .view-navigation .view-nav-item .view-nav-label {
  font-size: 1rem;
  color: #333;
}
.view-page .view-navigation .view-list-button {
  padding: 0.6875rem 2.25rem;
  min-width: 5.625rem;
  background: #b11116;
  color: white;
  border-radius: 3.25rem;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5rem;
  height: 2.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.view-page .view-navigation .view-list-button:hover {
  background: #900e11;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .common-page .common-content .board-page {
    gap: 3.125rem;
  }
  .common-page .common-content .board-header .board-title {
    font-size: 2rem;
  }
  .common-page .common-content .board-date-filter {
    gap: 2rem;
    padding: 1.125rem 0.625rem;
  }
  .common-page .common-content .board-date-filter .date-group .date-input {
    width: 9.375rem;
  }
  .common-page .common-content .board-search-filter {
    padding: 1.125rem 0.625rem;
  }
  .common-page .common-content .board-search-filter .search-label {
    font-size: 1.25rem;
  }
  .common-page .common-content .board-search-filter .search-input-wrapper .search-input {
    width: 16.25rem;
  }
  .common-page .common-content .board-pagination {
    gap: 0.5rem;
  }
  .common-page .common-content .board-pagination .pagination-arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
  .common-page .common-content .board-pagination .pagination-arrow svg {
    width: 2.25rem;
    height: 2.25rem;
  }
  .common-page .common-content .board-pagination .pagination-numbers {
    gap: 0.125rem;
  }
  .common-page .common-content .board-pagination .pagination-numbers .pagination-number {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.9375rem;
    padding: 0.5rem;
  }
  .common-page .common-content .board-actions .board-write-button {
    padding: 0.625rem 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    height: 2.625rem;
  }
  .common-page .common-content .gallery-page .gallery-content {
    gap: 2.25rem;
  }
  .common-page .common-content .gallery-page .gallery-grid {
    gap: 1.875rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-image {
    height: 10.625rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-image img {
    margin: 0;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-item-title {
    font-size: 1.0625rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-date,
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-author {
    font-size: 0.9375rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views span {
    font-size: 0.9375rem;
  }
  .common-page .common-content .list-page {
    gap: 2.1875rem;
  }
  .common-page .common-content .list-page .list-header {
    height: 3.25rem;
  }
  .common-page .common-content .list-page .list-header .list-header-cell {
    font-size: 0.9375rem;
    padding: 0.5rem;
  }
  .common-page .common-content .list-page .list-header .list-header-cell.list-header-number {
    width: 4.375rem;
  }
  .common-page .common-content .list-page .list-header .list-header-cell.list-header-author {
    width: 11.25rem;
  }
  .common-page .common-content .list-page .list-header .list-header-cell.list-header-date {
    width: 11.25rem;
  }
  .common-page .common-content .list-page .list-header .list-header-cell.list-header-views {
    width: 6.875rem;
  }
  .common-page .common-content .list-page .list-row {
    height: 3.25rem;
  }
  .common-page .common-content .list-page .list-row .list-cell {
    font-size: 0.9375rem;
    padding: 0.5rem;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-number {
    width: 4.375rem;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-title {
    padding: 0.5rem 1.125rem;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-author {
    width: 11.25rem;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-date {
    width: 11.25rem;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-views {
    width: 6.875rem;
  }
  .view-page {
    gap: 2.5rem;
  }
  .view-page .view-header .view-title {
    font-size: 2rem;
  }
  .view-page .view-header .view-diamonds {
    width: 3.375rem;
  }
  .view-page .view-header .view-diamonds .diamond {
    width: 0.75rem;
    height: 0.75rem;
  }
  .view-page .view-content {
    width: 87.5rem;
  }
  .view-page .view-content .view-table .view-row .view-label {
    width: 11.25rem;
    font-size: 0.9375rem;
  }
  .view-page .view-content .view-table .view-row .view-value {
    font-size: 0.9375rem;
    padding: 0.625rem 1.125rem;
  }
  .view-page .view-content .view-body {
    padding: 2.1875rem;
    font-size: 0.9375rem;
  }
  .view-page .view-navigation {
    gap: 2.1875rem;
    margin-top: 2.1875rem;
  }
  .view-page .view-navigation .view-nav-item {
    gap: 0.375rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-button {
    width: 2.625rem;
    height: 2.625rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-button svg {
    width: 1.375rem;
    height: 1.375rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-label {
    font-size: 0.9375rem;
  }
  .view-page .view-navigation .view-list-button {
    padding: 0.625rem 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    height: 2.625rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .common-page .common-content .board-page {
    gap: 2.5rem;
  }
  .common-page .common-content .board-header .board-title {
    font-size: 1.75rem;
  }
  .common-page .common-content .board-header .board-diamonds {
    width: 3.375rem;
  }
  .common-page .common-content .board-header .board-diamonds .diamond {
    width: 0.75rem;
    height: 0.75rem;
  }
  .common-page .common-content .board-date-filter {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.625rem;
  }
  .common-page .common-content .board-date-filter .date-group {
    width: 100%;
    justify-content: center;
  }
  .common-page .common-content .board-date-filter .date-group .date-input {
    flex: 1;
    max-width: 12.5rem;
  }
  .common-page .common-content .board-search-filter {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.625rem;
  }
  .common-page .common-content .board-search-filter .search-label {
    font-size: 1.125rem;
  }
  .common-page .common-content .board-search-filter .search-controls {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 25rem;
  }
  .common-page .common-content .board-search-filter .search-select {
    width: 100%;
  }
  .common-page .common-content .board-search-filter .search-input-wrapper {
    width: 100%;
  }
  .common-page .common-content .board-search-filter .search-input-wrapper .search-input {
    flex: 1;
  }
  .common-page .common-content .board-pagination {
    gap: 0.375rem;
  }
  .common-page .common-content .board-pagination .pagination-arrow {
    width: 2rem;
    height: 2rem;
  }
  .common-page .common-content .board-pagination .pagination-arrow svg {
    width: 2rem;
    height: 2rem;
  }
  .common-page .common-content .board-pagination .pagination-numbers {
    gap: 0.125rem;
    flex-wrap: wrap;
    max-width: 20rem;
  }
  .common-page .common-content .board-pagination .pagination-numbers .pagination-number {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    padding: 0.375rem;
  }
  .common-page .common-content .board-actions .board-write-button {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 2.25rem;
  }
  .common-page .common-content .gallery-page .gallery-content {
    gap: 1.875rem;
  }
  .common-page .common-content .gallery-page .gallery-grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-image {
    height: 11.25rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-image img {
    margin: 0;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info {
    padding: 0.875rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-item-title {
    font-size: 1rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta {
    gap: 0.375rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-date,
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-author {
    font-size: 0.875rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views span {
    font-size: 0.875rem;
  }
  .common-page .common-content .list-page {
    gap: 1.875rem;
  }
  .common-page .common-content .list-page .list-header {
    display: none;
  }
  .common-page .common-content .list-page .list-row {
    flex-direction: column;
    height: auto;
    padding: 1rem;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .common-page .common-content .list-page .list-row .list-cell {
    width: 100%;
    padding: 0.25rem 0;
    font-size: 0.875rem;
    justify-content: flex-start;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-number {
    display: none;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-title {
    padding: 0;
    font-weight: 500;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-author, .common-page .common-content .list-page .list-row .list-cell.list-cell-date, .common-page .common-content .list-page .list-row .list-cell.list-cell-views {
    width: auto;
    display: inline-flex;
    padding: 0;
    font-size: 0.8125rem;
    color: #767676;
  }
  .common-page .common-content .list-page .list-row::after {
    content: "";
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }
  .view-page {
    gap: 1.875rem;
  }
  .view-page .view-header {
    gap: 1rem;
  }
  .view-page .view-header .view-title {
    font-size: 1.75rem;
  }
  .view-page .view-header .view-diamonds {
    width: 3rem;
  }
  .view-page .view-header .view-diamonds .diamond {
    width: 0.625rem;
    height: 0.625rem;
  }
  .view-page .view-content {
    width: 100%;
    padding: 0;
  }
  .view-page .view-content .view-table {
    display: block;
    overflow-x: auto;
  }
  .view-page .view-content .view-table tbody,
  .view-page .view-content .view-table .view-row {
    display: block;
  }
  .view-page .view-content .view-table .view-row {
    display: flex;
    flex-wrap: wrap;
  }
  .view-page .view-content .view-table .view-row:first-child .view-label {
    width: 25%;
  }
  .view-page .view-content .view-table .view-row:first-child .view-value {
    width: 75%;
  }
  .view-page .view-content .view-table .view-row:first-child .view-value {
    border-left: none;
    border-top: 0.0625rem solid #e1e1e4;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-label {
    width: 25%;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-value {
    width: 75%;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-value:first-child {
    border-left: none;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-value {
    border-right: none;
  }
  .view-page .view-content .view-table .view-row:last-child .view-label,
  .view-page .view-content .view-table .view-row:last-child .view-value {
    width: 100%;
  }
  .view-page .view-content .view-table .view-row:last-child .view-label {
    border-right: none;
  }
  .view-page .view-content .view-table .view-row:last-child .view-value {
    border-left: none;
    border-top: 0.0625rem solid #e1e1e4;
  }
  .view-page .view-content .view-table .view-row .view-label {
    width: 9.375rem;
    font-size: 0.875rem;
    padding: 0.5rem;
  }
  .view-page .view-content .view-table .view-row .view-value {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
  .view-page .view-content .view-body {
    padding: 1.5rem;
    font-size: 0.875rem;
  }
  .view-page .view-navigation {
    gap: 1.25rem;
    margin-top: 1.875rem;
    flex-wrap: wrap;
  }
  .view-page .view-navigation .view-nav-item {
    gap: 0.25rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-button {
    width: 2.25rem;
    height: 2.25rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-label {
    font-size: 0.875rem;
  }
  .view-page .view-navigation .view-list-button {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-page .common-content .board-page {
    gap: 1.25rem;
  }
  .common-page .common-content .board-header {
    width: 5.625rem;
  }
  .common-page .common-content .board-header .board-title {
    font-size: 1.25rem;
  }
  .common-page .common-content .board-header .board-diamonds {
    width: 2.625rem;
    height: 0.875rem;
  }
  .common-page .common-content .board-header .board-diamonds .diamond {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.0625rem;
  }
  .common-page .common-content .board-date-filter {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.625rem;
  }
  .common-page .common-content .board-date-filter .date-group {
    width: 100%;
    justify-content: center;
  }
  .common-page .common-content .board-date-filter .date-group .date-input {
    flex: 1;
    max-width: 12.5rem;
  }
  .common-page .common-content .board-search-filter {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .common-page .common-content .board-search-filter .search-label {
    font-size: 1.125rem;
  }
  .common-page .common-content .board-search-filter .search-controls {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 25rem;
  }
  .common-page .common-content .board-search-filter .search-select {
    width: 100%;
  }
  .common-page .common-content .board-search-filter .search-input-wrapper {
    width: 100%;
  }
  .common-page .common-content .board-search-filter .search-input-wrapper .search-input {
    flex: 1;
  }
  .common-page .common-content .board-pagination {
    gap: 0.25rem;
  }
  .common-page .common-content .board-pagination .pagination-arrow {
    width: 1.75rem;
    height: 1.75rem;
  }
  .common-page .common-content .board-pagination .pagination-arrow svg {
    width: 1.75rem;
    height: 1.75rem;
  }
  .common-page .common-content .board-pagination .pagination-numbers {
    gap: 0.0625rem;
    max-width: 17.5rem;
  }
  .common-page .common-content .board-pagination .pagination-numbers .pagination-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
    padding: 0.25rem;
  }
  .common-page .common-content .board-actions .board-write-button {
    padding: 0.375rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    height: 1.875rem;
  }
  .common-page .common-content .gallery-page .gallery-content {
    gap: 1rem;
  }
  .common-page .common-content .gallery-page .gallery-grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .common-page .common-content .gallery-page .gallery-item {
    min-width: 100%;
    max-width: 100%;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-image {
    height: 12.5rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-image img {
    margin: 0;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info {
    padding: 0.625rem;
    gap: 0.25rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-item-title {
    font-size: 0.8125rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta {
    gap: 0.1875rem;
    padding: 0.125rem 0;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-date,
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-author {
    font-size: 0.6875rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-divider {
    height: 0.625rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views {
    gap: 0.0625rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views svg {
    width: 1rem;
    height: 1rem;
  }
  .common-page .common-content .gallery-page .gallery-item .gallery-info .gallery-meta .gallery-views span {
    font-size: 0.6875rem;
  }
  .common-page .common-content .list-page {
    gap: 1.25rem;
  }
  .common-page .common-content .list-page .list-header {
    display: none;
  }
  .common-page .common-content .list-page .list-row {
    flex-direction: column;
    height: auto;
    padding: 1rem;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .common-page .common-content .list-page .list-row .list-cell {
    width: 100%;
    padding: 0.25rem 0;
    font-size: 0.875rem;
    justify-content: flex-start;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-number {
    display: none;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-title {
    padding: 0;
    font-weight: 500;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .common-page .common-content .list-page .list-row .list-cell.list-cell-author, .common-page .common-content .list-page .list-row .list-cell.list-cell-date, .common-page .common-content .list-page .list-row .list-cell.list-cell-views {
    width: auto;
    display: inline-flex;
    padding: 0;
    font-size: 0.8125rem;
    color: #767676;
  }
  .common-page .common-content .list-page .list-row::after {
    content: "";
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }
  .view-page {
    gap: 1.25rem;
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
  .view-page .view-header {
    gap: 0.625rem;
  }
  .view-page .view-header .view-title {
    font-size: 1.25rem;
  }
  .view-page .view-header .view-diamonds {
    width: 2.625rem;
    height: 0.875rem;
  }
  .view-page .view-header .view-diamonds .diamond {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.0625rem;
  }
  .view-page .view-content {
    width: 100%;
    padding: 0;
  }
  .view-page .view-content .view-table {
    display: block;
    overflow-x: auto;
  }
  .view-page .view-content .view-table tbody,
  .view-page .view-content .view-table .view-row {
    display: block;
  }
  .view-page .view-content .view-table .view-row {
    display: flex;
    flex-wrap: wrap;
  }
  .view-page .view-content .view-table .view-row:first-child .view-label {
    width: 25%;
  }
  .view-page .view-content .view-table .view-row:first-child .view-value {
    width: 75%;
  }
  .view-page .view-content .view-table .view-row:first-child .view-value {
    border-left: none;
    border-top: 0.0625rem solid #e1e1e4;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-label {
    width: 25%;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-value {
    width: 75%;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-value:first-child {
    border-left: none;
  }
  .view-page .view-content .view-table .view-row:nth-child(2) .view-value {
    border-right: none;
  }
  .view-page .view-content .view-table .view-row:last-child .view-label,
  .view-page .view-content .view-table .view-row:last-child .view-value {
    width: 100%;
  }
  .view-page .view-content .view-table .view-row:last-child .view-label {
    border-right: none;
  }
  .view-page .view-content .view-table .view-row:last-child .view-value {
    border-left: none;
    border-top: 0.0625rem solid #e1e1e4;
  }
  .view-page .view-content .view-table .view-row .view-label {
    width: 9.375rem;
    font-size: 0.75rem;
    padding: 0.5rem;
  }
  .view-page .view-content .view-table .view-row .view-value {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
  .view-page .view-content .view-body {
    padding: 1.5rem;
    font-size: 0.75rem;
  }
  .view-page .view-navigation {
    gap: 0.625rem;
    margin-top: 1.25rem;
    padding: 0 0.625rem;
  }
  .view-page .view-navigation .view-nav-item {
    gap: 0.125rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-button {
    width: 1.875rem;
    height: 1.875rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-button svg {
    width: 1rem;
    height: 1rem;
  }
  .view-page .view-navigation .view-nav-item .view-nav-label {
    font-size: 0.75rem;
  }
  .view-page .view-navigation .view-list-button {
    padding: 0.375rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    height: 1.875rem;
  }
}