@charset "UTF-8";
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

* ul,
* li {
  padding: 0;
  margin: 0;
  list-style: none;
}



iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.visionBg {
  background-image: url(../image/visionBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stationID {
  text-align: center;
  padding-bottom: 100px;
}
.stationID .videoDiv {
  max-width: 600px;

  position: relative;
  z-index: 10;
  padding: 16px;
  margin: auto;

}
.stationID .videoDiv .stationTitle {
  color: #6c757d;
}
.stationID .videoDiv .stationTitle::before {
  content: "";
  background-image: url(../image/monster.png);
  width: 100px !important;
  height: 100px !important;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: -15%;
  top: 75%;
}
@media (max-width: 575px) {
  .stationID .videoDiv .stationTitle::before {
    top: 85%;
    left: 0;
  }
}
.stationID .videoDiv .stationTitle::after {
  content: "";
  background-image: url(../image/memefemale.png);
  width: 100px !important;
  height: 100px !important;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 75%;
  right: -12%;
}
@media (max-width: 575px) {
  .stationID .videoDiv .stationTitle::after {
    top: 85%;
    right: 0;
  }
  .stationID .videoDiv{
  
    margin-top: 100px;
  }
}

.biboTitle {
  font-size: 1.75rem;
  text-align: center;
  margin: 10px auto 20px;
}

.videoBtn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
}
.videoBtn li {
  margin-bottom: 16px;
}
.videoBtn + li {
  margin-right: 16px;
}
.videoBtn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #495057;
}
.videoBtn span {
  display: inline-block;
  height: 180px;
  width: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0);
  margin-bottom: 10px;
}
.videoBtn .popcorn span {
  background-image: url(../image/popcorn.png);
}
.videoBtn .popcorn span:hover {
  background-color: #00DB16;
  border: 8px solid #00DB16;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .videoBtn .popcorn span:hover {
    transition: none;
  }
}
.videoBtn .singDance span {
  background-image: url(../image/singDance.png);
}
.videoBtn .singDance span:hover {
  background-color: #00A0FE;
  border: 8px solid #00A0FE;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .videoBtn .singDance span:hover {
    transition: none;
  }
}
.videoBtn .theater span {
  background-image: url(../image/theater.png);
}
.videoBtn .theater span:hover {
  background-color: #FF00FE;
  border: 8px solid #FF00FE;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .videoBtn .theater span:hover {
    transition: none;
  }
}
.videoBtn .explore span {
  background-image: url(../image/explore.png);
}
.videoBtn .explore span:hover {
  border: 8px solid #7A9128;
  background-color: #7A9128;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .videoBtn .explore span:hover {
    transition: none;
  }
}
.videoBtn .uncleJohn span {
  background-image: url(../image/uncleJohn.png);
}
.videoBtn .uncleJohn span:hover {
  border: 8px solid #EAFF16;
  background-color: #EAFF16;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .videoBtn .uncleJohn span:hover {
    transition: none;
  }
}

.adoutUs {
  background-image: url(../image/aboutUsBg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.adoutUs p {
  font-size: 2;
  line-height: 1.5rem;
}
