@charset "utf-8";
/*@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);*/
:root {
  --main-color: #2197d4;
  --sub-color: #363636;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
a,
option {
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
td,
input,
textarea,
button,
a,
option {
  font-weight: normal;
}
input.input_normal[type="text"] {
  width: 100px;
}
input.input_small[type="text"] {
  /* width: 70px; */
    width: 100px;
}
input.input_medium[type="text"] {
  width: 150px;
}
/* CSS Document basic*/
body {
  position: relative;
}
#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  clear: both;
  /* min-width: 1400px; */
  min-width: 1680px;
  overflow-x: clip;
  background-color: #fff;
}

.common_select {
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  padding: 12px 16px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 36px;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M10 12.2L6.33 8.54h7.34L10 12.2z' fill='%236B7280'/></svg>");

  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}

#wrap_top {
  width: 100%;
  height: 77px!important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #E5E7EB;
}
#wrap_top .wrap_top_head {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 35px;
  overflow: hidden;
  padding-top: 5px;
  position: relative;
}
#wrap_top .wrap_head_small_menu {
  float: right;
  width: auto;
  height: auto;
}
#wrap_top .wrap_head_small_menu li {
  float: left;
  margin-left: 10px;
}
#wrap_top .wrap_head_small_menu li a {
  color: #999 !important;
}
#wrap_top .wrap_head_small_menu li a:hover {
  color: #0F766E !important;
}
#wrap_top .wrap_head_bookmark {
  float: left;
  width: auto;
  height: auto;
}
#wrap_top .top_logo {
  width: 221.99px;
  height: auto;
}
#wrap_top_menu {
  position: relative;
  float: left;
  width: 100%;
  height: 52px;
  /* border-top: 1px solid #72d0f4; */
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

#wrap_top .wrap_top_menu{
  /* 서브메뉴(.wrap_top_sub_menu)와 동일하게 뷰포트 중앙 절대배치 — 정렬 매칭 + 좌우 영역 줄바꿈 방지 */
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}

#wrap_top .wrap_top_menu ul{
  display: flex;
  justify-content: center;   /* 항목들을 중앙으로 모음 */
  align-items: stretch;      /* li 가 메뉴 높이를 꽉 채우도록 */
  gap: 16px;                 /* 항목 간 간격 16px */
}

#wrap_top .wrap_top_menu ul li.menu_item{
  width: 120px;              /* 서브메뉴 컬럼(width:120px)과 동일 폭 → 컬럼 정렬 매칭 */
  display: flex;             /* 내부 a 가 꽉 채울 수 있도록 */
}

#wrap_top .wrap_top_menu ul li a {
  font-family: Pretendard;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #374151;
  white-space: nowrap;
  /* menu_item(li) 영역을 꽉 채움 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: color 0.15s ease;
}
#wrap_top .wrap_top_menu ul li a:hover { color: #0F766E; }

#wrap_top .wrap_top_menu ul li a.on {
  color: #005DFE;
}

#wrap_top .wrap_top_menu ul li.active a {
  color: #005dfe;
}

/* 하위메뉴: 상단 메뉴와 동일하게 800px space-between 으로 정렬 */
/* #wrap .wrap_top_sub_menu{
  position: absolute;
  top: 77px;
  left: 50%;                  
  transform: translateX(-50%);
  z-index: 10;
  width: 800px;               
  height: 174px;
  padding: 24px 0 32px 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;  
  gap: 0;
  text-align: center;
  background: transparent;      
  transition: all 0.2s ease;
} */
 #wrap .wrap_top_sub_menu{
  position: absolute;
  top: 77px;
  left: 50%;                  
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;               
  height: 174px;
  padding: 24px 0 32px 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;  
  gap: 30px;
  text-align: center;
  background: #fff;      
  transition: all 0.2s ease;
}
/* 서브메뉴 hover 노출 (JS 보조 — CSS 만으로도 확실히 표시) */
#wrap_top .wrap_top_menu:hover ~ .wrap_top_sub_menu,
#wrap .wrap_top_sub_menu:hover { display: flex !important; }
/* #wrap .wrap_top_sub_menu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;               
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
  z-index: -1;
} */

