/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
div,
span,
applet,
object,
iframe,
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,
dt,
dd,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
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;
  font-size: 100%;
  /*font: inherit;*/ /*修改部分 by kevin 20140822*/
  /*vertical-align: baseline;*/ /*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
html{
	font-size: var(--fontSize);  /*預設16px*/
}
ol,
ul {
  /*list-style: none;*/ /*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  /*border-collapse: collapse;
	border-spacing: 0;*/
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman",
    Times, serif, "微軟正黑體", "新細明體";
  /*overflow-x: hidden;*/
  letter-spacing: 1px;
  -webkit-text-size-adjust: none; /*解決iphone橫平轉豎屏時字變大的問題*/

  font-family: var(--mandarin_font);
}

/* ~~ 元素/標籤選取器 ~~ */
ul,
ol,
dl {
  /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
  padding: 0;
  margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul,
ol {
  padding-left: 40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/
p {
  margin: 0;
  padding: 0;
}

/*img{ display:block;}*/ /*清除IE7下方溢位*/

a img {
  /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
  border: none;
}

.clearfloat {
  /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
a {
  /*color:#ccc;*/ /*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
  text-decoration: none;
  outline: none; /* for Firefox Google Chrome  */ /*讓a點擊時不會出現框線*/
  behavior: expression(
    this.onFocus=this.blur()
  ); /* for IE */ /*讓a點擊時不會出現框線*/
  word-break:break-word;
}
a:hover {
  /*color:#ccc;*/ /*修改部分 by kevin 201450108 太醜了所以刪掉*/
  text-decoration: underline;
  /*opacity:0.9;新增部分 by kevin 20150121*/ /*會影響到輪播 刪除 by kevin 20150324*/
}

a:active,
a:focus {
  /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
  text-decoration: none;
}

area {
  outline: none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
  font-family: "LigatureSymbols";
  src: url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot");
  src: url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix")
      format("embedded-opentype"),
    url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff")
      format("woff"),
    url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf")
      format("truetype"),
    url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols")
      format("svg");
  src: url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
.lsf,
.lsf-icon:before {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content: attr(title);
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
  background: #4d49f3;
  color: #fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #4d49f3;
  color: #fff;
}

.wrap {
  width: 85%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 990px) {
  .wrap {
    width: 95%;
  }
}

@media (max-width: 768px) {
}

/*-------input reset--------------------------------------------------------*/
input,
textarea,
select {
  font-family: inherit;
  font-size: 1rem;
  /* border-radius:3px; */
  /* border: solid 1px #aeaeae; */
  /* font-family: var(--mandarin_font); */
}
input[type="text"],
.input,
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="time"],
input[type="number"],
input[type="date"] {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  height: clamp(2.5000rem, 2.6563vw, 3.1875rem); /* 40.00px , 2.6563vw , 51.00px */
  line-height:normal;
  width: 100%;
  transition: 0.2s ease all;
  padding: 0 clamp(0.5161rem, 0.8333vw, 1.0000rem); /* 8.26px , 0.8333vw , 16.00px */
  box-sizing: border-box;
  border: none;
  border-radius: clamp(0.9194rem, 1.4844vw, 1.7813rem); /* 14.71px , 1.4844vw , 28.50px */
  background: #f5f5f5;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  -webkit-appearance: none;
}
input[type="text"]:focus,
.input:focus,
input:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="date"]:focus {
  border: solid 1px #d5d5d5;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  min-width: 6.25rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  height: 42px;
  background: var(--fifth_color);
  color: #fff;
  border-radius: 5px;
  line-height: 42px;
  transition: 0.2s ease all;
  letter-spacing: 1px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  opacity: 0.7;
}

input[type="reset"] {
  background: #555;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  padding: 0px;
  outline: none;
  vertical-align: baseline;
  cursor: pointer;
}
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  line-height: 24px;
  width: 100%;
  resize: none;
  height: 117px;
  transition: 0.2s ease all;
  box-sizing: border-box;
  padding: 3px;
  border: none;
  border-radius: 28.5px;
  background: #f5f5f5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
textarea:focus {
  border: solid 1px #d5d5d5;
}





input:not(input[type="radio"]):disabled ,
input:not(input[type="checkbox"]):disabled ,
input:not(input[type="file"]):disabled{
  /* background: var(--primary_color); */
  /* color: rgb(255 255 255 / 50%); */
  /* box-shadow: none; */
}



select {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  padding: 9px 0px 10px 7px;
  transition: 0.2s ease all;
  background: #fff;
  letter-spacing: 1px;
  -webkit-appearance: none; /* Safari 和 Chrome */
  -moz-appearance: none; /* Firefox */
  -ms-appearance: none; /*for Internet Explorer*/
  -o-appearance: none; /*for Opera*/
  appearance: none;
  background: #f5f5f5 url(../images/select_arrow.png) no-repeat;
  background-size: 13px;
  background-position: right;
  padding-right: 18px !important;

  border-radius: 28.5px;
  /* background: #F5F5F5; */

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  height: 51px;
  line-height: 35px;
  width: 100%;
}
select::-ms-expand {
  /*for Internet Explorer*/
  display: none;
}
select:focus {
  border: solid 1px #d5d5d5;
}

label {
  cursor: pointer;
}

@media (max-width: 990px) {
  input[type="text"],
  .input,
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  input[type="time"],
  input[type="number"],
  input[type="date"] {
    height: 40px;
    line-height:normal;
    border-radius: .3125rem;
  }
  select {
    height: 40px;
    border-radius: .3125rem;
    line-height: normal;
  }
}

/*-------輪播----------------------------------------------------------------------------*/

.banner {
  background: #fff;
  position: relative;
}

.main .swiper-button-prev,
.main .swiper-button-next {
  position: absolute;
  top: 50%;
  margin: 0px;
  /* z-index: 10;
    cursor: pointer; */
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .swiper-button-prev {
  background-image: url(../index/images/left_arrow.png);
}
.main .swiper-button-next {
  background-image: url(../index/images/right_arrow.png);
}
.main .swiper-button-prev:after,
.main .swiper-button-next:after {
  /* content: 'prev'; */
  display: none;
}

/*輪播區*/
.swiper-container {
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}

/*輪播點點*/
.main .swiper-pagination {
  z-index: 888;
  height: 10px;
  opacity: 1;
}
.main .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #fff;
  z-index: 5;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.main
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary_color);
}

.index_bannerArea .swiper-pagination {
  left: 15px !important;
  text-align: left;
}

/*輪播區*/
.swiper-container {
  height: auto;
}
.swiper-wrapper {
}
.swiper-slide {
}
.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-active-switch {
  /*輪播點點當前模式*/
  /* background: #c42605; */
}

.pcBanner,
.mobileBanner {
  /* background-position: center;
					background-repeat: no-repeat;
					background-size: cover; */
}

.pcBanner {
}
.mobileBanner {
  display: none;
}

@media (max-width: 990px) {
  .pcBanner {
    display: none;
  }
  .mobileBanner {
    display: block;
  }
}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
  border-bottom: solid 1px #c4c4c4;
}
.tabs_btn_now {
  transition: 0.3s ease all;
  font-size: 16px;
  line-height: 39px;
  padding: 0px 36px 0px 36px;
  text-align: center;
  display: none;
  position: relative;
  background: #fff;
  border-bottom: solid 1px #e3e3e3;
  font-weight: bold;
}
.tabs_btn_now:hover {
  background: #fff;
}
.tabs_btn_now_arrow {
  position: absolute;
  border-top: solid 5px #333;
  top: 17px;
  right: 20px;
  border-left: solid 5px rgba(255, 255, 255, 0);
  border-right: solid 5px rgba(255, 255, 255, 0);
}

