/* main */
.main {
  overflow-x: hidden;
  width: 100vw;
}
.container {
  padding-top: 71px;
}
.main .container {
  padding-top: 71px;
}
.line-1 {
  max-width: 131px;
  border-right: 2px solid #d2d2d2;
  white-space: nowrap;
  overflow: hidden;
}
/* Animation */
.anim-typewriter {
  animation: typewriter 2.7s steps(14) 1s 1 normal both,
    blinkTextCursor 800ms steps(14) infinite normal;
}
.anim-typewriter02 {
  animation: anim-typewriter02 1.3s 5s ease-in, fadeIn-out 0.01s 5s normal both;
  -webkit-mask-repeat: no-repeat;
}
@keyframes fadeIn-out {
  from {
    display: none;
  }
  to {
    display: block;
  }
}
@keyframes anim-typewriter02 {
  0% {
    -webkit-mask-size: 0%;
    -webkit-mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 70%,
      rgba(0, 0, 0, 0)
    );
  }
  100% {
    display: block;
    -webkit-mask-size: 100%;
    -webkit-mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 70%,
      rgba(0, 0, 0, 0)
    );
  }
}
@keyframes typewriter {
  0% {
    width: 0;
  }
  90% {
    width: 196px;
  }
  100% {
    display: none;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: #d2d2d2;
  }
  to {
    border-right-color: transparent;
  }
}
header {
  width: 100%;
  min-width: 1300px;
  background: #fff;
}
.header_top {
  border-bottom: 1px solid #ebeef1;
}
.header_bt {
  background: #fff;
  width: 100%;
  transition: transform 0.23s;
  position: fixed;
  z-index: 100;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.header_bt.scroll_up {
  transform: translateY(-49px);
}
.header_bt.scroll_down {
  transform: translateY(-121px);
}
.header_top .inner,
.header_bt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.header_top .inner {
  height: 48px;
}
header .btn_svcIntro {
  font-size: 16px;
  color: #ed7474;
  margin-right: 45px;
}
header .header_wrap .logo_area {
  display: flex;
}
header .header_wrap .logo_area .title {
  margin-right: 28px;
  font-family: "SUITE";
}
header .header_wrap .logo_area .title p {
  margin-top: 2px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #454343;
  text-align: center;
}
header .header_wrap .logo_area .title strong {
  font-size: 28px;
  font-weight: 800;
  color: #ed7474;
}
header .header_wrap .m_area {
  align-items: center;
  gap: 23px;
}
header .header_wrap .search {
  position: relative;
}
header .header_wrap .hd_sch-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.4s;
}
header .header_wrap .hd_sch-wrap.active {
  z-index: 1;
  opacity: 1;
}
header .header_wrap .search input {
  width: 340px;
  height: 37px;
  padding: 0 45px 0 20px;
  border: 1px solid #ff9292;
  border-radius: 11px;
  font-size: 15px;
  color: rgba(48, 48, 48, 0.7);
  text-overflow: ellipsis;
}
header .header_wrap .search input::placeholder {
  font-weight: 300;
  color: #a4a4a4;
}
header .header_wrap .user_area {
  display: flex;
  align-items: center;
}
header .header_wrap .user_area .user {
  display: flex;
  align-items: center;
}
header .header_wrap .user_area .user .author {
  margin-right: 15px;
  color: #454343;
}
header .header_wrap .user_area .user .profile {
  position: relative;
}
header .header_wrap .user_area .user .profile .my {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  box-shadow: 0px 1px 15px #00000029;
  overflow: hidden;
}
header .header_wrap .user_area .user .profile .my:has(.name) {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_wrap .user_area .user .profile .my img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .header_wrap .user_area .user .profile .my .name {
  font-size: 10px;
}
header .header_wrap .user_area .user .profile .list {
  display: none;
  position: absolute;
  width: 130px;
  top: 0;
  right: 0;
  padding-top: 56px;
  z-index: 1000;
}
header .header_wrap .user_area .user .profile .list ul {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 30px #00000029;
  z-index: 200;
}
header .header_wrap .user_area .user .profile .list ul li {
  padding: 6px 0;
}
header .header_wrap .user_area .user .profile .list ul li:hover {
  color: #ed7474;
}
header .header_wrap .user_area .user .profile .list ul li a {
  font-size: 15px;
}
header .header_wrap .user_area .user .profile .list ul li.logout a {
  color: #a0a0a0;
}
.gnbList_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 21px;
}
.gnbList_wrap .gnbList a {
  transition: all 0.3s;
}
.gnbList_wrap .gnbList a:hover {
  color: #ed7474 !important;
}
.gnbList.newGnb a {
  font-weight: 700;
  color: #ea6161;
}
.btn_gnb-close {
  display: none;
}
.btGnb_wrap .bt_txt {
  display: none;
}
/* 0826 헤더 추가 */
header .anotherLink-wrap .link_wrap {
  display: flex;
  gap: 15px;
  font-size: 16px;
  font-family: "SUITE", sans-serif;
  font-weight: 800;
  color: #7e7e7e;
}
header .anotherLink-wrap .linkList.active {
  color: #303030;
}
header .anotherLink-wrap .linkList.type_blank a:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/ico_link.png) no-repeat;
  vertical-align: top;
  margin-top: -3px;
}
header .btn_login button {
  padding: 0;
  background: none;
  font-size: 13px;
}
header .btn_login button:not(:first-child) {
  margin-left: 25px;
}
.header_bt .inner {
  height: 71px;
}
header .header_wrap .search .btn_search {
  width: 60px;
  height: 35px;
  background: url(../img/ico_search_03.png) center no-repeat;
  background-size: 23px;
  font-size: 0;
  color: transparent;
  position: relative;
  z-index: 1;
}
.header_bt.active .sideGnb_wrap {
  display: flex;
}
.sideGnb_wrap {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: -100vw;
  top: 0;
  z-index: 111;
  width: 413px;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  padding-top: 65px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.7s;
}
.sideGnb_wrap.active {
  right: 0;
}
/* 로그인/회원가입 */
.gnb_member-wrap .top_login-wrap.type_login {
  padding: 14px 20px 55px;
}
.gnb_member-wrap .m_rptList {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f3f3f3;
}
.gnb_profile-wrap {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 0 20px;
}
.gnb_profile-wrap .img_wrap {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: #cacaca;
}
.gnb_profile-wrap .img_wrap img {
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
.gnb_profile-wrap .txt_wrap {
  padding-right: 25px;
  flex: 1;
}
.gnb_profile-wrap .tit {
  font-size: 16px;
  font-weight: 700;
  color: #ed7474;
}
.gnb_profile-wrap .btn_modify {
  font-size: 13px;
}
.m_report-wrap {
  margin-top: 35px;
}
.m_rptList .bd_box {
  flex: 1;
  max-width: 33.3%;
  min-height: 95px;
  border: 1px solid #f3f3f3;
  border-top: 0;
  border-right: 0;
  font-size: 15px;
}
.m_rptList .bd_box:nth-child(3n),
.m_rptList .bd_box:last-child {
  border-right: 1px solid #f3f3f3;
}
.m_rptList .bd_box .box_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.m_rptList .bd_box strong {
  display: block;
}
.m_rptList .bd_box .txt {
  font-size: 13px;
  color: #939393;
}
.m_rptList .bd_box .num {
  margin-bottom: 10px;
  font-size: 19px;
  word-break: break-all;
}
/* gnb 공지사항 */
.gnbNotice_wrap {
  margin: 10px 0 20px;
  padding: 0 20px;
}
.gnbNotice_wrap .bg_box {
  background: #f3f3f7;
  border-radius: 23px;
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 22px;
}
.gnbNotice_wrap .bg_box .box_inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.gnbNotice_wrap .n_tit:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/ico_notice.png) no-repeat;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.gnbNotice_wrap .nTxt_wrap {
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 22px;
}
.gnbNotice_wrap .nTxt_wrap .n_txt {
  position: absolute;
  min-width: 100%;
  -webkit-animation: scroll-txt 5s infinite linear;
  animation: scroll-txt 5s infinite linear;
}
.gnbList_wrap {
  font-size: 16px;
}
@keyframes scroll-txt {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
.btn_gnb-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 75px;
  width: 24px;
  height: 24px;
  background: url(../img/ico_gnb-close.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.gnbList.has_gnbSub {
  flex-direction: column;
  height: auto;
}
.mobileGnb_wrap .gnbList.has_gnbSub > a {
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
}
.gnbList_wrap > .gnbList.has_gnbSub:hover > a {
  color: #ed7474;
}
.gnbSub_wrap {
  display: none;
  width: 100%;
}
.subList_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 0 20px;
  font-size: 16px;
  color: #b8b8b8;
}

/* 햄버거 */
.menu-trigger {
  width: 24px;
  height: 24px;
  background: url(../img/ico_burger.png) center no-repeat;
  font-size: 0;
  color: transparent;
}
/* gnbSub */
.gnb_notice-wrap {
  padding: 33px 28px;
  flex: 1;
  background: #ed7474;
  color: #fff;
}
.gnb_notice-wrap .s_tit {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.gnb_notice-wrap .txt {
  font-size: 30px;
  line-height: 42px;
}
.mobileGnb_wrap .menu_wrap,
.mobileGnb_wrap .gnbList_wrap {
  display: block;
}
.header_bt .menu_wrap,
.header_bt .sns_wrap {
  width: 100%;
}
.btGnb_wrap .bt_txt {
  display: block;
  padding: 0 25px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
}
.menu_scroll-wrap {
  overflow: hidden;
  overflow-x: auto;
}
.menu_scroll-wrap .gnbList_wrap {
  display: flex;
  gap: 23px;
  padding-left: 20px;
  white-space: nowrap;
}
.gnbList {
  display: flex;
  align-items: center;
  height: 55px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 0;
}
.menu_scroll-wrap .gnbList:last-child {
  padding-right: 20px;
}
.mobileGnb_wrap .gnbList a {
  display: block;
  padding: 0 38px 0 70px;
  width: 100%;
}
.gnbList.newGnb a {
  color: #000;
  font-weight: 600;
}
.mobileGnb_wrap .gnbList.s_gnb a:before {
  display: none;
}
.mobileGnb_wrap .gnbList a:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.gnbList_wrap .gnbList:not(.s_gnb):nth-child(1) a:before {
  background-image: url(../img/ico_idea.png);
}
.gnbList_wrap .gnbList:not(.s_gnb):nth-child(2) a:before {
  background-image: url(../img/ico_video.png);
}
.gnbList_wrap .gnbList:not(.s_gnb):nth-child(3) a:before {
  background-image: url(../img/ico_audio02.png);
}
.gnbList_wrap .gnbList:not(.s_gnb):nth-child(4) a:before {
  background-image: url(../img/ico_pick02.png);
}
.gnbList_wrap .gnbList:not(.s_gnb):nth-child(5) a:before {
  background-image: url(../img/ico_pencil.png);
}
.gnbList_wrap .gnbList:not(.s_gnb):nth-child(6) a:before {
  background-image: url(../img/ico_team.png);
}
.mobileGnb_wrap .gnbList a:after,
.mobileGnb_wrap .gnbList.newGnb a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/ico_gnb.png) no-repeat;
  transition: all 0.3s;
}
.mobileGnb_wrap .gnbList a.active:after {
  transform: rotate(90deg) translateX(-50%);
}
.mobileGnb_wrap .gnbSub_wrap a:before,
.mobileGnb_wrap .gnbSub_wrap a:after {
  display: none;
}
.gnbList.logout a:after {
  display: none;
}
.gnbList.s_gnb {
  color: #b8b8b8;
  text-indent: 10px;
}
.gnbList.s_gnb a {
  padding-left: 20px;
}
.sns_wrap .t_sns-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 34px;
  margin: 20px 0;
}
.sns_wrap .sns_list-wrap {
  display: flex;
  gap: 20px;
}
.sns_list-wrap .snsList a {
  display: block;
  font-size: 0;
  color: transparent;
  width: 33px;
  height: 33px;
}
.sns_wrap .snsList.sns_blog a {
  background: url(../img/ico_AD003.png) no-repeat;
  background-size: 33px;
}
.sns_wrap .snsList.sns_insta a {
  background: url(../img/ico_AD004.png) no-repeat;
  background-size: 33px;
}
.bt_sns-area .prmtImg_wrap a {
  display: block;
  background: #131313;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
}
header .header_wrap .logo_area .title strong {
  font-size: 20px;
}
.sideGnb_wrap .sns_wrap {
  margin-top: auto;
}
/* header slide 추가 */
.hdSlide_wrap {
  margin-right: 16px;
}
.hdSlide_wrap .swiper {
  overflow: hidden;
  display: flex;
  gap: 14px;
  align-items: center;
  position: relative;
}
.hdSlide_wrap .swiper-wrapper {
  height: 16px;
}
.hdSlide_wrap .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hdSlide_wrap .btn_prev {
  margin-right: 14px;
}
.hdSlide_wrap .btn_next {
  margin-left: 14px;
}
.hdSlide_wrap .btn_prev,
.hdSlide_wrap .btn_next {
  width: 6px;
  height: 8px;
  background: url(../img/ico_arrow-gr.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.hdSlide_wrap .btn_next {
  transform: rotate(180deg);
}
.hdSlide_wrap .txt_slide {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  color: #7b7b7b;
}
.hdSlide_wrap .txt_slide .data strong {
  font-size: 16px;
  color: #767676;
}
.hdSlide_wrap .date_txt {
  margin-top: 5px;
  margin-right: 20px;
  font-size: 12px;
  color: #c0c0c0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sideGnb_wrap {
    width: 100vw;
    padding-top: 20px;
  }
  .btn_gnb-close {
    top: 20px;
  }
  .gnb_member-wrap .top_login-wrap.type_login {
    padding: 5px 20px 32px;
  }
  .m_report-wrap {
    padding: 0 20px;
    margin-top: 25px;
  }
  .gnbList.s_gnb a {
    font-size: 15px;
  }
}

footer {
  background: #f8f8f8;
  position: relative;
}
footer .footer_wrap {
  max-width: 1180px;
  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:nth-child(2)::after {
  display: none;
}
footer .footer_wrap .company span:last-child::after {
  display: none;
}

.service .inner {
  display: flex;
  align-items: center;
  height: 400px;
  max-width: 1180px;
  margin: 0 auto;
  background: url(../img/bg_service.png) no-repeat right;
  background-size: auto 400px;
}
.service .inner .desc {
  margin-bottom: 50px;
  font-size: 25px;
  font-family: "SUITE";
  font-weight: bold;
  line-height: 1.5;
}

.carousel {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  transition-duration: 1s;
}
.carousel .main_swiper .list.swiper-wrapper {
  align-items: center;
}
.carousel .main_swiper .swiper-slide a {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
.carousel .main_swiper .swiper-slide .txt_wrap {
  flex: 1;
}
.carousel .main_swiper .swiper-slide .tit {
  font-size: 32px;
  font-family: "Spoqa Han Sans Neo", sans-serif;
  line-height: 41px;
  word-break: keep-all;
}
.carousel .main_swiper .swiper-slide .txt {
  margin-top: 18px;
  font-size: 16px;
  line-height: 26px;
}
.carousel .main_swiper .swiper-slide .img_wrap {
  width: 563px;
}
.carousel .main_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.carousel .main_swiper .swiper-pagination {
  position: absolute;
  right: 29px;
  bottom: 19px;
  background: rgba(251, 251, 251, 0.7);
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 17px;
}
.carousel .main_swiper .swiper-pagination-fraction {
  width: auto !important;
  left: unset !important;
}
.carousel .mainSlide_bt_wrap {
  border: 1px solid #f3f3f3;
  background: #fff;
  padding: 17px 0;
}
.carousel .mainSlide_bt_wrap .bt_inner {
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}
.carousel .mainSlide_bt_wrap .slide_tit {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: auto;
}
.carousel .mainSlide_bt_wrap .slide_tit li {
  border: 1px solid rgba(210, 210, 210, 0.5);
  border-radius: 20px;
  width: auto;
  height: 36px;
  padding: 0 18px;
  margin: 0;
  background: none;
  opacity: 1;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 34px;
}
.carousel .mainSlide_bt_wrap .slide_tit .swiper-pagination-bullet-active {
  border-color: #ed7474;
  color: #ed7474;
  font-weight: 600;
}
.carousel .mainSlide_bt_wrap .control {
  display: flex;
  gap: 3px;
  align-items: center;
  height: 38px;
  min-width: 142px;
  padding: 0 12px 0 20px;
  background: rgba(126, 126, 126, 0.7);
  border-radius: 20px;
}
.carousel .mainSlide_bt_wrap .control.disabled {
  background: transparent;
}
.carousel .mainSlide_bt_wrap .control.disabled > * {
  display: none;
}
.carousel .mainSlide_bt_wrap .num {
  min-width: 30px;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.1em;
}
.mainSlide_bt_wrap .control div {
  width: 24px;
  height: 24px;
  font-size: 0;
  color: transparent;
  position: static;
  cursor: pointer;
}
.mainSlide_bt_wrap .next {
  background: url(../img/ico_next-wt.png) no-repeat;
}
.mainSlide_bt_wrap .prev {
  background: url(../img/ico_prev-wt.png) no-repeat;
}
.mainSlide_bt_wrap .pause {
  background: url(../img/ico_stop-wt.png) no-repeat;
}
.mainSlide_bt_wrap .play {
  background: url(../img/ico_play-wt.png) no-repeat;
  display: none;
}

@media screen and (max-width: 1240px) {
  .carousel .main_swiper .swiper-slide a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel .main_swiper .swiper-slide .tit {
    font-size: 25px;
    line-height: 34px;
  }
  .carousel .main_swiper .swiper-slide .txt {
    display: none;
  }
  .carousel .main_swiper .swiper-slide .img_wrap {
    flex: 1;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .carousel .main_swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: calc(100% - 40px);
  }
  .carousel .main_swiper .swiper-slide a {
    padding: 0;
    display: block;
  }
  .carousel .main_swiper .swiper-slide .txt_wrap {
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
  }
  .carousel .main_swiper .swiper-slide .tit {
    font-size: 20px;
    line-height: 29px;
  }
  .main_swiper .swiper-slide img {
    opacity: 1;
  }
}

.book_list {
  margin: 50px 0 140px;
}
.book_list .inner {
  max-width: 1180px;
  margin: 0 auto;
}
.book_list .inner .head_title {
  margin-bottom: 50px;
}
.book_list .inner .head_title strong.bg02::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: url(../img/ico_pen.png) no-repeat;
  background-size: cover;
}

.list_type_01 {
  display: flex;
  flex-wrap: wrap;
}
.list_type_01 li {
  position: relative;
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  margin-bottom: 70px;
}
.list_type_01 li:hover .img_wrap img {
  transform: translateY(-5px);
  box-shadow: 0px 5px 13px #00000029;
}
.list_type_01 li:nth-child(3n) {
  margin-right: 0;
}
.list_type_01 li a .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 262px;
  border-radius: 10px;
  background: #fff1f1;
  position: relative;
}
.list_type_01 li a .img_wrap img {
  max-width: 140px;
  max-height: calc(100% - 40px);
  transition: 0.2s;
}
.list_type_01 li a .img_wrap .label {
  position: absolute;
  top: 0;
  left: 14px;
  padding: 14px 7px;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  font-weight: 500;
  background: #ed7474;
  color: #fff;
}
.list_type_01 li a .info_wrap .book_name {
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
}
.list_type_01 li a .info_wrap .book_name strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
}
.list_type_01 li a .info_wrap .book_author {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.list_type_01 li a .info_wrap .book_author .author {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 80px);
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.list_type_01 li a .info_wrap .book_author .number {
  text-align: right;
  font-size: 15px;
  color: #ed7474;
}

.list_type_02 {
  margin-bottom: 180px;
}
.list_type_02.br_list {
  margin-bottom: 80px;
}
.list_type_02 ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
.list_type_02 ul li .list_title {
  margin-bottom: 12px;
}
.list_type_02 ul li .list_title strong {
  font-size: 18px;
}
.list_type_02 ul li .list_title strong.lock::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 4px;
  background: url(../img/ico_lock.svg) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.list_type_02 ul li .desc {
  margin-bottom: 25px;
}
.list_type_02 ul li .desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
  color: #7f7f7f;
}
.list_type_02 ul li .view_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_type_02 ul li .view_data .info {
  display: flex;
  align-items: center;
}
.list_type_02 ul li .view_data .info span:first-child {
  color: #919090;
}
.list_type_02 ul li .view_data .info span {
  margin-right: 15px;
  font-size: 15px;
  color: #454343;
}
.list_type_02 ul li .view_data .info span.line::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-left: 15px;
  background-color: #454343;
  vertical-align: -2px;
}
.list_type_02 ul li .view_data .like {
  display: flex;
  align-items: center;
}
.list_type_02 ul li .view_data .like::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  margin-right: 4px;
  background: url(../img/ico_like.svg) no-repeat;
  background-size: cover;
}
.list_type_02 ul li .view_data .update {
  font-size: 14px;
}
.list_type_02 ul li .view_data .update span {
  color: #adacac;
}

