/* Policy Pages Styles - 이용약관, 개인정보처리방침 페이지 스타일 */

.policy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.policy-header {
    text-align: center;
    margin-bottom: 60px;
}

.policy-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.policy-header .update-date {
    font-size: 0.875rem;
    color: #6b7280;
}

.policy-content {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px;
}
