/*==================
	paging
==================*/
.pagination_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 40px;
}
@media (max-width: 1280px) {
  .pagination_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .pagination_content .btn_link {
    width: 100%;
  }
}
.pagination_content .btn_link a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #1e70da;
  padding: 13px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .pagination_content .btn_link a {
    width: 100%;
    display: block;
    font-size: 3.7333333333vw;
    border-radius: 1.6vw;
    padding: 4.2666666667vw 10.6666666667vw;
  }
}
#paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #paging {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
#paging .page_numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1280px) {
  #paging .page_numbers {
    width: 24px;
    height: 24px;
    margin: 0 3px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
  }
}
#paging .page_numbers.current {
  color: #fff;
  background-color: #1e70da;
}
#paging .page_numbers:hover {
  color: #fff;
  background-color: #1e70da;
}
#paging a.next:hover {
  background-image: url(../images/common/pagination_right_white.svg);
}
#paging a.prev:hover {
  background-image: url(../images/common/pagination_left_white.svg);
}
#paging a {
  color: #5d626b;
  font-weight: 500;
  border-radius: 6px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 1280px) {
  #paging a {
    border-radius: 0.8vw;
  }
}
#paging a.prev {
  background-image: url("../images/common/pagination_left.svg");
  background-position: left 8px center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 6px 10px;
  margin-right: 24px;
  text-align: right;
  width: 88px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 1280px) {
  #paging a.prev {
    width: 24px;
    margin-right: 3px;
    padding: 0;
    background-position: center;
    background-position: left 7px center;
  }
}
#paging a.prev:after {
  content: "Previous";
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  #paging a.prev:after {
    content: none;
  }
}
#paging a.next {
  background-image: url("../images/common/pagination_right.svg");
  background-position: right 10px center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 6px 15px;
  margin-left: 24px;
  text-align: left;
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 1280px) {
  #paging a.next {
    width: 24px;
    margin-left: 3px;
    padding: 0;
    background-position: center;
  }
}
#paging a.next:before {
  content: "Next";
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  #paging a.next:before {
    content: none;
  }
}

/*==================
	label error
==================*/
label.error {
  font-size: 14px !important;
  color: #f00 !important;
}
/*==================
	fix in front
==================*/
.filter_select {
  min-width: 130px;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.footer_content .nav_footer ul.u_link li a {
  color: #cbd1d6;
}

.modal_confirm,
.modal_toast {
  z-index: 1000;
}

/* Style for "청산" */
.text-danger {
  color: #d9534f;
  font-weight: 600;
  margin-left: 6px;
}
.text-primary {
  color: #1e70da;
  font-weight: 600;
  margin-left: 6px;
}
