#popup_20250520_01{
	width:400px;
	height:436px;
	border-radius:6px;
	overflow:hidden;
}

#popup_20250520_01 .popup_body{
	position:relative;
	background-image:url('/system/images/popup_1.jpg');
	background-size:cover;
	background-position: center top;
	background-repeat:no-repeat
}

#popup_20250520_01 .bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.05);
	z-index:0;
}

#popup_20250520_01 .copy{
	position:absolute;
	left: 16px;
	top:128px;
	font-size:1.5rem;
	font-weight: 600;
	color:#FFF;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	padding-left: 36px;
	z-index:2
}

#popup_20250520_01 .button{
	position:absolute;
	right: 24px;
	bottom:24px;
}

#popup_20250520_01 .button a{
	display:inline-flex;
	cursor:pointer;
	line-height: 36px;
	border-radius:6px;
	background-color:#000;
	color:rgba(255,255,255,0.8);
	padding-left:24px;
	padding-right:12px;
}

#popup_20250520_01 .button a .label{line-height:36px;}
#popup_20250520_01 .button a .icon{line-height:0;}
#popup_20250520_01 .button a .icon .material-icons{line-height:36px;}


#popup_20250520_01 .button a:hover{
	color:#FFF;
}

#popup_20250520_01 .button .label{
	font-size:1rem;
	line-height:24px;
	padding-right:6px;
}