* {
	margin: 0;
	padding: 0;
}
li{
	list-style:none;}
html, body {
	position: relative;
	height: 100%;
}
body {
	/* background: #000; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #000;
	margin: 0;
	padding: 0;
}
.txt-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
h2 {
	font-size: 4vw;
	position: absolute;
	left: 50%;
	line-height: 1;
	font-weight: lighter;
	top: 50%;
	color: #048976;
	font-family: Georgia, "Times New Roman", Times, serif
}
.word {
	display: block;
	perspective: 46vw;
	perspective-origin: 0% 38%;
	position: relative;
	/* height: 9vw; */
}
.letter {
	display: inline-block;
	position: absolute;
}

.txt-swiper .swiper-button-prev {
	margin-top: 8.5vw;
}
.txt-swiper .swiper-button-next {
	margin-top: 73.5vw;
}
.txt-swiper .swiper-button-next, .txt-swiper .swiper-button-prev {
	left: auto;
	right: 0%;
	width: 44vw;
	height: 16vw;
	background: none;
	outline: none
}
.path {
	fill: none;
	stroke: #8e5b0d;
	stroke-miterlimit: 23;
	stroke-width: 1.8px;
	transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}
.txt-swiper .swiper-pagination {
	color: #f20000;
	width:auto;
	left: 18%;
	top: 78%;
}
.txt-swiper .swiper-slide{
    perspective: 60vw;
    /* perspective-origin: 100% 100%; */
}
.txt-swiper .swiper-pagination ul{
	width: 220px;
	}
.txt-swiper .swiper-pagination ul li{
	position:absolute;
	left:0;
	top:0;
	}
.txt-swiper .swiper-pagination .total{
	margin-left:50px;}	
.img-swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: 1;
}
.img-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ui-loop{
	position:absolute;
	width: 13.5vw;
	height: 13.5vw;
	bottom: 74%;
	right: 58%;
	z-index: 40;
	color: aqua;
	}
	
.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}	
	
.path-loop-bg {
    fill: none;
    stroke: #a70000;
    stroke-miterlimit: 10;
    stroke-width: 5px;
    opacity: 0.3;
}	