/* BASIC css start */
/* ÇÏ´Ü °íÁ¤ ¸Þ´º */
.headroom { position: fixed; bottom: 0; left: 0; width: 100%; text-align: center; z-index: 995; -webkit-transition: top 0.15s; transition: bottom 0.30s; }
.headroom-hidden { bottom: -65px; }
.headroom .inner { background: #000; color: #fff; width: 100%; height: 65px; display: inline-block; box-sizing: border-box; }
.footer_category { height: 100%; }
.footer_category ul { display: flex; height: 100%; justify-content: center; }
.footer_category li { width: 22%; }
.footer_category li a { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: flex-end; }
.footer_category li i {
    color: #fff;
    font-size: 19px;
    vertical-align: bottom;
    margin-bottom: 7px;
}
.footer_category li span { color: #bdbdbd; font-size: 10px; margin: 3px 0 9px; }
.footer_category img { width: 32px; }
/* BASIC css end */

