/* news-btn */
.other-news{
	margin: 40px 0;
}
.news-btn{
	color: #B50528;
	font-size: 2em;
	border: 1px solid #B50528;
	border-radius: 8px;
	line-height: 2.4em;
	text-align: center;
	width: 160px;
	height: 48px;
}
.news-btn-prev:before{
	content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    padding-right: 4px;
}

.news-btn-next:after{
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	padding-left: 4px;
}

.other-news .news-title{
	color: #000;
	font-size: 2em;
	padding-left: 16px;
}
.other-news-box{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

/* $Pad
--------------------------------------------------------------------------------------*/
@media screen and (min-width:600px) and (max-width:1024px){


}


/* $Mobile
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1025px){

}