/*@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansTC-Regular.woff2) format('woff2'),
          url(../fonts/NotoSansTC-Regular.woff) format('woff'),
          url(../fonts/NotoSansTC-Regular.otf) format('opentype');
 }*/

 @font-face {
   font-family: 'GenYoGothicTW-Light';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/GenYoGothicTW-Light.woff2) format('woff2'),
          url(../fonts/GenYoGothicTW-Light.woff) format('woff'),
          url(../fonts/GenYoGothicTW-Light.ttf) format('truetype');
 }

/* body{
	font-family: 'Noto Sans TC', "Microsoft JhengHei", "Microsoft Yahei", Arial, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #231815;
  letter-spacing: 0.08em; 
  overflow-x: hidden;  
}*/

 body{
  font-family: 'GenYoGothicTW-Light', "Microsoft JhengHei", "Microsoft Yahei", Arial, sans-serif;
  background: #ffffff;
  margin: 0;
  padding: 0;
  color: #ffffff;
  letter-spacing: 0.06em; /* 調整文字字母間距 */
  overflow-x: hidden;  /* 禁止橫向滾動 */
}

/* 輪播圖 */

.panosq,.panosq div,.panosq span,.panosq p,.panosq img,.panosq a { 
  margin: 0;padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
}

.panosq {
  width: 100%; height: 900px; 
} 

.panosq2,.panosq2 div,.panosq2 span,.panosq2 p,.panosq2 img,.panosq2 a { 
  margin: 0;padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
}

.panosq2 {
  width: 100%; height: 900px; 
} 


img{
  max-width: 100%;
}

.img-m{
  display: none;
}

.img-m {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;  /* 讓子元素絕對定位以這為參考 */
}

.overlay-png {
  position: absolute;
  top: 15%;                /* 依需要調整 */
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: auto;
  max-width: 80vw;         /* 限制最大寬度避免水平溢出 */
  height: auto;
  pointer-events: none;    /* 不阻擋滑動或點擊 */
  z-index: 20;             /* 疊在最上層 */
}

.overlay-png2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;  /* 讓圖片保持比例並完全包含 */
  pointer-events: none;
  z-index: 20;
}


*/
a:focus, a:hover{
  text-decoration: none;
}

 #wrapper{
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.content{
	margin: 0;
	padding: 0;
}

.link-btn img{
  max-width: 100%;
}
/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  margin-top: 23%;
}

.contact100-form-title {
  display: block;
  font-size: 30px;
  color: #403866;
}

.contact100-form2 {
  width: 100%;
  margin-top: 65%;
}

.contact100-form2-title {
  display: block;
  font-size: 30px;
  color: #403866;
}


/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*---------------------------------------------*/

/*------------------------------------------------*/

.container-contact100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
}

.wrap-contact100 {
  width: 65%;
  background: transparent;
}

.wrap-contact1002 {
  width: 85%;
  background: transparent;
  margin-top: -150px;
}

.wrap-input100-gender {
    width: 100%;               /* 寬度設為父容器的 100% */
    max-width: 588px;          /* 確保與鄉政市區下拉選單一致的寬度 (根據實際需求調整此值) */
}


.wrap-input100-gender label {
    font-size: 16px; /* 文字大小 */
    margin-right: 15px; /* 與按鈕的距離 */
}

.wrap-input1002-gender {
    width: 100%;               /* 寬度設為父容器的 100% */
    max-width: 588px;          /* 確保與鄉政市區下拉選單一致的寬度 (根據實際需求調整此值) */
}


.wrap-input1002-gender label {
    font-size: 16px; /* 文字大小 */
    margin-right: 15px; /* 與按鈕的距離 */
}


/* 外層容器 */
.form-container {
    display: flex;               /* 使用 Flexbox 排列 */
    justify-content: space-between; /* 將內容推到兩側 */
    align-items: flex-start;     /* 讓選單和標籤靠齊頂部 */
    width: 100%;                /* 設定容器寬度 */
    margin: 0;                  /* 移除容器的外邊距 */
    padding: 0;                 /* 移除容器的內邊距 */
    gap: 70px;                  /* 兩個選單之間的間隔 */
    flex-wrap: wrap;              /* 當容器寬度不足時，讓元素換行 */
}

.form-container4 {
    display: flex;
    flex-direction: column;  /* 改為上下直排 */
    align-items: flex-start; /* 左對齊 */
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 20px;               /* 上下區塊間距，可依需要調整 */
    flex-wrap: wrap;         /* 可留或刪除皆可 */
}

