@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: #13adde;
}

.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.97, 0.97);
  transition: all 0.2s ease-out;
}

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

/*---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: 11%;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 36%;
    left: 3%;
  }
}
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.5%;
  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: 11%;
  }
}

main {
  margin-top: -0.5%;
  overflow: hidden;
}

/*--- p02 自駕路線推薦 ---*/
#p02 {
  position: relative;
  background-image: url(../images/web_02.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}
#p02 .text {
  position: relative;
  width: 100%;
  margin-top: -5%;
  text-align: center;
  font-size: 1.2vw;
  letter-spacing: 3px;
  line-height: 1.8;
  color: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
  #p02 .text {
    font-size: 3.4vw;
    margin-top: 1%;
  }
}
#p02 .btn_other {
  position: absolute;
  z-index: 2;
  width: 42%;
  bottom: 2%;
  left: 29%;
}

.btn_airport {
  position: relative;
  z-index: 2;
  width: 13%;
  margin: 0 auto;
  margin-top: 1%;
}
@media (max-width: 767px) {
  .btn_airport {
    width: 36%;
    margin-top: 3%;
  }
}

.route_w {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 4% auto 0 auto;
}
.route_w .route_g {
  margin: 0 auto;
}

.map_box {
  width: 56%;
  margin: 5% auto 2% auto;
}
@media (max-width: 767px) {
  .map_box {
    width: 100%;
  }
}

.route_info {
  position: relative;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .route_info {
    padding-bottom: 30%;
  }
}

.swiper_a, .swiper_b, .swiper_c, .swiper_d, .swiper_e, .swiper_f {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .swiper_a, .swiper_b, .swiper_c, .swiper_d, .swiper_e, .swiper_f {
    width: 86%;
  }
}

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

.sw1, .sw2, .sw3, .sw4, .sw5, .sw6 {
  margin: 0 -8%;
}
@media (max-width: 767px) {
  .sw1, .sw2, .sw3, .sw4, .sw5, .sw6 {
    margin: 0 -10%;
  }
}

.tab_btn01, .tab_btn02, .tab_btn03, .tab_btn04, .tab_btn05, .tab_btn06 {
  width: 9%;
  padding: 0 0.5%;
}
@media (max-width: 767px) {
  .tab_btn01, .tab_btn02, .tab_btn03, .tab_btn04, .tab_btn05, .tab_btn06 {
    width: 25%;
    padding: 2% 1%;
  }
}

/*---選項卡---*/
.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 {
  display: block;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

/*--- p03 單車漫遊之旅 ---*/
#p03 {
  position: relative;
  background-image: url(../images/web_03.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}
#p03 .text {
  position: relative;
  width: 100%;
  margin-top: -9%;
  text-align: center;
  font-size: 1.2vw;
  letter-spacing: 3px;
  line-height: 1.8;
  color: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
  #p03 .text {
    font-size: 3.4vw;
    margin-top: 5%;
  }
}
#p03 .swiper {
  overflow: visible;
}
#p03 .btn_other {
  position: absolute;
  z-index: 2;
  width: 42%;
  bottom: 2%;
  left: 29%;
}

.tab_btn07, .tab_btn08, .tab_btn09 {
  width: 10%;
  padding: 1%;
}
@media (max-width: 767px) {
  .tab_btn07, .tab_btn08, .tab_btn09 {
    width: 25%;
    padding: 2% 1%;
  }
}

.bike_w {
  width: 100%;
  position: relative;
  margin: 2% auto 0 auto;
}

.bike_box {
  width: 79%;
  margin: 2% auto;
}
@media (max-width: 767px) {
  .bike_box {
    width: 100%;
  }
}

.swiper_h, .swiper_i {
  position: relative;
  width: 90%;
  margin: 5% auto 35% auto;
}

.swiper_j {
  position: relative;
  width: 100%;
  margin: 7% auto 35% auto;
  overflow: hidden;
}

/*--- p04 花季活動&熱鬧祭典 ---*/
#p04 {
  position: relative;
  background-image: url(../images/web_04.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}
#p04 h2 {
  width: 43%;
  margin: 0 auto;
  padding: 5% 0 5% 0;
}
@media (max-width: 767px) {
  #p04 h2 {
    width: 86%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
  }
}

.swiper_k {
  position: relative;
  z-index: 2;
  width: 80%;
  top: 24%;
  left: 10%;
  padding-bottom: 5%;
}

.sw11 {
  margin: 0 -8%;
}
@media (max-width: 767px) {
  .sw11 {
    margin: 0 -13%;
  }
}

/*--- p05 華航直飛每週5班 ---*/
#p05 {
  position: relative;
  background-image: url(../images/web_05.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}

.fly {
  position: absolute;
  z-index: 2;
  width: 9.7%;
  top: 7%;
  left: 23%;
}
@media (max-width: 767px) {
  .fly {
    width: 24%;
    top: 5%;
    left: 38%;
  }
}

.flight {
  position: relative;
}

.btn_discount {
  position: absolute;
  z-index: 2;
  width: 47.7%;
  top: 46%;
  left: 26%;
}
@media (max-width: 767px) {
  .btn_discount {
    width: 85%;
    top: 52%;
    left: 8%;
  }
}

/*--- p06 機場對外交通 ---*/
#p06 {
  position: relative;
  background-image: url(../images/web_06.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}
#p06 h2 {
  width: 43%;
  margin: 0 auto;
  padding: 5% 0 2% 0;
}
@media (max-width: 767px) {
  #p06 h2 {
    width: 86%;
    margin: 0 auto;
    padding: 5% 0 2% 0;
  }
}

ul.traffic_g {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5%;
}
ul.traffic_g li {
  width: 32%;
  position: relative;
}

.swiper_l {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 4% auto 0 auto;
  padding-bottom: 5%;
}

.btn_rent {
  position: absolute;
  z-index: 10;
  width: 44%;
  left: 28%;
  bottom: -1%;
}

.sw12 {
  margin: 0 -8%;
  color: #7aaedd;
}
@media (max-width: 767px) {
  .sw12 {
    margin: 0 -13%;
  }
}

/*--- p07 合作旅行社 ---*/
#p07 {
  position: relative;
  background-image: url(../images/web_07.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}
#p07 h2 {
  width: 43%;
  margin: 0 auto;
  padding: 5% 0 5% 0;
}
@media (max-width: 767px) {
  #p07 h2 {
    width: 86%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
  }
}

.swiper_g {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5%;
}

.sw7 {
  margin: 0 -8%;
  top: 40%;
}
@media (max-width: 767px) {
  .sw7 {
    margin: 0 -13%;
  }
}

.btn_order {
  position: absolute;
  z-index: 10;
  width: 44%;
  left: 28%;
  bottom: 1%;
}

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

@keyframes buy_ani {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 2%;
  }
}/*# sourceMappingURL=full.css.map */