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

