/*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%;
	box-sizing: border-box;
	/*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;
}

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);

	background-image: linear-gradient(150deg, #d5e8f4 0%, #ffffff 100%);	
}

/* ~~ 元素/標籤選取器 ~~ */
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點擊時不會出現框線*/
}

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:var(--primary_color); */
	background: #0040ff;
	color: #fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	/* background:var(--primary_color); */
	background: #0040ff;
	color: #fff;
}

.wrap {
	/* max-width: 1400px; */
	/* width: 70%; */
	width: 90%;
	margin: 0 auto;
	padding: 0;
	max-width: 1330px;
}

@media (max-width: 1440px) {
	.wrap {
		/* width: 80%; */
	}
}

@media (max-width: 1280px) {
	.wrap {
		/* width: 85%; */
	}
}

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

}

@media (max-width: 767px) {
	.wrap {
		/* width: calc(100% - 15px * 2); */
		/* width: auto;
		padding: 0px 15px; */
	}

}





/*-------input reset--------------------------------------------------------*/
input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size: 15px;
	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: 47px;
	line-height: 47px;
	width: 100%;
	transition: 0.2s ease all;
	padding: 0px 6px 0px 6px;
	box-sizing: border-box;
}

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;
	width: 100px;
	height: 42px;
	background: var(--primary_color);
	color: #fff;
	border-radius: 5px;
	line-height: 42px;
	transition: 0.2s ease all;
	letter-spacing: 1px;
	font-size: 18px;
}

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;
}

.same_check {
	font-size: 14px;
	color: #000;
	margin-left: 15px;
	display: flex;
	align-items: center;
}

input[type="checkbox"].same {
	margin-left: 5px;
}

.fL_tit .same_check {
	display: inline-flex;
	margin-left: 5px;
}
	.fL_tit .same_check input[type="checkbox"].same ,
	.fL_tit .same_check input[type="radio"].same  {
		margin-right: 5px;
	}

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;
	font-size: 18px;
}

textarea:focus {
	border: solid 1px #d5d5d5;
}

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: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position: right;
	padding-right: 18px !important;
	width: 100%;
	font-size: 18px;
}

select.width_auto {
	width: auto;
	margin-bottom: 5px;
}

select::-ms-expand {
	/*for Internet Explorer*/
	display: none;
}

select:focus {
	border: solid 1px #d5d5d5;
}

label {
	cursor: pointer;
}

@media (max-width: 990px) {

	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		font-size: 16px;
	}
	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: 42px;
		line-height: 42px;
	}
	textarea {
		font-size: 16px;
	}

	select {
		font-size: 16px;
		height: 42px;
		/* line-height: 42px; */
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------material-symbols--------*/
/*/////////////////////////////////////////////////////////*/



.material-symbols-outlined {
	font-variation-settings:
		'FILL'0,
		'wght'400,
		'GRAD'0,
		'opsz'24
}








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


.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;
}

.banner .swiper-slide img {
	/* height: 400px; */
	object-fit: cover;
}

.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;
	} */
	.banner .swiper-slide img {
		height: unset;
		object-fit: contain;
	}
}






/*-------頁籤------------------------------------------------------------------------*/
.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: 80px;
	margin-right: 5px;
}

.captcha a {
	transition: 0.5s ease all;
	color: #fff;
	/* background: #555; */
	border-radius: 3px;
	padding: 2px 11px 3px;
	font-size: 14px;
	display: inline-block;
	line-height: 29px;
	text-decoration: none;
	vertical-align: middle;
	/* margin: 0px 0px 0px 5px; */
}

.captcha a:hover {}

.captcha img {
	vertical-align: middle;
}

.captcha span {
	color: var(--primary_color);
}










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

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

