.page-notice main { padding-top: 0px; }

/* HERO */
.page-notice .hero-sub {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.page-notice .hero-sub-img {
  width: 100%;
  padding-top: 40%;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0.18)),
    url('../img/sub-top-05.jpg') center/cover no-repeat;
  position: relative;
}
.page-notice .hero-label {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 3px;
  color: #f7f7f7;
}

/* NOTICE LIST */
.section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}
.section-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: normal;
}

/* TABLE */
.notice-wrap {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
}
.notice-table {
  width: 100%;
  border-collapse: collapse;
}
.notice-table th,
.notice-table td {
  padding: 14px 10px;
  text-align: left;
  font-size: 12px;
  color: #333;
}
.notice-table th {
  background: #fafafa;
  font-size: 12px;
  color: #555;
  letter-spacing: 1px;
}
.notice-table .num {
  width: 8%;
  text-align: center;
}
.notice-table .date {
  width: 18%;
  text-align: right;
  color: #777;
}
.notice-table .title a {
  color: #222;
  font-size: 13px;
  transition: color .3s ease;
}
.notice-table .title a:hover {
  color: #a3825c;
}

/* 구분선 */
.notice-table tbody tr {
  border-top: 1px solid #f0f0f0;
}
.notice-table tbody tr:first-child {
  border-top: none;
}

/* Pagination */
.pagination {
  margin: 30px auto 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  margin: 0 3px;
  padding: 4px 8px;
  font-size: 12px;
  color: #777;
  border-radius: 4px;
  transition: all .2s ease;
}
.pagination a.active {
  background: #111;
  color: #fff;
}
.pagination a:hover {
  background: #222;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  font-size: 14px;
}



/* 반응형 */
@media (max-width: 768px) {
  .hero-slider { height: 320px; }
  .slider-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}


/* Responsive */
@media(max-width:768px){
  .notice-table th.num,
  .notice-table td.num { display: none; }
  .notice-table th.date,
  .notice-table td.date { font-size: 11px; }
}
