@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.spring_wrap{
  display: flex;
}
.spring_floatBanner {
  position: sticky;
  display: flex;
  justify-content: space-between;
  gap: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  list-style: none;
}
.spring_floatBanner.is-show {
  opacity: 1;
  visibility: visible;
}

#springColor,
#springClear,
#springToric{
  margin-top: -128px;
  padding-top: 128px;
}