/*表單區備註*/
.form_remark {
	font-size: 15px;
	line-height: 22px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form_remark span {
	display: inline-block;
	box-sizing: border-box;
}

/*必填icon*/
.required_icon {
	display: inline-block;
	/* border-radius:3px; */
	font-size: 17px;
	/* color:#fff; */
	color: var(--primary_color);
	line-height: 1;
	padding: 0px 5px;
}

.form_remark .required_icon {
	color: #fff;
	background-color: var(--primary_color);
	padding: 5px 6px 0px;
	border-radius: 3px;
	margin-right: 10px;
}






/*----- 表單區 -----*/
.form_area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_list {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	padding: 15px 0px 0px 0px;
}

.form_list.fLType2 {
	width: 49%;
}

.form_list.fLType3 {
	width: 31%;
}

.fL_tit {
	font-weight: bold;
	padding: 3px 0px 6px 0px;
	position: relative;
}

/*必填icon*/
.fL_tit .required_icon {
	/* position:absolute; */
	/* right:0px; */
}

.change_password {
	background-color: var(--primary_color);
	border-radius: 5px;
	padding: 2px 5px;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
}

.fL_info {}

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

.fL_info label {
	display: inline-block;
}

.new_password {
	display: none;
}



/*----- 地址樣式 -----*/
.fLR_address.fL_info {
	position: relative;
	padding-left: 333px !important;
}

.fLR_address select {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 47px;
}

.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 {}



/*生日樣式*/
.birthday {}

/* .fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						} */











/* ----- 數量增減--------------------------  */
.qtyCtrl .quantity_decrease{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	box-sizing: border-box;

	font-size: 14px;
	text-align: center;
	cursor: pointer;
	background-color: #cccccc;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.qtyCtrl .quantity_decrease{
	
}

.qtyCtrl .quantity_content {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	width: 100%;
}
	.qtyCtrl .quantity_content input{
		padding: 0 20px;
		box-sizing: border-box;
		height: 34px;

		font-size: 14px;
		text-align: center;
		color: #000000;
		border: 0;
		border-radius: 0;
		cursor: pointer;
	}

.qtyCtrl .quantity_increase{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	box-sizing: border-box;
	
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	background-color: #cccccc;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}










/*檔案上傳樣式-------------------------------------*/
.inputFile {
	position:relative;
	border: solid 1px #aeaeae;
	background:#fff;
	border-radius: 3px;
	padding: 0px 105px 0px 0px;
	margin: 0;
	width: 100%;
}
	.inputFile input[type='text'] {
		border:none;
		background:none;
		line-height: normal;
		height: 42px;
	}
	.inputFile label {
		position: absolute;
		top: 0px;
		left:0px;
		width:100%;
		text-align:right;
	}
		.inputFile label div {
			/* modify by david 20220711 start */
			background: var(--second_color);
			/* modify by david 20220711 end */
			color: #fff;
			font-size: 15px;
			line-height: 42px;
			text-align:center;
			/* modify by david 20220722 start */
			/* width:80px; */
			width:100px;
			/* modify by david 20220722 end */
			display: inline-block;
			transition:0.3s ease all;
		}
			.inputFile label:hover div {
				/* modify by david 20220711 start */
				/* background: #99ca3b; */
				/* background: #fff; */
				color: #000;
				/* border: 1px solid #333; */
				/* modify by david 20220711 end */

			}
	.inputFile input[type='file'] {
		display:none;
	}
	
	.upload_info {
	}
		.upload_info a{
			display: inline-block;
			text-decoration: none;
    		color: var(--second_color);
		}





















/* ----- radio+checkbox選取框--------------------------  */
.item_RadioCheckArea {
	padding-top: 9px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.item_RadioCheckArea .item_RadioCheck {
	display: flex;
	align-items: center;
}

.item_RadioCheckArea .item_radio,
.item_RadioCheckArea .item_checkbox {
	position: absolute;
	display: none;
}

.item_RadioCheckArea .item_radio[disabled],
.item_RadioCheckArea .item_checkbox[disabled] {
	cursor: not-allowed;
}

.item_RadioCheckArea .item_radio+label,
.item_RadioCheckArea .item_checkbox+label {
	position: relative;
	/*display: block;*/
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle;

	/* font-weight: bold; */
	/* margin-right: 10px; */
	margin: 2px 10px 2px 0;
}

.item_RadioCheckArea .item_radio+label a,
.item_RadioCheckArea .item_checkbox+label a {
	text-decoration: none;
	color: var(--primary_color);
}

.item_RadioCheckArea .item_radio+label a:hover,
.item_RadioCheckArea .item_checkbox+label a:hover {
	opacity: 0.5;
}

.item_RadioCheckArea .item_radio+label:hover:before,
.item_RadioCheckArea .item_checkbox+label:hover:before {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
}

.item_RadioCheckArea .item_radio+label:before,
.item_RadioCheckArea .item_checkbox+label:before {
	position: absolute;
	/*top: 0;*/
	/* top: -1px; */
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	border: 1px solid #c0c0c0;
}

.item_RadioCheckArea .item_radio+label:after,
.item_RadioCheckArea .item_checkbox+label:after {
	position: absolute;
	display: none;
	content: '';
}

.item_RadioCheckArea .item_radio[disabled]+label,
.item_RadioCheckArea .item_checkbox[disabled]+label {
	cursor: not-allowed;
	color: #444444;
	/* color: #e4e4e4;  */
}

.item_RadioCheckArea .item_radio[disabled]+label:hover,
.item_RadioCheckArea .item_radio[disabled]+label:before,
.item_RadioCheckArea .item_radio[disabled]+label:after,
.item_RadioCheckArea .item_checkbox[disabled]+label:hover,
.item_RadioCheckArea .item_checkbox[disabled]+label:before,
.item_RadioCheckArea .item_checkbox[disabled]+label:after {
	cursor: not-allowed;
}

.item_RadioCheckArea .item_radio[disabled]+label:hover:before,
.item_RadioCheckArea .item_checkbox[disabled]+label:hover:before {
	border: 1px solid #e4e4e4;
	animation-name: none;
}


.item_RadioCheckArea .item_radio[disabled]+label:before,
.item_RadioCheckArea .item_checkbox[disabled]+label:before {
	border-color: #e4e4e4;
}

.item_RadioCheckArea .item_radio:checked+label:before,
.item_RadioCheckArea .item_checkbox:checked+label:before {
	animation-name: none;
}

.item_RadioCheckArea .item_radio:checked+label:after,
.item_RadioCheckArea .item_checkbox:checked+label:after {
	display: block;
}

.item_RadioCheckArea .item_radio+label:before {
	border-radius: 50%;
}

.item_RadioCheckArea .item_radio+label:after {
	/*top: 7px;*/
	/* top: 6px; */
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary_color);
}

.item_RadioCheckArea .item_radio:checked+label:before {
	border: 1px solid #000;
	border-color: var(--primary_color);
}

.item_RadioCheckArea .item_radio:checked[disabled]+label:before {
	border: 1px solid #c9e2f9;
}

.item_RadioCheckArea .item_radio:checked[disabled]+label:after {
	background: #c9e2f9;
}

.item_RadioCheckArea .item_checkbox+label:before {
	border-radius: 3px;
}

.item_RadioCheckArea .item_checkbox+label:after {
	top: 2px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	/* border-color: #fff; */
	border-color: #000639;
	border-top: 0;
	border-left: 0;
}

.item_RadioCheckArea .item_checkbox:checked+label:before {
	border: var(--primary_color);
	background: var(--primary_color);
}

.item_RadioCheckArea .item_checkbox:checked[disabled]+label:before {
	border: #c9e2f9;
	background: #c9e2f9;
}



















@media (max-width: 1200px) {

	/*----- 表單區 -----*/
	.form_area {
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
	}

	.form_list.fLType2 {
		width: 100%;
	}

	.form_list.fLType3 {
		width: 100%;
	}
	.form_list {
		font-size: 16px;
	}

	/*沒有輸入框時*/
	/* .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%;
	}

	.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;
	}


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

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









/*-------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 {
	/* --primary: Aquamarine; */
	--foreign_font: 'Quicksand', sans-serif;
	/*全站外文字型*/
	--mandarin_font: 'Noto Sans TC', sans-serif;
	/*全站中文字型*/
	--primary_color: #17786B;
	/*全站主色色碼*/
	--second_color: #f2922e;
	/*全站第二色碼*/
	/*--third_color:#dd1319; */
	/*全站第三色碼*/
	/*--fourth_color:#dd1319;*/
	/*全站第四色碼*/
	/*--fifth_color:#dd1319;*/
	/*全站第五色碼*/
	/*--sixth_color:#dd1319;*/
	/*全站第六色碼*/
}



.main {
	padding-top: 90px;
	position: relative;
}
.main:before {
	position: absolute;
    content: "";
    background: linear-gradient(159deg, #d0e6f3 0%, #d0e6f3 50%, #ebedee00 100%), url(../images/bg.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 990px) {

	.main {
		padding-top: 52px;
	}
}









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


.main.inmain {}

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






/*----- 上方區塊 -------------------------*/
.pageContent_topArea {
	/* padding: 10px 0px; */
	/* border-bottom: 1px solid #e3e3e3; */
}

/*----- 麵包屑 -----*/
.crumb_bg {
	color: #777777;
	font-size: 14px;
	padding: 10px 10px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.crumb_area {
	display: flex;
	flex-wrap: wrap;
}

.crumb_area i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
}

.crumb_area i:nth-of-type(1) {
	color: var(--primary_color);
}

.crumb_area a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: var(--primary_color);
	font-size: 14px;
	line-height: 22px;
	transition: 0.3s ease all;
}

/*hover*/
.crumb_area a:hover {
	color: #252525;
	transition: 0.3s ease all;
}

.crumb_area span {
	display: block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
}



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



/*----- 內頁標題塊1 -----*/
.right_title {
	font-size: 26px;
	font-weight: normal;
	color: #777;
	line-height: 1.3;
	position: relative;
	border-bottom: 2px solid #777;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}

.right_title:after {
	position: absolute;
	content: '';
	bottom: -1px;
	background: #777;
	width: 62px;
	height: 6px;
	left: 0px;
}

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



.right_title span {
	font-size: 26px;
	margin-right: 10px;
}






/*----- 網編區塊 -----*/
.text_area {
	font-size: 16px;
	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: 30px 0px 0px;
}

.btn_area input {
	margin: 0px 5px;
	color: #fff;
}

.btn_area input:nth-child(2n+1) {}

.btn_area input:nth-child(2n) {
	background: #231815;
	color: #fff;
}

.btn_area input.disabled {
	background-color: #ccc;
}




@media (max-width: 1440px) {
	.right_title {
		font-size: 24px;
	}

	.right_title span {
		font-size: 24px;
	}
}





@media (max-width: 990px) {

	.main.inmain {}

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


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

	.right_title span {
		font-size: 18px;
		margin-right: 5px;
	}

}









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

.page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}



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

/*左側標題*/
.left_title {
	font-size: 20px;
	letter-spacing: -1px;
	background-color: var(--primary_color);
	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;
}





@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: 0px 0px 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: #808080;

	padding: 8px 0px;
	font-size: 15px;
	line-height: 1;
}

/*active*/
.numberPage_middleList.active a {
	background-color: var(--primary_color);
	color: #fff;
}

/*hover*/
.numberPage_middleList a:hover {
	background-color: var(--primary_color);
	color: #fff;
}

/*右邊區塊*/
.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(--primary_color);
	vertical-align: middle;
	font-weight: bold;
}






