@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;
}
a:hover {
  text-decoration: none;
}
input.input_normal[type="text"] {
  width: 100px;
}
input.input_small[type="text"] {
  width: 70px;
}
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;
  height: 46px;
  font-size: 14px;

  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: 84.2px!important;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  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: #47a3da !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 {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
#wrap_top .wrap_top_menu ul {
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}
#wrap_top .wrap_top_menu ul li{
  width: auto;
  padding: 0 16px;
  gap: 16px;
  display: flex;
}

#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;
  text-decoration: none;
  transition: color 0.15s ease;
}
#wrap_top .wrap_top_menu ul li a:hover { color: #005dfe; }
#wrap_top .wrap_top_menu ul li a.on,
#wrap_top .wrap_top_menu ul li.active a {
  color: #005dfe;
}
#wrap_top .head_comm_btn {
  width: auto;
  min-width: 109px;
  height: 41px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  gap: 8px;
  box-sizing: border-box;
  flex-shrink: 0;
  white-space: nowrap;
}
#wrap_top .head_comm_btn a {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 14px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
#wrap_top .head_comm_btn_blue { background: #005DFE; border: 1px solid #005DFE; }
#wrap_top .head_comm_btn_red  { background: #EF4444; border: 1px solid #EF4444; }
#wrap_top .head_comm_btn_white { background: #fff; border: 1px solid #D1D5DB; }
#wrap_top .head_comm_btn_white:hover { background: #F9FAFB; border-color: #9CA3AF; }

/* ============================================================
   로그인 후 헤더 (head_user_zone)
   1. 회사명 / 2. 회원정보 아이콘 / 3. 원격지원 / 무료신청 / 4. 로그아웃(끝)
   ============================================================ */
#wrap_top .head_user_zone {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 24px;
  font-family: Pretendard, sans-serif;
}
#wrap_top .head_user_name {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  height: 41px;
  font-size: 14px;
  color: #6B7280;
  font-weight: 500;
  white-space: nowrap;
}
#wrap_top .head_user_name strong {
  color: #00224E;
  font-weight: 700;
  margin-right: 4px;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#wrap_top .head_user_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
}
#wrap_top .head_user_btn:hover {
  background: #EFF6FF;
  border-color: #005DFE;
  transform: translateY(-1px);
}
#wrap_top .head_user_btn img {
  width: 22px;
  height: 22px;
  display: block;
}
/* 일반적으로 UserCircle.svg 가 흰색이면 hover 시 파랑 톤으로 — invert/filter 사용 */
#wrap_top .head_user_btn img { filter: invert(38%) sepia(83%) saturate(2200%) hue-rotate(213deg) brightness(95%) contrast(100%); }
#wrap_top .head_user_btn:hover img { filter: invert(20%) sepia(86%) saturate(4600%) hue-rotate(220deg) brightness(95%) contrast(105%); }
#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;
}

#wrap_body_content .first_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  gap: 32px;
}

#wrap_body_content .first_wrap .main_banner{
  width: 100%;
  /* background: url('/skin/v3.0/image/first/banner/main_banner.jpg'); */
  background: url('/skin/v3.0/image/first/banner/main_banner.jpg')
  100% -13.153px / 81.203% 109.683%
  no-repeat;
  background-color: #E6EEFB;
  background-size: contain;
  /* background-position: right; */
  height: 330px;
  border-radius: 12px;
  padding: 50px 50px 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#wrap_body_content .first_wrap .main_banner p{
  color: #374151;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

#wrap_body_content .first_wrap .main_banner button{
  color: #374151;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  padding: 12px 20px 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}

#wrap_body_content .first_wrap .title {
  color: var(--text_black, #374151);
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}


#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 0 12px 0;
  transition: all 0.3s ease;
}

#main_menu .main_menu_none.active .menu.active{
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  padding: 0;
  border: 0;
}

#main_menu .main_menu_none.active .menu.active::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #3B83F6;
}

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



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

#main_menu .menu:hover {
  background: rgba(255, 255, 255, 0.05);
}

#main_menu .menu:hover p{
  color: #fff!important;
}

#main_menu .menu:hover svg{
  fill: #fff!important;
}

#main_menu .menu:hover svg path{
  fill: #fff!important;
}


#main_menu .menu svg {
  fill: #D1D5DB;
}

#main_menu .menu svg path {
  fill: #D1D5DB;
}

#main_menu .menu.selected {
  background: rgba(255, 255, 255, 0.05);
}