/* 外層容器 */
.form-container2 {
    align-items: flex-start;     /* 讓選單和標籤靠齊頂部 */
    width: 100%;                /* 設定容器寬度 */
    margin: 0;                  /* 移除容器的外邊距 */
    padding: 0;                 /* 移除容器的內邊距 */
    flex-wrap: wrap;              /* 當容器寬度不足時，讓元素換行 */
}

/* 單個選單區塊 */
.form-group {
    display: flex;
    flex-direction: column;      /* 讓標籤與輸入框垂直排列 */
    flex: 1;                     /* 每個區塊的寬度均分 */
    word-wrap: break-word;       /* 讓長文字自動換行 */

}



/* 選單樣式 */
.input100 {
    width: 100%;
    padding: 17.5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    appearance: none;              /* 移除系統樣式 */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.BOXXX {
    display: flex;
    flex-direction: column;       /* 垂直排列標籤 */
    flex: 1;                      /* 讓每個區塊寬度均分 */
    word-wrap: break-word;        /* 讓文字自動換行 */
    max-width: 48%;               /* 設定最大寬度限制，保持適當的比例 */
    text-align: left;             /* 文字靠左對齊 */
    line-height: 1.6;             /* 行高，讓文字間隔稍微寬一些 */
    overflow-wrap: break-word;    /* 確保長單詞也會換行 */
}

.BOXXX2 {
    display: flex;
    flex-direction: column;       /* 垂直排列標籤 */
    flex: 1;                      /* 讓每個區塊寬度均分 */
    word-wrap: break-word;        /* 讓文字自動換行 */
    max-width: 100%;               /* 設定最大寬度限制，保持適當的比例 */
    text-align: left;             /* 文字靠左對齊 */
    line-height: 1.6;             /* 行高，讓文字間隔稍微寬一些 */
    overflow-wrap: break-word;    /* 確保長單詞也會換行 */
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans TC';
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}


.link-btn{
  background-color: transparent;
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 45px;
  text-align: center;
  z-index: 100;
}

.link-btn.hide{
  display: none;
}

.link-btn ul{
  padding: 20px 0;
}

.link-btn ul li{
  display: block;
}

.linkbtn{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 55px;
  height: 55px;
  background-color: transparent;
  border-radius: 3px;
  z-index: 1;
  margin:0 0 0 -10px;
}

button.linkbtn.icon1{

  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

button.linkbtn.icon2{

  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


button.linkbtn.icon3{

  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*---------------------------------------------*/

/*--------------輸入欄打的字-------------------*/
input.input100 {
  font-family: 'Noto Sans TC', serif;
  border: 0.5px solid;
  border-color: #C9C9CA;
  color: #595757;
  /*border-radius: 5px;*/
}

textarea.input100-area {
  font-family: 'Noto Sans TC', serif;
  padding: 10px 0 82px 9px;
  border: 0.5px solid;
  border-color: #C9C9CA;
  color: #595757;
  /*border-radius: 5px;*/
  position: relative;
}

textarea.input100 {
  min-height: 120px;
  padding: 19px 35px 0 35px;

}

textarea.input100 a{
  min-height: 200px;
  padding: 19px 35px 0 35px;
}

.input100-area{
  position: relative;
  display: block;
  width: 100%;
  min-height: 10vh;
  font-size: 15px;
  line-height: 1.2;
  box-sizing: border-box;
}


  .g-recaptcha{
    z-index: 4;
    padding-top: 20px;
    width: 100%;
  }

.contact100-form-btn,.contact100-form-btn2{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 100%;
  height: 55px;
  background-color: transparent;
  border-radius: 31px;

  font-family: 'Noto Sans TC';
  font-size: 20px;
  color: #ffffff;ㄑ
  line-height: 1.2;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.contact100-form-btn::before,.contact100-form-btn2::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #b18532;
  pointer-events: none;
/*  border: 2px solid #000000;*/
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*.contact100-form-btn:hover:before,.contact100-form-btn2:hover:before{
  background-color: #e9422c;
  width: calc(100% + 20px);
}

*/


/*img{
    max-width: 100%;
    height: auto;
}
*/
/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
    display: flex;
    flex-direction: column; /* 強制改成垂直排列 */
    align-items: center;     /* 水平置中內容（含 map 跟按鈕） */
  margin-bottom: 50px;
}


/*------------------------------------------------------------------
[ Alert validate ]以下為電腦版圖片*/

.page01 {
    margin: 0;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/BG01.jpg) center center no-repeat;
    background-size: contain;       /* 根據需求改為 cover */
    width: 100vw;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.page01logo {
    position: absolute;               /* 絕對定位，控制位置 */
    width: 100%;                      /* 寬度滿版 */
    height: auto;                     /* 高度自適應 */
    text-align: center;               /* 保持內容居中 */
    z-index: 1;                       /* 確保 logo 在最上層 */
}

.page01logo img {
    width: 100%;                      /* 圖片寬度滿版 */
    height: auto;                     /* 保持圖片比例 */
    object-fit: cover;                /* 如果圖片比例與容器不同，可使用 cover 填滿 */
}

.page07 {
    margin: 0;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/t7.jpg) center center no-repeat;
    background-size: cover;       /* 根據需求改為 cover */
    width: 100vw;
    height: auto;
    aspect-ratio: 16 / 37.39;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.page07logo {
    position: absolute;  /* 絕對定位 */
    top: 12.5%;            /* 距離容器頂端 20% */
    width: 87%;          /* 寬度滿版 */
    height: auto;        /* 高度自適應 */
    text-align: center;  /* 內容居中 */
    z-index: 1;          /* 確保在最上層 */
}

.page07logo img {
    width: 100%;                      /* 圖片寬度滿版 */
    height: auto;                     /* 保持圖片比例 */
    object-fit: cover;                /* 如果圖片比例與容器不同，可使用 cover 填滿 */
    margin-top: 4%;
}


.img-d,
#slider1.flexslider,
.flexslider .slides,
.flexslider .slides li {
    background: transparent !important;
}


.custom-controls {
    text-align: center;
    margin-top: 10px;
}

.custom-controls button {
    background: transparent;
    border: 1.5px solid #4A4031;
    color: #4A4031;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-controls button:hover {
    background-color: #4A4031;
    color: #fff;
}


.page10 {
    margin: 0;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/BG01.jpg) center center no-repeat;
    background-size: contain;       /* 根據需求改為 cover */
    width: 100vw;
    height: auto;
    aspect-ratio: 1920 / 900;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.page10logo {
    position: absolute;               /* 絕對定位，控制位置 */
    width: 100%;                      /* 寬度滿版 */
    height: auto;                     /* 高度自適應 */
    text-align: center;               /* 保持內容居中 */
    z-index: 1;                       /* 確保 logo 在最上層 */
}

.page10logo img {
    width: 100%;                      /* 圖片寬度滿版 */
    height: auto;                     /* 保持圖片比例 */
    object-fit: cover;                /* 如果圖片比例與容器不同，可使用 cover 填滿 */
}


.page11 {
    margin: 0;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/BG01.jpg) center center no-repeat;
    background-size: contain;       /* 根據需求改為 cover */
    width: 100vw;
    height: auto;
    aspect-ratio: 1920 / 1246;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.page11logo {
    position: absolute;               /* 絕對定位，控制位置 */
    width: 100%;                      /* 寬度滿版 */
    height: auto;                     /* 高度自適應 */
    text-align: center;               /* 保持內容居中 */
    z-index: 1;                       /* 確保 logo 在最上層 */
}

.page11logo img {
    width: 100%;                      /* 圖片寬度滿版 */
    height: auto;                     /* 保持圖片比例 */
    object-fit: cover;                /* 如果圖片比例與容器不同，可使用 cover 填滿 */
}

.page12 {
    margin: 0;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/t12.jpg) center center no-repeat;
    background-size: contain;       /* 根據需求改為 cover */
    width: 100vw;
    height: auto;
    aspect-ratio: 1920 / 910;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.page12logo {
    position: absolute;               /* 絕對定位，控制位置 */
    width: 100%;                      /* 寬度滿版 */
    height: auto;                     /* 高度自適應 */
    text-align: center;               /* 保持內容居中 */
    z-index: 1;                       /* 確保 logo 在最上層 */
}

.page12logo img {
    width: 100%;                      /* 圖片寬度滿版 */
    height: auto;                     /* 保持圖片比例 */
    object-fit: cover;                /* 如果圖片比例與容器不同，可使用 cover 填滿 */
}





.page14{
  margin: 0;
  background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/BG05.jpg) center top no-repeat;
  background-size: cover;
    width: 100vw;
    height: auto;
    aspect-ratio: 1920 / 910;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  gap: 50px;                   /* 子元素之間的間距 */
}

.page14logo {
    position: absolute;
    top: 27%;
    left: 17.5%;         /* 加入 left 偏移靠左，依需求可調整 */
    text-align: left; /* 改為靠左對齊 */
    width: 45%;
    z-index: 1;
}

.page14logo img {
    width: 60%;
    height: auto;
}



/*------------------------------------------------------------------
[ Alert validate ]以下為手機版圖片*/


.S01 {
    margin: 0;
    border-style: dashed;
    border-top: none;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/SG01.jpg) center center no-repeat;
    background-size: contain;        /* 等比例顯示背景 */
    width: 100vw;                    /* 全寬 */
    height: auto;                    /* 高度根據內容調整 */
    aspect-ratio: 59 / 100;          /* 根據圖片的實際比例 */
    position: relative;              /* 讓內部元素可以絕對定位 */
    display: flex;                   /* Flexbox 布局 */
    justify-content: center;         /* 水平居中 */
    align-items: center;             /* 垂直居中 */
}

.S01logo {
    position: absolute;              /* 絕對定位，控制居中 */
    text-align: center;
    width: 100%;                       /* 調整寬度，增大整個容器 */
    z-index: 1;                      /* 確保 S01logo 在最上層 */
}

.S01logo img {
    width: 100%;
    height: auto;
}






.S02 {
    margin: 0;
    border-style: dashed;
    border-top: none;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/SG01.jpg) center center no-repeat;
    background-size: contain;        /* 等比例顯示背景 */
    width: 100vw;                    /* 全寬 */
    height: auto;                    /* 高度根據內容調整 */
    aspect-ratio: 800 / 1250;          /* 根據圖片的實際比例 */
    position: relative;              /* 讓內部元素可以絕對定位 */
    display: flex;                   /* Flexbox 布局 */
    justify-content: center;         /* 水平居中 */
    align-items: center;             /* 垂直居中 */
}

.S02logo {
    position: absolute;              /* 絕對定位，控制居中 */
    text-align: center;
    width: 100%;                       /* 調整寬度，增大整個容器 */
    z-index: 1;                      /* 確保 S01logo 在最上層 */
}

.S02logo img {
    width: 100%;
    height: auto;
}

.S03 {
    margin: 0;
    border-style: dashed;
    border-top: none;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/d7.jpg) center center no-repeat;
    background-size: contain;        /* 等比例顯示背景 */
    width: 100vw;                    /* 全寬 */
    height: auto;                    /* 高度根據內容調整 */
    aspect-ratio: 800 / 5100;          /* 根據圖片的實際比例 */
    position: relative;              /* 讓內部元素可以絕對定位 */
    display: flex;                   /* Flexbox 布局 */
    justify-content: center;         /* 水平居中 */
    align-items: center;             /* 垂直居中 */
}

