.policy-wrap {
  max-width: 760px;
  margin: 32px auto 60px;
  padding: 36px 40px;
}

.policy-header {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 18px;
  margin-bottom: 28px;
}

.policy-title {
  font-family: 'Black Han Sans', sans-serif;
  font-size: 1.5rem;
  color: #ffe066;
  text-shadow: 0 2px 0 #7a5000;
  margin-bottom: 6px;
}

.policy-date {
  font-family: 'Do Hyeon', sans-serif;
  font-size: 0.8rem;
  color: rgba(220,235,255,0.55);
}

.policy-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.policy-section h2 {
  font-family: 'Do Hyeon', sans-serif;
  font-size: 1rem;
  color: #7ecfff;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #7ecfff;
}

.policy-section p {
  font-family: 'Do Hyeon', sans-serif;
  font-size: 0.88rem;
  color: rgba(220,235,255,0.85);
  line-height: 1.8;
  margin-bottom: 8px;
}

.policy-section ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.policy-section ul li {
  font-family: 'Do Hyeon', sans-serif;
  font-size: 0.86rem;
  color: rgba(220,235,255,0.82);
  padding-left: 14px;
  position: relative;
  line-height: 1.7;
}

.policy-section ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(126,207,255,0.6);
}

.policy-section ul li strong {
  color: #f0f6ff;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Do Hyeon', sans-serif;
  font-size: 0.85rem;
  margin-top: 8px;
}

.policy-table th,
.policy-table td {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  text-align: left;
  color: rgba(220,235,255,0.85);
}

.policy-table thead th {
  background: rgba(126,207,255,0.12);
  color: #7ecfff;
}

.policy-table th {
  background: rgba(255,255,255,0.06);
  color: rgba(220,235,255,0.7);
  width: 120px;
}

.policy-section a {
  color: #7ecfff;
  text-decoration: none;
}

.policy-section a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .policy-wrap { padding: 20px 16px; }
}
