@charset "utf-8";
/*250921 .tit{display:flex; justify-content:space-between; padding:7px 10px 7px 15px; font-size:16px; background:#eaf5fe;}/*/
.tit .txt{width:75%; padding:4px 0 5px; color:#000;}

.tit .s_tit{display:block; padding:0 0 3px 0; font-size:14px; color:#017793; font-family:"Nanum Gothic Bold";}
.tit .txt p{font-family:"Nanum Gothic Bold";}
.tit .txt p span{display:inline-block; margin:0 4px 0 0; color:#111d68; font-size:19px; font-family:"Nanum Gothic Bold";}
.btn_area .num{margin:3px 0 0 0; font-size:14px; text-align:center; font-family:"Nanum Gothic Bold";}
.btn_area .num strong{color:#f44336; font-family:"Nanum Gothic Bold";}

.con{display:flex; flex-wrap:wrap; justify-content:space-between; padding:12px 10px 22px 15px;}
.chart_bar{width:65%;}
.chart_bar li {line-height:27px; margin:0 0 7px;}
.chart_bar li .sbj{float:left; font-family:"Nanum Gothic Bold";}
.chart_bar li .sbj + .btn{margin:0 0 0 4px;}
.chart_bar li .num{float:right;}
.chart_bar li .num strong{color:#f44336; font-family:"Nanum Gothic Bold";}
.chart_bar li .chart{clear:both; width:100%; margin:5px 0 0 0; background:#f7f8f8;}
.chart_bar li .chart span{display:block; min-width:25px; height:17px; box-sizing:border-box; background:#f44336;}
.chart_bar li:nth-child(2) .chart span{background:#ff9d90;}
.chart_bar li:nth-child(3) .chart span{background:#a0cddb;}
.chart_bar li:nth-child(4) .chart span{background:#ff9800;}
.chart_bar li:nth-child(5) .chart span{background:#9c27b0;}
.chart_pie{width:35%;}

.surveyA li{min-width:16%;text-align: left;}

.surveyQlist .form {width:48%;}

.qEdit input{width:75px; height:20px !important;}

/* 문항등록 */
.case{ width:40%; display: inline; font-size:0px;}
.case span{margin:0 2px; font-size:13px;}
.case .form{width:45px !important; margin:0 2px; font-size:12px;}

.none{display:none;}


@media print {
	html, body { -webkit-print-color-adjust:exact; width: 100%; height: 100%; display:inline;}
    table { page-break-inside:auto; }
    tr    { page-break-inside:avoid; page-break-after:auto; }
    thead { display:table-header-group; }
    tfoot { display:table-footer-group; }
	::-webkit-scrollbar {
	    display: none;
	}
}