@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: 1.5;
  color: #333;
  letter-spacing: 1px;
  box-sizing: border-box;
}

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

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

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
p {
  font-size: 1.15vw;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

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

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

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

/*---kv---*/
header {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 9;
  padding: 0.5% 1%;
}
header .logo_box {
  width: 14.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 990px) {
  header .logo_box {
    width: 25%;
  }
}
@media (max-width: 768px) {
  header .logo_box {
    width: 54.5%;
  }
}
header .logo_box .logo_queenland {
  width: 50%;
}
header .logo_box .logo_anzpak {
  width: 50%;
}
header nav {
  position: relative;
  width: 87%;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #fff;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a span {
  font-family: "Noto Sans TC";
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  header nav ul li a span {
    font-size: 1.5vw;
  }
}
header nav ul li a span:hover {
  color: #fcee21;
  transform: scale(1.1);
}

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

.yt_kv {
  width: 100%;
  position: relative;
  z-index: 2;
}
.yt_kv img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_kv 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;
}

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

.music_box {
  display: block;
  width: 3%;
  position: absolute;
  z-index: 500;
  right: 1%;
  top: 10%;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .music_box {
    width: 5%;
  }
}
@media (max-width: 768px) {
  .music_box {
    width: 10%;
    right: 2%;
    top: 15%;
  }
}

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

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

@keyframes buy_ani {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 0.5%;
  }
  100% {
    margin-top: 0;
  }
}
.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;
  }
}

/*---main---*/
main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: url(../images/body_bg.png) repeat left top;
  background-size: 39%;
  padding: 20vw 0 25vw;
}
main .top_bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  mix-blend-mode: soft-light;
}
main .body_en {
  width: 31.5%;
  position: absolute;
  right: 0;
  top: 20vw;
  z-index: 4;
}
@media (max-width: 768px) {
  main .body_en {
    width: 31.5%;
    right: 5vw;
    top: 250vw;
    transform: scale(2.5);
    opacity: 0.35;
  }
}
main .bottom_bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  mix-blend-mode: soft-light;
}

section {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0% 0;
  z-index: 6;
  font-family: "Noto Sans TC";
}

.box_w {
  position: relative;
}

/*---s00-------------*/
.prd_list02 {
  width: 83.75%;
  position: relative;
  margin: 0 0 10% 22%;
}
@media (max-width: 768px) {
  .prd_list02 {
    width: 100%;
    margin: 0 auto 30%;
  }
}

/*---s01-------------*/
#s01 {
  position: relative;
}

.drop_w {
  width: 83.75%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .drop_w {
    width: 90%;
  }
}
.drop_w h2 {
  width: 36%;
  margin: 0 auto 2.5%;
}
@media (max-width: 990px) {
  .drop_w h2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .drop_w h2 {
    width: 76%;
  }
}

.swiper-container {
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  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;
}
@media (max-width: 768px) {
  .swiper-pagination {
    margin: 2% 0 10%;
  }
}

.swiper-pagination-bullet {
  width: 1vw;
  height: 1vw;
  background: none;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
  }
}

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

.prd_list {
  width: 83.75%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .prd_list {
    width: 100%;
  }
}

