/* carouselSlider */
.carouselSlider {
  position: relative;
  height: 340px;
}
.carouselSlider .carouselTitle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  margin: 0;
  border-left: 3px solid #fff;
  padding: 0 0 0 15px;
  line-height: 22px;
  color: #fff;
  font-size: 18px;
}
#kc-name {
  position: absolute;
  bottom: 40px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#kc-description {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#forwards-button {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 50px;
  height: 32px;
  background-image:url(/image/pc/carouselSlider_btn_next.png);
  background-size: 50px 32px;
  cursor: pointer;
}
#backwards-button {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 18px;
  left: 18px;
  width: 50px;
  height: 32px;
  background-image:url(/image/pc/carouselSlider_btn_prev.png);
  background-size: 50px 32px;
  cursor: pointer;
}