@charset "utf-8";
/* CSS Document */

.imagelink_section {
	text-align: center;
	
	/*background-color: var(--color-ff);*/
	
	/*background-image: url(../../images/news/news_section_bg.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.imagelink_section .imagelink_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	padding: 35px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.imagelink_section .imagelink_container a .box {
	/*margin: 25px 1%;*/
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
	border: 1px solid #a698ca; /*#4c39e0*/
	/*padding: 45px 25px 25px;*/
	padding: 2.5px 5px 2.5px 5px; /*5px 5px 5px 5px*/
	border-radius: 0em; /*20px*/
	background: #d0bfff; /*#4c39e0*/
	
	margin: 0 0 15px 0;
}

.imagelink_section .imagelink_container a .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	
	border-radius: 15px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.imagelink_section .imagelink_container a .box .img-box img {
	width: 100%;
}

.imagelink_section .imagelink_container a .box .detail-box {
	padding: 25px 20px 25px 20px; /*15px 20px 15px 20px / 25px 20px 5px 20px */
	/*margin-top: 25px;*/	
}

.imagelink_section .imagelink_container a .box .detail-box .icon {
	position: absolute;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	width: 64px; /*50*/
	height: 64px; /*50*/
	border-radius: 0; /*16px*/
	top: 7%; /*8%*/
	left: 8%;
}
.imagelink_section .imagelink_container a .box .detail-box img {
	width: 64px; /*40/20*/
}

.imagelink_section .imagelink_container a .box .detail-box .icon {
	background-color: transparent; /*#FFFFFF*/
}
/*.imagelink_section .imagelink_container a .box .detail-box .icon:hover {
	background-color: #6C5FD2;
}*/

.imagelink_section .imagelink_container a .box .detail-box h4 {
	position: relative;
	font-size: 1.125em;
	font-weight: 600;
	color: #333333;
	text-align: left;
	margin-bottom: 0rem;
	
	margin-left: 64px; /*50px*/
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 1;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 45px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}

.imagelink_section .imagelink_container a .box .detail-box h4:hover {
	color: #FF0000);
}

.imagelink_section .imagelink_container a .box .detail-box p {	
	position: relative;
	color: #333333;
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 55px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}

.imagelink_section .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.imagelink_section .btn-box .btn-xl {
	display: inline-block;
	text-transform: capitalize;
	padding: 1rem 3rem;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .1rem;
	color: #FFFFFF;
	
	border-radius: 99rem !important;
	margin: 15px 0 15px 0; /*25px 0 45px 0*/
}

.imagelink_section .btn-box .bg-btn-xl {
	background-color: #4c39e0;
	border-color: #4c39e0
}

.imagelink_section .btn-box .bg-btn-xl:active,
.imagelink_section .btn-box .bg-btn-xl:focus,
.imagelink_section .btn-box .bg-btn-xl:hover {
	background-color: #FF0000)!important;
	border-color: #FF0000)!important
}

.imagelink_section .btn-box .bg-btn-xl:focus {
	box-shadow: 0 0 0 .2rem rgba(2255,255,255,.5)
}

/* ====================================*/
.imagelink_section .btn-box a {
	display: inline-block;
	padding: 10px 35px;
	background-color: #582fd7;
	color: #FFFFFF;
	border-radius: 5px;
}

.imagelink_section .btn-box a:hover {
	background-color: #6944db;
}
/* ====================================*/


/* ====================================*/
/* ===== 重要 HOVER 動作 ===============*/
/* ====================================*/
.imagelink_section .imagelink_container a .box:hover {
	border: 1px solid #4c39e0;
	background: #FFFFFF;	
}
/*.imagelink_section .imagelink_container a .box:hover .detail-box:hover .icon {
    background-color: transparent;
	border: 1px solid #4c39e0;
}*/
.imagelink_section .imagelink_container a .box .detail-box:hover h4 {
	color: #4c39e0;
}
/* ====================================*/
/* ===== 重要 HOVER 動作 ===============*/
/* ====================================*/