@import url("/css/common/btnBasic.css");
@import url("/css/common/btnGroupBox.css");
@import url("/css/common/inputBox.css");
@import url("/css/common/selectBox.css");

.box-modal-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0 34px;
  z-index: 101;
}
.box-modal-alert .box-modal-inner {
  position: relative;
  width: 100%;
  padding: 32px 20px 20px 20px;
  background-color: #fff;
  border-radius: 16px;
  z-index: 101;
}
.box-modal-alert strong {
  font-weight: 700;
}
.box-modal-alert .modal-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  word-break: keep-all;
  line-height: 26px;
}
.box-modal-alert .modal-text {
  text-align: center;
  letter-spacing: -0.5%;
  line-height: 22px;
  margin-bottom: 24px;
  word-break: keep-all;
}
.box-modal-alert .modal-text-red {
  text-align: center;
  letter-spacing: -0.5%;
  line-height: 22px;
  margin-bottom: 24px;
  color: red;
  word-break: keep-all;
}

.box-modal-alert .modal-btn-title {
  padding-top: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  border-top: 1px solid var(--gray-100);
  word-break: keep-all;
}

/* media */
@media (max-width: 319px) {
  .box-modal-alert {
    padding: 0 16px;
  }
  /* .box-modal-alert .box-modal-inner {
    padding: 32px 12px 12px 12px;
  } */
}
