.pabo_art {
  margin: 40px auto; background-color: #eee; border: 1px solid #aaa; padding: 20px;
}
.pabo_h3 {
  text-align: center;
}
.pabo_div {
  height: 200px; text-align: center;
}
.pabo_img {
  margin: 0 auto;
  border-radius: 10px;
}
.pabo_form {
  float:right; margin-top: 10px;
}
.back_btn {
  border: 1px solid #eee; padding: 5px; margin-bottom: 20px; display: inline-block;
}
.order_sel {
  font-size: 1em;
}

/* 검색 창 꾸미기  */
.searchbar {
  margin: 30px auto;
}
.tb_search {
  width: 100%;
}
.tb_search th {
  -webkit-background: var(--main-color-2);
  background: #c1dee2;
  height: 34px;
  color: black;
  padding: 10px 15px;
  text-align: left;
  line-height: 20px;
  border-top: 1px solid #eee;
  border-spacing: 0;
}
.tb_search td {
  -webkit-background: var(--main-color-1);
  background: #dde7dc;
  border-top: 1px solid #eee;
}
.tb_search select {
  border: 0;
  font-size: 14px;
  color: black;
  margin-left: 15px;
  background: #fff;
  height: 34px;
}
.tb_search #category {
  width: 96%;
}
.tb_search input {
  height: 34px;
  width: 70%;
  border: 0;
  border-radius: 5px;
  margin-left: 15px;
  font-size: 15px;
}
.tb_search .btn_search {
  float: right;
  height: 34px;
  padding: 0 20px;
  -webkit-border: 1px solid var(--main-color-2);
  border: 1px solid #c1dee2;
  line-height: 32px;
  font-size: 15px;
  background: #222;
  -webkit-color: var(--main-color-1);
  color: #dde7dc;
}
.tb_search .btn_search:hover {
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.tb_search a {
  float: right;
  -webkit-border: 1px solid var(--main-color-2);
  border: 1px solid #c1dee2;
  background: #fff;
  height: 34px;
  line-height: 32px;
  padding: 0 5px;
  font-size: 13px;
  margin-right: 10px;
}
.tb_search a:hover {
  background: #333;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
}
.text_date {
  width: 40% !important;
}
.text_sel {
  width: 45% !important;
}
