.view_btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.view_btn {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  color: #768da7;
  border: 1px solid currentColor;
  width: 120px;
  height: 40px;
  line-height: 40px;
  display: block;
}

.view_btn:hover {
  background-color: #768da7;
  color: #fff;
  border: 1px solid #768da7;
  transition: all 0.3s;
}
.view_btn a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.wrap {}

.wrap>.mainWrap {
  /* background-color: #282c3e; */
}

.wrap>.mainWrap>main {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.sub_04_banner {
  /* width: 100%;
  height: 0;
  padding-top: calc(400 / 1920 * 100%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../images/collection/sub_04_banner_test.jpg'); */
}

.sub_04_banner img {
  width: 100%;
}

.series {
  width: 1200px;
  margin: 0 auto;
}

.series>h2 {
  font-size: 50px;
  text-align: center;
  font-family: "TmonMonsori";
  color: #333;
  line-height: 80px;
  text-transform: uppercase;
  margin-top: 80px;
}

.series p {
  font-size: 18px;
  line-height: 40px;
}

.series span {
  /* color: #2754bd; */
}

.series>p.first_p {
  margin-top: 0;
}

/* ¡Ù¡Ù¡Ù¡ÙÁß¿ä¡Ù¡Ù¡Ù¡Ù */

.series .series_btn {
  width: 60%;
  margin: 80px auto;
  overflow: hidden;
  text-align: center;
}

.series .series_btn li {
  width: 80px;
  height: 80px;
  margin: 0 10px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.series .series_btn li:hover {
  border-radius: 50%;
  background-color: #30af62;
}

.series .series_btn .shop_01 {
  background-image: url("../../images/collection/shop_btn01.png");
}

.series .series_btn .shop_02 {
  background-image: url("../../images/collection/shop_btn02.png");
}

.series .series_btn .shop_03 {
  background-image: url("../../images/collection/shop_btn03.png");
}

.series .series_btn .shop_04 {
  background-image: url("../../images/collection/shop_btn04.png");
}

.series .series_btn .shop_05 {
  background-image: url("../../images/collection/shop_btn05.png");
}

.series .series_btn .shop_01:hover {
  background-image: url("../../images/collection/shop_btn01_hover.png");
}

.series .series_btn .shop_02:hover {
  background-image: url("../../images/collection/shop_btn02_hover.png");
}

.series .series_btn .shop_03:hover {
  background-image: url("../../images/collection/shop_btn03_hover.png");
}

.series .series_btn .shop_04:hover {
  background-image: url("../../images/collection/shop_btn04_hover.png");
}

.series .series_btn .shop_05:hover {
  background-image: url("../../images/collection/shop_btn05_hover.png");
}

.series .series_btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

section.book {
  width: 60%;
  overflow: hidden;
  margin-left: -5%;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.book .book_box {
  width: 260px;
  height: 570px;
  /* float: left; */
  display: inline-block;
  margin: 0 5%;
  overflow: hidden;
  margin-top: 40px;
}

.book_img {
  width: 100%;
  position: relative;
}

.book_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.book_img img {
  width: 98%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.book .book_box>h4 {
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.book .book_img>h5 {
  display: none;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
}

/* mediaquery */

/* È­¸é ³Êºñ 0~1825px */

@media (max-width: 1825px) {}

/* È­¸é ³Êºñ 0~1720px */

@media (max-width: 1720px) {}

/* È­¸é ³Êºñ 0~1620px */

@media (max-width: 1620px) {
  .series .series_btn li {
    width: 60px;
    height: 60px;
    margin: 0 10px;
  }
}

/* È­¸é ³Êºñ 0~1220px */

@media (max-width: 1220px) {
  .series .series_btn {
    width: 100%;
  }
  .series {
    width: 95%;
    margin: 0 auto;
  }
}

/* È­¸é ³Êºñ 0~1024px */

@media (max-width: 1024px) {}

/* È­¸é ³Êºñ 0~960px */

@media (max-width: 960px) {}

/* È­¸é ³Êºñ 0~890px */

@media (max-width: 890px) {
  .series>h2 {
    font-size: 5vw;
    line-height: 150%;
    margin-top: 80px;
  }
  .series p {
    font-size: 3vw;
    line-height: 200%;
  }
}

/* È­¸é ³Êºñ 0~768px */

@media (max-width: 740px) {
  .series .series_btn li {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
}

/* È­¸é ³Êºñ 0~600px */

@media (max-width: 600px) {
  .series {
    width: 90%;
  }
  /* .in_box {
    margin: 60px 0 10px 0;
  } */
}

/* È­¸é ³Êºñ 0~480px ¸ð¹ÙÀÏ*/

@media (max-width: 480px) {

  section.book{
    width: 100%;
  }
}