#wrap .wrap_top_sub_menu ul{
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  /* 절대배치 제거 — 인라인 left:px 대신 flex 흐름으로 상단 메뉴와 동일하게 정렬 */
}

#wrap .wrap_top_sub_menu a {
  font-family: Pretendard;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #374151;
  white-space: nowrap;
}

#wrap .wrap_top_sub_menu a:hover{
  color: #7F8694;
}

#wrap .wrap_top_sub_menu a.on{
  color: #005DFE;
}

#wrap_top .head_comm_btn {
  width: 109px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  gap: 8px;
}
#wrap_top .head_comm_btn a {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 14px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
}
#wrap_top_menu div.menubox {
  width: 1100px;
  height: 52px;
  margin: 0 auto;
}
#wrap_top_menu div.menubox li {
  float: left;
  width: 16.666667%;
  display: inline-block;
  height: 50px;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap_top_menu div.menubox li > a {
  height: 35px;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 35px;
  font-size: 17px;
  color: #333;
  display: block;
  font-weight: normal;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
#wrap_top_menu div.menubox li:first-child > a {
  border-left: 1px solid #eee;
}
#wrap_top_menu div.menubox li:last-child > a {
  border-right: 1px solid #eee;
  margin-right: -2px !important;
}
#wrap_top_menu div.menubox li > a:hover {
  text-decoration: none;
  color: #2197d4 !important;
}
#wrap_top_menu div.menubox li.on > a {
  color: #2197d4 !important;
}
#topsub {
  width: 100%;
  position: absolute;
  top: 53px;
  height: 110px;
  overflow: hidden;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
#topsub .subbox {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#topsub .wrap_sub {
  width: 16.666667%;
  float: left;
  height: 110px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
#topsub .wrap_sub:last-child {
  border: none;
}
#topsub .wrap_sub ul {
}
#topsub .wrap_sub li {
  float: left;
  width: 100%;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
#topsub .wrap_sub a {
  font-size: 12px;
}
#topsub .wrap_sub a:visited {
  color: #333;
}
#topsub .wrap_sub a:hover {
  color: #fff !important;
  text-decoration: none;
}
#topsub .wrap_sub a:hover li {
  background-color: #2197d4;
}

#wrap_body {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 800px;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

#wrap_body_content {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
  transition: all 0.3s ease;
}

#body_layout {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
}

#main_menu {
  width: 64px;
  flex-shrink: 0;
  background-color: #00224E;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
  transition: width 0.3s ease;
  z-index: 100;
}

#main_menu.active {
  width: 280px;
}

#main_menu .main_menu_active,
#main_menu .main_menu_none {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}
#main_menu .main_menu_active::-webkit-scrollbar,
#main_menu .main_menu_none::-webkit-scrollbar {
  display: none;
}

#main_menu .main_menu_active.active{
  display: block;
  transition: all 0.3s ease;
}

#main_menu .main_menu_active{
  display: none;
  transition: all 0.3s ease;
}

#main_menu .main_menu_none{
  display: none;
  transition: all 0.3s ease;
}

#main_menu .main_menu_none.active{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 12px 12px 12px;
  transition: all 0.3s ease;

}

#main_menu .remote_support.active{
  display: flex;
}



#main_menu .menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* gap: 12px; */
  align-items: center;
  height: 52px;
  padding: 0 20px;
}

#main_menu .menu .arrow{
  cursor: pointer;
  transition: transform .25s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}

#main_menu .icon_wrap a {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

#main_menu .menu a p {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

#main_menu .menu img{
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#main_menu .sub_menu {
  display: none;
  /* display: flex; */
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 20px 44px;
  transition: all 0.3s ease;
}