.S03logo {
    position: absolute;
    top: 9%;
    width: 100%;
    display: flex;
    flex-direction: column;      /* ➤ 垂直排列 */
    align-items: center;         /* ➤ 每個子項水平置中 */
    gap: 40px;                   /* ➤ 每組 slider 的間距（可調） */
    z-index: 1;
}

.S03logo .img-m {
    width: 87%;                  /* ➤ 可依需要調整 */
    max-width: 500px;            /* ➤ 避免太寬（可選） */
}

.S03logo .img-m img {
    width: 100%;                 /* 滿寬（因為外層有 max-width） */
    height: auto;
    display: block;              /* 去除底部空隙 */
}


.S04 {
    margin: 0;
    border-style: dashed;
    border-top: none;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/SG01.jpg) center center no-repeat;
    background-size: contain;        /* 等比例顯示背景 */
    width: 100vw;                    /* 全寬 */
    height: auto;                    /* 高度根據內容調整 */
    aspect-ratio: 800 / 1275;          /* 根據圖片的實際比例 */
    position: relative;              /* 讓內部元素可以絕對定位 */
    display: flex;                   /* Flexbox 布局 */
    justify-content: center;         /* 水平居中 */
    align-items: center;             /* 垂直居中 */
}

.S04logo {
    position: absolute;              /* 絕對定位，控制居中 */
    text-align: center;
    width: 100%;                       /* 調整寬度，增大整個容器 */
    z-index: 1;                      /* 確保 S01logo 在最上層 */
}

