.privacy-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 160px 20px 80px 20px;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
}

.privacy-wrap h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #222;
    color: #000;
}

.privacy-wrap h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
    border-left: 5px solid #0056b3;
    padding-left: 15px;
}

.privacy-wrap p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #555;
    word-break: keep-all;
}

.privacy-wrap ul, .privacy-wrap ol {
    background-color: #f9f9f9;
    padding: 20px 20px 20px 40px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.privacy-wrap li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #555;
    list-style-type: disc;
}
.privacy-wrap ol li {
    list-style-type: decimal;
}

.privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 20px;
}
.privacy-table th, .privacy-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    font-size: 14px;
}
.privacy-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    width: 20%;
}

.privacy-wrap strong {
    font-weight: 600;
    color: #000;
}

.privacy-wrap a {
    color: #0056b3;
    text-decoration: underline;
}
