@charset "UTF-8";
/* 優惠專案 */
.ys-feature-part-sec.on-sale {
  background-color: #f9f9f9;
}

.ys-feature-part-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 53px 0;
}
.ys-feature-part-cnt > img {
  display: block;
  width: auto;
}
@media (max-width: 419.98px) {
  .ys-feature-part-cnt > img {
    width: 100%;
  }
}
.ys-feature-part-cnt.row {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

/* 得獎橫幅 */
.award-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/award_sec_bg-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 31.35% !important;
  background-color: #000;
  background-position: 80% 0;
}
@media (max-width: 767.98px) {
  .award-sec {
    padding-bottom: 62.5% !important;
    background-position: 100% bottom;
    background-size: cover;
  }
}

.award-logo {
  position: absolute;
  width: 7%;
  z-index: 1;
  top: 13%;
  left: 24%;
}
@media (max-width: 767.98px) {
  .award-logo {
    width: 15%;
    top: 40px;
  }
}

.award-title {
  position: absolute;
  width: 28%;
  z-index: 1;
  top: 50%;
  left: 14%;
  transform: translateY(-20%);
}
@media (max-width: 767.98px) {
  .award-title {
    width: 45%;
    left: 40px;
  }
}

.award-light-dot {
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/award_light_spot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  mix-blend-mode: screen;
  top: -5vh;
  display: block;
  font-size: 0;
}

.spotlight {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 60%);
  transform: rotate(25deg) translateX(-100%);
  pointer-events: none;
  z-index: 1;
  font-size: 0;
  filter: blur(0px); /* 模糊邊緣 */
  opacity: 0.7;
}

.spotlight-1 {
  animation: sweepLight 4s infinite ease-in-out;
  opacity: 0.6;
}

.spotlight-2 {
  animation: sweepLight 6s infinite ease-in-out;
  opacity: 0.4;
  transform: rotate(25deg) translateX(-120%);
}

.spotlight-3 {
  animation: sweepLight 10s infinite ease-in-out;
  opacity: 0.3;
  transform: rotate(25deg) translateX(-140%);
}

/* 中華航空 */
.china-airline-sec {
  padding: 50px 0;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/china_air_theme_sec_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.china-airline-flight {
  display: block;
  width: 50%;
  transform: rotate(-2.8deg) translate(-300%, 100%);
}

.title-set-wrapper.ci-flight {
  position: relative;
}
.title-set-wrapper.ci-flight > h1 {
  font-size: 72px;
  font-weight: 900;
  color: #874646;
  letter-spacing: 4px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .title-set-wrapper.ci-flight > h1 {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  .title-set-wrapper.ci-flight > h1 {
    font-size: 36px;
  }
}
.title-set-wrapper.ci-flight > p {
  color: #874646;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 6px;
  display: flex;
  gap: 0 4px;
}
@media (max-width: 767.98px) {
  .title-set-wrapper.ci-flight > p {
    font-size: 20px;
  }
}
.title-set-wrapper.ci-flight > p::before, .title-set-wrapper.ci-flight > p::after {
  display: inline-block;
  content: "-";
}
.title-set-wrapper.ci-flight::before {
  display: block;
  content: "";
  width: 150px;
  padding-bottom: 70px;
  position: absolute;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/東歐/奧捷/VIE12CIF_PRG12CIF_華麗奧捷12天/images/deco_txt_china.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  transform: translate(-50%, -50%);
  top: 0;
}
@media (max-width: 767.98px) {
  .title-set-wrapper.ci-flight::before {
    width: 30%;
  }
}
.title-set-wrapper.ci-flight::after {
  display: block;
  content: "";
  width: 120px;
  padding-bottom: 90px;
  position: absolute;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/東歐/奧捷/VIE12CIF_PRG12CIF_華麗奧捷12天/images/ci_plane_ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(100%, 50%);
  right: 0;
}
@media (max-width: 767.98px) {
  .title-set-wrapper.ci-flight::after {
    width: 28%;
  }
}

/* 隨行附贈 */
.tour-gift-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/tour_gift_sec_bg.avif);
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 50px 0 0 0;
}

