

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

.home_body .header,
.home_body .footer{
	background-color: #ffffff;
}

.main.home{
	transition: padding-top 0.1s;
	/* padding-top: 0 !important; */
}

/*首頁內容區塊*/	
.mainContent{
	padding: 0;
	/*padding-top:  clamp(1.6130rem, 2.6042vw, 3.1250rem);*/ /* 最小值 25.81px、大小約 2.6042vw、最大值 50.00px */
}
.mainContent > .wrap{
	max-width: unset;
	width: 100%;
}



	/*----- 首頁標題1 -----*/
	/* .index_title {
		font-size: 30px;
		font-weight: bold;
		color: #777;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 20px;
	}	
		.index_title strong{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	 */
	



/* 首頁_大標題 */
.index_Bigtitle {
	text-align: left;
	margin: 0 0 clamp(1.25rem,2.0833vw,2.5rem);
	color: #1e1d1c;
	color: unset;

}
.index_Bigtitle strong{
	letter-spacing: 3px;
	letter-spacing: normal;
	font-size: clamp(1.5625rem,2.6042vw,3.125rem);
	
}
.index_Bigtitle strong .latest{
	font-weight: 700;
	font-family: var(--mandarin_font2);
	line-height: normal;
	/* background: linear-gradient(90deg, var(--sixth_color) 0%, var(--second_color) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent; */
	color: var(--dark_color);
}
.index_Bigtitle strong .news{
	font-weight: 700;
	font-family: var(--mandarin_font2);
	line-height: normal;
	/* background: linear-gradient(90deg, var(--second_color) 3%, var(--fourth_color) 97%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent; */
	color: var(--dark_color);
}

/* 首頁_副標題 */
.index_subtitle{
	text-align: center;
	padding-bottom: clamp(1.2904rem, 2.0833vw, 2.5000rem); /* 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
	/* font-size: 34px; */
	font-size: clamp(1.5625rem, 1.7708vw, 2.1250rem); /* 字體 最小值 25.00px、大小約 1.7708vw、最大值 34.00px */
	font-weight: 700;
	/* font-family: "Krub",serif; */
	text-transform: uppercase;
	color: #1e1d1c;
}









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



		/*----- 首頁標題1 -----*/
		.index_title{
			font-size: 25px;
			line-height: 1.2;
		}
		

}




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

*{
	/* font-family: var(--foreign_font3); */
	font-weight: 400;
	font-style: normal;
}










/*///////////////////////////*/
/*------- Banner --------*/
/*///////////////////////////*/

.swiper-container_pc .swiper-slide{
	/* max-width: 1903px; */
	width:100%;
}
.swiper-container_pc .swiper-slide a{
	display: block;
	position: relative;
	width: 100%;
	/* padding-top: 36.5%; */
	padding-top: 40%;
	/* height: calc(100vh - 90px); */

	/* aspect-ratio:  1.42 / 1; */
}
.swiper-container_pc .swiper-slide a img.pcBanner,
.swiper-container_pc .swiper-slide a img.mobileBanner{
	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;
}

@media(max-width:990px){
	.swiper-container_pc .swiper-slide{
		max-width: 990px;
		width:100%;
	}
	.swiper-container_pc .swiper-slide a{
        padding-top: 142.3%;
        /* height: calc(100vh - 52px); */
    }
}






/*/////////////////////////////////////////////////////////*/
/*-------*首頁_關於我們區塊--------*/
/*/////////////////////////////////////////////////////////*/
.indexAboutBg{
	padding:4.375rem 0;
}
	.indexAboutBg .wrap{
		width: 65%;
	}

	.indexAboutArea{	
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
		background-color: #ffffff;
		border-radius: 8px;
		color: #555555;
		line-height: 1.5;
		padding: clamp(1rem, 0.8rem + 1vw, 2rem) clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);	
	}
	.indexAboutTit{
		
	}
	.indexAboutTit h2{
		font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
		color: var(--primary_color);
		font-weight: 700;
	}
	.indexAboutText{
		text-indent:2em;
		text-align: left;
		font-size:clamp(1.125rem , 1.1458vw , 1.375rem);
		line-height: 1.875rem;
		color: #000; 
		overflow: hidden;

	}
	



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


@media (max-width: 990px){
	
	.indexNewsBg{
		padding-bottom: 20px;
		padding-top: 50px;
	}

		.indexNewsBg .wrap{
			width: 85%;
		}

}





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



/*首頁內容區塊*/	
.mainContent{
	/* padding: 50px 0px 0; */
	/* padding-top: 0; */
}
.mainContent > .wrap{
	max-width: unset;
	width: 100%;
}



	/*----- 首頁標題1 -----*/
	.index_title {
		font-size: 30px;
		font-weight: bold;
		color: #777;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 20px;
	}	
		.index_title strong{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
	




/* 在螢幕寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) {

	.main.home{
		/* padding-top: 0 !important; */
	}

}

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



		/*----- 首頁標題1 -----*/
		.index_title{
			font-size: 25px;
			line-height: 1.2;
		}
		

}
