@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.
 */
body {
  background-color: #c9cc6a;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
}

.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,
#p11,
#p12,
#p13,
#p14 {
  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.97, 0.97);
  transition: all 0.2s ease-out;
}

/*---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: 6%;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 18%;
    left: 2%;
  }
}
header .logo2_box {
  width: 11%;
  position: absolute;
  left: 8%;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo2_box {
    width: 30%;
    left: 24%;
  }
}
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 {
  margin-top: -0.5%;
  overflow: hidden;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

.item_d {
  z-index: 5;
}

.btn_buy {
  display: block;
  width: 6%;
  position: fixed;
  right: 0.5%;
  top: 30%;
  z-index: 999;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 767px) {
  .btn_buy {
    width: 13%;
    clear: both;
    top: 85%;
    right: 0;
  }
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.btn_tips {
  display: block;
  width: 17.8%;
  position: absolute;
  left: 31%;
  bottom: 3.5%;
  z-index: 8;
}

.btn_member {
  display: block;
  width: 17.8%;
  position: absolute;
  left: 51%;
  bottom: 3.5%;
  z-index: 8;
}

.btn_info {
  display: block;
  width: 14.7%;
  position: absolute;
  left: 42.6%;
  bottom: 8.3%;
  z-index: 8;
}

.btn_more {
  display: block;
  width: 14.7%;
  position: absolute;
  left: 42.6%;
  bottom: 2.2%;
  z-index: 8;
}

/*---p02---*/
/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  background-size: cover;
  font-weight: bold;
  transition: background ease 0.2s;
  /* width:33.2%;
  margin-right: 0.1%;	*/
  margin: 0;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label.tab_btn01 { /*background: #fafafa;*/
  background: url("../images/tabs_01_on.jpg");
  background-size: cover;
}

.tabs input[type=radio]:checked + label.tab_btn02 { /*background: #fafafa;*/
  background: url("../images/tabs_02_on.jpg");
  background-size: cover;
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
}

/*--------------*/
.tabs_box {
  display: block;
  width: 64%;
  left: 18%;
  top: 38%;
  position: absolute;
  z-index: 20;
}
@media (max-width: 767px) {
  .tabs_box {
    width: 99.2%;
    left: 0.4%;
    top: 53%;
  }
}

.tab_btn01 {
  width: 25%;
  background: url("../images/tabs_01.jpg");
}
@media (max-width: 767px) {
  .tab_btn01 {
    width: 42%;
  }
}

.tab_btn02 {
  width: 25%;
  background: url("../images/tabs_02.jpg");
}
@media (max-width: 767px) {
  .tab_btn02 {
    width: 42%;
  }
}

.tips {
  font-size: 1vw;
  color: #000;
  margin: 1% auto;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tips {
    font-size: 2.3vw;
    margin: 2% auto;
  }
}

/*---p03---*/
#p03 .item_b {
  top: 10%;
}
#p03 .item_c {
  top: 10%;
}

.pattern {
  position: absolute;
  width: 10.5%;
  left: 30.3%;
  top: 3%;
  z-index: 5;
  animation: pattern_wiggle 3s ease 0s 100 normal none;
}
@media (max-width: 767px) {
  .pattern {
    width: 18%;
    left: 12%;
    top: 7%;
  }
}

@keyframes pattern_wiggle {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
/*---p04---*/
.tiger_04 {
  position: absolute;
  width: 9.8%;
  left: 40.3%;
  top: 66.5%;
  z-index: 10;
}
@media (max-width: 767px) {
  .tiger_04 {
    width: 25.2%;
    left: 10%;
    top: 70%;
  }
}

.map1 {
  position: absolute;
  width: 24.8%;
  left: 10.7%;
  top: 48.6%;
  z-index: 5;
}
@media (max-width: 767px) {
  .map1 {
    width: 43%;
    left: 5%;
    top: 24%;
  }
}

.map2 {
  position: absolute;
  width: 24.8%;
  left: 63.9%;
  top: 53.3%;
  z-index: 5;
}
@media (max-width: 767px) {
  .map2 {
    width: 43%;
    left: 52%;
    top: 24%;
  }
}

.map3 {
  position: absolute;
  width: 24.8%;
  left: 69.5%;
  top: 6.5%;
  z-index: 5;
}
@media (max-width: 767px) {
  .map3 {
    width: 43%;
    left: 52%;
    top: 77%;
  }
}

/*---p05---*/
#p05 .item_b {
  top: 33.7%;
}
@media (max-width: 767px) {
  #p05 .item_b {
    top: 34.2%;
  }
}
#p05 .item_c {
  top: 65.5%;
}
@media (max-width: 767px) {
  #p05 .item_c {
    top: 67.3%;
  }
}

.btn_more {
  width: 10.2%;
  position: absolute;
  left: 44.9%;
  bottom: 0%;
  z-index: 8;
}
@media (max-width: 767px) {
  .btn_more {
    width: 26%;
    left: 37%;
    bottom: 3%;
  }
}

.btn_more2 {
  width: 10.2%;
  position: absolute;
  left: 44.9%;
  bottom: 3%;
  z-index: 8;
}
@media (max-width: 767px) {
  .btn_more2 {
    width: 26%;
    left: 37%;
    bottom: 1%;
  }
}

