@charset "utf-8";

/*구조*/
.wrap_news,
.wrap_news .container,
.wrap_news ul.inner,
.wrap_news ul.inner > li,
.wrap_news .list,
.wrap_news .slick-slider,
.wrap_news .slick-list,
.wrap_news .slick-track,
.wrap_news .slick-slide,
.wrap_news .slick-slide > div,
.wrap_news .slick-slide > div,
.wrap_news .slick-slide > div > li,
.wrap_news .slick-slide > div > li > a{height:100%;}

/*타이틀*/
.wrap_news .title{display:none;}
.wrap_news .title a{}
.wrap_news .inner > li.active .title a{}

/*목록*/
.wrap_news .list{}
.wrap_news .list ul{}
.wrap_news .list ul li{}
.wrap_news .slick-slider{padding:0;}

/*noData*/
.wrap_news .list .nodata{font-size:18px;color:#222;text-align:center;padding:40px 0;width:100%;border:0 !important;}

/*링크*/
.wrap_news a.subject{display:block;position:relative;}
.wrap_news a.subject::before{content:"";display:block;width:calc(100% - 35px);height:calc(100% - 35px);background:url(../images/pattern.png) repeat;position:absolute;right:0;bottom:0;}

/*썸네일*/
.wrap_news .thumb{overflow:hidden;margin:0 25px 0 30px;height:calc(100% - 25px);position:relative;}
.wrap_news .thumb img{object-fit:cover;object-position:center;width:100%;height:100%;transition:0.5s;position:relative;}

/*컨텐츠*/
.wrap_news .con{background:rgba(139,0,41,0.7);padding:20px;position:absolute;left:0;bottom:0;transition:0.5s;width:75%;}
.wrap_news .con::before{content:"";display:block;width:50px;height:1px;background:rgba(255,255,255,0.5);position:absolute;left:-25px;top:0;transform:rotate(45deg);}

/*제목*/
.wrap_news .subjectText{line-height:1.3;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
.wrap_news .subjectText span{font-size:18px;color:#FFF;font-family:'Noto Regular';}

/*내용*/
.wrap_news .content{line-height:1.1;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;margin-top:10px;}
.wrap_news .content span{font-size:14px;color:#FFF;font-family:'Noto Regular';}

/*날짜*/
.wrap_news .date{display:none;}

.wrap_news .readMore{display:none;}

/*더보기*/
.wrap_news .more{display:none !important;text-indent:-9999px;position:absolute;right:0;bottom:200px;width:100px;height:100px;background:#DDD url(../images/more.png) center no-repeat;}

/*활성화*/
.wrap_news .list,
.wrap_news .more{display:none}
.wrap_news .inner > li.active .list,
.wrap_news .inner > li.active .more{display:block}

/*CONTROL*/
.wrap_news .slick-arrow{display:block;width:60px;height:60px;font-size:0;position:absolute;left:0;z-index:1;transition:0.5s;}
.wrap_news .slick-prev{bottom:198px;background:rgba(139,0,41,0.7) url(../images/prev_w.png) center no-repeat;}
.wrap_news .slick-next{bottom:137px;background:rgba(0,0,0,0.5) url(../images/next_w.png) center no-repeat;}

/*HOVER*/
@media only screen and (min-width:1281px){
	.wrap_news a.subject:hover .con{background:rgba(139,0,41,1);}
	.wrap_news .slick-prev:hover{background-color:rgba(139,0,41,1);}
	.wrap_news .slick-next:hover{background-color:rgba(0,0,0,1);}

}
@media only screen and (max-width:1280px){
	.wrap_news .title{left:60px;}
	.wrap_news a.subject::before{display:none;}
	.wrap_news .thumb{margin:0;height:100%;}
	.wrap_news .con{width:100%;}
}
@media only screen and (max-width:768px){
	.wrap_news .title{position:relative;left:unset;top:unset;padding-bottom:10px;}
	.wrap_news .title a{color:#000;font-size:18px;font-family:'Noto Bold';}
	.wrap_news .thumb{height:300px;}
	.wrap_news .subjectText span{font-size:16px;}
	.wrap_news .content{display:none;}
	.wrap_news .slick-arrow{width:50px;height:50px;}
	.wrap_news .slick-prev{bottom:calc(50% - 25px);}
	.wrap_news .slick-next{bottom:calc(50% - 25px);left:unset;right:0;}
}