#google-map-viewpoint {
  width: 100%;
  height: 480px;
}
p {
  margin-bottom: 0px; 
}
a.exLink {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color:#325f93;
}
a.exLink::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.3em;
  width: 1em;
  height: 1em;
  background-image: url("/img/externalLink_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.single__introduce__meta ul {
  list-style: circle outside none;
  margin-left: 1.3em;
  margin-bottom: 24px;
}
.single__introduce__meta li {
  margin-bottom: 5px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
.single__introduce__meta > p {
    font-size: 14px;
  }
  .single__introduce__meta li {
    font-size: 14px;
  }
}