<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.select_year {
		margin-bottom: 80px;
		display: flex;
		padding-bottom: 10px;
		overflow: scroll
}
.select_year::-webkit-scrollbar {
		height: 3px;
}
.select_year::-webkit-scrollbar-track {
		background-color: #fff;
}
.select_year::-webkit-scrollbar-thumb {
		background-color: #999;
}
.select_year ul {
		list-style: none;
		display: flex;
		align-items: center;
}
.select_year ul li {
		text-align: center;
		font-size: 24px;
		font-weight: 500;
		font-family: "Inter", sans-serif;
		color: #222;
		margin: 0 12px;
}
.select_year ul li:first-child {
		margin-left: 0;
}
.select_year ul li a {
		color: #BBBEC0;
		text-decoration: none;
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: color 0.5s;
}
.select_year ul li a.isCurrent {
		color: #005477;
}
.select_year ul li a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 100%;
		height: 2px;
		transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: left center;
		transform: scaleX(0);
		background: #005477;
}
@media (hover: hover) {
		.select_year ul li a:hover {
				color: #005477;
		}
		.select_year ul li a:hover::after {
				transform: scaleX(1);
		}
}
.select_year ul li a.isCurrent::after {
		background: #005477;
		transform: scaleX(1);
}
.news_cont {
		display: none
}
.news_cont.isActive {
		display: block
}
.news_gr {
		border-top: 1px solid #005477;
}
.news_line {
		border-bottom: 1px solid #005477;
		position: relative;
}
.news_line a {
		display: flex;
		text-decoration: none;
		padding: 30px 120px 30px 0;
		position: relative;
		transition: background 0.4s;
}
@media(min-width: 768px) {
		.news_line a dt {
				padding-top: 3px;
		}
}
@media (hover: hover) {
		.news_line a:hover {
				background: #DFE6EA;
		}
}
.news_line a .link_arw {
		position: absolute;
		left: inherit;
		right: 40px;
		top: calc(50% - 20px);
}
.news_line dt .news_date {
		font-family: "Inter", sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #005477;
}
.news_category_gr {
		display: flex;
		align-items: center;
}
.news_entryCategory {
		font-size: 12px;
		font-weight: 500;
		line-height: 1;
		height: 20px;
		background: #005477;
		color: #fff;
		padding: 0 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 10px;
}
.news_entryCategory span {
		transform: translateY(-1px)
}
.news_line a dt {
		color: #005477;
		font-weight: 700;
		min-width: 125px;
}
.news_line dd {
		color: #005477;
		text-decoration: none;
		line-height: 1.8;
		flex: 1;
}
@media(min-width: 768px) {
		.news_line dt .news_entryCategory {
				display: none
		}
		.select_year_prev, .select_year_next {
				display: none;
		}
		.select_year ul, .select_year ul.rightSide {
				transform: translateX(0%)
		}
}
@media(max-width: 767px) {
		.select_year_wrap {
				padding: 0 30px;
				position: relative;
		}
		.select_year_wrap .select_year_prev, .select_year_wrap .select_year_next {
				width: 30px;
				height: 30px;
				position: absolute;
				top: 9px;
				cursor: pointer;
		}
		.select_year_wrap .select_year_prev {
				left: -10px;
		}
		.select_year_wrap .select_year_next {
				right: -10px;
		}
		.select_year_prev::after, .select_year_next::after {
				content: '';
				display: block;
				position: absolute;
				top: 7px;
				width: 9px;
				height: 9px;
				pointer-events: none;
		}
		.select_year_prev::after {
				border-top: 1px solid #005477;
				border-left: 1px solid #005477;
				transform: rotate(-45deg);
				left: 14px;
		}
		.select_year_next::after {
				border-top: 1px solid #005477;
				border-right: 1px solid #005477;
				transform: rotate(45deg);
				right: 14px;
		}
		.select_year {
				width: 100%;
				overflow: auto;
				padding: 0 0 8px;
				margin-bottom: 40px;
				box-sizing: border-box;
		}
		.select_year ul {
				min-width: 500px;
				transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
		}
		.select_year ul li {
				width: 75px;
				font-size: 15px;
		}
		.news_line a {
				display: block;
				padding: 15px 60px 15px 0;
		}
		.news_line a .link_arw {
				right: 10px;
				top: calc(50% - 15px);
		}
		.news_line a dt {
				display: flex;
				align-items: center;
				margin: 0 0 15px;
		}
		.news_line dt .news_date {
				margin-right: 20px;
		}
		.news_line a dt .news_entryCategory {
				margin: 0;
		}
		.news_line dd .news_entryCategory {
				display: none;
		}
}
/* ============= */
.news_hdr_title {
		display: flex;
		flex-direction: column-reverse;
}
.news_hdr_date {
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		font-family: "Inter", sans-serif;
		margin: 0 0 10px
}
.news_hdr_title h1 {
		font-size: 32px;
		font-weight: 600;
		line-height: 1.8;
}
.news_article img {
		max-width: 100%;
		height: auto;
}
.news_article p {
		line-height: 2.0;
		margin: 0 0 1.5em
}
.news_article p strong {
		font-size: 120%;
}
.news_article p a {
		color: #005477;
		text-decoration: underline;
}
.news_article div {
		margin: 2em 0
}
.news_article p a[target="_blank"] {
		position: relative;
		display: inline-block;
		margin-right: 4px;
		padding-right: 25px;
}
.news_article p a[target="_blank"]::before, .news_article p a[target="_blank"]::after {
		content: '';
		display: block;
		position: absolute;
		width: 7px;
		height: 7px;
}
.news_article p a[target="_blank"]::before {
		border: 1px solid #005477;
		top: 12px;
		right: 7px;
}
.news_article p a[target="_blank"]::after {
		top: 10px;
		right: 5px;
		border-top: 1px solid #005477;
		border-right: 1px solid #005477;
		width: 6px;
		height: 6px
}
@media (hover: hover) {
		.news_article p a:hover {
				color: #0e475a;
				text-decoration: none;
		}
}
.back_btn_center {
		display: flex;
		justify-content: center;
		margin-top: 60px;
		font-size: 16px;
		font-weight: 500;
}
@media(max-width: 767px) {
		.news_hdr_title h1 {
				font-size: 18px;
		}
		.news_article img {
				width: 100%;
				height: auto;
		}
}
p.S {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
}
p.M {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
}
p.L {
		width: calc(100% + 200px);
		position: relative;
		left: -100px;
}
p.L {
		width: calc(100% + 200px);
		position: relative;
		left: -100px;
}
p.XL {
		width: calc(100% + 500px);
		position: relative;
		left: -250px;
}
@media(max-width: 1300px) {
		p.XL {
				width: 100%;
				position: static;
				left: inherit;
		}
}
@media(max-width: 1000px) {
		p.L {
				width: 100%;
				position: static;
				left: inherit;
		}
}
.news_article dl.flex {
		display: flex;
		line-height: 1.8;
}
.news_article dl.flex dt {
		width: 5em;
		display: flex;
		justify-content: space-between;
		margin-right: 3px;
}
.news_article dl.flex dd {
		flex: 1
}
.news_article dl.flex dd span {
		padding-right: 3px;
		display: inline-block
}
.mb00 {
		margin-bottom: 0px !important;
}
.mb05 {
		margin-bottom: 5px !important;
}
.mb10 {
		margin-bottom: 10px !important;
}</pre></body></html>