body{
    position: relative;
    font-family:'Times New Roman', Times, serif;
    background-color: #f2ebd4;
    /* background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size:contain; */
}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

.autumnSeo{
    position: absolute;
    top: -1000px;
    left: -1000px;
}

/* 標籤 */
.autumnLable{
  width: auto;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 6px 10px;
  color: #FFF;
  font-weight: bold;
  background-color: #ba4800;
}

/* 看更多 */
.autumnmore{
  width: 100%;
  /* max-width: 1550px; */
  display: flex;
  justify-content: center;
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed; 
  padding: 50px 0px;
}

.moreLink{
  width: 250px;
  height: 45px;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #5e529c;
  box-shadow: 5px 5px #000000;
  color: #FFF;
   text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.moreLink:hover{
   color: #7c6351;
 background-color:rgb(208, 255, 0);
}

@media(max-width:1680px){
  .autumnmore{  
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: center;
}
}


/* 第一區 */
/* header */
.header_bg{
    width: 100% ;
    background-color: #FFF;
    padding: 20px 50px;
}

.header01 {
    width: 100%; 
    display: flex;
    justify-content: space-between;
    align-items: center;       
    position: relative ;    
  } 
    
  .logo {
    width: 138px;
  }

  .right_box {
    display: flex;
    justify-content: flex-end ;
    align-items: center;
  }
  .right_box .home_box {
    border-right: 2px solid #BF3F00;
    margin: 0 10px 0 0 ;
    padding: 0 10px 0 0 ;   
  }
  .right_box .home_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #BF3F00;
    font-weight: 700;
  }
  .right_box .home_icon {
    width: 20px ;
    margin: 0 10px 0 0 ;
  }
  .right_box .fb a {
    width: 25px;
    display: block;
    margin: 0px 6px 0px 0px;
  }
  .right_box .line a {
    width: 25px ;
    display: block;
    margin: 0 0 0 6px;
  }

  @media(max-width:430px){
    .header_bg{
        padding: 10px 30px;
    }
  }
  /* header END */

  /* ************************************************ */
  /* 第二區 */
  /* banner 設計輪播 */
  .autumnBanner{
    width: 100%;
    height: 100%;
    position: relative;
  }
