.mv .inner .mvText {
  position: absolute;
  width: 16%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mv .inner .mvImg.img {
  background: url(/recruit/worklifebalance/img/mv.jpg) center center no-repeat;
  background-size: cover;
}

.worklifebalance {
  padding: 50px 0;
  overflow: hidden;
}

.workList {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  z-index: 99;
}

.worklife {
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  border: 2px solid #81dce8;
  border-radius: 20px;
  overflow: hidden;
}

.worklife .img {
  width: 30%;
}

.worklife .img img {
  width: 100%;
}

.worklife .img.left {
  float: left;
}

.worklife .img.right {
  float: right;
}

.worklife .txt {
  width: 65%;
}

.worklife .txt.left {
  float: left;
}

.worklife .txt.right {
  float: right;
}

.worklife .txt ul li:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #81dce8;
}

.worklife .txt ul li:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 600px) and (min-width: 0px) {
  /***worklifebalance***/

  .worklifebalance {
    padding: 30px 0;
  }

  .workList {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .worklife {
    padding: 20px;
    margin: 30px auto;
  }

  .worklife .img {
    width: 60%;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .worklife .txt {
    width: 100%;
    text-align: center;
    float: none !important;
  }

  .worklife .txt ul li:nth-child(1) {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

}
