/* CSS Document */
.newsList .bottomBox, .newsList .Txt .text, .newsList .Txt .title, .newsList .item::after, .newsList .item::before, .newsList .item {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mainArea.list .dateBox {
	color: #096f71;
}
.mainArea.list .dateBox .day {
	font-size: 45px;
	font-weight: 600;
	letter-spacing: -0.025em;
	margin-right: 18px;
}
.mainArea.list .dateBox .month {
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 20px;
}
.mainArea.list .dateBox .month span {
	display: block;
}
.mainArea.ins .newsInfoBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mainArea.ins .dateBox {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mainArea.ins .dateBox .date {
	color: #096f71;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.mainArea.ins .dateBox .year {
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.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;
}
.newsInfoBox .dateBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.classTitle {
	min-width: 75px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	padding: 5px 12px;
	display: inline-block;
	text-align: center;
	border-radius: 9999px;
	background-color: #a2d8c2;
}

.newsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -20px;
}
@media (max-width: 1180px) {
	.newsList {
		margin: 0 -15px;
	}
}
@media (max-width: 768px) {
	.newsList {
		margin: 0 -10px;
	}
}
@media (max-width: 600px) {
	.newsList {
		margin: 0;
	}
}
.newsList .newsItem {
	width: 33.3333333333%;
	padding: 0 20px 40px;
}
@media (max-width: 1180px) {
	.newsList .newsItem {
		padding: 0 15px 30px;
	}
}
@media (max-width: 992px) {
	.newsList .newsItem {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.newsList .newsItem {
		padding: 0 10px 20px;
	}
}
@media (max-width: 600px) {
	.newsList .newsItem {
		width: 100%;
		padding: 0 0 30px;
	}
}
.newsList .item {
	cursor: pointer;
	height: 100%;
	border-radius: 15px;
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.newsList .item::before {
	position: absolute;
	inset: 0;
	content: "";
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
	opacity: 0;
}
.newsList .item::after {
	position: absolute;
	inset: 0;
	content: "";
	background-color: #000000;
	opacity: 0;
}
@media (min-width: 1201px) {
	.newsList .item:hover::before {
		opacity: 1;
	}
	.newsList .item:hover::after {
		opacity: 0.2;
	}
	.newsList .item:hover .dateBox {
		color: #ffffff;
	}
	.newsList .item:hover .Img {
		opacity: 1;
	}
	.newsList .item:hover .Txt .title {
		color: #ffffff;
	}
	.newsList .item:hover .Txt .text {
		color: #ffffff;
	}
	.newsList .item:hover .bottomBox {
		border-top-color: #ffffff;
	}
	.newsList .item:hover .bottomBox svg {
		color: #ffffff;
	}
}
.newsList .linkWrap {
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 3;
}
.newsList .Img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	pointer-events: none;
}
.newsList .Img img {
	opacity: 0.25;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.newsList .Img a {
	display: block;
}
.newsList .Txt {
	padding: 20px 40px 30px;
	position: relative;
	z-index: 2;
}
@media (max-width: 1180px) {
	.newsList .Txt {
		padding: 20px 30px 30px;
	}
}
.newsList .Txt .title {
	display: block;
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	height: 61px;
}
@media (max-width: 600px) {
	.newsList .Txt .title {
		max-height: 61px;
		height: auto;
	}
}
.newsList .Txt .text {
	color: #4c4c4c;
	font-size: 14px;
	font-size: 15px;
	height: 116px;
	margin-top: 10px;
	margin-bottom: 80px;
}
@media (max-width: 1180px) {
	.newsList .Txt .text {
		margin-bottom: 50px;
	}
}
@media (max-width: 600px) {
	.newsList .Txt .text {
		margin-bottom: 0;
	}
}
.newsList .bottomBox {
	padding: 20px 40px;
	border-top: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 2;
}
@media (max-width: 1180px) {
	.newsList .bottomBox {
		padding: 20px 30px;
	}
}
.newsList .bottomBox svg {
	color: #4c4c4c;
}

.shareBox {
	float: right;
}
.shareBox .btn-fb {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.shareBox .back {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	background: rgb(174, 66, 51);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
	background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
	/* IE6-9 */
	cursor: pointer;
}
@media (min-width: 1201px) {
	.shareBox .back:hover {
		background: #398cb1;
	}
}
/*# sourceMappingURL=news.css.map */