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

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

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

/*---kv---*/
.header {
  display: flex;
  width: 100%;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 15;
  /*
  @media (max-width: 767px){
    height: 60px;
  } */
}
@media (max-width: 767px) {
  .header {
    padding: 0%;
  }
}
.header .logo {
  width: 12%;
  margin-left: 1%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .logo {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 35%;
    margin-left: 1.8%;
  }
}
.header .logo2 {
  width: 12%;
  margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .logo2 {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .header .logo2 {
    width: 35%;
    margin-right: 21%;
  }
}
.header nav {
  display: block;
  position: absolute;
  width: 50%;
  left: 25%;
}
@media (max-width: 767px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  display: flex;
}
.header nav ul li {
  display: block;
  width: auto;
  padding: 0.5%;
  transition: all 0.25s ease-in-out;
  background-size: cover;
}
.header nav ul li a {
  display: block;
}

button.menu_m {
  position: fixed;
  top: 4%;
  right: 1%;
  width: 13%;
  border: none;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
}

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

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

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

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

h2 {
  position: absolute;
  z-index: 2;
}

.btn_buy_g {
  display: flex;
  flex-wrap: wrap;
  width: 6%;
  position: fixed;
  right: 1%;
  bottom: 2%;
  z-index: 99;
  transform-origin: center;
  animation: buy_ani 2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .btn_buy_g {
    width: 18%;
  }
}
.btn_buy_g a {
  width: 100%;
  margin-bottom: 5%;
}
.btn_buy_g a:last-child {
  margin-bottom: 0;
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*--- s02 新加坡星玩法 ---*/
.singapore_w {
  position: absolute;
  width: 80%;
  top: 25.1%;
  left: 10%;
  z-index: 2;
}
@media (max-width: 767px) {
  .singapore_w {
    width: 84%;
    left: 8%;
    top: 30%;
  }
}
.singapore_w .singapore_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.singapore_w .singapore_box .singapore_pic {
  width: 67%;
}
@media (max-width: 767px) {
  .singapore_w .singapore_box .singapore_pic {
    width: 100%;
  }
}
.singapore_w .singapore_box .singapore_text {
  width: 30%;
  color: #fff;
}
@media (max-width: 767px) {
  .singapore_w .singapore_box .singapore_text {
    width: 100%;
    margin-top: 3%;
  }
}
.singapore_w .singapore_box .singapore_text h3 {
  width: 100%;
  font-size: 2.5vw;
  line-height: 2.5;
  font-weight: 600;
  letter-spacing: 0.3vw;
  margin-bottom: 1%;
}
@media (max-width: 767px) {
  .singapore_w .singapore_box .singapore_text h3 {
    font-size: 6vw;
    line-height: 2;
  }
}
.singapore_w .singapore_box .singapore_text p {
  width: 100%;
  font-size: 1.1vw;
  line-height: 1.8;
  letter-spacing: 0.1vw;
  text-align: justify;
}
@media (max-width: 767px) {
  .singapore_w .singapore_box .singapore_text p {
    font-size: 3.5vw;
  }
}

.btn_singapore {
  position: absolute;
  width: 23%;
  bottom: 16%;
  left: 38.5%;
  z-index: 2;
}

.sw1 {
  top: 43%;
}
@media (max-width: 767px) {
  .sw1 {
    top: 55%;
  }
}

/*--- s03 迪士尼遊輪 ---*/
#s03 .item_a {
  top: 19.4%;
}
@media (max-width: 767px) {
  #s03 .item_a {
    top: 26.5%;
  }
}

.btn_disney {
  position: absolute;
  width: 23%;
  bottom: 1.5%;
  left: 38.5%;
  z-index: 10;
}
@media (max-width: 767px) {
  .btn_disney {
    width: 65%;
    bottom: 5%;
    left: 17.5%;
  }
}

/*--- s04 麗星夢遊輪 ---*/
.btn_dreams {
  position: absolute;
  width: 23%;
  bottom: 4.5%;
  left: 38.5%;
  z-index: 10;
}
@media (max-width: 767px) {
  .btn_dreams {
    width: 65%;
    bottom: 7%;
    left: 17.5%;
  }
}

/*--- s05 迪士尼探險號自由行 ---*/
ul.tour_ga {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 53%;
  top: 31%;
  left: 23.5%;
  z-index: 2;
}
ul.tour_ga li {
  width: 48%;
  position: relative;
}

.tour_a {
  position: absolute;
  width: 72%;
  top: 37%;
  left: 14%;
  z-index: 2;
  overflow: hidden;
}

.btn_tour {
  position: absolute;
  width: 40%;
  bottom: 4%;
  left: 30%;
  z-index: 2;
}

.sw2 {
  top: 68%;
}

/*--- s06 麗星夢郵輪雲頂夢號自由行 ---*/
ul.tour_gb {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 80%;
  top: 20%;
  left: 10%;
  z-index: 2;
}
ul.tour_gb li {
  width: 32%;
  position: relative;
}

.tour_b {
  position: absolute;
  width: 72%;
  top: 20%;
  left: 14%;
  z-index: 2;
  overflow: hidden;
}

.sw3 {
  top: 60%;
}/*# sourceMappingURL=full.css.map */