

/* 產品區塊輪播 */
.product_BgIn{
	margin: 50px 0;
}


.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.product_BgIn .swiper {
	width: 100%;
	height: 100%;
}

.product_BgIn .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product_BgIn .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.product_BgIn .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.product_BgIn .swiper-slide {
	background-size: cover;
	background-position: center;
}

.product_BgIn .mySwiper2 {
	height: 80%;
	width: 100%;
}

.product_BgIn .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.product_BgIn .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	/* opacity: 0.4; */
}

.product_BgIn .mySwiper .swiper-slide-thumb-active .smallProduct_img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(181, 138, 96, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	transition: var(--hover_word);
	cursor: pointer;
}

.product_BgIn .mySwiper .swiper-slide-thumb-active .smallProduct_img::after {
	font-family: "Material Icons";
	content: "\e412";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 24px;
	opacity: 1;
	transition: var(--hover_word);
	cursor: pointer;
}

/* 左右鍵 */
.product_BgIn .swiper-button-prev,
.product_BgIn .swiper-button-next {
	width: 30px;
	height: 30px;
	background-size: 30px;
}

.product_BgIn .swiper-button-prev {
	left: -20px;
	/* background-image: url(../index/images/left_arrow02.svg); */
	background-image: url(../../../index/images/left_arrow02.svg);
}

.product_BgIn .swiper-button-next {
	right: -20px;
	/* background-image: url(../index/images/right_arrow02.svg);*/
	background-image: url(../../../index/images/right_arrow02.svg);
} 

/* 大圖列表 */
.bigProduct_img {
	position: relative;
	padding-top: 68%;/* 20250512修改  商品圖建議尺寸:1129px X 766px  */
	/* border-radius: 10px; */
	overflow: hidden;
	width: 100%;
}

#big_img1 {
	display: block;
}

.product_BgIn .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;


	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: 0.3s ease all;
}


/* 小圖區塊 */

.product_moreImg{
	position: relative;
}



.product_BgIn .swiper-button-prev,
.product_BgIn .swiper-button-next{
	position: absolute;
    background-color: var(--sec_color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: -2px 1px 2px 1px rgba(0, 0, 0, 0.2);
}



.product_BgIn .smallProduct_img {
	position: relative;
	padding-top: 68%; /* 20250512修改  商品圖建議尺寸:1129px X 766px */
	/* border-radius: 5px; */
	overflow: hidden;
	width: 100%;
	/* margin: 0px;
	padding: 10px 15px 0px 15px; */
}

.product_BgIn .smallProduct_img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(181, 138, 96, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: var(--hover_word);
	cursor: pointer;
}

.product_BgIn .smallProduct_img::after {
	font-family: "Material Icons";
	content: "\e412";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 24px;
	opacity: 0;
	transition: var(--hover_word);
	cursor: pointer;
}

.product_BgIn .smallProduct_img:hover::after,
.product_BgIn .smallProduct_img:hover::before {
	opacity: 1;
}


.product_BgIn .smallProduct_img a {
	display: block;
	/* position: relative;
		padding-top: 100%;
		border-radius: 10px;
		overflow: hidden;
		width: 100%;*/
}

.product_BgIn .smallProduct_img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: 0.3s ease all;
}


/* ------------------------ */
.product_top {
	display: flex;
	justify-content: space-between;
}


.product_left {
	width: 40%; /* 20250512修改 */
	/* padding-right: 20px; */
}

.product_mainTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	display: flex;
	line-height: 1.2;
}

.product_mainTitle span {
	vertical-align: -5px;
	margin-right: 10px;
    display: inline-block;
}

.product_detail {
	margin: 20px 0;
	line-height: 1.2;
}

.product_img {
	position: relative;
	padding-top: 100%;
}

.product_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.product_right {
	width: 58%; /* 20250512修改 */
}

.product_bottom {
	margin: 30px 0;
}

.product_bottom_title {
	background-color: #777777;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	margin: 0 0 35px;
}


@media(max-width:1440px){
	.product_list {
		width: 33.3%;
	}
	.product_img {
		padding-top: 80%;
	}
}
@media(max-width:1200px){
	.product_list {
		width: 50%;
	}
}


@media(max-width:820px){
	.product_BgIn .swiper-button-prev {
		left: -10px;
	}
	
	.product_BgIn .swiper-button-next {
		right: -10px;
	} 
	
}

@media(max-width:640px){
	.product_area{
		margin: 0;
		margin-bottom: -20px;
	}
	
	.product_list {
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}
	.product_top{
		display: block;
	}
	.product_left{
		width: 100%;
	}
	.product_right{
		width: 100%;
	}
	
}

@media(max-width:320px){
	.product_BgIn .swiper-button-prev {
		left: -5px;
	}
	
	.product_BgIn .swiper-button-next {
		right: -5px;
	} 
	
}