.main {
  margin-top: -10px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.container{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0px;
}

.banner-text{
  margin-top:255px;
  font-size: 60px;
  font-family: 'BOLD';
}
.banner-box1{
  color: #fff;
}
.banner-2{
  margin-top: 10px;
}
.banner-box1{
  color: #fff;
}
.banner-box2{
  color: #000;
}
.banner-line{
width: 70px;
height: 4px;
margin: 20px 0;
}
.banner-line-1{
  border-top:4px solid #fff;
}
.banner-line-2{
  border-top:4px solid #c3282a;
}

.container h2{
font-size: 36px;
font-family: 'BOLD';
color: #C3282A;
text-align: center;
margin-top: 100px;
}

.line{
width: 70px;
height: 4px;
border-top:4px solid  #465C31;
margin: 30px auto;
}

.core-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.core-child{
  width: 589px;
	height: 353px;
	box-shadow: 0px 10px 20px 0px 
		rgba(204, 204, 204, 0.5);
	border-radius: 24px;
 margin-bottom: 30px;
 text-align: center;
}
.core-img{
  height: 213px;
  border-radius: 24px 24px 0 0 ;
}

.core-title{
	height: 23px;
	font-family: 'MEDIUM';
	font-size: 24px;
	line-height: 23px;
	color: #c3282a;
  margin-bottom: 17px;
  margin-top: 26px;
}
.core-text{
  display: inline-block;
  width: 436px;
  text-align: left;
	font-family: 'REGULAR';
	font-size: 16px;
	color: #333333;
  line-height: 23px;
}