/*/////////////////////////////////////////////////////////*/
/*-------table--------*/
/*/////////////////////////////////////////////////////////*/

.no_bg {
}
.no_bg table {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.1875em;
  overflow: hidden;
  /* font-size: 0.9375em; */
  font-size: 1em;
  line-height: 1.1;
  color: #fff;
}

/* 表格_標題 */
.no_bg caption {
}

/* 表格_表頭 */
.no_bg thead {
}
.no_bg thead tr {
}
.no_bg thead th {
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
  color: var(--seventhh_color);
  padding: 15px 10px;
  box-sizing: border-box;
  background: var(--primary_color);
  min-width: 68px;
  font-weight: normal;
}
.no_bg thead tr th:nth-of-type(6),
.no_bg thead tr th:nth-of-type(8){
  padding: 10px;
}
.no_bg thead th:first-of-type {
  border-top-left-radius: 0.3125em;
}
.no_bg thead th:last-of-type {
  border-radius: 0 0.3125em 0 0;
}

/* 表格_表身 */
.no_bg tbody {
}
.no_bg td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #333;
  padding: 15px 12px;
  box-sizing: border-box;
  border-bottom: 0.0625em solid #cccccc;
  border-right: 0.125em dashed #e6e6e6;
  background: #f5f5f5;
}
.no_bg tr td:nth-of-type(6),
.no_bg tr td:nth-of-type(8){
  min-width: 115px;
}
.no_bg td a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.no_bg td a:hover {
  opacity: 0.5;
}
.no_bg tbody tr td:first-of-type {
  border-left: 0.0625em solid #cccccc;
}
.no_bg tbody tr td:last-of-type {
  border-right: 0.0625em solid #cccccc;
}
.no_bg tbody tr:nth-child(2n + 1) td {
  background: #fff;
}

/* 表格_表尾 */
.no_bg tfoot {
}
.no_bg tfoot td {
}

/* 表格_按鈕 */
.no_bg input[type="button"] {
  background: var(--primary_color);
  color: #ffffff;
  border: 0.0625em solid var(--primary_color);
  height: 40px;
  line-height: normal;
  width: 100px;
  box-sizing: border-box;
  border-radius: 1.875em;
  margin: 0.1vw;
}
.no_bg input:hover {
  opacity: 0.5;
}
.no_bg .cPL_twoBtn {
  /* display: flex;
    		justify-content: center; */
}
.no_bg .cPL_twoBtn input[type="button"] {
  /* width: 49%; */
  max-width: 100px;
  margin: 5px 2.5px;
}
/* .no_bg .cPL_twoBtn input[type='button']:nth-child(2n+1) {
				background: #c6000b;
				border-color:#c6000b;
			} */
/* .no_bg .cPL_twoBtn input[type='button']:nth-child(2n) {
				background: var(--secondary_color);
				border: 0.0625em solid var(--secondary_color);
			}					 */
/* .no_bg .cPL_twoBtn input[type='button']:nth-child(3n) {
				background: var(--fourth_color);
				border: 0.0625em solid var(--fourth_color);
			} */

.no_bg .cPL_twoBtn input.all_in_oneBtn {
  background: var(--fourth_color);
  border-color: var(--fourth_color);
}
.no_bg .cPL_twoBtn input.receiptBtn {
  background: var(--third_color);
  border-color: var(--third_color);
}

.htmlFontSizeC .no_bg .cPL_twoBtn input[type="button"] {
  /*Judy修改20240329*/
  max-width: unset;
  width: fit-content;
  padding: 0 10px;
  margin: 5px 2.5px;
}

.no_bg .notice {
  font-size: 0.875em; /*14px*/
  color: #d9001a;
  padding: 10px 0 0;
}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 740px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 150/100) {
    .no_bg table {
     
      font-size: 0.875em;
     
    }
}

