/* @import url(../css/style.css); */
@import url(../css/style_in/style_student/style_student.css);




.titStyle1{
	margin-bottom: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
}

.titStyle1  strong {
	/* display: inherit;
	font-size: inherit;
	margin-block-start: inherit;
	margin-block-end: inherit;
	margin-inline-start: inherit;
	margin-inline-end: inherit;
	font-weight: inherit;
	text-align: start; */
	margin: 0;
	padding: 0;
	padding-right: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
	/* padding-left: clamp(0.4839rem, 0.7813vw, 0.9375rem); */ /* 7.74px , 0.7813vw , 15.00px */
	/* border-left: 7px  solid var(--primary_color); */
	display: inline-flex;
	align-items: flex-end;
	position: relative;
	gap:clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
	/*margin-left:clamp(1.3549rem, 2.1875vw, 2.6250rem); *//* 21.68px , 2.1875vw , 42.00px */
}
.titStyle1 strong::first-letter{
	color: var(--primary_color);
}
.titStyle1  strong::before {
	/*content: "";
	height: auto;
	width: clamp(1.5625rem, 1.8750vw, 2.2500rem);*/ /* 25px , 1.8750vw , 36.00px */
	/* display: block;
	background-image: url(../images/title_icon.svg);
	background-size: 99.9%;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 87.1 / 97.2; */
}

.titStyle1  strong::before {
	/* position: absolute; */
	content: "";
	height: auto;
	/*width: clamp(1.5625rem, 1.8750vw, 2.2500rem);*/ /* 25px , 1.8750vw , 36.00px */
	width: clamp(1.5625rem, 2.6042vw, 3.1250rem); /* 34.72px , 2.6042vw , 50.00px */
	display: block;
	background-image: url(../images/title_icon2.svg);
	background-size: 99.9%;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 181.6 / 203.3;
}



.mainContent{
	display: flex;
	flex-direction: column;
	row-gap: clamp(2.2581rem, 3.6458vw, 4.3750rem) ; /* 36.13px , 3.6458vw , 70.00px */
}





@media (max-width: 990px){

    .titStyle1 {
        padding: 0px 0;
    }

}


@media (max-width: 768px){
	
    .titStyle1 {
        padding: 0px 0;
    }

}































/* ================================ */
/* banner */
/* ================================ */
.indexmain .banner .swiper-container {
	height:auto;
}
	.indexmain .banner .swiper-wrapper {
	}
		.indexmain .banner .swiper-slide {
		}
			.indexmain .banner .swiper-slide a{
				position: relative;
				display: block;
				/* padding-top: 33.7%; */
				aspect-ratio: 1920 / 740;
			}
				.indexmain .banner .swiper-slide img {
					width:100%;
					height:auto;
					transition: all 0.3s ease-out;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: all 0.3s ease-out;
					
				}
		.indexmain .banner .swiper-button-prev,
		.indexmain .banner .swiper-button-next{
			/* top:70%; */
		}


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
	.indexmain .banner .swiper-slide a{

		/* padding-top: 40.7%; */

	}
}


@media(max-width:1100px){
	.indexmain .banner .swiper-slide a{
		aspect-ratio: 12 / 17;
	}
}



