.section-divider {
  border: none;
  border-top: 2px solid #ccc;
  margin: 40px auto;
  width: 80%;
}

.map-section {
  text-align: center;
  margin: 40px 0;
}

.map-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}





.t-contents .more_btn.map_btn a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    border-radius: 6px;
    background: rgb(135, 189, 35);
    padding: 30px 30px 30px 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: 350px;
}

.t-contents .more_btn.map_btn a:before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}