/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

/*-------首頁背景圖--------*/
.background_bigimg{
	position: absolute;
    background-repeat: no-repeat;
	opacity: 0.2;
}

.bigimg_one{
    background-image: url(../index/images/bg_cloud01.webp);
    background-position: top left;
    width: 100%;
    max-width: 300px;
    top: 130%;
    left: -85px;
    aspect-ratio: 43 / 80;
    background-size: 99.9%;
	z-index: -1;

}

.bigimg_two{
	background-image: url(../index/images/bg_cloud02.webp);
    background-position: top right;
    width: 100%;
    max-width: 200px;
    top: -18%;
    right: 0;
    aspect-ratio: 43 / 80;
	background-size: 90%;
	z-index: -1;
}

@media (max-width: 1200px) {

	.bigimg_one{
		top: 90%;
	}

}

@media (max-width: 990px) {
	.background_bigimg{
		display: none;
	}
}


/*-------首頁大標題--------*/
.index_Tit,
.pageContent_title {
	/* font-size: 30px; */

	font-size: clamp(1.25rem, 1.5625vw, 1.875rem);  /*字體 最小值 12px、大小約 0.9375vw、最大值 18px*/;
	color: #000;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: 700; /* 20250731修改樣式 */
    /* font-family: var(--mandarin_font2); */
}

/* .index_Tit::before, *//* 20250728首頁區塊標題移除橫線裝飾 by tom */
.pageContent_title::before {
	content: '';
	display: inline-block;
	width:  clamp(1.2904rem, 2.0833vw, 2.5000rem); /* 20.65px , 2.0833vw , 40.00px */
	height: 2px;
	background-color: #000;
	margin: 0 5px;
	vertical-align: middle;
}

/* .index_Tit::after, *//* 20250728首頁區塊標題移除橫線裝飾 by tom */
.pageContent_title::after {
	content: '';
	display: inline-block;
	width:  clamp(1.2904rem, 2.0833vw, 2.5000rem); /* 20.65px , 2.0833vw , 40.00px */
	height: 2px;
	background-color: #000;
	margin: 0 5px;
	vertical-align: middle;
}


.index_Tit h2 {
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-weight: inherit; /* 20250731修改樣式 */
}


















/* 商品Detail */
.indexItemDetail {
	padding: 15px 0;
	/* padding:  0; */
	padding-top:  clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 4px 6px rgba(0, 0, 0, 0.16);
	flex-grow: 1;
	background-color: #ffffff;
}

.indexItemDetail::before {
	content: "";
    background-image: url(../images/before_img.webp);
    background-size: 120px;
    background-position: center right;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
	opacity: 0.06; /* 20250728修改不透明度 by tom */
}

.index_ItemBrandName {
	font-weight: bold;
	font-size: 1rem;
	padding: 0.3125rem 0;
}

.index_ItemName {
	font-size: .8125rem; /* 13px */ /* 20250728字體大小調整 by tom */
	padding: 0.3125rem 0;
}

.index_ItemPrice {
	font-size: 0.9375rem; /*15*/
	padding: 0.3125rem 0;
	color: var(--fifth_color);
	font-family: var(--foreign_foreign);
}

/* modify by david 20220916 start*/
.index_ItemOriginal {
	text-decoration: line-through;
	font-size: 0.75rem; /*12*/
	font-weight: bold;
	padding: 0.3125rem 0 0;
	color: #888888;
	box-sizing: border-box;
	display: none;
}

/* modify by david 20220916 end*/









@media (max-width: 990px){
	.indexItemDetail::before {
		background-color: 100px;
	}
}








/*/////////////////////////////////////////////////////////*/
/*-------新品推薦區塊--------*/
/*/////////////////////////////////////////////////////////*/
.index_RecommendBg {
	padding-top: 2.8125rem; /*45*/
}

/* 分左大圖 右四小塊list */
.index_RecommendArea {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-items: stretch;
	justify-content: space-between;
	padding: 1.5625rem 0; /*25*/
	gap: 1.5625vw; /*30*/
}

