/* 匯入共用_header.css */
@import url("../css/style_header.css");

/* ======================================================= */
/* 內頁headercss */
/* ======================================================= */


    .header {
        position: fixed;
    }

/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px) {

}