@charset 'utf-8';

@media all and (max-width:479px){
	#news .news-area article .news-img{
		max-height: 300px;
		overflow: hidden;
	}

	#news .news-area article .news-img{
		display: flex;
    	align-items: center;
	}

	#news .news-area article .news-text h4{
		margin: 0 auto 15px auto;

		color: #222;
		font-size: 24px;
		letter-spacing: -.065em;
		line-height: 30px;
	}

	#news .news-area article .news-text em{
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.4px;
		color: #222;
		font-family: Noto Sans KR;

		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}

@media all and (min-width:480px) and (max-width:767px){
	#news .news-area article .news-img{
		max-height: 300px;
		overflow: hidden;
	}

	#news .news-area article .news-img{
		display: flex;
    	align-items: center;
	}

	#news .news-area article .news-text h4{
		margin: 10px auto 15px auto;

		color: #222;
		font-size: 24px;
		letter-spacing: -.065em;
		line-height: 30px;
	}

	#news .news-area article .news-text em{
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.4px;
		color: #222;
		font-family: Noto Sans KR;

		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}

@media all and (min-width:768px) and (max-width:1279px){

	#news .news-area article .news-img{
		height: 165px;
		overflow: hidden;
	}

	#news .news-area article .news-img{
		display: flex;
    	align-items: center;
	}
	#news .news-area article .news-img img{
	}

    #news .news-area article .news-text h4{
		margin: 10px auto 15px auto;

		color: #222;
		font-size: 24px;
		letter-spacing: -.065em;
		line-height: 30px;
	}

	#news .news-area article .news-text em{
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.4px;
		color: #222;
		font-family: Noto Sans KR;

		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}

@media all and (min-width:1280px){
    
	#news .news-area article .news-img{
		height: 187px;
		overflow: hidden;
	}

    #news .news-area article .news-text h4{
		margin: 10px auto 15px auto;

		color: #222;
	font-size: 26px;
	letter-spacing: -.065em;
	line-height: 32px;
	}

    #news .news-area article .news-text em{
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.4px;
		color: #222;
		font-family: Noto Sans KR;

		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

}

#news .news-area article .news-text{}
#news .news-area article .news-text h4{
	
}
#news .news-area article .news-text time{
	color: #555;
	font-weight: 600;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: -0.4px;
	margin: 0 0 10px 0;
}
#news .news-area article .news-text em{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.4px;
	color: #222;
	font-family: Noto Sans KR;
}

.news-img{}