#main_menu .sub_menu.active {
  /* display: none; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 20px 44px;
  transition: all 0.3s ease;
}

#main_menu .sub_menu a {
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

#main_menu .remote_support {
  display: none;
  flex-shrink: 0;
  margin: 0 20px 20px 20px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border: 1px solid #6B7280;
  padding: 24px 20px;
  border-radius: 6px;
  background-color: #00224E;
  transition: all 0.3s ease;
}

#main_menu .remote_support h1 {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

#main_menu .remote_support span {
  color: #fff;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

#main_menu .remote_support button {
  width: 100%;
  padding: 12px 20px 12px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff!important;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

#loading {
  display: none;
}

#wrap_foot {
  min-width: 1680px;
  width: 100%;
  position: relative;
  border-top: 1px solid #E5E7EB;
  height: auto;
  background-color: #fff;
}
#wrap_foot .wrap_foot_head li {
  float: left;
  margin-right: 15px;
}
#wrap_foot .wrap_foot_head li a {
  font-family: Pretendard;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
#wrap_foot .wrap_foot_body_inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 40px;
  justify-content: space-between;
  background: #172B46;
}
#wrap_foot .wrap_foot_body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
#wrap_foot .foot_logo {
  color: #fff !important;
  font-size: 25px;
  text-align: left;
  width: auto;
}

#wrap_foot .foot_copy li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    color:  #fff;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
/* #wrap_foot .foot_copy li:after {
  content: "/";
  padding-left: 5px;
} */
#wrap_foot .foot_copy li:last-child:after {
  content: "";
  padding-left: 0;
}
#wrap_foot .foot_copy a {
  color: #ffffff !important;
}
#wrap_foot .foot_copy p {
  float: left !important;
}

i.material-icons {
  vertical-align: middle;
  font-size: 16px !important;
  line-height: 16px !important;
}

.line_l {
  border-left: 1px solid #ddd;
}
.line_r {
  border-right: 1px solid #ddd;
}

/* 내비게이션 (breadcrumb) */
#wrap_navi {
  width: 100%;
  background-color: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
}
#wrap_navi .wrap_navi_body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#wrap_navi .wrap_navi_body li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  color: #6B7280;
}
#wrap_navi .wrap_navi_body li a,
#wrap_navi .wrap_navi_body li span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  color: #6B7280;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.15s ease, background 0.15s ease;
}
#wrap_navi .wrap_navi_body li a:hover {
  color: #00224E;
  background: #F3F4F6;
  text-decoration: none;
}
#wrap_navi .wrap_navi_body li a:visited {
  color: #6B7280;
  text-decoration: none;
}
#wrap_navi .wrap_navi_body li:last-child > a,
#wrap_navi .wrap_navi_body li:last-child > span {
  color: #111827;
  font-weight: 600;
}
#wrap_navi .wrap_navi_body li a > i {
  font-size: 13px;
  vertical-align: middle;
}
#wrap_navi .wrap_navi_body li + li:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  color: #9CA3AF;
  margin: 0 4px;
}
#wrap_navi .wrap_navi_body li::after {
  display: none;
}

/* main_menu가 대체하므로 좌측 메뉴 숨김 */
#wrap_left_menu,
#wrap_body_content > .box_body_left,
#wrap_body_content > .f_l.grid_20 { display: none !important; }

/* 우측 컨텐츠가 메인 영역으로 전체폭 차지 */
#box_body_main {
  float: none;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
#wrap_body_content > .f_r.grid_75,
#wrap_body_content > .box_body_center {
  float: none;
  width: 100%;
}

/* 고객지원 왼쪽메뉴 (구버전 — 더 이상 사용 안 함) */
#wrap_left_menu {
  width: 95%;
  height: auto;
  clear: both;
  float: left;
}
#wrap_left_menu .left_menu_title {
  text-align: left;
  border-bottom: none;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 5px;
  height: auto;
}
#wrap_left_menu .left_menu_title > span {
  font-weight: 500;
  color: #000;
  display: block;
  font-size: 2em;
}
#wrap_left_menu ul {
  width: 100%;
  height: auto;
  float: left;
}
#wrap_left_menu li {
  float: left;
  width: 100%;
  height: 38px;
  display: block;
  position: relative;
  margin-bottom: 2px;
}
#wrap_left_menu li a {
  width: 100%;
  height: auto;
  line-height: 38px;
  display: inline-block;
  position: absolute;
  left: 20px;
}
#wrap_left_menu li a:hover {
  text-decoration: none;
}
#wrap_left_menu li a:visited {
  color: #333 !important;
}
#wrap_left_menu li:hover,
#wrap_left_menu li.on {
  background-color: #2197d4;
}
#wrap_left_menu li:hover a,
#wrap_left_menu li.on a {
  color: #fff !important;
}

