/* CSS Document */
.menbersList .plusArrow, .menbersList .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menbersInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.menbersInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  border-radius: 10px;
}

.menbersList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.menbersList .menbersItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .menbersList .menbersItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .menbersList .menbersItem {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .menbersList .menbersItem {
    padding: 0 10px 15px;
  }
}
.menbersList .item {
  padding: 20px 0px;
  position: relative;
}
.menbersList .item::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#9774ad), color-stop(40%, transparent));
  background-image: linear-gradient(to right, #9774ad 0%, transparent 40%);
  background-size: 8px 10px;
  background-repeat: repeat-x;
}
.menbersList .item:hover .plusArrow {
  background-color: #fff;
  color: #9774ad;
}
.menbersList .Img {
  width: 100%;
  margin-right: 10px;
  position: relative;
}
.menbersList .Img:hover img {
  scale: 0.95;
}
.menbersList .Img img {
  border-radius: 20px 80px 20px 80px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.menbersList .Txt {
  padding: 30px 0 0 10px;
}
.menbersList .Txt .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menbersList .Txt .title a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-wrap: wrap;
  color: #9774ad;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menbersList .Txt .title .job {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}
.menbersList .Txt .text {
  height: 60px;
  color: #8B8B8B;
  font-size: 15px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .menbersList .Txt .text {
    font-size: 14px;
  }
}
.menbersList .plusArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  color: #fff;
  background-color: #9774ad;
  border: 3px solid #9774ad;
  right: 5%;
  bottom: -20px;
  z-index: 2;
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}

.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.infoBox {
  margin-top: 50px;
}

.title {
  font-size: 20px;
  color: #9774ad;
  line-height: 1.5;
}