/*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橫平轉豎屏時字變大的問題*/
}

/* ~~ 元素/標籤選取器 ~~ */
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);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

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

/*--------------------------------------loading畫面 開始---------------------------------*/
.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgb(201,9,21);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


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

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

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

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

}

@media (max-width: 767px){
	.wrap {
		width: auto;
		padding: 0px 20px;
	}

}

/*-------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;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	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;
}
	input[type="text"]:focus, input[type="password"]: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:162px;
	height:42px;
	background:#de484d;
	color:#fff;
	border-radius:5px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	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;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}

/*-------首頁大圖----------------------------------------------------------------------------*/

.top_banner{
		display: block;
		width: 100%;
		height: 850px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		z-index: 10;
		margin-bottom: 50px;
		/* -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 30%); */
}

@media (max-width:770px){
	/* modify by david 20220630 start */
	.top_banner{
		display: none;
	}
	.topmobilebanner_img {
		display: block;
	}
	/* modify by david 20220630 end */
}
	

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

.main{
}
/*錨點*/
.anchor {
	position:relative;
	top:-130px;
}

@media (max-width: 1100px){
	.anchor {
		top:-123px;
	}
}
	@media (max-width: 990px){
		.anchor {
			top:-79px;
		}
	}
	
.banner{
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.main_contentBg.banner {
	padding-top: 0;
}
	/* modify by david 20220630 start */
	.pcbanner_img{
		display: block;
		/* modify by david 20220630 end */
		width: 65%;	
		/* height: 995px; */ /* modify by pekey 20220706 */
		/* height: 720px; *//* modify by pekey 20220719 */
		height: 850px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		z-index: 10; 
		/* z-index: -1; */
		-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 30%);
	}

	/* active */
	.pcbanner_img.active {
		padding-bottom: 150px;
	}

	/* modify by david 20220630 start */
	.mobilebanner_img{
		display: none;
		width: 100%;	
		/* height: 830px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		z-index: 10; *//* modify by pekey 20220720 */
	} 
	/* modify by david 20220630 end */

	.mobilebanner_img img {
		/* modify by pekey 20220720 */
		width: 100%;
		height: auto;
	}

	.banner::after{
		content: "";
		width: 70%;
		height: 10%;
		position: absolute;
		bottom: 0px;
		background:#fff;
		z-index: 13;
		-webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 50%);
	}


	.banner .banner_formBg{
		width: 50%;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		background:rgba(255, 255, 255, 0.3);
		/* 表單修改 */
		/* padding: 120px 105px 40px 125px; */ /* modify by pekey 20220720 */
		padding: 120px 70px 40px 125px;
		background-image: linear-gradient(to right, rgba(232,239,253,0.6), transparent 90%);
	}
		
		.banner_formBg .banner_formIn{		
			width: 100%;
			position: relative;
			
			z-index: 15;
		}
			.banner_textArea{
				width: 100%;
				/* padding: 40px 15px 15px 15px; */ /* modify by oekey 20220706 */
				padding: 25px 15px 15px 15px;
				box-sizing: border-box;
				background: #fff;
				box-shadow: 0px 1px 6px 3px rgb(0 0 0 / 25%);
				position: relative;
				
			}
				.banner_textArea .tag_img{
					position: absolute;
					left: 0;
					top: 0;
					/* transform: translate(-19%,-50%); */ /* modify by pekey 20220706 */
					/* transform: translate(-15%,-50%); */
					transform: translate(-34px,-50%);  /*Judy修改20230728*/
					/* width: 250px; */ /* modify by pekey 20220706 */
					width: 180px;
				}
					.banner_textArea .tag_img img{
						width: 100%;
						height: auto;
					}

				/* 表單修改 */
				.banner_textArea .banner_title{
					
					font-style: normal;
					font-weight: bold;
					/* font-size: 26px; */ /* modify by pekey 20220706 */
					font-size: 22px;
					line-height: 120%;			
					color: #333333;
					padding-bottom: 10px;
					
				}
				/* 表單修改 */
				.banner_textArea .banner_text {
					font-style: normal;
					/* font-weight: bolder;
					font-size: 15px;
					line-height: 30px;
					color: #A1A1A1; */ /* modify by pekey 20220706 */

					font-size: 15px;
					line-height: 22px;
					color: #777777;
				}

			.form_listBg{
				width: 100%;
				/* padding-top: 25px; */ /* modify by pekey 20220706 */
				padding-top: 15px;
			}  
			
			.form_listBg.first{
				/* modify by pekey 20220706 */
				padding-top: 20px;
			}

				.form_listBg .form_titleArea{		
					/* padding-bottom: 10px; */ /* modify by pekey 20220706 */
					padding-bottom: 5px;
					display: flex;
					flex-direction: row;
					align-items: center;
					
				}
					.form_titleArea .greenpoint{
						background: #65B837;
						/* width: 17px;
						height: 17px; */  /* modify by pekey 20220706 */
						width: 14px;
						height: 14px;
						border-radius: 50%;
						
					}
					.form_titleArea .form_title{
						
						font-style: normal;
						font-weight: bold;
						/* font-size: 22px; */  /* modify by pekey 20220706 */
						font-size: 20px;
						line-height: 120%;			
						letter-spacing: 0.15em;
						color: #65B837;
						padding: 0px 0px 0px 10px;
						
					}
					.form_titleArea span{ /*Judy修改20230728*/
						font-style: normal;
						font-weight: bold;
						font-size: 17px;
						line-height: 120%;
						transform: translateY(2px);
						letter-spacing: 0.15em;
						color: #65B837;
						padding: 0px 0px 0px 5px;
					}



					.form_listArea   .form_title2{						
						font-style: normal;
						font-weight: bold;
						/* font-size: 22px; */  /* modify by pekey 20220706 */
						font-size: 18px;
						line-height: 1.2;			
						letter-spacing: 0.15em;
						color: #333333;
						/* color: #6DCCF3; */
						padding-bottom: 5px;
						width: 100%;
					}
					

				.form_listBg .form_listArea{
					width: 100%;
					margin: 0px -10px;
					display: flex;
					flex-wrap: wrap;
					

				}
					.notice{
						color: #65B837;
						/* font-size: 10px;
						font-weight: bolder; */ /* modify by pekey 20220718 */

						font-size: 14px;
						font-weight: normal;
						padding-left: 16px;
						letter-spacing: 0;
						padding-top: 5px;
						position: relative;
					}
						.notice span{
							position: absolute;
							left: 0;
						}

					.form_listArea .form_list {
						width: 50%;
						display: block;
						box-sizing: border-box;
						padding: 5px 10px;
						
					}

					.form_listArea .form_list.one {
						width: 100%; /*Judy修改20230728*/
						
					}

					.form_listArea .form_list.tworow {
						width: 100%;
						display: block;
						box-sizing: border-box;
						/* padding: 10px 10px; */ /* modify by pekey 20220706 */
						padding: 10px 10px 0px;
						
					}
					
					.form_listArea .form_list input{
						
						font-style: normal;
						font-weight: bolder;
						/* font-size: 16px;
						line-height: 30px; */
						color: #A1A1A1;
						/* border-radius: 15px;
						height: 40px;
						padding: 20px; */
						box-shadow: 0px 1px 6px 3px rgb(0 0 0 / 5%);

						/* modify by pekey 20220706 */
						font-size: 14px;
						line-height: normal;
						border-radius: 14px;
						height: 38px;
						padding: 5px 10px;
					}

					/* 表單修改 */
					.form_listArea .form_list select{
						
						font-style: normal;
						font-weight: bolder;
						/* font-size: 16px;
						line-height: 30px; */
						color: #A1A1A1;
						/* border-radius: 15px;
						padding: 5px 0px 5px 20px; */
						width: 100%;
						height: 40px;
						box-shadow: 0px 1px 6px 3px rgb(0 0 0 / 5%);
						padding-right: 36px !important;
						box-sizing: border-box;
						background: #fff url(../images/select_arrow.png) no-repeat;
						background-size: 40px;
						background-position: 100% 50%;
						cursor: pointer;

						/* modify by pekey 20220706 */
						font-size: 14px;
						line-height: normal;
						border-radius: 14px;
						height: 38px;
						padding: 5px 10px;
					}






