/* main */
.main {
  overflow-x: hidden;
  width: 100vw;
  background: #131313 url(../img/wvat_bg.png) top -54px center no-repeat;
  color: #fff;
}
footer {
  background: #1e1e1e;
}
footer .footer_wrap {
  max-width: 1720px;
  margin: 0 auto;
  padding: 60px 0 76px;
}
footer .footer_wrap .link_area {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
footer .footer_wrap .link_area .logo {
  margin-right: 26px;
  font-size: 22px;
  color: #838383;
}
footer .footer_wrap .link_area .link {
  margin-top: 8px;
}
footer .footer_wrap .link_area .link a {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #838383;
}
footer .footer_wrap .link_area .link .link_insta {
  font-size: 0;
  color: transparent;
  width: 22px;
  height: 22px;
  opacity: 0.5;
  background: url(../img/ico_AD004.png) no-repeat;
  background-size: 22px;
  vertical-align: middle;
  margin-top: -4px;
}
footer .footer_wrap .company span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #838383;
}
footer .footer_wrap .company span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 5px 0 10px;
  vertical-align: -2px;
  background: #838383;
}
footer .footer_wrap .company span:nth-child(2)::after {
  display: none;
}
footer .footer_wrap .company span:last-child::after {
  display: none;
}
/* 공통 */
.head_title {
  margin: 0 100px 35px;
}
.swiper-wrapper {
  padding-left: 100px;
}

