      #footer {
          position: relative;
          width: 100%;          
           font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'APPLE SD Gothic NEO, Roboto', sans-serif;
      }

      .sns {
          overflow: hidden;
      }

      .sns .blog a {
          background: url(../img/blog.png) no-repeat;
          background-size: cover;
          display: block;
          width: 25px;
          height: 25px;
          float: left;
          margin-right: 5px;
           margin-top: 10px;
      }


      .sns .facebook a {
          background: url(../img/facebook.png) no-repeat;
          background-size: cover;
          display: block;
          width: 25px;
          height: 25px;
          float: left;
            margin-top: 10px;
      }

      .business {
          line-height: 25px;
      }

      .business p {
          font-size: 0.7em;
          
      }

      .app .android a {
          background: url(../img/google.png) no-repeat;
          background-size: cover;
          display: block;
          width: 157px;
          height: 47px;
      }

      .app .apple a {
          background: url(../img/apple.png) no-repeat;
          background-size: cover;
          display: block;
          width: 157px;
          height: 47px;
      }


      .cs p {
          font-size: 0.7em;
          line-height: 25px;
      }
