.contentBox {
  padding: 60px 0;
}

.textEditor .titleBox {
  max-width: 1110px;
  padding-top: 23px;
  margin: 0 auto;
}
.textEditor .titleBox .subtitle {
  font-size: 35px;
}
.textEditor .titleBox .title {
  font-size: 35px;
  letter-spacing: 2.2px;
}
.textEditor .titleBox .text.narrow {
  max-width: 1110px;
}

.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}