
.img-w-wrap .bottom-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.bottom-wrap img {
  width: calc(50% - 5px);
}
.main-wrap {
  position: relative;
}
.main-wrap-icon {
  position: absolute;
  width: 25%;
  top: 50px;
}
.main-wrap-icon.l {
  left: -17%;
}
.main-wrap-icon.r {
  right: 0%;
}
.main-wrap-icon img {
  width: 100%;
}

::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(121, 121, 121, .4);
  background-clip: padding-box;
  height: 28px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(121, 121, 121, .6);
}
.footer-wrap {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}
.footer-wrap a {
  text-decoration: none;
  color: #f44336;
}
.footer-wrap a:hover {
  color: #fff;
}