/* 페이징 */
.paginate1 {
  padding: 15px 0;
  text-align: center;
  display: none;
}
.paginate1 * {
  margin: 0;
  padding: 0;
}
.paginate1 a,
.paginate1 strong {
  _position: relative;
  margin-left: -1px;
  font-weight: bold;
  display: inline-block;
  margin: 0 3px;
  color: #313031;
  text-decoration: none;
  line-height: normal;
  font: bold 12px 돋움, Dotum, 굴림, Gulim, AppleGothic, Sans-serif;
  background: #f7f7f7;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.paginate1 strong {
  color: #fff !important;
  background-color: #2197d4;
}
.paginate1 a:hover {
  background: rgba(0, 105, 153, 0.19);
}
.paginate1 a.pre {
  padding: 0 10px;
  border: none;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #666;
  height: 28px;
  line-height: 28px;
  width: 45px;
}
.paginate1 a.pre_end {
  padding: 0 10px;
  border: none;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #666;
  height: 27px;
  line-height: 28px;
}
.paginate1 a.next {
  padding: 0 10px;
  border: none;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #666;
  height: 27px;
  line-height: 28px;
  width: 45px;
}
.paginate1 a.next_end {
  padding: 0 10px;
  border: none;
  font-weight: normal;
  width: 40px;
  background-color: #fff;
  border: 1px solid #666;
  height: 28px;
  line-height: 28px;
}
.paginate1.loaded {
  display: block;
}
.paginate1.only-one {
  display: block;
}
.paginate1.no-result {
  display: none;
}

/* 입찰정보 리스트 */
table.s_table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-width: 1px 0 0 1px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.s_table caption {
  margin: 0 0 1em;
  text-align: left;
}
table.s_table th,
table.s_table td {
  padding: 0.5em 0.75em;
  border: 1px solid #e2e2e2;
  border-width: 0 1px 1px 0;
  text-align: left;
  word-break: break-all;
  background-color: #ffffff;
}
table.s_table th {
  background: #fff;
  border-right: none;
  color: #797979 !important;
}
table.s_table tr.on td {
  background: #fff;
}
table.s_table tr.\blue td {
  background-color: #fdf9f9;
}
table.s_table tr.bg_red td {
  background-color: #fdf9f9;
}
table.s_table tr.bg_gray td {
  background-color: #f4f4f4;
}
table.s_table tr.bg_orange td {
  background-color: #fffbf4;
}
table.s_table tr.bg_green td {
  background-color: #f8fff9;
}
table.s_table tr.bg_ivory td {
  background-color: #fffcf0;
}
table.s_table tr.bg_yellow td {
  background-color: #fffff0;
}

/* sky_btn - 모던 솔리드 버튼 */
.sky_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  background-color: #0EA5E9;
  border: 1px solid #0EA5E9;
  border-radius: 6px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.15s ease;
}
.sky_btn:hover {
  background-color: #0284C7;
  border-color: #0284C7;
  color: #fff !important;
  text-decoration: none !important;
}
.sky_btn.small {
  padding: 5px 10px;
  font-size: 12px;
}
.sky_btn.gray {
  color: #374151 !important;
  background-color: #F3F4F6;
  border-color: #D1D5DB;
}
.sky_btn.gray:hover {
  background-color: #E5E7EB;
  border-color: #9CA3AF;
  color: #111827 !important;
}
.sky_btn.black {
  background-color: #1F2937;
  border-color: #1F2937;
}
.sky_btn.black:hover {
  background-color: #111827;
  border-color: #111827;
}
.sky_btn.red {
  background-color: #DC2626;
  border-color: #DC2626;
}
.sky_btn.red:hover {
  background-color: #B91C1C;
  border-color: #B91C1C;
}
.sky_btn.green {
  background-color: #16A34A;
  border-color: #16A34A;
}
.sky_btn.green:hover {
  background-color: #15803D;
  border-color: #15803D;
}
.sky_btn.navy {
  background-color: #00224E;
  border-color: #00224E;
}
.sky_btn.navy:hover {
  background-color: #001535;
  border-color: #001535;
}

