@charset "utf-8";

.photo_recent{max-width:1920px;margin: 0 auto;}
.photo_recent .title{display:none;}

.photo_recent .con .content{display:none;}
.photo_recent .con .date{display:none;}
.photo_recent .readMore{display:none;}

.photo_recent .con .subjectText{opacity:0;transition:all ease .5s;font-size:65px;font-family: 'Noto Black';color:#8b0029;position:absolute;left:50%;top: 50%;z-index: 102;line-height: 1.3;transform:translate(-50%,-50%);margin-top: 6.5%;width: 33.333%;display: -webkit-box;-webkit-line-clamp: 3;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;}
.photo_recent .con .subjectText > span{}
.photo_recent .list > ul{font-size:0;}
.photo_recent .list > ul > li{display:inline-block;vertical-align:bottom;}
.photo_recent .list > ul > li > a:hover .con .subjectText{opacity:1;}
.photo_recent .list > ul > li > a .thumb{overflow:hidden;max-height: 522px;display: flex;flex-direction: column;justify-content: center;}
.photo_recent .list > ul > li > a .thumb img{width:100%;min-width:100%;transition:all ease .5s;position: relative;/* transform: translateY(-22.5%); */}
.photo_recent .list > ul > li > a:hover .thumb img{filter:grayscale(1);}

.photo_recent .list > ul > li:nth-child(1){width:50%;}
.photo_recent .list > ul > li:nth-child(2){width: 50%;}
.photo_recent .list > ul > li:nth-child(2) > a{width:50%;display: inline-block;}
.photo_recent .list > ul > li:nth-child(2) > a .thumb{max-height:266px;}

.photo_recent .list > ul > li:nth-child(3){width:50%;}
.photo_recent .list > ul > li:nth-child(3) > a{width:50%;display:inline-block;}
.photo_recent .list > ul > li:nth-child(3) > a:before{content:'';width:1px;height: 522px;background: #e5e5e5;position: absolute;top: 522px;left: 25%;}
.photo_recent .list > ul > li:nth-child(3) > a .thumb{max-height:266px;}

.photo_recent .list > ul > li:nth-child(4){width:50%;}
.photo_recent .list > ul > li:nth-child(4):before{content:'';width:1px;height: 522px;background: #e5e5e5;position: absolute;top: 522px;left: 50%;}

.photo_recent .list > ul > li:nth-child(5){width:100%;}
.photo_recent .list > ul > li:nth-child(5) > a{width:25%;display:inline-block;margin-left:25%;}
.photo_recent .list > ul > li:nth-child(5) > a .thumb{max-height:266px;}

.photo_recent .more{display:none;}

@media (max-width: 1023px) {
.photo_recent .list > ul > li > a .thumb{max-height:250px;}
.photo_recent .list > ul > li:nth-child(2) > a .thumb{max-height:130px;}    
.photo_recent .list > ul > li:nth-child(3) > a .thumb{max-height:130px;}    
.photo_recent .list > ul > li:nth-child(5) > a .thumb{max-height:130px;}        
.photo_recent .con .subjectText{font-size:30px;}

.photo_recent .list > ul > li:nth-child(3) > a:before{top: 250px;height: 250px;}
.photo_recent .list > ul > li:nth-child(4):before{top:250px;height: 500px;display: none;}
}

@media (max-width: 767px) {
.photo_recent{padding-bottom:150px;}    
.photo_recent .list > ul > li:nth-child(1){width:100%;}
.photo_recent .list > ul > li > a .thumb{max-height:320px;}    
.photo_recent .list > ul > li:nth-child(4),
.photo_recent .list > ul > li:nth-child(5){display:none;}
.photo_recent .list > ul > li:nth-child(2){position:relative;top:150px;}    
.photo_recent .list > ul > li:nth-child(2) > a{width:calc(100% - 25px);margin-left:25px;}
.photo_recent .list > ul > li:nth-child(3) > a{width:calc(100% - 25px);}    
.photo_recent .list > ul > li:nth-child(3) > a .thumb{max-height:145px;}
.photo_recent .list > ul > li:nth-child(2) > a .thumb{max-height:145px;}
.photo_recent .list > ul > li:nth-child(3) > a:before{display:none;}
.photo_recent .list > ul > li > a .con .subjectText{display:none;}   
.photo_recent .list > ul > li:nth-child(1) > a .con .subjectText{display:block;opacity:1;margin-top: 0;top: 25%;font-size: 40px;width: 75%;font-family: 'Noto Black';text-align: center;}    
.photo_recent .list > ul > li:nth-child(1) > a .thumb img{filter:grayscale(1);}
}