/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
aside {
  z-index: 600;
}
.icon.routing_location {
  background-image: url(../img/icon/icon-routing-location.svg);
}
.icon.routing_catering {
  background-image: url(../img/icon/icon-routing-catering.svg);
}
.icon.routing_graduates {
  background-image: url(../img/icon/icon-routing-graduates.svg);
}
.icon.routing_guests {
  background-image: url(../img/icon/icon-routing-guests.svg);
}
.icon.routing_campus {
  background-image: url(../img/icon/icon-routing-campus.svg);
}
.icon.routing_shuttle {
  background-image: url(../img/icon/icon-routing-shuttle.svg);
}
.icon.finger-drag {
  background-image: url(../img/icon/icon-drag.svg);
}
.ust-content .top-container {
  max-width: 1060px;
  margin: auto;
}
.ust-content .top {
  position: relative;
}
.ust-content .top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #bababa;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.ust-content .top select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  width: 100%;
  padding: 0 20px;
  text-align-last: center;
  text-align: center;
  font-family: "Muli", sans-serif;
  font-size: 0.875em;
  line-height: 40px;
  color: #fff;
  background: #003367 url(../img/icon/select_arrow_w.svg) right 17px center no-repeat;
  background-size: 11px 6px;
}
.ust-content .top select::-ms-expand {
  display: none;
}
.ust-content .top .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 35px;
  margin-left: -20px;
  margin-right: -20px;
}
.ust-content .method {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  text-align: center;
  padding: 0 20px;
}
.ust-content .method a {
  text-decoration: none;
  line-height: 1em;
}
.ust-content .method .item {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
}
.ust-content .method .icon {
  width: 85px;
  height: 70px;
  display: block;
  background-position: center top;
  background-size: auto;
  margin: 0 auto 9px auto;
}
.ust-content .method .icon img {
  width: auto;
}
.ust-content .method .txt {
  color: #6F5507;
  line-height: 1.25em;
}
.routing-map .map-box {
  position: relative;
  z-index: 1;
}
.routing-map .map-box img {
  width: 100%;
  display: block;
}
.routing-map .map-box img.bg {
  visibility: hidden;
}
.routing-map .map-box #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.routing-map .mobile-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 103, 0.63);
  z-index: 500;
  cursor: pointer;
}
.routing-map .mobile-overlay.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.routing-map .mobile-overlay .instruction {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  max-width: 160px;
  padding: 20px 20px;
  text-align: center;
}
.routing-map .mobile-overlay .icon {
  width: 74px;
  height: 88px;
  display: block;
  background-position: center top;
  background-size: auto;
  margin: 0 auto 9px auto;
}
.routing-map .leaflet-container .leaflet-popup-content {
  margin: 5px 8px;
  word-break: break-word;
}
.routing-map .leaflet-container .leaflet-popup-content-wrapper,
.routing-map .leaflet-container .leaflet-popup-tip {
  background: #a27240;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  border-radius: 0;
  text-align: center;
}
.routing-map .leaflet-container .leaflet-popup-close-button {
  display: none;
}
.routing-map .leaflet-container .leaflet-control-container {
  display: none;
}
.routing-map .leaflet-container .popup-custom.theme-orange .leaflet-popup-content-wrapper,
.routing-map .leaflet-container .popup-custom.theme-orange .leaflet-popup-tip {
  background: #e36c07;
}
.routing-map .leaflet-container .popup-custom.theme-blue .leaflet-popup-content-wrapper,
.routing-map .leaflet-container .popup-custom.theme-blue .leaflet-popup-tip {
  background: #003367;
}
.legend {
  margin-top: 30px;
  margin-bottom: 30px;
}
.legend .row {
  margin: 0 -15px;
}
.legend .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  padding: 5px 15px;
}
.legend .item-image {
  width: 55px;
  padding-right: 10px;
}
.legend .item-image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.legend .item-name {
  color: #575757;
  font-size: 13px;
  line-height: 1.25em;
  font-weight: 700;
  max-width: calc(100% - 55px);
}
.legend .item-name .text-zh {
  font-family: "Muli", "Microsoft JHenghei", sans-serif;
  font-size: 14px;
}
.accordion-map-list-wrap,
.accordion-map-select-wrap {
  margin-top: 15px;
}
.accordion-map-list-wrap ul,
.accordion-map-select-wrap ul {
  list-style: none;
}
.accordion-map-list-wrap ul li,
.accordion-map-select-wrap ul li {
  border: 1px solid rgba(188, 190, 192, 0.21);
  color: #003367;
  padding: 8px 15px;
}
.accordion-map-list-wrap ul li:nth-child(2n + 1),
.accordion-map-select-wrap ul li:nth-child(2n + 1) {
  background: rgba(111, 166, 220, 0.08);
}
.accordion-map-list-wrap .com-accordion .title,
.accordion-map-select-wrap .com-accordion .title {
  background: #e36c07;
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  border-bottom: 0;
  padding-right: 10px;
}
.accordion-map-list-wrap .com-accordion .title .txt,
.accordion-map-select-wrap .com-accordion .title .txt {
  padding: 8px 15px;
  font-size: 16px;
}
.accordion-map-list-wrap .com-accordion .title .sign,
.accordion-map-select-wrap .com-accordion .title .sign {
  background: transparent;
  width: 30px;
}
.accordion-map-list-wrap .com-accordion .title .sign:after,
.accordion-map-select-wrap .com-accordion .title .sign:after {
  background-image: url(../img/icon/arrow_down.svg);
}
.accordion-map-list-wrap .map-icons li,
.accordion-map-select-wrap .map-icons li {
  cursor: pointer;
}
.accordion-map-select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e36c07 url(../img/icon/arrow_down.svg) calc(100% - 18px) center no-repeat;
  color: #fff;
  width: 100%;
  padding: 8px 40px 8px 20px;
  text-align: center;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  margin-bottom: 10px;
}
.accordion-map-select-wrap select::-ms-expand {
  display: none;
}
.accordion-map-select-wrap .com-accordion .title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.step-tips .row,
.map-list-steps .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.step-tips .row .step-number,
.map-list-steps .row .step-number {
  width: 40px;
  padding-right: 10px;
}
.step-tips .row .step-number span,
.map-list-steps .row .step-number span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  height: 30px;
  color: #a27240;
  border: 1px solid #a27240;
  text-align: center;
  font-weight: bold;
}
.step-tips .row .step-text,
.map-list-steps .row .step-text {
  flex-grow: 1;
  text-align: left;
  max-width: calc(100% - 40px);
}
.map-list-steps {
  margin-top: 30px;
  color: #003367;
  border: 1px solid rgba(188, 190, 192, 0.21);
}
.map-list-steps li {
  cursor: pointer;
}
.map-list-steps li:nth-child(2n + 1) {
  background: rgba(111, 166, 220, 0.08);
}
.map-list-steps li:hover {
  background: #e36c07;
  color: #fff;
}
.map-list-steps .row {
  padding: 12px 15px;
}
.map-list-steps .row .step-number {
  width: 45px;
  padding-right: 15px;
}
.map-list-steps .row .step-number span {
  color: #e36c07;
  border: 1px solid #e36c07;
}
.map-list-steps .row .step-text {
  max-width: calc(100% - 45px);
}
.map-list-routes {
  margin-top: 30px;
  color: #003367;
}
.map-list-routes li {
  background: #e36c07;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  margin-top: 8px;
  cursor: pointer;
}
.map-list-routes li.color-orange {
  background: #e36c07;
}
.map-list-routes li.color-blue {
  background: #003367;
}
@media (max-width: 991px) {
  .legend {
    margin-bottom: 0;
  }
  .legend .item {
    width: 33.3%;
  }
  .routing-map {
    padding-top: 0;
    margin-top: 35px;
  }
  .routing-map .leaflet-container .step-tips .row {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .routing-map .leaflet-container .step-tips .step-text {
    display: none !important;
  }
  .routing-map .leaflet-container .step-tips .step-number {
    padding-right: 0;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .legend .item {
    width: 50%;
  }
  .legend .item-image {
    width: 45px;
  }
  .legend .item-name {
    max-width: calc(100% - 45px);
  }
}
@media (max-width: 480px) {
  .legend .item {
    width: 100%;
  }
}
