



/* 在螢幕寬度大於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 -30px;
}

    /* 影音專區_列表 */
	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 30px;
	}
        .video_list{	
			font-size: 15px;
			line-height: 1.5;			
		}
			.video_list a{		
				display: block;
				text-decoration: none;				
				color: var(--primary_color);	
				word-wrap: break-word;
				word-break: break-all;
			}
                /* 影音專區_列表_圖 */
				.video_img{
					box-sizing: border-box;
                    border-radius: clamp(0.875rem, 0.208rem + 1.08vw, 1.5rem);
					position: relative;
					padding-top: 56.25%;
					overflow: hidden;
					display: block;
				}                                            
					.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;				
					}

					.play_icon{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: clamp(2.9033rem, 4.6875vw, 5.6250rem); /* 字體 最小值 46.45px、大小約 4.6875vw、最大值 90.00px */
						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;
						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{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: var(--white_color);	
					margin-top: 10px;
					
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}


@media (max-width: 990px){

	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: 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: var(--second_color);
			right: 20px;
			top: 20px;
			border: solid var(--second_color) 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;
		}
		.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;
			}
			
		/*燈箱資料區*/
		.lightboxContentArea {

		}

			
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;
		padding: 0;
		justify-content: center;
		align-items: center;
	}
		.video_use .lightboxMain {
			height: auto;
			aspect-ratio: 16 / 9;
		}
	
	/*影音燈箱*/
	.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){}
