.preview--mobile {
  width: 64rem;
  max-width: 100%;
  margin: 0 auto;
}
.preview--desktop {
  display: none;
  flex-direction: column;
}
.preview--desktop .canvas {
  flex: 1;
}
.preview--desktop img {
  width: 100%;
}
.preview-util {
  display: flex;
}
.preview-util__item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125em;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--gray2);
  background: var(--gray);
}
.preview-util__item--order {
  color: #fff;
  background: var(--point-color);
}

.book__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5rem;
  margin: 0 var(--margins);
}
.book__btn {
  --box-size: 2.4rem;
  position: absolute;
  top: 50%;
  width: var(--box-size);
  height: var(--box-size);
  background: url(../../image/common/icon/icon__arrow--left3.svg) no-repeat center/contain;
}
.book__btn--prev {
  left: 0;
  transform: translateY(-50%);
}
.book__btn--next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.book__btn.swiper-button-disabled {
  display: none;
}
.book__pagination {
  font-size: 1.6rem;
  color: #CECECE;
  text-align: center;
}
.book__pagination .swiper-pagination-current {
  color: var(--point-color);
}

@media (min-width: 768px) {
  .preview--mobile {
    width: 32rem;
  }
}
@media (min-width: 1200px) {
  .wrap,
  .canvas {
    height: 100%;
  }
  .preview--mobile {
    display: none;
  }
  .preview--desktop {
    display: flex;
    height: 100%;
  }
}

/*# sourceMappingURL=bestseller__preview.css.map */
