/* CSS Document */
.locationsList .dataList .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}

.titleBox {
  display: block;
}
@media (max-width: 480px) {
  .titleBox {
    margin-bottom: 20px;
  }
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.locationsBox {
  /*padding-top: 60px;*/
}
@media (max-width: 1180px) {
  .locationsBox {
    /*padding-top: 40px;*/
  }
}
@media (max-width: 640px) {
  .locationsBox {
    /*padding: 50px 0 40px;*/
  }
}

.locationsList {
  text-align: center;
}
.locationsList .locationsItem:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 1180px) {
  .locationsList .locationsItem:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .locationsList .locationsItem:not(:last-child) {
    margin-bottom: 60px;
  }
}
.locationsList .dataTitle {
  display: block;
  color: #363636;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .locationsList .dataTitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .locationsList .dataTitle {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.locationsList .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
@media (max-width: 992px) {
  .locationsList .dataList {
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .locationsList .dataList {
    margin: 0 -10px;
  }
}
.locationsList .dataList .dataItem {
  width: 33.33%;
  padding: 20px 20px 30px;
}
@media (max-width: 1180px) {
  .locationsList .dataList .dataItem {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .locationsList .dataList .dataItem {
    width: 33.33%;
    padding: 15px 15px 20px;
  }
}
@media (max-width: 640px) {
  .locationsList .dataList .dataItem {
    width: 50%;
    padding: 15px 10px 20px;
  }
}
@media (max-width: 480px) {
  .locationsList .dataList .dataItem {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 1201px) {
  .locationsList .dataList .dataItem:hover .Txt .title {
    color: #f3bd7e;
  }
  .locationsList .dataList .dataItem:hover .Img img {
    -webkit-filter: none;
            filter: none;
  }
}
.locationsList .dataList .Img {
  position: relative;
}
.locationsList .dataList .Img a {
  display: block;
  padding: 30px 0;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .locationsList .dataList .Img a {
    padding: 20px 0;
  }
}
.locationsList .dataList .Img img {
  width: 100%;
  /*-webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(13%) saturate(1067%) hue-rotate(36deg) brightness(100%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(13%) saturate(1067%) hue-rotate(36deg) brightness(100%) contrast(86%);*/
}
.locationsList .dataList .Txt {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.locationsList .dataList .Txt .title a {
  font-weight: 500;
  display: block;
  font-size: 18px;
}
@media (max-width: 1180px) {
  .locationsList .dataList .Txt .title a {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .locationsList .dataList .Txt .title a:hover {
    color: #f3bd7e;
  }
}
.locationsList .dataList .Txt .text {
  height: 60px;
  color: #666666;
  font-size: 15px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .locationsList .dataList .Txt .text {
    font-size: 14px;
  }
}

.contentBox.insPage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox.insPage .leftBox {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 50px;
}
.contentBox.insPage .rightBox {
  width: 75%;
}
@media (max-width: 1024px) {
  .contentBox.insPage .leftBox {
    width: 100%;
    padding: 0;
  }
  .contentBox.insPage .rightBox {
    width: 100%;
  }
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #6c6c6c;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  padding: 20px 0px;
}
.newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  overflow: hidden;
}
.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.newsList .Txt .text {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}