:root { --header-h: 72px; }
.ml-10 {margin-left:10px;}
.ta_l {text-align:left !important;}
.ta_c {text-align:center !important;}
#header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 110px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}
 #header .header-wrap .menus .gnb {margin-left:0 !important;}

/**********new아이콘 상단메뉴**********/
.gnb .list-wrap { overflow: visible; }
.gnb .list-wrap > li { position: relative; }
.gnb .list-wrap > li > .item{
  position: static;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-right: 10px;
  overflow: visible;
}
.gnb .list-wrap > li.is-new > .item::before,
.gnb .list-wrap > li > .item.is-new::before{
  content: "N";
  position: absolute; 
  top: 0;
  right: 0;
  transform: translate(-100%, 120%); 
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background: rgba(255,77,79,0.8); 
  border-radius: 999px;
  z-index: 10;          
  pointer-events: none; 
}
.gnb .list-wrap > li > .item.active::after {z-index: 1;}

/**********new아이콘 work보드**********/
.quick-menu .btn-wrap .i-item { position: relative; }
.quick-menu .btn-wrap .i-item::after {
  content: "N";
  position: absolute;
  top: -6px;   
  right: -6px; 
  transform: translate(30%, -20%); 
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: rgba(255, 77, 79, 0.8); 
  border-radius: 999px;
  z-index: 10;
  pointer-events: none;
}

