.dg-wrapper {
  width: 481px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
body {
  min-width: 1220px;
}
.dg-wrapper a {
  width: 482px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
.dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a img {
  display: block;
  width: 500px;
  height: 300px;
  object-fit: cover;
}
.dg-wrapper a div {
  font-style: italic;
  text-align: center;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  bottom: -55px;
  display: none;
  position: absolute;
}
.dg-wrapper a.dg-center div {
  display: block;
}
.dg-container nav {
  width: 58px;
  position: absolute;
  z-index: 1000;
  bottom: 40px;
  left: 50%;
  margin-left: -29px;
}
.book-main-wrapper {
  padding: 30px 0;
}
.book-main-wrapper .book-list-wrapper{
  min-height: 300px;
}
.book-main-wrapper .book-list-wrapper .book-list__item {
  margin-left: 52px;
  margin-bottom: 50px;
  width: 170px;
}
.book-main-wrapper .book-list-wrapper .book-list__item img {
  width: 170px;
  height: 255px;
  object-fit: cover;
}
.book-main-wrapper .book-list-wrapper .book-list__item h3 {
  height: 74px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
  margin-top: 20px;
}


@media (max-width: 1199px) {
	body {
	  min-width: 100%;
	  width: 100%;
	}
	.dg-container{
	  display: none;
	}
	.book-main-wrapper{
	  padding-top: 0;
	}
	.book-main-wrapper .book-list-wrapper .book-list__item{
	  width: 50%;
	  margin-left: 0;
	  margin-bottom: 20px;
	  padding: 0 15px;
	}
	.book-main-wrapper .book-list-wrapper .book-list__item img{
		width: 100%;
		height: 220px;
	}
}

