@charset "utf-8";

.png-legal-page {
    width: 100%;
    margin-top: 32px;
}

.png-legal-intro {
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid #dde3ea;
    background: #f8fafc;
    color: #444;
    font-size: var(--png-text-base);
    line-height: 1.75;
}

.png-legal-section {
    margin-bottom: 28px;
}

.png-legal-section:last-child {
    margin-bottom: 0;
}

.png-legal-section-title {
    margin: 0 0 14px;
    padding: 0 0 10px 14px;
    border-left: 5px solid #16458d;
    border-bottom: 1px dotted #aaa;
    color: #16458d;
    font-size: var(--png-text-xl);
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.35;
}

.png-legal-text {
    color: #333;
    font-size: var(--png-text-base);
    line-height: 1.75;
}

.png-legal-text p {
    margin: 0 0 12px;
}

.png-legal-text ol,
.png-legal-text ul {
    margin: 0 0 12px;
    padding-left: 22px;
}

.png-legal-text li {
    margin-bottom: 6px;
}

.png-legal-table {
    width: 100%;
    margin: 12px 0;
    border-collapse: collapse;
    border-top: 2px solid #16458d;
}

.png-legal-table th,
.png-legal-table td {
    padding: 11px 12px;
    border-bottom: 1px solid #e3e8ef;
    font-size: var(--png-text-rg);
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

.png-legal-table th {
    width: 28%;
    background: #f5f8fc;
    color: #16458d;
    font-weight: 700;
}

.png-legal-note {
    margin-top: 24px;
    color: #777;
    font-size: var(--png-text-rg);
}

@media (max-width: 640px) {
    .png-legal-table th,
    .png-legal-table td {
        display: block;
        width: 100%;
    }

    .png-legal-table th {
        border-bottom: 0;
        padding-bottom: 6px;
    }
}