.S04logo img {
    width: 100%;
    height: auto;
}


.S05 {
    margin: 0;
    border-style: dashed;
    border-top: none;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/SG01.jpg) center center no-repeat;
    background-size: contain;        /* 等比例顯示背景 */
    width: 100vw;                    /* 全寬 */
    height: auto;                    /* 高度根據內容調整 */
    aspect-ratio: 800 / 2970;          /* 根據圖片的實際比例 */
    position: relative;              /* 讓內部元素可以絕對定位 */
    display: flex;                   /* Flexbox 布局 */
    justify-content: center;         /* 水平居中 */
    align-items: center;             /* 垂直居中 */
}

.S05logo {
    position: absolute;              /* 絕對定位，控制居中 */
    text-align: center;
    width: 100%;                       /* 調整寬度，增大整個容器 */
    z-index: 1;                      /* 確保 S01logo 在最上層 */
}

.S05logo img {
    width: 100%;
    height: auto;
}



.S06 {
    margin: 0;
    border-style: dashed;
    border-top: none;
    background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/d12.jpg) center center no-repeat;
    background-size: contain;        /* 等比例顯示背景 */
    width: 100vw;                    /* 全寬 */
    height: auto;                    /* 高度根據內容調整 */
    aspect-ratio: 800 / 1630;          /* 根據圖片的實際比例 */
    position: relative;              /* 讓內部元素可以絕對定位 */
    display: flex;                   /* Flexbox 布局 */
    justify-content: center;         /* 水平居中 */
    align-items: center;             /* 垂直居中 */
}

