/*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;
}
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); 
	position: relative;
}
body::before{
	content: '';
	background-image: url(../images/topCircle.png);
	background-position: left bottom;
	background-size:cover;
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999999;
	max-width: 10%;
	max-height: 25%;
}

@media (max-width: 1440px){
	body::before{
	width: 115px;
	max-width: 6%;
}
}
@media(max-width:1300px){
	body::before {
		max-width: 5%;
	}
}
@media(max-width:1100px){
	body::before{
		display: none;
	}
}


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 740px) and (-webkit-min-device-pixel-ratio: 1.25),
 only screen and (-o-min-device-pixel-ratio: 125/100){
	body::before{
		width: 125px;
		height: 125px;
	}
 }



/* ~~ 元素/標籤選取器 ~~ */
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);
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:var(--primary_color);
	color:#fff;
}

.wrap {
	max-width: 1400px;
	width: 85%;
	margin: 0 auto;
	padding: 0;
}
@media(max-width:1300px){
	.wrap {
		max-width: unset;
		width: 85%;
	}
}
@media (max-width: 1100px){
	.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: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
	padding: 0px 6px 0px 12px;
    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: auto;
	height:42px;
	/* background:var(--primary_color); */
	/* background: linear-gradient(180deg, #DC6B00 11.71%, #DE2700 90.3%); */
	background: linear-gradient(180deg, var(--primary_color) 11.71%, #DE2700 90.3%); /*Judy修改20240503*/
	color:#fff;
	border-radius:21px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
	font-weight: 700;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 17px;
}

	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;
}
	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.svg) no-repeat;
	background-size: 13px;
	background-position:95%;

	background-position: 90%; /*Judy修改20240503*/
    padding-right: 24px !important; /*Judy修改20240503*/


	padding-right:18px !important;
	width: 100%;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	

@media (max-width: 540px) {
	input.confirm{
		width: 100%;
	   }
}












/*-------輪播----------------------------------------------------------------------------*/


.banner {
	background:#fff;
	position:relative;
	/* padding-left: 5%; */
	/* border-radius: 0 0 0 240px;
	-webkit-border-radius:0 0 0 240px;
	-moz-border-radius:0 0 0 240px; */
	overflow: hidden;
}
/* #youtube-player , */
.youtube-player{
	position: relative;
	padding-top: 35.25%;

	padding-top: 37.2%;
}
.swiper-slide .youtube-player iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	pointer-events:none;
}
/* .swiper-slide .video-container {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
  }
  .swiper-slide .video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
  } */
.main .swiper-button-prev, 
.main .swiper-button-next {
    position: absolute;
    top: 50%;
    margin: 0px;
    /* z-index: 10;
    cursor: pointer; */
    width:60px;
    height: 30px;
    background-size: contain;
    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.svg);
}
.main .swiper-button-next{
	background-image: url(../index/images/right_arrow.svg);
}
.main .swiper-button-prev:after, 
.main .swiper-button-next:after {
    /* content: 'prev'; */
	display: none;
}



.main .swiper-button-prev, 
.main .swiper-button-next {
	position: unset !important;
	transform: translateY(0%);
}
.swiper-pagination {
	position: unset !important;
    text-align: center;
   
}


.switch{
	display: flex;
	align-items: center;
	position: absolute;
	right: 10%;
    bottom: 10%;
}







	/*輪播區*/
	.swiper-container {
		height:auto;
	}
		.swiper-slide img {
			width:100%;
			height:auto;
		}

		.banner .swiper-slide a {
			position: relative;
			padding-top: 37.2%;
			display: block;
			overflow: hidden;
		}
			.banner .swiper-slide img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			}		





		
		/*輪播點點*/
		.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; */
				}

				
@media (max-width: 990px) {
	.switch {
		right: 4%;
	}
	.main .swiper-button-prev, .main .swiper-button-next {

		width: 40px;
	}
}

				
	

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	/* border-bottom: solid 1px #c4c4c4; */
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:18px;
		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;
				display: flex;
    			justify-content: center;
				margin: 0 -15px  ;
				flex-wrap: wrap;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color:var(--primary_color);
					/* border-right: solid 1px #c4c4c4; */
					padding: 0 15px 15px ;
					font-weight: 700;
					font-size: 20px;
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 30px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
						border: 1px solid var(--primary_color);
						border-radius: 30.5px;
					}
						.tabs li span:hover {
							color:#333;
							/* box-shadow: 0 0 #3d3d3d inset; */
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#fff;
					}
						.tabs li.active span {
							/* box-shadow: 0 -2px #3d3d3d inset; */
							background-color: var(--primary_color);
							color: #fff;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:transparent;
	/* padding:10px; */
}
					@media (max-width: 768px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
						ul.tabs {
							display: block;
							margin: 0px;
						}
						.tabs li {
								padding: 15px 0 7.5px;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								/*position: absolute;*/
								width: 100%;
								z-index: 99;
							}
								.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: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.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: 17px;
		line-height: 22px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
		.form_remark span{
			display: inline-block;
			box-sizing: border-box;
		}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			/* border-radius:3px; */
			font-size: 17px;
			/* color:#fff; */
			color: var(--primary_color);
			line-height: 1;
			padding:0px 5px;
		}
		.form_remark .requirde_icon{
			color: #fff;
			background-color: var(--primary_color);
			padding: 5px 6px 0px;
			border-radius: 3px;
			margin-right: 10px;
		}

.requirde_icon span{
	font-size: 14px;
}




	/*----- 表單區 -----*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.form_list_box{
		width: 100%;
		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%;
		}
			.fL_tit {
				font-weight:bold;
				padding:3px 0px 6px 0px;
				position:relative;
			}
				/*必填icon*/
				.fL_tit .requirde_icon {
					/* position:absolute; */
					/* right:0px; */
				}
				
			.fL_info {
			}
				/*沒有輸入框時*/
				/* .fL_info.no_input {
					padding: 10px 0px 25px 0px;
					line-height: 24px;
				} */
				
				.fL_info label {
					display:inline-block;
				}
					

.alumni{
	display: flex;
	align-items: center;
}


			/*----- 地址樣式 -----*/
			.fLR_address.fL_info {
				position:relative;
				padding-left: 333px !important;
			}
				.fLR_address select {
					position:absolute;
					left:0px;
					width:100px;
					height:42px;
				}
				.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;
						} */




			/* ----- 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: 540px) {
	.alumni {
		align-items: flex-start;
		flex-direction: column;
	}
}








@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:'微軟正黑體', sans-serif;      /*全站中文字型*/
	--primary_color:#EE8913 /*#e49f00*/;                    /*全站主色色碼*/
	--second_color:#e60012;                     /*全站第二色碼*/
	--third_color:#2c2c2c;                      /*全站第三色碼*/
