/*메인 세종굿뉴스 미니보드 컨텐츠 관련*/
.news-img{position:relative;background:#000;margin-right:40px;width:600px;height: 430px;border-radius: 5px;} 
/*.news-img img{height:140px;}*/
.news-img > img{object-fit: cover;width:100%;height:100%;}
.news-img .news-txt{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;} 
.news-img .news-txt p{position:relative;margin:0 0 10px;padding:0 0 10px;text-align:center;} 
.news-img .news-txt p:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:35px;height:1px;background:#fff;} 
.news-img .news-txt p:last-of-type{margin:0;padding:0;} 
.news-img .news-txt p:last-of-type:after{display:none;} 
.news-img .news-txt p span{display:block;    font-family: 'S-Core_Dream_Medium';
    font-size: 20px;color:#fff;} 
.news-img .news-txt p:nth-of-type(2) span{    font-family: 'S-Core_Dream_Bold';
    font-size: 36px;
    line-height: 1.3;} 

.news-img .news-txt p span.type01{color:#74dfff;}
.news-img .news-txt p span.type02{color:#00fdf2;}
.news-img .news-txt p span.type03{color:#1a28e1;}
.news-img.type05 .news-txt p:after{color:#000;}
.news-img.type05 .news-txt p span {color:#000; }
.news-img.type05 .news-txt p span.type05{color:#6c8dd4;}
.news-img.type07 .news-txt p:after{color:#000;}
.news-img.type07 .news-txt p span {color:#000; }
.news-img.type07 .news-txt p span.type07{color:#7204d5;}
.news-img .news-txt p span.type10{color:#fcfe03;}
.news-img.type12 .news-txt p:after{color:#000;}
.news-img.type12 .news-txt p span {color:#000; }
.news-img.type12 .news-txt p span.type12{color:#ff0000;}


@media only screen and (max-width:1024px){
	.thumb_wrap{width:100%;height:260px;}
	.news-img {width:110%;border-radius: 5px;}
	.news-img2 {width:100%;border-radius: 5px;}
	.news-img>img{border-radius: 5px;}
	.news-txt {left: 58%;}
	.news-img .news-txt p:nth-of-type(2) span{    font-family: 'S-Core_Dream_Bold'; font-size: 20px; line-height: 1.3;} 
	.text_wrap{width: 97%;
    padding: 20px 15px 0 0px;}
}