#main_menu .menu.selected p{
  color: #fff;
}

#main_menu .menu.selected svg {
  fill: #fff;
}

#main_menu .menu.selected svg path {
  fill: #fff;
}

#main_menu .menu.active {
  background: rgba(255, 255, 255, 0.05);
}

#main_menu .menu.active svg {
  fill: #3B83F6;
}

#main_menu .menu.active svg path {
  fill: #3B83F6;
}

#main_menu .menu.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #3B83F6;
}

/* #main_menu .menu.active::after {
background: rgba(255, 255, 255, 0.05);
position: relative;
} */


#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: #D1D5DB;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

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

#main_menu .menu img.icon {
filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(437%) hue-rotate(181deg) brightness(86%) contrast(98%);
}

#main_menu .menu.active img.icon {
  filter: unset;
}

#main_menu .menu.active a p {
  color: #3B83F6;
}

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

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

#main_menu .sub_menu a {
  color: #D1D5DB;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 20px 12px 56px;
}

#main_menu .sub_menu a:hover{
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

#main_menu .sub_menu a.on {
  color: #3B83F6;
}

#main_menu .remote_support {
  /* display: none; */
  opacity: 0;
  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 {
  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%;
}
#wrap_foot .wrap_foot_body_inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 40px;
  justify-content: space-between;
}
#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: 5px;
    overflow: hidden;
    color:  #6B7280;
    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: #999 !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가 대체하므로 page_body 안의 구버전 좌측영역(.box_body_left 등)은 숨김 */
#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) — #main_menu 옆 형제로 배치
   #body_layout.with_left_menu 페이지에서만 적용
   ============================================================ */
#body_layout.with_left_menu #wrap_left_menu {
  flex: 0 0 280px;
  width: 280px;
  background: #F9FAFB;
  border-right: 1px solid #E5E7EB;
  padding: 24px 0 32px 0;
  box-sizing: border-box;
  align-self: stretch;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 50;
}
/* 좌측메뉴 페이지에선 우측 box_body_right(레거시 wrapper) 만 숨김.
   #quickmenu 는 viewFloatMenu 로 따로 제어한다. */
#body_layout.with_left_menu .box_body_right { display: none !important; }
#body_layout.with_left_menu:not(.with_float_menu) #quickmenu { display: none !important; }

/* ============================================================
   우측 퀵메뉴 (#quickmenu) — viewFloatMenu=true 페이지
   스크롤시 항상 따라오는 floating 메뉴 (position: fixed)
   box_body_main 우측에 가깝게 배치
   main_menu 너비 변수로 동적 대응 (collapsed 64px / expanded 280px)
   ============================================================ */
#body_layout.with_float_menu {
  /* 기본: main_menu 접힘 (64px) */
  --mm-width: 64px;
}
#body_layout.with_float_menu:has(#main_menu.active) {
  /* main_menu 확장 (280px) */
  --mm-width: 280px;
}
#body_layout.with_float_menu #quickmenu {
  display: block !important;
  position: fixed;
  top: 200px;
  /* main_menu(가변) + left_menu(280) + wrap_body_content padding-left(32) + box_body_main(최대 1000) + gap(20) */
  left: calc(var(--mm-width) + 280px + 32px + 1000px + 20px);
  width: 80px;
  height: auto;
  background: transparent;
  z-index: 50;
  transition: left 0.3s ease;
}
/* 좌측메뉴 없는 페이지: 좌측메뉴(280) 빼고 계산 */
#body_layout.with_float_menu:not(.with_left_menu) #quickmenu {
  left: calc(var(--mm-width) + 32px + 1000px + 20px);
}
/* 작은 뷰포트에서는 박스 우측 끝이 화면 밖으로 가지 않도록 right 로 폴백 */
@media (max-width: 1700px) {
  #body_layout.with_float_menu #quickmenu {
    left: auto;
    right: 16px;
  }
}

