@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-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: #EEE;
  border-bottom: 1px solid #C2CEDB;
  border-right: 1px solid #C2CEDB;
  height: 4rem;
  line-height: 1.6rem;
  padding: 0 0.8rem;
  font-family: 'Noto Sans KR', sans-serif;
}
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: 'Noto Sans KR', sans-serif;
}
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: #EEE;
  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;
}
#bidscore{
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 157px;
  background:#fff;
}
/* 사용자 페이지 header */
#bidscore header{
  min-width: 120rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DBDBDB;
}
#bidscore header .top_hd{
  height: 3.2rem;
  background-color: #022270;
  font-size: 1.3rem;
}
#bidscore header .top_hd span{
  color: #FFFFFF;
  line-height: 3.2rem;
  cursor: pointer;
}
#bidscore 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;
}
#bidscore header .top_hd span > .logoutbox > button{
  padding: 1rem;
  /* position: absolute; */
  top: 0;
  right: 0;
}
#bidscore header .top_hd span > .logoutbox >  div{
  background-color: #F9F9F9;
  border: 1px solid #DDDDDD;
  width: 17.6rem;
  height: 6.4rem;
  margin: 2.8rem auto 0;
}
#bidscore 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;
}
#bidscore header .top_hd span > .logoutbox >  div > p > span{
  color: #3C4858;
  line-height: 1.25;
  cursor: auto;
  font-size: 1.3rem;
  font-weight: 500;
}
#bidscore header .top_hd span > .logoutbox ul{
  width: 12.6rem;
  margin: 0 auto;
}
#bidscore header .top_hd span > .logoutbox ul > li{
  float: left;
}
#bidscore header .top_hd span > .logoutbox ul > li a::after{
  content: '|';
  margin: 0 1.6rem;
  opacity: 0.4;
}
#bidscore header .top_hd span > .logoutbox ul > li:last-child a::after{
  display: none;
}
#bidscore header .bottom_hd{
  height: 6.4rem;
}
#bidscore header .logo{
  width: 17.5rem;
  height:auto;
}
#bidscore header .logo a{
  display: block;
  margin-top: 1rem;
}
#bidscore header .logo a img{
  width: 100%;
  height: 100%;
}

.icon_message_review{
     width: 26px;
     height: 26px;
     background: url('/resource/score/images/헤더_리뷰_말풍선.png');
     position: relative;
     top: 10%;
     left: 101%;
     transform: translate(50%, 50%);
}

.icon_message_review p{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2f9aff;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
    position: absolute;
    right: -9px;
    top: -9px;
}
.icon_message_review:hover p{
    background: #0c71d2;
}

#bidscore header nav{
  background: #FFFFFF;
}
#bidscore header nav ul{
  width: 88rem; /* @송인노 84 -> 88 */
}
#bidscore header nav ul li{
  float: left;
  width: 11rem; /* @송인노 12 -> 11 */
  height: 6.4rem;
  position: relative;
}

#bidscore header nav ul li:nth-child(1) > a {
  color: #386EB5;
}

#bidscore header nav ul li a{
  display: block;
  line-height: 6.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
}
#bidscore 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;
}
#bidscore header nav ul li a:hover,#bidscore header nav ul li.on a{
  color: #022270;
}
#bidscore header nav ul li a:hover::before,#bidscore header nav ul li.on a::before{
  opacity: 1;
  margin-left: -50%;
  width: 100%;
}
/* #bidscore header nav ul>li>ul.sub_gnb{
  z-index: 10;
  width: 100%;
  position: absolute;
}
#bidscore header nav ul>li>ul.sub_gnb li{
  width: 100%;
  float: none;
  display: inline;
}
#bidscore header nav ul>li>ul.sub_gnb li a{
  display: block;
  background: rgba(39,108,167,.7);
  color: #FFF;
  font-weight: 400;
}
#bidscore header nav ul>li>ul.sub_gnb li a:hover{
  color: #52FF00;
} */

/* 사용자 페이지 footer */
/*
    [2026.02.02][박규태] 비드스코어 어워드 로고를 넣으면서 padding-top 값을 37 -> 17로 변경함
 */
#bidscore footer{
  width: 100%;
  padding-top: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }
#bidscore footer .footer_menu{
  height: 40px;
  line-height: 40px;
  background-color: #E8E8E8;
  box-sizing: border-box;
 }
#bidscore footer .footer_menu .container-1120 ul{
  margin: 0 auto;
  width: 484px;
 }
#bidscore footer .footer_menu .container-1120 ul li{
  float: left;
}
#bidscore footer .footer_menu .container-1120 ul li a{
  font-size: 12px;
  letter-spacing: -1.5px;
}
#bidscore footer .footer_menu .container-1120 ul li a span{
  color: #022270;
}
#bidscore footer .footer_menu .container-1120 ul li a::after{
  content: '|';
  margin: 0 28px;
  opacity: 0.4;
}
#bidscore footer .footer_menu .container-1120 ul li:last-child a::after{
  display: none;
}
#bidscore footer .footer_info{
  padding: 24px 0;
  background-color: #FFF;
}
#bidscore footer .footer_info .container-1120 a{
  float: left;
  display: block;
  margin-right: 48px;
}
#bidscore footer .footer_info .container-1120 p{
  float: left;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.5px;
 }

