/* privacy.css — 원본 privacy.html 인라인 <style> 추출 (AUTO-GENERATED) */
.privacy-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 120px 20px 80px;
        }

        .privacy-header {
            text-align: center;
            margin-bottom: 60px;
            padding-bottom: 30px;
            border-bottom: 2px solid #e5e5e5;
        }

        .privacy-header h1 {
            font-size: 36px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

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

        .privacy-content {
            background: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .privacy-section {
            margin-bottom: 40px;
        }

        .privacy-section h2 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e5e5e5;
        }

        .privacy-section h3 {
            font-size: 20px;
            font-weight: 600;
            color: #444;
            margin: 25px 0 15px;
        }

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

        .privacy-section ul,
        .privacy-section ol {
            padding-left: 30px;
            margin: 15px 0;
        }

        .privacy-section li {
            margin-bottom: 10px;
        }

        .privacy-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }

        .privacy-table th,
        .privacy-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }

        .privacy-table th {
            background-color: #f5f5f5;
            font-weight: 600;
            color: #333;
        }

        .privacy-table td {
            color: #555;
        }

        .effective-date {
            text-align: right;
            padding: 20px 0;
            color: #666;
            font-size: 14px;
            border-top: 1px solid #e5e5e5;
            margin-top: 40px;
        }

        .back-button {
            text-align: center;
            margin-top: 40px;
        }

        .back-button a {
            display: inline-block;
            padding: 12px 30px;
            background: #4A90E2;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            transition: background 0.3s;
        }

        .back-button a:hover {
            background: #357ABD;
        }

        .highlight-box {
            background-color: #f0f8ff;
            border-left: 4px solid #4A90E2;
            padding: 15px;
            margin: 20px 0;
        }
