.bg-skyblue { background-color: #d2eefd;  }
.bg-pink { background-color:#fbe9e5; }
.bg-lightgreen { background-color:#e3f6c1; }
.bg-lightyellow { background-color:#fff9e6; }

.start-bg {filter: opacity(30%); width:500px;}


.well {
    background: none;
    height: 520px;
}

.table-scroll tbody {
    position: absolute;
    overflow-y: scroll;
    height: 450px;
}

.table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}

.table-scroll thead > tr > th {
    border: none;
}


.document_print_cover {
    font-size:12px;
    width:400px;
    height:565px;
    position: relative;
    margin:20px;
}

.document_print_company {
    position: absolute; 
    left:0.2em; 
    top:80px; 
    font-weight:600;
    font-size:1.2em;
  
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.document_print_title {
    position: absolute; 
    left:0.2em; 
    top:200px; 
    font-weight:800;
    font-size:2em;
  
    font-family: 'NanumBarunGothicBold', 'OpenSans';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.document_print_date {
    position: absolute; 
    left:0.2em; 
    top:230px;
    font-weight:400;
    font-size:10pt;
    letter-spacing :-0.05em ;
    font-size:1.2em;

    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.document_print_agent {
    position: absolute; 
    left:0.2em; 
    top:400px;
    font-weight:600;
    font-size:1.2em;
  
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.document_print_company_image {
    position: absolute; 
    left:0.2em; 
    top:120px;
    width:50px;
}

.document_print_deputy_image {
    position: absolute; 
    left:0.2em; 
    top:300px;
    width:50px;
}

.qty-box label {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.qty-box label span {
    display: block;
    font-size: 13px;
    color: #5d646d;
    font-weight: 400;
}

.qty-inc,
.qty-dec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 12px;
    background-color: rgba(128, 137, 150, 0.08);
    color: #0d233e;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.qty-inc:hover,
.qty-dec:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.qty-btn input {
    width: 35px;
    border: none;
    text-align: center;
    color: #0d233e;
    font-weight: 500;
    background-color: transparent;
}


.sidebar-widget-item.qty {
    border: 1px solid #d2e0e0;
    margin-bottom: 5px;
    background: #fff;
}

.qty-box {
    padding: 10px 10px 10px 15px;
}

.qty-box:nth-child(2) {
    background: #f1f8fb;
}



div.form-inline label.col-md-4{
    justify-content: flex-end;
}

div label {
    justify-content: flex-end;
}

.kindMenu button{
    font-size:1.2em;
    font-weight:700;
}

.kindMenu .dropdown-menu {
    width:100%;
}

.kindMenu .dropdown-item{
    font-size:1.2em;
    color:black;
    font-weight:500;
}
.kindMenu .dropdown-item > a:active,.kindMenu .dropdown-item >  a:link,.kindMenu .dropdown-item >  a:visited,.kindMenu .dropdown-item >  a:hover{
    color:black;
    font-weight:600;
}




#tabList a.nav-link:active.active,
#tabList a.nav-link:link.active,
#tabList a.nav-link:visited.active,
#tabList a.nav-link:hover.active { color:white;font-size:10pt;border-radius:  10px 10px 0px 0px; border-top:1px solid #757575; border-left:1px solid #757575; border-right:1px solid #757575; background-color: #000000; }
#tabList a.nav-link { font-size:10pt;color:black;border-radius:  10px 10px 0px 0px; border-top:1px solid #757575; border-left:1px solid #757575; border-right:1px solid #757575; background-color: #ffffff;} 

.sysName { 
    font-size:28pt; 
    font-weight:700;
    color:#86BC25;
}

.Llink {
    font-weight:700;
    color:#26890D;
}

/*버튼이미지 disable */
.btn-state {
    pointer-events: none;
    cursor: default;
}

.btnStdUpload {
    font-weight:700;
    cursor: default;
    margin-bottom:10px;
}