@charset "UTF-8";
html {
  font-size: 16px;
}

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

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Nunito", "Chiron GoRound TC", "Noto Sans TC", "微軟正黑體", "新細明體", "細明體";
  font-display: swap;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #eda927;
}

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

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

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h2 {
  font-size: clamp(2.75rem, 5rem, 6.5vw);
  font-weight: 800;
}

p {
  font-size: clamp(1.125rem, 0.9vw, 3.5vw);
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  p {
    line-height: 1.5;
  }
}

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

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

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

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

#bt_music {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

/*---KV---*/
.kv_w {
  width: 100%;
  position: relative;
}
.kv_w .kv_date {
  width: 100%;
  font-size: 1vw;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  bottom: 1%;
  z-index: 3;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.kv_box .swp_kv {
  color: #fff;
}

.swiper-button-prev.swp_kv {
  left: 1vw;
}

.swiper-button-next.swp_kv {
  right: 1vw;
}

header {
  width: 100%;
  position: relative;
  left: 0%;
  top: 0.5%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0vw 0.5vw;
  background: #FFF;
  box-sizing: border-box;
}
header .logo_box {
  width: 10%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 30%;
  }
}
header nav {
  position: relative;
  width: auto;
}
@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 #333;
  line-height: 1;
}
header nav ul li:last-child {
  border-right: 1px solid #333;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-family: "openhuninn", "Noto Sans TC";
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.15;
  color: #333;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
header nav ul li a div:hover {
  color: #eda927;
  transform: scale(1.1);
}
@media (max-width: 992px) {
  header nav ul li a div {
    font-size: 1.75vw;
  }
}

.kv_info_m {
  position: relative;
}

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

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev, .swiper-button-next {
  color: #829dad;
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: none;
  border: 1px solid #23569d;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

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

.swiper-pagination {
  position: relative;
  text-align: center;
}

main, section {
  display: block;
  width: 100%;
  position: relative;
}

main {
  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;
  width: 177.78%; /* 16:9 */
  height: 100%;
}

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

section {
  padding: 2.65% 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section {
    padding: 10% 2.65%;
  }
}

.safe_border {
  position: fixed;
  width: 100%;
  height: 830px;
  z-index: 10;
  outline: 5px solid #0f0;
  background: #f00;
  opacity: 0.5;
  display: none;
}

/*---s01------------------------------------*/
.tigertel_w {
  display: block;
  width: 94.7%;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 2.5rem;
  padding: 0.2em 0;
}

.tiger01 {
  width: 8.9%;
  position: absolute;
  left: 1%;
  top: 1%;
  z-index: 2;
}
@media (max-width: 992px) {
  .tiger01 {
    width: 20%;
    left: 5%;
    top: 10%;
  }
}
@media (max-width: 768px) {
  .tiger01 {
    width: 30%;
    left: -3.5%;
    top: 10%;
  }
}

.tiger02 {
  width: 8.7%;
  position: absolute;
  right: 2.5%;
  bottom: 5%;
  z-index: 2;
}
@media (max-width: 992px) {
  .tiger02 {
    width: 18%;
    right: -2.5%;
  }
}
@media (max-width: 768px) {
  .tiger02 {
    width: 25%;
    right: -2.5%;
    bottom: -20%;
  }
}

.tigertel_all {
  width: 90%;
  position: relative;
  margin: 2.5% auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .tigertel_all {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .tigertel_all {
    width: 85%;
  }
}
.tigertel_all .tigertel_logo {
  width: 34.5%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_logo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_logo {
    width: 100%;
  }
}
.tigertel_all .tigertel_logo img {
  width: 79.6%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_logo img {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_logo img {
    width: 65%;
  }
}
.tigertel_all .tigertel_logo h4 {
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  text-indent: -1rem;
}
.tigertel_all .tigertel_logo p {
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_logo p {
    padding-bottom: 2.5%;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_logo p {
    padding-bottom: 5%;
    letter-spacing: 0;
  }
}
.tigertel_all .tigertel_content {
  width: 63.5%;
  position: relative;
  padding: 2%;
  box-sizing: border-box;
  border-left: 1px solid #eda927;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_content {
    width: 100%;
    padding: 2.5% 2%;
    border-left: none;
    border-top: 1px solid #eda927;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_content {
    width: 100%;
    padding: 5% 2%;
    border-left: none;
    border-top: 1px solid #eda927;
  }
}
.tigertel_all .tigertel_content h4 {
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_content h4 {
    text-align: center;
    letter-spacing: 0rem;
  }
}
.tigertel_all .tigertel_content p {
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.2rem;
  margin-top: 2.5%;
}
@media (max-width: 992px) {
  .tigertel_all .tigertel_content p {
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 768px) {
  .tigertel_all .tigertel_content p {
    display: none;
  }
}

.strengths_w {
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .strengths_w {
    margin: 10% auto;
  }
}
@media (max-width: 768px) {
  .strengths_w h2 {
    letter-spacing: 1.5vw;
  }
}

.strengths_list {
  position: relative;
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .strengths_list {
    width: 90%;
  }
}
.strengths_list .strengths_box {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .strengths_list .strengths_box {
    width: 100%;
    margin: 5% auto;
  }
}
.strengths_list .strengths_box p {
  color: #fbc13f;
  text-align: center;
  margin: 5% 0 0;
  padding: 1.5%;
  box-sizing: border-box;
  letter-spacing: 0;
}

h2.title_h2 {
  line-height: 2;
  color: #fff;
  text-align: center;
  position: relative;
}
h2.title_h2::after {
  display: block;
  content: attr(data-storke);
  font-family: "Nunito", "Chiron GoRound TC";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  stroke-linejoin: round;
  /* 針對標準 SVG/Text 屬性 */
  -webkit-stroke-linejoin: round;
  paint-order: stroke fill;
}

.strengths_w h2::after {
  color: #000;
  -webkit-text-stroke: 20px #333;
  text-stroke: 20px #333;
}

.strengths_w h2 svg {
  width: 100%;
  height: 25%;
  fill: white;
}

.strengths_w h2 .svgText {
  font-size: clamp(2rem, 3.15vw, 5vw);
  font-weight: 800;
  fill: white;
  stroke: #000;
  stroke-width: 15px;
  stroke-linejoin: round;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: middle;
}

/*---s02-----------------------------*/
.bg_orange {
  background: #eb4f28;
}

#s01 {
  position: relative;
  z-index: 3;
  padding-bottom: 0;
  margin-top: -10%;
}
#s01 .s01_icon01 {
  width: 15.3%;
  position: absolute;
  right: 5%;
  top: 0%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s01 .s01_icon01 {
    width: 30%;
    right: 35%;
    top: -5%;
  }
}
#s01 .tiger_bottom {
  width: 15.3%;
  position: relative;
  margin: 5% auto 0;
  z-index: 3;
}
@media (max-width: 768px) {
  #s01 .tiger_bottom {
    width: 50%;
  }
}
#s01 .bg_dot01 {
  width: 25%;
  position: absolute;
  left: 37.5%;
  bottom: -15%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s01 .bg_dot01 {
    width: 60%;
    left: 20%;
  }
}

