﻿#footer{
    background: #333333;
    padding: 50px 0;
    line-height: 1.1em;
  }
  #footer ul li:not(:first-child){
    font-size: 14px;
    line-height: 1em;
    margin: 8px 5px 8px 0;
    list-style: none;
    color: #999999;

  }
  #footer ul li:first-child{
    font-size: 18px;
    line-height: 1em;
    margin: 8px 5px 15px 0;
    list-style: none;
    color: #fff;
  }
  #footer ul li a{
    text-decoration: none;
    /*line-height: 1.2em;*/
  }
  #footer ul{
    margin-bottom: 35px;
    padding: 0 0;
  }
  .row{
    width: auto;
  }
  #footer .border-cc{
    background-color: #999999;
    padding: 15px 0;
    border-radius: 20px;
    text-align: center;
  }
  #footer .border-cc a{
    color: #333333;
  }
  #footer .ic-shr img{
    padding: 0 5px;
    max-width: 34px;
  }
  #footer .footer-company{
    font-size: 14px;
    color: #999999;
    text-align: center;
  }
  #footer .expand{
    display: block;
  }
  #footer .bell{
    width: 35px;
    vertical-align: bottom;
  }
#footer .noti-bg {
    background: url(../images/default-source/default-album/footer-bg.png) center center no-repeat;
    background-size: cover;
    padding: 10px 0px;
        display: inline-block;
    width: 100%;
    text-align: center;
}
.btn.grey {
    background-color:#999999;
    color:#000;
    font-size:15px;
    line-height:2em !important;
}
.btn.grey:hover {
    color:#000;
    font-size:15px;
}
  @media (max-width: 991px) {
      #footer > .wrapper{
          max-width:640px;
      }
    #footer .footer-company .inline-block{
      display: block;
      line-height: 1.3em;
    }
    #footer .call-center{
      text-align: center;
      border-bottom: 1px solid #fff;
      margin-bottom: 35px;
    }
    #footer .ic-shr img{
      padding: 8px 8px 0;
      max-width: 42px;
    }
    #footer .expand-btn{
      color: #fff;
      padding-bottom: 35px;
      font-size: 20px;
      cursor: pointer;

    }
    #footer .expand-btn .glyphicon{
      font-size: 15px;
      margin-left: 20px;
    }
    #footer .expand{
      display: none;
    }
    #footer .expand > div{
      padding: 0 5px;
    }
  }
  @media screen and (max-width:480px) {
    #footer ul li:first-child,
    #footer .expand-btn {
    font-size: 16px;
}
  }