@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;
}

header {
  position: relative;
  margin: 0 auto;
}

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

ul.logo {
  width: 20%;
  top: 3%;
  left: 1%;
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  ul.logo {
    width: 60%;
    top: 4%;
    left: 2%;
  }
}
ul.logo li {
  margin: 0 5%;
}

.kv_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.menu {
  position: fixed;
  width: 3.5%;
  top: 3%;
  right: 2%;
  z-index: 99;
}
@media (max-width: 767px) {
  .menu {
    width: 10%;
  }
}
.menu a img:hover {
  transform: scale(1, 1);
}

video {
  width: 100%;
  height: auto;
}

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

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

.item_e {
  z-index: 6;
}

.item_f {
  z-index: 7;
}

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

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.swiper_a {
  position: absolute;
  width: 82%;
  top: 29%;
  left: 9%;
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper_a {
    width: 68%;
    top: 28%;
    left: 16%;
  }
}

.swiper_b {
  position: absolute;
  width: 82%;
  top: 31%;
  left: 9%;
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper_b {
    width: 68%;
    top: 25%;
    left: 16%;
  }
}

.swiper_c {
  position: absolute;
  width: 82%;
  top: 29%;
  left: 9%;
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper_c {
    width: 74%;
    top: 26%;
    left: 13%;
  }
}

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

.sw1 {
  top: 50%;
}

.sw2 {
  top: 53%;
}

h2 {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}

/*--- p01 台虎直飛 ---*/
.tigerfly {
  position: absolute;
  width: 13.6%;
  top: 14.4%;
  left: 17.7%;
  z-index: 5;
}
@media (max-width: 767px) {
  .tigerfly {
    width: 26%;
    top: 7%;
    left: 54%;
  }
}

/*---選項卡---*/
.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: 2% 1%;
}

.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/tab1_on.png");
  background-size: cover;
}

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

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

/*--------------*/
.tabs_box {
  display: block;
  width: 48%;
  left: 26%;
  top: 53%;
  position: absolute;
  z-index: 20;
}
@media (max-width: 767px) {
  .tabs_box {
    width: 94%;
    left: 3%;
    top: 58%;
  }
}
.tabs_box p {
  text-align: center;
  font-size: 0.9vw;
  color: #4d4d4d;
  line-height: 2.5vw;
}
@media (max-width: 767px) {
  .tabs_box p {
    font-size: 2.5vw;
    line-height: 6vw;
  }
}

.tab_btn01 {
  width: 20%;
  background: url("../images/tab1.png");
}
@media (max-width: 767px) {
  .tab_btn01 {
    width: 21%;
  }
}

.tab_btn02 {
  width: 20%;
  background: url("../images/tab2.png");
}
@media (max-width: 767px) {
  .tab_btn02 {
    width: 21%;
  }
}

/*--- p02 山上走走 ---*/
#p02 {
  position: relative;
}
#p02 .item_a {
  top: 17.4%;
}
@media (max-width: 767px) {
  #p02 .item_a {
    top: 12.5%;
  }
}
#p02 .item_b {
  top: 30.9%;
}
@media (max-width: 767px) {
  #p02 .item_b {
    top: 26.6%;
  }
}
#p02 .item_c {
  top: 44.8%;
}
@media (max-width: 767px) {
  #p02 .item_c {
    top: 41.2%;
  }
}
#p02 .item_d {
  top: 58%;
}
@media (max-width: 767px) {
  #p02 .item_d {
    top: 55.8%;
  }
}
#p02 .item_e {
  top: 71.1%;
}
@media (max-width: 767px) {
  #p02 .item_e {
    top: 70.6%;
  }
}
#p02 .item_f {
  top: 85.2%;
}
@media (max-width: 767px) {
  #p02 .item_f {
    top: 85.4%;
  }
}

.level_g {
  position: absolute;
  width: 18.8%;
  top: 12.3%;
  left: 54.3%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .level_g {
    top: 10.6%;
    width: 66%;
    left: 17%;
  }
}
.level_g li {
  width: 29%;
}

#level_01 {
  position: absolute;
  width: 1px;
  top: 16%;
  z-index: 5;
}
@media (max-width: 767px) {
  #level_01 {
    top: 12%;
  }
}

#level_02 {
  position: absolute;
  width: 1px;
  top: 44%;
  z-index: 5;
}
@media (max-width: 767px) {
  #level_02 {
    top: 40.5%;
  }
}

#level_03 {
  position: absolute;
  width: 1px;
  top: 84%;
  z-index: 5;
}
@media (max-width: 767px) {
  #level_03 {
    top: 85%;
  }
}

/*--- p03 玩一波 ---*/
/*--- p04 享好味 ---*/
/*--- p05 機場前往市區 ---*/
.tiger {
  position: absolute;
  width: 7.9%;
  top: 10.7%;
  right: 25.4%;
  z-index: 3;
}
@media (max-width: 767px) {
  .tiger {
    width: 18%;
    top: 0.9%;
    right: 15.4%;
  }
}

.btn_rent {
  position: absolute;
  width: 32%;
  bottom: 27%;
  left: 34%;
  z-index: 3;
}
@media (max-width: 767px) {
  .btn_rent {
    width: 34%;
    bottom: 26%;
    left: 33%;
  }
}/*# sourceMappingURL=full.css.map */