#s02 {
  position: relative;
  padding-top: 5%;
}
#s02::after {
  display: block;
  content: "";
  width: 100%;
  height: 15vw;
  background: #eb4f28;
  transform: skewY(-5deg);
  position: absolute;
  left: 0;
  bottom: -6vw;
  z-index: 2;
}
#s02 h2 {
  width: 26.4%;
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 768px) {
  #s02 h2 {
    width: 66.4%;
    margin: 2% auto 2.5%;
    letter-spacing: 0.5vw;
  }
}
#s02 .s02_icon01 {
  width: 16.4%;
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s02 .s02_icon01 {
    width: 20.4%;
    right: -2%;
    top: 0%;
  }
}
#s02 .s02_icon02 {
  width: 12.1%;
  position: absolute;
  left: 2.5%;
  bottom: -30%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s02 .s02_icon02 {
    width: 22.1%;
    left: 2.5%;
    bottom: -2%;
  }
}
#s02 .bg_dot01 {
  width: 37.1%;
  position: absolute;
  right: -12.5%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s02 .bg_dot01 {
    width: 57.1%;
  }
}
#s02 .bg_dot02 {
  width: 30%;
  position: absolute;
  left: -16.5%;
  bottom: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s02 .bg_dot02 {
    width: 50%;
  }
}

