@charset "UTF-8";
form {
  display: block;
}

/* 主視覺版塊 */
.master_vision {
  background: url(../image/asian_blogger_travel.webp) no-repeat top 0 center;
  width: 100%;
  object-fit: contain;
}

.master_vision .container {
  margin-bottom: 4rem;
  /* 搜尋板塊 */
}

.master_vision .container .banner {
  height: 595px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* 主標題文字 */
}

.master_vision .container .banner h2, .master_vision .container .banner p {
  color: var(--white);
  text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.8);
  text-align: left;
}

.master_vision .container .banner p {
  margin-bottom: 2rem;
}

/* 熱門話題 */
/* 熱門話題輪播 */
.hot {
  position: relative;
}

.hot .container {
  /* Swiper 輪播套件 */
  /* 影片卡片在components裡 */
}

.hot .container .swiper {
  max-height: 400px;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  position: relative;
}

.hot .container .swiper .swiper-wrapper {
  max-height: 400px;
}

.hot .container .swiper .swiper-wrapper .swiper-slide {
  max-height: 400px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  /* 輪播影片介紹卡片 */
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner img {
  vertical-align: top;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner .card {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  /* 影片內容欄 */
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content {
  background-image: linear-gradient(90deg, rgba(2, 32, 56, 0.88) 80%, rgba(2, 32, 56, 0.76) 93%, rgba(2, 32, 56, 0.16) 99%, transparent);
  display: flex;
  align-items: center;
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info {
  padding: 0 1rem;
  margin: 1.5rem 1.5rem 0 1rem;
  text-align-last: left;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  color: var(--white);
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info h3 {
  text-align-last: left;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info p {
  text-align-last: left;
  margin-bottom: 2rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info span {
  text-align-last: left;
  margin-top: auto;
  margin-bottom: 1rem;
}

.hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile {
  display: none;
}

/* 人氣嚮導 */
/* 人氣嚮導輪播 */
.pop_guide .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pop_guide .swiper .swiper-slide {
  max-width: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem var(--shadow);
}

.pop_guide .swiper .swiper-slide img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}

.pop_guide .swiper .swiper-slide .content {
  padding: 1.5rem;
}

/* 主題探索 */
.topic_exploration {
  overflow: hidden;
}

.topic_exploration .background {
  position: relative;
}

.topic_exploration .background .scoll_effect {
  height: 100%;
  position: absolute;
  top: 0%;
  left: 42%;
}

.topic_exploration .background .scoll_effect img {
  object-fit: cover;
  vertical-align: top;
  height: 100%;
}

.topic_exploration .background .row {
  /* 圓形圖片 */
  /* 圓形圖片移動位置 */
  /* 知名景點 */
  /* 派對聚會 */
  /* 夯翻美食 */
  /* 手作DIY工坊 */
  /* 親子旅遊 */
  /* 戶外露營 */
}

.topic_exploration .background .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: 0.25s ease-in-out;
}

.topic_exploration .background .row .col:hover {
  color: var(--hover);
  transform: scale(1.12);
}

.topic_exploration .background .row .col .topic {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.topic_exploration .background .row .col .topic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.topic_exploration .background .row .col h3 {
  font-size: 2.25rem;
  position: relative;
}

.topic_exploration .background .row .attractions .topic {
  padding-top: 47%;
  width: 47%;
  right: 40px;
}

.topic_exploration .background .row .attractions h3 {
  right: 40px;
}

.topic_exploration .background .row .party .topic {
  padding-top: 52%;
  width: 52%;
}

.topic_exploration .background .row .meals .topic {
  padding-top: 70%;
  width: 70%;
  right: 53px;
  top: 30px;
}

.topic_exploration .background .row .meals h3 {
  right: 53px;
  top: 30px;
}

.topic_exploration .background .row .diy .topic {
  padding-top: 52%;
  width: 52%;
  left: 100px;
}

.topic_exploration .background .row .diy h3 {
  left: 100px;
}

.topic_exploration .background .row .pctravel .topic {
  padding-top: 45%;
  width: 45%;
  top: 30px;
  right: 80px;
}

.topic_exploration .background .row .pctravel h3 {
  top: 30px;
  right: 80px;
}

.topic_exploration .background .row .camping .topic {
  padding-top: 66%;
  width: 66%;
  top: 20px;
  left: 65px;
}

.topic_exploration .background .row .camping h3 {
  top: 20px;
  left: 65px;
}

.topic_exploration .background .row:last-of-type {
  margin-bottom: 2rem;
}

/* 熱門城市 */
/* 使用 components 做國家卡片 */
.popular_cities {
  /* 調整按鈕位置 */
  /* 地圖 */
  /* more按鈕 */
  /* 座標 icon */
}

.popular_cities .container {
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.popular_cities .container .carousel {
  width: 2800px;
  max-height: 320px;
  margin-bottom: 2rem;
  margin: 0 -15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.popular_cities .container .carousel .carousel_item {
  display: flex;
  /* 用 first-of-type 才能選到 card 的子層 */
  /* 圖片 */
}

.popular_cities .container .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;
  /* 選取到的卡片 */
}

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

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

.popular_cities .container .carousel .carousel_item .card:hover .cover .caption .tag h4, .popular_cities .container .carousel .carousel_item .card.extend .cover .caption .tag h4 {
  display: inline-block;
  color: var(--white);
  padding: 0.25rem 0.75rem;
  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;
}

.popular_cities .container .carousel .carousel_item .card:first-of-type .cover {
  background: url(../image/taipei.webp);
  background-size: cover;
}

.popular_cities .container .carousel .carousel_item .card:nth-of-type(2) .cover {
  background: url(../image/Jiangsu.webp);
  background-size: cover;
}

.popular_cities .container .carousel .carousel_item .card:nth-of-type(3) .cover {
  background: url(../image/Maldives.webp);
  background-size: cover;
}

.popular_cities .container .carousel .carousel_item .card:nth-of-type(4) .cover {
  background: url(../image/Xian.webp);
  background-size: cover;
}

.popular_cities .container .carousel .carousel_item .card:nth-of-type(5) .cover {
  background: url(../image/Manhattan.webp);
  background-size: cover;
}

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

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

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

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

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

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

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

.popular_cities .swiper-button-prev, .popular_cities .swiper-button-next {
  margin-top: 0;
  color: var(--white);
}

.popular_cities .swiper-button-prev {
  left: 1.5rem;
}

.popular_cities .swiper-button-next {
  right: 1.5rem;
}

.popular_cities .map {
  max-width: 1140px;
  margin-bottom: 2rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.popular_cities .map img {
  width: 100%;
  object-fit: cover;
}

.popular_cities .map #coordinate {
  background-color: aquamarine;
  position: sticky;
}

.popular_cities .map .city_pin, .popular_cities .map .city_pin_bounce {
  position: absolute;
  transform: translate(-50%, -50%);
}

.popular_cities .map .city_pin h5, .popular_cities .map .city_pin_bounce h5 {
  display: inline;
}

.popular_cities .map .city_pin {
  color: var(--gray_2);
}

.popular_cities .map .city_pin_bounce {
  color: var(--primary);
}

.popular_cities .map .city_pin:first-of-type {
  top: 41%;
  right: 14%;
}

.popular_cities .more {
  margin-bottom: -2rem;
}

.popular_cities .icon {
  position: absolute;
  transform: translate(-50%, -50%);
  display: block;
}

.popular_cities .icon.text-active {
  color: var(--primary);
}

.popular_cities .icon.text-gray {
  color: var(--gray_2);
}

/* 手機版 熱門城市 */
.popular_cities_mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  /* 主視覺版塊 */
  .master_vision .container {
    margin-bottom: 3rem;
  }
  .master_vision .container .banner {
    height: 575px;
  }
  /* 熱門話題 */
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info h3 {
    font-size: 1.35rem;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info p {
    font-size: 1rem;
    -webkit-line-clamp: 6;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info span {
    font-size: 0.9rem;
  }
  /* 主題探索 */
  /* 圓形圖片移動位置 */
  .topic_exploration .container .row {
    /* 知名景點 */
    /* 派對聚會 */
    /* 夯翻美食 */
    /* 手作DIY工坊 */
    /* 親子旅遊 */
    /* 戶外露營 */
  }
  .topic_exploration .container .row .attractions .topic {
    padding-top: 47%;
    width: 47%;
    right: 2.5rem;
  }
  .topic_exploration .container .row .party .topic {
    padding-top: 63%;
    width: 63%;
    right: 2rem;
  }
  .topic_exploration .container .row .meals .topic {
    padding-top: 70%;
    width: 70%;
    right: 3.125rem;
    top: 1.875rem;
  }
  .topic_exploration .container .row .meals h3 {
    right: 3.125rem;
    top: 1.875rem;
  }
  .topic_exploration .container .row .diy .topic {
    padding-top: 52%;
    width: 52%;
    left: 3.5rem;
  }
  .topic_exploration .container .row .diy h3 {
    left: 3.5rem;
  }
  .topic_exploration .container .row .pctravel .topic {
    padding-top: 45%;
    width: 45%;
    top: 1.875rem;
    right: 5rem;
  }
  .topic_exploration .container .row .pctravel h3 {
    top: 1.875rem;
    right: 5rem;
  }
  .topic_exploration .container .row .camping .topic {
    padding-top: 72%;
    width: 72%;
    left: 2.75rem;
    top: 1.25rem;
  }
  .topic_exploration .container .row .camping h3 {
    left: 2.75rem;
    top: 1.25rem;
  }
}

@media screen and (max-width: 992px) {
  section .container h2 {
    font-size: 3rem;
  }
  .container {
    max-width: 960px;
    margin: auto;
  }
  /* 主視覺版塊 */
  .master_vision .container {
    margin-bottom: 2rem;
    /* 搜尋板塊 */
  }
  .master_vision .container .banner {
    height: 575px;
    position: relative;
  }
  .master_vision .container .banner .col {
    position: absolute;
    top: 30%;
    left: 10%;
    /* 主標題文字 */
  }
  .master_vision .container .banner .col .h2_b_ch {
    font-size: 2.4rem;
  }
  .master_vision .container .banner .col .h4_r_ch {
    font-size: 1.6rem;
  }
  /* 熱門話題 */
  .hot .container .swiper .swiper-wrapper .swiper-slide .card .content .info h3 {
    font-size: 1.2rem;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card .content .info p {
    font-size: 0.95rem;
    -webkit-line-clamp: 5;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card .content .info span {
    font-size: 0.8rem;
  }
  /* 主題探索 */
  .topic_exploration .container .background .row {
    /* 圖形圖片、文字間距與文字尺寸 */
    /* 知名景點 */
    /* 派對聚會 */
    /* 夯翻美食 */
    /* 手作DIY工坊 */
    /* 親子旅遊 */
    /* 戶外露營 */
  }
  .topic_exploration .container .background .row .col h3 {
    font-size: 2.25rem;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
  }
  .topic_exploration .container .background .row .attractions .topic {
    padding-top: 57%;
    width: 57%;
    right: 2.5rem;
  }
  .topic_exploration .container .background .row .attractions h3 {
    right: 2.5rem;
  }
  .topic_exploration .container .background .row .party .topic {
    padding-top: 63%;
    width: 63%;
  }
  .topic_exploration .container .background .row .meals .topic {
    padding-top: 72%;
    width: 72%;
    top: 30px;
    right: 1.5rem;
  }
  .topic_exploration .container .background .row .meals h3 {
    top: 30px;
    right: 1.5rem;
  }
  .topic_exploration .container .background .row .diy .topic {
    padding-top: 52%;
    width: 52%;
    left: 3.75rem;
  }
  .topic_exploration .container .background .row .diy h3 {
    left: 3.75rem;
  }
  .topic_exploration .container .background .row .pctravel .topic {
    padding-top: 45%;
    width: 45%;
    top: 30px;
    right: 5rem;
  }
  .topic_exploration .container .background .row .pctravel h3 {
    top: 30px;
    right: 5rem;
  }
  .topic_exploration .container .background .row .camping .topic {
    padding-top: 62%;
    width: 62%;
    top: 20px;
    left: 2.5rem;
  }
  .topic_exploration .container .background .row .camping h3 {
    top: 20px;
    left: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
  /* 主視覺 master_vision */
  .master_vision .container {
    padding-bottom: 0;
  }
  .master_vision .container .col {
    padding: 0 2rem;
  }
  .master_vision .container .col h2 {
    font-size: 2rem;
  }
  .master_vision .container .col p {
    font-size: 1.4rem;
  }
  /* hot 熱門話題 */
  .hot .container {
    /* 熱門話題的影片 */
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info h3 {
    font-size: 1.15rem;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info p {
    font-size: 0.85rem;
    -webkit-line-clamp: 4;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info span {
    font-size: 0.8rem;
  }
  .hot .container .row .col {
    margin-bottom: 1rem;
  }
  /* pop_guide 人氣嚮導 */
  .pop_guide .guides .card:after {
    width: 0%;
    height: 0%;
  }
  /* 主題探索 */
  .topic_exploration .container .background .row {
    /* 圓形圖片移動位置 */
    /* 知名景點 */
    /* 派對聚會 */
    /* 夯翻美食 */
    /* 手作DIY工坊 */
    /* 親子旅遊 */
    /* 戶外露營 */
  }
  .topic_exploration .container .background .row .col .topic {
    margin-bottom: 0.5rem;
  }
  .topic_exploration .container .background .row .col h3 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
  }
  .topic_exploration .container .background .row .attractions .topic {
    padding-top: 68%;
    width: 68%;
    left: 1.875rem;
  }
  .topic_exploration .container .background .row .attractions h3 {
    left: 1.875rem;
  }
  .topic_exploration .container .background .row .party .topic {
    padding-top: 57%;
    width: 57%;
    left: 3.125rem;
  }
  .topic_exploration .container .background .row .party h3 {
    left: 3.125rem;
  }
  .topic_exploration .container .background .row .meals .topic {
    padding-top: 47%;
    width: 47%;
    left: 5.3125rem;
  }
  .topic_exploration .container .background .row .meals h3 {
    left: 5.3125rem;
  }
  .topic_exploration .container .background .row .diy .topic {
    padding-top: 49%;
    width: 49%;
    left: 0;
    top: 1.875rem;
  }
  .topic_exploration .container .background .row .diy h3 {
    left: 0;
    top: 1.875rem;
  }
  .topic_exploration .container .background .row .pctravel .topic {
    padding-top: 58%;
    width: 58%;
    right: 25px;
  }
  .topic_exploration .container .background .row .pctravel h3 {
    right: 25px;
  }
  .topic_exploration .container .background .row .camping .topic {
    padding-top: 62%;
    width: 62%;
    left: 4.375rem;
  }
  .topic_exploration .container .background .row .camping h3 {
    left: 4.375rem;
  }
  /* 熱門城市卡片 */
  .popular_cities .container .carousel {
    max-height: auto;
  }
  .popular_cities .container .carousel .carousel_item
.card {
    width: 140px;
    white-space: normal;
    /* 選取到的卡片 */
  }
  .popular_cities .container .carousel .carousel_item
.card.extend {
    width: 200px;
  }
  .popular_cities .swiper-button-next {
    right: 1rem;
  }
  .popular_cities .swiper-button-prev {
    left: 1rem;
  }
}

@media screen and (max-width: 640px) {
  /* 熱門話題輪播 */
  .hot {
    position: relative;
  }
  .hot .container {
    /* Swiper 輪播套件 */
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info h3 {
    font-size: 1rem;
    -webkit-line-clamp: 1;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info p {
    font-size: 0.75rem;
    -webkit-line-clamp: 4;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner .card .content .info span {
    font-size: 0.7rem;
  }
  /* 主題探索 */
  .topic_exploration .background .scoll_effect {
    left: 0;
  }
  /* 熱門城市 */
  .popular_cities {
    display: none;
  }
  /* 手機版 熱門城市 */
  .popular_cities_mobile {
    padding: 0 15px;
    display: block;
    position: relative;
  }
  .popular_cities_mobile h2 {
    font-size: 2rem;
    text-align: center;
  }
  .popular_cities_mobile .container {
    overflow: auto;
    position: relative;
    margin-bottom: 2rem;
    -ms-overflow-style: none;
  }
  .popular_cities_mobile .container::-webkit-scrollbar {
    display: none;
  }
  .popular_cities_mobile .container .carousel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    /* 用 first-of-type 才能選到 card 的子層 */
  }
  .popular_cities_mobile .container .carousel .card a {
    text-decoration: none;
  }
  .popular_cities_mobile .container .carousel .card .cover {
    width: 150px;
    height: 150px;
    margin: 0.25rem;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
  }
  .popular_cities_mobile .container .carousel .card .cover:hover {
    background-color: #fff;
  }
  .popular_cities_mobile .container .carousel .card .cover .overlap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 60%, rgba(2, 32, 56, 0.761) 80%, rgba(2, 32, 56, 0.98) 100%);
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .popular_cities_mobile .container .carousel .card .cover .caption {
    height: 100%;
    padding: 0.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
  }
  .popular_cities_mobile .container .carousel .card .cover .caption h3 {
    font-size: 1rem;
  }
  .popular_cities_mobile .container .carousel .card .cover .caption .tag {
    display: block;
  }
  .popular_cities_mobile .container .carousel .card .cover .caption .tag h4 {
    line-height: 1.2;
    font-size: 0.85rem;
    white-space: pre-wrap;
  }
  .popular_cities_mobile .container .carousel .card:first-of-type .cover {
    background: url(../image/taipei.webp);
    background-size: cover;
  }
  .popular_cities_mobile .container .carousel .card:nth-of-type(2) .cover {
    background: url(../image/Jiangsu.webp);
    background-size: cover;
  }
  .popular_cities_mobile .container .carousel .card:nth-of-type(3) .cover {
    background: url(../image/Maldives.webp);
    background-size: cover;
  }
  .popular_cities_mobile .container .carousel .card:nth-of-type(4) .cover {
    background: url(../image/Xian.webp);
    background-size: cover;
  }
  .popular_cities_mobile .container .carousel .card:nth-of-type(5) .cover {
    background: url(../image/Manhattan.webp);
    background-size: cover;
  }
  .popular_cities_mobile .carousel_actions {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translate(0, 25%);
    z-index: 5;
  }
  .popular_cities_mobile .carousel_actions button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border-width: 0;
    color: darkslategrey;
    background-color: rgba(255, 255, 255, 0.64);
    font-weight: bold;
    cursor: pointer;
  }
  .popular_cities_mobile .carousel_actions #carousel_button_prev {
    margin-left: -0.25rem;
  }
  .popular_cities_mobile .carousel_actions #carousel_button_next {
    margin-right: -0.25rem;
  }
}

@media screen and (max-width: 425px) {
  .container {
    max-width: 395px;
  }
  /* 主視覺 master_vision */
  .master_vision .container {
    padding-bottom: 0;
  }
  .master_vision .container .row {
    justify-content: center;
  }
  .master_vision .container .row .col {
    padding: 0 2rem;
  }
  .master_vision .container .row .col h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .master_vision .container .row .col p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
  }
  /* 熱門話題 */
  .hot .container .swiper {
    height: 100%;
    padding-bottom: 2rem;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .banner {
    display: none;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile {
    display: block;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile .video_mobile {
    overflow: hidden;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile .video_mobile img {
    width: 100%;
    position: relative;
    vertical-align: top;
    transform: scale(1);
    transition: 0.3s all ease-in-out;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile .video_mobile img:hover {
    transform: scale(1.2);
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile .content {
    position: relative;
    padding: 1rem 0;
    text-align-last: left;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile .content .video_length {
    font-size: 0.85rem;
    top: -28%;
    right: 2%;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile .content h3 {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .hot .container .swiper .swiper-wrapper .swiper-slide .card_mobile .content p {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .hot .container .swiper .swiper-button-next, .hot .container .swiper .swiper-button-prev {
    color: var(--white);
    opacity: 0;
  }
}
/*# sourceMappingURL=index.css.map */