@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC";
}

/* 區塊重置或覆寫 */
#tripFeatures > .container.clearfix {
  width: 100%;
  max-width: 100%;
}
#tripFeatures > .container.clearfix .group_table_box {
  padding: 30px 0;
}

#ys-feature-all .container h2 {
  color: unset;
  text-shadow: unset;
}

#ys-feature-all .group_table_box p,
#ys-feature-all .day_con .info_box .info p {
  line-height: initial;
  font-size: 18px;
  word-break: unset;
}
@media (max-width: 575.98px) {
  #ys-feature-all .group_table_box p,
  #ys-feature-all .day_con .info_box .info p {
    font-size: 16px;
  }
}

#ys-feature-all h4 {
  border-bottom: 0 !important;
}

/* 外部 outer*/
#ys-feature-all {
  background-repeat: repeat-y;
  background-size: 120%;
  padding-top: 0;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

#ys-feature-all .container .group_table_box {
  margin-top: 0;
  padding-top: 0;
}

#tripFeatures h2 {
  display: none;
}

section.group_table.trip_features .container .group_table_box .title_s {
  display: none;
}

section#tripNote {
  margin-top: 0;
}

/* container */
section.ys-feature-all {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  background-color: #bd8888;
}

/* container */
section.ys-feature-all {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  background-color: transparent;
}

.ys-feature-part-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ys-feature-part-sec {
    padding: 40px 20px;
  }
}

.ys-feature-part-cnt {
  width: 1440px;
  position: relative;
}
@media (max-width: 1679.98px) {
  .ys-feature-part-cnt {
    width: calc(100% - 40px);
  }
}

.full-wide {
  width: 100%;
  position: relative;
}

/* 主題客製 */
#ys-for-website {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* 錨點選單客製 */
.ft-anchor-navi-link {
  background-color: #708d21 !important;
}
.ft-anchor-navi-link:hover {
  color: #fff !important;
  background-color: #2b3c2b !important;
}

.ft-anchor-navi-mb-btn {
  background-color: #708d21 !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

/* 阿聯酋航空 */
.emirates-airline {
  padding: 100px 0 0 0;
}

.title-set-wrapper.ci-flight.for-emirates > h1 {
  color: #6b881e;
  text-align: center;
}
.title-set-wrapper.ci-flight.for-emirates > p {
  color: #8fbc15;
  justify-content: center;
}
.title-set-wrapper.ci-flight.for-emirates::before {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/中東/杜拜/DXB07EKG/images/deco_txt_Emirates.webp);
}
.title-set-wrapper.ci-flight.for-emirates::after {
  transform: translate(100%, -50%);
}

.flight-award > h4 {
  background-color: #607528;
  padding: 4px 40px;
  margin: 0 0 20px 0 !important;
  color: #fff !important;
  letter-spacing: 6px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767.98px) {
  .flight-award > h4 {
    flex-wrap: wrap;
  }
}
.flight-award > h4::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% + 20px);
  border: 1px solid #607528;
  top: 0;
  transform: translateY(-10px);
}
.flight-award > h4 > span {
  color: #ffea00;
  display: block;
  margin: 0 4px;
}
.flight-award > h4 > span > b {
  font-size: 28px;
}
.flight-award .en-award-text {
  font-size: 16px;
  color: #6b881e;
  font-family: "Noto Serif TC";
}
@media (max-width: 419.98px) {
  .flight-award .en-award-text {
    font-size: 14px;
  }
}

.title-set-wrapper.ci-flight::before {
  mix-blend-mode: color-burn;
}

.title-set-wrapper.ci-flight::after {
  mix-blend-mode: exclusion;
}

/* 開場介紹 */
.ys-feature-part-sec.tour-highlight {
  background-color: #82a522;
}

.tour-hl-dialogue {
  width: 75%;
  border: 1px solid #fff;
  padding: 40px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  gap: 0 32px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .tour-hl-dialogue {
    width: 100%;
  }
}
.tour-hl-dialogue > img {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue > img {
    margin: 0 0 20px 0;
  }
}
.tour-hl-dialogue .hl-dialogue-article > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}
@media (max-width: 991.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h3 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h3 {
    font-size: 24px;
    text-align: center;
  }
}
.tour-hl-dialogue .hl-dialogue-article > h5 {
  font-size: 18px;
  font-weight: 100;
  color: #fff !important;
  letter-spacing: 1px;
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h5 {
    text-align: center;
  }
}
@media (max-width: 419.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h5 {
    font-size: 16px;
    font-weight: 300;
  }
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}

/* 士在必行14天 KV */
.swiss-hiking-kv-sec {
  position: relative;
  width: 100%;
  padding-bottom: 53.33%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/main_ci_sec_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .swiss-hiking-kv-sec {
    padding-bottom: 70%;
    background-position: center bottom;
  }
}
.swiss-hiking-kv-sec::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 10%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #FFF8EB;
  background: linear-gradient(180deg, rgba(255, 248, 235, 0) 0%, rgb(255, 248, 235) 100%);
}

.sh-kv-txt-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  top: 50%;
}

