.popup_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 11, 11, 0.6);
  z-index: 9999;
}

.popup_alert {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 48px 24px 24px 24px;
  border-radius: 8px;
}

.alert_360 {
  max-width: 360px;
  min-width: 360px;
}

.alert_560 {
  max-width: 560px;
  min-width: 400px;
}

/*================================================
  default
=================================================*/

.popup_alert dl {
  text-align: center;
}

.popup_alert dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
}

.popup_alert dl dd {
  line-height: 21px;
}

.popup_alert .popup_btn_box {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/*================================================
  status_change
=================================================*/

.status_change_box dl dd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  height: 48px;
  margin-top: 2em;
}

.status_change_box dl dd span {
  min-width: 100px;
  text-align: left;
}

.status_change_box dl dd .select-data {
  width: 100%;
  max-width: 330px;
}

.status_change_box dl dd .select-data span {
  min-width: auto;
}

.status_change_box dl dd:last-of-type {
  margin-top: 1em;
}

/*================================================
  excel
=================================================*/

.excel_upload,
.excel_list {
  text-align: center;
  border: 1px dashed #dbdbdb;
  border-radius: 10px;
  color: #7d7d87;
  cursor: pointer;
  margin-top: 2em;
}

.excel_upload label,
.excel_upload .dz-message {
  display: block;
  cursor: pointer;
  padding: 24px 0;
}

.excel_upload label img,
.excel_upload .dz-message img {
  display: block;
  margin: 0 auto 0.5em auto;
}

.excel_upload .dropzone-previews {
  padding-bottom: 24px;
}

.excel_upload_box .popup_btn_box {
  margin-top: 28px;
}

.excel_download {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.btn_only {
  justify-content: right;
}

.excel_download ul {
  display: flex;
  gap: 10px;
}

.excel_download ul li {
  color: #555555;
  font-size: 12px;
}

.excel_download button {
  padding: 0;
  opacity: 0.7;
}

.excel_download button:hover {
  opacity: 1;
}

.excel_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 24px;
  gap: 10px;
}

.excel_list ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 4px;
  text-align: left;
  line-height: 100%;
  color: #1d1d1f;
  font-size: 14px;
}

.excel_list ul li:last-of-type {
  padding-left: 0.5em;
}

.excel_list ul li span {
  display: block;
  color: #555555;
  font-size: 12px;
  padding: 5px 0 0 0;
  line-height: 100%;
}
