.right-contents-area {
    background: #FAFAFA;
}
.device-top-wrap {
    width: 232px;
    border: 1px solid #01114c;
}
.device-top-title {
    width: 70px;
    background-color: #01114c;
    float: left;
    position: unset;
    margin-left: 5px;
    margin-top: 3px;
}

.top_sub2{
    background-color: #FAFAFA;
    color: #01114c;
    border: none;
    text-align: center;
}
.device-search-wrap {
    border:1px solid #01114c;
    background: white;
    height: 155px;
}
#device-search-table {
    margin-top:0px;
    margin-bottom: 0px;
}
#device-search-table tr {
    margin-bottom: 20px;
}
#search_btn {
    width: 84px;
    height: 68px;
    border:1px solid #01114c;
}
#reset_btn {
    width: 84px;
    height: 27px;
    margin-top: 15px;
    border:1px solid #01114c;
}
#search_btn:hover{
    background-color: #01114c;
    color: white;
}
#reset_btn:hover{
    background-color: #01114c;
    color: white;
}
.search-btn2 {
    width: 43px; 
    height: 26px;
    padding: 0px;
    border: solid 1px #01114c;
    background: #01114c;
    color: white;
    border-radius: 50px;
   
}

.device-search-btn {
    width: 84px;
    margin-right: 0px;

}
#table_title {
    background: #01114c;
}
#table1 {
    border: 1px solid #01114c;
    background: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;

}
#table1 td{
    border-bottom: 1px solid #01114c;
}
#table1 tr:hover {
    background-color: #D5D7E0 !important;
}
.device-left-btn {
    border :solid 1px #01114c;
    color: #01114c;
}
.device-right-btn {
    width: 70px;
    border: solid 1px #01114c;
    color: #01114c;
}
.device-left-btn:hover {
    color: white;
    background: #01114c;
    border:none;
}
.device-right-btn:hover {
    color: white;
    background: #01114c;
    border:none;
}
.table-title1 {
    font: bold 16px "Noto Sans KR";
}
.select-style{
    width: 200px;
    height: 26px;
    border-radius: 50px;
    border: solid 1px #BFBFBF;
    text-align: center !important;
    outline: none;
    text-align-last: center;
}

/*popup*/
.department-popup {
    width: 300px;
    height: 530px;
    border-radius: 20px;
    background: white;
    border: solid 1px #01114c;
    position: fixed; left: 50%; margin-left: -150px; top: 50%; margin-top: -250px; 
    z-index: 10001;
    display: none;
}
.popup-title {
    width: 100%;
    height:45px ;
    background: #01114c;
    border-top-left-radius: 20px;
    border-top-right-radius:20px ;
    padding-top: 10px;
    color: white;
    font: bold 16px "Noto Sans KR";
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.department-popup-contents-wrap {
    width: 300px;
    padding: 20px 40px 20px 40px;
    margin: 0px auto;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.department-list li span{
    font: normal 16px "Noto Sans KR";
}

.position-popup {
    width: 300px;
    height: 530px;
    border-radius: 20px;
    background: white;
    border: solid 1px #01114c;
    position: fixed; left: 50%; margin-left: -150px; top: 50%; margin-top: -250px; 
    z-index: 9999;
    display: none;
}
.position-popup-contents-wrap {
    width: 300px;
    padding: 20px 40px 20px 40px;
    margin: 0px auto;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.position-list li span{
    font: normal 16px "Noto Sans KR";
}
.device-list-btn {
    width: 80px;
    border: solid 1px #01114c;
    background: white;
    color: #01114c;
    border-radius: 50px;
}
.device-list-btn:hover {
    
    background: #01114c;
    color: white;
}

.deviceList-popup {
    width: 300px;
    /* height: 200px; */
    border-radius: 20px;
    background: white;
    border: solid 1px #01114c;
    position: fixed; left: 50%; margin-left: -150px; top: 50%; margin-top: -150px; 
    z-index: 9999;
    display: none;
}
.deviceList-popup-contents-wrap {
    width: 300px;
    padding: 20px 40px 10px 40px;
    margin: 0px auto;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

.card-popup {
    width: 520px;
    height: 230px;
    border-radius: 20px;
    background: white;
    border: solid 1px #01114c;
    position: fixed; left: 50%; margin-left: -260px; top: 50%; margin-top: -200px; 
    z-index: 10001;
    display: none;
}
.card-popup2 {
    width: 520px;
    height: 230px;
    border-radius: 20px;
    background: white;
    border: solid 1px #01114c;
    position: fixed; left: 50%; margin-left: -260px; top: 50%; margin-top: -200px; 
    z-index: 10001;
    display: none;
}
.card-popup-contents-wrap {
    width: 520px;
    padding: 40px 40px 20px 40px;
    margin: 0px auto;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.card-text {
    text-align: center;
    font: 400 16px "Noto Sans KR";
    margin-bottom: 15px;
}

.excel-popup {
    width: 520px;
    /* height: 230px; */
    border-radius: 20px;
    background: white;
    border: solid 1px #01114c;
    position: fixed; left: 50%; margin-left: -260px; top: 50%; margin-top: -200px; 
    z-index: 10001;
    display: none;
}
.excel-popup-contents-wrap {
    width: 520px;
    padding: 40px 40px 20px 40px;
    margin: 0px auto;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
.excel-text {
    text-align: center;
    font: 400 16px "Noto Sans KR";
    margin-bottom: 15px;
}
.input-longtextstyle {
    width: 100%;
}
.user-popup2 {
    width: 800px;
    /* height: 500px; */
    border-radius: 20px;
    background: white;
    border: solid 1px #01114c;
    position: fixed; left: 50%; margin-left: -400px; top: 50%; margin-top: -350px; 
    z-index: 9999;
    display: none;
}
.user-group {
    padding: 10px;
    overflow: auto;
    height: 375px !important;
}
.user-group-list {
    display: flex;
    margin-bottom: 5px;
}
.user-group-list input {
    margin-right: 10px;
}
.device-popup-list li {
    margin-bottom: 10px;
}
.startDateShape::after{
    content: "~";
    display: block;
    position: absolute;
    left: 235px;
    top: 454px;
}