/* CSS Document */
.titleBox .txtExp {
  margin-top: 30px; }

.locationList > li {
  padding: 30px 0;
  border-bottom: 1px solid #ededed; }
  @media (min-width: 1181px) {
    .locationList > li:first-of-type {
      padding-top: 0; } }
  @media (max-width: 1180px) {
    .locationList > li:first-of-type {
      border-top: 1px solid #ededed; } }

@media (min-width: 961px) {
  .locationList > li > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.locationList .item > .Img {
  position: relative; }
  @media (min-width: 961px) {
    .locationList .item > .Img {
      width: 230px;
      padding-left: 75px;
      padding-right: 30px; } }
  @media (max-width: 960px) {
    .locationList .item > .Img {
      clear: both;
      margin-bottom: 50px; } }
  .locationList .item > .Img .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #eee; }
    @media (min-width: 961px) {
      .locationList .item > .Img .icon {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 960px) {
      .locationList .item > .Img .icon {
        float: left;
        margin-right: 15px; } }
    .locationList .item > .Img .icon::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      border: 1px solid rgba(255, 255, 255, 0.4); }
  .locationList .item > .Img h3 {
    font-size: 18px;
    font-weight: 400;
    color: #191919; }
  .locationList .item > .Img em {
    display: block;
    margin-top: 5px;
    color: #fcc800; }

@media (min-width: 961px) {
  .locationList .item > .Txt {
    width: calc(100% - 230px); } }

#gmap_s {
  width: 100%;
  margin-top: 40px; }
  @media (min-width: 961px) {
    #gmap_s {
      height: 500px; } }
  @media (max-width: 960px) {
    #gmap_s {
      height: 300px; } }
#gmap_s iframe {
  width: 100%; }
  @media (min-width: 961px) {
    #gmap_s iframe {
      height: 500px; } }
  @media (max-width: 960px) {
    #gmap_s iframe {
      height: 300px; } }
