@charset "utf-8";
footer {
  padding: 80px 0;
}

.ft1 {
  border-right: 1px solid #b7b7b7;
}
.ft2 {
  border-right: 1px solid #b7b7b7;
}

.top_btn {
  width: 3vw;
  height: 3vw;
  position: fixed;
  right: 4vw;
  bottom: 3vw;
  border:1px solid #e1e1e1;
  z-index: 99999;
}


/* mobile */
@media screen and (max-width: 766px) {
  .ft1 {
    border-right: unset;
  }
  .ft2 {
    border-right: unset;
  }
  .top_btn {
    width: 10vw;
    height: 10vw;
    right: 19px;
    bottom: 5vw;
  }
}

/* tablet 세로기준 */
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .ft1 {
    border-right: unset;
  }
  .ft2 {
    border-right: unset;
  }
}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
}
