#content {
  margin-top: 80px;
}

#content .contentWrap {
  padding: 50px;
  padding-top: 100px;
}

#content .contentWrap .title {
  position: relative;
  height: 86px;
}

#content .contentWrap .title hr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  border: 1px solid #fff;
  border-bottom: 1px solid #E3395D;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}

#content .contentWrap .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#content .contentWrap .title:nth-child(1) img:nth-child(2) {
  transform: translateY(-50%) translateX(-311%);
  height: 100%;
}

#content .contentWrap .title:nth-child(1) img:nth-child(3) {
  transform: translateY(-50%) translateX(-145%);
  height: 100%;
}

#content .contentWrap .title:nth-child(1) img:nth-child(4) {
  transform: translateY(-50%) translateX(26%);
  height: 100%;
}

#content .contentWrap .title:nth-child(1) img:nth-child(5) {
  transform: translateY(-50%) translateX(151%);
  height: 100%;
}

#content .contentWrap .title:nth-child(3) img:nth-child(2) {
  transform: translateY(-50%) translateX(-341%);
  height: 100%;
}

#content .contentWrap .title:nth-child(3) img:nth-child(3) {
  transform: translateY(-50%) translateX(-109%);
  height: 100%;
}

#content .contentWrap .title:nth-child(3) img:nth-child(4) {
  transform: translateY(-50%) translateX(191%);
  height: 100%;
}

#content .contentWrap .title:nth-child(3) img:nth-child(5) {
  transform: translateY(-50%) translateX(172%);
  height: 100%;
}

#content .contentWrap .member {
  width: 100%;
  border: 5px solid #f2f2f2;
  margin: 80px 0;
  box-sizing: border-box;
}

#content .contentWrap .member:after,
#content .contentWrap .joinInfo:after,
#content .contentWrap .joinInfo ul:after,
#content .contentWrap .joinInfo .tele:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#content .contentWrap .member li {
  float: left;
  position: relative;
  width: 25%;
  height: 22.666vw;
  box-sizing: border-box;
  border: 3px solid #f2f2f2;
}

#content .contentWrap .member li img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
}

#content .contentWrap .member li:hover img:nth-child(1) {
  opacity: 1;
  width: 100%;
  height: 100%;
}

#content .contentWrap .member li:hover img:nth-child(2) {
  opacity: 0;
}

#content .contentWrap .member li p {
  position: absolute;
  color: #43444a;
  font-size: 28px;
}

#content .contentWrap .member li p.rt {
  top: 18%;
  right: 12%;
  transition: all 1s;
}

#content .contentWrap .member li p.lt {
  top: 18%;
  left: 12%;
  transition: all 1s;
}

#content .contentWrap .member li p.lb {
  bottom: 18%;
  left: 12%;
  transition: all 1s;
}

#content .contentWrap .member li:hover p.rt {
  right: 60%;
  color: #1333fa;
}

#content .contentWrap .member li:hover p.lt,
#content .contentWrap .member li:hover p.lb {
  left: 60%;
  color: #1333fa;
}

#content .contentWrap .hint {
  color: #e3395d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}

#content .contentWrap .joinInfo {
  border-bottom: 1px solid #ccc;
}

#content .contentWrap .joinInfo .title {
  padding: 0 30px;
}

#content .contentWrap .joinInfo .title p:first-child {
  color: #1333fa;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

#content .contentWrap .joinInfo .title p:last-child {
  color: #A1A1A1;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
}

#content .contentWrap .joinInfo ul {
  padding: 30px 30px 30px 140px;
  min-height: 200px;
}

#content .contentWrap .joinInfo ul li {
  float: left;
  width: 20%;
  margin-bottom: 30px;
  color: #a1a1a1;
  font-size: 14px;
}

#content .contentWrap .joinInfo .tele {
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  float: right;
  padding: 0 30px;
  color: #a1a1a1;
}

#content .contentWrap .joinInfo .tele>span {
  margin-right: 30px;
}

#content .contentWrap .joinInfo .tele>span:first-child {
  float: left;
}

#content .contentWrap .joinInfo .tele>span:last-child {
  float: right;
  margin-right: 0;
}

#content .contentWrap .joinInfo .tele>span>span {
  color: #1333fa;
  ;
}

#content .contentWrap .footer {
  height: 48px;
  position: relative;
  margin-top: 34px;
}

#content .contentWrap .footer img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1040px) {
  #content .contentWrap .member li {
    width: 33.3%;
    height: 28.843vw;
  }
  #content .contentWrap .member li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  #content .contentWrap {
    padding: 20px;
  }
  #content .contentWrap .title {
    height: 40px;
  }
  #content .contentWrap .member {
    margin: 40px 0;
  }
  #content .contentWrap .member li {
    width: 50%;
    height: 42.757vw;
  }
  #content .contentWrap .member li:nth-child(odd) {
    border-right: 8px solid #f2f2f2;
  }
  #content .contentWrap .member li:nth-child(even) {
    border-left: 8px solid #f2f2f2;
  }
  #content .contentWrap .member li p {
    font-size: 14px;
  }
  #content .contentWrap .hint {
    font-size: 12px;
  }
  #content .contentWrap .joinInfo .title {
    padding: 0 10px;
  }
  #content .contentWrap .joinInfo .title p:first-child {
    font-size: 20px;
    line-height: 20px;
  }
  #content .contentWrap .joinInfo ul {
    min-height: 125px;
    padding: 30px 10px;
  }
  #content .contentWrap .joinInfo ul li {
    width: auto;
    padding-right: 30px;
  }
  #content .contentWrap .joinInfo .tele {
    font-size: 12px;
    float: none;
    padding: 0 10px;
  }
  #content .contentWrap .joinInfo .tele>span {
    margin-right: 0;
  }
  #content .contentWrap .footer {
    height: 38px;
    position: relative;
    margin-top: 26px;
  }
}

.title.active img:nth-child(2) {
  -webkit-animation: downIn 1s 0.2s both;
}

.title.active img:nth-child(4) {
  -webkit-animation: downIn 1s 0.4s both;
}

.title.active img:nth-child(3) {
  -webkit-animation: downIn 1s 0.6s both;
}

.title.active img:nth-child(5) {
  -webkit-animation: downIn 1s 0.8s both;
}

.title.active hr {
  -webkit-animation: rightIn 1s 1s both;
}

@keyframes downIn {
  from {
    top: 150%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

@keyframes rightIn {
  from {
    left: 150%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}