@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Arial Black", "Noto Sans TC", serif, "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 25px;
  color: #555;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-optical-sizing: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
.ls-5 {
  letter-spacing: 2px;
}

.ml-7 {
  margin-left: 7%;
}

.mtb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mtb-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.ptb-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.plr-2 {
  padding-left: 2%;
  padding-right: 2%;
}

.bt-1 {
  border-bottom: 1px solid #fff;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

p {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.5;
  color: #3e3a39;
}
@media (min-width: 992px) {
  p {
    font-size: 2vw;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 1.5vw;
    line-height: 1.8;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

body {
  /*display: flex;
  flex-flow: column-reverse wrap;
  position: relative; */
  background: #3e3a39;
}

/*---kv---*/
header {
  width: 100%;
  position: fixed;
  top: 0%;
  z-index: 8;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.kv_w {
  position: relative;
  background: #000;
  overflow: hidden;
  margin: 0 auto;
}

.logo_g {
  width: 100%;
  position: absolute;
  right: 0%;
  bottom: 4%;
  z-index: 4;
}
@media (min-width: 992px) {
  .logo_g {
    width: 55%;
    right: 0%;
    bottom: 5%;
  }
}
.logo_g .logo_w {
  width: 95%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.logo_g .logo_w .logo01_box {
  width: 30%;
}
.logo_g .logo_w .logo02_box {
  width: 32%;
}
.logo_g .logo_w .logo03_box {
  width: 30%;
}
.kv_box {
  position: relative;
  z-index: 2;
}
.kv_box h1 {
  width: 54.2%;
  position: absolute;
  left: 9.3%;
  top: 17.2%;
  z-index: 2;
}
.kv_box .kv_pic {
  width: 4%;
  position: absolute;
  left: 0;
  top: 17.7%;
  z-index: 2;
}

.kv_g {
  position: relative;
}
.kv_g .kv_t {
  width: 25.7%;
  position: absolute;
  left: 3.2%;
  top: 10%;
  z-index: 2;
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

.bgm {
  display: block;
  width: 0;
  height: 0;
}

.music_box {
  display: block;
  width: 3%;
  position: absolute;
  z-index: 500;
  right: 2%;
  top: 7%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .music_box {
    width: 6%;
    right: 2%;
    top: 12%;
  }
}
@media (max-width: 767px) {
  .music_box {
    width: 10%;
    max-width: 59px;
    right: 4%;
    top: 7%;
  }
}

.music_box img {
  display: block;
  width: 3.1%;
  height: auto;
  margin: 1%;
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin-top: 2%;
}

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

.yt_box {
  width: 100%;
  margin: -1px 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;
  }
}

.btn_buy {
  display: block;
  width: 15%;
  position: fixed;
  right: 1%;
  bottom: 6%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (min-width: 992px) {
  .btn_buy {
    width: 6.4%;
  }
}
.btn_buy img {
  margin: 1.5% 0;
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
/*---main---*/
main, section {
  position: relative;
  overflow: hidden;
}

main {
  margin: 0 auto;
}
main .box_w {
  width: 88.1%;
  position: relative;
  float: right;
  z-index: 5;
}
@media (min-width: 992px) {
  main .box_w {
    width: 92%;
  }
}
main .box02_w {
  width: 100%;
  position: relative;
  float: right;
  z-index: 2;
}

.airplane {
  width: 17.1%;
  position: absolute !important;
  top: 0%;
  bottom: auto;
  left: 9%;
  z-index: 7;
  transform-origin: center 40%;
  transform: translateY(0px);
  transition: all 1s ease-in;
  height: auto !important;
  min-height: 0 !important;
}
@media (min-width: 992px) {
  .airplane {
    width: 10.1%;
    left: 6.5%;
  }
}
.airplane div {
  position: relative;
  will-change: transform;
  transition: rotate 1s ease-in-out, transform 1s ease-in-out;
}
.airplane div .airplane_top {
  display: block;
  position: absolute;
  left: -1%;
  top: 0.5%;
  z-index: 2;
  padding: 50% 0;
  transform-origin: 53% 48%;
  animation: airplane_top 0.35s linear infinite;
}
.airplane div img {
  display: block;
  transform: scale(1.5);
  padding: 50% 0;
}

@media (prefers-reduced-motion: reduce) {
  #rotatingAirplane > div {
    transition: none;
  }
}
@keyframes airplane_top {
  0% {
    transform: rotate(0deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(1.5);
  }
}
.way {
  width: 4.8%;
  height: 100%;
  position: absolute;
  left: 7.6%;
  top: 0;
  z-index: 4;
  background: url(../images/way.png) repeat-y;
  background-size: 100%;
}
@media (min-width: 992px) {
  .way {
    width: 2.8%;
    left: 5.6%;
  }
}
.way::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../images/way_top.png) no-repeat center top;
  background-size: 100%;
  z-index: 2;
}
.way::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: url(../images/way_top.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 2;
  transform: rotate(360deg);
}

#rotatingAirplane {
  position: absolute; /* 只在 #s01 內移動 */
  top: 0;
  transform: translate(-45%, 0); /* 你的 X = -45% 保留 */
  pointer-events: none;
}

#rotatingAirplane img {
  display: block;
}

/*---s01---*/
#s01 {
  background: url(../images/s01/s01_bg_m.png) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 992px) {
  #s01 {
    background: url(../images/s01/s01_bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

#air {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.view_w {
  position: relative;
  padding: 5% 0 10%;
}
@media (min-width: 992px) {
  .view_w {
    width: 90%;
    margin: 0 auto;
  }
}
.view_w h2 {
  width: 65.4%;
  margin: 5% auto;
}
@media (min-width: 992px) {
  .view_w h2 {
    width: 37.4%;
  }
}
.view_w .view_list {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 992px) {
  .view_w .view_list {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.view_w .view_list .view_box {
  width: 78%;
  margin: 5% 0 0 6.7%;
}
@media (min-width: 992px) {
  .view_w .view_list .view_box {
    width: 45.4%;
    margin: 2% 0;
  }
}
.view_w .view_list .view_box:nth-child(even) {
  margin: 5% 0 0 17.9%;
}
@media (min-width: 992px) {
  .view_w .view_list .view_box:nth-child(even) {
    margin: 0;
  }
}
.view_w .view_list .view_box a {
  text-decoration: none;
}

.view_g {
  position: relative;
}
.view_g h3 {
  font-family: "Noto Sans TC";
  font-size: 6vw;
  font-weight: 800;
  line-height: 1.5;
  color: #2a4875;
}
@media (min-width: 992px) {
  .view_g h3 {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .view_g h3 {
    font-size: 2.5vw;
  }
}
.view_g h3 span {
  display: inline;
  font-size: 4.5vw;
  font-weight: 500;
  color: #2a4875;
}
@media (min-width: 992px) {
  .view_g h3 span {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  .view_g h3 span {
    font-size: 1.5vw;
  }
}
.view_g .view_content {
  width: 95.4%;
  position: relative;
  background: #2a4875;
  padding: 2.3%;
  margin: 2% 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.view_g .view_content .view_photo {
  width: 86.9%;
}
.view_g .view_content .btn_more {
  width: 28%;
  margin: 1.5% 1.5% 0;
  align-self: flex-end;
}
@media (min-width: 992px) {
  .view_g .view_content .btn_more {
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .view_g .view_content .btn_more {
    width: 18%;
  }
}

/*---popup---*/
.view_win {
  position: relative;
  background: #083262;
  padding: 5.2%;
  box-sizing: border-box;
}
.view_win .view_list {
  width: 89.6%;
  position: relative;
  margin: 0 auto;
  background: #e6f3ff;
  padding: 2%;
  box-sizing: border-box;
}
.view_win .view_list .view_box {
  width: 93.5%;
  position: relative;
  border: 5px solid #083262;
  margin: 0% auto;
}
.view_win .view_list .view_box .view_g {
  width: 85.2%;
  position: relative;
  margin: 5% auto;
  border-bottom: 1px dashed #083262;
  padding: 5% 0;
}
.view_win .view_list .view_box .view_g:last-child {
  border: none;
}
.view_win .view_list .view_box .view_g h3 {
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  padding: 1vw 0;
}
@media (min-width: 992px) {
  .view_win .view_list .view_box .view_g h3 {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .view_win .view_list .view_box .view_g h3 {
    font-size: 2vw;
  }
}
.view_win .view_list .view_box .view_g p {
  font-weight: 400;
  text-align: justify;
  margin: 0 0 10%;
}
@media (min-width: 992px) {
  .view_win .view_list .view_box .view_g p {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  .view_win .view_list .view_box .view_g p {
    font-size: 1.15vw;
  }
}
.view_win .view_list .view_box .view_g p span {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin-bottom: 1.5%;
}
@media (min-width: 992px) {
  .view_win .view_list .view_box .view_g p span {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  .view_win .view_list .view_box .view_g p span {
    font-size: 1.15vw;
  }
}
.view_win .view_list .view_box .view_bt {
  width: 78%;
  position: relative;
}

/*---s02---*/
#s02 {
  background: url(../images/s02/s02_bg_m.png) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 992px) {
  #s02 {
    background: url(../images/s02/s02_bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

.tour_w {
  position: relative;
}
.tour_w h2 {
  width: 65.4%;
  margin: 5% auto;
}
@media (min-width: 992px) {
  .tour_w h2 {
    width: 35.4%;
  }
}
.tour_w .tour_list {
  width: 73.3%;
  position: relative;
  margin: 0 auto 10%;
}

a {
  text-decoration: none;
}
a .tour_box {
  width: 95%;
  height: 100%;
  position: relative;
  border-radius: 0 0 50vw 50vw;
  background: rgba(176, 230, 234, 0.7);
  padding: 0% 2.5%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
a .tour_box .tour_content {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
a .tour_box .tour_content h3 {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.5;
  color: #03318c;
  text-align: center;
  letter-spacing: 0;
  margin-top: 5%;
}
@media (min-width: 992px) {
  a .tour_box .tour_content h3 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  a .tour_box .tour_content h3 {
    font-size: 1.5vw;
  }
}
a .tour_box .tour_content h3 span {
  display: inline;
  font-size: 3.5vw;
  font-weight: 600;
}
@media (min-width: 992px) {
  a .tour_box .tour_content h3 span {
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  a .tour_box .tour_content h3 span {
    font-size: 1.25vw;
  }
}
a .tour_box .tour_content .tour_photo {
  width: 90%;
  position: relative;
  margin: 5% auto;
}
a .tour_box .tour_content .tour_photo .tour_day {
  display: inline-block;
  width: auto;
  font-size: 3.5vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: url(../images/s02/tour_daybg.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: -1vw;
  top: 0;
  z-index: 2;
  padding: 0.5vw 3.5vw 0.5vw 1.5vw;
}
@media (min-width: 992px) {
  a .tour_box .tour_content .tour_photo .tour_day {
    font-size: 1.75vw;
    left: -0.5vw;
    padding: 0.5vw 1.25vw 0.5vw 1vw;
  }
}
@media (min-width: 1200px) {
  a .tour_box .tour_content .tour_photo .tour_day {
    font-size: 1.15vw;
    left: -0.5vw;
    padding: 0.5vw 1.25vw 0.5vw 1vw;
  }
}
a .tour_box .tour_content ul {
  display: inline-flex;
  flex-flow: column wrap;
  list-style-type: square;
  width: auto;
  margin: 0% auto 2.5%;
  padding-left: 2vw;
}
a .tour_box .tour_content ul li {
  list-style-type: square;
  width: auto;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  margin: 1% 0;
  margin-left: -2vw;
}
@media (min-width: 992px) {
  a .tour_box .tour_content ul li {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  a .tour_box .tour_content ul li {
    font-size: 1.25vw;
  }
}
a .tour_box .tour_twd {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 6vw;
  font-weight: 600;
  color: #9e0202;
  text-align: center;
  margin-bottom: 15%;
}
@media (min-width: 992px) {
  a .tour_box .tour_twd {
    font-size: 4vw;
  }
}
@media (min-width: 1200px) {
  a .tour_box .tour_twd {
    font-size: 2.5vw;
  }
}
a .tour_box .tour_twd span {
  display: inline;
  font-size: 3.5vw;
  font-weight: 500;
  color: #9e0202;
}
@media (min-width: 992px) {
  a .tour_box .tour_twd span {
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  a .tour_box .tour_twd span {
    font-size: 1.15vw;
  }
}
a .tour_box .tour_twd .twd_buy {
  width: 10vw;
  position: absolute;
  right: -11vw;
  bottom: 2vw;
  z-index: 2;
}
@media (min-width: 992px) {
  a .tour_box .tour_twd .twd_buy {
    width: 6vw;
    right: -6vw;
    bottom: 1vw;
  }
}
@media (min-width: 1200px) {
  a .tour_box .tour_twd .twd_buy {
    width: 3.8vw;
    right: -4vw;
    bottom: 0vw;
  }
}

#swiper-container02 > .swiper-wrapper > .swiper-slide {
  height: auto;
}

.swiper-container {
  overflow: hidden;
}

.arrow_box {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  color: #3e3a39;
  left: -15%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  color: #3e3a39;
  right: -15%;
}

/*---s03---*/
#s03 {
  background: url(../images/s03/s03_bg_m.png) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 992px) {
  #s03 {
    background: url(../images/s03/s03_bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
#s03 .s03_bg_p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.event_w {
  position: relative;
  padding: 5% 0 12%;
  z-index: 3;
}
.event_w h2 {
  width: 60.3%;
  margin: 5% auto;
}
@media (min-width: 992px) {
  .event_w h2 {
    width: 34.3%;
  }
}
.event_w .event_info {
  width: 80.3%;
  margin: 0 auto;
}
.event_w .event_info .title_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.event_w .event_info .title_box::before {
  width: 15%;
  height: 50%;
  display: block;
  content: "";
  border: 1px solid #03318c;
  border-right: none;
  border-bottom: none;
  border-radius: 5vw 0 0 0;
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .event_w .event_info .title_box::before {
    width: 30%;
  }
}
.event_w .event_info .title_box::after {
  width: 15%;
  height: 50%;
  display: block;
  content: "";
  border: 1px solid #03318c;
  border-left: none;
  border-bottom: none;
  border-radius: 0 5vw 0 0;
  position: absolute;
  right: 0%;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .event_w .event_info .title_box::after {
    width: 30%;
  }
}
.event_w .event_info .title_box img {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .event_w .event_info .title_box img {
    width: 40%;
  }
}
.event_w .event_info .event_content {
  width: calc(100% - 2px);
  position: relative;
  border: 1px solid #03318c;
  border-top: none;
  border-radius: 0 0 5vw 5vw;
  padding: 5% 0;
  text-align: center;
}
.event_w .event_list {
  width: 73.1%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .event_w .event_list {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .event_w .event_list {
    width: 85%;
  }
}
.event_w .event_list .step_list {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .event_w .event_list .step_list {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

.step_box {
  width: 100%;
  position: relative;
  margin: 5% auto;
}
@media (min-width: 992px) {
  .step_box {
    width: calc(25% - 1px);
    border-right: 1px solid #2a4875;
  }
}
.step_box:last-child {
  border: none;
}
.step_box .step {
  position: relative;
}
.step_box .step::before {
  display: block;
  content: "";
  width: 37%;
  height: 1px;
  background: #2a4875;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .step_box .step::before {
    display: none;
  }
}
.step_box .step::after {
  display: block;
  content: "";
  width: 37%;
  height: 1px;
  background: #2a4875;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .step_box .step::after {
    display: none;
  }
}
.step_box .step img {
  width: 26%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .step_box .step img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .step_box p {
    font-size: 1.75vw;
    transform: scaleX(0.9);
  }
}
@media (min-width: 1200px) {
  .step_box p {
    font-size: 1.25vw;
    transform: scaleX(1);
  }
}

.btn_game {
  width: 80.3%;
  position: relative;
  margin: 5% auto;
  text-align: center;
}
@media (min-width: 992px) {
  .btn_game {
    margin: 2.5% auto 1%;
  }
}
.btn_game a {
  text-decoration: none;
}
.btn_game a span {
  display: inline-block;
  width: auto;
  font-size: 5vw;
  font-weight: 800;
  color: #fff;
  border: 1px solid #03318c;
  border-radius: 50vw;
  background: #a89f4f;
  padding: 2vw 3.5vw;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .btn_game a span {
    font-size: 2.5vw;
    padding: 1vw 2vw;
  }
}
@media (min-width: 1200px) {
  .btn_game a span {
    font-size: 2vw;
    padding: 1vw 2vw;
  }
}
.btn_game a:hover span {
  background: #ff6915;
}

.rules_text {
  width: 80.3%;
  position: relative;
  text-align: center;
  margin: 0 auto 10%;
}
.rules_text a {
  text-decoration: underline;
}
.rules_text a span {
  display: inline-block;
  width: auto;
  font-size: 3.8vw;
  font-weight: 4500;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .rules_text a span {
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  .rules_text a span {
    font-size: 1.15vw;
  }
}

/*---s04---*/
#s04 {
  background: url(../images/s04/s04_bg_m.png) no-repeat center top;
  background-size: cover;
  padding: 5% 0;
}
@media (min-width: 992px) {
  #s04 {
    background: url(../images/s04/s04_bg.png) no-repeat center bottom;
    background-size: cover;
  }
}

.brief_w {
  position: relative;
}
.brief_w h2 {
  width: 66.8%;
  margin: 5% auto 2%;
}
@media (min-width: 992px) {
  .brief_w h2 {
    width: 37.8%;
  }
}
.brief_w .brief_list {
  width: 88.1%;
  position: relative;
  margin: 0 auto;
}
.brief_w .brief_list p {
  text-align: center;
}
.brief_w .brief_list ul {
  width: 75%;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 5% auto;
}
@media (max-width: 992px) {
  .brief_w .brief_list ul {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .brief_w .brief_list ul {
    width: 100%;
  }
}
.brief_w .brief_list ul li {
  list-style-type: disc;
  width: calc(48% - 2vw);
  text-align: justify;
  box-sizing: border-box;
  margin: 2% 0 0% 2vw;
}
@media (max-width: 768px) {
  .brief_w .brief_list ul li {
    width: calc(100% - 7vw);
    margin: 2% 0 0% 7vw;
  }
}
.brief_w .brief_list ul li::marker {
  font-size: 1.5vw;
}
@media (max-width: 768px) {
  .brief_w .brief_list ul li::marker {
    font-size: 5vw;
  }
}
.brief_w .brief_list ul li p {
  text-align: justify;
}
.brief_w .brief_list ul li p.ps_text {
  width: 96%;
  font-size: 1.05vw;
}
@media (max-width: 992px) {
  .brief_w .brief_list ul li p.ps_text {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .brief_w .brief_list ul li p.ps_text {
    font-size: 3vw;
  }
}
.brief_w .brief_list ul li.event_table {
  width: 100%;
}

.btn_add {
  width: 80.3%;
  position: relative;
  margin: 5% auto;
  text-align: center;
}
@media (min-width: 992px) {
  .btn_add {
    margin: 2.5% auto 1%;
  }
}
.btn_add a {
  text-decoration: none;
}
.btn_add a span {
  display: inline-block;
  width: auto;
  font-size: 5vw;
  font-weight: 800;
  color: #03318c;
  border: 1px solid #03318c;
  border-radius: 50vw;
  background: #d3c9ec;
  padding: 2vw 3.5vw;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .btn_add a span {
    font-size: 2.5vw;
    padding: 1vw 2vw;
  }
}
@media (min-width: 1200px) {
  .btn_add a span {
    font-size: 2vw;
    padding: 1vw 2vw;
  }
}
.btn_add a:hover span {
  color: #fff;
  background: #03318c;
}

/*---表格--------*/
.table02 {
  width: 96%;
  color: #000;
  border-collapse: collapse;
  border: 1px solid #000; /* 外框 */
  margin: 1% 0;
}

.table02 th, .table02 td {
  border: 1px solid #f7f7f7; /* 內格線 */
  padding: 10px;
  line-height: 1.5;
  font-size: 1.1vw;
}
@media (max-width: 992px) {
  .table02 th, .table02 td {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .table02 th, .table02 td {
    font-size: 3vw;
  }
}

.table02 th, .table02 td {
  border: 1px solid #000;
}

.table02_tr {
  font-size: 1.15vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #333;
  padding: 0.5vw 0;
}

.table02_title {
  text-align: center;
}

.tr_title {
  background: #ccc;
}

.td01 {
  width: 25%;
}

.td02 {
  width: 25%;
}

.td03 {
  width: 50%;
}

@media (max-width: 992px) {
  .td01 {
    width: 25%;
  }
  .td02 {
    width: 25%;
  }
  .td03 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .td01 {
    width: 25%;
  }
  .td02 {
    width: 25%;
  }
  .td03 {
    width: 50%;
  }
}
/*---s05---*/
#s05 {
  background: url(../images/s05/s05_bg_m.png) no-repeat center top;
  background-size: cover;
  padding: 5% 0;
}
@media (min-width: 992px) {
  #s05 {
    background: url(../images/s05/s05_bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

.airline_w {
  position: relative;
  padding-top: 5%;
}
.airline_w h2 {
  width: 57.7%;
  margin: 5% auto;
}
@media (min-width: 992px) {
  .airline_w h2 {
    width: 34.7%;
  }
}
.airline_w .airplane_text {
  width: 71.5%;
  position: relative;
  margin: 35% auto 5%;
}
.airline_w .airplane_text h3 {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .airline_w .airplane_text h3 {
    font-size: 3.5vw;
  }
}
@media (min-width: 1200px) {
  .airline_w .airplane_text h3 {
    font-size: 3vw;
  }
}
.airline_w .airplane_text p {
  font-size: 3.5vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .airline_w .airplane_text p {
    font-size: 1.75vw;
  }
}
@media (min-width: 1200px) {
  .airline_w .airplane_text p {
    font-size: 1.5vw;
  }
}
.airline_w .airplane_list {
  width: 71.5%;
  position: relative;
  margin: 0 auto 5%;
}

.airplane_box {
  width: 90%;
  height: 100%;
  position: relative;
  padding: 2.5% 2.5% 5% 2.5%;
  background: #2a4875;
  display: flex;
  flex-flow: column wrap;
  justify-content: stretch;
  align-items: center;
  margin: 0 auto;
}
.airplane_box .airplane_photo {
  position: relative;
  margin-bottom: 5%;
}
.airplane_box h3 {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #a89f4f;
  text-align: center;
}
@media (min-width: 992px) {
  .airplane_box h3 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .airplane_box h3 {
    font-size: 1.75vw;
  }
}
.airplane_box p {
  width: 95%;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin: 2.5% auto;
}
@media (min-width: 992px) {
  .airplane_box p {
    font-size: 1.75vw;
  }
}
@media (min-width: 1200px) {
  .airplane_box p {
    font-size: 1.15vw;
  }
}

#swiper-container03 > .swiper-wrapper {
  height: auto;
}
#swiper-container03 > .swiper-wrapper .swiper-slide {
  height: auto;
}

.swp03 {
  color: #ccc;
}
.swp03 span {
  display: block;
  font-size: 2vw;
  color: #ccc;
}

/*---s06---*/
#s06 {
  background: url(../images/s06/s06_bg_m.png) no-repeat center top;
  background-size: cover;
  padding: 5% 0;
}
@media (min-width: 992px) {
  #s06 {
    background: url(../images/s06/s06_bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

.fun_w {
  position: relative;
  padding-top: 5%;
}
.fun_w h2 {
  width: 57.7%;
  margin: 5% auto;
}
@media (min-width: 992px) {
  .fun_w h2 {
    width: 37.7%;
  }
}
.fun_w .fun_list {
  width: 82.3%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.fun_box {
  width: 48%;
  position: relative;
  margin: 0 1% 5%;
}
@media (min-width: 992px) {
  .fun_box {
    width: 20%;
  }
}
.fun_box a {
  text-decoration: none;
}
.fun_box a .fun_title {
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding: 5% 0;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .fun_box a .fun_title {
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  .fun_box a .fun_title {
    font-size: 1.25vw;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  max-width: 90%;
  width: 71.9%;
  background: none;
  padding: 4px;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

.modally-content {
  padding-top: 5%;
}
@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 50px;
  color: #333;
}

.modally-wrap .modally-underlay {
  background: rgba(228, 231, 232, 0.9);
}

/*popup / 玩樂路線介紹*/
.view_win {
  width: 100%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
@media (min-width: 992px) {
  .view_win {
    width: 60%;
  }
}

/*popup / 使用規範*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h2 {
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media (min-width: 992px) {
  .rules-w h2 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .rules-w h2 {
    font-size: 2.5vw;
  }
}
.rules-w h2 img {
  width: 60%;
  margin: 0 auto;
}
.rules-w h5 {
  display: inline;
  font-size: 1.05vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .rules-w h5 {
    font-size: 3.05vw;
  }
}
.rules-w h5 img {
  width: 1.05vw;
  display: inline;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .rules-w h5 img {
    width: 3vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 0 5%;
}
ul.ps_text li {
  width: 90%;
  list-style-type: decimal-leading-zero;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 1% 1% 8%;
}
@media (min-width: 992px) {
  ul.ps_text li {
    width: 91%;
    margin: 1% 0 1% 8%;
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  ul.ps_text li {
    width: 94%;
    margin: 1% 0 1% 5%;
    font-size: 1.15vw;
  }
}
ul.ps_text li span {
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 992px) {
  ul.ps_text li span {
    width: 100%;
    margin: 1% 0 1% 0%;
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  ul.ps_text li span {
    width: 100%;
    margin: 1% 0 1% 0%;
    font-size: 1.15vw;
  }
}
ul.ps_text li a {
  font-size: 3.5vw;
  color: #ef756e;
  text-decoration: underline;
}
@media (min-width: 992px) {
  ul.ps_text li a {
    font-size: 1.5vw;
  }
}
@media (min-width: 1200px) {
  ul.ps_text li a {
    font-size: 1.15vw;
  }
}

/*popup / 玩樂路線介紹*/
.award-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.award-w h2 {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #03318c;
  text-align: center;
}
@media (min-width: 992px) {
  .award-w h2 {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .award-w h2 {
    font-size: 2.5vw;
  }
}
.award-w h2 img {
  width: 60%;
  margin: 0 auto;
}
.award-w .award_list {
  position: relative;
  width: 90%;
  margin: 5% auto;
}
@media (min-width: 992px) {
  .award-w .award_list {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .award-w .award_list {
    width: 50%;
  }
}
.award-w .award_list ul {
  list-style-type: none;
}
.award-w .award_list ul li {
  width: calc(100% - 2vw);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1vw;
  background: #b2caf6;
}
.award-w .award_list ul li:nth-child(even) {
  background: #FFF;
}
.award-w .award_list ul li:nth-child(1) {
  background: #03318c;
}
.award-w .award_list ul li:nth-child(1) .name, .award-w .award_list ul li:nth-child(1) .phone {
  color: #fff;
}
.award-w .award_list ul li .name {
  width: 50%;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .award-w .award_list ul li .name {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .award-w .award_list ul li .name {
    width: 65%;
    font-size: 1.5vw;
  }
}
.award-w .award_list ul li .phone {
  width: 50%;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
@media (min-width: 992px) {
  .award-w .award_list ul li .phone {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  .award-w .award_list ul li .phone {
    width: 35%;
    font-size: 1.5vw;
  }
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.overlay {
  width: 19%;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .overlay {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 100vh;
}
.overlay nav ul {
  display: block;
  width: 80%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0% 0% 0 0%;
}
.overlay nav ul li {
  width: 100%;
  display: flex;
  border-left: none;
  border-right: none;
}
.overlay nav ul li a div {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.overlay nav ul li a div span {
  width: 15vw;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.overlay nav ul li a div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay .overlay-close {
  width: 20%;
  height: 10.6%;
  right: 5%;
  top: 0%;
}

button.menu_m {
  display: block;
  width: 9.5%;
  position: relative;
  top: 0%;
  right: 2%;
  border: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (min-width: 992px) {
  button.menu_m {
    width: 3%;
  }
}/*# sourceMappingURL=style.css.map */