/* 서브페이지 hero — 배경 이미지 가로·세로 중앙 정렬 */

.company-hero,
.equip-hero,
.rnd-hero,
.quality-hero,
.talent-hero,
.recruit-hero,
.benefits-hero,
.harness-hero,
.control-hero,
.contact-hero,
.notice-hero {
  background-repeat: no-repeat;
}

.company-hero {
  background-position: center center;
  background-size: cover;
}

.equip-hero,
.rnd-hero,
.quality-hero,
.talent-hero,
.recruit-hero,
.benefits-hero,
.harness-hero,
.control-hero,
.contact-hero,
.notice-hero {
  background-position: center center, center center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

/* Hero 서브 타이틀 — 글자 굵기 */
.hero-slide-copy .hero-slide-sub,
[class$="-hero-copy"] > p,
.company-copy p,
.control-hero p,
.equip-hero-desc,
.quality-hero-sub,
.contact-hero-desc,
.notice-hero-desc {
  font-weight: 400;
}
