.transportation {
  background-color: #ffffff;
}
.transportation .transportation-content .content-right {
  padding-top: 20px;
}
.transportation .transportation-content .content-right .content {
  float: left;
  width: calc(100% - 220px);
  height: auto;
}
.transportation .transportation-content .content-right .transportation-btn {
  float: right;
  width: 40%;
  height: 100%;
}
.transportation .transportation-content .branch-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}
.transportation .transportation-content .branch-info .content-left .title,
.transportation .transportation-content .branch-info .content-right .content {
  padding-top: 100px;
}
.transportation .transportation-content .branch-name,
.transportation .transportation-content .branch-addr {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.transportation .transportation-content .branch-phone,
.transportation .transportation-content .branch-fax,
.transportation .transportation-content .branch-email {
  font-size: 15px;
  line-height: 0.9em;
  height: 1.8em;
  overflow: hidden;
  margin-bottom: 5px;
}
.transportation .transportation-content .transportation-btn {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 46px;
}
.transportation .transportation-content .transportation-btn .btn {
  width: 180px;
  margin-bottom: 3px;
  font-size: 15px;
  letter-spacing: 0.16em;
}
.transportation .transportation-content .transportation-btn .btn-bottom {
  position: absolute;
  bottom: 70px;
  right: 45px;
}
.transportation .branch-map {
  display: none;
  clear: both;
  position: relative;
  width: 100%;
  height: 600px;
}
.transportation .branch-map.active {
  display: block;
}
.transportation .branch-map .simplemap,
.transportation .branch-map .completemap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.transportation .branch-map .simplemap.active,
.transportation .branch-map .completemap.active {
  display: block;
}
.transportation .branch-map .simplemap {
  background-size: contain;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .transportation .articles-list .article .article-title {
    display: none;
  }
  .transportation .transportation-content .content-right {
    padding: 0;
  }
  .transportation .transportation-content .content-right .content,
  .transportation .transportation-content .content-right .transportation-btn {
    width: 100%;
  }
  .transportation .transportation-content .branch-info {
    position: relative;
    padding: 0;
  }
  .transportation .transportation-content .branch-info .content-left,
  .transportation .transportation-content .branch-info .content-left .title,
  .transportation .transportation-content .branch-info .content-right .content {
    padding: 0;
  }
  .transportation .transportation-content .branch-info .content-left {
    width: 20%;
    border: 0;
  }
  .transportation .transportation-content .branch-info .content-left .title {
    text-align: left;
  }
  .transportation .transportation-content .branch-info .content-right {
    width: 80%;
    border: 0;
  }
  .transportation .transportation-content .transportation-btn {
    position: relative;
    padding: 0;
  }
  .transportation .transportation-content .transportation-btn .btn {
    width: 48%;
  }
  .transportation .transportation-content .transportation-btn .btn-simplemap,
  .transportation .transportation-content .transportation-btn .btn-googlemap,
  .transportation .transportation-content .transportation-btn .btn-more {
    float: left;
  }
  .transportation .transportation-content .transportation-btn .btn-completemap,
  .transportation .transportation-content .transportation-btn .btn-booknow {
    float: right;
  }
  .transportation .transportation-content .transportation-btn .btn-bottom {
    width: 100%;
    position: static;
  }
  .transportation .branch-map {
    height: 300px;
  }
}
