.board_read {
  border-top: 0.0625rem solid var(--line1);
}
.board_read .read_header {
  padding: 2.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .board_read .read_header {
    padding: 1.25rem 0;
  }
}
.board_read .read_header h4 {
  font-size: var(--f4);
  line-height: var(--l4);
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .board_read .read_header h4 {
    margin-bottom: 0.75rem;
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
.board_read .read_header p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font3);
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 0;
  gap: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .board_read .read_header p {
    padding: 0.2188rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
    gap: 1rem;
  }
}
.board_read .read_header p .time strong {
  font-weight: 400;
  color: var(--font1);
  display: inline-block;
  margin-left: 1.25rem;
}
.board_read .read_header p .read_count img {
  vertical-align: top;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.125rem;
}
@media only screen and (max-width: 767px) {
  .board_read .read_header p .read_count img {
    margin-right: 0;
  }
}
.board_read .read_body {
  border-top: 1px solid var(--line2);
  border-bottom: 1px solid var(--line2);
  padding: 2.5rem 0;
}
.board_read .read_body img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .board_read .read_body {
    padding: 1.25rem 0;
  }
}
.board_read .read_body.del form {
  text-align: center;
}
.board_read .read_body.del form strong {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.board_read .read_body.del form .btnArea {
  text-align: center;
}
.board_read .read_footer .fileList {
  text-align: right;
}
.board_read .read_footer .fileList button {
  margin-top: 2.5rem;
}
.board_read .read_footer .btnArea {
  margin: 2.5rem 0 0;
}
.board_read .read_footer .btnArea .etc {
  display: block;
  text-align: center;
}
.board_read .read_footer .btnArea .etc .bttn {
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .board_read .read_footer .btnArea .etc .bttn {
    width: 100%;
  }
}