
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;
}

.notice-header {
  background: url("../images/bbs/qna_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;
}
.faq-container {
  max-width: 900px;
  margin: auto;
}

.accordion-item {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}

.accordion-button::after {
  content: "+";
  font-size: 20px;
  color: #666;
  transition: transform 0.2s ease-in-out;
  margin-left: auto;
  background-image: unset !important;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0deg);
  background-image: unset !important;
}

.accordion-body {
  background-color: #f9f9f9;
  font-size: 0.95rem;
  padding-left: 0;
  padding-right: 0;
}

.question-number {
  color: #aaa;
  font-weight: 600;
  margin-right: 15px;
  width: 30px;
  text-align: right;
}

.pagination {
  justify-content: center;
  margin-top: 40px;
}

.btn-orange {
  background-color: #ff6b00;
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #e65c00;
}

@media (max-width: 576px) {
  .question-number {
    width: 25px;
  }
}
.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/qna_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;
  }
}