/* Partners 전용 스타일 */

/* 투명 헤더 및 메뉴 컬러 오버라이드 */
.partners-page .navbar {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.partners-page .navbar.scrolled {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.partners-page .menu-link,
.partners-page .menu-link--primary {
  color: #fff;
}

/* 파트너스 로고 사이즈 */
.partners-page .nav-logo img {
  width: 151px;
  height: 31px;
}

/* 모바일 헤더 로고 사이즈 */
@media (max-width: 900px) {
  .partners-page .nav-logo img {
    width: 150px;
    height: 30px;
  }
}

/* 네비게이션 우측 액션 버튼 */
.partners-nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: 16px;
}
.partners-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.partners-btn--ghost {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: transparent;
}
.partners-btn--ghost:hover,
.partners-btn--ghost:focus {
  border-color: #fff;
  transform: translateY(-1px);
}
.partners-btn--primary {
  background: #ff4d00;
  color: #fff;
}
.partners-btn--primary:hover,
.partners-btn--primary:focus {
  background: #e54500;
  transform: translateY(-1px);
}

/* 파트너스 첫 섹션 (배경 이미지) */
.partners-page #main-content {
  margin-top: 0; /* 고정 헤더 높이 보정 제거 - 헤더를 이미지 위에 오버레이 */
}
.partners-hero {
  height: 720px; /* 웹 높이 지정 */
  padding-top: 109px; /* 상단 여백 후 콘텐츠 시작 */
  background: url('../img/partners/section1-img1.png') center center / cover no-repeat;
  display: block;
}

/* 첫 섹션 좌/우 레이아웃 */
.partners-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.partners-hero-left {}
.partners-hero-right {
  text-align: right;
  margin-top: 62px;
}
.partners-hero-image {
  width: 320px;
  height: 485px;
  object-fit: cover;
  display: block;
  justify-self: end;
}

/* 왼쪽 아이콘 + 타이틀 */
.partners-hero-icon {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 0 28px;
}
.partners-hero-title {
  color: #fff;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 72.8px */
  text-align: left;
}

/* CTA 버튼 */
.partners-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #FF4D00;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.partners-hero-cta:hover,
.partners-hero-cta:focus {
  transform: translateY(-2px);
  opacity: 0.95;
}
.partners-hero-cta-icon {
  width: 20px;
  height: 20px;
}

/* 모바일 네비 토글/드롭다운 */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  margin-left: 12px;
}
.nav-toggle .icon-close { display: none; }
.menu-open .nav-toggle .icon-menu { display: none; }
.menu-open .nav-toggle .icon-close { display: inline; }