/* 新增 方便聯絡時間 modify by Judy 20230728 start */


					.form_listArea input[type="radio"]{				
						color:#a0a0a0;
						font-size: 14px;	
						height: 18px;	
						width: 18px;	
						display: inline-block;
						vertical-align: middle;				
					}
					.form_listArea input[type="checkbox"]{				
						color:#a0a0a0;
						font-size: 14px;	
						height: 18px;	
						width: 18px;	
						display: inline-block;
						vertical-align: middle;				
					}

					.form_listArea .radio label ,
					.form_listArea .checkbox label{
						/* padding-left: 10px; */
					}	

					.form_listArea .radio span ,
					.form_listArea .checkbox span{
						display: inline-block;
						vertical-align: middle;
						padding-left: 5px;
					}


					.form_listArea .form_list.form_radio_checkbox_two {
						display: flex;
						flex-wrap: wrap;
						align-items: center;
						width: 100%;
					}
						.form_listArea .form_list.form_radio_checkbox_two .radio{
							margin-bottom: 5px;
							width: 100%;
						}
						.form_listArea .form_list.form_radio_checkbox_two .checkbox{
							display: flex;
							flex-wrap: wrap;
						}
							.form_listArea .form_radio_checkbox_two .checkbox label{
								/* width: 50%; */
								padding: 5px 0;
								padding-right: 20px;
								box-sizing: border-box;
							}	




/* .form_listArea .form_list.select_two {
	justify-content: space-between;
	display: grid;
	grid-template-columns: repeat(2 , 1fr);
	gap: 0 10px
}
	.form_listArea .form_list.select_two select{
	} */


/* 新增 方便聯絡時間 modify by Judy 20230728 end */	






