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;
}

math{
	margin-top: -13px;
}
math mrow{
	font-family: NanumGothic;
	font-size: 45px;
	font-weight: 500;
}
math mrow:last-child{
	margin-top: 7px;
}

[data-page="ending"] ul.disc>li{
	margin-bottom: 0px;
	font-size: 40px;
}

.navi{
	position: absolute;
	top: 692px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navi >span{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50rem;
	background-color: #7e6238;
	border: 5px solid #fcc470;
	margin: 0 13px;
	cursor: pointer;
}
.navi >span.active{
	background-color: #ff4800;
	border-color: #fff;
	width: 30px;
	height: 30px;
	pointer-events: none;
}

.touch_text{
	font-size: 30px;
}

.drag{
	position: relative;
	z-index: 9 !important;
}

#wrap>.swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-content-comment{
	padding: 18px 0;
}



@keyframes spoid {
  0% {background-image: url('spoid_0.webp');}
  49.99% {background-image: url('spoid_0.webp');}
  50% {background-image: url('spoid_1.webp');}
  99.99% {background-image: url('spoid_1.webp');}
  100% {background-image: url('spoid_0.webp');}
}

.spoid{
	position: absolute;
	z-index: 9;
	
}
.spoid:after{
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 61px;
	height: 210px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('spoid_1.webp');
	background-size: 61px auto;
	opacity: 0;
}
.spoid:before{
	content: "";
	display: block;
	width: 61px;
	height: 210px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('spoid_0.webp');
	background-size: 61px auto;
}
.spoid.active:before{
	animation-name: spoid;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.spoid.spoid_0:before{
	background-image: url('spoid_null.webp');
}

.spoid.spoid_1.active:before{
	animation-name: spoid;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.spoid.spoid_2.active:before{
	animation-name: spoid;
	animation-duration: 0.5s;
	animation-iteration-count: 2;
}
.spoid.spoid_4.active:before{
	animation-name: spoid;
	animation-duration: 0.5s;
	animation-iteration-count: 4;
}
.spoid.spoid_5.active:before{
	animation-name: spoid;
	animation-duration: 0.5s;
	animation-iteration-count: 5;
}
.spoid.spoid_6.active:before{
	animation-name: spoid;
	animation-duration: 0.5s;
	animation-iteration-count: 6;
}
.spoid.spoid_8.active:before{
	animation-name: spoid;
	animation-duration: 0.5s;
	animation-iteration-count: 8;
}
.spoid.spoid_10.active:before{
	animation-name: spoid;
	animation-duration: 0.5s;
	animation-iteration-count: 10;
}


.zoom{
	cursor: pointer;
}
.pop{
	display: none;
}
.pop.show{
	display: block;
}
.pop .close{
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 95px;
	cursor: pointer;
	
}



@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-30%,0);
		transform: translate3d(0,-30%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-30%,0);
		transform: translate3d(0,-30%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-30%,0);
		transform: translate3d(0,-30%,0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-30%,0);
		transform: translate3d(0,-30%,0)
	}
}