/* ±âº» ·¹ÀÌ¾Æ¿ô */
.layout {
    display: flex;
    height: 100vh;
    background: #f3f7fb;
}

/* º»¹® ¿µ¿ª */
.content {
    flex: 1;
    margin-left: 0;
    padding: 16px;
    overflow-y: auto;
}


/* ÆùÆ® */
html, body {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif
}

h1, h2 {
    letter-spacing: -.2px; 
    font-size: 15px;
}

/* ÆäÀÌÁö Çì´õ */
.page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 14px;
}