@media (max-width: 1600px){
	.banner .banner_formBg {
		/* padding: 120px 105px 0px 80px; */
		padding: 105px 105px 0px 80px;
	}
}
@media (max-width: 1440px){
	.banner .banner_formBg {
		padding: 115px 35px 0px 80px;
	}
	
}
@media (max-width: 1280px){
	.banner .banner_formBg {
		/* padding: 140px 25px 50px 80px; */ /* modify by pekey 20220706 */
		padding: 110px 50px 50px 60px;
		width: 60%;
	}

	.banner_textArea .banner_title {
		font-size: 28px;
	}

	.banner_textArea .banner_text {
		font-size: 16px;
	}

	.form_titleArea .form_title {
		font-size: 20px;
	}

	.form_listArea .form_list input {
		font-size: 16px;
	}

	.form_listArea .form_list select {
		font-size: 16px;
	}

	.form_bottomArea .form_remark {
		font-size: 14px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 990px){
	.main_contentBg.banner {
		/*20250423修改*/
		display: flex;
		flex-direction: column-reverse;
	}
	.banner_textArea .banner_title {
		font-size: 28px;
	}
	.banner_textArea .banner_text {
		/* font-size: 21px; */ /* modify by pekey 20220706 */
	}
	/* modify by david 20220630 start */
	.pcbanner_img {
		width: 100%;
		/* height: 450px; */ /* modify by pekey 20220706 */
		height: 300px;
		-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 15%);
		
	}
	/* modify by david 20220630 end */
	.banner {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.banner .banner_formBg{
		width: 100%;
		position: relative;
		box-sizing: border-box;
		/* padding: 120px 80px 50px 80px; */ /* modify by pekey 20220706 */
		padding: 50px 80px;
	}
	.banner::after {
		width: 0%;
		height: 0%;
	}
	
}







/* 表單修改 */
/* 教室資訊 */
.classroom_informationBg {
    /* margin-top: 15px; */ /* modify by pekey 20220718 */
	margin: 15px 0;
    border: 1px solid #6DCCF3;
	background-color: #E3F6FF;
    padding: 15px;
}
	.classroom_informationIn {

	}
		.classroom_list {
			position: relative;
			padding: 5px 0px;
		}
			.classroom_list .classroom_listTitle{
				position: absolute;
				width: 90px;
				font-weight: bold;
				line-height: normal;
				color: #6DCCF3;
			}
			.classroom_list .classroom_listContent{
				padding-left: 90px;
				width: 100%;
				box-sizing: border-box;
				line-height: normal;
				color: #555555;
			}

			.classroom_link {
				display: inline-block;
				vertical-align: middle;
			}
				.classroom_link a {
					display: block;
					color: #6DCCF3;
				}
					/* .classroom_link span {
						font-size: 22px;
					} */



@media (max-width:640px){

	.classroom_list .classroom_listTitle{
		position: unset;
		width: auto;
	}
	.classroom_list .classroom_listContent{
		padding-left: unset;
		padding-top: 5px;
	}

}


		.form_bottomArea{
			/* padding-top: 15px; */ /* modify by pekey 20220706 */
			padding-top: 5px;
			width: 100%;
		}	
			.form_bottomArea .form_remark{
				text-align: left;
				font-style: normal;
				/* font-size: 16px; *//* modify by pekey 20220720 */
				font-size: 14px;
				/* font-weight: bolder; */ /* modify by pekey 20220706 */
				/* line-height: 180%; */ 
				/* letter-spacing: 0.15em; */ /* modify by pekey 20220706 */
				color: #65B837;

				/* modify by pekey 20220706 */
				line-height: normal;
				padding: 0;

				/* modify by pekey 20220720 */
				position: relative;
				padding-left: 16px;
			}

				.form_bottomArea .form_remark span {
					/* modify by pekey 20220720 */
					position: absolute;
    				left: 0;
				}

			.form_bottomArea .form_button{
				display: flex;
    			justify-content: flex-end;

				/* modify by pekey 20220719 */
				padding-top: 15px;
			}

			.form_bottomArea .form_button input[type="submit"]{
				text-align: center;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 151px;
				height: 39px;
				font-size: 22px;
				border-radius: 15px;
				background:#65B837;
				color: #fff;
			}

			.form_bottomArea .form_button input[type="submit"]:hover{
				text-decoration: none;
				opacity: 0.7;
			}








/* 只有連結效果+按鍵效果 */
.banner2 {
    z-index: 11 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0000 !important;
}

.banner .swiper-button-prev, 
.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: 0;
	transform: translateY(-50%);
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-prev, 
.banner .swiper-button-next {
    z-index: 12;
}

.index_listArea .swiper-button-prev2 {
	content: "";
	background-image: url("../index/images/left_arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: cover;
	position: absolute;
	width: 28px;
	height: 28px;
	right: 5%;
	top: 0px;
	z-index: 1;
}
 
.index_listArea .swiper-button-next2{
	content: "";
	background-image: url("../index/images/right_arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: cover;
	position: absolute;
	width: 28px;
	height: 28px;
	right: 0px;
	top: 0px;
	z-index: 1;
}





	/* .device {
		position:relative;
		overflow:hidden;
	} */
		/*左右鍵*/
		/* .device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index: 2;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		} */
		
			/*左鍵*/
			/* .device .arrow-left {
				left:-20px;
			} */
			
			/*右鍵*/
			/* .device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:0.6;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:0.6;
					right:20px;
				} */
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
					position:relative;
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: 25px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 11px;
			  height: 11px;
			  border-radius: 5px;
			  background: rgba(52, 204, 255, 0.5);
			  border: 1px rgba(40, 80, 117, 0.1) solid;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #ffffff;
			  border: 1px #a9a9a9 solid;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner {
					
				}
				.mobileBanner {
					display:none;
				}



		/* 只有連結效果+按鍵效果裡的圖須透明 */
		.banner2 .swiper-slide img{
			opacity: 0;			
		}

		
		
@media (max-width: 880px){
	/* .device {
		height:auto;
	} */
		/*左右鍵*/
		/* .device .arrow-left, .device .arrow-right {
			display:none;
		} */
}


@media (max-width: 768px){
	
	.banner_textArea .tag_img {
		width: 180px;
	}

	.banner_textArea .banner_title {
		font-size: 22px;
	}
	.banner_textArea .banner_text {
		font-size: 16px;
	}

	.banner .banner_formBg{
		padding: 50px 20px;
		
			
	}

	.form_listBg .form_listArea{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width:770px){
	/* modify by david 20220630 start */
	.pcbanner_img{
		display: none;
	}
	.mobilebanner_img {
		display: block;
		/* background-position: top center; */

		/* modify by pekey 20220711 */
		/* height: 450px; */
	}
	/* modify by david 20220630 end */
}


@media (max-width: 641px){

	/* .pcBanner {
		display: none;
	}
	.mobileBanner {
		display:block;
	} */
	/* modify by david 20220630 start */
	.mobilebanner_img {
		/* height: 420px; */
	}
	/* modify by david 20220630 end */
	.banner_textArea {
		padding: 30px 10px 15px 10px;
	}

		.banner_textArea .tag_img {
			width: 155px;
			transform: translate(-30px,-50%); /*Judy修改20230728*/
		}

		.banner_textArea .banner_title {
			font-size: 18px;
		}


	.form_listBg .form_listArea{
		margin: 0px;
	}
		
		.form_listArea .form_list {
			width: 100%;
			padding: 5px 0px;
		}
		.form_listArea .form_list.tworow {
				padding: 5px 0px;
			}
		
			.form_bottomArea {
				padding-top: 15px;
				padding-bottom: 15px;
				flex-direction: column;
				width: 100%;
			}
		
			.form_bottomArea .form_remark {
				width: 100%;
				font-size: 14px;
				padding-bottom: 15px;
			}

			.form_bottomArea .form_button {
				/* modify by pekey 20220706 */
				justify-content: center;
				padding-top: 15px;
			}
		
}

		
@media (max-width:640px){
	.form_titleArea .form_title {
		font-size: 20px;
	}
	
	.form_listArea .form_list input {
		font-size: 14px;
	}

	.form_listArea .form_list select {
		font-size: 14px;
	}

	.banner_textArea .banner_text {
		font-size: 14px;
		line-height: normal;
		font-weight: normal;
		color: #777777;
	}

	.form_titleArea .greenpoint {
		width: 10px;
		height: 10px;
	}
}
/* modify by david 20220630 start */
@media (max-width:540px){
	.mobilebanner_img {
		/* height: 400px; *//* modify by pekey 20220706 */
		/* height: 330px; */
	}
}

@media (max-width:426px){
	.mobilebanner_img {
		/* height: 315px; */ /* modify by pekey 20220706 */
		/* height: 265px; */
	}
}

@media (max-width:414px){
	.mobilebanner_img {
		/* height: 315px; */ /* modify by pekey 20220706 */
		/* height: 260px; */
	}
}

@media (max-width:412px){
	.mobilebanner_img {
		/* height: 305px; *//* modify by pekey 20220706 */
	}
}

@media (max-width:393px){
	.mobilebanner_img {
		/* height: 290px; */ /* modify by pekey 20220706 */
		/* height: 260px; */
	}
}


@media (max-width:376px){
	.mobilebanner_img {
		/* height: 275px; */ /* modify by pekey 20220706 */
		/* height: 235px; */
	}
}	

@media (max-width:360px){
	.mobilebanner_img {
		/* height: 265px; */ /* modify by pekey 20220706 */
	}
}			

@media (max-width:321px){
	.mobilebanner_img {
		/* height: 235px; */  /* modify by pekey 20220706 */
		/* height: 200px; */
	}
}			

@media (max-width:280px){
	.mobilebanner_img {
		/* height: 205px; *//* modify by pekey 20220706 */
		/* height: 180px; */
	}
}			
/* modify by david 20220630 end */	
/*-------浮動功能欄------------------------------------------------------------------------*/

.fixedMenu{
	display: none;
}

	.fixedMenuListArea{
		background: #dcf4ff;
		border-top: 3px solid #81d5fa;
		display: flex;
		flex-direction: row;
	}
		.fixedMenuList{
			width: 25%;
			border-right: 1px solid #c6e7f6;
		}
			.fixedMenuListIn a{
				color: #000;
				text-align: center;
				font-size: 13px;
				font-weight: bolder;
				/* padding: 20px 0 5px; */ /* modify by pekey 20220711 */
				padding: 10px 0 0;
    			display: block;
			}
			.fixedMenuListIn a:hover{
				text-decoration: none;
			}

				.fixedMeunImg img{
					width: 42px;
					height: 32px;
				}

				.fixedMenuBrief{
					padding: 10px 0;
				}

@media(max-width:768px){
	.fixedMenu{
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		background: #ffffff;
		z-index: 99;
	}
}




/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			line-height:40px;
			background:#de484d;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#f39800;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:15px !important;
			padding:8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:40px !important;
			box-sizing:border-box;
			border-radius:3px;
		}

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*置中*/
		/*margin: 0px 0px 0px auto;*//*靠右*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
	}

/*-------頁籤------------------------------------------------------------------------*/
.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:"";
									}
					}

			









