@charset "utf-8";

#header { height:auto; transition: top 0.3s; } 

#header.fixed { position:fixed; width:100%; display:flex; background:#fff; top:0; z-index: 99999; left:0; }
#container.fixed { margin-top:99px !important; }
#header.fixedmore { top:-110px; }

.bottomFixed {transition: bottom 0.3s;   }
.bottomFixed.fixedmore { bottom:-65px; }
@media screen and (max-width:767px) {
    /* 모바일 */
    #container.fixed { margin-top:145px !important; }
}
