@charset "UTF-8";
/* ------------------ 九宮格 ------------------ */
.crosswise_3p ul.crosswise_3p_for2p {
  justify-content: space-between;
}

.crosswise_3p.bg_style {
  background: url(../images/crosswise_bg.png) center no-repeat;
}

@media screen and (max-width: 998px) {
  .crosswise_3p ul.crosswise_3p_for2p {
    justify-content: center;
  }
  .crosswise_3p.bg_style {
    background: none;
  }
}
@media screen and (max-width: 991px) {
  .hightlightAd ul li:first-child a {
    flex-wrap: wrap;
  }
}
/* ------------------ 頁籤 ------------------ */
.tab ul {
  width: 1000px;
  margin: 10px auto 0;
  padding: 5px 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.tab ul li {
  width: 200px;
  position: relative;
  margin: 0 10px 15px;
  vertical-align: bottom;
  padding: 15px 25px;
  border-radius: 40px;
  color: #fff;
  background: #2672b8;
  box-shadow: 0 2px 12px #2672b8;
}

.tab ul li.active {
  background: #003e80;
}

.tab ul li p {
  font-size: 1.8rem;
  font-weight: 400;
}

.tabcontent {
  display: none;
}

@media screen and (max-width: 991px) {
  .tab ul {
    width: 100vw;
    margin: 10px auto 0;
  }
  .tab ul li {
    width: auto;
    min-width: 15vw;
    margin: 0 2vw 2vw;
    padding: 2vw 3vw;
  }
  .tab ul li p {
    font-size: 1rem;
  }
}
/* ------------------ 影片 ------------------ */
.tvbox {
  width: 1200px;
  margin: 20px auto 0;
  text-align: center;
  background: url("../images/tv_bg.png") center top no-repeat;
  padding: 20px 0 50px;
}

.movie {
  width: 910px;
  text-align: center;
  height: 512px;
  border-radius: 20px;
  margin: 30px 148px 20px 0;
}

@media screen and (max-width: 991px) {
  .tvbox {
    width: 100%;
    min-width: 100%;
    background: transparent;
    border-radius: 10px;
    border: 0px #fff solid;
    margin: 2vw auto;
    padding: 1vw 0;
  }
  .movie {
    width: 100vw;
    text-align: center;
    height: 56vw;
    border-radius: 0px;
    margin: 0 auto;
  }
}
/* ------------------  前往ＯＯＯ館的按鈕 ------------------ */
.btn_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.btn-go {
  width: 300px;
  border-radius: 40px;
  margin: 10px auto;
  transition: all 0.3s;
  background: #003e80;
  box-shadow: 0 2px 12px #2672b8;
}
.btn-go a h3 {
  color: #fff;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
}/*# sourceMappingURL=style.css.map */