.exhibit-wrapper h2 {
  font-size: 2.25rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 700;
  color: #111111;
}
@media only screen and (max-width: 1023px) {
  .exhibit-wrapper h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit-wrapper h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.exhibits {
  margin-top: 2.5rem;
}

.exhibit {
  margin-top: 1.25rem;
  display: flex;
  flex-flow: row wrap;
  gap: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .exhibit {
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit {
    gap: 1.25rem;
  }
}

.exhibit_list {
  position: relative;
  width: 27.5rem;
}
@media only screen and (max-width: 1023px) {
  .exhibit_list {
    width: 20.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit_list {
    width: 100%;
  }
}
.exhibit_list a {
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 0.0625rem solid #E1E1E4;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .exhibit_list a {
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit_list a {
    flex-flow: column nowrap;
    height: auto;
  }
}
.exhibit_list input[type=checkbox] {
  position: absolute;
  top: 1.375rem;
  left: 1.375rem;
  border: 0.0625rem solid #999999;
}
.exhibit_list .img, .exhibit_list .empty {
  width: 27.5rem;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #C2C2C2;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .exhibit_list .img, .exhibit_list .empty {
    width: 20.125rem;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit_list .img, .exhibit_list .empty {
    width: 20rem;
    aspect-ratio: 1;
  }
}
.exhibit_list .img > img, .exhibit_list .empty > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.25s ease-in-out;
}
.exhibit_list .img > img:hover, .exhibit_list .empty > img:hover {
  transition: all 0.25s ease-in-out;
  transform: scale(1.1);
}
.exhibit_list .empty {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibit_list__contents {
  padding: 1.25rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  border-top: 0.0625rem solid #E1E1E4;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .exhibit_list__contents {
    padding: 1rem;
    width: 100%;
  }
}
.exhibit_list__contents h3 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .exhibit_list__contents h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit_list__contents h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.exhibit_list__contents > .contents-detail {
  font-weight: 400;
  display: flex;
  flex-flow: column nowrap;
  color: #767676;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .exhibit_list__contents > .contents-detail {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit_list__contents > .contents-detail {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.exhibit_list__contents > .contents-detail > div span:nth-of-type(2) {
  color: #767676;
}
.exhibit_list__contents > .contents-detail > span {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #4E99FC;
}

.admin-btns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .admin-btns {
    margin-top: 0.625rem;
  }
}
.admin-btns__item {
  display: inline-block;
  background-color: #FFFFFF;
  border: 0.0625rem solid #E1E1E4;
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .admin-btns__item {
    padding: 0.5625rem 0.625rem;
  }
}
.admin-btns .del-btn {
  margin-left: 0.625rem;
}
.admin-btns .add-btn {
  background-color: #00AB4E;
  color: #FFFFFF;
  border-radius: 0.25rem;
  padding: 0.625rem 2.5rem;
  width: fit-content;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .admin-btns .add-btn {
    padding: 0.625rem 2rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.pagination > ul {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #767676;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .pagination > ul {
    margin-top: 1.25rem;
  }
}
.pagination > ul .curPage {
  display: block;
  position: relative;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 700;
  color: #00AA4E;
}
.pagination > ul .curPage:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background: #F8F8FA;
  border-radius: 0.625rem;
  transform: translateX(-50%);
  z-index: -1;
}
.pagination > ul a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.pagination > ul a:not(.direction) {
  width: auto;
  min-width: 2.5rem;
  color: var(--font3);
}
.pagination > ul a.direction {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > ul a.direction img {
  display: block;
  width: 50%;
}
.exhibit-add .x_page-header h1 {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.exhibit-add .x_control-group {
  border-bottom: 0.0625rem solid #E1E1E5;
  display: flex;
  gap: 0.625rem;
}
.exhibit-add .x_control-group:first-of-type {
  border-top: 0.0625rem solid #E1E1E5;
}
.exhibit-add .x_control-label {
  width: 10%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-block: 0.9375rem;
  background-color: #F1F1F5;
  text-align: center;
}
.exhibit-add .x_controls {
  width: 100%;
  padding: 0.9375rem;
}
.exhibit-add .x_controls input {
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 0.0625rem solid #CCCCCC;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 0.3125rem;
  outline: none;
}
.exhibit-add .x_controls input:focus:invalid {
  color: #B94A48;
}
.exhibit-add .x_controls input:focus:invalid:focus {
  border-color: #E9322D;
}
.exhibit-add .x_controls > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}
.exhibit-add .x_help-block {
  display: block;
  margin-top: 0.625rem;
  color: #595959;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.exhibit-add .cke_reset {
  width: 100%;
}
.exhibit-add .btnArea > span {
  display: inline-block;
  background-color: #00AB4E;
  border-radius: 0.25rem;
}
.exhibit-add .btnArea > span input {
  display: inline-block;
  color: #FFFFFF;
  padding: 0.9375rem 1.25rem;
}