@media screen and (max-width: 1440px) {
  .search {
    width: 100%;
  }
  .anthology {
    width: 100%;
  }
  .anthology .anthologyWrap {
    width: 100%;
  }
  .anthology .anthologyWrap .anthologyWrapLeft {
    float: none;
    width: 100%;
    height: 1680px;
  }
  .anthology .anthologyWrap .anthologyWrapLeft .anthologyBox .boxContent .content {
    width: 90%;
  }
  .anthology .anthologyWrap .anthologyWrapRight {
    float: none;
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .search .searchWrap {
    width: 90%;
  }
  .search .searchWrap .searchInput {
    width: 100%;
    margin: 0 auto;
  }
  .search .searchWrap .searchInput input {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .search .searchWrap .searchInput .searchButton {
    right: 5%;
  }
  .anthology {
    height: auto;
  }
  .anthology .anthologyWrap {
    height: auto;
  }
  .anthology .anthologyWrap .anthologyWrapLeft {
    height: auto;
  }
  .anthology .anthologyWrap .anthologyWrapLeft .anthologyBox {
    height: auto;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 2%;
  }
  .anthology .anthologyWrap .anthologyWrapLeft .anthologyBox .boxImage {
    float: none;
    margin: 30px auto;
  }
  .anthology .anthologyWrap .anthologyWrapLeft .anthologyBox .boxContent {
    float: none;
    width: 100%;
  }
  .anthology .anthologyWrap .anthologyWrapLeft .anthologyBox .boxContent .categories {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 432px) {
  .anthology .anthologyWrap .anthologyWrapLeft .anthologyBox .boxContent .categories .date {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .anthology .anthologyWrap .anthologyWrapRight {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .anthology .anthologyWrap .anthologyWrapRight {
    width: 100%;
    margin-left: 0;
  }
  .anthology .page {
    width: 288px;
    margin: 80px auto;
  }
  .anthology .page .arrowLeft {
    margin-right: 0;
  }
  .anthology .page .pageNum {
    margin-left: 0;
  }
  .anthology .page .arrowRight {
    margin-left: 0;
  }
}
/*# sourceMappingURL=anthologyAdapt.css.map */