/* ===== 설정화면 공통 스타일 ===== */

/* 정보 안내 박스 (Q10 .box 스타일 통일) */
.setting-info-box,
.box {
  border: 2px solid #007bff;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.setting-info-box p,
.box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.setting-info-box p strong,
.box p strong {
  color: #007bff;
  font-size: 18px;
}
.setting-info-box p:first-child,
.box p:first-child {
  margin-top: 0;
}
.setting-info-box p:last-child,
.box p:last-child {
  margin-bottom: 0;
}

/* second/setting 모달 z-index */
@media (min-width: 1200px) {
  .my-modal-popup3 {
    z-index: 8000 !important;
  }
  .my-modal-popup3 .modal-lg {
    width: 1200px;
  }
  .add-add {
    z-index: 9000 !important;
  }
}
