/* 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: 600px;
 background-color: #EEE;
}
#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%;
}
#gallery .swiper-button-next, #gallery .swiper-button-prev {
 color: #555;
}
#gallery .gallery-thumbs {
 height: 20%;
 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;
}