.swiss-hiking-kv-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 3;
  top: 150%;
  width: 35% !important;
  max-width: unset !important;
  margin: 0 !important;
}
@media (max-width: 1199.98px) {
  .swiss-hiking-kv-title {
    width: 50% !important;
  }
}
@media (max-width: 991.98px) {
  .swiss-hiking-kv-title {
    top: 2%;
    width: 60% !important;
  }
}
@media (max-width: 575.98px) {
  .swiss-hiking-kv-title {
    width: 90% !important;
  }
}
.swiss-hiking-kv-title > img {
  display: block;
  width: 100%;
}
.swiss-hiking-kv-title > .attached-days {
  width: 25%;
  right: 0;
  transform: translate(100%, -100%);
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .swiss-hiking-kv-title > .attached-days {
    transform: translate(0, 0);
    align-self: center;
    margin: 0 0 16px 0;
  }
}

.swiss-hiking-kv-course-txt {
  display: flex;
  justify-content: center;
}
.swiss-hiking-kv-course-txt > span {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .swiss-hiking-kv-course-txt > span {
    font-size: 24px !important;
  }
}
.swiss-hiking-kv-course-txt > span {
  color: #fff !important;
  font-weight: 700 !important;
  display: flex;
  white-space: nowrap;
  font-style: italic;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  transform: translate(0, -200%);
}
.swiss-hiking-kv-course-txt > span::after {
  display: block;
  content: "．";
}
.swiss-hiking-kv-course-txt > span:nth-last-child(1)::after {
  display: none;
}
@media (max-width: 991.98px) {
  .swiss-hiking-kv-course-txt > span {
    transform: translate(0, -50%);
  }
}
@media (max-width: 767.98px) {
  .swiss-hiking-kv-course-txt > span {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #81422d !important;
    letter-spacing: 4px;
    line-height: unset !important;
    padding: 0 !important;
    color: #fff !important;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .swiss-hiking-kv-course-txt > span {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .swiss-hiking-kv-course-txt {
    flex-wrap: wrap;
  }
}

.cloud-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cloud {
  position: absolute;
  will-change: transform, opacity;
}

.back-layer .cloud {
  opacity: 0.3;
}

.front-layer .cloud {
  opacity: 0.5;
}

/* 蒙特維冰洞 */
.merde-glace-sec {
  background-color: #fff8eb;
  border-bottom: 3px solid #889c2f;
}

.merde-glace-intro-set {
  display: flex;
  align-items: center;
  margin: 40px 0;
  perspective: 1200px; /* 增加 3D 視距 */
}
@media (max-width: 767.98px) {
  .merde-glace-intro-set {
    flex-wrap: wrap;
    margin: 0;
    gap: 24px 0;
  }
}
.merde-glace-intro-set.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .merde-glace-intro-set.reverse {
    flex-direction: row;
  }
}

.merde-glace-intro {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
  will-change: transform, opacity;
}
@media (max-width: 767.98px) {
  .merde-glace-intro {
    width: 100%;
  }
}

.merde-glace-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: center;
  margin: 0 0 36px 0;
}
.merde-glace-title-set > h5 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .merde-glace-title-set > h5 {
    font-size: 18px !important;
  }
}
.merde-glace-title-set > h5 {
  color: #4c5816 !important;
  font-weight: 700 !important;
}
.merde-glace-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .merde-glace-title-set > h3 {
    font-size: 28px !important;
  }
}
.merde-glace-title-set > h3 {
  color: #2b3c2b !important;
}
.merde-glace-title-set > .en-title {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .merde-glace-title-set > .en-title {
    font-size: 14px !important;
  }
}
.merde-glace-title-set > .en-title {
  display: block;
  color: #708d21 !important;
  font-weight: 700 !important;
  font-family: "Noto Serif TC";
}

.deco-ico-mt-alps {
  display: block;
  width: 128px;
  padding-bottom: 76px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_glace_title_ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

.deco-ico-snow-flake {
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_snow_flake_title_ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  position: absolute;
}
.deco-ico-snow-flake.big {
  width: 40px;
  padding-bottom: 40px;
  left: -50px;
  top: 52px;
  animation: snowflake-float 3s ease-in-out infinite;
}
.deco-ico-snow-flake.small {
  width: 20px;
  padding-bottom: 20px;
  right: -10px;
  bottom: 5px;
  transform: translate(150%, 0);
  animation: snowflake-float 2s ease-in-out infinite;
}

@keyframes snowflake-float {
  0%, 100% {
    transform: translate(100%, -20%);
    opacity: 0.3;
    filter: scale(0.9);
  }
  50% {
    transform: translate(100%, -30%); /* 向上飄移 10% */
    opacity: 1;
    filter: scale(1.1);
  }
}
.merde-glace-intro-parag {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .merde-glace-intro-parag {
    font-size: 14px !important;
  }
}
.merde-glace-intro-parag {
  color: #708d21;
  margin: 0 0 16px 0;
  text-align: center;
}

.merde-glace-gallery {
  perspective: 1000px; /* 增加父層透視點 */
  position: relative;
  width: 50%;
  will-change: transform, opacity;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .merde-glace-gallery {
    width: 100%;
  }
}
.merde-glace-gallery > img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
}