.S06logo {
    position: absolute;              /* 絕對定位，控制居中 */
    text-align: center;
    width: 100%;                       /* 調整寬度，增大整個容器 */
    z-index: 1;                      /* 確保 S01logo 在最上層 */
}

.S06logo img {
    width: 100%;
    height: auto;
}





/* 箭頭樣式 */
.arrow {
  position: absolute;
  top: 38%; /* 垂直置中 */
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  color: white; /* 箭頭文字顏色 */
  border: none;
  padding: 8px 13px;
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial', sans-serif; /* 使用 Arial 字體 */
}


/* 左右箭頭位置 */
.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/* 隱藏滾動條 */
.scrollable-content::-webkit-scrollbar {
  display: none; /* 隱藏 Webkit 滑動條 */
}






.S14{
  margin: 0;
  border-style: dashed;
  border-top: none;
  background: url(https://ar3d.idv.tw/case/blossomsnanjing/img/BG05.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 800px;     /* 最小高度為一張圖大小，但可以被內容撐開 */
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
    gap: 50px;                   /* 子元素之間的間距 */
}

.S14logo {
    position: absolute;              /* 絕對定位，控制居中 */
    top: 12%;                        /* 從頂部偏移 50% */
    text-align: center;
    width: 60%;                       /* 調整寬度，增大整個容器 */
    z-index: 1;                      /* 確保 S01logo 在最上層 */
}

.S14logo img {
    width: 100%;
    height: auto;
}






/*------------------------------------------------------------------
[ Alert validate ]*/



/*-----------------------------------------------------------------*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

  font-family: 'Noto Sans TC';
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

/*  visibility: hidden;
  opacity: 0;*/

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}


