.header > h1 img{max-height: 60px !important}

footer{
   background: #94dada;
   color: #fff;
}
.footer-in{
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 15px;
}

.footer-in > *{
  margin: 10px 0;
}
.footer-in > p > span{
  margin-right: 15px;
  white-space:nowrap;
}
.fa-phone{
  transform: rotateY(180deg);
}
.kakao-icon{
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width:480px) {
  .footer-in{
    width: 100%;
    padding: 0 20px;
    box-sizing:  border-box;
  }
  #daumRoughmapContainer1527499176928{
    width: auto !important;
  }
  .kakao-icon{
    position: static;
  }
}