.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: 24px;
}
.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: 15px;
  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: 15px;
  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;
}
.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;
}

.bt0-toast {
  display: flex;
  padding: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  right: 1%;
  top: 5%;
  opacity: 0;
  z-index: -1;
}
.bt0-toast p {
  background: url("../assets/icon/ico_done_bg.png") no-repeat 0 0/30px 30px;
  padding: 4.5px 0 4.5px 38px;
  font-size: 14px;
  font-weight: 400;
}
.bt0-toast button {
  height: 30px;
  padding: 6px;
}
.bt0-toast button img {
  width: 18px;
  height: 18px;
  display: block;
}
.bt0-toast .btn-c {
  min-width: initial;
}
.bt0-toast-a {
  display: flex;
  padding: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  left: 82%;
  top: 5%;
  opacity: 0;
  z-index: -1;
}
.bt0-toast-a p {
  background: url("../assets/icon/ico_alert_bg.png") no-repeat 0 0/30px 30px;
  padding: 4.5px 0 4.5px 38px;
  font-size: 14px;
  font-weight: 400;
}
.bt0-toast-a button {
  height: 30px;
  padding: 6px;
}
.bt0-toast-a button img {
  width: 18px;
  height: 18px;
  display: block;
}

.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;
}

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