.hnc_btn {
  background-color: #2197d4;
  text-align: center;
  height: auto;
  color: #fff;
  text-decoration: none;
}
.hnc_btn.small {
  font-size: 12px;
  padding: 3.5px 6px;
}
.hnc_btn.gray {
  background-color: #f6f6f6;
  color: #373737;
}
.hnc_btn.black {
  background-color: #343434;
  color: #fff;
}
.hnc_btn.red {
  background-color: #d20000;
  color: #fff;
}
.hnc_btn.green {
  background-color: #00a104;
  color: #fff;
}
.hnc_btn.navy {
  background-color: #005081;
  color: #fff;
}

/* 모던 버튼 (.button 자체가 시각 컨테이너) */
.button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
  padding: 8px 14px;
  margin-right: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #374151;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.button:hover {
  background-color: #F3F4F6;
  border-color: #9CA3AF;
  color: #111827;
}
.button a,
.button button,
.button input {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit !important;
  background: transparent;
  border: 0;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
}

/* Button Size */
.button.small { padding: 5px 10px; font-size: 12px; }
.button.normal { padding: 8px 14px; font-size: 13px; }
.button.large { padding: 10px 18px; font-size: 14px; }
.button.xLarge { padding: 14px 24px; font-size: 16px; font-weight: 600; }

/* Button Color: green */
.button.green {
  color: #fff;
  background-color: #16A34A;
  border-color: #16A34A;
}
.button.green:hover {
  background-color: #15803D;
  border-color: #15803D;
  color: #fff;
}

/* Button Color: red */
.button.red {
  color: #fff;
  background-color: #DC2626;
  border-color: #DC2626;
}
.button.red:hover {
  background-color: #B91C1C;
  border-color: #B91C1C;
  color: #fff;
}

/* Button Color: blue */
.button.blue {
  color: #fff;
  background-color: #2563EB;
  border-color: #2563EB;
}
.button.blue:hover {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  color: #fff;
}

/* Button Color: black (네이비) */
.button.black {
  color: #fff;
  background-color: #00224E;
  border-color: #00224E;
}
.button.black:hover {
  background-color: #001535;
  border-color: #001535;
  color: #fff;
}

/* ============================================================
   하단 우측 플로팅 그룹 (#btn_top_group) — 새로고침 + 맨위로
   ============================================================ */
#btn_top_group {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#btn_top_group > #btn_top,
#btn_top_group > #btn_refresh {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.10);
  color: #0F766E;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.15s ease;
}
#btn_top_group > #btn_top:hover,
#btn_top_group > #btn_refresh:hover {
  background: #0F766E;
  color: #fff !important;
  border-color: #0F766E;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 118, 110, 0.25);
}
#btn_top_group i { color: inherit; }

/* legacy 단독 #btn_top 호환 */
#btn_top {
  /* group 안에 있을 때 위 규칙이 적용됨; 외부 단독일 때만 fallback */
  text-decoration: none;
  color: inherit;
}

/* 리스트 버튼 */
.list_btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #374151;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  text-decoration: none !important;
  cursor: pointer;
  height: auto;
  transition: all 0.15s ease;
}
.list_btn:hover {
  background-color: #F3F4F6;
  border-color: #9CA3AF;
}
.list_btn.green i {
  color: #5da800;
}
.list_btn.yellow i {
  color: #e9b03e;
}
.list_btn.gray i {
  color: #565656;
}
.list_btn.blue i {
  color: #004084;
}
.list_btn.red i {
  color: #df0000;
}
.list_btn.purple i {
  color: #5b008c;
}

/* 입찰상세보기 오른쪽 메뉴 */
.views_in_box {
  width: 100%;
  margin: 15px 0;
}
.views_in_box img {
  width: 70px;
  margin-right: 10px;
}
.views_in_box span {
  font-size: 15px;
  font-weight: bold;
}
.views_in_box p {
  font-size: 13px;
  width: auto;
}

