
.layoutbox {width:100%;  overflow: hidden;}

/* 
#header {
	padding: 0 16px;
} */

#container > div:nth-of-type(1) > img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
.tool-box {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 110%;
}    
.tool {
    width: fit-content;
    display: flex;
}

.tool > button {
    border: none;
    background: transparent;
} 
.tool > button {
    margin-left: 5px;
    cursor: pointer;
}  
.tool2 {
    margin-bottom: 10px;
   
} 

#container.noti-detail-board .tool2 {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: right;
}
.tool2 > button {
    background: transparent !important;
    border: none !important;
}

.tableWrap-situCplt .tool {
    top: -47px;
}
.tableWrap-situCplt .table-paging {
    top: -54px;
}
#container.noti-detail-board  table.tbl_detail {
    width: 100%;
}
    /* @media (max-width:1200px) {

            .header-wid,
            #logobx,
            .full-menu > li > ol ,
            #container > div:nth-of-type(1) > div ,
            #contents ,
            .tbl_sch table ,
            .main-cont ,
            #footer > div,
            .tbl_sch {
                width: 100%;
        }
        #container > div:nth-of-type(1) {
            height: auto;
            padding: 0;
            margin-top: 122px;
        }
        .contract-status tr.jqgrow td {
            justify-content: flex-start;
        }
        .for-respon {
            width: 1200px;
            margin: 0 auto;
        }
        #container > div:nth-of-type(1) > img {
            height: 168px;
    
        }
        .sub-img-wrap > span {
            font-size: 22px;
            font-weight: 600;
        }
        .sub-title {
            font-size: 16px;
            font-weight: 600;
            margin: 30px 0 15px;
        }
        tbody tr .tab-title > a {
            font-size: 12px;
            padding: 18px 0;
        
        }
        tbody tr .tab-title {
            width: 100%;
            height: auto;
            padding: 1%;
            box-sizing: border-box;
        }
        .sub-tbody tr.tr-cont1 {
            width: 100%;
            display: inline-block;
        }
        .tbl_th2, .label-csu {
            font-size: 12px;
        }
        .td-style1 > input {
            font-size: 12px;
        }
        .sub-tbody2 .in-flex td:nth-child(2n-1){
            width: 20%;
        }
        .sub-tbody2 .in-flex td:nth-child(2n){
            width: 80%;
            margin-right: 0;
        }
        .sub-tbody2 .in-flex {
            display: flex !important;
            flex-wrap: wrap;
        }
        .in-flex span {
            width: 12px;
        }
        .sub-tbody2 > tr {
            margin-bottom: 0;
        }
        .sub-tbody2 > tr:nth-child(3) {
            margin-bottom: 20px;
        }
        .tbl_td3 input[type="button"] {
            width: 50%;
            font-size: 14px;
        }
        .sub-tbody2 > tr:last-child{
            padding-bottom: 40px;
        }
        .sub-tbody2{
            padding: 0 16px;
        }
        .tr-cont2 > td {
            width: 100%;
        }
        .sub-tbody2 > tr {
            padding-right: 0;
            padding-left: 0;
        }
        .total {
            margin-top: 76px;
            margin-left: 16px;
        }
        .tableWrap {
            margin-top: 40px;
        }
        .ui-state-default.ui-jqgrid-hdiv {
            display: none;
        }
        .tool-box {
            width: 100%;
            top: 103%;
            left: 0;
        }
        .tool2 {
            display: none;
        }


    } */




.tbl_sch {
    margin-top: 0; 
    /* padding: 0 16px; */
}

.table-parent > tr {
   display: flex;
   align-items: flex-end !important;
   width: 100%;
}
.table-parent > tr > .table-c1 {
   width: 95%;
}
.table-parent > tr > .table-c2 {
    width: 2%;

 }
 .table-parent > tr > .table-c2 > button {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    border: none;
    background: transparent;
 }
