@charset "utf-8";
/*---Overview---*/
.application_overview_list{
	display: block;
}
.application_overview_list li{
	display: block;
	width: 350px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.application_overview_list li:nth-child(3n+3){
	margin-right: 0;
}
.application_overview_list li a{
	display: block;
	width: 350px;
	height: 200px;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	background-color: #00bcd4;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/application/emc_application_bg.jpg);
}
/*圖文table*/
.application_overview_list li table{
	width: 100%;
	height: 200px;
	table-layout: fixed;
}
.application_overview_list li table td{
	vertical-align: middle;
}
.application_overview_list li table .img_td{
	width: 155px;
	text-align: center;
}
.application_overview_list li table .text_td{
	padding-right: 20px;
}

@media screen and (max-width: 1199px){
	.application_overview_list{
		width: 730px;
		margin: 0 auto;
	}
	.application_overview_list li:nth-child(3n+3){
		margin-right: 30px;
	}
	.application_overview_list li:nth-child(2n+2){
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.application_overview_list{
		width: 350px;
	}
	.application_overview_list li{
		margin-right: 0;
	}
	.application_overview_list li:nth-child(3n+3){
		margin-right: 0;
	}
}
@media screen and (max-width: 390px){
	.application_overview_list,
	.application_overview_list li,
	.application_overview_list li a{
		width: 100%;
	}
	.application_overview_list li a{
		font-size: 20px;
	}
	.application_overview_list li table .img_td{
		width: 45%;
	}
}

/*---Detail---*/
/*上方圖片*/
.application_top_img{
	text-align: center;
	margin-bottom: 60px;
}

.application_html.html_edit {
	padding-bottom: 80px;
}

/* 20201022 - Ivan 2020/10 改版 */
.application_subtitle {
	/* margin-top: 100px; */
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 40px;
	color: #00BCD4;
	font-weight: normal;
}

/* @media screen and (max-width: 767px) {
	.application_subtitle {
		margin-top: 80px;
	}
} */

/* 應用內容頁卡片 */
.app_cards_wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.app_card_link {
	position: relative;
	text-decoration: none;
	display: block;
	flex-shrink: 0;
	margin-bottom: 30px;
	width: calc((100% - 18px)/3);
	height: 240px;
}

.app_card_link:nth-child(3n+2) {
	margin: 0 9px;
}

.app_card {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.gray_block {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
	height: 72px;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	transition: all 0.4s;
}

.app_card_link:hover .gray_block {
	background-color: rgba(0, 188, 212, 0.75);
}

.app_title {
	display: inline-block;
	width: 100%;
	max-width: 324px;
	height: 32px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	/* text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	display: -webkit-box; */
	overflow: hidden;
	word-break: break-word;
}

.add_icon.application {
	margin-top: 10px;
}

@media screen and (max-width: 1199px) {
	.app_card_link:last-child {
		margin-bottom: 0;
	}
	
	.app_cards_wrapper {
		display: block;
	}

	.app_card_link {
		margin: 0 auto;
		margin-bottom: 25px;
		width: 364px;
	}

	.app_card_link:nth-child(3n+2) {
		margin: 0 auto;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.app_card_link {
		width: 100%;
		max-width: 364px;
	}

	.app_title {
		max-width: 670px;
	}
}