/* 새 quickmenu 카드 디자인 */
#body_layout.with_float_menu #quickmenu.qm_card {
  width: 88px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
}
#quickmenu .qm_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 6px 8px;
  background: linear-gradient(135deg, #00224E 0%, #0046C0 100%);
  color: #fff;
}
#quickmenu .qm_head i { font-size: 13px; color: #FCD34D; }
#quickmenu .qm_head span { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
#quickmenu .qm_list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
#quickmenu .qm_list li { margin: 0; padding: 0; }
#quickmenu .qm_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 4px;
  text-decoration: none;
  color: #374151;
  transition: background 0.15s ease, color 0.15s ease;
}
#quickmenu .qm_list a:hover {
  background: #F9FAFB;
  color: #005DFE;
  text-decoration: none;
}
#quickmenu .qm_ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
#quickmenu .qm_ico_blue   { background: linear-gradient(135deg, #3B82F6, #1D4ED8); }
#quickmenu .qm_ico_red    { background: linear-gradient(135deg, #EF4444, #B91C1C); }
#quickmenu .qm_ico_orange { background: linear-gradient(135deg, #F97316, #C2410C); }
#quickmenu .qm_ico_green  { background: linear-gradient(135deg, #10B981, #047857); }
#quickmenu .qm_label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#quickmenu .qm_top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #F9FAFB;
  border-top: 1px solid #E5E7EB;
  color: #6B7280;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
#quickmenu .qm_top:hover {
  background: #EFF6FF;
  color: #005DFE;
  text-decoration: none;
}

/* 좌측메뉴 타이틀 */
#wrap_left_menu .left_menu_title {
  padding: 0 24px 20px 24px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#wrap_left_menu .left_menu_title .lm_title_ko {
  font-family: Pretendard, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
#wrap_left_menu .left_menu_title .lm_title_en {
  font-family: Pretendard, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #9CA3AF;
  letter-spacing: 0.08em;
}

/* 좌측메뉴 서브메뉴 리스트 */
#wrap_left_menu .left_sub_menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
#wrap_left_menu .left_sub_menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#wrap_left_menu .left_sub_menu li a {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  line-height: 1.4;
  box-sizing: border-box;
  transition: background 0.15s ease, color 0.15s ease;
}
#wrap_left_menu .left_sub_menu li a:hover,
#wrap_left_menu .left_sub_menu li a:visited {
  text-decoration: none;
}
#wrap_left_menu .left_sub_menu li:hover a {
  background: #EFF6FF;
  color: #005DFE;
}
#wrap_left_menu .left_sub_menu li.on a {
  background: transparent;
  color: #005DFE !important;
  font-weight: 700;
}
#wrap_left_menu .left_sub_menu li.on::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #005DFE;
}

/* 좌측메뉴 하단 고객센터 박스 — 제거됨, 호환을 위해 숨김 처리 */
#wrap_left_menu #box_call_center { display: none !important; }
#wrap_left_menu #box_call_center .icon_phone {
  text-align: right;
  margin-top: 8px;
}

/* 좌측메뉴 페이지에서 breadcrumb / 본문 여백 */
#body_layout.with_left_menu #wrap_navi {
  background: #fff;
  border-bottom: none;
}
#body_layout.with_left_menu #wrap_navi .wrap_navi_body {
  padding: 0 32px;
}
#body_layout.with_left_menu #wrap_body_content {
  padding: 24px 32px 40px 32px !important;
}
#body_layout.with_left_menu #box_body_main {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
}
#body_layout.with_left_menu #box_body_main .sub-title {
  font-family: Pretendard, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px 0;
  padding: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* 페이징 */
.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 {
  position: fixed;
  width: 32px;
  height: 32px;
  z-index: 1001;
  text-align: center;
  display: table-cell;
  border-radius: 3px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
}

/* 리스트 버튼 */
.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;
}

/* 메모 컬럼 칩 — 텍스트 기반 재디자인 (구버전 icon_memo1.gif 미사용) */
.memoOn, .memoOff {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 26px;
  padding: 0 10px;
  border-radius: 13px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: -0.2px;
  background: none;
  cursor: pointer;
  user-select: none;
  transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  font-family: Pretendard, "Nanum Gothic", sans-serif;
}
.memoOn  {
  background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
  color: #b91c1c;
  border: 1px solid #fca5a5;
  box-shadow: 0 1px 2px rgba(185, 28, 28, 0.10);
}
.memoOff {
  background: #f9fafb;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
}
.memoOn:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(185, 28, 28, 0.18);
}
.memoOff:hover {
  background: #f3f4f6;
  color: #6b7280;
  border-color: #d1d5db;
  transform: translateY(-1px);
}
.memoOn a, .memoOff a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: auto !important;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
/* 메모 아이콘(연필) — SVG 마스크로 색상 상속 */
.memoOn  a::before,
.memoOff a::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 17.25V21h3.75l11.06-11.06-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 17.25V21h3.75l11.06-11.06-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/></svg>") center/contain no-repeat;
}
.memoOn  a::after { content: "메모"; }
.memoOff a::after { content: "메모"; }

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