#s03 {
  position: relative;
  padding: 0vw 0 10vw;
}
#s03::after {
  display: block;
  content: "";
  width: 100%;
  height: 15vw;
  background: #eb4f28;
  transform: skewY(-5deg);
  position: absolute;
  left: 0;
  bottom: -6vw;
  z-index: 2;
}
#s03 h2 {
  width: 35.5%;
  position: relative;
  margin: 10vw auto 0;
  z-index: 3;
}
@media (max-width: 768px) {
  #s03 h2 {
    width: 85.5%;
    letter-spacing: 0.5vw;
  }
}
#s03 .s03_icon01 {
  width: 11.1%;
  position: absolute;
  right: 5%;
  top: 0%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s03 .s03_icon01 {
    width: 18.1%;
    right: -2%;
    top: -5%;
  }
}
#s03 .bg_dot01 {
  width: 35.5%;
  position: absolute;
  right: -12.5%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s03 .bg_dot01 {
    width: 55.5%;
    right: -12%;
    top: 0%;
  }
}
#s03 .bg_dot02 {
  width: 30%;
  position: absolute;
  left: -16.5%;
  bottom: 10%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s03 .bg_dot02 {
    width: 50%;
    left: -16.5%;
    bottom: 10%;
  }
}

#s04 {
  position: relative;
  padding: 0vw 0 10vw;
  z-index: 3;
}
#s04::after {
  display: block;
  content: "";
  width: 100%;
  height: 15vw;
  background: #eb4f28;
  transform: skewY(-5deg);
  position: absolute;
  left: 0;
  bottom: -6vw;
  z-index: 2;
}
#s04 h2 {
  width: 35.5%;
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 768px) {
  #s04 h2 {
    width: 85.5%;
    letter-spacing: 0.5vw;
  }
}
#s04 .s04_icon01 {
  width: 16%;
  position: absolute;
  right: 42%;
  bottom: -22%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s04 .s04_icon01 {
    width: 30%;
    right: 65%;
    bottom: -8%;
  }
}
#s04 .bg_dot01 {
  width: 35.5%;
  position: absolute;
  right: -12.5%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s04 .bg_dot01 {
    width: 55.5%;
  }
}
#s04 .bg_dot02 {
  width: 30%;
  position: absolute;
  left: -16.5%;
  bottom: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s04 .bg_dot02 {
    width: 50%;
    left: -16.5%;
  }
}

#s05 {
  position: relative;
  padding: 0vw 0 20vw;
  z-index: 3;
}
#s05::after {
  display: block;
  content: "";
  width: 100%;
  height: 15vw;
  background: #eb4f28;
  transform: skewY(-5deg);
  position: absolute;
  left: 0;
  bottom: -6vw;
  z-index: 2;
}
#s05 h2 {
  width: 35.5%;
  position: relative;
  margin: 15vw auto 0;
  z-index: 3;
}
@media (max-width: 768px) {
  #s05 h2 {
    width: 75.5%;
    letter-spacing: 0.5vw;
  }
}
#s05 .s05_icon01 {
  width: 14.2%;
  position: absolute;
  right: 2%;
  top: 0%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s05 .s05_icon01 {
    width: 24%;
    right: 2%;
    top: -15%;
  }
}
#s05 .s05_icon02 {
  width: 20.8%;
  position: absolute;
  left: 5%;
  bottom: 0%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s05 .s05_icon02 {
    width: 38%;
    left: 5%;
    bottom: 0%;
  }
}
#s05 .bg_dot01 {
  width: 35.5%;
  position: absolute;
  right: -12.5%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s05 .bg_dot01 {
    width: 55.5%;
  }
}
#s05 .bg_dot02 {
  width: 30%;
  position: absolute;
  left: -16.5%;
  bottom: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s05 .bg_dot02 {
    width: 50%;
    bottom: 10%;
  }
}

#s06 {
  position: relative;
  padding: 0vw 0 10vw;
  z-index: 3;
}
#s06::after {
  display: block;
  content: "";
  width: 100%;
  height: 15vw;
  background: #eb4f28;
  transform: skewY(-5deg);
  position: absolute;
  left: 0;
  bottom: -6vw;
  z-index: 2;
}
#s06 h2 {
  width: 26.4%;
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 768px) {
  #s06 h2 {
    width: 60.4%;
    letter-spacing: 0.5vw;
  }
}
#s06 .bg_dot01 {
  width: 35.5%;
  position: absolute;
  right: -12.5%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s06 .bg_dot01 {
    width: 55.5%;
  }
}
#s06 .bg_dot02 {
  width: 30%;
  position: absolute;
  left: -16.5%;
  bottom: 15%;
  z-index: 2;
}
@media (max-width: 768px) {
  #s06 .bg_dot02 {
    width: 50%;
    bottom: 0%;
  }
}

