  .shuttlebus .guide-txt {
    font-size: 23px;
    color: #2f62c8;
    margin-bottom: 20px;
  }
	.shuttlebus .map {
		width:600px;
		overflow-x: auto;		
	}
	.shuttlebus .common-tbl {
	  table-layout: fixed;
	}
	
  .shuttlebus .common-tbl img {
    /* width: 90%; */   
    max-width: 100% !important;
  }

	.shuttlebus .busstop-txt {
		font-size:18px;
		font-weight:500;
		color:#2f62c8;
		margin-left:20px;
	}
	
	.shuttlebus .busstop-txt1 {
		font-size:14px;
		font-weight:500;
		color:red;
		margin-left:20px;
	}

	.parking-guide .map {
		max-width:1220px;
		width:100%;
	}
	
	.parking-guide .map img {
		width:100%;
		height:100%;
		object-fit:contain;
		border:1px solid #d7d7d7;
	}
	
	.parking-guide .info-btn-div {
		text-align:center;
		margin:50px 0px;
		height:55px;
	}

	.parking-guide .info-btn {
	  display:inline-block;
	  width:370px;
	  height:55px;
	  line-height:55px;
	  font-family: 'Noto Sans KR', gulim;
	  font-size:20px;
	  font-weight:500;
	  color:#fff;
	  text-decoration:none;
	  margin:0px 10px;
	  border:solid 0px;
	  background-color:#2f62c8;
	}
	
	.booth-layout .map img {
		width:100%;
	}
	
	.booth-layout .info-btn-div {
		clear:both;
	  text-align:center;
	  margin:20px 0px 60px 0px;
	  height:55px;
	}
	
	.booth-layout .info-btn {
	  display:inline-block;
	  width:380px;
	  height:60px;
	  line-height:60px;
	  font-family: 'Noto Sans KR', gulim;
	  font-size:20px;
	  font-weight:500;
	  color:#fff;
	  background-color:#4174da;	 
	  text-decoration:none;
	  margin:0px 10px;
	  border:solid 0px;
	}

	.booth-layout-zoomin {
		width:3600px;
		height:2227px;
	}
		
	.booth-layout-zoomin img {
		width:100%;
		height:100%;
	}

	
@media screen and (max-width:767px) {
	.shuttlebus .guide-txt {
    font-size: 16px;
    color: #2f62c8;
    margin-bottom: 20px;
  }
	.shuttlebus .busstop-txt {
		font-size:15px;	
		margin-left:5px;
	}

	.shuttlebus .busstop-txt1 {
		font-size:12px;	
		margin-left:5px;
	}
	.shuttlebus .common-tbl td {
    padding: 10px;
  }
	.shuttlebus .common-tbl .pc-only {
	  display: none;	 
	}
		
	.parking-guide .parking-memo {
		font-size:14px;	
	}
	
	.parking-guide .info-btn {
	  max-width:300px;
	  width:100%;
	  height:45px;
	  line-height:45px;
	  font-size:14px;
	  margin:5px;
	}	
			
  .booth-layout .info-btn {
    width:80%;
  }			
			
}	