/*#194963 */
	
}


.main{
	padding-top: 90px;
	position: relative;
}
.main::before{
	content: '';
    background-image: url(../images/leftCircle.png);
    background-position: left 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 516px;
    height: 530px;
    position: absolute;
    left: 0;
    top: 40%;
    /* z-index: 1; */
    z-index: 0;
    max-width: 10%;
}
.inmain::before {
    z-index: -1;
}
.main::after{
	content: '';
	background-image: url(../images/rightCircle.png);
	background-position: left 50%;
	background-size: contain;
	background-repeat: no-repeat;
	width: 292px;
	height: 292px;
	position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 1;
    max-width: 7%;
}
/* @media screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (-o-min-device-pixel-ratio: 125/10)
{
	.main::before{
		background-size: contain;
		max-width: 9%;
	}
}    */
@media(max-width:1440px){
	.main::before{
		background-size: contain;
		max-width: 9%;
	}
}
@media screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio: 1.50),
only screen and (-o-min-device-pixel-ratio: 150/10)
{
	.main::before{
		background-size: contain;
		max-width: 9%;
	}
}

@media(max-width:1200px){
	.main {
		padding-top: 83px;
	}
	.main::before{
    max-width: 12%;
}
}
@media (max-width: 1100px){
	
	.main {
		padding-top: 52px;
	}	
	.main::before{
		display: none;
	}
	.main::after{
		display: none;
	}
}



@media(max-width:425px){
	.main {
		padding-top: 40px;
	}
}





/*/////////////////////////////////////////////////////////*/
/*-------內頁共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.main.inmain{
}
	
	/*----- 內頁banner -----*/
	.inbanner{
		/* background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 300px; */
	}
	.inbanner img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	/* .inbanner img.pc_inBanner{
		display: block;
	}
	.inbanner img.mb_inBanner{
		display: none;
	} */

	@media (max-width: 990px) {
		/* .inbanner img.pc_inBanner{
		
			display: none;
		}
		.inbanner img.mb_inBanner{
			display: block;
		} */
	}


	/*----- 上方區塊 -------------------------*/
	.pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3;
	}
		
		/*----- 麵包屑 -----*/
		.crumb_bg{
			color: #3a3a3a;
			font-size: 14px;
		}
			.crumb_area{				
				display: flex;				
				flex-wrap: wrap;
			}
			.crumb_area img{
				display: inline-block;
				/* padding-right: 5px; */

				margin-right: 5px; /*Judy修改20240503*/
				width: 15px;
				height: auto;
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 24px;
					line-height: 22px;
				}
				.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: 16px;
					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: 16px;
					line-height: 22px;
					box-sizing: border-box;
				}	
	
	
	
	/*內頁內容區塊*/
	.pageContent{
		padding: 50px 0px;
	}
	
	.main_deco{
		position: absolute;
		/* top: 50%; */
		left: 50%;
		transform: translateX(-50%);
		/* transform: translate(-50%, -50%); */
		/* z-index: -1; */
		height: -webkit-fill-available;
		/* position: sticky; */
		/* top: 50px; */
		width: 100%;
		z-index: -1;
	}
	
	.main_deco_img{
		width: 45%;
		position: sticky;
		top: 110px;
		margin: 0 auto;
		opacity: .6;
	}
	
	.main_deco_img img{
		width: 100%;
		
	}
	

	/*----- 內頁標題塊1 -----*/
	.right_title{
		font-size: 35px;
		font-weight: 700;
		color: var(--primary_color);
		line-height: 1.3;
		position:relative;
		text-align: center;
		/* border-bottom: 2px solid #777; */
		padding-bottom: 50px;
	}
		/* .right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		} */
		.right_title h2{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
	








		/*----- 網編區塊 -----*/
		.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%;
				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:var(--primary_color); */
				/* background: linear-gradient(180deg, #DC6B00 11.71%, #DE2700 90.3%); */
				background: linear-gradient(180deg, var(--primary_color) 11.71%, #DE2700 90.3%); /*Judy修改20240503*/
				color: #fff;
			}	
			.btn_area input.back{
				/* background: #a4a4a4; */
				background: var(--third_color);
			}
			
		









@media (max-width: 990px){
	
.main.inmain {
}	
	
	/*內頁內容區塊*/
	.pageContent{
		padding: 25px 0px;
	}


		/*----- 內頁標題塊1 -----*/
		.right_title{
			font-size: 22px;
			line-height: 1.2;
			padding-bottom: 25px;
		}

		
}

	
@media (max-width: 540px) {
	.main_deco_img{
		width: 75%;
	}
}






/*----- 左右區塊 -------------------------*/

.page{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



	/*左側*/
	.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;
	}
	
	



@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%;
	}
	
		
	.contact_right input[type="text"], .input,.contact_right input[type="password"],.contact_right input[type="search"],.contact_right input[type="email"],.contact_right input[type="tel"],.contact_right input[type="time"],.contact_right input[type="number"],.contact_right input[type="date"] {
		margin: 0;
		padding: 0;
		outline: none;
		vertical-align: middle;
		height: 42px;
		line-height: 42px;
		width: 100%;
		transition: 0.2s ease all;
		padding: 0px 6px 0px 6px;
		box-sizing: border-box;
		border-radius: 36.5px;
		/* border: 2px solid #333; */  /*Judy修改20240503*/
		background: #FFF;
		padding: 0px 15px 0px 15px;
	}
	.contact_right .fLR_address select {
		border-radius: 36.5px;
		/* border: 2px solid #333; */  /*Judy修改20240503*/
		/* background: #FFF; */
	}
	.contact_right textarea {
		border-radius: 20px;
		/* border: 2px solid #333; */  /*Judy修改20240503*/
		/* background: #FFF; */
	}
	.contact_right .item_RadioCheckArea {
		padding-top: 7px;
	}
	.contact_right .item_RadioCheckArea .item_radio + label:before,.contact_right .item_RadioCheckArea .item_checkbox + label:before {
		/* border: 2px solid #333; */  /*Judy修改20240503*/
	}

