@charset "utf-8";

/*구조*/
.wrap_photo_newD{height:100%;}

/*타이틀*/
.wrap_photo_newD .title{display:none;}
.wrap_photo_newD .mainTitle {
	padding-bottom: 45px;
}

/*목록*/
.wrap_photo_newD .list{}
.wrap_photo_newD .list ul{}
.wrap_photo_newD .list ul li{padding-bottom:23px;}
.wrap_photo_newD .list ul li:last-child{padding-bottom:0;}

/*noData*/
.wrap_photo_newD .list .nodata{font-size:18px;color:#FFF;text-align:center;padding:40px 0;width:100%;}

/*링크*/
.wrap_photo_newD a.subject{display:block;}

/*썸네일*/
.wrap_photo_newD .thumb{width:265px;height:174px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;}
.wrap_photo_newD .thumb img{object-fit:cover;object-position:center;width:inherit;height:inherit;}

/*컨텐츠*/
.wrap_photo_newD .con{padding:35px;/**width:calc(100% - 265px);**/background:rgba(0,0,0,0.3);transition:0.5s;}

/*제목*/
.wrap_photo_newD .subjectText{font-size:19px;color:#FFF;font-family:'Dream Medium';line-height:1;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*내용*/
.wrap_photo_newD .content{font-size:14px;color:#c0c0c0;font-family:'Dream Regular';line-height:1.5;height:40px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;margin:15px 0;}

/*날짜*/
.wrap_photo_newD .dateA{font-size:15px;color:#c0c0c0;line-height:1;}
.wrap_photo_newD .dateB{display:none;}

/*더보기*/
.wrap_photo_newD .more{display:block;text-indent:-9999px;width:20px;height:20px;background:url(../images/more.png) no-repeat center;position:absolute;right:0;top:0;}

/*활성화*/
.wrap_photo_newD .list,
.wrap_photo_newD .more{display:none}
.wrap_photo_newD .inner > li.active .list,
.wrap_photo_newD .inner > li.active .more{display:block}

/*CONTROL*/
.wrap_photo_newD .control{display:none;}

@media only screen and (max-width:1280px){
	.wrap_photo_newD .list ul li{padding-bottom:20px;}
	.wrap_photo_newD .title a{font-size:24px;}
	.wrap_photo_newD .thumb{width:150px;height:120px;}
	.wrap_photo_newD .con{padding:20px;}
	.wrap_photo_newD .content{line-height:1;height:unset;word-wrap:unset;white-space:nowrap;}
}
@media only screen and (max-width:768px){
	.wrap_photo_newD .list ul li{padding-bottom:10px;}
	.wrap_photo_newD .title{padding-bottom:20px;}
	.wrap_photo_newD .title a{font-size:20px;}
	.wrap_photo_newD .thumb{width:120px;height:87px;}
	.wrap_photo_newD .con{}
	.wrap_photo_newD .subjectText{line-height:1.3;height:50px;white-space:unset;word-wrap:break-word;}
	.wrap_photo_newD .subjectText span{font-size:16px;}
	.wrap_photo_newD .content,
	.wrap_photo_newD .dateA{display:none;}
	.wrap_photo_newD .more{top:4px;}
}
/*HOVER*/
@media only screen and (min-width:1281px){
	.wrap_photo_newD a.subject:hover .con{background:rgba(0,0,0,0.7);}
	.wrap_photo_newD a.subject:hover .subjectText span{background-image:linear-gradient(to bottom, transparent 1%, #585857 0%);}
}