@charset "utf-8";
/*副標題*/
/* .product_subtitle{
	color: #00bcd4;
	font-weight: normal;
	margin-bottom: 25px;
} */

/* 20201022 - Ivan 2020/10 改版 */
.product_subtitle {
	color: #00bcd4;
	font-weight: normal;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 34px;
}

@media screen and (max-width: 1199px) {
	.product_subtitle {
		margin-bottom: 40px;
	}
}

/*---開合區---*/
.toggle_list{
	display: block;
}
.toggle_list>li{
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
.toggle_list>li:first-child{
	border-top: 1px solid #e5e5e5;	
}
/*title*/
.toggle_list>li>h3.toggle_title{
	font-weight: normal;
	color: #313131;
	height: 70px;
	padding: 5px 65px 5px 65px;
	position: relative; 
	cursor: pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.toggle_list>li>h3.toggle_title div{
	width: 100%;
	text-align: left;
	max-height: 60px;
	overflow: hidden;
}
.toggle_list>li>h3.toggle_title:before{
	font-family: 'FontAwesome';
    content: "\f055";
    color: #00bcd4;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 26px;
    -webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.toggle_list>li>h3.toggle_title.open:before{
	content: "\f056";
}
.toggle_list>li>h3.toggle_title:hover{
	background: #00bcd4;
	color: #fff;
}
.toggle_list>li>h3.toggle_title.open:hover{
	background: transparent;
	color: #313131;
}
.toggle_list>li>h3.toggle_title:hover:before{
	color: #fff;
}
.toggle_list>li>h3.toggle_title.open:hover:before{
	color: #00bcd4;
}
/*content*/
.toggle_content{
	/* display: none;
	padding: 10px 65px 50px 65px; */
	padding-bottom: 80px;
}
.toggle_content:last-child {
	padding-bottom: 0;
}
/*table*/
.item_sort_table th,
.item_sort_table td{
	padding-left: 20px;
	padding-right: 20px;
}
.item_sort_table .dl_th{
	width: 100px;
}
.item_sort_table .cte_th{
	width: 170px;
}
.item_sort_table .tg_th{
	width: 145px;
}
.item_sort_table .dk_th{
	width: 160px;
}
.item_sort_table .df_th{
	width: 170px;
}
/*排序th*/
.sort_th{
	cursor: pointer;
}
.item_sort_table .sort_th:after{
	font-family: 'FontAwesome';
    content: "\f0d8";
}
.item_sort_table .sort_th.desc:after{
    content: "\f0d7";
}
@media screen and (max-width: 1199px){
	.toggle_list>li>h3.toggle_title{
		padding: 5px 10px 5px 50px;
	}
	.toggle_content{
		padding-left: 0;
		padding-right: 0;
		overflow: auto;		
	}
	.toggle_content_inner{
		width: 100%;
		min-width: 980px;
	}
}

/* 產品內容頁卡片 */
.prod_cards_wrapper {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.prod_card_link {
	display: block;
	width: calc((100% - 18px)/3);
	height: 520px;
}

.prod_card_link.application {
	height: 450px;
}

.prod_card_link:nth-child(2) {
	margin: 0 9px;
}

.prod_card {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.info_panel {
	position: absolute;
	bottom: -142px;
	height: 237px;
	/* top: calc(100% - 95px); */
	padding: 18px 20px 20px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #FFFFFF;
	transition: all 0.4s;
}

.prod_title {
	height: 68px;
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
}

.prod_desc {
	margin-top: 10px;
	/* margin-top: 35px; */
	font-size: 16px;
	line-height: 24px;
	height: auto;
	max-height: 48px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	display: -webkit-box;
	overflow: hidden;
}

.add_icon {
	margin-top: 45px;
}

.prod_card_link:hover .info_panel {
	/* top: 100%;
	transform: translate(0, -100%); */
	bottom: 0;
}

@media screen and (max-width: 1199px) {
	/* 20201103 - Ivan 移除 mobile hover 效果 */
	/* .prod_card_link:hover .info_panel {
		top: calc(100% - 95px);
		transform: none;
	} */

	.prod_cards_wrapper {
		display: block;
	}

	.prod_card_link {
		margin: 0 auto;
		margin-bottom: 25px;
		width: 364px;
	}

	.prod_card_link:nth-child(2) {
		margin: 0 auto;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.prod_card_link {
		width: 100%;
	}

	.prod_card {
		background-size: cover;
	}

	.prod_card_link:hover .info_panel {
		/* top: 100%;
		transform: translate(0, -100%); */
		bottom: -142px;
	}
}

/* Contact Details Form */
.contact_details_title {
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 34px;
	color: #00BCD4;
}

.horizontal_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.input_wrapper_message {
	margin-top: 25px;
}

.input_wrapper {
	display: flex;
	flex-direction: column;
	width: 500px;
}

.input_wrapper_message {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contact_details_form label {
	margin: 0;
	font-size: 16px;
	line-height: 40px;
	color: #263238;
	font-weight: normal;
}

.input_wrapper .required,
.input_wrapper_message .required,
.validation_wrapper .required {
	color: #E65100;
}

.input_wrapper input,
.input_wrapper_message textarea,
.validation_wrapper input {
	border: 1px solid #DCDCDC;
}

.input_wrapper input,
.input_wrapper_message textarea {
	margin-top: 10px;
}

.input_wrapper input,
.validation_wrapper input {
	height: 48px;
}

.validation_wrapper input {
	width: 220px;
}

.privacy_info {
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
}

.agree_wrapper {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
	height: 32px;
}

.agree_wrapper .agree_label {
	margin: 0;
	line-height: 32px;
}

.agree_wrapper input {
	margin-right: 20px;
	width: 23px;
	height: 23px;
}

.contact_details_form .validation_label {
	display: block;
	margin-bottom: 10px;
}

.contact_details_form #contact_send {
	width: 100%;
	max-width: 275px;
	height: 48px;
	font-size: 16px;
	line-height: 30px;
	background-color: #00BCD4;
	color: #fff;
	border-right: 0;
	border-bottom: 0;
	border-radius: 5px;
	border-color: #00bcd4;
	outline: none;
	padding: 0;
}

.validation_wrapper {
	margin-top: 50px;
	margin-bottom: 30px;
}

.validation_image {
	margin: 0 15px;
}

.vcode_update_link {
	cursor: pointer;
}

.contact_send_arrow {
	margin-left: 10px;
	font-size: 20px;
	line-height: 30px;
}

/* .contact_details_form_wrapper .remind_bg {
	border: 1px solid red;
	background-color: #FFECEE;
} */

.contact_details_form_wrapper .remind {
	color: red;
}

@media screen and (max-width: 1199px) {
	.horizontal_wrapper {
		display: block;
	}

	.horizontal_wrapper .input_wrapper:nth-child(2) {
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.contact_details_title {
		margin-bottom: 40px;
	}

	.input_wrapper {
		width: 100%;
	}

	.horizontal_wrapper {
		margin-top: 30px;
	}

	.input_wrapper_message {
		margin-top: 30px;
	}

	.privacy_info {
		margin-top: 30px;
	}

	.horizontal_wrapper .input_wrapper:nth-child(2) {
		margin-top: 30px;
	}

	.validation_wrapper {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.validation_image {
		margin-left: 0;
	}

	#vcode {
		margin-right: 15px;
		margin-bottom: 20px;
	}

	.contact_details_form #contact_send {
		display: block;
		margin: 0 auto;
	}
}
