.back {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#c-modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
}
#c-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 400px;
	height: 350px;
	transform: translate(-50%, -50%);
	background: #ffffff;
	text-align: center;
	padding: 40px;
	border-radius:5px;
}
#c-modal_close {
	padding: 5px;
	cursor: pointer;
}
.modal_text{
	font-size: 30px;
	font-weight: bold;
	color: #191970;
	margin-bottom: 30px;
	line-height:120%;
}
.modal_img{
	margin-bottom: 10px;
}
.modal_link{
	width:200px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	background-color:#ffd700;
	border-radius:5px;
	margin: auto;
	margin-bottom: 50px;
}
.modal_link a{
	text-decoration:none;
	color:#fff;
}
.modal_check{
	font-size:16px;
	margin-bottom: 15px;
}
#c-modal_close{
	width:80px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:10px;
	color:#fff;
	background-color:#696969;
	border-radius:5px;
	margin: auto;
	margin-bottom: 20px;
}
