/*/////////////////////////////////////////////////////////*/
/*-------06/20 Abby從這裡開始 --------*/
/*/////////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/
.contactArea{
	/* margin: -15px; */
}

.contact_left {
	box-sizing: border-box;
    /* padding: 15px; */
	margin-bottom: 45px;
    /* width: 50%; */
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.contact_info{
	width: 60%;
	padding-right: 10px;
	box-sizing: border-box;
}
.contact_info ul{
	padding-left: 0;
}
.contact_info ul li{
	list-style-type: none;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	word-break: break-word;
}
.contact_info ul li span{
	padding-right: 10px;
}
.contact_right {

	display: none;
}

.contact_left .text_area {
    display: flex;
	line-height: 1.2;
}



@media (max-width: 990px){
	
	.contact_left {
		display: flex;
		flex-direction: column;
	}
	.contact_info{
		width: 100%;
	}

	.contact_left .text_area {
		display: flex;
		flex-direction: column;
	}




}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*-------Library--------------------------------------------*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.InNewsArea_title{
	font-size: 36px;
    font-weight: 600;
    margin: 25px 0;
}
   


.InNewsArea{
	margin: 0px -20px -40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	vertical-align: middle;
	padding-top: 20px;
}

         
/*Library列表*/
.news_list{
	width: 33.3%;
	box-sizing: border-box;
	padding: 0px 20px 40px;
}

.news_listIn{
	-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
	/*Library圖片*/
	.news_img{
		box-sizing:border-box;
		vertical-align: top;
		position:relative;
		background: #d8c6bd;
		transition:0.3s ease all;
	}
	.news_img a{
		display: block;
		text-decoration: none;
	}
		.news_img img{
			width:100%;
			height:auto;
			transition:0.3s ease all;
		}	
		.news_img a:hover{
			opacity: 0.8;
			text-decoration: none;
		}	
	
	.news_category{
		position:absolute;
		content:"";
		top: 5px;
		left: -5px;
		z-index: 2;
		max-width: 80px;
	}
		.news_category span{
			display:block;
			text-decoration:none;
			font-size:14px;
			line-height:25px;
			padding: 3px 10px;
			background-color: #fec429;
			color:rgb(32, 32, 32);
			
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}	
		.news_img:hover .news_category a{
			transition:0.3s ease all;
			background-color: #000;
			color: #fff;
		}		
		
		
		
	
	/*Library右*/
	.index_news_R{
		padding: 20px;
		background-color: #fff;
	}
		/*Library日期*/
		.news_time{
			font-family: 'Montserrat', sans-serif;
			color: #9c9c9c;
			font-size:14px;
			line-height:20px;
		}
		/*Library標題*/
		.news_title{
			color:#1a9ab5;
			font-size:18px;
			line-height:22px;
			margin:5px 0px 0px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}
			.news_title a{
				font-weight: bold;
				color:#1a9ab5;
				display:block;
				text-decoration:none;
				transition:0.3s ease all;
			}
			.news_title a:hover{
				transition:0.3s ease all;
				opacity:0.5;
			}			
			
		/*Library簡述*/
		.news_text{
			padding:10px 0px 0px;
			color:#9c9c9c;
			font-size:14px;
			line-height:20px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}
			

		.number_pageArea {
			text-align: center;
			margin: 30px 0px 0px;
			position: relative;
			z-index: 5;
			font-family: var(--foreign_font);
		}
	
	
	
	.InNewsArea_wrap .btn_area{
		text-align: right;
	}
			
@media (max-width:990px){	
	.InNewsArea_title{
		font-size: 28px;
		margin:15px 0;
	}
	   
	.InNewsArea{
		margin: 0px -10px -20px;
	}
				
	/*Library列表*/
	.news_list{
		width: 50%;
		box-sizing: border-box;
		padding: 0px 10px 20px;
	}

}

			
@media (max-width:640px){	

	.InNewsArea{
		margin: 0px 0px -20px;
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
	}
				
	/*Library列表*/
	.news_list{
		width: 100%;
		padding: 0px 0px 20px;
	}

}









/*/////////////////////////////////////////////////////////*/
/*-------影音專區--------*/
/*/////////////////////////////////////////////////////////*/

ul.video_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 影音專區_列表 */
	ul.video_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 33.3%;	
		padding: 0 15px 30px;
	}
        .video_list{	
			font-size: 15px;
			line-height: 1.5;	
			background-color: var(--primary_color);
			padding: 10px;	
			transition: 0.3s ease all;	
		}
		.video_list:hover{		
			background-color: #838987;		
		}
			.video_list a{		
				display: block;
				text-decoration: none;				
				color: var(--primary_color);	
				word-wrap: break-word;
				word-break: break-all;
				transition: all .3s ease-in;
			}
			.video_list:hover a{
				color: #000;	
			}
                /* 影音專區_列表_圖 */
				.video_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 70%;
					overflow: hidden;
					display: block;
				}    
				.video_img::before{
					content: '';
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, .7);
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
					opacity: 0;
					transition: 0.3s ease all;
				}       
				.video_list:hover .video_img::before{
					opacity: 1;
				}                                  
					.video_img img{	
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						right: 0;
						float: none;
						/* border-radius: 50%; */
						width: 100% !important;
						height: 100% !important;
						object-fit: cover;
						transition: all 0.3s ease-out;				
					}
					/* .video_img img.play{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: auto;
						z-index: 1;
					} */
					.play_icon{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: 50px;
						z-index: 3;
					}
					.video_list:hover .play_icon{
						transform: translate(-50% , -60%);
						transition:0.3s ease all;
						
					}
					.play_icon:before {
						position: absolute;
						transition: 0.3s ease all;
						font-family: 'Bootstrap-icons';
						content: '\F4F3';
						/* top: 50%;
						right: 10px;
						transform: translateY(-50%); */
						color: #fff;
						font-size: 50px;
						line-height: 50px;
						transform-origin: center;
						transition: all 0.3s ease-out;
						transform: scale(1);
					}
					.video_list:hover .play_icon:before{
						color: #fff;
						transform: scale(1.2);
					}

				/* 影音專區_列表_標題 */
				ul.video_area h3.title{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: #fff;	
					margin-top: 10px;
					
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
					text-align: center;
					
				}
				
                /* 友站連結_列表_網址 */
				/* ul.video_area h4.url_link{	
					padding: 0;
					margin: 0;
					font-size: 12px;
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;					
				} */
				
				.video_description{
					text-align: center;
					margin-top: 30px;
				}

