@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .noti_box {
	margin-top: 40px;
}
.event_wrap .noti_box .e_notice {
	width: 100%;
}
.event_wrap .noti_box .e_notice ul {
	padding: 0;
}
.event_wrap .noti_box .e_notice ul li {
	color: #7C7C8D;
}
.event_wrap .noti_box .e_notice ul li::before {
	background-color: #7C7C8D;
}