@import url("style_product_en.css");

.containerIn {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

/*/////////////////////////////////////////////////////////*/
/*產品內頁資訊*/
/*/////////////////////////////////////////////////////////*/	
	
/*----產品內頁上-----*/

.pI_Top{
	/* margin-top: -30px; */
}
	/* 產品內頁上左--------------------------------- */
	.pIT_left{
		/* float: left; */
		box-sizing: border-box;
		/* width: 40%; */
		width: 300px;
		position: relative;
	}		

	.pIT_left .swiper-container.mySwiper2{
		--swiper-navigation-color: #fff; 
		--swiper-pagination-color: #fff
	}
	.pIT_left .swiper-container {
        width: 100%;
        height: 100%;
      }

      .pIT_left .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;
      }

      .pIT_left .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .pIT_left .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .pIT_left .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .pIT_left .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .pIT_left .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .pIT_left .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
		cursor: pointer; 
      }

      .pIT_left .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
		cursor: pointer; 
      }

      .pIT_left .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

	.pIT_left .swiper-button-next ,
	.pIT_left .swiper-button-prev{
		z-index: 2;
		/* top: unset;
		bottom: 35px; */
		top: 74%;
		bottom: unset;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		border: 1px #f0f0f000 solid;
		box-shadow: 0 18px 40px #3333331a;
		border-radius: 50%;
	}
    
    .swiper-button-prev svg, .swiper-button-next svg{
        display: none;
    }

	.pIT_left .swiper-button-next{
		right: -30px;
		background-image: url(../../../index/images/right_arrow.png);
	}
	.pIT_left .swiper-button-prev{
		left: -30px;
		background-image: url(../../../index/images/left_arrow.png);
	}










	/* 產品內頁上右 ----------------------------------*/
	.pIT_right{
		/* float: right; */
		box-sizing: border-box;
		/* width: 55%; */
		width: calc(100% - 400px);
	}

	.pITR_In{

	}
		.pITR_tit{
			font-family: 'genseki_b';
			font-size: 30px;
			line-height: 1.5;
			margin: 0px 0 0px;
			padding: 0 0 5px;
			color: #1c2a5b;
		}
			.pITR_tit h2{
				padding: 0;
				margin: 0;
				font-size: inherit;
				font-weight: bold;
			}

			.modle_text {
				padding-bottom: 15px;
			}

			.modle_text>span{
				color: #555555;
				font-size: clamp(0.875rem, 0.742rem + 0.22vw, 1rem);
				font-weight: 600;
			}


		/* 商品說明短文字 */
		.pITR_remark{
			font-size: 17px;
			line-height: 1.5;
			color: #1c2a5b;
			word-wrap: break-word;
			font-family: 'Noto Sans TC', sans-serif;
			padding: 0 0 20px;
		}
	
	/* 兩個按鍵時 */
	.pITR_In .btn_area{
		padding: 0;
		margin: 0;

		display: flex;
		flex-wrap: wrap;
		/* align-items: center;
		justify-content: space-between; */
		gap: 5px;
	}
	.two_btn{	
		text-align: left;
	}
		.pITR_In .btn_area input{
		}
		.pITR_In .btn_area input:first-of-type{
			margin-left: 0;
		}
		
		.add_to_RFQ_btn,
		.add_to_Comparison_btn,
		.download_spe_btn {
			display: inline-block;
		}

		a.add_to_RFQ,
		a.add_to_Comparison,
		a.notes {
			background-color: #1472d9;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 42px;
			width: clamp(8.125rem, 6.125rem + 3.23vw, 10rem);
			border-radius: 4px;
			text-decoration: none;
		}

		a.add_to_RFQ span,
		a.add_to_Comparison span,
		a.notes span {
			color: #fff;
			font-size: clamp(0.75rem, 0.483rem + 0.43vw, 1rem);
		}





@media (max-width: 1280px){

.pI_Top{
	/* padding-bottom: 50px; */
}
	/* 產品內頁上左--------------------------------- */
	.pIT_left{
		/* width: 380px; */
	}	
		.pIT_left .swiper-button-next ,
		.pIT_left .swiper-button-prev{
			/* bottom: 100px; */
			background-size: 40px;
			width: 40px;
			height: 40px;
		}

		.pIT_left .swiper-button-next{
			right:-20px;
		}
		.pIT_left .swiper-button-prev{
			left:-20px;
		}
	/* 產品內頁上右 ----------------------------------*/
	.pIT_right{
		/* width: calc(100% - 480px); */
	}

}



@media (max-width: 990px){
	
	.containerIn {
		flex-direction: column;
	}

	.pI_Top{
		margin-top: -20px;
		padding-bottom: 30px;
	}
		/* 產品內頁上左--------------------------------- */
		.pIT_left{
			width: 100%;
		}	
		.pIT_left .swiper-button-next ,
		.pIT_left .swiper-button-prev{
			bottom: 100px;
		}
		/* 產品內頁上右 ----------------------------------*/
		.pIT_right{
			width: 100%;
			padding-top: 30px;
		}
			/* 兩個按鍵時 */
			.two_btn{	
				text-align:center;
			}
				.pITR_In .btn_area input:first-of-type{
					margin: 0px 5px;
				}

}

@media (max-width: 640px){

	.pIT_left .swiper-button-next ,
	.pIT_left .swiper-button-prev{
		display: none;
	}
	
}

/* 回上一頁按鈕-------------------------------- */
.btn_area.one {
    text-align: center;
    padding: 40px 0 10px 0;
}




/* ====== table 基本結構 ====== */
.spec_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

/* ====== 共用欄位樣式 ====== */
.spec_table th,
.spec_table td {
  border: 1px solid #333;
  padding: 6px 10px;
  vertical-align: middle;
  font-size: clamp(0.875rem, 0.742rem + 0.22vw, 1rem);
}

/* ====== 左側標題欄 ====== */
.spec_label {
  width: 35%;
  text-align: left;
  font-weight: normal;
  background-color: #d4d4d4;
  color: #565656;
  white-space: nowrap;
}

/* ====== 右側內容欄 ====== */
.spec_value {
  width: 65%;
  text-align: left;
  word-break: break-word;
}