.mobile-menu {
  display: none;
}
.menu-open .mobile-menu {
  display: block;
  position: fixed;
  inset: 76.5px 0 0 0; /* 헤더 아래부터 전체 */
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  z-index: 999;
}
.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px 32px;
}
.mobile-menu-link {
  color: var(--label-icon-normal, #171719);
  text-align: center;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  padding: 14px 10px;
}

@media (max-width: 900px) {
  .navbar .nav-menu { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
}

/* 스크롤 시 하단 고정 버튼 */
.floating-apply-btn {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px 85px 16px 86px;
  border-radius: 8px;
  background: #FF4D00;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 0 8px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.floating-apply-btn.show { opacity: 1; transform: translateY(0); pointer-events: auto; }

@media (max-width: 900px) {
  .partners-hero {
    height: 648px; /* 모바일 높이 */
  }
  .partners-hero-grid {
    grid-template-columns: 1fr; /* 모바일에서 한 컬럼 */
  }
  .partners-hero-left { text-align: center; }
  .partners-hero-right { display: none; }
  .partners-hero-image {
    display: none;
  }
  .partners-hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .partners-hero-icon {
    width: 72px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
  }
  .partners-hero-title {
    font-size: 32px;
    line-height: 140%; /* 44.8px */
    text-align: center;
  }
  /* 모바일 전용 줄바꿈 표기 */
  .mo-only { display: inline !important; }
  /* 섹션 태그(모바일 공통) */
  .partners-section-tag {
    color: #FF4D00;
    text-align: center !important;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
  }
  /* 두 번째 섹션 텍스트(모바일) */
  .partners-brief-text {
    color: #191F28;
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 178.571% */
  }
  /* 모바일에서만 '넘버플레이트는' 뒤 줄바꿈 추가 */
  .br-mo::after {
    content: "\A";
    white-space: pre;
  }
  /* 모바일에서만 하단 버튼 표시 */
  .floating-apply-btn { display: inline-flex; }
}

/* 첫 섹션 버튼 그룹 */
.partners-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px; /* 버튼 간격 */
  margin-top: 24px;
}
.partners-hero-login {
  display: inline-block;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff;
  color: #191f28;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

/* 두 번째 섹션 (요약) */
.partners-brief {
  height: 340px;
  background: #F7F7F8;
  display: flex;
  align-items: center;
  text-align: center;
}
.partners-brief-text {
  color: #191F28;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

/* === 공통 섹션 타이틀(Tag) === */
.partners-section-tag {
  color: #FF4D00;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

/* === 세 번째 섹션: 비즈니스 전략 === */
.partners-strategy {
  background: #fff;
  height: 876px;
  padding-top: 160px;
}

/* 세 번째 섹션 타이틀 */
.partners-section-title {
  color: #363644;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 48px */
  text-align: center;
}
  .partners-section-subtitle {
    color: #787887;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
  }

/* 세 번째 섹션 서브타이틀 */
.partners-section-subtitle {
  color: #787887;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 22px;
}

/* 비즈니스 전략 - 3열 아이콘/캡션 */
.partners-strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 117px;
  margin-top: 44px;
}
.partners-strategy-item {
  text-align: center;
}
.partners-strategy-image {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 36px;
  display: block;
}
.partners-strategy-caption {
  color: var(--Cool-Neutral-30, #46474C);
  text-align: center;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  letter-spacing: -0.6px;
}

@media (max-width: 900px) {
  .partners-strategy {
    height: auto;
    padding: 160px 0;
  }
  .partners-strategy-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .partners-strategy-image {
    width: 166px;
    height: 166px;
  }
  .partners-strategy-caption {
    color: var(--Cool-Neutral-30, #46474C);
    text-align: center;
    font-family: Pretendard;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 31.5px */
    letter-spacing: -0.45px;
  }
  .partners-section-title {
    font-size: 28px;
    line-height: 40px;
  }
  .partners-section-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .partners-different-title {
    color: #FF4D00;
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
  }
  .partners-protection {
    height: auto;
    padding: 145px 0 0;
  }
  .partners-protection-title {
    color: #363644 !important;
    text-align: center !important;
    font-family: Pretendard !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important; /* 48px */
  }
  .partners-protection-sub {
    text-align: center !important;
    font-family: Pretendard !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important; /* 30px */
  }
  .partners-protection-note {
    color: #8F8F8F !important;
    text-align: center !important;
    font-family: Pretendard !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important; /* 24px */
  }
  .partners-mind-heading {
    color: #FFF !important;
    font-family: Pretendard !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important; /* 48px */
  }
  .partners-mind-card-title {
    color: var(--label-icon-white, #FFF) !important;
    font-family: Pretendard !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important; /* 36px */
  }
  .partners-mind-card-desc {
    color: var(--label-icon-assistive, #C2C4C8) !important;
    font-family: Pretendard !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 21.333px !important; /* 133.333% */
  }
  .partners-onboarding-title {
    color: #363644 !important;
    text-align: center !important;
    font-family: Pretendard !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important; /* 48px */
  }
  .partners-onboarding-sub {
    color: #787887 !important;
    text-align: center !important;
    font-family: Pretendard !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important; /* 30px */
  }
  .partners-step {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
  }
  .partners-step-icon {
    width: 120px !important;
    height: 120px !important;
    flex-shrink: 0 !important;
  }
  .partners-step-content {
    flex: 1 !important;
    min-width: 0 !important;
  }
  .partners-step-number {
    color: var(--label-icon-assistive, #C2C4C8) !important;
    text-align: left !important;
    font-family: Pretendard !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 36px !important; /* 150% */
    margin-bottom: 8px !important;
  }
  .partners-step-title {
    color: var(--label-icon-strong, #000) !important;
    font-family: Pretendard !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important; /* 36px */
    text-align: left !important;
  }
  .partners-step-note {
    text-align: left !important;
  }
  .partners-benefits-heading {
    color: #FFF !important;
    text-align: center !important;
    font-family: Pretendard !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 140% !important; /* 44.8px */
  }
  .partners-category .partners-section-tag {
    text-align: left !important;
  }
  .partners-category-title {
    color: #363644 !important;
    font-family: Pretendard !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important; /* 48px */
  }
  
  .partners-category-sub {
    color: #787887 !important;
    font-family: Pretendard !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important; /* 30px */
  }
  
  .partners-category-item-title {
    color: var(--label-icon-strong, #000) !important;
    font-family: Pretendard !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 19.828px !important; /* 99.139% */
  }
  
  .partners-category-item-desc {
    color: var(--label-icon-neutral, #46474C) !important;
    font-family: Pretendard !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 19.828px !important; /* 141.628% */
  }
  
  .partners-benefits-title {
    text-align: center !important;
  }
  .partners-different-sub {
    color: #FFF !important;
    text-align: center !important;
    font-family: Pretendard !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 24px */
  }
  
  .partners-benefits {
    padding-bottom: 0 !important;
  }
  
  .partners-benefits-image {
    width: 235px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .partners-different {
    height: auto;
    padding: 96px 0;
  }
}

/* === 4번째 섹션: 넘버플레이트 정비소는 다릅니다 === */
.partners-different {
  display: flex;
  height: 428px;
  padding: 96px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 53px;
  align-self: stretch;
  background: linear-gradient(282deg, #000 0%, #202020 33.33%, #000 66.67%, #424242 100%);
}
.partners-different-wrap {
  text-align: center;
}
.partners-different-title {
  color: #FF4D00;
  text-align: center;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 63px */
}
.partners-different-sub {
  margin-top: 24px;
  color: #FFF;
  text-align: center;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 44.8px */
}

/* === 파트너 보호를 위한 입점 심사 섹션 === */
.partners-protection {
  padding: 100px 0 0;
  background: #fff;
}
.partners-protection-wrap { text-align: center; }
.partners-protection-title {
  color: #363644;
  text-align: center;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 63px */
}
.partners-protection-sub {
  margin-top: 40px;
  color: #363644;
  text-align: center;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.partners-protection-accent { color: #FF4D00; }

.partners-protection-note {
  margin-top: 86px;
  color: #8F8F8F;
  text-align: center;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
.partners-protection-visual {
  margin-top: 82px;
  display: flex;
  justify-content: center;
}
.partners-protection-image {
  width: 360px;
  height: 360px;
  object-fit: contain;
  display: block;
}

/* === 비즈니스 마인드 섹션 === */
.partners-mind {
  background: #171719;
  padding: 100px 0;
}
.partners-mind .partners-section-tag { text-align: left; }
.partners-mind-heading {
  margin-top: 22px;
  color: #FFF;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 63px */
}

.partners-mind-gallery {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.partners-mind-card {
  position: relative;
  height: 386px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.partners-mind-card-content {
  width: 100%;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.9) 100%);
}
.partners-mind-card-title {
  color: #FFF;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 60px */
  margin-bottom: 16px;
}
.partners-mind-card-desc {
  color: #FFF;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.partners-mind .card-1 { background-image: url('../img/partners/section6-img1.png'); }
.partners-mind .card-2 { background-image: url('../img/partners/section6-img2.png'); }
.partners-mind .card-3 { background-image: url('../img/partners/section6-img3.png'); }
.partners-mind .card-4 { background-image: url('../img/partners/section6-img4.png'); }

@media (max-width: 1024px) {
  .partners-mind-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .partners-mind-gallery { grid-template-columns: 1fr; }
}

/* === 입점 절차 섹션 === */
.partners-onboarding {
  background: #fff;
  padding: 100px 0;
}
.partners-onboarding-wrap { text-align: left; }
.partners-onboarding-title {
  margin-top: 22px;
  color: #363644;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 166.667% */
}
.partners-onboarding-sub {
  margin-top: 22px;
  color: #787887;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
}

/* 입점 절차 - 스텝 */
.partners-steps {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}
.partners-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 0 0 280px;
  width: 280px;
}
.partners-step-icon { width: 64px; height: 64px; display: block; }
.partners-step-sep { width: 24px; height: 24px; align-self: center; flex: 0 0 24px; }
.partners-step-number {
  margin-top: 6px;
  color: #C2C4C8;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}
.partners-step-title {
  color: #363644;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.partners-step-link {
  color: #FF4D00;
  font-weight: 800;
  text-decoration: underline;
}
.partners-step-note {
  color: #8F8F8F;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 900px) {
  .partners-steps { flex-direction: column; gap: 24px; }
  .partners-step-sep { display: none; }
  .partners-step { 
    align-items: flex-start; 
    flex: none !important;
    width: 100% !important;
  }
}

/* === 넘버플레이트 파트너스는? 섹션 === */
.partners-benefits {
  background: #171719;
  padding: 100px 0;
}
.partners-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.partners-benefits-title {
  color: #FF4D00; /* 섹션 태그 스타일 대체 가능 */
}
.partners-benefits-heading {
  margin-top: 22px;
  color: #FFF;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 72.8px */
}
.partners-benefits-right { text-align: right; }
.partners-benefits-image { width: 320px; height: 485px; object-fit: cover; }

@media (max-width: 900px) {
  .partners-benefits-grid { grid-template-columns: 1fr; }
  .partners-benefits-right { text-align: center; }
  .partners-benefits-title {
    text-align: center !important;
  }
  .partners-benefits {
    padding-bottom: 0 !important;
  }
  .partners-benefits-image {
    width: 235px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .partners-category-title {
    color: #363644 !important;
    font-family: Pretendard !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 150% !important; /* 48px */
  }
  .partners-category-sub {
    color: #787887 !important;
    font-family: Pretendard !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important; /* 30px */
  }
}

/* === 카테고리 섹션 === */
.partners-category { background: #fff; padding: 100px 0; }
.partners-category-wrap { text-align: left; }
.partners-category-title {
  margin-top: 22px;
  color: #363644;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 166.667% */
}
.partners-category-sub {
  margin-top: 22px;
  color: #787887;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
}

/* 카테고리 이미지 갤러리 (2x2) */
.partners-category-gallery {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.partners-category-item-title {
  margin-top: 22px;
  color: var(--label-icon-strong, #000);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 120% */
}
.partners-category-item-desc {
  margin-top: 11px;
  color: var(--label-icon-neutral, #46474C);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px; /* 168% */
}
.partners-category-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .partners-category-gallery { grid-template-columns: 1fr; }
}

/* === FAQ 섹션 === */
.partners-faq { background: #F7F7F8; padding: 100px 0; }
.partners-faq-wrap { text-align: left; }
.partners-faq-title {
  margin-top: 22px;
  color: #363644;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 37.344px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 160.669% */
}
.partners-faq-list { margin-top: 96px; }
.partners-faq-q {
  color: #303336;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.partners-faq-a {
  margin-top: 12px;
  color: #3A3A3A;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.partners-faq-sep {
  margin: 24px 0;
  border: none;
  height: 1px;
  background: #E4E5E7;
}

/* 데스크톱에서 .mo-only 숨기기 */
@media (min-width: 901px) {
  .mo-only {
    display: none !important;
  }
}

/* === 입점 신청 팝업 === */
.partners-apply-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.partners-apply-popup.show {
  display: block;
}

.partners-apply-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.partners-apply-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.partners-apply-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.partners-apply-title-group {
  flex: 1;
}

.partners-apply-title {
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 8px 0;
}

.partners-apply-subtitle {
  color: #FF4D00;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 8px 0;
}

.partners-apply-notice {
  color: #787887;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.partners-apply-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.partners-apply-close:hover {
  background-color: #f5f5f5;
}

.partners-apply-close img {
  width: 20px;
  height: 20px;
}

.partners-apply-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.partners-apply-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.partners-apply-field label {
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.partners-apply-field input,
.partners-apply-field select {
  padding: 12px 16px;
  border: 1px solid #E4E5E7;
  border-radius: 8px;
  font-family: Pretendard;
  font-size: 14px;
  line-height: 20px;
  background: #F7F7F8;
  transition: border-color 0.2s ease;
}

.partners-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.partners-select-wrapper select {
  width: 100%;
  padding-right: 48px; /* 아이콘 공간 확보 */
  appearance: none; /* 기본 화살표 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.partners-select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none; /* 클릭 이벤트 방지 */
  transition: transform 0.2s ease;
}

/* 셀렉트 포커스 시 아이콘 회전 효과 */
.partners-select-wrapper select:focus + .partners-select-icon {
  transform: translateY(-50%) rotate(180deg);
}

.partners-apply-field input:focus,
.partners-apply-field select:focus {
  outline: none;
  border-color: #FF4D00;
  background: #fff;
}

.partners-apply-field input::placeholder {
  color: #8F8F8F;
}

.partners-address-wrapper {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.partners-address-wrapper input {
  flex: 1;
}

.partners-address-search-btn {
  background: #FF4D00;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  min-width: 80px;
}

.partners-address-search-btn:hover {
  background: #e54500;
}

.partners-apply-consent {
  display: flex;
  align-items: center;
  gap: 8px;
}

.partners-consent-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.partners-consent-checkbox input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #E4E5E7;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}

.partners-consent-checkbox input[type="checkbox"]:checked + .checkmark {
  background: #FF4D00;
  border-color: #FF4D00;
}

.partners-consent-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.partners-consent-view {
  color: #FF4D00;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: auto;
}

.partners-apply-submit {
  background: #FF4D00;
  color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.partners-apply-submit:hover {
  background: #e54500;
}

/* 모바일 바텀시트 스타일 */
@media (max-width: 900px) {
  .partners-apply-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    border-radius: 16px 16px 0 0;
    padding: 24px;
    max-height: 90vh;
    overflow-y: auto;
  }
  
  .partners-apply-header {
    margin-bottom: 24px;
  }
  
  .partners-apply-title {
    font-size: 20px;
    line-height: 28px;
  }
  
  .partners-apply-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  
  .partners-apply-notice {
    font-size: 12px;
    line-height: 18px;
  }
  
  .partners-apply-form {
    gap: 20px;
  }
  
  .partners-apply-field input,
  .partners-apply-field select {
    padding: 14px 16px;
    font-size: 16px;
  }
  
  .partners-apply-submit {
    padding: 18px 24px;
    font-size: 16px;
  }
}

