.sect1 {
  padding: 50px 0;
  background: #000000;
  color: #fff;
}
.sect1 .container{
	display: flex;
	align-items: center;
}
.sect1 .pic{
	width: 50%;
	order:2;
}
.sect1 .pic img{
	max-width: 80%;
}
.sect1 .text-box{
	width: 50%;
	letter-spacing: 0;
}
.sect1 .text-box .text{
	line-height: 1.5;
	font-size: 24px;
}
.sect1 .sub-title {
  margin: 0 0 20px;
  font-weight: 900;
  font-size: 56px;
}

.sect1 .text-box .text_sm{
	font-size: 20px;
	font-weight: 300;
	margin: 15px 0px;
}

.sect2 {
  padding-top: 80px;
  padding-bottom: 36px;
}
.sect4{
  padding-top: 16px;
}


.sect2 .ex_box {
  background: #ffffff;
  color: #212121;
  padding: 40px;
  display: flex;
  align-items: center;
}

.sect2 .ex_box + .ex_box {
  margin-top: 36px;
}

.sect2 .ex_box img,
.sect2 .ex_box .text-box {
  width: 50%;
}

.sect2 .ex_box .text-box {
  padding: 20px 40px;
}

.sect2 .ex_box:nth-child(odd) {
  background: #000000;
  color: #fff;
}

.sect2 .ex_box:nth-child(even) img {
  order: 2;
}

.sect2 .ex_box .sub-title {
  margin: 0 0 10px;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  max-height: 184px;
  font-size: 36px;
}

.sect2 .ex_box .text {
  line-height: 1.25;
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  max-height: 90px;
  font-size: 18px;
}

.sect-detail {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #fff;
}

.btn-box {
  text-align: center;
}

.btn-box .back {
  margin-top: 0;
}

.detail-box .date {
  font-size: 28px;
  font-weight: 500;
  color: #009843;
  display: block;
  margin-bottom: 15px;
}

.detail-box .text-box {
  letter-spacing: 0;
  line-height: 1.7;
}
.sect3.news-sect .container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.sect3.news-sect .container .item {
  width: calc((100% - 22px) / 2);
  background: #FFF;
  padding: 40px;
}
.sect3.news-sect .container .item .text-box {
  margin: 0 auto;
  padding-top: 20px;
}
.sect3.news-sect .container .item .text-box h3 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  max-height: 184px;
  font-size: 36px;
}
.sect3.news-sect .container .item .text-box .text {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.25;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  max-height: 90px;
}
.inner_form{
  display: none;
}
@media screen and (max-width: 1440px) {
  .sect1 {
		padding: 65px 0;
	}
  .sect2 {
    padding-top: 50px;
  }
	.sect1 .sub-title{
		font-size: 42px;
	}
  .sect2 .ex_box {
    padding: 30px;
  }
  .sect2 .ex_box .text-box {
    padding: 20px 30px;
  }
  .sect2 .ex_box .sub-title {
    max-height: 138px;
    font-size: 30px;
  }
  .sect3.news-sect .container .item{
    padding: 30px;
  }
  .sect3.news-sect .container .item .text-box h3{
    max-height: 138px;
    font-size: 30px;
  }
}
@media(max-width: 1299px){
  .sect1 .sub-title{
		font-size: 36px;
	}
	.sect1 .text-box .text{
		font-size: 20px;
	}
	.sect1 .text-box .text_sm{
		font-size: 18px;
	}
  .sect2 .ex_box .sub-title {
    font-size: 28px;
  }
  .sect3.news-sect .container .item .text-box h3{
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .sect1 {
		padding: 50px 0;
	}
  .sect1 .container{
		flex-wrap: wrap;
	}
  .sect1 .sub-title {
    font-size: 28px;
  }
  .sect1 .text-box .text{
		font-size: 18px;
	}
	.sect1 .text-box .text_sm{
		font-size: 16px;
		margin: 10px 0px;
	}
  .sect1 .text-box,.sect1 .pic{
		width: 100%;
		padding: 0;
	}
  .sect1 .pic{
    order: 1;
  }
  .sect1 .text-box{
		order: 2;
	}
  .sect2 {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .sect2 .ex_box + .ex_box {
    margin-top: 24px;
  }
  .sect2 .ex_box {
    flex-wrap: wrap;
    padding: 30px;
  }
  .sect2 .ex_box .sub-title {
    max-height: 92px;
    font-size: 24px;
  }
  .sect2 .ex_box img,
  .sect2 .ex_box .text-box {
    width: 100%;
  }
  .sect2 .ex_box .text {
    max-height: 60px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sect2 .ex_box .text-box {
    padding: 20px 0;
  }
  .sect2 .ex_box:nth-child(even) img {
    order: -1;
  }
  .sect3.news-sect .container .item .text-box h3{
    max-height: 92px;
    font-size: 24px;
  }
  .sect3.news-sect .container .item .text-box .text {
    font-size: 16px;
    max-height: 60px;
    margin-bottom: 10px;
  }
  .sect4{
    padding-top: 0px;
  }
  .inner_form{
    display: block;
    max-width: 500px;
    padding: 0px 30px;
    margin: 30px auto 0px auto;
  }
  .inner_form .form-control{
    margin-bottom: 0px;
  }
}
@media(max-width: 991px){
  .sect1{
		padding: 30px 0;
	}
}
@media screen and (max-width: 768px) {
  .sect2{
    padding-bottom: 20px;
  }
  .sect2 .ex_box {
    padding: 20px;
  }
  .sect3.news-sect .container {
    flex-direction: column;
  }
  .sect3.news-sect .container .item {
    width: 100%;
    padding: 20px;
  }
  .sect4{
    padding-top: 0px;
  }
  .sect2 .ex_box + .ex_box {
    margin-top: 20px;
  }
}
@media(max-width: 500px){
  .sect1 .sub-title{
		font-size: 24px;
	}
  .sect2 .ex_box .sub-title{
    font-size: 20px;
  }
  .sect3.news-sect .container .item .text-box h3{
    font-size: 20px;
  }
  .sect3.news-sect .container .item .text-box .text{
    max-height: 55px;
    font-size: 14px;
  }
  .sect2 .ex_box .text{
    max-height: 55px;
    font-size: 14px;
  }
}