#jgov_survey {
	display: none;
}
#jgov_survey .over {
	opacity: 0.7;
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
#jgov_survey .bnrBlock {
	position: fixed;
	z-index: 9100;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 530px;
	padding: 0 16px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#jgov_survey .bnr {
	display: none;
}
#jgov_survey .bnr p {
	margin: 0;
}
#jgov_survey .bnr span {
	display: block;
	width: 100%;
	padding: 24px 30px;
	background: #fff;
	color: #666;
	font-size: 14px;
	cursor: pointer;
}
#jgov_survey .bnr .bt {
	max-width: 336px;
	margin: 24px auto;
	background: #014886;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
}
#jgov_survey .bnr .copy {
	font-size: 13px;
	text-align: center;
}
#jgov_survey .pc {
	display: block;
}
#jgov_survey .close {
	position: absolute;
	z-index: 9999;
	top: -80px;
	right: 16px;
	width: 56px;
	height: 56px;
	cursor: pointer;
}
#jgov_survey .bnrBlock .close {
	top: -48px;
	width: 32px;
	height: 32px;
}
#jgov_survey .close:before {
	content: '';
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg);
}
#jgov_survey .close:after {
	content: '';
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: translateY(-1px) rotate(-45deg);
	transform: translateY(-1px) rotate(-45deg);
}
@media(max-width: 1024px) {
#jgov_survey .pc {
	display: none;
}
#jgov_survey .tab {
	display: block;
}
}
@media(max-width: 767px) {
#jgov_survey .tab {
	display: none;
}
#jgov_survey .sp {
	display: block;
}
#jgov_survey .close {
	top: -40px;
	width: 32px;
	height: 32px;
}
}


/* ------------------------ surbeyArea */
#jgov_survey .surveyBlock {
	display: none;
	position: fixed;
	z-index: 9200;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 720px;
	max-width: 800px;
	max-height: 80%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#jgov_survey .surveyBlock .close {
	right: 0;
}
#jgov_survey .inner {
	overflow: hidden;
	width: 100%;
	height: 720px;
	max-width: 800px;
	max-height: 100%;
}
#jgov_survey iframe {
	background: #fff;
}
@media(max-width: 1024px) {
.surveyArea .surveyBlock {
	width: 736px;
}
.surveyArea .inner {
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}
.surveyArea .close {
	top: -64px;
}
}
@media(max-width: 767px) {
.surveyArea .surveyBlock {
	width: 288px;
}
.surveyArea .close {
	top: -40px;
	width: 32px;
	height: 32px;
}
}







