@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;600;700;800&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fff;
    color: #111827;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 0;
}

.policy-header {
    height: 68px;
    border-bottom: 1px solid #eaecf0;
}

.policy-header a,
.policy-main,
.policy-footer {
    width: min(820px, calc(100% - 40px));
    margin: 0 auto;
}

.policy-header a {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.policy-header img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.policy-main {
    padding: 70px 0 100px;
}

.policy-heading {
    padding-bottom: 24px;
    border-bottom: 2px solid #111827;
}

.policy-heading h1 {
    margin: 0;
    font-size: clamp(28px, 6vw, 40px);
    letter-spacing: 0;
}

.policy-heading p {
    margin: 10px 0 0;
    color: #667085;
    font-size: 13px;
}

.policy-content {
    padding-top: 34px;
    color: #344054;
    font-size: 15px;
    line-height: 1.9;
    white-space: pre-wrap;
    word-break: keep-all;
}

.policy-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #eaecf0;
}

.policy-action a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.policy-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 24px 0 40px;
    border-top: 1px solid #eaecf0;
}

.policy-footer a {
    color: #475467;
    font-size: 12px;
    text-decoration: none;
}
