@media only screen and (max-width: 768px) {
	#pu2 {
		color: #fff;	
	}
}


@media only screen and (min-width: 768px) {
	
}


@media only screen and (min-width: 1024px) {
}


@media only screen and (min-width: 1250px) {
}


@media only screen and (min-width: 1400px) {
}


#pu0  {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

#pu1 {
	background-color: #fff;
	border-radius: 5px;
	display: none;
	left: 50%;
	transform: translate(-50%,-50%);
	position: fixed;
	top: 50%;
	z-index: 205;
}

#pu2 {
	background: url(../../images/close.png) center no-repeat;
	width: 110px;
	display: none;
	cursor: pointer;
	position: fixed;
	right: 35px; /* -2 */
	top: 15px; /* 24 */
	height: 20px;
	z-index: 210;
	color: #68696e;
}

#pu3 {
    overflow-y: auto;
    display: flex;
    overflow-x: hidden;
    align-items: center;
    flex-direction: column;
}