@charset "UTF-8";
/* boostrap@5.1.3 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
:root {
  --bs-blue: #1363BF;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #F24030;
  --bs-orange: #fd7e14;
  --bs-yellow: #F2CA00;
  --bs-green: #23AE5E;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1363BF;
  --bs-secondary: #18ACEF;
  --bs-success: #23AE5E;
  --bs-info: #0dcaf0;
  --bs-warning: #F2CA00;
  --bs-danger: #F24030;
  --bs-light: #EEEEEE;
  --bs-dark: #092C4C;
  --bs-primary-rgb: 19, 99, 191;
  --bs-secondary-rgb: 24, 172, 239;
  --bs-success-rgb: 35, 174, 94;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 242, 202, 0;
  --bs-danger-rgb: 242, 64, 48;
  --bs-light-rgb: 238, 238, 238;
  --bs-dark-rgb: 9, 44, 76;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--second);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231159ac'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  color: var(--white);
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  color: var(--white);
  background-color: var(--second);
  outline: 0;
  box-shadow: none;
  z-index: 3;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: var(--dark);
  text-decoration: none;
}

img {
  vertical-align: top;
}

*,
::before,
::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.container_full {
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  /* margin-bottom: 30px; */
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666666%;
}

.col-25 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666666%;
}

.col-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666666%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666666%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666666%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666666%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666666%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666666%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666666%;
  }
  .col-xl-12 {
    width: 100%;
  }
}

[class*="row-cols"] > .col {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  /* margin-bottom: 30px; */
}

.row-cols-1 > .col {
  width: 100%;
}

.row-cols-2 > .col {
  width: 50%;
}

.row-cols-3 > .col {
  width: 33.333333%;
}

.row-cols-4 > .col {
  width: 25%;
}

.row-cols-5 > .col {
  width: 20%;
}

.row-cols-6 > .col {
  width: 16.666666%;
}

@media screen and (min-width: 768px) {
  .row-cols-md-1 > .col {
    width: 100%;
  }
  .row-cols-md-2 > .col {
    width: 50%;
  }
  .row-cols-md-3 > .col {
    width: 33.333333%;
  }
  .row-cols-md-4 > .col {
    width: 25%;
  }
  .row-cols-md-5 > .col {
    width: 20%;
  }
  .row-cols-md-6 > .col {
    width: 16.666666%;
  }
}

@media screen and (min-width: 992px) {
  .row-cols-lg-1 > .col {
    width: 100%;
  }
  .row-cols-lg-2 > .col {
    width: 50%;
  }
  .row-cols-lg-3 > .col {
    width: 33.333333%;
  }
  .row-cols-lg-4 > .col {
    width: 25%;
  }
  .row-cols-lg-5 > .col {
    width: 20%;
  }
  .row-cols-lg-6 > .col {
    width: 16.666666%;
  }
}

@media screen and (min-width: 1200px) {
  .row-cols-xl-1 > .col {
    width: 100%;
  }
  .row-cols-xl-2 > .col {
    width: 50%;
  }
  .row-cols-xl-3 > .col {
    width: 33.333333%;
  }
  .row-cols-xl-4 > .col {
    width: 25%;
  }
  .row-cols-xl-5 > .col {
    width: 20%;
  }
  .row-cols-xl-6 > .col {
    width: 16.666666%;
  }
}

:root {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Microsoft JhengHei", "Font Awesome 5 Pro", "Font Awesome 5 Brands", -apple-system, BlinkMacSystemFont, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-awesome-family: "Font Awesome 5 Free";
}

:root {
  --step--4: clamp(0.59rem, calc(0.57rem + 0.08vw), 0.62rem);
  --step--3: clamp(0.66rem, calc(0.64rem + 0.09vw), 0.70rem);
  --step--2: clamp(0.74rem, calc(0.72rem + 0.10vw), 0.79rem);
  --step--1: clamp(0.83rem, calc(0.81rem + 0.11vw), 0.89rem);
  --step-0: clamp(0.94rem, calc(0.91rem + 0.12vw), 1.00rem);
  --step-1: clamp(1.06rem, calc(1.03rem + 0.14vw), 1.13rem);
  --step-2: clamp(1.19rem, calc(1.16rem + 0.15vw), 1.27rem);
  --step-3: clamp(1.34rem, calc(1.30rem + 0.17vw), 1.42rem);
  --step-4: clamp(1.50rem, calc(1.46rem + 0.20vw), 1.60rem);
  --step-5: clamp(1.69rem, calc(1.65rem + 0.22vw), 1.80rem);
  --step-6: clamp(1.90rem, calc(1.48rem + 2.12vw), 2.5rem);
  --step-7: clamp(2.1rem, calc(1.48rem + 2.12vw), 4.5rem);
}

.playfont {
  font-size: var(--step-7);
}

.h1_b_ch {
  font-family: "Noto Sans TC", sans-serif;
  font-size: var(--step-6);
  font-weight: 700;
  line-height: 1.2;
}

.h1_r_ch {
  font-size: var(--step-6);
  font-weight: 400;
  line-height: 1.2;
}

.h2_b_ch {
  font-size: var(--step-5);
  font-weight: 700;
  line-height: 1.2;
}

.h2_r_ch {
  font-size: var(--step-5);
  font-weight: 400;
  line-height: 1.2;
}

