.product_area{
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.product_list{
	width: 25%;
	padding: 20px;
	
}
.product_list a{
	color: #000;
	text-decoration: none;
	display: block;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 58px;
}
/* .product_list a::before{
	content: '';
	width: 80px;
    height: 32px;
    background-color: #E02A27;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
}
.product_list a::after{
	content: 'NEWS';
    color: #fff;
    position: absolute;
    top: 38px;
    left: 16px;
    z-index: 3;
    font-size: 16px;
} */
.product_list_in.icon_hide::before{
display: none;
}
.product_list_in.icon_hide::after{
display: none;
}
.index_product_area{
	margin-top:60px;
}

.product_title{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: clamp(0.875rem, 0.742rem + 0.22vw, 1rem);
	padding: 20px 10px;
}
.product_info{
	width: 100%;
	background-color: #fff;
    /* transform: translateY(135px); */
    height: 58px;
    transform: translateY(0px);
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 0;
	/* padding: 20px; */
}
.product_description{
	opacity: 0;
	padding: 0 10px;
	transition: all .5s ease-in-out;
	font-size: clamp(0.75rem, 0.617rem + 0.22vw, 0.875rem);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	
}
.product_list:hover .product_info{
    height:160px;
	
}
.product_list:hover .product_description{
	opacity: 1;
}

.product_img{
	position: relative;
	padding-top: 80%;
}
.product_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	transition: all .5s ease-in-out;
}
.product_list:hover .product_img img{
	filter:grayscale(1)
}



.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(0, 0, 0, .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: -5px;
	background-image: url(../../../index/images/left_arrow2.svg);
}

.product_BgIn .swiper-button-next {
	right: -5px;
	background-image: url(../../../index/images/right_arrow2.svg);
}

.bigProduct_img {
	position: relative;
	padding-top: 100%;
	/* border-radius: 10px; */
	overflow: hidden;
	width: 100%;
}
.bigProduct_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute; /* 讓 a 標籤也填滿 */
    top: 0;
    left: 0;
}

.smallProduct_img a{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute; /* 讓 a 標籤也填滿 */
    top: 0;
    left: 0;
}
#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_BgIn .smallProduct_img {
	position: relative;
	padding-top: 100%;
	/* 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(0, 0, 0, .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::before {
	opacity: 1;
}

.product_BgIn .smallProduct_img:hover::after {
	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: 35%;
	/* padding-right: 20px; */
}

.product_mainTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.product_mainTitle span {
	vertical-align: -5px;
}

.product_detail {
	margin: 20px 0;
}

.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: 60%;
}

.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: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%;
	}
}




.share_bg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: flex-end; */
	padding-bottom: 20px;
}

.share_title {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.1;
}

.share_content {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-right: -5px;
}

.share_content .list {
	box-sizing: border-box;
	padding: 5px;
}

.share_content .list a {
	display: block;
	text-decoration: none;
	background-color: #333;
	padding: 7px;
	border-radius: 50%;
	transition: 0.3s ease all;
}

.share_content .list a:hover {
	opacity: 0.5;
}

.share_content .list img {
	width: 15px;
	height: auto;
}
















