
.sch-profile-card-5 .sch-menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sch-profile-card-5 .sch-menu-content::before, .sch-profile-card-5 .sch-menu-content::after {
  content: "";
  display: table;
}
.sch-profile-card-5 .sch-menu-content::after {
  clear: both;
}
.sch-profile-card-5 .sch-menu-content li {
  display: inline-block;
}
.sch-profile-card-5 .sch-menu-content a {
  color: #fff;
}
.sch-profile-card-5 .sch-menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.sch-profile-card-5 .sch-profile-card-content {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.sch-profile-card-5 .sch-profile-card-content:hover .sch-content-down {
  transform: translateY(0);
}
.sch-profile-card-5 .sch-content-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.sch-profile-card-5 .sch-content-down .sch-down-content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.sch-profile-card-5 .sch-job {
  font-size: 12px;
}
.sch-profile-card-5 .sch-name {
  margin-top: 10px;
}
.sch-profile-card-5 .sch-name a{
  color:#fff;
}
.sch-profile-card-5 .sch-p {
  height: 70px;
  margin: 0;
}
.sch-profile-card-5 input[type=checkbox] {
  display: none;
}
.sch-profile-card-5 input[type=checkbox]:checked + .sch-menu-content {
  transform: translateY(-60px);
}

.sch-profile-card-5 .sch-profile-card-content {
  background: url(../../images/profile5.jpg)center/cover no-repeat;
}
.sch-profile-card-5 .sch-profile-card-content:hover .sch-menu-content span {
  transform: translate(-50%, -10px);
  opacity: 1;
}
.sch-profile-card-5 ..sch-content-up {
  color: #fff;
  padding: 1em;
}
.sch-profile-card-5 .sch-content-up::before, .sch-profile-card-5 .sch-content-up::after {
  content: "";
  display: table;
}
.sch-profile-card-5 .sch-content-up::after {
  clear: both;
}
.sch-profile-card-5 .sch-content-up .sch-time {
  float: left;
  font-size: 12px;
  margin-top: 20px;
  color: #fff;
  margin-left: 20px;
}
.sch-profile-card-5 .sch-menu-content {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}
.sch-profile-card-5 .sch-menu-content li {
  margin: 0 5px;
  position: relative;
}
.sch-profile-card-5 .sch-menu-content span {
  transition: all 0.3s;
  opacity: 0;
}
.sch-profile-card-5 .sch-content-down {
  color: #fff;
  transform: translateY(calc(70px + 4em));
}
.sch-profile-card-5 .title a {
  color: #fff;
}
.sch-profile-card-5 .sch-button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.sch-profile-card-5 .sch-button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.sch-profile-card-5 .sch-button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}