/*-------浮動top鍵----------------------------------------------------------------------------*/
.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}
					
/*-------驗證碼----------------------------------------------------------------------------*/

.form_listArea .form_list.captcha {
	/* modify by pekey 20220825 */
	width: 100%;
}


.captcha {
	
}

	.captcha input[type="text"] {
		width: 110px;
		margin-right: 3px;
		font-weight: normal;
	}
	.captcha a {
		display: inline-block;
		text-decoration:none;
		font-size: 14px;
		line-height: 29px;
		color: #8bc34a;
		border-radius: 5px;
		padding: 0px 11px;
		margin: 9px 0px 7px;
		transition: 0.5s ease all;
	}
		.captcha a:hover {
		}

	.captcha img {
		vertical-align: middle;
	}
	.captcha span {
		color:#8bc34a;
	}

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


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

	
	/*表單區備註*/
	.form_remark {
		font-size:15px;
		line-height:22px;
		padding: 20px 0px 10px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			font-size:18px;
			line-height:18px;
			color:#cb2923;
			background: #ffffff00;
			padding: 0px;
		}

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

		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:15px;
				line-height:21px;
				padding: 10px 0 0;
				width:100%;
			}
			.form_list.fLType2{
				width:49%;
			}
				/* modify by david 20220711 start */
				.form_Tit{
					padding: 5px 0 10px;
					font-size: 16px;
					font-weight: bolder;
					
				}
				.form_list.fLType2{
					padding: 10px 0 0;
				}
				.member_radio{
					padding-right: 10px;
				}

				/* .fL_tit {
					font-size: 16px;
    				font-weight: bold;
					padding:3px 0px 6px 0px;
					position:relative;
				} */
					/*必填icon*/
					.fL_tit .requirde_icon {
					}
					
					.fL_info {
						padding:10px 0 15px;
						line-height: 24px;
					}
					.fL_info [type="text"]:disabled{
						border: unset;
						background: #f2f2f2;
					}
					.fL_info select{
						width:100%;						
					}
					.fL_info.signdate select{
						width: 29%;
					}
					.fL_info.phone{
						display: flex;
						justify-content: space-between;
					}
					.fL_info.complete{
						color: #154094;
						padding: 5px 0 15px;
					}
					.phonenum{
						width: calc(100% - 120px);
					}
					.extension input{
						width: 100px;
					}

					/*沒有輸入框時*/
					.fL_info.noinput {
						padding: 18px 0px 35px 0px;
    					/* line-height: 24px;
						line-height: 42px; */
					}
					.fL_info.noinput2 {
						/* padding: 18px 0px 12px 0px; */
					}

					.fL_info.noinput2 input[type="text"] {
						width: 100px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.fL_address{

					}

					.fL_info.fL_address select{
						width: auto;
					}
					.fL_info.fL_address .zip_code{
						width: 90px;
					}
					.fL_info.fL_address .address{
						width: calc(100% - 448px);
					}
					/* .fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					
					
					
					/*地址樣式*/
					/* .fL_info.country{
					}
					
					.fL_info.country div{
						position: relative;
						padding-left: 80px;
					}     
						
						.fL_info.country select{
							position: absolute;
							width:75px;
							left:0px;
						}     
						
						.fL_info.country input{
						}*/
					       
					/*地址樣式*/
					.fLR_address.fL_info {
						position:relative;
						padding-left: 315px !important;
					}
						.fLR_address select {
							position:absolute;
							left:0px;
							width:100px;
							height:42px;
						}
						.fLR_address select:nth-of-type(2) {
							position:absolute;
							left: 105px;
						}

						input.fLRA_postalCode {
							position:absolute;
							width:100px;
							left: 210px;
						}
						input.fLRA_address {
						}
					
					
					
					
					
					
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin:0px 0px 0px 0px;
						}
						
						
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	



			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
				margin: 0px 0px 17px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						/* modify by david 20220711 start */
						/* background: #005f99; */
						background: #305572;
						/* 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;
				}
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:15px;
					line-height:23px;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color:#ca0000;
						display: inline-block;
						text-decoration: none;
					}	
					
					
					
					
					
					
						
						
						@media (max-width: 990px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
							
								.form_list.fLType2{
									width:100%;
								}
								
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 5px 0 10px;
									/* padding: 0px 0px 5px 0px; */
								}
								.fL_info label {
									padding: 6px 0px;
								}
								
								.inputFile label {
									top: -6px;
								}
								.fL_info.fL_address .address{
									margin-top: 15px;
									width: 100%;
								}
								.fL_info.complete {
									padding: 5px 0 15px;
								}


							/*地址樣式*/
							.fL_info.fLR_address{
								position: unset;
								/* padding: 0!important; */
								padding: 10px 0 0!important;
								/* padding: 10px 0 25px; */
								display: flex;
								flex-wrap: wrap;
								flex-direction: row;
								justify-content: space-between;
							}
								.fL_info.fLR_address select {
									width: 49.5%;
									left: unset;
									position: unset;
								}
								.fL_info.fLR_address select:nth-of-type(2) {
									/* left: 70px; */
									width: 49.5%;
									left: unset;
									position: unset;
								}	
								.fL_info.fLR_address select:nth-of-type(3) {
									/* left: 140px; */
								}	
								input.fLRA_postalCode {
									position: unset;
									width: 100%;
									left: unset;
									margin: 5px 0;
								}
								.fL_info.fLR_address div{
									width: 100%;									
								}
								input.fLRA_address {
									width: 100%;
									margin-bottom:17px;
								}
								



								
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
									/*地址樣式*/
									.fL_info.address{
										position: static;
										padding-left: 0px;
										display: flex;
										flex-wrap: wrap;
										flex-direction: row;
										align-items: flex-start;
										justify-content: space-between;
									}
										.fL_info.address select {
											width: 24%;
											height: 42px;
											position: static;
											left: inherit;
										}
										.fL_info.address select:nth-of-type(2) ,
										.fL_info.address select:nth-of-type(3) {
											left:inherit;
										}					
										.fL_info.address > input[type='text'] {
											position: static;
											width: 24%;
											left: inherit;
										}
										.fL_info.address div{
											margin-top: 6px;
											width: 100%;
										}	
							}
								@media (max-width: 500px){

									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.fL_tit .cBT_checkbox {
										display:inline-block;
										padding: 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}

								@media (max-width: 425px){
									.form_Tit {
										padding: 5px 0 0;
										font-size: 14px;
									}
									.fL_info {
										font-size: 12px;
										padding: 5px 0;
									}
									.fL_info.noinput {
										padding: 18px 0px 18px 0px;
									}
									.fL_info.noinput2 input[type="text"] {
										width: 100%;
									}
									.fL_info.fL_address select {
										width: 100%;
									}
									.fL_info.fL_address .zip_code {
										width: 100%;
									}
									.fL_info.complete {
										padding: 5px 0 5px;
									}
								}

								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}
