/*字型宣告1*/
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(https://ar3d.idv.tw/case/thebay/fonts/NotoSansTC-Regular.woff2) format('woff2'),
    url(https://ar3d.idv.tw/case/thebay/fonts/NotoSansTC-Regular.woff) format('woff'),
    url(https://ar3d.idv.tw/case/thebay/fonts/NotoSansTC-Regular.otf) format('opentype');
}

/*字型宣告2*/
@font-face {
  font-family: 'GenYoGothicTW';
  font-style: normal;
  font-weight: 400;
  src: url(https://ar3d.idv.tw/case/thebay/fonts/GenYoGothicTW-Regular-TTF.woff2) format('woff2'),
    url(https://ar3d.idv.tw/case/thebay/fonts/GenYoGothicTW-Regular-TTF.woff) format('woff'),
    url(https://ar3d.idv.tw/case/thebay/fonts/GenYoGothicTW-Regular.ttf) format('truetype');
}

/*字型宣告3*/
@font-face {
  font-family: 'GenKiMin2TW-R';
  font-style: normal;
  font-weight: normal;
  src: url(https://font.emtech.cc/file/original-fonts/GenYoMinTW/400.otf) format('opentype');
}


/* 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: 'Noto Sans TC', 'GenYoGothicTW', 'GenKiMin2TW-R', "Microsoft JhengHei", "Microsoft Yahei", Arial, sans-serif;
  background: #18273c;
  margin: 0;
  padding: 0;
  color: #18273c;
  letter-spacing: 0.06em;
  /* 調整文字字母間距 */
  overflow-x: hidden;
  /* 禁止橫向滾動 */
}


#myVideo {
  width: 100vw;
  /* 確保佔滿整個視窗寬度 */
  height: auto;
  display: block;
}

#myVideoMobile {
  width: 100vw;
  /* 確保佔滿整個視窗寬度 */
  height: auto;
  display: block;
}


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: 0%;
}

.contact100-form-title {
  display: block;
  font-size: 30px;
  color: #403866;
}

.contact100-form2 {
  width: 100%;
  padding-top: 0%; /* 由背景填色 */
}

.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: 10%;
  background: url('https://ar3d.idv.tw/case/thebay/img/BG04.png') left center / cover no-repeat;
}

.wrap-contact100 {
  width: 65%;
  background: transparent;
}

.wrap-contact1002 {
  width: 85%;
  background: transparent;
}

.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: 15px;
  /* 兩個選單之間的間隔 */
  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: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}

.BOXXX {
  display: flex;
  flex-direction: column;
  /* 垂直排列標籤 */
  flex: 1;
  /* 讓每個區塊寬度均分 */
  word-wrap: break-word;
  /* 讓文字自動換行 */
  max-width: 100%;
  /* 設定最大寬度限制，保持適當的比例 */
  text-align: center;
  /* 文字靠左對齊 */
  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;
  /* 確保長單詞也會換行 */
  font-family: 'Noto Sans TC';
}



/*------------------------------------------------------------------
[ 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: 0px;
  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';
  padding: 10px 0 10px 12px;
  border: 0.5px solid;
  border-color: #C9C9CA;
  color: #595757;
  /*border-radius: 0px;*/
}

textarea.input100-area {
  font-family: 'Noto Sans TC';
  padding: 10px 0 160px 9px;
  border: 0.5px solid;
  border-color: #C9C9CA;
  color: #595757;
  /*border-radius: 0px;*/
  position: relative;
}

textarea.input100 {
  min-height: 120px;
  padding: 14px 15px 0 14px;

}

textarea.input100 a {
  min-height: 200px;
  padding: 19px 35px 0 35px;
}

