/* CSS Document */
.societyList .tagListBox .ImgColor .Img, .societyList .tagListBox .ImgColor, .societyList .Img img {
  transition: all 0.5s ease-in-out;
}

.tagInfoArea {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 70px;
}
@media (max-width: 1180px) {
  .tagInfoArea {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.tagInfoArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 0 auto;
}
.tagInfoArea .wrap {
  max-width: 1650px;
}
.tagInfoArea .tagInfoBox {
  width: 100%;
  position: relative;
}
.tagInfoArea .tagInfoBox .arrowBox {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.tagInfoArea .tagInfoBox .tagInfoList {
  padding: 0 60px;
}
@media (max-width: 1366px) {
  .tagInfoArea .tagInfoBox .tagInfoList {
    padding: 0px;
  }
}
@media (max-width: 1180px) {
  .tagInfoArea .tagInfoBox .tagInfoList {
    padding: 0;
  }
}
.tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem {
  float: left;
  width: 25%;
}
.tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1280px) {
  .tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem {
    width: 25%;
  }
  .tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem {
    width: 33.3333333333%;
  }
  .tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem {
    width: 50%;
  }
  .tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .tagInfoArea .tagInfoBox .tagInfoList > .tagInfoItem {
    width: 100%;
  }
}
.tagInfoArea .tagInfoBox .tagInfoItem {
  padding: 15px;
}
.tagInfoArea .tagInfoBox .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.tagInfoArea .tagInfoBox .ImgColor {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 -60px 0;
  position: relative;
  z-index: 2;
}
.tagInfoArea .tagInfoBox .Img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  padding: 15px;
  background-color: #fff;
}
.tagInfoArea .tagInfoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tagInfoArea .tagInfoBox .Txt {
  background-color: #f5f5f5;
  border-radius: 0.4rem;
  padding: 80px 40px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.tagInfoArea .tagInfoBox .Txt .subtitle {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 400;
  text-align: center;
}
.tagInfoArea .tagInfoBox .Txt .subtitle.ellipsis {
  height: 45px;
  overflow: hidden;
}
.tagInfoArea .tagInfoBox .Txt .title {
  font-size: 23px;
  font-weight: 400;
  margin: 10px 0 20px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  color: #000;
}
.tagInfoArea .tagInfoBox .Txt .title.ellipsis {
  height: 60px;
  overflow: hidden;
}
.tagInfoArea .tagInfoBox .Txt .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 1px;
  background-color: #0069b7;
  margin: 0 auto;
}
.tagInfoArea .tagInfoBox .Txt .text {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  overflow-y: auto;
  height: 230px;
  -webkit-overflow-scrolling: touch;
}
.tagInfoArea .tagInfoBox .Txt .text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.tagInfoArea .tagInfoBox .Txt .text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #fff;
}
.tagInfoArea .tagInfoBox .Txt .text::-webkit-scrollbar-thumb {
  background: #0069b7;
}
@media (max-width: 1536px) {
  .tagInfoArea .tagInfoBox .Txt .text {
    height: 250px;
  }
}

.tagArea {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1180px) {
  .tagArea {
    margin-bottom: 40px;
  }
}

.societyList {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.societyList .societyItem {
  width: 50%;
  padding: 0 15px;
  margin: 15px 0;
}
@media (max-width: 1180px) {
  .societyList .societyItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .societyList .societyItem {
    width: 100%;
  }
}
.societyList .item {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.societyList .Img {
  overflow: hidden;
}
.societyList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.societyList .Txt {
  padding: 15px 0;
}
.societyList .Txt .title {
  display: block;
  font-size: 23px;
  color: #0069b7;
  font-weight: 700;
}
.societyList .Txt .num {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.societyList .tagListBox {
  width: 100%;
  margin-top: 10px;
}
.societyList .tagListBox .tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.societyList .tagListBox .tagitem {
  display: inline-block;
  margin-right: 10px;
}
.societyList .tagListBox .ImgColor {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  padding: 15px;
}
.societyList .tagListBox .ImgColor .Img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.societyList .tagListBox .ImgColor .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.societyList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.contentBox.insPage {
  width: 100%;
  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: 1180px) {
  .contentBox.insPage .leftBox {
    width: 100%;
    padding: 0;
  }
  .contentBox.insPage .rightBox {
    width: 100%;
  }
}

.insIntroBox {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.insIntroBox .introBox {
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: normal;
  padding: 5px 10px;
}

.newsList {
  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: 1180px) {
  .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;
}

.projectInfoArea.show .project_ajaxBox {
  opacity: 0;
  -webkit-animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
}