@charset "utf-8";

html {
    min-width: 0;
}

body {
    margin: 0;
    background: #f5f7fb;
    color: #41485a;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
}

.bf-legal-pc-header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e5e9f0;
}

.bf-legal-pc-header-inner {
    width: calc(100% - 48px);
    max-width: 1180px;
    min-height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-sizing: border-box;
}

.bf-legal-pc-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

/* === BF_STAGE33_LEGAL_PC_MASTER_LOGO_V1 START === */
.bf-legal-pc-logo {
    gap: 0;
}

.bf-legal-pc-logo-img {
    display: block;
    width: auto;
    height: 34px;
    max-width: none;
}
/* === BF_STAGE33_LEGAL_PC_MASTER_LOGO_V1 END === */

.bf-legal-pc-logo-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #5b4cf0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.bf-legal-pc-logo-text {
    color: #1c2132;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.bf-legal-pc-account {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bf-legal-pc-account a {
    padding: 9px 11px;
    color: #596174;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.bf-legal-pc-account .bf-legal-pc-account-button {
    padding: 10px 15px;
    border: 1px solid #dfe3ec;
    border-radius: 10px;
    background: #fff;
    color: #252a3b;
    font-weight: 700;
}

main#container.bf-legal-pc-main {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 720px;
    margin: 0 !important;
    padding: 52px 24px 76px !important;
    border: 0 !important;
    background: #f5f7fb;
    box-sizing: border-box;
}

.bf-legal-pc-shell {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.bf-legal-pc-main .ctt_admin {
    margin: 0 0 12px;
    text-align: right;
}

.bf-legal-pc-document {
    width: 100%;
    padding: 54px 60px 64px;
    border: 1px solid #e5e9f0;
    border-radius: 20px;
    background: #fff;
    box-shadow:
        0 18px 48px rgba(31, 38, 60, 0.07);
    box-sizing: border-box;
}

.bf-legal-pc-document-header {
    margin: 0 0 36px;
    padding: 0 0 28px;
    border-bottom: 1px solid #eceef3;
}

.bf-legal-pc-kicker {
    display: block;
    margin: 0 0 9px;
    color: #6255e7;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.bf-legal-pc-document-header h1 {
    margin: 0;
    color: #191e2f;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

.bf-legal-pc-document-header p {
    margin: 12px 0 0;
    color: #777f91;
    font-size: 14px;
    line-height: 1.7;
}

.bf-legal-pc-document-content {
    color: #41485a;
    font-size: 15px !important;
    line-height: 1.9 !important;
    letter-spacing: -0.012em;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.bf-legal-pc-document-content *,
.bf-legal-pc-document-content p,
.bf-legal-pc-document-content div,
.bf-legal-pc-document-content span,
.bf-legal-pc-document-content li {
    font-size: 15px !important;
    line-height: 1.9 !important;
    box-sizing: border-box;
}

.bf-legal-pc-document-content strong,
.bf-legal-pc-document-content b {
    color: #262c3d;
    font-weight: 700;
}

.bf-legal-pc-document-content h1,
.bf-legal-pc-document-content h2,
.bf-legal-pc-document-content h3,
.bf-legal-pc-document-content h4 {
    color: #242a3c;
    font-weight: 800;
}

.bf-legal-pc-document-content img {
    max-width: 100%;
    height: auto;
}

.bf-legal-pc-document-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.bf-legal-pc-document-content th,
.bf-legal-pc-document-content td {
    padding: 11px 13px;
    border: 1px solid #e2e6ee;
    vertical-align: top;
}

.bf-legal-pc-footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e9f0;
}

.bf-legal-pc-footer-inner {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 0 24px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.bf-legal-pc-footer-inner strong {
    color: #252a3c;
    font-size: 17px;
}

.bf-legal-pc-footer-inner p {
    margin: 8px 0 0;
    color: #798091;
    font-size: 13px;
    line-height: 1.6;
}

.bf-legal-pc-footer-inner nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

.bf-legal-pc-footer-inner nav a {
    color: #62697a;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.bf-legal-pc-footer-bottom {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 0 25px;
    border-top: 1px solid #f0f1f5;
    color: #9297a5;
    font-size: 12px;
}