.prd_all {
  position: relative;
  overflow: hidden;
}
.prd_all .prd_box {
  width: 70.1%;
  position: relative;
  clip-path: polygon(0% 0%, 90% 0%, 100% 21%, 100% 79%, 90% 100%, 0% 100%);
}
@media (max-width: 990px) {
  .prd_all .prd_box {
    width: 80.1%;
  }
}
@media (max-width: 768px) {
  .prd_all .prd_box {
    width: 100%;
    clip-path: polygon(10% 0%, 90% 0%, 100% 21%, 100% 100%, 0% 100%, 0% 21%);
    padding-top: 25vw;
  }
}
.prd_all .prd_box h3 {
  background: #ff9999;
  padding: 0.5vw 0;
}
@media (max-width: 768px) {
  .prd_all .prd_box h3 {
    padding: 6vw 0 2vw;
  }
}
.prd_all .prd_box h3 .prd_title {
  width: 90%;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .prd_all .prd_box h3 .prd_title {
    width: 100%;
    font-size: 5vw;
    margin: 0 auto;
  }
}
.prd_all .prd_box .prd_content {
  position: relative;
  width: 95%;
  background: #fff;
  padding: 2.5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content {
    padding: 5% 2.5%;
  }
}
.prd_all .prd_box .prd_content .prd_photo {
  width: 45.9%;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_photo {
    width: 95%;
    margin: 2.5% auto;
  }
}
.prd_all .prd_box .prd_content .prd_info_g {
  width: 42.5%;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2.5%;
}
@media (max-width: 992px) {
  .prd_all .prd_box .prd_content .prd_info_g {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g {
    width: 97.5%;
    margin-left: 0%;
  }
}
.prd_all .prd_box .prd_content .prd_info_g .prd_info {
  position: relative;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g .prd_info {
    margin-left: 2.5%;
  }
}
.prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_twd {
  font-size: 1.25vw;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_twd {
    font-size: 4vw;
  }
}
.prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_twd span {
  display: inline;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  color: #e26983;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_twd span {
    font-size: 8vw;
  }
}
.prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_feature {
  position: relative;
  margin: 0.5vw 0;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_feature {
    margin: 3.8vw 0 3.8vw 5.8vw;
    box-sizing: border-box;
  }
}
.prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_feature ul {
  list-style-type: circle;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_feature ul li {
  width: calc(50% - 1.5vw);
  list-style-type: disc;
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 0 0.25vw 0 1.25vw;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_feature ul li {
    font-size: 1.05vw;
  }
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g .prd_info .prd_feature ul li {
    font-size: 3.5vw;
  }
}
.prd_all .prd_box .prd_content .prd_info_g .tour_list {
  position: relative;
}
.prd_all .prd_box .prd_content .prd_info_g .tour_list ul {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.prd_all .prd_box .prd_content .prd_info_g .tour_list ul li {
  width: 30%;
  margin: 0.15vw 0;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g .tour_list ul li {
    margin: 1vw auto;
  }
}
.prd_all .prd_box .prd_content .prd_info_g .tour_list ul li .tour {
  display: block;
  width: 100%;
  border-radius: 50vw;
  background: #ff9999;
  text-align: center;
  padding: 0.15vw 0.5vw;
  box-sizing: border-box;
}
.prd_all .prd_box .prd_content .prd_info_g .tour_list ul li .tour a {
  display: block;
  width: 100%;
  font-size: 1vw;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .prd_all .prd_box .prd_content .prd_info_g .tour_list ul li .tour a {
    font-size: 3.8vw;
  }
}
.prd_all .prd_box_pic {
  width: 21.6%;
  position: absolute;
  right: 11.8%;
  top: 42%;
  z-index: 2;
}
@media (max-width: 768px) {
  .prd_all .prd_box_pic {
    width: 36%;
    top: 16.25%;
    transform-origin: 0 50%;
    transform: rotate(-90deg);
  }
}

/*
.tour_list ul li:first-child .tour{
  display: block;  
  font-size: 1vw;
  font-weight: 500;
  color:#ff9999;
  border-radius: 50vw;
  background:#fff !important;
  border:1px solid #ff9999;
  text-decoration: none; 
  @media (max-width: 768px){
    font-size:3.8vw;
  } 
}
*/
#swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box {
  float: right;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 80%, 0% 21%);
}
@media (max-width: 768px) {
  #swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box {
    float: none;
    clip-path: polygon(10% 0%, 90% 0%, 100% 21%, 100% 100%, 0% 100%, 0% 21%);
  }
}
#swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box h3 .prd_title {
  margin-left: 10%;
}
@media (max-width: 768px) {
  #swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box h3 .prd_title {
    margin-left: 0;
  }
}
#swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box .prd_content {
  flex-flow: row-reverse wrap;
}
#swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box .prd_content .prd_info_g {
  margin-left: 0;
  margin-right: 2.5%;
}
#swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box_pic {
  transform: rotate(180deg);
  right: 66.5%;
}
@media (max-width: 992px) {
  #swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box_pic {
    right: 76.5%;
  }
}
@media (max-width: 768px) {
  #swiper-container01 .swiper-wrapper .swiper-slide:nth-child(even) .prd_all .prd_box_pic {
    width: 36%;
    top: 16.25%;
    right: 11.8%;
    transform-origin: 0 50%;
    transform: rotate(-90deg);
  }
}