/* @ 송인노 2024.09.25 - 비드스코어란 */
#bidscore #bidscore_landing_wrap .step_09 {
  height: 1600px;
}
#bidscore #bidscore_landing_wrap .slogan{
  text-align: center; height: 415px;
  background-image: url('/resource/score/images/land/랜딩_2502_bg.png');
}

/* 관리자 페이지 header */
#bidscore_management header{
  min-width: 1200px;
}
#bidscore_management header .top_hd{
  height: 6.4rem;
}
#bidscore_management header .top_hd .logo{
  width: 16.5rem;
  height: 2.5rem;
}
#bidscore_management header .top_hd .logo a{
  display: block;
  margin-top: 1.8rem;
}
#bidscore_management header .top_hd .logo a img{
  width: 100%;
  height: 100%;
}
#bidscore_management header .top_hd button{
  margin-top: 1.6rem;
}

#bidscore_management header .gnb{
  background: #022270;
}
#bidscore_management header .gnb ul{
  display: table;
  table-layout: auto;
}
#bidscore_management header .gnb ul li{
  display: table-cell;
  width: 14.2857%;
  height: 4.8rem;
  position: relative;
}
#bidscore_management header .gnb ul li a{
  display: block;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
#bidscore_management header .gnb ul li a:hover{
  background-color: #2575BC;
}
#bidscore_management header .gnb ul>li>ul.sub_gnb{
  z-index: 10;
  width: 100%;
  position: absolute;
}
#bidscore_management header .gnb ul>li>ul.sub_gnb li{
  width: 100%;
  float: none;
  display: inline;
}
#bidscore_management header .gnb ul>li>ul.sub_gnb li a{
  display: block;
  background: rgba(39,108,167,.7);
  color: #FFF;
  font-weight: 400;
}
#bidscore_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 3rem;
  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;
}
/* 공고구분버튼 */
#bidscore .bid_label_wrap label,
#bidscore 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;}


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:32px;}
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_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_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;}
button.b_navy_1 {background: #1461cf;color: #fff;border: 1px solid #1461cf;}


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;}

/* 원격추가 */
.remote::after {
  content: '|';
  margin: 0 0.8rem;
  font-size: 1.3rem;
  color:#fff;
}

.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 .tooltiptext::after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 5px;
}

/* 툴팁 화살표 기본 스타일 설정 끝 */

/* -------------------------- */

/* 툴팁 방향 설정 시작 */

/* 왼쪽 툴팁 시작 */

.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;
}

/* 아래쪽 툴팁 시작 */

/* jsconfirm 색상 변경 2025-04-02 김지훈 */
.btn-cancel {
  background-color: #969696 !important; /* 기본 배경색 */
}

.btn-cancel:hover {
  background-color: #656565 !important; /* 호버 시 색상 */
}

.btn-core {
  background-color: #2C4B9B!important;
}

.btn-core:hover {
  background-color: #022270!important;
}

/* jsconfirm 색상 변경 끝 */

/* 2025-11-18 김지훈 애니메이트css와 이름 겹쳐서 변경 */
/* 이미지 바운스 처리 [ 2025.08.12 ] */
@keyframes sorft-bounce {
  0%, 99.9% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
  100%      { transform: translateY(0); }
}

.ellipsis_span{
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}


.tool_tip_rbxo {
    position: relative;
}

.tool_tip_rbxo:hover {
    cursor: pointer;
}

.tool_tip_rbxo::after {
    content: attr(data-tip);
    position: absolute;
    font-weight: normal;
    top: 50%;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    transform: translateY(-50%);
    margin-left: 10px;
    background-color: #4ab8e0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: pre-line;
    width: attr(data-width px, 330px);
    font-size: 14px;
    z-index: 999;
}

.tool_tip_rbxo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    transform: translateY(-50%);
    margin-left: -6px;
    border: 11px  solid transparent;
    border-right-color: #4ab8e0;
    z-index: 999;
}

.tool_tip_rbxo:hover::after,
.tool_tip_rbxo:hover::before {
    opacity: 1;
}

.tool_tip_lbxo {
    position: relative;
}

.tool_tip_lbxo:hover {
    cursor: pointer;
}

.tool_tip_lbxo::after {
    content: attr(data-tip);
    position: absolute;
    font-weight: normal;
    top: 50%;
    right: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    transform: translateY(-50%);
    margin-right: 10px;
    background-color: #4ab8e0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: pre-line;
    width: attr(data-width px, 330px);
    font-size: 14px;
    z-index: 999;
}

.tool_tip_lbxo::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    transform: translateY(-50%);
    margin-right: -6px;
    border: 11px solid transparent;
    border-left-color: #4ab8e0;
    z-index: 999;
}

.tool_tip_lbxo:hover::after,
.tool_tip_lbxo:hover::before {
    opacity: 1;
}