/*-------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;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

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

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


/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
}





/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

.main{
}

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


	.main_contentBg{
		padding-top: 290px;
	}


	/*Judy修改20230728*/
	.main_contentBg2{
		transition: padding-top 0.3s ease; /* 調整過渡時間和曲線（可根據需要調整） */
	}




		.main_contentBg .wrap{
			width: 60%;
		}
		
		.main_contentBg .main_titleArea{
			color:#7DCCF3;

			font-weight: bolder;
			font-size: 40px;
			line-height: 60px;
			letter-spacing: 0.04em;
			display: flex;
			flex-direction: row;
			align-items: center;
			padding: 0px 0px 30px 0px;
		}
			.main_titleArea .main_title{
				padding-right: 20px;
			}

		.main_contentBg .main_titleLine{
			content: "";
			background-color: #7DCCF3;
			width: 70px;
			height: 3px;
			
			
		}

		.main_contentBg .main_textArea{
			width: 100%;
			padding-bottom: 20px;
		}
		
			.main_textArea .main_textTitle{
				color:#000;
				font-weight: bold;
				font-size: 28px;
				padding:0px 0px 10px 0px;
			}

			.main_textArea .main_textTitle.noText{
				font-size: 28px;
				padding:0px 0px 20px 0px;
			}


			.main_textArea .main_textContent{
				color:#A1A1A1;
				font-weight: bolder;
				line-height: 30px;
				font-size: 20px;
			}

		.main_contentBg .index_listArea{
			padding-top: 50px;
			position: relative;
		}

		.main_contentBg .index_listArea2{
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			padding-top: 35px;
			margin: 0px -25px; 
		}
			.index_listArea2 .index_list2{
				width: 33.3%;
				padding: 0px 25px;
				box-sizing: border-box;
				
			}

			
				.index_list2 .index_listIn{
					width: 100%;
				}
					.index_listIn .index_img2{
						width: 100%; 
					}

					.index_listIn .index_img2 img{ 
						width: 100%;
						min-width: 243px;
					}


					.index_listIn .index_textArea2{
						width: 100%; 
					}
					.index_listIn .index_textArea{
						width: 100%; 
					}
					
						.index_textArea2 .index_title2{
							color:#777574;
							 
							font-style: normal;
							font-weight: bolder;
							line-height: 30px;
							font-size: 22px;
							text-align: center;
							padding: 20px 0px 0px;
							
						}

						.index_textArea2.noText2 .index_title2{
							color: #999999;
							font-style: normal;
							line-height: normal;
							font-size: 0.9375em;				
							font-weight: 300;
							text-align: center;
							padding: 20px 0px 0px;
						}
						
						.index_textArea2 .index_text2{
							color:#A1A1A1;
							font-style: normal;
							/* font-weight: bolder; */
							line-height: 30px;
							font-size: 14px;
							padding: 20px 0px 0px;
						}

						.index_list2:nth-of-type(1) .index_listIn.collist .index_textArea2 .index_text2 {
							color: #999999;
							font-style: normal;
							line-height: normal;
							font-size: 0.9375em;
							font-weight: 300;
							text-align: center;
							padding: 20px 0px;
						}

						.index_textArea .index_text{
							color:#A1A1A1;
							font-style: normal;
							/* font-weight: bolder; */
							line-height: 30px;
							font-size: 14px;
							
						}

						.index_textArea .index_title{
							color:#777574;
							font-style: normal;
							font-weight: bolder;
							line-height: 30px;
							font-size: 22px;
							text-align: center;
							padding: 20px 0px;
							
						}

						

		.main_contentBg .step_listArea{
			display: flex;
			flex-direction: row;
			
			align-items: center;
			padding: 40px;
		}	
			.step_listArea .step_left{
				width: 50%;
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			.step_listArea .step_right{
				width: 50%;
				display: flex;
				flex-direction: row;
				align-items: center;
				
				
			}

				.step_right .step_arrowright{
					padding: 0px 50px 0px 0px;
				}

				.step_right .step_arrowright img{
					transform:rotate(270deg);
					max-width: 100%;
					height: auto;
				}

				.step_right .step_list{
					
				}
					.step_list .step_listIn2{
						
					}
						.step_listIn2 .step_img{
							width: 100%;
						}
						.step_listIn2 .step_img img{
							max-width: 100%;
							height: auto;
						}

						.step_listIn2 .step_text{
							color:#777574;
							width: 100%;
							font-style: normal;
							font-weight: bolder;
							line-height: 30px;
							font-size: 24px;
							text-align: center;
							padding: 15px;
						}


				.step_left .step_list{
					width: 100%;
					padding: 20px;
				}

				.step_left .step_list.mobileonly{
					width: 100%;
					padding: 20px;
					display: none;
				}	

				.step_left .step_arrowdown{
					padding-left: 100px;
				}

				.step_left .step_arrowdown.mobileonly{
					padding-left: 100px;
					display: none;
				}
					.step_list .step_listIn{
						display: flex;
						flex-direction: row;
						align-items: center;
						justify-content: center;
					}

						.step_listIn .step_img{
							padding-right: 20px;
						}
						.step_listIn .step_img img{
							max-width: 100%;
							height: auto;
						}
						.step_listIn .step_text{
							color:#777574;
							width: 50%;
							font-style: normal;
							font-weight: bolder;
							line-height: 30px;
							font-size: 24px;
							text-align: center;
							
						}
				
@media(max-width:1700px){
	/* .main_contentBg {
		padding-top: 275px;
	} */
}
@media(max-width:1489px){
	.main_contentBg {
		padding-top: 345px;
	}
}
@media(max-width:1440px){
	.main_contentBg {
		padding-top: 255px;
	}
}
@media(max-width:1370px){
	.main_contentBg {
		padding-top: 330px;
	}
}
@media(max-width:1116px){
	.main_contentBg {
		padding-top: 390px;
	}
}
@media(max-width:1440px){
	.main_contentBg .index_listArea2{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 20px;
		margin: 0px 0px;
		 
	}
	.main_contentBg .main_textArea {
		width: 100%;
	}
	
	.index_listArea2 .index_list2 {
		width: 100%;
		padding: 0px 0px;
		box-sizing: border-box;
	}

		.index_list2 .index_listIn.collist {
			flex-direction: column;
		}
		.index_list2 .index_listIn {
			width: 100%;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			padding-bottom: 40px;
		}

		.index_listIn .index_img2 {
			width: 40%;
		}


		.index_listIn .index_textArea2 {
			width: 60%;
			padding: 0px 0px 0px 30px;
		}

		.index_listIn .index_textArea2.noText2 {
			width: 100%;
			
		}
		
		.index_textArea2 .index_title2 {
			text-align: left;
			font-size: 22px;
			padding: 20px 0px;
		}

		.index_textArea2.noText2 .index_title2 {
			text-align: center;
		}

		.index_textArea2 .index_text2 {
			font-size: 16px;
		}

		


	.main_contentBg .main_titleArea{
		font-size: 32px;
		padding: 0px 0px 20px 0px;
	}
	
		.main_titleArea .main_title{
			padding-right: 20px;
		}

		.main_textArea .main_textTitle{
			font-size: 24px;
			padding:0px 0px 10px 0px;
		}

		.main_textArea .main_textTitle.noText{
			font-size: 24px;
			padding:0px 0px 10px 0px;
		}

			.main_textArea .main_textContent{
				font-size: 18px;
				padding-bottom: 20px;
			}

		

	.main_contentBg .main_titleLine{
		content: "";
		background-color: #7DCCF3;
		width: 50px;
		height: 3px;
		
	}

	
		
	
	.main_contentBg .text.noText {
		width: 100%;
		text-align: left;
	}	
}		

@media (max-width: 1280px){

	.index_textArea2 .index_title2 {
		padding: 20px 0px;
	}

	.index_textArea .index_title {
		padding: 20px 0px;
	}

}

@media (max-width: 990px){
	
	.main_contentBg .main_titleLine {
		/* display: none; */
		margin-top: 10px;
	}

	.main_contentBg .main_titleArea {
		font-size: 40px;
		line-height: 40px;
		padding: 0px 0px 30px 0px;
	}	


	.main_textArea .main_textTitle {
		font-size: 24px;
		padding: 0px 0px 20px 0px;
	}

	.main_textArea .main_textTitle.noText {
		font-size: 24px;
		padding: 0px 0px 20px 0px;
	}

	.main_textArea .main_textContent {
		font-size: 16px;
		padding-bottom: 20px;
	}

	
	.index_textArea2 .index_title2 {
		font-size: 24px;
		padding: 28px 0px;
	}
	.index_textArea2 .index_text2 {
		font-size: 18px;
	}

	.index_textArea .index_title {
		font-size: 24px;
		padding: 28px 0px;
	}
	.index_textArea .index_text {
		font-size: 18px;
	}
	
	

	.index_list2 .index_listIn {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 40px;
	}
		.index_listIn .index_img2 {
			width: 100%;
		}
		.index_listIn .index_textArea2 {
			width: 100%;
			padding: 0px 0px 0px 0px;
		}

		.index_listIn .index_textArea {
			width: 100%;
			padding: 0px 0px 0px 0px;
		}

	.step_left .step_arrowdown.mobileonly{
		display: block;
	}
	.step_left .step_list.mobileonly{
		display: block;
	}
	.step_listArea .step_right {
		display: none;
	}

	.step_listArea .step_left {
		width: 100%;
	}

	.index_listArea .swiper-button-prev2 {
		right: 10%;
	}

	.main_contentBg .step_listArea {
		padding: 20px 0px;
	}

	.step_listIn .step_text {
		width: 100%;
		font-size: 20px;
		text-align: left;
	}

	.step_left .step_arrowdown {
		padding-left: 0px;
		padding-right: 220px;
		
	}
	.step_left .step_arrowdown img{
		width: 28px;
		height: 28px;
		
	}
	
	.step_left .step_arrowdown.mobileonly {
		padding-left: 0px;
		padding-right: 220px;
	}
	
}


@media (max-width: 990px){

.main_contentBg {
	padding-top: 80px;
}

	.main_contentBg .wrap {
		width: 85%;
	}
}


@media (max-width: 768px){
	.main_contentBg .wrap {
		width: auto;
		padding: 0px 20px;
	}
	.index_textArea .index_title {
		font-size: 24px;
		padding: 20px 0px;
	}
	.main_contentBg .main_titleArea {
		font-size: 28px;
	}	


	.main_textArea .main_textTitle {
		font-size: 22px;
		padding: 0px 0px 20px 0px;
	}

	.main_textArea .main_textTitle.noText {
		font-size: 22px;
		padding: 0px 0px 20px 0px;
	}

	.step_left .step_arrowdown {
		padding-left: 0px;
		padding-right: 130px;
		
	}
	
	.step_left .step_arrowdown.mobileonly {
		padding-left: 0px;
		padding-right: 130px;
	}

	.main_titleArea .main_title {
		padding-right: 0px;
	}
}

@media(max-width:640px){
	.main_contentBg {
		/* padding-top: 100px; */
		padding-top: 60px;
	}
	.main_contentBg .main_titleArea {
		font-size: 32px;
		
		display: block;
	}

	.main_textArea .main_textTitle {
		font-size: 22px;
		padding: 0px 0px 15px 0px;
	}
	.main_textArea .main_textTitle.noText {
		font-size: 20px;
		padding: 0px 0px 15px 0px;

		/* modify by pekey 20220706 */
		line-height: normal;
	}

	.index_textArea .index_title {
		font-size: 22px;
		padding: 20px 0px;
	}
	.index_textArea .index_text {
		font-size: 16px;
	}

	.index_textArea2 .index_title2 {
		font-size: 22px;
		padding: 20px 0px;

	}
	.index_textArea2 .index_text2 {
		font-size: 16px;
	}

	.main_contentBg .step_listArea {
		
		padding: 20px;
	}

	.step_listIn .step_text {
		width: 100%;
		font-size: 18px;
		text-align: left;
	}

	.step_left .step_arrowdown {
		padding-left: 0px;
		padding-right: 0px;
		
	}
	.step_left .step_arrowdown img{
		width: 24px;
		height: 24px;
		
	}
	
	.step_left .step_arrowdown.mobileonly {
		padding-left: 0px;
		padding-right: 0px;
	}

}



@media (max-width: 600px){
	.index_listArea .swiper-button-prev2 {
		right: 15%;
	}
}

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

.main.page{
	padding-top: 90px;
}
	
	/*內頁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;
			float: left;
			/*padding: 13px 0px 0px;*/
		}
			.crumb_area{
				
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
				}
				.crumb_area i:nth-of-type(1){
					color: #e71f19;
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: #e71f19;
					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: inline-block;
					vertical-align: middle;
					font-size: 14px;
					margin-right: -1px;
					line-height: 22px;
				}	
	
	
	
