.event-view-page {
  padding-top: 70px;
}
.event-view-page .page-header {
  padding-bottom: 10px;
}
.headline {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  text-decoration: none;
  color: inherit;
}
.headline h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.headline div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  line-height: 1.5;
}
.content {
  background: white;
}
.write {
  padding: 20px;
  min-height: 200px;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #eaeaea;
}
.write img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 8px;
}
.btnArea {
  padding: 16px 20px;
  border-bottom: 1px solid #eaeaea;
}
.fileBox {
  margin-bottom: 16px;
  padding: 12px;
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.fileBox i {
  margin-right: 8px;
  color: #6c757d;
}
.fileBox a {
  color: #007bff;
  text-decoration: none;
  margin-left: 8px;
}
.fileBox a:hover {
  text-decoration: underline;
}
.btnBox {
  text-align: end;
}
.btnBox a {
  display: inline-block;
  padding: 10px 24px;
  background: #555;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.2s;
}
.btnBox a:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}
.comment {
  background: white;
}
.comment .no {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #eaeaea;
}
.comment .no span {
  color: #ff8000;
  font-size: 15px;
}
.comment .box {
  list-style: none;
}
.comment .box li {
  padding: 16px 20px;
  border-bottom: 1px solid #f2f2f2;
}
.comment .box li:last-child {
  border-bottom: none;
}
.cName {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.cName span {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin-left: 2px;
}
.cComment {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cBtn {
  display: flex;
  justify-content: flex-end;
}
.cBtn a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
  padding: 4px 8px;
}
.inputArea {
  padding: 16px 20px;
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inputArea textarea {
  flex: 1;
  min-height: 80px;
  padding: 12px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
  font-family: inherit;
  background: white;
}
.inputArea .reinput {
  align-self: flex-end;
  padding: 10px 24px;
  background: #ff8000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.comment form {
  border-radius: 8px;
}