/* 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); */
.ust-content {
  padding-top: 30px;
}
.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: 130%;
  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;
  padding-bottom: 35px;
}
.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 .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;
}
.ust-content .wrapper {
  padding-top: 35px;
}
.ust-content .wrapper .method-wrap {
  display: none;
}
.ust-content .wrapper .method-wrap .intro {
  margin-bottom: 25px;
}
.ust-content .wrapper .method-wrap .intro h2 {
  font-size: 1.5em;
  line-height: 150%;
  color: #003367;
  margin-bottom: 10px;
  font-weight: 700;
  padding-left: 78px;
  padding-top: 4px;
  background: url('../img/icon/icon-location-marker.svg') left top no-repeat;
  background-size: 50px;
}
.ust-content .table {
  border: 1px solid rgba(188, 190, 192, 0.21);
}
.ust-content .table table {
  width: 100%;
}
.ust-content .table table thead td {
  color: #003367;
  font-weight: 700;
  padding: 15px 10px;
  vertical-align: middle;
  background-color: rgba(111, 166, 220, 0.2);
}
.ust-content .table table thead td:first-child {
  padding-left: 30px;
}
.ust-content .table table thead th {
  color: #003367;
  font-weight: 700;
  padding: 15px 10px;
  vertical-align: middle;
  background-color: rgba(111, 166, 220, 0.2);
}
.ust-content .table table thead th:first-child {
  padding-left: 30px;
}
.ust-content .table table tbody tr:nth-child(even) {
  background-color: rgba(111, 166, 220, 0.08);
}
.ust-content .table table tbody tr td {
  line-height: 150%;
  vertical-align: middle;
  font-size: 14px;
}
.ust-content .table table tbody tr td:first-child {
  padding-left: 30px;
}
.ust-content .table table img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ust-content .table .catering-label {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 991px) {
  .ust-content {
    padding-top: 20px;
  }
  .ust-content .top:after {
    display: none;
  }
  .ust-content .wrapper .method-wrap .intro {
    margin-bottom: 15px;
  }
  .ust-content .wrapper .method-wrap .intro h2 {
    font-size: 1.2em;
    background-size: 40px;
    padding-left: 52px;
  }
  .ust-content .table {
    border: none;
  }
  .ust-content .table table {
    margin-bottom: 30px;
  }
  .ust-content .table table thead td {
    text-align: center;
    padding: 15px;
    font-size: 1.1em;
  }
  .ust-content .table table thead td:first-child {
    padding-left: 15px;
  }
  .ust-content .table table thead td img {
    margin-bottom: 8px;
  }
  .ust-content .table table thead th {
    text-align: center;
    padding: 15px;
    font-size: 1.1em;
  }
  .ust-content .table table thead th:first-child {
    padding-left: 15px;
  }
  .ust-content .table table thead th img {
    margin-bottom: 8px;
  }
  .ust-content .table table tbody tr td {
    padding: 15px;
  }
  .ust-content .table table tbody tr td:first-child {
    color: #003367;
    font-weight: bold;
    width: 150px;
    padding-left: 15px;
  }
}
