/* CSS Document */
.wrap {
	max-width: 1440px;
}

@media (max-width: 1023px) {
	.contentBox .leftBox {
		padding: 0 0 30px 0;
	}
}

.newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 10px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
	padding: 5px 0;
}
.newsInfoBox .dateBox .date {
	line-height: 1;
}
.newsInfoBox .classTitle {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
}

.newsList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 1280px) {
	.newsList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.newsList .newsItem {
	padding: 0 10px;
	width: 50%;
	margin-bottom: 20px;
}
@media (max-width: 1280px) {
	.newsList .newsItem {
		width: 100%;
		padding: 0;
	}
}
.newsList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
}
@media (max-width: 1500px) {
	.newsList .item {
		padding: 25px;
	}
}
@media (max-width: 650px) {
	.newsList .item {
		padding: 16px;
	}
}
@media (max-width: 539px) {
	.newsList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.newsList .Img {
	width: 50%;
	border-radius: 20px;
}
.newsList .Img img {
	border-radius: 20px;
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 539px) {
	.newsList .Img {
		width: 100%;
		margin-bottom: 16px;
	}
}
.newsList .Txt {
	width: 50%;
	margin-left: 20px;
	padding: 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 1280px) {
	.newsList .Txt {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 539px) {
	.newsList .Txt {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
}
.newsList .Txt .classTitle {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
	color: #d83280;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 12px;
	border-left: 3px solid #d83280;
	border-right: 3px solid #d83280;
	display: inline-block;
	margin-bottom: 11px;
}
.newsList .Txt .title {
	font-size: 18px;
	font-weight: 400;
	color: #1e244b;
	font-family: "Open Sans";
	font-weight: 600;
	max-height: 49px;
}
@media (max-width: 768px) {
	.newsList .Txt .title {
		font-size: 16px;
		max-height: 45px;
	}
}
.newsList .Txt .title a {
	display: inline-block;
	vertical-align: middle;
}
.newsList .Txt .text {
	margin-top: 7px;
	font-size: 13px;
	color: #909090;
	line-height: 1.7;
	max-height: 89px;
}
@media (max-width: 1400px) {
	.newsList .Txt .text {
		max-height: 67px;
	}
}
@media (max-width: 1280px) {
	.newsList .Txt .text {
		max-height: 133px;
	}
}
@media (max-width: 991px) {
	.newsList .Txt .text {
		max-height: 89px;
	}
}
@media (max-width: 768px) {
	.newsList .Txt .text {
		max-height: 60px;
	}
}

.newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: 10px;
	padding-bottom: 10px;
}
.newsInfoBox .sideShare {
	margin-top: 0;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
	padding: 5px 0;
}
.newsInfoBox .dateBox .date {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Open Sans";
}
.newsInfoBox .classTitle {
	padding: 10px 20px;
	border-radius: 18px;
	color: #fff;
	background-color: #d83280;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Open Sans";
}
/*# sourceMappingURL=news.css.map */