.surveyNotice {
	position: fixed;
	width: 750px;
	/* min-height: 300px; */
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #b9e6ff;
	z-index: 1001;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.2);
}

.surveyNotice h2 {
	height: 30px;
	font-size: 24px;
	font-family: '標楷體';
	line-height: 30px;
	text-align: center;
	margin: 0px;
	/* padding: 0px; */
	padding-top: 5px;
}
.surveyNotice .confirm {
	background-color: #0061c2;
	padding: 0px 5px;
	margin: 3px 0px;
	font-size: 12px;
	font-weight: normal;
	/* line-height: 18px; */
	color: #ffffff;
	cursor: pointer;
	font-family: 'Gulim';
	height: 20px;
	line-height: 20px;
	display: inline-block;
	/* text-align: justify; */
	border-radius: 3px;
}

.surveyContent {
	background-color: #ffffff;
	/* height: 180px; */
	width: auto;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 30px 10px;
	line-height: 18px;
	border: 0px;
}

.survey {
	background-color: #b9e6ff;
	width: 900px;
	border: 5px solid #b9e6ff;
	border-radius: 8px;
	padding: 10px;
	position: fixed;
	z-index: 1001;
	display: none;
	/* height: 500px; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.survey table {
	border-collapse: collapse;
	margin: 0 auto;
}

.survey .surveyHead span {
	/* margin-left: 150px; */
	width: 600px;
	font-size: 14px;
	display: block;
}
.survey .surveyTitle {
	text-align: center;
	font-weight: bold;
}
.survey .surveyButton {
	text-align: center;
	display: inline;
}
.survey .surveyQA .group {
	height: 270px;
	overflow-y: auto;
	max-width: 800px;
	margin-bottom: 10px;
}
.survey .surveyQA .group table.question {
	display: inline-block;
	/* margin: 0 0 10px 0; */
	margin-bottom: 10px;
}

.survey .groupHead {
	max-width: 800px;
}

.survey .guide p {
	text-indent: 2em; /* 首行縮排2個字符 */
	margin: 0.5em 0;
}

.survey .guide span {
	font-weight: 700;
}

/* .survey .border {
	border: 1px solid #dddddd;
	padding: 10px;
} */

.survey .border tr {
	border: 1px solid #dddddd;
}

.survey .border td {
	border: 1px solid #dddddd;
	padding: 10px;
}
