@charset "UTF-8";
header {
  display: flex;
  width: 92%;
  top: 0%;
  left: 4%;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 15;
}
@media (max-width: 767px) {
  header {
    width: 71%;
  }
}
header .logo_g {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo_g .logo_ci {
  width: 13%;
}
@media (max-width: 767px) {
  header .logo_g .logo_ci {
    width: 55%;
  }
}
header .logo_g .logo_sg {
  width: 8.1%;
}
@media (max-width: 767px) {
  header .logo_g .logo_sg {
    width: 32%;
  }
}

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

.kv_w {
  position: relative;
  overflow: hidden;
}

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

ul.menu {
  position: absolute;
  display: flex;
  bottom: 3%;
  width: 90%;
  left: 14%;
  z-index: 20;
}
ul.menu li {
  display: block;
  width: 11%;
  margin: 0 0.5%;
  text-align: center;
  background-color: #fff;
  border: solid 2px #ef1647;
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 2vw;
  letter-spacing: 1px;
  transition: all 0.25s ease-in-out;
}
ul.menu li:nth-child(3) {
  margin-right: 15%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  ul.menu li {
    font-size: 1.2vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.menu li {
    font-size: 1.5vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.menu li {
    font-size: 1.5vw;
  }
}
ul.menu li a {
  display: block;
  color: #ef1647;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
ul.menu li a:hover {
  color: #fff;
  background-color: #ef1647;
}

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

/*--- 01.航班表 ---*/
.fly {
  position: absolute;
  width: 22%;
  top: 3%;
  left: 39%;
  z-index: 2;
}
@media (max-width: 767px) {
  .fly {
    width: 34%;
    left: 33%;
    top: 2%;
  }
}

.schedule_g {
  position: absolute;
  display: flex;
  z-index: 3;
  flex-wrap: wrap;
  width: 64%;
  top: 25%;
  left: 18%;
}
@media (max-width: 767px) {
  .schedule_g {
    width: 94%;
    left: 3%;
    top: 29%;
  }
}
.schedule_g .schedule_t {
  margin-bottom: 5%;
}

.btn_order {
  position: absolute;
  width: 14%;
  left: 43%;
  bottom: 28%;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn_order {
    width: 28%;
    left: 36%;
    bottom: 20%;
  }
}

/*--- 02.跟著達人玩 ---*/
.yt_w {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 64%;
  left: 18%;
  top: 17%;
  z-index: 2;
}
@media (max-width: 767px) {
  .yt_w {
    width: 88%;
    left: 6%;
  }
}
.yt_w .yter_box {
  width: 100%;
  margin-bottom: 7%;
  position: relative;
}
.yt_w .yter_box .yt_g {
  position: absolute;
  width: 92%;
  bottom: 0%;
  left: 0%;
  border-width: 10px 15px;
  border-color: #000;
  border-style: solid;
  z-index: 10;
}
@media (max-width: 767px) {
  .yt_w .yter_box .yt_g {
    border-width: 0px 10px;
  }
}
.yt_w .yter_box2 {
  width: 100%;
  margin-bottom: 7%;
  position: relative;
}
.yt_w .yter_box2 .yt_g {
  position: absolute;
  width: 92%;
  bottom: 0%;
  right: 0%;
  border-width: 10px 15px;
  border-color: #000;
  border-style: solid;
  z-index: 10;
}
@media (max-width: 767px) {
  .yt_w .yter_box2 .yt_g {
    border-width: 0px 10px;
  }
}

/*--- 03.年末聚會歡慶 ---*/
.rest_w {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 54%;
  z-index: 2;
  overflow: hidden;
}
.rest_w ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rest_w ul li {
  width: 30%;
  margin-bottom: 7%;
}

.rest h3 {
  font-size: 1.5vw;
  line-height: 2vw;
  color: #faee00;
  font-weight: 600;
}
@media (max-width: 767px) {
  .rest h3 {
    font-size: 5.8vw;
    line-height: 7vw;
  }
}
.rest p {
  font-size: 1.2vw;
  line-height: 2vw;
  color: #FFF;
  font-weight: 400;
  margin-top: 2%;
}
@media (max-width: 767px) {
  .rest p {
    font-size: 3.2vw;
    line-height: 5.5vw;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .rest_w1 {
    top: 54%;
  }
  .rest_w2 {
    top: 53%;
  }
  .rest_w3 {
    top: 57%;
  }
}
/*--- 04.互動用餐體驗---*/
.sg_a {
  position: absolute;
  width: 68%;
  left: 16%;
  top: 40%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .sg_a {
    top: 31%;
  }
}

.sg_box {
  display: flex;
  flex-wrap: wrap;
}
.sg_box .sg_pic {
  width: 100%;
}
.sg_box .sg_pic2 {
  width: 100%;
}
.sg_box .sg_text {
  display: block;
  position: relative;
}
.sg_box .sg_text h2 {
  font-size: 2.5vw;
  color: #6090f0;
  font-weight: 700;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .sg_box .sg_text h2 {
    font-size: 6vw;
  }
}
.sg_box .sg_text span {
  color: rgba(96, 144, 240, 0.4);
  font-family: "Times New Roman", Times, serif;
  font-size: 6vw;
  font-weight: 400;
  position: absolute;
  right: 0%;
  top: 20%;
}
@media (max-width: 767px) {
  .sg_box .sg_text span {
    font-size: 12vw;
    top: 19%;
  }
}
.sg_box .sg_text p {
  display: block;
  margin: 8% 0;
  width: 100%;
  font-size: 1.6vw;
  line-height: 2.5vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sg_box .sg_text p {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}

.sg_box2 {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .sg_box2 {
    flex-direction: column;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #00f;
  opacity: 0.5;
  margin: 0 0.25vw;
}

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

.swiper-pagination {
  position: relative;
  margin: 5% 0;
}

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

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

/*--- 05.在地隱藏美食---*/
.sg_b {
  position: absolute;
  width: 68%;
  left: 16%;
  top: 18%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .sg_b {
    top: 10%;
  }
}

/*--- 06.探索獅城魅力---*/
.sg_c {
  position: absolute;
  width: 68%;
  left: 16%;
  top: 14%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .sg_c {
    top: 10%;
  }
}

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

.yt {
  position: relative;
}

.btn_buy {
  display: block;
  width: 6.3%;
  position: fixed;
  right: 1%;
  bottom: 0%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 2s ease-in-out infinite;
}
@media (max-width: 992px) {
  .btn_buy {
    width: 8%;
  }
}
@media (max-width: 768px) {
  .btn_buy {
    width: 15%;
  }
}
.btn_buy .btn_buy_g {
  position: relative;
  margin-top: 10%;
}

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