@media (max-width: 990px) {

	.number_pageArea {
		/* padding: 40px 0px 15px; */
	}

}

@media (max-width: 640px) {

	.number_pageArea {
		margin: 25px 0px 0px;
	}

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

	.numberPage_middleArea {
		padding: 0px;
	}

	.numberPage_middleList {
		padding: 0px;
	}

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


}

/*/////////////////////////////////////////////////////////*/
/*-------跑馬燈區--------*/
/*/////////////////////////////////////////////////////////*/

.marqueeArea{

}
.marquee {
	padding: 10px 5px;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
	background-color: #fff;
	position: relative;
}

	.marquee marquee {
		font-weight: bold;
		color: var(--primary_color);
		font-size: 20px;
		line-height: 1.8;
	}


	.marquee::before ,
	.marquee::after {
		position: absolute;
		content: "";
		background-image: linear-gradient(120deg, #2550b6 0%, #20a27c 100%);
		width: 100%;
		height: 2px;		
		left: 0px;
	}
	
	.marquee::before{
		bottom: 0;
	}
	.marquee::after{
		top: 0;

		display: none;
	}










@media (max-width: 990px) {

	.marquee marquee {
		font-size: 13px;
		line-height: 1.4;
	}


}


/*/////////////////////////////////////////////////////////*/
/*-------主要內容--------*/
/*/////////////////////////////////////////////////////////*/
.main_flex_Bg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	background-color: #fff;
	padding: 65px 10px;
}

