.gallery_list .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery_list .image_block > img {
  object-fit: cover;
}

.gallery_list .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.gallery_list .gallery_description {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .gallery_list .gallery_description {
    font-size: 130%;
    line-height: 22px;
  }
}

.gallery_list .gallery_date {
  font-size: 120%;
  line-height: 14px;
}

.content {
  padding-bottom: 60px;
}

.gallery_page .section_title {
  padding-top: 50px;
}

.gallery_main {
  position: relative;
}
.gallery_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 26vw;
  max-height: 377px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.gallery_list {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.gallery_list li {
  max-width: 33.3%;
  flex: 0 0 33.3%;
  padding: 20px 10px 0;
}
.gallery_list .item_inner {
  height: 100%;
  background: #ffffff;
}
.gallery_list .image_block {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.gallery_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 67.8%;
}
.gallery_list .info_block {
  padding: 10px 20px 15px;
}
.gallery_list .gallery_date {
  color: #7F87A9;
}
.gallery_list .gallery_description {
  padding-top: 5px;
}

@media screen and (max-width: 1199px) {
  .gallery_page .section_title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding-bottom: 50px;
  }
  .gallery_list {
    padding-top: 0;
  }
  .gallery_list .info_block {
    padding: 10px 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  .gallery_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .gallery_list .info_block {
    padding: 10px 15px 15px;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 40px;
  }
  .gallery_page .section_title {
    padding-top: 30px;
  }
  .gallery_list {
    margin: 0 -5px;
  }
  .gallery_list li {
    padding: 20px 5px 0;
  }
  .gallery_list .info_block {
    padding: 10px 12px 15px;
  }
}
@media screen and (max-width: 399px) {
  .gallery_list {
    margin: 0;
  }
  .gallery_list li {
    padding: 20px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .gallery_list .info_block {
    padding: 10px 15px 15px;
  }
}
.touch .slick-arrow {
  width: auto;
  height: auto;
}

.web .gallery_list .image_block, .gallery_list .web .image_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .gallery_list .image_block, .gallery_list .touch .image_block {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.web .gallery_list .image_block:hover, .gallery_list .web .image_block:hover {
  opacity: 0.7;
}
.touch .gallery_list .image_block:active, .gallery_list .touch .image_block:active {
  opacity: 0.7;
}

/*# sourceMappingURL=galleryinner.css.map */
