/* theme10 — AJAX Bootstrap 모달 (getCharge/getNotice 등) 복제 7799 디자인 보강 */
.modal.show .modal-header.p-0 {
  position: relative;
  padding: 0 !important;
}
.modal.show .modal-header .title-panel {
  width: 100%;
  min-height: 48px;
  padding: 12px 40px 12px 16px;
  background: linear-gradient(#ae9c48, #251b0d, #251b0d);
  border-radius: 12px 12px 0 0;
}
.modal.show .modal-header .title-panel .title {
  color: #ffe4bf;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.modal.show .modal-content.w-b {
  background: transparent;
  border: none;
}
.modal.show .modal-body {
  background-color: #251b0d;
  border-radius: 0;
  margin: 5px 0 0;
  padding: 16px 16px 0;
  border-bottom: none;
}
.modal.show .modal-footer {
  background-color: #251b0d;
  border-radius: 0 0 10px 10px;
  padding: 8px 16px 24px;
  border: none;
  border-top: none;
  margin: 0;
  gap: 0;
}
.modal.show .modal-content.w-b > .modal-body + .modal-footer {
  margin-top: 0;
}
.modal.show .form-footer button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.modal.show .form-footer .btn-panel {
  width: 180px;
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ecdc9a 0%, #b89a4a 45%, #9f8b44 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
  position: relative;
}
.modal.show .form-footer .btn-inner {
  width: 100%;
  height: 100%;
  color: #251b0d;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
}
.modal.show .form-footer .cancel-btn .btn-panel {
  background: linear-gradient(180deg, #6b6b6b 0%, #444 100%);
}
.modal.show .form-footer .cancel-btn .btn-inner {
  color: #fff;
}
.modal.show .form-footer button:hover .btn-panel {
  filter: brightness(1.08);
}
