.content {
  position: relative;
  right: 0;
  padding: 0 0px 0 250px;
}

.inner {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.inner::after {
  content: "";
  width: 100%;
  background-color: #efefef;
  height: 500px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -5;
}

.title {
  font-weight: 600;
  padding-bottom: 50px;
  margin-left: 50px;
  color: #000;
}
.title .t-tw {
  font-size: 1.4em;
  display: inline-block;
  letter-spacing: 0.2em;
}
.title .t-en {
  font-size: 1em;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0.2em;
}
.title .t-en:after {
  content: "";
  padding-top: 31px;
  padding-left: 50px;
  background: #e6e6e6;
  position: relative;
  top: 5px;
  left: -30px;
  z-index: -1;
}

.top-images {
  height: calc(100vh - 120px - 200px);
  width: 60%;
  display: inline-block;
  margin-left: 100px;
}

#map {
  height: 100%;
  width: 100%;
}

.logo-img {
  display: inline-block;
  width: 250px;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.logo-img img {
  width: 100%;
}

.bgbox {
  display: inline-block;
  padding: 50px;
  border: 3px solid #666;
  position: relative;
  top: -315px;
  margin-left: 3%;
  background-color: #fff;
}

.intro {
  line-height: 2em;
}

.consult {
  padding: 5px 10px;
  background-color: #efefef;
  border: 1px double;
}

@media screen and (max-width: 1600px) {
  .top-images {
    margin-left: 50px;
    width: 50%;
  }
}
@media screen and (max-height: 1000px) {
  .bgbox {
    top: -155px;
    margin-left: 3%;
  }

  .inner::after {
    height: 335px;
  }
}
@media screen and (max-width: 1200px) {
  .bgbox {
    margin-left: 1%;
  }
}
@media screen and (max-width: 1100px) {
  .content {
    padding: 30px;
  }

  .inner {
    padding-bottom: 50px;
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .inner::after {
    height: 200px;
  }

  .title {
    text-align: center;
    padding-top: 20px;
    margin-left: 0;
  }

  .all {
    text-align: center;
  }

  .top-images {
    margin-left: 0;
    width: 100%;
    height: 500px;
  }

  .bgbox {
    top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .content {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .content {
    padding: 0;
  }

  .title {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .title .t-en {
    display: block;
    margin-left: 0;
    position: relative;
    left: 22px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 460px) {
  .inner {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .top-images {
    height: 300px;
  }

  .bgbox {
    top: 20px;
    margin: 0;
    padding: 20px;
  }
}
