.main-content-wrap04 {
	background-color: #F5F5F5;
	border-top: 1px solid #DEDEDE;
}
.btn-more {
	padding: 6px 15px;
}
.btn-more span {
    padding-bottom: 4px;
}
.news {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news .news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news .news-title a img {
	max-width: 36px;
}
.news .news-items {
  position: relative;
}
.news .news-items .swiper-wrapper {
	flex-wrap: wrap;
}
.news .news-item-box {
  width: calc(25% - (120px / 4));
  margin-right: 40px;
  margin-top: 40px;
  border-radius: 6px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}
.news .news-item-box:nth-child(4n) {
  margin-right: 0;
}
.news .news-item-box .news-box-img img {
  width: 100%;
}
.news .news-item-box .news-box-txt {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news .news-item-box .news-box-txt h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 30.4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  height: 100%;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  font-family: 'Noto Sans KR', 'pretendard', sans-serif;
}

.news .news-item-box .news-box-txt .btn-more {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.news .news-items .swiper-wrapper {
		flex-wrap: nowrap;
	}
	.news-items .swiper-scrollbar {
		width: 100%;
		height: 6px;
		margin-top: 20px;
		background: #ccc;
		position: relative;
		left: 0;
		right: 0;
	}
	.news-items .swiper-scrollbar .swiper-scrollbar-drag {
		background: #333;
	}
}

@media screen and (max-width: 768px) {
	.news {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.news .news-title {
		margin-bottom: 0;
	}
}