
.cascade-slider_container {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}

.cascade-slider_item .img-box{
  overflow: hidden;
  position: relative;
  height: 400px;
}

.cascade-slider_item .img-box img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cascade-slider_item::after{
  content: '';
  position: absolute;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20070324170613/https://www.tfi.org.tw/Content/Styles/front/img/carousel-shadow.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  height: 10%;
}

.cascade-slider_item.next .img-box, .cascade-slider_item.prev .img-box{
  height: 450px;
}

.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-100%) scale(0.6);
  opacity: 1;
  z-index: 1;
  height: 450px;
}

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(0%) scale(0.6);
  opacity: 1;
  z-index: 1;
  height: 450px;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.8);
  opacity: 1;
  z-index: 5;
  height: 400px;
}



.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
}

.cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; }

.cascade-slider_nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_dot {
  display: inline-block;
  margin: 1em;
  list-style: none;
  cursor: pointer;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #4084a2;
  box-shadow: inset 0 3px 9px 0 rgba(0, 0, 0, 0.35);
}



.cascade-slider_dot.cur {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}






/*
     FILE ARCHIVED ON 17:06:13 三月 24, 2007 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 23:16:24 五月 13, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