.map {
  position: relative;
  width: 36%;
  padding-bottom: 36%; /* 與寬度相同，保持正方形 */
  margin: 0 0 0 10%; /* 置中 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation-name: fadeIn;
    animation-duration: 1.2s;
    animation-fill-mode: both;
}


/*@media (max-width: 990px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  .wrap-contact100{
    width: 45%;
  }
  input.input100{
    height: 40px;
  }
  .input100{
    font-size: 16px;
  }
  .contact100-form-btn,.contact100-form-btn2{
    font-size: 17px;
  }
  .map{
  	padding: 0px 20px 20px 20px;
  }
}



@media (max-width: 550px) {
  .wrap-contact100{
    width: 90%;
  }
  input.input100{
    height: 40px;
  }
  .input100{
    font-size: 16px;
  }
  .contact100-form-btn,.contact100-form-btn2{
    font-size: 16px;
  }
}*/

input[type="radio"] {
   accent-color: #000;
  }

input[type="checkbox"] {
   accent-color: #000;
  }


/*-----------------------------------------------------------*/
/* 基本樣式 */


/* 1440px 以下，頁面縮放至 75% */
@media (max-width: 1440px) {

}

/* 1024px 以下，頁面縮放至 53.33% */
@media (max-width: 1024px) {

}

/* 1024px 以下，頁面縮放至 53.33% */
/*@media (max-width: 768px) {

.contact100-form{
  width: 100%;
  display:grid;
  place-content: center;
}

  .page14{
    margin:-3% 0 0 0;
    width: 100%;
    height: 850px;
}

  .page14logo img{
    margin-top:12%;
    width: 60%;
}
*/

.form-flex {
    display: flex;
    justify-content: space-between;   /* 兩側靠邊 */
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1400px;                /* 父容器最大寬度 */
    margin: 0 auto;
}

.form-left,
.form-right {
    width: calc(50% - 20px);          /* 兩欄等寬，減去 gap/2 */
    max-width: 700px;                 /* 可依需求調大讓放大時跟著變大 */
}

.wrap-contact100 {
    display: flex;
    justify-content: center;
}

.input100,
.input100-area,
select.input100 {
    width: 100%;
    box-sizing: border-box;
}

.container-contact100-form-btn {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .form-flex {
        flex-direction: column;
        align-items: center;
    }

    .form-left,
    .form-right {
        max-width: 90%;
    }
}



.input100,
.input100-area,
select.input100 {
    width: 100%;
    box-sizing: border-box;
    color: gray; /* 讓 placeholder 與 select 預設一致 */
}

select.input100 option {
    color: black; /* 實際選項顯示黑色 */
}




@media (max-width: 767px) {

    .BOXXX3 {
    font-size: 11px;
    }

    .wrap-contact100 {
    margin-top: 100px;
    }

    .form-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
}



.BOXXX3 .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 外層白色圓底 */
.BOXXX3 .form-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    background: white;                /* 白底 */
    border: none; 
    border-radius: 50%;               /* 圓形 */
    position: relative;
    cursor: pointer;
    outline: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    transform: translateY(-5px);
}

/* 勾選後顯示漸層內圈 */
.BOXXX3 .form-check input[type="checkbox"]:checked::before {
    content: "";
    width: 8px;                      /* 內圈大小 */
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(to right, #5b4726, #cbb080); /* 漸層色 */
    display: block;
}



.quick-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #2f2313, #54493f);
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 10px 0;

    display: flex;
    justify-content: center;  /* 選單置中 */
    align-items: center;
    padding: 10px 0;
    overflow: visible;       /* 允許 LOGO 超出 */
}



/* Logo 基本樣式 */
.menu-logo {
    position: absolute;
    left: 40px;             /* 離左邊距離，可調整 */
    height: 100px;           /* LOGO 大小 */
    top: 51%;
    transform: translateY(-50%);
    z-index: 1000;          /* 確保在選單上層 */
}

/* 手機版隱藏 LOGO */
@media (max-width: 1100px) {
    .menu-logo {
        display: none;
    }
}

.quick-menu ul {
    margin-left: 100px; /* 調整數值讓選單往右 */
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.quick-menu li {
    position: relative;
    flex: 0 0 200px; /* 固定寬度防止切換中英文晃動 */
    text-align: center; 
}

.quick-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #ad9272;
    opacity: 0.6;
}

.quick-menu li a {
    text-decoration: none;
    color: #ad9272;
    font-weight: 800;
    padding: 8px 0;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.4em;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.quick-menu li a:hover {
    color: #ffffff;
}

/* 英文切換樣式 */
.quick-menu a.en-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
    font-family: "Palatino", "Palatino Linotype", "Book Antiqua", serif;
}

html {
    scroll-behavior: smooth;
}

/* 手機版維持現有設定，不影響排版 */
@media (max-width: 767px) {
    .quick-menu li {
        flex: 0 0 90px;
    }
    .quick-menu li a {
        padding: 6px 0;
        letter-spacing: 0.1em;
        font-size: 0.9em;
    }
    .quick-menu li:not(:last-child)::after {
        height: 16px;
    }
    .quick-menu a.en-text {
        font-size: 0.7em;
        letter-spacing: 0.1em;
    }

    .map {
      position: relative;
      width: 75%;
      padding-bottom: 75%; /* 與寬度相同，保持正方形 */
      margin: 6vh auto 0; /* 讓上方有空間 + 左右置中 */
    }

    .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }


}






/*------------------------------------------------------------



