.privacy-policy-container {
    width: 100%;
    background-color: #ffffff;
    font-family: 'pretendard', 'sans-serif';
    color: #2c2c2c;
    line-height: 1.6;
}

.privacy-policy-container .privacy-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.privacy-policy-container .main-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.privacy-policy-container h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.privacy-policy-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy-policy-container h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 12px;
}

.privacy-policy-container p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.7;
}

.privacy-policy-container .contact-notice {
    padding: 15px 20px;
    border-left: 3px solid #666666;
    margin: 20px 0;
}

.privacy-policy-container .contact-notice strong {
    font-weight: 700;
}

.privacy-policy-container .effective-date {
    padding: 12px 20px;
    border-left: 3px solid #666666;
    font-weight: 700;
    margin-top: 20px;
}

.privacy-policy-container ul {
    margin-left: 30px;
    margin-bottom: 20px;
    list-style-type: disc !important;
    list-style-position: outside !important;
}

.privacy-policy-container ul li {
    display: list-item !important;
    list-style-type: disc !important;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6;
}

.privacy-contact-form-item {
    margin-bottom: 16px !important;
}

.privacy-form-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0066cc;
    font: inherit;
    font-weight: 600;
    line-height: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.privacy-form-toggle:hover {
    color: #004c99;
}

.privacy-form-toggle.is-loading {
    color: #004c99;
}

.privacy-form-toggle:focus-visible {
    outline: 2px solid #0066cc;
    outline-offset: 4px;
    border-radius: 4px;
}

.privacy-form-toggle-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.25s ease;
    flex: none;
}

.privacy-form-toggle[aria-expanded="true"] .privacy-form-toggle-icon {
    transform: rotate(225deg) translateY(-1px);
}

.privacy-marketo-panel {
    display: grid;
    grid-template-rows: 0fr;
    max-width: 1200px;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    transition: grid-template-rows 0.35s ease, margin-top 0.25s ease, opacity 0.25s ease;
}

.privacy-marketo-panel.is-open {
    grid-template-rows: 1fr;
    margin-top: 18px;
    opacity: 1;
    pointer-events: auto;
}

.privacy-marketo-panel-inner {
    overflow: hidden;
    min-height: 0;
}

.privacy-marketo-content {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 24px;
    border: 1px solid #d8dee5;
    background-color: #fbfcfd;
}

.privacy-marketo-intro {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px !important;
}

.privacy-marketo-outro {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    padding: 14px 16px;
    border: 1px solid #ead7a4;
    background-color: #fff8e8;
    color: #6c4b00;
    font-size: 15px;
    line-height: 1.7;
}

.privacy-marketo-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #d6dde5;
    background-color: #ffffff;
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
}

.privacy-marketo-status[hidden] {
    display: none;
}

.privacy-marketo-status::before {
    content: '';
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex: none;
}

.privacy-marketo-status[data-state="loading"]::before {
    display: block;
    border: 2px solid rgba(0, 102, 204, 0.18);
    border-top-color: #0066cc;
    animation: privacy-marketo-spin 0.8s linear infinite;
}

.privacy-marketo-status[data-state="error"] {
    border-color: #ebc7c7;
    background-color: #fff6f6;
    color: #9f1d1d;
}

.privacy-marketo-panel.is-loading .privacy-marketo-content {
    border-color: #cfdceb;
    background-color: #f7fafe;
}

@keyframes privacy-marketo-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.table-of-contents {
    padding: 25px 30px;
    margin: 30px 0;
    border: 1px solid #cccccc;
}

.table-of-contents strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.table-of-contents ol {
    counter-reset: item;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.table-of-contents ol li {
    counter-increment: item;
    margin-bottom: 12px;
    padding-left: 0;
    font-size: 16px;
}

.table-of-contents ol li::before {
    content: counter(item) ". ";
    font-weight: 700;
    color: #000000;
}

.table-of-contents a {
    color: #0066cc;
    text-decoration: none;
    font-size: 16px;
}

.table-of-contents a:hover {
    text-decoration: underline;
}

.content-section {
    margin-top: 50px;
    padding-top: 20px;
}

.table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
    border: 1px solid #cccccc;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    font-size: 14px;
}

.data-table thead tr {
    background-color: #f5f5f5;
    color: #000000;
}

.data-table th {
    padding: 15px 12px;
    text-align: left;
    font-weight: 700;
    border: 1px solid #cccccc;
}

.data-table td {
    padding: 12px;
    border: 1px solid #dddddd;
    vertical-align: top;
}

.data-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.data-table tbody tr:hover {
    background-color: #f5f5f5;
}

.data-table strong {
    font-weight: 700;
}

.service-provider-table .provider-name {
    background-color: #f5f5f5;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
}

.rights-list p {
    margin-bottom: 18px;
    padding-left: 15px;
}

.rights-list strong {
    font-weight: 700;
}

.officer-info {
    padding: 25px;
    border: 1px solid #cccccc;
    margin: 20px 0;
}

.officer-info h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.officer-info h3:first-child {
    margin-top: 0;
}

.officer-info ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 20px;
}

.officer-info ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.browser-settings {
    padding: 20px;
    border: 1px solid #cccccc;
    margin: 20px 0;
}

.browser-settings p strong {
    font-weight: 700;
    font-size: 16px;
}

.browser-settings ul {
    margin-bottom: 20px;
}

.privacy-policy-container a {
    color: #0066cc;
    text-decoration: none;
}

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

@media screen and (max-width: 768px) {
    .privacy-policy-container .privacy-content {
        padding: 20px 15px;
    }

    .privacy-policy-container .main-title {
        font-size: 28px;
    }

    .privacy-policy-container h2 {
        font-size: 20px;
    }

    .privacy-policy-container h3 {
        font-size: 18px;
    }

    .privacy-policy-container h4 {
        font-size: 16px;
    }

    .privacy-policy-container p,
    .privacy-policy-container ul li {
        font-size: 14px;
    }

    .privacy-policy-container .table-of-contents ol li {
        font-size: 15px;
    }

    .privacy-policy-container .table-of-contents a {
        font-size: 15px;
    }

    .privacy-policy-container .data-table {
        font-size: 12px;
    }

    .privacy-policy-container .data-table th,
    .privacy-policy-container .data-table td {
        padding: 8px 6px;
    }

    .privacy-policy-container .table-of-contents {
        padding: 20px 15px;
    }

    .privacy-policy-container .officer-info {
        padding: 20px 15px;
    }

    .privacy-policy-container .browser-settings {
        padding: 15px;
    }

    .privacy-marketo-panel {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .privacy-policy-container .main-title {
        font-size: 24px;
    }

    .privacy-policy-container h2 {
        font-size: 18px;
    }

    .privacy-policy-container .table-of-contents ol li {
        font-size: 14px;
    }

    .privacy-policy-container .table-of-contents a {
        font-size: 14px;
    }

    .privacy-policy-container .data-table {
        font-size: 11px;
    }

    .privacy-policy-container .data-table th,
    .privacy-policy-container .data-table td {
        padding: 6px 4px;
    }
}

@media print {
    .privacy-policy-container {
        max-width: 100%;
    }

    .privacy-policy-container .content-section {
        page-break-inside: avoid;
    }

    .privacy-policy-container .data-table {
        font-size: 10px;
    }

    .privacy-policy-container a {
        color: #000000;
        text-decoration: none;
    }

    .privacy-policy-container a[href]:after {
        content: " (" attr(href) ")";
        font-size: 10px;
    }
}
