/* style/resources-operating-strategy.css */
.page-resources-operating-strategy {
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  background-color: #E5E5E5;
}

.page-resources-operating-strategy .hero-section {
  background: linear-gradient(135deg, #333333, #E5E5E5);
  padding: 80px 0;
  text-align: center;
  color: white;
}

.page-resources-operating-strategy .content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.page-resources-operating-strategy h1, .page-resources-operating-strategy h2, .page-resources-operating-strategy h3 {
  color: #333333;
  font-weight: 700;
}

.page-resources-operating-strategy p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}

.page-resources-operating-strategy .related-resources {
  margin-top: 40px;
}

.page-resources-operating-strategy .related-resources h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.page-resources-operating-strategy .related-resources ul {
  list-style-type: none;
  padding: 0;
}

.page-resources-operating-strategy .related-resources li {
  margin-bottom: 10px;
}

.page-resources-operating-strategy .related-resources a {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}

.page-resources-operating-strategy .related-resources a:hover {
  text-decoration: underline;
}

.page-resources-operating-strategy .back-to-resources {
  display: block;
  margin-top: 40px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}

.page-resources-operating-strategy .back-to-resources:hover {
  text-decoration: underline;
}