/*內頁內容區塊*/
.pageContent{
	padding: 50px 0px;
	position: relative;
}
	
	
	
@media (max-width: 900px){
	
	.main.page {
		padding-top: 58px;
	}	
	
		/*內頁內容區塊*/
		.pageContent{
			padding: 25px 0px;
		}
		
}

	

/*左側*/
.left{
	/*float: left;*/
	width: 225px;
	position: absolute;
	z-index: 2;
}
			
	/*左側標題*/
	.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;
		}
	
	/*左側選單列表*/
	.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;
						/*padding: 13px 35px;*/
						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: #e71f19;
					}
					.leftList_open_list a:hover {
						color: #e71f19;
						text-decoration:none;
					}

/*右側*/
.right{
	/*float: right;*/
	box-sizing:border-box;
	/*width: 75%;*/
	position: relative;
	width: 100%;
	padding-left: 300px;
	height: 450px;
}


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

	.right_title{
		font-size: 20px;
		font-weight: bold;
		color: #777;
		line-height: 28px;
		position:relative;
		border-bottom: 2px solid #777;
		padding-bottom: 20px;
	}
		.right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		}
	
	
	/*右側內容區塊*/
	.right_contentBg{	
		/*padding-top: 25px;*/
		padding-top: 20px;
	}
	
	
		/*網編區塊*/
		.text_area{
			font-size: 14px;
			color: #000;
			/*line-height:22px;*/
			line-height:26px;
		}
			.text_area img{
				max-width: 100%;
				height: auto;
			}		




