﻿@charset "utf-8";
/* CSS Document */


html, body {
    margin: 0;
    padding: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}



/*左右間距*/
@media screen and (min-width: 768px) and (max-width: 1300px){
	.md\:px-40 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}



/*防產品輪播破版*/
@media screen and (max-width: 900px) {
.product_overhidden{overflow: hidden;}
}



/*js輪播套件start*/
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
	margin: 0px 10px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}

.slick-prev, .slick-next{
	width: 60px !important;
	height: 54px !important;
}
.slick-prev {
	left: -70px !important;
}
.slick-next {
    right: -70px !important;
}
.slick-prev::before{
	content: "" !important;
	display: block;
	background: transparent url(img/arrow_left.svg);background-size:contain;
	width: 60px;
	height: 54px;
}
.slick-next::before{
	content: "" !important;
	display: block;
	background: transparent url(img/arrow_right.svg);
	background-size:contain;
	width: 60px;
	height: 54px;
}
/*js輪播套件end*/

/*產品樣式*/
@media screen and (max-width: 480px) {
	#product_sub_item .grid-cols-2{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.product_item{
	position: relative;
	transition: all 0.5s ease 0s;
}
.product_item::before{
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #2c4a56;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: hard-light;
	transition: all 0.5s ease 0s;
}
.product_item:hover::before{
	mix-blend-mode: multiply;
}
.product_item::after{
	content: "";
	position: absolute;
	display: block;
	background: transparent url(img/p_p_border.png);
	background-size:contain;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.product_item:hover::after{
	opacity: 1;
}
.product_item > a{
	display: block;
	cursor: #fff;
}
.product_item_title{
	position: absolute;
	border-bottom: 1px solid #fff;
	width: 90%;
	padding-bottom: 25px;
	left: auto;
	right: 20px;
	top: 30%;
}
.product_item_title h5{
	color: #fff;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;/*指定行數...取代*/
	-webkit-box-orient: vertical;

}
.product_item_title h5::before{
	content: "▶";
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.product_item_img {
    position: absolute;
    z-index: 0;
    width: 100%;
    max-width: 43%;
    bottom: 3%;
    left: 5%;
}
.product_item .cross{
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: #fff;
	right: 0;
	bottom: -17px;
	transition: all 0.2s ease 0s;
}
.product_item .cross::before{
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	height: 1px;
	background-color: #2C4A56;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 50%);
	transition: all 0.2s ease 0s;
}
.product_item .cross::after{
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	height: 1px;
	background-color: #2C4A56;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 50%) rotate(90deg);
	transition: all 0.2s ease 0s;
}

.product_item:hover .cross::after{
	transform: translate(-50%, 50%) rotate(0deg);
}

.product-py-10{
	padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.product_start{
	width: 100%;
	text-align: center;
	color: #666;
	font-weight: bold;
}
.product_start img{
	max-width: 400px;
	margin: 40px auto 0;
}
@media screen and (max-width: 420px) {
    .product_start img{max-width: 100%;}
}

.select_item{
	color: #0096D9;
	border: 1px solid #0096D9;
}
.pbtn_active a{
	transition: all 0.2s ease 0s;
}
.pbtn_active a:hover{
	background-color: #0096D9;
	color: #fff !important;
}
.now_active{
	background-color: #0096D9;
	color: #fff !important;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}



/*產品列表*/
.productlist_wrap{flex-wrap: wrap;}
@media (min-width: 1301px) {
.productlist_wrap a{width: calc(100% / 3 - 11px);}
}
@media screen and (min-width: 1000px) and (max-width: 1300px){
.productlist_wrap a{width: calc(100% / 2 - 8px);}
}
@media screen and (min-width: 601px) and (max-width: 999px){
.productlist_wrap a{width: 100%;}
}



/*download*/
.dl_width {margin: 0 -3vw;}
.dl_width a {padding: 0 3vw;}

@media screen and (max-width: 1600px) {
.dl_width {margin: 0 -2vw;}
.dl_width a {padding: 0 2vw;}
}
@media screen and (max-width: 1024px) {
.dl_width {margin: 0 auto;}
.dl_width a {padding: 0;}
}


/*公司簡介*/
.about_infotext{
	font-size: 20px;
	line-height: 1.65;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.about_logoimg{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}


/*聯絡我們*/
@media screen and (min-width: 748px) and (max-width: 1600px){
	.codeimgtxt{
		display: block;
	}
}


/*footer*/
.footer_link{
	width: 100%;
	text-align: left;
}
.footer_link a{
	display: inline-block;
	margin-right: 3px;
}
.linkedinicon{
	margin-top: 6px;
	margin-left: 0 !important;
}
.linkedinicon img {
    height: 23px;
}

.block_footer > div:nth-child(1){width: 30%;}
.block_footer > div:nth-child(2){width: calc(100% - 30% - 250px);}
.block_footer > div:nth-child(3){width: 250px;}

@media screen and (max-width: 900px) {
	.block_footer > div:nth-child(1){width: 20%;}
	.block_footer > div:nth-child(2){width: calc(100% - 20% - 235px);padding-right: 0;}
	.block_footer > div:nth-child(3){width: 235px;}
}
@media screen and (max-width: 767px) {
	.block_footer > div{
		width: 100% !important;
		padding-right: 0;
		padding-left: 0;
	}
}

/*首頁*/
.proimg img{
	width: auto !important;
	height: 100%
}
@media screen and (max-width: 600px) {
	.proimg img{
		height: auto;
	}
}
.flexwrap{
	flex-wrap: wrap;
}
.container_indexabout{
	overflow: hidden;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.container_indexabout > div{
	height: 420px;
}
@media screen and (max-width: 1600px) {
	.container_indexnews > div > div:nth-child(1){
		width: 40%;
		overflow: hidden;
	}
	.container_indexnews > div > div:nth-child(1) img{
		transform: scale(1.5);
	}
	.container_indexnews > div > div:nth-child(2){
		width: 60%;
	}
}


/*產品內容內的表格*/
.product_detail_tab table{
	width: 100%;
	margin: 10px auto;
}
.product_detail_tab table td{
	width: auto !important;
}
.product_detail_tab table span{
	font-size: 16px !important;
}
.phone-info img{
	width: 16px !important;
}

@media screen and (max-width: 1200px) {
	.phone-info {display: block !important;}
	.product_detail_tab table{
		width: 1100px !important;
	}
}

/*左右滾動*/
.phone-info {display: none;}
.table01{width:100%;overflow-x: scroll;-webkit-overflow-scrolling: auto;margin-bottom: 0px;overflow-x: auto;}


/*回上一頁*/
.backpage {
    background-color: transparent;
    border: 1px solid #999;
    font-size: 15px;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
}