@charset "utf-8";

.wrap_photo{height:100%;border:10px solid #CCC;background:#FFF;padding:40px;transition:0.5s;}
.wrap_photo .container{}

/*게시판*/
.wrap_photo .inner{}
.wrap_photo .inner > li{}
/*타이틀*/
.wrap_photo .title{}
.wrap_photo .title a{font-size:30px;color:#151515;line-height:1;font-family:'Noto Medium';}
/*목록*/
.wrap_photo .list{}
.wrap_photo .list ul{}
.wrap_photo .list ul li{width:100%;}
.wrap_photo .slick-slider,
.wrap_photo .slick-list{position:unset;}
/*noData*/
.wrap_photo .list .nodata{font-size:18px;text-align:center;padding:60px;width:100%;}
/*링크*/
.wrap_photo a.subject{display:block;position:relative;margin-top:30px;}
/*썸네일*/
.wrap_photo .thumb{width:100%;height:230px;overflow:hidden;padding:15px 15px 0 0;position:relative;}
.wrap_photo .thumb::before{content:"";display:block;width:100px;height:80px;background:#8b0029;position:absolute;top:0;right:0;}
.wrap_photo .thumb img{object-fit:cover;object-position:center;width:100%;height:100%;position:relative;}
/*컨텐츠*/
.wrap_photo .con{}
/*제목*/
.wrap_photo .subjectText{font-size:20px;color:#000;line-height:1.3;font-family:'Noto Medium';width:100%;margin-top:20px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
/*내용*/
.wrap_photo .content{font-size:16px;color:#666;line-height:1.3;font-family:'Noto Light';margin-top:10px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
/*날짜*/
.wrap_photo .date{display:none;}
.wrap_photo .readMore{display:none;}
/*더보기*/
.wrap_photo .more{display:block;text-indent:-9999px;position:absolute;right:30px;top:40px;width:30px;height:30px;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}
.wrap_photo .inner > li.active .title a{}
/*CONTROL*/
.wrap_photo .slick-arrow{display:block;width:30px;height:30px;font-size:0;position:absolute;top:40px;}
.wrap_photo .slick-prev{right:90px;background:url(../images/prev_b.png) center no-repeat;}
.wrap_photo .slick-next{right:60px;background:url(../images/next_b.png) center no-repeat;}

/*HOVER*/
@media only screen and (min-width:1281px){
	.wrap_photo:hover{border-color:#666;}
}

@media only screen and (max-width:1280px){
	.wrap_photo{padding:20px;}
	.wrap_photo .title a{font-size:23px;}
	.wrap_photo .more{top:18px;right:5px;}
	.wrap_photo .slick-arrow{top:18px;}
	.wrap_photo .slick-prev{right:70px;}
	.wrap_photo .slick-next{right:35px;}
}
@media only screen and (max-width:768px){
	.wrap_photo{border:0;padding:0;}
	.wrap_photo .title{padding:20px 0 0 20px;}
	.wrap_photo .title a{font-size:18px;}
	.wrap_photo a.subject{margin-top:20px;}
	.wrap_photo .thumb{height:200px;padding:0;}
	.wrap_photo .thumb::before{display:none;}
	.wrap_photo .subjectText{font-size:16px;-webkit-line-clamp:2;margin:20px;}
	.wrap_photo .content{display:none;}
	.wrap_photo .more{top:17px;}
	.wrap_photo .slick-arrow{top:17px;}
}