.pageContainer {
    position: relative;
    z-index: 1;
}

.pageBg {
    height: 100dvh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
}

.pageBg::after {
    background: #ffc832;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    width: 100vw;
}

.pageBg img {
    height: 100dvh;
    object-fit: cover;
    width: 100%;
}

.contents {
    background: #fff;
    margin: 0 auto;
    max-width: 23.4375rem;
}

.privacy__page {
    padding: 2rem 1.1875rem;
}

.privacy__mainTitle {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.65;
    text-align: center;
}

.privacy__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.625rem;
}

.privacy__heading {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 0.25rem;
}

.privacy__primaryList {
    list-style: decimal;
    margin-left: 1.125rem;
}

.privacy__secondaryList {
    list-style: lower-alpha;
    margin-left: 1.125rem;
}

.privacy__tertiaryList {
    list-style: lower-roman;
    margin-left: 1rem;
}

.privacy__text--end {
    margin-top: 2.25rem;
    text-align: end;
}
