	
/*===========================================================*/
/*------- 彈窗內容區塊 --------*/
/*===========================================================*/
	

/*附加opacity透明度降低*/
.prompt_lightBox.opacity{
	opacity: 0.3;
}


.mfp-auto-cursor .mfp-content {
    /* cursor: auto; */
    width: fit-content;

	max-width: 1600px;
    width: 95%;
}
	.test-popup {
		/* display: flex;
		justify-content: center; */
	}
	.prompt_lightBox {

	}
	
	.prompt_box_area{
		/* padding: 30px 30px; */
		/* min-height: 90vh; */
		position: relative;
		margin: 0 auto;
		width: 100%;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
		border-radius: 15px;
		background: #FFF;
		padding: 0px;
		font-size: min(max(1.05vw, 14px), 18px);
		/* max-width: 1260px; */
	}
	/*附加opacity透明度降低*/
	.prompt_lightBox.opacity .prompt_box_area{
		/* opacity: 0.5; */
	}

			/* 內頁標題塊1 */
			.prompt_box_area .right_title{
				text-align: center;
			}
				.prompt_box_top strong{
				}
				
			
				
			/*彈窗按鍵---------------*/
			.prompt_box_area .btn_area{
			}
			



	.test-popup {
	}

	/*彈窗內容close按鈕*/
	.mfp-close-btn-in .mfp-close {
		/* color: #fff0  !important;
		background: #fff0;
		box-shadow: none;
		border: none;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/lightboxCloseBtn.webp);
		right: calc(-55px / 2);
		top: calc(-55px / 2);
		width: 55px;
		height: 55px;
		background-size: 55px;
		opacity: 1; */
		position: unset;
		right: unset;
		top: unset;
		opacity: 1;
		font-family: var(--mandarin_font) !important;
	}
	.prompt_lightBox  .mfp-close{
		top: -45px;
		right: 0;
		position: absolute;
		bottom: unset;
		right: -8px;


		position: fixed;
		left: unset;
		bottom: unset;
		top: 0;
		right: 0;

		cursor: pointer;
		z-index: 99;
		width: 45px;
		height: 45px;
		/* border: 1px #fff solid; */
		/* color: #fff; */
		color: #fff;
		background: var(--primary_color);
		transition: 0.3s ease all;
	}
	.prompt_lightBox  .mfp-close:hover{
		opacity: 0.5;
		transition: 0.3s ease all;
	}


/* 修改大小 20240731 */
.title{
	font-weight: 600;
}

.lightbox .publications_img{
	margin: 0 auto;
	width: 200px;
}
.lightbox ul{
	display: flex;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
}
	.lightbox ul li{
		padding: 0 10px;
	}
.lightbox button{
	cursor: pointer;
	border: none;
	background-color: var(--fifth_color);
	border-radius: 20px;
	padding: 10px 15px;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	font-size: min(max(0.8333vw, 0.8125rem), 1rem);
}
.lightbox button a{
	text-decoration: none;
	color: #fff;
}
.lightbox  a{
	text-decoration: none;
}
.lightbox button a:visited {
	color:#fff;
}
.lightbox button a:hover {
	color:#fff;
}
.lightbox button a:active{
	color: #fff;
}

.lightbox button:hover{
	background-color: var(--third_color);
}




/* .prompt_box_area .publications_text_area{
	display: block;
	line-height: 1.5;
} */


		
	/*彈窗內容close按鈕_點擊*/
	.mfp-close-btn-in .mfp-close:active{
		/* top: calc(-55px / 2) !important; */
	}

	/*彈窗內容_bg*/
	/* ================================================ */
	/* 新增 修改燈箱背景 modify by peggy 20240717 start */
	.mfp-bg {
		/* background-color: rgba(255 255 255 / 80%) !important; */
		/* opacity: 1 !important; */
		background: rgba(0, 0, 0, .5);
		opacity: 1;
	}

	.prompt_box_container{
		padding: 30px;
		/* width: 80%; */
		/* margin: 0 auto; */
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.prompt_box_container::-webkit-scrollbar {/*滾動條整體樣式*/
		width: 12px;     /*高寬分別對應橫豎滾動條的尺寸*/
		height: 12px;
	}
	.prompt_box_container::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
		border-radius: 5px;
		/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
		background: var(--primary_color);
		/*background: #fff0; */
		/* background-image: linear-gradient(to top, #afafaf 0%, #e5e5e5 100%);		 */
	}
	.prompt_box_container::-webkit-scrollbar-track {/*滾動條裡面軌道*/
		/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
		border-radius: 5px;
		background: #fff0;
		/* background: #EDEDED; */
	}	






@media (max-width: 1500px){

	.prompt_box_area {
		/* max-width: calc(100% - (55px * 2)); */
	}
}



@media (max-width: 1100px){

	.mfp-auto-cursor .mfp-content {
		width: 90%;
	}

}

@media (max-width: 990px){

	.prompt_box_area {
		/* max-width: 95%; */
		border-radius: 5px;
	}
	.prompt_box_container {
		padding: 10px;
	}
	.prompt_lightBox  .mfp-close{
		width: 40px;
		height: 40px;
		line-height: normal;
		font-size: 25px;
		right: 0;
		/* top: -25px; */
		top: 0;
		/* border-color: var(--second_color);
		color: var(--dark_color);
		background: var(--second_color); */
	}

	.prompt_box_container::-webkit-scrollbar {/*滾動條整體樣式*/
		width: 5px;     /*高寬分別對應橫豎滾動條的尺寸*/
		height: 5px;
	}
	/*------- 彈窗內容區塊 --------*/
	/* .prompt_lightBox {
		border-radius: 10px;
	}
		.prompt_box_area{
			padding: 15px 0;	
		}
			.prompt_box_top ,
			.prompt_box_bottom {
				max-width: calc(100% - 30px);
			}
			.prompt_box_bottom{
				margin-top: 15px;
			}
			.prompt_box_area .text_area{
				margin: 0px 0 15px;
				padding: 5px;
			} */
}




