@charset "utf-8";

@import url("set.css");
@import url("print.css");
@import url("inview.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");



/* Scroll Navi Part */

#totop {
  position: fixed;
  right: 25px;
  bottom: 30px;
  display: none;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.6s ease;
  cursor: pointer;
}

#totop img {
  width: 70px;
  height: auto;
  transition: transform 0.3s ease;
}

#totop:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}