@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css?family=Cormorant:400,500);
.sectionBox {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.3%;
  width: 100%;
  max-width: 1030px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 30px;
  color: #111;
}

.sectionBox > .one {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
}

.sectionBox > .two {
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 2.25px;
}

.sectionBox > .thr {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.sectionBox > .myTitle {
  font-size: 30px;
  letter-spacing: 1.5px;
}

.sectionBox hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: solid 1px #DCDCDC;
}

.map {
  position: relative;
}

.map .mapsLink a {
  position: absolute;
  right: -50px;
  top: -15px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 130px;
  height: 130px;
  font-size: 22px;
  letter-spacing: .6px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #7A5B2F;
  color: #FFF;
  z-index: 1;
}

.map .mapsLink a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #7A5B2F;
  opacity: .3;
  -webkit-animation: cr 1s ease infinite alternate;
          animation: cr 1s ease infinite alternate;
  z-index: -1;
}

.map .mapsLink a:after {
  content: '>';
  display: block;
  font-weight: 100;
  -webkit-transform: scaleY(1.2);
      -ms-transform: scaleY(1.2);
          transform: scaleY(1.2);
  color: #FFF;
}

@-webkit-keyframes cr {
  from {
    width: 160px;
    height: 160px;
  }
  to {
    width: 140px;
    height: 140px;
  }
}

@keyframes cr {
  from {
    width: 160px;
    height: 160px;
  }
  to {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1180px) {
  .sectionBox {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .map .mapsLink a {
    right: -15px;
    top: -15px;
  }
}
