.staff{
  display: flex;
  flex-wrap: wrap;
  padding: 154.161px 0;
}
.staff .textContent{
  margin-left: 220.403px;
  max-width: 498.524px;
}
.staff .textContent .title{
  text-align: left;
  width: 134.207px;
  height: 52.868px;

}

.staff .textContent .subTitle{
  /* width: 44.353px; - 修改前數值  */
  width: 85.353px;
  height: auto;
  margin-top:41.836px;
  margin-bottom: 8.001px;
  font-weight: 700;
  font-size: 20.5px;
}


.staff .textContent .subTitleLine{
  background-image: url(../../../assets/images/20200501_content/STAFF/S-line.png);
  background-repeat: no-repeat;
  display: block;
  width: 44.703px;
  height: 4px;
  margin-bottom: 39.123px;
}


.staff .textContent .content{
  width: 100%;
  font-size: 16px;
}

.staff .textContent .content .p3{
  margin-top: 42.775px;
}

.staff .imgArea{
  margin-left: 383.112px;
  width: 452px;
  height: 449px;
  position: relative;
  top: 130px;
}

.staff .staffArea{
  width: 100%;
  flex-basis: 100%;
  /* 設計稿 61.15px */
  display: flex;
  margin-top: 185.15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.staff .staffArea .member{
  margin: 0 6px 18.652px;
  height: 697.844px;
  width: 100%;
  max-width: 710.086px;
}

/* 控制隱藏顯示 */
.staff.staff .staffArea,
.staff.staff #staffCloseBtn{
  display: none;
}

.staff  #staffOpenBtn{
  margin-top: 79.306px;
  margin-left: 70.715‬px;
  display: inline-block;
}
.staff #staffCloseBtn{
  margin-left: auto;
  margin-right: 138px;
  position: relative;
  top: -87px;
  display: inline-block;
}