/* gallery_list
----------------------------------------------- */
#case-gallery .gallery-list { }
#case-gallery .gallery-list .item { margin-top: 20px; }
#case-gallery .gallery-list .item .title { margin-top: 5px; text-align: center; }
/* gallery
----------------------------------------------- */
#gallery { height: 680px; background-color: #f5f5f5; margin-top: 10px; }
#gallery .swiper-container { width: 100%; height: 300px; margin-left: auto; margin-right: auto; }
#gallery .swiper-slide { background-repeat: no-repeat; background-position: center center; background-size: auto 100%; }
#gallery .gallery-top { height: 80%; width: 100%; padding:20px 0;}
#gallery .swiper-button-next, #gallery .swiper-button-prev { color: #555; }
#gallery .gallery-thumbs { height: 20%; box-sizing: border-box; padding: 15px 0; background:#efefef;}
#gallery .gallery-thumbs .swiper-slide { height: 100%; opacity: 0.4; }
#gallery .gallery-thumbs .swiper-slide-thumb-active { opacity: 1; }