@charset "utf-8";
@font-face {
  font-family: UnboundedSans-2;
  src: url("font/UnboundedSans-2.ttf");
}
:root {
  --font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
  --main-bg-color: #00021a;
  --main-font-color: #ffffff;
  --secondary-bg-color: #342F24;
  --highlight-color: #4446b7;
}
/* ---- Reset ---- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  scroll-behavior: smooth;
  background-color: var(--main-bg-color);
  font-family: var(--font-family);
}
/* ---- Header ---- */
.header {
  display: block;
  position: fixed;
  z-index: 50;
  width: 100%;
  background: var(--secondary-bg-color);
}
.HeadLogo {
  padding: 5px 0 6px 10px;
  text-align: left;
  display: block;
}
.HeadLogo img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .HeadLogo img {
    height: 30px;
  }
}
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../images/texture.jpg");
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}
li {
  border-radius: 20px;
}
.block {
  margin: 0 auto;
  max-width: 1920px;
  padding: 1px 0;
}
.bg_1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 1px 0;
  border-radius: 30px;
}
.bg_1 .bg_1200 {
  background: url("../images/bg4.jpg");
}
.bg_2 .bg_1200 {
  background: url("../images/bg4.jpg");
}
.bg_3 .bg_1200 {
  background: url("../images/bg4.jpg");
}
.bg_4 .bg_1200 {}
.bg_5 .bg_1200 {
  background: url("../images/bg4.jpg");
}
.bg_6 .bg_1200 {
  background: url("../images/bg5.jpg");
}
.go {
  background: url("../images/bg7.jpg");
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 30px;
  border-radius: 50px;
  border: 0px;
  text-align: center;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.go a {
  color: #fff;
}
/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
  .block {
    margin: 0 auto;
    max-width: 100%;
    padding: 2vw 0;
  }
  .bg_1200 {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }
  li {
    border-radius: 10px;
  }
}
/*--  共通設定  --*/
/*--  版面微調  --*/
.titleC {
  margin: 40px auto 0 auto;
  padding: 0;
  background: url("../images/titlec.png")top center no-repeat;
  display: flex;
  height: 180px;
  justify-content: center;
  align-items: center;
}
.titleC h2 {
  font-size: 3.8rem;
  letter-spacing: 20px;
  padding-left: 20px;
  padding-top: 1.8rem;
  color: #117B75;
  font-weight: 900;
}
.subtitle {
  text-align: center;
  margin: 20px auto 10px;
  background: url("../images/h3-bg.png")center center no-repeat;
}
.subtitle h3 {
  background: url("../images/bg6.jpg");
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  border-left: 0px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: bold;
}
.more {
  margin: 0 60px 40px auto;
  text-align: end;
  max-width: 240px;
}
.more a {
  display: inline-flex; /* ✅ 改用 flex */
  align-items: center; /* ✅ 垂直置中 icon + 文字 */
  justify-content: center;
  gap: 8px; /* ✅ icon 與文字間距 */
  background: url("../images/bg6.jpg");
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  border-left: 0px;
  text-align: center;
  line-height: 1.2rem;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: normal;
  transition: all 0.3s ease;
}
.more a i {
  font-size: 1.2rem;
}
.more a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.more2 a {
  background: url("../images/bg2.jpg");
  font-size: 1.4rem;
}
.more2 a i {
  font-size: 1.4rem;
}
.more2 {
  margin: 40px auto;
  text-align: center;
}
.mky a{
	 background: url("../images/bg10.png");
}
.mjy a{
	 background: url("../images/bg11.png");
}
@media screen and (max-width: 991px) {
  .more {
    margin: 10px auto 40px auto;
    text-align: center;
  }
  .more2 {
    margin: 10px auto 20px auto;
    text-align: center;
  }
}
.bg_2 .titleC {
  background: url("../images/titlec2.png")top center no-repeat;
}
.bg_3 .titleC {
  background: url("../images/titlec3.png")top center no-repeat;
}
.bg_3 .titleC h2 {
  color: #117B75;
}
.bg_4 .titleC {
  background: url("../images/titlec4.png")top center no-repeat;
}
.bg_4 .titleC h2 {
  color: #BC2A63;
}
.bg_5 .titleC {
  background: url("../images/titlec5.png")top center no-repeat;
}
.bg_5 .titleC h2 {
  color: #BC2A63;
}
.bg_6 .titleC {
  background: url("../images/titlec6.png")top center no-repeat;
}
.bg_6 .titleC h2 {
  color: #934A19;
}
.keywordA li {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: 0px 0px 0px;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
}
.keywordA li img {
  width: 100%;
  height: auto;
}
.keywordA li:hover {
  background-color: transparent;
  border: 0px;
}
@media screen and (max-width: 991px) {
  .titleC {
    margin: 0px;
    padding: 0vw 2vw;
    background: url("../images/titlec.png")bottom center no-repeat;
    width: 100%;
    background-size: 100%;
    height: 22vw;
  }
  .bg_2 .titleC {
    margin: 0px;
    padding: 0vw 2vw;
    background: url("../images/titlec2.png")bottom center no-repeat;
    width: 100%;
    background-size: 100%;
    height: 22vw;
  }
  .bg_3 .titleC {
    margin: 0px;
    padding: 0vw 2vw;
    background: url("../images/titlec3.png")bottom center no-repeat;
    width: 100%;
    background-size: 100%;
  }
  .bg_4 .titleC {
    margin: 0px;
    padding: 0vw 2vw;
    background: url("../images/titlec4.png")bottom center no-repeat;
    width: 100%;
    background-size: 100%;
    height: 18vw;
  }
  .bg_5 .titleC {
    margin: 0px;
    padding: 0vw 2vw;
    background: url("../images/titlec5.png")bottom center no-repeat;
    width: 100%;
    background-size: 100%;
    height: 18vw;
  }
  .bg_6 .titleC {
    margin: 0px;
    padding: 0vw 2vw;
    background: url("../images/titlec6.png")bottom center no-repeat;
    width: 100%;
    background-size: 100%;
    height: 18vw;
  }
  .titleC h2 {
    font-size: 2rem;
    padding-left: 0;
    letter-spacing: 0;
  }
  .bg_4 .titleC h2, .bg_5 .titleC h2, .bg_6 .titleC h2 {
    padding-top: .6rem;
  }
  .subtitle {
    margin: 1vw auto 0;
    padding-bottom: 0;
  }
  .subtitle h3 {
    font-size: 1.7rem;
    letter-spacing: 0;
    padding: 1vw 5vw;
    line-height: 2rem;
  }
  .keywordA li {
    width: 47vw;
    height: auto;
  }
  .keywordA li img {
    width: 100%;
    height: auto;
  }
}
/*--  1.   --*/
@media screen and (max-width: 991px) {}
/*--  2.   --*/
@media screen and (max-width: 991px) {}
/*--  3.   --*/
@media screen and (max-width: 991px) {}
.toptitle .font h4 {
  background: url("../images/bg2.jpg");
}
.news {
  width: 96%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.banner img {
  border-radius: 20px;
}
/*--  0.  --*/
.banner-dis3 ul li img {
  width: 330px;
  margin: 10px;
}
.keywordB .keywordA li {
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: 0px 0px 0px;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
}
.keywordB .keywordA li:hover {
  background-color: transparent;
  border: 0px;
}
@media screen and (max-width: 991px) {
  .banner-dis3 ul li {
    width: 45%;
  }
  .banner-dis3 ul li img {
    width: 90%;
  }
  .keywordB .keywordA li {
    width: 80vw;
    height: auto;
  }
  .keywordB .keywordA li img {
    width: 100%;
    height: auto;
  }
}
.crosswise li {
  width: 90%;
  padding: 10px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 的比例 (9 ÷ 16 = 0.5625) */
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* 移除邊框 */
}
.bg_2-sw {
  display: flex;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
.bg_2-sw .half02 {
  width: 366px;
  height: auto;
  margin: 40px auto 10px auto;
  background: #fff;
  position: relative;
  border-radius: 30px;
  background-size: 100%;
}
.half02 ul {
  padding: 10px;
}
.half02 ul li a:hover, .half02 ul li:hover {
  transform: scale(1);
}
.half02 ul li:nth-child(1) img {
  width: 300px;
  height: 203px;
  object-fit: cover;
  margin: 10px auto 20px auto;
  background: #fff;
}
.half02 ul li:nth-child(2) {
  font-size: 16px;
  text-align: left;
  padding: 0 20px;
  line-height: 160%;
  color: #666;
}
.half02 ul li:nth-child(3) {
  font-size: 16px;
  text-align: left;
  line-height: 160%;
  color: #666;
}
.half02 ul li .price p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.6;
  padding-bottom: 15px;
  padding: 5px;
}
.sw .scene {
  text-align: start;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sw .scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .bg_2 .swiper {
    padding-bottom: 0vw;
  }
  .bg_2-sw {
    display: flex;
    flex-wrap: wrap;
    width: 96vw;
    margin: 0 auto;
  }
  .bg_2-sw .half02 {
    width: 94vw;
    height: auto;
    margin: 2vw auto;
  }
  .half02 ul {
    padding: 10px;
  }
  .half02 ul li:nth-child(1) img {}
  .half02 ul li:nth-child(2) {}
  .half02 ul li:nth-child(3) {}
}
.alternate ul:nth-child(odd) li:first-child {
  background: url("../images/bg6.jpg");
}
.alternate ul:nth-child(even) li:last-child {
  background: url("../images/bg2.jpg");
}
/*--永久改動--*/
.toptitle img, .circle img, .scene img {
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .baseline .font {
    padding-top: 1vw;
  }
  .font h4 {
    background: transparent;
  }
}
/*--  nav 選單 滑動置頂--*/
.menustyle1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  background: #000;
  z-index: 999;
  height: 50px;
  margin: 0 auto;
}
.menustyle1 ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.menustyle1 ul li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: .5px solid #ffffff;
}
.menustyle1 ul li:last-child {
  border-right: 0px solid #ffffff;
}
.menustyle1 ul li a {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menustyle1 ul li:hover, #TopMenu ul li a:hover {
  background: #666;
  transform: scale(1);
  color: #fffa96 !important;
}
.menustyle1 ul .active {
  color: #fffa96;
  background: #444;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .menustyle1 {
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    display: block;
  }
  .menustyle1 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .menustyle1 ul li {
    width: 20%;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: .5px solid #ffffff;
    box-sizing: border-box;
  }
  .menustyle1 ul li a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
    padding: 0;
    box-sizing: border-box;
    padding: 5px 0;
  }
  .menustyle1 ul .active {
    color: #fffa96 !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center
  }
  .menustyle1 ul li a:hover {
    color: #fffa96 !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
/*--  nav 選單 滑動置頂--*/
/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    background: url("../images/bg2.jpg");
    z-index: 999;
    height: auto;
    position: fixed;
    top: 100px;
    right: 10px;
    border-radius: 10px;
  }
  .menustyle2 ul {
    width: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .5px solid #ffffff;
    border-radius: 0;
  }
  .menustyle2 ul li:last-child {
    border-bottom: 0px solid #ffffff;
  }
  .menustyle2 ul li a {
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
  }
  .menustyle2 ul li:hover, #TopMenu ul li a:hover {
    background: url("../images/bg.jpg");
    transform: scale(1);
    color: #fff !important;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    background: url("../images/bg.jpg");
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 998;
    padding: 1vw 1vw;
    display: block;
    background: url("../images/bg7.jpg");
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: auto;
  }
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .menustyle2 ul li {
    /*width: 30%;*/
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; /*border-right: .5px solid #ffffff;*/ box-sizing: border-box;
    height: 64px;
  }
  .menustyle2 ul li:nth-last-child(1) {
    border-right: 0px;
  }
  .menustyle2 ul li a {
    font-size: 1.2rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
    text-align: center;
    box-sizing: border-box;
    padding: 1.5vw 3vw;
    margin: 3vw 0.8vw;
    border-radius: 10vw;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    background: url("../images/bg3.jpg");
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center
  }
  .menustyle2 ul li a:hover {
    color: #fff !important;
    background: url("../images/bg2.jpg");
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}
/*--  nav 選單 固定側邊--*/
/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 0px;
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .target-fix {
    top: -30px;
  }
}
/*--  錨點微調--*/
/**--  下拉選單  --**/
#TopMenu {
  transition: background-color 1s, opacity 1s, visibility 1s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
  position: relative;
}
#TopMenu.show {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 991px) {
  #TopMenu2 {
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    position: absolute;
    bottom: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    bottom: 0;
  }
}
/*--goto top--*/ #gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/top.png) center no-repeat;
  background-size: 50%;
  background-position: 50% 30%;
  margin-left: -30px;
}
#gotop:hover {
  cursor: pointer;
  background-color: #666;
}
#gotop:active {
  background-color: #ccc;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/share.png) center no-repeat;
  background-size: 20px;
  background-position: 50% 30%;
  margin-left: -30px;
}
#share:hover {
  cursor: pointer;
  background-color: #666;
}
#share:active {
  background-color: #666;
}
@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 60px;
  }
}
.button-group {
  display: flex;
  list-style: none;
  margin: 50px 10px;
  padding: 0;
  justify-content: center;
  gap: 10px;
}
.button-group li {}
.btn {
  display: inline-block;
  font-size: 1.7rem;
  font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1vw 3vw;
  line-height: 1.1;
  border-radius: 10px;
  color: #FFF0CA;
  text-decoration: none;
  background: url("../images/bg7.jpg");
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #0056b3;
}
@media screen and (max-width: 991px) {
  .button-group {
    margin: 30px 10px;
  }
  .btn {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    padding: 10px 10px;
  }
}
/* ==== 超值組合促銷框 ==== */
.promo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/bg2.jpg") !important;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  min-height: 350px;
  box-shadow:
    0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.promo-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.promo-content p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.promo-content span {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  .promo-box {
    min-height: 45vw;
  }
  .promo-content p {
    font-size: 1.6rem;
  }
  .promo-content span {
    font-size: 2.4rem;
  }
}
/* === 修正雜誌訂閱 RWD 排版 === */
@media (max-width: 768px) {
  .bg_5 .crosswise ul li {
    display: block !important; /* ✅ 改成區塊排列 */
    text-align: center;
  }
  .bg_5 .crosswise ul li a {
    display: block;
  }
  .bg_5 .crosswise ul li img {
    width: 90%;
    max-width: 380px;
    margin: 16px auto; /* ✅ 圖片置中，下方留距 */
    display: block;
  }
  .bg_5 .crosswise ul li h4 {
    text-align: center;
  }
  .bg_5 .crosswise ul li h5 {
    text-align: center;
  }
  .bg_5 .crosswise ul li .price {
    text-align: center;
  }
  .bg_5 .crosswise ul li .font {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  /* ✅ 讓「立即訂閱」按鈕置中 */
  .bg_5 .crosswise ul li .more, .bg_5 .crosswise ul li .more2 {
    text-align: center;
    margin-top: 12px;
  }
}
/* === 修正分享／回到最上方按鈕 === */
.share-btn, .back-to-top {
  position: fixed !important; /* ✅ 改回固定定位，不受 flex 影響 */
  z-index: 9999;
}
.share-btn {
  bottom: 100px;
  right: 20px;
}
.back-to-top {
  bottom: 40px;
  right: 20px;
}
/* === 活動小標貼紙 === */
.go-banner {
  position: fixed;           /* ✅ 改成固定位置（不隨滾動） */
  width: 130px;
  z-index: 99999;
  transition: all 0.3s ease;
}

.go-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* 桌機版固定在畫面右側、對齊選單 */
@media (min-width: 548px) {
  .go-banner {
    top: 420px;    /* ✅ 調整高度以對齊選單底部 */
    right: 20px;      /* ✅ 與選單保持距離 */
  }

  .go-banner:hover {
    transform: translateY(-5px) scale(1.05);
  }
}

/* 手機版：固定右下角，不與 gotop/share 重疊 */
@media (max-width: 547px) {
  .go-banner {
    bottom: 170px;   /* ✅ 保留空間給 gotop/share */
    right: 10px;
    width: 90px;
  }

  .go-banner:hover {
    transform: translateY(-3px) scale(1.05);
  }
}