.effect-floating-grass {
  position: absolute;
  left: 0;
  width: 12px;
  height: 30px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/effect_grass.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
  filter: blur(1px);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* 三大遊船 */
.boat-sightseeing-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/express_scene_sec_bg.webp);
}

.boat-sightseeing-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 24px 0 36px 0;
}
.boat-sightseeing-title-set > h5 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .boat-sightseeing-title-set > h5 {
    font-size: 18px !important;
  }
}
.boat-sightseeing-title-set > h5 {
  color: #4c5816 !important;
  font-weight: 700 !important;
  position: relative;
}
.boat-sightseeing-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .boat-sightseeing-title-set > h3 {
    font-size: 28px !important;
  }
}
.boat-sightseeing-title-set > h3 {
  color: #2b3c2b !important;
}
.boat-sightseeing-title-set .deco-ico-wood-boat {
  display: block;
  width: 90px;
  padding-bottom: 94px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_river_boat_title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  position: absolute;
  left: -100px;
  top: -34px;
  animation: boatSway 4s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes boatSway {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(3px) rotate(2deg);
  }
  75% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.deco-ico-water-wave {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  position: absolute;
}
.deco-ico-water-wave.short {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_river_boat_upper_wave.svg);
  width: 139px;
  padding-bottom: 30px;
  left: -265px;
  top: 52px;
  animation: snowflake-float 2s ease-in-out infinite;
}
.deco-ico-water-wave.long {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_river_boat_lower_wave.svg);
  width: 194px;
  padding-bottom: 42px;
  right: 62px;
  bottom: -48px;
  transform: translate(150%, 0);
  animation: snowflake-float 3s ease-in-out infinite;
}

.boat-sightseeing-point-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .boat-sightseeing-point-wrapper {
    gap: 30px 30px;
  }
}

.boat-sightseeing-point-grid {
  position: relative;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px 0;
}
@media (max-width: 767.98px) {
  .boat-sightseeing-point-grid {
    width: 100%;
  }
}
.boat-sightseeing-point-grid.full {
  width: 100%;
  margin: 6px 0 30px 0;
}
.boat-sightseeing-point-grid.equal {
  justify-content: space-around;
}
@media (max-width: 1199.98px) {
  .boat-sightseeing-point-grid.equal {
    gap: 40px 0;
  }
}
.boat-sightseeing-point-grid > img {
  display: block;
  width: 80%;
  transform-style: preserve-3d;
  align-self: center;
}
.boat-sightseeing-point-grid > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .boat-sightseeing-point-grid > p {
    font-size: 14px !important;
  }
}
.boat-sightseeing-point-grid > p {
  color: #65824c;
}

.point-label-title {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.point-label-title > h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .point-label-title > h4 {
    font-size: 18px !important;
  }
}
.point-label-title > h4 {
  align-self: center;
  flex-grow: 0;
  background-color: #3d4a05; /* 圖片中的橄欖綠 */
  /* 2. 製作白色內線 (使用 border) */
  /* 這裡的 border 會因為下方的 mask 而變成內凹圓角 */
  box-sizing: border-box; /* 確保邊框不會撐大容器 */
  /* 3. 製作最外層的綠邊 (使用 outline) */
  /* 圖片最外面還有一圈綠色，我們用 outline 來模擬 */
  outline: 5px solid #3d4a05;
  outline-offset: -2px; /* 讓外框跟白色內線緊貼 */
  /* 4. 核心：遮罩 (Mask) */
  /* 在四個角落各畫一個直徑 25px 的透明圓形，將該處裁切掉 */
  --mask: radial-gradient(9px at 0 0, #0000 98%, #000 100%) 0 0,
          radial-gradient(9px at 100% 0, #0000 98%, #000 100%) 100% 0,
          radial-gradient(9px at 0 100%, #0000 98%, #000 100%) 0 100%,
          radial-gradient(9px at 100% 100%, #0000 98%, #000 100%) 100% 100%;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  /* 讓四個角落的漸層不重疊，並精確定位 */
  -webkit-mask-size: 51% 51%;
  mask-size: 51% 51%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* 居中文字用 (可選) */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  padding: 4px 12px 8px 16px !important;
  border: 1px solid #fff;
  margin: 0 !important;
}
.point-label-title::before, .point-label-title::after {
  display: block;
  content: "‧‧‧";
  color: #3d4a05;
}

.deco-ico-ring-bell {
  display: block;
  width: 86px;
  padding-bottom: 168px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_ring_bell.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -96px;
  font-size: 0;
  transform-origin: center 5px;
  animation: bellRing 5s ease-in-out infinite;
}

@keyframes bellRing {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-2deg);
  }
}
.point-part {
  position: relative;
  display: flex;
  gap: 16px;
  width: 100%;
}
.point-part.landscape {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .point-part.landscape {
    flex-direction: column-reverse;
  }
}
.point-part.portrait {
  flex-direction: column;
  align-items: center;
}
.point-part > img {
  display: block;
  width: 80%;
}
.point-part p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .point-part p {
    font-size: 14px !important;
  }
}
.point-part p {
  color: #65824c;
  text-align: center;
}

.point-part-grid {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-direction: column;
  position: relative;
}
.point-part-grid > .en-writings {
  font-family: "WindSong", cursive;
  font-size: 36px;
  color: #2b3c2b;
  position: absolute;
  transform: translate(50%, -80%);
}
@media (max-width: 1199.98px) {
  .point-part-grid > .en-writings {
    transform: translate(50%, 50%);
  }
}
@media (max-width: 991.98px) {
  .point-part-grid > .en-writings {
    font-size: 24px;
  }
}
.point-part-grid > img {
  width: 80%;
  align-self: center;
}

.en-writings {
  font-family: "WindSong", cursive;
}

.boat-sightseeing-rope {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0 20px;
  margin: 0 0 24px 0;
}
.boat-sightseeing-rope > p {
  font-family: "WindSong", cursive;
  font-size: 36px !important;
  color: #879b15;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .boat-sightseeing-rope > p {
    font-size: 20px !important;
  }
}
.boat-sightseeing-rope::before {
  display: block;
  content: "";
  width: 70%;
  height: 2px;
  background-color: #879b15;
  flex-grow: 1;
  flex-shrink: 1;
}
.boat-sightseeing-rope::after {
  display: block;
  content: "";
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_river_boat_upper_wave.svg);
  width: 139px;
  padding-bottom: 30px;
  background-size: contain;
  flex-shrink: 0;
  flex-grow: 0;
}

