/* 테이블 */
.AA_list {
  border-collapse: collapse;
  width: 100%;
}

.AA_list tr:nth-child(odd) {
  background-color: #FFF;
}

.AA_list tr:nth-child(even) {
  background-color: #EEE;
}

.AA_list th {
  color: #ffffff;
  background-color: #2f76b6;
  /* border-top: solid 3px #1a4c76; */
  padding: 5px 0 10px 0;
  border-left: solid 1px #cccccc;
  /* border-bottom: solid 1px #cccccc; */
}

.AA_list td {
  text-align: center;
  border-left: solid 1px #cccccc;

  /* border-bottom: solid 1px #cccccc;s */
  padding: 5px 0;
}

.AA_list A {
  cursor: pointer;
}

/* 책 리스트 이미지 */
.cover_img {
  width: 126px;
  height: 144px;
  margin: 20px 0;
  border: 0;
}

.AA_list_sub_tr,
.AA_list_sub_td {
  background: rgba(34, 144, 205, 0.3);
}

.odd {
  background-color: #eeeeee;
}

.even {
  background-color: #fafafa;
}

.AA_list th:first-child,
.AA_list td:first-child {
  border-left: 0;
}

.AA_list th:last-child,
.AA_list td:last-child {
  border-right: 0;
}

/* 팝업창 테이블 */
table.popup_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 3px solid rgb(0, 51, 102);
}

table.popup_table th {
  padding: 5px;
  font-weight: bold;
  color: rgb(0, 51, 102);
  background-color: rgba(0, 51, 102, .1);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.popup_table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}