/* loading */
#panotpq{
	position: absolute;
	width: 100%;
	height: 100%;
}
#pano2{
	position: absolute;
	width: 100%;
	height: 100%;
}
#pano3{
	position: absolute;
	width: 100%;
	height: 100%;
}
#pano4{
	position: absolute;
	width: 100%;
	height: 100%;
}
.reel {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#Menu-Left{
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url(../img/Group4773@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	bottom: 8px;
	left: 8px;
	cursor: pointer;
}
#Menu-Left-Sub{
	position: absolute;
	width: 332px;
	height: 38px;
	background-image: url(../img/Rectangle486@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	bottom: 8px;
	left: 8px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.Menu-Left-Sub-Icon{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.Menu-Left-Sub-Icon0{
	width: 32px;
	height: 32px;
	background-image: url(../img/TU_PT_up@2x.png);
}
.Menu-Left-Sub-Icon1{
	background-image: url(../img/Group4828@2x.png);
}
.Menu-Left-Sub-Icon1-Active{
	background-image: url(../img/Group4834@2x.png);
}
.Menu-Left-Sub-Icon2{
	background-image: url(../img/Group4829@2x.png);
}
.Menu-Left-Sub-Icon2-Active{
	background-image: url(../img/Group4838@2x.png);
}
.Menu-Left-Sub-Icon3{
	background-image: url(../img/Group4830@2x.png);
}
.Menu-Left-Sub-Icon3-Active{
	background-image: url(../img/Group4835@2x.png);
}
.Menu-Left-Sub-Icon4{
	background-image: url(../img/Group4831@2x.png);
}
.Menu-Left-Sub-Icon4-Active{
	background-image: url(../img/Group4837@2x.png);
}
.Menu-Left-Sub-Icon5{
	background-image: url(../img/Group4832@2x.png);
}
.Menu-Left-Sub-Icon5-Active{
	background-image: url(../img/Group4836@2x.png);
}
.Menu-Left-Sub-Icon6{
	background-image: url(../img/Group4833@2x.png);
}
.Menu-Left-Sub-Icon6-Active{
	background-image: url(../img/Group4839@2x.png);
}
#index2{
	z-index: -1;
}
#atchain{
	position: absolute;
	width: calc(1024px / 3);
	height: calc(256px / 3);
	background-image: url(../img/atchain.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 299;
	bottom: 420px;
	right: 0px;
	z-index: 999;
}
input{
    background:none;  	
    outline:none;  	
    border:none;
}
#fullscreen-loader{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#logo{
	width: 200px;
	height: 23px;
	margin-bottom: 80px;
}
#pwd{
	width: 290px;
	height: 46px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 56px;
	font-size: 20px;
	text-align: center;
	color: white;
	margin-bottom: 80px;
}
#btn{
	width: 290px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 56px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1280px){
   #map-area{
   	position: absolute;
   	width: 187px;
   	height: 245px;
   	z-index: 99;
   	bottom: 10px;
   	left: 10px;
	transform: rotate(180deg);
   }
}
@media (max-width: 1280px){
   #map-area{
   	position: absolute;
   	width: calc(187px * 0.7);
   	height:calc(245px * 0.7);
   	z-index: 99;
   	bottom: 10px;
   	left: 10px;
	transform: rotate(180deg);
   }
}
#map-img{
	width: 100%;
	height: 100%;
	background-image: url(../img/L1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	
}
.map-point{
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: red;
	pointer-events: none;
}
#map-point{
	position: absolute;
	width: calc(150px * 0.16);
	height: calc(198px * 0.16);
	top: 0;
	left: 0;
	background-image: url(../img/TU_position.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform:translate3d(-12px,-15.84px,0);
	pointer-events: none;
}