#gal .article > div {
  padding: 40px 0 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
#gal .article > div h2 {
  text-transform: uppercase;
}
#gal .article > div h2 a {
  font-weight: 500;
}
#gal .article > div > div {
  padding: 0 15px 40px;
  flex-basis: 100%;
}
#gal .article > div > div p {
  min-height: initial;
}
#gal .article > div div.left {
  width: 100%;
}
#gal .article > div div.right {
  width: 100%;
}
#gal .article > div img {
  border-radius: 15px;
}

#gallery .article {
  padding: 40px 0;
}
#gallery .article h1 {
  font-size: 16pt;
  line-height: 1.4;
  white-space: pre-line;
  text-align: center;
  text-transform: uppercase;
}
#gallery .article ul.gallery {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}
#gallery .article ul.gallery li {
  padding: 0 10px 40px 10px;
  box-sizing: border-box;
}
#gallery .article ul.gallery li img {
  width: 100%;
  border-radius: 15px;
}
#gallery .article ul.gallery li p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

#gallery-dtl section.slideshow .swiper-slideshow .banner > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#gallery-dtl section.slideshow .swiper-slideshow .banner > img.floor {
  object-fit: scale-down;
}
#gallery-dtl section.slideshow .swiper-slideshow .swiper-wrapper {
  height: 300px;
}
#gallery-dtl section.slideshow ul.thumbs {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#gallery-dtl section.slideshow ul.thumbs li {
  width: 23%;
  height: 80px;
  margin: 0 3px 8px 4px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#gallery-dtl section.slideshow ul.thumbs li.active {
  height: 80px;
  border: 2px solid #000;
}
#gallery-dtl section.slideshow ul.thumbs li.active > a {
  width: 100%;
  height: 76px;
  display: inline-block;
}
#gallery-dtl section.slideshow ul.thumbs li.active > a > img {
  opacity: 0.6;
}
#gallery-dtl section.slideshow ul.thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery-dtl section.slideshow ul.thumbs li img.floor {
  object-fit: scale-down;
}
#gallery-dtl .article {
  padding: 0 15px 100px;
  margin: 0 auto;
}
#gallery-dtl .article .data {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
#gallery-dtl .article .data p {
  padding: 0;
  box-sizing: border-box;
  flex-basis: 80%;
  text-align: left;
}
#gallery-dtl .article h1 {
  padding: 10px 0;
  font-size: 18pt;
  font-weight: 500;
  text-transform: uppercase;
}