.tbl_sch > tbody, .tbl_sch  > tbody > tr > td {
    width: 100%;
}
.tbl_sch .tr-cont2 {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #F9F9F9;
}
.box1_1, .box1_b1, .box1_2, .box1_4, .box1_b3, .box1_3{
    background: none;
}
.tbl_sch table {
    padding: 30px 50px; 
    /* padding: 60px 30px; */
}
tbody tr .tab-title:nth-child(1)::after {
    height: 5px;
}
.tbl_sch .tbl_th {
    font-size: 17px;
    font-weight: 400;
    width: 8%;
    height: 51px;
    display: flex;
    align-items: center;
    /*margin-bottom: 10px;*/
}
.tbl_sch .tbl_th + td{
    font-size: 17px;
    width: 38%;
    height: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 10px;*/
}
.tbl_td > span {
    margin: 0 3px;
}

/* 라디오 시작 */
.tbl_sch td.radio-cus {
    justify-content: flex-start;
}
.tbl_sch td.tbl_th.radio-cus > div {
    height: 51px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
tr .tbl_th.radio-cus  input[type="radio"] {
    width: auto !important;
}
tr .tbl_th.radio-cus input[type="radio"]::after {
    content: '';
    display: none;
}
.contract-t-label {
    font-size: 16px;
    margin: 0px 10px 5px 3px;
    cursor: pointer;
    padding-right: 10px;
}
.align-items {
    align-items: center !important;
}
.tbl_sch .tbl_th:nth-child(1) + td{
    margin-right: 60px;
}
.tbl_sch .tbl_th + td input {
    width: 100%;
    height: 80%;
}
.tbl_sch input[type="text"], .tbl_sch input[type="number"], .tbl_sch input[type="date"] {
    padding: 11px 18px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 16px;
} 
select {
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 16px;
    height: 80%;
    background: url(../img/down-arrow.svg) calc(100% - 10px) center no-repeat #fff;
    background-size: 14px;
    outline: 0 none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.table-parent select {
    margin-right: 10px;
}
.wid-100 {
    width: 100 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.table-parent select:last-child {
    margin-right: 0;
}
select::-ms-expand { 
	display: none;
}

input[type="date"]{
    position: relative;
}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
} 
input[type="date"]::-webkit-calendar-picker-indicator { 
    background: transparent;
    z-index: 1;
} 

input:after{
  position: absolute;
  top:50%;
  right:10px;
  content: '';
  width: 20px;
  height:22px;
  background: #fff url(../img/in_calendar.png) center center /contain;
  transform: translateY(-50%);
  z-index: 0;
}

.tbl_td2 {
    justify-content: flex-start !important;
}

.sub-tbody tr {
    display: flex;
    flex-wrap: wrap;
    /* align-items: baseline; */
    justify-content: space-between;
}
.search-btn-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.search-btn-wrap input {
    padding: 13px 60px;
    border-radius: 4px;   
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.search-btn-wrap input:hover{
    filter: brightness(0.9);
}
.search-btn-wrap input:nth-child(1){
    background-color: #1F64AF;
    color: #fff;
    margin-right: 10px;
}
.search-btn-wrap input:nth-child(2){
    background-color: #fff;
    color: #222222;
    margin-left: 10px;
    border: 1px solid #dddddd;
}
.search-btn-wrap input:last-child{
    margin-right: 0px;
}
.tableWrap {
    margin-top: 80px;
    position: relative;
}
.tableWrap.notibord {
    margin-top: 40px;
}
.info-container .table-paging {
    top: -7%;
}
.table-paging {
    width: 100%;
    display: flex;
    align-items: center;
}
.table-paging  > div {
    display: flex;
    align-items: center;
}
.table-paging > div:nth-child(1) p {
    font-size: 16px;
    color: #555;
    margin-right: 5px;
}
.table-paging > div:nth-child(1)  span {
    font-size: 16px;
    color: #1F64AF;
    margin-right: 20px;
}
.table-paging > div:nth-child(2) > input {
    display: none;
}
.table-paging > div:nth-child(2) > label {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}
.table-paging > div:nth-child(2) > input:checked + label {
    background: #1F64AF;
    color: #fff;
}
.table-paging > div
input#startdate:focus {
    outline: none;
}
.mr5 {
    margin-right: 5px;
}
select {
    cursor: pointer;
    font-size: 13px !important;
    width: calc(100% / 3);
    margin-right: 10px;
    box-sizing: border-box;
}
.tbl_sch input[type="text"], 
.tbl_sch input[type="number"], 
.tbl_sch input[type="date"] {
    font-size: 13px;
    padding: 2% 4% !important;
}
td.tbl_td2 {
    width: 91.5% !important;
    margin-right: -3px !important;
}
.tableWrap.table-2 .table-paging,
.tableWrap.table-2 .tool {
    top: -14%;
}
.tbl_th-wid-cus {
    width: 8% !important;
}
.tableWrap.notibord #pager_center {
    width: auto !important;
}
/* 분기별 발주계획 상세 시작 */
#contents.noti-detail-board tr > th,
#contents.noti-detail-board tr > td {
   height: 62px;
   padding: 6px 5px;
}
#contents.noti-detail-board tr > th {
    background: #F8F8F8 !important;
    font-size: 16px;
    font-weight: 600 !important;
    color: #2E2E2E;
}
#contents.noti-detail-board tr > td, 
#contents.noti-detail-board tr > td > pre {
    color: #2E2E2E;
    font-size: 16px;
    padding-left: 16px;
}
#contents.noti-detail-board tr > td a {
    font-size: 16px;
}

