a {
	
	color: #000000;
	text-decoration: none !important;
}

	  #map {
        height: 100%;
      }

      /* Optional: Makes the sample page fill the window. */
      html,
      body {
        height: 91%;
        margin: 0;
        padding: 0;
      }

      #description {
        font-family: Nanum Gothic;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .pac-card {
        margin: 100px 10px 0 12px;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Nanum Gothic; 
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Nanum Gothic;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-family: Nanum Gothic;
        font-size: 18px;
        font-weight: 300;
		margin-top: 12px;  
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 350px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 20px;
        font-weight: 500;
        padding: 6px 12px;
      }

      #target {
        width: 345px;
      }


      #floating-panel {
        position: absolute;
        top: 200px;
        left: 10px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
        text-align: center;
        font-family: Nanum Gothic;
        line-height: 30px;
        padding-left: 10px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);  
      }

a.top {
  position: fixed;
  bottom: 50px;
  display: scroll;
  bottom:10px;
  right:10px; 
  height: 50px; 
  width: 50px;	
}
 