html,
body,
.event-wrap {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	z-index: 2;
	background:#fff;
}
.event-row {
	position:relative;
}
.event-wrap .btn-submit {
	width:77.777%;
	position: absolute;
	left:11.52%;
	bottom:0;
	z-index:10;
}
.event-wrap .bg {
	position:relative;
	z-index:1;
}

.event-wrap .boxCount {
	width:100%;
	height:56.47%;
	position:absolute;
	left:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:10;
	font-weight:700;
	font-size:36px;
}

.event-wrap .boxCount span {
	font-weight:400;
}

.event-wrap .event-txt {
	position: absolute;
	font-size: 28px;
	font-weight: 900;
	width: 78.055%;
	height: 40.594%;
	top: 0;
	left: 11.52%;
	background-color: transparent;
	color: #59708e;
	text-align: center;
	border: 2px solid #000;
	z-index:10;
}

.event-wrap a img {
	width: 100%;
}

.popGroup {
	display:none;
}
.layerPop {
	width:86.111%;
	display:none;
	position:absolute;
	left:50%;
	top:26%;
	padding:60px 0 80px;
	background:#fff;
	border-radius:18px;
	transform:translateX(-50%);
	text-align:center;
	line-height:1.3;
	box-shadow:0 0 20px rgba(0,0,0,.2);
	z-index:1000;
}
.layerPop p {
	margin:0 auto;
	font-size:38px;
}
.layerPop strong {
	font-size:60px;
	font-weight:700;
}
.layerPop strong+p {
	margin-top:10px;
}
.btnClose {
	width:83.87%;
	display:block;
	margin:40px auto 0;
}

#dim {
	display:none;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,.7);
	z-index:900;
}

@media (max-width: 665px) {
	.event-wrap .event-txt {
		font-size: 24px;
		border-width:1px;
	}
}

@media (max-width: 564px) {
	.event-wrap .event-txt {
		font-size: 20px;
	}

	.event-wrap .boxCount {
		font-size:18px;
	}

	.layerPop {
		padding:30px 0 40px;
		border-radius:8px;
	}
	.layerPop p {
		font-size:20px;
	}
	.layerPop strong {
		font-size:30px;
	}
	.layerPop strong+p {
		margin-top:5px;
	}
	.btnClose {
		margin-top:20px;
	}
}

@media (max-width: 480px) {
	.event-wrap .event-txt {
		font-size: 14px;
	}
}