/* =======================================
# rePlayKv
========================================= */
.rePlayKv {
  height: 60vh;
  background-image: linear-gradient(
      to right bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.4)
    ),
    url("../img/replaykv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.rePlayKv h3 {
  color: #fff;
}
@media (max-width: 576px) {
  .rePlayKv h3 {
    font-size: 20px;
  }
}

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.kv-button img {
  max-width: 240px;
  margin: 40px;
}

.btn-icon {
  max-width: 30px;
}

@media (max-width: 576px) {
  .text-box {
    width: 100%;
  }
}
/* =======================================
# 
========================================= */
.re-foreword {
  background-color: #efefef;
}

/* =======================================
# sp-Swiper
========================================= */
.sp-Swiper {
  margin-top: 2rem;
}

.sp-Swiper .swiper-pagination-bullet {
  background-color: #333;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}

.sp-Swiper .swiper-pagination-bullet:hover {
  background-color: #333;
  opacity: 1;
}

.sp-Swiper .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: #121212;
}

.sp-Swiper .sp-card-area {
  padding: 0 6px 20px;
}

/* =======================================
# replay-box
========================================= */
.re-title {
  font-weight: 700;
  margin-bottom: 2rem;
  border-left: 5px solid var(--sub-colorC);
  padding-left: 1rem;
}

.re-photo {
  display: block;
  width: 100%;
  border-radius: 50%;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.replay-box h5 {
  font-size: 18px;
}

.replay-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
}
.replay-box span {
  font-weight: normal;
  color: var(--lightgray);
}

.btn-play {
  display: block;
  width: 150px;
  text-align: center;
  color: var(--main-black);
  line-height: 2.5;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.4s;
  border: 4px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(90deg, #4affb0, #457cff);
}

.btn-play .btn-icon {
  max-width: 20px;
}

.btn-play:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: translateY(-2px);
  background-color: var(--main-colorC);
}
