@charset "UTF-8";
/* CSS Document */

#header_main {
    min-height: calc(100vh - 90.6px);
}

#footer .footerMain {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.2);
}

#footer .footerMain .contents {
    padding: 10px 0;
}

#footer .footerMain .logoBox .copyright {
    color: #666;
}

#footer .footerMain .linkBox a {
    color: #666;
}
