.post-write .post-detail__go-list {
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
.post-write .post-detail__go-list img {
  margin-right: 8px;
}
.post-write h2 {
  font-size: 24px;
  line-height: 35px;
  margin-top: 50px;
}
.post-write p {
  color: #777777;
  font-size: 15px;
  line-height: 22px;
  margin-top: 5px;
}
.post-write p span {
  color: #216f01;
  text-decoration: underline;
}
.post-write .bar {
  background-color: #000000;
  height: 1px;
  margin: 25px 0;
}
.post-write form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .post-write form {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    padding: 30px;
  }
}
.post-write label {
  color: #777777;
  font-size: 13px;
  line-height: 19px;
}
.post-write label:not(:first-of-type) {
  margin-top: 30px;
}
.post-write input {
  height: 42px;
}
.post-write input,
.post-write textarea {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-top: 8px;
  padding: 10px;
}
.post-write button {
  align-items: center;
  background-color: transparent;
  border: 1px solid #404040;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  margin: 50px auto 0;
  width: 122px;
}