/* ================================ */
/* 首頁_榮譽事蹟 */
/* ================================ */

		.indexHonorBg{
			/* padding-top: clamp(2.2581rem, 3.6458vw, 4.3750rem); */
		}

        .index_honor_area{
			display: inline-block;
			width:100%;
			gap: 0.625rem;
			display: grid;
			grid-template-columns: repeat(2 , 1fr);
			margin-top: 1.25rem;
		}
		.index_honor_area .honor_list{
			position: relative;
			display: flex;
			flex-direction: column;
			height: 100%;
		}
		.index_honor_area .honor_list:before{
			position: absolute;
			content: "";
			width: 100%;
			height: 100%;
			background-color: #dddddd00;
			top: 50%;
			left: 50%;
			transform-origin: center;
			transform: translate(-50% , -50%) scaleX(1) scaleY(0.8);
			box-shadow:
				rgba(0, 0, 0, 0.15) 0px 10px 12px -2px,    /* 下方主陰影 */
				rgba(0, 0, 0, 0.15) 0px 30px 5px -3px,     /* 下方次陰影 */
				rgba(0, 0, 0, 0.15) 1px -10px 20px 3px,    /* 上方主陰影 */
				rgba(0, 0, 0, 0.15) 0px -4px 1px -3px;
			border-radius: 15px;
			z-index: -2;
		}

		.honor_card{
			flex-grow: 1;
			background-color: #fff;
			clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 12%);
			display: flex;
			flex-direction: column;
			gap: clamp( .3125rem, 1.3333vw, .625rem );
			padding: clamp(1.9355rem, 3.1250vw, 2.5rem) 0; /* 30.97px , 3.1250vw , 60.00px */
			padding-left: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
			padding-right:clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
		}
		
		.honor_card .honor_tag{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
			gap: clamp( .3125rem, 1.3333vw, .625rem );
		}

		.honor_card .honor_card_content{
			display: flex;
			flex: 1;
			flex-wrap: nowrap;
			flex-direction: row;
			align-items: center;
		}


		.index_honor_area .honor_list:first-of-type{
			
		}
			.index_honor_area .honor_date{
				font-family: var(--foreign_font);
				box-sizing: border-box;
				text-align: center;
				font-size:0.875rem; /*14px*/
				font-weight: 600;
				color: var(--primary_color);
				line-height: 1.5; /*22px*/
				display: flex;
				flex-direction: column;
				border-right: 2px solid var(--primary_color);
				padding-right: clamp(0.6250rem, 0.7813vw, 0.9375rem); /* 10.00px , 0.7813vw , 15.00px */
				font-size: clamp(1.5rem, 1.45vw, 1.75rem); /* 最小24px 大小1.45vw  最大28px */
				text-align: center;
			}
			.index_honor_area .honor_date span{				
			}
			.index_honor_area .honor_date span:last-of-type{
				font-size: clamp(1.125rem, 1.04vw, 1.25rem);/* 最小18px 大小1.45vw  最大20px */
				font-weight: 700;
				letter-spacing: -1px;
			}
			
			.index_honor_area .honor_remark{
				color: var(--dark_color);
				text-align:left;
				box-sizing: border-box;
				width: 100%;
				word-wrap: break-word;
				word-break: break-all;
				padding-left: clamp(0.6250rem, 0.7813vw, 0.9375rem); /* 10.00px , 0.7813vw , 15.00px */
				flex: 1;
			}
			.index_honor_area .honor_remark a {
				display: block;
				text-decoration: none;
				color: inherit;
				font-size: clamp(1.1250rem, 1.0417vw, 1.2500rem); /* 18.00px , 1.0417vw , 20.00px */
				font-weight: 400;
				line-height: 2; 
				letter-spacing: 2px;


				display: -webkit-box;
				-webkit-box-orient: vertical;	
				-webkit-line-clamp: 2;	
				overflow: hidden;
			}
			.index_honor_area .honor_remark a:hover {
				opacity:0.5;
			}	
			

		.more_btn button {
			position: relative;
			border-radius: 0;
			border: 2px solid var(--second_color);
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 10px;
			background-color: transparent;
			background-color: var(--second_color);
			width: clamp(5.9375rem, 25.3333vw, 11.875rem);
			font-size: clamp(.8125rem, 2.6667vw, 1.25rem);
			line-height: 2.65;
			height: auto;
			color: #fff;
			cursor: pointer;
			white-space: nowrap;
			font-family: var(--foreign_font);
		}

		.indexHonorBg .more_btn{
			margin: 0 auto;
			margin-top: clamp(1.2904rem, 2.0833vw, 2.5000rem); /* 20.65px , 2.0833vw , 40.00px */
		}

			.indexHonorBg .more_btn button{
				margin: 0 auto;
				border-color: var(--primary_color);
				background-color: #fff;
				color: var(--primary_color);
				border-radius: 5px;
			}






@media (max-width:1100px){
	
	.index_honor_area{		
		display: flex;
		flex-direction: column;
		grid-template-columns: unset;
		margin-top: 0;
	}
	
}




@media (max-width:640px){

	.indexHonorBg {
	}

		.honor_card .honor_tag {
			padding-left: 0.9678rem;
		}
		.honor_card {
			gap: 0;
		}
		.index_honor_area  .honor_card .honor_card_content{
			flex-direction: column;
			flex-wrap: wrap;
			align-items: flex-start;
			justify-content: flex-start;
			padding: 0.9678rem;
		}
			.index_honor_area  .honor_date{
				/* font-size: 18px;
				max-width: unset;
				width: 100%;*/
				border: none;
				padding: 0;
				flex-direction: row;
				gap: 0px; 
			}	
				.index_honor_area .honor_date span ,
				.index_honor_area .honor_date span:last-of-type{
					font-size: 1rem;
					font-weight: 700;
					letter-spacing: 0px;
				}
				.index_honor_area .honor_date span:last-of-type::before{
					content: "．";
					color: inherit;
					font-size: 1rem;
					font-weight: 700;
					letter-spacing: 0px;
				}

		.index_honor_area .honor_remark {
			padding: 0;
		}
			.index_honor_area .honor_remark a{
				line-height: 1.5;
			}
		
		.index_honor_area .honor_list:before {
			z-index: 0;
		}
		
}





















