a:link {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #333333;
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:active {
  text-decoration: none;
  color: #333333;
}

p {
  margin: 0;
  padding: 0;
}
.btn-black {
  background-color: #7d7d7d;
  border: 1px solid #7d7d7d;
  color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  background-color: #696969;
  border: 1px solid #696969;
  color: #fff;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.vt {
  vertical-align: top;
}
.f_nsk {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}
input,
select {
  border-radius: 0;
}

/*상세페이지 NAVI*/
.con_navi ul {
  border: 1px solid #dcdcdc;
  height: 42px;
}
.con_navi ul li:first-child {
  margin-left: -40px !important;
}
.con_navi ul li {
  display: inline;
  float: left;
  border-right: 1px solid #dcdcdc;
  padding: 11px 20px;
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.con_navi ul li:last-child {
  background: #f2f4f8;
  height: 40px !important;
}

.Btitle {
  font-weight: bold;
}
.g2b_btn {
  height: 30px;
}
.g2b_btn a {
  border: 1px solid #6d90e6;
  border-radius: 2px;
  padding: 8px 15px;
  color: #000;
  letter-spacing: -0.03em;
  background: #f3f5f9;
}
.g2b_btn a:hover {
  background: #fcfdfe;
}

.btn_bdblue {
  border: 1px solid #6d90e6;
  background: #fff;
  border-radius: 3px;
  color: #6d90e6 !important;
  padding: 5px 8px;
}
.btn_bdgray {
  border: 1px solid #999;
  background: #f7f7fa;
  border-radius: 3px;
  color: #555 !important;
  padding: 5px 8px;
}

.input-gbox {
  border: 1px solid #767676;
}

/*입찰스쿨, 고객센터 tab*/
.customer_tab {
  margin-top: 30px;
}
.customer_tab ul {
  padding: 0;
  height: 44px;
  border-bottom: 1px solid #d8dae0;
}

.customer_tab ul li {
  display: inline;
  float: left;
  height: 43px;
  background: #f4f4fa;
  border: 1px solid #dadada;
  border-bottom: transparent;
  padding: 9px 24px;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.03em;
  cursor: pointer;
  border-left: 0;
}
.customer_tab ul li:first-child {
  border: 1px solid #dadada;
  border-bottom: 0;
}
.customer_tab ul li.active {
  height: 44px;
  background: #fff;
  border: 1px solid #dadada;
  border-bottom: 0;
  border-top: 2px solid #6d90e6;
  color: #6d90e6;
  font-weight: 600;
  padding: 9px 29px;
  margin-left: -1px;
}
.customer_tab a {
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #000;
}

/* 하단페이징 */
.panel-group .panel {
  border-radius: 0 !important;
}
.panel-default > .panel-heading {
  background: #f4f4fa !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff !important;
  cursor: default;
  background-color: #6d90e6 !important;
  border-color: #6d90e6;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #555;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/*팝업 하단 버튼*/
.btn-pop {
  border: 1px solid #777cf1;
  font-size: 15px;
  padding: 8px 40px;
  color: #777cf1;
  font-weight: 600;
  background: #fff;
}
.btn-pop:hover {
  border: 1px solid #777cf1;
  font-size: 15px;
  padding: 8px 40px;
  color: #777cf1;
  font-weight: 600;
  background: #f6f6f6;
}
.btn-popgray {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 8px 40px;
  color: #555;
  font-weight: 400;
  background: #fff;
}
.btn-popgray:hover {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 8px 40px;
  color: #555;
  font-weight: 400;
  background: #f6f6f6;
}
