@charset "utf-8";

/* common */

/*검색 input */
.search_wrap{width: 26rem; border: 1px solid #C2CEDB;background-color: #FFF;}
.search_wrap input{ border: none; width: 20rem; height: 3rem;}
.search_wrap input[type="text"]{border:0;}
.search_wrap button{padding: .3rem .5rem; font-size: 1.5rem; top: .4rem; right: .8rem;}

/* 너비 */
.wd-48{ width: 4.8rem; }
.wd-96{ width: 9.6rem; }
.wd-120{ width: 12rem; }
.wd-160{ width: 16rem; }
.wd-400{ width: 40rem; }
.wd-500{ width: 53rem; }
.wd-680{ width: 68rem; }
.wd-912{ width: 91.2rem; }
.wd-harp{ width: 49.8%; }

/* 텍스트 입력 시작 */
.ime-eng {ime-mode:inactive;}
.ime-kor {ime-mode:active;}

/* table */
table.bidtable{
  width: 100%;
  min-width: 1120px;
  table-layout: fixed;
  border-top: 2px solid #3C4858;
  border-left: 1px solid #C2CEDB;
  margin-bottom: .8rem;
}
table.bidtable tr th{
  background-color: #f4f4f4;
  border-bottom: 1px solid #C2CEDB;
  border-right: 1px solid #C2CEDB;
  height: 4rem;
  line-height: 1.6rem;
  padding: 0 0.8rem;
  font-family: '돋움';
  font-weight: bold;
}
table.bidtable tr td{
  border-bottom: 1px solid #C2CEDB;
  border-right: 1px solid #C2CEDB;
  text-align: center;
  line-height: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem 1rem;
  font-family: '돋움';
}
table.bidtable tr td button.btn_delete{
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: .8rem;
}
table.bidtable tr th button.a_right,
table.bidtable tr td button.a_right,
table.bidtable tr th label.a_right,
table.bidtable tr td label.a_right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .8rem;
}
table.bidtable_harp{
  min-width: auto;
}

table.notice{
  width: 100%;
  min-width: 1120px;
  table-layout: fixed;
  border-top: 2px solid #3C4858;
  /* border-left: 1px solid #C2CEDB; */
  margin-bottom: .8rem;
}
table.notice tr th{
  background-color: #f4f4f4;
  border-bottom: 1px solid #C2CEDB;
  /* border-right: 1px solid #C2CEDB; */
  height: 4rem;
  line-height: 1.6rem;
  padding: 0 0.8rem;
}
table.notice tr td{
  border-bottom: 1px solid #C2CEDB;
  /* border-right: 1px solid #C2CEDB; */
  text-align: center;
  line-height: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem 1rem;
}
table.notice tr td button.btn_delete{
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: .8rem;
}
table.notice tr th button.a_right,
table.notice tr td button.a_right,
table.notice tr th label.a_right,
table.notice tr td label.a_right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .8rem;
}
/*#bidtech{
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 170px;
  background:#fff;
}
!* 사용자 페이지 header *!
#bidtech header{
  min-width: 120rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DBDBDB;
}
#bidtech header .top_hd{
  height: 3.2rem;
  background-color: #022270;
}
#bidtech header .top_hd span{
  color: #FFFFFF;
  line-height: 3.2rem;
  cursor: pointer;
}
#bidtech header .top_hd span > .logoutbox{
  top: 3.2rem;
  right: 0;
  width: 20.8rem;
  height: 12.8rem;
  background-color: #FFFFFF;
  z-index: 20;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  cursor: auto;
}
#bidtech header .top_hd span > .logoutbox > button{
  padding: 1rem;
  !* position: absolute; *!
  top: 0;
  right: 0;
}
#bidtech header .top_hd span > .logoutbox >  div{
  background-color: #F9F9F9;
  border: 1px solid #DDDDDD;
  width: 17.6rem;
  height: 6.4rem;
  margin: 2.8rem auto 0;
}
#bidtech header .top_hd span > .logoutbox >  div > p{
  color: #3C4858;
  line-height: 1.2;
  !* line-height: 14px; *!
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding-top: .9rem;
}
#bidtech header .top_hd span > .logoutbox >  div > p > span{
  color: #3C4858;
  line-height: 1.25;
  cursor: auto;
  font-size: 1.3rem;
  font-weight: 500;
}
#bidtech header .top_hd span > .logoutbox ul{
  width: 12.6rem;
  margin: 0 auto;
}
#bidtech header .top_hd span > .logoutbox ul > li{
  float: left;
}
#bidtech header .top_hd span > .logoutbox ul > li a::after{
  content: '|';
  margin: 0 1.6rem;
  opacity: 0.4;
}
#bidtech header .top_hd span > .logoutbox ul > li:last-child a::after{
  display: none;
}
#bidtech header .bottom_hd{
  height: 6.5rem;
}
#bidtech header .logo{
  width: 26rem;
  height: 2.5rem;
}
#bidtech header .logo a{
  display: block;
  margin-top: 1.6rem;
}
#bidtech header .logo a img{
  width: 100%;
  height: 100%;
}
#bidtech header nav{
  background: #FFFFFF;
}
#bidtech header nav ul{
  width: 72rem;
}
#bidtech header nav ul li{
  float: left;
  width: 12rem;
  height: 6.4rem;
  position: relative;
}
#bidtech header nav ul li a{
  height: 65px;
  display: block;
  line-height: 6.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
}
#bidtech header nav ul li a::before{
  content: ' ';
  width: 0;
  height: .5rem;
  background-color: #022270;
  border-radius: 3px 3px 0 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transition: all 0.5s ease;
  opacity: 0;
}
#bidtech header nav ul li a:hover,#bidtech header nav ul li.on a{
  color: #022270;
}
#bidtech header nav ul li a:hover::before,#bidtech header nav ul li.on a::before{
  opacity: 1;
  margin-left: -50%;
  width: 100%;
}*/
/* #bidtech header nav ul>li>ul.sub_gnb{
  z-index: 10;
  width: 100%;
  position: absolute;
}
#bidtech header nav ul>li>ul.sub_gnb li{
  width: 100%;
  float: none;
  display: inline;
}
#bidtech header nav ul>li>ul.sub_gnb li a{
  display: block;
  background: rgba(39,108,167,.7);
  color: #FFF;
  font-weight: 400;
}
#bidtech header nav ul>li>ul.sub_gnb li a:hover{
  color: #52FF00;
} */

