/*====================================
# 影片
==================================== */
.section-kv,
.inner-kv {
  position: relative;
  background-color: #dfdfdf;
  background-size: cover;
  overflow: hidden;
  padding-top: 0;
  text-shadow: 0 0 10px #1f1953;
}

.section-kv {
  max-height: 550px;
  height: 98vh;
}

.inner-kv {
  background: url(../img/kv.png) no-repeat center center scroll;
  background-color: #1f1953;
  height: 300px;
}

.kv-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-kv .kv-content video,
.inner-kv .kv-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv-txt {
  width: 100%;
  position: absolute;
  inset: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-kv h1 {
  font-size: 3.6rem;
  margin: 1.6rem 0;
}

.section-kv h1 span {
  background-image: none;
}

.kv-txt small {
  font-size: 3rem;
  background: linear-gradient(90deg, #c600ae, #0046c6);
  padding: 0 15px;
}

.kv-txt p h3 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.kv-txt p h4 {
  font-size: 1.8rem;
  font-style: italic;
}

.kv-txt p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 26px;
}

.kv-txt p span {
  font-size: 28px;
  color: #ffe712;
}

@media (max-width:992px) {
  .section-kv h1 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width:576px) {
  .section-kv {
    height: 70vh;
  }

  .section-kv h1 {
    font-size: 3rem;
    letter-spacing: 0.05rem;
  }

  .kv-txt small {
    font-size: 1.5rem;
  }

  /* .kv-content .kv-txt h2 {
    font-size: 2rem;
  } */

  .kv-txt h3 {
    font-size: 1.6rem;
  }

  .section-kv .kv-txt {
    padding: 0 .5rem;
  }

  .inner-kv .kv-txt {
    padding: 0 1rem;
  }

  .section-kv h1 {
    font-size: 2rem;
  }

  .kv-txt p {
    font-size: 18px;
    line-height: 1.2;
  }

  .kv-txt p span {
    font-size: 22px;
  }
}