.view_write {
  margin-bottom: 130px;
}
.view_write.notice img {
  max-width: 100%;
}
.view_write .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.view_write .head_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.view_write .head_title .refresh span {
  display: flex;
  align-items: center;
  padding: 11px 18px;
  background: #f9f9f9;
  border-radius: 26px;
  color: #454343;
  font-size: 15px;
}
.view_write .head_title .refresh span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/ico_re.svg) no-repeat;
  background-size: cover;
}
.view_write .viewBox_wrap {
  display: flex;
  gap: 13px;
}
.view_write .viewBox {
  border-radius: 10px;
  max-width: calc((100% - 26px) / 3);
}
.view_write .viewBox .box_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 30px 35px;
  height: 100%;
}
.view_write .viewBox.type_gray {
  background: #ebf0f3;
}
.view_write .viewBox.type_yellow {
  background: #fffdcd;
}
.view_write .viewBox.type_grin {
  background: #c6f0d8;
}
.view_write .viewBox .quote {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}
.view_write .viewBox .txt {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.view_write .viewBox .btInfo_wrap {
  margin-top: 32px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.view_write .viewBox .author {
  max-width: calc(100% - 75px);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #454343;
}
.view_write .viewBox .img_wrap {
  width: 65px;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
  margin-top: 5px;
}
.view_write .viewBox .img_wrap img {
  width: 100%;
  border-radius: 5px;
}
.view_write .viewBox .img_wrap .flag_wrap {
  position: absolute;
  right: -13px;
  bottom: -13px;
}
.view_write .viewBox .img_wrap .flag_wrap div {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 0;
  color: transparent;
}
.view_write .viewBox .img_wrap .flag_wrap .audioFlag {
  background-size: 16px;
}

.author_intro {
  margin: 55px 0 167px;
}
.main .author_intro {
  margin-bottom: 120px;
}
.author_intro .inner {
  max-width: 1180px;
  margin: 0 auto;
}
.author_intro .head_title {
  margin-bottom: 50px;
}
.main .author_intro .head_title {
  margin-bottom: 58px;
}
.author_intro .head_title strong::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background: url(../img/ico_team.png) no-repeat;
  background-size: cover;
}
.main .author_intro .head_title strong::before {
  display: none;
}
.author_intro .author_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.main .author_intro .author_list {
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 45px;
}
.main .author_intro .author_list li {
  max-width: calc((100% - 180px) / 5);
}
.author_intro .author_list li {
  max-width: calc((100% - 180px) / 4);
  min-width: 250px;
  flex: 1;
}
.author_intro .author_list li:nth-child(4n) {
  margin-right: 0;
}
.author_intro .author_list li .img_wrap {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 65px;
  border: 1px solid #00000029;
  position: relative;
}
.author_intro .author_list li .img_wrap:has(.name) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.author_intro .author_list li .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.author_intro .author_list li .img_wrap .name {
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  text-align: center;
}
.author_intro .author_list li .info {
  margin-top: 35px;
}
.author_intro .author_list li .info .name {
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  word-break: break-all;
}
.main .author_intro .inner {
  max-width: 1440px;
}
.check::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(../img/ico_check.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
/* 작가와 출판사 태그 추가 */
.name.type_author:after,
.name.type_publi:after {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #ea6161;
  margin: 3px 0 0 6px;
  vertical-align: top;
}
.name.type_author:after {
  content: "\c791\ac00";
}
.name.type_publi:after {
  content: "\cd9c\d310\c0ac";
}
.author_intro .author_list li .info .introduce {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 18px 0 25px;
  line-height: 25px;
  font-weight: 300;
  font-size: 15px;
  color: #a4a4a4;
  height: 50px;
}
.author_intro .author_list li .label {
  display: flex;
}
.author_intro .author_list li .label button + button {
  margin-left: 7px;
}
.author_intro .author_list li .label img {
  width: 25px;
  height: 25px;
  opacity: 0.5;
}
.author_intro .author_list li .label .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  font-size: 14px;
  color: #a4a4a4;
}
.author_intro .btn_more {
  margin-top: 75px;
}
/* 호버 추가 */
.author_intro .author_list li .img_wrap:hover .hover_wrap {
  opacity: 1;
}
.author_intro .author_list li .hover_wrap {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  opacity: 0;
  transition: all 0.3s;
}
.author_intro .author_list .hover_wrap .hover_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  font-size: 21px;
  color: #fff;
}
.author_intro .author_list .hover_wrap .dataList:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 3px;
  height: 15px;
  background: #fff;
  margin-left: 7px;
}
.banner_intro {
  margin-bottom: 170px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.banner_intro img {
  border-radius: 15px;
  width: 100%;
}
.no_list {
  padding: 50px 0;
  text-align: center;
  border-bottom: none;
  font-size: 18px;
}
.pop_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #45434385;
}
.pop_bg.active,
.pop_bg .pop_main.active {
  display: inline-block;
}
.pop_bg .pop_main {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop_bg .bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pop_bg .close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.png) no-repeat;
}
.pop_bg .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 14px;
}
.pop_bg .inner img {
  max-width: 500px;
}
.pop_bg .inner .selectAll_wrap {
  margin-top: 10px;
}
.pop_bg .inner .selectAll_wrap label {
  margin-left: 5px;
  color: #fff;
}
.pop_bg .inner .selectAll_wrap input[type="checkbox"]:before {
  background-color: #fff;
}

