.popup_lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 120000;
	display: none;
}
.popup_lightbox_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.8;
}
.popup_lightbox_content {
	position: relative;
	width: 100%;
	max-width: 1306px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	top: 100px;
	color: #333333;
	max-height: 80%;
	overflow: auto;
}
.popup_lightbox_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #2e76a2;
	color: #2e76a2;
	text-align: center;
	line-height: 28px;
	font-weight: 700;
	cursor: pointer;
	z-index: 100;
	font-family: "Muli", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Helvetica, sans-serif
}