@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{margin-left:-1px;}
.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;padding-left:1px;}

/*썸네일*/
.wrap_photo .thumb{display:flex;align-items:center;justify-content:center;overflow:hidden;width:45%;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:50%;}
.wrap_photo .con::after{content:"자세히 보기";display:inline-block;margin-top:40px;border:2px solid #EEE;padding:15px 19px;font-family:'Noto Bold';font-size:14px;color:#EEE;line-height:1;transition:0.2s;}

/*제목*/
.wrap_photo .subjectText{font-family:'Noto Medium';font-size:35px;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:#EEE;line-height:1.5;margin-top:30px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;}

/*날짜*/
.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);transition:0.3s;z-index:1;}
.wrap_photo .slick-prev{left:0;background:url(../images/prev_w.png) left no-repeat;}
.wrap_photo .slick-next{right:0;background:url(../images/next_w.png) right no-repeat;}

/*HOVER*/
@media only screen and (min-width:1281px){
	.wrap_photo a.subject:hover .con::after{border-color:#972c3f;background:#972c3f;}
	.wrap_photo a.subject:hover .subjectText span{background-image:linear-gradient(to bottom, transparent 60%, #972c3f  0%);}
	.wrap_photo .slick-prev:hover{background-position:left center;}
	.wrap_photo .slick-next:hover{background-position:right center;}
}
@media all and (max-width:1280px) {
	.wrap_photo .thumb{height:300px;}
	.wrap_photo .subjectText{font-size:25px;}
}
@media all and (max-width:768px) {
	.wrap_photo .slick-slider{padding:0 20px;}
	.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{display:none;}
	.wrap_photo .subjectText{font-size:18px;}
	.wrap_photo .content{font-size:14px;margin-top:20px;}
	.wrap_photo .slick-arrow{width:40px;height:40px;top:calc(50% - 20px);}
}