/* CUSTOM LAST NOTICE */

article .gn-lastNotice-img a{
	height: 280px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 10px;
}
article .gn-lastNotice-img img{
	height: 100%;
	width: auto;
	max-width: none;
}
article .gn-lastNotice-info h4{
	font-weight: 500;
	color: black;
	font-size: 18px;
	padding: 20px;
	padding-bottom: 10px;
}



.gn-lastNotice-info h4{
	font-family: var(--title-font-family);
	color: var(--color-text);
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}

.gn-readNotice{
	background-color: black;
	display: flex;
	padding: 10px 20px;
	color: white;
	text-align: center;
	justify-content: center;
	margin: 10px;
	border-radius: 10px;
}
.gn-lastNotice:hover .gn-readNotice{
	display: block;
}