@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #ec236d;
  --rwd-60px: 60px;
  --rwd-75px: 75px;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 768px) {
  :root {
    --rwd-60px: 36px;
    --rwd-75px: 48px;
  }
}
/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
a {
  text-decoration: none;
}

.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-smaller:hover {
  transform: scale(0.95);
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

/* fixed */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

#go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

#go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  #go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  #go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  #go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  #go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 12vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 80px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.section-block {
  padding: var(--rwd-75px) 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1440px) {
  .section-block {
    padding: var(--rwd-60px) 0;
  }
}
/* menu */
.menu-box {
  position: absolute;
  z-index: 99;
  width: 100%;
}
@media (max-width: 991px) {
  .menu-box {
    align-items: center;
    justify-content: space-between;
  }
}
.menu-box > div {
  position: absolute;
}
@media (max-width: 575px) {
  .menu-box > div {
    background-color: #fff;
  }
}
.menu-box.show-menu {
  position: fixed;
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.nav-item {
  margin-bottom: 8px;
}
.nav-item a {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  margin: 0 8px;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  background-color: #ef737b;
}
.nav-item a:hover {
  color: #ef737b;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 18px;
    margin: 4px 8px;
    padding: 2px 16px;
  }
}

.logos > a {
  display: inline-block;
  vertical-align: top;
}

.logos img {
  width: auto;
  height: 3.6vw;
  margin-left: 1vw;
}
@media (max-width: 991px) {
  .logos img {
    width: auto;
    height: 5.6vw;
  }
}
@media (max-width: 575px) {
  .logos img {
    height: 8vw;
  }
}

.menu-box-nav {
  background-color: rgba(90, 147, 202, 0.8666666667);
}
@media (max-width: 991px) {
  .menu-box-nav > ul {
    border-radius: 0;
    padding-bottom: 4vw;
  }
}
@media (max-width: 575px) {
  .menu-box-nav > ul {
    padding-bottom: 3vw;
  }
}

.menu-box-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  .menu-box-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  .menu-box-btn img {
    width: 11vw;
  }
}

.menu-link ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* TODO: MENU RWD */
.menu-box.menu-add-bg {
  top: 0px;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  right: 0;
  width: 25vw;
  padding-top: 64px;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  transform: translateX(100%);
  background-color: rgba(255, 242, 213, 0.8);
}
@media (max-width: 991px) {
  .menu-link {
    width: 35vw;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
  }
}

.menu-link ul {
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 16px;
}

.show-menu .menu-link {
  transform: translateX(0%);
}

/* Attention seekers  */
@keyframes bounce {
  from, 10%, 26.5%, 50%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  20%, 21.5% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.025);
  }
  35% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.0125);
  }
  40% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.9875);
  }
  45% {
    transform: translate3d(0, -4px, 0) scaleY(1.005);
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  border: 2px solid var(--swiper-theme-color);
  background: unset;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  opacity: 1;
}

.swiper-add-arrows {
  position: relative;
  width: 68%;
  margin: auto;
}

.swiper-add-arrows .swiper-button-next, .swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.arr-left, .arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  top: 40%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
}

.arr-left:hover, .arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -4vw;
}

.arr-right {
  right: -4vw;
  transform: rotate(180deg);
}

.hide-3-items .arr-left, .hide-3-items .arr-right {
  display: none;
}

