

.notice-mgt-box{
    height:100%;
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding:0px 20px;
    display:flex;
    padding-right: 0px;
}

.notice-mgt-box .devide-box{
    height:calc(100% - 70px);
}

.notice-mgt-box .devide-box .left-box{
    padding-right:20px;
}

.notice-mgt-box .devide-box .right-box{
    padding-left:20px;
}

.notice-mgt-box .devide-box .right-box{
    border-left:1px solid #BDBDBD;
}

.notice-mgt-box .top-box{
    margin-bottom:30px;
}

.notice-mgt-box .top-box .tit-box{
    margin-bottom:25px;
    margin-top:20px;
    height:28px;
    display:flex;
    align-items: center;
}

.notice-mgt-box .top-box .tit-box i.line{
    display:block;
    width:5px;
    height:100%;
    background-color:#DCEAF7;
}

.notice-mgt-box .top-box .tit-box span{
    border-left: 10px solid #001E5E;
    padding-left:10px;
    font-size: 22px;
    font-weight: bold;
    height:28px;
    line-height: 28px;
}

.notice-mgt-box .write-box{
    flex:1;
    position: relative;
    width:100%;
    /*padding-right: 20px;*/
}

.notice-mgt-box .write-box.half{
    width:50%;
}

.notice-mgt-box  .info-box + .info-box{
    margin-top:30px;
}

.notice-mgt-box  .info-box .row{
    width:100%;
    display:flex;
    height:34px;
   /* border-right: 1px solid #DCEAF7;*/
}
.notice-mgt-box .info-box .row.half{
    width:50%;
}

.notice-mgt-box .info-box .row.per70{
    width:70%;
}

.notice-mgt-box .info-box .row + .row{
    margin-top:15px;
}

.notice-mgt-box  .info-box .row:last-child:not(.sub-txt){
    /*border-bottom: 1px solid #DCEAF7;*/
}

.notice-mgt-box  .info-box .row.borbtm{
    /*border-bottom: 1px solid #DCEAF7;*/
}

.notice-mgt-box  .info-box .row.n-bor{
    border:0px;
} 

.notice-mgt-box  .info-box .row .item{
    flex: 1;
    /*border-bottom: 1px solid #DCEAF7;*/
    display: flex;
}

        
.notice-mgt-box  .info-box .row .item .tit{
    width: 110px;
    font-size: 13px;
    /*padding: 9px 7px 5px 5px;*/
    padding: 5px 7px 0px 5px;
    background-color: #001E5E;
    text-align: center;
    height: 33px;

}

.notice-mgt-box  .info-box .row .item .tit.full{
    flex:1;
}

.notice-mgt-box  .info-box .row .item .tit.top-bor-rond{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size:14px;
}

.notice-mgt-box  .info-box .row .item .tit.full + .tit.full{
    margin-left:10px;
}

.notice-mgt-box  .info-box .row .item .tit.flex{
    display: flex;
    justify-content: space-around;
}

.notice-mgt-box  .info-box .row .item .tit.full{
    width:100%;
}

.notice-mgt-box  .info-box .row .item .tit.bgnon{
    background-color: transparent;   
}


.notice-mgt-box  .info-box .row .item .tit.bgsky{
    background-color: #DCEAF7;
}

.notice-mgt-box  .info-box .row .item .tit.gray{
    background-color: #EAEAEA;
}


