/* alert news window */
	
	.alert_psk			{position: fixed; left:0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0, 0.70);  z-index: 99999997}
	.alert_psk_1		{position: absolute; left: calc(50% - 330px); top: calc(50% - 250px);  width: 660px; height: 500px; z-index: 99999998; background: url(../_alert/11.png) no-repeat center center}
	.alert_psk_1_1		{position: absolute; right: 254px; top: 407px;  width: 151px; height: 69px; z-index: 99999999; cursor: pointer}
	.alert_psk_1_2		{position: absolute; right: 10px; top: 10px;  width: 50px; height: 50px; z-index: 99999999; cursor: pointer}
	.alert_psk_1_3		{position: absolute; left: 21px; top: 285px;  width: 346px; height: 44px; z-index: 99999999; cursor: pointer}
	


@media only screen and (max-width: 700px) {

	.alert_psk_1		{left: 0px; top: 60px;  width: 100%; height: 300px; z-index: 101; background: url(../_alert/11a.png) no-repeat center center;}
	.alert_psk_1_1		{left: calc(50% - 50px); top: 220px;  width: 100px; height: 63px}
	.alert_psk_1_2		{right: calc(50% - 190px); top: 0px;  width: 50px; height: 50px}
	.alert_psk_1_3		{left: calc(50% - 190px); top: 164px;  width: 210px; height: 26px}

}