@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(--second_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: var(--second_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(--second_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;
		margin-top: 0;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}



/*/////////////////////////////////////////////////////////*/
/*==========捐款區塊==========*/
/*/////////////////////////////////////////////////////////*/
.index_donateIn_area{
	padding: 70px 0;
}
.index_donateIn_area ul{
	padding-left: 0;
	margin: 0 -35px -50px ;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index_donateIn_area ul li{
	list-style-type: none;
	box-sizing: border-box;
	width: 33.3%;
	padding:0 35px 50px ;
}
.index_donateIn_area ul li a{
	text-decoration: none;
	display: block;
	color: #3a3a3a;
	font-size: 16px;
	line-height: 1.2;
font-weight: 700;
}
.index_donateIn_img_wrap{
	border-radius: 34px;
	border: 5px solid transparent;
	overflow: hidden;
	transition: all .3s ease;
	position: relative;
}
.index_donateIn_area ul li.active .index_donateIn_img_wrap{
	
	border: 5px solid var(--second_color);

}
.index_donateIn_area ul li:hover .index_donateIn_img_wrap{
	
	border: 5px solid var(--second_color);


}
.index_donateIn_img{
	position: relative;
	padding-top: 60%;
	overflow: hidden;
}
.index_donateIn_img img{
	width:100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.heart{
	color: #fff;
	background-color: var(--primary_color);
	border-radius: 5px;
	padding: 2px;
	position: absolute;
	right: 5%;
    bottom: 5%;
}
.heart.active{
	color: #cd002a;
}
.index_donateIn_title{
	text-overflow : ellipsis;
	overflow : hidden;
	white-space: nowrap;
	/* color: var(--second_color); */
	color: var(--third_color); /*Judy修改20240503*/

	font-size: 25px;
	margin: 15px 0;
	line-height: 1.5;
}
.index_donateIn_text{
	display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;

overflow : hidden;
margin-bottom: 15px;
font-size: 17px;
line-height: 1.5;
min-height:calc(17px * 1.5 * 3); /* 固定卡片簡述內容的最小高度 modify by peggy 20240813*/

}
.index_donateIn_bottom{
	border-top: 1px solid #3a3a3a;
	/* modify by peggy 20250908 */
	height: 77px;
}
.index_donateIn_bottomTop{
	margin: 15px 0 ;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_donateIn_right{
	display: flex;
	align-items: center;
}
.index_donateIn_progressBar{
	/* display: flex;
	align-items: center; */
	/* justify-content: space-between; */
	position: relative;
}
.progressBar{
	width: calc( 100% - 60px);
	height: 22px;
	border-radius: 11px;
	/* background: #D9D9D9; */
	background:#f1f1f1; /*Judy修改20240503*/
	position: relative;
	overflow: hidden;
}

.progressBarIn{
	background: linear-gradient(90deg, var(--primary_color) 0%, #DE2700 100%); /*Judy修改20240503*/
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	
	border-radius: 11px;
}

.progressBarIn.fifty{
	width: 50%;
	
	background: linear-gradient(90deg, var(--primary_color) 0%, #DE2700 100%); /*Judy修改20240503*/
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	
	border-radius: 11px;
}

.progressBar_num{
	/* margin-left: auto; */
	position: absolute;
	right: 0;
	top: 0;

}

@media(max-width:1100px){
	.index_donateIn_area {
		padding: 50px 0;
	}
	.index_donateIn_area ul li {
		width: 50%;
	}
	.index_donateIn_title {
		font-size: 20px;
	}
}

@media(max-width:768px){
	.index_donateIn_area ul {
		margin: 0 -15px -35px;
	}
	.index_donateIn_area ul li {
		padding: 0 15px 35px;
	}	
}

@media(max-width:540px){
	.index_donateIn_area {
		padding: 25px 0;
	}
}
@media(max-width:425px){
	.index_donateIn_area ul {
		margin: 0 0px -35px;
	}
	.index_donateIn_area ul li {
		width:	100%;
		padding: 0 0px 35px;
	}	
}


/*/////////////////////////////////////////////////////////*/
/*==========內頁列表捐款區塊==========*/
/*/////////////////////////////////////////////////////////*/


.donateIn_area{
	padding-top: 0;
}


/*/////////////////////////////////////////////////////////*/
/*==========內頁捐款區塊==========*/
/*/////////////////////////////////////////////////////////*/

.donate_Bg{
	display: flex;
	justify-content: space-between;
}
.donate_left{
	width: 70%;
}
.donate_left_img{

}
.donate_left_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.donate_left_title{
	color: var(--primary_color);
font-size: 35px;
font-weight: 700;
margin: 30px 0 ;
}
.donate_left_info{
	margin-bottom: 30px;
}
.donate_left_info img{
max-width: 100%;
height: auto;
}
.donate_left_subTitle{
	color: #343434;
font-size: 28px;
font-weight: 700;
margin-bottom: 30px;
line-height: 1.3;
}

.donate_left_subTitle span{
	display: inline-block;
	/* padding-right: 10px; */
	/* vertical-align: -5px; */
}
.donate_left_text{
	color: #3a3a3a;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
}
.btn_area_donate{
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.btn_area_donate input{
	background-color: var(--second_color);
}
.btn_area_donate input.border{
	/* border: 1px solid var(--second_color); */
	/* background-color: transparent; */
	color: #fff;
}

.donate_right{
	width: calc( 100% - 70% - 50px);
}
.donate_right_in{
	border-radius: 30px;
background: #F5F5F5;
padding: 35px;
position: sticky;
    top: 100px;
}
.donate_right_in ul.tabs {
    display: flex;
    justify-content: space-between;
    margin: 0 ;
    flex-wrap: nowrap;
}
.donate_right_in ul.tabs li {
    padding: 0 0px 15px;
}


.donate_right_in .tabs span {
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    transition: 0.3s ease all;
    background: transparent;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 0;
	color: #3a3a3a;
	font-size: min(max(1.15vw, 16px), 22px);


}
.donate_right_in .tabs li.active span {
    background-color: transparent;
    color: #000;
}
.donate_right_in .tabs li.active {
    background-color: transparent;
    color: #000;
	border-bottom: 5px solid var(--second_color);
	padding: 0 0px 5px;
}
.donate_right_in_Bg{
	padding: 10px 0;
	padding-top: 20px;
}
.donate_right_in_title{
	color: #000;
font-size: 18px;
font-weight: 500;
margin-bottom: 20px;
}

.donate_right_in_inputList{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.donate_right_in_input_wrap{
	width: 100%;
	display: flex;
	/* margin: 0 -10px ; */
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;

}
.donate_right_in_inputIn.half{
	width: 48%;
	/* padding: 0 10px 15px; */
	box-sizing: border-box;
	
		margin-bottom: 10px;
}

.donate_right_in_inputIn.full{
	width: 100%;
}
.donate_right_in_inputIn input{
	border: 1px solid var(--second_color);
	background: #FFF;
	color: var(--second_color);
	width: 100%;

	font-size: min(max(0.89vw, 13px), 17px); /*字體大小 0.89vw、最小值 13px、最大值 17px*/
}
.donate_right_in_inputIn input.active{
	background-color: var(--second_color);
	color: #fff;
}
.donate_right_in_inputIn.full input[type="text"]{
	border: 1px solid var(--second_color);
background: #FFF;
border-radius: 21px;
}
::placeholder{
	color: #3a3a3a;
}
.donate_right_in_bottom{
	display: flex;
	justify-content: space-between;
}
.donate_right_in_bottom.regular{
	justify-content: center;
}

.donate_right_in_bottom input{
	border: 1px solid #ED1E24;
	background: #FFF;
	color: #ED1E24;
	width: 100%;
}

.donate_right_in_bottom input.active{
	border: 1px solid #ED1E24;
	background: #ED1E24;
	color: #fff;
}




@media(max-width:1440px){
	.donate_right {
		width: calc( 100% - 70% - 20px);
	}
	.donate_right_in {
		padding: 25px;
	}
	.donate_right_in_inputIn.half {
		width: 48%;
	}
	.donate_right_in_bottom input {
		width: 100%;
	}
}

@media(max-width:1100px){
	.donate_Bg{
		flex-direction: column;
	}
	.donate_left {
		width: 100%;
		order: 2;
	}
	.donate_left_title {
		font-size: 30px;
	}
	.donate_left_subTitle {
		font-size: 22px;
	}
	.donate_left_text {
		font-size: 16px;
	}
	.btn_area_donate {
		margin-top: 30px;
	}
	.donate_right {
		width: 100%;
		margin-bottom: 30px;
	}
	.donate_right_in {
		position: unset;
	}
	.donate_right_in ul.tabs {
		justify-content: center;
	}
	.donate_right_in ul.tabs li {
		padding: 0 15px 15px;
	}
	.donate_right_in .tabs li.active {
		padding: 0 15px 5px;
	}
	.donate_right_in_inputList {
		margin-bottom: 25px;
	}
	

	.donate_right_in_inputIn input{
		font-size: min(max(0.94vw, 15px), 18px); /*字體大小 0.94vw、最小值 13px、最大值 18px*/
	}
}

@media(max-width:760px){
	.donate_right_in .img-scroll {
		display: block;
	}
}
@media(max-width:540px){
	.donate_left_title {
		font-size: 24px;
		margin: 15px 0;
	}
	.donate_left_subTitle {
		font-size: 20px;
		margin-bottom: 15px;
	}	
}

/*/////////////////////////////////////////////////////////*/
/*==========捐款方式==========*/
/*/////////////////////////////////////////////////////////*/



.way_Bg .tabs span {
    border: 1px solid var(--second_color);
}
.way_Bg .tabs li {
    color: var(--second_color);
    font-size: 20px;
}
.way_Bg .tabs li.active span {
    background-color: var(--second_color);
}
.way_Bg .tabs li span:hover {
    color: #fff; 
	background-color: var(--second_color);
    /* box-shadow: 0 0 #3d3d3d inset; */
}
@media(max-width:540px){
	.way_Bg .tabs li {
		font-size: 16px;
	}
}

/*/////////////////////////////////////////////////////////*/
/*==========芳名錄==========*/
/*/////////////////////////////////////////////////////////*/

/*------- 芳名錄_篩選 --------*/
/*//////////////////////////////////////////////////////*/


.directory_filter_area{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
	
.form_list.form_list_search{
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.form_list.form_list_search .fL_info{
	width: 50%;
	display: flex;
	align-items: center;
}
.form_list.form_list_search .fL_tit,
.form_list.form_list_ppl .fL_tit
{
	min-width: 100px;
	color: var(--primary_color);
}
.form_list.form_list_search .fL_info .start,
.form_list.form_list_search .fL_info .finish
{
	width: 50%;
	box-sizing: border-box;
}
.form_list.form_list_search .fL_info .start{
	padding-right: 10px;
}
.form_list_ppl{
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_list.form_list_ppl .fL_info{
	width: 50%;
}
.dash{
	display: inline-block;
	padding-right: 10px;
}
.form_list.form_list_ppl select{
	background: #fdebc3 url(../images/select_arrow.svg) no-repeat;

	background: #fff url(../images/select_arrow.svg) no-repeat; /*Judy修改20240503*/
    border: none;
	background-size: 13px;
    background-position: 95%;
	padding-left: 12px;
	padding-right: 40px !important;

	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media(max-width:540px){
	.form_list.form_list_search {
		display: block;
	}
	.form_list.form_list_search .fL_info {
		width: 100%;
	}	
	.form_list.form_list_ppl .fL_info {
		width: 100%;
	}
}
/*-------table--------*/
/*/////////////////////////////////////////////////////////*/

.no_bg{
	margin-top: 50px;
}
	.no_bg table{
		width: 100%;
		margin: 0 auto;
		border-radius: 0px;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.1;
		color: #333;
	}

		/* 表格_標題 */
		.no_bg caption{
		}

		/* 表格_表頭 */
		.no_bg thead{
		}
			.no_bg thead tr{
			}
				.no_bg thead th{
					text-align: center;
					vertical-align: middle;
					font-size: 18px;
					line-height: 60px;
					color: #fff;
					padding: 10px 15px;
					box-sizing: border-box;
					background: var(--second_color);
					min-width: 68px;
					font-weight: normal;

					/* background: linear-gradient(180deg, #e3ebf5 11.71%, #c8eaf5 90.3%); */
					background: #c8eaf5; /*Judy修改20240503*/
					color: var(--third_color);
					font-weight: 600;
				}
				.no_bg thead th:first-of-type{
					/* border-left: 2px dashed #0080d8; */
					border-top-left-radius:15px;
				}
				.no_bg thead th:last-of-type{
					border-radius:0 15px 0 0;
				}




		/* 表格_表身 */
		.no_bg tbody{
		}
			.no_bg td{
				text-align: center;
				vertical-align: middle;
				font-size: 16px;
				line-height: 24px;
				color: #000;
				padding:20px 10px;
				box-sizing: border-box;
				/* border-bottom: 1px solid #cccccc;
				border-right: 2px dashed #e6e6e6; */
				/* background: rgba(224, 224, 224, 1); */
				background: #fff; /*Judy修改20240503*/
				font-weight: 700;
			}
			.no_bg tbody tr td:first-of-type{
				/* border-left: 1px solid #fff; */
				border-left: none;
			}
			.no_bg tbody tr td:last-of-type{
				/* border-right:1px solid #fff; */
				border-right:none;
			}
			.no_bg tbody tr:last-of-type{
				border-radius: 0 0 35px 35px;
			}
			.no_bg tbody tr:nth-child(2n+1) td{
				background-color: rgba(245, 245, 245, 0.5);
			}

		/* 表格_表尾 */
		.no_bg tfoot{
		}
			.no_bg tfoot td{
			}

		/* 表格_按鈕 */
		.no_bg input[type='button'] {
			background: #003D8C ;
			color: #ffffff;
			border: 1px solid #003D8C ;
			height:40px;
			line-height:40px;
			box-sizing: border-box;
		}
		.no_bg .cPL_twoBtn{
			/* display: flex;
			justify-content: space-between; */
		}
			.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+2) {
				background: #293188;
				border: 1px solid #293188;
			}					



@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 0px #ADABAB;
}

/*最後一個td*/
.no_bg td:last-of-type {
	/* border-bottom: solid 2px #ADABAB; */
	border-bottom: solid 1px #ADABAB;
	padding: 5px 14px 10px 14px;
}

.no_bg tr:last-of-type td:last-of-type {
	border-bottom: none;
}


/*第五個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: solid 2px #e1e1e1;
	border-top: solid 3px #e1e1e1;*/
	/* border-top: solid 1px #bebebe; */
	border-radius: 15px 15px 0 0;
}
	.no_bg td {
		display:block;
		border:none;
		text-align:left;
		/* border-left: solid 1px #bebebe;
		border-right: solid 1px #bebebe; */
		padding: 5px 14px;
		font-weight: 700;
	}
	
		.no_bg td:before {
			color: #7b7b7b;
			content:attr(data-name);
		}
		/*商品名稱*/
		/* .cPL_product {
			border-bottom: solid 1px #bebebe;
			padding:0px 0px 15px 0px;  
			font-size:16px;
		} */
		
		/* .no_bg table input {
			height:40px;
			line-height:40px;
		}
			.no_bg table input[type='button'] {
				width:100%;
				height:42px;
			} */
		
				/*兩個按鍵時*/
				/* .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%;
		}				




}
@media (max-width: 540px){
	.no_bg{
	margin-top: 25px;
}
}
/*/////////////////////////////////////////////////////////*/
/*-------芳名錄--------*/
/*/////////////////////////////////////////////////////////*/
.directory_btn .btn_area input{
	border-radius: 35.5px;
	/* background: linear-gradient(180deg, #DC6B00 11.71%, #DE2700 90.3%); */
	background: linear-gradient(180deg, var(--primary_color) 11.71%, #DE2700 90.3%); /*Judy修改20240503*/
	
}
.directory_filter_area input{
	background: #fdebc3;
	border: none;
	
	background: #fff; /*Judy修改20240503*/
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 768px){
	
}

/*/////////////////////////////////////////////////////////*/
/*==========主要內容==========*/
/*/////////////////////////////////////////////////////////*/


.directory_Bg .number_pageArea{
	margin-top: 0;
	padding: 30px 0; 
	/*Judy修改20240503*/
	/* background-color: rgba(245, 245, 245, 0.5);
	border-radius: 0 0 15px 15px ; */
}


/*/////////////////////////////////////////////////////////*/
/*==========捐款實績==========*/
/*/////////////////////////////////////////////////////////*/

.news_area{
	padding-left: 0;
}

.news_area li{
	list-style-type: none;
	/* border-bottom: 1px dotted var(--primary_color); */ /*Judy修改20240503*/
	padding: 10px 0;
}

.news_area li a{
	text-decoration: none;
	display: flex;
	color: var(--primary_color);
	justify-content: space-between;
	align-items: center;
	padding: 30px 15px;	/* 20230724 Patty 修改 */
	/* border-bottom: 1px dotted var(--primary_color); */
	transition: all .3s ease;
	flex-wrap: wrap;
	/* background-color: #EEE; */
	
	/*Judy修改20240503*/
	background-color: #ffffff;
    border-bottom: 4px var(--primary_color) solid;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* .news_area li:hover a{
	background-color: #EEE;
} */
.news_date{
	color: var(--primary_color);
font-size: 25px;
font-weight: 700;
width: 20%;
}
.news_info{
	width: 50%;
}
.news_title{
	/* color: var(--primary_color); */
	color: var(--third_color); /*Judy修改20240503*/
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	text-overflow : ellipsis;
	overflow : hidden;
	white-space: nowrap;
}
.news_text{
	/* color: #000; */
	color: var(--third_color); /*Judy修改20240503*/
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;

	overflow : hidden;
	font-size: 17px;
}
.news_btn{
	color: #e60012;
	font-size: 20px;
	font-weight: 700;
	width: 20%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.news_btn span img{
	width: 20px;
	height: auto;
}


@media(max-width:990px){
	.news_date{
	width: 30%;
	}	
}

@media(max-width:768px){
	.news_area li a {
		padding: 15px 10px;
	}
	.news_date{
		width: 100%;
		margin-bottom: 10px;
		font-size: 20px;
		}	
		.news_info{
			width: 100%;
			margin-bottom: 15px;
		}	
		.news_title {
			margin-bottom: 10px;
			font-size: 18px;
		}
		.news_btn{
			width: 100%;
			font-size: 16px;
		}
}



/*/////////////////////////////////////////////////////////*/
/*購物車模組*/
/*/////////////////////////////////////////////////////////*/

/*購物車步驟*/
.cart_step {
	font-size:0px;
	padding: 10px 0px 20px 0px;
	text-align:center;
}
	.cart_step_list {
		display:inline-block;
		vertical-align: top;
		line-height: 26px;
		padding: 0px 26px 0px 0px;
	}
		.step_number {
			font-size: 16px;
			font-weight: bold;
			display: inline-block;
			vertical-align:middle;
			background: #3a3a3a;
			color: #fff;
			text-align: center;
			width: 26px;
			border-radius: 100%;
			height: 26px;
			line-height:  26px;
		}
		.step_content {
			font-size:17px;
			color:#3a3a3a;
			display: inline-block;
			vertical-align:middle;
			padding: 0px 0px 0px 5px;
			font-weight: 700;
		}
			/*當前模式*/
			.cart_step_list.now .step_number {
				background: var(--primary_color);
			}
			.cart_step_list.now .step_content {
				color:var(--primary_color);
			}

@media (max-width: 767px){
	.cart_step_list {
		line-height: 22px;
		padding: 0px 20px 0px 0px;
	}
		.step_number {
			font-size: 14px;
		}
		.step_content {
			font-size:13px;
			display: block;
			padding: 10px 0px 0px;
		}
}

@media (max-width: 541px){
	.cart_step_list {
	}
	.cart_step_list:last-of-type{
		padding: 0px;
	}
}


@media (max-width: 410px){
	.cart_step {
	}
		.cart_step_list {
			padding: 0px 10px 0px 0px;
			line-height:20px;
		}


			.step_number {
				width: 22px;
				height: 22px;
				font-size: 12px;
				line-height:  22px;
			}
			.step_content {
				font-size: 13px;
			}
}

@media (max-width: 321px){
	
	.cart_step_list {
		padding: 0px 15px 0px 0px;
	}
		.cSL_tw {
			font-size: 12px;
			padding: 5px 0px 0px;
			letter-spacing: 0px;
		}
}

/*/////////////////////////////////////////////////////////*/
/*==========購物車網編==========*/
/*/////////////////////////////////////////////////////////*/
.cart_section{
	
	width: 70%;
	margin: 50px auto;
}

@media(max-width:1100px){
	.cart_section{
	
		width: 90%;
		margin: 25px auto;
	}	
}

/*/////////////////////////////////////////////////////////*/
/*==========購物車清單==========*/
/*/////////////////////////////////////////////////////////*/
.cart_Bg{
	border-radius: 10px;
	background: #F5F5F5;
	padding: 50px;
	margin-bottom: 50px;

	background: #fff; /*Judy修改20240503*/
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.cart_title{
	color:var(--primary_color);
font-size: 35px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 50px;
}


.cart_list ul{
	padding-left: 0;
}
.cart_list ul li{
list-style-type: none;
/* padding-bottom: 30px; */
}
.cart_list ul li:last-of-type{
/* border-bottom: 1px solid #D9D9D9; */
}
/* 拿掉a連結 modify by peggy 20240820 */
.cart_list ul li{
display: flex;
align-items: center;
text-decoration: none;
color: #010101;
border-radius: 10px;
background: #FFF;
padding: 20px 35px;
justify-content: space-between;
flex-wrap: wrap;
}

.cart_list_left{
	width: 40%;
}
.cart_list_right{
	width: 55%;
}
.cart_list_right >div{
	/* margin-bottom: 10px; */ /*Judy修改20240503*/
}

.cart_list_btn{
	margin-top: 10px; /*Judy修改20240503*/
}
.cart_list_btn input{
	/* background: var(--primary_color); */
}
.cart_list_btn input.edit_btn ,
.cart_list_btn input.confirm{
	background: var(--third_color);
}
span.money_edit_area{
	display: inline-block;
}
.cart_list_removeBtn{
	width: 10%;
}
.cart_img{
	position: relative;
	padding-top: 60%;
}
.cart_img img{
	width:100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.cart_list_title{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px; /*PEGGY修改20240819*/
}

.cart_list_money{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px; /*Judy修改20240503*/
}

.removeBtn{
	text-align: center;
}
.cart_list_removeBtn.mb{
	display: none;
	width: 100%;
}
.cart_list_removeBtn.mb .removeBtn{
	border: 1px solid #ccc;
	margin-top: 10px;
    padding: 10px 0;
    border-radius: 3px;
	
}
.cart_total{
	text-align: right;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin-top: 30px;
}
@media (max-width: 1200px) {
	span.money_edit_area{
		margin-top: 5px;
		display: block;
	}
}
@media(max-width:1100px){
	.cart_Bg {
		padding: 25px;
	}
	.cart_title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.cart_list_title {
		font-size: 20px;
	}
	.cart_list_money {
		font-size: 18px;
		
	}
	.cart_total {
		font-size: 22px;
		margin-top: 30px;
	}
}
@media(max-width:640px){

	.cart_list_removeBtn{
		display: none;
	}
	.cart_list_removeBtn.mb{
		display: block;
	}
	.cart_list_left {
		width: 100%;
	}
	.cart_list_right{
		width: 100%;
		margin-top: 10px;
	}
}
@media (max-width: 540px) {
	.cart_list ul li a {
		padding: 20px 20px;
	}
}

/*/////////////////////////////////////////////////////////*/
/*==========購物車捐款人資料==========*/
/*/////////////////////////////////////////////////////////*/


.cart_title{
	color:var(--primary_color);
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	/* margin-bottom: 50px; */

	margin-bottom: 10px; /*Judy修改20240503*/
}
.cart_title2{
	position: relative;
	z-index: 5;
	margin-top: 50px;
}
.cart_title2:first-of-type{
	margin-top: 0;
}
.cart_title2::after{
	content: '';
    width: 100%;
    height: 2px;
    background-color: var(--primary_color);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
	z-index: 0;
}
.cart_title2 span{
	background: #f5f5f5;
    position: relative;
    z-index: 4;
	padding-right: 10px;


	background: #fff; /*Judy修改20240503*/
}

@media(max-width:1100px){
	.cart_title{
	margin-bottom: 25px;
	font-size: 25px;
	}
	.cart_title2 {
		margin-top: 25px;
	}	
}




@media(max-width:640px){
	.cart_Bg {
		padding: 15px;
	}
	.cart_title ,
	.cart_title2 {
		margin-bottom: 0px;
	}
}










.cart_Bg 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: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
	border-radius: 36.5px;
/* border: 2px solid #333; */ /*Judy修改20240503*/
background: #FFF;
padding: 0px 15px 0px 15px;
}
.cart_Bg input[type="text"].money_edit{
	width: 138px;
}
.cart_Bg input.w_200{
	width: 25%;
	margin: 0 1vw;
}
.cart_Bg select{
	border-radius: 36.5px;
	/* border: 2px solid #333; */ /*Judy修改20240503*/
	padding-left: 15px;
	padding-right: 15px;
	/* background: #FFF; */
	height: 42px;
}
.cart_Bg .fL_tit {
	color: #3a3a3a;
	display: flex;
	align-items: center;
}


.fLR_address input.fLRA_postalCode {
    position: absolute;
    width: 100px;
    left: 220px;
}


.captcha input[type="text"] {
    width: 80px;
    margin-right: 5px;
}
@media (max-width: 540px) {
	.cart_Bg input[type="text"].money_edit {
		width: 100%;
		margin-bottom: 5px;
	}
	.cart_Bg input.w_200 {
		width: 100%;
		margin:   1vw 0;
	}
}
/*/////////////////////////////////////////////////////////*/
/*==========radio+checkbox==========*/
/*/////////////////////////////////////////////////////////*/


/* radio+checkbox選取框--------------------------  */
.item_RadioCheckArea{
	padding-top: 16px;	
	display: flex;
	align-items: center;
	flex-wrap: wrap;		
}
	.item_RadioCheckArea .item_RadioCheck{
		display: flex;
		align-items: center;
		/* flex-wrap: wrap; */
	}
	.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 4px 0;
		color: #3a3a3a;
		font-weight: 700;
		line-height:1;
		
	}
	/* .item_RadioCheckArea label,.item_RadioCheckArea label{
		padding-top: 3px;
	} */
	.item_RadioCheckArea .item_radio + label a,
	.item_RadioCheckArea .item_checkbox + label a {
		text-decoration: none;
		color: var(--primary_color);
		font-weight: 700;
	}
	.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: -14%;
			transform: translateY(0%);
			left: 0;
			display: inline-block;
			width: 20px;
			height: 20px;
			content: '';
			/* border: 2px solid #333; */ /*Judy修改20240503*/ 
			background: #FFF;
		}
		.item_RadioCheckArea .item_checkbox + label:before {
			position: absolute;
			/*top: 0;*/
			/* top: -1px; */
			top: -1%;
		}
		
		.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: 6px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #333; 

		transform:translateY(calc(-50% + 1px)); /*Judy修改20240503*/
	}
	
	.item_RadioCheckArea .item_radio:checked + label:before {
		/* border: 1px solid #fff;  */
		border: 2px solid #333;  /*Judy修改20240503*/
	}
	
	.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: 0; 						
	}
	
	.item_RadioCheckArea .item_checkbox + label:after {
		top: 4px;
    left: 9px;
		box-sizing: border-box;
		width: 6px;
		height: 12px;
		transform: rotate(45deg);
		border-width: 2px;
		border-style: solid;
		border-color: #fff;
		/* border-color: var(--primary_color); */
		border-top: 0;
		border-left: 0; 
	}
	
	.item_RadioCheckArea .item_checkbox:checked + label:before {
		border: 2px solid #333;
		background: #333; 
	}
	
	.item_RadioCheckArea .item_checkbox:checked[disabled] + label:before {
		/* border: #c9e2f9;
		background: #c9e2f9;  */
	}


.pay_once{
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 990px) {
	.item_RadioCheckArea .item_radio + label, .item_RadioCheckArea .item_checkbox + label {
		
		margin: 2px 10px 8px 0;
	}
}
/*/////////////////////////////////////////////////////////*/
/*==========客製按鈕==========*/
/*/////////////////////////////////////////////////////////*/



.cart_Bg .item_RadioCheckArea{
	padding-top: 0;
	/* margin-left: 5px; */
}



.fL_info.two{
	margin-bottom: 10px;
}


.notice{
	color: #3a3a3a;
	margin-bottom: 7px;
}

.no_agree{
	color:#bb3030;
}

@media (max-width: 990px){

	/*----- 表單區 -----*/
	.form_area {
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
	}

		.form_list.fLType2 {
			width: 100%;
			font-size: 17px;
		}

		/*沒有輸入框時*/
		/* .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: 53px;
			}
			.fLR_address input.fLRA_address {
				margin-top:10px;
			}


}
.item_selectYear,
.item_selectMonth{
	width: 120px;
	display: flex;
	align-items: center;
	/* padding-right: 10px; */
}

.item_select {
display: flex;
align-items: center;
}


.item_select.item_select_date{
	margin-right: 10px;
	margin-top: 6px;
    margin-bottom: 6px;
}




/*/////////////////////////////////////////////////////////*/
/*-------常見問題列表--------*/
/*/////////////////////////////////////////////////////////*/

.qa_list_area {
	/* padding: 23px 0px 10px 0px; */
	margin-top: 30px;
}

.qa_list {
	border: 1px solid #000;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}

.qaL_tit {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	position: relative;
	padding: 22px 44px 11px 44px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid transparent;
	transition: 0.3s ease all;
}

.qaL_tit span {
	display: block;
	padding-bottom: 12px;
	color: #000;
}

.qaL_tit:before {
	content: '?';
	position: absolute;
	font-size: 13px;
	color: #fff;
	border-radius: 100%;
	background: var(--primary_color);
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	top: 23px;
	left: 8px;
	box-sizing: border-box;
	padding: 0px 0px 0px 2px;
}

.qaL_tit:after {
	content: '+';
	position: absolute;
	font-size: 36px;
	color: var(--primary_color);
	top: 20px;
	right: 16px;
	transition: 0.3s ease all;
	transform-origin: center center;
}

.qaL_text {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 22px 27px 11px 44px;
	display: none;
	background-color: var(--primary_color);
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

.qaL_text span {
	display: block;
	padding-bottom: 12px;
}

.qaL_text:before {
	content: '！';
	position: absolute;
	border-radius: 100%;
	text-align: center;
	width: 25px;
	line-height: 25px;
	font-size: 13px;
	color: var(--primary_color);
	background: #fff;
	box-sizing: border-box;
	padding: 0px 0px 0px 2px;
	top: 23px;
	left: 8px;
}

/*hover*/
/* .qaL_tit:hover {
				background:#f7e9cb;
			} */
/*當前模式*/
/* .qa_list.active .qaL_tit {
				background:#f7e9cb;
				border-radius:5px;
			} */
.qa_list.active .qaL_tit:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	font-size: 36px;
}

.qa_list.active .qaL_tit {
	border-bottom: 1px solid #000;
}






@media (max-width:860px) {


	.QaSelect {
		margin: 0px 0px 15px;
		width: 23.5%;
		border-right: 0px solid #4f4f4f;
	}

	/*.QaSelect:first-child ,
.QaSelect:nth-child(5){
	border-left:1px solid #4f4f4f;
	padding-left:2px;
}

.QaSelect:last-of-type{
	border-right:1px solid #4f4f4f;
}*/

}




@media (max-width:510px) {

	.QaSelect {
		width: 30%;
	}

	.QaSelect a {
		padding: 0px 5px;
	}


}


/*/////////////////////////////////////////////////////////*/
/*==========玉山金流==========*/
/*/////////////////////////////////////////////////////////*/

.page_jade .right_title {
   
    color: var(--second_color);
  
}
.page_jade .cart_step_list.now .step_number {
    background: var(--second_color);
}
.page_jade .cart_step_list.now .step_content {
    color: var(--second_color);
}
.page_jade .cart_title {
    color: var(--second_color);
}
.page_jade input[type="button"],.page_jade input[type="submit"],.page_jade input[type="reset"] {
    background: var(--second_color);
}
.page_jade .btn_area input.back {
    background: #a4a4a4;
}
.page_jade .cart_title2::after {
    background-color: var(--second_color);
}

.page_jade .cart_Bg input[type="text"],.page_jade .input,.page_jade input[type="password"],.page_jade input[type="search"],.page_jade input[type="email"],.page_jade input[type="tel"],.page_jade input[type="time"],.page_jade input[type="number"],.page_jade input[type="date"] {
  
    border: 2px solid var(--second_color);
}

.page_jade .cart_Bg select {
    border: 2px solid var(--second_color);
}
.page_jade select {
    background-image:  url(../images/select_arrow_light.svg) ;
}
.page_jade .item_RadioCheckArea .item_radio + label:before,.page_jade .item_RadioCheckArea .item_checkbox + label:before {
    
    border: 2px solid var(--second_color);
}
.page_jade .item_RadioCheckArea .item_radio:checked + label:before {
    border: 1px solid #fff;
}

.page_jade .item_RadioCheckArea .item_checkbox:checked + label:before {
    border: 2px solid var(--second_color);
}

.page_jade .item_RadioCheckArea .item_checkbox + label:after {
   
    border-color: var(--second_color);
}
.page_jade .item_RadioCheckArea .item_radio + label a,.page_jade .item_RadioCheckArea .item_checkbox + label a {
   
    color: var(--second_color);
    
}
.page_jade .item_RadioCheckArea .item_radio + label:after {

    background: var(--second_color);
}

.page_jade .requirde_icon {
    color: var(--second_color);
}
.page_jade .captcha span {
    color: var(--second_color);
}

/*/////////////////////////////////////////////////////////*/
/*==========定期定額==========*/
/*/////////////////////////////////////////////////////////*/





@media(max-width:540px){
	.fL_info_receipt{
		display: block;
	}
	.item_select{
		margin-top: 6px;
		margin-bottom: 6px;
	}
}






#five{
	display: none;
}

/*/////////////////////////////////////////////////////////*/
/*==========分享按鈕==========*/
/*/////////////////////////////////////////////////////////*/
.share_icon{
	display: flex;
	margin-top: 30px ;
	justify-content: flex-end;
}
.share_icon a{
 display: block;
 text-decoration: none;
 width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 4px;
	margin-left: 5px;
}
.share_icon a img{
 width: 100%;
 height: auto;
 object-fit: cover;
}
.share_icon a.fb{
background-color: #1974ec;
}
.share_icon a.line{
background-color: #00c001;
}

@media(max-width:540px){
	.share_icon{
		margin-top: 15px ;
		justify-content: flex-start;
	}	
}



/*/////////////////////////////////////////////////////////*/
/*-------主要內容--------*/
/*/////////////////////////////////////////////////////////*/


#cost{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#cost .notice{
	margin-bottom: 0;
}



/*/////////////////////////////////////////////////////////*/
/*-------下載專區--------*/
/*/////////////////////////////////////////////////////////*/

ul.news_bottom{
	padding-left: 0;
	}
	ul.news_bottom li{
		list-style-type: none;
		background: #FFF;
	
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
	transition: all .3s ease;
	}
	ul.news_bottom li:hover{
		box-shadow: none;
	}
	ul.news_bottom li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* color: var(--second_color); */
		color: var(--third_color); /*Judy修改20240503*/
		text-decoration: none;
		padding: 30px 50px;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	ul.news_bottom li a {
		padding: 15px;
	}
	.download_title{
		font-size: 23px;
		line-height: normal;
		font-weight: 700;
		width: calc( 100% - 145px );
		word-break: break-all;
	}
	.news_bottom_noBtn .download_title{
		width: 100%;
	}
	.news_bottom .download_title {
		font-size: 16px;
	}
	.download_btn{
		width: fit-content;
		font-size: 16px;
	color: #fff;
	background-color: var(--primary_color);
	font-weight: 700;
	padding: 8px 23px;
	box-sizing: border-box;
	border-radius: 31px;
	}
	
	
	
	
	
	
	@media (max-width: 1440px) {
		ul.news_bottom li a {
			padding: 20px 30px;
		}
		.download_title {
			font-size: 20px;
		}
	}
	
	@media (max-width: 640px) {
		
		ul.news_bottom li a {
			flex-direction: column;
			padding: 15px 20px;
		}
		.download_title {
			font-size: 18px;
			width: 100%;
		}
		.download_btn {
			
			width: 100%;
			line-height: 1.2;
			text-align: center;
			margin-top: 10px;
		}
	}
	
	
	.notice{
		color: #d34f46;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.blank{
		width: 100%;
		height: 31px;
	}
	@media (max-width: 1440px) {
		.blank.blank02 {
			width: 100%;
			height: 52px;
		}
	}
	@media (max-width: 1440px) {
		.blank{
			display: none;
		}
		.blank.blank02 {
			display: none;
		}
	}


	a.downLoadAgree{
		background: linear-gradient(180deg, var(--primary_color) 11.71%, #DE2700 90.3%);
		color: #fff;
		font-size: 14px;
		padding:3px 8px;
		box-sizing: border-box;
		text-decoration: none;
		display: block;
		border-radius: 5px;
		border-radius: 21px;
	}

	/* 將cart3頁面框框內的文字置中 modify by peggy 20240813 start*/
	.cart3 .cart3_thank .text_area{
		font-size: 16px;
		color: #000;
		line-height:1.5;
		text-align: center;
	}
	/* 將cart3頁面框框內的文字置中 modify by peggy 20240813 end*/

	/* 修改網編區塊的margin  modify by peggy 20240813 start*/
	.m0-120{
		margin: 0 120px;
	}
	/* 修改網編區塊的margin  modify by peggy 20240813 end*/
	
/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}