* {
  margin: 0;
  padding: 0;
}

.vip-Redbar {
  background: #cc0001;
  height: 85px;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.vip-Redbar img {
  max-width: 100%;
  width: 212px;
  object-fit: contain;
  margin-right: 15px;
}

.Entie-number {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.NewHome-container {
  height: 100vh;
  max-width: 100%;
  font-family:
    "Microsoft JhengHei", "微軟正黑體", "Apple LiGothic", "PingFang TC",
    "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

.NewHome-BG {
  background-image: url("./image/260326BG4.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  max-width: 100%;
  background-color: #eaf6fd;
  display: flex;
  justify-content: center;
}
.PIC-HomeTitle {
  position: relative;
  top: 30px;
  max-width: 600px;
}

.NewHome-Cloud {
  background: url("./image/PIC-Cloud.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  position: relative;
  top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.NewHome-Cloud img.PIC-HomeTitl {
  position: absolute;
  height: 200px;
  width: 600px;
}
.PIC-Home-P {
  margin-top: 130px;
  max-width: 650px;
  object-fit: contain;
}
.PIC-date {
  width: 250px;
  object-fit: contain;
}

.NewHome-one {
  background-color: #5b8a3b;
  padding-top: 200px;
  padding-bottom: 5px;
}
.NewHome-box {
  background: #fff;
  max-width: 920px;
  border-radius: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 25px 20px;
  box-shadow: 0px -8px 0px 8px #ac5a45;
}

/* 第一區塊 */
.section-1 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}

.section-1::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/PIC-flower.png");
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50px;
  left: -180px;
}

.section-1::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/PIC-grass.png");
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 500px;
  right: -200px;
}

.section-1 .NewHome-BoxTop1 {
  display: flex;
  justify-content: center;
}

.section-1 .NewHome-notice-content-1 {
  margin: 0 40px 0 70px;
}
.section-2 .NewHome-box2 {
  position: relative;
}
.section-2 .NewHome-box2::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/PIC-leaf.png");
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: -200px;
  transform: rotate(60deg);
}

.section-2 .NewHome-box2::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/PIC-LeafLong.png");
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0px;
  left: -220px;
}
.section-2 .NewHome-title-H1color {
  margin-top: 20px;
}
.section-2 .NewHome-title-H1color::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/PIC-flower-red-1.png");
  width: 50px;
  height: 50px;
  top: 0;
}
.section-2 .NewHome-title-H1color::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/PIC-flower-red-2.png");
  width: 50px;
  height: 50px;
  top: 0;
}
.section-2 .NewHome-title-h1 p {
  padding: 0 10px;
  text-shadow:
    #eb8807 1px 1px,
    #dd7700 2px 2px,
    #834304 3px 3px,
    #3b1d03 4px 4px;
}

.section-2 .section-2-notion-btn {
  max-width: 210px;
  padding: 10px 10px;
}

.NewHome-box h1 {
  color: #ac5a45;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.NewHome-box h1::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/PIC-ICON-Gift.png");
  width: 38px;
  height: 38px;
}

.NewHome-Box-L {
  width: 35%;
  border-right: 3px solid #fff;
}
.NewHome-Box-R {
  width: 55%;
}
.NewHome-Text-R .NewHome-Text {
  height: 70px;
  padding-top: 10px;
}

.NewHome-Text-L,
.NewHome-Text-R {
  background: #fdeae7;
  padding: 10px 40px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  letter-spacing: 1.2px;
}

