.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 998;
}
.modal-bg.off {
  display: none;
}
.modal500 {
  width: 500px;
  background: var(--white);
  box-shadow: 0 0 2px var(--dark600);
  border-radius: 15px;
  position: fixed;
  top: 1%;
  z-index: 999;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.modal500 .modal-top {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 64vh;
  overflow: overlay;
}
.modal500 .modal-top h3 {
  font-size: 20px;
}
.modal500 .modal-top > .df-jcsb {
  position: fixed;
  z-index: 999;
  padding: 24px 0 12px 0;
  width: 452px;
  background: var(--white);
}
.modal500 .modal-top > .df-jcsb + * {
  padding-top: 66px;
}
.modal500 .modal-top > h3 {
  position: fixed;
  z-index: 999;
  padding: 24px 0 12px 0;
  width: 452px;
  background: var(--white);
}
.modal500 .modal-top > h3 + * {
  padding-top: 66px;
}
.modal600 {
  width: 600px;
  background: var(--white);
  box-shadow: 0 0 2px var(--dark600);
  border-radius: 4px;
  position: fixed;
  top: 1%;
  z-index: 999;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.modal600 .modal-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid var(--dark900);
  position: sticky;
  top: 0;
}
.modal600 .modal-cont {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 50vh;
  overflow: overlay;
}
.modal600 .modal-bottom {
  padding: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.modal600 .input-r {
  height: 40px;
  border-radius: 12px;
}
.modal800 {
  width: 800px;
  background: var(--white);
  box-shadow: 0 0 2px var(--dark600);
  border-radius: 4px;
  position: fixed;
  top: 1%;
  z-index: 999;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.modal800 .modal-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid var(--dark900);
  position: sticky;
  top: 0;
}
.modal800 .modal-cont {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 50vh;
  overflow: overlay;
}
.modal800 .modal-bottom {
  padding: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.modal800 .input-r {
  height: 40px;
  border-radius: 12px;
}
.modal1000 {
  width: 1000px;
  background: var(--white);
  box-shadow: 0 0 2px var(--dark600);
  border-radius: 10px;
  position: fixed;
  top: 1%;
  z-index: 999;
  display: none;
  flex-direction: column;
  overflow: hidden;
  height: fit-content;
  max-height: 90%;
}
.modal1000 .modal-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid var(--light500);
  position: sticky;
  top: 0;
  font-weight: 600;
}
.modal1000 .modal-cont {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: overlay;
  height: auto;
}
.modal1000 .modal-bottom {
  padding: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.modal1000 .input-r {
  height: 40px;
  border-radius: 12px;
}
.modal-bottom {
  padding: 12px 24px;
  border-top: 1px solid var(--light100);
}
.modal-bottom .btn-wrap {
  display: flex;
  gap: 12px;
  text-align: center;
}
.modal-alert {
  padding-top: 20px;
}
.modal-alert .modal-top {
  text-align: center;
}
.modal-alert .modal-top-cnt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-alert .modal-top img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.modal-alert .modal-top p {
  font-size: 16px;
  color: initial;
}

.lgbt .modal-bottom .btn-wrap {
  width: 100%;
}
.lgbt .modal-bottom .btn-wrap button {
  width: 100%;
  flex: 1;
}

.smbt-end .modal-bottom .btn-wrap {
  justify-content: end;
}
.smbt-end .modal-bottom .btn-wrap button {
  min-width: 72px;
}
.smbt-center .modal-bottom .btn-wrap {
  justify-content: center;
}
.smbt-center .modal-bottom .btn-wrap button {
  width: 132px;
}
.smbt-alert {
  padding-top: 20px;
}
.smbt-alert .modal-top {
  text-align: center;
}
.smbt-alert .modal-top-cnt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.smbt-alert .modal-top img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.smbt-alert .modal-top p {
  font-size: 16px;
  color: initial;
}

.cfrm {
  z-index: 9999;
}

.modal-top::-webkit-scrollbar {
  width: 6px;
}

.modal-top::-webkit-scrollbar-thumb {
  height: 10%;
  background: var(--dark600);
  border-radius: 10px;
}

.modal-top::-webkit-scrollbar-track {
  background: var(--light500);
}

.modal600 .modal-cont::-webkit-scrollbar {
  width: 6px;
}
.modal600 .modal-cont::-webkit-scrollbar-thumb {
  height: 10%;
  background: var(--dark600);
  border-radius: 10px;
}
.modal600 .modal-cont::-webkit-scrollbar-track {
  background: var(--light500);
}

.bt-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 57.98px;
  justify-content: end;
}

.line {
  width: 100%;
  height: 1px;
  background: var(--light100);
  margin: -16px 0 16px 0;
}

.sep {
  width: 1px;
  height: 80%;
  background: var(--light100);
}

.section-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal500 .table-board th, .modal500 .table-board td, .modal600 .table-board th, .modal600 .table-board td, .modal800 .table-board th, .modal800 .table-board td {
  border: 1px solid #ececec;
}
.modal500 .table-board th, .modal600 .table-board th, .modal800 .table-board th {
  background: #E2E2E2;
  color: #0a0a0a;
}
.modal500 .table-board td, .modal600 .table-board td, .modal800 .table-board td {
  text-align: left;
}

/*# sourceMappingURL=modal.css.map */
