



/* 在螢幕寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) {

	/* .right_contentBg{
		padding-top: 0;
	} */
	
}
	
	
	
	
/* =============================================== */
/* 影音專區列表 */
/* =============================================== */
	


ul.video_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0;
	row-gap: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
}

    /* 影音專區_列表 */
	ul.video_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		/* width: 25%;	 */
		width: calc( 100% / 3 );	
		padding: 0 15px 0px;
	}
        .video_list{	
			font-size: 15px;
			line-height: 1.5;			
		}
			.video_list a{
				display: block;
				text-decoration: none;
				color: #333;
				word-wrap: break-word;
				word-break: break-all;
			}
                /* 影音專區_列表_圖 */
				.video_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 56.25%;
					overflow: hidden;
					display: block;
					background-color: #000;
				}                                            
					.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;
						opacity: 0.5;
					}
					/* .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: clamp(3.438rem, 3rem + 2.19vw, 5.625rem);
						aspect-ratio: 1;
						z-index: 1;
						/* width: 100px; */
					}
					.video_list:hover .play_icon{
						transform: translate(-50% , -60%);
						transition:0.3s ease all;
					}
					.play_icon:before {
						position: absolute;
						content: '';
						transition: 0.3s ease all;
						/* font-family: 'Bootstrap-icons';
						content: '\F4F3';
						font-size: 50px;
						line-height: 50px;
						color: #fff; */
						/* background-image: url(../../../images/play_icon.svg); */
						background-image: url(../../../images/play_icon.svg);
						background-position: center;
						background-repeat: no-repeat;
						background-size:99.9%;
						width: 100%; /* 最小值 25.81px、大小約 2.6042vw、最大值 50.00px */
						height: auto;
						aspect-ratio: 1;
						transform-origin: center;
						transition: all 0.3s ease-out;
					}

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


@media (max-width: 990px){

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

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

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

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

	ul.video_area li{
		width: 100%;	
	}

}







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

	
	
/*燈箱*/
.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: 100vh;
		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: #b9b9b9;
			right: 20px;
			top: 20px;
			border: solid #b9b9b9 1px;
			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: #000;
			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;
		padding: 0;
		/* top: 50%; */
		/* left: 50%; */
		/* transform: translate(-50%, -50%); */
		justify-content: center;
		align-items: center;
	}
		.video_use .lightboxMain {
			/* height:450px; */
			height: auto;
			aspect-ratio: 16 / 9;
			/* top: 50%; */
			/* left: 50%; */
			/* transform: translate(-50%, -50%); */
		}
	
	/*影音燈箱*/
	.video {
        /* height: 100%; */
        width: 100%;
        padding: 0 !important;
        aspect-ratio: 16 / 9;
	}
		.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;
	}*/
	

	
	
}



	
	