img.drag.ui-draggable-dragging{
	z-index: 21;
}
.show {
	display: block !important;
}


.none-before:before{
	content: none !important;
}


.touch_drag.hold{
	display: block;
}
.touch_drag.hold .touch_point_drag{
	display: none;
}
.touch_drag.hold .drag{
	pointer-events: none;
}

.touch_drag{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 348px;
	height: 110px;
}
.touch_drag .drag{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 348px;
	height: 110px;
	line-height: 1;
	font-size: 35px;
	font-weight: 500;
	background-image: url('drag_box.webp');	
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 10px;
	
}
.touch_drag .drag.disable{
	pointer-events: none;
}
.touch_drag .drag.hold{
	display: none;
}

.swiper-slide[data-page="1"] .key{
	pointer-events: none;
}
.swiper-slide[data-page="1"] .key.on{
	pointer-events: all;
	cursor: pointer;
}
.swiper-slide[data-page="1"] .drop_zone.active{
	display: block !important;
}



.text_box{
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 606px;
	height: 606px;
	background-image: url('paper.webp');	
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px;
	font-size: 30px;
	line-height: 53px;
	text-align: justify;
	font-weight: 500;
	z-index: 4;
	letter-spacing: -1px;
}
.text_box .date{
	text-align: right;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.text_box .date span{
	border-bottom: 3px solid #b4b29d;
	padding: 0 20px;
}
.text_box p{
	text-indent: 40px;
	margin: 0;
}
.text_box p > span{
	border-bottom: 3px solid #ff8023;
}


@keyframes highlights {
	0%,
	100%{
		color: #212529;
	}
	50%{
		color: #ff8023;
	}
}
.text_box p > span.on{
	animation-name: highlights;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}




.drop_zone .txt{
	position: absolute;
	top: 22px;
	right: 9px;
	width: 282px;
	height: 112px;
	background-image: url('dash_box.webp');	
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	color: #e8e8e8;
	text-align: center;
}
.drop_zone .txt.right{
	top: 22px;
	right: auto;
	left: 9px;
}
.drop_zone .txt span.active{
	color: #212529;
}
.drop_zone.complete .txt,
.drop_zone.close .txt{
	background-image: none;
	color: #212529;
}



.ending_box{
	position: absolute;
	top: 165px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1450px;
	height: 780px;
}