/* 四大列車 */
.express-tour-sec {
  overflow: hidden;
}
.express-tour-sec::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 12%;
  background: linear-gradient(180deg, rgba(253, 255, 249, 0) 0%, #fdfcff 75%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.express-tour-bg {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/tour_express_theme_sec_bg.webp);
  width: 100%;
  height: 100%;
  padding-bottom: 52%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% bottom;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 0%;
  font-size: 0;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .express-tour-bg {
    padding-bottom: 45%;
  }
}

.express-tour-wrapper {
  padding: 200px 0;
  position: relative;
  z-index: 2;
}

.express-tour-intro-board {
  margin: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15), inset 0 0 12px rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
}
@media (max-width: 1199.98px) {
  .express-tour-intro-board {
    width: auto;
    align-self: center;
  }
}
@media (max-width: 991.98px) {
  .express-tour-intro-board {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .express-tour-intro-board {
    width: 100%;
  }
}

.express-intro-attached-title {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .express-intro-attached-title {
    font-size: 24px !important;
  }
}
.express-intro-attached-title {
  font-weight: 700 !important;
  letter-spacing: 4px;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  white-space: nowrap;
  line-height: 1.2;
  gap: 0 6px;
  margin: 0 0 10px 0 !important;
  text-shadow: 0 0 20x rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .express-intro-attached-title {
    white-space: wrap;
  }
}

.express-intro-title-cht {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .express-intro-title-cht {
    font-size: 28px !important;
  }
}
.express-intro-title-cht {
  letter-spacing: 10px;
  color: #fff !important;
  font-weight: 900 !important;
  display: flex;
  padding: 0px 10px 6px 20px !important;
  margin: 0 !important;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  align-items: flex-end;
}
.express-intro-title-cht::before {
  display: block;
  font-family: "WindSong";
  width: 120px;
  height: 46px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_tour_express_title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  flex-grow: 0;
  flex-shrink: 1;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .express-intro-title-cht {
    font-size: 28px;
    align-self: center;
    padding: 0 !important;
    letter-spacing: 6px;
    text-align: center;
  }
}

.express-intro-label {
  display: flex;
  font-family: "WindSong";
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 991.98px) {
  .express-intro-label {
    margin: 0 0 8px 0;
    font-size: 28px;
  }
}
.express-intro-label::before {
  display: block;
  content: "";
  font-family: "WindSong";
  width: 420px;
  height: 76px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_tour_express_title.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .express-intro-label::before {
    width: 280px;
    height: 60px;
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .express-intro-label::before {
    display: none;
  }
}

.express-intro-parag-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  gap: 14px 0;
}
.express-intro-parag-screen > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .express-intro-parag-screen > p {
    font-size: 14px !important;
  }
}
.express-intro-parag-screen > p {
  font-family: "Noto Serif TC";
  font-weight: 700 !important;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  line-height: 1.8 !important;
}

/* 列車介紹 */
.train-feature-spec-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/express_scene_sec_bg.webp);
  background-repeat: repeat;
  padding: 0 0 40px 0;
}
@media (max-width: 991.98px) {
  .train-feature-spec-sec {
    padding: 0 0 40px 0;
  }
}

.train-feature-spec-wrapper {
  padding: 53px 0 0 0;
}
@media (max-width: 767.98px) {
  .train-feature-spec-wrapper {
    padding: 16px 0 0 0;
  }
}

