﻿.pop_wrap {
	width: 90%;
	height: 90%;
	display: none;
	padding: 30px;
	position: fixed;
	top: 5%;
	left: 5%;
	z-index: 9999;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	background-color: #3E3A39;
	-webkit-box-shadow: 0px 0px 10px 0px #3E3A39;
	box-shadow: 0px 0px 10px 0px #3E3A39;
}
.pop_close {
	width: 150px;
	margin: 50px auto 0 auto;
	padding: 0px 10px;
	color: #FFFFFF;
	text-align: center;
	border: thin solid #D0434D;
	background-color: #D0434D;
	border-radius: 5px;
	cursor: pointer;
	transition: all 500ms ease;
}
.pop_close:hover {
	border: thin solid #999999;
	background-color: #615B5A;
}
.picon {
	color: #D0434D;
	font-size: 50px;
}
.picon i {
	margin: 20px 0;
	padding: 0 10px 0 0;
}
.pop_wrap h2 {
	margin: 0 0 50px 0;
	color: #D0434D;
}
.pop_wrap ul {
	width: 50%;
	margin: auto;
	text-align: justify;
}
.pop_wrap ul li {
	list-style-type: none;
}
.pop_wrap a {
	padding: 0 5px;
	color: #D0434D;
	transition: all 500ms ease;
}
.pop_wrap a:hover {
	color: #FFFFFF;
}




@media (max-width: 575px) {
.pop_wrap {
	padding: 10px;
}
.pop_close {
	margin: 20px auto 0 auto;
}
.pop_wrap ul {
	width: 90%;
	margin: 0;
}
}