@charset "UTF-8";

/*설문 설명 빨간색 세로 bar*/
.blockquote-red { padding: 10px 20px;   margin: 50px 0 20px;font-size: 14px; border-left: 5px solid #DC143C; }
.blockquote-green { padding: 10px 20px;   margin: 0px 0 10px;font-size: 14px; border-left: 5px solid #1b809e; }

.example-pd { padding: 5px 15px;}

/*설문 설명 pre태그*/
.blockquote-red pre { background-color: white !important;  border: none !important; }

/*필수답변 span*/
.mustYn { color:red; }

/*필수답변 border*/
.mustYn-border-red { border: 1px solid red !important; }

/*entryForm의 설문참여버튼, 목록버튼*/
.btn_checkEntry, .btn_list_entryForm { vertical-align:bottom !important; }

/*이메일 lable*/
.label_email { position: absolute; text-indent: -99999px; }

/*alert div(설문참여했는지안했는지) */
.alertEntry { margin-top:20px; }

/*surveyForm의 목록버튼*/
.btn_list { float:right; }

/*보기 기타 input text*/
.example_etc{border:1px solid #ddd;}

/* 통계 영역 */
.areaL { width:70%;float:left; }
.areaR { width:30%; height:200px;float:left; }
/* 통계 리스트 */
.survey-list dd.number { font-size: 1.2em; font-weight: bold; color: #111; }
.survey-list dd.statistics { margin-left:50px; }
.survey-list dd.statistics a { background-color: #656d78; display: inline-block; padding:10px 20px; color: #fff; }

/* 통계 뷰 */
.examples .example:last-child { margin-bottom: 0px; }

table.surveyTable { width: 100%; }

/*척도 테이블*/
table.scaleTable { font-size :12px; margin-top: 10px; width:  100%; table-layout: fixed;}
table.scaleTable  td { text-align: center;}
/*
table.scaleTable  td:last-child  { text-align: right;}
table.scaleTable  td:first-child  { text-align: left;}
*/
	



