.policy-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #2c3e50;
  border-bottom: 3px solid #34495e;
  padding-bottom: 10px;
}

.last-updated {
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 40px;
}

.policy-section {
  margin-bottom: 50px;
}

.policy-section h2 {
  font-size: 22px;
  font-weight: 600;
  color: #3498db; /* 섹션 제목 강조 */
  margin-bottom: 15px;
  padding: 5px 0;
  border-left: 5px solid #3498db;
  padding-left: 10px;
  background-color: #f8f9fa;
}

.policy-section p,
.policy-section li {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.policy-section ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.policy-section ul li {
  margin-bottom: 8px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
  padding-left: 10px;
}

.manager-info {
  border-top: 2px solid #ddd;
  padding-top: 20px;
}

.enforcement-date {
  margin-top: 30px;
  font-weight: bold;
  color: #e74c3c; /* 시행일 강조 */
}