.prd_list::after {
  display: block;
  content: "／／／／／／／／／／／／／／";
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
  color: #fff;
  letter-spacing: 1vw;
  text-align: center;
  position: absolute;
  left: 0;
  top: 43%;
  z-index: -1;
}
@media (max-width: 768px) {
  .prd_list::after {
    display: none;
  }
}
.prd_list .swiper-slide {
  padding: 1% 0;
}
@media (max-width: 768px) {
  .prd_list .swiper-slide {
    padding: 1% 0 0;
  }
}

.red_item {
  list-style-type: none !important;
  color: #ff9999 !important;
  position: relative;
}
.red_item::before {
  display: block;
  content: "★";
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  left: -1.25vw;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .red_item::before {
    left: -5vw;
  }
}

/*---s02-------------*/
.yt_w {
  width: 83.75%;
  position: relative;
  margin: 5% auto 10%;
}
@media (max-width: 768px) {
  .yt_w {
    width: 90%;
  }
}
.yt_w h2 {
  width: 36%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .yt_w h2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .yt_w h2 {
    width: 76%;
  }
}
.yt_w .yt_box {
  width: 83.9%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .yt_w .yt_box {
    width: 100%;
  }
}

/* yt */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 1.25vw;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt_g {
  display: block;
  width: 98%;
  margin: 2% auto;
  position: relative;
  border: 0.38vw solid #fff;
  border-radius: 1.5vw;
}
@media (max-width: 768px) {
  .yt_g {
    width: 100%;
    border: 1vw solid #fff;
  }
}

img.yt_photo {
  width: 30.7%;
  max-width: 277px;
  position: absolute;
  right: -15%;
  top: -25%;
  z-index: 2;
}
@media (max-width: 767px) {
  img.yt_photo {
    width: 50%;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto 5%;
  }
}

/*---s03-------------*/
.new_w {
  width: 83.75%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .new_w {
    width: 90%;
  }
}
.new_w h2 {
  width: 36%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .new_w h2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .new_w h2 {
    width: 76%;
  }
}
.new_w .new_all {
  position: relative;
  margin: 5% auto;
}
.new_w .new_all h3 {
  width: 100%;
  margin: 0% auto 2%;
  text-align: center;
}
.new_w .new_all h3 span {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 2.5vw;
  font-weight: 800;
  line-height: 1.5;
  color: #ffffbe;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .new_w .new_all h3 span {
    font-size: 5vw;
  }
}
.new_w .new_all h3 span::before {
  display: block;
  content: "";
  width: 5vw;
  height: 1px;
  background: #ffffbe;
  position: absolute;
  left: -5.5vw;
  top: 55%;
  z-index: 2;
}
.new_w .new_all h3 span::after {
  display: block;
  content: "";
  width: 5vw;
  height: 1px;
  background: #ffffbe;
  position: absolute;
  right: -5.5vw;
  top: 55%;
  z-index: 2;
}
.new_w .new_all .new_list {
  position: relative;
}

.new_box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 5%;
}
.new_box .new_photo {
  width: 48.5%;
  position: relative;
  border: 1px solid #fff;
  order: 1;
  z-index: 3;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .new_box .new_photo {
    width: 100%;
    border: 10px solid #ff9999;
  }
}
.new_box .new_photo::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: -1vw;
  top: 1vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .new_box .new_photo::before {
    display: none;
  }
}
.new_box .new_content {
  width: 48.5%;
  position: relative;
  order: 2;
  background: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 3.5% 0 0 -10%;
  padding-bottom: 3.5%;
  z-index: 2;
}
@media (max-width: 990px) {
  .new_box .new_content {
    padding-bottom: 1%;
  }
}
@media (max-width: 768px) {
  .new_box .new_content {
    width: 100%;
    margin: 0% 0 0 0%;
  }
}
.new_box .new_content::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: -1vw;
  top: 1vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .new_box .new_content::before {
    display: none;
  }
}
.new_box .new_content .new_title {
  position: relative;
  background: #ff9999;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw 1.15vw 1.15vw 28.2%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .new_box .new_content .new_title {
    padding: 5vw;
  }
}
.new_box .new_content .new_title h2 {
  width: 68.3%;
  position: relative;
  margin: 0;
  font-size: 2.2vw;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  padding-top: 2vw;
}
@media (max-width: 990px) {
  .new_box .new_content .new_title h2 {
    width: 90%;
    padding-top: 1vw;
  }
}
@media (max-width: 768px) {
  .new_box .new_content .new_title h2 {
    font-size: 4.5vw;
  }
}
.new_box .new_content .new_title h2 span {
  display: block;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
}
@media (max-width: 768px) {
  .new_box .new_content .new_title h2 span {
    font-size: 4.5vw;
  }
}
.new_box .new_content .new_info {
  width: calc(40.1% + 8vw);
  position: relative;
  padding: 1.15vw 0vw 1.5vw 28.2%;
}
@media (max-width: 990px) {
  .new_box .new_content .new_info {
    width: calc(45.1% + 8vw);
  }
}
@media (max-width: 768px) {
  .new_box .new_content .new_info {
    width: calc(100% - 10vw);
    padding: 5vw;
  }
}
.new_box .new_content .new_info p {
  text-align: justify;
}

