
/*========================================================*/
/*-------首頁內容--------*/
/*========================================================*/





/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


/*首頁內容區塊*/	
.mainContent{
	/* padding: 50px 0px; */
}



	/*----- 首頁標題1 -----*/
	.index_title {
		font-size: 30px;
		font-weight: bold;
		color: #777;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 20px;
	}	
		.index_title h2{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
	





	
@media (max-width: 990px){
	
	.mainContent{	
		/* padding: 25px 0px;	 */
	}	



		/*----- 首頁標題1 -----*/
		.index_title{
			font-size: 25px;
			line-height: 1.2;
		}
		

}
/*/////////////////////////////////////////////////////////*/
/*==========首頁輪播==========*/
/*/////////////////////////////////////////////////////////*/
.banner a{
	display: block;
	position: relative;
}
.banner_info {
    position: absolute;
    top: 30%;
    left: 10%;
    transform: translateY(-50%);
    width: 700px;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
	max-width: 80%;
}

.first_letter{
	color:#F7E441 ;
}

.light_letter{
	font-weight: 100;
}
.banner_ball{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin: 0 -15px; */
	width: 500px;
}
.banner_ball_in{
	width: 33.3%;
	padding: 0 15px;
}

.banner .swiper-slide .banner_ball_in img{
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media(max-height:600px){
	.banner_ball{
		bottom: 30px;
		/* left: 0; */
		transform: translate(-50% ,0%);
		
	}	
}

@media(max-width:640px){
	.banner_info {
		width: 90%;
		max-width: 100%;
		left: 5%;
		font-size: 36px;
	}
	.banner .swiper-slide img {
		height: 60vh;
	}
	.banner_ball{
		width: 60%;
		bottom: 2%;
	}
	.banner_ball_in {
		width: 32%;
		padding: 0;
	}
	
}



/*/////////////////////////////////////////////////////////*/
/*==========首頁廣告==========*/
/*/////////////////////////////////////////////////////////*/

.index_adBg img{
	
	width: 100%;
	height: auto;
	object-fit: cover;
}

/*/////////////////////////////////////////////////////////*/
/*==========產品區塊==========*/
/*/////////////////////////////////////////////////////////*/
.index_productBg{
	padding: 100px 0 0;
	overflow: hidden;
}
.index_productList{
	display: flex;
	position: relative;
	margin-bottom: 100px;
	align-items: center;
}
.index_productList:nth-child(2){
	flex-direction: row-reverse;
}
.index_productList:nth-child(3){
	margin-bottom: 50px;
}
.index_productLeft{
	width:65%;
}

.index_productLeftImg{
	position: relative;
}
.color_bg{
	/* content: ''; */
    width: 90%;
    height: 500px;
    background-color: #F7E441;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    z-index: -1;
}
.index_productList:nth-child(2) .color_bg{
	
	left: -20%;
   background-color: #48C5C8;
}
.index_productList:nth-child(3) .color_bg{
	
   background-color: #1E85CD;
}
.index_productList:nth-child(2) .index_productRight{
	transform: translateX(30%);
}

.index_productLeftImg img{
	width: 100%;
	height:auto;
	object-fit: cover;
}



.index_productRight{
	width: 35%;
	transform: translateX(-30%);
	/* transform: translate(-35%,30%); */
	/* position: absolute; */
	position: relative;
	/* right: 0; */
}


.index_productCard{
	background: #FFFFFF;
	box-shadow: -10px 5px 10px 5px rgba(0, 0, 0, 0.1);
	padding: 15% 20% 15% 15%;
	/* transform: translate(-35%,30%); */
	line-height: 1.5;
	position: relative;
}
/* .index_productCard::after{
	content: '';
	width: 100px;
	height: 500px;
	background-color: red;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
} */
.index_productImg{
	width: 200px;
	position: absolute;
	right: -20%;
    bottom: -41%;
}
.index_productList:nth-child(2) .index_productImg{
	left: -25%;
	width: 260px;

}
.index_productImg img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.index_productTitle{
	font-size: 48px;
	font-weight: 600;
	text-indent: -3px;
	margin-bottom: 10px;
}
.index_productInfo{
	margin-bottom: 15px;
	display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

overflow : hidden;
}
.index_productbtn a{
	border: 1px solid #000;
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 2% 20%;
	position: relative;
}
.index_productbtn a::before{
	content: "";
	width: 80px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: -15%;
}
@media(max-width:1440px){
	.color_bg {
		height: 400px;
	}
	
	.index_productCard {
		padding: 15% 20% 15% 8%;
	}	
	.index_productImg {
		width: 200px;
		right: -35%;
	}	
}
@media(max-width:1200px){
	.index_productList {
		display: flex;
		position: relative;
		margin-bottom: 100px;
		align-items: center;
		padding: 30px 0;
		justify-content: center;
	}
	.index_productLeft {
		position: absolute;
		width: 100%;
		top: 0;
	}
	.index_productImg {
		width: 200px;
		position: absolute;
		right: -20%;
		bottom: -25%;
	}
	.index_productLeftImg img {
		height: 500px;
	}
	
	.index_productRight {
		width: 70%;
		transform: unset;
		/* transform: translate(-35%,30%); */
		/* position: absolute; */
		position: relative;
		/* right: 0; */
	}
	.color_bg {
	   display: none;
	}	
	.index_productImg {
		right: -20%;
	}

	.index_productList:nth-child(2) .index_productRight {
		transform: translateX(0%);
	}
	.index_productList:nth-child(2) .index_productImg {
		right: -20%;
		left: unset;
	}


}

@media(max-width:990px){
	.index_productBg {
		padding: 50px 0 0;
	}
	.index_productTitle {
		font-size: 32px;
	}
	.index_productLeftImg img {
		height: 400px;
	}
}

@media(max-width:768px){
	.index_productbtn a::before {
		width: 60px;
	}
	.index_productImg {
		width: 170px;
	}
}
@media(max-width:640px){
	.index_productList {
		display: block;
		padding: 0;
		margin-bottom: 25px;
		
	}
	.index_productLeft {
		display: none;
	}
	.index_productRight {
		position: unset;
		width: 90%;
		margin: 0 auto;
	}
	.index_productCard {
		padding:  10%;
		transform: translate(0,0);
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	.index_productImg {
		width: 165px;
		position: unset;
		order: -1;
		margin: 0 auto;
	}
	.index_productList:nth-child(3) {
		margin-bottom: 25px;
	}
}
@media(max-width:540px){
	.index_productBg {
		padding: 25px 0 0;
	}	
	
}






/*///////////////////////////*/
/*------- 燈箱 --------*/
/*///////////////////////////*/
	
	
/*燈箱*/
.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%;
		height: 100vh;
		position: absolute;
		top:0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		width:30%;
		margin:0 auto;
		background:#000;
		border-radius:25px;
		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: #D9D9D9;
			right: 2%;
			top: 2%;
			/* border: solid #515151 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;
			border-radius: 50%;
			justify-content: center;
			color: #083F60;
		}
		.lightboxCloseBtn svg{
			fill: #fff;
			width: 25px;
			height: 25px;
			margin: auto;
			transition: 0.3s ease all;
		}
			/* .lightboxCloseBtn:hover {
				background: #8dc21f;
				border-color: #8dc21f;
				transition: 0.3s ease all;
			} */
			.lightboxCloseBtn:hover svg{
				fill: #333;
				transform: rotate(15deg);
				transition: 0.3s ease all;
			}
			
		/*燈箱資料區*/
		.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:80px;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		/*padding:70px 20px 20px 20px;*/
		/*font-size:16px;
		line-height:22px;*/
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			width:100%;
			height:auto;
			/*padding:0px 0px 8px 0px;*/
		}
		/*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;
	/*margin: 20px -15px 0px -14px;*/
}
/*firefox hack*/
@-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
}

	.video_list {
		box-sizing:border-box;
		/*display:inline-block;
		vertical-align:top;*/
		padding: 0px 12px 30px;
		/*width:485px;*/
		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;
		}
			.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: 990px){	

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

	/*---Video---*/
	.video_list_area {
		margin: 0px 0px 0px 0px;
	}
		.video_list {
			/*width: 46%;*/
		}
		/*.video_list:nth-child(2n+1) {
			padding: 35px 25px 30px 0px;
		}
		.video_list:nth-child(2n+0) {
			padding: 35px 0px 30px 25px;
		}*/
		.lightboxMain {
			width: 50%;
		}
}
@media (max-width:768px){
	
	
	.vL_text_area {
		max-width:50px;
	}	
		
	/*---Video---*/
	/*.video_list:nth-child(2n+1) {
		padding: 35px 20px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 20px;
	}*/
}
@media (max-width: 600px){	

	.lightboxMain {
		width: 70%;
	}
/*燈箱*/
.lightboxArea {
	padding:50px 0px;
}

/*關閉燈箱按鍵*/
.lightboxCloseBtn {
    /* right: 0px;
    top: 0px; */
}

.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;
	}*/
	

	
	
}











