@charset "UTF-8";
/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn {
  position: absolute;
  background-color: rgba(33, 242, 90, 0);
  z-index: 999;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

#kv,
#p01,
#p02,
#p03,
#p04,
#p05,
#p06,
#p07,
#p08,
#p09,
#p10 {
  position: relative;
  margin: 0 auto;
}

.abs {
  position: absolute;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div,
span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

a img:hover {
  transform: scale(0.95, 0.95);
  transition: all 0.2s ease-out;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

/*---kv---*/
.kv_w {
  width: 100%;
  position: relative;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.kv_box_m {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

header {
  width: 95%;
  position: absolute;
  left: 2%;
  top: 1%;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1vw 0.5vw;
}
header .logo_box {
  width: 10%;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 18%;
    left: 2%;
  }
}
header nav {
  position: relative;
  width: 90%;
  float: right;
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #333;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
header nav ul li a div:hover {
  transform: scale(1.1);
}

.yt_box {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img {
  /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.yt_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.yt_box img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
}

button.menu_m {
  display: block;
  width: 3.2%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 992px) {
  button.menu_m {
    width: 6.2%;
  }
}
@media (max-width: 768px) {
  button.menu_m {
    width: 13.2%;
  }
}

main {
  overflow: hidden;
}

/*--- s02 線上旅展優惠 ---*/
.cloud {
  position: absolute;
  z-index: 3;
  width: 27%;
  top: 2%;
  left: 3%;
}
@media (max-width: 768px) {
  .cloud {
    width: 55%;
    top: 13%;
  }
}

.btn_schedule {
  position: absolute;
  z-index: 3;
  width: 18%;
  top: 81%;
  left: 41%;
}
@media (max-width: 768px) {
  .btn_schedule {
    width: 42%;
    top: 88.5%;
    left: 29%;
  }
}

.buy_tips {
  position: absolute;
  z-index: 2;
  bottom: 8%;
  width: 100%;
  text-align: center;
  color: #000;
  text-decoration: underline;
  font-size: 1.4vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .buy_tips {
    bottom: 4%;
    font-size: 3.4vw;
  }
}
.buy_tips:hover {
  text-decoration: underline;
  color: #EC4A66;
}

.buy_tips2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1vw;
  bottom: 3%;
}
@media (max-width: 768px) {
  .buy_tips2 {
    font-size: 2.5vw;
    bottom: 2.5%;
  }
}

.tiger01 {
  position: absolute;
  width: 22%;
  bottom: 0%;
  right: 15.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .tiger01 {
    display: none;
  }
}

/*--- s03 旅展亮點搶先看 ---*/
/*--- s04 旅展成交禮 ---*/
#p04 .item_b {
  width: 23%;
  top: 40%;
  left: 27%;
}
@media (max-width: 768px) {
  #p04 .item_b {
    width: 48%;
    top: 47%;
    left: 4%;
  }
}
#p04 .item_c {
  width: 23%;
  top: 34%;
  right: 27%;
}
@media (max-width: 768px) {
  #p04 .item_c {
    width: 48%;
    top: 43%;
    right: 4%;
  }
}

/*--- s05 虎將敲敲門 ---*/
#p05 .item_b {
  top: 37.2%;
}
@media (max-width: 768px) {
  #p05 .item_b {
    top: 37.8%;
  }
}
#p05 .item_c {
  top: 63.5%;
}
@media (max-width: 768px) {
  #p05 .item_c {
    top: 57.9%;
  }
}

.word {
  position: absolute;
  width: 44%;
  top: 31%;
  left: 28%;
}
@media (max-width: 768px) {
  .word {
    width: 88%;
    top: 31%;
    left: 6%;
  }
}

.btn_study {
  position: absolute;
  width: 16%;
  left: 33%;
  bottom: 6.5%;
  z-index: 9;
}
@media (max-width: 768px) {
  .btn_study {
    width: 28%;
    left: 17%;
    bottom: 2.5%;
  }
}

/*--- s06 虎將見面會 ---*/
.tiger02 {
  position: absolute;
  width: 22%;
  top: 0%;
  left: 9%;
  z-index: 2;
}
@media (max-width: 768px) {
  .tiger02 {
    display: none;
  }
}

/*--- s07 虎迷專屬優惠 ---*/
.swiper_a {
  position: absolute;
  width: 70%;
  top: 32%;
  left: 15%;
  z-index: 2;
}
@media (max-width: 768px) {
  .swiper_a {
    width: 74%;
    left: 13%;
    top: 30%;
  }
}

