/* 파트너사 페이지 hero 높이 조정 (정책자금 페이지 policy-hero와 동일) */
.partners-hero {
  padding: 120px 0 80px !important;
  min-height: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: url('../images/Partner.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
  .partners-hero {
    padding-top: 140px !important;
    padding-bottom: 80px !important;
  }
}

/* Hero Content 스타일 (파트너사 페이지) */
.partners-hero .hero-content {
  max-width: 900px;
  padding: 2rem;
  position: relative;
}

.partners-hero .hero-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  color: #fff;
}

.partners-hero .hero-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #fff;
}

.partners-hero .hero-content strong {
  color: #fff;
  font-weight: 700;
}

/* 파트너사 목록 섹션 스타일 */
.partners-list {
  padding: 2rem 0 4rem;
  background: var(--light-color, #f5f7fa);
}

.partners-list .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 각 파트너사 섹션 */
.partners-section {
  margin-bottom: 4rem;
}

.partners-section:last-child {
  margin-bottom: 0;
}

/* 섹션 제목 스타일 (세무회계---, 법률---, 노무---) */
.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-color, #004a92);
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: var(--primary-color, #004a92);
  border-radius: 2px;
}

/* 파트너사 상세 섹션 */
.partner-detail {
  background: #fff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin: 0 auto;
}

.partner-logo {
  text-align: center;
  margin-bottom: 2rem;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #adb5bd;
  padding: 2rem;
  border-radius: 8px;
}

.partner-logo img {
  max-width: 300px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logo-placeholder {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color, #004a92);
  padding: 2rem;
  border: 2px dashed #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}

.partner-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color, #004a92);
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.4;
}

.partner-intro {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.05rem;
  color: #333;
}

.partner-intro p {
  margin-bottom: 1rem;
}

.partner-intro strong {
  color: var(--primary-color, #004a92);
  font-weight: 700;
}

.partner-legal-notice {
  background: #f8f9fa;
  border-left: 4px solid #6c757d;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  border-radius: 4px;
}

.partner-legal-notice p {
  margin: 0;
  color: #6c757d;
  line-height: 1.6;
}

.partner-importance {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #e9ecef;
}

.partner-importance blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.partner-importance blockquote p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2c3e50;
}

.partner-importance blockquote p:first-child {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-color, #004a92);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.partner-importance blockquote p:first-child::before {
  content: '"';
  font-size: 1.5em;
  color: var(--primary-color, #004a92);
}

.partner-importance blockquote p:first-child::after {
  content: '"';
  font-size: 1.5em;
  color: var(--primary-color, #004a92);
}

.partner-importance blockquote strong {
  color: var(--primary-color, #004a92);
  font-weight: 700;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .partners-hero .hero-content h1 {
    font-size: 1.8rem;
    margin-bottom: 1.25rem;
  }

  .partners-hero .hero-content p {
    font-size: 1rem;
  }

  .partners-list {
    padding: 1.5rem 0 3rem;
  }

  .partners-section {
    margin-bottom: 3rem;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .partner-detail {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }

  .partner-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .partner-intro {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .partner-logo {
    min-height: 80px;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .partner-logo img {
    max-width: 200px;
    max-height: 80px;
  }

  .logo-placeholder {
    font-size: 1.2rem;
    padding: 1.5rem;
  }

  .partner-importance blockquote p:first-child {
    font-size: 1.15rem;
  }

  .partner-importance blockquote p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .partners-hero .hero-content h1 {
    font-size: 1.5rem;
  }

  .partners-hero .hero-content p {
    font-size: 0.95rem;
  }

  .partners-list {
    padding: 1rem 0 2rem;
  }

  .partners-section {
    margin-bottom: 2.5rem;
  }

  .section-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .partner-detail {
    padding: 1.5rem 1rem;
  }

  .partner-title {
    font-size: 1.3rem;
  }

  .partner-intro {
    font-size: 0.95rem;
  }

  .partner-logo {
    padding: 1rem;
  }
}

