/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 浮動top鍵 --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 40px;
			height: 40px;
			/* border: solid 2px #4c4944; */
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:var(--primary_color);
			/* padding: 25px 0px 0px; */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			/* .topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 50%;
				transform: translateX(-50%);
			} */
			.topBtn a svg {
				width: 20px;
				height: 16px;
				fill: #fff;
			}
			.topBtn a span {
				font-size: 0.7em;
				display:block;
				font-family: var(--foreign_font);
				padding-bottom: 5px;
			}
				/*hover*/
				.topBtn a:hover {
					opacity: 0.5;
				}
				
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
		
			









/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					


/*--浮動社群鍵---*/

.social_btn_area{
	position:fixed;
	right: 13px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201;
	display:none;
}

		
.social_btn{
	margin:7px 0px;
	position: relative;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:0.75em; /*12*/
		line-height: 1;
		text-align:center;
		width: 40px;
		height: 40px;
		box-sizing:border-box;
		background-color: #1974ec;
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 20px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
        /*標籤說明*/		
        .tab_description{
            display: none;
            position: absolute;
            left: -90px;
            top: 9px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px 10px;
            font-size:0.8125em;/*13*/
            transition: 0.3s ease all;
        }		
	        /*hover*/
            .social_btn:hover > .tab_description{
                display: block;
                transition: 0.3s ease all;
            }








/*--右側浮動FB--*/
.fbBtn {
}
    .fbBtn a {
        background-color: #1974ec;
    }
	
	
/*--右側浮動youtube--*/
.YtBtn {
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--右側浮動Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		background: #00c001;
	}
       
	



/*--右側浮動linkedInBtn--*/	
.linkedInBtn {
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--右側浮動Twitter--*/	
.twitterBtn {
}
	.twitterBtn a {
		background: #34b3f7;
	}
    



/*--右側浮動IG--*/		
.igBtn {
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

		
			
		
/*--右側浮動dcard--*/	
.dcardBtn{    
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--右側浮動podcast--*/
.podcastBtn{	
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	/*-- 浮動top鍵 --*/
	.topBtn{		
	}
		.topBtn a {
			width: 40px;
			height: 40px;
		}
		.topBtn a svg {
			/* top: 10px; */
			stroke-width: 2px;
			stroke-linecap: round;
			stroke: #fff;
			width: 25px;
			height: 25px;
		}
			.topBtn a span {
				display: none;
			}
		

	/*-- 浮動社群鍵 --*/
	.social_btn {
		margin:3px 0px;
	}
		.social_btn a{
			width: 40px;
			height: 40px;
		}	



}










	
			




/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	background-color: var(--fifth_color);
	/* padding: 80px 0px; */
	padding: clamp(2.5781rem, 4.1667vw, 5.0000rem) 0; /* 最小值 41.25px、大小約 4.1667vw、最大值 80.00px */
	/* background-color:var(--primary_color); */
	/* background-color: var(--secondary_color); */
	/* background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%); */
	background-blend-mode: screen;
	color: var(--primary_color);
	font-size: min(max(0.9vw, 0.95em), 1em);
	font-weight: 400;
}

	.footer .wrap{
		position: relative;
	}
	
	/* 導盲磚_跳到版腳內容------------------- */
	.footer a.footer_access {
		position: absolute;
		top: -25px;
		font-size: 0.7em;
		line-height: 1;
		color: #fff0;
		z-index: 1;
		padding: 5px;
		display: inline-block;
		text-decoration: none
	}

	.footer_content{
		display: flex;
		justify-content: space-between;
	}
	
		/*----- 版腳footer_logo -----*/
		/* .footer_logo{
			width: 200px;
			max-width: 100%;
			transition: 0.3s ease all;
			box-sizing: border-box;
		}
			.footer_logo a{
				display: block;
			}
				.footer_logo a img{
					width: 100%;
					height: auto;
				}
		
				.footer_logo .oldLogo{
					display: block;
				}
				.footer_logo .newLogo{
					display: none;
				} */






		/*----- 版腳主按鍵 navbar -----*/
		/* .footer_navbar{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			margin: 0px -15px;			
			font-size: 1em;
			line-height: 1.1;
			color: #fff;
		}
			.footer_nav{
				box-sizing: border-box;
				width: 25%;	
				padding: 0 15px;			
			}
				.footer_nav span{
				}
					.footer_nav span a{
					}
				.footer_nav a{
					display: block;
					text-decoration: none;
					color: inherit;					
				}
				.footer_nav a:hover{
					opacity: 0.5;
				}

				.fR_nav_Area{
					margin-top: 10px;
				}
				.fR_navList{
					
				}
					.fR_navList a {
						padding: 10px 0px;
					} */





	
		.footer_content_left{
			width: calc(100% - 200px);
			display: flex;
			flex-direction: column;
			gap: clamp(0.8057rem, 1.3021vw, 1.5625rem); /* 字體 最小值 12.89px、大小約 1.3021vw、最大值 25.00px */
		}


		/*----- 版腳按鍵 footer_link -----*/
		.footer_link{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			/* align-items: center; */
			/* margin: 0px -17px; */
			line-height: 1.2;
			color: var(--primary_color);
			/*font-size: clamp(0.812em, 0.8333vw, 1em);*/ /* 13px、0.8333vw、16px */			
			font-size: clamp(0.812em, 0.8333vw, 1em);
			font-size: unset;
			font-weight: 500;
			gap:  clamp(0.5479rem, 0.8854vw, 1.0625rem); /*  最小值 8.77px、大小約 0.8854vw、最大值 17.00px */
		}
			.footer_link_list{
				box-sizing: border-box;
				/* padding: 0 17px; */
			}			
				.footer_link_list a ,
				.footer_link_list span{
					/* padding: 10px 35px; */
					padding: 0 clamp(1.1291rem, 1.8229vw, 2.1875rem); /* 18.07px , 1.8229vw , 35.00px */
					padding-top: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
					padding-bottom: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
					display: block;
					text-decoration: none;
					color: inherit;
					font-size: inherit;
					border-radius: 1.625em;
					border: 0.0625em solid var(--primary_color);
				}
				.footer_link_list a:hover{
					opacity: 0.5;
					/* color: var(--primary_color); */
				}
				.footer_link_list span{
					border-color: transparent;
					padding-left: 0;
					padding-right: 0;
				}





		/*----- 版腳資訊 footer_information -----*/
		ul.footer_information{
			font-size: clamp(0.812em, 0.8333vw, 1em); /* 13px、0.8333vw、16px */
			font-size: unset;
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			color: inherit;
			box-sizing: border-box;
			display: inline-flex;
			flex-wrap: wrap;
			line-height: 1.2;
			line-height: normal;
			column-gap:  clamp(1.9336rem, 3.1250vw, 3.7500rem); /*0最小值 30.94px、大小約 3.1250vw、最大值 60.00px */
		}
			ul.footer_information li{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				display: flex;
				align-items: center;
				gap:  clamp(0.3223rem, 0.5208vw, 0.6250rem); /* 最小值 5.16px、大小約 0.5208vw、最大值 10.00px */
				/*column-gap: clamp(1.6113rem, 2.6042vw, 3.1250rem);*/ /* 最小值 25.78px、大小約 2.6042vw、最大值 50.00px */
				/* padding: 10px 0px; */
				/* padding-right: 20px; */
			}
				ul.footer_information li i{
					padding-right: 5px;
				}
					ul.footer_information li span{				
					}
						ul.footer_information li a{
							color: inherit;
							display: inline;
							text-decoration: none;
							/* margin-left: 10px;
							padding-left: 10px;
							border-left: 1px #787878 solid; */
						}
						ul.footer_information li a:hover{
							opacity: 0.7;
						}

		ul.organizer_information{

		}
			ul.organizer_information li {
				/* padding-right: 50px; */
			}
			ul.organizer_information li a:hover{
				opacity: 1;
			}
				ul.organizer_information .img{
					/* width: 200px; */
					/* width: 10.4vw;
					max-width: 200px;
					min-width: 120px; */

					height: 1.82vw;
					min-height: 1.875rem; /*30*/
					max-width: 50%;
				}
					ul.organizer_information img{
						/* width: 100%;
						height: auto; */

						width: auto;
						height: 100%;
					}
													
						



.footer_content_right{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

	.footer_content_right .visit{	
		font-size: 1em; 
	}
	
	.footer_content_right .visit ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 0.625rem;
		justify-content: flex-end;
	}
	.footer_content_right .visit li{
		margin: 0;
		padding: 0;
		list-style-type : none;
		display: block;
		text-align: right;
	}
	.footer_content_right .visit span{
		font-family: var(--foreign_font);
	}

		/* 無障礙網頁檢測標章 */
		.accessibility{
			width: 5.5rem; /*88*/
		}
			.accessibility a{
				display: block;
				text-decoration: none;
			}
				.accessibility img{
					width: 100%;
					height: auto;
				}
			
				.accessibility a:hover , .accessibility a:focus {
					background-color: var(--fourth_color) ;
				}
				.accessibility a:hover img , .accessibility a:focus img{
					opacity: 0.3;
				}





	
	/*----- 版權宣告 -----*/
	.copyright{
		color: inherit;
		font-family: var(--mandarin_font);
		font-size: clamp(0.812em, 0.8333vw, 1em);
		font-size: unset;
		line-height: inherit;
		/* font-family: var(--foreign_font); */
		/* font-size: inherit; */
		/* padding-top: 20px; */
		/* font-weight: 300; */
	}
		.copyright a{
			display: inline;
			/* padding: 0 5px; */
			color:inherit;
			font-size: inherit;
			line-height: inherit;
			text-decoration: none;
		}
		.copyright a:hover{
			opacity: 0.5;
		}

	/*----- 瀏覽器警示標語 -----*/
	.browser_bg{
		color: #6c6c6c;
		/* text-align: center; */
		font-size: 0.75em;
		line-height: 1em;
	}
		.browser_bg a{
			color:inherit;
			font-size: 0.75em;
			line-height: 1em;
			text-decoration: underline;
		}
			




@media (max-width: 1440px){

	.footer_link {
		/* font-size: min(max(0.7vw, 0.95em), 0.9375em); */
	}

}


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 740px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 150/100){


}



@media (max-width: 990px){

	.footer {
		padding: 25px 0px;
	}	

	.footer .wrap{
		/* max-width: 1145px; */

		display: flex;
		justify-content: unset;
		align-items: unset;
		flex-direction: column;
	}

		/* 導盲磚_跳到版腳內容------------------- */
		.footer a.footer_access {
			top: -20px;
		}

		.footer_content{
			display: flex;
			justify-content:unset;
			/* padding-top: 15px; */
			flex-direction: column;
			gap: clamp(0.8057rem, 1.3021vw, 1.5625rem); /* 字體 最小值 12.89px、大小約 1.3021vw、最大值 25.00px */ 
		}

		/*----- 版腳footer_logo -----*/
		.footer_logo{
			width: 130px;
			padding-bottom: 5px;
		}

		.footer_content_left {
			width: auto;
		}
			
			/*----- 版腳資訊 footer_information -----*/
			ul.footer_information{
				/* margin: 0 -5px; */
				/* margin: 20px -10px -5px 0; */
				gap: 10px;
				justify-content: center;
			}
				ul.footer_information li{
					/* padding: 5px 5px; */
					/* padding: 5px 0; */
					/* padding-right: 10px; */
				}
					ul.footer_information li a {
						margin-left: 5px;
						padding-left: 5px;
					}





		/*----- 版腳按鍵 footer_link -----*/
		.footer_link{
			/* margin: 0px -5px; */
			justify-content: center;
		}
			.footer_link_list{
				/* padding: 0 5px; */
			}			
				.footer_link_list a{
					padding: 10px 10px;
				}








.footer_content_right{
	align-items: unset;
	justify-content: center;
}

	.footer_content_right .visit ul{
		justify-content: center;
		text-align: center;
	}
		.footer_content_right .visit li{
			text-align: center;
		}

		/* 無障礙網頁檢測標章 */
		.accessibility{
			padding-top: 15px;
			width: 100px;
			margin: 0 auto;
		}

		/* 主按鍵 navbar */
		.footer_navbar{
			/* margin: 0 -5px 0; */
		}
			.footer_nav span {
				font-size: 1.1em;
			}
			.fR_navList a {
				padding: 5px 0px;
			}


	.copyright{
		text-align: center;
	}
	
}


@media (max-width: 768px){
	
	/* 版腳資訊 footer_information */
	/* ul.footer_information{
		display: block;
		margin: 0;
	}	
		ul.footer_information li{
			padding: 5px 0px;
		} */

	/* .footer_content{
		padding-top: 0px;
	} */

	/* 主按鍵 navbar */
	.footer_navbar{
		display: none;
	}
	
}




@media (max-width: 550px){

	.footer {
		font-size: min(max(0.7vw, 0.875em), 1em);
	}

	ul.footer_information {
		/* margin: 0 -5px; */
		/* margin: 20px 0px -5px; */
		/* margin: 20px -10px -5px 0; */
		display: flex;
		/* justify-content: space-between; */
	}
		ul.footer_information li {
			/* padding: 5px 0px; */
			width: 100%;
			width: fit-content;
			/* display: block; */
		}
			ul.footer_information li span {
				display: inline;
			}
			ul.footer_information li a {
				margin-left: 0px;
				padding-left: 0px;
				border-left: none;
			}

		ul.footer_information.organizer_information{
			/* margin-top: 5px; */
		}

			ul.organizer_information li span {
				margin-bottom: 0;
			}
			/* ul.organizer_information .img{
				width: auto;
				height: 20px;
				min-height: unset;
				max-width: unset;
				min-width: unset;
			} */
			ul.organizer_information .img {
				height: 20px;
				min-height:unset;
				/* max-width: 50%; */
			}
				/* ul.organizer_information img {
					width:  auto;
					height: 100%;
				} */

}





/*---------------網站導覽區塊---------------*/
.button_area{
	margin-bottom: 1.25rem;
}


.sitemap_area .button_area .footer_btn {
	background-color: var(--fourth_color);
    border: none;
    border-radius: 20px;
    color: #000;
    padding: clamp(0.3226rem, 0.5208vw, 0.6250rem);
	display: block;
	margin: 0 auto;
}


.sitemap_area .button_area .footer_btn i {
    display: block;
    transition: transform 0.3s ease;
}

.sitemap_area .button_area .footer_btn:not(.active) i {
    transform: rotate(180deg);
}
/* .sitemap_area .button_area .footer_btn:not(.active) i{
	transform: rotate(180deg);
	transition: 0.3s;
    display: block;
}
.sitemap_area .button_area .footer_btn.active i{
	transition: 0.3s;
} */

/* .sitemap_area .button_area .footer_btn:active {
	transform: rotate(180deg);
} */


.sitemap_area{
	background-color: var(--fifth_color);
	padding: 30px 0;
	margin-bottom: 45px;
}

.footerNavbar >ul{
	padding-left: 0;
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(.9375rem, 1.5625vw, 1.875rem);
}

.footerNavbar >ul>li{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/*.footerNavbar >ul>li>.separator>.separator_list:nth-child(even) {
	background-color: #fafafa;
}*/

.footerNavbar >ul>li>.separator>.separator_list>a{
	/*padding: .3125rem;*/
	color: #333;
	text-decoration:none;
}

.footerNavbar >ul>li>.separator>.separator_list>a:hover{
	opacity: 0.8;
}

.footerNavbar_listTit {
    font-weight: bold;
    margin: 5px 0;
}

.footerNavbar_listTit >a{
	color: #fff;
	display: block;
	text-decoration:none;
	background: var(--primary_color);
    text-align: center;
    padding: 3px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}


.footerNavbar_listTit::after{
	background-color:var(--second_color) ;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
}

.separator {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	/* height: 1px;
	background-color: var(--second_color); 
	border-top: 1px solid var(--second_color);*/
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 5px;
	/* 預設收合狀態 */
	display: block;
}

.separator_list{
	padding: 5px 0;
}

@media(max-width:950px){
	
	.footerNavbar >ul{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:745px){
}

@media(max-width:540px){
	
	.footerNavbar >ul{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:425px){
	
	.footerNavbar >ul{
		grid-template-columns: repeat(1, 1fr);
	}
}