.NewHome-Text {
  border-bottom: 2px solid #fff;
  color: #231815;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
.NewHome-Text-L .NewHome-price {
  height: 60px;
}
.NewHome-Text-L .NewHome-Text {
  padding-bottom: 20px;
}
.NewHome-price {
  font-size: 22px;
  font-weight: bold;
}
.NewHome-price-span {
  color: #a54923;
  font-size: 38px;
  font-weight: bold;
}

.NewHome-price-box {
  display: flex;
  justify-content: center;
  height: 83px;
}
.NewHome-pric-box-sm {
  text-align: center;
}
.NewHome-pric-box-sm:nth-child(1) {
  padding-right: 50px;
}
.NewHome-pric-box-sm h2 {
  font-size: 22px;
}

.NewHome-notice {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0 10px 0px;
}

.NewHome-notice-content-1,
.NewHome-notice-content-2,
.NewHome-notice-content-3 {
  letter-spacing: 2px;
  font-size: 18px;
}
.NewHome-notice-content-1,
.NewHome-notice-content-3 {
  color: #231815;
  list-style-type: decimal;
}
.NewHome-notice-content-2,
.NewHome-notice-content-3 {
  list-style-type: trad-chinese-informal;
  color: #231815;
  padding: 20px 10px 10px 55px;
}

.NewHome-notice .NewHome-title-h1::after {
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./image/right-arrow.png");
  transform: rotate(-90deg);
  width: 30px;
  height: 25px;
  background-position: center;
  transition: transform 0.3s ease; /* 平滑轉向動畫 */
  padding-left: 30px;
}

.NewHome-notice input {
  display: none;
} /* 隱藏 checkbox */
.NewHome-notice label {
  cursor: pointer;
  color: #691212;
}
label.NewHome-title-h1 {
  background: #ffce00;
  box-shadow: 3px 4px 0px 2px #dd7700;
  padding: 10px 30px;
  border-radius: 30px;
  display: flex;
  width: 380px;
  font-size: 32px;
  padding: 10px 5px;
}
.NewHome-notice-content-2,
.NewHome-notice-content-3 {
  display: none;
}
.NewHome-notice-content-2.NewHome-box,
.NewHome-notice-content-3.NewHome-box {
  color: #231815;
  padding: 10px 20px 25px 55px;
}

/* 隱藏子選單 */
/* 勾選 checkbox 時，相鄰的下一個兄弟元素 .NewHome-notice-content-2就顯示 */
.NewHome-notice input:checked ~ .NewHome-notice-content-2,
.NewHome-notice input:checked ~ .NewHome-notice-content-3 {
  display: block;
}

/* 箭頭 */
.menu-arrow {
  display: inline-block;
  transition: transform 0.3s ease; /* 平滑轉向動畫 */
  transform: rotate(0deg); /* 預設：收合狀態（例如朝右） */
}

/* 當選單展開時，箭頭向下旋轉 90 度 */
.NewHome-notice input:checked ~ .NewHome-title-h1::after {
  transform: rotate(90deg); /* 變為：展開狀態（朝下） */
}

/* 2 Box */
.NewHome-title-h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  max-width: 920px;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 45px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.NewHome-title-H1color {
  text-shadow:
    #8b7824 1px 1px,
    PIC-HomeTitle #000000 2px 2px,
    #a35200 3px 3px,
    #4d2a03 4px 4px;
}

.NewHome-box2 {
  flex-direction: column;
  align-items: center;
  color: #3e3a39;
  font-size: 18px;
  letter-spacing: 1.5px;
  max-width: 920px;
  display: flex;
  padding: 25px 20px;
}
.NewHome-Img-Box {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.NewHome-box2 ul {
  margin: 0 0px;
}

.NewHome-PIC img {
  max-width: 100%;
  width: 600px;
  height: 250px;
  object-fit: contain;
}

.NewHome-box2 .NewHome-Img-Box img {
  object-fit: contain;
}
.NewHome-box2 .NewHome-Img-Box .PIC-BOX1-L {
  max-width: 45%;
}
.NewHome-box2 .NewHome-Img-Box .PIC-BOX1-R {
  max-width: 28%;
}

.vip2-index-P1 .NewHome-PIC img {
  max-width: 100%;
  width: 460px;
  height: 250px;
  object-fit: contain;
}
.vip2-ArrowText {
  font-weight: bold;
  padding-top: 20px;
  font-size: 22px;
}
.NewHome-box2 h2::before,
.NewHome-box2 h2:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  margin: 0 5px;
}
.NewHome-box2 h2::before,
.NewHome-box2 h2:after {
  background: url("./image/Icon-diamond-pick.png");
  background-size: cover;
}

/* 按鈕 */
.NewHome-btn {
  display: flex;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0 40px 0px;
}
.NewHome-btn a {
  background: #ffce00;
  box-shadow: 3px 4px 0px 2px #dd7700;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 20px;
  color: #691212;
  text-decoration: none;
  font-weight: bold;
  margin: 0 30px;
  /* width: 20%; */
}

/* 頁尾 */
.Entie-footer {
  background: rgb(204, 0, 13);
  line-height: 80px;
  padding: 0px 120px;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: space-around;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
.Entie-footer img {
  width: 250px;
}
.Entie-footer-detail {
  width: 100%;
  margin-left: 30px;
  padding-top: 5px;
  font-weight: 400;
}
.Entie-footer-detail span {
  padding-left: 10px;
}

/* 動畫 */

/* 跳動~ */
.zoom-bounce {
  /* 定義動畫：名稱、持續時間、時間曲線、延遲、次數 */
  animation: zoomInBounce 1.5s cubic-bezier(0.25, 0.46, 0.45, 1.6) both;
}
.bounce-image {
  width: 380px;
  /* 初始狀態設為透明，避免在延遲期間直接顯示 */
  opacity: 0;
  margin-top: 10px;

  /* 應用動畫：名稱 時長 延遲 填充模式 */
  /* forwards 確保動畫結束後停在最後一個狀態 (opacity: 1) */
  animation: zoomInBounce 0.9s 0.9s forwards;
}

@keyframes zoomInBounce {
  0% {
    transform: scale(0); /* 初始大小為 0 */
    opacity: 0;
  }
  50% {
    transform: scale(1.2); /* 稍微放大超過原大小 (Q彈感) */
    opacity: 1;
  }
  70% {
    transform: scale(0.9); /* 稍微縮小 */
  }
  100% {
    transform: scale(1); /* 回到正常大小 */
    opacity: 1;
  }
}
/* 人左右飄 */

@keyframes shake {
  0% {
    transform: rotate(1deg);
  }
  25% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}

/* 應用動畫的元素 */
.shake-element {
  display: inline-block; /* 必須為 block 或 inline-block */
  animation: shake 7s infinite; /* 0.5秒循環一次，無限次數 */
}

.PIC-bird {
  position: absolute;
  left: -110px;
  top: -50px;
  animation: fly 2s infinite alternate;
}

@keyframes fly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
/* 對話框 */

@keyframes shake2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes shake3 {
  0% {
    transform: translateX(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.shake-element2 {
  /* 應用動畫：動畫名稱、時間、無限循環 */
  animation: shake3 0.8s infinite;
  display: inline-block; /* 確保元素可變形 */
}

@media (max-width: 1200px) {
  .PIC-Home-P {
    max-width: 550px;
  }
}

/* 手機板 */

@media screen and (max-width: 768px) {
  .NewHome-BG {
    background-position: center;
    height: auto;
  }
  .NewHome-one {
    padding: 0 15px 10px 15px;
  }
  .PIC-Home-P {
    margin-top: 140px;
    max-width: 100%;
  }
  .NewHome-Cloud {
    width: auto;
    max-width: 100%;
    /* background-size: contain; */
    justify-content: space-evenly;
    margin: 0 auto;
    top: 95px;
  }
  .PIC-HomeTitle {
    width: 360px;
    top: 35px;
  }
  .bounce-image {
    width: auto;
    background-size: contain;
    max-width: 100%;
    padding-top: 10px;
    width: 280px;
  }
  .NewHome-TitleRow {
    display: block;
  }

  .section-1 .NewHome-notice-content-1 {
    margin: 0 0px 0 0px;
  }

  /* 框 */
  .NewHome-box {
    flex-direction: column;
    padding: 25px 15px;
  }

  .section-1 .NewHome-BoxTop1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .NewHome-price span {
    font-size: 28px;
  }
  .NewHome-title-h1 {
    font-size: 30px;
    width: 35px;
    height: 35px;
  }
  .NewHome-title-h1 {
    width: 100%;
  }
  .NewHome-notice label {
    width: 270px;
  }
  .NewHome-pric-box-sm h2 {
    font-size: 18px;
  }
  .NewHome-Box-L,
  .NewHome-Box-R {
    width: 100%;
    height: auto;
  }
  .NewHome-Box-L {
    margin-bottom: 10px;
  }
  .NewHome-Text-L,
  .NewHome-Text-R {
    height: auto;
    padding: 10px 10px;
  }
  .NewHome-price-box {
    height: auto;
  }
  .NewHome-Text-L .NewHome-price {
    height: auto;
  }
  .NewHome-Text-L .NewHome-Text {
    width: 100%;
    padding-bottom: 10px;
  }
  .NewHome-Text-R .NewHome-Text {
    width: 100%;
    padding-bottom: 0px;
  }

  .NewHome-Text {
    text-align: center;
    font-size: 18px;
  }
  .NewHome-pric-box-sm:nth-child(1) {
    padding-right: 5px;
  }

  .NewHome-notice input:checked ~ .NewHome-notice-content-3 {
    padding: 30px 0 5px 30px;
  }
  .NewHome-notice-content-2 {
    padding: 20px 10px 10px 25px;
  }
  .NewHome-notice-content-2,
  .NewHome-notice-content-3 {
    margin: 0 5px;
    font-size: 16px;
  }

  .NewHome-btn a {
    padding: 10px 10px;
    margin: 0 15px;
    font-size: 18px;
  }

  .NewHome-notice.NewHome-notice-content-1 {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0 5px 30px;
  }
  .NewHome-notice {
    padding: 0px 0px 0px 0px;
  }

  .NewHome-notice,
  .NewHome-btn {
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 0 10px 0px;
  }
  .NewHome-title-h1 {
    margin-top: 10px;
  }

  label.NewHome-title-h1 {
    font-size: 20px;
    padding: 5px 5px;
    justify-content: flex-end;
  }

  .section-2 .NewHome-title-H1color {
    font-size: 24px;
  }
  .section-2 .section-2-notion-btn {
    max-width: 180px;
    padding: 5px 5px;
  }

  /* 動畫調整 */
  .PIC-bird {
    width: 200px;
    top: 200px;
  }

  /* 版頭 */
  .vip-Redbar {
    height: 30px;
  }
  .vip-Redbar img {
    margin-right: 5px;
    width: 80px;
  }

  /* 版尾 */
  .Entie-footer {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    line-height: 30px;
  }
  .Entie-footer img {
    padding: 0px;
    padding-left: 10px;
    width: 70%;
  }
  .Entie-footer-detail {
    margin-left: 0;
    text-align: center;
  }
  .Entie-footer-detail span {
    display: block;
  }

  .NewHome-box2 ul {
    margin: 0 5px;
  }

  .Entie-number {
  text-align: center;
  margin-bottom: 0px;
   margin-top: 10px;
  color: #fff;
}
}

@media screen and (max-width: 390px) {
  /* 包含 iPhone 16 系列與大尺寸 Android */

  .NewHome-Cloud {
    justify-content: flex-start;
    height: 250px;
    background-size: contain;
  }
  .bounce-image {
    width: 280px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .PIC-HomeTitle {
    top: 17px;
  }
  .NewHome-title-h1 {
    font-size: 28px;
  }
  .NewHome-PIC img {
    height: 170px;
  }
} /* 4. 平板起點 (Tablets) - 768px */

@media screen and (max-width: 360px) {
} /* 3. 大螢幕手機 (Large Mobile) - 390px ~ 440px */

/* 1. 極小螢幕 (Small Phones) - 確保 320px 不跑版 */
@media screen and (max-width: 320px) {
  .NewHome-box {
    box-shadow: -1px -2px 0px 8px #ac5a45;
  }
  .NewHome-box h1 {
    font-size: 26px;
  }
  .bounce-image {
    max-width: 80%;
    padding-top: 5px;
    width: 230px;
  }

  .PIC-HomeTitle {
    width: 300px;
    top: 20px;
  }
  .NewHome-title-h1 {
    font-size: 22px;
  }
  .NewHome-Cloud {
    justify-content: flex-start;
    height: 160px;
  }
  .NewHome-pric-box-sm h2 {
    font-size: 15px;
  }
  .NewHome-price {
    font-size: 12px;
    font-weight: bold;
  }
  .NewHome-notice .NewHome-title-h1::after {
    width: 30px;
    height: 30px;
  }
  .NewHome-btn a {
    font-size: 14px;
    padding: 10px 7px;
  }
  .NewHome-box2 h2 {
    font-size: 22px;
  }
  .vip2-ArrowText {
    font-size: 15px;
  }
  .NewHome-notice-content-1,
  .NewHome-notice-content-2,
  .NewHome-notice-content-3 {
    font-size: 14px;
  }
  .NewHome-notice-content-2,
  .NewHome-notice-content-3 {
    padding: 20px 0px 5px 55px;
  }
  .NewHome-notice input:checked ~ .NewHome-notice-content-2,
  .NewHome-notice input:checked ~ .NewHome-notice-content-3 {
    padding-left: 16px;
  }
  .NewHome-notice label {
    width: 240px;
  }

  .NewHome-PIC img {
    height: 130px;
  }
  .NewHome-notice,
  .NewHome-btn {
    margin: 5px 1px;
  }

  .section-2 .NewHome-title-H1color {
    font-size: 16px;
  }
  .section-2 .NewHome-title-H1color::before,
  .section-2 .NewHome-title-H1color::after {
    width: 40px;
    height: 40px;
  }
} /* 2. 標準 Android 與 iPhone (Standard Mobile) - 360px 起跳 */
