@charset "utf-8";

#notice_wrap {
  min-height: 100vh;
  background: #f7f8fb;
  color: #111;
}

.notice_hero,
.notice_view_hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 200px 24px 56px;
  text-align: center;
}

.notice_badge,
.notice_important {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.notice_badge {
  background: #eef2ff;
  color: #3949ab;
}

.notice_important {
  background: #fff7ed;
  color: #ea580c;
}

.notice_hero h1,
.notice_view_hero h1 {
  margin: 24px 0 18px;
  color: #111;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.05em;
}

.notice_hero p {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}

.notice_section,
.notice_view_section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 24px 120px;
}

.notice_panel,
.notice_view_card {
  border: 1px solid rgba(17, 17, 17, .06);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, .04);
  overflow: hidden;
}

.notice_empty {
  padding: 80px 20px;
  color: #777;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.notice_list {
  display: flex;
  flex-direction: column;
}

.notice_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  border-bottom: 1px solid #eef0f3;
  color: inherit;
  text-decoration: none;
}

.notice_item:last-child {
  border-bottom: 0;
}

.notice_item:hover {
  background: #f8fafc;
}

.notice_item_main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.notice_item strong {
  color: #111;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  word-break: keep-all;
}

.notice_item time,
.notice_view_hero time {
  color: #777;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.notice_pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 28px;
  border-top: 1px solid #eef0f3;
}

.notice_pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  background: #f3f4f6;
  color: #555;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.notice_pagination a.active {
  background: #111827;
  color: #fff;
}

.notice_back_btn {
  display: inline-flex;
  margin-bottom: 22px;
  color: #666;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.notice_view_card {
  padding: 46px;
}

.notice_content {
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

@media (max-width: 767px) {

  .notice_hero,
  .notice_view_hero {
    padding: 142px 18px 36px;
  }

  .notice_hero h1,
  .notice_view_hero h1 {
    font-size: 38px;
  }

  .notice_section,
  .notice_view_section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .notice_item {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
  }

  .notice_item_main {
    align-items: flex-start;
    flex-direction: column;
  }

  .notice_view_card {
    padding: 28px 22px;
    border-radius: 24px;
  }

}