/* 사용자 페이지 footer */
.footer{
  height: 120px;
  width: 100%;
  padding-top: 50px;
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  border-top:1px solid #CAD4DF;
  background: #fff;
}
.footer .container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .container p span{
  font-weight: 700;
}
.footer .container a{
  float: left;
  margin-top: -11px;
}
 .footer .container p{
  float: left;
  padding-left: 36px;
  margin-top: -21px;
}
.footer .container button{
  background-color: #eeeeee;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 26px;
  padding: 0 6px;
}
.footer .container button.btn_01{
  position: absolute;
  bottom: -40px;
  right: 101px;
}
.footer .container button.btn_02{
  position: absolute;
  bottom: -40px;
  right: 32px;
}

/* 관리자 페이지 header */
#bidtech_management header{
  min-width: 1200px;
}
#bidtech_management header .top_hd{
  height: 6.4rem;
}
#bidtech_management header .top_hd .logo{
  width: 16.5rem;
  height: 2.5rem;
}
#bidtech_management header .top_hd .logo a{
  display: block;
  margin-top: 1.8rem;
}
#bidtech_management header .top_hd .logo a img{
  width: 100%;
  height: 100%;
}
#bidtech_management header .top_hd button{
  margin-top: 1.6rem;
}
#bidtech_management header .gnb{
  background: #022270;
}
#bidtech_management header .gnb ul{
  display: table;
  table-layout: auto;
}
#bidtech_management header .gnb ul li{
  display: table-cell;
  width: 14.2857%;
  height: 4.8rem;
  position: relative;
}
#bidtech_management header .gnb ul li a{
  display: block;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
#bidtech_management header .gnb ul li a:hover{
  background-color: #2575BC;
}
#bidtech_management header .gnb ul>li>ul.sub_gnb{
  z-index: 10;
  width: 100%;
  position: absolute;
}
#bidtech_management header .gnb ul>li>ul.sub_gnb li{
  width: 100%;
  float: none;
  display: inline;
}
#bidtech_management header .gnb ul>li>ul.sub_gnb li a{
  display: block;
  background: rgba(39,108,167,.7);
  color: #FFF;
  font-weight: 400;
}
#bidtech_management header .gnb ul>li>ul.sub_gnb li a:hover{
  color: #52FF00;
}
/* 메뉴탭형식 */
.tab_wrap{
  position: relative;
}
.tab_wrap ul{
  height: 3.2rem;
  border-bottom: 1px solid #CAD4DF;
  margin-bottom: 2.4rem;
}
.tab_wrap ul > li{
  float: left;
  display: block;
  min-width: 120px;
  margin-left: -1px;
}
.tab_wrap ul > li:first-child{
  margin-left:0;
}
.tab_wrap ul > li > a{
  background-color: #F9F9F9;
  border: 1px solid #CAD4DF;
  border-top: 3px solid #CAD4DF;
  padding: 0 1rem;
  line-height: 30px;
  display: block;
  height: 32px;
  text-align: center;
}
.tab_wrap ul > li > a:first-child{
  margin-left: 0;
}
.tab_wrap ul > li > a > span{
  background: red;
  border-radius: 50%;
  color: #fff;
  padding: 0 6px;
  font-size: 11px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}
