/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/partnership/PartnershipPage.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.PartnershipPage_container__93cD8 {
  min-height: 100vh;
  background-color: #f8f9fa;
  padding: 20px;
}

.PartnershipPage_content__skXS1 {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  line-height: 1.6;
}

.PartnershipPage_title__WyB8A {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 3px solid #3b82f6;
  padding-bottom: 20px;
}

.PartnershipPage_section__8we5m {
  margin-bottom: 30px;
}

.PartnershipPage_section__8we5m h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 15px;
  padding-top: 20px;
}

.PartnershipPage_section__8we5m p {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 15px;
}

.PartnershipPage_section__8we5m ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.PartnershipPage_section__8we5m ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.PartnershipPage_section__8we5m li {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 8px;
}

.PartnershipPage_section__8we5m ul li {
  margin-bottom: 5px;
}

.PartnershipPage_footer__1dI8_ {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.PartnershipPage_footer__1dI8_ p {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 5px;
}

.PartnershipPage_contact__kt9Eg {
  background-color: #f0f9ff;
  border-left: 4px solid #0ea5e9;
  padding: 25px;
  margin: 30px 0;
  border-radius: 8px;
}

.PartnershipPage_contact__kt9Eg h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.PartnershipPage_contact__kt9Eg p {
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 8px;
  font-weight: 500;
}

.PartnershipPage_partnershipType__djB0d {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.PartnershipPage_partnershipType__djB0d h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
  border-bottom: 2px solid #3b82f6;
  padding-bottom: 5px;
  display: inline-block;
}

.PartnershipPage_partnershipType__djB0d ul {
  margin-top: 10px;
}

.PartnershipPage_highlight__C_oo1 {
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 20px;
  margin: 25px 0;
}

.PartnershipPage_highlight__C_oo1 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1d4ed8;
  margin-bottom: 10px;
}

.PartnershipPage_highlight__C_oo1 p {
  font-size: 1rem;
  color: #1e40af;
  margin-bottom: 8px;
}

.PartnershipPage_emailLink__Wwaqp {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 500;
}

.PartnershipPage_emailLink__Wwaqp:hover {
  color: #1d4ed8;
  text-decoration: none;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .PartnershipPage_container__93cD8 {
    padding: 10px;
  }
  
  .PartnershipPage_content__skXS1 {
    padding: 20px;
  }
  
  .PartnershipPage_title__WyB8A {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .PartnershipPage_section__8we5m h2 {
    font-size: 1.3rem;
  }
  
  .PartnershipPage_contact__kt9Eg,
  .PartnershipPage_partnershipType__djB0d,
  .PartnershipPage_highlight__C_oo1 {
    padding: 15px;
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .PartnershipPage_content__skXS1 {
    padding: 15px;
  }
  
  .PartnershipPage_title__WyB8A {
    font-size: 1.8rem;
  }
  
  .PartnershipPage_section__8we5m h2 {
    font-size: 1.2rem;
  }
  
  .PartnershipPage_contact__kt9Eg h3 {
    font-size: 1.1rem;
  }
}