.h3_b_ch {
  font-size: var(--step-4);
  font-weight: 700;
  line-height: 1.5;
}

.h3_r_ch {
  font-size: var(--step-4);
  font-weight: 400;
  line-height: 1.5;
}

.h4_b_ch {
  font-size: var(--step-3);
  font-weight: 600;
  line-height: 1.2;
}

.h4_r_ch {
  font-size: var(--step-3);
  font-weight: 400;
  line-height: 1.2;
}

.h5_b_ch {
  font-size: var(--step-2);
  font-weight: 700;
  line-height: 1.5;
}

.h5_r_ch {
  font-size: var(--step-2);
  font-weight: 400;
  line-height: 1.5;
}

.h6_b_ch {
  font-size: var(--step-1);
  font-weight: 700;
  line-height: 1.5;
}

.h6_r_ch {
  font-size: var(--step-1);
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: var(--step-0);
  line-height: 1.5;
  letter-spacing: 1.05px;
}

.t1_b_ch {
  font-size: var(--step--1);
  font-weight: 700;
  line-height: 1.75;
}

.t1_r_ch {
  font-size: var(--step--1);
  font-weight: 400;
  line-height: 1.75;
}

.t2_b_ch {
  font-size: var(--step--2);
  font-weight: 700;
  line-height: 1.5;
}

.t2_r_ch {
  font-size: var(--step--2);
  font-weight: 400;
  line-height: 1.5;
}

.t3_b_ch {
  font-size: var(--step--3);
  font-weight: 700;
  line-height: 1.4;
}

.t3_r_ch {
  font-size: var(--step--3);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.t4_b_ch {
  font-size: var(--step--4);
  font-weight: 700;
  line-height: 1.2;
}

.t4_r_ch {
  font-size: var(--step--4);
  font-weight: 400;
  line-height: 1.2;
}

:root {
  --primary: #1363BF;
  --hover: #3392FF;
  --active: #0E4A8F;
  --second: #18ACEF;
  --second_hover: #008DCC;
  --second_actice: #00A5EF;
  --info: #F2A418;
  --success: #23AE5E;
  --warning: #F2CA00;
  --error: #F24030;
  --light: #eee;
  --dark: #092C4C;
  --shadow: rgba(2, 32, 56, 0.24);
  --muted: #b3b3b3;
  --black_1: #000;
  --black_2: #1d1d1d;
  --black_3: #282828;
  --white: #fff;
  --gray_1: #333;
  --gray_2: #4f4f4f;
  --gray_3: #828282;
  --gray_4: #bdbdbd;
  --gray_5: #e0e0e0;
}

html {
  scroll-behavior: smooth;
}

/* h2 標題 */
section h2 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 1.5rem;
}

/* a連結 */
.link {
  text-decoration: none;
  color: var(--white);
}

/* 所有的按鈕類別 */
/* 按鈕 mouse-in */
button, .button {
  cursor: pointer;
  border-width: 0;
  background: transparent;
}

/* MORE按鈕 */
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 6.5rem 0;
}

.more button {
  padding: 1rem 2rem;
  border-radius: 0.65rem;
  background-color: var(--second);
  color: var(--white);
  font-size: 1rem;
  font-family: sans-serif;
  transition: 0.15s ease-in-out;
}

.more button:hover {
  background-color: var(--second_hover);
}

/* 回到上一頁按鈕 */
.prev-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 6.5rem 0;
}

.prev-page button {
  padding: 1rem 2rem;
  border-radius: 0.65rem;
  border: 2px solid var(--second);
  background-color: var(--white);
  color: var(--second);
  font-size: 1rem;
  font-family: sans-serif;
  transition: 0.15s ease-in-out;
}

.prev-page button:hover {
  border: 2px solid var(--second_hover);
  color: var(--second_hover);
}

