@charset "UTF-8";

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

.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;}
*/
	
	
.survey-desc{    /*border-top: 2px solid #000;*/  margin-bottom: 30px;}	


/* bn-list-common01 type01 */

.table{width:100%;border-spacing:0;border-top:2px solid #314a66; table-layout:fixed; font-size:18px;}
.table thead th{padding:20px 0px;border-bottom:1px solid #d8d8d8;background-color:#f3f5f7;font-weight:500; color:#000; font-family: 'NotoKrM';}
.table thead th.b-no-right{border-right:none !important}
.table tbody th{padding:15px 10px;border-bottom:1px solid #eee;background-color:#fafafa;font-weight:200;}
.table tbody td{position:relative;padding:20px 0;border-bottom:1px solid #d8d8d8;font-weight:200;text-align:center;}
.table tbody td.b-td-left{text-align:left !important; padding-left:20px; }
.table .subject a {color:#000;     font-weight: 500;  font-size: 20px;}
.table tbody td.b-no-right{border-right:none !important;}
.table tbody td.b-num-box span{color: #0077c9; padding: 5px 15px;  font-size: 1.5rem; border: 1px solid #0077c9; font-family: 'NotoKrB';}



@media screen and (max-width: 900px){
	.table thead, .table colgroup, .table td.num {display:none;}
	
	.table .subject a {
    font-weight: 500;
    font-size: 20px;
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
 .table tbody tr{border-bottom:1px solid #ddd;}
 .table tbody td {display: inline-block;     padding: 5px; border-bottom:none;}
 .table td.subject{width:100%; padding: 5px 5px 0 5px; display: block;}
}


.survey-desc + .panel{border-top: 2px solid #000;}
.survey-title + .panel{border-top: 2px solid #000;}

.panel-body{    font-size: 16px;}
