@charset "utf-8";

/*구조*/
.wrap_photo{height:100%;line-height:0;}
.wrap_photo .container{}
.wrap_photo ul.inner{}
.wrap_photo ul.inner > li{}

/*타이틀*/
.wrap_photo .title{display:none;}
.wrap_photo .title a{}
.wrap_photo .inner > li.active .title a{}

/*목록*/
.wrap_photo .list{display:none;}
.wrap_photo .list ul{}
.wrap_photo .list ul li{}
.wrap_photo .slick-slider{padding:0 80px;}

/*noData*/
.wrap_photo .list .nodata{font-size:18px;color:#000;text-align:center;padding:40px 0;width:100%;}


/*링크*/
.wrap_photo a.subject{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;}

/*썸네일*/
.wrap_photo .thumb{display:flex;align-items:center;justify-content:center;overflow:hidden;width:55%;height:450px;position:relative;transition:0.5s;}
.wrap_photo .thumb img{object-fit:cover;object-position:center;width:100%;height:100%;}

/*컨텐츠*/
.wrap_photo .con{width:40%;}
.wrap_photo .con::after{content:"자세히 보기";display:inline-block;margin-top:40px;border:2px solid #FFF;padding:15px 19px;font-size:14px;color:#FFF;line-height:1;transition:0.3s;}

/*제목*/
.wrap_photo .subjectText{font-family:'Noto Medium';font-size:30px;letter-spacing:-2px;color:#FFF;line-height:1.4;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}

/*내용*/
.wrap_photo .content{font-family:'Noto Light';font-size:20px;color:#FFF;line-height:1.5;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;margin-top:20px;}

/*날짜*/
.wrap_photo .date{display:none;}
.wrap_photo .readMore{display:none;}

/*더보기*/
.wrap_photo .more{display:none !important;text-indent:-9999px;position:absolute;right:20px;bottom:0;width:40px;height:40px;background:url(../images/more.png) center no-repeat;}

/*활성화*/
.wrap_photo .list,
.wrap_photo .more{display:none}
.wrap_photo .inner > li.active .list,
.wrap_photo .inner > li.active .more{display:block}

/*CONTROL*/
.wrap_photo .slick-arrow{display:block;width:60px;height:60px;font-size:0;position:absolute;top:calc(50% - 30px);z-index:1;}
.wrap_photo .slick-prev{left:0;background:url(../images/prev_w.png) left center no-repeat;}
.wrap_photo .slick-next{right:0;background:url(../images/next_w.png) right center no-repeat;}

/*HOVER*/
@media only screen and (min-width:1281px){
	.wrap_photo a.subject:hover .con::after{border-color:#8b0029;background:#8b0029;}
	.wrap_photo a.subject:hover .subjectText span{background-image:linear-gradient(to bottom, transparent 60%, #8b0029  0%);}
	.wrap_photo button.prev:hover{background-color:#222;}
	.wrap_photo button.next:hover{background-color:#222;}
}
@media all and (max-width:1280px) {
	.wrap_photo .thumb{height:350px;}
	.wrap_photo .subjectText{font-size:25px;}
}
@media all and (max-width:768px) {
	.wrap_photo .slick-slider{padding:0 30px;}
	.wrap_photo a.subject{align-items:center;justify-content:space-between;flex-direction:column;}
	.wrap_photo .thumb{width:100%;height:200px;}
	.wrap_photo .con{width:100%;margin-top:15px;}
	.wrap_photo .con::after{margin-top:20px;padding:10px 15px;}
	.wrap_photo .subjectText{font-size:18px;}
	.wrap_photo .content{font-size:16px;}
}