@charset "utf-8";

.wrap_news{height:100%;}
.wrap_news h2{color:#3873DF;font-family:'Pre Regular';font-size:24px;margin-left:58%;}

/*게시판*/
.wrap_news > ul{}
.wrap_news > ul > li{}

/*타이틀*/
.wrap_news .title{display:none;}
.wrap_news .title a{}

/*목록*/
.wrap_news .list{}
.wrap_news .list ul{padding-left:58%;}
.wrap_news .list ul li{}

/*noData*/
.wrap_news .list .nodata{color:#000;font-family:'Pre Bold';font-size:24px;text-align:center;padding:50px 0;width:100%;}

/*링크*/
.wrap_news a.subject{padding:28px 0;border-top:1px solid #d5d9de;display:flex;align-items:center;justify-content:space-between;}

/*썸네일*/
.wrap_news .thumb{width:36%;height:201px;overflow:hidden;border-radius:10px;overflow:hidden;}
.wrap_news .thumb.notUse {display:none;}
.wrap_news .thumb img{object-fit:cover;object-position:center;width:100%;height:100%;border-radius:10px;transform:scale(1);transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);}

/*컨텐츠*/ 
.wrap_news .con{width:100%;}

/*제목*/
.wrap_news .subjectText{color:#343A3F;font-family:'Pre Bold';font-size:20px;letter-spacing:-1px;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}

/*내용*/
.wrap_news .content{color:#565C63;font-family:'Pre Medium';font-size:15px;line-height:1.5;margin-top:30px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;transition:0.3s;}

/*날짜*/
.wrap_news .date{display:none;}

/*더보기*/
.wrap_news .more{display:block;text-indent:-9999px;width:48px;height:48px;border-radius:100%;background:#DCEBFF url(../images/more.png) no-repeat center;position:absolute;right:0;top:0;}

/*꾸미기*/
.wrap_news .readMore{}

/*활성화*/
.wrap_news .list,
.wrap_news .more{display:none;}
.wrap_news > ul > li.active .list,
.wrap_news > ul > li.active .more{display:block;}

/*CONTROL*/
.wrap_news .control{display:none;}

/*첫글*/
@media only screen and (min-width:769px){
	.wrap_news .list ul li:first-child a.subject{border-top:0;}
	.wrap_news .list ul li:first-child .thumb{position:absolute;left:0;top:0;width:54%;height:512px;}
	.wrap_news .list ul li:first-child .subjectText{}
	.wrap_news .list ul li:first-child .content{}
	.wrap_news .list ul li:first-child .con{width:100%;}
}
@media only screen and (max-width:768px){
	.wrap_news h2{margin-left:0;}
	.wrap_news .list ul{padding-left:0;}
	.wrap_news a.subject{padding:28px 0;border-top:0;display:block;}
	.wrap_news .thumb{width:100%;height:240px;}
	.wrap_news .con{width:100%;margin-top:30px;}
	.wrap_news .content{font-size:16px;margin-top:20px;}
}
@media only screen and (min-width:1281px){
	.wrap_news a.subject:hover .thumb img{transform:scale(1.1);filter:saturate(0.5);}
	.wrap_news a.subject:hover .subjectText span{background-image:linear-gradient(to bottom, transparent 60%, #d5e8ff 0%);}
	.wrap_news a.subject:hover .content{color:#000;}
}