@charset "UTF-8";
table{ border-collapse: collapse; }

/*관제현황 왼쪽 테이블*/
table.vias_table01{width:100%; margin-bottom:20px;text-align:center;}
table.vias_table01 tr{border-bottom:1px dotted #ccc; line-height: 2.3; font-size:12px;}
table.vias_table01 tr:hover{background: #a0bccb; cursor: pointer;}
table.vias_table01 tr:nth-last-child(1) { border-bottom:1px solid #eee;}
table.vias_table01 td{color:#666;}
table.vias_table01 th{line-height: 2.6; background:#666; color:#eee; font-size:13px; }

/*기본 테이블*/
.table_default_wrap{border-top:2px solid #1c3652; border-bottom:solid 1px #a9baca;}
table.table_default{width:100%; text-align:center; }
table.table_default tr{border-bottom:solid 1px #d9e1e8;}
table.table_default tr:nth-last-child(1) {border-bottom:none;}
table.table_default th{color:#1c3652; font-size:13px; border-right:1px solid #e7ecf0; line-height: 2.8; background: #f7f9fb;}
table.table_default td{color:#666; font-size:12px; line-height: 2.3; border-right:1px solid #e7ecf0;}
table.table_default .br_none{border-right:none;}

table.table_basic{width:100%;  }
table.table_basic tr{ border-bottom:solid 1px #d9e1e8;}
table.table_basic tr:nth-last-child(1) {border-bottom:none;}
table.table_basic th{color:#1c3652; font-size:13px; text-align:left; padding-left:20px; box-sizing:border-box; border-right:1px solid #e7ecf0; line-height: 2.8; background: #f7f9fb;}
table.table_basic td{color:#666; font-size:12px; line-height: 2.3; text-indent:5px;border-right:1px solid #e7ecf0;}
table.table_basic .br_none{border-right:none;}

/*통계 사용자별 테이블*/
.table_chart{width:100%; text-align:center;}
.table_chart tr{line-height: 3; border-bottom:1px solid #e3e3e3;}
.table_chart th{border-left:1px solid #e3e3e3;background:#f1f1f1; font-size:16px; color:#07182a; }
.table_chart th:nth-child(1){border-left:none;}
.table_chart td{line-height: 3;border-left:1px solid #e3e3e3;font-size:14px; color:#666;}
.table_chart .total{background: #fcfcfc;}

/*pagination*/
.pagination {text-align:center; margin-top:25px; }
.pagination .page_box{display:inline-block; line-height:18px; padding: 0 5px; text-align:center; border-radius:2px; border:1px solid #ddd;}
.pagination a.page_box { color:#999; }
.pagination .page_box:hover{color:#333; border:1px solid #666; }
.pagination .number {vertical-align:middle; padding: 0 10px; }
.pagination .number a {display:inline-block; color:#444; font-size:12px; font-weight: bold; line-height:18px; padding: 0 5px;}
.pagination .number a:hover {display:inline-block; color:#d02323; font-weight: bold; text-decoration: underline;}
.pagination .number a.on { border:1px solid #ddd;  color:#d02323; }


/*input*/
.select_wrap {display:inline-block; width: 99%; position:relative; vertical-align:middle; text-align:left; }  
*:first-child+html .select_wrap {margin-right: 4px;}
select.styled {width:100% !important; }

span.customSelect {
	display:block !important; 
	padding-left:8px; margin:3px 0;line-height:38px; height:40px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size:13px; color:#666;
	background:url(../../images/icon/ico_select_arrow2.gif) right center no-repeat;
	background-color:#fff;
	overflow:hidden; 
}
select.select{padding: 10px; line-height:20px; height:40px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size:13px; color:#666;}
select.w50{width:50%;}

input.input{padding-left: 8px; margin:3px 0; line-height:38px; height:40px;display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size:13px; color:#666;}
input.date01{width:100%;  background:url(../../images/icon/icon_date.jpg) right center no-repeat; background-size:29px 22px; background-color:#fff;}
input.id_num{width:50%;  }
input.w50{width:150px;}
input.login_id{width:100%;  margin:3px 0; padding-left: 40px; background:url(../../images/icon/login_id.jpg) left center no-repeat; background-size:26px 20px; background-color:#fff;line-height:48px; height:50px;display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size:13px; color:#999;}
input.login_pw{width:100%;  margin:3px 0; padding-left: 40px; background:url(../../images/icon/login_pw.jpg) left center no-repeat; background-size:26px 20px; background-color:#fff;line-height:48px; height:50px;display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size:13px; color:#999;}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 4px;
  cursor: pointer;
  display:inline-block; 
}

/*button*/
.btn_login{position:relative; margin:3px 0; display:inline-block; cursor:pointer; width: 100%; height: 50px;line-height:50px; font-size:16px; color:#fff; text-align:center;background: #008092; border-radius: 3px; box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);}
a.btn_login:hover{ color:#fff; background: rgba(52,171,188,1);}
.btn_default{position:relative; padding-left:10px;display:inline-block; cursor:pointer; width: 112px; height: 40px; margin-left: 6px; line-height:40px; font-size:14px; color:#000; text-align:center;border:1px solid #a5aeb6; border-radius: 3px; background-color:#fff;box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);}

.btn_default_s{display:inline-block; width: 99%; height: 40px; margin-top: 6px; line-height:40px; font-size:14px; color:#000; text-align:center;border:1px solid #a5aeb6; border-radius: 3px; background-color:#fff;box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);}
a.btn_default_s{color:#07182a;}
.btn_default_s .fa-angle-right{margin-left:5px; color:#ccc;}
.btn_default_n{display:inline-block; width: 112px; height: 40px; margin-left: 6px; line-height:40px; font-size:14px; color:#000; text-align:center;border:1px solid #a5aeb6; border-radius: 3px; background-color:#fff;box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);}
.btn_default_n:hover, .btn_area .btn_default:hover{background: rgba(4,56,105,0.1);}
.testC:before{position:absolute; top:11px; left:23px; content:'';display:inline-block;background-image: url('../../images/icon/icon_blue.png');width:13px; height:17px;  }
.testG:before{position:absolute; top:11px; left:28px; content:''; display:inline-block;background-image: url('../../images/icon/icon_red.png');width:13px; height:17px;  }
.Csharing:before{position:absolute; top:11px; left:23px; content:'';display:inline-block; background-image: url('../../images/icon/icon_gray.png');width:13px; height:17px;  }

.div_btn{text-align: right; margin-top: 10px;}
a.btn_basic{display:inline-block; width: 110px; height: 40px; line-height:40px; font-size:14px; color:#fff; text-align:center;background: #008092; border-radius: 3px; box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);}
a.btn_basic:hover{ color:#fff; background: rgba(52,171,188,1);}

.btn_black{display:inline-block; margin:2px;width: 100px; height: 30px; line-height:30px; font-size:12px; color:#fff; text-align:center;background: #000; border-radius: 3px; }

/*txt*/
.txt_red{color:#c20101;}

/*margin*/
.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
.mb50{margin-bottom: 50px;}

/*loading */
.loading_box{width:46px; margin:0 auto;}
.loading {height: 80vh;width: 100vw;display: table-cell; vertical-align:middle; text-align: center;}
.ouro {
    position: relative;
    display:inline-block;
    height: 46px;
    width: 46px;
    margin: 1em;
    border-radius: 50%;  
    background: none repeat scroll 0 0 #DDDDDD;
    overflow:hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset, 0 0 25px rgba(0,0,255,0.075);
}

.ouro:after {
    content: "";
    position: absolute;
    top: 9px; left: 9px;
    display: block;
    height: 28px; width: 28px;
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.ouro > span {
    position: absolute;
    height: 100%; width: 50%;
    overflow: hidden;
}
.left  { left:0   }
.right { left:50% }

.anim {
    position: absolute;
    left: 100%; top: 0;
    height: 100%; width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #07182a;
    opacity: 0.8;
    -webkit-animation: ui-spinner-rotate-left 3s infinite;
    animation: ui-spinner-rotate-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}
.left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}
.ouro1 .anim {
   -webkit-animation-delay: 0s;
   -webkit-animation-duration:3s;
   -webkit-animation-timing-function: linear;
   animation-delay: 0s;
   animation-duration:3s;
   animation-timing-function: linear;
}
.ouro1 .right .anim{
   -webkit-animation-name: ui-spinner-rotate-right;
   -webkit-animation-delay:0;
   -webkit-animation-delay: 1.5s;
   animation-name: ui-spinner-rotate-right;
   animation-delay:0;
   animation-delay: 1.5s;
}
@keyframes ui-spinner-rotate-right{
  0%{transform:rotate(0deg)}
  25%{transform:rotate(180deg)}
  50%{transform:rotate(180deg)}
  75%{transform:rotate(360deg)}
  100%{transform:rotate(360deg)}
}
@keyframes ui-spinner-rotate-left{
  0%{transform:rotate(0deg)}
  25%{transform:rotate(0deg)}
  50%{transform:rotate(180deg)}
  75%{transform:rotate(180deg)}
  100%{transform:rotate(360deg)}
}

@-webkit-keyframes ui-spinner-rotate-right{
  0%{-webkit-transform:rotate(0deg)}
  25%{-webkit-transform:rotate(180deg)}
  50%{-webkit-transform:rotate(180deg)}
  75%{-webkit-transform:rotate(360deg)}
  100%{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes ui-spinner-rotate-left{
  0%{-webkit-transform:rotate(0deg)}
  25%{-webkit-transform:rotate(0deg)}
  50%{-webkit-transform:rotate(180deg)}
  75%{-webkit-transform:rotate(180deg)}
  100%{-webkit-transform:rotate(360deg)}
}