@charset "UTF-8";
.kv {
  background: url("/books/img/books_kv.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .kv {
    background-position: 70% 0;
  }
}

.kv h1 {
  color: #fff;
}

.read_txt {
  color: #434343;
  padding-bottom: 60px;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 768px) {
  .read_txt {
    padding-bottom: 40px;
  }
}

.book_area {
  margin-top: -60px;
  color: #434343;
}

@media screen and (max-width: 768px) {
  .book_area {
    margin-top: -20px;
  }
}

.book_area .book_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 160px 0 80px 0;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0 50px 0;
  }
}

.book_area .book_cnt:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.book_area .book_cnt img {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt img {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt .txt_box {
    width: 100%;
    padding-top: 30px;
  }
}

.book_area .book_cnt .txt_box h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt .txt_box h3 {
    font-size: 18px;
  }
}

.book_area .book_cnt .txt_box .main_txt {
  padding-top: 45px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt .txt_box .main_txt {
    padding-top: 35px;
  }
}

.book_area .book_cnt .txt_box .author {
  padding-top: 35px;
}

.book_area .book_cnt .txt_box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt .txt_box .btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.book_area .book_cnt .txt_box .btn .amazon {
  width: 260px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #434343;
  background-color: #ffeb33;
  padding: 18px 0;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.book_area .book_cnt .txt_box .btn .amazon::after {
  content: '▶︎';
  font-size: 14px;
  padding-left: 5px;
}

.book_area .book_cnt .txt_box .btn .amazon:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt .txt_box .btn .amazon {
    width: 100%;
    margin-bottom: 20px;
  }
}

.book_area .book_cnt .txt_box .btn .privilege {
  width: 260px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #434343;
  padding: 17px 0;
  border: solid 2px #434343;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.book_area .book_cnt .txt_box .btn .privilege::after {
  content: '▶︎';
  font-size: 14px;
  padding-left: 5px;
}

.book_area .book_cnt .txt_box .btn .privilege:hover {
  background-color: #434343;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .book_area .book_cnt .txt_box .btn .privilege {
    width: 100%;
  }
}
/*# sourceMappingURL=layout.css.map */