p {
  padding: 0;
  margin: 0;
}
.notice-content {
  width: 100%;
}
.notice-content .notice-title-bar {
  display: flex;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  justify-content: flex-start;
}
.notice-content .notice-title-bar p:nth-child(1) {
  width: 110px;
  text-align: center;
}
.notice-content .notice-title-bar p:nth-child(2) {
  width: calc(100% - 230px);
  text-align: left;
}
.notice-content .notice-title-bar p:nth-child(3) {
  width: 120px;
  text-align: center;
}
.notice-content .notice-content-box {
  width: 100%;
  height: auto;
  min-height: 450px;
  padding: 20px 30px 20px 30px;
  font-size: 0.9rem;
}
.notice-content .notice-content-bottom-bar {
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
}
.notice-content .notice-content-bottom-bar button {
  background: #d0d0d0;
  padding: 5px 10px 5px 10px;
  border: 0;
}

.notice-box {
  width: 100%
}
.notice-box .notice-table {
  border-top: 1px solid #a0a0a0;
  margin-top: 40px;
}
.notice-box .notice-table table {
  width: 100%;
}
.notice-box .notice-table table tr {
  cursor: pointer;
}
.notice-box .notice-table table tr:hover {
  background-color: #fafafa;
}
.notice-box .notice-table table tr th {
  background: rgb(248,248,248);
  border-bottom: 1px solid #e0e0e0;
  padding: 17px 0 15px 0;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
}
.notice-box .notice-table table tr td {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0 15px 0;
  color: #000;
  text-align: center;
  font-size: 0.9rem;
}
.notice-box .notice-table table td.left {
  text-align: left;
}
