/* Careers 페이지 전용 스타일 */

/* Body 스타일 - 헤더 높이만큼 패딩 추가 */
body {
  padding-top: 64px;
}

/* Footer 스타일 */
footer {
  background: #f8f9fa;
  border-top: 1px solid #e8e8e8;
  padding: 48px 0 24px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 32px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo a img {
  height: 24px;
  width: auto;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  color: #666;
  font-size: 18px;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: #333;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.footer-group h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
}

.footer-group a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.footer-group a:hover {
  color: #333;
}

.footer-lang select {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.9rem;
  color: #666;
  cursor: pointer;
}

.footer-copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  color: #999;
  font-size: 0.85rem;
}

/* Hero 섹션 */
.hero {
  padding: 60px 0 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero__text--center {
  text-align: center;
}

.hero__title {
  font-size: 3rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.2;
}

.hero__title--main {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.hero__description {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.hero__buttons--center {
  justify-content: center;
}

.careers-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 16px;
  font-weight: 400;
}

.careers-intro {
  font-size: 1.1rem;
  color: #333;
  font-style: italic;
  margin-bottom: 20px;
}

.careers-company {
  margin-bottom: 20px;
  line-height: 1.6;
}

.careers-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-top: 24px;
  margin-bottom: 12px;
}

.careers-duties,
.careers-requirements,
.careers-conditions,
.careers-process {
  margin-bottom: 20px;
}

.careers-duties li,
.careers-requirements li,
.careers-conditions li,
.careers-process li {
  margin-bottom: 12px;
  line-height: 1.6;
  padding-left: 0;
}

.careers-duties li::before {
  content: none;
}

.careers-duties li strong {
  display: block;
  margin-bottom: 8px;
  color: #007bff;
}

.careers-notice {
  color: #666;
  font-size: 0.9rem;
  margin-top: 20px;
}

.careers-subsection-title {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  margin-top: 16px;
  margin-bottom: 8px;
}

.careers-preferences {
  margin-bottom: 20px;
}

.careers-preferences li {
  margin-bottom: 8px;
  line-height: 1.5;
  padding-left: 0;
}

.careers-preferences li::before {
  content: none;
}

.careers-notice-list {
  padding: 12px 16px;
  margin-top: 8px;
  list-style-type: disc;
  list-style-position: inside;
}

.careers-notice-list li {
  margin-bottom: 4px;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Careers 리스트 섹션 */
.careers-list-section {
  padding: 80px 0;
  background: #fff;
}

.careers-list-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  margin-bottom: 80px;
}

.careers-list-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.careers-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-color: #007bff;
}

.careers-badge {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.careers-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.careers-req {
  list-style: none;
  padding: 0;
  margin: 0;
}

.careers-req li {
  padding: 8px 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.careers-req li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* Careers 노트 카드 */
.careers-note-card {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.careers-note-block {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.careers-note-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.careers-note-title i {
  color: #007bff;
}

.careers-note-desc {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}

.careers-note-mail {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.careers-note-mail:hover {
  text-decoration: underline;
}

.careers-note-emp {
  font-weight: 500;
  color: #333;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .hero__title {
    font-size: 2.5rem;
  }

  .hero__title--main {
    font-size: 2.8rem;
  }

  .hero__description {
    font-size: 1.1rem;
  }

  .hero__buttons {
    flex-direction: column;
    align-items: center;
  }

  .careers-list-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .careers-list-item {
    padding: 24px;
  }

  .careers-note-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}