/*====================================================
	copyright
=====================================================*/

#copyright {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {
    #copyright {
        width: 95%;
        margin: 0.5em auto auto;
    }
}





/*====================================================
	footer
=====================================================*/

footer {
    font-size: 1.1rem;
    border-top: #ae074a thin solid;
}

footer .general {
    margin-bottom: 2em;
}

footer .general .inside {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .general h6 {
    /* width: 15%; */
    width: 200px;
    margin-bottom: 10px;
}

footer .general ul {
    width: 84%;
    /* margin: 0 0 1.25em; */
}


footer .button_s {
    color: #fff !important;
}


.footerMiddle {
    padding: 2em 0;
}


.footerMiddle .inside {
    width: 100%;
    max-width: 1260px;
    margin: auto;

}

.footerMiddle a {
    color: #666;
}

#footer-corporate {
    margin-bottom: .5em;
}

#footer-corporate img {
    width: 10%;
    float: left;
}

#footer-corporate p {
    width: 88%;
    float: right;
}


.footerBottom {
    padding: 2em 0;
    background: #444;
}

.footerBottom .inside {
    width: 98%;
    max-width: 1260px;
    margin: auto;
}

.footerBottom a {
    color: #fff;
}

.footerBottom p {
    color: #fff;
}

.footerBottom li {
    margin-right: 1em;
    padding-right: 1em;
    border-right: #999 thin solid;
    display: inline-block;
}

.footerMiddle .footerShopLink-heading {
    width: 5em;
    color: #fff;
    background: #444;
    margin-bottom: .5em;
    padding: .3em 0;
    display: inline-block;
    text-align: center;
}

.footerMiddle .footerShopLink-body {
    margin-bottom: 1em;
}

.footerMiddle .footerShopLink-body li {
    margin-right: 1em;
    margin-bottom: .25em;
    padding-right: 1em;
    border-right: #999 thin solid;
    display: inline-block;
}



@media screen and (max-width: 1024px) {
    footer {
        width: 100%;
        margin: auto;
        padding-bottom: 0;
    }

    footer .general {
        width: 95%;
        margin: auto;
    }

    .footerShopLink {
        width: 95%;
        margin: auto;
    }
}




@media screen and (max-width: 768px) {
    footer .general .inside {
        align-items: center;
    }

    footer .general h6 {
        width: 40%;
        margin-right: 10px;
    }

    footer .general ul {
        margin-top: 1em;
        margin-bottom: 0;
    }

    footer .general ul li a {
        padding: .25em 1em;
    }

    .footerBottom {
        padding: 2em 2.5%;
    }

    .footerBottom li {
        display: block;
        border: none;
        margin-bottom: .5em;
    }
}