.errorContainer[data-v-6c5d3932] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
}
.errorContent[data-v-6c5d3932] {
  text-align: center;
  padding: 3rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  margin: 2rem;
}
.errorContent .icon[data-v-6c5d3932] {
  color: #dc2626;
  margin-bottom: 2rem;
}
.errorContent .icon svg[data-v-6c5d3932] {
  animation: shake-6c5d3932 0.5s ease-in-out;
}
.errorContent h1[data-v-6c5d3932] {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}
.errorContent p[data-v-6c5d3932] {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.errorContent p.detail[data-v-6c5d3932] {
  font-size: 1rem;
  color: #9ca3af;
}
@keyframes shake-6c5d3932 {
0%, 100% {
    transform: rotate(0deg);
}
10%, 30%, 50%, 70%, 90% {
    transform: rotate(-5deg);
}
20%, 40%, 60%, 80% {
    transform: rotate(5deg);
}
}.loadingContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 20px;
  background: #f5f5f5;
}
.loadingContainer p {
  color: #666;
  font-size: 1rem;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}.card.black[data-v-10883f19] {
  background-color: #000000 !important;
  color: #FFFFFF;
}
.card.black .recruitmentStatLabel[data-v-10883f19],
.card.black .recruitmentLegendLabel[data-v-10883f19] {
  color: #999999;
}
.boxWrapper[data-v-10883f19] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  margin-top: 12px;
  padding: 6px 8px;
  border-radius: 6px;
}
.boxWrapper .boxColor[data-v-10883f19] {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background-color: #999999;
}
.boxWrapper .boxValue[data-v-10883f19] {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  font-weight: 700;
  white-space: nowrap;
}
.settingBtn[data-v-10883f19] {
  display: flex;
  width: 20px;
  height: 20px;
  background: no-repeat center/cover url("/assets/setting.svg");
  margin-left: 8px;
}
.textBtn[data-v-10883f19] {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  font-weight: 400;
  margin-left: auto;
  color: rgb(253, 86, 81);
  cursor: pointer;
}
.yesterdayWrapper[data-v-10883f19] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.yesterdayWrapper .yesterdayValue[data-v-10883f19] {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #000000;
}
.yesterdayWrapper .yesterdayTotal[data-v-10883f19] {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}
.yesterdayWrapper .yesterdayRate[data-v-10883f19] {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #0b99ff;
  margin-left: auto;
}
.today[data-v-10883f19] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.today .todayItem[data-v-10883f19] {
  display: flex;
  align-items: center;
}
.today .todayItem .todayLabel[data-v-10883f19] {
  display: flex;
  width: 80px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
}
.today .todayItem .todayBar[data-v-10883f19] {
  flex: 1;
  height: 18px;
  background-color: #f9f9f9;
  margin: 0 8px;
}
.today .todayItem .todayBar .todayBarInner[data-v-10883f19] {
  height: 100%;
  transition: width 0.3s;
}
.today .todayItem .todayValue[data-v-10883f19] {
  display: flex;
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #999999;
  margin-left: auto;
}
.recruitment[data-v-10883f19] {
  position: relative;
}
.recruitment .recruitmentLeft[data-v-10883f19] {
  display: flex;
  flex-direction: column;
}
.recruitment .recruitmentLeft .recruitmentStats[data-v-10883f19] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.recruitment .recruitmentLeft .recruitmentStats .recruitmentStatItem[data-v-10883f19] {
  display: flex;
  flex-direction: column;
}
.recruitment .recruitmentLeft .recruitmentStats .recruitmentStatItem .recruitmentStatValue[data-v-10883f19] {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #FFFFFF;
}
.recruitment .recruitmentLeft .recruitmentStats .recruitmentStatItem .recruitmentStatLabel[data-v-10883f19] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #999999;
}
.recruitment .recruitmentLeft .recruitmentStats .recruitmentSlash[data-v-10883f19] {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #999999;
}
.recruitment .recruitmentLeft .recruitmentLegend[data-v-10883f19] {
  display: flex;
  gap: 16px;
  margin-top: 46px;
}
.recruitment .recruitmentLeft .recruitmentLegend .recruitmentLegendItem[data-v-10883f19] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.recruitment .recruitmentLeft .recruitmentLegend .recruitmentLegendItem .recruitmentLegendDot[data-v-10883f19] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.recruitment .recruitmentLeft .recruitmentLegend .recruitmentLegendItem .recruitmentLegendLabel[data-v-10883f19] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #999999;
}
.recruitment .recruitmentRight[data-v-10883f19] {
  position: absolute;
  left: calc(50% + 90px);
  top: 50%;
  transform: translate(-50%, -50%);
}
.recruitment .recruitmentRight .recruitmentChartWrapper[data-v-10883f19] {
  position: relative;
  width: 200px;
  height: 200px;
}
.recruitment .recruitmentRight .recruitmentChartWrapper .recruitmentChart[data-v-10883f19] {
  width: 100%;
  height: 100%;
}
.recruitment .recruitmentRight .recruitmentChartWrapper .recruitmentPercent[data-v-10883f19] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #FFFFFF;
  pointer-events: none;
}
.dateRangeBtn[data-v-10883f19] {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.dateRangeBtn[data-v-10883f19]:hover {
  background-color: #F5F5F5;
}
.cardTitle[data-v-10883f19] {
  position: relative;
}
.datePickerModal[data-v-10883f19] {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  z-index: 1000;
}
.datePickerContent[data-v-10883f19] {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 300px;
}
.datePickerRow[data-v-10883f19] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.datePickerRow label[data-v-10883f19] {
  min-width: 60px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
}
.datePickerRow input[type=date][data-v-10883f19] {
  flex: 1;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  cursor: pointer;
}
.datePickerActions[data-v-10883f19] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.datePickerActions button[data-v-10883f19] {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.datePickerActions button[data-v-10883f19]:first-child {
  background-color: #FFFFFF;
  color: #000000;
}
.datePickerActions button[data-v-10883f19]:first-child:hover {
  background-color: #F5F5F5;
}
.datePickerActions button[data-v-10883f19]:last-child {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
.datePickerActions button[data-v-10883f19]:last-child:hover {
  background-color: #333333;
}
.dauFiltersRow[data-v-10883f19] {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 0;
}
.dauFilterItem[data-v-10883f19] {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
}
.dauFilterItem input[type=checkbox][data-v-10883f19] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.dauFilterItem .dauFilterDot[data-v-10883f19] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px transparent;
}
.dauFilterItem .dauFilterLabel[data-v-10883f19] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
}