/* 팝업 타이틀바 */
.sub-title.popup-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 14px 20px;
  background: #00224E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #001535;
}
.sub-title.popup-title > span {
  flex: 1;
  color: #fff;
}
.sub-title.popup-title .popup-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none !important;
  transition: background 0.15s ease;
}
.sub-title.popup-title .popup-close:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* 맞춤정보그룹 탭 */
#box_tabs {
  margin: 18px 0 0;
  padding: 0 20px;
}
#box_tabs .tab_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border-bottom: 2px solid #00224E;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
#box_tabs .tab_bar > li {
  margin: 0;
  list-style: none;
}
#box_tabs .tab_bar > li > a {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #6B7280;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease;
}
#box_tabs .tab_bar > li > a:hover {
  background: #F3F4F6;
  color: #111827;
  text-decoration: none;
}
#box_tabs .tab_bar > li.tc-selected > a {
  background: #00224E;
  border-color: #00224E;
  color: #fff;
  font-weight: 600;
}
#box_tabs .tab_bar > li#new_tab > a:before {
  content: "+";
  margin-right: 4px;
  font-weight: 700;
}
.box_tabs_content {
  padding: 0 20px;
}

/* 팝업 하단 버튼 영역 */
.popup-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding: 18px 20px 24px;
  background: #F9FAFB;
  border-top: 1px solid #E5E7EB;
}
.popup-footer .d_btn {
  min-width: 120px;
}

/* 맞춤정보설정 tbl_set */

.tbl_set {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.tbl_set th {
  width: 130px;
  padding: 10px 14px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  color: #374151 !important;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  letter-spacing: -0.01em;
}
.tbl_set td {
  padding: 10px 14px;
  background-color: #fff;
  border-bottom: 1px solid #E5E7EB;
  font-size: 13px;
  color: #1F2937;
  vertical-align: middle;
}
.tbl_set tr:last-child th,
.tbl_set tr:last-child td { border-bottom: none; }
.tbl_set th:last-child { border-right: none; }

.tbl_set input[type="text"].d_form,
.tbl_set select.d_form {
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  background: #fff;
  color: #1F2937;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  vertical-align: middle;
}
.tbl_set input[type="text"].d_form:focus,
.tbl_set select.d_form:focus {
  outline: none;
  border-color: #00224E;
  box-shadow: 0 0 0 2px rgba(0, 34, 78, 0.12);
}
.tbl_set input[type="text"].d_form.input_small { width: 80px; }
.tbl_set td label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 14px;
  padding: 4px 0;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
}
.tbl_set td label input[type="checkbox"].d_form,
.tbl_set td label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  accent-color: #00224E;
}
.tbl_set td .d_btn {
  margin-left: 6px;
}

/* 맞춤정보설정 카테고리/지역 선택 */
.tbl_set #sel_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.tbl_set #sel_cate:empty:before {
  content: "선택된 업종이 없습니다.";
  color: #9CA3AF;
  font-size: 13px;
  padding: 4px 0;
}
.tbl_set #cate1, .tbl_set #cate2, .tbl_set #cate3,
.tbl_set #areacate1, .tbl_set #areacate2, .tbl_set #selarea {
  height: 180px;
  margin: 0;
  padding: 4px 0;
  border-right: 1px solid #E5E7EB;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
}
.tbl_set #cate3, .tbl_set #selarea { border-right: none; background: #F9FAFB; }
.tbl_set #cate1 li, .tbl_set #cate2 li, .tbl_set #cate3 li,
.tbl_set #areacate1 li, .tbl_set #areacate2 li, .tbl_set #selarea li {
  margin: 0;
  padding: 0;
}
.tbl_set #cate1 li a, .tbl_set #cate2 li a, .tbl_set #cate3 li a,
.tbl_set #areacate1 li a, .tbl_set #areacate2 li a, .tbl_set #selarea li a {
  display: block;
  padding: 6px 14px;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
}
.tbl_set #cate1 li a:hover, .tbl_set #cate1 li.on a,
.tbl_set #cate2 li a:hover, .tbl_set #cate2 li.on a,
.tbl_set #cate3 li a:hover, .tbl_set #cate3 li.on a,
.tbl_set #areacate1 li a:hover, .tbl_set #areacate1 li.on a,
.tbl_set #areacate2 li a:hover, .tbl_set #areacate2 li.on a,
.tbl_set #selarea li a:hover {
  background-color: #00224E;
  color: #fff;
  text-decoration: none;
}

