@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
footer {font-family: 'Nanum Gothic', sans-serif;}

@media all and (min-width: 1065px) {
    footer{
        width: 100%;
        background-color:#252525;
        height: 130px;
        padding:0;
        display: flex;
        align-items: center;
    }
    .footerText{
        width: 80%;
        margin:0 auto;
        height: 100%;
        text-align: center;
        color: #d0d0d0;
        font-size: 12px;
        line-height: 20px;
    }
    .footerText p {
      padding-top:10px;
      color: #e9e9e9;
      font-size: 12px;
    }

}

@media all and (min-width: 768px) and (max-width: 1064px) {
  footer{
      width: 100%;
      background-color:#252525;
      height: 130px;
      padding:0;
      display: flex;
      align-items: center;
  }
  .footerText{
      width: 80%;
      margin:0 auto;
      height: 100%;
      text-align: center;
      color: #d0d0d0;
      font-size: 14px;
      line-height: 20px;
  }
  .footerText p {
    padding-top:10px;
    color: #e9e9e9;
    font-size: 12px;
  }

}

@media (max-width: 767px) {
  footer{
      width: 100%;
      background-color:#252525;
      padding:20px 0;
      display: flex;
      align-items: center;
  }
  .footerText{
      width: 94%;
      margin:0 auto;
      height: 100%;
      text-align: center;
      color: #d0d0d0;
      font-size: 14px;
      line-height: 20px;
  }
  .footerText p {
    padding-top:10px;
    color: #e9e9e9;
    font-size: 12px;
  }

}
