@charset "UTF-8";

.global_mode_gallery2{margin-top:15px;padding-top:14px;}
.global_mode_gallery2 .gallery_title_box{max-width:1440px; margin:0 auto; text-align:center;}
.global_mode_gallery2 .gallery_title_box .gallery_title{font-size: 36px; line-height: 40px; color: #121f38;}
.global_mode_gallery2 .gallery_title_box .gallery_subtitle{font-size: 18px; line-height: 30px; color: #c38c71;}
.global_mode_gallery2 .gallery_title_box .gallery_subtitle a{color: #c38c71;}
.global_mode_gallery2 .gallery_content{margin-top:80px;}
.global_mode_gallery2 .gallery_content .gallery_list .gallery_img_item{float:left;width:16.6666%;position: relative;cursor: pointer;}
.global_mode_gallery2 .gallery_content .gallery_list .gallery_img_item .hover_btn{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;transition: all 0.3s ease-out; background: rgba(0,0,0,0.8) no-repeat center center;}
.global_mode_gallery2 .gallery_content .gallery_list .gallery_img_item:hover .hover_btn{opacity: 1;}
.global_mode_gallery2 .gallery_content .gallery_list .gallery_img_item a{display:block; width:100%; position: relative; padding-top: 100%;}
.global_mode_gallery2 .gallery_content .gallery_list .gallery_img_item a>img{position: absolute; top: 0; right: 0;  bottom: 0; left: 0; margin: auto;max-width: 100%;max-height: 100%;}

@media screen and (max-width:1000px){
	.global_mode_gallery2 .gallery_content{margin-top:30px;}
	.global_mode_gallery2 .gallery_content .gallery_list{overflow-x:scroll;white-space:nowrap;font-size:0;}
	.global_mode_gallery2 .gallery_content .gallery_list .gallery_img_item{float:none;width:180px;display:inline-block;}
	.global_mode_gallery2 .gallery_content .gallery_list .gallery_img_item .hover_btn{display: none;}
}