.img-scroll {
  height: 39px;
  position: relative;
}
.img-list {
  position: relative;
}
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs li {
  line-height: 39px;
  float: left;
  position: relative;
  font-size: 14px;
  width: auto;
  color: #808080;
  border-right: solid 1px #c4c4c4;
}
.tabs span {
  text-decoration: none;
  display: block;
  padding: 0px 18px;
  transition: 0.3s ease all;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.tabs li span:hover {
  color: #333;
  box-shadow: 0 0 #3d3d3d inset;
}

.tabs li.active {
  /*當前模式*/
  color: #333;
}
.tabs li.active span {
  box-shadow: 0 -2px #3d3d3d inset;
}
.tabs li.active:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin: 0px 0px 0px -10px;
}

#tab1 {
}
.tab_content {
}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
  background: #fff;
  padding: 10px;
}
@media (max-width: 760px) {
  /*頁籤*/
  .tab_area {
    position: relative;
  }
  .tabs_btn_now {
    display: block;
  }

  .img-scroll {
    display: none;
    height: auto;
    /*position: absolute;*/
    width: 100%;
    z-index: 999;
  }
  .tabs li,
  .img-scroll1 .tabs li,
  .img-scroll2 .tabs li,
  .img-scroll3 .tabs li,
  .img-scroll4 .tabs li,
  .img-scroll5 .tabs li {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 15px;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #f3f3f3;
  }
  .tabs li.active:after {
    content: "";
  }
}

/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
  line-height: 37px;
  padding: 0px 0px 5px 0px !important;
}
.captcha input[type="text"] {
  width: 100px;
  margin-right: 0.3125rem;
}
.captcha a {
  transition: 0.5s ease all;
  color: #000;
  border-radius: 0.3125rem;
  padding: 0px .6875rem;
  display: inline-block;
  margin: 0;
  line-height: 1;
  text-decoration: none;

  font-size: clamp(0.9375rem, 0.9375vw, 1.1250rem); /* 15.00px , 0.9375vw , 18.00px */
  font-weight: 700;
}
.captcha a:hover {
}
.captcha img {
  vertical-align: middle;
}
.captcha span {
  color: var(--primary_color);
}

@media (max-width: 990px) {
  .captcha a {
    font-size: .8125rem;
  }
}

/*-------表單區----------------------------------------------------------------------------*/

/*表單區底*/
.form_area_bg {
  /* width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px; */
}

/*表單區備註*/
.form_remark {
  font-size: 0.9375rem;
  line-height: 1.46;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_remark span {
  display: inline-block;
  box-sizing: border-box;
}
/*必填icon*/
.requirde_icon {
  display: inline-block;
  font-size: 1.0625rem;
  color: #a14039;
  line-height: 1;
  padding: 0px 0.3125rem;
}
.form_remark .requirde_icon {
  color: #fff;
  background-color: var(--primary_color);
  padding: .3125rem .375rem 0px;
  border-radius: clamp(0.0968rem, 0.1563vw, 0.1875rem); /* 1.55px , 0.1563vw , 3.00px */
  margin-right: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
}

/*----- 表單區 -----*/
.form_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  column-gap: 0.7813vw; /*15*/
  row-gap:clamp(0.9375rem, 1.5136vw, 1.8163rem); /* 15.00px , 1.5136vw , 29.06px */
}

.form_list {
  box-sizing: border-box;
  font-size: clamp(0.9375rem, 0.8333vw, 1.0000rem); /* 15.00px , 0.8333vw , 16.00px */
  line-height: 1.5;
  width: 100%;
}
.form_list.fLType2  {
  /* width: 49%; */

  width: calc((100% / 2) - (1 * 0.7813vw / 2)); /* 2欄平均寬度，扣除間距 */
}
.form_list.fLType4 {
  /* width: 24%; */
  width: calc((100% / 4) - (3 * 0.7813vw / 4)); /* 2欄平均寬度，扣除間距 */
}
.fL_tit {
  font-weight: bold;
  /* padding: 3px 0px 10px 0px; */
  position: relative;
  color: var(--dark_color);
  font-size: clamp(1.1250rem, 1.1458vw, 1.3750rem); /* 18.00px , 1.1458vw , 22.00px */
  font-weight: 400;
}

.same_checkbox{
  font-size: clamp(0.9375rem, 0.9549vw, 1.1458rem); /* 15.00px , 0.9549vw , 18.33px */
}

