@media (max-width: 767px){

	/*左側*/
	.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{
		width:100%;
		position: static;
		padding: 35px 0px;
	}
	
	
}


/* 完成頁 modify by david 20220809 start */
.main.complete{
	padding-top: 15px;
}

.complete_bg{
	padding: 50px 0;
}

.complete_bg > .wrap{
	width: 50%;
}
.complete_bg .wrap .form_area_bg .form_area > .form_titleArea{
	padding-bottom: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 15px 0;
}
	.complete_Tit{
		font-size: 28px;
		text-align: center;
		color: #7dccf3;
		font-weight: bolder;
		border-bottom: 1px solid #7dccf3;
		padding-bottom: 20px;
	}

	.complete_bg .wrap > .form_area_bg{
		padding: 25px 0;
	}


	.complete_bg .text_area{
		padding: 0 0 50px;
		font-size: 15px;
		line-height: 1.8;
	}


	.fL_info [type="text"]:disabled {
		border: unset;
		background: #7dccf312;
	}

	.right_title2{
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		color: #65B837;
		line-height: 28px;
		position:relative;
		padding: 30px 0 10px;
	}
	.right_title2:first-of-type{
		padding: 10px 0 10px;
	}

	.btn_area {
		text-align:center;
		margin:30px 0px 0px;
	}

	.btn_area input{
		margin:0px 10px;
		background: #7DCCF3;
		color: #fff;
		font-weight: bolder;
	}

	.btn_area.one {
		text-align:center;
		margin:30px 0px 0px;
		width: 100%;
	}
	@media(max-width:990px){

		.complete_bg {
			padding: 75px 0 5px;
		}
		.complete_bg > .wrap {
			width: 65%;
		}
	}
	@media(max-width:768px){

		.complete_bg > .wrap {
			padding: 0px;
			width: 90%;
		}
	}

	@media(max-width:425px){
		.complete_Tit {
			font-size: 22px;
			padding-bottom: 10px;
		}
		.complete_bg {
			padding: 65px 0 5px;
		}

		.complete_bg .wrap > .form_area_bg {
			padding: 15px 0;
		}
		.right_title2:first-of-type {
			padding: 20px 0 10px;
		}
	}

