.hp_pop {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 100000;
	top: 0px; left: 0px;
}
	.hp_pop_window {
		background: #fff;
		border: 11px solid #4c6f4d;
		color: #000;
		display: block;
		width: 90%;
		max-width: 1000px;
		padding: 60px 40px 60px 40px;
		text-align: center;
		margin: 0 auto;
		/*! margin-top: 10%; */
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		position: relative;
		font-size: 20px;
		top: 50%;
		transform: translate(0%, -50%);
	}

.pop-sign {font-size: 20px; color: #269080; font-weight: 600;}

		.hp_pop_window span {
			font-size: 20px;
			color: #000;
		}
		
		.hp_pop_window h1 {
			font-size: 28px;
			color: #269080;
		}
		
		.popclose {
			display: block;
			position: absolute;
			z-index: 3;
			top: 5px;
			right: 5px;
			width: 35px;
			cursor: pointer;
			opacity: 0.6;
		}
			.popclose:hover {
				opacity: 1;
			}

.pop-bg {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; opacity: 0.3;}

@media screen and (max-width: 750px) {
    
    .hp_pop_window {padding: 20px; box-sizing: border-box; width: 95%;}
}