/* popupTourguideNu */
	
.popupTourguideNu {
	position: fixed;
	top: -35%;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 101;
	width: 50%;
	height: 50%;
	margin: auto;

}

.tourguide_popup_nu{
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 101;
	margin: auto;
}
	
@media (max-width: 768px) {
	.popupTourguideNu {
		width: 90%;
		top: -54%;
		margin: auto 6%;
	}
	
	.tourguide_popup_nu{
		bottom: 50px;
		right: 10px;
	}
}

@media (max-width: 2048px) {
	.tourguidePopuptext {
		right: 5px;
		position: fixed;
		bottom: 35px;
		width: 160px;
	}
}

@media (max-width: 1024px) {
	.tourguidePopuptext {
		right: 5px;
		position: fixed;
		bottom: 35px;
		width: 140px;
	}
}
@media (max-width: 1280px) {
	.tourguidePopuptext {
		right: 5px;
		position: fixed;
		bottom: 35px;
		width: 110px;
	}
}

@media (max-width: 1920px) {
	.tourguidePopuptext {
		right: 5px;
		position: fixed;
		bottom: 35px;
		width: 110px;
	}
}


.popupTourguideNu .popupTourguideNu-inner {
	position: relative;
	padding: 1em;
	
}
	
.popupTourguideNu .popupTourguideNu-inner input.s3-btn-close {
	position: fixed;	
	top: -0.5em;
	left: -0.5em;
	background: black;
	border: solid 2px white;
	color: white;
	cursor: pointer;
	border-radius: 15px;
	outline: none;	
}

.tourguidePopuptext {
    right: 5px;
    position: fixed;
    bottom: 35px;
    width: 120px;
}

/* popupTourguideNam */
	
.popupTourguideNam {
	position: fixed;
	top: -35%;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 101;
	width: 50%;
	height: 50%;
	margin: auto;


}

@media (max-width: 768px) {
	.popupTourguideNam {
		/* left: 0px; */
		width: 90%;
		top: -54%;
		margin: auto 6%;
	}
	
	.tourguidePopuptext {
    	right: 2px;
    	position: fixed;
    	bottom: 40px;
    	width: 100px;
	}
}
	
.popupTourguideNam .popupTourguideNam-inner {
	position: relative;
	padding: 1em;
	
}
	
.popupTourguideNam .popupTourguideNam-inner input.s3-btn-close {
	position: fixed;	
	top: -0.5em;
	left: -0.5em;
	background: black;
	border: solid 2px white;
	color: white;
	cursor: pointer;
	border-radius: 15px;
	outline: none;	
}

.tourguide-close-button{
	position:fixed; 
	left: 5%; 
	top: -25px; 
	z-index:99999; 
	width:30px; 
	height:100px;
	opacity: 0%;
}