/* 리스트 */
.tbl-stat {clear:both; width:100%; border-top:#000 2px solid; border-collapse: collapse; border-spacing:0px;table-layout:fixed; font-size:15px;}
/* .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 #e0e0e0; border-width:0 1px 1px 1px; background:#f6f6f6; color:#333; word-wrap:break-word; }
.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:8px; text-align:left;  border:1px solid #e0e0e0; border-width:1px;word-break: break-all; line-height:1.6}
.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:#eff1f8;}
.tbl-stat .point td:nth-child(4),.tbl-stat .point td:nth-child(5),.tbl-stat .point td:nth-child(6) {background:#eff1f8;}
.tbl-stat tbody td:nth-child(3) {border-right:0px solid #e0e0e0;}

.mob {display:none;}
.company img {max-width:100%;}

@media screen and (max-width: 640px) {
	.tbl-stat tbody td { padding:10px}
	.tbl-stat {font-size:14px; /*min-width:640px;*/ letter-spacing: -1.0px;}

	.pcc {display:none;}
	.mob {display:block; margin-top:0px; width:100%}
}


/* 팝업 */
.popup_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    z-index: 999999 !important;
    display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
  
  .popup_overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .content_pop {
    background: #fff;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
    padding-bottom: 10px;
    
  }

  .content_pop .content p {
    font-size:14px;
    
  }
  .content_pop .content b {
    font-size:16px;
    
  }

  @media screen and (max-width: 768px) {
    .content_pop {
      width: 80%;
      
    }
}
  
  .content_pop h2 {
  background-color: #000;
   margin-top: 0;
   color: rgb(255, 255, 255);
   text-align: center;
   font-size: 24px;
 font-family: 'Nanum Gothic', 'sans-serif';
   line-height: 52px;
   font-weight: 900;
   padding-top: 5px;
   border-bottom: 1px rgb(238, 238, 238) solid;
   padding-top: 13px;
   padding-bottom: 10px;
 }
 
 .content_pop .close {
   z-index: 99999;
   position: absolute;
   top: 15px;
   right: 15px;
   transition: all 200ms;
   font-size: 30px;
   font-weight: bold;
   text-decoration: none;
   color: #fff !important;
   opacity: 1;
   text-shadow: none;
   line-height: 0;
   padding-top: 12px;
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
 }
  
  .content_pop .close:hover {
    color: #06D85F;
  }
  
  .content_pop .content {
    max-height: 350px;
    height: auto;

    padding: 25px 20px;
    font-size: 13px;
    overflow-y: auto;
    text-align: left;
    color:#666;
  }
  .content_pop .content p, .content_pop .content b {
    padding:5px 0px
  }
  .content_pop .content p .btn-1 {
    background: rgb(182, 13, 13);
    margin-top: 30px;
    width: 160px;
    text-align: center;
    color: #fff;
    
  }
  .content_pop .content p .btn-1::before {
    background-color: #2b2929;
  
  
  }
  .content_pop .content p .btn-1 span {
    color: rgb(255, 255, 255);
    border: 0;
    transition: 0.2s 0.1s;
    padding: 12px 0px;
    font-size:16px;
  
    
  }
  
  .content_pop .content p .btn-1 span:hover {
    color: rgb(255, 255, 255);
    transition: 0.2s 0.1s;
  }
  
  
  
  .popup_text_point {
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    padding-bottom: 12px;
  }
  /* 팝업 마감 */


