@charset "utf-8";
@media print, screen and (min-width: 961px) {
  /* connect_item */
  .connect_item .han_item, .connect_item .book_item, .connect_item .memory_item {
    margin-top: 60px;
  }
  .connect_item .han_item:first-child, .connect_item .book_item:first-child, .connect_item .memory_item:first-child {
    margin-top: 0;
  }
  .connect_item .title {
    font-size: 2.4rem;
  }
  /* exhibition */
  #exhibition .expo_main .detail {
    padding-bottom: 20px;
  }
  #exhibition .swiper-container {
    overflow: hidden;
  }
  #exhibition .expo_photo {
    position: relative;
  }
  #exhibition .expo_sub {
    margin-top: 100px;
  }
  #exhibition .subImgBox {
    width: 30.158%;
    padding-left: 1px;
  }
  #exhibition .subTextBox {
    width: 65.079%;
    font-size: 1.2rem;
  }
  #exhibition .noClm .subTextBox {
    width: 100%;
  }
  #exhibition .subTextBox ul li {
    margin-top: 20px;
  }
  #exhibition .subTextBox ul li:first-child {
    margin-top: 0;
  }
  #exhibition .subTextBox ul.sub li {
    margin-top: 0;
  }
  #exhibition .subTextBox ul li .title {
    font-weight: 500;
  }
  #exhibition .expo_main .detail a, #exhibition .subTextBox a {
    color: #000000;
  }
  /* swiper */
  .swiper-container {
    width: 100%;
    z-index: 10;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev {
    position: absolute;
    left: -3.07%;
    width: 8.615%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: solid 2px #808080;
    background-image: url(/common/img/icon_prev.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .swiper-button-next {
    position: absolute;
    right: -3.07%;
    width: 8.615%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: solid 2px #808080;
    background-image: url(/common/img/icon_next.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 12;
  }
  .swiper-pagination {
    position: absolute;
    bottom: -35px !important;
    height: 18px;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
  .swiper-pagination span {
    display: inline-block;
    margin: 0 5px !important;
    font-size: 0;
    line-height: 0 !important;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    transition: all 0.3s ease;
    background: #000000 !important;
  }
  .swiper-pagination span.swiper-pagination-bullet-active, .swiper-pagination span:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}