/*必填icon*/
.fL_tit .requirde_icon {
  /* position:absolute; */
  /* right:0px; */
}
.name_rule {
  display: inline-block;
  color: #cb2923;
  font-size: .8125rem;
}

.fL_info {
}
/*沒有輸入框時*/
/* .fL_info.no_input {
					padding: 10px 0px 25px 0px;
					line-height: 24px;
				} */

.fL_info label {
  display: inline-block;
}

.fL_info select {
  height: clamp(2.5000rem, 2.6563vw, 3.1875rem); /* 40.00px , 2.6563vw , 51.00px */
  line-height:normal;
}


/*----- 地址樣式 -----*/
.fLR_address.fL_info {
  position: relative;
  padding-left: 333px !important;
}
.fLR_address select {
  position: absolute;
  left: 0px;
  width: 100px;
  height: 51px;
}
.fLR_address select:nth-of-type(2) {
  position: absolute;
  left: 110px;
}

.fLR_address input.fLRA_postalCode {
  position: absolute;
  width: 100px;
  left: 220px;
}
.fLR_address input.fLRA_address {
}





.permAddr , .foreignAddr{
  display: grid;
  column-gap: 0.7813vw; /*15*/
  row-gap:  0.7813vw; /*15*/
}

/* 永久地址------------------------------------- */
.permAddr{  
  align-items: flex-end;
  /* grid-template-columns: repeat(2 , 1fr); */
   grid-template-columns: auto repeat(2 , 6.25rem); 
}
.permAddr .fL_info:first-child{
  /* grid-column-start: 1; */
  /* grid-column-end: 3; */
}


/* 外國版地址------------------------------------- */
.foreignAddr{
  align-items: unset;
  grid-template-columns: auto  9.375rem; 
}
.foreignAddr .fL_info:first-child{
  /* grid-column-start: 1; */
  /* grid-column-end: 3; */
}






/*生日樣式*/
.birthday {
}
/* .fL_info.birthday {
}
  .fL_info.birthday select {
    margin:0px 0px 0px 0px;
  } */









				/*同意條款*/
				.agreeToTerms {
					font-size: clamp(1rem,1.0417vw,1.25rem); /*16 - 20*/
					line-height:1.5;
					text-align:left;
					margin: 0;
					color: var(--dark_color);
				}
				.agreeToTerms .agreeList{
					display: flex;
					gap: 5px;
					align-items: flex-start;
					padding: 10px 0;
				}
				.agreeToTerms .agreeList input{
					margin-top: 5px;
				}
					.agreeToTerms label {						
						display:inline-block;												
						color: inherit;
					}
					.agreeToTerms a {
						/* color:#b62a2e; */
						color: var(--fourth_color);
						display: inline-block;
						text-decoration: none;
					}	
					.agreeToTerms a:hover {
						opacity: 0.7;
						transition: all 0.3s ease;
						text-decoration: none;
					}	







/*========================================================*/
/*-------單選radio和複選Check父層樣式--------*/
/*========================================================*/

.item_RadioCheckArea {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 12px 15px; */
  row-gap: clamp(0.3871rem, 0.6250vw, 0.7500rem); /* 6.19px , 0.6250vw , 12.00px */
  column-gap: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
  /* margin-top: 12px; */
  min-height: unset;
}

/* 附加item_RadioCheckColumn為垂直 */
.item_RadioCheckColumn{
  flex-direction: column;
  align-items: unset;
}
/* 附加item_RadioCheckColumnIn為內部垂直 */
.item_RadioCheckColumnIn{

}



/*============================*/
/*-------複選checkbox樣式--------*/
/*============================*/


    /* .item_CheckArea {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px 15px;
      margin-top: 12px;
    } */
    
    /* .item_Check_list  */
    .item_RadioCheckArea .item_Check_list{
      display: inline-flex ;
      align-items: center;
      cursor: pointer;
      gap: 7px;
	  min-height: unset;
	      line-height: normal;
    }
    
    /* .item_CheckArea .item_Check_list {
      display: inline-flex;
    } */
    .item_RadioCheckColumn .item_Check_list {
      align-items: unset;
    }
    
    .item_Check_list .item_check {
      position: absolute;
      opacity: 0;
    }
    
    .item_Check_list .custom-check {
      min-width: 1.25rem; /*20*/
      /* height: 20px; */
      aspect-ratio: 1;
      border-radius: 4px; /* 圓角矩形 */
      border: 1px solid #c0c0c0;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .item_Check_list .custom-check .check-mark {
      min-width: .5rem; /* 勾選標記的寬度 */
      /* height: 8px; */
      aspect-ratio: 1;
      border-radius: 2px;
      /* width: 12px; 
      height: 12px; */
      background-color: transparent;
      /*clip-path: polygon(14% 44%, 0 28%, 50% 82%, 100% 0, 86% 14%, 50% 60%);  *//* 使用clip-path創建勾選標記 */
      transition: background-color 0.2s ease;
    }
    
    .item_Check_list .item_check:checked + .custom-check {
      border-color: var(--dark_color);
    }
    
    .item_Check_list .item_check:checked + .custom-check .check-mark {
      background-color: var(--dark_color);
    }
    
    .item_Check_list .check-text {
      font-size: inherit; /* 文字大小 */
      color: inherit;     /* 文字颜色 */
    }

	.item_Check_list .item_check:disabled ~ .check-text {
		color: #c0c0c0;
		cursor: default;
	}
	.item_Check_list .item_check:checked ~ .check-text {
		color: inherit;
	}
    


/*============================*/
/*-------單選radio樣式--------*/
/*============================*/