@media screen and (max-width:1200px) {
   
    .header-wid,
    #logobx,
    .full-menu > li > ol ,
    #container > div:nth-of-type(1) > div ,
    #contents ,
    .tbl_sch table ,
    .main-cont ,
    #footer > div,
    .tbl_sch {
        width: 100%;
    }

    .tbl_sch table {
        padding: 20px;
    }
   
    .tbl_sch .tbl_th {
        width: 100%;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 400;
    }
    .tbl_sch .tbl_th
    .tbl_sch select {
        font-size: 12px;
        padding: 10px 15px;
    }
    .tbl_sch input[type="text"], 
    .tbl_sch input[type="number"], 
    .tbl_sch input[type="date"] {
        padding: 10px 15px;
        border: 1px solid #dddddd;
        border-radius: 3px;
        font-size: 12px;
    } 
    .tbl_sch .tbl_th + td {
        width: 100% !important;
        font-size: 12px;
    }
    .tbl_sch .tbl_th:nth-child(1) + td {
        margin-right: 0;
    }
    .search-btn-wrap {
        margin-top: 10px;
    }
    .search-btn-wrap input{
        width: 50%;
    }
    .search-btn-wrap input {
        font-size: 14px;
    }
    .table-parent > tr > .table-c1 {
        width: 100%;
    }
    .table-parent > tr > .table-c2 {
        width: 17%;
        display: flex;
        justify-content: flex-end;
    }
    .tbl_sch .tbl_th:nth-child(1) + td > select {
        width: calc(100% / 3);
    }

    .tool {
        display: none;
    }
    .table-paging {
        top: -2%;
        justify-content: space-between;
        padding: 0 16px;
    }
    .tableWrap.table-2 .table-paging,
    .tableWrap.table-2 .tool {
        top: -7.8%;
    }
    #container > div:nth-of-type(1) {
    height: auto;
    padding: 0;
    margin-top: 122px;
    }
    .contract-status tr.jqgrow td {
    justify-content: flex-start;
    }
    .for-respon {
    width: 1200px;
    margin: 0 auto;
    }
    #container > div:nth-of-type(1) > img {
    height: 168px;

    }
    .sub-img-wrap > span {
    font-size: 22px;
    font-weight: 600;
    }
    .sub-title {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 15px;
    }
    tbody tr .tab-title > a {
    font-size: 12px;
    padding: 18px 0;

    }
    tbody tr .tab-title {
    width: 100%;
    height: auto;
    padding: 1%;
    box-sizing: border-box;
    }
    .sub-tbody tr {
        flex-direction: column;
    }
    .sub-tbody tr.tr-cont1 {
    width: 100%;
    display: inline-block;
    }
    .tbl_th2, .label-csu {
    font-size: 12px;
    }
    .td-style1 > input {
    font-size: 12px;
    }
    .sub-tbody2 .in-flex td:nth-child(2n-1){
    width: 20%;
    }
    .sub-tbody2 .in-flex td:nth-child(2n){
    width: 80%;
    margin-right: 0;
    }
    .sub-tbody2 .in-flex {
    display: flex !important;
    flex-wrap: wrap;
    }
    .in-flex span {
    width: 12px;
    }
    .sub-tbody2 > tr {
    margin-bottom: 0;
    }
    .sub-tbody2 > tr:nth-child(3) {
    margin-bottom: 20px;
    }
    .tbl_td3 input[type="button"] {
    width: 50%;
    font-size: 14px;
    }
    .sub-tbody2 > tr:last-child{
    padding-bottom: 40px;
    }
    .sub-tbody2{
    padding: 0 16px;
    }
    .tr-cont2 > td {
    width: 100%;
    }
    .sub-tbody2 > tr {
    padding-right: 0;
    padding-left: 0;
    }
    .total {
    margin-top: 76px;
    margin-left: 16px;
    }
    .tableWrap {
    margin-top: 80px;
    }
    .ui-state-default.ui-jqgrid-hdiv {
    display: none;
    }
    .tool-box {
    width: 100%;
    top: 103%;
    left: 0;
    }
    .tool2 {
    display: none;
    }
    /* 분기별 발주계획 탭메뉴 */
    .tbl_sch.notiboard-cus .tbl_th {
        width: 13%;
    }
    .tbl_sch.notiboard-cus td:nth-child(2) {
        margin-right: 20px;
    }
    #container.noti-detail-board .tool2 {
        display: none;
    }
    
}
@media screen and  (max-width: 768px) {
    .tbl_sch.notiboard-cus .tbl_th {
        width: 100% !important;
    }
   
}
@media screen and (max-width:750px)  {
    .sub-tbody tr {
        flex-direction: column;
    }
    input[type="image"] {
        width: 30px;
    }
}
@media screen and (max-width: 400px) {
    tbody tr .tab-title {
        width: 50%;
    }
    .tbl_td > span {
        margin: 0;
    }
}