/* ================================ */
/* 最新消息 */
/* ================================ */
/* .titStyle1 > h2 {
	display: inherit;
	font-size: inherit;
	margin-block-start: inherit;
	margin-block-end: inherit;
	margin-inline-start: inherit;
	margin-inline-end: inherit;
	font-weight: inherit;
	text-align: start;
	padding-right: 20px;
	padding-left: 15px;
	border-left: 7px var(--fourth_color) solid;
} */
.news_more_btn > a {
	/* display: block; */
	/* color: #f5f5f5; */
	/* background-color: var(--second_color); */
	/* text-decoration: none; */
	/* font-size: 1rem; */
	/* border-radius: 40px; */
	/* padding: 6px 12px 4px 18px; */
	/* font-weight: 600; */
}

.news_list_ontop ,
.news_list_hot{
	margin: auto 0;
	font-size: 0.9375rem;
	border-radius: 0.125rem; /*2*/
	min-width: 35px;
	text-align: center;
	padding: 0.375rem 0.625rem; /*6px 10px*/
	color: #fff;
}

.news_list_ontop{	
	/* color: #948A7F; */
	/* background-color: #f3f3f3; */
	background-color: var(--second_color);
	
}
.news_list_hot{
	/* color: #948A7F; */
	/* background-color: #f3f3f3; */
	background-color: var(--dark_color);
	
}
			/* 圖片色塊::after */
			.news_area_right::after{
				content: '';
				display: block;
				width: 100%;
				bottom: 0;
				right: 0;
				/* background: var(--primary_color); */
				position: absolute;
				z-index: -1;
				/* aspect-ratio: 765 / 300; */
				aspect-ratio: 1.64 / 1;
				background-image: linear-gradient(120deg, #f6d365 0%, var(--fourth_color) 100%);
			}

@media (max-width: 1100px) {
    .index_honor_area {
        display: flex;
        flex-direction: column;
        grid-template-columns: unset;
        margin-top: 0;
    }
}


@media(max-width:1265px){

	/* 圖片色塊::after */
	.news_area_right::after{
		content: '';
		width: 35%;
		height: 100%;
		top: 0%;
		left: -20%;
	}

}

@media(max-width:768px){

	.news_list_ontop , .news_list_hot{
		padding: 0.25rem 0.375rem; /*4 6*/
		font-size: 0.8750rem;
		line-height: normal;
		min-width: unset;
	}
	.news_list_sort ,
	.news_list_ontop ,
	.news_list_hot{
		margin: 0;
	}
}





/*==========================================================================*/
/*-------首頁_最新消息--------*/
/*==========================================================================*/


.index_Newsarea{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}



@media (max-width:990px){
	.index_Newsarea{
		display: flex;
		flex-direction: column;
	}
}



/*-----首頁最新消息區--------------------------------------*/

.index_NewsBg{
	/*padding: 70px 0 0px;*/
	
}
	.index_NewsBg {
		padding: 0;
		padding-top: clamp(2.2581rem, 3.6458vw, 4.3750rem); /* 36.13px , 3.6458vw , 70.00px */
		padding-bottom: clamp(2.2581rem, 3.6458vw, 4.3750rem); /* 36.13px , 3.6458vw , 70.00px */
		/* flex-wrap: wrap; */
		/* justify-content: space-between; */
		display: grid;
		/*grid-template-columns:minmax(830px , 6fr) 4fr;*/  /*830*/
		grid-template-columns:minmax(760px , 6fr) 4fr;  /*760*/
		align-items: center;
		gap: 25px;
	}
	.index_NewsBg.no_right{
		display: block;
	}
	.index_NewsBg.no_right .wrap{
		max-width: unset;
		width: 94%;
	}

		.news_area_left{
			box-sizing: border-box;
		}
			.news_areaTop{
				display: flex;
				flex-wrap: wrap;
				/* align-items: center; */
				align-items: flex-end;
				/* padding-bottom: 30px; */
				margin-bottom: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
			}

				.news_areaTop .titStyle1{
					margin-bottom: 0;
				}

				.news_more_btn {
					border-radius: 5px;
					box-sizing: border-box;
				}
				
				.news_more_btn > a {
					display: block;
					color: #f5f5f5;
					background-color: var(--primary_color);
					text-decoration: none;
					font-size: 1rem;
					border-radius: 40px;
					padding: 6px 12px 1px 18px;
				}
				.news_more_btn a:hover {
					opacity: 0.8;
				}
				.news_more{
					font-weight: bold;
					line-height: 30px;
					border-radius: 5px;
					padding: 6px 18px;
					color: #3ba15d;
					/* background-color: #425d64; */
				}

				.news_more:hover{
					color: #f5d124;
					opacity: 0.7;
					transition: 0.3s ease all;
				}



			.index_news_content{
				
			}

				.index_news_content .tabs_btn_now ~ .tab_area {
					margin-bottom: 0.9375rem;
				}
					.index_news_content  .tabs li{
						font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16px , 0.9375vw , 18px */
					}

				/*文章內頁頁籤的網編區*/
				.index_news_content .p_tab_text_area {
					padding: 0px;
				}

				.news_area_left  .tabs span {			
					padding: 0px clamp(0.4839rem, 0.7813vw, 0.9375rem);/* 7.74px , 0.7813vw , 15.00px */
				}







			.news_listArea{
			display: flex;
			flex-direction: column;
			/*gap: clamp(0.3226rem, 0.5208vw, 0.6250rem);*/ /* 5.16px , 0.5208vw , 10.00px */
			width: 100%;
			}
			
				.news_list{
					display: flex;
					align-items: center;
					position: relative;
					padding: 0;
					font-size: 1rem;
					gap: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
					border-bottom: 2px dotted var(--fifth_color);
    				padding: 15px 0;
				}

				.news_listArea .news_list:nth-child(even) {
					background-color: #e2b5331f;
				}
				
					.news_list_date{
						font-family: var(--foreign_font);
						margin: 0;
						box-sizing: border-box;
						min-width: 5.9375rem;
						text-align: left;
						color: var(--dark_color);
						font-size: inherit;
						font-weight: 500;
						line-height: inherit;
						padding-left: 10px;
					}

					
					.news_list_sort{
						margin: 0;
						font-size: 0.9375rem;
						border-radius: 0.125rem; /*2*/
						text-align: center;
						padding: 0.375rem 0.625rem; /*6px 10px*/
						color: var(--dark_color);
						background-color: var(--fifth_color);
						min-width: 6.25rem; /*100*/
					}

					.news_list_remark{
						/* font-family: 'Montserrat', sans-serif; */
						margin:  0;
						text-align:left;
						box-sizing: border-box;
						word-wrap: break-word;
						word-break: break-all;
					}

					.news_list_remark a {
						margin: 0;
						font-size: inherit;
						line-height: 1.5;
						font-weight: bold;
						letter-spacing: 1px;
						text-decoration:none;
						color: var(--dark_color);
						display: block;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 1;
						overflow: hidden;
					}
					.news_list_remark a:hover {
						color: var(--primary_color);
						opacity:0.8;
						transition: 0.1s ease all;
					}

		.news_area_right{
			/* width: 40%; */
			/* padding: 60px 0; */
			/* margin: 0 30px 0 -60px; */
			position: relative;
			box-sizing: border-box;
			padding-right: 0.9375rem;
			padding-bottom: 0.9375rem;
		}

			/* 圖片色塊::after */
			.news_area_right::after{
				width: 98%;
			}
			
			/* 圖片 */
			.news_area_R_wrap{
				position: relative;
				/* padding-top: 100%;
				border-radius: 10px; */
				display: block;
				overflow: hidden;
				/* aspect-ratio: 765 / 300; */
				aspect-ratio: 1.64 / 1;
				margin-top: 101px;
			}
				.news_area_right img{
					width: 100%;
					height: 100%;
					object-fit: cover;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: 0.3s ease all;
				}
					



			
@media (max-width: 1440px){

	.news_area_left{
		/* width: 60%; */
	}

	.news_area_right{
		/* width: 40%;
		padding: 60px 0 40px 10px; */
	}
}


/* 在螢幕寬度大於1266時，套用這裡的特定樣式 */
@media screen and (min-width: 1266px) {

.index_NewsBg {
	padding-left: clamp(1.9355rem, 3.1250vw, 3.7500rem); /* 30.97px , 3.1250vw , 60.00px */
	padding-right: clamp(1.9355rem, 3.1250vw, 3.7500rem); /* 30.97px , 3.1250vw , 60.00px */
}

	.index_NewsBg .tabs li.active span {
		box-shadow: 0 -2px inset var(--second_color);
		color: var(--second_color);
	}
			
	.news_area_left{

	}
		.news_area_left .wrap{		
			/* max-width: 100%;				
			width: 100%; */
		}

		.news_area_left  .tabs span {			
			/*padding: 0px clamp(0.4839rem, 0.7813vw, 0.9375rem);*/ /* 7.74px , 0.7813vw , 15.00px */
		}


}



@media (max-width: 1265px){

	.index_NewsBg {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}	
		.news_area_left{
			width: 100%;
		}
		.news_area_right{
			width: 90%;
			padding: 0;
			margin: 0 auto;
			/* background-color:#dcdcdc; */
			z-index: 1;
			/* padding: 0 0 0 0; */
		}

			.news_area_R_wrap{
				width: 100%;
				margin: auto;
			}

			/* 圖片色塊::after */
			.news_area_right::after{
				content: '';
				width: 100%;
				/* height: 100%; */
				bottom: -10px;
				left: unset;
				right: -10px;
				top: unset;
			}

				.news_area_right img{
					width: 100%;
					height: auto;
				}
}








@media screen and (min-width: 1101px) and (max-width: 1695px) {

	.news_area_left  .tabs span {			
		padding: 0px clamp(0.125rem, 0.3646vw, 0.4375rem); /* 2px , 0.3646vw , 7px */
	}

}



@media (max-width:1100px){


	.index_NewsBg{
		width: 100%;
	}

	


		/*頁籤*/
		.index_NewsBg .tab_area {
			position:relative;
		}
			.index_NewsBg .tabs_btn_now {
				display:block;
			}
			
			.index_NewsBg .img-scroll {
				display:none;
				height:auto;
				/*position: absolute;*/
				width: 100%;
				z-index: 999;
			}
				.index_NewsBg .tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
					float:none;
					text-align:center;
					width:100%;
					font-size:15px;
					border-radius:0px;
					border: none;
					border-bottom: solid 1px #f3f3f3;
				}
					.index_NewsBg .tabs li.active:after {
						content:"";
					}









		.news_listArea {
			/* gap: 0.9375rem; */
		}

			.news_list{
				flex-wrap: wrap;
			}
				.news_list_sort{
					margin-left: 5px;
				}
	
}