/* 影片播放按鈕icon */
.playerButton::before {
  font-family: var(--font-awesome-family);
  color: rgba(255, 255, 255, 0.8);
  font-size: 3rem;
  content: '\f144';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* 手機板影片播放按鈕icon */
.playerButtonMobile::before {
  font-family: var(--font-awesome-family);
  color: rgba(255, 255, 255, 0.8);
  font-size: 3rem;
  content: '\f144';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 33%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* 影片長度 */
.videoLength::after {
  content: attr(data-videoLength);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  padding: 0.375rem 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* 手機板影片長度 */
.videoLengthMobile::after {
  font-size: 1rem;
  content: attr(data-videoLength);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  padding: 0.375rem 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  position: absolute;
  bottom: 40%;
  right: 0;
  z-index: 2;
}

/* 輪播方向按鈕 */
.swiper-button-next,
.swiper-button-prev {
  color: var(--white);
  opacity: 0.9;
  text-shadow: 0 0.25rem 0.5rem var(--dark);
}

.swiper-button-next:active,
.swiper-button-prev:active {
  color: var(--primary);
}

span.swiper-pagination-bullet {
  background: var(--white);
  box-shadow: var(--shadow);
}

/* 熱門城市輪播按鈕 */
.container {
  position: relative;
  /* 輪播按鈕 */
}

.container .arrow {
  width: 3rem;
  height: 3rem;
  border-width: 0;
  color: var(--white);
  position: absolute;
  z-index: 3;
  /* 調整 icon 大小 */
}

.container .arrow:hover {
  color: var(--second_hover);
}

.container .arrow .fa-solid {
  transform: scale(3);
}

.carousel {
  position: relative;
  /* 首頁輪播按鈕 */
}

.carousel .arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border-width: 0;
  background-color: var(--white);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  color: var(--primary);
  position: absolute;
  top: calc(50% - 1.5rem);
  z-index: 3;
  /* 調整 icon 大小    */
}

.carousel .arrow:hover {
  color: var(--hover);
}

.carousel .arrow .fa-solid {
  transform: scale(1.6);
}

/* 內頁的 more */
.more_second_floor {
  width: 100%;
  margin: 2rem auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.more_second_floor button {
  width: 40px;
  height: 40px;
  color: var(--gray_3);
  padding: 0.25rem;
  border-radius: 50%;
}

.more_second_floor button .fa-solid {
  transform: scale(1.6);
}

.more_second_floor button:hover {
  color: var(--second_hover);
}

.more_second_floor .divide {
  width: 100%;
  border-bottom: 2px solid var(--gray_5);
}

/* 回到頂端按鈕 */
.side_function {
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 1rem;
  color: var(--primary);
  text-align: center;
  box-shadow: 0 0 0.25rem var(--shadow);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 5;
}

.side_function .fa-solid {
  transform: scale(2);
  line-height: 0.5;
  color: var(--dark);
}

.side_function .fa-solid:hover {
  transform: scale(2);
  line-height: 0.5;
  color: var(--hover);
}

/* 首頁人氣嚮導聯繫按鈕 */
.detial .contact .item {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
  /* 首頁嚮導欄按鈕調整 icon 大小 */
}

.detial .contact .item:hover {
  color: var(--hover);
}

.detial .contact .item .fa-solid {
  transform: scale(1.2);
}

/* 首頁嚮導欄按鈕 */
.pop_guide .guides .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 首頁嚮導欄按鈕照片 */
}

.pop_guide .guides .card:hover .cover::after {
  opacity: 0.6;
}

.pop_guide .guides .card::after {
  width: 100%;
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: .3s all;
}

.pop_guide .guides .card .cover {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.pop_guide .guides .card .cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: .3s all;
  transform: scale(1);
}

.pop_guide .guides .card .cover:hover img {
  transform: scale(1.15);
}

.pop_guide .guides .card .contact {
  display: flex;
  justify-content: space-evenly;
  /* 首頁嚮導欄按鈕 */
}

.pop_guide .guides .card .contact button {
  width: 2rem;
  height: 2rem;
  background-color: var(--white);
  color: var(--dark);
  border-width: 0;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  margin: 0.25rem;
  margin-bottom: 2rem;
  /* 首頁嚮導欄按鈕調整 icon 大小 */
}

.pop_guide .guides .card .contact button:hover {
  color: var(--hover);
}

.pop_guide .guides .card .contact button .fa-solid {
  transform: scale(1.05);
}

.pop_guide .carousel .card:nth-child(2) {
  z-index: 2;
  position: relative;
}

/* 首頁嚮導簡介 */
.pop_guide {
  /* 嚮導欄 */
  /* 按鈕 */
  /* 評分 */
}

.pop_guide .swiper {
  position: relative;
  margin-bottom: 4rem;
}

.pop_guide .swiper .swiper-slide-active {
  position: relative;
}

.pop_guide .swiper .swiper-slide-active::before, .pop_guide .swiper .swiper-slide-active::after {
  background-color: transparent;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
}

.pop_guide .swiper .swiper-slide-active::after {
  left: -100%;
}

.pop_guide .swiper .baffle {
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
}

.pop_guide .swiper .baffle a {
  display: block;
}

.pop_guide .swiper .baffle .cover {
  overflow: hidden;
  /* 嚮導照片 */
}

.pop_guide .swiper .baffle .cover img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  transform: scale(1.01);
  transition: .3s all;
}

.pop_guide .swiper .baffle:hover img {
  transform: scale(1.3);
}

.pop_guide .swiper .baffle .content {
  padding: 1.5rem;
  background-color: #fff;
  /* 人氣嚮導 */
  /* 細節 */
}

.pop_guide .swiper .baffle .content .guide {
  margin-bottom: 1rem;
  /* 名字 */
}

.pop_guide .swiper .baffle .content .guide .name {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.pop_guide .swiper .baffle .content .guide .name h3 {
  margin-right: 0.5rem;
}

.pop_guide .swiper .baffle .content .guide .name .fa-solid {
  margin-right: 0.25rem;
}

.pop_guide .swiper .baffle .content .guide h4 {
  margin-bottom: 0.5em;
}

.pop_guide .swiper .baffle .content p {
  margin-bottom: 1rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1rem;
}

.pop_guide .swiper .baffle .content .detial {
  display: flex;
  justify-content: space-between;
}

.pop_guide .swiper .baffle .content .detial .score {
  display: flex;
  align-items: center;
}

.pop_guide .swiper .baffle .content .detial .score .fa-star {
  transform: scale(0.85);
}

.pop_guide .swiper .baffle .content .detial .contact {
  display: flex;
  margin-top: 2rem;
}

.pop_guide .guides .cover {
  margin-bottom: 1rem;
}

.pop_guide .guides .guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pop_guide .guides .guide .name {
  margin-bottom: 0.5rem;
}

.pop_guide .guides .guide .score {
  margin-bottom: 0.5rem;
}

.pop_guide .guides .guide .score .fa-solid {
  margin-right: 0.5rem;
}

.pop_guide .guides .guide h4 {
  margin-bottom: 0.25rem;
}

.pop_guide .guides .guide p {
  margin-bottom: 0.5rem;
}

.pop_guide .guides .contact {
  margin: 0 auto;
  /* 按鈕 */
}

.pop_guide .guides .contact button {
  position: relative;
}

.pop_guide .item {
  position: relative;
  /* 按鈕清單 */
}

.pop_guide .item:hover {
  color: var(--hover);
}

.pop_guide .item:hover .list-ul {
  transform: scale(1);
  transform-origin: bottom right;
  color: var(--dark);
}

.pop_guide .item:hover .list-ul .record {
  margin: auto;
}

.pop_guide .item:hover .list-ul .record:hover {
  color: var(--hover);
}

.pop_guide .item .list-ul {
  width: 12rem;
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem var(--shadow);
  display: flex;
  padding: 1.2rem 0.1rem;
  margin: 0.5rem;
  position: absolute;
  z-index: 2;
  right: -45%;
  bottom: 75%;
  transform: scale(0);
  transition: 0.3s all;
  /* 按鈕 */
}

.pop_guide .item .list-ul .item {
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: var(--dark);
}

.pop_guide .item .list-ul .item:hover {
  color: var(--hover);
}

.pop_guide .item .list-ul .fa-solid {
  margin-right: 0.5rem;
}

.pop_guide .item .list-ul span {
  font-size: 0.95rem;
}

.pop_guide .score {
  color: var(--info);
}

.pop_guide .score span {
  font-size: 0.95rem;
}

/* 燈箱內容 */
#lightBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

#lightBox .x-btn, #lightBox .btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--gray_5);
  transition: 0.1s all ease-in-out;
  position: absolute;
  margin: 1.5rem;
  top: 0;
  right: 0;
}

#lightBox .x-btn:hover, #lightBox .btn:hover {
  background-color: var(--error);
  color: var(--white);
}