.new_box_rever {
  flex-flow: row-reverse wrap;
}
.new_box_rever .new_photo::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 1vw;
  top: 1vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .new_box_rever .new_photo::before {
    display: none;
  }
}
.new_box_rever .new_content {
  margin: 3.5% -10% 0 0;
  padding-bottom: 3.5%;
  z-index: 2;
}
@media (max-width: 990px) {
  .new_box_rever .new_content {
    padding-bottom: 1%;
  }
}
@media (max-width: 768px) {
  .new_box_rever .new_content {
    margin: 0;
  }
}
.new_box_rever .new_content::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 1vw;
  top: 1vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .new_box_rever .new_content::before {
    display: none;
  }
}
.new_box_rever .new_content .new_title {
  position: relative;
  background: #ff9999;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw 1.15vw 1.15vw 10%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .new_box_rever .new_content .new_title {
    padding: 2vw 8.15vw 1.15vw 10%;
  }
}
@media (max-width: 768px) {
  .new_box_rever .new_content .new_title {
    padding: 5vw;
  }
}
.new_box_rever .new_content .new_title h2 {
  text-align: right;
}
@media (max-width: 768px) {
  .new_box_rever .new_content .new_title h2 {
    text-align: justify;
  }
}
.new_box_rever .new_content .new_info {
  width: calc(40.1% + 8vw);
  position: relative;
  padding: 2vw 1.15vw 1.15vw 10%;
}
@media (max-width: 992px) {
  .new_box_rever .new_content .new_info {
    width: calc(45.1% + 8vw);
    padding: 2vw 1.15vw 1.15vw 7%;
  }
}
@media (max-width: 768px) {
  .new_box_rever .new_content .new_info {
    width: calc(100% - 10vw);
    padding: 5vw;
  }
}

/*---s04-------------*/
/*---s05-------------*/
/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(89, 179, 205, 0.95);
  background-size: 100%;
}

.overlay nav {
  top: 0vh;
  height: 100vh;
}
.overlay nav ul {
  display: block;
  width: 30%;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 5% 10%;
}
@media (max-width: 768px) {
  .overlay nav ul {
    width: 80%;
  }
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
}
.overlay nav ul a li span {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.overlay nav ul a:hover li span {
  color: #ff9999;
  background: #fff;
}

.overlay .overlay-close {
  top: 0;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: block;
  position: relative;
  top: 0%;
  right: 0%;
  width: 3.1%;
  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: 5%;
  }
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
    width: 12vw;
  }
}

/*----------------------*/
/* 滾動觸發 */
.animate-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

/* 2. 當 JS 加上 .is-show 時觸發動畫 */
.animate-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 如果瀏覽器不支援 JS，直接顯示內容 */
.no-js .animate-up {
  opacity: 1;
  transform: translateY(0);
}

/* 當 JS 沒跑時的修正 */
.no-js .swiper-wrapper {
  display: block; /* 取消 flex 排列 */
  height: auto !important;
}

.no-js .swiper-slide {
  margin-bottom: 30px; /* 讓卡片一張接一張垂直排好 */
  width: 100% !important; /* 確保寬度撐滿 */
  opacity: 1 !important; /* 確保內容可見 */
}

/* 或者你希望維持水平，但改用原生捲軸 */
.no-js .swiper-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}/*# sourceMappingURL=style.css.map */