table,div { color:black; border-color:tomato; }
table th,td { padding:5px; }
body { background-color:white; }
.tboxblack { background-color:white; color:White; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}
.labelblack { background-color:Black; color:White; }
.btnbig { Height:40px; background-color:white !important; color:black; }
.unerlineh4 td { border-bottom:1px solid; }
.unerlineh4 { border-bottom:1px solid; }
.tboxblack2 { background-color:white; color:black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; height:35px; font-size:x-large;}
.btnbig2 { font-size:large; padding:5px 10px 5px 10px; }
.importantstuff {
    color: #d14146;
}
input.inputbig { font-size: 20px; background-color:Black; color:White; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }

#divMain a {
    color: #d14146;
    text-decoration: none;
}
#divMain h4 { color:#000; text-decoration: none; }
#divMain h3 { color:#000; text-decoration: none; }
#divMain input[type="submit"] {background-color: #FEFEFE;color: #333;}
#divMain table .title {background-color:#333;}

.diagnostic div {float:none; display:block;}
.diagnostic .title {color:white; padding:5px; min-height:20px; background-color:#333;}
.diagnostic .title span {font-weight:bold; float:left;}
.diagnostic .right {float:right;}
.diagnostic a {
    color: #d14146;
}
.diagnostic li {color:gray; cursor:pointer;}
    .diagnostic li span {
        color: #d14146;
    }


/***2022 08 09 style 추가****/
.add_btn_div{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    
}
.add_btn{
    background-color: #d14146;
    border:none;
    border-radius: 4px;
    padding:5px 15px;
    color:#fff !important;
    display: block;

    font-size: 0.8em;
}
.del_btn{
    background-color: #fff;
    border:none;
    padding:5px 15px;
    color:#000;
    display: block;
    border:1px solid #333;
}
.alimi_list_cont{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.alimi_list_cont >span >em{
    color:red;
    font-style:normal;
}
.alimi_list_cont button{
    background-color: #fff;
    border:1px solid #333;
    padding:5px 15px;
    color:#000;
    display: block;
   
}
.alimi_list_cont_p > p {
    padding:0;
}

.alimi_ul_list{
    padding-right: 20px;
}

.save_btn2{
   
    display: block;
    background-color: rgb(240, 240, 240) !important;
    color:#000 !important;
    border-radius: 3px !important;
    border:1px solid gray;
    width: 60px;
    margin:40px 20px;
    font-size: large;
    border-radius: 1px;
    text-align: center;
    padding:5px 0;
}
