.d-component.ant-empty {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-04);
  width: 100%;
  height: 100%;
  justify-content: center;
}
.d-component.ant-empty .ant-empty-image {
  display: flex;
  justify-content: center;
  height: fit-content;
  margin: 0;
}
.d-component.ant-empty .ant-empty-description {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-04);
}
.d-component.ant-empty .title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin: 0;
  color: var(--text-tertiary-color);
}
.d-component.ant-empty .boldText {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin: 0;
  color: var(--text-quaternary-color);
}
.d-component.ant-empty .lightText {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  color: var(--text-quaternary-color);
}
.d-component.ant-empty .ant-empty-footer {
  margin: 0;
  height: fit-content;
  display: flex;
  gap: var(--spacing-05);
  justify-content: center;
}