@charset "UTF-8";
html {
  background: url("../images/bg_1.png") bottom center no-repeat fixed, url("../images/bg_0.jpg") top center repeat-y, #142076;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: auto;
  padding: 10px 0;
  background: #4558ed;
  border-radius: 0 0 30px 30px;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    padding: 5px 0;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #c8effd;
  font-weight: 300;
}

/* ------------------  攻略  ------------------ */
section:nth-child(1) {
  background: url(../images/bg_3.png);
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
section:nth-child(1) .banner {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 15px 0;
  width: 1160px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 99vw;
    gap: 3vw;
    padding: 1vw 0;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 46vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans TC";
}
.titleC h2 {
  width: 1200px;
  height: 245px;
  padding: 85px 0 0;
  margin-top: 20px;
  font-weight: 900;
  font-size: 50px;
  color: #142076;
  background: url("../images/titleH2_bg.png") top center no-repeat;
}
.titleC h2 p {
  font-weight: 700;
  font-size: 22px;
  margin: 15px;
}
.titleC h3 {
  width: 600px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
  padding: 12px 0;
  color: #142076;
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.half ul h3 {
  background: url(../images/titleHalf_bg.png) top center no-repeat;
  padding: 12px 0;
  color: #142076;
  font-family: "Noto Sans TC";
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    height: auto;
    padding: 10vw 0 6vw;
    margin-top: 3vw;
    font-size: 9vw;
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: cover;
  }
  .titleC h2 p {
    margin: 10px;
  }
  .titleC h3 {
    width: 98vw;
    background: url("../images/titleH3_bg_m.png") top center no-repeat;
    background-size: contain;
  }
  .half ul h3 {
    width: 98vw;
    background: url("../images/titleHalf_bg_m.png") top center no-repeat;
    background-size: contain;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: url(../images/bg_5.png);
  border-radius: 20px 0 20px 0;
}

.published .font {
  background: #fa80c6;
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.toptitle .font h4,
.keywordC .round_5p .font,
.hightlight_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4,
.hightlight .font h4,
.triple .font h4 {
  background: #fa80c6;
}

/* ------------------ 版型調整 ------------------ */
.bg_1200 .hightlight.reverse {
  flex-direction: row-reverse;
}
.bg_1200 .published .font p {
  font-size: 1.2rem;
  font-weight: 500;
}
.bg_1200 .published .font .price {
  font-size: 1rem;
  font-weight: 300;
}
.hightlight img,.items3 img {object-fit: contain;}


/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_lightning_l {
  top: 25.5%;
  left: 21.6145833333%;
  width: 2.8645833333%;
  animation: flash-lightning 1.8s infinite ease-in-out;
}
.kv_pc .kv_lightning_r {
  top: 2.75%;
  right: 26.875%;
  width: 2.8645833333%;
  animation: flash-lightning 1.8s infinite ease-in-out 0.9s;
}
.kv_pc .kv_note1 {
  top: 3.875%;
  left: 18.4375%;
  width: 3.6458333333%;
  animation: note-float 2.5s infinite ease-in-out;
}
.kv_pc .kv_note2 {
  top: 7.25%;
  left: 25.2083333333%;
  width: 4.4270833333%;
  animation: note-float 3s infinite ease-in-out 0.5s;
}
.kv_pc .kv_note3 {
  top: 6.5%;
  right: 17.8125%;
  width: 4.6875%;
  animation: note-float 2.8s infinite ease-in-out 1.2s;
}
.kv_pc .kv_person_l {
  top: 6.5%;
  left: 1.9791666667%;
  width: 31.7708333333%;
  transform-origin: bottom center;
  animation: person-swing-l 4s infinite ease-in-out;
}
.kv_pc .kv_person_r {
  top: 17.5%;
  right: 1.4583333333%;
  width: 30.2083333333%;
  transform-origin: bottom center;
  animation: person-swing-r 3.6s infinite ease-in-out 0.3s;
}
.kv_pc .kv_bottom_l {
  top: 59.375%;
  left: 0%;
  width: 16.9270833333%;
  mix-blend-mode: multiply;
}
.kv_pc .kv_bottom_r {
  top: 59.375%;
  right: 0%;
  width: 16.9270833333%;
  mix-blend-mode: multiply;
}
.kv_pc .kv_hand_bottom_l {
  top: 66.375%;
  left: 5.625%;
  width: 25.5208333333%;
  transform-origin: bottom left;
  animation: hand-cheer 2.2s infinite ease-in-out;
}
.kv_pc .kv_hand_bottom_r {
  top: 64.5%;
  right: 4.21875%;
  width: 26.3020833333%;
  transform-origin: bottom right;
  animation: hand-cheer 2.2s infinite ease-in-out 1.1s;
}

@keyframes flash-lightning {
  0%, 100% {
    transform: scale(0.85);
  }
  8%, 14% {
    transform: scale(1.15) rotate(5deg); /* 突大放亮，模擬電流擊發 */
  }
  20% {
    transform: scale(0.95);
  }
  26% {
    transform: scale(1.1);
  }
  35% {
    transform: scale(0.85);
  }
}
@keyframes note-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(-8deg); /* 向上浮起並微傾斜 */
  }
}
@keyframes person-swing-l {
  0%, 100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(-4px); /* 向左微傾並跳動 */
  }
}
@keyframes person-swing-r {
  0%, 100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(3deg) translateY(-4px); /* 向右微傾並跳動 */
  }
}
@keyframes hand-cheer {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(4deg) scale(1.03); /* 手掌向前伸展揮動 */
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #fa80c6;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 110px;
  border-radius: 10px 0 0 10px;
  padding: 10px;
}
.navstyle ul {
  text-align: center;
}
.navstyle ul li {
  border-bottom: 1px dotted #fff;
}
.navstyle ul li:last-child {
  border-bottom: none;
}
.navstyle ul .active {
  background: #4558ed;
  color: #ffffff;
  border-radius: 40px;
}
.navstyle ul a {
  color: #142076;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #4558ed;
  color: #ffffff;
  border-radius: 40px;
  padding: 5px;
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  .navstyle {
    position: static;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    background: #fa80c6;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #4558ed;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #4558ed;
  }
  .navstyle ul li a {
    color: #ffffff;
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #4558ed;
    color: #ffffff;
    border-radius: 15px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

/*# sourceMappingURL=style.css.map */