.item_RadioCheckArea .item_Radio_list {
  display: inline-flex;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: clamp(0.2258rem, 0.3646vw, 0.4375rem); /* 3.61px , 0.3646vw , 7.00px */
}
/* 附加item_RadioCheckColumnIn為內部垂直 */
.item_RadioCheckColumnIn .item_Radio_list{
  flex-direction: column;
  text-align: center;
  gap:clamp(0.0968rem, 0.1563vw, 0.1875rem); /* 1.55px , 0.1563vw , 3.00px */
  min-width: 85px;
}

  .item_Radio_list .item_radio {
    /*display: none;*/
    position: absolute;
    opacity: 0;
  }
  .item_Radio_list .custom-radio {
    min-width: 1.25rem; /*20*/
    aspect-ratio: 1;
    /* height: 20px; */
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .item_Radio_list .custom-radio .inner-circle {
      min-width: 0.5rem;  /* 小圓圈的直徑8 */
      aspect-ratio: 1;
      /* height: 8px; */
      border-radius: 50%;
      background-color: transparent;
      transition: background-color 0.2s ease;
    }
    .item_Radio_list  .item_radio:checked + .custom-radio{
      border-color: var(--primary_color);
    }
    .item_Radio_list  .item_radio:checked + .custom-radio .inner-circle {
      background-color: var(--primary_color);
    }
    .item_Radio_list  .radio-text {
      font-size: inherit; /* 文字大小 */
      color: inherit;     /* 文字颜色 */
    }
	.item_Radio_list .item_radio:disabled ~ .radio-text {
		color: #c0c0c0;
		cursor: default;
	}
	.item_Radio_list .item_radio:checked ~ .radio-text {
		color: inherit;
	}



@media (max-width: 900px) {

/*-------單選radio和複選Check父層樣式--------*/
.item_RadioCheckArea {
  margin-top: 5px;
  flex-direction: column;
  align-items: unset;
  gap: 10px 15px;
}


  /*-------複選Check樣式--------*/
  .item_RadioCheckArea .item_Check_list {
    padding: 0;
  }
  /*-------單選radio樣式--------*/
  .item_RadioCheckArea .item_Radio_list {
    padding: 0;
  }

  /* 附加item_RadioCheckColumnIn電腦版為內部垂直 */
  .item_RadioCheckColumnIn .item_Radio_list{
    gap: 5px;
    min-width: unset;
    flex-direction: row;
    align-items: center;
  }
    .item_RadioCheckColumnIn .item_Radio_list br{
      display: none;
    }


}



.item_RadioCheckArea .order{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(0.2258rem, 0.3646vw, 0.4375rem); /* 3.61px , 0.3646vw , 7.00px */
}
.item_RadioCheckArea .order input[type="text"]{
	width:9.375rem;
	border-top: none;	
	border-left: none;	
	border-right: none;	
  height: 1.375rem;
  line-height: normal;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--dark_color);
}



/* =========================================================================== */



@media (max-width: 1440px) {
  .fL_tit {
    /* font-size: 20px; */
  }
}

@media (max-width: 990px) {


/*----- 表單區 -----*/
.form_area {
  column-gap: 0.625rem; /*10*/
  row-gap: .9375rem;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}


  .fL_tit {
    font-size: 1rem;
    font-weight: 600;
  }
  .form_list.fLType4 {
    /* width: 49%; */
  }

  .form_list.fLType2  {
    width: 100%; 
  }
  .form_list.fLType4 {
    width: calc((100% / 2) - (1 * 0.625rem / 2)); /* 2欄平均寬度，扣除間距 */
  }


  

  /*沒有輸入框時*/
  /* .fL_info.no_input {
			padding: 0px 0px 5px 0px;
		}
		.fL_info label {
			padding: 6px 0px;
		} */

  /*----- 地址樣式 -----*/
  .fLR_address.fL_info {
    padding-left: 0px !important;
  }
  .fLR_address select {
    width: 49%;
    height: 40px;
    line-height: 20px;
  }
  .fLR_address select:nth-of-type(2) {
    left: auto;
    width: 49%;
    right: 0;
  }

  .fLR_address input.fLRA_postalCode {
    position: static;
    width: 100%;
    left: auto;
    margin-top: 52px;
  }
  .fLR_address input.fLRA_address {
    margin-top: 10px;
  }


/* 永久地址------------------------------------- */
.permAddr{
  grid-template-columns: repeat(2 , 1fr);
  gap: .4688rem;
}
  .permAddr .fL_info:first-child{
    grid-column-start: 1;
    grid-column-end: 3;
  }

/* 外國版地址------------------------------------- */
.foreignAddr{
  grid-template-columns: repeat(1 , 1fr);
  gap: .4688rem;
}
.foreignAddr .fL_info:first-child{
}


}

@media (max-width: 320px) {
  /*生日樣式*/
  /* .fL_info.birthday {
		letter-spacing: 0px;
		white-space: nowrap;
		font-size: 12px;
	} */
}

















/*//////////////////////////////////////////////////////*/
/*------- 會員密碼_眼睛 --------*/
/*//////////////////////////////////////////////////////*/

/* 登入_密碼 */
.form_list.password{
}
.form_list.password .fL_info{
	position: relative;							
}
	.form_list.password input{
		padding-right: 2.8125rem; /*45px*/
	}
	
		/*閉眼*/
		.form_list.password .check_eye {
			position: absolute;
			color: var(--dark_color);
			
			top: 50%;
			right: .625rem; /*10px*/
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);	
			transition: 0.3s ease all;	
			cursor: pointer;
		}
		.form_list.password .check_eye i{
			font-size: 1.25rem; /*20px*/
      color: var(--dark_color);
			cursor: pointer;
		}

		/* .form_list.password .eye:before{
			position: absolute;
			transition: 0.3s ease all;
			font-family: 'Bootstrap-icons';
			content: '\F33F';
			color: #333;
			font-size: 20px;
			top: 50%;
			right: 10px;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);									
		} */
		/*開眼*/
		/* .form_list.password.active .eye:before{
			content: '\F33E';
		} */


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 600px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){

	/*閉眼*/
	/* .form_list.password i#check_eye ,
	.form_list.password i#check_eye2{
		font-size: calc(20px / var(--magnification150));
	} */

}












