.notice > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.notice > ul > .notice__latest {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	max-width: 460px;
}
.notice > ul > .notice__latest:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.notice > ul > .notice__latest:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.notice > ul > .notice__latest:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.notice > ul > .notice__latest > a .latest__thumb__wrap {
	margin-bottom: 36px;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50px;
	overflow: hidden;
}
.notice > ul > .notice__latest > a .latest__thumb__wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.notice > ul > .notice__latest > a .latest__title {
	margin-bottom: 36px;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	word-break: keep-all;
}
.notice > ul > .notice__latest > a .latest__content {
	font-size: 18px;
	line-height: 30px;
	word-break: keep-all;
	color: #888;
} /*# sourceMappingURL=style.min.css.map */
