/* 통계 테이블 - 앤드와이즈 추가 */
.table-unit{display:block;padding:0 0 5px 0;font-size:1.882rem;text-align:right;line-height:2.382rem;}
.table-wrap{overflow:hidden;}
.statistics-table{position:relative;margin-right:-1px;width:calc(100% + 1px);border-top:2px solid #888;border-spacing:0;border-collapse:separate;text-align:center;table-layout:fixed;}
.statistics-table thead{position:relative;}
.statistics-table thead:after{content:'';display:block;position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#888;}
.statistics-table thead:empty:after{display:none;}
.statistics-table thead.empty:after{display:none;}
.statistics-table th{padding:15px;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-size:1.882rem;line-height:2.382rem;font-weight:500;color:#333;word-wrap:break-word;text-align:center;text-indent:0;}
.statistics-table.th-right thead th{border-right:1px solid #eaeaea;}
.statistics-table th.th-right{border-right:1px solid #888;}
.statistics-table thead th{border-right:1px solid #d9d9d9;}
.statistics-table thead th,
.statistics-table tbody th{background-color:#e5edf2;}
.statistics-table td{padding:8px;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;background-color:#fff;font-size:1.7rem;line-height:2.5rem;color:#333;word-wrap:break-word;text-align:center;text-indent:0;}
.statistics-table tr.table-th th{border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;background:#e5edf2;font-size:1.8rem;line-height:2.6rem;}
.statistics-table tbody tr:nth-of-type(1) td[data-t="s"],
.statistics-table tbody tr:nth-of-type(2) td[data-t="s"]{padding:5px 15px;font-size:1.6rem;line-height:2.4rem;text-align:left;}
.statistics-table .text-bold{font-weight:500;}
.statistics-table .td-left{text-align:left !important;}
.statistics-table .no-bottom{border-bottom:none !important;}
.statistics-table .no-right{border-right:none !important;}
.statistics-table .bo-bottom th,
.statistics-table .bo-bottom td,
.statistics-table th.bo-bottom,
.statistics-table td.bo-bottom{border-bottom:1px solid #888 !important;}
.statistics-table tfoot td{background:#1976d2;color:#fff;}

.con-box{padding:0 0 60px;}
.scrollbox .statistics-table:after{content:'';display:block;position:absolute;top:1px;right:0;width:1px;height:calc(100% + 1px);background:#fff;}

/* scrollbox */
.msg-touch-help{display:none;}

.slash{background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="lightgray" /></svg>');}
.backslash{background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="lightgray" /></svg>');}

/* highcharts */
.highcharts-label,
.highcharts-tooltip{width:140px;}
.highcharts-label table,
.highcharts-tooltip table{min-width:130px;}
.highcharts-label table td:last-of-type,
.highcharts-tooltip table td:last-of-type{text-align:center;}
@media screen and (max-width:1450px) {
	.scrollbox{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;}
	.scrollbox > .statistics-table{width:1000px;}
}
@media screen and (max-width:1024px) {
	/* 통계 테이블 - 앤드와이즈 추가 */
	.statistics-table.sm th,
	.statistics-table.sm td{padding:10px 5px;font-size:0.875rem;line-height:1.375rem;}
	
	/* scrollbox */
	.msg-touch-help{display:block;position:absolute;top:20px;left:50%;z-index:10;margin:0 0 0 -35px;width:70px;height:70px;opacity:0.7;}
	.msg-touch-help img {width:100%;}
}

@media screen and (max-width:640px) {
	/* 통계 테이블 - 앤드와이즈 추가 */
	.scrollbox > .statistics-table{width:600px;}
	.statistics-table th{padding:7px;font-size:1.764rem;line-height:2.264rem;}
	.statistics-table td{padding:7px;font-size:1.647rem;line-height:2.147rem;}
	.statistics-table .td-left{padding-left:7px;}

	.statistics-table.sm th,
	.statistics-table.sm td{padding:7px;}
	
	
}