.banner-slider {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: zoom 10s ease-in-out infinite;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* 導覽按鈕 */
.nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav button {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 2;
}

/* 大標圖片 */
.bannerImg-1{
    position: absolute;
    top: 10%;
    left:35%;
    object-fit: cover;
    overflow:cover;
    z-index: 1000;
}
.bannerImg-1 img{
    width: 100%;
    object-fit: cover;
    overflow:cover;
}

@media(max-width:1280px){
  .bannerImg-1{
    height: 800px;
    top: 8%;
    left:35%;  
  }
  .bannerImg-1 img{
      width: 80%;
      
  }  
}

@media(max-width:1024px){
  .bannerImg-1{
    height: 600px;
    top: 8%;
    left:35%;  
  }
  .bannerImg-1 img{
      width: 60%;
      
  }  
}
@media (max-width: 768px) {
  .bannerImg-1 {
    width: 100%;
    height: auto;
    top: 20%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
}
@media (max-width: 768px) {
  .bannerImg-1 {
    width: 100%;
    height: auto;
    top: 20%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .bannerImg-1 img {
    width: 60%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    overflow: cover;
  }
}
@media (max-width: 600px) {
  .bannerImg-1 {
    width: 100%;
    height: auto;
    top: 20%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .bannerImg-1 img {
    width: 70%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 430px) {
  .bannerImg-1 {
    width: 100%;
    height: auto;
    top: 30%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .bannerImg-1 img {
    width: 70%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
}
.bannerImg-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom:0%;
    z-index: 1000;
    object-fit: cover;
    overflow: cover;
}
.bannerImg-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow:cover;
}

/* ******************************************* */

/* 第三區：標題區塊 */
.autumnCTA {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
}
.autumnCTA h2 {
  color: #BF3F00;
}
@media(max-width: 630px) {
  .autumnCTA h1 {
    font-size: 1.5rem !important;
  }
  .autumnCTA h2 {
    font-size: 1rem !important;
  }
}

/* 第三區：按鈕區塊 */
.autumnBtn {
  width: 100%;
  position: relative;
  padding: 20px 20px; /* 改為百分比 padding */
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2ebd4;
  opacity: 0.95;
}

@media(max-width:1770px){
  .autumnBtn{
    padding: 20px 15px;
  }
}

@media(max-width:1300px){
  .autumnBtn{
    padding: 20px 15px;
  }
}

@media(max-width: 768px) {
  .autumnBtn {
    padding: 30px 10px;
  }
}

/* 樹葉裝飾 */
.btnLeaf-1,
.btnLeaf-2 {
  position: absolute;
  top: 0;
  z-index: 1100;
}
.btnLeaf-1 {
  left: 0%;
}
.btnLeaf-2 {
  right: 0%;
}

@media(max-width: 1090px) {
  .btnLeaf-1 img,
  .btnLeaf-2 img {
    width: 60%;
  }
}
@media(max-width: 990px) {
  .btnLeaf-1,
  .btnLeaf-2 {
    display: none;
  }
}

/* 按鈕區塊排版 */
.btnClick { 
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* 允許換行 */
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.clicktoggle {
  flex: 1 1 200px; /* 每個按鈕最小200px，可伸縮 */
  max-width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clicktoggle img {
  width: 100%;
  height: auto;
  display: block;
}

.clicktoggle img:hover{
    transform: scale(1.05);
}

.clickTxt {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}


@media(max-width: 906px) {
    .clicktoggle{
      width: 20%;
      flex: auto;
    }
    .clicktoggle a{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25%;
  } 
      .clicktoggle img{      
      width: 196px;
  } 
}


@media(max-width: 768px) {
  .clicktoggle img{
    width: 100px;
  }
  .clickTxt {
    font-size: 0.9rem;
  }
}

/* 桌機圖片按鈕預設顯示，手機隱藏 */
.desktop-only {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* 漢堡選單按鈕與手機選單預設隱藏 */
.hamburger-menu {
  display: none;
}
.mobileMenu {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  background-color: #f5f5f5ec;
  position: absolute;
  top: 82px;
  right: 0px;
  border-radius: 5px;
  z-index: 999 ;
}

/* 漢堡選單內容區 */
.mobileMenu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 顯示時的動畫 */
.mobileMenu.show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


.mobileMenu a {
  margin: 5px 0;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 15px 0px;
}
.mobileMenu a:hover {
    width: 100%;  
    text-align: center;
    color: #FFF !important;
    background-color: #e14439;
}
.mobileMenu a:hover {
  color: #BF3F00;
}
hr{
    width: 100%;
}

/* ✅ 手機版行為 */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .hamburger-menu {
    display: block;
    font-size: 2rem;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    color: #333;
  }

  .mobileMenu.show {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0px;
    z-index: 1500;
  }

  .btnLeaf-1 {
    display: none;
  }
    .right_box{
    display: none;
  }
}




/* *************************************** */

/* 第四區 - 商品區容器 */
.autumnCommodity {
  width: 100%;
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* 背景裝飾圖 */
.CommodityImg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.CommodityImg-1 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 商品標題區 */
.commodityTittle {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.commodityTittle img {
  width: 30%;
  max-width: 400px;
  min-width: 200px;
  height: auto;
}

/* RWD 行動裝置調整 */
@media (max-width: 768px) {
  .commodityTittle {
    padding: 40px 0;
  }

  .commodityTittle img {
    width: 60%;
    max-width: 100%;
  }

  .CommodityImg-1 img {
    object-fit: contain;
  }
}

@media (max-width: 430px) {
  .commodityTittle img {
    width: 100% !important;
  }
  }


/* *************************************** */

/* 第五區 - 商品卡片區 */

/*地區標籤 */
.autumnArea{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 35px 5px 35px 5px;
    background-color: #999d61;
    padding: 10px 0px;
    margin: 60px auto; 
}

.autumnAreaBg{
      background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed; 
  padding: 50px 0px;   
}


.autumnCard {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0px;
  margin: auto;
  gap: 20px;
  box-sizing: border-box;
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed; 
  padding: 50px 0px;
}

/* 台灣標題背景 */
.cardbgTw{
background-image: url(../images/bg01.jpg);
background-size: auto;
background-repeat: repeat;
background-position: left top;
background-attachment: fixed; 
padding: 50px 0px;
}
.cardbgTw img{
    width: 100%;
}

@media(max-width:1255px){
   .cardbgTw{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
} 
}

@media(max-width:832px){
   .cardbgTw{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
} 
}

/* 日本標題背景 */
.cardbgJp{
background-image: url(../images/bg02.jpg);
background-size: auto;
background-repeat: repeat;
background-position: left top;
background-attachment: fixed; 
padding: 50px 0px;
}
.cardbgJp img{
    width: 100%;
}

@media(max-width:1255px){
   .cardbgJp{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
} 
}

@media(max-width:832px){
   .cardbgJp{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
} 
}

/* 韓國標題背景 */
.cardbgKr{
background-image: url(../images/bg03.jpg);
background-size: auto;
background-repeat: repeat;
background-position: left top;
background-attachment: fixed; 
padding: 50px 0px;
}
.cardbgKr img{
    width: 100%;
}

@media(max-width:1255px){
   .cardbgKr{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
} 
}

@media(max-width:832px){
   .cardbgKr{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
} 
}

/* 中國標題背景 */
.cardbgCh{
background-image: url(../images/bg04.jpg);
background-size: auto;
background-repeat: repeat;
background-position: left top;
background-attachment: fixed; 
padding: 50px 0px;
}
.cardbgCh img{
    width: 100%;
}

@media(max-width:1255px){
   .cardbgCh{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
} 
}

@media(max-width:832px){
   .cardbgCh{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
} 
}

.cardDiv {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 515px;
  color: #000000;
  border: 5px solid #6e7148;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 360px 360px 0 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardDiv:hover {
  box-shadow: 5px 5px rgba(0, 0, 0, 0.301);
  transform: scale(1.01);
}

/* 圖片容器 */
.cardImg {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 360px 360px 0 0;
}

.cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardContTxt{
  height: 100%;
  background-color: #f2ebd4;
  object-fit: contain;
}

/* 文字樣式 */
.cardTittle,
.cardTittle-1,
.cardPrice,
.cardtoggle {
  text-align: center;
  padding: 8px 12px;
  
}
.cardtoggle{
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.cardTittle {
  font-size: 1.2rem;
  font-weight: bold;
}

.cardTittle-1 {
  font-size: 1.1rem;
}

.cardPrice .priceTxt {
  font-weight: bold;
}

.cardPrice .priceNum {
  color: red;
  font-size: 2rem;
  font-weight: 900;
}

/* 詳細行程按鈕 */
.cardtoggle {
  font-size: 1.1rem;
  background-color: #6e7148;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.cardtoggle:hover {
  color: #fffce8;
  font-size: 1.2rem;
  transition: 0.3s;
}

/* ✅ RWD for 行動裝置 */
@media (max-width: 768px) {
  .cardDiv {
    max-width: 90%;
    border-radius: 20px 20px 0 0;
  }

  .cardImg {
    aspect-ratio: 4 / 3;
    border-radius: 20px 20px 0 0;
  }

  .cardTittle {
    font-size: 1rem;
  }

  .cardTittle-1 {
    font-size: 0.95rem;
  }

  .cardPrice .priceNum {
    font-size: 1.5rem;
  }

  .cardtoggle {
    font-size: 1rem;
  }
}

/* 第七區 */
.cardJp{
  border: 5px solid #ba4800;
}
.areaJp{
  background-color: #ba4800 !important;
}
.areaJp:hover{
  color: #ffdada;
}

/* 第八區韓國 */
.cardKr{
  border: 5px solid #b75530;
}
.areaKr{
  background-color: #b75530 !important;
}
.areaKr:hover{
  color: #ffdada;
}

/* 第十一區中國 */
.cardCh{
  border: 5px solid #b00903;
}
.areaCh{
  background-color: #b00903 !important;
}
.areaCh:hover{
  color: #ffdada;
}



/* ************************************************* */

/* 第十區 footer圖 */
.footerBottomDiv{
  width: 100%;
}
.footerBottomDiv img{
  width: 100%;
}

