/*/////////////////////////////////////////////////////////*/
/*-------首頁_最新消息區塊--------*/
/*/////////////////////////////////////////////////////////*/
.news_area{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
/*首頁_News列表 */
.index_NList {
  border-bottom: 0.0625em var(--third_color) dashed;
  position: relative;
  display: flex;
  align-items: center;
  gap:35px;
  padding: 0;
  width: 100%;
  padding-bottom: 20px;
}


/*首頁_News日期 */
.index_NListDate {
  font-size: 0.875em;
  color: #000;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.8px;
  position: absolute;
  left: 0;
  font-family: var(--foreign_font);
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  top: 0;
  transform: unset;
}

.index_NListTag {

  display: none;
}

/*首頁_News標題 */
.index_NListTit {
  overflow: hidden;
}
	.index_NListTit a {
	display: block;
	text-decoration: none;
	color: #383838;
	font-size: 1.125em;
  /* font-size: min(
    max(1.04vw, 1em),
    1.25em
  );  */
  /*字體大小 2.5vw、最小值 12px、最大值 18px*/

  /* font-size: min(max(1.15vw, 1em), 1.375em); 
  font-size: clamp(0.75rem, calc(1.25em* 100 / 120), 1.25em); */

  font-weight: 600;
  line-height: normal;

  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */


  display: -webkit-box;
  -webkit-box-orient: vertical;	
  -webkit-line-clamp: 2;	
  overflow: hidden;
}
.index_NListTit a:hover {
  color: var(--primary_color);
  transition: 0.3s ease all;
}


@media(max-width:1450px){

  
}
@media(max-width:768px){
  /*首頁_News列表 */
.index_NList {
     display: block;
}
  .index_NListDate {
    font-size: 0.875em;
    
  }
  .index_NListTit a {
    
    font-size: 1em;
  
    white-space: unset;
	text-overflow:unset;
	overflow:unset;
  }
}

/*========================================================*/
/*-------內頁網編下方區塊共用樣式--------*/
/*========================================================*/


.text_note_area{
	color: var(--dark_color);
	line-height: 1.5; /*20241021*/
}

	.comment_area ,
	.refs_data_area ,
	.review_text_area ,
	.download_text{
		padding: 35px 0 ;
		/* border-top: 1px solid var(--fourth_color); */
	}
	.hr_style{
		margin: 0;
		padding: 0;
		border: none;
		padding-top: 35px;
		border-top: 1px solid var(--fourth_color);
	}
		.comment_area > strong ,
		.refs_data_area > strong ,
		.review_text_area > strong ,
		.download_text > strong{
			/*font-size: min(max(0.9375vw, 1rem), 1.125rem);*/ /*字體大小 0.9375vw、最小值 16px、最大值 18px*/
			position: relative;
			/*font-size: min(max(1.0417vw, 1rem), 1.25rem);*/ /*字體大小 1.0417vw、最小值 16px、最大值 20px*/

			font-size: 1.25em; /*20px*/
		}
			.comment_area > strong i ,
			.refs_data_area > strong i ,
			.review_text_area > strong i ,
			.download_text > strong i{
				color: inherit;
				font-size: inherit;
			}

	/* 註解 */
	.comment_area{
		
	}
		.comment_area > strong{
			
		}
		.comment_area strong i{
			
		}
		
		.comment_area ul{
			list-style-type: none;
			padding-left: 0;
			line-height: 1.5;
		}
		.comment_area  a{
			/* color: inherit; */ /*20241021*/
			text-decoration: none;
		}
		
		/* modify by peggy 20241101 start */
		.comment_area sub{
			font-size: 12px;
		}
		/* modify by peggy 20241101 end */
	/* 參考資料 */
	.refs_data_area{
		/* padding: 35px 0 10px;
		border-bottom: 1px solid var(--fourth_color); */
	}
		.refs_data_area > strong{
		}
		.refs_data_area strong i{
		}
		.refs_data_area ul{
			list-style-type:decimal;
			padding-left: 20px;
			line-height: 1.5;
		}
		.refs_data_area a{
			/* color: inherit; */ /*20241021*/
			text-decoration: none;
		}

	/*活動與回顧網編區塊*/
	.review_text_area{
		/* position: relative; */
	}	
		.review_text_area strong i{
		}	
		.review_text_area > strong{
		}
		.id_transform{
		}

		

	/* 相關檔案下載： */
	.download_text{
	}
		.download_text strong i{
		}
		.download_text > strong{
			display: flex;
			justify-content: flex-start;
			align-items: center;
      		color: var(--primary_color);
			gap: 10px;
		}
		.download_text > strong img{
			/* width: 20px;
			height: 20px; */

			width:clamp(1.2500rem, 1.6146vw, 1.9375rem); /* 最小值 20.00px、大小約 1.6146vw、最大值 31px */
			aspect-ratio: 1;
		}




	
		/* .comment_area > strong::after ,
		.refs_data_area > strong::after ,
		.review_text_area > strong::after ,
		.download_text > strong::after {
			position: absolute;
			content: "";
			background-image: url(../index/images/decorate_05.svg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
			left: -5px;
			bottom: -110px;
			width: 42px;
			height: 120px;
			transform: rotate(328deg);
			opacity: 0.2;
		} */







			/* .download_text ul{
				margin: 0;
				padding: 0;
				list-style-type : none;
				display: flex;
				flex-wrap: wrap;
				margin-top: 15px;
				gap: 10px 0px;
				margin-right: -15px;
			}
			.download_text .download{
				padding: 5px 15px 5px 65px;
				background: url(../images/pdf-svgrepo-com.png) no-repeat left center;
				background-size: 50px;
				list-style-type: none;
				width: 50%;
				display: flex;
				flex-direction: column;
				gap: 5px 5px;
				justify-content: center;
				color: var(--fourth_color);
				font-size: 12px;
			}
				.download_text .download a{
					color: var(--primary_color);
					text-decoration: none;
					display: block;
					display: -webkit-box;
					-webkit-box-orient: vertical;	
					-webkit-line-clamp: 2;	
					overflow: hidden;
					font-size: min(max(0.8333vw, .875rem), 1rem);
				}
				.download_text .download a:hover{
					opacity: 0.5;
				} 



@media (max-width: 990px){

	.download_text ul{
	}
	.download_text .download{
		width: 100%;
	}

}*/

@media(max-width:990px){


	.comment_area > strong ,
	.refs_data_area > strong ,
	.review_text_area > strong ,
	.download_text > strong{
		font-size: 1em; /*16px*/
	}

	
	.comment_area, .refs_data_area, .review_text_area, .download_text{
		padding:  clamp(1.1291rem, 1.8229vw, 2.1875rem) 0; /* 最小值 18.07px、大小約 1.8229vw、最大值 35.00px */
	}
	

}


/* =============================================== */
/* 下載模組 20240731 peggy*/
/* =============================================== */
ul.downloadArea{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	/* display: grid; */
	/* grid-template-columns: repeat(3, 1fr); */
	flex-wrap: wrap;
	margin: 10px -10px;
	max-width: 100%;
}
  .popleroom{
    
  }
  .popleroom a{
    text-decoration: none;
    color: #000;
    display: block;
  }
	ul.downloadArea li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;
		padding: 10px;
		max-width: 100%;
		/* width: 33.3%; */
		width: 50%;
		cursor: pointer;
	}
		ul.downloadArea .download{
			/* background: rgba(230, 230, 230, 0.8); */
			padding: 15px 15px;
			border-radius: 10px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			box-shadow: 1px 1px 15px #00000038;
			max-width: 100%;
		}
		ul.downloadArea .download:hover{
			opacity: 0.5;
		}
        
		/* 驅動下載列表_清單_左側 */
		.download_left{
			line-height: 1.5;
			box-sizing: border-box;
			max-width: 100%;
			display: flex;
			align-items: center;
			gap: 10px 20px;
		}
			.download_img{
				max-width: 60px;
			}
				.download_img img{
					width: 100%;
					height: auto;
					object-fit: contain;
				}
				.download_content_area{
					max-width: calc(100% - 60px);
				}
            /* 驅動下載_標題 */
			.download_title{
				font-weight: bold;
				font-size: 1em;
				
				display: -webkit-box;
				-webkit-box-orient: vertical;	
				-webkit-line-clamp: 2;	
				overflow: hidden;

        		color: #2B2B2B;
			}

			/* 驅動下載_內容 */
			.download_content{
				margin-top: 5px;
				font-size: 13px;
				font-family: poppins, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #a9a9a9;
			}

@media(max-width:990px){

	ul.downloadArea{
		padding: 0;
		margin: 0;
		list-style-type: none;
		/* display: grid; */
		/* grid-template-columns: repeat(1, 1fr); */
		/* flex-wrap: wrap; */
		/* margin: 10px -10px; */
		gap: 15px 16px;
	}

	ul.downloadArea li {
		padding: 10px 10px;
		width: calc(50% - 8px);
		padding: 0;
	}

	/* 驅動下載_標題 */
	.download_title{
		font-size: 0.9em;
	}

	.download_img {
		max-width: 35px;
	}
}


@media(max-width:640px){

	ul.downloadArea{
		/* margin: 10px 0px; */
		margin: 10px 0 0;
	}

		ul.downloadArea li {
			/* padding: 10px 0px; */
			width: 100%;
		}

	.download_left {		
		gap: 5px 10px;
	}
}

/* @media(max-width:510px){
	.download_left {		
		gap: 5px 10px;
		max-width: 70%;
	}
}
/* 待Judy確認 */
/* @media(max-width:428px){
	ul.downloadArea {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		max-width: 70%;
    }
} */
/* @media(max-width:320px){
	ul.downloadArea {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		max-width: 70%;
    }
} */ 










