	
/*===========================================================*/
/*------- 彈窗內容區塊 --------*/
/*===========================================================*/
	

/*附加opacity透明度降低*/
.prompt_lightBox.opacity{
	opacity: 0.3;
}

	.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);
		/* min-height: 90vh; */
		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: 0;
		right: 0;
		position: absolute;		
		bottom: unset;
		right: 2px;
		cursor: pointer;
		z-index: 99;
		width: 45px;
		height: 45px;
		border: 1px #fff solid;
		color: #fff;
		transition: 0.3s ease all;
	}
	.prompt_lightBox  .mfp-close:hover{
		opacity: 0.5;
		transition: 0.3s ease all;
	}







		
	/*彈窗內容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: #526aaf;
		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: #526aaf;
		/*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: 990px){

	.prompt_box_area {
		max-width: 95%;
		border-radius: 5px;
	}
	.prompt_box_container {
		padding: 10px;
	}
	.prompt_lightBox  .mfp-close{
		width: 30px;
		height: 30px;
		line-height: normal;
		font-size: 20px;
		right: 0;
		/* top: -25px; */
		top: 0;
		border-color: #526aaf;
		color: #526aaf;
		background: #fff;
	}

	.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;
			} */
}




