@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,
#s01,
#s02,
#s03,
#s04,
#s05,
#s06,
#s07,
#s08,
#s09,
#s10, #s11, #s12 {
  width: 100%;
  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;
  margin-top: -5%;
}
@media (max-width: 768px) {
  .kv_w {
    margin-top: -21%;
  }
}

.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: 8%;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1vw 0.5vw;
}
@media (max-width: 768px) {
  header {
    top: 13%;
  }
}
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 線上旅展優惠 ---*/
#s02 .item_b {
  top: 62%;
}
@media (max-width: 768px) {
  #s02 .item_b {
    top: 68.4%;
  }
}

.cloud {
  position: absolute;
  z-index: 3;
  width: 27%;
  top: 2%;
  left: 3%;
}
@media (max-width: 768px) {
  .cloud {
    width: 55%;
    top: 8.5%;
  }
}

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

.buy_tips {
  position: absolute;
  z-index: 2;
  bottom: 4.5%;
  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: 1.7%;
    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: 1%;
  }
}

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

/*--- s03 s03 台北旅展亮點搶先看 ---*/
#s03 .item_a {
  top: 0;
}
@media (max-width: 768px) {
  #s03 .item_a {
    top: -5%;
  }
}

/*--- s04 旅展成交禮 ---*/
#s04 .item_b {
  width: 24%;
  top: 44%;
  left: 26%;
}
@media (max-width: 768px) {
  #s04 .item_b {
    width: 48%;
    top: 53%;
    left: 4%;
  }
}
#s04 .item_c {
  width: 24%;
  top: 39%;
  right: 26%;
}
@media (max-width: 768px) {
  #s04 .item_c {
    width: 48%;
    top: 49.5%;
    right: 4%;
  }
}

/*--- s05 虎將敲敲門 ---*/
#s05 .item_b {
  top: 39.3%;
}
@media (max-width: 768px) {
  #s05 .item_b {
    top: 34%;
  }
}
#s05 .item_c {
  top: 66.5%;
}
@media (max-width: 768px) {
  #s05 .item_c {
    top: 51.6%;
  }
}

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

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

/*--- s06 虎加酒成交禮 ---*/
.btn_s06more {
  position: absolute;
  width: 15%;
  top: 74%;
  left: 42.5%;
  z-index: 4;
}
@media (max-width: 768px) {
  .btn_s06more {
    width: 34%;
    top: 78%;
    left: 33%;
  }
}

/*--- s07 申辦樂虎卡 ---*/
.tiger02 {
  position: absolute;
  width: 15%;
  top: -16%;
  left: 15.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .tiger02 {
    display: none;
  }
}

.tigercard {
  position: absolute;
  width: 27%;
  top: -5%;
  right: 4.5%;
  z-index: 3;
}

.btn_more {
  position: absolute;
  width: 15%;
  top: 85.5%;
  left: 34%;
  z-index: 4;
}
@media (max-width: 768px) {
  .btn_more {
    width: 34%;
    top: 82.5%;
    left: 13%;
  }
}

.btn_apply {
  position: absolute;
  width: 15%;
  top: 85.5%;
  left: 51%;
  z-index: 4;
}
@media (max-width: 768px) {
  .btn_apply {
    width: 34%;
    top: 82.5%;
    left: 53%;
  }
}

/*--- s08 訂閱會員回娘家 ---*/
#s08 .item_b {
  top: 40%;
}
@media (max-width: 768px) {
  #s08 .item_b {
    top: 23%;
  }
}

.btn_s08more {
  position: absolute;
  width: 15%;
  top: 79%;
  left: 42.5%;
  z-index: 4;
}
@media (max-width: 768px) {
  .btn_s08more {
    width: 34%;
    top: 86%;
    left: 33%;
  }
}

/*--- s09 虎將見面會 ---*/
#s09 .item_a {
  top: -18%;
}
@media (max-width: 768px) {
  #s09 .item_a {
    top: -3%;
  }
}

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

.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: 3%;
}
@media (max-width: 768px) {
  .sw1 {
    padding-top: 14%;
  }
}

.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%;
  }
}

/*--- s11 虎禮選優惠限定 ---*/
#s11 .item_a {
  top: 0;
}
@media (max-width: 768px) {
  #s11 .item_a {
    top: -2%;
  }
}

.btn_buynow {
  position: absolute;
  z-index: 3;
  width: 18%;
  top: 83.5%;
  left: 41%;
}
@media (max-width: 768px) {
  .btn_buynow {
    width: 38%;
    top: 88%;
    left: 31%;
  }
}

/*--- s12 Banner ---*/
#s12 {
  position: relative;
  padding-bottom: 5%;
  background-image: url(../images/web_12.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 768px) {
  #s12 {
    padding-bottom: 8%;
    background-image: url(../images/mob_12.png);
  }
}
#s12 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: 26%;
  }
}

@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 */