/* 메모 */
.memoOn {
  width: 40px;
  background: url(/skin/v1.0/image/icon/icon_memo1.gif) no-repeat 0px -0px;
  display: inline-block;
  color: #555;
}
.memoOff {
  width: 40px;
  background: url(/skin/v1.0/image/icon/icon_memo1.gif) no-repeat 0px -40px;
  display: inline-block;
  color: #555;
}
.memoOff a,
.memoOn a {
  display: block;
  color: #555;
}
.memoOff a:hover,
.memoOn a:hover {
  text-decoration: none;
  color: #555;
}

.d_table td > .bid_bidname {
  font-size: 14px;
}

/*basic table design*/
.tbl_normal {
  border-top: 2px solid #0F766E;
}
.tbl_normal th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #f2f2f2;
  padding: 3px;
  color: #666 !important;
  font-weight: normal;
}
.tbl_normal td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 3px;
}
.tbl_normal th:first-child {
  border-left: 1px solid #ddd;
}
.tbl_normal td:first-child {
  border-left: 1px solid #ddd;
}

.combo .type_search {
  margin-left: -1px !important;
}

.bid_bidname > a {
  font-size: 14px !important;
}
.bid_bidname .cancel {
  text-decoration: line-through;
}

.d_wrap_bid_right {
  position: relative;
}

.tabbar_bid {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px 12px;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 2px solid #00224E;
}
.tabbar_bid ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
}
.tabbar_bid ul li {
  margin: 0;
  display: inline-flex;
  position: relative;
}
.tabbar_bid ul li:first-child {
  margin-left: 0;
}
.tabbar_bid li.tc-selected {
  border: none;
  box-shadow: none;
}
.tabbar_bid li.tc-selected:before,
.tabbar_bid li.tc-selected:after {
  display: none;
}
.tabbar_bid a {
  display: inline-flex;
  align-items: center;
  padding: 9px 22px;
  color: #6B7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.tabbar_bid a:hover {
  color: #111827;
  background: #F3F4F6;
  text-decoration: none;
}
.tabbar_bid li.tc-selected a {
  color: #fff;
  background: #00224E;
  border-color: #00224E;
  font-weight: 600;
}
.tabbar_bid span {
  display: inline-flex;
  align-items: center;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: 500;
  color: #6B7280;
  white-space: nowrap;
}

/* 리스트 요약(총 건수 + 우측 액션 버튼) */
#tbl_list_summary {
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 12px;
  padding: 0;
}
#tbl_list_summary .info {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}
#tbl_list_summary .box_list_btns {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

#box_search form {
  margin-top: 1.4em;
}
.material-icons {
  margin-top: -2px !important;
}

