/* 匯入共用最新消息文字模組 */
@import url(../css/style_nav/style_latest_news/style_latest_news.css);

/* 匯入共用活動總攬(帶圖)模組  */
@import url(../css/style_nav/style_latest_news/style_latest_events.css);


/* ================================================================= */























/*/////////////////////////////////////////////////////////*/
/*-------首頁輪播區--------*/
/*/////////////////////////////////////////////////////////*/

.indexmain  .banner {
	background:#fff;
	position:relative;
	
	overflow: hidden;
}

/* .banner::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background-color: rgba(39,39, 39, 15%);
	z-index: 99;
}
.banner::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background-color: rgba(39,39, 39, 15%);
	z-index: 99;
} */
.indexmain  .swiper-wrapper{
	/* transition-timing-function:ease-in 
	transition-timing-function: linear; ; */
	transition-timing-function: ease;
}
.indexmain  .swiper-button-prev, 
.indexmain  .swiper-button-next {
	position: absolute;
	top: 50%;
	margin: 0px;
	/* z-index: 10;
	cursor: pointer; */
	width: 200px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.indexmain  .swiper-button-prev{		
	background-image:url(../index/images/Rectangle.png);
	left: 0;
}
.indexmain .swiper-button-next{
	background-image:url(../index/images/Rectangle.png);
	right: 0;
}
.indexmain  .swiper-button-prev:after, 
.indexmain  .swiper-button-next:after {
	/* content: 'prev'; */
	display: none;
}

.indexmain  .swiper-pagination-clickable .swiper-pagination-bullet {
	/* background-color: #000; */
	background-color: #fff;
	z-index: 5;
	display: inline-block;
	width: 10px;
	height: 10px;
	/* opacity: 1; */
	opacity: 0.6;
}
.indexmain .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	/* background-color: #231815; */
	background: #aaa;
	opacity: 1;
}

	.indexmain  .banner .swiper-slide a {
		display: block;
		position: relative;
		padding-top: 28%;
	}

	.indexmain  .banner .swiper-slide a img {
		/* width:100%; */
		/* height:auto; */
	}


				.indexmain .banner .pcBanner,
				.indexmain .banner .mobileBanner {
					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 .mobileBanner {
					display:none;
				}


@media (max-width:1440px){
	.indexmain .banner::before{
		display: none;
	}
	.indexmain .banner::after{
		display: none;
	}
}
@media (max-width: 990px){

.indexmain  .swiper-button-prev, 
.indexmain .swiper-button-next {
	display: none;
}
}

@media (max-width: 990px){

	.indexmain  .banner .swiper-slide a {
		padding-top: 110%;
	}

	.indexmain .banner .pcBanner{
		display: none;
	}
	.indexmain .banner .mobileBanner {
		display: block;
		width: 100%;
		height: auto;
	}
}
				
		














/*/////////////////////////////////////////////////////////*/
/*-------首頁最新消息區--------*/
/*/////////////////////////////////////////////////////////*/

/*-----首頁最新消息區--------------------------------------*/

.indexNewsBg{
	/* padding: 100px 0; */
	padding: clamp(3.125rem,5.2083vw,6.25rem) 0 ;
	overflow: hidden;
	position: relative;
	background-image: url(../index/images/bg_01.png);
	background-position: center center;
	background-size: cover;
}
.index_title{
	font-size: clamp(1.25rem,2.6042vw,3.125rem);
	color: var(--primary_color);
	display: inline-flex;
	flex-direction: column;
	gap: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 29.6875rem;
	padding-left: 100px;
	padding-left: clamp(1.25rem,5.2083vw,6.25rem);
	line-height: 1.25;
}
.index_title .index_title_en{
	font-size: clamp(2.2321rem, 2.6042vw, 3.1250rem); /* 35.71px , 2.6042vw , 50.00px */
	color: var(--dark_color);
}
.index_title .index_title_cn{
	
position: relative;
	
font-size: clamp(1.5625rem, 1.8229vw, 2.1875rem); /* 25.00px , 1.8229vw , 35.00px */
}
.index_title .index_title_cn::after{
	content: '';
	display: block;
	width: clamp(4.5163rem, 7.2917vw, 8.7500rem); /* 72.26px , 7.2917vw , 140.00px */
	height: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
	background-color: #fff;
	position: absolute;
	right: 55%;
	bottom: -15px;
	z-index:-1;
}

/* 在螢幕放大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) {

.index_title .index_title_cn::after{
	right: 65%;
	bottom: -10px;
}

}



/* .index_title span::after{
	content: '';
	display: block;
	width: 140px;
	height: 30px;
	background-color: var(--primary_color);
	position: absolute;
	right: -25px;
	bottom: -15px;
	z-index:-1;
} */
.indexNewsBg .indexNewsArea{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.indexNewsBg .indexNewsin {
    width: 90%;
	margin: 0 auto;
	padding-top: clamp(1.25rem,2.0833vw,2.5rem);
}

/*.indexNewsin2 .news_list_area{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(.9375rem,1.5625vw,1.875rem);
	width: 100%;
}
.indexNewsin2 .news_list{
	background-color: #fff;
	padding: clamp(.75rem,1.3021vw,1.5625rem);
	padding-left: 0;
	border-radius: 20px;
	width: 100%;
	box-sizing: border-box;
}
.indexNewsin2 .news_list a{
	text-decoration: none;
	display: grid;
	grid-template-columns: 6.25rem  auto;
	align-items: center;
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	
}
.indexNewsin2 .news_list a .news_date{ 
	display: flex;
	flex-direction: column;
	color: var(--primary_color);
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	font-weight: 600;
	position: relative;
	
}
.indexNewsin2 .news_list a .news_date .news_month{ 
	font-weight: 800;
}
.indexNewsin2 .news_list a .news_date:after{
	content: "";
	width: 3px;
	height: calc(100% - 20px);
	background-color: #333;
	position: absolute;
	top: 50%;
	right: 15%;
	transform: translateY(-50%);

	
}
.indexNewsin2 .news_list a .news_title{
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
    height: 48px;
    line-height: 1.5;


	
}*/


@media (max-width: 1200px){
	.index_title{
		text-align: center;
		width: 100%;
		max-width: unset;
		padding-left: 0;
	}
	.index_title .index_title_cn::after{
		display: none;
	}
}

















/* =============================== */
/* 即將活動 / 講座預告區 */
/* =============================== */

.indexAdmissionBg{
	padding: clamp(3.125rem,5.2083vw,6.25rem) 0;
	overflow: hidden;
	position: relative;
	background-image: url(../index/images/bg_02.png);
	background-position: center center;
	background-size: cover;
}
.indexAdmissionBg .index_title_area{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	gap: clamp(1.25rem,2.0833vw,2.5rem);
	
}

.indexAdmissionBg .index_title{
	padding-left: 0;
	color: var(--primary_color);
}
.indexAdmissionBg .index_title .index_title_cn{
	
	position: relative;
}
.indexAdmissionBg .index_title .index_title_cn::after{
	content: '';
	display: block;
	width: clamp(4.375rem,7.2917vw,8.75rem);
	height: clamp(.9375rem,1.5625vw,1.875rem);
	background-color: #fff;
	position: absolute;
	right: unset;
	/* bottom: -10px; */
	z-index:-1;
	/* aspect-ratio: 140 / 30; */
}



.indexAdmissionBg .indexNewsArea{
	display: flex;
    justify-content: space-between;
    position: relative;
	align-items: center;
	gap: clamp(.9375rem,1.5625vw,1.875rem);
}

/* .card{
	box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 164px;
    position: relative;
} */
.indexAdmissionBg .indexNewsin {
    width: 80%;
}

.indexAdmissionBg .indexNewsin .swiper-slide a{
	/* display: block;
	padding: 40px 20px 40px 20px ;
	padding: 40px 0;
	padding: clamp(1.25rem,2.0833vw,2.5rem) 0;
	transition: all .2s ease;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box; */

}
.indexAdmissionBg .indexNewsin .swiper-slide a:hover{
	/* opacity: .5; */
}

/* .card_img{
	overflow: hidden;
	position: relative;
	padding-top: 141.68%;
	border-radius: 25px 25px 0 0 ;
}
.card_img 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;
}
.card_info{
	background-color: #fff;
	height: 135px;
	position: relative;
	font-size: clamp(1rem,1.25vw,1.5rem);
	line-height: 32px;
	padding: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc( 100% - 15px * 2 );
	transition:all .3s ease ;
	opacity: 1;
}
.card_info_title{
	opacity: 1;
	transition:all .3s ease ;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
}
.card_info_more{
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px;
	opacity: 0;
	transition:all .3s ease ;
	font-size: 1rem;	
	line-height: 28px;
	color: var(--third_color); 
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
} */

/* hover效果 */
/* .card.card_news:hover .card_info{
	height: 135px;	
}
.card.card_news:hover .card_info_title{
	opacity: 0;	
}
.card.card_news:hover .card_info_more{
	opacity: 1;	
}


.card_info p:last-of-type{
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.card_info p:first-of-type{
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.card_info .card_info_more > p{
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
} 


.card_info::before{
	content: "2022/11/15";
	position: absolute;
	left: 15;
	top: -35px;
	z-index: 1;
	font-size: clamp(1rem,0.9375vw,1.125rem);
	color: var(--primary_color);
}
.card_info::after{
	content: "";
	display: block;
	width: 130px;
	height: 60px;
	position: absolute;
	left: 0;
	top: -45px;
	background-color: #fff;
	border-radius: 0 10px 0 0 ;
}
.main .swiper-slide .card_link img{
	width: 12px;
	height: 12px;
	vertical-align: -2px;
	display: none;
}
.main .swiper-slide a {
	color: var(--primary_color);
	text-decoration: none;
}
.card_link span{
	color: var(--primary_color);
	font-size: .75rem;
}

.card_link {
	display: inline-block;
    min-width: 70px;
	position: absolute;
	bottom: 15px;
	right: 5%;
	transition:all .3s ease ;
}*/

.switch{
	position: absolute;
    z-index: 3;
    bottom: 0;
    /* padding-left: 150px; */
    display: flex;
    align-items: center;
	padding-bottom: 40px;
}

.swiper-button-next_news, .swiper-button-prev_news, .swiper-button-next_admission, .swiper-button-prev_admission, .swiper-button-next_photo, .swiper-button-prev_photo {
    position: absolute;
    bottom: 85px;
    margin: 0px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.swiper-button-prev_news {
    background-image: url(../index/images/left_color.svg);
}
.swiper-button-next_news {
    background-image: url(../index/images/right_color.svg);
}
.swiper-button-prev_news, .swiper-button-prev_admission {
    /* left: 240px; */
    position: unset;
    transform: unset;
    margin: 0 5px;
}

.swiper-button-next_news, .swiper-button-next_admission {
    /* left: 40px; */
    position: unset;
    transform: unset;
    margin: 0 5px;
}

@media (max-width: 1440px) {
    .switch {
        position: absolute;
        z-index: 3;
        right: 0px;
        top: -40px;
        bottom: unset;
        padding-left: 0px;
        display: flex;
        align-items: center;
        padding-bottom: 0px;
    }
}

@media (max-width: 1200px){

	.indexAdmissionBg .index_title .index_title_cn::after{
		content: '';
		display: block;
		width: clamp(4.375rem,7.2917vw,8.75rem);
		height: clamp(.9375rem,1.5625vw,1.875rem);
		background-color: #fff;
		position: absolute;
		right: 25%;
		bottom: -10px;
		z-index:-1;
		aspect-ratio: 140 / 30;
		display: none;
	}
	.indexAdmissionBg .indexNewsArea{
		flex-direction: column;
	}
		.indexAdmissionBg .indexNewsin {
			width: 100%;
		}
			.indexAdmissionBg .indexNewsin .swiper-slide a{
				/* max-width: unset; */
			}

	.switch {
        right: 75px;
        top: 50px;
    }

}	

@media (max-width: 990px){

	.index_title .index_title_cn::after{
		content: '';
		display: block;
		width: clamp(4.375rem,7.2917vw,8.75rem);
		height: clamp(.9375rem,1.5625vw,1.875rem);
		background-color: var(--third_color);
		position: absolute;
		right: -25px;
		bottom: -10px;
		z-index:-1;
		aspect-ratio: 140 / 30;
		display: none;
	}
	.indexNewsArea{
		display: block;
	}

	.indexNewsin .swiper-slide a{
		/* max-width: unset; */
	}
	.indexNewsin {
		width: 100%;
		/* padding-top: 42px; */
	}
}

@media (max-width: 768px) {
    .switch {
        right: 45px;
    }
}

@media (max-width: 425px) {
    .switch {
		top: 0;
        bottom: -108%;
        right: 17px;
    }
}



/* .switch {
    position: absolute;
    z-index: 3;
    bottom: 0;
    padding-left: 150px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 40px;
    position: relative;
    padding-bottom: 0;
    width: 100%;
}



@media (max-width: 1200px){
	.switch {
		justify-content: center;
	}
} */


.index_AboutBg{
	/* padding: 100px 0; */
	padding: clamp(3.125rem,5.2083vw,6.25rem) 0 ;
	overflow: hidden;
	position: relative;
	background-image: url(../index/images/bg_01.png);
	background-position: center center;
	background-size: cover;
}


.index_AboutArea{
	width: 90%;
    max-width: 101.2500rem;
	margin-left: auto;
	margin-right: auto;
}

.index_AboutBg .index_title{
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	padding-left: 0;
}
.index_AboutBg .index_title .index_title_cn::after{
	content: '';
	display: block;
	/* width: 140px; */
	/* height: 30px; */
	background-color: #fff;
	position: absolute;
	right: -25%;
	bottom: -29%;
	z-index:-1;
}
.index_AboutBg .about_content{
	/* width: 90%; */
	/* margin: 0 auto; */
	padding-top: clamp(1.25rem,2.0833vw,2.5rem);
}


@media (max-width: 1200px){
	.index_AboutBg .index_title .index_title_cn::after{
		display: none;
	}
}





























/* ============================================================== */
/* 相簿 */
/* ============================================================== */


.indexPhotoBg{
	position: relative;
}

.indexPhotoBg .indexNewsin {
    width: 100%;
	position: relative;
}

.indexPhotoBg .arrow_photo_right{
	width: 486px;
	height: 100%;
	background-color:rgba(255,255,255,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	transition: all .3s ease;
}

.indexPhotoBg .arrow_photo_right:hover,
.indexPhotoBg .arrow_photo_left:hover{
	background-color: rgba(255,255,255,.7);
}
.indexPhotoBg .arrow_photo_left{
	width: 486px;
	height: 100%;
	background-color:rgba(255,255,255,.5);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	transition: all .3s ease;
}

.indexPhotoBg  .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;
}

.indexPhotoBg .swiper-slide a {
    display: block;
    padding: 0px;
    transition: all .2s ease;
	position: relative;
}



.indexPhotoBg .card_img{
	overflow: hidden;
	position: relative;
	padding-top: 60%;
    border-radius: 0;
}
.indexPhotoBg .card_img 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;
}




	.indexPhotoBg .swiper-button-next_photo, 
	.indexPhotoBg .swiper-button-prev_photo {
		position: absolute;
		bottom:85px;
		margin: 0px;
		z-index: 10;
		cursor: pointer;
		width: 30px;
		height: 30px;
		background-size: 30px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: pointer;
	}


.indexPhotoBg .swiper-button-prev_photo
{
	background-image:url(../index/images/left_color02.svg);
	left: 435px;
}

.indexPhotoBg .swiper-button-next_photo
{
	background-image:url(../index/images/right_color02.svg);
	right: 435px;
}

.indexPhotoBg .swiper-button-next_photo:after, 
.indexPhotoBg .swiper-button-prev_photo:after {
	/* content: 'prev'; */
	display: none;
}


.indexPhotoBg .page_show{
	position: unset !important;
    width: auto!important;
    color: #bf5614!important;
	min-width: 50px!important;
}

.indexPhotoBg .switch {
    position: absolute;
    z-index: 3;
    bottom: 0;
    padding-left: 150px;
    display: flex;
    align-items: center;
	padding-bottom: 40px;
}

@media(max-width:1800px){
	.indexPhotoBg .swiper-button-next_photo, 
	.indexPhotoBg .swiper-button-prev_photo{
		bottom: 65px;
	}
}
@media(max-width:1500px){
	.indexPhotoBg .swiper-button-prev_photo {
		left: 335px;
	}
	.indexPhotoBg .swiper-button-next_photo {
		right: 335px;
	}
	.indexPhotoBg .swiper-button-next_photo, 
	.indexPhotoBg .swiper-button-prev_photo{
		bottom: 55px;
	}
}


@media(max-width:1240px){
	.indexPhotoBg .swiper-button-prev_photo{
		left: 235px;
	}
	.indexPhotoBg .swiper-button-next_photo {
		right: 235px;
	}
	.indexPhotoBg .swiper-button-next_photo, 
	.indexPhotoBg .swiper-button-prev_photo{
		bottom: 80px;
	}
}


.indexPhotoBg .switch {
	padding-bottom: 0px;
}
@media (max-width: 1440px){
	.indexPhotoBg .switch {
		position: absolute;
		z-index: 3;
		right: 75px;
		top: -9px;
		bottom: unset;
		padding-left: 0px;
		display: flex;
		align-items: center;
		padding-bottom: 0px;
		margin: 0 10px;
	}
}
@media(max-width:990px){
	.indexPhotoBg .switch {
		right: 65px;
	}
}
@media(max-width:768px){
	.indexPhotoBg .switch {
		right: 45px;
	}
}
@media(max-width:425px){
	.indexPhotoBg .switch {
		/* right: 10px; */
		bottom: -450px;
		right: 17px;
	}
}
@media(max-width:375px){
	.indexPhotoBg .switch {
		bottom: -400px;
	}
}










@media(max-width:1500px){
	.indexPhotoBg .arrow_photo_left,
	.indexPhotoBg .arrow_photo_right{
		width: 386px;
	}

}

@media(max-width:1240px){
	.indexPhotoBg .arrow_photo_left,
	.indexPhotoBg .arrow_photo_right{
		width: 286px;
	}

}



@media(max-width:990px){
	.indexPhotoBg{
	}
	.indexPhotoBg .arrow_photo_left,
	.indexPhotoBg .arrow_photo_right{
		display: none;
	}
	
}
@media(max-width:425px){
	.indexPhotoBg{
		
	}
}