@media (max-width: 990px){
		.index_NewsBg.no_right .wrap{
			max-width: 990px;
			width: 90%;
		}
}

@media (max-width:768px) {

.index_NewsBg{
	/* padding: 40px 0 10px; */
}
	.news_areaTop{
		padding: 0 0 0px 0;
	}

	.news_more_btn > a {
		/* padding: 4px 10px 2px 16px;
		font-size: 14px; */
	}

	.news_list_date{
		min-width: unset;
		/* line-height: normal; */
	}

	.news_more_btn i{
		font-size: 21px;
	}

		.news_list_sort{
			padding: 4px 6px;
			font-size: 0.8750rem;
			margin: 0;
			line-height: normal;
			min-width: unset;
			/*min-width: 5.4375rem;*/ /*87*/
		}

		.news_list_sort ,
		.news_list_ontop ,
		.news_list_hot{
			margin: 0;
		}

		.news_list_remark{
			width: 100%;
		}
			.news_list_remark a{
				/* font-size: 14px; */
				margin: 0;
			}
}

@media (max-width:640px){

	.news_wrap{
		padding: 40px 0px 50px 0px;
		margin: 0px auto; 
	}

	.news_more > a {
		margin: 0 auto;
		padding-left: 10px;
	}

	.tab_areaIn {
		justify-content: center;
	}
}