#tbl_plan_month th {
  max-width: 80px;
  min-width: 60px;
  text-align: center;
  color: #999;
}
#tbl_plan_month td {
  text-align: center;
}
#tbl_plan_month td.today {
  /* 오늘 컬럼: 파란 GIF 줄무늬 → teal 대각선 줄무늬 (CSS) */
  background: repeating-linear-gradient(-45deg, rgba(20,184,166,0.12) 0, rgba(20,184,166,0.12) 4px, transparent 4px, transparent 9px);
}
#tbl_plan_month th.today {
  background: #F0FDFA;
}
#tbl_plan_month td.num:hover {
  background-color: #F0FDFA;
  color: #0F766E !important;
  background-image: none;
}
#tbl_plan_month td.num.selected {
  background-color: #0F766E;
  color: #fff !important;
  background-image: none;
}

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  font-size: 11px;
  max-width: 200px;
}
#tooltip:after /* triangle decoration */ {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  font-size: 11px;
  font-family: "Nanum Gothic";
}
.tooltip:after /* triangle decoration */ {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
.tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
.tooltip.left:after {
  left: 10px;
  margin: 0;
}
.tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.ico_jps {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url(/skin/v1.0/image/icon/ico_jps_180202.png?ver=1.0) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  text-indent: -9999px;
}
.ico_arrow {
  display: inline-block;
  width: 12px;
  height: 21px;
  margin: 4px 0 0 15px;
  background-position: 0 -1150px;
  vertical-align: top;
}
.ico_arrow_dot {
  display: inline-block;
  width: 12px;
  height: 17px;
  margin: 4px 0 0 10px;
  background-position: 0 -1090px;
  vertical-align: top;
  overflow: hidden;
}
.ico_hwp {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  background-position: 0 -2079px;
  vertical-align: top;
}
.ico_doc {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  background-position: 0 -2165px;
  vertical-align: top;
}
.ico_excel {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  background-position: 0 -2148px;
  vertical-align: top;
}
.ico_pdf {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  background-position: 0 -2132px;
  vertical-align: top;
}
.ico_ppt {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  background-position: 0 -2113px;
  vertical-align: top;
}
.ico_hun {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0px;
  background-position: 0 -2095px;
  vertical-align: top;
}

#quickmenu {
  width: 100px;
  height: 300px;
  background-color: #efefef;
}

/* #quickmenu 가 노출되면 #box_body_main 우측에 공간 확보 */
#wrap_body_content:has(#quickmenu) #box_body_main,
#wrap_body_content:has(.box_body_right) #box_body_main {
  padding-right: 90px;
  box-sizing: border-box;
}
#box_body_content .box_list_bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  margin-top: 15px;
  padding: 12px 0 20px;
  border-top: 1px solid #E5E7EB;
}
#box_body_content .box_list_bottom .icon_flag_img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#box_body_content .box_list_bottom .icon_flag_img > li {
  display: inline-flex;
  align-items: center;
}
#box_body_content .box_list_bottom .icon_flag_img > li img {
  vertical-align: middle;
}
#box_body_content .box_list_bottom .box_list_btns {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* Button Text Strong */
.button.strong * {
  font-weight: 600 !important;
}
.BallonLayer {
  position: absolute;
  border: 1px solid #000;
  background-color: #eee;
  display: none;
  margin-top: 5px;
  width: 120px;
  height: 100px;
  overflow: auto;
}
/* .icons - FontAwesome 기반 */
.button .icons,
.button.large .icons {
  margin: 0;
  float: none;
  position: static;
}
.icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
  flex-shrink: 0;
}
.icons:before { display: inline-block; }
.icons.confirm:before  { content: "\f00c"; }    /* check */
.icons.chk:before      { content: "\f00c"; }    /* check */
.icons.delete:before   { content: "\f1f8"; }    /* trash */
.icons.print:before    { content: "\f02f"; }    /* print */
.icons.table:before    { content: "\f0ce"; }    /* table */
.icons.cal:before      { content: "\f133"; }    /* calendar */
.icons.excel:before    { content: "\f1c3"; color: #16A34A; }  /* file-excel */
.icons.search:before   { content: "\f002"; }    /* magnifying-glass */
.icons.document:before { content: "\f15b"; }    /* file */
.icons.list:before     { content: "\f03a"; }    /* list */
.icons.add:before      { content: "\f067"; }    /* plus */
.icons.top:before      { content: "\f062"; }    /* arrow-up */
.icons.graph:before    { content: "\f201"; }    /* chart-line */

.lavel_money {
  background-color: #00529a;
  color: #fff;
  font-size: 12px;
  padding: 2px;
}

@media screen and (max-width: 1100px) {
  .view_large {
    display: none;
  }
}

.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.day_color {
  background-color: #bfe9fc !important;
}
.table_hidden th,
.table_hidden td {
  border: none !important;
}
.ln19 {
  line-height: 19px;
}
.ln20 {
  line-height: 20px;
}

.page_title h2 span {
  color: #3498db;
}

