body[page="repair"] section.photo {
  background-color: #744624;
  background-position: center;
  background-size: cover;
  height: 46vw;
  max-height: 480px;
}
body[page="repair"] section.intro {
  background-color: #FFF;
}
body[page="repair"] section.intro centerwrap {
  color: #000;
  padding: 60px;
}
body[page="repair"] section.intro centerwrap .in {
  margin-bottom: 0px;
}
body[page="repair"] section.intro centerwrap .in .photo {
  background-color: #e9e9e9;
  width: 550px;
  height: 380px;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: center;
}
body[page="repair"] section.intro centerwrap .in .content {
  display: inline-block;
  width: calc(100% - 620px);
  margin-left: 60px;
  text-align: left;
  height: 380px;
  font-size: 18px;
}
body[page="repair"] section.intro centerwrap .in .content .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body[page="repair"] section.result {
  background-color: #FFF;
  padding-bottom: 50px;
}
body[page="repair"] section.result h2 {
  text-align: center;
  font-size: 35px;
  color: #000;
  margin-bottom: 30px;
}
body[page="repair"] section.result .text {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}
body[page="repair"] section.photos {
  background-color: #FFF;
  padding-bottom: 50px;
}
body[page="repair"] section.photos h2 {
  text-align: center;
  font-size: 35px;
  color: #000;
  margin-bottom: 30px;
}
body[page="repair"] section.photos .text {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}
body[page="repair"] section.photos .albums .each {
  display: inline-block;
  width: 29%;
  background-color: #f9f9f9;
  padding-bottom: 19%;
  margin: 1.5%;
  background-size: cover;
  background-position: center;
}
body[page="repair"] section.photos .albums .each[style="background-image: url(/);"] {
  display: none;
}
.beforeafter {
  background-color: #FFF;
  padding-bottom: 43%;
  width: 67%;
  margin: auto;
  border: 1px solid #e9e9e9;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.beforeafter .left {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #e9e9e9;
  background-position: left center;
  background-size: auto 100%;
  cursor: grab;
}
.beforeafter .middle {
  background-color: #FFF;
  width: 4px;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  z-index: 2;
  cursor: grab;
}
.beforeafter .right {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background-color: #777;
  background-position: right center;
  background-size: auto 100%;
  cursor: grab;
}
.beforeafter .beforeTxt {
  color: #000;
  top: 47%;
  left: 6%;
  position: absolute;
  font-size: 30px;
}
.beforeafter .afterTxt {
  color: #000;
  top: 47%;
  right: 6%;
  position: absolute;
  font-size: 30px;
}
@media screen and (max-width: 1080px) {
  body[page=repair] section.intro centerwrap {
    padding: 30px;
  }
  body[page=repair] section.intro centerwrap .in .photo {
    width: 100%;
    height: 55vw;
    display: block;
  }
  body[page=repair] section.intro centerwrap .in .content {
    display: block;
    width: auto;
    margin-left: 0;
    text-align: left;
    height: auto;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  body[page=performers] section.intro centerwrap .in {
    margin-bottom: 40px;
  }
  body[page=performers] section.intro centerwrap {
    padding: 30px;
  }
  body[page=performers] section.intro centerwrap .in .content {
    display: block;
    width: auto;
    margin-left: 0px;
    text-align: left;
    height: auto;
  }
  body[page=performers] section.intro centerwrap .in .photo {
    background-color: #e9e9e9;
    width: 80%;
    height: 96vw;
    display: block;
    margin: auto;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
  }
  body[page=repair] section.result centerwrap {
    padding: 30px;
    padding-top: 0px;
  }
  body[page=repair] section.result h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  body[page=repair] section.photos centerwrap {
    padding: 30px;
  }
  body[page=repair] section.photos .albums .each {
    display: block;
    width: 84%;
    background-color: #f9f9f9;
    padding-bottom: 49%;
    margin: auto;
    margin-bottom: 30px;
  }
  body[page=repair] section.photos h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .beforeafter {
    height: 18vw;
    width: 100%;
  }
  .beforeafter .beforeTxt {
    color: #000;
    top: 47%;
    left: 4%;
    position: absolute;
    font-size: 18px;
  }
  .beforeafter .afterTxt {
    color: #000;
    top: 47%;
    right: 4%;
    position: absolute;
    font-size: 18px;
  }
}