.train-films {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.train-films::before {
  display: block;
  width: 100%;
  padding-bottom: 20%;
  background-image: url(https://www.ystravel.com.tw/material-alias/%E5%9C%98%E5%9E%8B%E7%89%B9%E8%89%B2%E9%A0%81/%E5%8C%97%E4%BA%9E/%E8%92%99%E8%B2%9D/ULN13OMA/images/irkutsk_grass_plan_scene.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
}
.train-films::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 8%;
  background-image: url(https://www.ystravel.com.tw/material-alias/%E5%9C%98%E5%9E%8B%E7%89%B9%E8%89%B2%E9%A0%81/%E5%8C%97%E4%BA%9E/%E8%92%99%E8%B2%9D/ULN13OMA/images/irkutsk_rope.svg);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
}

.train-films-scene-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  z-index: 2;
  gap: 0 5%;
  padding: 53px 0 0 0;
}
@media (max-width: 991.98px) {
  .train-films-scene-wrapper {
    padding: 10px 0 30px 0;
  }
}

.train-films-scene-pic {
  position: relative;
  width: 35%;
}
@media (max-width: 1199.98px) {
  .train-films-scene-pic {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .train-films-scene-pic {
    width: 48%;
  }
}
.train-films-scene-pic > img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.train-feature-spec-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .train-feature-spec-title {
    font-size: 28px !important;
  }
}
.train-feature-spec-title {
  display: flex;
  align-items: baseline;
  letter-spacing: 4px;
  color: #36502d !important;
  margin: 0 0 16px 0 !important;
  font-weight: 700;
}
.train-feature-spec-title::before, .train-feature-spec-title::after {
  display: block;
  content: "";
  width: 30px;
  padding-bottom: 30px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_express_title_flora.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.train-feature-spec-title::before {
  transform: rotate(180deg);
  margin: 0 4px 0 0;
}

.train-feature-spec-parag {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #5c7a3a;
  margin: 0 0 24px 0;
  width: 70%;
}
.train-feature-spec-parag:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 767.98px) {
  .train-feature-spec-parag {
    width: 100%;
  }
}

.train-feature-town-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .train-feature-town-wrapper {
    gap: 36px 0;
  }
}

.train-feature-town-grid {
  position: relative;
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.train-feature-town-grid.full {
  width: 100%;
}
@media (max-width: 767.98px) {
  .train-feature-town-grid {
    width: 100%;
  }
}
.train-feature-town-grid > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin: 0 0 24px 0;
}
.train-feature-town-grid > h4 {
  display: flex;
  font-size: 20px;
  color: #36502d !important;
  margin: 0 0 12px 0 !important;
  letter-spacing: 2px;
  font-weight: 400;
  align-items: baseline;
  gap: 0 3px;
  font-weight: 700;
}
.train-feature-town-grid > h4::before, .train-feature-town-grid > h4::after {
  display: block;
  content: "";
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_express_title_flora.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  padding-bottom: 16px;
}
.train-feature-town-grid > h4::before {
  transform: rotate(180deg);
  margin: 0 2px 0 0;
}
.train-feature-town-grid > p {
  font-size: 16px;
  color: #5c7a3a;
  letter-spacing: 2px;
  margin: 0 5% 24px 5%;
  text-align: center;
}

.note-paper {
  padding: 12px 12px;
  background-color: #5c7a3a;
  gap: 6px 0;
  display: flex;
  flex-direction: column;
  margin: 0 0 80px 0;
}
.note-paper > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .note-paper > p {
    font-size: 14px !important;
  }
}
.note-paper > p {
  display: flex;
  align-items: flex-start;
  color: #fff;
}
.note-paper > p::before {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .note-paper > p::before {
    font-size: 14px !important;
  }
}
.note-paper > p::before {
  display: block;
  content: "*";
  color: #fff;
}
.note-paper.for-famous-peaks {
  background-color: #77573c;
  align-self: center;
  margin: 0 0 24px 0;
}
.note-paper.for-hiking-tour {
  background-color: #999933;
}

/* 五大名峰 */
.alps-peaks-sec {
  position: relative;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/famous_peaks_sec_bg.webp);
  border-top: 3px solid #9c562f;
  border-bottom: 3px solid #9c562f;
}

.alps-peaks-cnt {
  padding: 120px 0 53px 0;
}

.alps-peaks-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin: 0 0 32px 0;
}
.alps-peaks-title-set > img {
  display: block;
  width: 160px;
  position: absolute;
  top: -58px;
  left: -116px;
}
.alps-peaks-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .alps-peaks-title-set > h3 {
    font-size: 28px !important;
  }
}
.alps-peaks-title-set > h3 {
  color: #81422d !important;
  letter-spacing: 10px !important;
  margin: 0 0 2px 0 !important;
}
.alps-peaks-title-set > h6 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .alps-peaks-title-set > h6 {
    font-size: 18px !important;
  }
}
.alps-peaks-title-set > h6 {
  color: #81422d;
  letter-spacing: 2px;
  margin: 0 0 0 0 !important;
}
.alps-peaks-title-set > .en-writings {
  font-size: 28px !important;
  color: #63311f;
  align-self: flex-end;
  transform: translate(50%, 0);
}

.alps-peaks-title-deco-birds {
  display: block;
  width: 24px;
  padding-bottom: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 0;
  opacity: 0;
  will-change: transform, opacity;
  transform-origin: center center;
}
.alps-peaks-title-deco-birds.bird-01 {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_title_deco_bird_01.svg);
  top: 10%;
  left: -30%;
  left: unset;
  right: 5%;
}
.alps-peaks-title-deco-birds.bird-02 {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_title_deco_bird_02.svg);
  right: -20%;
  top: 5%;
}
.alps-peaks-title-deco-birds.bird-03 {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_title_deco_bird_03.svg);
  top: 20%;
  left: -10%;
  left: unset;
  right: 0%;
}

