.c-present-story {
  width: 100%;
  margin-top: 130px;
  text-align: center;
}
.c-present-story__header {
  position: relative;
}

.c-present-story__header-text {
  line-height: 49px;
  font-size: 36px;
  font-weight: 600;
  padding-top: 40px;
}

.c-present-story__header-desc {
  width: 447px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
}
.c-present-story__content {
  max-width: 1280px;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.c-present-story__content.lazyloaded {
  background-size: cover;
  background-position: 0 0;
}
.c-present-story__content {
  margin-top: 45px;
}

.c-present-story__movie.lazyloaded  {
  position:relative;
  max-width: 2560px;
  height: 591px;
  margin-top: 40px;
  padding-top: 40px;
  background: url("/art-college/music/assets/img/pages/pc/present/story/bg.png") no-repeat;
  background-size: cover;
  background-position: calc(50%) 0;
  
}

.c-present-story__movie-title {
  width: 500px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 23px;
}

.c-present-story__movie-youtube {
  width: 500px;
  height: 281px;
  margin: 0 auto;
  z-index: 2;
}

.c-present-story__slider-card {
  position: relative;
  display: block;
  width: 940px;
  height: 727px;
  margin: 0 auto;
  margin-top: -107px;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.25);
}

.c-present-story__slider-title {
  width: 740px;
  margin: 0 auto;
  padding: 40px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.c-present-story__slider {
  width: 740px;
  margin: 0 auto;
}

.c-present-story__slider-item {
  width: 740px;
  margin: 0 0;
  padding: 10px;
  background-color: rgba(187,136,238,0.3);
   border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.c-present-story__slider-item p {
  padding: 15px;
  font-size: 20px;
  text-align: center;
}
.c-present-story__slider-item p.sub {
  display: block;
  width: 740px;
  position: absolute;
  bottom: 3px;
  padding:0;
  font-size: 12px;
  text-align: center;
}

.c-present-story .slick-arrow {
  border-color: #BB88EE;
}

.c-present-story .slick-dots {
  bottom: -50px;
}
.c-present-story .slick-dots button:before {
  content: "" !important;
  width: 20px;
  height: 8px !important;
  border-radius: 4px;
  background-color: #BB88EE;
}
.c-present-story .slick-dots li button {
  height: 10px !important;
}