@media(max-width:1440px){
	ul.video_area li{
		width: 33.3%;
	}
}
@media (max-width: 1100px){

	ul.video_area{	
	}	
		/* 友站連結_列表 */
		ul.video_area li{
			width: 33.3%;	
		}

}
@media (max-width: 640px){

	ul.video_area{	
		margin: 0 -5px -10px;
	}	
		/* 友站連結_列表 */
		ul.video_area li{
			width: 50%;	
			padding: 0 5px 10px;
		}
			.play_icon {
				width: 20px;
				height: 20px;
			}
				.play_icon:before {
					font-size: 20px;
					line-height: 20px;
				}
				ul.video_area h3.title {
					margin-top: 5px;
				}

}







/*/////////////////////////////////////////////////////////*/
/*-------燈箱--------*/
/*/////////////////////////////////////////////////////////*/

	
	
/*燈箱*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		width:80%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			position: absolute;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 0px;
			text-align: center;
			width: 34px;
			height: 34px;
			line-height: 34px;
			color: #333;
			background: var(--primary_color);
			right: 20px;
			top: 20px;
			border: solid var(--primary_color) 1px;
			border-radius: 50%;
			/* box-shadow: 0px 0px 6px rgb(0 0 0 / 10%); */
			cursor: pointer;
			transition: 0.3s ease all;
			display: flex;
			transition: 0.3s ease all;
			/* font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#2a6695;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2; */
		}
		.lightboxCloseBtn svg{
			fill: #fff;
			width: 25px;
			height: 25px;
			margin: auto;
			transition: 0.3s ease all;
		}
			.lightboxCloseBtn:hover {
				background: #b9b9b9;
				border-color: #b9b9b9;
				transition: 0.3s ease all;
			}
			.lightboxCloseBtn:hover svg{
				fill: #333;
				transform: rotate(15deg);
				transition: 0.3s ease all;
			}
			/* .lightboxCloseBtn:hover {
				background:#221912;
				color:#fff;
			} */
			
		/*燈箱資料區*/
		.lightboxContentArea {
			/* height: 100%; */
			height: 80vh;
		}
		
/* .index_video_list {
	position:relative;
	float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		max-width: 15%;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			width:100%;
			height:auto;
		} */
		/*hover*/
		/* .index_video_list:hover > img {
			opacity:1;
		} */

/* .video_list_area {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	font-size:0px;
	margin:0 -12px -30px;
} */
/*firefox hack*/
/* @-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
} */

	/* .video_list {
		box-sizing:border-box;
		padding: 0px 12px 30px;
		width:33.3%;
	}

	.video_list2{
		width:100%;
		padding: 0px 0px 30px;
	} */


	/*firefox hack*/
	/* @-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
			border-radius: 5px;
			overflow: hidden;
		}
			.video_list_remark {
				font-size: 18px;
				line-height: 24px;
				color: #3d3d3d;
				padding: 10px 0px 0px 0px;
				font-weight: bold;
			} */
	  
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:450px;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}

@media (max-width: 950px){	

	/*燈箱資料區*/
	.lightboxContentArea {
		height: 100%;
	}

}

@media (max-width: 600px){	

/* .video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
} */

	/*---Video---*/
	/* .video_list {
		width: 100%;
		padding:0 0 30px;
	} */
	/*.video_list:nth-child(2n+1) {
		padding: 35px 0px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 0px;
	}*/
	

	
	
}










/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){

}