.notice-mgt-box  .info-box .row .item .tit span{
    color:#fff;
    /*font-weight: bold;*/
    display: block;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.notice-mgt-box  .info-box .row .item .tit.bgsky span,
.notice-mgt-box  .info-box .row .item .tit.gray span{
    color:#000;
}

.notice-mgt-box  .info-box .row .item .tit.bgnon span{
    color:#000;
}

.notice-mgt-box  .info-box .row .item .tit .bor-line{
    width:2px;
    height:60%;
    padding-top:20%;
    background-color: #000;
} 

.notice-mgt-box  .info-box .row .item .input-box{
    /*width: 78%;*/
    flex:1;
    height: 100%;
    display: flex;
    padding: 2px 5px;
    border-top:1px solid #DCEAF7;
}

.notice-mgt-box  .info-box .row .item .input-box.row{
    flex-direction: column;
}


.notice-mgt-box  .info-box .row .item .input-box select{
    background-color: #fff;
    font-size:14px;
}

.notice-mgt-box  .info-box .row .item .input-box.checkbox{
    flex: 0;
    justify-content: center;
    align-items: center;
}

.notice-mgt-box .info-box .row .item .input-box input{
    width:100%;
    height:38px;
    border: 1px solid #001E5E;
}

.notice-mgt-box  .info-box .row .item .input-box input:not(input[type='checkbox'],input[type='radio'],input[type="date"]){
    height: 100%;
    /*border:none;*/
    background-color: #fff;
    font-size:14px;
    margin-bottom: 2px;
    margin-left: 1px;
    width: 99%;
    padding-top: 10px;
}

.notice-mgt-box  .info-box .row .item .input-box input[type="date"]{
    height: 100%;
    background-color: #fff;
    font-size:14px;
    margin-bottom: 2px;
    margin-left: 1px;
    width: 99%;
    padding: 5px 30px 2px 5px;
}

.notice-mgt-box  .info-box .row .item .input-box.checkbox input[type="checkbox"]{
    width:25px;
    height:25px;
    margin-right: 0px;
}

.notice-mgt-box  .info-box .row .item .input-box label{
    padding: 5px;
    font-size:15px;
}

.notice-mgt-box  .info-box .row .item .input-box input[type="radio"]{
    width:20px;
    height:20px;
    border: 1px solid #001E5E;
}

.notice-mgt-box  .info-box .row .item .input-box input[type="radio"]:checked{
    border: 5px solid #001E5E;
}

.notice-mgt-box  .info-box .row .item .input-box input::placeholder{
    color:#BDBDBD;
}

.notice-mgt-box  .info-box .row .item .input-box i.icon-file{
    width:30px;
    height:30px;
    background: url(/images/icon_add_image.png) no-repeat center;
    background-size: 30px 30px;
}

.notice-mgt-box  .info-box .row .item .input-box i.icon-file.on{
    background: url(/images/icon_file.png) no-repeat center;
    background-size: 20px 20px;
}

.notice-mgt-box .info-box .row .item{
    border-bottom:0px;
    width:100%;
}
.notice-mgt-box .info-box .row .item.half{
    flex:0.5;
}
.notice-mgt-box .info-box .row .item .tit{
    padding: 13px 0;
    height: 38px;
    border-radius: 5px;
}

.notice-mgt-box .info-box .row .item .tit.bggreen{
    background-color: rgba(53, 206, 160, 0.2);
}

.notice-mgt-box .info-box .row .item .tit.bggreen span{
    color: #35CEA0;
}

.notice-mgt-box .info-box .row .item .tit + .tit{
    margin-left:10px;
}

.notice-mgt-box .info-box .row .item .input-box{
    border-top : 0px;
    height:38px;
    padding: 0 10px;
    width:100%;
}

.notice-mgt-box .info-box .row .item .input-box .file-txt{
    margin-bottom:0px;
}

.notice-mgt-box .info-box .row .item .input-box .file-txt.on{
    background: rgba(189,189,189,0.2);
}

.notice-mgt-box .info-box .row .item .input-box a{
    width: 80px;
    border: 1px solid #001E5E;
    padding: 5px 5px;
    font-size: 13px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.notice-mgt-box .info-box .row .item .input-box a:active{
    background-color: #001E5E;
    color:#fff;
}

.notice-mgt-box .info-box .row .item .input-box textarea{
    width:100%;
    resize:none;
    /*height:100%;*/
    height:150px;
    background-color:#fff;
    padding:15px;
}

.notice-mgt-box .info-box .row .item .input-box.textarea .disable{
    background-color: #FAFAFA;
}

.notice-mgt-box .info-box .row .item .input-box textarea::placeholder{
    color:#B5B5B5;
}

.notice-mgt-box textarea::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
    height: 8px;
}

.notice-mgt-box textarea::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #6D87B9; /* 스크롤바의 색상 */
    border-radius: 10px;
}

.notice-mgt-box textarea::-webkit-scrollbar-track {
    background: rgba(109, 135, 185, .1);  /*스크롤바 뒷 배경 색상*/
}

.notice-mgt-box .info-box .row .item .input-box input[type="date"]{
    font-size: 12px;
}

.notice-mgt-box  .info-box .row .item .input-box.center{
    justify-content: center;
}

.notice-mgt-box  .info-box .row .item .input-box.center input{
    text-align: center;
}

