/*底部
==============*/
.footer {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 100%;
    height: 55px;
    background-color: #0058cb;
    font-size: 0;
    bottom: 0;
    border-top: 1px solid #0058cb;
    left: 0;
    z-index: 2;
}
.footer a {
    display: inline-block;
    font-size: 12px;
    width: 20%;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    vertical-align: top;
}
.footer a .footer-block {
    display: block;
    margin-top: 5px;
}
.footer a .footer-icon-home {
    background-size: cover;
}
.footer a .footer-icon-search {
    background-size: cover;
}
.footer a .footer-icon-service {
    background-size: cover;
    font-size: 1.5em;
    padding-top: 4px;
}
.footer a .footer-icon-promotion {
    background-size: cover;
}
.footer a .footer-icon-about {
    background-size: cover;
}
.footer a .footer-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
}
.footer a .footer-link-text {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    text-transform: capitalize;
}
.footer a .footer-link-color{
    color: #fb4242;
}
.footer .tab-current{
    border-style: solid;
    border-width: 2px 0px 0px;
    color: rgba(255, 255, 255, 1.0);
}
.footer a .icon-viber{
    background: url(../../images/member/common/viber-icon.png) center no-repeat;
    background-size: contain;
}