
.nav-list-wrap>p>span {
	position: relative;
	z-index: 1;
}

.nav-list-wrap>p:last-child {
	position: absolute;

}

.nav-list-wrap>p:last-child>span {
	opacity: 0;
}

.nav-list-wrap>p:hover {
	cursor: pointer;
}