@charset "utf-8";

/*구조*/
.wrap_photo{height:100%;line-height:0;}
.wrap_photo .container{
    position: relative;
    padding-bottom: 60px;
}
.wrap_photo ul.inner{}
.wrap_photo ul.inner > li{}

/*타이틀*/
.wrap_photo .title{
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrap_photo .title a{}
.wrap_photo .inner > li.active .title a{
    font-size: 30px;
    font-family: 'Dream Medium';
    color: #fff;
}

/*목록*/
.wrap_photo .list{display:none;}
.wrap_photo .list ul{}
.wrap_photo .list ul li{
}
.wrap_photo .slick-slider{}

/*noData*/
.wrap_photo .list .nodata{font-size:18px;color:#000;text-align:center;padding:40px 0;width:100%;}


/*링크*/
.wrap_photo a.subject{}

/*썸네일*/
.wrap_photo .thumb{display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:0.5s;border-radius: 25px;height: 430px;}
.wrap_photo .thumb img{object-fit:cover;object-position:center;width:100%;height:100%;}

/*컨텐츠*/
.wrap_photo .con{background: rgba(0,0,0,0.3);display: flex;padding: 25px 25px;border-radius: 0 0 25px 25px;justify-content: space-between;align-items: center;margin-top: -78px;position: relative;}

/*제목*/
.wrap_photo .subjectText{font-family:'Dream Regular';font-size:20px;letter-spacing:-1px;color:#FFF;line-height:1.4;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}

/*내용*/
.wrap_photo .content{display: none;}

/*날짜*/
.wrap_photo .date{color:#fff;font-size:15px;font-family:'Dream Light';background: url('../images/rct-more-clock.png') no-repeat left 5px;padding-left:22px;}
.wrap_photo .readMore{display:none;}

/*더보기*/
.wrap_photo .more{text-indent:-9999px;position:absolute;right: 10px;bottom:10px;width:26px;height:22px;background:url(../images/album-w-arrow.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){

}
@media all and (max-width:1280px) {
	.wrap_photo .thumb{height:380px;}
	.wrap_photo .subjectText{font-size:20px;}
}
@media all and (max-width:768px) {
	.wrap_photo .slick-slider{padding:0 10px;}
	.wrap_photo .thumb{width:100%;height: 220px;border-radius: 20px;}
	.wrap_photo .con{width:100%;margin-top: -62px;padding: 20px 15px;}
	.wrap_photo .con::after{margin-top:20px;padding:10px 15px;}
	.wrap_photo .subjectText{font-size: 16px;max-width: calc(100% - 100px);}
	.wrap_photo .content{font-size:16px;}
	.wrap_photo .inner > li.active .title a{font-size:28px;}
	.wrap_photo .date{/* display: none; */font-size: 12px;width: 90px;background-position: left 1px;padding-left: 18px;}
}