.notice-mgt-box  .info-box .row .item .input-box span{
    padding:5px;
    font-weight: bold;
}

.notice-mgt-box  .info-box .row .item .input-box span.green{
    margin-top:2px;
    width: 40px;
    height:30px;
    text-align: center;
    background-color: rgba(53, 206, 160, 0.2);
    color: #35CEA0;
}

.notice-mgt-box  .info-box .row .item .input-box span.red{
    margin-top:2px;
    width: 60px;
    height:30px;
    text-align: center;
    background-color: rgba(255, 65, 65, 0.2);
    color: #FF4141;
}

.notice-mgt-box .info-box .row .item .input-box .del-btn{
    display: inline-block;
    width:20px;
    height:20px;
    margin-top: 3px;
    background-image: url('/images/ic_del.png');
    background-repeat:no-repeat; 
    background-size: 100% 100%;
    cursor: pointer;
}

.notice-mgt-box .info-box .row .item .input-box.n-pd{
    padding:0px;
}

.notice-mgt-box .info-box .row .item .input-box.auto{
    flex: 0;
    width: auto;
}

.notice-mgt-box .info-box .row .item .input-box .sub-tit{
    width:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right:4px solid #DCEAF7;
    margin-right:10px;
    padding-right:20px;
    min-width:70px;
}

.work-mgt-report .info-box .row .item .input-box a.btn{
    height: 32px;
    padding-top:7px;
    margin-top:3px;
    margin-left:5px;
    border-radius: 5px;
}

