@media screen and (min-width: 1024px) {
  .mobImg {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .pcImg {
    display: none;
  }
  .moreContent .bookImg {
    height: auto;
    padding-top: 30px;
    margin-top: 0;
  }
  .moreContent .bookImg .bookImgTitle {
    margin: 10px auto;
  }
  .moreContent .bookImg .upBook {
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 16px lightgrey;
  }
  .moreContent .bookImg .upBook > img {
    width: 100%;
    height: auto;
  }
  .moreContent .bookImg .downBook {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
  }
  .moreContent .bookImg .downBook .rfid {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid lightgray;
    padding: 10px;
  }
  .moreContent .bookImg .downBook .rfid .rfidImg > img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .moreContent .bookImg .downBook .rfid .rfidContent .rfidC1 {
    font-size: 1.6rem;
    height: 32px;
    line-height: 32px;
  }
  .moreContent .bookImg .downBook .rfid .rfidContent .rfidC2 {
    color: #747474;
  }
  .moreContent .bookImg .downBook .imgCheck {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
  }
  .moreContent .bookImg .downBook .imgCheck .imgCheckImg {
    display: block;
  }
  .moreContent .bookImg .downBook .imgCheck .imgCheckImg > img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .moreContent .bookImg .downBook .imgCheck .imgCheckContent .imgC1 {
    font-size: 1.6rem;
    height: 32px;
    line-height: 32px;
  }
  .moreContent .bookImg .downBook .imgCheck .imgCheckContent .imgC2 {
    color: #747474;
  }
  .moreContent .readerImg {
    margin-top: 0;
    min-height: 0;
    padding-top: 30px;
  }
  .moreContent .readerImg .readerImgTitle {
    margin: 10px auto;
  }
  .moreContent .bookFloatImg {
    margin-top: 0;
    min-height: 0;
    padding-top: 30px;
  }
  .moreContent .bookFloatImg .bookFloatTitle {
    margin: 10px auto;
  }
  .moreContent .checkImg {
    margin-top: 0;
    min-height: 0;
    padding-top: 30px;
  }
  .moreContent .checkImg .checkImgTitle {
    margin: 10px auto;
  }
  .moreContent .checkImg .mainCheckItem {
    min-height: 0;
    display: block;
  }
  .moreContent .checkImg .mainCheckItem .checkItem {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .moreContent .checkImg .mainCheckItem .checkItem .checkItemImg > img {
    width: 100%;
    height: auto;
  }
  .moreContent .checkImg .mainCheckItem .checkItem .checkItemTitle {
    margin-bottom: 5px;
  }
  .moreContent .checkImg .mainCheckItem .checkItem .checkItemDetail {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=more.css.map */