@charset "utf-8";
/* ----------------------------------
News Detail Page Layout
2020.10.12
---------------------------------- */

#newsDetail {
  width: 630px;
}
#newsDetail .update {
  margin: 15px 0 0;
  text-align: right;
}
#newsDetail h2 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  border-bottom: 3px solid #ff8584;
}
.detailText {
  margin: 25px 0;
}

.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}
.detailUpfile img {
  max-width: 100%;
  height: auto;
}

.backORcloseBtn {
  margin: 25px 0;
  padding: 0;
  text-align: center;
}
.backORcloseBtn a {
  margin: 0;
  padding: 4px 15px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}
.backORcloseBtn a:hover {
  color: #fff;
  background: #999;
}

