.center-info-header > h3 {
  color: #323c64;
}
.mapContainer {
  width: 1366px;
  height: 360px;
}
#map {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d6cf;
  box-sizing: border-box;
}
.info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 178px;
  padding: 4px 0px;
  font-family: 'Malgun Gothic';
  font-size: 11.5px;
  font-weight: 600;
  text-align: center;
}
.info>a {
  text-decoration: none;
  color: #000;
}
.info>a:hover, .info>a:active {
  color: #000;
}
.info>a:hover {
  text-decoration: underline;
}