.s-paegtop {
    position: fixed;
    right: 8px;
    bottom:8px
}

.s-paegtop a {
    display: block;
    width: 48px;
    height: 48px;
    background: #000;
    -webkit-transition: background .2s ease-out;
    transition:background .2s ease-out
}

.s-paegtop a::before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -1px;
    -webkit-transition: background .2s ease-out;
    transition:background .2s ease-out
}

.s-paegtop a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -8px 0 0 -4px;
    -webkit-transition: border .2s ease-out;
    transition:border .2s ease-out
}

.s-paegtop a:hover {
    background: #f5f5f5;
    opacity:1
}

.s-paegtop a:hover::before {
    background-color:#000
}

.s-paegtop a:hover::after {
    border-color:#000
}

.s-footer {
    background: #5e5e5e;
    padding:24px 0
}

.s-footer .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1080px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.s-footer .logo {
    position: absolute;
    left:0
}

.s-footer .logo a:hover {
    opacity:1
}

.s-footer .logo a:hover img {
    opacity:.84
}

.s-footer .logo img {
    width: 98px;
    -webkit-transition: opacity .2s ease-out;
    transition:opacity .2s ease-out
}

.s-footer__share {
    text-align:center
}

.s-footer__share .summary {
    color: #fff;
    font-size:12px
}

.s-footer__share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    font-size: 0;
    padding-left:0
}

.s-footer__share li {
    display: inline-block;
    margin:0 3px
}

.s-footer__share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap:wrap
}

.s-footer__share a .tw__hv {
    display:none
}

.s-footer__share a:hover {
    opacity:1
}

.s-footer__share a:hover .fb {
    background-color:#0078f7
}

.s-footer__share a:hover .tw {
    background-color: #fff;
    outline: 1px solid #000;
    outline-offset:-1px
}

.s-footer__share a:hover .tw .tw__notHv {
    display:none
}

.s-footer__share a:hover .tw > .tw__hv {
    display:block
}

.s-footer__share a:hover .ml {
    background-color:#f87b22
}

.s-footer .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out;
    transition:background-color .2s ease-out, color .2s ease-out
}

.s-footer-links .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 35px 0;
    width: 1080px;
    margin:0 auto
}

.s-footer-links .copyright {
    font-size: 12px;
    color: #5e5e5e;
    letter-spacing:.5px
}

@media screen and (max-width: 768px) {
    .s-paegtop {
        position: fixed;
        right: 0;
        bottom: 8px;
        z-index:100
    }

    .s-paegtop a {
        display: block;
        width: 48px;
        height: 48px;
        background:#000
    }

    .s-paegtop a::before {
        display: block;
        content: "";
        position: absolute;
        width: 2px;
        height: 18px;
        background: #fff;
        top: 50%;
        left: 50%;
        margin:-9px 0 0 -1px
    }

    .s-paegtop a::after {
        display: block;
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin:-8px 0 0 -4px
    }

    .s-footer {
        background: #5e5e5e;
        margin-top: 0;
        padding:40px 0 37px
    }

    .s-footer .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:100%
    }

    .s-footer .logo {
        position: relative;
        text-align:center;
        margin-bottom: 30px;
    }

    .s-footer .logo a {
        font-size:0
    }

    .s-footer .logo a img {
        width:78px
    }

    .s-footer__share {
        text-align:center
    }

    .s-footer__share .summary {
        color: #fff;
        font-size:12px
    }

    .s-footer__share ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 8px;
        padding-left: 0;
        font-size:0
    }

    .s-footer__share li {
        display: inline-block;
        margin:0 3px
    }

    .s-footer__share a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    .s-footer__share a .tw__hv {
        display:none
    }

    .s-footer__share a:hover {
        opacity:1
    }

    .s-footer__share a:hover .fb {
        background-color:#0078f7
    }

    .s-footer__share a:hover .tw {
        background-color: #fff;
        outline: 1px solid #000;
        outline-offset:-1px
    }

    .s-footer__share a:hover .tw .tw__notHv {
        display:none
    }

    .s-footer__share a:hover .tw > .tw__hv {
        display:block
    }

    .s-footer__share a:hover .ml {
        background-color:#f87b22
    }

    .s-footer .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #000;
        width: 44px;
        height: 44px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items:center
    }

    .s-footer-links .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 1px 0 30px;
        width:100%
    }

    .s-footer-links .copyright {
        margin-top: 30px;
        font-size: 10px;
        color: #5e5e5e;
        letter-spacing: .5px
    }
}

@media (min-width: 769px) {
    .es-banner-inner {
        padding:80px 0
    }
}

@media (max-width: 768px) {
    .es-banner-inner {
        padding:10vw 5vw;
    }
}

.es-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

@media (min-width: 769px) {
    .es-banner-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap:0 8px
    }

    .es-banner-list a {
        -webkit-transition: opacity 0.3s;
        transition:opacity 0.3s
    }

    .es-banner-list a:hover {
        opacity:0.6
    }
}

@media (max-width: 768px) {
    .es-banner-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.6666666667vw 0;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
    }
}

.es-banner-list__item {
    text-align: center;
}