@media (max-width: 768px) {
  /*第一組tr*/
  /* .no_bg tr:first-of-type  */
  .no_bg thead {
    display: none;
  }

  /*第一個td*/
  .no_bg tr td:first-of-type {
    width: auto;
    padding: 10px 14px;
    border-top: solid 0 #adabab;
  }
  .no_bg tr:first-of-type td:first-of-type {
    border-top: solid 0.0625em #adabab;
  }

  /*最後一個td*/
  .no_bg td:last-of-type {
    border-bottom: solid 0.0625em #adabab;
    padding: 5px 14px 10px 14px;
  }

  .no_bg tr:last-of-type td:last-of-type {
    border-bottom: solid 0.0625em #adabab;
  }

  /*第五個td*/
  /* .no_bg td:nth-of-type(5) {
	padding: 5px 14px 10px 14px;
}
	.no_bg td:nth-of-type(5):before {
		display:none;
	} */

  .no_bg table {
    border-radius: 0;
  }
  .no_bg td {
    display: block;
    border: none;
    text-align: left;
    border-left: solid 0.0625em #bebebe;
    border-right: solid 0.0625em #bebebe;
    padding: 5px 14px;
  }

  .no_bg td:before {
    color: var(--primary_color);
    content: attr(data-name);
  }
  /*商品名稱*/
  /* .cPL_product {
			padding:0px 0px 15px 0px;  
		} */

  /* .no_bg table input {
			height:40px;
			line-height:2.5em;
		}
			.no_bg table input[type='button'] {
				width:100%;
				height:2.625em;
			} */

  /*兩個按鍵時*/
  /* .no_bg table .cPL_twoBtn input[type='button'] {
					float:left;
				}
				.no_bg table .cPL_twoBtn input[type='button']:nth-of-type(2) {
					float:right;
				} */

  /* 表格_按鈕 */
  .no_bg input[type="button"] {
    width: 100%;
  }
}

/*已取消*/
.cancel {
  color: #929292;
  display: inline-block;
}

/*未出貨*/
.no_shipping {
  color: #007be4;
  display: inline-block;
}

/*未付款*/
.unpaid {
  color: #c6000b;
  display: inline-block;
}

/*已報名*/
.registered {
  color: #00b5ad;
  display: inline-block;
}
/*剩餘點數*/
.remaining_points {
  text-align: right;
  font-size: 0.9375em;
  padding: 0px 0 25px;
}
.remaining_points strong {
  font-size: 1.25em;
  color: #d03529;
}

/*時間搜尋區*/
/*.rB_time{
	margin-bottom: 20px;
}*/
.timeSearch_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.time_range {
  box-sizing: border-box;
}
.timeSearch_area span {
  font-size: 0.9375em;
  display: inline-block;
  /* padding: 0px 20px 4px 0px; */
  padding: 0 5px;
  vertical-align: middle;
  font-size: 0.75em;
}

.timeSearch_area select {
  font-size: 0.75em;
}

.timeSearch_area label.timeSearch_btn {
  width: 42px;
  height: 38px;
  line-height: 2.375em;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.3125em;
  background: var(--secondary_color);
  text-align: center;
  transition: 0.3s ease all;
  letter-spacing: 0px;
  margin-left: 15px;
}
.timeSearch_area label.timeSearch_btn:hover {
  background: var(--fourth_color);
}
.timeSearch_btn button {
  position: relative;
  color: #fff0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: var(--primary_color);
  border: var(--primary_color) 0.0625em solid;
  cursor: pointer;
}
.timeSearch_btn button:before {
  position: absolute;
  transition: 0.3s ease all;
  font-family: "Bootstrap-icons";
  content: " \F52A";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.25em;
}

@media (max-width: 1400px) and (min-width: 991px) {
  .timeSearch_area .time_range > select {
    width: 62px;
  }
}

/* @media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 740px) and 
(-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){ */

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) 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) {
  .timeSearch_area {
    font-size: 0.65em;
  }
  .timeSearch_area span {
    font-size: inherit;
    /* font-size:calc(0.9375em / 1.5); */
  }
  .timeSearch_area .time_range > select {
    /* font-size:0.65em; */
    font-size: inherit;

    width: auto;
    font-size: 0.65em;
  }
}

@media (max-width: 640px) {
  /*時間搜尋區*/
  .timeSearch_area {
    flex-direction: column;
  }
  .time_range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .timeSearch_area select {
    width: calc((100% - 85px) / 3);
  }
  .timeSearch_area span {
    margin: 5px 0;
  }
  .timeSearch_area label.timeSearch_btn {
    width: 100%;
    margin: 15px 0 0;
  }
}
.titStyle2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}
.titStyle2 strong {
  /* width: calc(100% - 402px); */
}
.titStyle2 .search .form_list {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.titStyle2 .search .form_list .fL_tit {
    display: none;
  }
.titStyle2 .search .form_list .fL_info {
    padding: 0;
  }
.titStyle2 .search .form_area .newBtn{
    cursor: pointer;
    font-size: 0.875em;
    width: fit-content;
    box-sizing: border-box;
    background: var(--primary_color);
    border-radius: 0.3125em;
    /* border-bottom: none; */
    border: var(--primary_color) solid 0.0625em;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    grid-column-start: 2;
    grid-column-end: auto;
    max-height: 42px;
    height: 100%;
    line-height: 1;
    white-space: nowrap;
  }

  @media(max-width:1127px){
    .titStyle2 {
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 15px;
    }
  }