@media (max-width: 1600px) {
  .swiper-add-arrows {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .swiper-add-arrows {
    width: 85%;
  }
  .arr-left, .arr-right {
    background-size: 50%;
  }
}
@media (max-width: 1024px) {
  .swiper-add-arrows {
    width: 90%;
  }
  .arr-left, .arr-right {
    background-size: 50%;
  }
}
@media (max-width: 990px) {
  .hide-3-items .arr-left, .hide-3-items .arr-right {
    display: block;
  }
}
@media (max-width: 767px) {
  .arr-left, .arr-right {
    width: 8vw;
    height: 8vw;
  }
  .arr-left {
    left: -6vw;
  }
  .arr-right {
    right: -6vw;
    transform: rotate(180deg);
  }
}
@media (max-width: 575px) {
  .swiper-add-arrows {
    width: 85%;
  }
  .arr-left, .arr-right {
    background-size: 100%;
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 2vw;
  background-image: url("../images/kv/1x/kv-bottom.png");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
@media (max-width: 575px) {
  .kv {
    padding-top: 56px;
  }
}

.kv-cat {
  position: absolute;
  width: 32.7%;
  left: 34%;
  top: 24.5%;
  z-index: 3;
  animation: cat 4s ease infinite;
}
@media (max-width: 575px) {
  .kv-cat {
    width: 63.7%;
    left: 32%;
    top: calc(40% + 56px);
  }
}

@keyframes cat {
  0%, 10%, 20%, 100% {
    transform: translateY(0%);
  }
  7%, 17% {
    transform: translateY(-2%);
  }
}
.kv-line {
  position: absolute;
  width: 33.3%;
}
@media (max-width: 575px) {
  .kv-line {
    width: 55%;
  }
}

.kv-line-1 {
  left: 16.5%;
  top: 67.5%;
}
@media (max-width: 575px) {
  .kv-line-1 {
    left: 3.5%;
    top: calc(73.5% + 56px);
  }
}

.kv-line-2 {
  left: 21%;
  top: 75%;
}
@media (max-width: 575px) {
  .kv-line-2 {
    left: 12%;
    top: calc(78% + 56px);
  }
}

.kv-title {
  position: absolute;
  width: 37.5%;
  left: 51.5%;
  top: 5%;
  animation: kv-title 1.5s ease-in-out infinite;
}
@media (max-width: 575px) {
  .kv-title {
    width: 85%;
    left: 19%;
    top: calc(1% + 56px);
  }
}

@keyframes kv-title {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
.kv-nyan {
  position: absolute;
  width: 13%;
  left: 35%;
  top: 27%;
  animation: nyan 4s ease-in-out infinite;
}
@media (max-width: 575px) {
  .kv-nyan {
    width: 28%;
    left: 28%;
    top: calc(41% + 56px);
  }
}

@keyframes nyan {
  0%, 20%, 100% {
    opacity: 0;
    transform: translateX(10%) translateY(20%);
  }
  35%, 90% {
    opacity: 1;
  }
  50%, 95% {
    transform: translateX(0%) translateY(0%);
  }
  95% {
    opacity: 0;
  }
}
body {
  background-color: #fff3d4;
  background-image: url("../images/wrap-ab.png");
  background-position: 0 0;
  background-size: 100% auto;
  animation: bodyBg 2.5s ease-in-out infinite alternate;
}
@media (max-width: 767px) {
  body {
    background-image: unset;
  }
}

@keyframes bodyBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 20px;
  }
}
:root {
  --bs-box-shadow: rgba(144, 137, 126, 0.87);
  --bs-primary-rgb: 13, 100, 202;
  --index-primary: #5a93ca;
  --index-secondry: #f789ab;
  --fz-normal: 1.1vw;
}

@media (max-width: 1199px) {
  :root {
    --fz-normal: 1.4vw;
  }
}
@media (max-width: 991px) {
  :root {
    --fz-normal: 1.75vw;
  }
}
@media (max-width: 575px) {
  :root {
    --fz-normal: 3.5vw;
  }
}
section:not(.kv) {
  padding-bottom: 2vw;
}

.img-title {
  display: block;
  width: 57%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 3vw;
}
@media (max-width: 767px) {
  .img-title {
    width: 80%;
    padding-bottom: 4vw;
  }
}
@media (max-width: 575px) {
  .img-title {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .w-100 .img-title {
    width: 120%;
    transform: translateX(-10%);
  }
}

@media (max-width: 575px) {
  .img-title.title-skiResort {
    width: 130%;
    transform: translateX(-15%);
  }
}

.table-box {
  width: 57%;
}
.table-box a.link-table {
  top: 90%;
  left: 51%;
  width: 16%;
  height: 10%;
}
@media (max-width: 767px) {
  .table-box a.link-table {
    width: 18%;
  }
}
@media (max-width: 575px) {
  .table-box {
    width: 86%;
  }
}

.table-airplane {
  position: absolute;
  display: block;
  width: 15.8%;
  left: 68%;
  top: 18%;
  animation: table-airplane 1.5s ease-in-out infinite alternate;
}
@media (max-width: 575px) {
  .table-airplane {
    display: none;
  }
}

@keyframes table-airplane {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-10%);
  }
}
.img-cat {
  width: 66%;
  animation: img-cat 2s ease-in-out infinite alternate;
  transform-origin: 50% 95%;
}
@media (max-width: 767px) {
  .img-cat {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .img-cat {
    width: 50%;
  }
}

@keyframes img-cat {
  0% {
    transform: rotate(-1.5deg);
  }
  100% {
    transform: rotate(1.5deg);
  }
}
.cat-info {
  width: 57%;
}
@media (max-width: 767px) {
  .cat-info {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .cat-info {
    width: 75%;
  }
}

.trafic-box {
  margin-top: -1.5vw;
  width: 48%;
  font-size: 1.45vw;
  position: relative;
  gap: 1%;
}
.trafic-box .trafic-fonts {
  width: 55%;
}
.trafic-box .trafic-photo {
  width: 44%;
}
.trafic-box p {
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .trafic-box {
    font-size: 2vw;
    width: 68%;
    margin-bottom: 2vw;
  }
}
@media (max-width: 575px) {
  .trafic-box {
    width: 80%;
    flex-direction: column-reverse;
    font-size: 3.8vw;
  }
  .trafic-box .trafic-fonts {
    width: 100%;
  }
  .trafic-box .trafic-photo {
    width: 75%;
    align-self: center;
  }
}

.place-title-box {
  width: 41.5%;
  position: relative;
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .place-title-box {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .place-title-box {
    width: 85%;
  }
}

.swiper-add-arrows.sw-tour-box,
.swiper-add-arrows.sw-kol,
.swiper-add-arrows.sw-ski-box {
  width: 40vw;
  margin-bottom: 1.5vw;
}

@media (max-width: 767px) {
  .swiper-add-arrows.sw-tour-box {
    width: 48vw;
  }
  .swiper-add-arrows.sw-kol {
    width: 60vw;
  }
}
@media (max-width: 575px) {
  .swiper-add-arrows.sw-tour-box {
    width: 73vw;
  }
  .swiper-add-arrows.sw-kol {
    width: 80vw;
  }
}
.sw-tour-box .swiper-slide {
  display: flex;
}
.sw-tour-box .swiper-slide .img-box {
  width: 54%;
}
.sw-tour-box .swiper-slide .info-box {
  width: 46%;
}
@media (max-width: 767px) {
  .sw-tour-box .swiper-slide {
    flex-direction: column;
  }
  .sw-tour-box .swiper-slide .img-box {
    width: 90%;
  }
  .sw-tour-box .swiper-slide .info-box {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .swiper-add-arrows.sw-ski-box {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .swiper-add-arrows.sw-ski-box {
    width: 85%;
  }
}

.place-link-1-1 {
  width: 44%;
  height: 60%;
  left: 51%;
  top: 40.5%;
  opacity: 0;
}

.place-link-2-1 {
  width: 53%;
  height: 30%;
  left: 47%;
  top: 41%;
  opacity: 0;
}

.place-link-2-2 {
  width: 46%;
  height: 27%;
  left: 47%;
  top: 72%;
  opacity: 0;
}

.place-link-4-1 {
  width: 56%;
  height: 30%;
  left: 41%;
  top: 69%;
  opacity: 0;
}

.ps-box {
  width: 40vw;
  height: 8.28vw;
  background-image: url("../images/tour/bg-ps.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
.ps-box > div {
  padding: 0vw 3vw;
}
.ps-box p {
  font-size: 1.4vw;
  margin-bottom: 0;
  font-weight: 600;
  color: #1d2732;
}
@media (max-width: 767px) {
  .ps-box {
    width: 54vw;
    height: 11.178vw;
  }
  .ps-box p {
    font-size: 1.89vw;
  }
}
@media (max-width: 575px) {
  .ps-box {
    width: 75vw;
    height: 22vw;
    background-image: url("../images/tour/bg-ps-m.png");
  }
  .ps-box > div {
    padding: 0vw 4.5vw;
  }
  .ps-box p {
    font-size: 3.25vw;
  }
}

.bar-box {
  width: 52vw;
  height: 3.6vw;
  background-image: url("../images/tour/place-end-bar@1.5x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 3.5vw;
}
@media (max-width: 767px) {
  .bar-box {
    width: 78vw;
    height: 5.4vw;
  }
}
@media (max-width: 575px) {
  .bar-box {
    width: 91vw;
    height: 6.3vw;
  }
}

.link-icon-cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/kol/youtube.png");
  background-size: 18.5% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.trafic-fu-link {
  width: 60%;
}
.trafic-fu-link .bg-light:hover {
  opacity: 0.35;
}
@media (max-width: 767px) {
  .trafic-fu-link {
    width: 88%;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .trafic-fu-link {
    margin: 3vw 0;
    width: 96%;
  }
}
.trafic-fu-link a {
  background-color: red;
  width: 11%;
  height: 8%;
  opacity: 0;
}
@media (max-width: 575px) {
  .trafic-fu-link a {
    width: 15%;
    height: 6.5%;
  }
}
.trafic-fu-link a:nth-child(1) {
  left: 32%;
  top: 1%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(1) {
    left: 21%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(1) {
    top: 15%;
  }
}
.trafic-fu-link a:nth-child(2) {
  left: 32%;
  top: 26%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(2) {
    left: 21%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(2) {
    top: 35%;
  }
}
.trafic-fu-link a:nth-child(3) {
  left: 32%;
  top: 42%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(3) {
    left: 21%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(3) {
    top: 48.5%;
  }
}
.trafic-fu-link a:nth-child(4) {
  left: 32%;
  top: 66%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(4) {
    left: 21%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(4) {
    top: 69%;
  }
}
.trafic-fu-link a:nth-child(5) {
  left: 32%;
  top: 87%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(5) {
    left: 21%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(5) {
    top: 86%;
  }
}
.trafic-fu-link a:nth-child(6) {
  left: 45%;
  top: 42%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(6) {
    left: 38%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(6) {
    top: 48.5%;
  }
}
.trafic-fu-link a:nth-child(7) {
  left: 45%;
  top: 50%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(7) {
    left: 38%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(7) {
    top: 55%;
  }
}
.trafic-fu-link a:nth-child(8) {
  left: 45%;
  top: 66%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(8) {
    left: 38%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(8) {
    top: 69%;
  }
}
.trafic-fu-link a:nth-child(9) {
  left: 45%;
  top: 87%;
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(9) {
    left: 38%;
  }
}
@media (max-width: 575px) {
  .trafic-fu-link a:nth-child(9) {
    top: 86%;
  }
}

.flex-cars {
  width: 66%;
  gap: 3vw 2%;
  margin-bottom: 5vw;
}
.flex-cars .btn-cars {
  display: block;
  width: 7.1vw;
  height: auto;
}
.flex-cars li {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .flex-cars {
    width: 96%;
  }
}
@media (max-width: 575px) {
  .flex-cars {
    gap: 5vw;
  }
  .flex-cars li {
    width: 75%;
  }
  .flex-cars .btn-cars {
    width: 20vw;
  }
}

.car-info {
  width: 31%;
}
@media (max-width: 767px) {
  .car-info {
    width: 54%;
  }
}
@media (max-width: 575px) {
  .car-info {
    width: 70%;
    padding-bottom: 15vw;
  }
}

.skiSwiper .swiper-slide {
  position: relative;
}

.skiSwiper .w-fit {
  position: absolute;
  left: 13%;
  top: 35%;
}
.skiSwiper .w-fit img {
  width: auto;
  height: 2.6vw;
}
@media (max-width: 767px) {
  .skiSwiper .w-fit {
    left: unset;
    right: 0%;
    top: 29vw;
  }
  .skiSwiper .w-fit img {
    width: auto;
    height: 5vw;
  }
}
@media (max-width: 575px) {
  .skiSwiper .w-fit {
    top: 41vw;
  }
  .skiSwiper .w-fit img {
    width: auto;
    height: 7vw;
  }
}/*# sourceMappingURL=all.css.map */