.pop_img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #45434385;
}
.pop_img.active {
  display: inline-block;
}
.pop_img .bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop_img .close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.png) no-repeat;
}
.pop_img .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 14px;
}
.pop_img .inner img {
  max-width: 500px;
}

@media screen and (max-width: 600px) {
  .pop_bg .inner img {
    max-width: 300px;
  }
}

/* 2023-11-23 인증 부분 추가 */
.cert_wrap {
  padding-bottom: 100px;
  padding-top: 26px;
}
.cert_inner {
  display: flex;
  align-items: flex-end;
  max-width: 1180px;
  margin: 0 auto;
}
.cert_wrap .icoList_wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.cert_wrap .icoList {
  max-width: 110px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.cert_wrap .icoList a {
  position: relative;
}
.cert_wrap .icoList a:before {
  display: block;
  content: "";
  width: 110px;
  height: 110px;
  margin-bottom: 22px;
  border-radius: 35px;
  transition: all 0.5s;
  background-position: center;
  background-repeat: no-repeat;
}
.cert_wrap .icoList:nth-child(1) a:before {
  background-image: url(../img/ico_cert01-bd.png);
  background-color: #fbf9da;
}
.cert_wrap .icoList:nth-child(2) a:before {
  background-image: url(../img/ico_cert02-bd.png);
  background-color: #fbf9da;
}
.cert_wrap .icoList:nth-child(3) a:before {
  background-image: url(../img/ico_cert03-bd.png);
  background-color: #ed7474;
}
.cert_wrap .icoList:nth-child(4) a:before {
  background-image: url(../img/ico_cert04-bd.png);
  background-color: #55cda4;
}
.cert_wrap .icoList a:hover:before {
  transform: rotate(360deg);
  border-radius: 100%;
}

.count_fixed-wrap {
  position: fixed;
  right: 30px;
  bottom: 275px;
  z-index: 2;
}
.count_box {
  font-family: "SUITE", sans-serif;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.count_wrap .count_tit {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}
.count_box .list_inner {
  min-height: 70px;
  min-width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border: 1px solid #939393;
  border-radius: 17px;
  background: #fff;
}
.count_box .cBox_pp .list_inner {
  border-color: #6a61ea;
  position: relative;
}
.count_txt {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
.cBox_text .count_txt {
  margin-bottom: 0;
  font-size: 15px;
}
.count_box .counter {
  font-size: 24px;
  font-family: "ROBOTO", sans-serif;
  color: #ed7474;
}
.count_box .cBox_pp .counter {
  color: #6a61ea;
}
i {
  font-style: normal;
}
.cBox_infoBox {
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  background: #6a61ea;
  min-width: 58px;
  min-height: 31px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  animation: mover 0.7s infinite ease-in alternate;
}
@keyframes mover {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.cBox_infoBox:before {
  display: block;
  content: "";
  width: 10px;
  height: 9px;
  background: url(../img/ico_arrow-bl.png) no-repeat;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.count_txt.type_hasAll {
  margin-bottom: 5px;
}
.count_box .count_wrap {
  display: flex;
  gap: 1px;
  flex-direction: column;
  text-align: center;
}
.count_box .count_wrap .counter {
  font-size: 20px;
  color: #ed7474;
}
.count_box .count_wrap .txt_allNum {
  font-size: 14px;
  font-family: "ROBOTO", sans-serif;
  color: #303030;
  letter-spacing: 0;
}

.book_list.pd_bt {
  margin-bottom: 116px;
}
/* list style type_sj 추가 */
.list_type_01.type_sj li {
  margin-right: 33px;
  width: calc((100% - 99px) / 4);
}
.list_type_01.type_sj li:nth-child(3n) {
  margin-right: 33px;
}
.list_type_01.type_sj li:nth-child(4n) {
  margin-right: 0;
}

/* 메인 도서 리스트 추가 */
.bookList_wrap {
  padding: 66px 0 105px;
}
.main .bookList_wrap {
  padding: 0 0 100px;
}
.bookList_wrap .book_list {
  margin: 0 0 35px;
}
.head_title.has_more {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.has_more .btn_more {
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  color: #a4a4a4;
}
.child_list .inner .head_title strong::before {
  background: url(../img/ico_child.png) center no-repeat;
  width: 39px;
  height: 37px;
  background-size: auto;
}
.publi_list .inner .head_title strong::before {
  background: url(../img/ico_publi.png) center no-repeat;
  width: 29px;
  height: 37px;
  background-size: auto;
}
.publi_list li a .img_wrap {
  background: #fff2de;
}
.publi_list li a .img_wrap .label {
  padding: 0;
  min-width: 50px;
  height: 50px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8121;
}

/* 텍스트 에리어 리사이즈 */
textarea.type_Nresize {
  resize: none;
}
/* 팝업 공통 */
body.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popupWrap {
  display: none;
}
.popupWrap.active {
  display: block;
}
.deemd {
  background: #45434385;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.pop_cont {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border-radius: 10px;
}
.pop_cont .tit_wrap.type_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  padding: 0 20px;
}
.pop_cont .tit_wrap.type_flex .L_tit {
  max-width: calc(100% - 30px);
}
.pop_cont .L_tit {
  font-size: 30px;
  font-weight: 700;
}
.pop_cont .txt_wrap {
  font-size: 17px;
  line-height: 24px;
}
.pop_cont .bt_btn-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.pop_cont .bt_btn-wrap button {
  font-size: 15px;
  color: #fff;
  height: 50px;
  border-radius: 5px;
  flex: 1;
}
.tit_wrap .btn_popClose {
  line-height: 49px;
  min-width: 68px;
  border-radius: 10px;
  font-size: 15px;
  color: #808080;
}
.tit_wrap .btn_popClose02 {
  font-size: 0;
  color: transparent;
  line-height: 0;
  min-width: 24px;
  height: 24px;
  background: url(../img/ico_close_02.png) no-repeat;
}
/* 레이어팝업 */
.m_pageLayer {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 111;
}
@media screen and (max-width: 1024px) {
  .pop_cont .L_tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pop_cont .L_tit {
    font-size: 20px;
  }
  .rvImgbox_list-wrap .swiper-slide {
    position: relative;
    opacity: 0.5;
    transform: scale(0.84) !important;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    min-width: calc((100% - 40px) / 2);
  }
  .rvImgbox_list-wrap .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  /* 팝업 닫기 */
  .tit_wrap .btn_popClose {
    font-size: 0;
    color: transparent;
    line-height: 0;
    min-width: 24px;
    height: 24px;
    background: url(../img/ico_close_02.png) no-repeat;
  }
}

/* 버튼 공통 */
.btn_gray {
  background: #707070;
}
.btn_pink {
  background: #f4868f;
}
.txt_pink {
  color: #f4868f;
}
.btn_by-gr {
  border: 1px solid #dcdcdc;
}
.btn_bn-bk {
  background: #000;
  color: #fff;
}
.btn_bn-gr {
  background: #ececec;
}
.btn_by-bk {
  border: 1px solid #707070;
}
.btn_by-bk02 {
  border: 1px solid #7b7b7b;
}
.btn_by-pk {
  border: 1px solid #ea6161;
  color: #ea6161;
  transition: all 0.3s;
}
.btn_by-pk:hover {
  color: #fff;
  background-color: #ea6161;
}

/* 도플 PiCK */
.reviewTaste_wrap {
  background: #f8f8f8;
  position: relative;
  margin-bottom: 105px;
  padding: 55px 0;
}
.reviewTaste_wrap .inner {
  padding-left: calc((100% - 1200px) / 2);
  display: flex;
}
.reviewTaste_wrap .head_title .btn_more {
  display: none;
}
.reviewTaste_wrap .head_title .s_txt {
  margin-top: 15px;
  font-size: 15px;
  color: #7b7b7b;
}
.reviewTaste_wrap .headBtn_wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 294px;
  padding-top: 50px;
}
.reviewTaste_wrap .title_has_more02 a:not(.btn_apply):after {
  z-index: 1;
}
.reviewTaste_wrap .head_title .btn_apply {
  max-width: 94px;
  margin: auto 0 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.rvImgbox_list-wrap {
  overflow: hidden;
}
.rvImgbox_list-wrap .rvImgbox_list {
  max-width: 320px;
}
.rvImgbox_list-wrap .rvImgbox_list .imgBox {
  position: relative;
  display: block;
  overflow: hidden;
}
.rvImgbox_list-wrap .rvImgbox_list img {
  width: 100%;
}
.rvImgbox_list-wrap .rvImgbox_list .hover_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_gradient.png) center bottom -16px no-repeat;
  background-size: contain;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.rvImgbox_list-wrap .rvImgbox_list .imgBox:hover .hover_wrap {
  opacity: 1;
}
.rvImgbox_list-wrap .rvImgbox_list .hover_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 20px 18px;
}
.rvImgbox_list-wrap .rvImgbox_list .hover_wrap .label {
  position: absolute;
  top: 0;
  right: 24px;
  width: 31px;
  height: 40px;
  background: url(../img/ico_pick.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.rvImgbox_list-wrap .rvImgbox_list .hover_wrap .bt_tit {
  margin-top: auto;
  font-size: 18px;
  line-height: 22px;
}
.rvImgbox_list-wrap .control_wrap {
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 185px;
  display: flex;
  gap: 10px;
}
.rvImgbox_list-wrap .control_wrap button {
  width: 38px;
  height: 38px;
  font-size: 0;
  color: transparent;
}
.rvImgbox_list-wrap .btn_prev {
  background: url(../img/ico_arrowLeft-bk02.png) center no-repeat;
}
.rvImgbox_list-wrap .btn_next {
  background: url(../img/ico_arrowRight-bk02.png) center no-repeat;
}
.rvImgbox_list-wrap .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

/*  도서관 목록 */
.libraryList_wrap {
  background: #f3f3f3;
}
.lbrList_inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 0 220px;
}
.libraryList_wrap .title_wrap {
  font-size: 25px;
  margin-bottom: 35px;
  letter-spacing: -0.75px;
}
.libraryList_wrap .title_wrap .b_txt {
  font-size: 30px;
  margin-top: 12px;
  letter-spacing: -0.9px;
}
.libraryList_wrap .lbrList_cont {
  background: #fff;
}
.libraryList_wrap .lbrList_cont .top_list {
  font-size: 22px;
  color: #b8b8b8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 71px;
  padding: 0 50px 0 40px;
}
.lbrList .btn_tab {
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 71px;
  border-top: 1px solid #f3f3f3;
}
.lbrList .btn_tab .tit,
.lbrList .lbrDt_list .txt {
  padding: 0 10px 0 51px;
  max-width: calc(100% - 140px);
}
.lbrList .btn_tab .num,
.lbrList .lbrDt_list .txt_pink {
  width: 140px;
  text-align: center;
}
.lbrList .btn_tab .tit {
  padding-left: 0;
}
.lbrList .btn_tab .tit:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_tab-open-pk.png) no-repeat;
  margin: 0 11px -2px 16px;
}
.lbrList .btn_tab.active .tit:before {
  background-image: url(../img/ico_tab-close-pk.png);
}
.lbrList .lbrDt_cont {
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
  font-size: 20px;
  display: none;
}
.lbrList .lbrDt_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}
.lbrList .lbrDt_list:last-child {
  padding-bottom: 0;
}
.lbrList .lbrDt_list .txt_pink {
  position: relative;
}
.lbrList .lbrDt_list .txt_pink:before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 38px);
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1220px) {
  .reviewTaste_wrap .headBtn_wrap {
    padding-left: 20px;
  }
  .rvImgbox_list-wrap .control_wrap {
    left: 20px;
  }
  .rvImgbox_list-wrap .rvImgbox_list {
    max-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .rvImgbox_list-wrap .rvImgbox_list {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .libraryList_wrap {
    background: #fff;
  }
  .lbrList_inner {
    max-width: none;
    padding: 38px 0 45px;
  }
  .libraryList_wrap .lbrList_cont {
    border-bottom: 1px solid #f3f3f3;
  }
  .libraryList_wrap .title_wrap {
    margin-bottom: 25px;
    padding: 0 20px;
    word-break: keep-all;
  }
  .libraryList_wrap .title_wrap .b_txt {
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
  }
  .libraryList_wrap .lbrList_cont .top_list {
    border-top: 1px solid #f3f3f3;
  }
  .lbrList .btn_tab {
    font-size: 21px;
  }
  .lbrList .lbrDt_cont {
    font-size: 18px;
  }
  .lbrList .btn_tab .tit,
  .lbrList .lbrDt_list .txt {
    max-width: calc(100% - 101px);
    word-break: keep-all;
    line-height: 1.3em;
  }
  .lbrList .btn_tab .num,
  .lbrList .lbrDt_list .txt_pink {
    width: 101px;
    text-align: left;
    padding: 0 10px 0 12px;
    word-break: break-all;
  }
  .lbrList .lbrDt_cont .lbrDt_list .txt_pink {
    padding-left: 20px;
  }
  .lbrList .lbrDt_list .txt_pink:before {
    height: calc(100% + 46px);
  }
  .rvImgbox_list-wrap .rvImgbox_list .hover_wrap .bt_tit {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40px;
    -webkit-box-orient: vertical;
  }
}

/* 반응형 추가 */
.mobile,
.mobile02 {
  display: none;
}
/* tab 스타일 */
.bookList_wrap.test_wrap {
  padding-top: 0;
}
.bookList_wrap .tab_wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.bookList_wrap .tab_title_wrap {
  font-size: 25px;
}
.tabBtn_wrap .btn_tab {
  border: 1px solid #b8b8b8;
  border-radius: 23px;
  height: 34px;
  padding: 0 14px;
  margin: 0;
  font-size: 14px;
  color: #7b7b7b;
}
.tabBtn_wrap .btn_tab.active {
  background: #ed7474;
  border-color: #ed7474;
  color: #fff;
}
.tabBtn_wrap {
  display: flex;
  gap: 8px;
}
.bookList_wrap .tabBtn_wrap {
  margin: 23px 0 21px;
}
.bookList_wrap .tabCont_wrap .head_title {
  position: absolute;
  right: 20px;
  top: 8px;
  margin-bottom: 0;
}
/* 연령대별 추천 도서 */
.bookList_wrap .ageTap_list .book_list {
  margin-bottom: 0;
}
.ageTap_list .tab_wrap,
.ageTap_list .book_list .inner {
  max-width: 1200px;
}
.ageTab01 .list_type_01 li a .img_wrap {
  background: #ebf0f3;
  height: 250px;
}
.ageTab01 .list_type_01 li.type_pick .img_wrap:before {
  display: block;
  content: "";
  width: 61px;
  height: 61px;
  background: url(../img/ico_lbPick.png) no-repeat;
  position: absolute;
  left: 7px;
  top: 10px;
  z-index: 1;
}
.ageTap_list .list_type_01 {
  gap: 10px;
}
.ageTap_list .list_type_01.type_sj li {
  width: auto;
  flex: 1;
  margin-right: 0;
}
.main .ageTap_list .list_type_01.type_sj li {
  margin-bottom: 0;
}
.main .ageTap_list .list_type_01 li a .img_wrap img {
  max-width: 113px;
  border-radius: 5px;
}
@media screen and (max-width: 1240px) {
  .header_top .inner,
  .header_bt .inner,
  .view_write .inner,
  .banner_intro,
  .carousel .mainSlide_bt_wrap .bt_inner,
  .book_list.pd_bt,
  .main .author_intro,
  .ageTap_list .tab_wrap {
    padding: 0 20px;
  }
  .carousel .mainSlide_bt_wrap .slide_tit li {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1301px) {
  header,
  footer,
  .wrap {
    min-width: auto;
  }
}
@media screen and (max-width: 1221px) {
  .gnbList_wrap {
    gap: 20px;
    font-size: 18px;
  }
  footer .footer_wrap {
    padding: 60px 20px 76px;
  }
  .bookList_wrap,
  .main .cert_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cert_wrap .count_wrap {
    flex: 1;
  }
  .cert_wrap .icoList_wrap {
    gap: 30px;
  }
  .cert_wrap .count_box {
    min-width: auto;
  }
  /* 작가와 출판사 */
  .author_intro .scroll_wrap {
    overflow-x: auto;
  }
  .author_intro.type_sub .inner {
    padding: 0 20px;
  }
  .author_intro.type_sub .author_list {
    gap: 30px;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .main .container,
  .container {
    padding-top: 0;
  }
  .m_area {
    display: block;
  }
  .header_bt.scroll_up,
  .header_bt.header_bt.scroll_down,
  .header_bt.scroll_top {
    transform: none;
  }
  .header_top {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebeef1;
  }
  .header_bt {
    position: static;
  }
  /* 검색창 */
  .header_top .inner {
    height: 55px;
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
  }
  .header_bt .inner {
    height: 61px;
  }
  header .hd_sch-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 111;
    background: rgba(77, 77, 77, 0.5);
    display: none;
  }
  header .hd_sch-wrap.active {
    display: block;
  }
  header .hd_sch-wrap .input_area {
    background: #fff;
    border-bottom: 3px solid #ea6161;
    height: 65px;
    display: flex;
  }
  header .hd_sch-wrap .input_area input {
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    background-image: none;
  }
  header .hd_sch-wrap .input_area button {
    font-size: 0;
    color: transparent;
  }
  header .hd_sch-wrap .input_area .btn_back {
    min-width: 44px;
    background: url(../img/ico_back.png) left 20px center no-repeat;
  }
  header .hd_sch-wrap .input_area .btn_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding-right: 19px;
  }
  header .hd_sch-wrap .input_area .btn_cancel {
    width: 24px;
    height: 24px;
    background: url(../img/ico_cancel.png) no-repeat;
    background-size: 24px;
    display: none;
  }
  header .hd_sch-wrap .input_area .btn_cancel.active {
    display: block;
  }
  header .hd_sch-wrap .input_area .btn_sch {
    width: 24px;
    height: 24px;
    background: url(../img/ico_search_02.png) no-repeat;
    background-size: 24px;
  }
  /* 메인 슬라이드 */
  .carousel .main_swiper {
    width: 100%;
  }
  .carousel .btn.prev,
  .carousel .btn.next {
    display: none;
  }
  .carousel .main_swiper .swiper-pagination {
    background: rgba(164, 164, 164, 0.2);
  }
  .carousel .mainSlide_bt_wrap {
    padding: 0;
    border: none;
  }
  .carousel .mainSlide_bt_wrap .bt_inner {
    padding: 0;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 1;
  }
  .carousel .mainSlide_bt_wrap .slide_tit,
  .mainSlide_bt_wrap .control div {
    display: none !important;
  }
  .carousel .mainSlide_bt_wrap .control {
    min-width: 49px;
    height: 30px;
    padding: 0 9px;
    background: rgba(164, 164, 164, 0.2);
    text-align: center;
  }
  .carousel .mainSlide_bt_wrap .num {
    font-size: 13px;
    color: #000;
    letter-spacing: 0;
  }
  .carousel .mainSlide_bt_wrap .num span {
    font-weight: 700;
  }
  /* 서평 맛보기 */
  .reviewTaste_wrap .head_title .btn_more {
    display: block;
  }
  .rvImgbox_list-wrap .rvImgbox_list .imgBox .hover_wrap {
    opacity: 1;
    background: url(../img/bg_gradient-m.png) center bottom -16px no-repeat;
    top: auto;
    bottom: 0;
  }
  .rvImgbox_list-wrap .rvImgbox_list .hover_wrap .label {
    right: 10px;
  }
  /* 서평 현황 */
  .count_wrap {
    display: none;
  }
  /* 메인 게시판 */
  .type_scroll .list_type_01 {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .type_scroll .list_type_01 > li {
    min-width: 155px;
  }
  /* 이 서평 어떠세요? */
  .view_write .viewBox {
    max-width: 100%;
  }
  .view_write .viewBox:not(.type_gray) {
    display: none;
  }
  /* 서평 현황 */
  .cert_inner {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  /* 방금 서평이 등록된 책 */
  .list_type_01.type_sj li {
    width: calc((100% - 60px) / 4);
  }
  .list_type_01.type_sj li,
  .list_type_01.type_sj li:nth-child(3n) {
    margin-right: 20px;
  }
  .list_type_01.type_sj li:nth-child(4n) {
    margin-right: 0;
  }
  .main .list_type_01.type_sj li:nth-child(3n) {
    margin-right: 0;
  }
  .main .list_type_01 li a .img_wrap img {
    max-width: 120px;
  }
  .ageTab01 .list_type_01 li a .img_wrap {
    height: 220px;
  }
  /* 작가와 출판사 */
  .author_intro .author_list li .hover_wrap {
    display: none;
  }
  .author_intro .author_list {
    gap: 30px;
  }
  /* 모바일 메인 하단 버튼 추가 */
  .main_btBtn-wrap {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .main_btBtn-wrap .btn_inner {
    display: flex;
    gap: 10px;
  }
  .main_btBtn-wrap button {
    width: calc((100% - 10px) / 2);
    height: 67px;
    border-radius: 5px;
    background: #f3f3f3;
    font-size: 16px;
    color: #7b7b7b;
  }
  /* 연령대별 추천 도서 */
  .ageTap_list .tab_wrap,
  .main .author_intro {
    padding: 0;
  }
  .ageTap_list .tab_title_wrap,
  .ageTap_list .tabBtn_wrap,
  .main .author_intro .head_title {
    padding: 0 20px;
  }
  .ageTap_list .tabCont_wrap .type_scroll .list_type_01,
  .main .author_intro .author_list {
    padding: 0 20px;
  }
  .ageTab01 .list_type_01 li.type_pick .img_wrap:before {
    width: 51px;
    height: 51px;
    background-size: 51px;
  }
  .main .ageTap_list .list_type_01 li a .img_wrap img {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  /* 공통 */
  .m_hide {
    display: none;
  }
  .mobile02 {
    display: block;
  }
  header .header_wrap .logo_area .title {
    margin-right: 10px;
  }
  .head_title.has_more {
    align-items: center;
  }
  .head_title strong {
    font-size: 20px;
  }
  .audio_wrap .head_title strong,
  .head_title.title_has_more02 strong {
    font-size: 18px;
  }
  .has_more .btn_more {
    font-size: 15px;
    line-height: 18px;
  }
  .book_list .inner .head_title {
    margin-bottom: 30px;
  }
  .list_type_01 li a .info_wrap .book_name {
    padding: 12px 0;
  }
  .list_type_01 li a .info_wrap .book_author {
    margin-top: 12px;
    align-items: center;
  }
  .list_type_01 li a .info_wrap .book_name strong {
    font-size: 16px;
  }
  .list_type_01 li a .info_wrap .book_author .author {
    font-size: 12px;
    width: calc(100% - 70px);
  }
  .list_type_01 li a .info_wrap .book_author .number {
    font-size: 14px;
  }
  /* 푸터 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;
  }
  /* 메인 슬라이드 */
  .carousel {
    margin: 10px 0 20px;
  }
  /* 서평 현황 */
  .cert_wrap {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .cert_inner {
    gap: 30px;
  }
  .cert_wrap .icoList_wrap {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
  }
  .cert_wrap .icoList {
    font-size: 12px;
    font-weight: 500;
  }
  .cert_wrap .icoList a:before {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .cert_wrap .icoList:nth-child(1) a:before,
  .cert_wrap .icoList:nth-child(2) a:before {
    background-size: 60%;
  }
  .cert_wrap .icoList:nth-child(3) a:before,
  .cert_wrap .icoList:nth-child(4) a:before {
    background-size: 45%;
  }
  .count_box li {
    min-width: 75px;
    min-height: 88px;
  }
  .count_box .counter {
    font-size: 28px;
  }
  .count_txt {
    font-size: 13px;
    margin-top: 12px;
  }
  .cBox_infoBox {
    min-width: 173px;
    left: calc(50% - 18px);
    font-size: 12px;
    line-height: 15px;
    word-break: keep-all;
  }
  .cBox_infoBox:before {
    left: calc(50% + 18px);
    width: 10px;
    height: 9px;
    top: -8px;
  }
  .cBox_infoBox .txt .mobile02 {
    display: inline-block;
  }
  /* 서평 맛보기 */
  .reviewTaste_wrap {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
  }
  .reviewTaste_wrap .inner {
    padding: 30px 0 50px;
    flex-direction: column;
  }
  .reviewTaste_wrap .head_title {
    margin-bottom: 8px;
  }
  .reviewTaste_wrap .headBtn_wrap {
    padding: 0 20px;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .reviewTaste_wrap .head_title .s_txt {
    display: none;
  }
  .rvImgbox_list-wrap {
    gap: 0;
  }
  .rvImgbox_list-wrap .swiper-slide {
    position: relative;
    opacity: 0.5;
    transform: scale(0.75) !important;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    min-width: 210px;
    flex: auto;
    display: flex;
    justify-content: center;
  }
  .rvImgbox_list-wrap .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  .rvImgbox_list-wrap .btn_prev,
  .rvImgbox_list-wrap .btn_next {
    display: none;
  }
  .rvImgbox_list-wrap .rvImgbox_list .imgBox {
    border-radius: 10px;
  }
  /* 방금 서평이 등록된 책 */
  .justNowRv_wrap section:not(.bookList_wrap) .list_type_01.type_sj li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .justNowRv_wrap
    section:not(.bookList_wrap)
    .list_type_01.type_sj
    li:nth-child(even) {
    margin-right: 0;
  }
  .justNowRv_wrap section:not(.bookList_wrap) .list_type_01 li a .img_wrap {
    height: 191px;
  }
  .justNowRv_wrap section:not(.bookList_wrap) .list_type_01 li a .img_wrap img {
    max-width: 100px;
    max-height: calc(100% - 10px);
  }
  /* 이 서평 어떠세요? */
  .main .view_write {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 90px;
  }
  .view_write .head_title {
    margin-bottom: 22px;
  }
  .main .view_write .refresh {
    min-width: 154px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .view_write .head_title .refresh span {
    padding: 9px 0;
    justify-content: center;
  }
  .view_write .head_title .refresh span::before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .view_write .viewBox.type_gray {
    background: #f9f9f9;
  }
  .view_write .viewBox .box_inner {
    padding: 26px 27px 31px;
  }
  .view_write .viewBox .quote {
    margin-bottom: 14px;
    font-size: 19px;
    line-height: 29px;
  }
  .view_write .viewBox .txt {
    font-size: 13px;
    line-height: 22px;
    -webkit-line-clamp: 10;
  }
  .view_write .viewBox .btInfo_wrap {
    margin-top: 10px;
  }
  .view_write .viewBox .author {
    margin-top: 5px;
    max-width: calc(100% - 62px);
    font-size: 14px;
    line-height: 23px;
  }
  .view_write .viewBox .img_wrap {
    width: 62px;
    margin-top: 0;
  }
  /* 출간 예정 도서 */
  .main .bookList_wrap {
    padding-bottom: 80px;
  }
  .bookList_wrap {
    padding: 0 0 60px 20px;
  }
  .bookList_wrap .book_list {
    margin-bottom: 60px;
  }
  .book_list.publi_list .head_title {
    padding-right: 20px;
  }
  .list_type_01.type_sj li,
  .list_type_01.type_sj li:nth-child(3n) {
    margin-right: 10px;
    margin-bottom: 0;
    width: calc((100% - 30px) / 4);
  }
  .type_scroll .list_type_01.type_sj li:last-child {
    margin-right: 20px;
  }
  .publi_list li a .img_wrap .label {
    min-width: 38px;
    height: 32px;
    font-size: 13px;
  }
  /* 연령대별 추천 도서 */
  .bookList_wrap .tab_title_wrap {
    font-size: 18px;
  }
  .tabBtn_wrap {
    gap: 6px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .bookList_wrap .tabBtn_wrap {
    margin: 20px 0;
  }
  .bookList_wrap .tab_wrap .list_type_01 li {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .publi_list li a .img_wrap,
  .bookList_wrap .tab_wrap .list_type_01 li a .img_wrap {
    height: 190px;
  }
  .publi_list li a .img_wrap img {
    max-width: 100px;
  }
  .bookList_wrap .tabCont_wrap .head_title {
    top: 0;
  }
  .ageTap_list .tabCont_wrap .type_scroll .list_type_01 {
    gap: 10px;
  }
  .ageTap_list .tabCont_wrap .type_scroll .list_type_01 li {
    margin-right: 0;
  }
  /* 인트로 배너 */
  .banner_intro {
    margin-bottom: 68px;
  }
  /* 작가와 출판사 */
  .main .author_intro {
    margin: 0 0 95px;
    position: relative;
  }
  .main .author_intro .head_title {
    margin-bottom: 38px;
  }
  .main .author_intro .author_list {
    gap: 10px;
  }
  .main .author_intro .author_list li {
    min-width: 155px;
  }
  .main .author_intro .author_list li .img_wrap {
    width: 155px;
    height: 155px;
    border-radius: 30px;
  }
  .author_intro .author_list li .info {
    margin-top: 10px;
  }
  .author_intro .author_list li .info .name {
    font-size: 17px;
  }
  .name.type_author:after,
  .name.type_publi:after {
    margin-top: 2px;
  }
  .author_intro .author_list li .info .introduce {
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 18px;
    height: 28px;
  }
  .author_intro .author_list li .label img {
    width: 22px;
    height: 22px;
  }
  .author_intro .author_list li .img_wrap .name {
    font-size: 18px;
  }
  .author_intro .btn_more .btn_type_01.off {
    padding: 0;
    font-size: 0;
    color: transparent;
    border: none;
    min-width: auto;
  }
  .author_intro .btn_more strong {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
  }
}

/* 메인 서평 flag label 추가 */
.labelList {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "SUITE";
  color: #fff;
}
.labelList span {
  line-height: 25px;
  display: inline-block;
  border-radius: 0 9px 0 0;
  position: relative;
  min-width: 40px;
  text-align: center;
  padding: 0 5px;
}
.labelList span:not(:first-child) {
  margin-left: -10px;
  padding: 0 9px 0 17px;
}
.labelList span:nth-child(1) {
  z-index: 2;
}
.labelList span:nth-child(2) {
  z-index: 1;
}
.bt_label01 {
  background: #b8b8b8;
}
.bt_label02 {
  background: #ed7474;
}
.bt_label03 {
  background: #3d76fc;
}

/* 모바일 서평 버튼 - fixed  */
.btn_review-fx {
  display: none;
}
@media screen and (max-width: 1024px) {
  .btn_review-fx {
    display: block;
    position: fixed;
    min-width: 123px;
    line-height: 50px;
    border-radius: 26px;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #ed7474;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  }
  .btn_review-fx:before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/ico_write.png) no-repeat;
    vertical-align: text-top;
    margin: -2px 2px 0 0;
  }
}

/* 출간 예정 도서 */
.book_list.publi_list .head_title {
  align-items: flex-start;
}
.book_list.publi_list .head_title .btn_by-pk {
  min-width: 87px;
  line-height: 45px;
  border-radius: 23px;
  margin-top: -5px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
}

/* 공통 효과 추가 */
.underline_left {
  position: relative;
}
.underline_left:hover {
  color: #ed7474;
}
.underline_left:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: -1;
  width: 0;
  height: 3px;
  background: #ed7474;
  transition: all 0.3s;
}
.underline_left:hover:after {
  width: 100%;
}

.highlighter_txt {
  position: relative;
}
.highlighter_txt:after {
  display: block;
  content: "";
  width: 0;
  height: 10px;
  background: rgba(234, 97, 97, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.highlighter_txt:hover:after {
  width: 100%;
}

/* 방금 서평이 등록된 책 */
.Rslide_wrap,
.audio_wrap,
.music_wrap,
.webtoon_wrap {
  margin: 0 auto 100px;
  max-width: 1200px;
  position: relative;
}
.audio_wrap,
.music_wrap {
  margin-bottom: 135px;
}
.Rslide_wrap .head_title,
.audio_wrap .head_title,
.music_wrap .head_title,
.webtoon_wrap .head_title,
.libplusCerti_wrap .head_title {
  margin-bottom: 15px;
}
.Rslide_wrap .head_title .s_txt,
.audio_wrap .head_title .s_txt,
.music_wrap .head_title .s_txt,
.webtoon_wrap .head_title .s_txt,
.libplusCerti_wrap .head_title .s_txt {
  margin-top: 15px;
  font-size: 15px;
  color: #7b7b7b;
}
.libplusCerti_wrap .head_title .s_txt {
  line-height: 1.2em;
}
.Rslide_wrap .head_title .s_txt {
  margin-top: 10px;
}
.Rslide_bookList-wrap,
.audio_list-wrap,
.music_list-wrap,
.webtoon_list-wrap,
.libplusCerti_list-wrap {
  overflow: hidden;
}
.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 5px 5px 0;
}
.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 .btn_prev,
.Rslide_bookList-wrap .btn_next,
.audio_list-wrap .btn_prev,
.audio_list-wrap .btn_next,
.music_list-wrap .btn_prev,
.music_list-wrap .btn_next,
.webtoon_list-wrap .btn_prev,
.webtoon_list-wrap .btn_next,
.libplusCerti_list-wrap .btn_prev,
.libplusCerti_list-wrap .btn_next {
  width: 52px;
  height: 52px;
  border: 1px solid #939393;
  border-radius: 100%;
  backdrop-filter: blur(9px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: calc(50% + 12px);
  transform: translateY(-50%);
  z-index: 2;
}
.Rslide_bookList-wrap .btn_prev,
.audio_list-wrap .btn_prev,
.music_list-wrap .btn_prev,
.webtoon_list-wrap .btn_prev,
.libplusCerti_list-wrap .btn_prev {
  background-image: url(../img/ico_arrowLeft-bk02.png);
  left: -62px;
}
.Rslide_bookList-wrap .btn_next,
.audio_list-wrap .btn_next,
.music_list-wrap .btn_next,
.webtoon_list-wrap .btn_next,
.libplusCerti_list-wrap .btn_next {
  background-image: url(../img/ico_arrowRight-bk02.png);
  right: -62px;
}
.Rslide_bookList-wrap .swiper-button-disabled,
.audio_list-wrap .swiper-button-disabled,
.music_list-wrap .swiper-button-disabled,
.webtoon_list-wrap .swiper-button-disabled,
.libplusCerti_list-wrap .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.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: rgba(0, 0, 0, 0.5);
}
.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;
}

/* 서평 등록하신 분 - fixed */
.bookRv_fixed-wrap {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 2;
}
.bookRv_fixed-wrap.hover {
  z-index: 3;
}
.bookRv_fixed-wrap .bookRv_inner {
  position: relative;
  min-width: 291px;
  min-height: 200px;
}
.bookRv_fixed-wrap .btn_bkrvFixed-close {
  position: absolute;
  right: 1px;
  bottom: 35px;
  z-index: 2;
  transition: all 0.5s;
  border-radius: 100%;
  border: 1px solid #fff;
  background: #000 url(../img/ico_close-wt.png) center no-repeat;
  background-size: 12px;
  width: 31px;
  height: 31px;
  font-size: 0;
  color: transparent;
}
.bookRv_fixed-wrap.hover .btn_bkrvFixed-close {
  right: -4px;
  bottom: calc(100% - 20px);
  z-index: 2;
}
.bookRv_fixed-wrap .txt_bkrv {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 25px 25px 0 25px;
  border: 1px solid #000;
  min-width: 168px;
  background: #fff;
  font-family: "SUITE", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  transition: all 0.3s;
}
.bookRv_fixed-wrap .hover_wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px 15px 0 15px;
  background: transparent
    linear-gradient(136deg, #000000 0%, #000000 42%, #949494 100%) 0% 0%
    no-repeat padding-box;
  min-width: 291px;
  padding: 23px 20px 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
.bookRv_fixed-wrap.hover .txt_bkrv {
  opacity: 0;
}
.bookRv_fixed-wrap.hover .hover_wrap {
  z-index: 1;
  opacity: 1;
}
.bookRv_fixed-wrap .hover_wrap .bt_txt-wrap {
  margin-top: 23px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.bookRv_fixed-wrap .hover_wrap .bt_txt-wrap p {
  padding-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}
.bookRv_fixed-wrap .btn_more {
  background: #fff;
  border-radius: 23px;
  min-width: 100px;
  font-size: 16px;
  color: #000;
  line-height: 46px;
  text-align: center;
}
@media screen and (max-width: 1364px) {
  .Rslide_wrap,
  .audio_wrap,
  .music_wrap,
  .webtoon_wrap {
    padding: 0 20px;
  }
  .Rslide_bookList-wrap .btn_prev,
  .audio_list-wrap .btn_prev,
  .music_list-wrap .btn_prev,
  .webtoon_list-wrap .btn_prev,
  .libplusCerti_list-wrap .btn_prev {
    left: 0;
  }
  .Rslide_bookList-wrap .btn_next,
  .audio_list-wrap .btn_next,
  .music_list-wrap .btn_next,
  .webtoon_list-wrap .btn_next,
  .libplusCerti_list-wrap .btn_next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .bookRv_fixed-wrap {
    display: none;
  }

  .audio_list-wrap .btn_prev,
  .audio_list-wrap .btn_next,
  .music_list-wrap .btn_prev,
  .music_list-wrap .btn_next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .Rslide_wrap {
    padding: 0;
    margin-bottom: 80px;
  }
  .audio_wrap,
  .music_wrap,
  .webtoon_wrap {
    margin-bottom: 50px;
    padding: 0;
  }
  .Rslide_wrap .inner,
  .audio_wrap .inner,
  .music_wrap .inner {
    padding: 0;
  }
  .Rslide_wrap .head_title,
  .audio_wrap .head_title,
  .music_wrap .head_title,
  .webtoon_wrap .head_title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .Rslide_wrap .head_title .s_txt,
  .audio_wrap .head_title .s_txt,
  .reviewTaste_wrap .head_title .s_txt,
  .music_wrap .head_title .s_txt,
  .webtoon_wrap .head_title .s_txt {
    margin-top: 7px;
    font-size: 12px;
    line-height: 14px;
  }
  .Rslide_bookList-wrap,
  .audio_list-wrap,
  .music_list-wrap,
  .webtoon_list-wrap {
    padding-left: 20px;
    margin: 0;
  }
  .Rslide_bookList-wrap .btn_prev,
  .Rslide_bookList-wrap .btn_next {
    display: none;
  }
}

/* 공통 */
.title_has_more02 a {
  display: inline-block;
  position: relative;
}
.title_has_more02 a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  width: 0;
  height: 10px;
  border-radius: 5px;
  background: rgba(237, 116, 116, 0.4);
  transition: all 0.3s;
}
.title_has_more02 a:hover:after {
  width: calc(100% - 28px);
}
.title_has_more02 strong {
  display: flex;
  align-items: center;
  gap: 6px;
}
.title_has_more02 strong:after {
  display: inline-block;
  content: "";
  background: url(../img/ico_more-bk.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  transition: all 0.3s;
}
.title_has_more02 a:hover strong:after {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .title_has_more02 strong:after {
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-top: 0;
  }
}

/* 책읽고 뇌약간 고친다 */
.laymanBr_wrap {
  max-width: 1200px;
  margin: 0 auto 105px;
}
.laymanBr_wrap .head_title {
  margin-bottom: 20px;
}
.laymanBr_wrap .s_txt {
  margin-top: 15px;
  font-size: 15px;
  color: #7b7b7b;
}
.laymanBr_cont .laymanBr_list-wrap {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
.laymanBr_cont .laymanBr_list-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.laymanBr_cont .laymanBr_list-wrap::-webkit-scrollbar-track {
  background-color: rgba(77, 77, 77, 0.16);
  border-radius: 10px;
}
.laymanBr_cont .laymanBr_list-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.laymanBr_cont .laymanBr_list {
  border-radius: 10px;
  min-width: 290px;
  width: 290px;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.laymanBr_list a {
  display: flex;
  height: 100%;
}
.laymanBr_list img {
  width: 100%;
  margin-top: auto;
}
.laymanBr_cont .btn_upload {
  margin-right: 10px;
  background: #fdfbfb;
  border: 1px solid #ffcdcd;
  font-size: 18px;
  color: #ed7474;
  text-align: center;
  line-height: 1.3em;
  position: relative;
}
.laymanBr_cont .btn_upload:after {
  display: inline-block;
  content: "";
  padding-bottom: 99%;
  width: 100%;
}
.laymanBr_cont .btn_upload a {
  word-break: keep-all;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.laymanBr_cont .btn_upload a:before {
  display: block;
  content: "";
  width: 31px;
  height: 31px;
  background: url(../img/ico_plus-big.png) no-repeat;
  transition: all 0.3s;
}
.laymanBr_cont .btn_upload a:hover:before {
  transform: rotate(180deg);
}
.laymanBr_list .hover_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_gradient.png) center bottom no-repeat;
  background-size: contain;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.laymanBr_list a:hover .hover_wrap {
  opacity: 1;
}
.laymanBr_list .hover_inner {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding: 20px;
}
.laymanBr_list .hover_wrap .tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .laymanBr_wrap .head_title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1220px) {
  .laymanBr_cont .btn_upload {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .laymanBr_cont .laymanBr_list {
    min-width: 230px;
    width: 230px;
    height: 230px;
  }
  .laymanBr_cont .btn_upload {
    margin-left: 20px;
    font-size: 15px;
  }
  .laymanBr_list .hover_wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .laymanBr_wrap {
    margin-bottom: 63px;
  }
  .laymanBr_wrap .head_title {
    margin-bottom: 10px;
  }
  .laymanBr_wrap .s_txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .laymanBr_cont .laymanBr_list-wrap {
    gap: 0;
  }
  .laymanBr_cont .laymanBr_list {
    border-radius: 0;
    min-width: 180px;
    width: 180px;
    height: 180px;
  }
  .laymanBr_cont .btn_upload {
    margin-right: 5px;
    font-size: 13px;
  }
  .laymanBr_cont .btn_upload a {
    gap: 10px;
  }
  .laymanBr_cont .btn_upload a:before {
    width: 21px;
    height: 21px;
    background-size: 21px;
    background: url(../img/ico_plus-sm.png) no-repeat;
  }
}
@media screen and (max-width: 625px) {
  .laymanBr_cont .laymanBr_list {
    min-width: 150px;
    width: 150px;
    height: 150px;
  }
}

/* 영상으로 보는 서평 */
.brVideo_wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.brVideo_wrap .head_title {
  margin-bottom: 20px;
}
.brVideo_wrap .s_txt {
  margin-top: 15px;
  font-size: 15px;
  color: #7b7b7b;
}
.videoCont_wrap {
  display: flex;
  gap: 25px;
}
.videoCont_wrap .left_wrap {
  width: 50%;
}
.videoCont_wrap .right_wrap {
  width: calc(50% - 25px);
}
.videoCont_wrap .right_inner {
  width: 100%;
  display: grid;
  gap: 20px 24px;
  grid-template-columns: 1fr 1fr;
}
.videoCont_wrap .right_wrap .videoCont {
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.videoCont .youtube_wrap {
  position: relative;
  padding-bottom: 57.5%;
}
.videoCont .youtube_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.videoCont .img_wrap img {
  width: 100%;
}
.videoCont .txt_wrap {
  background: #f1f1f1;
  padding: 0 20px;
}
.videoCont .txt_wrap .txt_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left_wrap .videoCont .txt_inner {
  gap: 20px;
  height: 130px;
}
.right_wrap .videoCont .txt_inner {
  gap: 10px;
  height: 69px;
}
.videoCont .txt_wrap .tit {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.left_wrap .videoCont .txt_wrap .tit {
  font-size: 25px;
}
.right_wrap .videoCont .txt_wrap .tit {
  font-size: 16px;
}
.videoCont .txt_wrap .date {
  font-size: 14px;
  color: #9e9e9e;
}
.videoCont_wrap .videoCont {
  transition: all 0.3s;
}
.videoCont_wrap .videoCont:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

/* 헤드 신청하기 */
.headBtn_wrap {
  display: flex;
  justify-content: space-between;
}
.head_title .btn_apply {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  background: #f4f4f4;
  border-radius: 5px;
  transition: all 0.5s;
  position: relative;
  min-width: 94px;
  height: 49px;
  font-size: 16px;
}
.head_title .btn_apply:hover {
  background: #ed7474;
  color: #fff;
}
@media screen and (max-width: 1364px) {
  .brVideo_wrap {
    padding: 0 20px;
  }
  .brVideo_wrap .btn_prev {
    left: 0;
  }
  .brVideo_wrap .btn_next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .brVideo_wrap .swiper-slide {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .brVideo_wrap {
    padding: 0;
    margin-bottom: 80px;
  }
  .brVideo_wrap .inner {
    margin-bottom: 63px;
  }
  .brVideo_wrap .head_title {
    padding: 0 20px;
  }
  .brVideo_wrap .s_txt {
    margin-top: 7px;
    font-size: 12px;
    line-height: 14px;
  }
  .brVideo_wrap .swiper-slide {
    max-width: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .brVideo_wrap .swiper-slide:not(:first-child),
  .brVideo_wrap .btn_prev,
  .brVideo_wrap .btn_next {
    display: none;
  }
  .headBtn_wrap {
    align-items: center;
  }
  .head_title .btn_apply {
    min-width: 72px;
    height: 33px;
    margin-bottom: -7px;
    font-size: 13px;
  }
  .videoCont_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .videoCont_wrap .left_wrap {
    width: 100%;
    padding: 0 20px;
  }
  .videoCont_wrap .right_wrap {
    padding-left: 20px;
    width: auto;
    overflow-x: auto;
  }
  .videoCont_wrap .right_inner {
    min-width: 850px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
  .videoCont_wrap .right_wrap .videoCont {
    width: 200px;
  }
  .left_wrap .videoCont .txt_inner {
    height: 110px;
    gap: 25px;
  }
  .right_wrap .videoCont .txt_wrap {
    padding: 0 10px;
  }
  .right_wrap .videoCont .txt_inner {
    gap: 8px;
  }
  .left_wrap .videoCont .txt_wrap .tit {
    font-size: 16px;
  }
  .right_wrap .videoCont .txt_wrap .tit {
    font-size: 14px;
  }
}

/* 서평을 남기고 싶은 책이 있나요? & 퀵메뉴 */
.main_qick-wrap {
  margin-bottom: 100px;
  font-family: "SUITE", sans-serif;
}
.main_qick-wrap .search {
  max-width: 1157px;
  padding: 0 20px 0 83px;
  background: url(../img/ico_search_03.png) no-repeat left 31px center;
  background-size: 23px;
  margin: 0 auto;
  height: 78px;
  box-shadow: 0 1px 6px rgba(44, 44, 44, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.main_qick-wrap .search form {
  flex: 1;
}
.main_qick-wrap .search input {
  width: 100%;
  padding-right: 20px;
  text-overflow: ellipsis;
  font-size: 17px;
  color: rgba(48, 48, 48, 0.7);
}
.main_qick-wrap .search .btn_sch {
  width: 98px;
  height: 54px;
  border-radius: 5px;
  background: #f36969;
  transition: all 0.3s;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.main_qick-wrap .search .btn_sch:hover {
  background: #dc6161;
}
.main_qick-wrap .icoList_wrap {
  margin-top: 40px;
}
.main_qick-wrap .icoMenu_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.main_qick-wrap .icoMenu_wrap li {
  text-align: center;
}
.main_qick-wrap .icoMenu_wrap li.active a {
  color: #f95353;
}
.main_qick-wrap .icoMenu_wrap li a {
  position: relative;
  font-weight: 600;
  color: #000;
}
.main_qick-wrap .icoMenu_wrap li a:before {
  display: block;
  content: "";
  width: 68px;
  height: 68px;
  transition: all 0.3s;
  margin: 0 auto 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.main_qick-wrap .icoMenu_wrap .icoList01 a:before {
  background-image: url(../img/ico_service01.png);
}
.main_qick-wrap .icoMenu_wrap .icoList02 a:before {
  background-image: url(../img/ico_service02.png);
}
.main_qick-wrap .icoMenu_wrap .icoList03 a:before {
  background-image: url(../img/ico_service03.png);
}
.main_qick-wrap .icoMenu_wrap .icoList04 a:before {
  background-image: url(../img/ico_service04.png);
}
.main_qick-wrap .icoMenu_wrap .icoList05 a:before {
  background-image: url(../img/ico_service05.png);
}
.main_qick-wrap .icoMenu_wrap li a:hover:before {
  transform: rotateY(180deg);
}
.main_qick-wrap .icoMenu_wrap li a:hover {
  color: transparent;
  transition: all 0.3s;
}
.main_qick-wrap .icoMenu_wrap li a:after {
  position: absolute;
  color: #f95353;
  left: 50%;
  overflow: hidden;
  content: attr(data-text);
  transition: all 0.4s;
  opacity: 0;
  transform: scale(1.4) translateX(-50%);
  white-space: nowrap;
}
.main_qick-wrap .icoMenu_wrap li a:hover:after {
  transform: scale(1) translateX(-75%);
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .main_qick-wrap {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main_qick-wrap {
    margin-bottom: 60px;
    padding: 0;
  }
  .main_qick-wrap .topSearch_wrap {
    padding: 0 20px;
  }
  .main_qick-wrap .search {
    flex-direction: row-reverse;
    padding: 0;
    background: none;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    height: 60px;
  }
  .main_qick-wrap .search input {
    font-size: 15px;
    font-family: "SUITE", sans-serif;
    font-weight: 700;
  }
  .main_qick-wrap .search .btn_sch {
    width: 50px;
    height: 100%;
    border-radius: 0;
    background: url(../img/ico_search_03.png) center no-repeat;
    background-size: 20px;
    font-size: 0;
    color: transparent;
  }
  .main_qick-wrap .search .btn_sch:hover {
    background: url(../img/ico_search_03.png) center no-repeat;
    background-size: 20px;
  }
  .main_qick-wrap .icoList_wrap {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 20px;
  }
  .main_qick-wrap .icoMenu_wrap {
    gap: 20px;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .main_qick-wrap .icoMenu_wrap li a {
    font-size: 13px;
    white-space: nowrap;
  }
  .main_qick-wrap .icoMenu_wrap li a:before {
    width: 55px;
    height: 55px;
    background-size: 40px;
  }
  .main_qick-wrap .icoMenu_wrap li a:hover:after {
    display: none;
  }
  .main_qick-wrap .icoMenu_wrap li a:hover {
    color: #000;
  }
  .main_qick-wrap .icoMenu_wrap li.active a:hover {
    color: #f95353;
  }
}

/* 작가출산사 메인 */
.topBgGr_wrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  min-height: 250px;
  background: linear-gradient(
    90deg,
    rgba(209, 255, 157, 1) 0%,
    rgba(255, 210, 210, 1) 80%
  );
}
.topBgGr_wrap .top_inner,
.writersMAin_wrap .writers_cont,
.writersMAin_wrap .author_intro {
  max-width: 1200px;
  margin: 0 auto;
}
.topBgGr_wrap .top_inner {
  width: 100%;
}
.writer_profile-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
}
.writer_profile-wrap .img_wrap {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
  background: #cacaca;
}
.writer_profile-wrap .img_wrap img {
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
.writer_profile-wrap .txt_wrap {
  font-size: 25px;
  font-family: "SUIT", sans-serif;
  flex: 1;
  word-break: keep-all;
}
.writersMAin_wrap .gnbNotice_wrap {
  margin: 45px 0 0;
  padding: 0;
}
.writersMAin_wrap .gnbNotice_wrap .bg_box {
  min-height: 50px;
  padding-left: 53px;
  background: #fff url(../img/ico_notice.png) left 20px center no-repeat;
  font-size: 18px;
}
.writersMAin_wrap .gnbNotice_wrap .nTxt_wrap {
  width: 100%;
}
.writersMAin_wrap .gnbNotice_wrap .nTxt_wrap .n_txt {
  animation: scroll-txt 15s infinite linear;
}
.writers_cont .link_wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.writers_cont .linkList {
  flex: 1;
  min-width: 160px;
  position: relative;
}
.writers_cont .linkList a {
  display: block;
  font-size: 16px;
  font-family: "SUIE", sans-serif;
  line-height: 43px;
  text-align: center;
}
.writers_cont .linkList:hover {
  color: #ed7474;
}
.writers_cont .linkList:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.2s ease 0s, height 0.2s ease 0.1s,
    border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s;
}
.writers_cont .linkList:hover:after {
  width: 60%;
  height: 0;
  border-color: #ed7474;
  border-width: 0 1px 1px;
  margin: 0 20%;
  transition: width 0.2s ease 0.2s, height 0.2s ease 0.1s,
    border-top-width 0.1s ease 0s, margin 0.2s ease 0.2s;
}
.writers_cont .author_intro {
  margin-top: 95px;
}
.writers_cont .author_intro .head_title {
  margin-bottom: 35px;
}
.writers_cont .author_intro .head_title strong::before {
  display: none;
}
.writers_cont .author_intro .author_list {
  overflow-x: auto;
  flex-wrap: nowrap;
}
.writers_cont .author_intro .author_list li .img_wrap {
  border-radius: 40px;
}
.writersMAin_wrap .bt_banner-wrap {
  margin-top: 165px;
  background: #000;
}
.writersMAin_wrap .bt_banner-wrap .banner_inner:after {
  background-image: url(../img/Ai_Img02.png);
}
@media screen and (max-width: 1240px) {
  .topBgGr_wrap .top_inner,
  .writers_cont .link_wrap,
  .writers_cont .author_intro .head_title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .writers_cont .author_intro .author_list li:first-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .writers_cont .linkList {
    min-width: 200px;
  }
  .writers_cont .author_intro .author_list li {
    max-width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .topBgGr_wrap {
    min-height: 158px;
    background: linear-gradient(
      90deg,
      rgba(209, 255, 157, 1) 0%,
      rgba(255, 210, 210, 1) 60%
    );
  }
  .writers_cont .linkList {
    min-width: 100%;
  }
  .writer_profile-wrap {
    gap: 15px;
  }
  .writer_profile-wrap .img_wrap {
    width: 50px;
    height: 50px;
  }
  .writer_profile-wrap .txt_wrap {
    font-size: 16px;
    line-height: 22px;
  }
  .writersMAin_wrap .gnbNotice_wrap {
    margin-top: 18px;
  }
  .writersMAin_wrap .gnbNotice_wrap .bg_box {
    min-height: 45px;
    font-size: 12px;
  }
  .writers_cont .link_wrap {
    gap: 10px;
  }
  .writers_cont .author_intro {
    margin-top: 55px;
  }
  .writers_cont .author_intro .author_list {
    gap: 10px;
  }
  .writers_cont .author_intro .author_list li {
    min-width: 155px;
    max-width: calc((100% - 30px) / 4);
  }
  .writers_cont .author_intro .author_list li .img_wrap {
    width: 155px;
    height: 155px;
    border-radius: 30px;
  }
  .writersMAin_wrap .bt_banner-wrap {
    margin-top: 120px;
  }
}

/* 오디오 플래그 추가 */
.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;
}
/* 메인 - 오디오 서평 */
.audio_list-wrap .imgBg_wrap {
  background: #ebf0f3;
  border-radius: 10px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio_list-wrap .img_wrap img {
  width: 140px;
  max-height: calc(100% - 40px);
}
.audio_list-wrap .txt_bkName {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
}

/* audio 컨텐츠 추가 */
.audioPlay_wrap {
  position: absolute;
  bottom: 15px;
  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;
}

/* 오디오 서평 리스트 */
.audioReview_list-wrap .head_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.audioReview_list-wrap .list_filter.tag {
  margin: 0;
}
.btn_playPop {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url(../img/ico_audio.png) no-repeat;
}
.audio_pop .pop_cont {
  padding: 53px 85px;
  width: 300px;
}
.audioPop_list {
  width: 130px;
}
.audioPop_list .img_wrap {
  position: relative;
}
.audioPop_list .img_wrap img {
  width: 100%;
  border-radius: 5px;
}
.audioPop_list .info_wrap {
  margin-top: 8px;
}
.audioPop_list .info_wrap .book_name,
.audioPop_list .info_wrap .book_author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audioPop_list .info_wrap .book_author {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
/* 서평 ost */
.music_list-wrap .txt_bkName {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.main .music_list-wrap .txt_bkName {
  font-size: 16px;
}
.music_list-wrap .txt_bkName:hover {
  color: #ed7474;
}
@media screen and (max-width: 1240px) {
  .audio_list-wrap .img_wrap img {
    width: 114px;
  }
}
@media screen and (max-width: 1100px) {
  .audio_list-wrap .img_wrap img {
    width: 100px;
  }
  .audio_list-wrap .swiper-slide {
    max-width: 155px;
  }
  .audio_list-wrap .imgBg_wrap {
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .audioPlay_wrap {
    right: 0;
    bottom: 10px;
  }
  .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;
  }
  .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;
  }
}

/* 팝업 추가 */
.popBanner_wrap .ppBcont_wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
}
.popBanner_wrap .ppBcont_wrap .img_wrap img {
  width: 100%;
}
.popBanner_wrap .btBtn_wrap {
  display: flex;
}
.popBanner_wrap .btBtn_wrap button {
  background: #fff;
  flex: 1;
  height: 50px;
  font-size: 17px;
  position: relative;
}
.popBanner_wrap .btBtn_wrap button:after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background: #7b7b7b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.popBanner_wrap .btBtn_wrap button:last-child:after {
  display: none;
}
/* 팝업 2개 이상 일때 */
.popBanner_wrap.type_several .ppBcont_wrap {
  transform: none;
}
@media screen and (max-width: 1024px) {
  .popBanner_wrap.type_several .ppBcont_wrap {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
  .popBanner_wrap .ppBcont_wrap.type_audioBr {
    width: 500px;
  }
  .popBanner_wrap .btBtn_wrap button {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .popBanner_wrap.type_several .ppBcont_wrap {
    width: 500px;
  }
  .popBanner_wrap .btBtn_wrap button {
    height: 40px;
    font-size: 13px;
  }
  .popBanner_wrap .btBtn_wrap button:after {
    height: 20px;
  }
}

/* 서평 OST */
/* #musicList {
  align-items: flex-end;
}
.music_list-wrap .bk_inner {
  display: block;
  cursor: url("../img/ico_music-bl02.png") 2 2, auto;
}
.music_list-wrap .bk_inner img {
  width: 100%;
}
.music_list-wrap .btn_prev,
.music_list-wrap .btn_next {
  top: calc(50% + 40px);
}
/* 서평 OST 목록 
.musicRvList_wrap {
  align-items: flex-end;
}
@media screen and (max-width: 1364px) {
  .music_list-wrap .swiper-slide {
    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 .btn_prev,
.music_list-wrap .btn_next {
  top: calc(50% + 40px);
}
@media screen and (max-width: 1364px) {
  .music_list-wrap .swiper-slide {
    max-width: 140px;
  }
}

/* 웹툰으로 보는 책 */
.webtoon_wrap li {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 15px 10px;
  height: 350px;
}
.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;
}
.webtoon_wrap li img {
  width: 100%;
}
.webtoon_list-wrap .btn_prev,
.webtoon_list-wrap .btn_next {
  top: calc(50% + 25px);
}
/* 웹툰 팝업 */
.popBanner_wrap.type_webtoon {
  position: fixed;
  z-index: 111;
}
.popBanner_wrap.type_webtoon .ppBcont_wrap {
  max-width: 600px;
  padding: 15px 20px 30px;
  background: #fff;
  border: 1px solid #bbb;
}
.popBanner_wrap.type_webtoon .btBtn_wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.popBanner_wrap.type_webtoon .tit {
  font-weight: 700;
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popBanner_wrap.type_webtoon .btn_ppbClose {
  flex: none;
  width: 30px;
  height: 30px;
  background: url(../img/ico_popClose-bk.png) center no-repeat;
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 1364px) {
  .webtoon_wrap li {
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .webtoon_wrap li {
    max-width: 150px;
    height: 280px;
  }
  .webtoon_list-wrap .btn_prev,
  .webtoon_list-wrap .btn_next {
    display: none;
  }
  .popBanner_wrap.type_webtoon .ppBcont_wrap {
    width: calc(100vw - 30px);
    padding: 10px 10px 20px;
  }
  .popBanner_wrap.type_webtoon .btBtn_wrap {
    margin-bottom: 5px;
  }
}

/* 도플 인증 작가/출판사 */
.libplusCerti_wrap {
  background: #ebf0f3;
}
.libplusCerti_wrap .inner {
  margin: 0 auto 100px;
  max-width: 1200px;
  position: relative;
  padding: 50px 0;
}
.libplusCerti_wrap .title_has_more02 a:hover:after {
  z-index: 1;
}
.libplusCerti_list-wrap {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 30px;
}
.libplusCerti_list-wrap .btn_prev,
.libplusCerti_list-wrap .btn_next {
  top: calc(50% + 42px);
  background-color: #fff;
}
.libplusCerti_list-wrap .swiper-slide .img_wrap {
  position: relative;
}
.libplusCerti_wrap .pickTit {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #ed7474;
  line-height: 1;
  margin-bottom: 5px;
}
.libplusCerti_wrap .swiper-slide img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.libplusCerti_wrap .lbMain_slide {
  width: 480px;
}
.lbMain_slide .swiper-slide {
  background: #ebf0f3;
}
.lbMain_slide .bk_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.lbMain_slide .img_wrap {
  width: 180px;
}
.lbMain_slide .img_wrap img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.lbMain_slide .info_txt-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 195px);
}
.lbMain_slide .info_txt-wrap .txt_bkName {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 700;
}
.lbMain_slide .info_txt-wrap .txt_author {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.lbMain_slide .info_txt-wrap .txt_num {
  margin-top: auto;
  font-weight: 700;
  color: #ed7474;
}
.libplusCerti_wrap .lbSub_slide {
  width: calc(100% - 510px);
  overflow: hidden;
}
.lbSub_slide .swiper-wrapper {
  align-items: flex-end;
}
.lbSub_slide .swiper-slide .img_wrap:before {
  display: block;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #f36969;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  transition: all 0.3s;
}
.lbSub_slide .swiper-slide:hover .img_wrap:before,
.lbSub_slide .swiper-slide-active .img_wrap:before {
  opacity: 1;
}
.lbSub_slide .info_txt-wrap {
  display: none;
}
@media screen and (max-width: 1364px) {
  .libplusCerti_wrap .inner {
    padding: 50px 20px;
  }
  .libplusCerti_wrap .lbMain_slide {
    width: 380px;
  }
  .libplusCerti_wrap .lbSub_slide {
    width: calc(100% - 410px);
  }
}
@media screen and (max-width: 768px) {
  .libplusCerti_wrap .inner {
    padding: 30px 20px;
  }
  .libplusCerti_list-wrap .btn_prev,
  .libplusCerti_list-wrap .btn_next {
    width: 42px;
    height: 42px;
  }
  .lbSub_slide {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  .libplusCerti_wrap .lbMain_slide {
    width: 100%;
  }
  .lbMain_slide .img_wrap {
    width: 50%;
  }
  .lbMain_slide .info_txt-wrap {
    width: calc((100% / 2) - 15px);
  }
  .lbMain_slide .info_txt-wrap .txt_author {
    padding-right: 22px;
  }
}

/* 도플 인증 작가/출판사 - 목록 */
.certifi_wrap .book_list .inner .head_title strong.bg02::before {
  content: "🌸";
  background: none;
  line-height: 32px;
}
.certifi_wrap .list_filter.tag {
  margin-top: 25px;
}
.certifi_wrap .tagwrap_wrap .tabBtn_wrap:not(:last-child) {
  margin-bottom: 8px;
}
.certifi_wrap .tabBtn_wrap {
  align-items: center;
}
.certifi_wrap .tabBtn_wrap .tab_tit {
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  min-width: 50px;
}
.certifi_wrap .tabBtn_wrap .btnList_wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.certifi_wrap .tabBtn_wrap .btn_tab {
  border-radius: 15px;
  height: 28px;
  padding: 0 10px;
}
@media screen and (max-width: 1240px) {
  .certifi_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .certifi_wrap .list_filter.tag {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .certifi_wrap .tagwrap_wrap,
  .certifi_wrap .tabBtn_wrap {
    overflow: hidden;
  }
  .certifi_wrap .tagwrap_wrap {
    padding: 0;
    width: 100%;
  }
  .certifi_wrap .tabBtn_wrap .btnList_wrap {
    overflow: hidden;
    overflow-x: auto;
    max-width: calc(100% - 60px);
  }
  .certifi_wrap .filter_wrap {
    margin-left: auto;
  }
  .certifi_wrap .list_type_01 {
    gap: 30px 10px;
  }
  .certifi_wrap .list_type_01.type_sj li {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
  .certifi_wrap .list_type_01 li a .img_wrap {
    height: 191px;
  }
  .certifi_wrap .list_type_01 li a .img_wrap img {
    max-width: 100px;
    max-height: calc(100% - 10px);
  }
  .certifi_wrap .btn_more {
    margin-top: 40px;
  }
}

/* 어린이를 위한 교육자료 */
.flag_pdf {
  position: absolute;
  right: -5px;
  top: 40px;
  background: #ea2e2e;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "SUITE";
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
/* 어린이를 위한 교육자료 - 목록 */
.education_wrap .book_list .inner .head_title strong.bg02::before {
  background: none;
  content: "🐹";
  line-height: 32px;
}
.education_wrap .list_filter.tag {
  justify-content: flex-end;
}
.education_wrap .list_type_01 li a .img_wrap {
  background: #ebf0f3;
}