/*==========================================================================*/
/*-------首頁_招生訊息--------*/
/*==========================================================================*/

.index_admitBg{
	/*padding-top: clamp(2.2581rem, 3.6458vw, 4.3750rem);*/ /* 36.13px , 3.6458vw , 70.00px */
	padding-bottom: clamp(2.2581rem, 3.6458vw, 4.3750rem); /* 36.13px , 3.6458vw , 70.00px */
}

	.index_admit_area {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.875rem; /*14*/
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.index_admit_area li {
		/*width: calc((100% / 7) - 0.75rem);*/ /* 7欄平均寬度，扣除間距  6 × 14px / 7 = 12px */
		width: calc((100% / 5) - 0.7rem); /* 5欄平均寬度，扣除間距  4 × 14px / 5 = 11.2px */
		height: 100%;
	}


	.index_admit_area .admit_list{	
	}

	.admit_list a {
		display: flex;
		flex-direction: column;
		text-align: center;
		gap: clamp(0.6750rem, 0.7813vw, 0.9375rem); /* 10.80px , 0.7813vw , 15.00px */
		color: inherit;
		text-decoration: none;
		color: var(--dark_color);
	}

	.admit_img {
		position: relative;
		/* padding-top: 100%; */
		aspect-ratio: 4 / 3;
		border-radius: 0px;
		overflow: hidden;
		background-color: var(--primary_color);
		display: flex;
		align-items: center;
		border-radius: 10px;
	}
	
	.index_admit_area li:nth-child(even) .admit_img {
		background-color: var(--fifth_color);
	}

		.admit_img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			float: none;
			width: 100% !important;
			height: 100% !important;
			object-fit: cover;
			transition: 0.3s ease all;
			opacity: 0.6;
		}




		.index_admitBg .admit_img::before{
			content: '';
			position: absolute;
			top: -50%;
			left: -50%;
			width: 200%;
			height: 200%;
			background: linear-gradient(
				0deg, 
				transparent, 
				transparent 30%, 
				rgba(255, 255, 255, 0)
			);
			transform: rotate(-45deg);
			transition: all 0.5s ease;
			z-index: 3;
		}


		.admit_list a:hover .admit_img  {
			box-shadow: 0 0 20px #e2793380;
		}

		.admit_list a:hover .admit_img::before  {
			opacity: 1;
			transform: rotate(-45deg) translateY(100%);
			background: linear-gradient(
				0deg, 
				transparent, 
				transparent 30%, 
				rgba(255, 255, 255, 0.3)
			);
		}
		.admit_list a:hover img{
			transform: scale(1);
			transition: 3.3s ease all;
			opacity: 1;
		} 
		.admit_list a:hover .title{
			/* color: var(--primary_color); */
		} 





	.admit_list .title {
		font-size: clamp( 1.125rem, 2.9333vw, 1.375rem); /* 18.00px , 1.3021vw , 25.00px */
		font-weight: bold;
		color: #fff;
		flex: 1;
	}


