.notice {
	padding: 70px 0 65px;
	background: #2e3233;
	font-size: 32px;
}
.notice__list:not(:last-of-type) {
	margin-bottom: 25px;
}
.notice__item {
	position: relative;
	padding-left: 20px;
	color: #fff;
	/* font-family: "noto sans kr", sans-serif; */
	font-weight: 300;
	line-height: 1.4;
}
.notice__item::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.notice__item:not(:last-of-type) {
	margin-bottom: 20px;
}
.notice__item .orange {
	color: #fa896b;
}

.notice__anchor {
	display: inline-block;
	padding: 20px 35px;
	margin: 0 0 50px 20px;
	background: #ea7429;
	color: #2e3233;
	font-size: 30px;
	font-weight: 900;
}

@media (max-width: 640px) {
	.notice {
		padding: 30px 0;
		background: #2e3233;
		color: #fff;
		position: relative;
	}
	.notice__item {
		position: relative;
		padding-left: 10px;
		line-height: 1.3;
		font-size: 17.5px;
		font-weight: 300;
	}
	.notice__item .orange {
		color: #fa896b;
	}
	.notice__item::before {
		content: "";
		display: block;
		position: absolute;
		width: 2px;
		height: 2px;
		background: #fff;
		left: 0;
		top: 9px;
	}
	.notice__item:not(:last-child) {
		margin-bottom: 10px;
	}

	.notice__anchor {
		display: inline-block !important;
		padding: 6px 12px !important;
		margin-bottom: 25px !important;
		background: #ea7429 !important;
		text-align: center !important;
		color: #2e3232 !important;
		font-weight: 900 !important;
		letter-spacing: -0.8px !important;
		font-size:20px !important; 
	}
	.notice__list:not(:last-of-type) {
		margin-bottom: 42.5px !important;
	}


}