.famous-peaks-intro-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
  perspective: 1200px; /* 增加 3D 視距 */
}
@media (max-width: 767.98px) {
  .famous-peaks-intro-set {
    flex-direction: column-reverse;
    gap: 16px 0;
  }
}
.famous-peaks-intro-set.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .famous-peaks-intro-set.reverse {
    flex-direction: column-reverse;
  }
}

.famous-peaks-intro {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
  will-change: transform, opacity;
}
@media (max-width: 767.98px) {
  .famous-peaks-intro {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .famous-peaks-intro {
    padding: 0;
  }
}
.famous-peaks-intro > h4 {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .famous-peaks-intro > h4 {
    font-size: 24px !important;
  }
}
.famous-peaks-intro > h4 {
  padding: 0 6px 0 10px !important;
  color: #361a07 !important;
  margin: 0 0 4px 0 !important;
  border-left: 1px solid #361a07;
  border-right: 1px solid #361a07;
  align-self: center;
}
.famous-peaks-intro > h5 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .famous-peaks-intro > h5 {
    font-size: 18px !important;
  }
}
.famous-peaks-intro > h5 {
  color: #6d4326 !important;
  margin: 0 0 24px 0 !important;
  align-self: center;
}

.famous-peaks-intro-parag {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .famous-peaks-intro-parag {
    font-size: 14px !important;
  }
}
.famous-peaks-intro-parag {
  color: #86706d;
  margin: 0 0 16px 0;
}
.famous-peaks-intro-parag.separate {
  padding: 0 0 24px 0 !important;
  border-bottom: 1px solid #50392d;
  margin: 0 0 32px 0 !important;
}

.famous-peaks-gallery {
  position: relative;
  width: 48%;
  will-change: transform, opacity;
}
@media (max-width: 767.98px) {
  .famous-peaks-gallery {
    width: 100%;
  }
}
.famous-peaks-gallery > img {
  display: block;
  width: 100%;
}

.deco-ico-peaks-forest {
  display: flex;
  position: relative;
  font-family: "WindSong";
  font-size: 28px;
  color: #361907;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/famous_peaks_deco_forest.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 16px 0 8px 180px;
  white-space: nowrap;
}

.deco-ico-peaks-boat {
  display: none;
  width: 168px;
  padding-bottom: 91px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_river_floating_boat.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  align-self: flex-end;
}

/* 六大健行-開場 */
.hiking-hero-sec {
  overflow: hidden;
}
.hiking-hero-sec::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 12%;
  background: linear-gradient(180deg, rgba(253, 255, 249, 0) 0%, #fdfcff 75%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.hiking-hero-bg {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/hiking_theme_sec_bg.webp);
  width: 100%;
  height: 100%;
  padding-bottom: 52%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% bottom;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 0%;
  font-size: 0;
  margin: 0 !important;
}
@media (max-width: 1199.98px) {
  .hiking-hero-bg {
    height: 120%;
  }
}
@media (max-width: 991.98px) {
  .hiking-hero-bg {
    padding-bottom: 45%;
  }
}

.hiking-hero-wrapper {
  padding: 200px 0;
  position: relative;
  z-index: 2;
}

.hiking-hero-intro-board {
  margin: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.01);
  padding: 20px;
}
.hiking-hero-intro-board::after {
  display: block;
  content: "";
  width: 120%;
  height: 120%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  filter: blur(40px);
  opacity: 0.75;
  top: -10%;
  left: -10%;
}
@media (max-width: 1199.98px) {
  .hiking-hero-intro-board {
    width: auto;
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .hiking-hero-intro-board {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .hiking-hero-intro-board {
    padding: 0;
  }
}

.hiking-hero-intro-attached-title {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .hiking-hero-intro-attached-title {
    font-size: 24px !important;
  }
}
.hiking-hero-intro-attached-title {
  font-weight: 700 !important;
  letter-spacing: 4px;
  color: #3f5300 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  white-space: nowrap;
  line-height: 1.2;
  gap: 0 6px;
  margin: 0 0 10px 0 !important;
}
@media (max-width: 575.98px) {
  .hiking-hero-intro-attached-title {
    white-space: wrap;
  }
}

.hiking-hero-intro-title-cht {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .hiking-hero-intro-title-cht {
    font-size: 28px !important;
  }
}
.hiking-hero-intro-title-cht {
  letter-spacing: 10px;
  color: #3f5300 !important;
  font-weight: 900 !important;
  display: flex;
  padding: 0px 10px 6px 20px !important;
  margin: 0 !important;
  border: 1px solid #3f5300;
  flex-direction: column;
  align-items: flex-end;
}
.hiking-hero-intro-title-cht::before {
  display: block;
  font-family: "WindSong";
  width: 120px;
  height: 46px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_tour_express_title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  flex-grow: 0;
  flex-shrink: 1;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .hiking-hero-intro-title-cht {
    font-size: 28px;
    align-self: flex-start;
  }
}

.hiking-hero-intro-label {
  display: flex;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_hiking_boots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
  width: 122px;
  padding-bottom: 88px;
}

.deo-icon-hiking-hero-floral {
  display: flex;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_theme_floral.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
  width: 64px;
  padding-bottom: 22px;
  margin: 12px 0;
}

.hiking-hero-intro-parag-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  gap: 14px 0;
}
.hiking-hero-intro-parag-screen > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .hiking-hero-intro-parag-screen > p {
    font-size: 14px !important;
  }
}
.hiking-hero-intro-parag-screen > p {
  letter-spacing: 4px;
  color: #3f5300;
  text-align: center;
  line-height: 1.8 !important;
}

