@media screen and (max-width: 767px) {
  .pageTitle {
    padding: 50px 0 20px;
  }
}
.pageTitle .container {
  min-height: 0;
}

.mainBox::before,
.mainBox::after,
.pageTitle::before {
  display: none;
}

.html {
  margin: 0 25vw;
}
@media screen and (max-width: 1000px) {
  .html {
    margin: 0 20px;
  }
}
.html .editor {
  font-size: 1.25rem;
  color: #666666;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .html .editor {
    font-size: 1.125rem;
  }
}
.html .editor span.title {
  color: #f90d08;
}/*# sourceMappingURL=html.css.map */