.notice-mgt-box .info-box .row .item .input-box .file-down-btn{
    width:35px;
    height:35px;
    border-radius: 0;
    border:0px;
    background: url(/images/icon_file_down.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 3px;
    margin-left: 3px;
}

.notice-mgt-box .info-box .row .item .input-box .down-btn{
    width:32px;
    height:32px;
    border-radius: 0;
    border:0px;
    background: url(/images/icon_xlsx.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 3px;
    margin-left: 3px;
}

.notice-mgt-box .info-box .row .item .input-box .file-down-btn:active,
.notice-mgt-box .info-box .row .item .input-box .down-btn:active{
    background-color:#DCEAF7;
}

.notice-mgt-box .info-box .row .item .input-box input{
    width:100%;
    height:38px;
    border: 1px solid #001E5E;
}

.notice-mgt-box .info-box .row .item .input-box input.w150{
    width:150px;
}

.notice-mgt-box .info-box .row .item .input-box select{
    height:38px;
    border: 1px solid #001E5E;
}

.notice-mgt-box .info-box .row .item .input-box input[type="date"]{
    padding: 5px 30px 5px 10px;
}

.notice-mgt-box .info-box .row .item .input-box .btn-add{
    width:30px;
    padding:8px 1px;
    margin-left:5px;
    background-color: #DCEAF7;
}

.notice-mgt-box .info-box .row .item .input-box .btn-add.blue:hover,
.notice-mgt-box .info-box .row .item .input-box .btn-add:hover{
    background-color: rgba(0,30,94,0.5);
}

.notice-mgt-box .info-box .row .item .input-box .btn-add:active{
    background-color: rgba(0,30,94,1);
}

.notice-mgt-box .info-box .row .item .input-box .btn-add.blue{
    background-color: rgba(0,30,94,1);
}

.notice-mgt-box .info-box .row .item .input-box .btn-add.blue:active{
    background-color: #DCEAF7
}

.notice-mgt-box .info-box .row .item .input-box .file-txt{
    width:100%;
    display: flex;
    border: 1px solid #001E5E;
    display:flex;
    /*justify-content: center;*/
    align-items: center;
    border-radius: 5px;
}

.notice-mgt-box .info-box .row .item .input-box .file-txt span{
    width:100%;
    height:18px;
    padding:0 10px;
    font-size:14px;
    font-weight:500;
    color:#BDBDBD;
}

.notice-mgt-box .info-box .row .item .input-box .file-txt span.center{
    text-align: center;
}

.notice-mgt-box .info-box .row .item .input-box .file-txt span.black{
    width: auto;
    color:#000;
    display: inline-block;
    /*width: 230px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-mgt-box .info-box .row .item .input-box textarea{
    border: 1px solid #001E5E;
}

.notice-mgt-box .info-box .row .item .input-box.scroll{
    width: calc(100% - 110px);
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list{
    display:flex;
    width:100%;
    overflow-x: auto;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
    height: 5px;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #6D87B9; /* 스크롤바의 색상 */
    border-radius: 10px;
}

.notice-mgt-box textarea::-webkit-scrollbar-track {
    background: rgba(109, 135, 185, .1);  /*스크롤바 뒷 배경 색상*/
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list .auth-box{
    display:flex;   
    justify-content: center;
    align-items: center;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list .auth-box .txt{
    white-space: nowrap;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list .auth-box + .auth-box{
    margin-left: 10px;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list .auth-box span{
    height:30px;
    font-size:14px;
    font-weight: bold;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list .auth-box span.green{
    background-color: rgba(53, 206, 160, 0.2);
    color: #35CEA0;
    border: 0px;
    padding: 5px 11px 5px 11px;
    border-radius: 5px;
    font-size:14px;
    font-weight: bold;
    min-width:50px;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list .auth-box span.blue{
    background-color: rgba(202, 238, 251, 0.5);
    color: #375286;
    border: 0px;
    padding: 5px 11px 5px 11px;
    border-radius: 5px;
    font-size:14px;
    font-weight: bold;
    min-width:50px;
}

.notice-mgt-box .info-box .row .item .input-box .auth-line-list .auth-box span.red{
    background-color: rgba(255, 65, 65, 0.2);
    color: #FF4141;
    border: 0px;
    padding: 5px 11px 5px 11px;
    border-radius: 5px;
    font-size:14px;
    font-weight: bold;
    min-width:50px;
}

.notice-mgt-box .info-box .txt-view{
    font-weight: 500;
    font-size:18px;
    padding-top:20px;
    height: 450px;
    overflow-y: auto;
    /*
        2025-03-04 추가됨
    */
    border: 1px solid #001E5E;
    padding-left:20px;
    padding-right:20px;
    border-radius: 5px;
}

.notice-mgt-box .info-box .txt-view::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
    height: 5px;
}

.notice-mgt-box .info-box .txt-view::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #6D87B9; /* 스크롤바의 색상 */
    border-radius: 10px;
}

.notice-mgt-box .info-box .txt-view::-webkit-scrollbar-track {
    background: rgba(109, 135, 185, .1);  /*스크롤바 뒷 배경 색상*/
}

.notice-mgt-box .btm-box{
    right: 0px;
    padding:20px;
    position: absolute;
    bottom: 0px;
}

.notice-mgt-box .btn-box{
    text-align: end;
}


.notice-mgt-box .btn-box button{
    background: #fff;
    color: #001E5E;
    border-color: #001E5E;
    /* font-weight: 500; */
    width: 120px;
    padding: 7px;
    padding-top: 10px;
}

.notice-mgt-box .btn-box button.save{
    background: #001E5E;
    color: #fff;
    border-color: #001E5E;
}


.notice-mgt-box .btn-box button:active{
    background: #001E5E;
    color:#fff;
}

.notice-mgt-box .btn-box button.save:active{
    background: #fff;
    color: #001E5E;
}


.notice-mgt-box .btn-box button.cancel{
    color: red;/*FBE3D6*/
    border-color: red;
    background: #fff;
}

.notice-mgt-box .btn-box button.cancel:active{
    background: red;/*EDA900*/
    color:#fff;
}

.notice-mgt-box .simple-tit{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}

.notice-mgt-box .simple-tit span{
    font-size:18px;
    font-weight: bold;
}

.notice-mgt-box .simple-tit button{
    width: 50px;
    height: 30px;
    padding: 5px;
    background-color: #001E5E;
    color:#fff;
}

.notice-mgt-box .simple-tit button:hover{
    background-color: rgba(0,30,94,0.5);
}

.notice-mgt-box .simple-tit button:active{
    background: #fff;
    color: #001E5E;
}

.notice-mgt-box .table-container .table-box table tbody tr td button.del{
    width:40px;
    height:32px;
    background-color: #FF4141;
    color: #fff;
    padding:6px;
    border-color: #FF4141;
}

.notice-mgt-box .table-container .table-box table tbody tr td button.del:hover{
    background-color: rgba(255, 65, 65, 0.8);
}

.notice-mgt-box .table-container .table-box table tbody tr td span.tag {
    width: 60px
}

.notice-mgt-box .notice-tit{
    margin-bottom:20px;
}

.notice-mgt-box .notice-tit span{
    font-size:26px;
}



