.section-witi .list {
    margin-bottom: 30px;
  }
  .section-witi .list table {
    width: 100%;
    border: solid 1px #efefef;
    border-top: 0;
  }
  .section-witi .list table tr th:first-child, .section-witi .list table tr td:first-child {
    border-left: 0;
  }
  .section-witi .list table td, .section-witi .list table th {
    display: none;
    text-align: center;
    border-top: 1px solid #efefef;
    padding: 9px 14px 10px 14px;
    color: black;
  }
  .section-witi .list table th {
    width: 92px;
    border-left: 1px solid #efefef;
    text-align: center;
    font-size: 13px;
    color: black;
    font-weight: normal;
    white-space: nowrap;
    background: #f4f5f7;
  }
  .section-witi .list table td {
    border-left: 1px solid #efefef;
    font-size: 14px;
    word-break: keep-all;
    color: #494949;
  }
  .section-witi .list__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #181411;
  }
  .section-witi .list__name {
    clear: both;
    display: block;
    text-align: center;
    margin-top: 9px;
  }
  .section-witi .list__class {
    width: 120px;
  }
  .section-witi .list__class img {
    margin-bottom: 4px;
  }
  .section-witi .list__header-label {
    display: table-cell !important;
  }
  .section-witi .list__header {
    display: table-cell !important;
    background: #fcfcfc;
    width: 92px;
  }
  .section-witi .list__option-label {
    display: table-cell !important;
  }
  .section-witi .list__option {
    text-align: left !important;
    display: table-cell !important;
  }
  .section-witi .list__desc {
    text-align: left !important;
  }
  .section-witi .list__level-label {
    display: table-cell !important;
  }
  .section-witi .list__level {
    display: table-cell !important;
  }
  .section-witi .list__location-label {
    display: table-cell !important;
  }
  .section-witi .list__location {
    display: table-cell !important;
  }
  
  .list-monster .list__icon {
    width: 40px;
    height: 40px;
    background-color: #181411;
  }
  .list-monster .drop-item {
    display: block;
  }
  
  .section-drop-item {
    position: relative;
    display: none;
  }
  
  .drop-item {
    position: relative;
  }
  .drop-item__body {
    position: absolute;
    display: none;
    top: 25px;
    text-align: left;
    z-index: 10;
    width: 923px;
    background: #fff;
    border: 1px solid #c7c7cc;
    padding: 38px 14px 30px;
  }
  .drop-item__handler span {
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 5px;
    text-indent: -99em;
    overflow: hidden;
    background: url() 50% 0;
    transform: rotate(180deg);
  }
  .drop-item__handler_on span {
    transform: rotate(0deg);
  }
  .drop-item__handler_on + .drop-item__body {
    display: block;
  }
  .drop-item__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -99em;
    overflow: hidden;
    background: url() 50% 0;
    border: 0;
    outline: 0;
  }