.popup_window{
	display: none;
	position: fixed;
	padding: 10px;
	background-color: white;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
	z-index: 3;
}
.popup_window_head{
	cursor: move;
}
.close_popup_window{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px !important;
	cursor: pointer;
}
.close_popup_window_2022{
	width: 50px !important;
	height: 50px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: -51px !important;
	background-image: url('/template/images/popup_window_close.png');
	z-index: 11;
}
.close_popup_window_2022:hover {
	background-position: 0 100%;
}
.close_popup_window_2023{
	width: 50px !important;
	height: 50px;
	position: absolute;
	cursor: pointer;
	right: 0;
	background-image: url('/template/images/demo_banner_close.png');
	z-index: 11;
}
.close_popup_window_2023:hover {
	background-position: 0 100%;
}
.close_popup_window_white{
	background-image: url('/template/images/popup_window_close_white.png');
}
.close_inner_popup_window{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.inner_popup_window {
	position: absolute;
	width: 100%;
	max-width: 320px;
	padding: 10px;
	margin: 0 5px;
	background: #f6f6f6;
	border: 1px solid #989a9d;
	box-sizing: border-box;
	display: none;
	white-space: normal;
}
.inner_popup_window.open {
	display: block;
	left: 0;
}
.open_popup_window{
	cursor: pointer;
}
.overlay{
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
	z-index: 5000;
}
.popup_window_done{
	display: none;
}