.swiper-button-next, .swiper-button-prev {
  margin: 0 7%;
  --swiper-navigation-color: #000; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 5vw; /* 设置按钮大小 */
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    margin: 0 3%;
    --swiper-navigation-size: 8vw; /* 设置按钮大小 */
  }
}

.sw1 {
  padding-top: 1%;
}
@media (max-width: 768px) {
  .sw1 {
    padding-top: 10%;
  }
}

.event_box {
  position: relative;
}
.event_box .btn_link {
  position: absolute;
  width: 30%;
  left: 35%;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .event_box .btn_link {
    width: 36%;
    left: 32%;
  }
}

/*--- s08 虎禮選優惠限定 ---*/
.btn_buynow {
  position: absolute;
  z-index: 3;
  width: 18%;
  top: 81%;
  left: 41%;
}
@media (max-width: 768px) {
  .btn_buynow {
    width: 38%;
    top: 87%;
    left: 31%;
  }
}

/*--- s09 樂虎卡優惠 ---*/
#p09 {
  background-color: #F2BFDA;
  position: relative;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  #p09 {
    padding-bottom: 8%;
  }
}
#p09 a img:hover {
  transform: none;
}

ul.discount {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
ul.discount li {
  width: 100%;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  ul.discount li {
    margin-bottom: 4%;
  }
}

.btn_buy {
  display: block;
  width: 9.5%;
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .btn_buy {
    width: 28.5%;
    right: 0%;
    bottom: 18%;
  }
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  width: 90%;
  background: none;
  box-shadow: none;
  padding: 4px;
}

.modally-content {
  background: #fff;
  border-radius: 40px;
}

.modally .modally-close-button {
  display: block;
  font-size: 5vw;
  padding: 2%;
  color: #5a5a5a;
  z-index: 999;
  position: fixed;
}
@media (max-width: 768px) {
  .modally .modally-close-button {
    font-size: 12vw;
    padding: 4% 3%;
  }
}

.modally-wrap .modally-underlay {
  background: rgb(253, 220, 1);
  background-size: 100%;
}

/*popup / 購票注意事項-*/
.tips {
  width: 100%;
  margin: 0% auto;
  padding: 2% 0;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .tips {
    width: 94%;
  }
}
.tips h3 {
  font-size: 1.6vw;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-weight: 800;
  padding: 1% 2%;
  border-bottom: solid 1px #666666;
  width: 86%;
  background-color: #fff;
  border-bottom: solid 1px #000;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .tips h3 {
    font-size: 4vw;
    width: 90%;
  }
}
.tips ul.part_list {
  font-size: 1vw;
  line-height: 1.5;
  color: #3e3a39;
  width: 90%;
  margin: 2% auto 0;
}
@media (max-width: 767px) {
  .tips ul.part_list {
    font-size: 3vw;
    line-height: 1.5;
  }
}
.tips ul.part_list li {
  margin-bottom: 1vw;
}
.tips ul.part_list li ul.ps_list, .tips ul.part_list li ol.ps_list {
  padding-left: 3%;
}
@media (max-width: 767px) {
  .tips ul.part_list li ul.ps_list, .tips ul.part_list li ol.ps_list {
    padding-left: 6%;
  }
}
.tips ul.part_list li ul.ps_list li, .tips ul.part_list li ol.ps_list li {
  font-size: 0.9vw;
  line-height: 1vw;
  color: #3e3a39;
  margin-top: 0.5vw;
  list-style-type: disc;
  text-align: justify;
}
@media (max-width: 767px) {
  .tips ul.part_list li ul.ps_list li, .tips ul.part_list li ol.ps_list li {
    font-size: 3vw;
    line-height: 5vw;
  }
}
.tips ul.part_list li ul.ps_list span, .tips ul.part_list li ol.ps_list span {
  font-size: 0.8vw;
  line-height: 1vw;
  color: #fa8334;
  margin-left: -2%;
}
@media (max-width: 767px) {
  .tips ul.part_list li ul.ps_list span, .tips ul.part_list li ol.ps_list span {
    font-size: 2.7vw;
    line-height: 4vw;
    margin-left: -7%;
    width: 107%;
  }
}

button.menu_m {
  display: block;
  width: 4%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 768px) {
  button.menu_m {
    width: 7%;
  }
}/*# sourceMappingURL=full.css.map */