a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0;
}
#backgroundPopup {
	width: 100%;
	height: 100%;
	z-index: 9999999;
	position: fixed;
	_position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/pop_bg.png) 0px 0px repeat;
}
#backgroundPopup img {
	float: left;
	height: auto;
	max-width: 100%;
}
#popupContact {
	display: flex;
	align-items: center;
	justify-content: center;
}
#popupContactClose {
	top: 10px;
	right: 10px;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 24px;
	position: absolute;
	border: 1px solid #666;
	padding: 0px 5px 2px 5px;
}
#popupdetail iframe {
	border: 0;
	float: left;
	width: 800px;
	height: 500px;
}
@media only screen and (min-width: 960px) and (max-width: 1389px) {
#popupdetail iframe {
	width: 700px;
	height: 400px;
}

}
@media only screen and (min-width: 768px) and (max-width: 990px) {
#popupdetail iframe {
	width: 600px;
	height: 350px;
}
}
@media only screen and (max-width: 767px) {
#popupContact {
	width: 80%;
}
#popupdetail iframe {
	width: 300px;
	height: 200px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#popupdetail iframe {
	width: 420px;
	height: 300px;
}

}
