:where(html, body) {
    margin: 0;
    padding: 0;
}

:where(*, *::before, *::after) {
    box-sizing: border-box;
}

body.client-site-page {
    min-width: 320px;
    margin: 0;
}

.client-site-page {
    --client-shell-max: 1320px;
    --client-shell-gutter: 15px;
    --client-header-height-desktop: 151.5px;
    --client-header-height-mobile: 56px;

    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background: #ffffff;
    color: #1d1d1d;
    font-family: "Pretendard GOV", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.client-site-page :where(
    span,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    blockquote,
    p,
    address,
    pre,
    cite,
    form,
    fieldset,
    input,
    textarea,
    select,
    table,
    th,
    td
) {
    margin: 0;
    padding: 0;
}

.client-site-page :where(h1, h2, h3, h4, h5, h6) {
    font-size: 1em;
    font-weight: 700;
}

.client-site-page :where(ol, ul) {
    list-style: none;
}

.client-site-page :where(a, button, input, textarea, select) {
    font: inherit;
}

.client-site-page a {
    color: inherit;
    text-decoration: none;
}

.client-site-page img {
    display: block;
    max-width: 100%;
    border: 0 none;
}

.client-site-page .container,
.client-site-page .client-shell-container {
    position: relative;
    box-sizing: content-box;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.client-site-page .row {
    position: relative;
}

.client-site-page .clearfix::after {
    display: table;
    clear: both;
    content: " ";
}

.client-site-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.client-site-page .sr-only-focusable:focus,
.client-site-page .sr-only-focusable:active {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 400;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    white-space: normal;
}

.client-site-page .client-skip-link__label {
    display: block;
    padding: 10px 14px;
    background: #164475;
    color: #ffffff;
    border-radius: 4px;
}

.client-site-page .client-shell-main {
    display: block;
}

@media (min-width: 562px) {
    .client-site-page .container,
    .client-site-page .client-shell-container {
        width: calc(100% - 30px);
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .client-site-page .container,
    .client-site-page .client-shell-container {
        width: 720px;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .client-site-page .container,
    .client-site-page .client-shell-container {
        width: 960px;
        max-width: calc(100% - 30px);
    }
}

@media (min-width: 1200px) {
    .client-site-page .container,
    .client-site-page .client-shell-container {
        width: 1200px;
        max-width: calc(100% - 30px);
    }
}

@media (min-width: 1620px) {
    .client-site-page .container,
    .client-site-page .client-shell-container {
        width: var(--client-shell-max);
    }
}
