@charset "UTF-8";

/* left title*/
.wrap-photoGallery .fixed_box{width:33%;height: 100%;display: inline-block;vertical-align: top;padding-top:9px; position:relative; z-index:1; background-color:#fff; padding: 0 100px 0 50px; word-break: keep-all;}
.wrap-photoGallery .fixed_box strong{font-family: 'Noto Bold';font-size: 45px; padding-top: 9px; display: block; line-height:1.2; letter-spacing:-2px;}
.wrap-photoGallery .fixed_box strong:after{content:''; width:40px; height:2px; background-color:#000; display:block; margin:20px 0;}
.wrap-photoGallery .fixed_box span.sub-title{display:block;font-size:26px;line-height: 1.2; margin-bottom: 10px; letter-spacing:-1px;}
.wrap-photoGallery .fixed_box p{font-size:16px; line-height: 1.6;}
.wrap-photoGallery .fixed_box .f-orange{color:#ed6712; display:block;}

/*slider list*/
.wrap-photoGallery {margin:0 auto;display: block; max-width:1400px; padding:80px 0;}
.wrap-photoGallery .slick-list{overflow:inherit;}
.wrap-photoGallery .slider {overflow:inherit;}
.wrap-photoGallery .slider li {text-align:center;padding: 0 15px;}
.wrap-photoGallery .slider li a{display:block; position:relative;}
.wrap-photoGallery .list{display: inline-block;width: calc(100% - 34%);vertical-align: top;padding-top: 30px;}

/*thum*/
.wrap-photoGallery .thum{text-align:right; padding-bottom:30px; height:calc(100% - 40px); overflow:hidden;}
.wrap-photoGallery .slider li img {display:inline-block; max-width:100%; width:100%; object-fit: cover; transform: translateZ(0); image-rendering: -webkit-optimize-contrast;}

/*list-text*/
.wrap-photoGallery .slider li .con{opacity:0}
.wrap-photoGallery .slider li.slick-active .con{display:block; opacity:1; transition:ease all .3s}
.wrap-photoGallery .con{text-align: left;padding: 20px 0; font-family: 'Noto Light'; box-sizing: border-box; background-color:#266f8c; color:#fff; position:absolute; bottom:0; left:0; width:60%; box-sizing:border-box; padding:20px 20px 70px 20px;}
.wrap-photoGallery .con em{font-size:14px; font-style:italic; display:block; margin-bottom:10px;}
.wrap-photoGallery .con .con_title{font-size:18px;display: block;margin-bottom:15px; line-height:20px; height:40px; overflow:hidden;}
.wrap-photoGallery .con p{font-size:18px;line-height: 1.4;height: 52px;overflow: hidden;}
.wrap-photoGallery .con .date{font-size:16px;  position:absolute; bottom:0; left:20px; width:100%;}

/*control*/
.wrap-photoGallery .prevnext {z-index: 999; margin-top:30px;}
.wrap-photoGallery .prevnext .container {position: relative;}
.wrap-photoGallery .prevnext .numbering{display:inline-block;}
.wrap-photoGallery .prevnext .slick-arrow {background:url(./../images/news-arr.png) no-repeat;  border:1px solid #ccc; width:58px; height:58px; text-indent: -9999px;}
.wrap-photoGallery .prevnext .slick-arrow.prev {background-position:20px center;}
.wrap-photoGallery .prevnext .slick-arrow.next {background-position:-85px center;}
.wrap-photoGallery .numbering{ padding:0 30px;}
.wrap-photoGallery .numbering span{margin:0 0; font-size:35px; font-family: 'Noto Light'; display:inline-block; line-height:1;}
.wrap-photoGallery .numbering span.now{vertical-align:top; margin-top:-15px;}
.wrap-photoGallery .numbering span.total{color:#666; font-size:25px; vertical-align:bottom; margin-bottom: -10px; margin-left: -10px;}
.wrap-photoGallery .numbering span.slash{transform: rotate(30deg);}

@media all and (max-width:1400px){
   .wrap-photoGallery .fixed_box{padding:0 30px 0 30px;}
   .wrap-photoGallery .fixed_box strong {font-size:35px}
   .wrap-photoGallery .prevnext .slick-arrow {width:40px; height:40px}
   .wrap-photoGallery .prevnext .slick-arrow.prev {    background-position-x: 12px;}
   .wrap-photoGallery .prevnext .slick-arrow.next {    background-position-x: -95px;}
   .wrap-photoGallery .numbering {padding:0 15px}
   .wrap-photoGallery .numbering span {font-size: 21px !important;}
   .wrap-photoGallery .numbering span.now {margin-top: -10px;}
}

@media all and (max-width:1023px){
	.wrap-photoGallery .fixed_box{width:100%;}
	.wrap-photoGallery .list{width:100%;}
	.wrap-photoGallery .prevnext{position: absolute; right: 0; top: 0; transform: scale(.8);}
	.wrap-photoGallery .fixed_box .f-orange{display:inline-block;}
	
}

 @media all and (max-width:768px){ 
   .wrap-photoGallery .fixed_box {padding:0 20px}
   .wrap-photoGallery .fixed_box strong {font-size:28px;padding-right: 115px;}
   .wrap-photoGallery .fixed_box strong:after {margin:10px 0 15px}
   .wrap-photoGallery .numbering span {margin: 0 !important; vertical-align: middle !important;}
   .wrap-photoGallery .numbering span.slash {transform: rotate(3deg); top: -2px; position: relative;}
   .wrap-photoGallery .numbering {padding: 0 10px;}
   .wrap-photoGallery .prevnext {top: 7px;margin:0}
   .wrap-photoGallery .prevnext .slick-arrow {width: 35px; height: 35px;}
	
}