@charset "UTF-8";

* { box-sizing: border-box; }
html,
body { font-size: 16px; font-family: 'spoqa', sans-serif; }
a { text-decoration: none; color: #555; }
button { border: 0; background: none; font-family: inherit; }
p { font-weight: 400; font-size: 16px; line-height: 1.7; letter-spacing: -0.04em; color: #757575; }

.sr-only {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}

@media screen and (max-width: 1280px) {
    html { font-size: 15px; }
}

@media screen and (max-width: 600px) {
    html { font-size: 14px; }
}
