@charset "utf-8";

.slide{
  border-radius: 6px;
  overflow: hidden;
  background-image: url(file/js/icon_loading.svg);
  background-size: 40px 40px;
  background-position:center center;
  background-repeat: no-repeat;
}
.splide__list canvas{
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
}
.splide__track{
  padding-bottom: 5px !important;
}
.fullscreen{
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.slider-progress,
.slider-inner button{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.slider-inner button{
  bottom: 5px;
  display: flex;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px 8px 5px;
  margin-left: auto;
}
.slider-inner button:hover svg{
  filter: drop-shadow(0 0 1.5px rgba(0,0,0,1));
}
.slider-inner button svg{
  fill: #fff;
  height: 24px;
  width: 24px;
  filter: drop-shadow(0 0 1.5px rgba(0,0,0,0.7));
}
.slider-progress{
  background: #ccc;
  width: 100%;
}
.slider-progress-bar{
  background: #20b2aa;
  height: 6px;
  transition: width 400ms ease;
  width: 0;
}
.splide__arrow svg{
  fill: #fff;
  height: 1rem;
  width: 1rem;
}
.splide__arrow{
  width: 1.5rem;
  height: 1.5rem;
  background-color: #20b2aa;
}
.splide__arrow--next{
  right: 1%;
}
.splide__arrow--prev{
  left: 1%;
}