/* 在桌機版 (螢幕寬度 1024px 以上) 才固定 footer */
@media (min-width: 1024px) {
    /*
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    */
}