/* 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: 720px;
 padding: 30px 0;
 background-color: #f8f8f8;
 margin-top: 20px;
}
#gallery .swiper-container {
 width: 100%;
 height: 360px;
 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: 75%;
 width: 100%;
 margin-bottom: 15px;
}
#gallery .swiper-button-next, #gallery .swiper-button-prev {
 color: #555;
}
#gallery .title { padding:10px 0; background-color:#fff; font-size:16px; color: #5491CE; text-align:center;}
#gallery .gallery-thumbs {
 height: 19%;
 box-sizing: border-box;
 padding: 10px 0;
}
#gallery .gallery-thumbs .swiper-slide {
 height: 100%;
 opacity: 0.4;
}
#gallery .gallery-thumbs .swiper-slide-thumb-active {
 opacity: 1;
}