@charset "utf-8";

.txtBg{opacity:0.04;position:absolute;left:0;top:0;overflow:hidden;width:100%;display:flex;}
.txtBgInner{display:flex;white-space:nowrap;animation:infinite-flow 100s linear infinite;}
.txtBgInner span{padding-right:5rem;font-size:20rem;font-family:'paper-bk';color:#000;line-height:1;}
@keyframes infinite-flow {
  0%{transform: translateX(0);}
  100%{transform: translateX(-50%);}
}
@media all and (max-width:1024px){
	.txtBgInner span{font-size:7rem;}
}

/*구조*/
.wrap_news{min-height:62.6rem;padding-top:8rem;}
.wrap_news .container{max-width:172rem;margin:0 auto;}
/*타이틀*/
.wrap_news .mainTitle_2{}
.wrap_news .mainTitle_2 h2{line-height:1;}
.wrap_news .mainTitle_2 h2::after{content:"";display:block;width:9.2rem;height:1px;background:#4d4d4d;margin:4rem auto 2rem auto;}
.wrap_news .mainTitle_2 p{padding-top:0;}
.wrap_news ul.inner{}
.wrap_news ul.inner > li{}
/*탭*/
.wrap_news .title{display:none;}
/*목록*/
.wrap_news .list{}
.wrap_news .list ul{display:flex;justify-content:space-between;}
.wrap_news .list ul li{width:31%;}
/*noData*/
.wrap_news .list .nodata{font-size:2rem;color:#000;text-align:center;padding:4rem;width:100%;}
/*링크*/
.wrap_news a.subject{display:block;border:1px solid #cdcdcd;border-radius:4rem;overflow:hidden;}
/*컨텐츠*/
.wrap_news .con{padding:4rem;background:#FFF;border-top-left-radius:2rem;border-top-right-radius:2rem;}
.wrap_news .item_1{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;}
/*카테*/
.wrap_news .cate{font-size:1.6rem;color:#FFF;font-family:'paper-r';line-height:1;padding:0.7rem 1.4rem;background:#1f96e3;border-radius:0.5rem;}
/*날짜*/
.wrap_news .date{font-size:1.4rem;color:#666;font-family:'paper-l';line-height:1;display:flex;align-items:center;}
.wrap_news .date::before{width:2.2rem;height:2rem;background:url('../images/icon_clock.png') no-repeat left center;content:"";display:block;}
/*제목*/
.wrap_news .subjectText{font-size:3.2rem;color:#000;font-family:'paper-m';line-height:1.3;margin-bottom:3rem;min-height:13rem;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;}
/*내용*/
.wrap_news .content{font-size:1.65rem;color:#666;font-family:'paper-l';line-height:1.5;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;}
/*썸네일*/
.wrap_news .thumb{text-align:center;height:32.5rem;overflow:hidden;}
.wrap_news .thumb img{display:inline;object-fit:cover;object-position:center;width:100%;height:100%;transition:0.3s;}
/*더보기*/
.wrap_news .more{font-size:1.6rem;color:#1f96e3;font-family:'paper-m';line-height:1;padding-right:1.5rem;display:block;background:url('../images/more.png') no-repeat right center;position:absolute;right:calc(50% - 85.5rem);top:27.5rem;}
.wrap_news .more span{font-size:0;}
/*활성화*/
.wrap_news .list,
.wrap_news .more{display:none}
.wrap_news .inner > li.active .list,
.wrap_news .inner > li.active .more{display:block}

.wrap_news a.subject:hover .subjectText span{background-image:linear-gradient(to bottom, transparent 60%, #f1f6fa 0%);}
.wrap_news a.subject:hover .thumb img{transform:scale(1.1);}

@media only screen and (max-width:1720px){
	.wrap_news .more{right:0.5rem;}
}
@media only screen and (max-width:1280px){
	.wrap_news .list ul li{width:48%;}
	.wrap_news .list ul li:nth-child(3){display:none;}
}
@media only screen and (max-width:1024px){
	.wrap_news h2::after{width:6.2rem;margin-top:2rem;}
	.wrap_news .more{font-size:1.4rem;right:calc(50% - 4rem);top:-4.5rem;}
	.wrap_news{padding-top:2rem;}
	.wrap_news ul.inner{position:relative;}
	.wrap_news .list ul li{width:100%;}
	.wrap_news .list ul li:nth-child(2){display:none;}
	.wrap_news .con{padding:3rem;}
	.wrap_news .subjectText{font-size:2.4rem;min-height:unset;}
	.wrap_news .thumb{height:27rem;}
}