@media screen and (max-width:398px) {
    /* .tbl_sch .tbl_th {
        width: 100%;
    } */
    tbody tr .tab-title {
        font-size: 10px;
    }
    td.tbl_td.tbl_td4 > span {
        padding: 0 3%;
    }
    /* .tbl_sch .tbl_th + td {
        justify-content: flex-start !important;
    } */
    /* .tbl_sch .paym-table .tbl_th + td {
        justify-content: space-between !important;
    } */

    .tableWrap-paym  .tbl_sch .tbl_th + td input {
        width: 48% !important;
    }
    .tbl_td > span {
        padding: 0 3%;
    }
    
    .tbl_sch .tbl_th + td.td-sel {
        flex-direction: column;
        align-items: flex-start;
        height: auto !important;
    }
    .tbl_sch .tbl_th + td.td-sel > * {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .tbl_sch .tbl_th + td.td-sel > span {
        padding: 0;
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width:360px) {
    .tbl_sch .tbl_th + td.tbl_td4 {
        justify-content: flex-start;
    }

    .table-c1-paym .tbl_th + td {
        width: 100% !important;
    }
    .tbl_td > span {
        padding: 0 1%;
    }

}
@media screen and (max-width:340px) {
 
    .tbl_sch .tbl_th + td.radio-cus {
        flex-direction: column;
        margin-left: -28px;
    }
    td.tbl_th.td4.td5 {
        margin-left: -33px;
    }
  
}


@media screen and (max-width:320px) {
    .tbl_sch .tbl_th:nth-child(1) + td > select {
        margin-right: 3px;
        /* width: calc(90% / 3); */
    }

   
}

@media screen and (max-width:280px) {
  
    .tbl_sch .tbl_th + td.radio-cus {
        flex-direction: column;
        margin-left: -27px;
    }
    .table-c1-paym .tbl_th + td {
        width: 78% !important;
    }
    .tbl_sch .paym-table .tbl_th + td {
        width: 94% !important;
    }
       
}
/* @media print {
    html, body { -webkit-print-color-adjust:exact; width: 210mm; height: 297mm; }
    table { page-break-inside:auto; }
    tr    { page-break-inside:avoid; page-break-after:auto; }
    thead { display:table-header-group; }
    tfoot { display:table-footer-group; }
} */

.ratio27 {
    width: 27% !important;
}

.ratio33 {
    width: 33% !important;
}

.ratio40 {
    width: 40% !important;
}

.search_tr {
    height: 51px;
}

 