
/* privacy-policy css */

body {
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
    line-height: 1.6;
    margin: 20px;
    padding: 0;
    color: #333;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
h1 {
    text-align: center;
    color: #1a1a1a;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
h2 {
    color: #2a2a2a;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.3em;
}
h3 {
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
}
p, li {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 10px;
}
ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 15px;
}
ol {
     padding-left: 20px;
     margin-bottom: 15px;
}
strong {
    font-weight: bold;
    color: #000;
}
table { /* 스타일은 남겨두지만, 현재 내용에는 테이블이 없을 수 있습니다. */
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 0.9em;
}
th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
th {
    background-color: #f9f9f9;
    font-weight: bold;
}
.important-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #856404;
    font-size: 0.9em;
}
.footer-info {
    margin-top: 30px;
    font-size: 0.85em;
    color: #777;
    text-align: center;
}
.contact-info p {
    margin-bottom: 5px;
}
.contact-info .label {
    display: inline-block;
    width: 120px; /* Adjust width as needed */
    font-weight: bold;
}