/* 반응형 추가 */
.mobile,
.mobile02 {
  display: none;
}
@media screen and (max-width: 1740px) {
  footer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1301px) {
  footer,
  .wrap {
    min-width: auto;
  }
}
@media screen and (max-width: 1221px) {
  footer .footer_wrap {
    padding: 60px 0 76px;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .main .container,
  .container {
    padding-top: 0;
  }
  .m_area {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* 공통 */
  .m_hide {
    display: none;
  }
  .mobile02 {
    display: block;
  }
  .head_title strong {
    font-size: 20px;
  }
  .has_more .btn_more {
    font-size: 15px;
    line-height: 18px;
  }
  /* 푸터 footer */
  footer .footer_wrap {
    padding: 44px 20px 47px;
  }
  footer .footer_wrap .link_area {
    margin-bottom: 12px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  footer .footer_wrap .link_area .link {
    margin-top: 0;
  }
  footer .footer_wrap .link_area .link a {
    font-size: 13px;
    margin-top: 5px;
  }
  footer .footer_wrap .link_area .link .link_insta {
    margin-top: -1px;
  }
  footer .footer_wrap .company {
    font-size: 0;
    word-break: keep-all;
  }
  footer .footer_wrap .company span {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 0;
  }
  footer .footer_wrap .company span::after {
    height: 12px;
    margin: 0 8px 0 10px;
  }
}

/* 상단 */
.wvatHeader {
  padding: 108px 0 280px;
  margin: 0 auto;
  max-width: 1720px;
  font-family: "Spoqa Han Sans Neo", sans-serif;
}
.wvatHeader .title {
  margin-bottom: 17px;
  font-size: 51px;
  color: #e52c2c;
  letter-spacing: -0.03em;
}
.wvatHeader .s_title {
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 58px;
}

/* 방금 서평이 등록된 책 */
.Rslide_wrap,
.audio_wrap,
.music_wrap,
.brVideo_wrap {
  position: relative;
  margin-bottom: 88px;
}
.audio_wrap .head_title {
  margin-bottom: 10px;
}
.Rslide_bookList-wrap,
.audio_list-wrap,
.music_list-wrap,
.videoSlide_wrap,
.webtoon_list-wrap {
  overflow: hidden;
  position: relative;
  padding-right: 40px;
}
.Rslide_bookList-wrap .swiper-wrapper {
  align-items: flex-end;
}
.Rslide_bookList-wrap .swiper-slide {
  width: fit-content;
  max-width: 130px;
}
.Rslide_bookList-wrap .swiper-slide .img_wrap,
.audio_list-wrap li .img_wrap {
  position: relative;
}
.Rslide_bookList-wrap .swiper-slide img {
  width: 100%;
  border-radius: 5px;
}
.Rslide_bookList-wrap .swiper-slide .img_wrap {
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
}
.Rslide_bookList-wrap .bk_inner:hover .img_wrap {
  transform: perspective(2000px) rotateY(-30deg);
  -webkit-transform: perspective(2000px) rotateY(-30deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.Rslide_bookList-wrap .bk_inner:hover .book_inside {
  transform: perspective(2000px) rotateY(30deg);
  -webkit-transform: perspective(2000px) rotateY(30deg);
}
.book_inside {
  width: calc(100% - 2px);
  height: 96%;
  position: absolute;
  top: 2%;
  z-index: -1;
  border: 1px solid grey;
  border-radius: 3px;
  background: white;
  box-shadow: inset -3px 0 0 #dbdbdb, inset -4px 0 0 white,
    inset -5px 0 0 #dbdbdb, inset -6px 0 0 white, inset -7px 0 0 #dbdbdb,
    inset -8px 0 0 white, inset -9px 0 0 #dbdbdb;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}
.Rslide_bookList-wrap .info_txt-wrap {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.Rslide_bookList-wrap .info_txt-wrap p,
.audio_list-wrap .info_txt-wrap p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Rslide_bookList-wrap .info_txt-wrap .txt_bkName {
  font-size: 16px;
  font-weight: 700;
}
.Rslide_bookList-wrap .info_txt-wrap .txt_author {
  font-size: 12px;
  color: #b4b4b4;
}
.Rslide_bookList-wrap .info_txt-wrap .txt_num {
  font-size: 14px;
  font-weight: 700;
  color: #ed7474;
}
.Rslide_bookList-wrap .pickTit {
  font-size: 13px;
  font-weight: bold;
  color: #ed7474;
  line-height: 1;
  margin-bottom: 4px;
}
/* 오디오 플래그 추가 */
.bk_hasFlag_wrap {
  position: absolute;
  right: 8px;
  top: 7px;
  display: flex;
  gap: 5px;
}
.bk_hasFlag_wrap div {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 0;
  color: transparent;
}
.audioFlag {
  background: #fff url(../img/ico_hearing.png) center no-repeat;
  background-size: 18px;
}
.ostFlag {
  background: #fff url(../img/ico_music-bl02.png) center no-repeat;
}
@media screen and (max-width: 1920px) {
  .head_title {
    margin-left: calc((100% - 1720px) / 2);
  }
  .swiper-wrapper {
    padding-left: calc((100% - 1720px) / 2);
  }
}
@media screen and (max-width: 1740px) {
  .wvatHeader .inner {
    padding: 0 20px;
  }
  .audio_wrap .head_title,
  .head_title {
    margin: 0 20px 35px;
  }
  .swiper-wrapper {
    padding-left: 20px;
  }
}

/* 시네마틱 서평 */
.brVideo_wrap .swiper-slide {
  width: 450px;
  position: relative;
}
/* 시네마틱 hover */
.brVideo_wrap .swiper-slide .img_wrap:before {
  display: block;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  transform: scale(0.9);
  transform-origin: center;
  opacity: 0;
}
.brVideo_wrap .swiper-slide .img_wrap:hover:before {
  opacity: 1;
  transform: scale(1);
}
.brVideo_wrap .swiper-slide .img_wrap img {
  width: 100%;
}

/* 오디오 서평 */
.audio_list-wrap li {
  max-width: 150px;
}
.audio_list-wrap .imgBg_wrap {
  border-radius: 10px;
  height: 230px;
  display: flex;
  align-items: flex-end;
  max-height: calc(100% - 40px);
}
.audio_list-wrap .img_wrap img {
  width: 130px;
}
.audio_list-wrap .txt_bkName {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
}
.audioPlay_wrap {
  position: absolute;
  bottom: -5px;
  right: -10px;
}
.audioPlay_inner {
  position: relative;
  right: -100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.audioPlay_inner.active {
  right: 0;
  z-index: 0;
  opacity: 1;
}
.playList_wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.audio_play {
  width: 72px;
  height: 40px;
}
.audioPlay_wrap .playList {
  width: 72px;
  height: 40px;
  opacity: 0.8;
  position: relative;
}
.audio_play .circle {
  fill: #fff;
  stroke: none;
}
.audio_play .progress {
  stroke: transparent;
  stroke-width: 3px;
  fill: none;
  transform: translate(1px, 1px);
}
.play_wrap .cont_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 3px;
}
.play_wrap .lang {
  font-size: 14px;
  font-weight: bold;
  color: #131313;
}
.play_wrap .btn_wrap button {
  width: 18px;
  height: 18px;
  background-size: 18px;
  font-size: 0;
  color: transparent;
  margin-bottom: 3px;
}
.play_wrap .btn_play {
  background: url(../img/ico_play.png) no-repeat;
}
.play_wrap .btn_pause {
  background: url(../img/ico_stop.png) no-repeat;
  display: none;
}
.hearBtn_wrap {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 72px;
}
.hearBtn_wrap button {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #131313;
}
.hearBtn_wrap .btn_close {
  display: none;
}
.hearBtn_wrap .btn_hear:before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/ico_hearing.png) no-repeat;
  margin: 0 auto 2px;
}

/* 공통 */
.btn_prev,
.btn_next {
  width: 100px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  color: transparent;
  position: absolute;
  z-index: 2;
  background-color: rgba(19, 19, 19, 0.9);
  background-image: url(../img/ico_arrow-wt.png);
  opacity: 0;
  transition: all 0.4s;
}
.btn_prev {
  left: 0;
  transform: rotate(180deg);
}
.btn_next {
  right: 0;
}
.btn_prev:hover,
.btn_next:hover {
  opacity: 1;
}
.swiper-button-disabled:hover {
  opacity: 0.3;
  cursor: default;
}
@media screen and (max-width: 1364px) {
  .btn_prev {
    left: 0;
  }
  .btn_next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hearBtn_wrap {
    margin-top: 5px;
    width: 63px;
  }
  .hearBtn_wrap button {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
  .playList_wrap {
    gap: 8px;
  }
  .audioPlay_wrap .playList,
  .audio_play {
    width: 65px;
    height: 34px;
  }
  .audio_play rect {
    transform: scale(0.89, 0.85);
  }
  .audio_play .progress {
    transform: translate(1px, 1px) scale(0.89, 0.85);
  }
}
@media screen and (max-width: 768px) {
  .audio_list-wrap .imgBg_wrap {
    height: 190px;
  }
  .btn_prev,
  .btn_next {
    display: none;
  }
  .play_wrap .lang {
    font-size: 10px;
  }
  .musicReview_list-wrap .music_list-wrap {
    padding-left: 0;
  }
  .audio_list-wrap .txt_bkName,
  .music_list-wrap .txt_bkName {
    font-size: 16px;
  }
}

/* OST 서평 */
#musicList {
  align-items: flex-end;
}
.music_list-wrap li {
  max-width: 140px;
}
.music_list-wrap .bk_inner {
  position: relative;
  display: block;
  padding-bottom: 179.1%;
}
.music_list-wrap iframe,
.music_list-wrap .bk_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.music_list-wrap .txt_bkName {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.music_list-wrap .txt_bkName:hover {
  color: #ed7474;
}

/* 웹툰으로 보는 책 */
.webtoon_wrap {
  margin-bottom: 88px;
}
.webtoon_wrap li {
  box-shadow: 0 0 0 5px #fff;
  background: #b1b1b1;
  border-radius: 5px;
  padding: 15px 10px;
  height: 340px;
  max-width: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.webtoon_wrap li:hover {
  animation: bounceOut 0.4s linear;
}
.webtoon_wrap .wt_inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.webtoon_wrap li:nth-child(even) .wt_inner {
  flex-direction: column-reverse;
}
.webtoon_wrap li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  line-height: 1.2em;
  color: #000;
}
.webtoon_wrap li img {
  width: 100%;
}
@keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 4px #fff;
    opacity: 1;
  }

  25% {
    box-shadow: 0 0 0 1px #fff;
    opacity: 1;
  }

  50% {
    box-shadow: 0 0 0 7px #fff;
    opacity: 1;
  }

  75% {
    box-shadow: 0 0 0 4px #fff;
    opacity: 1;
  }

  100% {
    box-shadow: 0 0 0 5px #fff;
    opacity: 1;
  }
}
