@media only screen and (min-width: 1280px) {
    footer {
        position:relative;
        text-align: left;
        background: #000;
        color: #fff
    }

    footer .inner .top {
        padding-left: 40px;
        padding-right: 40px
    }

    footer .inner .top .inner {
        max-width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 80px;
        justify-content: space-between;
        padding-top: 100px;
        padding-bottom: 100px
    }

    footer .inner .logo {
        box-sizing: border-box
    }

    footer .inner .sitemap {
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 60px
    }

    footer .inner .sitemap .items .item {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 1em
    }

    footer .inner .sitemap .items .item:last-child {
        margin-bottom: 0
    }

    footer .inner .sns {
        display: flex;
        box-sizing: border-box;
        gap: 20px;
        justify-content: space-between
    }

    footer .inner .sns a img {
        width: 30px;
        display: block
    }

    footer .inner .copy {
        border-top: 1px solid #fff;
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
        line-height: 1
    }

    footer .inner .copy .inner {
        max-width: 1410px;
        margin: 0 auto;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    footer .inner .copy .copyright {
        font-size: 12px
    }

    footer .inner .copy .links a {
        color: #fff;
        font-size: 10px;
        margin-left: 15px
    }
}

@media only screen and (max-width: 1279px) {
    footer {
        position:relative;
        background: #000;
        color: #fff
    }

    footer .inner .top {
        padding: 64px 40px
    }

    footer .inner .sitemap {
        box-sizing: border-box;
        position: relative
    }

    footer .inner .sitemap .items {
        margin-bottom: 40px
    }

    footer .inner .sitemap .items .item {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 1em
    }

    footer .inner .sitemap .items .item:last-child {
        margin-bottom: 0
    }

    footer .inner .sns {
        display: flex;
        box-sizing: border-box;
        gap: 20px;
        justify-content: flex-start
    }

    footer .inner .sns a img {
        width: 25px;
        display: block
    }

    footer .inner .copy {
        padding: 40px 40px 20px;
        text-align: center;
        border-top: 1px solid #fff
    }

    footer .inner .copy .logo {
        margin-bottom: 40px;
        width: 200px;
    }

    footer .inner .copy .links {
        font-size: 9px;
        margin-bottom: 1em;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px
    }

    footer .inner .copy .copyright {
        font-size: 11px
    }

    footer .inner .copy .links a {
        display: block
    }
}