/* 在螢幕寬度大於1025時，套用這裡的特定樣式 */
@media screen and (min-width: 1025px) {


	.index_admitBg .wrap{
		max-width: 67.875rem; /*1086*/
	}

}



@media (max-width: 1024px) {

	.index_admit_area {
		gap: 1.25rem; /*20*/
	}
		.index_admit_area li {
			/*width: calc(25% - 0.9375rem);*/ /* 4欄平均寬度，扣除間距  3 × 20px / 4 = 15px */
			width: calc((100% / 3) - (2 * 1.25rem / 3));/* 3欄平均寬度，扣除間距  2 × 20px / 3 = 13.33px */
		}

}

@media (max-width: 768px) {

	.index_admit_area {
		justify-content: center;
		gap: 0.9375rem;
	}
		.index_admit_area li {
			width: calc(50% - (0.9375rem / 2));
		}

}







/*========================================================*/
/*-------首頁_系刊區塊--------*/
/*========================================================*/

.index_deptpubBg{
	position: relative;
	/* padding: clamp(2.2581rem, 3.6458vw, 4.3750rem) 0; */ /* 36.13px , 3.6458vw , 70.00px */
}
.index_deptpubBg::before{
    position: absolute;
    content: "";
    background-image: url(../index/images/bg.svg);
    aspect-ratio: 181.6 / 203.3;
	max-width: 27.8125rem; /*445*/
    width: 80%;
    /* height: 70%; */
    top: -17%;
    left: 0;
    z-index: 0;
    opacity: 0.5;
}

	.index_deptpubBg .wrap{		
		/* max-width: 99.9999%;				
		width: 100%; */
		overflow: hidden;
	}


	/*----- 首頁標題1 -----*/
	.index_deptpubBg .index_title {
		margin-bottom: clamp(1.4517rem, 2.3438vw, 2.8125rem); /* 23.23px , 2.3438vw , 45.00px */
	}	



		.index_deptpub_area{			
			position: relative;						
			z-index: 5;	
			/* margin: 0 -0.9375rem; */
			/*padding-bottom: clamp(1.6130rem, 2.6042vw, 3.1250rem);*/ /* 25.81px , 2.6042vw , 50.00px */
		}


				
		/* 首頁_系刊 */
		.index_deptpubBg .index_deptpub_area .mySwiper_deptpub {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
		.index_deptpubBg .index_deptpub_area .mySwiper_deptpub .swiper-wrapper {
			
		}
		.index_deptpubBg .index_deptpub_area .mySwiper_deptpub .swiper-wrapper .swiper-slide{
		}
			.index_deptpubBg .index_deptpub_area .mySwiper_deptpub .swiper-wrapper .swiper-slide > a {
			}


	.index_deptpub_control{
		width: 100%;
		height: 10px;
		/* display: none; */
	}

		.index_deptpub_control .swiper-pagination{

		}
		.main .index_deptpub_control .swiper-pagination .swiper-pagination-bullet {
			background-color: transparent;
			border: 1px var(--fourth_color) solid;
			z-index: 5;
			display: inline-block;
			width: 1.875vw;
			height: 0.2604vw;
			aspect-ratio: 36.65 / 5.00;
			border-radius: 0;
			opacity: 1;
		}
		.main .index_deptpub_control .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
			background-color:var(--fourth_color);
		}






	.deptpub_list{
		width: 100%;
		color: var(--dark_color);
	}


		.deptpub_card{
			padding: 0;
			margin: 0;
			list-style-type: none;
			padding: 0 0px 0px;
			box-sizing: border-box;

			display: flex;
			flex-direction: column;
			gap: 0.9375rem;
		}

			.deptpub_img{			
			}
				.deptpub_img a{		
					position: relative;
					display: block;
					aspect-ratio: 711 / 994;
					/* padding-top: 141%; */
					transition: all 0.3s ease-out;	
					overflow: hidden;
					border-radius: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
				}
					.deptpub_img img{	
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						right: 0;
						float: none;
						/* border-radius:15px; */
						width: 100% !important;
						height: 100% !important;
						object-fit: cover;
						transition: all 0.3s ease-out;		
					}
					.deptpub_img a:hover img{	
						/* opacity: 0.5; */
						transition: all 0.3s ease-out;	
						transform: scale(1.05);
					}


			.deptpub_bottom{	
				display: flex;
				flex-direction: column;
				gap: 0.625rem; /*10*/
			}

				/* 時間 */
				.deptpub_bottom .date{
					font-size: 0.875rem;
					font-family: var(--foreign_font);
					color: var(--second_color);
				}

			.deptpub_text{
				color: var(--dark_color);
				font-size: clamp(0.9375rem, 0.9375vw, 1.125rem); /* 15px , 0.9375vw , 18px */
				line-height: 1.3;
			}
				.deptpub_text strong{
					padding: 0;
					margin: 0;
					font-size: inherit;
					line-height: inherit;
					border-top: 2px solid var(--sixth_color);
					padding: 0.625rem 0 0; /*10*/
					display: block;
					font-weight: 700;
				}
					.deptpub_text  a {	
						display: block;
						text-decoration: none;
						color: inherit;

						overflow: hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
					}
					.deptpub_text a:hover{	
						opacity: 0.5;
					}





