.container.notice-page {
  margin-top: 30px;
}
.container.notice-page .notice-header-wrap {
  margin-bottom: 30px;
  padding-bottom: 17px;
  position: relative;
}
.container.notice-page .notice-header-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #000;
}
.container.notice-page .notice-header-wrap .notice-title {
  color: #222;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  text-align: left;
  margin-bottom: 0;
}
.container.notice-page .main-content-wrap .content-left {
  padding-right: 0px;
}
.container.notice-page .main-content-wrap .content-left .notice-search-area {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.container.notice-page .main-content-wrap .content-left .notice-search-area .filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.container.notice-page .main-content-wrap .content-left .notice-search-area .filter-group .notice-select {
  min-width: 92px;
  height: 32px;
  border: 1px solid #D0D1D5;
  border-radius: 4px;
  padding: 0 10px;
  background-color: #FFF;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEwLjc1IDAuNzVMNS43NSA1Ljc1TDAuNzUgMC43NSIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  color: #333;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.container.notice-page .main-content-wrap .content-left .notice-search-area .filter-group .notice-select:focus {
  outline: none;
  box-shadow: none;
}
.container.notice-page .main-content-wrap .content-left .notice-search-area .filter-group .notice-input {
  width: 131px;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #D0D1D5;
  color: #333;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.container.notice-page .main-content-wrap .content-left .notice-search-area .filter-group .notice-input:focus {
  outline: none;
  box-shadow: none;
}
.container.notice-page .main-content-wrap .content-left .notice-search-area .filter-group .btn-search {
  width: 91px;
  height: 32px;
  background: #E2E2E2;
  border-radius: 5px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.65px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap {
  margin-bottom: 40px;
  border-top: 2px solid #111;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table thead tr {
  border-bottom: 1px solid #DDDDDD;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table thead tr th {
  border: none;
  padding: 20px 0px 16px 0px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-align: center;
  border: none;
  font-family: Pretendard;
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table tbody tr {
  border-bottom: 1px solid #DDDDDD;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table tbody tr td {
  padding: 20px 0px;
  vertical-align: middle;
  border: none;
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table tbody tr td.text-start {
  text-align: left;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table tbody.no-data td {
  padding: 60px 0;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid #DDDDDD;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table .col-num {
  width: 80px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table .col-title {
  width: auto;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table .col-url {
  width: 80px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table .col-attachment {
  width: 80px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table .col-date {
  width: 120px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table .col-views {
  width: 100px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table td.text-start {
  padding-left: 20px;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table td .badge-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #D9534F;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.12px;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
  color: #FFF;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table td .btn-link {
  color: #333;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table td .btn-link:hover {
  color: #000;
}
.container.notice-page .pagination-wrap {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .container.notice-page .main-content-wrap .content-left {
    padding-right: 12px;
    margin-bottom: 40px;
  }
  .container.notice-page .main-content-wrap .content-left .notice-table-wrap {
    overflow-x: auto;
  }
  .container.notice-page .main-content-wrap .content-left .notice-table-wrap .notice-table {
    min-width: 600px;
  }
}

/*# sourceMappingURL=notice_page.css.map */
