@charset "UTF-8";
.wrap[data-v-fa789dd8] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: var(--spacing-02);
  border-radius: 4px;
}
.wrap .title[data-v-fa789dd8] {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--text-secondary-color);
  display: flex;
  align-items: center;
  gap: var(--spacing-02);
}
.wrap .sub-items[data-v-fa789dd8] {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap .sub-items .sub-item[data-v-fa789dd8] {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-02);
}
.wrap .sub-items .sub-item .sub-item-label[data-v-fa789dd8] {
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: var(--text-tertiary-color);
}
.wrap .sub-items .sub-item .sub-item-value[data-v-fa789dd8] {
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--text-quaternary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 700px; /* 필요에 따라 조정 가능한 최대 너비 */
}.d-component.ant-select {
  width: 100%;
}
.d-component.ant-select-single {
  display: flex;
  align-items: center;
}
.d-component.ant-select input {
  height: 100% !important;
}
.d-component.ant-select.ant-select-status-error .ant-select-selector {
  border: 1px solid var(--system-error-color) !important;
}
.d-component.ant-select.ant-select-status-error:hover .ant-select-selector {
  border: 1px solid var(--system-error-color) !important;
}
.d-component.ant-select:focus-within.ant-select-status-error .ant-select-selector {
  border: 1px solid var(--system-error-color) !important;
}
.d-component.ant-select.ant-select-sm .ant-select-selector {
  min-height: var(--input-height-small);
  padding: 0 var(--spacing-04);
  border-radius: var(--radius-03);
}
.d-component.ant-select.ant-select-lg .ant-select-selector {
  padding: 0 var(--spacing-05);
  min-height: var(--input-height-large);
}
.d-component.ant-select .ant-select-selector {
  font-family: "Pretendard";
  color: var(--text-secondary-color);
  padding: 0 var(--spacing-05);
  min-height: var(--input-height-medium);
  display: flex;
  align-items: center;
  border-color: var(--divider-01-color);
  border-radius: var(--radius-04);
}
.d-component.ant-select .ant-select-selector::after {
  content: none;
}
.d-component.ant-select .ant-select-selector .ant-select-selection-overflow {
  height: 100%;
}
.d-component.ant-select .ant-select-selector .ant-select-selection-search {
  margin-right: 24px;
}
.d-component.ant-select .ant-select-selector .ant-select-selection-search-input {
  height: 100%;
}
.d-component.ant-select .ant-select-selector .ant-select-selection-overflow {
  display: flex;
  gap: var(--spacing-01);
}
.d-component.ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-item {
  margin: 0;
  padding: var(--spacing-02);
  background: var(--background-theme);
}
.d-component.ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-item .ant-select-selection-item-content {
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-right: var(--spacing-01);
}
.d-component.ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-item i {
  width: var(--spacing-05) !important;
  height: var(--spacing-05) !important;
}
.d-component.ant-select .ant-select-arrow svg > path {
  fill: var(--icon-primary-color);
}
.d-component.ant-select .ant-select-arrow i {
  width: var(--spacing-06) !important;
  height: var(--spacing-06) !important;
}
.d-component.ant-select .ant-select-clear {
  display: flex;
  align-items: center;
  margin-right: var(--spacing-02);
}
.d-component.ant-select .ant-select-clear i > svg {
  width: var(--spacing-06) !important;
  height: var(--spacing-06) !important;
}
.d-component.ant-select:hover .ant-select-selector {
  background-color: var(--background-01-color);
  border-color: var(--divider-01-color) !important;
  box-shadow: none !important;
}
.d-component.ant-select:focus .ant-select-selector, .d-component.ant-select:focus-within .ant-select-selector {
  border: 1px solid var(--icon-theme-color) !important;
  box-shadow: none !important;
}
.d-component.ant-select.ant-select-disabled.ant-select-single .ant-select-selector {
  background: var(--background-02-color);
  color: var(--text-disabled-color);
}
.d-component.ant-select.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: var(--background-02-color);
  color: var(--text-disabled-color);
}
.d-component.ant-select.ant-select-disabled.ant-select-multiple .ant-select-selector .ant-select-selection-item {
  background: var(--btn-secondary-disabled-color);
}
.d-component.ant-select.ant-select-disabled.ant-select-multiple .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item-rest .ant-select-selection-item .ant-select-selection-item-content span {
  color: var(--text-disabled-color) !important;
}
.d-component.ant-select.ant-select-disabled .ant-select-arrow svg > path {
  fill: var(--icon-disabled-text-color);
}
.d-component.ant-select .ant-select-selection-placeholder {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-disabled-color);
}
.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: var(--btn-secondary-hover-color);
}
.ant-select-dropdown .ant-select-item-option-active[title=__d_select_all__] {
  background-color: transparent;
}
.ant-select-dropdown .rc-virtual-list-scrollbar-thumb {
  background: var(--divider-01-color) !important;
}
.ant-select-dropdown .rc-virtual-list-scrollbar-thumb:hover {
  background: var(--Gray-500) !important;
}
.ant-select-dropdown .ant-select-item-option-state {
  display: none;
}
.d-select-footer-divider {
  background: var(--divider-01-color);
  height: 1px;
  border: 0;
  margin: var(--spacing-02) 0 var(--spacing-05);
}
.d-select-footer {
  width: 100%;
  border-radius: var(--radius-04);
  display: flex;
  gap: var(--spacing-04);
  padding: 1px var(--spacing-04) var(--spacing-04);
  align-items: center;
}
.d-select-footer .ant-btn {
  border-color: var(--divider-01-color);
}
.ant-select-item-option:not([title=__d_select_all__]) {
  border: var(--spacing-01) solid transparent;
  background-clip: padding-box;
  padding: var(--spacing-03) var(--spacing-04) !important;
}
.ant-select-item-option:not([title=__d_select_all__]):hover {
  background-color: var(--btn-secondary-hover-color);
}
.ant-select-item-option:not([title=__d_select_all__]).ant-select-item-option-selected, .ant-select-item-option:not([title=__d_select_all__]).ant-select-item-option-selected:hover {
  background-color: var(--background-theme);
}
.ant-select-item-option-content {
  display: flex;
  align-items: center;
  gap: var(--spacing-02);
}
.ant-select-item-option-label {
  color: var(--text-secondary-color);
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-subcontent {
  color: var(--text-quaternary-color);
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-left: var(--spacing-02);
}
.ant-select-item-option-disabled .ant-select-item-option-label {
  color: var(--text-disabled-color);
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.ant-select-item-option-disabled .ant-select-item-option-subcontent {
  color: var(--text-disabled-color);
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.ant-select-single .ant-select-selection-item {
  line-height: 21px;
}
.ant-select-multiple .ant-select-selector {
  padding: var(--spacing-04) var(--spacing-05) !important;
}
.ant-select-multiple.ant-select-sm .ant-select-selector {
  padding: var(--spacing-02) var(--spacing-04) !important;
}
.ant-select-multiple.ant-select-lg .ant-select-selector {
  padding: var(--spacing-05) !important;
}
.ant-select-multiple .ant-select-selection-item {
  height: 21px !important;
  display: flex;
  align-items: center;
}
.d-select-all-option {
  display: flex;
  align-items: center;
  gap: var(--spacing-02);
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-secondary-color);
  padding: var(--spacing-03) var(--spacing-04);
}
.d-select-all-option.selected {
  color: var(--text-secondary-color);
}
.ant-select-item:has(.d-select-all-option) {
  padding: 0;
  border: var(--spacing-01) solid transparent;
  border-bottom: 4px solid transparent;
}
.ant-select-item:has(.d-select-all-option):hover {
  background-color: transparent !important;
}
.ant-select-item:has(.d-select-all-option) .ant-select-item-option-content {
  padding-bottom: var(--spacing-02);
  border-bottom: 1px solid var(--divider-01-color);
}
.ant-select-item:has(.d-select-all-option) .d-select-all-option {
  border-bottom: 2px solid transparent;
}
.ant-select-item:has(.d-select-all-option) .d-select-all-option:hover {
  border-radius: var(--radius-02);
  background-clip: padding-box;
  background-color: var(--btn-secondary-hover-color);
}