header{
  z-index: 5;
}
.memberTop{
  /* padding-top: 12vh; */
  width: 90vw;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem,1fr));
  gap: 1rem;

}
.itemFlex{
  margin-top: 48px;
  background-color: #0bd;
  font-size: 2.75rem;
  line-height: 4rem;
  color: #fff;
  border-radius: 0.5rem;
  border: 0.5rem groove #7acbe1;
  transition: opacity 0.3s;

}
.itemFlex:hover{
  opacity: 0.6;

}

.itemFlex:active {

  background-color: #007291;
  border: 0.5rem ridge #7acbe1;
  transition-duration: 0.1s
}
.itemFlex a{
  color: inherit;
  text-decoration: none;
  display: block;
}

.memberTopbu{

  display: flex;
  justify-content: center;

}

.itemFlexbu{
  margin-top: 48px;
  background-color: #051073;
  font-size: 2.75rem;
  line-height: 4rem;
  color: #fff;
  border-radius: 0.5rem;
  border: 0.5rem groove #7acbe1;
  transition: opacity 0.3s;
  width: 600px;


}
.itemFlexbu:hover{
  opacity: 0.6;

}

.itemFlexbu:active {

  background-color: #007291;
  border: 0.5rem ridge #7acbe1;
  transition-duration: 0.1s
}
.itemFlexbu a{
  color: inherit;
  text-decoration: none;
  display: block;
}

.member{
  width: 95vw;
  margin: 8rem auto;
}
.heading{
  width: 80%;
  margin: auto;
  padding-top: 10vh;
  letter-spacing: 1px;
  font-size: 3rem;
  border-bottom: 3px solid #0c4da2;
  color: #0c4da2;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
  margin-top: 3%;
  margin-bottom: 50px;
}

.item{
  display: flex;
  justify-content: space-between;
  width: 340px;
  height: 220px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.itemImg{
  width: 40%;
}
.itemImg img{
  width: 127px;
  height: 191px;
}
.itemText{
  width: 55%;
  align-items: center;
}
.itemText td, th{
  font-size: 1.25rem;
  font-weight: normal;
}
.itemText th{
  text-align: right;
  font-size: 1rem;
  width: 3.3rem;
}
.itemText td{
  text-align: left;
  padding-left: 1rem;
}

/*
.itemText td.major{
  font-size: 0.75rem;
}
*/

.profile{
  margin-top: 1rem;
  height: 18rem;
}

.guard{
  position: absolute;
  display: block;
  width: 130px;
  height: 195px;
  background: url(../image/member/spacer.gif);
  z-index: 3;
}

@media screen and (max-width:770px){
}