/**********본문**********/
#container.main {min-width: 1440px;}
.con-area {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
    padding:0 !important;
    min-height: calc(100vh - 155px);
}
.con-area .con-header .left-con {
    display: flex;
    align-items: center;
    gap: 15px;
}
.con-header .btn-action {padding:0 20px;}
.con-header .btn-action:hover {background:#005bbf;}
.con-header .btn-action i {font-size:13px;margin-left:3px;}
.con-header .btn-regi {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    background-color: #006bed;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: none !important;
    border: 0;
    font-size: 16px;
}

.gray-txt{color: #7E8790 !important;}

.con-area .con-header {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 20px 0;
}
.con-area .con-header .left-con h4 {
    font-size: 30px;
    font-weight: 700;
}
.center-con h3 {font-weight:700 !important;}
.con-header .con-header-btn {
    border-radius: 6px !important;
    background-color: #fff;
    border:1px solid #ccc !important;
    box-shadow: none !important;
}
 .btn-download {
    height: 40px;
    width: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
  }
.btn-download span {font-weight:600 !important;}

.con-header .con-header-btn:hover,.btn-download:hover {border:1px solid #5c7080 !important;}
.con-header .con-header-btn i {font-size:13px;margin-right:5px;color:#444;}
.con-header .con-header-btn span {font-size:18px;margin-right:2px;color:#444;}

/**********테이블**********/
 .search-con {
    position: relative;
    box-shadow: none;
    overflow: hidden;
    border-radius: 100px;
}
.search-con .search-input {
    display: inline-block;
    width: 400px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #d7d7d7;
    border-radius: 40px;
    line-height: 34px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.search-con .btn-search {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  top: 9px;
  right: 15px;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.table{ border-top: 2px solid #000;}
table tr th {
    line-height:18px;
    height: 50px;
    padding: 0 10px;
    border-left:0;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background-color: #f3f6fb;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}
.table tr td {
    height: 50px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    border-left:0;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
.table tr th:last-child,.table tr td:last-child {border-right:0 !important;}
table td .txt-overflow {
    display: -webkit-box;
    font-size: 15px;
    color: rgb(34, 34, 34);
    text-overflow: ellipsis;
    height: 20px;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: auto !important;
    padding: 0px 6px 0px 0px;
    overflow: hidden;
}
table tr td:last-child {border-right:0;}
table td.tit-b {font-weight:600 !important;}
table td a {color:#222;}
table td a:hover {color:#006BED;}
table td.bid-title a {font-weight:600;}
table td .btn-cust-tag {
    display: block;
    width: 65px;
    height: 27px;
    margin: 0 auto;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}
.table th select.form-select {
    background-color: transparent !important;
    /* margin-top: 8px; */
    border:0;
    text-align:left;
    font-weight:500;
    font-size:16px;
}

/*테이블 th 레이어 현장명,등록자 ST*/
.table .cnst-layer-box  {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #e9e9e9 !important;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 9px 0px;
  font-size: 15px;
  color: #222;
}
.select-modal-title {
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}
.select-modal-title span {font-size:16px;color: #006CEE;display: block; padding: 3px 0 0 0;}

.sort-modal-btn-wrap { display: flex;gap: 6px;}
.sort-modal-btn-wrap .btn-sort.btn-sort-up {
    transform: rotate(-180deg);
}
.sort-modal-btn-wrap .btn-sort {
    width: 10px;
    height: 30px;
    min-height: inherit;
    padding: 0;
    margin: 0 5px;
    border: none;
    background: #fff;
    background: url(https://www.sgmaster.co.kr/home2/images/common/i_sort_modal.svg) no-repeat center;
}

.cnst-layer-box .cnst-item-wrap {
  height:250px;
  padding: 0 10px 10px 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 10px 10px 20px 10px;
  text-align:left;
}
.cnst-item-wrap .cnst-item {
  display: block;             /* 혹은 flex일 경우 min-width:0 필수 */
  min-width: 0;               /* flex일 경우 없으면 ellipsis 안됨 */
}
.cnst-item-wrap .cnst-item a {
  display: block; 
  position: relative; 
  padding-left: 10px;
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #7E8790 !important;
  cursor: pointer;
  max-width: 100%; 
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.cnst-item-wrap .cnst-item a:hover {color:#000 !important;}
.cnst-item-wrap .cnst-item a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px  !important;
  height: 3px !important;
  border-radius: 50%  !important;
  background-color: #5F6368 !important;
  transform: translateY(-50%);
}

 /*테이블 th 레이어 ED*/

/**********페이지처리 ST**********/
.pagination-wrapper {
    display: block;
    margin-top: 30px;
    overflow-x: auto;
    overflow-y: hidden;
}

.pagination-wrapper .pagination  {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
}
.pagination-wrapper .pagination > li {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 8px;
}
.pagination > li {
    display: block;
    margin-bottom: 10px;
    padding: 0 4px;
}

.pagination > li .page-link {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  font-size: 14px;
  text-align:center;
  color: #4E5B6F;
  border-radius: 5px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  transition: border 0.3s, color 0.3s;
}
.pagination > li .page-link:hover,.pagination > li.active .page-link{
    text-align:center;
    border: 1px solid #bbcbdf !important;
    background-color: #F3F6FB !important;
    color: #006BED !important;
    transition: border 0.3s, color 0.3s;
}
.page-next > i, .page-prev > i {
  line-height:30px;
  color:#7E8790 !important;
}
/**********페이지처리 ED**********/


/**********아이콘모음**********/
.attach-file { font-size: 20px;color: #7E8790; } /*첨부ic*/
.btn_page_prev i {font-size:26px;color:#7E8790} /*title 앞 이전으로가기ic*/
.btn_page_prev i:hover {color:#3a8dde;}
.share-link {font-size:13px;color:#7E8790} /*공유링크ic*/


/********** 모달관련 ST **********/
.modal-content {
    border-radius:20px !important;
    box-shadow: 0 10px 30px #0003;
}
.modal-content .modal-header {
    border-radius:18px 18px 0 0;
    background-color: #0d6efd !important;
    position: relative;
    text-align: center;
}
.modal-content .modal-title {color:#fff !important;font-size:18px;font-weight:600 !important;margin:0; width:100%;}
.modal-content .btn-modal-close {
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    color:#fff;
    font-size:25px;
    background:transparent;
}
.modal-body { padding: 30px; }
.modal-footer {margin-bottom:50px !important;}
.modal-footer .btn-primary {width: 120px; height: 45px; font-size: 16px;border-radius: 6px;}
.modal-footer .btn-cancel {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  width: 114px;
  cursor: pointer;
  height: 40px;
}
.modal-footer .btn-apply, .modal-footer .btn-apply:active {
  width: 114px;
  height: 40px;
  border-radius: 10px;
  background-color: #006BED;
  cursor: pointer;
  color: #fff;
}
.modal-backdrop {
  position: fixed;
  inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
  background: #000;
  z-index: 1050;
}
.modal { z-index: 1060; }   /* 내용이 백드롭 위로 오도록 */
/********** 모달관련 ED **********/



/********** 파일첨부 모달 페이징처리 ST **********/
.tui-pagination {
  margin: 0;
}
.tui-pagination .tui-page-btn {
  border: none;
  font-size: 14px;
  color:#4E5B6F !important;
  margin-right:8px;
}
.tui-pagination .tui-first {
  border: none;
}

/* 페이징처리 css */
.tui-pagination .tui-first, .tui-pagination .tui-prev,  .tui-pagination .tui-next, .tui-pagination .tui-prev , .tui-page-btn{border:0 !important;}
.tui-pagination .tui-next-is-ellip,
.tui-pagination .tui-next-is-ellip .tui-ico-ellip,
.tui-pagination .tui-prev-is-ellip,
.tui-pagination .tui-prev-is-ellip .tui-ico-ellip {
  display: none !important;
}

.tui-pagination .tui-first-child.tui-is-selected, .tui-pagination .tui-is-selected, .tui-pagination strong, .tui-pagination .tui-page-btn:hover {
    border: 1px solid #bbcbdf !important;
    background-color: #f3f6fb !important;
    color: #006bed !important;
    transition: border .3s, color .3s;
    border-radius: 5px;
}
/********** 파일첨부 모달 페이징처리 ED **********/

/*현장명hover시 전체 현장명 나오는 레이어*/
.cnst-modal {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 8px;
  padding: 16px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  min-width: 220px;
  font-size: 15px;
  color: #222;
}




/********************************************************************************************************************************************/
@media screen and (max-width: 1920px) {
    #header { padding: 0 5%; }
    #header .header-wrap { width: 1440px; }
    .con-area { width: 1440px; max-width: 94%; }
}
@media screen and (min-width: 1921px) {
    #header { padding: 0 5%; }
    #header .header-wrap { width: 100%; }
    .con-area { width: 90%;max-width: 90%; }
    .veiw--con-area { width: 1440px !important; max-width: 94% !important; }
}
@media screen and (max-width: 1500px) {
    .con-area { padding: 0 15px; }
}
@media screen and (max-width: 1440px) {
    #header {
        padding: 0 30px;
        width: 1440px;
        position: absolute;
    }
    #header .header-wrap .menus #logo img {
    width:102.84px;
    height: 30px;
    }
}
