/*------------------------------------------------------------------------------

  Office

------------------------------------------------------------------------------*/
.office_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .office_wrapper {
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .office_wrapper {
    margin: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .office_detail {
    width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .office_detail + .office_map {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .office_detail + .office_map {
    margin-top: 40px;
  }
}
.office_detail .mod-definitionlistTable {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .office_detail .mod-definitionlistTable {
    margin-top: 30px;
  }
}
.office_detail .mod-definitionlistTable ul {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .office_detail .mod-definitionlistTable ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    max-height: 400px;
  }
}
.office_detail .mod-definitionlistTable ul li {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .office_detail .mod-definitionlistTable ul li {
    padding-bottom: 0;
  }
}
.office_detail .mod-definitionlistTable ul li:last-child {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .office_detail .mod-definitionlistTable ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.office_map {
  height: 0;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .office_map {
    width: 400px;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .office_map {
    padding-bottom: 100%;
  }
}
.office_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}