/* 六大健行 */
.hiking-trip-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/express_scene_sec_bg.webp);
  background-repeat: repeat;
  padding: 0 0 40px 0;
  border-bottom: 3px solid #94a352;
}
.hiking-trip-sec::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 140px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/hiking_forest_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}

.hiking-trip-wrapper {
  padding: 0 0 53px 0;
}

.hiking-trip-intro-set {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
  perspective: 1200px; /* 增加 3D 視距 */
  width: 100%;
}
@media (max-width: 767.98px) {
  .hiking-trip-intro-set {
    flex-wrap: wrap;
  }
}
.hiking-trip-intro-set.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .hiking-trip-intro-set.reverse {
    flex-direction: column-reverse;
    gap: 24px 0;
  }
}
.hiking-trip-intro-set.attached {
  align-items: flex-end;
  margin: 0;
  transform: translate(0, -70%);
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .hiking-trip-intro-set.attached {
    transform: translate(0, -30%);
    flex-direction: column-reverse;
    gap: 16px 0;
  }
}

.hiking-trip-intro {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
  will-change: transform, opacity;
  position: relative;
}
@media (max-width: 767.98px) {
  .hiking-trip-intro {
    width: 100%;
  }
}
.hiking-trip-intro > img {
  display: block;
  width: 100%;
  margin: 0 0 18px 0;
}
.hiking-trip-intro > h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .hiking-trip-intro > h4 {
    font-size: 18px !important;
  }
}
.hiking-trip-intro > h4 {
  color: #254b00 !important;
  letter-spacing: 2px !important;
  margin: 0 0 12px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 4px;
  font-weight: 700 !important;
}
.hiking-trip-intro > h4::before {
  display: block;
  content: "";
  width: 18px;
  padding-bottom: 18px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_cross_hiking_article_title.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.hiking-trip-intro > h4 > b {
  font-weight: 700 !important;
  display: flex;
  border-right: 1px solid #254b00;
  padding: 0 4px 0 0;
  margin: 0 4px 0 0;
}
.hiking-trip-intro.reverse > * {
  order: 1;
}
.hiking-trip-intro.reverse > img {
  order: 2;
  margin: 18px 0 0 0;
}
@media (max-width: 767.98px) {
  .hiking-trip-intro.reverse > * {
    order: 2;
  }
  .hiking-trip-intro.reverse > img {
    order: 1;
    margin: 0 0 18px 0;
  }
}
.hiking-trip-intro .en-name {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .hiking-trip-intro .en-name {
    font-size: 18px !important;
  }
}
.hiking-trip-intro .en-name {
  font-weight: 700 !important;
  color: #254b00 !important;
  letter-spacing: 1px !important;
  display: block;
  font-family: "Noto Serif TC";
  text-transform: uppercase;
}

.hiking-trip-intro-parag {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .hiking-trip-intro-parag {
    font-size: 14px !important;
  }
}
.hiking-trip-intro-parag {
  color: #95a358;
  margin: 0 0 36px 0;
}

.hiking-trip-gallery {
  position: relative;
  width: 50%;
  will-change: transform, opacity;
}
@media (max-width: 767.98px) {
  .hiking-trip-gallery {
    width: 100%;
  }
}
.hiking-trip-gallery > img {
  display: block;
  width: 100%;
}
.hiking-trip-gallery.set-series {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.hiking-trip-gallery.set-series > img {
  width: 31%;
}

/* 景觀度假區 */
.scenery-inns-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/stay_inn_sec_bg.webp);
  background-repeat: repeat;
  border-bottom: 3px solid #94a352;
  padding: 0 0 150px 0;
}
.scenery-inns-sec::before {
  display: block;
  content: "";
  width: 148px;
  padding-bottom: 200px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/stay_inn_sec_furnitures.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: 1%;
}
.scenery-inns-sec::after {
  display: block;
  content: "";
  width: 58px;
  padding-bottom: 128px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/東歐/奧捷/VIE12CIF_PRG12CIF_華麗奧捷12天/images/deco_hotels_feather.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 3;
  animation: shake-write 1.5s ease-in-out forwards infinite;
  transform-origin: center;
}

