@media (min-width: 960px) {
  .-sidebar-on .l-content {
      display: block;
  }
}
#sidebar {
  display: none;
}

ul, li{
    list-style: none;
}
.pnkz{
    margin: 15px 0 60px;
}
.pnkz ul{
    width: 100%;
    display: flex;
}
.pnkz li:not(:last-child):after{
    content: '>';
    margin: 0 8px;
}
.pnkz li:last-child{
    color: #5E68AF;
}
.m-h2{
    color: #5E68AF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 40px;
}
.m-h2 span {
  display: inline-block;
  border-bottom: solid 2px #E75297;
  display: inline;
  padding: 0 0 3px 0;
}

/*voiceCont*/
.voiceCont {
  max-width: 1200px;
  margin: 0 auto 100px;
}

.voiceCont ul {
  display: flex;
  margin: 0 0 50px 0;
}

.voiceCont ul li {
  width: 380px;
  background: #efdadc;
  position: relative;
  margin-right: 25px;
}

.voiceCont ul li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #5e68af;
  bottom: -7px;
  right: -7px;
  z-index: -1;
}

.voiceCont ul li img {
  width: 100%;
}

.voiceCont ul li div p {
  text-align: center;
}

.voiceCont ul li div p:first-child {
  margin: 50px 0 20px;
}

.voiceCont ul li div p:nth-child(2) {
  font-size: 40px;
}

.voiceCont ul li div p:nth-child(2) span {
  display: inline-block;
}

.voiceCont ul li div .btnMore {
  margin: 50px 0;
}

.voiceCont ul li div .btnMore a {
  background-color: #fff;
}

.voiceCont ul li div .btnMore a:hover {
  color: #FFF;
  background: #5e68af;
}

@media screen and (max-width:768px) {
  .voiceCont ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .voiceCont ul li {
    width: 95%;
    max-width: 600px;
    margin: 0 0 50px 0;
  }
}

/*voiceinnerCont*/
.voiceinnerCont {
  padding: 50px 0;
}
.voiceinnerCont .beforeAfter h2 img {
  margin: auto;
}
.voiceinnerCont .beforeAfterTxt {
  max-width: 890px;
  margin: auto;
  text-align: left;
}

.voicecommentCont .reasonText {
  max-width: 800px;
  position: relative;
  height: 400px;
}

.voicecommentCont .reasonText .commentHl {
  position: absolute;
  top: 0;
  left: 0;
}

.voicecommentCont .right {
  margin: 0 0 0 auto;
}

.voicecommentCont .reasonText .boxDesign2 {
  position: absolute;
  top: 90px;
  left: 60px;
  width: 90%;
}

.voicecommentCont .reasonText .boxDesign2 p {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .voicecommentCont {
    padding: 0 10px;
  }
  .voicecommentCont .reasonText {
    height: 450px;
  }
  .voicecommentCont .reasonText .commentHl img {
    max-width: 300px;
  }
  .voicecommentCont .reasonText .boxDesign2 {
    background: #efdadc;
    padding-top: 50px;
    padding-bottom: 50px;
    top: 130px;
    left: 40px;
    width: 87%;
  }
  .voicecommentCont .reasonText .boxDesign2::after {
    position: absolute;
    border: 1px solid #5e68af;
    bottom: -7px;
    right: -7px;
    z-index: -1;
  }
}