.btn_more3 {
  width: 10.2%;
  position: absolute;
  left: 44.9%;
  bottom: 0%;
  z-index: 8;
}
@media (max-width: 767px) {
  .btn_more3 {
    width: 26%;
    left: 37%;
    bottom: -3%;
  }
}

/*--- p06 登高望遠 ---*/
#p06 .item_b {
  top: 34%;
}
@media (max-width: 767px) {
  #p06 .item_b {
    top: 33%;
  }
}
#p06 .item_c {
  top: 66.2%;
}
@media (max-width: 767px) {
  #p06 .item_c {
    top: 68.5%;
  }
}

.tiger_06 {
  position: absolute;
  width: 13.3%;
  right: 7.1%;
  top: 36.5%;
  z-index: 10;
}
@media (max-width: 767px) {
  .tiger_06 {
    width: 20.5%;
    right: 2%;
    top: 38%;
  }
}

.btn_more_y1 {
  width: 10.2%;
  position: absolute;
  right: 3.7%;
  bottom: 0%;
  z-index: 99;
}
@media (max-width: 767px) {
  .btn_more_y1 {
    width: 20%;
    right: 40%;
    bottom: -9%;
  }
}

.btn_more_y2 {
  width: 10.2%;
  position: absolute;
  right: 3.7%;
  bottom: 0%;
  z-index: 99;
}
@media (max-width: 767px) {
  .btn_more_y2 {
    width: 20%;
    right: 40%;
    bottom: -9%;
  }
}

.btn_more_y3 {
  width: 10.2%;
  position: absolute;
  right: 3.7%;
  bottom: 0%;
  z-index: 99;
}
@media (max-width: 767px) {
  .btn_more_y3 {
    width: 20%;
    right: 40%;
    bottom: -11%;
  }
}

.btn_more_y4 {
  width: 10.2%;
  position: absolute;
  right: 3.7%;
  bottom: 0%;
  z-index: 99;
}
@media (max-width: 767px) {
  .btn_more_y4 {
    width: 20%;
    right: 40%;
    bottom: -10%;
  }
}

.btn_more_y5 {
  width: 10.2%;
  position: absolute;
  right: 3.7%;
  bottom: 0%;
  z-index: 99;
}
@media (max-width: 767px) {
  .btn_more_y5 {
    width: 20%;
    right: 40%;
    bottom: -11%;
  }
}

/*--- p07 水上活動 ---*/
#p07 .item_b {
  top: 53%;
}
@media (max-width: 767px) {
  #p07 .item_b {
    top: 51.4%;
  }
}

.tiger_07 {
  position: absolute;
  width: 10.3%;
  left: 10.3%;
  top: 11.5%;
  z-index: 10;
}
@media (max-width: 767px) {
  .tiger_07 {
    width: 15.9%;
    left: 8%;
    top: 12%;
  }
}

/*--- p08---*/
.btn_detail_01 {
  position: absolute;
  width: 9.6%;
  left: 45.2%;
  bottom: 6%;
  z-index: 5;
}
@media (max-width: 767px) {
  .btn_detail_01 {
    width: 24%;
    left: 38%;
    bottom: 5%;
  }
}

/*--- p09 台虎登機證專屬優惠---*/
.poster {
  width: 60%;
  margin: 5% auto 3% auto;
}
@media (max-width: 767px) {
  .poster {
    width: 90%;
  }
}

/*--- p10 美食類---*/
.coupons_title {
  margin: 3% 0 1% 0;
}

ul.coupons_g {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 2% auto 0 auto;
}
ul.coupons_g li {
  width: 31%;
  margin: 0 0.5% 1% 0.5%;
}

.swiper_a {
  position: relative;
  width: 80%;
  margin: 2% auto 1%;
}

.sw1 {
  top: 40%;
}

.swiper_b {
  position: relative;
  width: 80%;
  margin: 2% auto 1%;
}

.sw2 {
  top: 40%;
}

.swiper_c {
  position: relative;
  width: 80%;
  margin: 2% auto 1%;
}

.sw3 {
  top: 40%;
}

.swiper-button-next, .swiper-button-prev {
  margin: 0;
  --swiper-navigation-color: #ffffff; /* 单独设置按钮颜色 */
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  opacity: 0.5;
  margin: 0 0.5vw;
}

.swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
  opacity: 1;
}

.swiper-pagination {
  position: absolute;
  z-index: 2;
}
@media (max-width: 768px) {
  .swiper-pagination {
    margin: 0% auto 15%;
  }
}

.swiper-pagination-bullet {
  width: 0.8vw;
  height: 0.8vw;
  background: none;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/*--- p12 ---*/
.btn_download {
  display: block;
  width: 14%;
  margin: 0 auto;
  padding: 1% 0;
  text-align: center;
}
@media (max-width: 767px) {
  .btn_download {
    width: 30%;
    padding: 8% 0 2% 0;
  }
}

#p12 p {
  text-align: center;
  font-size: 1vw;
  color: #000;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  #p12 p {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 17%;
  }
}/*# sourceMappingURL=full.css.map */