.board {
  margin-top: 100px;
  padding: 0 16px;
}
.board__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.board__title {
  margin: 0;
}
.board__text {
  margin-top: 32px;
}

.board__post {
  margin-top: 80px;
}
.board__post-title {
  display: block;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #707070;
  color: inherit;
  text-decoration: inherit;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 7px 70px;
  margin: 0;
  position: relative;
}
.board__post-title::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 14px;
  display: block;
  width: 43px;
  height: 42px;
  background: url(../images/icon-comment.svg) left top/43px 42px no-repeat;
}
.board__post-secondary-title {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  background: #F1E080;
  border: 1px solid #707070;
  border-radius: 9999px;
  padding: 0 40px;
  margin: 36px 0 0;
}
.board__post-warning {
  font-size: 12px;
}
.board__post-required {
  color: #f85b27;
  font-style: unset;
  font-weight: bold;
}
.board__post-textarea,
.board__post-input {
  display: block;
  padding: 1.4em 0;
  margin-top: 16px;
  width: 100%;
}
.board__post-file {
  display: block;
  margin-top: 18px;
}
.board__post-submit {
  margin-top: 40px;
  display: block;
  width: 100%;
  appearance: none;
  border: 1px solid #707070;
  background: #F1E080;
  font-size: 18px;
  padding: 20px 20px 20px;
}
.board__post-footer {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .board {
    margin-top: 64px;
  }
}
