@charset "UTF-8";
.news_cnt {
	width: -webkit-fill-available;
}
.news_article {
	border-bottom: 1px solid #126db7;
}
.news_article:first-child {
	border-top: 1px solid #126db7;
}
.news_article_link {
	display: flex;
	gap: 75px;
	padding: 23px 25px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.news_article_link::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #126db7;
	opacity: 0.4;
	z-index: -1;
	transform: translateX(-101%);
	transition: all 0.4s;
}
.news_article_link:hover::before {
	transform: translateX(0%);
}
.cmnhdsiglenews {
	flex-flow: column;
	gap: 15px;
}
.cmnhdsiglenews .cmnpagehd_pnkz {
	width: 100%;
	justify-content: end;
}
.cmnhdsiglenews .singlenews_ttl {
	font-size: 50px;
}
.cmnhdsiglenews .cmnpagehd_ttl::before {
	display: none;
}
@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
	.news_cnt {
	}
	.news_article {
	}
	.news_article:first-child {
	}
	.news_article_link {
		flex-flow: column;
		gap: 5px;
		padding: 15px 20px;
	}
	.news_article_link::before {
	}
	.news_article_link:hover::before {
	}
	.cmnhdsiglenews .singlenews_ttl {
		font-size: 23px;
	}
}
