/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/terms/TermsPage.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.TermsPage_container__YbJ3l {
  min-height: 100vh;
  background-color: #f8f9fa;
  padding: 20px;
}

.TermsPage_content__BdQ3s {
  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;
}

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

.TermsPage_section__jiRd1 {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

/* 반응형 디자인 */
@media (max-width: 768px) {
  .TermsPage_container__YbJ3l {
    padding: 10px;
  }
  
  .TermsPage_content__BdQ3s {
    padding: 20px;
  }
  
  .TermsPage_title__KT1sK {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .TermsPage_section__jiRd1 h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .TermsPage_content__BdQ3s {
    padding: 15px;
  }
  
  .TermsPage_title__KT1sK {
    font-size: 1.8rem;
  }
  
  .TermsPage_section__jiRd1 h2 {
    font-size: 1.2rem;
  }
} 