/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px) {

	.index_deptpub_area.count_1,
	.index_deptpub_area.count_2 ,
	.index_deptpub_area.count_3 ,
	.index_deptpub_area.count_4 ,
	.index_deptpub_area.count_gt{
		margin: 0 auto;
	}

	.index_deptpub_area.count_1 {
		width: calc(100% / 5 * 1);
	}
	.index_deptpub_area.count_2 {
		width: calc(100% / 5 * 2);
	}
	.index_deptpub_area.count_3 {
		width: calc(100% / 5 * 3);
	}
	.index_deptpub_area.count_4 {
		width: calc(100% / 5 * 5);
	}
	.index_deptpub_area.count_5 {
		/* width: calc(100% / 4 * 3); */
	}
	.index_deptpub_area.count_gt {
		/* width: calc(100% / 4 * 3); */
	}

}


@media (max-width: 1100px) {

	.index_deptpubBg::before {
		width: 39%
	}

	.index_deptpubBg .wrap {
		width: 90%;
	}

		.index_deptpub_area.count_1,
		.index_deptpub_area.count_2 ,
		.index_deptpub_area.count_3 ,
		.index_deptpub_area.count_4 ,
		.index_deptpub_area.count_5 ,
		.index_deptpub_area.count_gt{
			margin: 0 auto;	
			width: 100%;
		}



	/*----- 首頁標題1 -----*/
	/* .index_deptpubBg .index_title {
		margin-bottom: 0rem;
	} */
	
	
}















/*========================================================*/
/*-------首頁_活動花絮_專區區塊--------*/
/*========================================================*/

