@charset "utf-8";
/* CSS Document */

@media screen and (min-width:1050px){
	#news_content_box{
		margin: 200px 0;
	}
	.news_title_container{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.news_title_box{
		text-align: center;
		font-size: 25px;
		margin: 0 auto 30px;
		display: inline-block;
		border-bottom: 1px solid #797979;
		padding: 0 0 5px 0;
	}
	.news_main_text_box{
		text-align: center;
		font-size: 15px;
		line-height: 20px;
	}
}
@media screen and (max-width:1049px){
	#news_content_box{
		margin: 150px 0;
	}
	.news_title_container{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.news_title_box{
		max-width: 90%;
		text-align: center;
		font-size: 22px;
		margin: 0 auto 30px;
		display: inline-block;
		border-bottom: 1px solid #797979;
		padding: 0 0 5px 0;
	}
	.news_main_text_box{
		text-align: center;
		font-size: 12px;
		line-height: 20px;
	}
}