.prd_w {
  width: 64.8%;
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 992px) {
  .prd_w {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .prd_w {
    width: 90%;
    margin: 2% auto;
  }
}
.prd_w h2 {
  width: 35.5%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .prd_w h2 {
    letter-spacing: 0.5vw;
  }
}

.prd_w h2::after {
  color: #f15a24;
  -webkit-text-stroke: 20px #f15a24;
  text-stroke: 20px #f15a24;
  paint-order: stroke fill;
}

.prd_w h2 svg {
  width: 100%;
  height: 25%;
  fill: white;
}

.prd_w h2.h2_title01 .svgText {
  font-size: clamp(3.05rem, 5rem, 6.5vw);
  font-weight: 800;
  fill: white;
  stroke: #f15a24;
  stroke-width: 8px;
  stroke-linejoin: round;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: middle;
}

.prd_w h2.h2_title02 .svgText {
  font-size: clamp(3.05rem, 5rem, 6.5vw);
  font-weight: 800;
  fill: white;
  stroke: #29abe2;
  stroke-width: 8px;
  stroke-linejoin: round;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: middle;
}

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

.prd_content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.prd_box {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #f15a24;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .prd_box {
    width: 100%;
    padding: 5%;
  }
}
.prd_box .prd_info_w {
  position: relative;
  margin-bottom: 1.5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.prd_box .prd_info_w .prd_photo {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding-top: 66%;
}
.prd_box .prd_info_w .prd_photo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prd_box .prd_info_w h3 {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  height: 2.5em;
  margin-top: 0.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .prd_box .prd_info_w h3 {
    font-size: 1.5rem;
  }
}
.prd_box .prd_info_w p {
  width: 100%;
  height: 3em;
  text-align: justify;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.5em 0;
}
.prd_box .prd_twd_w {
  position: relative;
  margin: 1.5em 0 0;
}
.prd_box .prd_twd_w .prd_twd {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.prd_box .prd_twd_w .prd_twd span {
  display: inline;
  font-size: clamp(1.75em, 2vw, 4vw);
  font-weight: 800;
  color: #f15a24;
}
.prd_box .prd_twd_w .btn_more {
  width: auto;
  position: relative;
  text-align: center;
  margin-top: 1.5em;
}
.prd_box .prd_twd_w .btn_more a {
  text-decoration: none;
}
.prd_box .prd_twd_w .btn_more a div {
  display: inline-block;
  width: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #f15a24;
  padding: 0.25em 1em;
  border-radius: 5rem;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.prd_box .prd_twd_w .btn_more a div:hover {
  padding: 0.25em 1.5em;
}

.prd_box02 {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #eda927;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .prd_box02 {
    width: 100%;
    padding: 5%;
  }
}
.prd_box02 .prd_info_w {
  position: relative;
  margin-bottom: 1.5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.prd_box02 .prd_info_w .prd_photo {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding-top: 66%;
}
.prd_box02 .prd_info_w .prd_photo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prd_box02 .prd_info_w h3 {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: justify;
  height: 2.5em;
  margin-top: 0.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .prd_box02 .prd_info_w h3 {
    font-size: 1.5rem;
  }
}
.prd_box02 .prd_info_w p {
  width: 100%;
  height: 3em;
  text-align: justify;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.5em 0;
}
.prd_box02 .prd_twd_w {
  position: relative;
  margin: 1.5em 0 0;
}
.prd_box02 .prd_twd_w .prd_twd {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.prd_box02 .prd_twd_w .prd_twd span {
  display: inline;
  font-size: clamp(1.75em, 2vw, 4vw);
  font-weight: 800;
  color: #f15a24;
}
.prd_box02 .prd_twd_w .btn_more {
  width: auto;
  position: relative;
  text-align: center;
  margin-top: 1.5em;
}
.prd_box02 .prd_twd_w .btn_more a {
  text-decoration: none;
}
.prd_box02 .prd_twd_w .btn_more a div {
  display: inline-block;
  width: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #f15a24;
  padding: 0.25em 1em;
  border-radius: 5rem;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.prd_box02 .prd_twd_w .btn_more a div:hover {
  padding: 0.25em 1.5em;
}

/*---選項卡---*/
.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"); */
  transition: background ease 0.2s;
  position: relative;
  z-index: 3;
  letter-spacing: 5px;
}

.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;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label + .tab {
    margin: 0% auto 0;
  }
}

/*-----選項卡---------*/
.tab_item {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #eda927;
  text-indent: 5px;
  padding: 0.25rem 1.5rem;
  margin: 1rem 0.25rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 50%, rgb(204, 204, 204) 100%);
  border-radius: 1.75rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .tab_item {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .tab_item {
    width: 8.5em;
    font-size: 1.5rem;
    padding: 0.75rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    line-height: 2rem;
    margin: 0em 0.5em 1em;
    text-align: center;
  }
}
.tab_item::before {
  display: block;
  content: "";
  width: 85%;
  height: 6%;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 7.5%;
  top: 3.5%;
  z-index: 2;
  mix-blend-mode: hard-light;
  filter: blur(2px);
}
@media (max-width: 768px) {
  .tab_item::before {
    width: 95%;
    height: 10%;
    left: 2.5%;
  }
}

.tabs input[type=radio]:checked + label.tab_item {
  color: #fff;
  background: linear-gradient(to bottom, rgb(255, 195, 11) 0%, rgb(255, 172, 39) 100%);
}
.tabs input[type=radio]:checked + label.tab_item::before {
  background: rgba(255, 255, 255, 0.5);
}
.tabs input[type=radio]:checked + label.tab_item::after {
  color: rgb(255, 172, 39);
}

.tab_item02 {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #f15a24;
  text-indent: 5px;
  padding: 0.25rem 1.5rem;
  margin: 1rem 0.25rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 50%, rgb(204, 204, 204) 100%);
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .tab_item02 {
    width: 8.5em;
    font-size: 1.5rem;
    padding: 0.75rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    line-height: 2rem;
    margin: 0em 0.5em 1em;
    text-align: center;
  }
}
.tab_item02::before {
  display: block;
  content: "";
  width: 85%;
  height: 6%;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 7.5%;
  top: 3.5%;
  z-index: 2;
  mix-blend-mode: hard-light;
  filter: blur(2px);
}
@media (max-width: 768px) {
  .tab_item02::before {
    width: 95%;
    height: 10%;
    left: 2.5%;
  }
}

.tabs input[type=radio]:checked + label.tab_item02 {
  color: #fff;
  background: linear-gradient(to bottom, rgb(247, 147, 30) 0%, rgb(241, 90, 36) 100%);
}
.tabs input[type=radio]:checked + label.tab_item02::before {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet {
  width: 1vw;
  height: 1vw;
  margin: 5px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
}
@media (max-width: 992px) {
  .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3.8vw;
    height: 3.8vw;
    margin: 3px;
  }
}

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

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

/*----嚴選合作住宿品牌-----------------------------*/
.hotel_w {
  position: relative;
  text-align: center;
  z-index: 3;
}
.hotel_w h2.h2_title01 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .hotel_w h2.h2_title01 {
    letter-spacing: 0.5vw;
  }
}
.hotel_w h2.h2_title01::after {
  color: #f15a24;
  -webkit-text-stroke: 20px #f15a24;
  text-stroke: 20px #f15a24;
  paint-order: stroke fill;
}
.hotel_w h2.h2_title01 svg {
  width: 100%;
}

.hotel_w h2.h2_title01 {
  width: 100% !important;
}

.hotel_w h2.h2_title01 .svgText {
  font-size: 3rem;
  font-weight: 800;
  fill: black;
  stroke: #fff;
  stroke-width: 8px;
  stroke-linejoin: round;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: middle;
}
@media (max-width: 992px) {
  .hotel_w h2.h2_title01 .svgText {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hotel_w h2.h2_title01 .svgText {
    font-size: 2rem;
  }
}

.hotel_list {
  width: 71.3%;
  position: relative;
  margin: 0% auto 10%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hotel_list {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .hotel_list {
    width: 70%;
  }
}

.hotel_box {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  justify-content: stretch;
  align-items: center;
}
.hotel_box .logo {
  width: 59.4%;
  margin: 2.5% auto;
}
.hotel_box .hotel_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}
.hotel_box .hotel_content h4 {
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #333;
  flex: 1 1 auto;
}
.hotel_box .hotel_content p {
  text-align: center;
  letter-spacing: 1px;
  padding-top: 2%;
}

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

/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(241, 90, 36, 0.9);
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul a {
  text-decoration: none;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #fff;
}
.overlay nav ul a li div {
  display: inline;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  letter-spacing: 5px;
}
.overlay nav ul a li div span {
  display: inline;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #ed425a;
  letter-spacing: 5px;
}
.overlay nav ul a li div p {
  font-size: 5vw;
  font-weight: 600;
}

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

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

button.menu_m {
  display: none;
  width: 3.2%;
  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: 768px) {
  button.menu_m {
    display: block;
    width: 10%;
  }
}/*# sourceMappingURL=style.css.map */