#wrap.sub-page.member-privacy-page {
    background: #f4f4f4;
}

#wrap.sub-page.member-privacy-page #container {
    min-height: calc(100vh - 190px);
    padding-top: 18px;
}

#wrap.sub-page.member-privacy-page .inner {
    padding: 0 12px 28px;
}

.member-privacy-page .privacy-content {
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
    color: #333;
}

.member-privacy-page .privacy-content,
.member-privacy-page .privacy-content * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Malgun Gothic", "맑은 고딕", sans-serif !important;
}

.member-privacy-page .privacy-content .term-box {
    margin-bottom: 50px;
}

.member-privacy-page .privacy-content .term-box h4 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #141414;
}

.member-privacy-page .privacy-content .term-box h5 {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #3b3b3b;
}

.member-privacy-page .privacy-content h2 {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    color: #141414;
    letter-spacing: -0.01em;
}

.member-privacy-page .privacy-content h3,
.member-privacy-page .privacy-content h4 {
    margin: 32px 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: #141414;
    letter-spacing: -0.01em;
}

.member-privacy-page .privacy-content h5 {
    margin: 4px 0 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3b3b3b;
}

.member-privacy-page .privacy-content h2 strong,
.member-privacy-page .privacy-content h3 strong,
.member-privacy-page .privacy-content h4 strong {
    font-weight: 700;
    color: inherit;
}

.member-privacy-page .privacy-content p {
    margin: 4px 0;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #474747 !important;
    word-break: keep-all;
}

.member-privacy-page .privacy-content span {
    display: block;
    margin: 2px 0;
    padding-left: 20px;
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #8a8a8a !important;
    word-break: keep-all;
}

.member-privacy-page .privacy-content p > span {
    margin-left: 4px;
    padding-left: 1.45em !important;
    text-indent: -1.45em;
}

.member-privacy-page .privacy-content strong {
    font-weight: 700;
}

.member-privacy-page .privacy-content p + h2,
.member-privacy-page .privacy-content span + h2,
.member-privacy-page .privacy-content table + h2 {
    margin-top: 34px;
}

.member-privacy-page .privacy-content p + h3,
.member-privacy-page .privacy-content p + h4,
.member-privacy-page .privacy-content span + h3,
.member-privacy-page .privacy-content span + h4,
.member-privacy-page .privacy-content table + h3,
.member-privacy-page .privacy-content table + h4 {
    margin-top: 30px;
}

.member-privacy-page .privacy-content .table-wrap {
    width: 100%;
    margin: 12px 0 16px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.member-privacy-page .privacy-content table {
    width: 96% !important;
    border-collapse: collapse !important;
    border-style: hidden;
    table-layout: fixed;
    margin: 10px auto 14px;
    background: #fff;
}

.member-privacy-page .privacy-content table th,
.member-privacy-page .privacy-content table td {
    border: 1px solid #e1e1e1 !important;
    padding: 8px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    vertical-align: middle;
    word-break: break-word;
}

.member-privacy-page .privacy-content table th {
    background: #f7f7f7;
    color: #312723 !important;
    font-weight: 700;
}

.member-privacy-page .privacy-content table td {
    color: #707070 !important;
}

.member-privacy-page .privacy-content table td p,
.member-privacy-page .privacy-content table th p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: inherit !important;
}

.member-privacy-page .privacy-content table td span,
.member-privacy-page .privacy-content table th span {
    margin: 0 !important;
    padding-left: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: inherit !important;
}

.member-privacy-page .privacy-content .text-left,
.member-privacy-page .privacy-content table .text-left,
.member-privacy-page .privacy-content table td.text-left,
.member-privacy-page .privacy-content table th.text-left {
    text-align: left !important;
}

.member-privacy-page .privacy-empty {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.member-privacy-page .privacy-empty h2 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #171717;
}

.member-privacy-page .privacy-empty p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

@media (max-width: 380px) {
    #wrap.sub-page.member-privacy-page .inner {
        padding: 0 10px 24px;
    }

    .member-privacy-page .privacy-content h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .member-privacy-page .privacy-content h3,
    .member-privacy-page .privacy-content h4 {
        font-size: 18px;
        margin: 28px 0 14px;
    }

    .member-privacy-page .privacy-content h5 {
        font-size: 0.95rem;
        margin-bottom: 16px;
    }

    .member-privacy-page .privacy-content p,
    .member-privacy-page .privacy-content span {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .member-privacy-page .privacy-content span {
        padding-left: 16px;
    }

    .member-privacy-page .privacy-content table th,
    .member-privacy-page .privacy-content table td {
        padding: 6px !important;
        font-size: 13px !important;
    }
}