.tour-gift-title-set {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.tour-gift-title-set > h1 {
  font-size: 60px;
  color: #341c1c;
  font-weight: 900;
  letter-spacing: 6px;
  display: flex;
  position: relative;
}
@media (max-width: 767.98px) {
  .tour-gift-title-set > h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .tour-gift-title-set > h1 {
    font-size: 36px;
  }
}
.tour-gift-title-set > h1::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 114px;
  height: 77px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/deco_tour_gift_title_passport.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-120%, 0);
  z-index: 1;
  opacity: 0.7;
}
.tour-gift-title-set > h1::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 148px;
  height: 77px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/deco_tour_gift_title_airplane.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, -30%);
  z-index: 0;
  opacity: 0.7;
}
.tour-gift-title-set .en-writing {
  font-size: 60px;
  font-family: "WindSong";
  color: #352626;
  opacity: 0.5;
  text-align: center;
  transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
  .tour-gift-title-set .en-writing {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .tour-gift-title-set .en-writing {
    font-size: 36px;
    opacity: 0.1;
  }
}
.tour-gift-title-set > h4 {
  color: #582627;
  font-size: 28px;
  letter-spacing: 10px;
  font-weight: 400;
  display: flex;
  margin: 0 0 30px 0;
  transform: translate(0, -50%);
  gap: 0 10px;
}
@media (max-width: 767.98px) {
  .tour-gift-title-set > h4 {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .tour-gift-title-set > h4 {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.tour-gift-title-set > h4::before, .tour-gift-title-set > h4::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/deco_tour_gift_title_frame.svg);
  width: 160px;
  height: 50px;
}
@media (max-width: 767.98px) {
  .tour-gift-title-set > h4::before, .tour-gift-title-set > h4::after {
    width: 80px;
    height: 25px;
  }
}
.tour-gift-title-set > h4::after {
  transform: rotateY(180deg);
}

.tour-gift-list {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0 0 50px 0;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
@media (max-width: 991.98px) {
  .tour-gift-list {
    flex-wrap: wrap;
    gap: 100px 0;
  }
}

.tour-gift-item {
  display: flex;
  width: 15%;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .tour-gift-item {
    width: 32%;
  }
}
@media (max-width: 767.98px) {
  .tour-gift-item {
    width: 48%;
  }
}
.tour-gift-item::before {
  content: "";
  width: 70%;
  padding-bottom: calc(70% - 32px);
  display: block;
  border: 16px solid #e4e4e4;
  border-radius: 25vw;
  box-sizing: border-box;
}
.tour-gift-item > img {
  display: block;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 85%;
  height: 85%;
  z-index: 1;
}
.tour-gift-item > h6 {
  font-size: 20px;
  color: #313131;
  position: absolute;
  bottom: -50px;
  letter-spacing: 1px;
}

.tour-gift-note {
  font-size: 16px;
  width: 100%;
  padding: 10px calc((100% - 1440px) / 2);
  background-color: #583325;
  color: #fffbf1;
  text-align: center;
  letter-spacing: 2px;
}

/* 新婚蜜月禮 */
.honey-moon-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/honeymoon_sec_bg.avif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.honey-moon-sec::before {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/honeymoon_sec_atmosphere_effect.png);
  position: absolute;
  z-index: 3;
  mix-blend-mode: plus-lighter;
  animation: floatAndFade 10s ease-in-out infinite;
}
.honey-moon-sec::after {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/honey_moon_flying_floral.png);
  position: absolute;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .honey-moon-sec::after {
    background-size: cover;
  }
}

.honey-moon-cnt {
  display: flex;
  gap: 40px 30px;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.honey-moon-describe {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
  .honey-moon-describe {
    width: 100%;
  }
}
.honey-moon-describe::after {
  content: "";
  width: 100%;
  padding-bottom: 11.7%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/deco_honeymoon_rings.png);
  transform: translate(-15%, 0px);
}

.hony-moon-grid {
  width: calc(50% - 15px);
  position: relative;
}
@media (max-width: 767.98px) {
  .hony-moon-grid {
    width: 100%;
  }
}
.hony-moon-grid.full {
  width: 100%;
}

.honey-moon-title-set {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.honey-moon-title-set > h2 {
  font-size: 0;
  width: 100%;
  padding-bottom: 32%;
  display: block !important;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/honeymoon_intro_title.png);
  margin: 0 0 40px 0;
}
.honey-moon-title-set::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  padding-bottom: 55%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/deco_honeymoon_title_ribbon.svg);
  top: 40%;
  left: -20%;
  z-index: 1;
}

.honey-moon-parag {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #631111;
  letter-spacing: 4px;
  line-height: 1.8;
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  .honey-moon-parag {
    font-size: 16px;
  }
}
.honey-moon-parag .empha {
  color: #f84c74;
  display: inline-block;
  margin: 0 4px;
}

.honey-moon-surprise {
  font-size: 24px;
  font-weight: 700;
  color: #e8125e;
  font-style: italic;
  letter-spacing: 2px;
}

.hony-moon-gift-pic {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hony-moon-gift-pic > img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hony-moon-gift-pic::before {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/honey_moon_gift_floral.png);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.hony-moon-gift-intro {
  width: 90%;
  padding: 16px 24px;
  margin: 0 auto;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(98deg, rgb(205, 165, 79) 0%, rgb(248, 230, 135) 50%, rgb(230, 181, 74) 100%);
     border-image: linear-gradient(98deg, rgb(205, 165, 79) 0%, rgb(248, 230, 135) 50%, rgb(230, 181, 74) 100%);
  border-image-slice: 1;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 575.98px) {
  .hony-moon-gift-intro {
    width: 100%;
  }
}
.hony-moon-gift-intro > p {
  text-align: center;
  font-size: 18px;
  color: #1a0008;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 6px;
}
@media (max-width: 575.98px) {
  .hony-moon-gift-intro > p {
    font-size: 16px;
  }
}

/* animation */
@keyframes sweepLight {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  50% {
    transform: rotate(25deg) translateX(0%);
  }
  100% {
    transform: rotate(25deg) translateX(100%);
  }
}
@keyframes floatAndFade {
  0% {
    transform: translate(0, 0);
    opacity: 0.7;
  }
  25% {
    transform: translate(5px, -10px);
    opacity: 0.3;
  }
  50% {
    transform: translate(-5px, 5px);
    opacity: 0.6;
  }
  75% {
    transform: translate(10px, 10px);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.7;
  }
}/*# sourceMappingURL=feature_common.css.map */