.paging {
  margin: 120px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.paging a {
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.paging .arr,
.paging ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.paging .arr a {
  width: 15px;
  height: 12px;
  margin: 0;
}
.paging .arr a .arrow-cls {
  fill: #666;
}
.paging ul {
	column-gap: 15px;
  padding: 0 15px;
}
.paging ul li {
  margin: 0 !important;
}
.paging ul li a {
  width: 40px;
  height: 40px;
  color: #666;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  transition: all 0.4s;
}
.paging ul li:hover a, .paging ul li.on a {
  background: var(--color-white);
  color: #111;
}

input[type=checkbox],
input[type=radio] {
  border: 1px solid #ddd;
  appearance: none;
  cursor: pointer;
}

input[type=checkbox] {
  width: 25px;
  height: 25px;
  background: transparent url("/img/sub/icon_check_gray.png") no-repeat center/52%;
  border-radius: 50%;
}
input[type=checkbox]:checked {
  background-color: var(--color-main);
  background-image: url("/img/sub/icon_check_white.png");
  border-color: var(--color-main);
}

textarea {
  resize: none;
}

select {
  border: none;
  outline: none;
  appearance: none;
  background: #090909 url("/img/sub/arrow_select.png") no-repeat calc(100% - 40px) center;
  color: #aaa;
}
select::-ms-expand {
  display: none;
}

.search-box {
  margin: 0 0 40px;
  display: flex;
  flex-direction: row;
	column-gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-box > * {
  width: 100%;
  height: 80px;
  padding: 0 40px;
}
.search-box * {
  color: #aaa;
  font-size: 1.9rem;
  font-weight: 500;
}
.search-box select,
.search-box input[type=text] {
  background-color: #090909;
  border: 1px solid #191919;
}
.search-box select,
.search-box button {
  flex-shrink: 0;
}
.search-box select {
  max-width: 300px;
}
.search-box button {
  max-width: 240px;
  background: var(--color-main);
  color: var(--color-white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.board-box table {
  border-top: 1px solid #191919;
  table-layout: fixed;
}
.board-box table tr.top td > a {
  font-weight: 600;
}
.board-box table th, .board-box table td {
  height: 85px;
  font-size: 1.9rem;
  text-align: center;
  border-bottom: 1px solid #191919;
}
.board-box table th {
  background: #090909;
}
.board-box table td.left {
  text-align: left;
}
.board-box table td.subject {
  padding: 0 20px;
}
.board-box table td.subject a {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.view-box .top {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 60px;
  display: flex;
  flex-direction: column;
	row-gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
.view-box .top h4 {
  height: 1.3em;
  font-size: 4.8rem;
  font-weight: 500;
  font-family: var(--font-optima);
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.view-box .top div {
  display: flex;
  flex-direction: row;
	column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.view-box .top div p {
  color: #aaa;
  font-size: 1.9rem;
  line-height: 1;
}
.view-box .top div hr {
  width: 1px;
  height: 15px;
  background: #333;
}
.view-box .content {
  padding: 40px;
}
.view-box .content * {
  word-break: normal;
}
.view-box .content .inner {
  margin: 60px 0;
}
.view-box .content .file-box {
  display: flex;
  flex-direction: column;
	row-gap: 10px;
  align-items: flex-end;
  justify-content: flex-end;
}
.view-box .content .file-box a {
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
	column-gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.view-box .post-box {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
}
.view-box .post-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.view-box .post-box dl {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.view-box .post-box dl > * {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.view-box .post-box dl dt {
  width: 250px;
	column-gap: 20px;
  flex-shrink: 0;
  font-size: 1.7rem;
}
.view-box .post-box dl dd a {
  font-size: 1.9rem;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.view-box .form-button {
  width: 300px;
  height: 80px;
  border: 1px solid #333;
  font-size: 2.1rem;
  margin: 120px auto 0;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.view-box .form-button::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s transform 0.2s 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.view-box .form-button:hover {
  color: #111;
}
.view-box .form-button:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(200);
  transition: all 0.8s;
}

@media (max-width: 1200px) {
  .paging {
    margin: 60px 0 0;
  }
  select {
    background-position: calc(100% - 20px) center;
  }
  .search-box > * {
    height: 70px;
    padding: 0 20px;
  }
  .search-box select,
  .search-box button {
    max-width: 200px;
  }
  .view-box .top h4 {
    font-size: 4.2rem;
  }
  .view-box .content {
    padding: 20px;
  }
  .view-box .post-box dl {
    height: 80px;
  }
  .view-box .post-box dl dt {
    width: 200px;
  }
}
@media (max-width: 960px) {
  .search-box button {
    max-width: 140px;
  }
  .board-box table col:first-child,
  .board-box table th:first-child,
  .board-box table td:first-child {
    display: none;
  }
  .board-box table th,
  .board-box table td {
    height: 75px;
    font-size: 1.8rem;
  }
  .view-box .top {
		row-gap: 20px;
    padding: 0 0 40px;
  }
  .view-box .top h4 {
    font-size: 3.4rem;
  }
  .view-box .form-button {
    width: 200px;
    height: 70px;
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  .paging {
    margin: 50px 0 0;
  }
  .paging ul {
		column-gap: 10px;
    padding: 0 10px;
  }
  .paging ul li a {
    width: 35px;
    height: 35px;
  }
  .search-box select {
    max-width: 160px;
  }
  .search-box button {
    max-width: 120px;
  }
  .board-box table colgroup,
  .board-box table thead,
  .board-box table th:first-child,
  .board-box table td:first-child {
    display: none;
  }
  .board-box table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
		row-gap: 15px;
    border-bottom: 1px solid #191919;
    padding: 20px;
  }
  .board-box table td {
    height: auto;
    order: 2;
    border-right: none;
    border-bottom: none;
  }
  .board-box table td.subject {
    order: 1;
    width: 100%;
    padding: 0;
  }
  .board-box table td.subject a {
    text-align: left;
  }
  .board-box table td.after::after {
    content: "|";
    color: #333;
    font-size: 1.4rem;
    margin: 0 10px;
  }
  .board-box table td.marginRight {
    order: 3;
    margin: 0 0 0 auto;
  }
  .view-box .top h4 {
    font-size: 2.8rem;
  }
  .view-box .post-box dl {
    height: 60px;
  }
  .view-box .post-box dl dt {
    width: 140px;
  }
  .view-box .form-button {
    width: 160px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .search-box {
    flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 10px;
  }
  .search-box > * {
    height: 60px;
  }
  .search-box input[type=text] {
    max-width: calc(100% - 110px);
  }
  .search-box button {
    max-width: 100px;
  }
}