.mapblock {
  position: relative;
}

#map {
  height: 800px;
}

.mapInfo {
  overflow: hidden;
  padding: 60px 42px 81px 42px;
  background: #fff;
  position: absolute;
  right: 81px;
  top: 120px;
}

.mapInfo h2 {
  color: #a6724d;
  border-bottom: 1px solid #e2dfdf;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.mapInfoList {
  margin-bottom: 30px;
}

.mapInfoList .title {
  color: #4e5258;
  line-height: 1;
  margin-bottom: 15px;
}

.mapInfoList .title img {
  display: inline-block;
}

.mapInfoList .content {
  color: #84888d;
}
.mapInfoList .content a.tel_link{color:#84888d!important;}

.info_list,
.info_list ul {
  overflow: hidden;
}

.info_list ul li {
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding: 40px 30px;
  float: left;
  margin-bottom: 40px;
  margin-right: 40px;
  background: #f6f6f6;
  transition: all 0.3s;
  color: #4e5258;
  cursor: pointer;
  border-bottom: 1px solid #6b6b6f;
}
.regulations{padding: 4% 0 2%;}
.regulations .info_list ul li {
  border: 1px solid #bbbbc2;
  background: #fff;
}

.info_list ul li a{color:#4D5258;}


.info_list ul li:nth-child(2n) {
  margin-right: 0;
}

.info_list ul li h2 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.about_tab{ text-align: center; margin-bottom:4%;}
.about_tab ul{ display: inline-block;}
.about_tab li{ float: left; cursor: pointer; padding:0 80px 15px;color:#C6C6C6; border-bottom:1px solid #C8C8C8; position: relative;}
.about_tab li a{color:#C6C6C6!important;}
.about_tab li::before{opacity: 0; content: ""; position: absolute; lefT:0;bottom:-1px; width:0; height: 2px; background: #A6724D;}
.about_tab li.on::before{opacity: 1;width:100%;}
.about_tab li.on a{color:#000!important;}

.about_tab_block {
  padding-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .page_block {
    display: none;
  }

  .page_block.pLeft1,
  .page_block.pRight1 {
    width: auto;
    display: block;
    background: none !important;
    border: none;
  }

  #map {
    height: 400px;
  }

  .mapInfo {
    overflow: hidden;
    padding: 20px 0 20px 0;
    position: initial;
  }

  .mapInfo h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .info_list ul li {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .info_list ul li h2{margin: 5% 0 7%;}

}

@media only screen and (max-width: 767px) {
  .about_tab li{padding:0 15px 10px;}
}

@media only screen and (min-width:1025px){
  .info_list ul li{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
  .info_list ul li:hover {
    background-image: url(../images/info_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #a6724d;
  }
}


