﻿.md_hide {
	display: none;
}
.md_show {
	display: block;
	position: absolute;
	background: transparent;
	width: 623px;
	height: 159px;
	top: 100px;
	left:30%;
}
.inq_hide {
	display: none;
}
.inq_show {
	display: block;
	position: absolute;
	background: #ffffff;
	width: 562px;
	height: 1500px;
	top: 100px;
	left:30%;
	border: solid 1px #afd13e
}
.inq_pop_head
{
	float:left;
	width:520px;
	text-align:center	
}
.inq_pop_head_text
{
	font-family: Arial;
	font-size:16px;
	color: #afd13e;
}
.inq_pop_sub_text
{
	font-family: Arial;
	font-size:12px;
	color: #838281;
}

.inq_pop_closer
{
	float:left;
	width:40px;
	text-align:right	
}