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

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

.page-resources-future-trends .hero-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.page-resources-future-trends .hero-section p {
  font-size: 18px;
  margin-bottom: 40px;
}

.page-resources-future-trends .hero-section .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #333333;
  background-color: white;
  border: 2px solid white;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.page-resources-future-trends .hero-section .btn:hover {
  background-color: #333333;
  color: white;
}

.page-resources-future-trends .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: 10px;
}

.page-resources-future-trends .content-area h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-resources-future-trends .content-area h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-resources-future-trends .content-area p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-resources-future-trends .content-area .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #333333;
  background-color: #E5E5E5;
  border: 2px solid #333333;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.page-resources-future-trends .content-area .btn:hover {
  background-color: #333333;
  color: white;
}

.page-resources-future-trends img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

.page-resources-future-trends blockquote {
  border-left: 4px solid #333333;
  padding: 10px 20px;
  background-color: #F5F5F5;
  margin: 20px 0;
  font-style: italic;
}

.page-resources-future-trends ul,
.page-resources-future-trends ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-future-trends li {
  margin-bottom: 10px;
}