/* 리스트 */
.tbl-stat {clear:both; width:100%; border-top:#000 2px solid; border-collapse: collapse; border-spacing:0px;table-layout:fixed; font-size:16px;min-width: 550px; max-width: 800px;}

 .tbl-stat.keep-all {max-width: none;}
/* .tbl-stat caption { font-size:1px; line-height:1px; text-indent:-1000em; visibility:hidden; width:1px; height:1px; overflow:hidden;} */
.tbl-stat thead th, .tbl-stat tbody th {padding:20px; border:solid #e8e8e8; border-width:0 1px 1px 1px; background:#f0f4f9; color:#333; word-wrap:break-word; text-align: center;}
.tbl-stat tbody th {background:#fcfcfc}
.tbl-stat thead th:first-child, .tbl-stat tbody th:first-child,.tbl-stat tbody td:first-child, .tbl-stat tfoot td:first-child {border-left:0px;}
.tbl-stat thead th:last-child, .tbl-stat tbody th:last-child, .tbl-stat tbody td:last-child, .tbl-stat tfoot td:last-child { border-right:0}
.tbl-stat tbody td {padding:20px; text-align:center;  border:1px solid #e8e8e8; border-width:1px; line-height:1.6;}
.tbl-stat tbody td.td-title {background:#f8f9fd}
.tbl-stat .left,.tbl-stat .l {padding-left:20px}/*여백 재설정이 필요할 경우*/
.tbl-stat tfoot th {background:#f6f6f6; border:solid #e0e0e0; border-width:0 0 1px 0px; text-align:center; padding:10px 0; color:#e6360d;}
.tbl-stat tfoot td {background:#f6f6f6; border:solid #e0e0e0; border-width:0 0 1px 1px; text-align:center;  padding:10px 0; color:#333; font-weight:bold;}
.tbl-stat tbody td h2 { font-size:18px; font-weight:bold}

/* th 정렬 */
.tbl-stat thead th.sort a {display:inline-block;  padding-right:15px; margin:0px 3px; font-weight:bold;}
.tbl-stat thead th.sort a:hover, .tbl-stat thead th a:focus, .tbl-stat thead th.sort a:active {text-decoration:underline;color:#e6360d; }
.tbl-stat thead th.sort_up a {color:#e6360d;  padding-right:15px; margin:0px 3px}
.tbl-stat thead th.sort_up a:hover, .tbl-stat thead th.sort_up a:focus, .tbl-stat thead th.sort_up a:active {text-decoration:underline;}
.tbl-stat thead th.sort_dw a  {color:#e6360d;  padding-right:15px; margin:0px 3px}
.tbl-stat thead th.sort_dw a:hover, .tbl-stat thead th.sort_dw a:focus, .tbl-stat thead th.sort_dw a:active {text-decoration:underline;}
.tbl-stat td.sort {color:#e6360d; font-weight:bold;}

/* 포인트 색 */
.tbl-stat .point {background:#f0f4f9;color: #333;font-weight: 700;}

/* 구분선(하이픈) 셀의 좌우 border 제거 */

.tbl-stat.divider thead tr th:nth-child(2) {
  border-right: 0;
}

.tbl-stat.divider thead tr th:nth-child(4) {
  border-left: 0;
}

.tbl-stat.divider tbody tr td:nth-child(2) {
  border-right: 0;
}

.tbl-stat.divider tbody tr td:nth-child(4) {
  border-left: 0;
}

/* 하이픈 셀 자체도 양옆 border 제거 */
.tbl-stat.divider thead tr th:nth-child(3),
.tbl-stat.divider tbody tr td:nth-child(3) {
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  .tbl-stat.keep-all th {word-break: keep-all; word-wrap: normal;}
  .tbl-wrap {width: 100%; word-break: break-all; overflow-x: auto;}
 .tbl-stat.keep-all  {width: auto;}
}

@media screen and (max-width: 576px) {
	.tbl-stat {font-size: 14px;}
	.tbl-stat tbody td { padding:10px}
	
}



.tbl-stat tbody td.no-border-right {
  border-right: 0 !important;
  padding-right: 0 !important;
}

.tbl-stat tbody td.img-cell {
  border-left: 0 !important;
  background: #f8f9fd;
  text-align: center;
  vertical-align: middle;
  padding: 0 !important;
}

/* 이미지 셀 내부 이미지 스타일 */
.tbl-stat tbody td.img-cell img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}