/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/app/jobs/page.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.page_pageWrapper__p2BL6 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.page_header__2JzDH {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}

.page_title__1zbNo {
  font-size: 32px;
  font-weight: 800;
  color: #1d1d1f;
  letter-spacing: -0.5px;
  margin: 0;
}

.page_subtitle__FAyYK {
  font-size: 15px;
  color: #6e6e73;
  margin: 0;
}

.page_filterBar__exHg_ {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page_filterLabel___jh0K {
  font-size: 13px;
  font-weight: 600;
  color: #6e6e73;
  margin-right: 4px;
}

.page_chip__LHrGV {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.04);
  color: #1d1d1f;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.page_chip__LHrGV:hover {
  background: rgba(0, 113, 227, 0.08);
  color: #0071e3;
}

.page_chipActive__LGRla {
  background: #0071e3;
  color: white;
}

.page_chipActive__LGRla:hover {
  background: #0071e3;
  color: white;
}

.page_searchInput__aKniU {
  flex: 1 1 220px;
  min-width: 180px;
  padding: 8px 14px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: white;
  outline: none;
}

.page_searchInput__aKniU:focus {
  border-color: #0071e3;
}

.page_summary__TDi5Y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #6e6e73;
  margin-bottom: 16px;
}

/* PC 표 (기본) */
.page_tableWrapper__b0aTx {
  display: block;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  overflow: hidden;
}

.page_jobsTable__3rur1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.page_jobsTable__3rur1 thead th {
  background: rgba(0, 0, 0, 0.03);
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}

.page_jobsTable__3rur1 tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: background 0.15s ease;
}

.page_jobsTable__3rur1 tbody tr:last-child {
  border-bottom: none;
}

.page_jobsTable__3rur1 tbody tr:hover {
  background: rgba(0, 113, 227, 0.03);
}

.page_jobsTable__3rur1 td {
  padding: 14px 18px;
  vertical-align: middle;
  color: #1d1d1f;
  line-height: 1.5;
}

.page_colCompany__FF4kM {
  width: 140px;
  font-weight: 700;
}

.page_colCategory__Okyj5 {
  width: 100px;
}

.page_categoryBadge__zvhvT {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  white-space: nowrap;
}

.page_colTitle__Zwa2O {
  min-width: 280px;
}

.page_titleLink__dzSgh {
  display: inline-block;
  font-weight: 600;
  color: #1d1d1f;
  text-decoration: none;
  line-height: 1.4;
}

.page_titleLink__dzSgh:hover {
  color: #0071e3;
  text-decoration: underline;
}

.page_tableSector__miXjC {
  font-size: 12px;
  color: #6e6e73;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_colMeta__6dhxy {
  width: 200px;
  color: #515154;
  font-size: 13px;
}

.page_colLocation__UZJ0n {
  width: 140px;
  color: #515154;
  font-size: 13px;
}

.page_colSource__Xr_Nz {
  width: 120px;
}

.page_colDeadline__fWeWr {
  width: 120px;
  font-size: 13px;
  white-space: nowrap;
}

/* Mobile 카드 (기본 숨김) */
.page_jobsGrid__dxBGk {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}

.page_jobCard__3T_Gz {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  padding: 20px;
  color: inherit;
  transition: all 0.25s ease;
  height: 100%;
}

.page_jobCard__3T_Gz:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 113, 227, 0.25);
}

.page_jobLink__r32ay {
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page_jobLink__r32ay:hover .page_jobTitle__344Hi {
  color: #0071e3;
}

.page_jobCardHeader__GaWVd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.page_companyLink__xSNyS {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1f;
  text-decoration: none;
}

.page_companyLink__xSNyS:hover {
  color: #0071e3;
}

.page_sourceBadge__zRTs6 {
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(175, 82, 222, 0.12);
  color: #af52de;
}

.page_sourceBadgeSaramin__RT19k {
  background: rgba(0, 200, 83, 0.12);
  color: #00a14e;
}

.page_sourceBadgeCareer__xKcX4 {
  background: rgba(0, 113, 227, 0.12);
  color: #0071e3;
}

.page_jobTitle__344Hi {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #1d1d1f;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_jobSector__XZXZy {
  font-size: 13px;
  color: #515154;
  margin: 0 0 12px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_tagList__7SZAh {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 10px;
}

.page_tag__0L4Eo {
  font-size: 11px;
  font-weight: 500;
  color: #6e6e73;
  background: rgba(0, 0, 0, 0.04);
  padding: 3px 9px;
  border-radius: 999px;
}

.page_deadline___c7DJ {
  font-size: 12px;
  font-weight: 600;
  color: #ef4444;
}

.page_empty___4ANf {
  text-align: center;
  padding: 80px 24px;
  color: #86868b;
  font-size: 15px;
  background: white;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page_pagination__ebVPo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 32px;
}

.page_pageBtn__dx8fK {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.page_pageBtn__dx8fK:hover {
  background: rgba(0, 113, 227, 0.08);
  color: #0071e3;
  border-color: rgba(0, 113, 227, 0.3);
}

.page_pageBtnActive__wKakV,
.page_pageBtnActive__wKakV:hover {
  background: #0071e3;
  color: white;
  border-color: #0071e3;
}

.page_pageBtnDisabled___gWhU {
  color: #c7c7cc;
  background: rgba(0, 0, 0, 0.02);
  cursor: not-allowed;
}

.page_pageBtnDisabled___gWhU:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #c7c7cc;
  border-color: rgba(0, 0, 0, 0.08);
}

.page_pageEllipsis__nf_LM {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 38px;
  color: #86868b;
  font-size: 14px;
}

@media (max-width: 768px) {
  .page_pageWrapper__p2BL6 {
    padding: 24px 16px 60px;
  }
  .page_title__1zbNo {
    font-size: 26px;
  }
  /* 모바일에서는 카드 형태로 전환 */
  .page_tableWrapper__b0aTx {
    display: none;
  }
  .page_jobsGrid__dxBGk {
    display: grid;
    grid-template-columns: 1fr;
  }
}

