.interactive-detail {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 36px;
}

.search {
  width: 100%;
  padding-bottom: 34px;
}

.search-title-wrap {
  display: flex;
  justify-content: start;
  padding-bottom: 38px;
}

.search-title-wrap .search-title {
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-left: 20px;
}

.search-title-wrap .search-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 20px;
  background-color: #b50005;
}

.search .search-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search-wrap .search-input input {
  width: 476px;
  height: 48px;
  border: 1px #e4e4e4 solid;
  border-radius: 5px;
  font-size: 14px;
  color: #c0bfbf;
  padding-left: 14px;
}

.search-wrap .search-date input {
  width: 220px;
  height: 48px;
  border: 1px #e4e4e4 solid;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  padding-left: 14px;
}

.search-wrap .search-select select {
  width: 220px;
  height: 48px;
  border: 1px #e4e4e4 solid;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  padding-left: 14px;
}

.search-wrap .search-btn input {
  width: 180px;
  height: 48px;
  background-color: #b50005;
  border: 0;
  border-radius: 5px;
  font-size: 24px;
  color: #fff;
}

.common-table .table-title {
  background-color: #e6e6e6;
}

.common-table .table-title .code {
  text-align: center;
}

.common-table .table-title .theme {
  box-sizing: border-box;
  padding-left: 32px;
}

.common-table .table-wrap .table-content .item {
  border-bottom: 0;
}

.table-wrap .table-content .item:nth-child(2n) {
  background-color: #f5fbfe;
}

.common-table .table-content .item-code {
  text-align: center;
}