/* modify by david 20220809 end */



/* 20250418 landingpage 加LINE區塊 by tom start -------------------------- */

.main_contentBg3{
	padding-top: 100px;
}

.line_add_area{
	display: flex;
	align-items: center;
	/* gap: clamp(1.5625rem,2.6042vw,3.125rem); */
	gap: clamp(.9375rem,3.3333vw,1.5625rem);/**/
	/* justify-content: space-around; */
}

.line_add_area .left_area {
	align-items: center;
	display: flex;
	width: 100%;
}

.line_add_area .left_area .left_area_content {
	align-items: center;
	background-color: #e2ffd2;
	border-radius: 20px;
	display: flex;
	gap: clamp(1.5625rem,2.6042vw,3.125rem);
    padding: 35px 20px;
	width: 100%;
}

/*圖片--------------------------*/
.line_add_area .LINE_add {
	width: 100%;
	max-width: clamp(10.9375rem,18.2292vw,21.875rem);
    height: auto;
}

.line_add_area .LINE_add a {
    position: relative;
    display: block;
    padding-top: 32.4%;
}

.line_add_area .LINE_add a img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.3s ease-out;
}

/*內文區塊------------------------*/
.main_text_all{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main_text_all .main_text{
    color: #000;
    font-weight: bold;
    font-size: clamp(1.25rem, 2.0833vw, 2.5rem);
    padding: 0px 0px .625rem 0px;
    position: relative;
    display: flex;
    align-items: baseline;
}

.main_text_all .main_text p{
	/* padding-left: clamp(.9375rem,1.5625vw,1.875rem); */
}

.main_text_all .LINE_add_text::before{

    display: block;
    content: "";
    background-image: url(../images/star_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: clamp(.9375rem, 1.5625vw, 1.875rem);
    width: clamp(.9375rem, 1.5625vw, 1.875rem);
    background-size: cover;

}

.main_text_all .LINE_add_text p{
	color: #5a5a5a;
	font-size: clamp(.9375rem, 3.3333vw, 1.5625rem);
	white-space:nowrap;
}

/*標題區塊------------------*/

.main_text_all .LINE_add_title p{
	color: #44c61b;
	padding-left:0;
	font-size: clamp(1.25rem, 4vw, 1.875rem);
	white-space:nowrap;
}


.line_add_btn {
    background-color: #7DCCF3;
    border-radius: 20px;
    /* width: clamp(3.75rem,6.25vw,7.5rem); */
    height: clamp(3.75rem,6.25vw,7.5rem);
    display: flex;
    align-items: center;
    padding: clamp(1.25rem,2.0833vw,2.5rem);
}

.line_add_btn a{
    color: #fff;
    font-size: clamp(1.25rem,2.0833vw,2.5rem);
    font-weight: 600;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.5;
    text-decoration: none;
}

.line_add_btn:hover {
	opacity: 0.8;
}



/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
	.main_text_all .main_text{
		
		font-size: 1.25rem;
		
	}
	.main_text_all .main_text::before{
		
		/* top: 25%;
		left: 0;
		transform: translate(0,-50%); */
	
	}

	.main_text_all .LINE_add_title p{
		font-size: 1.5625rem;
	}

	.main_text_all .LINE_add_text p{
		font-size: 1.25rem;
	}
	
}


@media (max-width: 990px){
	.main_text_all .main_text::before{
		top: 25%;
		left: 0;
		/* transform: translate(0,-50%); */
	
	}
}

@media (max-width: 640px){
	.line_add_area{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: clamp(1.5625rem,2.6042vw,3.125rem);
		/* justify-content: space-around; */
	}
	.main_text_all .main_text::before{
		top: 30%;
		left: 0;
		/* transform: translate(0,-50%); */
	
	}

}

@media(max-width:425px){
	.line_add_area .left_area .left_area_content {
		flex-direction: column;
		text-align: center;
	}

	.main_text_all .LINE_add_title p{
		font-size: clamp(1.375rem, 3.3333vw, 1.5625rem);
	}

}


/* 20250418 landingpage 加LINE區塊 by tom end -------------------------- */