@charset "UTF-8";

@media screen and (max-width: 768px) {
    #footer_box {
        position: relative;
        bottom: 0;
    }
    footer {
        margin: 0;
    }
    footer .footer_bar {
        width: 100%;
    }
    footer .footer_top {
        flex-direction: column;
        padding-top: 20px;
        justify-content: center;
        width: auto;
        margin: 0 auto;
    }
    footer .footer_top .top_logo {
        margin: 0;
    }
    footer .footer_mobile {
        flex-direction: column;
        padding: 20px 0 14px 0;
    }
    footer .copyright {
        padding: 13px 0 10px 0;
        font-weight: normal;
    }
    footer ul {
        padding: 0;
    }
    footer ul li {
        margin: 0 20px;
    }
    footer ul li a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
    #footer_box {
        zoom: 80%;
    }
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  #footer_box {
    zoom: 63%;
  }
}
@media screen and (min-width: 281px) and (max-width: 326px) {
  #footer_box {
    zoom: 80%;
  }
}
@media screen and (max-width: 280px) {
  #footer_box {
    zoom: 60%;
  }
}
