.modal .btn {
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
	outline: none;
	font-weight: 500;
}
.dimLayer {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 9998;
}
.modal {
	max-width: 600px;
	width: 90%;
	height: 252px;
	border-radius: 10px;
	padding: 80px 24px;
	box-sizing: border-box;
	text-align: center;
}
.modal-section {
	background: #ffffff;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.menu_msg {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.enroll_box p {
	padding-bottom: 40px;
}
.gray_btn {
	width: 90px;
	background: #d6d6d6;
	color: #707070;
	height: 40px;
	line-height: 40px;
	transition: 0.5s;
	font-size: 17px;
}
.pink_btn {
	width: 90px;
	background: #C30F23;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	transition: 0.5s;
	font-size: 17px;
	border: none;
}
.enroll_btn button {
	font-family: 'Noto Sans KR', sans-serif;
}