.main_flex_left {
	box-sizing: border-box;
	width: 245px;
}

.main_flex_left_list {
	margin-bottom: 45px;
}

.main_flex_left_title {
	color: var(--primary_color);
	font-weight: 600;
	font-size: 20px;
	/* margin-bottom: 15px; */
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}

.main_flex_left_title span {
	margin-right: 5px;
}

.main_flex_left_in {
	margin-top: 25px;
}

.main_flex_left_in a {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;

}

.main_flex_left_in a img {
	width: 100%;
}

.log_name {
	margin-top: 25px;
}










.main_flex_right {
	box-sizing: border-box;
	width: calc(100% - 300px);
}

.main_flex_right.right_map {
	display: flex;
	justify-content: space-between;
}

.main_flex_right .main_flex_right_in {
	width: calc(100%)
}

.main_flex_right_in_right {
	width: 100%;
}

.main_flex_right.right_map .main_flex_right_in_right {
	width: 220px;
}

.main_flex_right.right_map .main_flex_right_in {
	width: calc(100% - 250px);
}

.main_flex_img {}

.main_flex_img img {
	width: 100%;
}

@media (max-width: 1200px) {
	.main_flex_right.right_map {
		flex-direction: column-reverse;
	}

	.main_flex_right_in_right {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.main_flex_right.right_map .main_flex_right_in {
		width: 100%;
	}
}

@media (max-width: 990px) {
	.main_flex_Bg {
		display: block;
		padding: 25px 10px;
	}
	
	.main_flex_left {
		width: 100%;
	}

	.main_flex_left_title {
		font-size: 18px;
	}

	.main_flex_left_in {
		display: flex;
		margin: 0 -10px -10px;
		margin-top: 25px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_flex_left_in a {
		padding: 0 10px 10px;
		box-sizing: border-box;
		margin-bottom: 0px;
		width: 25%;
	}

	.main_flex_left_list {
		margin-bottom: 25px;
	}

	.main_flex_right {
		width: 100%;
		margin-top: 35px;
	}
}

@media (max-width: 640px) {
	.main_flex_left_in a {
		width: 33.3%;
	}
}

@media (max-width: 540px) {
	.main_flex_left_in {
		justify-content: flex-start;
	}

	.main_flex_left_in a {
		width: 50%;
	}

	.main_flex_right.right_map .main_flex_right_in_right {
		width: 100%;
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------會員專區--------*/
/*/////////////////////////////////////////////////////////*/
.login_contentBg {
	margin: 0px auto;
	width: 400px;
	max-width: 90%;
	padding: 17.5px 27.5px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0.625em;
	/* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 0.1); */
	box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	background-color: #ffffff;
}

.login_title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	color: var(--primary_color);
}

.login_contentBg .btn_area input {
	width: 100%;
	border-radius: 0px;
	/* font-size: 20px; */
	font-weight: 700;
	margin: 0px;
}

@media (max-width: 540px) {
	.login_contentBg {
		margin: 0 auto;
	}

	.login_title {
		font-size: 22px;
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------忘記密碼--------*/
/*/////////////////////////////////////////////////////////*/
.forgot_password {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.forgot_password a {
	text-decoration: none;
	color: var(--primary_color);
	width: 50%;
	text-align: center;
	transition: all .3s ease;
	font-size: 18px;
}

.forgot_password a:hover {
	color: var(--second_color);
}

.forgot_password input {
	margin-top: 25px;
	width: 100%;
}

/*/////////////////////////////////////////////////////////*/
/*-------首頁最新公告--------*/
/*/////////////////////////////////////////////////////////*/
.index_announcementBg {
	margin-bottom: 50px;
	/* margin-top: 25px; */
}

ul.news_area {
	padding-left: 0;
	/* margin-top: 25px; */
}

ul.news_area li {
	list-style-type: none;
}

ul.news_area li a {
	text-decoration: none;
	color: var(--primary_color);
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s ease;
}

ul.news_area li a:hover {
	color: var(--second_color);
}

.news_icon {
	width: 25px;
}

.news_title {
	width: calc(100% - 145px);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
}

.news_date {
	width: 130px;
	text-align: right;
}

@media (max-width: 1280px) {
	ul.news_area li a {
		font-size: 18px;
	}
}

@media (max-width: 990px) {
	.index_announcementBg {
		margin-bottom: 25px;
	}

	ul.news_area {
		/* margin-top: 10px; */
	}

	ul.news_area li a {
		font-size: 16px;
		padding: 10px 0;
	}
}

@media (max-width: 540px) {
	ul.news_area li a {
		flex-wrap: wrap;
	}

	.news_title {
		width: calc(100% - 25px);

	}

	.news_date {
		width: 100%;
		margin-top: 10px;
		text-align: right;
		font-size: 14px;
	}

}


/*/////////////////////////////////////////////////////////*/
/*-------最新消息內頁--------*/
/*/////////////////////////////////////////////////////////*/

.news_in_title {
	color: var(--primary_color);
	margin: 0px 0 25px;
	font-size: 22px;
	font-weight: 600;
}

.news_in_date {
	color: var(--primary_color);
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 990px) {
	.news_in_title {
		margin: 0 0 25px;
		/* font-size: 16px; */
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------檔案下載模組--------*/
/*/////////////////////////////////////////////////////////*/
.DownloadArea {}

/*下載列表*/
a.DownloadList {
	position: relative;
	border-bottom: 1px #868686 dotted;
	margin: 5px 0px;
	/* padding: 10px 50px 10px 0px; */
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding: 15px 0;
	text-decoration: none;
	color: var(--primary_color);
	transition: all .3s ease;
}

a.DownloadList:hover {
	color: var(--second_color);
}


.DownloadTit {
	/* color: #4a4a4a; */
	font-size: 18px;
	line-height: 26px;
	/*overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;*/
	width: calc(100% - 50px);
}

.Download {
	/* position:absolute;
			top:10px;
			right:0px;			 */
}

/*下載圖標*/
.DownlFile {

	padding-left: 10px;

}

.DownlFile a {
	display: block;
}

.DownlFile a:hover {
	opacity: 0.5;
}




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


@media (max-width:640px) {
	a.DownloadList {
		display: block;
	}

	.DownloadTit {
		width: 100%;
		font-size: 16px;
	}

	.Download {
		background-color: var(--primary_color);
		margin-top: 15px;
		border-radius: 5px;
		padding: 5px;
		box-sizing: border-box;
		text-align: center;
	}

	.Download span {
		color: #fff;
	}
}





/*/////////////////////////////////////////////////////////*/
/*-------table--------*/
/*/////////////////////////////////////////////////////////*/

.table_Bg {}

.progress_table {
	margin-bottom: 25px;
}

.table_Bg table {
	width: 100%;
	margin: 0 auto;
	border-radius: 0.1875em;
	overflow: hidden;
	font-size: 0.9375em;
	line-height: 1.1;
	color: #333;
}

/* 表格_標題 */
.table_Bg caption {}

/* 表格_表頭 */
.table_Bg thead {}

.table_Bg thead tr {}

.table_Bg thead th {
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	background: var(--primary_color);
	min-width: 68px;
	font-weight: normal;
}

.table_Bg thead th:first-of-type {
	border-top-left-radius: 0.3125em;
}

.table_Bg thead th:last-of-type {
	border-radius: 0 0.3125em 0 0;
}




/* 表格_表身 */
.table_Bg tbody {}

.table_Bg td {
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 0.0625em solid #cccccc;
	border-right: 0.125em dashed #e6e6e6;
	background: #f5f5f5;
	word-break: break-all;
}

.table_Bg td a {
	color: var(--second_color);
	display: inline-block;
	text-decoration: none;
}

.table_Bg td a:hover {
	opacity: 0.5;
}

.table_Bg tbody tr td:first-of-type {
	border-left: 0.0625em solid #cccccc;
}

.table_Bg tbody tr td:last-of-type {
	border-right: 0.0625em solid #cccccc;
}

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

/* 表格_表尾 */
.table_Bg tfoot {}

.table_Bg tfoot td {}

/* 表格_按鈕 */
.table_Button{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.table_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 0.2vw;
}

input[type='button'].input_auto {
	width: auto;
	padding: 0 10px;
	box-sizing: border-box;
}

input[type='button'].change {
	background-color: var(--second_color);
	border-color: var(--second_color);
}


.table_Bg input:hover {
	opacity: 0.5;
}



.uploadFileButton{
	background: var(--primary_color);
	color: #ffffff;
	border: 1 solid var(--primary_color);

	background-color: var(--second_color);
    border-color: var(--second_color);

	height: 40px;
	line-height: normal;	
	border-radius: 1.875em;
	margin: 0.1vw 0.3vw;
	overflow: hidden;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: auto;
    padding: 0 10px;
    box-sizing: border-box;

	cursor: pointer;
	font-size: 15px;
}
	/* .uploadFileButton span{
		display: inline-block;
		white-space: nowrap;
		color: inherit;
		font-size: inherit;
		width: auto;
		cursor: pointer;
	} */
	.uploadFileButton input {
		opacity: 0;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.uploadFileButton input:hover {
		opacity: 0;
	}
	.uploadFileButton:hover {
		opacity: 0.5;
	}






	.table_Bg td.show {
		vertical-align: middle;
	}

.table_Bg .cPL_twoBtn {
	/* display: flex;
    		justify-content: center; */
}

.table_Bg .cPL_twoBtn input[type='button'] {
	/* width: 49%; */
	max-width: 100px;
	margin: 5px 2.5px;
}

/* .table_Bg .cPL_twoBtn input[type='button']:nth-child(2n+1) {
				background: #c6000b;
				border-color:#c6000b;
			} */
/* .table_Bg .cPL_twoBtn input[type='button']:nth-child(2n) {
				background: var(--secondary_color);
				border: 0.0625em solid var(--secondary_color);
			}					 */
/* .table_Bg .cPL_twoBtn input[type='button']:nth-child(3n) {
				background: var(--fourth_color);
				border: 0.0625em solid var(--fourth_color);
			} */

.table_Bg .cPL_twoBtn input.all_in_oneBtn {
	background: var(--primary_color);
	border-color: var(--primary_color);
}

.table_Bg .cPL_twoBtn input.receiptBtn {
	background: var(--primary_color);
	border-color: var(--primary_color);
}


@media (max-width: 990px) {
	.table_Bg thead th {
		font-size: 16px;
	}

	.table_Bg td {
		font-size: 15px;
	}

	
	.uploadFileButton{
		font-size: 16px;
	}
}



@media (max-width: 768px) {

	/*第一組tr*/
	/* .table_Bg tr:first-of-type  */
	.table_Bg thead {
		display: none;
	}

	.table_Bg.progress_table thead {
		display: table-header-group;
	}

	/*第一個td*/
	.table_Bg tr td:first-of-type {
		width: auto;
		padding: 10px 14px;
		border-top: solid 0 #ADABAB;
	}

	.table_Bg tr:first-of-type td:first-of-type {
		border-top: solid 0.0625em #ADABAB;
	}

	.table_Bg.progress_table tr td:first-of-type.show {
		display: block;
	}

	.table_Bg.progress_table tr td:first-of-type {
		display: none;
	}


	.table_Bg thead th:last-of-type {
		border-radius: 0.3125em 0.3125em 0 0;
	}
	/*最後一個td*/
	.table_Bg td:last-of-type {
		border-bottom: solid 0.0625em #ADABAB;
		padding: 5px 14px 10px 14px;
	}

	.table_Bg tr:last-of-type td:last-of-type {
		border-bottom: solid 0.0625em #ADABAB;
	}


	/*第五個td*/
	/* .table_Bg td:nth-of-type(5) {
	padding: 5px 14px 10px 14px;
}
	.table_Bg td:nth-of-type(5):before {
		display:none;
	} */

	.table_Bg table {
		border-radius: 0;
	}

	.table_Bg td {
		display: block;
		border: none;
		text-align: left;
		border-left: solid 0.0625em #bebebe;
		border-right: solid 0.0625em #bebebe;
		padding: 5px 14px;
	}

	.table_Bg td:before {
		color: #7b7b7b;
		content: attr(data-name);
		display: block;
	}

	/*商品名稱*/
	/* .cPL_product {
			padding:0px 0px 15px 0px;  
		} */

	/* .table_Bg table input {
			height:40px;
			line-height:2.5em;
		}
			.table_Bg table input[type='button'] {
				width:100%;
				height:2.625em;
			} */

	/*兩個按鍵時*/
	/* .table_Bg table .cPL_twoBtn input[type='button'] {
					float:left;
				}
				.table_Bg table .cPL_twoBtn input[type='button']:nth-of-type(2) {
					float:right;
				} */

	/* 表格_按鈕 */
	.table_Bg input[type='button'] {
		width: 100%;
		margin-bottom: 10px;
	}

	.table_Bg input[type='button']:last-of-type {
		margin-bottom: 0;
	}


		
	.uploadFileButton{
		width: 100%;
		margin-bottom: 10px;
	}


}




/*-------活動花絮內頁列表-------------------------------------------------------*/


.gallery_area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	vertical-align: top;
	margin: 0px -15px -30px;
}

.gallery_List {
	width: 25%;
	box-sizing: border-box;
	padding: 0px 15px 30px;
	overflow: hidden;
}

.gallery_IMG {
	overflow: hidden;
}

/* .gallery_IMG a {
				display:block;
			}  
			.gallery_IMG img{
				width:100%;
				height:auto;
				transition: all 0.3s ease-out;
			}  */
.gallery_IMG a {
	position: relative;
	display: block;
	padding-top: 100%;
}

.gallery_IMG img {
	transition: all 0.3s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.gallery_List:hover .gallery_IMG img {
	opacity: 0.5;
	transform: scale(1.2);
	transition: all 0.3s ease-out;
}

.photo_brief {
	display: none;
	padding: 15px 0px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #8b989e;
}



@media (max-width: 1440px) {
	.photo_title a {
		font-size: 20px;
	}

	.gallery_List {
		width: 33.3%;
	}
}

@media (max-width:990px) {

	.photo_ListA {
		width: 33.3%;
	}

	.photo_List {
		/*width: 33.3%;*/
	}

	.photo_tag {
		padding: 10px 25px;
		font-size: 18px;
	}

}



@media (max-width:768px) {


	.photo_ListA {
		width: 50%;
	}

	.photo_List {
		/*width: 50%;*/
	}

	.photo_title span {
		font-size: 20px;
	}



	.gallery_List {
		width: 50%;
	}
}

@media (max-width:510px) {

	.photo_area {
		display: block;
		flex-wrap: unset;
		flex-direction: unset;
		margin: 0 0px -20px;
		/*padding-bottom: 40px;*/
	}

	.photo_ListA {
		width: 100%;
		padding: 0 0 20px;
	}

	.photo_List {
		/*width: 100%;*/
	}


	.gallery_area {
		display: block;
		flex-direction: unset;
		margin: 0px 0px -20px;
	}

	.gallery_List {
		width: 100%;
		padding: 0px 0px 20px;
	}
}

/*--------------------------------燈箱效果--------------------------------*/
/*
		Colorbox Core Style:
		The following CSS is consistent between example themes and should not be altered.
	*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
		User Style:
		Change the following styles to modify the appearance of Colorbox.  They are
	
		ordered & tabbed in a way that represents the nesting of the generated HTML.
	*/
#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #000;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
	font-family: 'BenchNine', sans-serif;
}

/*頁數樣式*/
#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(images/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(images/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(images/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}

/*/////////////////////////////////////////////////////////*/
/*-------相簿內頁--------*/
/*/////////////////////////////////////////////////////////*/
.album_title {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 25px;
}

.album_title::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: var(--primary_color);
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: 5px;
}

@media (max-width: 990px) {
	.album_title {
		font-size: 18px;
	}
}

@media (max-width: 540px) {
	.album_title {
		font-size: 16px;
	}

	.album_title::before {
		vertical-align: 2px;
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------線上報名--------*/
/*/////////////////////////////////////////////////////////*/
.step_box {
	margin-bottom: 35px;
}
.member_box{
	background: #eeeeee;
	padding: 15px;
}   

.step_title {
	color: #fff;
	background-color: var(--second_color);
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	/* background-color: var(--primary_color); */
	margin: 25px 0 0;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}
.member_box .step_title{
	margin-top: 0;
}
.edit_btn{
	margin-left: auto;
	display: flex;
}

.edit_btn a{
	display: block;
	text-decoration: none;
	color: var(--primary_color);
	background-color: #fff;
    padding: 5px;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 5px;
	transition: all .3s ease;
}

@media (max-width: 990px) {
	.step_title{
		font-size: 18px;
	}
	.edit_btn a {
		font-size: 14px;
	}
}






/*同意條款*/
.agreeToTerms {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	margin: 20px 0px 0px;
}

.agreeToTerms strong {
	padding: 10px 0px;
	display: inline-block;
}

.agreeToTerms a {
	color: #ca0000;
	text-decoration: none;
}

.agreeToTerms ~ .form_remark{
	margin-top: 20px;
	color: #ca0000;
}


@media (max-width: 990px) {

	/*同意條款*/
	.agreeToTerms {
		font-size: 16px;
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------線上表單欄位--------*/
/*/////////////////////////////////////////////////////////*/






/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/
.sitemapArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sitemap {
	border-bottom: .0625em #e3e3e3 dashed;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1.5;
	width: 49%;
}

.sitemapTit {
	color: var(--primary_color);
	font-size: 1.125em;
	padding: 10px 0 10px;

}

.sitemapTit a {
	color: var(--primary_color);
	text-decoration: none;
	transition: all .3s ease;
}

.sitemapTit a:hover {
	color: var(--second_color);
}

.sitemapBottom {
	padding: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	margin: -10px -5px;
}

.sitemapList {
	width: 20%;
	box-sizing: border-box;
	padding: 10px 5px;
}

.sitemapList a {
	color: #696969;
	font-size: .9375em;
	display: block;
	text-decoration: none;
}

.sitemapList a:hover {
	opacity: .5;
}

@media (max-width: 990px) {

	.sitemapTit {
		font-size: 1em;
	}
}

@media (max-width: 540px) {
	.sitemap {
		width: 100%;
	}
}




























/*範本下載區------------------------------*/
.TemplateArea{
	text-align:center;
	width: 100%;
}

	.TemplateList{
		padding: 0px 0px;
		font-size:16px;
		color:#000;
		line-height:1.625;
		display: flex;
		align-items: center;
		gap: 15px;
		width: 100%;
		overflow: hidden;
	}	
	.TemplateArea .TemplateList{
		padding: 15px 0px;
	}

	.TemplateList:nth-last-child(1){
		border-bottom:none;
	}	
	
	.TemplateList.TemplateList2{
		background: #fbbbd8;
		width: 100%;
		text-align: center;
	}
	
	.TemplateList.TemplateList3{
		display: block;
		width: 100%;
	}

		.TemplateList .inputFile {
			width: auto;
		}
		
		.TemplateList .btn_area{
			float:none;
			padding:0px;
			text-align: left;
			margin: 0;
		}
			.TemplateList .btn_area input {
				width: 175px;
				margin:0px;
			}


	@media(max-width:990px){

		.TemplateArea{
			width: 100%;
		}
			.TemplateList {
				width: 100%;
			}
	}

	@media (max-width: 640px){
		.TemplateArea {
			text-align: left;
		}
		
			.TemplateList {
				flex-direction: column;
				flex-wrap: wrap;
				align-items: unset;
			}
				.TemplateList .inputFile {
					width: 100%;
				}
				.TemplateList .btn_area{
					width: 100%;
				}
				
					.TemplateList .btn_area input {
						width: 100%;
						margin: 0;
					}

	}
	

 @media(max-width:540px){
	.TemplateList{
		flex-wrap: wrap;
	}
 }





















 .cart_product_list_area table {
	width:100%;
	margin:0 auto;
	border-radius: 3px;
	overflow: hidden;
}
	.cart_product_list_area tr {
	}
		.cart_product_list_area td {
			text-align:center;
			vertical-align:middle;
			font-size:15px;
			line-height: 24px;
			color:#333;
			padding:10px 15px;
			box-sizing:border-box;
			border-bottom: solid 1px #bebebe;
			border-right: solid 1px #bebebe;
			background: #f4f4f4;
		}
			/*商品名稱*/
			.cPL_product {
				font-size:0px;
				min-height:72px;
				text-align:left;
				font-size:15px;
				position:relative;
			}
				/*加購品標籤*/
				.cPLP_label {
					position: absolute;
					top: 0px;
					left: 0px;
					font-size: 12px;
					color: #fff;
					background: #333;
					line-height: 20px;
					z-index: 1;
					padding: 0px 10px;
				}
				
				.cPL_product a {
					color:#000;
					text-decoration:none;
					display:inline-block;
					vertical-align:middle;
					min-height:108px;
				}
					.cPL_product img {
						width:72px;
						border: solid 1px #dfdede;
						position:absolute;
						background:#fff;
					}
				.cPL_product_tit {
					padding:0px 0px 0px 90px;
					display:inline-block;
					vertical-align:middle;
					width: 96.5%;
					box-sizing: border-box;
				}
				/* 歷史 */
				.cPLcourse{
				}
					.cPLcourse span{
						display: block;
						text-decoration: line-through;
						color: #bebebe;
						font-size: 14px;
					}



			/*商品規格*/
			.specification {
				text-align:left;
				font-size: 14px;
				line-height: 22px;
				padding: 6px 0px 0px;
				color: #226484;
			}
			
			.cart_product_list_area table input {
				height:40px;
				line-height:40px;
				margin:4px 0px;
			}
				.cart_product_list_area table input[type='text'] {
					/*width:66px;*/
					width: auto;
					border: solid 1px #e7e7e7;
					/*text-align:right;*/
				}
				.cart_product_list_area table input[type='button'] {
					border-radius: 3px;
					font-weight: bold;
					width: auto;
					padding: 0px 8px;
					box-sizing: border-box;
					background: #969696;
					line-height: 28px;
					height: 28px;
					background: #FFFFFF;
					border: solid 1px #c4c4c4;
					color: #333;
					font-family: var(--foreign_font);
				}
				.cart_product_list_area table input[type='button'].remittance_btn {
					width: auto;
					padding: 0px 12px;
					background: #BF4848;
					color:#fff;
				}	
				
				/* 人數Btn */
				table input[type='button'].peopleBtn{
					height: 40px;
					line-height: 40px;
					background: #e5aa37;
					color: #fff;
					border: none;
					display: block;
					margin: 10px auto 0;
				}
					
	/*第一組tr*/
	.cart_product_list_area tr:first-of-type td {
		border-top: solid 1px #bebebe;
		padding: 5px;
		background-color:#e5e5e5;
	}
	/*第三組tr*/
	.cart_product_list_area tr:nth-of-type(3) td {
		/*background-color:#e5e5e5;	*/
	}
	
	
	/*第一個td*/
	.cart_product_list_area td:first-of-type {
		/*width:40%;*/
		border-left: solid 1px #bebebe;
	}
		td.cPL_twoBtn {
			padding: 5px 10px;
			box-sizing: border-box;
		}
	
	/*2進位的tr*/
	.cart_product_list_area tr:nth-of-type(2n+0) td {
		background:#fff;
	}
	
	/*折抵列*/
	.cart_product_list table {
		background: #e0e0e0;
		border-radius: 3px;
		border: 1px solid #bebebe;
		font-size: 14px;
		line-height: 25px;
		font-weight:bold;
	}
		.cart_product_list table input[type=text] {
			height: 22px;
			line-height: 22px;
			width: 62%;
		}
		.cart_product_list.single_row {
			padding: 22px 20px 0px 20px;
		}
			.cart_product_list td {
				background: #f4f4f4;
				padding: 15px 5px;
				box-sizing: border-box;
				vertical-align: middle;
			}
			.cart_product_list td:nth-of-type(2),.cart_product_list td:nth-of-type(4) {
				color:#de494a;
			}
			
			.cart_product_list td:first-of-type,.cart_product_list td:nth-of-type(3) {
				background: #e5e5e5;
			}
				.c_p_l_del_btn.update {
					background: #de484d;
					background-size: 100%;
					/* font-weight: 100; */
					width: 42px;
				}
					input[type=button].c_p_l_del_btn {
						font-size: 14px;
						font-weight: 700;
						color: #fff;
						width: 35px;
						height: 22px;
						line-height: 22px;
						border-radius: 3px;
					}

		@media (max-width: 768px){
			/*折抵列*/
			.cart_product_list.single_row td {
				display: block;
				width: 100%;
			}
			
			
			/*第一組tr*/
			.cart_product_list_area tr:first-of-type {
				display:none;
			}
			
			/*第一個td*/
			.cart_product_list_area td:first-of-type {
				width: auto;
				padding: 10px 14px;
			}
			
			/*最後一個td*/
			.cart_product_list_area td:last-of-type {
				border-bottom: solid 2px #ADABAB;
				padding: 5px 14px 10px 14px;
			}
			
			
			.cart_product_list_area table {
				/*border: solid 2px #e1e1e1;
				border-top: solid 3px #e1e1e1;*/
				border-top: solid 1px #bebebe;
				border-radius:5px;
			}
				.cart_product_list_area td {
					display:block;
					border:none;
					text-align:left;
					border-left: solid 1px #bebebe;
					border-right: solid 1px #bebebe;
					padding: 5px 14px;
				}
				
					.cart_product_list_area td:before {
						content:attr(data-name);
					}
					/*商品名稱*/
					.cPL_product {
						border-bottom: solid 1px #bebebe;
						padding:0px 0px 15px 0px;
						/*color: #BA896F;*/
						/*font-weight: bold;*/
						font-size:16px;
					}
					
					.cart_product_list_area table input {
						height:40px;
						line-height:40px;
					}
						.cart_product_list_area table input[type='button'] {
							width:100%;
						}
					
							/*兩個按鍵時*/
							.cart_product_list_area table .cPL_twoBtn input[type='button'] {
								float:left;
								width:48%;
							}
							.cart_product_list_area table .cPL_twoBtn input[type='button']:nth-of-type(2) {
								float:right;
							}
		}
















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


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