/* 灰色背景 */
.event-content{
	display: none;
}
.event-content.active{
	display: block;
	height: 100vh;
	width: 100vw;
	display: flex;
	background-color: rgb(0, 0, 0, 0.80);
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
}
/* 跳窗 */
.event-content-area{
	padding: 24px;
	width: 80vw;
	max-width: 600px;
	min-width: 360px;
	margin: auto;
	border-radius: 16px;
	box-sizing: border-box;
	/* background-color: #033D72;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); */
	background:url(../images/bg.webp);
	background-size: cover;
    background-repeat: repeat;
}
/* 跳窗標題 */
.event-content-area-title{
	position: relative;
	padding: 16px 0 ;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
/* 叉叉 */
.event-content-area-title-close{
	/* position: absolute;
	right: 0; */
	cursor: pointer;
	max-width: 28px;
	max-height: 28px;
}
.event-content-area-title h2{
	font-size: 28px;
	font-weight: bold;
	padding: 0 48px;
}
/* 跳窗內容 */
.event_content_area_item{
	display: none;
}
.event_content_area_item.active{
	display:block;
}
/* 借閱活動說明 */
.event_content_area_item .fixedbox ul li:first-child{
	font-size: 20px;
	color: #fff;
	line-height: 150%;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: 600;
}
.event_content_area_item .fixedbox ul li{
	font-size: 18px;
	color: #fff;
	line-height: 150%;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: 400;
	padding: 8px 0;
}
.event_content_area_item .fixedbox ul li a,.event_content_area_item .fixedbox ul li .highlight{
    color: #FCD745;
	border: 0px;
	padding: 0;
	width: fit-content;
	display: inline;
	font-weight: 800;
}
.event_content_area_item .fixedbox ul li:not(:first-child){
	border-bottom: 1px dashed #fff;
}
.event_content_area_item .fixedbox ol li{
	font-size: 16px;
	color: #fff;
	line-height: 150%;
	letter-spacing: 1px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 8px;
	font-weight: 300;
}
.event-content-area article{
	height: 60vh;
	max-height: 500px;
	padding: 16px;
	overflow-y: scroll;
	box-sizing: border-box;
	background-color:rgba(255,255,255,.4);
	/* border-radius: 16px; */
	border-radius: 4px;
}
/* 網頁捲軸【寬度】 */
.event-content-area article::-webkit-scrollbar {
	width: 8px;
}
/* 網頁捲軸【背景】顏色 */
.event-content-area article::-webkit-scrollbar-track {
	background: #aec3d7;
}
/* 網頁捲軸【把手】顏色 */
.event-content-area article::-webkit-scrollbar-thumb {
	background: #002e65 ;
}
/* 網頁捲軸【滑過時】把手的顏色 */
.event-content-area article::-webkit-scrollbar-thumb:hover {
	background: #000f20;
}
.event-content-area article h3{
	position: relative;
	text-align: center;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0 8px;
	padding-bottom: 8px ;
	/* border-bottom: 1px solid rgb(255, 255, 255); */
	color: #ffffff;
}
.event-content-area article p{
	margin: auto;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 2px;
	color: #f3f3f3;
	padding-top: 8px;
}
.event-content-area article .item{
	display: flex;
	align-items: top;
}
/* .event-content-area article .item .pic,.event-content-area article .item .txt{
	width: 50%;
} */
.event-content-area article .item .txt{
	padding-left:8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.event-content-area article .item .txt p{
	padding-bottom:12px;
}
.event-content-area article .item .txt a{
	padding: 8px 12px;
	color: #ffffff;
	border: 1px solid #ffffff;
	transition: 0.5s;
	position: relative;
	border-radius: 4px;
}
.event-content-area article .item .txt a:hover{
	color: #084670;
	background-color: #ffffff;
	font-weight: 600;
}
/* 更多資訊 */
.event-content-area article ul li:last-child .activity_about_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.event-content-area article ul li:last-child{
	width:100%;
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* margin: 48px 0 24px; */
	/* justify-content: space-between; */
}
.event-content-area article ul li:last-child::-webkit-scrollbar {
	display: none; /* Hide scrollbar on Webkit browsers (Chrome, Safari, etc.) */
}
.event-content-area article ul li:last-child a{
	display: flex;
	width: calc(100%);
	padding: 24px 0px;
	margin-bottom: 16px;
	box-sizing: border-box;
	color: #ffffff;
	border: 1px solid #ffffff;
	/* border-radius: 8px; */
	text-align: center;
	transition: 0.5s;
	border-radius: 4px;
	justify-content: center;
}
.event-content-area article ul li:last-child a:last-child{
	margin-right:0px;
}
.event-content-area article ul li:last-child a:hover{
	color: #084670;
	background-color: #ffffff;
	font-weight: 600;
}
.activity_about .item{
	display: flex;
	flex-wrap: wrap;
}
.activity_about .item .pic,.activity_about .item .txt{
	width: 100%;
}
@media (min-width:768px){
	.event-content-area article ul li:last-child a{
		width: calc((100% - 16px ) / 2);
	}
	.activity_about .item{
		flex-wrap:nowrap;
	}
	.activity_about .item .pic,.activity_about .item .txt{
		width: 50%;
	}
}
