@charset "utf-8";

.wrap_newspaper{height:100%;}
.wrap_newspaper h2{color:#3873DF;font-family:'Pre Regular';font-size:24px;}
.wrap_newspaper .summary{color:#121619;font-family:'Pre Bold';font-size:30px;letter-spacing:-2px;line-height:1.1;margin-bottom:50px;}
.wrap_newspaper .summary br{display:none;}

/*게시판*/
.wrap_newspaper > ul{}
.wrap_newspaper > ul > li{}

/*타이틀*/
.wrap_newspaper .title{display:none;}
.wrap_newspaper .title a{}

/*목록*/
.wrap_newspaper .list{}
.wrap_newspaper .list ul{display:flex;justify-content:space-between;}
.wrap_newspaper .list ul li{width:31%;}

/*noData*/
.wrap_newspaper .list .nodata{color:#000;font-family:'Pre Bold';font-size:24px;text-align:center;padding:50px 0;width:100%;}

/*링크*/
.wrap_newspaper a.subject{display:block;height:100%;}

/*썸네일*/
.wrap_newspaper .thumb{height:300px;overflow:hidden;border-radius:10px;overflow:hidden;}
.wrap_newspaper .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_newspaper .con{}

/*제목*/
.wrap_newspaper .subjectText{color:#343A3F;font-family:'Pre Bold';font-size:20px;letter-spacing:-1px;line-height:1.3;margin-top:30px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}

/*내용*/
.wrap_newspaper .content{color:#565C63;font-family:'Pre Regular';font-size:15px;line-height:1.5;margin:30px 0 40px 0;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;transition:0.3s;}

/*날짜*/
.wrap_newspaper .date{display:none;}

/*더보기*/
.wrap_newspaper .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_newspaper .readMore{}

/*활성화*/
.wrap_newspaper .list,
.wrap_newspaper .more{display:none;}
.wrap_newspaper > ul > li.active .list,
.wrap_newspaper > ul > li.active .more{display:block;}

/*CONTROL*/
.wrap_newspaper .control{display:none;}

/*이미지없을경우*/
.wrap_newspaper .list a.withoutImg{padding:50px;background:#1778fb;border-radius:10px;transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);}
.wrap_newspaper .list a.withoutImg .subjectText{color:#FFF;margin-top:0;}
.wrap_newspaper .list a.withoutImg .content{color:#FFF;margin-bottom:0;-webkit-line-clamp:15;}

@media only screen and (max-width:1280px){
	.wrap_newspaper .list ul li{width:32%;}

	.wrap_newspaper .list a.withoutImg{padding:50px 20px;}
}
@media only screen and (max-width:768px){
	.wrap_newspaper .summary{font-size:28px;line-height:1.3;margin-bottom:30px;}
	.wrap_newspaper .summary br{display:block;}
	.wrap_newspaper .list ul{display:block;}
	.wrap_newspaper .list ul li{width:100%;margin-bottom:40px;}
	.wrap_newspaper .thumb{height:240px;}
	.wrap_newspaper .content{font-size:16px;margin:20px 0 0 0;}
	.wrap_newspaper .more{top:70px;}
}
@media only screen and (min-width:1281px){
	.wrap_newspaper a.subject.withImg:hover .thumb img{transform:scale(1.1);filter:saturate(0.5);}
	.wrap_newspaper a.subject.withImg:hover .subjectText span{background-image:linear-gradient(to bottom, transparent 60%, #d5e8ff 0%);}
	.wrap_newspaper a.subject.withImg:hover .content{color:#000;}
	.wrap_newspaper a.subject.withoutImg:hover{background:#5b697b;}
}