.index_RecommendFirstImg {
	/* width: 50%; */
	width: calc((100% / 2) - (1 * 1.5625vw / 2)); /* 2欄平均寬度，扣除間距 */
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.index_RecommendFirstImg a {
	display: block;
	text-decoration: none;
	position: relative;
	/* padding-top: 0; */
	display: inherit;
	flex-direction: inherit;
	flex-grow: inherit;
}

.index_RecommendFirstImg img {
	/* width: 100%;
					height: auto; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

/* 右四小塊list */
.index_RecommendListArea {
	display: flex;
	flex-flow: row wrap;
	/* padding-left: 15px; */
	/*Judy修改20221103*/
	/* padding: 0px 15px; */
	/* margin: 0px -15px -0px; */
	/* width: 50%; */

	gap: 1.5625vw; /*30*/
	width: calc((100% / 2) - (1 * 1.5625vw / 2)); /* 2欄平均寬度，扣除間距 */
}

/* 每塊50% 超過掉下去*/
.index_RecommendList {
	/* padding: 0px 15px 0px; */
	box-sizing: border-box;
	/* width: 50%; */
	text-align: center;

	width: calc((100% / 2) - (1 * 1.5625vw / 2)); /* 2欄平均寬度，扣除間距 */
	display: flex;
}

/* 前兩個 */
.index_RecommendList:nth-of-type(1),
.index_RecommendList:nth-of-type(2) {
	/* margin-bottom: 20px; */
}

.index_RecommendListIn {
	display: flex;
    flex-direction: column;
	flex-grow: 1;
}

.index_RecommendImg {
	width: 100%;
}

.index_RecommendImg a {
	/*Judy修改20221103*/
	position: relative;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}

.index_RecommendImg a:hover img {
	transition: transform 0.3s ease;
    transform: scale(1.1);
}

.index_RecommendImg img {
	/*Judy修改20221103*/
	/* max-width: 100%;
								height: auto; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

.index_RecommendImg img:hover {
	-webkit-box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease all;


}




@media (max-width: 990px) {


	/* 新品推薦區塊------------------------ */
	/* 分左大圖 右四小塊list */
	.index_RecommendArea {
		display: block;
		flex-direction: unset;
		/* padding: 25px 0; */
	}

	/* 990隱藏左側大圖 */
	.index_RecommendFirstImg {
		display: none;
	}

	.index_RecommendImg img {
		width: 100%;
	}

	/*990右側100%*/
	.index_RecommendListArea {
		/* display: flex;
			flex-flow: row wrap;
			padding: 0px 15px;
			margin: 0px; */
		padding: 0;
		width: 100%;
		margin: 0 0px -20px;
		justify-content: space-between;
		/*Judy修改20221103*/
	}

	.index_RecommendList {
		/*Judy修改20221103*/
		/* padding: 0px 0px 20px; */
		/* width: calc(50% - 10px); */
	}

	/* 前兩個 */
	.index_RecommendList:nth-of-type(1),
	.index_RecommendList:nth-of-type(2) {
		/*Judy修改20221103*/
		margin-bottom: 0px;
	}

	/* 商品Detail */
	.indexItemDetail {
		/* padding: 15px 0 0; */
		/*Judy修改20221103*/
	}


}











/*/////////////////////////////////////////////////////////*/
/*-------產品分類區塊 modify by peggy 20250806 start --------*/
/*/////////////////////////////////////////////////////////*/


.index_TypeBg {
	padding-top: 2.5rem;
}
.index_TypeBg .wrap{
	width: 100%;
	margin: 0;
	max-width: unset;
}
/* modify by peggy 20250826 start  */
.index_TypeArea{
	    padding-top: 1.5625rem;
}
/* modify by peggy 20250828 start */
.index_TypeArea.pc{
	    display: block;
}

.index_TypeArea.mb{
	    display: none;
}
/* modify by peggy 20250828 end */
/* modify by peggy 20250826 end  */
	.index_TypeArea ul.type_item_area{
		padding: 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
		.index_TypeArea ul.type_item_area li.type_item{
			list-style-type: none;
			
		}
		.index_TypeArea ul.type_item_area li.type_item .type_item_bg{
			width: 100%;
		}
		.index_TypeArea ul.type_item_area li.type_item .type_item_bg a{
			position: relative;
			display: block;
			padding-top: 130.8%;
		}
		.index_TypeArea ul.type_item_area li.type_item .type_item_bg 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;
		}
		



@media (max-width: 990px){
	/* modify by peggy 20250828 start */
	.index_TypeArea.pc{
			display: none;
	}

	.index_TypeArea.mb{
			display: block;
	}
	/* modify by peggy 20250828 end */
	.index_TypeArea ul.type_item_area{
		display: block;
	}

	.index_TypeArea ul.type_item_area li.type_item .type_item_bg{
			width: 100%;
		}
		.index_TypeArea ul.type_item_area li.type_item .type_item_bg a{
			position: relative;
			display: block;
			padding-top: 53.51%;
		}
		.index_TypeArea ul.type_item_area li.type_item .type_item_bg 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;
		}
}

/*/////////////////////////////////////////////////////////*/
/*-------產品分類區塊 modify by peggy 20250806 end --------*/
/*/////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////*/
/*-------本週熱銷區塊--------*/
/*/////////////////////////////////////////////////////////*/

.index_HotSaleBg {
	position: relative;
	padding-top: 2.8125rem; /*45*/
}

.index_HotSaleArea {
	padding: 1.5625rem 0 0; /*25*/
	/* modify by david 20220919 start */
	position: relative;
	/* modify by david 20220919 end */
}

.index_HotSaleList {
	padding: 0px 0px 25px;
}

.index_HotSaleImg a {
	position: relative;
	padding-top: 150%;
	display: block;
	overflow: hidden;
}

.index_HotSaleImg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

.index_HotSaleImg:hover img {
	transition: transform 0.3s ease;
    transform: scale(1.1);
}

.index_HotSaleImg img:hover {
	-webkit-box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease all;
}













/*/////////////////////////////////////////////////////////*/
/*-------快速連結區塊--------*/
/*/////////////////////////////////////////////////////////*/
.index_LinkBg {
	padding-top: 2.8125rem; /*45*/
}

.index_LinklistArea {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
	padding: 25px 0;
}

.index_Linklist {
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
}

.index_LinklistIn {
	position: relative;
}

.index_LinklistIn a {
	font-size: 24px;
	color: #000;
}

.index_LinklistIn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.index_LinkImg {
	width: 100%;
	position: relative;
	padding: 50% 0;
	display: block;
}

.index_LinkImg img {
	/* width: 100%;
					height: auto; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

.index_LinkTit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	text-align: center;
	font-family: var(--foreign_foreign);
}

@media(max-width:1280px) {
	.index_LinklistIn a {
		font-size: 20px;
	}
}

@media(max-width:990px) {
	.index_LinklistIn a {
		font-size: 24px;
	}
}

@media(max-width:768px) {
	.index_LinklistArea {
		margin: 0px;
		margin: -10px;
	}

	.index_Linklist {
		width: 50%;
		padding: 10px 10px;
	}
}

@media(max-width:425px) {
	.index_LinklistIn a {
		font-size: 18px;
	}
}


















/*/////////////////////////////////////////////////////////*/
/*-------清新香氣區塊--------*/
/*/////////////////////////////////////////////////////////*/

.index_AromaBg {
	position: relative;
	padding-top: 2.8125rem; /*45*/
}

.index_AromaArea {
	padding: 10px 0 0;
	/* modify by david 20220919 start */
	position: relative;
	/* modify by david 20220919 end */
}

.index_AromaList {
	padding: 15px 0px 25px;
}

.index_AromaImg a {
	position: relative;
	padding-top: 100%;
	display: block;
}

.index_AromaImg img {
	/* width: 100%;
			height: auto; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

.index_AromaImg img:hover {
	-webkit-box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease all;

}















/*/////////////////////////////////////////////////////////*/
/*-------當季推薦區塊--------*/
/*/////////////////////////////////////////////////////////*/

.index_SeasonBg {
	padding-top: 2.8125rem; /*45*/
}

/* 首頁_商品輪播_內容區塊 */
.index_SeasonArea {
	display: flex;
	flex-direction: row;
	padding: 10px 0 0;
	margin: 0 -5px;
}

/*首頁_商品輪播_左側輪播*/
.index_SeasonLeftArea {
	width: 50%;
	padding: 0px 5px 40px;
	box-sizing: border-box;
	position: relative;
}

/* 首頁_商品輪播_右側輪播-------------------------- */
.index_SeasonRightArea {
	width: 50%;
	padding: 0px 5px 40px;
	box-sizing: border-box;
	position: relative;
}


/* 首頁_商品輪播_商品輪播列表 */
.index_SeasonList {
	padding: 0;
	/* padding: 15px 0 40px; */
	position: relative;
}


/* 資訊 */
.index_SeasonList>.indexItemDetail {
	position: absolute;
	bottom: 5px;
	/* bottom: 5%; */
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: #000000 0px 0px 10px;
}

.index_SeasonList>.indexItemDetail a:hover {
	opacity: 0.7;
	text-decoration: none;
	transition: 0.3s ease all;
}

.index_SeasonList .indexItemDetail a>.index_ItemBrandName {
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
}

.index_SeasonList .indexItemDetail a>.index_ItemName {
	color: #fff;
	font-size: 24px;
	padding: 10px 0;
}

.index_SeasonList .indexItemDetail a>.index_ItemPrice {
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
}




/* 圖片 */
.index_SeasonImg {}

.index_SeasonImg a {
	position: relative;
	padding-top: 86%;
	display: block;
}

.index_SeasonImg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}





/* 首頁_商品輪播_點點 */
.index_SeasonArea .swiper-pagination {
	bottom: 0 !important;
}




@media (max-width: 990px) {

	/*當季推薦區塊*/
	.index_SeasonArea {
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	.index_SeasonLeftArea,
	.index_SeasonRightArea {
		width: 100%;
		padding: 0px 0px 0px;
	}

	.index_SeasonLeftArea {
		margin-bottom: 20px;
	}

	.index_SeasonImg img {
		/* height: 375px; */
	}

	/* 商品Detail */
	.index_SeasonArea .indexItemDetail {
		padding: 0px 0 25px;
	}

	/* 首頁_商品輪播_點點 */
	.index_SeasonArea .swiper-pagination {
		bottom: 10px !important;
	}

}












/*/////////////////////////////////////////////////////////*/
/*-------產品類別區塊--------*/
/*/////////////////////////////////////////////////////////*/
.index_ProductBg {
	padding-top: 2.8125rem; /*45*/
}

.index_ProductListArea {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -5px;
	padding: 20px 0;
}

.index_ProductList {
	width: 25%;
	box-sizing: border-box;
	padding: 5px 5px;
}

.index_ProductListIn {
	position: relative;
}

.index_ProductListIn a {
	display: block;
	text-decoration: none;
}

.index_ProductImg {
	width: 100%;
	padding: 50% 0;
	/* min-height: 300px; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.index_ProductCategory {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0%);
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.index_ProductCategory:hover {
	opacity: 0.5;
	transition: 0.3s ease all;

}

@media (max-width:990px) {
	.index_ProductListArea {
		margin: 0px;
	}

	.index_ProductList {
		width: 50%;
		box-sizing: border-box;
		/* padding: 0px 5px; */
		/*modify by pekey 20220929*/
		padding: 0px 5px 10px;
	}

	.index_ProductImg {
		/* min-height: 200px; */
	}

	.index_ProductCategory {
		bottom: 10%;
	}
}

































/*/////////////////////////////////////////////////////////*/
/*-------積點區塊--------*/
/*/////////////////////////////////////////////////////////*/
.index_pointBg {
	/* display: none; */
	margin: 40px 0;
}

.index_pointArea {
	padding: 25px 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
}

.index_pointImg {
	width: 150px;
	/* min-width: 100px; */
	box-sizing: border-box;
}

.index_pointImg img {
	width: 100%;
	height: auto;
}

.index_pointAreaIn {
	/* modify by david 20220823 start */
	/* width: calc(100% - 144px); */
	width: calc(100% - 150px);
	box-sizing: border-box;
	/* modify by david 20220823 end */
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* display: inline-block; */
	padding-left: 70px;
}

.index_pointtextArea {
	/* modify by david 20220823 start */
	/* max-width: calc(100% - 560px); */
	max-width: calc(100% - 500px);
	/* modify by david 20220823 end */
}

.index_pointTit {
	/* font-size: 30px; */
	font-size: clamp(1.2500rem, 1.5625vw, 1.8750rem); /* 20.00px , 1.5625vw , 30.00px */
	font-weight: bold;
	color: #000;
}

.index_pointBrief {
	font-size: 16px;
	padding: 15px 0 0;
	/* modify by david 20220823 start */
	line-height: 1.5;
	/* modify by david 20220823 end */
}

.index_pointIconArea {
	display: flex;
	flex-direction: row;
	/* modify by david 20220823 start */
	justify-content: flex-end;
	/* modify by david 20220823 end */
	/* float: right; */
	margin: 0 -25px;
	width: 500px;
}

.index_pointIcon {
	width: 25%;
	box-sizing: border-box;
	padding: 0 25px;
}

/* modify by david 20220823 start */
.index_pointIcon a {
	display: block;
}


/* modify by david 20220823 end */
.index_pointIcon img {
	width: 100%;
	height: auto;
}

@media(max-width:1600px) {
	.index_pointBg>.wrap {
		width: 75%;
	}
}

@media(max-width:1440px) {
	.index_pointBg>.wrap {
		width: 80%;
	}

	/* modify by david 20220823 start */
	.index_pointtextArea {
		max-width: calc(100% - 400px);
	}

	.index_pointIconArea {
		margin: 0px -15px;
		width: 400px;
	}

	.index_pointIcon {
		padding: 0px 15px;
	}

	/* modify by david 20220823 end */
}

@media(max-width:1280px) {
	.index_pointBg>.wrap {
		width: 85%;
	}

	.index_pointImg {
		width: 200px;
	}

	/* modify by david 20220823 start */
	.index_pointAreaIn {
		width: calc(100% - 200px);
		padding-left: 30px;
	}

	.index_pointTit {
		/* font-size: 28px; */
		/* font-size: 24px; */
	}

	.index_pointBrief {
		font-size: .875rem;
	}

	.index_pointtextArea {
		max-width: calc(100% - 350px);
	}

	.index_pointIconArea {
		margin: 0px -10px;
		width: 350px;
	}

	.index_pointIcon {
		padding: 0px 10px;
	}

	/* modify by david 20220823 end */
}

@media(max-width:1080px) {

	/* modify by david 20220823 start */
	.index_pointAreaIn {
		/* display: flex; */
		flex-direction: column;
		gap: .625rem;
		padding-left: 50px;
	}

	.index_pointtextArea {
		max-width: unset;
		width: 100%;
		text-align: center;
	}

	/* modify by david 20220823 end */


}

@media(max-width:990px) {
	.index_pointBg>.wrap {
		/* width: auto; */
		padding: 0 5px;
	}

	.index_pointAreaIn {
		/* modify by david 20220823 start */
		/* width: calc(100% - 230px); */
		/* padding-left: 10px; */
		padding-left: 0px;
		width: calc(100% - 200px);
		/* display: flex; */
		/* flex-direction: column; */
		/* justify-content: space-between; */
		/* align-items: center; */
		/* modify by david 20220823 end */

	}

	.index_pointtextArea {
		max-width: unset;
		width: 100%;
		text-align: center;

	}

	/* modify by david 20220823 start */
	.index_pointIconArea {
		margin: 0px;
		width: 100%;
		max-width: 70%;
	}

	.index_pointIcon {
		/* padding: 0 20px; */
		padding: 0px;
	}

	.index_pointIcon a {
		width: 70px;
		margin: 0 auto;
	}

	/* modify by david 20220823 end */


}

/* modify by david 20220823 start */
@media(max-width:768px) {
	.index_pointIconArea {
		max-width: 80%;
	}
}

/* modify by david 20220823 end */

@media(max-width:640px) {
	.index_pointArea {
		padding: 25px 0px;
	}

	.index_pointTit {
		font-size: 18px;
	}

	.index_pointBrief {
		font-size: 14px;
		padding: 10px 0;
	}

	/* modify by david 20220823 start */
	.index_pointAreaIn {
		width: calc(100% - 150px);

	}

	.index_pointIconArea {
		/* margin: 0px; */
		/* width: 100%; */
		/* justify-content: space-around; */
	}

	.index_pointImg {
		width: 150px;
	}

	.index_pointIcon {
		/* padding: 0px; */
		/* width: 50px; */
		/* height: 50px; */
	}

	.index_pointIcon a {
		width: 60px;
	}

	/* modify by david 20220823 end */


}

/* modify by david 20220823 start */
.index_pointIconArea {
	max-width: 90%;
}

/* modify by david 20220823 end */



@media(max-width:640px) {

	/* modify by david 20220823 start */
	.index_pointArea {
		flex-direction: column;
	}

	.index_pointImg {
		width: 50%;
		margin-bottom: 25px;
	}

	.index_pointAreaIn {
		/* width: calc(100% - 100px); */
		width: 100%;
		padding: 0 15px;
		/* padding-left: 30px; */
	}

	.index_pointTit {
		font-size: 20px;
	}

	.index_pointBrief {
		font-size: 15px;
	}

	.index_pointIconArea {
		max-width: 100%;

		/* justify-content: space-around; */
	}

	.index_pointIcon {
		/* padding: 0px; */
		/* width: 40px; */
		/* height: 40px; */
	}

	.index_pointIcon a {
		width: 70px;
	}

	/* modify by david 20220823 end */



}

@media (max-width: 375px) {

	/* modify by david 20220823 start */
	.index_pointTit {
		/* font-size: 16px; */
		font-size: 18px;
	}

	.index_pointBrief {
		/* font-size: 12px; */
		font-size: 14px;
	}

	.index_pointIcon {
		/* padding: 0px;
			width: 30px;
			height: 30px; */
	}

	.index_pointIcon a {
		width: 50px;
	}

	/* modify by david 20220823 end */
}





















/*///////////////////////////*/
/*------- 首頁網編燈箱 --------*/
/*///////////////////////////*/

.lightTextArea {
	display: none;
}

.lightTextArea.active {
	display: block;
}

.lightTextArea .lightboxMain {
	background: #fff;
	height: auto;
	/* transform: scale(0); */
}

.lightTextArea.active .lightboxMain {
	/* transform: scale(1); */
}

.lightTextArea .lightboxContentArea {
	/* height: 100%; */
	height: calc(80vh - 50px * 2);
	padding: 50px;
}

.lightTextArea .text_area {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 100%;
	/* max-height: calc(80vh - 50px * 2); */
	padding-right: 10px;
}


.lightTextArea .text_area::-webkit-scrollbar {
	/*滾動條整體樣式*/
	width: 5px;
	/*高寬分別對應橫豎滾動條的尺寸*/
	height: 1px;
}

.lightTextArea .text_area::-webkit-scrollbar-thumb {
	/*滾動條裡面小方塊*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	/*background: #535353;*/
	background-image: linear-gradient(to top, #afafaf 0%, #e5e5e5 100%);
}

.lightTextArea .text_area::-webkit-scrollbar-track {
	/*滾動條裡面軌道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #EDEDED;
}





/*關閉燈箱按鍵*/
.lightTextArea .lightboxCloseBtn {
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #333;
	background: #515151;
	right: 20px;
	top: 20px;
	border: solid #515151 1px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
	cursor: pointer;
	transition: 0.3s ease all;
	display: flex;
	transition: 0.3s ease all;
}

.lightTextArea .lightboxCloseBtn svg {
	fill: #fff;
	width: 25px;
	height: 25px;
	margin: auto;
	transition: 0.3s ease all;
}

.lightTextArea .lightboxCloseBtn:hover {
	background: #00ffff;
	border-color: #00ffff;
	transition: 0.3s ease all;
}

.lightTextArea .lightboxCloseBtn:hover svg {
	fill: #333;
	transform: rotate(15deg);
	transition: 0.3s ease all;
}


@media (max-width: 600px) {

	/*關閉燈箱按鍵*/
	.lightTextArea .lightboxCloseBtn {
		right: 0px;
		top: 0px;
	}


	.lightTextArea .lightboxContentArea {
		height: calc(80vh - 20px * 2);
		padding: 20px;
	}

	.lightTextArea .text_area {
		/* max-height: calc(80vh - 20px * 2); */
		padding-right: 5px;
	}

}

/* =============================== */
/* 影片專區 */
/* =============================== */


.index_videoBg{
	width: 100%;
	padding-top: 2.8125rem; /*45*/
	
}
.index_videoBg .wrap{
	
}
.index_videoBg .index_video_area{
	width: 100%;
	padding: 1.5625rem 0;
	
}

.index_videoBg .index_MagazineList{
	
	width: 100%;
	
	
	
}
.index_videoBg .index_MagazineList .index_MagazineListIn{

}

.index_videoBg .index_MagazineListIn a:hover {
	
}
.index_videoBg .index_MagazineList .index_MagazineImg a::before
{
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: 0.3s ease all;
	border-radius: 50px;
}
.index_videoBg .index_MagazineList:hover .index_MagazineImg a::before{
	opacity: 0.8;
}

.play_icon {
    position: absolute;
    /* top: 50%;
    left: 50%; */
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	aspect-ratio: 1;
    width:  clamp(1.6130rem, 2.6042vw, 3.1250rem); /* 25.81px , 2.6042vw , 50.00px */
    /* height: 60px; */
    z-index: 3;
}

.play_icon:before {
    position: absolute;
    transition: 0.3s ease all;
    font-family: 'Bootstrap-icons';
    content: '\F4F3';
    color: #fff;
    font-size: clamp(1.6130rem, 2.6042vw, 3.1250rem); /* 25.81px , 2.6042vw , 50.00px */
    line-height: 1;
    transform-origin: center;
    transition: all 0.3s ease-out;
    transform: scale(1);
	
}

.index_videoBg .index_MagazineList:hover
.play_icon:before {
	content: '\F4F2';
    color: #fff;
    transform: scale(1.2);
   
}
.index_videoBg .index_MagazineList .index_MagazineListIn .index_MagazineImg{
	width: 100%;
}
.index_videoBg .index_MagazineList .index_MagazineListIn .index_MagazineImg a{
	position: relative;
	display: block;
	padding-top: 65%;
	
}
.index_videoBg .index_MagazineList .index_MagazineListIn .index_MagazineImg 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;
	border-radius: 50px;
}





	/* 輪播箭頭樣式 */
	.index_videoBg .swiper-button-prev {
		position: absolute;
		top: 34%;
		/* modify by david 20220919 start */
		/* left: 0.6%; */
		left: 0;
		/* modify by david 20220919 end */
		margin: 0px;
		/* z-index: 10;
		cursor: pointer; */
		width: 15px;
		height: 22px;
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.index_videoBg .swiper-button-next {
		position: absolute;
		top: 34%;
		/* modify by david 20220919 start */
		/* right: 0.6%; */
		right: 0;
		/* modify by david 20220919 end */
		margin: 0px;
		/* z-index: 10;
		cursor: pointer; */
		width: 15px;
		height: 22px;
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.index_videoBg .swiper-button-prev {
		display: block;
		background-image: url(../images/chevron-left.svg);
	}

	.index_videoBg .swiper-button-next {
		display: block;
		background-image: url(../images/chevron-right.svg);
	}
.contactButton{
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_more_button {
    display: flex;
    justify-content: center;
    margin: clamp(.9375rem,1.5625vw,1.875rem) 0;
}

.news_more_button a {
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    border-radius: 0.625rem;
    background: var(--third_color);
    padding: 12px 30px;
    font-size: .9375rem;
    font-weight: 700;
    line-height: normal;
}

/*/////////////////////////////////////////////////////////*/
/*-------燈箱--------*/
/*/////////////////////////////////////////////////////////*/

	
	
/*燈箱*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	padding: 0;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
		min-height: 100vh;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		/* height:360px; */
		width: 70%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			position: absolute;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 0px;
			text-align: center;
			width: 34px;
			height: 34px;
			line-height: 34px;
			color: #333;
			background: var(--seventh_color);
			right: 20px;
			top: 20px;
			border: solid var(--seventh_color) 1px;
			border-radius: 50%;
			/* box-shadow: 0px 0px 6px rgb(0 0 0 / 10%); */
			cursor: pointer;
			transition: 0.3s ease all;
			display: flex;
			transition: 0.3s ease all;
			/* font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#2a6695;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2; */
		}
		.lightboxCloseBtn svg{
			fill: #fff;
			width: 25px;
			height: 25px;
			margin: auto;
			transition: 0.3s ease all;
		}
			.lightboxCloseBtn:hover {
				background: #b9b9b9;
				border-color: #b9b9b9;
				transition: 0.3s ease all;
			}
			.lightboxCloseBtn:hover svg{
				fill: #333;
				transform: rotate(15deg);
				transition: 0.3s ease all;
			}
			/* .lightboxCloseBtn:hover {
				background:#221912;
				color:#fff;
			} */
			
		/*燈箱資料區*/
		.lightboxContentArea {
			/* height: 100%; */
			/* height: 80vh; */
		}
		
/* .index_video_list {
	position:relative;
	float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		max-width: 15%;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			width:100%;
			height:auto;
		} */
		/*hover*/
		/* .index_video_list:hover > img {
			opacity:1;
		} */

/* .video_list_area {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	font-size:0px;
	margin:0 -12px -30px;
} */
/*firefox hack*/
/* @-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
} */

	/* .video_list {
		box-sizing:border-box;
		padding: 0px 12px 30px;
		width:33.3%;
	}

	.video_list2{
		width:100%;
		padding: 0px 0px 30px;
	} */


	/*firefox hack*/
	/* @-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
			border-radius: 5px;
			overflow: hidden;
		}
			.video_list_remark {
				font-size: 18px;
				line-height: 24px;
				color: #3d3d3d;
				padding: 10px 0px 0px 0px;
				font-weight: bold;
			} */
	  
	/*影音燈箱顯示時才會加*/
	.video_use {
		/* padding: 100px 0px; */
	}
		.video_use .lightboxMain {
			/* height: 450px; */
			aspect-ratio: 19 / 6;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
			aspect-ratio:  16 / 9;
		}

@media (max-width: 950px){	

	/*燈箱資料區*/
	.lightboxContentArea {
		
		/* height: 100%; */
	}

	/*燈箱主體*/
	.lightboxMain {
		width: 90%;
	}

}

@media (max-width: 600px){	

/* .video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
} */

	/*---Video---*/
	/* .video_list {
		width: 100%;
		padding:0 0 30px;
	} */
	/*.video_list:nth-child(2n+1) {
		padding: 35px 0px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 0px;
	}*/
	

	
	
}










/*/////////////////////////////////////////////////////////*/
/*-------首頁內容結束--------*/
/*/////////////////////////////////////////////////////////*/