.input100-area {
  position: relative;
  display: block;
  width: 100%;
  min-height: 15vh;
  font-size: 18px;
  font-family: 'Noto Sans TC';
  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: 45px;
  background-color: transparent;
  border-radius: 0px;

  font-family: 'Noto Sans TC';
  font-size: 17px;
  color: #fff;
  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-color: #AB8451;
  pointer-events: none;
  border-radius: 0px;
  /*  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-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 10px;
}


/*------------------------------------------------------------------
[ Alert validate ]以下為電腦版圖片*/

.page01 {
  margin: 0;
  background: url(https://ar3d.idv.tw/case/thebay/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: relative;
  /* 絕對定位，控制位置 */
  width: 100%;
  /* 寬度滿版 */
  height: auto;
  /* 高度自適應 */
  text-align: center;
  /* 保持內容居中 */
  z-index: 1;
  /* 確保 logo 在最上層 */
  padding-top: 0px;
  /* 如需微調上下間距可修改此值 */
}

.page01logo img {
  width: 100%;
  /* 圖片寬度滿版 */
  height: auto;
  /* 保持圖片比例 */
  object-fit: cover;
  /* 如果圖片比例與容器不同，可使用 cover 填滿 */
}

.page01work {
  position: relative;
  /* 絕對定位，控制位置 */
  width: 100%;
  /* 寬度滿版 */
  height: auto;
  /* 高度自適應 */
  text-align: center;
  /* 保持內容居中 */
  z-index: 1;
  /* 確保 logo 在最上層 */
  padding-top: 0px;
  /* 如需微調上下間距可修改此值 */
}

.page01work img {
  width: 180%;
  /* 圖片寬度滿版 */
  height: 100%;
  /* 保持圖片比例 */
  object-fit: cover;
  /* 如果圖片比例與容器不同，可使用 cover 填滿 */
}





/*.page14 {
  background: url(https://ar3d.idv.tw/case/thebay/img/BG04.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1080px;
  z-index: 1;
  object-position: left center;
  gap: 50px;}
  /* 子元素之間的間距 */


/* ====== 兩欄視覺：左圖＋右側白底表單（不動 HTML） ====== */

/* 先關掉 page14 之前的整面背景與固定高度 */
.page14 {
  background: #fff !important;
  /* 右側白底就靠這個 */
  height: auto !important;
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 46vw) 1fr;
  /* 左圖 / 右欄 */
}

/* 左欄：用 pseudo-element 當「圖片欄」，不需要新增 HTML 節點 */
.page14::before {
  content: "";
  grid-column: 1 / 2;
  background: url('https://ar3d.idv.tw/case/thebay/img/c8.jpg') center / cover no-repeat;
  /* 讓它真的佔到高度 */
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 右欄：讓現有的所有子元素都排到第 2 欄（你的表單整包在這裡） */
.page14>* {
  grid-column: 2 / 3;
}

/* 右欄內部：垂直水平置中、限制表單寬度 */
.page14 .container-contact100 {
  min-height: 100vh;
  /* 讓右半滿版，才能置中 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 48px;
  /* 右欄左右留白 */
  box-sizing: border-box;

}

.page14 .wrap-contact100 {
  width: 560px;
  /* 表單最大寬 */
  max-width: 90%;
}

/* 如果你有「RESERVATION」標題那塊，留點間距就好 */
/*.page14 .coming-soon-desktop-text {
  margin-bottom: 28px;
}*/

/*------------------------------------------------------------*/

/* COMING SOON 聯絡電話桌機版 */
.coming-soon-desktop {
  text-align: center;
  margin: 15px 0 20px 0;
  font-family: 'GenKiMin2TW-R'
}

.coming-soon-desktop-text {
  font-size: 180%;
  color: #AB8451;
  font-weight: regular;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  margin-top: -1.3%;
  padding-top: 10%;
  /*background-color: #F5F5F5;*/
}

.reserve-desktop {
  font-size: 250%;
  margin-top: 0;
  font-family: 'GenKiMin2TW-R'
}


/* COMING SOON 聯絡電話手機版 */
.coming-soon-phone {
  text-align: center;
  margin: 18px 0 20px 0;
  font-family: 'GenKiMin2TW-R'
}

.coming-soon-phone-text {
  font-size: 230%;
  color: #AB8451;
  font-weight: regular;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding-top: 10%;
  padding-bottom: 2%;
  /*background-color: #F4F4F4;*/
  background-clip: content-box; /* ← 可配合 padding 做 */
  /*font-family: 'GenKiMin2TW-R'*/
}


.page14logo {
  position: absolute;
  /* 置中父容器 */
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 55%;
  z-index: 1;
  margin: 0;
  display: block;
}

.page14logo img {
  display: block;
  /* 讓 margin auto 生效 */
  max-width: 100%;
  /* 不超出父容器 */
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}



/*------------------------------------------------------------------
[ Alert validate ]以下為手機版圖片*/


.S01 {
  margin: 0;
  border-style: dashed;
  border-top: none;
  background: url(https://ar3d.idv.tw/case/thebay/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: relative;
  /* 絕對定位，控制居中 */
  text-align: center;
  width: 100%;
  /* 調整寬度，增大整個容器 */
  z-index: 1;
  /* 確保 S01logo 在最上層 */
  margin: 0 auto;
  padding-top: 0px;
  /* 如需微調上下間距可修改此值 */
}

.S01logo img {
  width: 100%;
  height: auto;
}

.S01work {
  position: relative;
  /* 絕對定位，控制居中 */
  text-align: center;
  width: 100%;
  /* 調整寬度，增大整個容器 */
  z-index: 1;
  /* 確保 S01logo 在最上層 */
  margin: 0 auto;
  padding-top: 0px;
  /* 如需微調上下間距可修改此值 */
}

.S01work img {
  width: 100%;
  height: auto;
}


/* 背景容器樣式 */
.S02 {
  margin: 0;
  border-style: dashed;
  border-top: none;
  background: url(https://ar3d.idv.tw/case/thebay/img/v2.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;
  /* 垂直居中 */
  overflow: hidden;
  /* 隱藏超出部分 */
}

/* 滾動區域 */
.scrollable-content {
  display: flex;
  overflow-x: auto;
  /* 啟用橫向滾動 */
  scroll-behavior: smooth;
  /* 滑動平滑效果 */
  white-space: nowrap;
  /* 禁止換行 */
  width: 100%;
  /* 填滿容器寬度 */
  height: 77%;
  /* 高度為背景的2/3 */
  position: absolute;
  /* 絕對定位於背景區域內 */
  top: 0;
  /* 貼齊頂部 */
}

/* 圖片容器樣式 */
.S02logo {
  flex-shrink: 0;
  /* 防止縮小 */
  width: 270vw;
  /* 單張圖片寬度為全螢幕寬度 */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* 保持內容居中 */
}

/* 圖片樣式 */
.S02logo img {
  width: 100%;
  /* 保持圖片原比例 */
  height: 100%;
  /* 高度填滿滾動區域 */
  object-fit: contain;
  /* 適應區域顯示完整內容 */
}

/* 箭頭樣式 */
.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 滑動條 */
}



.S03 {
  margin: 0;
  border-style: dashed;
  border-top: none;
  background: url(https://ar3d.idv.tw/case/thebay/img/v3.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;
  /* 垂直居中 */
  overflow: hidden;
  /* 隱藏超出部分 */
}


.S14 {
  margin: 0 0 0 0;
  border-style: dashed;
  border-top: none;
  background: url(https://ar3d.idv.tw/case/thebay/img/m5.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  gap: 50px;
  background-color: #f4f4f4;   /* 白底保險 */
  overflow: hidden;           /* 或者用 flow-root 都行 */
  /* 子元素之間的間距 */
}

.S14logo {
  position: absolute;
  /* 絕對定位，控制居中 */
  top: -1%;
  /* 從頂部偏移 50% */
  text-align: center;
  width: 100%;
  /* 調整寬度，增大整個容器 */
  z-index: 1;
  /* 確保 S01logo 在最上層 */
  margin-bottom: 0;
  /* 視需要可調整這裡 */
  padding-bottom: 0;
  /* 視需要可調整這裡 */
}

.S14logo img {
  width: 85%;
  height: auto;
  margin-bottom: 0;
  /* 移除下方預設間距 */
  padding-bottom: 0;
  /* 視需要可調整這裡 */
}






/*------------------------------------------------------------------
[ 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: 0px;
  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;
}

/*@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: 0, 0, 0, 0;
  width: 300%;
}





/*------------------------------------------------------------*/

/* 手機版COOMING SOON自適應設定 */
@media (max-width: 767px) {
  .coming-soon-phone-text {
    font-size: 5vw;
    /* 其他同上 */
  }

  .reserve-phone {
    font-size: 6.3vw;
    /* 其他同上 */
  }
}

/* 手機版預約鑑賞LOGO自適應設定 */
@media (max-width: 767px) {
  .content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 桌機預設顯示桌機版影片，手機隱藏 */
.video-mobile {
  display: none !important;
}

.video-desktop {
  display: block !important;
}

/* 手機寬度時切換顯示手機版影片 */
@media (max-width: 767px) {
  .video-desktop {
    display: none !important;
  }

  .video-mobile {
    display: block !important;
  }
}

/* 表單輸入欄外框顏色 */
.input100:focus,
input.input100:focus {
  outline: 1px solid #39aef3;
  /* 這裡改成你想要的顏色 */
  /* 或 outline: none; 若完全不要外框 */
}

/* 輸入欄文字顏色 */
.input100::placeholder {
  color: #333;
  /* 這裡改成你想要的顏色 */
  opacity: 1;
  /* 讓顏色不會太淡 */
}

@media (max-width: 767px) {
  /* 段落高度維持 30vh */
  .S02 {
    height: 30vh !important;
    min-height: 30vh !important;
    overflow: hidden;
    position: relative;
  }

  /* 父容器撐滿段落高度，並作為拖曳事件承接器 */
  .S02 .S02work,
  .S02 .S02logo,
  .S02work,
  .S02work.draggable-container {
    height: 100% !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* draggable 容器行為 */
  .draggable-container {
    touch-action: none; /* 讓 pointer 事件可正確處理 touch */
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
  }
  .draggable-container:active { cursor: grabbing; }

  /* 圖片：高度填滿段落，寬度自動（通常會超出容器以利橫向拖曳） */
  .S02logo img,
  .S02work img,
  .S02 img.draggable-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;     /* 高度填滿 30vh 的父容器 */
    width: auto !important;      /* 寬度依比例自動，通常會大於容器 */
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    will-change: transform;
    transition: transform .12s ease-out;
    pointer-events: none;        /* 事件交給父容器處理（使拖曳生效） */
    -webkit-user-drag: none;
  }
}



/* 1) 修掉會撐版的 LOGO 超大寬度 */
.page14logo img {
  width: auto;          /* 改回自適應 */
  max-width: 100%;      /* 不要超過容器 */
  margin: 0 auto;
}

/* 2) 1024px 以下改為單欄，避免右欄被擠出畫面 */
@media (max-width: 1024px) {
  .page14 {
    grid-template-columns: 1fr;  /* 兩欄→單欄 */
  }
   .page14 .container-contact100 {
    /*min-height: auto;*/
    padding: 32px 20px;
  }
  .page14 .wrap-contact100 {
    width: 100%;
    max-width: 560px;            /* 表單最大寬，避免撐出 */
  }
  .page14 .coming-soon-desktop-text {
    margin-top: 10%;
    padding-top: 0;
  }
}

/* 3) 768px 以下再微調間距，確保不貼邊 */
@media (max-width: 768px) {
  .page14 .container-contact100 { padding: 24px 16px; }
}


