@media only screen and (max-width : 768px) {
	.border_2::before,
	.border_4::before,
	.border_1::before,
	.border_3::before {
		height: 0;
	}
	
	a.learn_more {
		margin: auto;
	}
		
	a.learn_more:hover {
	   background-color: #98052e;
	}
	
	.ne5 {
		height: auto;
		overflow: hidden;
		filter: brightness(1);
	}
	
	.ne1 {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.ne3,
	.ne6{
		text-align: center;
	}
	
	.right {
		order: unset;
	}
	
	.right_in {
		border: none;
		border-right: none;
		float: unset;
		height: 270px;
	}

	.left_in {
		border: none;
		border-left: none;
		float: unset;
		height: 270px;
	}
	
	.right_text,
	.left_text {
		padding: 20px 5%;
	}
	
}
@media only screen and (min-width : 768px) {
	.border_2::before,
	.border_4::before,
	.border_1::before,
	.border_3::before {
		height: 0;
	}
	
	a.learn_more {
		margin: unset;
	}
		
	a.learn_more:hover {
	   background-color: #98052e;
	}
	
	.ne5 {
		height: 120px;
		overflow: hidden;
		filter: brightness(1);
	}
	
	.ne1 {
		flex-direction: column;
        margin-bottom: 50px;
	}
	
	.ne3,
	.ne6{
		text-align: left;
	}
	
	.right {
		order: unset;
	}
	
	.right_in {
		border: none;
		border-right: none;
		float: unset;
		height: 370px;
	}

	.left_in {
		border: none;
		border-left: none;
		float: unset;
		height: 370px;
	}
	
	.right_text,
	.left_text {
		padding: 20px 5%;
	}
}
@media only screen and (min-width : 1024px) {
	.border_2::before,
	.border_4::before,
	.border_1::before,
	.border_3::before {
		height: 220px;
	}
	
	a.learn_more {
		margin: unset;
	}
		
	a.learn_more:hover {
	   background-color: #98052e;
	}
	
	.ne5 {
		height: 80px;
		overflow: hidden;
		filter: brightness(1);
	}
	
	.ne1 {
		flex-direction:  row;
		margin-bottom: 120px;
	}
	
	.ne3,
	.ne6{
		text-align: left;
	}
	
	.right {
		order: 2;
	}
	
	.right_in {
/*		border: 50px solid #ec9f3c;*/
		border-right: none;
		float: right;
		height: 440px;
	}

	.left_in {
/*		border: 50px solid #98052e;*/
		border-left: none;
		float: left;
		height: 440px;
	}
	
	.right_text {
		padding: 20px 0 20px 180px;
	}
	
	.left_text {
		padding: 20px 180px 20px 0;
	}
}

@media only screen and (min-width : 1250px) {
	.border_2::before,
	.border_4::before,
	.border_1::before,
	.border_3::before {
		height: 250px;
	}
	
	a.learn_more {
		margin: unset;
	}

	a.learn_more:hover {
	   background-color: #b92a52;
	}
	
	.ne5 {
		height: 80px;
		overflow: hidden;
		filter: brightness(0.3);
	}
	
	.ne1 {
		flex-direction: row;
		margin-bottom: 120px;
	}
	
	.ne3,
	.ne6{
		text-align: left;
	}
	
	.right {
		order: 2;
	}
	
	.right_in {
/*		border: 50px solid #ec9f3c;*/
		border-right: none;
		float: right;
		height: 500px;
	}

	.left_in {
/*		border: 50px solid #98052e;*/
		border-left: none;
		float: left;
		height: 500px;
	}
	
	.right_text {
		padding: 20px 0 20px 180px;
	}
	
	.left_text {
		padding: 20px 180px 20px 0;
	}
}
@media only screen and (min-width : 1400px) {	
	.border_2::before,
	.border_4::before,
	.border_1::before,
	.border_3::before {
		height: 300px;
	}
	
	a.learn_more {
		margin: unset;
	}
	
	a.learn_more:hover {
	   background-color: #b92a52;
	}
	
	.ne5 {
		height: 80px;
		overflow: hidden;
		filter: brightness(0.3);
	}
	
	.ne1 {
		flex-direction:  row;
		margin-bottom: 120px;
	}
	
	.ne3,
	.ne6{
		text-align: left;
	}
	
	.right {
		order: 2;
	}
	
	.right_in {
/*		border: 50px solid #ec9f3c;*/
		border-right: none;
		float: right;
		height: 600px;
	}

	.left_in {
/*		border: 50px solid #98052e;*/
		border-left: none;
		float: left;
		height: 600px;
	}
	
	.right_text {
		padding: 20px 0 20px 180px;
	}
	
	.left_text {
		padding: 20px 180px 20px 0;
	}
}

.right_in,
.left_in {
	display: block;
	position: relative;
	width: 86%;
	margin: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.left_in img,
.right_in img {
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: all 0.4s;
	transform: scale(1.05);
}

.right_in:hover img,
.left_in:hover img {
	transform: scale(1.1);
}

.news_date {
	width: 120px;
	height: 40px;
	padding: 25px 0;
	color: #fff;
	position: absolute;
	top: 40px;
	z-index: 30;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_in .news_date {
	background-color: #ec9f3c;
	right: 0;
}

.right_in .news_date {
	background-color: #98052e;
	left: 0;
}

.ne0 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
    width: 90%;
    margin: auto;

}

.ne1 {
	display: flex;
	align-items: stretch;
	margin-top: 20px;
}

.ne3 {
	color: #98052e;
}

.ne4 {
	color: #ec9f3c;
}

.ne7 {
	padding-top: 20px;	
}

.ne7 h3 {
	color: #98052e;
}

a.learn_more {
    width: 165px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .2s ease-out;
    position: relative; 
	background-color: #98052e;
    box-shadow: 0px 0px 32.55px 2.45px rgba(0, 0, 0, 0.05);
}

a.learn_more span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.border_1::before,
.border_3::before {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 50px;
}


.border_2,
.border_4 {
	right: calc(14% - 50px);
	height: 50px;
	margin-left: auto;
	position: relative;
}

.border_2::before,
.border_4::before {
	content: "";
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 50px;
}

.border_1,
.border_3 {
    position: relative;
    left: calc(14% - 50px);
    height: 50px;
    width: calc(86% + 50px);
}

.border_1,
.border_1::before {
	background-color: #98052e;
}

.border_2,
.border_2::before {
	background-color: #84a91b;
}

.border_3,
.border_3::before {
	background-color: #ec9f3c;
}

.border_4,
.border_4::before {
	background-color: #303244;
}


.line-clamp-2 {
	max-height: calc(1em * 1.4 * 2);
	height: auto;
}

.line-clamp-5 {
	max-height:  calc(1em * 1.4 * 5);
	height: auto;
}

.ne20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.paralax,
.paralax_left {
	display: none !important;
}

.ne5 {
	transition: all 0.3s ease-in-out; 
}

.ne5:hover {
	filter: brightness(1);
}