/*basic table design*/
.tbl_normal {
  border-top: 2px solid #47a3da;
}
.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;
}

/* 검색버튼 type_search — 잘 보이도록 색상 정의 (inc inline 대체, reset.css의 :before 돋보기 아이콘과 함께 사용) */
.d_btn.type_search {
  background-color: #2197d4 !important;
  border-color: #2197d4 !important;
  color: #fff !important;
  font-weight: bold;
}
.d_btn.type_search:before {
  color: #fff !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%;
  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 {
  background: url(/skin/v1.0/image/bg/bg_plan_today.gif);
}
#tbl_plan_month th.today {
  background: url(/skin/v1.0/image/bg/bg_plan_today_th.gif) repeat-x;
}
#tbl_plan_month td.num:hover {
  background-color: #efefef;
  color: #47a3da !important;
  background-image: none;
}
#tbl_plan_month td.num.selected {
  background-color: #47a3da;
  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;
}

/* 공고 상세 레이아웃 픽스
   - jps-conty 공용 CSS 의 .gonggomun_notice { float: left } 때문에 #tab_bid 가 위로 겹쳐 그려짐
   - 또한 #divBidContent 안의 clear 가 외부 #divBidRight (float: right) 까지 기다려 큰 빈 공간이 생김
   → divBidContent 를 BFC (flow-root) 로 만들어 외부 플롯 영향 차단, 내부 노이즈만 정리 */
#divBidContent { display: flow-root; }
span.gonggomun_notice { display: block; float: none; clear: none; }
#tab_bid { clear: none; margin-top: 16px; }

/* 풍선말 (말풍선) — 모던 스타일 + 부드러운 페이드 */
.tooltip {
  text-align: center;
  color: #fff;
  background: #1f2a44;
  position: absolute;
  z-index: 1600;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  font-family: Pretendard, "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.1px;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25), 0 2px 6px rgba(15, 23, 42, 0.15);
  pointer-events: none;
  max-width: 240px;
  white-space: normal;
  word-break: keep-all;
  animation: tooltipFadeIn 0.12s ease-out;
}
@keyframes tooltipFadeIn {
  from { opacity: 0; transform: translateY(2px); }
  to   { opacity: 1; transform: translateY(0); }
}
.tooltip:after /* triangle decoration */ {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #1f2a44;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
}
.tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 7px solid #1f2a44;
  top: -7px;
  bottom: auto;
}
.tooltip.left:after  { left: 12px; margin: 0; }
.tooltip.right:after { right: 12px; 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 여백 처리는 with_float_menu 규칙에서 일원화 */
#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;
}

/* ===== Label (badge) =====
   인라인 상태 라벨. Bootstrap 3 호환 클래스 네이밍.
   사용 예: <span class="label label-info">금액확인</span>
*/
.label {
  display: inline-block;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  letter-spacing: -0.2px;
  background-color: #6b7280;
}
.label a,
.label a:link,
.label a:visited {
  color: #ffffff;
  text-decoration: none;
}
.label a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* 색상 변형 */
.label-default { background-color: #6b7280; }
.label-primary { background-color: #2197d4; }
.label-info    { background-color: #17a2b8; }
.label-success { background-color: #28a745; }
.label-warning { background-color: #f59e0b; color: #ffffff; }
.label-danger  { background-color: #dc2626; }
.label-dark    { background-color: #1f2937; }
.label-light   { background-color: #f3f4f6; color: #1f2937; }

/* 사이즈 변형 */
.label-xs { padding: 2px 6px; font-size: 10px; }
.label-sm { padding: 2px 7px; font-size: 10.5px; }
.label-lg { padding: 5px 12px; font-size: 13px; }

/* 외곽선 스타일 */
.label-outline {
  background-color: transparent !important;
  border: 1px solid currentColor;
}
.label-outline.label-primary { color: #2197d4; }
.label-outline.label-info    { color: #17a2b8; }
.label-outline.label-success { color: #28a745; }
.label-outline.label-warning { color: #f59e0b; }
.label-outline.label-danger  { color: #dc2626; }
.label-outline.label-default { color: #6b7280; }

/* 라벨 안의 흰 글씨 강조 */
.label .c_white { color: #ffffff !important; }

.c_badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  letter-spacing: -0.2px;
  background-color: #6b7280;
}
