@charset "utf8";
	 html{
		 height:100%;
	 }
	 body {
        height: 100%;
        margin: 0;
        padding: 0;
		font-family:"Noto Sans TC", sans-serif;;
      }
	  .logo{
		  text-align: center;
		  margin-top:20px;
	  }
	  .logo img{height:100px;}
	  
	  #map {
		width:100%;
        height: calc(100% - 145px);
		margin-top:20px;
      }
	   
	  /* route */
	  .route{
		  text-align:center;
		  margin:20px 0 20px 0;
	  }
	  .route_map{width:100%; height: calc(100% - 125px - 88px);}
	  .route_map iframe{
		width:100%;
        height:100%;
		
      }
	  
	  
	  
	  

	  