/*///////////////////////////*/
/*------- 首頁網編燈箱 --------*/
/*///////////////////////////*/

.lightTextArea{	
	display: none ;
}
.lightTextArea.active{	
	display: block;
}
	.lightTextArea .lightboxMain {
		background: #fff;
		height: auto;
		/* transform: scale(0); */
	}
	.lightTextArea.active .lightboxMain {
		/* transform: scale(1); */
	}

		.lightTextArea .lightboxContentArea {
			/* height: 100%; */
			/* height: calc(60vh - 50px * 2); */
			height: auto;
			padding: 50px;
		}
			.lightTextArea .text_area{
				overflow-x: hidden;
				overflow-y: auto;
				max-height: 100%;
				/*max-height: calc(80vh - 50px * 2);*/
				padding-right:10px;	
			}
					  
			.lightTextArea .text_area::-webkit-scrollbar {/*滾動條整體樣式*/
				width: 5px;     /*高寬分別對應橫豎滾動條的尺寸*/
				height: 1px;
			}
			.lightTextArea .text_area::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
				border-radius: 5px;
				 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
				/*background: #535353;*/
				background-image: linear-gradient(to top, #083F60 0%, #083F60 100%);	
			}
			.lightTextArea .text_area::-webkit-scrollbar-track {/*滾動條裡面軌道*/
				-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
				border-radius: 5px;
				background: #EDEDED;
			}


@media (max-width: 600px){	

	.lightTextArea .lightboxContentArea {
		/* height: calc(50vh - 20px * 2); */
		padding: 50px 25px;
	}
		.lightTextArea .text_area{
			/*max-height: calc(80vh - 20px * 2);*/
			padding-right:5px;	
		}

}


/*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;
	}