#lightBox .x-btn .fa-solid, #lightBox .btn .fa-solid {
  transform: scale(1.6);
}

#lightBox iframe {
  width: 90%;
  height: 90%;
  object-fit: cover;
  vertical-align: top;
}

/* popupBox 彈窗 */
#popupBox {
  width: 240px;
  height: 140px;
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.25rem var(--shadow);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

#popupBox p {
  margin-bottom: 0.5rem;
}

#popupBox .popup-function {
  display: flex;
}

#popupBox .popup-function button {
  border-radius: 0.55rem;
  padding: 0.45rem 1.65rem;
  margin: 0.5rem;
}

#popupBox .popup-function #confirmBtn {
  color: var(--white);
  background-color: var(--primary);
  transition: 0.3s all;
}

#popupBox .popup-function #confirmBtn:hover {
  background-color: var(--hover);
}

#popupBox .popup-function #cancelBtn {
  color: var(--dark);
  border: 1px solid var(--dark);
  background-color: #fff;
  transition: 0.3s all;
}

#popupBox .popup-function #cancelBtn:hover {
  color: var(--white);
  border: 1px solid var(--error);
  background-color: var(--error);
}

/* 所有卡片類型 */
/* 首頁熱門話題影片卡片 */
.hot .row {
  margin-bottom: 2rem;
}

.hot .row .col {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.hot .row .col .video {
  height: 160px;
  border-radius: 0.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}

.hot .row .col .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.hot .row .col .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}

.hot .row .col .content .title_paragraph {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  /* 文字 */
}

