.board-table {
  margin-bottom:30px;
}

.board-table .board-write-btn {
  text-align:right;
}

.board-table .board-write-btn button {
  background-color:var(--main-color-1);
  color:#efefef;
  font-weight:400;
  font-size:1.4rem;
  height:36px;
  padding:0 12px;
}

.board-write-form table {
  width:100%;
}

.board-write-form {
  display:flex;
  justify-content:center;
}

.board-write-form > form {
  width:100%;
  max-width:960px;
}

.board-write-form table tr th {
  font-size:1.4rem;
  color:#333;
}

.board-write-form table tr td {
  text-align:center;
  font-size:1.4rem;
  color:#333;
  padding:8px 0;
  vertical-align:middle;
}

.board-write-form table tr td input {
  height:34px;
}

.board-write-form {
  padding:20px;
}

.board-write-form .board-write-btn {
  text-align:center;
}

.board-view {
  padding:0 20px;
}

.board-view .board-top {
  display:flex;
  justify-content:space-between;
  padding:14px 0;
  align-items:center;
  border-bottom:1px solid #413d67;
}

.board-view .board-top .board-title h2 {
  margin-bottom:0;
  font-size:2.6rem;
  font-weight:500;
  color:#333;
}
.board-title .board-top .write-info {
}

.board-view .board-top .write-info .writer-name p {
  margin-bottom:4px;
  font-size:1.4rem;
  color:#444;
  text-align:right;
}

.board-view .board-top .write-info .write-date p {
  font-size:1.4rem;
  color:#444;
  margin-bottom:0;
  text-align:right;
}

.board-view .board-cont {
  margin-top:30px;
  font-size:1.4rem;
  font-weight:300;
  color:#333;
}

.board-view .list-btn {
  padding:30px 0;
  text-align:center;
}

.board-view .list-btn button {
  background-color:var(--main-color-1);
  color:#fff;
  padding:8px 23px;
  font-size:1.4rem;
  font-weight:400;
  border-radius:2px;
}

.board-view .answer-content {
  border-top:1px solid #dfdfdf;
  margin-top:30px;
  padding-top:30px;
}

.board-view .answer-content p {
  font-size:1.4rem;
  color:#444;
}

.board-view .answer-content h4 {
  font-size:1.6rem;
  font-weight:300;
  padding:15px 0;
  color:#333;
}