.gn-lastNotice{
	background-color: white;
	margin-bottom: 20px;
}
.gn-lastNotice-info{
	height: 195px;
	padding: 21px;
}

.gn-lastNotice-title{
	font-size: 18.66px;
	color: rgb(128,128,128);
	font-weight: 600;
	line-height: 26.124001px;
	margin-bottom: 14px;
}

.gn-lastNotice-title:hover{
	font-size: 18.66px;
	color: rgb(13,60,0);
	font-weight: 600;
	line-height: 26.124001px;
}

.gn-lastNotice-date{
	font-size: 16px;
	margin-bottom: 13px;
	color: rgb(106,150,32);
}

.gn-lastNotice-img a{
	height: 200.96875px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0px;
	padding: 0px;
}

.gn-lastNotice-img img{
	width: 100%;
	height: auto;
}

table{
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}
table td, table th {
	padding: 15px !important;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0,0%,50.2%,.5019607843);
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: hsla(0,0%,50.2%,.0705882353);
}
.table th p{
	margin-block-end: 14.390625px;
	color: rgb(128,128,128);
}
.custom-header-post,
.custom-header{
	height: 270px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.custom-header-post {
	height: 525px;
}
.custom-header{
	height: 270px;
}
.custom-header .overlay,
.custom-header-post .overlay{
	background-color: black;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .6;
}
.custom-header img,
.custom-header-post img{
	width: 100%;
}
.custom-header svg,
.custom-header-post svg{
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	height: 20px;
	transform: translateX(-50%);
	fill: #F9F9F9;
	bottom: 0px;
	position: absolute;
}
.custom-header-post .header-content,
.custom-header .header-content{
	position: relative;
	z-index: 99;
	color: white;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.custom-header-post .header-content{
	height: 525px;
}
.custom-header .header-content{
	height: 270px;
}

.header-content h1{
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 50px;
}
.header-content .divider{
	border: 1px solid rgba(255, 255, 255, 0.17);
	color: rgb(128, 128, 128);
	height: 0.6px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.header-content .page-subtitile{
	text-align: right;
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	line-height: 32.5px;
	letter-spacing: normal;
}