/* 모든 스타일은 css 충돌방지를 위해 .footer을 기준으로 작성 하시면 됩니다. 예) .footer .box {} */
  .footer{background:#111;padding:50px 0;z-index:99999;position:relative;}
.footer .ctt{text-align:center;font-size:15px;color:#fff;}

@media screen and (max-width:799px){
  .footer .ctt{width:100%;font-size:9px}
}