.privacy-page {
    min-height: 70vh;
    padding: 150px 24px 80px;
    color: #333;
    background: #f7f8fa;
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

.privacy-document {
    width: min(960px, 100%);
    margin: 0 auto;
    padding: 54px 64px 64px;
    border: 1px solid #e6e8eb;
    background: #fff;
    box-shadow: 0 4px 18px rgba(31, 45, 61, .06);
}

.privacy-document__header {
    margin-bottom: 42px;
    padding-bottom: 30px;
    border-bottom: 2px solid #4cb2c4;
    text-align: center;
}

.privacy-document__header > p:first-child {
    margin: 0 0 10px;
    color: #68717c;
    font-size: 14px;
    letter-spacing: .08em;
}

.privacy-document__header h1 {
    margin: 0;
    color: #222;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .06em;
}

.privacy-document__english {
    margin: 4px 0 16px !important;
    color: #7a828c !important;
    font-size: 14px !important;
    letter-spacing: .08em;
}

.privacy-document__date {
    margin: 0 !important;
    color: #555f6b !important;
    font-size: 14px !important;
}

.privacy-lead {
    margin-bottom: 36px;
}

.privacy-lead p:last-child,
.privacy-section > *:last-child {
    margin-bottom: 0;
}

.privacy-service-list {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
}

.privacy-section {
    scroll-margin-top: 100px;
    padding: 31px 0;
    border-top: 1px solid #e6e8eb;
}

.privacy-section:first-of-type {
    border-top: 0;
}

.privacy-section__heading {
    margin-bottom: 18px;
}

.privacy-section__number {
    display: none;
}

.privacy-section h2 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.privacy-section h3 {
    margin: 25px 0 10px;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
}

.privacy-document p,
.privacy-document li {
    color: #444;
    font-size: 16px;
    line-height: 1.9;
}

.privacy-document p {
    margin-bottom: 13px;
}

.privacy-document ul,
.privacy-document ol {
    margin: 0;
    padding-left: 1.55rem;
    padding-inline-start: 1.55rem;
}

.privacy-document ul {
    list-style: disc outside;
}

.privacy-document ol {
    list-style: decimal outside;
}

.privacy-document ul > li,
.privacy-document ol > li {
    display: list-item;
}

.privacy-document li + li {
    margin-top: 7px;
}

.privacy-document li::marker {
    color: #4cb2c4;
    font-weight: 700;
}

.privacy-contact {
    margin-top: 18px;
    border-top: 1px solid #e6e8eb;
}

.privacy-contact__item {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
    padding: 15px 4px;
    border-bottom: 1px solid #e6e8eb;
}

.privacy-contact__item strong {
    color: #333;
    font-size: 15px;
}

.privacy-contact__item a,
.privacy-contact__item span {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.privacy-contact__item a {
    color: #337f8c;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.privacy-contact__item a:hover,
.privacy-contact__item a:focus {
    color: #255e68;
}

@media (max-width: 1220px) {
    .privacy-page {
        padding-top: 110px;
    }
}

@media (max-width: 767px) {
    .privacy-page {
        padding: 92px 12px 48px;
    }

    .privacy-document {
        padding: 36px 22px 44px;
    }

    .privacy-document__header {
        margin-bottom: 30px;
        padding-bottom: 24px;
    }

    .privacy-document__header h1 {
        font-size: 28px;
    }

    .privacy-section {
        padding: 26px 0;
    }

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

    .privacy-document p,
    .privacy-document li {
        font-size: 15px;
        line-height: 1.85;
    }

    .privacy-contact__item {
        display: block;
    }

    .privacy-contact__item strong {
        display: block;
        margin-bottom: 5px;
    }
}

@media print {
    .privacy-page {
        padding: 0;
        background: #fff;
    }

    .privacy-document {
        width: 100%;
        padding: 0;
        border: 0;
        box-shadow: none;
    }
}