.index_albumBg{
	overflow: hidden;
	position: relative;
	/* background-color: var(--primary_color); */
	padding-top: clamp(2.2581rem, 3.6458vw, 4.3750rem); /* 36.13px , 3.6458vw , 70.00px */
	padding-bottom: clamp(2.2581rem, 3.6458vw, 4.3750rem); /* 36.13px , 3.6458vw , 70.00px */
	/* background-image: linear-gradient(120deg, var(--fourth_color) 50%, var(--primary_color) 100%); */
	background-image: linear-gradient(120deg, #f6d365 0%, var(--fourth_color) 100%);
}
.index_albumBg::before{
    position: absolute;
    content: "";
    background-image: url(../index/images/bg2.svg);
    background-size: 100%;
    /* aspect-ratio: 87.1 / 97.2; */
    /* max-width: 27.8125rem; */ /*445*/
    height: 100%;
    width: 7%;
    top: 0;
    right: 0;
    z-index: 0;
    /* opacity: 0.7; */


	height: 143%;
    width: 16%;
    top: 50%;
    right: -13%;
    transform: rotate(338deg) translate(0%, -65%);
}

	.index_albumBg .wrap{		
		/* max-width: 99.9999%;				
		width: 100%; */
		position: relative;
		overflow: hidden;
	}


	/*----- 首頁標題1 -----*/
	.index_albumBg .titStyle1 {
		/*margin-bottom: clamp(1.4517rem, 2.3438vw, 2.8125rem);*/ /* 23.23px , 2.3438vw , 45.00px */
		color: #000;
	}	
	.index_albumBg  .titStyle1  strong::before {
		background-image: url(../images/title_icon2_b.svg);
	}



		.index_album_area{			
			position: relative;						
			z-index: 5;	
			/* margin: 0 -0.9375rem; */
			/*padding-bottom: clamp(1.6130rem, 2.6042vw, 3.1250rem);*/ /* 25.81px , 2.6042vw , 50.00px */
		}


				
		/* 首頁_活動花絮_專區 */
		.index_albumBg .index_album_area .mySwiper_album {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
		.index_albumBg .index_album_area .mySwiper_album .swiper-wrapper {
			
		}
		.index_albumBg  .swiper-wrapper{
			-webkit-transition-timing-function: linear; /*之前是ease-out*/
			-moz-transition-timing-function: linear;
			-ms-transition-timing-function: linear;
			-o-transition-timing-function: linear;
			transition-timing-function: linear;
		}


		.index_albumBg .index_album_area .mySwiper_album .swiper-wrapper .swiper-slide{
		}
			.index_albumBg .index_album_area .mySwiper_album .swiper-wrapper .swiper-slide > a {
			}













	.index_album_control{
		width: 100%;
		/* height: 10px; */

		/* display: none; */
	}

		.index_album_control .swiper-pagination{

		}
		.main .index_album_control .swiper-pagination .swiper-pagination-bullet {
			background-color: transparent;
			border: 1px var(--fourth_color) solid;
			z-index: 5;
			display: inline-block;
			width: 1.875vw;
			height: 0.2604vw;
			aspect-ratio: 36.65 / 5.00;
			border-radius: 0;
			opacity: 1;
		}
		.main .index_album_control .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
			background-color:var(--fourth_color);
		}









/* 活動花絮_專區列表 */
.index_albumBg .album_list{

}
    .index_albumBg .album_list a{
		display: flex;
		flex-direction: column;
		text-align: center;
		gap: clamp(0.6750rem, 0.7813vw, 0.9375rem); /* 10.80px , 0.7813vw , 15.00px */
		/* color: inherit; */
		text-decoration: none;
		color: var(--dark_color);
		/* color: var(--third_color); */
		font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16px , 0.9375vw , 18px */
		line-height: 1.3;
	}
        .index_albumBg .album_img{
			position: relative;
			aspect-ratio: 4 / 3;
			display: block;
			overflow: hidden;
		}
            .index_albumBg .album_img img{
				width: 100%;
				height: 100%;
				object-fit: cover;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			}

			 .index_albumBg .album_list a:hover img{
				transform: scale(1.2);
				transition: 0.3s ease all;
			 }


            .index_albumBg .title{
				padding: 0;
				margin: 0;
				font-size: inherit;
				line-height: inherit;
				
				display: block;
				font-weight: 700;
				color: inherit;
				text-align: left;

				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
			.index_albumBg .description{
				color: #7b7b7b;
				color: var(--dark_color);
				font-size: 0.875rem;
				line-height: inherit;
				text-align: left;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;


				display: none;
			}


			

@media (max-width: 1280px) {

	.index_albumBg::before {
        right: -17%;
	}

}


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px) and (min-height: 500px) and (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {



}


/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px) {

	.index_albumBg .wrap{		
		max-width: 99.9999%;				
		width: 100%;
	}


	.index_album_area.count_1 ,
	.index_album_area.count_2 ,
	.index_album_area.count_3  ,
	.index_album_area.count_4  ,
	.index_album_area.count_5  ,
	.index_album_area.count_6  ,
	.index_album_area.count_gt {
		margin: 0 auto;
	}

	.index_album_area.count_1 {
		width: calc(100% / 6 * 1);
	}
	.index_album_area.count_2 {
		width: calc(100% / 6 * 3);
	}
	.index_album_area.count_3 {
		width: calc(100% / 6 * 3);
	}
	.index_album_area.count_4 {
		width: calc(100% / 6 * 4);
	}
	.index_album_area.count_5 {
		width: calc(100% / 6 * 5);
	}
	.index_album_area.count_6 {
		width: calc(100% / 6 * 6);
	}
	.index_album_area.count_gt {
		/* width: calc(100% / 4 * 3); */
	}

}


@media (max-width: 1100px) {

	.index_albumBg::before {
		display: none;
		/* width: 30%;
        right: -79%;
        height: 115%;
        transform: rotate(329deg) translate(0%, -80%); */
	}

	.index_albumBg .wrap {
		width: 90%;
	}

		.index_album_area.count_1,
		.index_album_area.count_2 ,
		.index_album_area.count_3 ,
		.index_album_area.count_4 ,
		.index_album_area.count_5 ,
		.index_album_area.count_gt{
			margin: 0 auto;	
			width: 100%;
		}



		
	/*----- 首頁標題1 -----*/
	.index_albumBg .index_title {
		/*margin-bottom: 0.625rem;*/ /*10px */
	}	
	
}













