.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;
  }
}

.design_ba-001 .wrap {
  max-width: 1350px;
}
.design_ba-001 .titleBox {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.design_ba-001 .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.design_ba-001 .topBox .titleBox .titleTw {
  font-size: 32px;
  font-weight: bold;
}
.design_ba-001 .topBox .bread {
  margin: 0;
  padding: 20px 0 32px;
  border: none;
}
.design_ba-001 .topBox .bread .wrap {
  padding: 0;
}
.design_ba-001 .topBox .bread .wrap img {
  opacity: 0.5;
}
@media (min-width: 1201px) {
  .design_ba-001 .topBox .bread .wrap img:hover {
    opacity: 1;
  }
}
.design_ba-001 .textEditor .left {
  width: 67%;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .design_ba-001 .textEditor .left {
    width: 100%;
    padding-right: 0;
  }
}
.design_ba-001 .textEditor .left .text {
  margin-bottom: 40px;
  font-size: 14px;
}
.design_ba-001 .textEditor .right {
  width: 33%;
}
@media (max-width: 1023px) {
  .design_ba-001 .textEditor .right {
    width: 100%;
  }
}