.privacy-header {
  background-color: #f9f9f9;
  padding-top: 30px;
  text-align: center;
}

.privacy-header h2 {
  font-size: 32px;
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
}

.privacy-header h4 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #555;
}

.privacy-header p {
  font-size: 16px;
  color: #777;
}

.privacy-header .divider {
  width: 600px;
  height: 4px;
  background-color: #f9a01b;
  border-radius: 2px;
}

.privacy-content {
  font-family: "Segoe UI", sans-serif;
  color: #333;
}

.notice-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fdfdfd;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  line-height: 1.5;
}

.notice-box p {
  margin-bottom: 15px;
  font-size: 15px;
}

.notice-box hr {
  border: none;
  height: 1px;
  background-color: #e0e0e0;
  margin: 25px 0;
}

.notice-block {
  margin-bottom: 50px;
}

.level-a {
  font-size: 20px;
  font-weight: bold;
  color: #f9a01b;
  margin-bottom: 15px;
  line-height: 1.2;
}

.level-b {
  font-size: 17px;
  font-weight: 600;
  color: #555;
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.level-c {
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.2;
  color: #444;
}

.level-c ul {
  list-style-type: disc;
  padding-left: 20px;
}

.level-c li {
  margin-bottom: 6px;
}

.text-danger {
  color: #c0392b;
}

.text-icon {
  color: #f9a01b;
}