
body {
  font-family: "Noto Sans KR", sans-serif;
  background-color: #fff;
}
.brand-logo {
  font-weight: bold;
  line-height: 1;
}
.brand-logo .gold {
  color: #000;
  letter-spacing: 0.1em;
}
.brand-logo .vision {
  color: #ff6600;
}
.brand-name {
  color: #ff6600;
  font-weight: 800;
  font-size: 1.4rem;
  margin-top: 4px;
  border-bottom: 2px solid #ff6600;
  display: inline-block;
}
.nav-item .nav-link {
  font-weight: 800;
}
.badge-alert {
  background-color: #ff6600;
  color: white;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 4px;
}

.section {
  padding: 60px 0;
}
.highlight {
  color: #f26c21;
}
.card-img {
  height: 100%;
  object-fit: cover;
}
.btn-orange {
  background-color: #f26c21;
  color: white;
}
.btn-orange:hover {
  background-color: #d85a12;
  color: white;
}
.input-group .form-control {
  height: 48px;
}
.table thead {
  background-color: #f8f5f2;
}
.amount-buttons .btn {
  min-width: 80px;
}
.memo-cnt {
  background-color: #f26c21;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
}

.section-title span {
  color: #ff6b00;
}

.btn-outline-orange {
  border: 1px solid #ff6b00;
  color: #ff6b00;
  background: transparent;
  font-weight: 500;
}

.btn-outline-orange:hover {
  background: #ff6b00;
  color: #fff;
}

.notice-header {
  background: url("../images/bbs/notice_top.jpg") no-repeat center center/cover;
  padding: 100px 0;
  color: white;
  text-align: center;
}

.notice-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.notice-header p {
  font-size: 1.1rem;
}
.event-card {
  border: none;
  text-align: left;
  transition: transform 0.2s ease;
}

.event-card:hover {
  transform: translateY(-5px);
}

.event-img {
  background-color: #ccc;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.event-img img {height: 100%;}

.event-title {
  font-weight: 600;
  margin-top: 0.8rem;
}

.event-date {
  font-size: 0.875rem;
  color: #777;
}

.pagination {
  justify-content: center;
  margin-top: 40px;
}

.page-item.active .page-link {
  background-color: #ff6b00;
  border-color: #ff6b00;
}
.info-tbg {
  background-color: #fbf7f4 !important;
}
.info-tbva {
  vertical-align: middle;
}
.dw-tabs {
  border: 2px solid #f26c21 !important;
  border-radius: 0.375rem;
  color: #000;
  padding: 6px 30px;
  margin-right: 6px;
}
.dw-tabs.active {
  background-color: #ffe8d9 !important;
}
.dw-tabs2 {
  width: calc((100% / 5) - 6px);
  border: 2px solid #f26c21 !important;
  border-radius: 0.375rem;
  color: #000;
  font-soze: 0.72rem;
  margin-right: 6px;
  background-color: #ffe8d9 !important;
}
.dw-sc1 {
  width: 20%;
}
.dw-sc2 {
  width: 30%;
}
.dw-sc3 {
  width: 50%;
}
.dw-inp {
  width: auto;
}
.dw-btd {
  width: auto;
}
.bdrdiv {
  border-right-color: #7c7c7c !important;
  border-right-width: 2px !important;
}
.dwreq {
  height: calc(100% - 12px);
  padding: 10px 40px;
}
.tx-cmb {
  text-align: unset;
}
.top_bnr {
  background: url(../images/bbs/event_top.jpg) no-repeat;
  background-size: cover;
  height: 300px;
}
.show_pc {
  display: block;
}
.show_mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .fs-5 {
    font-size: 0.9rem !important;
  }
  .top_bnr {
    height: 220px;
    background-size: 100% 100%;
  }
  .dw-inp {
    width: 100%;
  }
  .dw-btd {
    width: 100%;
  }
  .bdrdiv {
    border-right: none;
  }
  .dw-tabs2 {
    width: unset;
    font-size: 0.72rem;
  }
  .amount-buttons .btn {
    min-width: 74px;
  }
  .dwreq {
    min-height: 60px;
  }
  .tx-cmb {
    text-align: center !important;
  }
  .table th,
  .table tr {
    font-size: 0.8rem;
  }
  .show_pc {
    display: none;
  }
  .show_mb {
    display: block;
  }
}