@keyframes shake-write {
  0% {
    transform: rotate(0deg) translate(0, 0) scale(1);
  }
  10% {
    transform: rotate(-2deg) translate(-1px, 1px) scale(1.01);
  }
  20% {
    transform: rotate(2deg) translate(1px, -1px) scale(1.02);
  }
  30% {
    transform: rotate(-1.5deg) translate(-2px, 2px) scale(1);
  }
  40% {
    transform: rotate(1.5deg) translate(2px, -2px) scale(1.01);
  }
  50% {
    transform: rotate(0deg) translate(0, 0) scale(1);
  }
  60% {
    transform: rotate(-1deg) translate(-1px, 1px);
  }
  70% {
    transform: rotate(1deg) translate(1px, -1px);
  }
  80% {
    transform: rotate(-0.5deg) translate(-1px, 0px);
  }
  90% {
    transform: rotate(0.5deg) translate(1px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.scenery-inns-wrapper {
  position: relative;
}

.scenery-inns-title-set {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  margin: 0 0 30px 0;
}
.scenery-inns-title-set > .entitle {
  font-family: "WindSong", cursive;
  font-size: 42px;
  font-weight: 300 !important;
  color: #b07505 !important;
  margin: 0 0 4px 0 !important;
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  .scenery-inns-title-set > .entitle {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .scenery-inns-title-set > .entitle {
    text-align: center;
    font-size: 24px;
  }
}
.scenery-inns-title-set > h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .scenery-inns-title-set > h4 {
    font-size: 18px !important;
  }
}
.scenery-inns-title-set > h4 {
  font-weight: 700 !important;
  color: #829239 !important;
  letter-spacing: 4px;
  margin: 0 0 24px 0 !important;
}

.scenery-inns-title-label {
  display: block;
  width: 280px;
  padding-bottom: 152px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/stay_inn_label_title.webp);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 0 16px 0;
}

.deco-ico-inns-floral {
  display: flex;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/deco_ico_inns_floral.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
  width: 66px;
  padding-bottom: 36px;
}

.scenery-inns-parag {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .scenery-inns-parag {
    font-size: 14px !important;
  }
}
.scenery-inns-parag {
  color: #829239;
  letter-spacing: 6px;
  line-height: 2 !important;
  text-align: center;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 24px 0;
  z-index: 2;
  margin: 0 0 24px 0;
}

/* 景觀度假區輪播 */
.scenery-inns-slider-wrapper {
  width: 100%;
  padding: 0 10%;
  position: relative;
}
@media (max-width: 991.98px) {
  .scenery-inns-slider-wrapper {
    padding: 0 40px;
  }
}
.scenery-inns-slider-wrapper .swiper-button-prev,
.scenery-inns-slider-wrapper .swiper-button-next {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/西歐/ZRH14CXS106S_士在必行/images/stay_inn_slider_arrow.webp) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: contain !important;
  right: 0;
  transform: rotate(-180deg) scale(1);
  opacity: 1;
  transition: 0.2s;
}
@media (max-width: 991.98px) {
  .scenery-inns-slider-wrapper .swiper-button-prev,
  .scenery-inns-slider-wrapper .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    right: 0px;
  }
}
.scenery-inns-slider-wrapper .swiper-button-prev:active,
.scenery-inns-slider-wrapper .swiper-button-next:active {
  opacity: 0.4;
  transform: rotate(-180deg) scale(0.5);
}
.scenery-inns-slider-wrapper .swiper-button-prev {
  transform: rotate(0deg);
  right: unset;
  left: 0;
}
@media (max-width: 991.98px) {
  .scenery-inns-slider-wrapper .swiper-button-prev {
    left: 0px;
  }
}
.scenery-inns-slider-wrapper .swiper-button-prev:active {
  transform: rotate(0deg) scale(0.5);
}
.scenery-inns-slider-wrapper .swiper-pagination-bullet-active {
  background-color: #83991f;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.scenery-inns-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.scenery-inns-slider .swiper-slide {
  width: 100%;
  position: relative;
}
.scenery-inns-slider .swiper-slide > h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .scenery-inns-slider .swiper-slide > h4 {
    font-size: 18px !important;
  }
}
.scenery-inns-slider .swiper-slide > h4 {
  color: #2b3c2b !important;
  font-weight: 700 !important;
  letter-spacing: 4px;
  margin: 0 0 0 0 !important;
}
@media (max-width: 767.98px) {
  .scenery-inns-slider .swiper-slide > h4 {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}
.scenery-inns-slider .swiper-slide > h6 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .scenery-inns-slider .swiper-slide > h6 {
    font-size: 14px !important;
  }
}
.scenery-inns-slider .swiper-slide > h6 {
  color: #2b3c2b;
  letter-spacing: 2px;
  display: block;
  font-weight: 300;
  margin: 0 0 0 0 !important;
  opacity: 0.7;
}

.scenery-inns-fig {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 20px;
  gap: 12px 8px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .scenery-inns-fig {
    padding: 12px;
  }
}

.scenery-inns-pic-frame {
  width: 100%;
  overflow: hidden;
}
.scenery-inns-pic-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  height: 4px;
  bottom: -10px !important;
}

/* 隨行附贈 */
.tour-gift-title-set > h1 {
  color: #2d341c !important;
}

.tour-gift-title-set > h4 {
  color: #525826 !important;
}

.tour-gift-note {
  background-color: #7e7e25;
}/*# sourceMappingURL=swiss.css.map */