.shop_inner {
    max-width: 1120px;
    margin: 0 auto;
}

header #header_wrap,
footer #footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 17px 0;
    background: #FFF;
}

header #header_wrap>h1 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}

header #header_wrap .header_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 46px;
}

header #header_wrap .header_nav>a {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}


footer {
    padding: 64px 0;
    color: #FFF;
    background-color: #444;
}

footer #footer_wrap .company_info>h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

footer #footer_wrap .company_info>p {
    font-size: 16px;
    font-weight: 400;
}

footer #footer_wrap .company_info>p:first-of-type {
    margin-bottom: 8px;
}

footer #footer_wrap .call_number>span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 16px;
    text-align: right;
}

footer #footer_wrap .call_number>strong {
    font-size: 32px;
    font-weight: 700;
}

#shop_base_container {
    min-height: calc(100% - 307px);
}