.hot .row .col .content .title_paragraph h3 {
  margin: 0.5rem 0 0;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hot .row .col .content span {
  margin-bottom: 0.5rem;
}

/* 首頁嚮導卡片 */
.pop_guide .carousel .card {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  position: relative;
}

/* 熱門城市卡片 */
.carousel {
  max-height: 320px;
  margin-bottom: 2rem;
  margin: 0 -15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.carousel .carousel_item {
  display: flex;
  /* 圖片 */
}

.carousel .carousel_item .card {
  width: 190px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  /* 選取到的卡片 */
}

.carousel .carousel_item .card:hover, .carousel .carousel_item .card.extend {
  width: 370px;
  /* hover 後內框線 */
}

.carousel .carousel_item .card:hover .cover, .carousel .carousel_item .card.extend .cover {
  outline: 0.25rem solid var(--hover);
}

.carousel .carousel_item .card:hover .cover .caption .tag h4, .carousel .carousel_item .card.extend .cover .caption .tag h4 {
  display: inline-block;
  color: var(--white);
  padding: 0.25rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.16);
  margin: 0 0 0.75rem 0.6rem;
  z-index: 2;
}

.carousel .carousel_item .cover {
  height: 320px;
  border-radius: 1.25rem;
  vertical-align: top;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  /* 漸層覆蓋 */
  /* 標題 */
}

.carousel .carousel_item .cover .overlap {
  background: linear-gradient(transparent 60%, rgba(2, 32, 56, 0.761) 80%, rgba(2, 32, 56, 0.98) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.carousel .carousel_item .cover .caption {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  /* 名稱 */
  /* 次標 */
}

.carousel .carousel_item .cover .caption h3 {
  color: var(--white);
  text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.8);
  margin: 0 0 0.75rem 0.6rem;
  z-index: 2;
}

.carousel .carousel_item .cover .caption .tag h4 {
  display: none;
}

.carousel .carousel_item-hidden {
  display: none;
}

.carousel .carousel_item-visible {
  display: flex;
  animation: fadeVisibility 1.5s;
}

/* 調整按鈕位置 */
.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
  margin: auto;
  color: var(--white);
  transform: translate(0%, -50%);
}

.swiper-button-prev {
  left: 0.5rem;
}

.swiper-button-next {
  right: 0.5rem;
}

/* 所有 tag slider */
/* tag_slider */
.tag_name_header {
  display: flex;
  justify-content: flex-start;
}

.tag_slider {
  width: 100%;
  position: relative;
  /* 漸層覆蓋 */
}

.tag_slider ul {
  display: flex;
  margin: 1rem 0;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.tag_slider ul::-webkit-scrollbar {
  display: none;
}

.tag_slider ul li {
  margin: auto .5rem;
  /* more按鈕 */
}

.tag_slider ul li .tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: var(--gray_2);
  border: 1px solid var(--gray_2);
  border-radius: 1rem;
}

.tag_slider ul li .tag:hover {
  color: var(--second_hover);
  border: 1px solid var(--second_hover);
}

.tag_slider ul li .arrow {
  position: relative;
  z-index: 3;
  color: var(--gray_2);
}

.tag_slider ul li .arrow:hover {
  color: var(--second_hover);
}

.tag_slider .overlap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: linear-gradient(270deg, white 4%, transparent 20%);
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  /* 首頁輪播按鈕 */
  .carousel .arrow.left {
    left: 0;
  }
  .carousel .arrow.right {
    right: 0;
  }
  /* 回到頂端 */
  .side_function {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media screen and (max-width: 992px) {
  /* 回到頂端 */
  .side_function {
    width: 2rem;
    height: 2rem;
    right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  /* 首頁熱門話題影片卡片 */
  .hot .row {
    margin-bottom: 2rem;
  }
  .hot .row .col {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
  .hot .row .col a {
    display: flex;
    text-decoration: none;
    color: var(--gray_2);
  }
  .hot .row .col a .video {
    width: 54%;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
  }
  .hot .row .col a .video iframe {
    width: 100%;
    height: 180px;
    object-fit: cover;
    vertical-align: top;
  }
  .hot .row .col a .content {
    display: flex;
    flex-direction: column;
    width: 42%;
    margin: 0 1rem;
    /* 文字 */
  }
  .hot .row .col a .content h3 {
    font-size: 1rem;
    margin: 0;
  }
  .hot .row .col a .content p {
    font-size: 0.8rem;
    margin-bottom: auto;
    letter-spacing: 0;
    flex: 1 0 0;
  }
  .hot .row .col a .content span {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0;
  }
  /* 內頁的 more */
  .more_second_floor {
    margin: 1rem auto;
  }
  .more_second_floor button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: var(--gray_3);
    padding: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .more_second_floor button .fa-solid {
    transform: scale(1.3);
  }
  .more_second_floor button:hover {
    color: var(--second_hover);
  }
  /* 回到頂端 */
  .side_function {
    bottom: 5rem;
    right: 0.5rem;
  }
}

@media (max-width: 425px) {
  .pop_guide .swiper {
    margin-bottom: 0;
  }
  .detial .contact .item {
    padding: 0.5rem 1.25rem;
    margin-right: 0.5rem;
    /* 首頁嚮導欄按鈕調整 icon 大小 */
  }
  .detial .contact .item:hover {
    color: var(--hover);
  }
  .detial .contact .item .fa-solid {
    transform: scale(1);
  }
}

/* 網頁導覽列 */
.main_header {
  background-color: var(--white);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  /* 導覽列選單 */
}

.main_header #menu-switch {
  display: none;
}

.main_header .main_nav {
  box-shadow: 0 0.25rem 0.75rem var(--shadow);
  padding: 1rem 4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  /* 導覽列logo */
  /* 首頁搜尋欄 */
}

.main_header .main_nav .logo {
  width: 7.5rem;
  height: 100%;
}

.main_header .main_nav .logo img {
  width: 100%;
  vertical-align: top;
}

.main_header .main_nav .search_bar {
  font-size: 1rem;
  margin: auto;
  border-radius: 0.5rem;
  border: 1.5px solid var(--gray_5);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 400px;
  /* 訂閱按鈕 */
}

.main_header .main_nav .search_bar input {
  background: transparent;
  width: 100%;
  border-width: 0;
  padding: 0.5rem 1rem;
}

.main_header .main_nav .search_bar input::placeholder {
  color: var(--gray_4);
  font-size: 1rem;
  letter-spacing: 0.6px;
}

.main_header .main_nav .search_bar input:focus {
  outline: 0;
}

.main_header .main_nav .search_bar datalist {
  background-color: #fff;
}

.main_header .main_nav .search_bar .fa-solid {
  margin-right: 1rem;
  color: var(--gray_3);
}

.main_header .main_nav .search_bar button {
  background-color: var(--primary);
  color: var(--white);
  width: 96px;
  border-width: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  /* 首頁搜尋欄按鈕調整 icon 大小 */
}

.main_header .main_nav .search_bar button:hover {
  background-color: var(--hover);
}

.main_header .main_nav .search_bar button:active {
  background-color: var(--active);
}

.main_header .main_nav .search_bar button .fa-solid {
  font-size: 1rem;
}

.main_header .main_nav .main_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  /* 導覽列連結 */
  /* 會員相關按鈕 */
}

.main_header .main_nav .main_menu ul {
  display: flex;
  align-items: center;
}

.main_header .main_nav .main_menu ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  color: var(--gray_2);
}

.main_header .main_nav .main_menu ul li a:hover {
  color: var(--hover);
}

.main_header .main_nav .main_menu span {
  color: var(--gray_2);
}

.main_header .main_nav .main_menu .member_button {
  display: flex;
  align-items: center;
  /* 按鈕 */
  /* 語言切換按鈕 */
}

.main_header .main_nav .main_menu .member_button .signup {
  padding: 0.5rem 0.75rem;
  transition: all 0.05s ease-in-out;
  color: var(--gray_2);
}

.main_header .main_nav .main_menu .member_button .signup:hover {
  color: var(--hover);
}

.main_header .main_nav .main_menu .member_button .translate {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: var(--gray_2);
  /* 國旗圖案 */
  /* 下拉選單 icon */
}

.main_header .main_nav .main_menu .member_button .translate .flag {
  padding: 0 0.5rem;
}

.main_header .main_nav .main_menu .member_button .translate .flag .fa-solid {
  font-size: 1.15rem;
}

.main_header .main_nav .main_menu .member_button .translate .text .fa-solid {
  color: var(--gray_2);
  padding: 0 0.5rem;
}

.main_header .main_nav .main_menu .member_button .translate .text .fa-solid:hover {
  color: var(--hover);
}

/* 手機 Tabbar */
.main_tabbar {
  display: none;
}

/* footer */
footer {
  margin: 0 auto;
  background: linear-gradient(0deg, #267fbf, rgba(51, 146, 255, 0.5));
  clip-path: url("#footer_x5F_clip_x5F_path");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  /* 主體 */
  /* 著作權 */
}

footer svg {
  margin: 0 auto;
  height: 0;
  display: flex;
  justify-content: center;
}

footer .container .background {
  padding-top: 11rem;
  padding-bottom: 4rem;
  /* footer連結 */
}

footer .container .background .footer_links {
  display: flex;
  align-items: center;
}

footer .container .background .footer_links ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .container .background .footer_links ul li a {
  padding-bottom: 2.25rem;
  display: inline-block;
  color: var(--white);
}

footer .container .background .subscribe {
  /* media */
  /* downapp */
}

footer .container .background .subscribe .subscribe_email {
  display: flex;
}

footer .container .background .subscribe .subscribe_email input {
  margin-right: auto;
  width: 100%;
  padding: 1rem 0;
  padding-left: 1rem;
  border-width: 0;
  border-radius: 0.5rem 0 0 0.5rem;
}

footer .container .background .subscribe .subscribe_email input::placeholder {
  width: 100%;
  color: var(--gray_4);
}

footer .container .background .subscribe .subscribe_email input:focus {
  outline: 0;
}

footer .container .background .subscribe .subscribe_email button {
  background-color: var(--primary);
  color: var(--white);
  width: 96px;
  border-width: 0;
  border-radius: 0 0.5rem 0.5rem 0;
}

footer .container .background .subscribe .subscribe_email button:hover {
  background-color: var(--hover);
}

footer .container .background .subscribe .subscribe_email button:active {
  background-color: var(--active);
}

footer .container .background .subscribe .subscribe_email button i.fa-solid {
  transform: scale(1.6);
}

footer .container .background .subscribe .media ul {
  display: flex;
  justify-content: space-between;
}

footer .container .background .subscribe .media ul li {
  padding: 2.25rem 0;
}

footer .container .background .subscribe .media ul li img {
  width: 100%;
}

footer .container .background .subscribe .downapp ul {
  display: flex;
}

footer .container .background .subscribe .downapp ul li {
  padding-right: 2rem;
}

footer .container .background .subscribe .downapp ul li img {
  width: 100%;
  object-fit: cover;
}

footer .copyright {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  font-family: Helvetica;
  padding: 0.75rem 0;
}

@media screen and (max-width: 1440px) {
  .main_header .main_nav .search_bar {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .main_header .main_nav {
    padding: 0.75rem 2.5rem;
  }
  .main_header .main_nav .search_bar {
    flex: 0 0 auto;
  }
  .main_header .main_nav .main_menu span {
    padding: 0 0.25rem;
  }
  .main_header .main_nav .main_menu .member_button {
    display: flex;
  }
  .main_header .main_nav .main_menu .member_button a {
    text-decoration: none;
    color: var(--gray_2);
  }
  .main_header .main_nav .main_menu .member_button .signup {
    padding: 0.5rem;
  }
  .main_header .main_nav .main_menu .member_button .translate {
    color: var(--gray_2);
    padding: 0.5rem;
  }
  .main_header .main_nav .main_menu .member_button .translate .fa-solid {
    padding: 0.5rem;
  }
  .main_header .main_nav .main_menu .member_button .translate .text .fa-solid {
    padding: 0.5rem;
  }
  .main_header .main_nav .main_menu .member_button .translate .text .fa-solid:hover {
    color: var(--hover);
  }
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 992px) {
  .main_header .main_nav {
    padding: 0.6rem 2rem;
    /* 搜尋欄 */
  }
  .main_header .main_nav .search_bar {
    flex: 0 0 auto;
  }
  .main_header .main_nav .main_menu {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }
  .main_header .main_nav .main_menu ul li a {
    padding: 0.5rem;
  }
  .main_header .main_nav .main_menu span {
    padding: 0.1rem;
  }
  .main_header .main_nav .main_menu .member_button {
    display: flex;
  }
  .main_header .main_nav .main_menu .member_button a {
    text-decoration: none;
    color: var(--gray_2);
  }
  .main_header .main_nav .main_menu .member_button .login {
    padding: 0.5rem 1.25rem;
    border-radius: 0.2rem;
  }
  .main_header .main_nav .main_menu .member_button .translate {
    color: var(--gray_2);
    padding: 0.5rem;
  }
  .main_header .main_nav .main_menu .member_button .translate .fa-solid {
    padding: 0;
  }
  .main_header .main_nav .main_menu .member_button .translate .text .fa-solid {
    padding: 0.25rem;
  }
  .main_header .main_nav .main_menu .member_button .translate .text .fa-solid:hover {
    color: var(--hover);
  }
  .container {
    max-width: 960px;
  }
  footer .background {
    justify-content: space-evenly;
  }
  footer .background .footer_links {
    justify-content: center;
  }
  footer .background .media ul li {
    margin-right: 1rem;
  }
  footer .background .downapp li {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 930px) {
  .main_header .main_nav {
    padding: 0.5rem 1.5rem;
    /* 搜尋欄 */
  }
  .main_header .main_nav .search_bar {
    font-size: 0.85rem;
    flex: 0 0 auto;
  }
  .main_header .main_nav .search_bar input {
    padding: 0.4rem 0.75rem;
  }
  .main_header .main_nav .main_menu {
    font-size: 0.85rem;
  }
  .main_header .main_nav .main_menu .member_button .signup {
    margin-right: 0;
  }
  .main_header .main_nav .main_menu .member_button .translate {
    padding: 0;
  }
}

@media screen and (max-width: 852px) {
  .main_header .main_nav {
    padding: 0.5rem 1.5rem;
    /* 搜尋欄 */
  }
  .main_header .main_nav .search_bar {
    font-size: 0.8rem;
    margin: 0 1rem;
    flex: 0 0 auto;
  }
  .main_header .main_nav .search_bar input {
    padding: 0.4rem 0.5rem;
  }
  .main_header .main_nav .main_menu {
    font-size: 0.85rem;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .main_header .main_nav .main_menu ul li a {
    padding: 0.35rem;
  }
  .main_header .main_nav .main_menu .member_button .signup {
    padding: 0.35rem;
    margin-right: 0;
  }
  .main_header .main_nav .main_menu .member_button .translate {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  /* 網頁版導覽列 */
  .main_header .main_nav {
    padding: 0.8rem 1rem 0.4rem;
  }
  .main_header .main_nav .logo {
    width: 7rem;
  }
  .main_header .main_nav .search_bar {
    display: none;
  }
  .main_header .main_nav .hamburger {
    background-color: var(--white);
    width: 40px;
    height: 40px;
    position: relative;
  }
  .main_header .main_nav .hamburger span {
    background-color: var(--primary);
    width: 80%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main_header .main_nav .hamburger span:first-child {
    top: 14px;
  }
  .main_header .main_nav .hamburger span:nth-child(2) {
    top: 2px;
    bottom: 0px;
  }
  .main_header .main_nav .hamburger span:last-child {
    bottom: 11px;
  }
  .main_header .main_nav .main_menu {
    width: 100%;
    height: 8rem;
    background: var(--white);
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 1px solid var(--gray_5);
    box-shadow: 0 1rem 1rem var(--shadow);
    display: block;
    position: absolute;
    top: 100%;
    left: -100%;
    z-index: 3;
    transition: left 0.3s;
    padding-top: 0;
    padding-bottom: 0.25rem;
  }
  .main_header .main_nav .main_menu ul {
    display: block;
  }
  .main_header .main_nav .main_menu ul li a {
    padding: 0.75rem;
    text-decoration: none;
    color: var(--gray_2);
  }
  .main_header .main_nav .main_menu ul li:first-of-type, .main_header .main_nav .main_menu ul li:nth-last-of-type(1), .main_header .main_nav .main_menu ul li:nth-last-of-type(2), .main_header .main_nav .main_menu ul li:nth-last-of-type(3) {
    display: none;
  }
  .main_header .main_nav .main_menu span {
    display: none;
  }
  .main_header .main_nav .main_menu .member_button {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }
  .main_header .main_nav .main_menu .member_button a {
    display: flex;
    text-decoration: none;
    color: var(--gray_2);
    font-size: 0.95rem;
    border-bottom: 1px solid var(--gray_5);
  }
  .main_header .main_nav .main_menu .member_button a:hover {
    border-bottom: 1px solid var(--white);
    background-color: var(--hover);
    color: var(--white);
  }
  .main_header .main_nav .main_menu .member_button .signup {
    margin-right: 0;
    padding: 1rem;
  }
  .main_header .main_nav .main_menu .member_button .signup:hover {
    color: var(--white);
  }
  .main_header .main_nav .main_menu .member_button .login {
    margin-right: 0;
    padding: 1rem;
    background: var(--white);
    color: var(--gray_2);
    border-radius: 0;
  }
  .main_header .main_nav .main_menu .member_button .translate {
    color: var(--gray_2);
    padding: 1rem;
    font-size: 0.95rem;
  }
  .main_header .main_nav .main_menu .member_button .translate:hover, .main_header .main_nav .main_menu .member_button .translate .text .fa-solid:hover {
    background: var(--hover);
    color: var(--white);
  }
  .main_header .main_nav .main_menu .member_button .translate .flag {
    display: none;
  }
  .main_header .main_nav .main_menu .member_button .translate .text .fa-solid:hover {
    color: var(--white);
  }
  .main_header #menu-switch {
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .main_header #menu-switch:checked ~ .main_nav .main_menu {
    left: 0;
  }
  .main_header #menu-switch:checked ~ .main_nav .hamburger span:first-child {
    top: 19px;
    transform: rotate(45deg);
    transition: top 0.1s, transform 0.05s 0.1s;
  }
  .main_header #menu-switch:checked ~ .main_nav .hamburger span:nth-child(2) {
    display: none;
  }
  .main_header #menu-switch:checked ~ .main_nav .hamburger span:last-child {
    bottom: 19px;
    transform: rotate(-45deg);
    transition: bottom 0.1s, transform 0.05s 0.1s;
  }
  /* 手機 Tabbar */
  .main_tabbar {
    width: 100%;
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 12;
  }
  .main_tabbar .container_full {
    background: var(--gray_2);
    background-color: var(--white);
    margin: 0 auto;
    padding: 0.5rem 1rem;
    box-shadow: 0 -0.25rem 0.5rem var(--shadow);
    position: relative;
  }
  .main_tabbar .container_full .row {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .main_tabbar .container_full .row .col a {
    color: var(--gray_2);
    font-size: 1rem;
    padding: 0.2rem 0 0;
    text-align: center;
    display: inline-block;
    margin: 0 -15px;
  }
  .main_tabbar .container_full .row .col a h2 {
    margin-bottom: 0;
    color: var(--primary);
    letter-spacing: 0;
  }
  .main_tabbar .container_full .row .col a h2:hover {
    color: var(--hover);
  }
  .main_tabbar .container_full .row .col a .fa-solid {
    color: var(--primary);
  }
  .main_tabbar .container_full .row .col a .fa-solid:hover {
    color: var(--hover);
  }
  /* bottomSheet */
  .main_header_mobile #bottomSheetContainer {
    background-color: rgba(0, 0, 0, 0.76);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    display: none;
  }
  .main_header_mobile #bottomSheetContainer.active {
    display: flex;
  }
  .main_header_mobile #bottomSheet {
    background-color: #fff;
    width: 600px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  .main_header_mobile #bottomSheet.active {
    transform: translateY(0);
  }
  .main_header_mobile #bottomSheet a {
    color: #333;
    text-decoration: none;
    height: 40px;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
  }
  .main_header_mobile #bottomSheet a:hover {
    background-color: #ccc;
  }
  /* footer */
  footer .container {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
  footer .container .background {
    padding: 0 0 1rem;
  }
  footer .container .background .col {
    width: 100%;
  }
  footer .container .background .col:first-of-type {
    order: 1;
  }
  footer .container .background .col .footer_links .col {
    max-width: 70%;
    display: flex;
    justify-content: center;
  }
  footer .container .background .col .footer_links .col ul {
    width: 100%;
    padding-top: 3rem;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .container .background .col .footer_links .col ul li {
    padding: 0 1rem;
  }
  footer .container .background .col .footer_links .col ul li a {
    padding-bottom: 0;
  }
  footer .container .background .col .footer_links .col:first-of-type {
    order: 1;
  }
  footer .container .background .col .footer_links .col:nth-of-type(2) {
    order: 2;
  }
  footer .container .background .subscribe {
    text-align: -webkit-center;
  }
  footer .container .background .subscribe .subscribe_email {
    max-width: 70%;
  }
  footer .container .background .subscribe .media {
    max-width: 70%;
  }
  footer .container .background .subscribe .media ul li {
    margin-right: 0;
  }
  footer .container .background .subscribe .downapp {
    max-width: 70%;
  }
  footer .container .background .subscribe .downapp ul {
    justify-content: space-between;
  }
  footer .container .background .subscribe .downapp ul li {
    padding-right: 0;
  }
}

@media screen and (max-width: 425px) {
  footer .container .background .col .footer_links .col {
    max-width: 100%;
  }
  footer .container .background .col .footer_links .col a {
    font-size: 0.9rem;
  }
  footer .container .background .subscribe .subscribe_email {
    max-width: 100%;
  }
  footer .container .background .subscribe .media {
    max-width: 100%;
  }
  footer .container .background .subscribe .media ul {
    margin: 1.5rem 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .container .background .subscribe .media ul li {
    margin-right: 0.75rem;
    padding: 0.75rem 0;
  }
  footer .container .background .subscribe .downapp {
    max-width: 100%;
  }
  footer .container .background .subscribe .downapp ul {
    justify-content: flex-start;
  }
  footer .container .background .subscribe .downapp ul li {
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 320px) {
  /* 手機 Tabbar */
  .main_tabbar .col h2 {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=all.css.map */