.tab_wrap ul > li.active > a{
  background: #fff;
  border-top: 3px solid #022270;
  border-bottom-color: transparent;
  /* font-weight: bold; */
  color: #022270;
}
.tab_wrap button{
  position: absolute;
  top: 3px;
  right: 0;
}
/* 공고구분버튼 */
#bidtech .bid_label_wrap label,
#bidtech label.bid_label{
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.6px;
  color: #fff;
  padding: 0 2px;
  min-width: 16px;
  box-sizing: border-box;
  font-weight: 400;
}


button.btn_table{padding:.5rem .8rem .4rem;min-width: auto;}

/* 2024-12-27 조윤영 추가: 입찰컨설팅 > 기간설정 옵션이 늘어나면서 버튼의 width 축소 */
button.h_24_short{padding: .5rem .7rem; min-width: 4rem;font-size: 1.3rem;border-radius: 5px;letter-spacing: -0.6px;}
button.h_24{padding: .5rem .7rem; min-width: 5.2rem;font-size: 1.3rem;border-radius: 5px;letter-spacing: -0.6px;}
button.h_32{padding: .8rem; min-width: 7.2rem;font-size: 1.3rem;letter-spacing: -0.6px; height:3.2rem;}
button.h_48{height: 4.8rem;font-size: 1.4rem;letter-spacing: -0.6px;}
button.b_white{background: #fff;border: 1px solid #ddd;color: #3C4858;}
button.b_white:hover{border: 1px solid #ccc;color: #222;}
button.b_gray{background: #F9FAFC;border: 1px solid #C2CEDB;color: #3C4858;}
button.b_blue_gray{background: #e0e5f0;border: 1px solid #C2CEDB;color: #3C4858;}
button.b_navy{background: #022270;color: #fff;border: 1px solid #022270;}
button.bor_navy{background-color: #fff; border: 1px solid #022270;color: #022270;}
button.bor_navy:hover{background-color: #022270;color: #FFF;}
button.b_navy_1{background: #1461cf;color: #fff;border: 1px solid #1461cf;}
button.b_skyblue{background: #EBF1FF;border: 1px solid #ddd;color: #3C4858;}
button.b_skyblue:hover{border: 1px solid #ccc;color: #222;background-color: #E2EBFF;}
button.b_whiteblue{background: #F9FAFC;border: 1px solid #ddd;color: #3C4858;}
button.b_whiteblue:hover{border: 1px solid #ccc;color: #222;background-color: #E2EBFF;}
button.b_blue{background: #2575BC;color: #FFFFFF;border: 1px solid #2575BC;}
button.b_gray_b{background: #666;color: #FFFFFF;border: 1px solid #666;}
button.b_gray_b:hover{background: #7c7c7c;color: #FFFFFF;border: 1px solid #7c7c7c;}


input[type="text"]:disabled{
  background-color: #EFEFEF;
}
.none { display:none !important;}
.pointer { cursor:pointer; !important;}
.color_pointer { text-decoration: underline !important; }
.color_pointer:hover { cursor:pointer; color:#022270 !important;}

/* [2025.10.21][조윤영] 퍼블리싱 변경으로 삭제 */
/*!* 원격추가 *!*/
/*.remote::after {*/
/*  content: '|';*/
/*  margin: 0 0.8rem;*/
/*  font-size: 1.3rem;*/
/*}*/


.tooltip {
  position: relative;
  /*display: block;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px 0;
  position: absolute;
  z-index: 1;
  line-height: initial;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* 툴팁 기본 스타일 설정 끝 */

/* -------------------------- */



.tooltip .tooltip-left {
  top: -5px;
  right: 105%;
}

.tooltip .tooltip-left::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent black;
}

/* 왼쪽 툴팁 끝 */

/* 오른쪽 툴팁 시작 */

.tooltip .tooltip-right {
  top: -5px;
  left: 105%;
}

.tooltip .tooltip-right::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-color: transparent black transparent transparent;
}

/* 오른쪽 툴팁 끝 */

/* 위쪽 툴팁 시작 */

.tooltip .tooltip-top {
  width: 320px;
  bottom: 150%;
  left: 50%;
  margin-left: -170px;
  margin-bottom:-4px;
}

.tooltip .tooltip-top::after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: black transparent transparent transparent;
}

/* 아래쪽 툴팁 시작 */

.tooltip .tooltip-bottom {
  width: 150px;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}


.tooltip .tooltip-bottom::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: transparent transparent black transparent;
}

/* 아래쪽 툴팁 시작 */

