@charset "utf-8";

footer {
  background-color: #252525;
  padding: 88px 0;
height:auto !important;
}

.ft_icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #3b3b3b;
}

/* mobile */
@media screen and (max-width: 766px) {
  .ft_left{
   margin-bottom:20px;
  }
  .ft_right_icons{
    margin-bottom:20px;
  }
  footer {
    background-color: #252525;
    padding: 38px 0;
    height: auto !important;
  }
  .ft_icon {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #3b3b3b;
  }
}

/* tablet 세로기준 */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ft_left{
    margin-bottom:20px;
  }

  .ft_right_icons{
    margin-bottom:20px;
  }
  footer {
    background-color: #252525;
    padding: 38px 0;
    height: auto !important;
  }
  .ft_icon {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #3b3b3b;
  }
}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
}
