@charset "utf-8";

body{background-color:#000;overflow:scroll;}
#wrap{width:99.7%;min-width:920px;padding:2px;}

/*LOADING START 로딩시에 전체화면 가리게끔*/
#lodingArea{position:absolute;width:100%;height:100%;z-index:9999;text-align:center;top:0;left:0px;display:none;}
#lodingArea #lodingBg{position:absolute;width:100%;height:100%;z-index:9999;top:0;left:0px;}
#lodingArea #lodingImg{margin-top:300px;}
/*LOADING END*/

#contentWrap{width:900px;margin:0 auto;}
#header p:first-child img{width:100px;}
#content{padding:10px;}
#content p:first-child{height:39px;line-height:39px;}
#content p:first-child img{float:left;}
#content p:first-child select{background-color:#001c1d;border:1px solid #006462;color:#fff;height:22px;width:204px;padding-left:3px;float:right;}
/*List*/
#content .listTbl{padding-top:20px;}
#content .listTbl table{width:100%;}
#content .listTbl table tbody tr{border-bottom:1px solid #8f9d9e;}
#content .listTbl table tbody tr:nth-child(even){background-color:#102224;}
#content .listTbl table thead tr th{color:#fff;background-color:#45939a;height:30px;border-bottom:2px solid #a8ddab;font-size:18px;font-family:Roboto-Medium,Roboto-Medium-kr,sans-serif;font-weight:normal;}
#content .listTbl table tbody tr td{color:#fff;text-align:center;line-height:1.5;padding:10px 0;font-family:Roboto-Medium,Roboto-Medium-kr,sans-serif;font-size:16px;}
#content .listTbl table tbody tr td input[type='text']{background-color:#001c1d;border:1px solid #006462;color:#fff;height:20px;width:90%;padding-left:3px;}
#content .listTbl table tbody tr td select{background-color:#001c1d;border:1px solid #006462;color:#fff;height:22px;width:90%;padding-left:3px;}
#content .listTbl table tbody tr td a{color:#fff;}
#content .listTbl table tbody tr td a:hover{color:#000;}
#content .listTbl p.btnInsert{width:80px;line-height:30px;background-color:#102224;text-align:center;float:right;margin-top:10px;border:1px solid #fff;cursor:pointer;}
#content .listTbl p.btnInsert:hover{color:#ef9b00;}
/*List End*/

/*Insert*/
#content .insertTbl{padding-top:20px;}
#content .insertTbl table{width:100%;}
#content .insertTbl table tbody tr{border-bottom:1px solid #8f9d9e;}
#content .insertTbl table tbody tr:first-child{border-top:2px solid #45939a}
#content .insertTbl table tbody tr:nth-child(even){background-color:#102224;}
#content .insertTbl table tbody tr:last-child th{text-align:left;height:80px;padding-left:10px;}
#content .insertTbl table tbody tr:last-child th p{padding:2px;}
#content .insertTbl table tbody tr th{border-right:1px solid #8f9d9e;}
#content .insertTbl table tbody tr td{color:#fff;text-align:left;line-height:1.5;padding:10px 0 10px 10px;}
#content .insertTbl table tbody tr td span.chkId{display:inline-block;position:relative;top:-1px;margin-left:10px;height:19px;width:50px;border:1px solid #006462;cursor: pointer;text-align:center;background-color:#006462;}
#content .insertTbl table tbody tr td input[type='text']{background-color:#001c1d;border:1px solid #006462;color:#fff;height:20px;width:200px;padding-left:3px;}
#content .insertTbl table tbody tr td select{background-color:#001c1d;border:1px solid #006462;color:#fff;height:22px;width:204px;padding-left:3px;}
#content .insertTbl table tbody tr td input[type='checkbox']{display:none;}
#content .insertTbl table tbody tr td input[type='checkbox']+label{display: inline-block;width:14px;height:14px;border:1px solid #bcbcbc;cursor: pointer;position:relative;top:4px;background-color:#001c1d;border:1px solid #006462;}
#content .insertTbl table tbody tr td input[type='checkbox']:checked+label{background-color: #666666;}
#content .insertTbl p.btnBack{width:80px;line-height:30px;background-color:#102224;text-align:center;float:left;margin-top:10px;border:1px solid #fff;cursor:pointer;}
#content .insertTbl p.btnBack:hover{color:#ef9b00;}
#content .insertTbl p.btnInsert{width:80px;line-height:30px;background-color:#102224;text-align:center;float:right;margin-top:10px;border:1px solid #fff;cursor:pointer;}
#content .insertTbl p.btnInsert:hover{color:#ef9b00;}
/*Insert End*/

.btnSearch1{display:inline-block;text-align:center;left:300px;top:20px;width:460px;}
.btnSearch2{display:inline-block;text-align:center;left:300px;top:55px;width:460px;}
.btnSearch h3{position:relative;}
.btnSearch h3 .btnAll{right:0px;bottom:1px;}
.btnSearch h3 span{display:none;}
.btnSearch ul{width:100%;display:inline-block;left:44px;}
.btnSearch ul li{float:left;margin-left:6px;cursor:pointer;width:40px;height:22px;line-height:22px;font-size:18px;border:1px solid #85C1CC;background-color:#31363e;}
.btnSearch ul li:hover{color:#85C1CC;background-color:#000;}
.btnSearch ul li:last-child:after{clear:both;display:block;content:"";}

.btnSearch2 ul li:nth-child(2){color:#85C1CC;background-color:#000;}

/*공통*/
.clear{content:'';clear:both;display:block;}

.dataTbody tr th{height:30px !important;text-align:center !important;border-left:1px solid #8f9d9e;}
.dataTbody tr td{text-align:center !important;height:30px;padding:0px !important;}