/*-------hack----------------------------------------------------------------------------*/
.hack {
  padding: 20px;
}
.hack_demo {
  float: left;
  width: 50%;
  line-height: 200px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

/* IE10、11、edge模式 */
@media all and (-ms-high-contrast: none) {
  .ie10Up {
    color: #fff;
    /* background:#06F; */
    background: var(--primary_color);
  }
  *::-ms-backdrop,
  .ie10Up {
    color: #fff;
    /* background:#06F; */
    background: var(--primary_color);
  }
}

/*firefox*/
@-moz-document url-prefix() {
  .firefox {
    color: #fff;
    background: var(--primary_color);
  }
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .safariAndChrome {
    color: #fff;
    background: #333;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


/*全站共用樣式*/
:root {
  --foreign_font:"Lato", sans-serif;                /*全站外文字型*/
	--mandarin_font: "Noto Sans TC", sans-serif;    /*全站中文字型*/
	--primary_color:#E0E0E0; /*#a97b50*/                    /*全站主色色碼*/
	--second_color:#a90707;                  /*全站第二色碼*/
	--third_color:#095c29;                    /*全站第三色碼*/
	--fourth_color:#198cbe;                   /*全站第四色碼*/
	--fifth_color:#C2C2C2;                    /*全站第五色碼*/
	--sixth_color:#827f7c; /*#d1a379*/                   /*全站第六色碼*/
	
	--dark_color:#3a3a3c;
	--second_dark_color: linear-gradient(90deg, #656565 3.09%, #959595 98.31%);
	--fontSize: 16px;
}




.main {
  overflow: hidden;
}



/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 990.1px) and (min-height: 500px) and
 (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and
  (-webkit-max-device-pixel-ratio: 1.49)
, only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {

	/*全站共用樣式*/
	:root {
		--fontSize: 12.8px; /*calc(16px / 1.25)*/
	}

}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 990.1px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	/*全站共用樣式*/
	:root {
		/*--fontSize: 10px;*/ /*10.6px*//*calc(16px / 1.5)*/
		/* --fontSize: 12px;  */
		--fontSize: 16px; 
	}

  .main {
    /* min-height: 28.375rem; */
    /* padding-top: 3.2687rem; */
  }

}

@media (max-width: 990px) {
  .main {
    /* padding-top: 52px; */
    padding-top: 40px;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------內頁共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

.main.inmain {
  background-color: var(--primary_color);
  position: relative;
  overflow: hidden;
  min-height: 50.0625rem;
  padding-top: 4.875rem;
  display: flex;
  flex-direction: column;
}

.main::before ,
.main::after{
	content: '';
	width: 90%;
	max-width: clamp(37.0980rem, 59.8958vw, 71.8750rem); /* 593.57px , 59.8958vw , 1150.00px */
	aspect-ratio: 19 / 10;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	/* left: 0;
	bottom: 0%; */
	z-index: 0;
	pointer-events: none;
}


.main::after{
	left: 0;
	bottom: 0%;
	background-image: url(../images/page_Bg.webp);
}

.main::before{
	right: 0;
	top: 10%;
	background-image: url(../images/page_Bg2.webp);

	opacity: 0.5;
}









/*----- 內頁banner -----*/
.inbanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}

/*----- 上方區塊 -------------------------*/
.pageContent_topArea {
  padding: 10px 0px;
  /* border-bottom: 1px solid #e3e3e3; */
  /* min-height: inherit; */
  position: relative;
  z-index: 1;
}









/*----- 麵包屑 -----*/

		/*麵包屑*/
		.crumb_bg{
			/* color: var(--dark_color); */
			color: #808080;
			/* font-size: 0.9rem; */
			font-size: clamp(0.7500rem, 0.75vw , 0.9rem); /* 12.00px , 0.75vw , 14.40px */
			line-height: 1;
		}
			.crumb_area{
				position: relative;
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				gap: 0.3125rem; /*5*/
			}
				.crumb_area i{
					color: var(--dark_color);
					font-size: clamp(0.7500rem, 0.7292vw, 0.8750rem); /* 12.00px , 0.7292vw , 14.00px */
					line-height: inherit;
				}
				.crumb_area i:not(:first-child){
					display: none;
				}
				.crumb_area i:nth-of-type(1){
					/* color: #a61103; */
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					transition: 0.3s ease all;
					color: inherit;
					font-size: inherit;
					line-height: inherit;
				}
				/*hover*/
				.crumb_area a:hover{
					opacity: 0.6;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-flex;
					align-items: center;
					color: inherit;
					font-size: inherit;
					line-height: inherit;
					gap: 0.3125rem; /*5*/
				}
				.crumb_area span:last-of-type{
					box-sizing:border-box;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
				}	

    /* .crumb_area span:not(:first-child)::after , */
    .crumb_area span:not(:last-of-type)::after{
      content: "";
      background-image: url(../images/crumb_arrow.svg);
      background-size: 99.9%;
      height: 100%;
      aspect-ratio: 1;
      width: 1.125rem;
      display: flex;
    }





/*內頁內容區塊*/
.pageContent {
  padding: clamp(1.6130rem, 2.6042vw, 3.1250rem) 0; /* 25.81px , 2.6042vw , 50.00px */
  position: relative;
  z-index: 1;
  /* min-height: inherit; */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pageContent > .wrap{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/*----- 內頁標題塊1 -----*/
.right_title {
  font-weight: normal;
  color: var(--sixth_color);
  /* color: #ede5de; */
  text-align: center;
  line-height: 1.3;
  position: relative;

  padding-bottom:clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
  font-size: clamp(1.5000rem, 1.8750vw, 2.2500rem); /* 24.00px , 1.8750vw , 36.00px */
  font-size: clamp(1.2500rem, 1.5625vw, 1.8750rem); /* 20.00px , 1.5625vw , 30.00px */
  font-style: normal;
  font-weight: 700;
}

.right_title h2 {
  font-size: inherit;
  line-height: initial;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: inherit;
}

/*----- 網編區塊 -----*/
.text_area {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.text_area img {
  max-width: 100%;
  height: auto;
}
.text_area iframe {
  max-width: 100%;
}

/*----- 按鈕 -----*/
.btn_area {
  text-align: center;
  margin: clamp(0.9678rem, 1.5625vw, 1.8750rem) 0 0; /* 15.48px , 1.5625vw , 30.00px */

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .625rem;
}
.btn_area input {
  /* margin:0px 5px; */
  color: #fff;
  /*max-width: clamp(7.5rem , 9.3750vw, 11.2500rem); *//* 120px , 9.3750vw , 180.00px */
  max-width: clamp(9.0625rem , 9.3750vw, 11.2500rem); /* 145px , 9.3750vw , 180.00px */
}
.btn_area input:nth-child(2n + 1) {
}
.btn_area input:nth-child(2n) ,
.btn_area.one input{
  background: var(--dark_color);
  color: #fff;
}



						

			/* disAbled樣式------------ */
			.btn_area input.disabled {
				background: #c5c5c5;
				color: #e4e4e4;
				border-color:  #c5c5c5;
				cursor: default;
			}
			.btn_area input.disabled:hover {
				opacity: 1;
			}

		    




@media (max-width: 1280px) {
  .main.inmain::after  ,
  .main.inmain::before {
    width: 30%;
    /* height: 30%; */
  }

  .main::after {
      left: unset;
      right: 0%;
  }
}



/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 990.1px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

 .main.inmain {
    min-height: 28.375rem;
    padding-top: 3.2687rem;
  }

}



@media (max-width: 990px) {
  .main.inmain {
    /* min-height: 657px; */
    padding-top: 41px;
  }

  /*內頁內容區塊*/
  .pageContent {
    padding: 25px 0px;
  }

  /*----- 內頁標題塊1 -----*/
  .right_title {
    font-size: 24px;
    line-height: 1.2;
  }
}
    

/*20251111*/
@media (max-width: 640px) {
  .main.inmain {
    padding-top: 80.7px;
  }

}

@media (max-width: 540px) {
  .main.inmain::after {
    display: none;
  }
}

/*----- 左右區塊 -------------------------*/

.page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-grow: 1;
}

/*左側*/
.left {
  box-sizing: border-box;
  width: 225px;
}

/*左側標題*/
.left_title {
  font-size: 20px;
  letter-spacing: -1px;
  background-color: #aeaeae;
  color: #fff;
  padding: 13px 10px 10px;
}
.left_title span {
  font-size: 15px;
  color: #fff;
  padding-top: 10px;
  letter-spacing: 1px;
  display: block;
  font-weight: normal;
  font-family: var(--foreign_font);
}

/*左側選單列表*/
.leftListArea {
  /*background-color: #fcfcfc;*/
}
.leftList {
  font-size: 18px;
}
.leftList > a {
  display: block;
  /*padding: 13px 45px 13px 35px;*/
  padding: 13px 45px 11px 10px;
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  word-break: break-word;

  border-bottom: 1px dashed #cecece;
}

.leftList.active > a {
  background-color: #ececec;
}
.leftList:hover > a {
  background-color: #ececec;
}

/*代表性標誌*/
/*.leftList_icon.first{
						position: absolute;
						left: 10px;
						top: 16px;
					}*/
.leftList_icon i {
  font-size: 19px;
  line-height: 14px;
  color: #777;
}

/*功能名稱*/
.leftList_title {
  display: inline-block;
  vertical-align: bottom;
}

/*方向標誌*/
.leftList_icon.direction {
  position: absolute;
  right: 10px;
  top: 16px;
}
/*方向標誌_向下展開*/
.leftList_icon.direction i.down {
  display: block;
}
/*方向標誌_向上收合*/
.leftList_icon.direction i.up {
  display: none;
}

/*active*/ /*方向標誌_向下展開*/
.leftList.active .leftList_icon.direction i.down {
  display: none;
}
/*active*/ /*方向標誌_向上收合*/
.leftList.active .leftList_icon.direction i.up {
  display: block;
}

/*左側選單列表第二層*/
.leftList_open {
  display: none;
}
.leftList_open.active {
  display: block;
}
.leftList_open_list {
}
.leftList_open_list a {
  display: block;
  transition: 0.3s ease all;
  color: #999;
  text-decoration: none;
  padding: 13px 10px 11px 25px;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  word-break: break-word;
  border-bottom: 1px dashed #cecece;
}
.leftList_open_list.active a {
  color: var(--primary_color);
}
.leftList_open_list a:hover {
  color: var(--primary_color);
}

/*右側*/
.right {
  box-sizing: border-box;
  width: calc(100% - 300px);
}

/*無左側選單*/
.right.no_left {
  width: 100%;
}

/*右側內容區塊*/
.right_contentBg {
  /* padding-top: 20px; */
  /* flex-grow: 1; */
}

@media (max-width: 990px) {
  .page {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
  }

  /*左側*/
  .left {
    width: 100%;
    margin-bottom: 10px;
    position: static;
  }

  /*左側表單名稱*/
  .left_title {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 50px 13px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #777;
  }
  .left_title span {
    display: inline-block;
    font-size: 13px;
    color: #000;
  }

  .left_title:after {
    content: "";
    position: absolute;
    border-left: solid 6px rgba(255, 255, 255, 0);
    border-right: solid 6px rgba(255, 255, 255, 0);
    border-bottom: solid 6px rgba(255, 255, 255, 0);
    border-top: solid 10px #777;
    top: 19px;
    right: 15px;
  }

  /*左側表單*/
  .leftListArea {
    display: none;
    background: #fcfcfc;
    border: 1px #dbdbdb solid;
  }

  .leftList > a {
    padding: 13px 45px 11px 15px;
  }

  /*方向標誌*/
  .leftList_icon.direction {
    right: 11px;
  }

  .leftList_open_list a {
    padding: 13px 45px 11px 30px;
  }

  /*右側*/ /*無左側選單*/
  .right,
  .right.no_left {
    width: 100%;
    padding: 35px 0px 0;

    padding: 0;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/

/* 聯絡我們區塊 */
.contactArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* 聯絡我們區塊left */
.contact_left {
  box-sizing: border-box;
  padding: 0 15px;
  width: 50%;
}
.contact_left .text_area {
}

.contact_left .text_area iframe {
  width: 100%;
}

/* 聯絡我們區塊right */
.contact_right {
  box-sizing: border-box;
  padding: 0 15px;
  width: 50%;
}

@media (max-width: 1024px) {
  /* 聯絡我們區塊 */
  .contactArea {
    display: block;
    flex-wrap: unset;
    margin: 0;
  }

  /* 聯絡我們區塊left */
  .contact_left {
    padding: 0 0px;
    width: 100%;
  }

  /* 聯絡我們區塊right */
  .contact_right {
    padding: 30px 0 0px;
    width: 100%;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/
/*/////////////////////////////////////////////////////////*/

.number_pageArea {
  text-align: center;
  margin: 30px 0px 0px;
  position: relative;
  z-index: 5;
  font-family: var(--foreign_font);
}
/*左側區塊*/
.numberPage_leftArea {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_leftList {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_leftList a {
  display: block;
  text-decoration: none;
}

/*modify by pekey 20181114*/
img.hover_after {
  display: none;
  background-color: var(--primary_color);
  border-radius: 50%;
}
/*modify by pekey 20181114*/
.numberPage_leftList a:hover img.hover_after {
  display: block;
}
/*modify by pekey 20181114*/
.numberPage_leftList a:hover img.hover_before {
  display: none;
}

/*中間區塊*/
.numberPage_middleArea {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 8px;

  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.numberPage_middleList {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 4px;
}
.numberPage_middleList a {
  display: block;
  text-decoration: none;
  width: 31px;
  border-radius: 100%;
  background-color: transparent;
  color: var(--dark_color);
  border: var(--dark_color) 1px solid;
  padding: 8px 0px;
  font-size: 15px;
  line-height: 1;
}
/*active*/
.numberPage_middleList.active a {
  color: var(--primary_color);
  background-color: var(--dark_color);
}
/*hover*/
.numberPage_middleList a:hover {
  color: var(--primary_color);
  background-color: var(--dark_color);
}

/*右邊區塊*/
.numberPage_rightArea {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_rightList {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_rightList a {
  display: block;
  text-decoration: none;
}

/*modify by pekey 20181114*/
.numberPage_rightList a:hover img.hover_after {
  display: block;
}
/*modify by pekey 20181114*/
.numberPage_rightList a:hover img.hover_before {
  display: none;
}

.numberPage_leftList span,
.numberPage_rightList span {
  display: inline-block;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 23px;
  color: var(--dark_color);
  vertical-align: middle;
  font-weight: bold;
}

@media (max-width: 990px) {
  .number_pageArea {
    padding: 40px 0px 15px;
  }
}

@media (max-width: 640px) {
  .number_pageArea {
    /*padding-top: 30px;*/
    padding: 30px 0px 0px;
  }

  .numberPage_leftList:first-child {
    display: none;
  }

  .numberPage_middleArea {
    padding: 0px;
  }
  .numberPage_middleList {
    padding: 0px;
  }

  .numberPage_rightList:last-child {
    display: none;
  }
}























/*/////////////////////////////////////////////////////////*/
/*-------主要內容--------*/
/*/////////////////////////////////////////////////////////*/




.form_Bg {
  position: relative;
  z-index: 1;
  /* width: 70%; */
  width: 90%;
  max-width: 70.9375rem; /*1135*/
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: clamp(1.6130rem, 2.6042vw, 3.1250rem); /* 25.81px , 2.6042vw , 50.00px */
}
.step_box {
  /*margin-bottom:  clamp(1.6130rem, 2.6042vw, 3.1250rem);*/ /* 25.81px , 2.6042vw , 50.00px */
  background: #fff;
  padding: clamp(1.1613rem, 1.8750vw, 2.2500rem); /* 18.58px , 1.8750vw , 36.00px */
  border-radius:   clamp(1.6130rem, 2.6042vw, 3.1250rem); /* 25.81px , 2.6042vw , 50.00px */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.step_title {
  color: var(--dark_color);
  font-size: clamp(1.4737rem, 1.4583vw, 1.7500rem); /* 23.58px , 1.4583vw , 28.00px */
  font-weight: 700;
  display: inline-block;
  position: relative;
  /* background-color: var(--primary_color); */
  margin-bottom: clamp(0.8065rem, 1.3021vw, 1.5625rem); /* 12.90px , 1.3021vw , 25.00px */
  display: flex;
  align-items: center;
}

.step_title span {
  font-size: clamp(1.8947rem, 1.8750vw, 2.2500rem); /* 30.32px , 1.8750vw , 36.00px */
  display: inline-block;
  margin-right:clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
}
.step_wrap {
  margin: clamp(0.8065rem, 1.3021vw, 1.5625rem) 0; /* 12.90px , 1.3021vw , 25.00px */
}
.step_wrap_title {
  color: var(--primary_color);
  font-size: clamp(1.3684rem, 1.3542vw, 1.6250rem); /* 21.89px , 1.3542vw , 26.00px */
  font-weight: 600;
}
.step_wrap_in {
  margin: clamp(1.6130rem, 2.6042vw, 3.1250rem) 0; /* 25.81px , 2.6042vw , 50.00px */
}
.step_wrap_title_sub {
  color: #000;
  font-size:clamp(1.2632rem, 1.2500vw, 1.5000rem); /* 20.21px , 1.2500vw , 24.00px */
  font-weight: 600;
  margin-top: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
}

@media (max-width: 1440px) {
  .step_title {
    /* font-size: 24px; */
    font-size: clamp(1.2500rem, 1.5625vw, 1.8750rem); /* 20.00px , 1.5625vw , 30.00px */
  }
}

@media (max-width: 990px) {
  .form_Bg {
    width: 100%;
  }
  .step_title {
    /* font-size: 20px; */
    /* margin-bottom: 0; */
  }
  .step_box {
    border-radius: clamp(0.8065rem, 1.3021vw, 1.5625rem); /* 12.90px , 1.3021vw , 25.00px */
    /* margin-bottom: 25px; */
    /* padding: 25px; */
    padding: clamp(0.9375rem, 0.9375vw, 1.1250rem); /* 15.00px , 0.9375vw , 18.00px */
  }
  .step_wrap_title {
    /* font-size: 18px; */
  }
  .step_wrap_in {
    margin: 25px 0;
  }
  .step_wrap_title_sub {
    /* font-size: 17px; */
  }
}

@media (max-width: 540px) {
  .form_Bg {
    width: 100%;
  }
  .step_box {
    /* padding: 15px; */
    /* border-radius: 30px; */
  }
}
.form_list_in_add {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  column-gap: 0.7813vw; /*15*/
  row-gap:clamp(0.9375rem, 1.5136vw, 1.8163rem); /* 15.00px , 1.5136vw , 29.06px */
}
/*----- 操作button區塊 -----*/
.actionButtons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* margin: 0 -5px; */
  width: 100%;
  margin-top: 10px;
}

/*----- 新增button -----*/
.button_add {
  background-color: var(--fourth_color);
}
/*----- 刪除button -----*/
.button_del {
  background-color: #737373;
}
.button_add,
.button_del {
  color: #ffffff;
  line-height: 35px;
  height: auto;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: 0.3s ease all;
  margin-left: 10px;
}
.button_add i,
.button_del i {
  color: inherit;
  line-height: inherit;
  font-size: 18px;
  margin-right: 5px;
}
.button_add:hover,
.button_del:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.fileUploaded {
  margin: 5px 0 0;
  display: block;
}

.fileUploaded a {
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  color: #005f99;
}

.inputFile {
  position: relative;
  /* border: solid 1px #aeaeae; */
  background: #f5f5f5;
  border-radius: 3px;
  /* padding: 0px 80px 0px 0px; */
  /* margin: 0px 0px 17px; */
  padding: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 28.5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.inputFile input[type="text"] {
  border: none;
  background: none;
}

.inputFile label {
  position: absolute;
  /* top: -6px; */
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: right;
  margin: 0;
}

.inputFile label div {
  background:var(--sixth_color);
  color: #fff;
  font-size: 0.9375rem;
  line-height: normal;
  height: 100%;
  text-align: center;
  width: 80px;
  display: inline-block;
  transition: 0.3s ease all;
  border-top-right-radius: 28.5px;
  border-bottom-right-radius: 28.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.inputFile input[type="file"] {
  display: none;
}

/*檔案已上傳*/
.uploaded {
  color: var(--primary_color);
}
.uploaded a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
}
.uploaded a:hover {
  opacity: 0.5;
}

.fL_tit_remark {
  font-size: 13px;
  padding-bottom: 8px;
  color: var(--primary_color);
}
@media (max-width: 990px) {
  .inputFile label div {
    line-height: 40px;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------查詢進度頁--------*/
/*/////////////////////////////////////////////////////////*/

.inquire {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.1;
  color: #333;
}

.inquire table {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.1;
  color: #333;
}

.inquire tbody tr:nth-child(2n + 1) td {
  background: #fff;
}

.inquire thead th:first-of-type {
  /* border-left: 2px dashed #0080d8; */
  border-top-left-radius: 20px;
}
.inquire tbody tr td:first-of-type {
  border-left: 1px solid #cccccc;
  /* border-bottom-left-radius: 15px 15px; */
}

.inquire tbody tr td:last-of-type {
  border-right: 1px solid #cccccc;
  /* border-bottom-left-radius: 15px 15px; */
}

.inquire thead th {
  text-align: center;
  vertical-align: middle;
  font-size: 0.9375rem;
  line-height: normal;
  color: #fff;
  /* color: var(--dark_color); */
  padding: 0.625rem;
  box-sizing: border-box;
  background: var(--sixth_color);
}

.inquire thead th:last-of-type {
  border-radius: 0 1.25rem 0 0;
}

.inquire td {
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
  color: #333;
  padding: 0.9375rem 0.625rem;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  border-right: 1px dashed #cccccc;
  background: #f5f5f5;
}

.inquire tbody td:last-of-type input {
  background: var(--second_color);
  border-color: var(--second_color);
  margin: 0.3125rem 0;
}

.review_status {
  color: var(--second_color);
}

span.pass {
  /* color: var(--primary_color); */
  color: var(--sixth_color);
}

.review_status .reason {
  padding-top: 0.3125rem;
}



		/* 點數樣式 */
		/* 增加 */
		.table_contentBg table span.increase ,
    .inquire table span.increase {
			/* color: #d70d13; */
		}
		/* 減少 */
		.table_contentBg table span.decrease ,
    .inquire table span.decrease{
			/* color: #007be4; */
		}
		/*已取消*/
		.cancel  ,
    .inquire table span.cancel{
			/* color: #929292; */
		}





@media (max-width: 768px) {
  .inquire thead {
    display: none;
  }

  .inquire input[type="button"] {
    /* width: 100%; */
  }

  .inquire td {
    display: block;
    border: none;
    text-align: left;
    /* border-left: solid 1px #bebebe;
        border-right: solid 1px #bebebe; */
    padding: .3125rem .875rem;
  }

  .inquireTheme {
    display: inline-block;
    vertical-align: middle;
  }

  .inquire td:before {
    color: #000;
    content: attr(data-name);
    font-weight: bold;
  }

  .inquire tr td:first-of-type {
    width: auto;
    padding: .625rem .875rem;
    border-top: unset;
    border-left: unset;
  }

  .inquire td:last-of-type {
    padding: .3125rem .875rem .625rem .875rem;
  }

  .inquire tbody tr td:first-of-type {
    border-left: unset;
  }

  .inquire tbody tr td:last-of-type {
    border-right: unset;
  }
}
/*/////////////////////////////////////////////////////////*/
/*-------按鈕--------*/
/*/////////////////////////////////////////////////////////*/

.inquireTheme.two input[type="button"] {
  margin-bottom: .625rem;
}

/*/////////////////////////////////////////////////////////*/
/*-------下拉選單--------*/
/*/////////////////////////////////////////////////////////*/

.select_two_input select {
  width: 100px;
}

/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and (max-width: 950px) {
}

/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px) {
}

/* 按鈕顏色改變 by jung 20241206 start */

.btn-store-color {
  /* background: #231815 !important; */
}

.btn-send-color {
  /* background-color: var(--primary_color) !important; */
}

/* 按鈕顏色改變 by jung 20241206 end */
