/* 서평 목록 */
.book_review {
  width: calc(100% - 300px);
  margin-top: 50px;
  margin-right: 60px;
}
.common_text-wrap {
  width: 100%;
}
.common_text-wrap .book_review {
  width: 100%;
  margin-right: 0;
}
.book_info {
  margin: 50px 0;
  width: 275px;
}
.book_info .sticky {
  position: sticky;
  top: 76px;
}
.book_info .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 234px;
  margin-bottom: 21px;
  border-radius: 15px;
}
.book_info.publisher .img_wrap {
  border: 1px solid #00000029;
}
.book_info .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;
}
.book_info .img_wrap.book {
  background: #f6f6f6;
}
.book_info .img_wrap img {
  max-width: 140px;
}
.book_info.publisher .img_wrap {
  width: 275px;
  height: 275px;
}
.book_info.publisher .img_wrap:has(.name) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.book_info.publisher .img_wrap img {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 15px;
  object-fit: contain;
}
.book_info.publisher .img_wrap .name {
  font-size: 22px;
  font-weight: 700;
}
.book_info .txt_wrap .top {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.book_info .txt_wrap .top .title {
  font-size: 17px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.book_info .txt_wrap .top .desc {
  margin-top: 20px;
  line-height: 23px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.book_info .txt_wrap .top .label {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.book_info .txt_wrap .top .label img {
  width: 22px;
  height: 22px;
  opacity: 0.5;
}
.book_info .txt_wrap .top .author {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 23px;
  color: rgb(0, 0, 0, 0.7);
}
.book_info .txt_wrap .top .publish {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
}
.book_info .txt_wrap .center {
  padding: 20px 0;
}
.book_info .txt_wrap .center dl {
  display: flex;
  margin-bottom: 10px;
}
.book_info .txt_wrap .center dl:last-child {
  margin-bottom: 0;
}
.book_info .txt_wrap .center dl dt {
  min-width: 38px;
  margin-right: 10px;
  font-size: 15px;
  color: #7b7b7b;
}
.book_info .txt_wrap .center dl dd {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.book_info .txt_wrap .center dl dd .txt_marc {
  color: #f95353;
  font-weight: 600;
}
.book_info .txt_wrap .center dl dd .txt_marc:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #f95353;
}
.book_info .txt_wrap .center.type02 {
  border-top: 1px solid #d2d2d2;
}
.book_info .txt_wrap .center.type01 {
  padding: 25px 15px 30px;
}
.book_info .txt_wrap .center.type01 dl {
  justify-content: space-between;
}
.book_info .book_info_cnt {
  margin-top: 30px;
}
.book_info .bkCnt_tit {
  padding: 0 5px;
}
.book_info .book_info_cnt .title {
  color: #8a8a8a;
}
.book_info .book_info_cnt .date {
  float: right;
  color: #b8b8b8;
  font-size: 14px;
}
.book_info .book_info_cnt .item_list {
  margin-top: 23px; /*overflow-y:auto; max-height: 600px; */
}
.book_info .book_info_cnt .item_list .item {
  display: flex;
}
.book_info .book_info_cnt .item_list .item + .item {
  margin-top: 20px;
}
.book_info .book_info_cnt .item_list .item img {
  margin-right: 15px;
  width: 70px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px #00000029;
}
.book_info .book_info_cnt .item_list .item p {
  color: #8a8a8a;
}
.book_info .book_info_cnt .item_list .item .info_div {
  width: calc(100% - 80px);
}
.book_info .book_info_cnt .item_list .item .info_div > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}
.book_info .book_info_cnt .item_list .item .info_div > p + p {
  margin-top: 3px;
}
.book_info .book_info_cnt .cnt_info {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: calc(100% - 13px);
}
.book_info .book_info_cnt .cnt_info .cnt_item {
  text-align: center;
}
.book_info .book_info_cnt .cnt_info .cnt_item .cate {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
}
.book_info .book_info_cnt .cnt_info .cnt_item .count {
  color: #ed7474;
  font-size: 17px;
}
.book_info .btn_wrap {
  gap: 8px;
}
.book_info .btn_share a {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 0;
  color: transparent;
  background: #fff url(../img/ico_share.png) center no-repeat;
  transition: all 0.3s;
}
.book_info .btn_share,
.book_info .btn_write {
  margin-right: 0;
}
.book_info .btn_write {
  width: calc(100% - 62px);
}
.book_info .btn_write a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
/* pdf 다운로드 추가 */
.book_info .btn_down {
  width: 100%;
  background: #6a61ea;
  border-radius: 8px;
  display: flex;
  text-align: center;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0px 2px 6px #00000029;
}
.book_info .btn_down:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/ico_fileDown.png) center no-repeat;
  background-size: 24px;
  margin-right: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.book_info .btn_down:hover:after {
  visibility: visible;
  opacity: 1;
  margin: 0;
}

.book_slide {
  position: relative;
}
.bookSlide_wrap {
  margin-bottom: 54px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 0 50px 25px;
}
.book_swiper .label {
  position: absolute;
  top: 20px;
  padding: 4px 7px;
  border-radius: 13px;
  color: #ed7474;
  background: #ffdcdc;
  font-size: 13px;
}
.bookSlide_wrap .swiper-autoheight .swiper-wrapper {
  align-items: flex-end !important;
}
.book_swiper .swiper-wrapper {
  align-items: flex-end;
}
.book_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
.book_swiper .swiper-wrapper .slide_item {
  position: relative;
  display: inline-block;
  height: auto;
  transition: 0.3s;
  padding-top: 50px;
}
.book_swiper .swiper-wrapper .swiper-slide a {
  display: inline-block;
  box-shadow: 0px 6px 15px #00000029;
}
.book_swiper .swiper-wrapper .swiper-slide a {
  width: 122px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.book_swiper .swiper-wrapper .swiper-slide a .img_wrap {
  border-radius: 5px;
  overflow: hidden;
}
.book_swiper .swiper-wrapper .swiper-slide a span.label {
  position: absolute;
  top: -30px;
  padding: 4px 7px;
  background: #ffdcdc;
  border-radius: 13px;
  color: #ed7474;
  font-size: 13px;
}
.book_swiper .swiper-wrapper .swiper-slide .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10px 7px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.book_swiper .swiper-wrapper .swiper-slide .slide_item:hover .cover {
  display: inline-block;
}
.book_swiper .swiper-wrapper .swiper-slide .slide_item:hover {
  transform: translateY(-5px);
}
.book_swiper .swiper-wrapper .swiper-slide:hover .cover {
  display: inline-block;
}
.book_swiper .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-5px);
}
.book_swiper .swiper-wrapper .swiper-slide .cover .btn_more {
  width: 100%;
  text-align: right;
}
.book_swiper .swiper-wrapper .swiper-slide .cover .btn_more img {
  width: 25px;
  height: 25px;
}
.book_swiper .swiper-wrapper .swiper-slide .cover .input_box {
  display: none;
  align-items: center;
  margin-top: 10px;
  padding: 10px 7px;
  border-radius: 3px;
  background-color: #fff;
}
.book_swiper .swiper-wrapper .swiper-slide .cover .input_box.on {
  display: flex;
}
.book_swiper .swiper-wrapper .swiper-slide .cover .input_box .txt {
  font-size: 15px;
}
.book_swiper .swiper-wrapper .swiper-slide .cover .input_box .txt p {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 1.3;
}
.book_swiper .swiper-wrapper .swiper-slide .cover .count {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 300;
}
.book_swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}
.bookSlide_wrap .swiper-pagination {
  position: absolute;
  left: auto;
  right: -30px;
  bottom: -5px;
  width: auto !important;
  background: rgba(220, 220, 220, 0.5);
  border-radius: 20px;
  font-weight: 300;
  font-size: 17px;
  min-width: 70px;
  padding: 0 5px;
  line-height: 39px;
}
.bookSlide_wrap .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
}
.book_swiper .btn {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 52px;
  height: 52px;
}
.book_slide .btn.prev {
  position: absolute;
  width: 52px;
  height: 52px;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  left: -62px;
  z-index: 10;
  background: rgb(210, 210, 210, 0.3) url(../img/ico_prev.svg) no-repeat center
    center;
  border-radius: 50%;
}
.book_slide .btn.next {
  position: absolute;
  width: 52px;
  height: 52px;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  right: -62px;
  z-index: 10;
  background: rgb(210, 210, 210, 0.3) url(../img/ico_next.svg) no-repeat center
    center;
  border-radius: 50%;
}
.book_swiper
  .swiper-wrapper
  .swiper-slide
  .cover
  .input_box
  input[type="checkbox"] {
  appearance: none;
  margin: 0;
}
.book_swiper
  .swiper-wrapper
  .swiper-slide
  .cover
  .input_box
  input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
}
.book_swiper
  .swiper-wrapper
  .swiper-slide
  .cover
  .input_box
  input[type="checkbox"]:checked:before {
  background: url("../img/ico_check_bl.png") center center;
}
.view_type_01 .title_area {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.view_type_01 .title_area .view_title {
  margin-bottom: 17px;
  line-height: 33px;
}
.view_type_01 .title_area .view_title strong {
  font-size: 25px;
}
.view_type_01 .title_area .tit_data {
  display: flex;
  justify-content: space-between;
}
.view_type_01 .title_area .tit_data .writer span {
  color: #a4a4a4;
}
.view_type_01 .title_area .tit_data .writer span.name {
  color: #000;
}
.view_type_01 .title_area .tit_data .date_area {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.view_type_01 .title_area .tit_data .date_area .more_list {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  width: 105px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
.view_type_01 .title_area .tit_data .date_area .more_list.active {
  display: block;
}
.view_type_01 .title_area .tit_data .date_area .more_list li {
  padding: 8px 11px;
}
.view_type_01 .title_area .tit_data .date_area .more_list li a {
  font-size: 15px;
  padding-left: 25px;
}
.view_type_01 .title_area .tit_data .date_area .more_list li a.edit {
  background: url(../img/ico_edit.png) no-repeat left;
}
.view_type_01 .title_area .tit_data .date_area .more_list li a.del {
  background: url(../img/ico_delete.png) no-repeat left;
  color: #e82f2f;
}
.view_type_01 .title_area .tit_data .date_area .more_list li a.rep {
  background: url(../img/ico_report.png) no-repeat left;
  color: #e82f2f;
}
.view_type_01 .title_area .tit_data .date {
  margin-right: 5px;
}
.view_type_01 .title_area .tit_data .date span {
  color: #a4a4a4;
}
.view_type_01 .title_area .tit_data .date span::after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 13px;
  margin: 0 10px;
  background: #d2d2d2;
  vertical-align: -1px;
}
.view_type_01 .title_area .tit_data .date span:last-child::after {
  display: none;
}
.view_type_01 .view_write {
  padding-top: 37px;
  line-height: 2;
  letter-spacing: -0.1px;
}
.view_type_01 .view_write .tit {
  font-size: 20px;
}
/* 개인정보처리방침 · 이용약관 */
@media screen and (max-width: 1024px) {
  .common_text-wrap .book_review {
    width: 100%;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* 공통 */
  .view_type_01 .title_area {
    padding-bottom: 15px;
  }
  .view_type_01 .title_area .view_title {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .view_type_01 .title_area .view_title strong {
    font-size: 21px;
    font-weight: 600;
  }
  .view_type_01 .title_area .tit_data {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }
  .view_type_01 .title_area .tit_data .date_area {
    justify-content: space-between;
    width: 100%;
  }
  .view_type_01 .view_write {
    padding-top: 27px;
  }
  /* 개인정보처리방침 · 이용약관 */
  .common_text-wrap .tagwrap_wrap {
    padding: 0;
  }
  .common_text-wrap .view_type_01 .view_write {
    font-size: 15px;
    margin-bottom: 80px;
    padding: 24px 0 0;
  }
  .common_text-wrap .view_type_01 .view_write .tit {
    font-size: 18px;
  }
  .common_text-wrap .table_type_policy table th {
    padding: 10px;
    font-size: 15px;
  }
  .common_text-wrap .table_type_policy table td {
    padding: 10px;
    font-size: 14px;
  }
  .common_text-wrap .table_scroll-wrap {
    overflow-x: auto;
  }
  .common_text-wrap .table_scroll-wrap table {
    min-width: 620px;
  }
}

.company_intro {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 43px;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 31px 33px;
  text-align: left;
  width: 100%;
}
.company_intro .introduce {
  display: flex; /*align-items: center; */
  max-width: calc(100% - 190px);
}
.company_intro .img_wrap {
  width: 93px;
  height: 93px;
  margin-right: 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 1px 15px #00000029;
}
.company_intro .img_wrap:has(.name) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_intro .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: contain;
}
.company_intro .img_wrap .name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.company_intro .txt_wrap {
  margin-top: 20px;
  width: calc(100% - 113px);
}
.company_intro .txt_wrap span {
  font-size: 17px;
}
.company_intro .txt_wrap p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #7b7b7b;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.company_intro .book_cover {
  position: absolute;
  right: 50px;
  bottom: 25px;
  max-width: 140px;
}
.company_intro .book_cover a {
  display: inline-block;
  transition: 0.2s;
}
.company_intro .book_cover a > img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 6px 15px #00000029;
}
.company_intro .book_cover a .more_book {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: none;
}
.company_intro .book_cover a:hover .more_book {
  display: flex;
  flex-direction: column;
}

/* 좋아요 */
.user_like {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.user_like a.like_pop {
  display: flex;
  align-items: center;
}
.user_like p {
  color: #878787;
}
.user_like button.like {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background: url(../img/ico_like2.svg) no-repeat center center;
  background-size: 19px;
}
.user_like button.like.active {
  background: url(../img/ico_like2_pk.png) no-repeat center center;
  background-size: 19px;
}
.user_like .img_wrap {
  margin-right: 20px;
}
.user_like .img_wrap img {
  margin-right: -10px;
  border: 1px solid #fff;
  box-shadow: 0px 1px 10px #00000029;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
}
.user_like .img_wrap .name {
  margin-right: -10px;
  font-size: 10px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  box-shadow: 0px 1px 10px #00000029;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.event {
  margin-top: 30px;
}
.event .img {
  position: relative;
  width: 270px;
  height: 140px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.event .img img {
  width: 100%;
  height: 100%;
}
.event .img p {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 17px;
  color: #fff;
}

.share_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #45434385;
}
.share_pop.active {
  display: inline-block;
}
.share_pop .bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share_pop .bg .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px; /*width: 533px; */
  height: 288px;
  margin-top: 14px;
  border-radius: 21px;
  background-color: #fff;
}
.share_pop .close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.png) no-repeat;
}
.share_pop .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share_pop .box strong {
  margin-bottom: 57px;
  font-size: 30px;
  font-weight: 700;
}
.share_pop .box .copy {
  display: flex;
}
.share_pop .box .copy button {
  display: none;
}
.share_pop .box .copy button.active {
  display: block;
  min-width: 92px;
  padding: 14px 10px;
}
.share_pop .box .copy p {
  padding: 14px 20px;
  margin-right: 10px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}
@media screen and (max-width: 1024px) {
  .share_pop .bg .inner {
    max-width: calc(100vw - 40px);
    padding: 0 20px;
    height: 200px;
  }
  .share_pop .box,
  .share_pop .box .copy {
    width: 100%;
  }
  .share_pop .box strong {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .share_pop .box .copy p {
    width: calc(100% - 92px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
  }
}

.rep_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #45434385;
}
.rep_pop.active {
  display: inline-block;
}
.rep_pop .bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rep_pop .bg .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 533px;
  height: 570px;
  padding: 52px 21px;
  margin-top: 14px;
  border-radius: 21px;
  background-color: #fff;
}
.rep_pop .close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.png) no-repeat;
}
.rep_pop .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.rep_pop .box strong {
  margin-bottom: 37px;
  font-size: 30px;
  font-weight: 700;
}
.rep_pop .box .ip_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.rep_pop .box .ip_box select {
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  padding: 16px 20px;
  border: 1px solid #d2d2d2;
  font-size: 15px;
  color: #a4a4a4;
  appearance: none;
  background: url(../img/ico_open.svg) no-repeat right 15px center;
}
.rep_pop .box .ip_box textarea {
  width: 100%;
  height: 280px;
  padding: 25px 20px;
  border: 1px solid #d2d2d2;
  font-size: 15px;
  color: #a4a4a4;
  resize: none;
}
.rep_pop .box .ip_box textarea::placeholder {
  color: #a4a4a4;
}
.rep_pop .box .ip_box button {
  width: 93px;
  height: 46px;
  margin-top: 20px;
  background: #454343;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
}
.rep_pop .box .ip_box button.active {
  display: block;
}
.rep_pop .box .ip_box p {
  padding: 14px 20px;
  margin-right: 10px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}
@media screen and (max-width: 1024px) {
  .rep_pop .bg .inner {
    width: calc(100vw - 40px);
  }
  .rep_pop .box strong {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.view_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #45434385;
}
.view_pop.active {
  display: block;
}
.view_pop.active {
  display: inline-block;
}
.view_pop .bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.view_pop .bg .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 533px;
  height: 570px;
  padding: 52px 46px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 21px;
  background-color: #fff;
}
.view_pop .close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.png) no-repeat;
}
.view_pop .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.view_pop .box strong {
  margin-bottom: 37px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.view_pop .box .box_wrap {
  padding: 10px;
  height: 400px;
  overflow-y: auto;
}
.view_pop .box .box_wrap .view_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.view_pop .box .box_wrap .view_box .img_item {
  margin-right: 13px;
  box-shadow: 0px 1px 15px #00000029;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.view_pop .box .box_wrap .view_box .img_item:has(.name) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view_pop .box .box_wrap .view_box .img_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.view_pop .box .box_wrap .view_box .img_item .name {
  font-size: 10px;
  text-align: center;
}
.view_pop .box .btn_wrap {
  text-align: center;
}
.view_pop .box .btn_wrap button {
  padding: 12px 110px;
  background: #ececec;
  border-radius: 30px;
  font-size: 18px;
  color: #7b7b7b;
}

.del_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #45434385;
}
.del_pop.active {
  display: block;
}
.del_pop .bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.del_pop .bg .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 533px;
  height: 212px;
  padding: 47px 32px 20px;
  border-radius: 5px;
  background-color: #fff;
}
.del_pop .bg .inner .txt p {
  line-height: 1.3;
  font-size: 19px;
}
.del_pop .bg .inner .btn_wrap {
  text-align: right;
}
.del_pop .bg .inner .btn_wrap button {
  padding: 14px 33px;
  border-radius: 10px;
  font-size: 16px;
  margin-left: 5px;
}
.del_pop .bg .inner .btn_wrap button.confirm {
  background-color: #454343;
  color: #fff;
}
.del_pop .bg .inner .btn_wrap button.cancel {
  border: 1px solid #707070;
  color: #454343;
}
@media screen and (max-width: 768px) {
  .del_pop .bg {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .del_pop .bg .inner {
    width: calc(100vw - 40px);
  }
  .del_pop .bg .inner .txt p {
    font-size: 17px;
  }
}

/* 서평 등록하기 */
section.view {
  margin: 62px auto 0;
  width: 718px;
}
section.write {
  display: grid;
  justify-content: center;
}
.view .view_title {
  margin: 35px 0;
  font-size: 25px;
  color: #454343;
  font-weight: 600;
}
.notice_bar {
  margin-bottom: 35px;
  padding: 15px 70px;
  border-radius: 24px;
  color: #454343;
  background: #fbf2dc url(../img/ico_warn.png) no-repeat left 30px center;
}
.notice_bar a {
  font-weight: bold;
  text-decoration: underline;
  color: #454343;
}
.search_book .title {
  margin-bottom: 20px;
}
.search_book .title .info_img {
  width: 20px;
  height: 20px;
}
.search_book .input_box {
  position: relative;
  margin-bottom: 35px;
}
.search_book .input_box input {
  width: 100%;
  height: 49px;
  padding: 15px 20px;
  background: #f9f7f7;
  border-radius: 3px;
  box-sizing: border-box;
}
.search_book .input_box input::placeholder {
  font-size: 17px;
  color: #aeacac;
}
.search_book .input_box input.src:hover {
  border: 1px solid #ed7474;
}
.search_book .input_box button.src {
  background: url(../img/ico_search_02.png);
}
.search_book .input_box:hover button.src {
  background: url(../img/ico_search_03.png);
}

.search_book .input_box button.src {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.select_book {
  padding: 33px 20px;
  background: #f9f7f7;
  border-radius: 10px;
}
.select_book p {
  margin-bottom: 20px;
}
.select_book .select_box select {
  width: 100%;
  padding: 15px;
  border: 1px solid #dcdcdc;
  color: #7f7f7f;
  appearance: none;
  background: #fff url("../img/ico_open.png") no-repeat center right 12px;
}
.select_book .select_box select option {
  padding: 20px;
}
.search_book input::placeholder {
  color: #aeacac;
}

.search_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #45434385;
}
.search_pop.active {
  display: inline-block;
}
.search_pop .bg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search_pop .bg .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 950px;
  height: 738px;
  margin-top: 14px;
  border-radius: 21px;
  background-color: #fff;
}
.search_pop .input_box input {
  width: 100%;
  height: 49px;
  padding: 15px 20px;
  background: #f9f7f7;
  border-radius: 3px;
  box-sizing: border-box;
}
.search_pop .pop_input {
  width: 100%;
  height: 77px;
  padding: 15px 20px;
  margin-bottom: 10px;
  background: #f1f1f1 url(../img/ico_search.png) no-repeat center left 31px;
  background-size: 32px;
  padding-left: 75px;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.search_pop .pop_input::placeholder {
  font-size: 17px;
  color: #aeacac;
}
.search_pop .close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.png) no-repeat;
}
.search_pop .box {
  width: 100%;
  height: 100%;
  max-height: 650px;
  padding: 31px;
  overflow-y: auto;
}
.search_pop .box .btn_wrap {
  text-align: center;
}
.search_pop .box .btn_wrap button {
  padding: 12px 110px;
  background: #ececec;
  border-radius: 30px;
  font-size: 18px;
  color: #7b7b7b;
}
.search_pop .box ul {
  display: flex; /*align-items: center; */
  flex-wrap: wrap;
}
.search_pop .box ul li {
  width: calc((100% - 120px) / 6); /*max-width: 140px; */
  margin-right: 18px;
  margin-bottom: 25px;
}
.search_pop .box ul li a {
  display: flex;
  flex-direction: column;
}
.search_pop .box ul li a .img_wrap {
  position: relative;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.search_pop .box ul li a .img_wrap .label {
  position: absolute;
  top: 0;
  left: 8px;
  padding: 12px 5px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  font-weight: 500;
  background: #ed7474;
  color: #fff;
}
.search_pop .box ul li a .img_wrap img {
  width: 100%;
  height: 100%;
}
.search_pop .box ul li a .img_wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: 0.2s;
}
.search_pop .box ul li a:hover .img_wrap::after {
  opacity: 0.5;
}
.search_pop .box ul li a p {
  font-size: 16px;
  color: #7f7f7f;
}
.search_pop .box strong {
  margin-bottom: 37px;
  font-size: 30px;
  font-weight: 700;
}
.search_pop .box .ip_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.search_pop .box .ip_box button {
  width: 93px;
  height: 46px;
  margin-top: 20px;
  background: #454343;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
}
.search_pop .box .ip_box button.active {
  display: block;
}
.search_pop .box .ip_box p {
  padding: 14px 20px;
  margin-right: 10px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}
.pick {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  padding: 32px 53px;
  border: 1px solid #f1f1f1;
}
.pick .img_wrap {
  max-width: 140px;
  margin-right: 30px;
  height: auto;
}
.pick .img_wrap img {
  width: 100%;
  box-shadow: 0px 6px 15px #00000029;
  border-radius: 10px;
  height: auto;
}
.pick .title {
  font-size: 19px;
  font-weight: 700;
}
.pick .info {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}
.pick .info span {
  margin-bottom: 6px;
}
.pick button {
  position: absolute;
  right: 15px;
  top: 15px;
}

.select_age {
  padding: 30px 0 10px;
}
.select_age p {
  margin-bottom: 20px;
}
.select_age .age_select {
  display: flex;
}
.select_age .age_select div {
  display: flex;
  align-items: center;
  margin-right: 34px;
}
.select_age .age_select input[type="radio"] {
  appearance: none;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.select_age .age_select input[type="radio"]:checked {
  background: url(../img/ico_select.svg);
  border: 0;
}
.select_age .age_select input[type="checkbox"] {
  appearance: none;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.select_age .age_select input[type="checkbox"]:checked {
  background: url(../img/ico_select.svg);
  border: 0;
}

.write_box {
  display: flex;
  position: relative;
}
.write_box .right {
  position: absolute;
  width: 100%;
  right: -323px;
  max-width: 323px;
}
.write_box .right .add {
  margin-left: 20px;
  padding: 18px 20px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #838383;
  transition: 0.2s;
}
.write_box .right .add:hover {
  background: #f5f5f5;
}
.title_wrap {
  position: relative;
}
.view_title {
  margin-bottom: 37px;
  font-size: 25px;
  color: #454343;
  font-weight: 700;
}
.write .title_wrap {
  width: 718px;
  margin-top: 50px;
}
.write .title_wrap .view_title {
  display: inline-block;
}
.write .title_wrap .text {
  float: right;
  margin-right: 10px;
  color: #ed7474;
  text-align: right;
  line-height: 1.3;
}
.write .title_wrap .count {
  font-weight: 800;
}
.bubble_title {
  position: absolute;
  top: -7px;
  left: 100px;
  text-align: center;
}
.bubble_title p {
  position: relative;
  display: flex;
  align-items: center;
  background: #ececec;
  color: #ed7474;
  padding: 7px 21px;
  border-radius: 30px;
  z-index: 1;
}
.bubble_title p button {
  margin-left: 10px;
}
.bubble_add {
  position: absolute;
  top: -60px;
  left: 20px;
  text-align: center;
}
.bubble_add p {
  position: relative;
  display: flex;
  align-items: center;
  background: #ececec;
  color: #ed7474;
  padding: 7px 21px;
  border-radius: 30px;
  z-index: 1;
}
.bubble_add p button {
  margin-left: 10px;
}
.bubble_add:after {
  position: absolute;
  bottom: -8px;
  left: 18%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  width: 15px;
  height: 15px;
  background: #ececec;
}
.bubble_del {
  position: absolute;
  bottom: -27px;
  left: 622px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.1s;
  visibility: hidden;
  min-width: 303px;
}
.bubble_del p {
  position: relative;
  display: flex;
  align-items: center;
  background: #ececec;
  color: #ed7474;
  padding: 10.5px 21px;
  border-radius: 30px;
  z-index: 1;
}
.bubble_del p button {
  margin-left: 10px;
}
.bubble_del:after {
  position: absolute;
  bottom: 30px;
  left: 18%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  width: 15px;
  height: 15px;
  background: #ececec;
}
.write_form {
  display: flex;
  flex-direction: column;
  width: 718px;
  height: 400px;
  min-height: 400px;
  padding: 0 22px 19px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  resize: vertical;
  overflow: auto;
}
.write_form input {
  padding: 19px 0;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 700;
  color: #2b2b2b;
}
.write_form input::placeholder {
  color: #bababa;
}
.write_form input.title {
  font-size: 18px;
}
.write_form textarea {
  padding: 19px 0;
  font-size: 17px;
  color: #2b2b2b;
  border: none;
  resize: none;
  height: 100%;
}
.write_form textarea::-webkit-scrollbar {
  display: none;
}
.write_form textarea::placeholder {
  color: #bababa;
}
.private {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  margin-top: 15px;
  background: #f9f7f7;
  border-radius: 10px;
}
.private .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}
.private .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.private .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d2d2d2;
  transition: 0.3s;
  background: #fff;
}
.private .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 2px;
  background-color: #a4a4a4;
  transition: 0.3s;
}
.private input:checked + .slider:before {
  background: #ed7474;
}
.private input:checked + .slider:before {
  transform: translateX(18px);
}
.private .slider.round {
  border-radius: 14px;
}
.private .slider.round:before {
  border-radius: 50%;
}
.save {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0 27px;
}
.save p.desc {
  margin-right: 20px;
  font-size: 15px;
  color: #384d95;
}
.save button.btn_save {
  background: #eaf6ff;
  padding: 19px 27px;
  color: #556290;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.2s;
}
.save button.btn_save:hover {
  background: #d1eafd;
}
.save .btn_del {
  width: 72px;
  height: 56px;
  margin-left: 10px;
  border-radius: 5px;
  background: #ededed url(../img/ico_del.png) no-repeat center center;
  transition: 0.2s;
}
.save .btn_del:hover {
  background: #c7c7c7 url(../img/ico_del.png) no-repeat center center;
}
.save .btn_del:hover + .bubble_del {
  opacity: 1;
  visibility: visible;
}
.write .btn_wrap {
  margin: 40px 0 60px;
}
.write .btn_wrap button {
  width: 718px;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  color: white;
  background: #ed7474;
  border-radius: 5px;
}
.msg_wrap {
  padding: 50px 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.write .msg_wrap {
  width: 718px;
}

.typeSelect_wrap .publeBusi_info {
  position: absolute;
  top: 26px;
  right: 12px;
  text-align: center;
}
.typeSelect_wrap .publeBusi_info p {
  position: relative;
  background: #fff;
  color: #ed7474;
  padding: 9px 0;
  width: 203px;
  border-radius: 30px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .bubble_del,
  .save .btn_del:hover + .bubble_del {
    left: auto;
  }
  .bubble_del:after {
    right: 7%;
    left: auto;
  }
  .write_box .right {
    right: -170px;
    max-width: 170px;
  }
  .write_box .right .add {
    margin-left: 10px;
  }
  .bubble_add {
    left: 10px;
    top: -74px;
  }
  .bubble_add:after {
    left: 35%;
  }
  .bubble_add p {
    padding: 7px 15px;
    font-size: 14px;
    line-height: 19px;
  }
  .bubble_add p button {
    width: 20px;
    height: 20px;
  }
  .bubble_add p button img {
    width: 20px;
  }
}
@media screen and (max-width: 1100px) {
  section.view.type_write {
    margin-left: calc((100% - 718px) / 2 - 25px);
  }
  section.write.type_write {
    margin-left: -50px;
  }
}

/*마이페이지*/
.bak_gray {
  background: #fbfbfb;
}
.bak_grayWhite {
  background: #fefefe;
}
.mypage_con {
  min-width: 1016px;
  padding: 53px 208px 133px 0;
}
.mypage_con .ico_P {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  content: url("../img/ico_check.png");
}

.mrl_auto {
  margin-left: auto;
}
.head_title .pub_btn {
  /*background: #FFFFFF 0% 0% no-repeat padding-box; border-radius: 15px; */
  padding: 13px 15px 12px 40px;
}
.bak_white {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 24px #0000000d;
  border-radius: 30px;
}
.profile_con {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 60px;
  padding: 50px 0 48px 46px;
}
.profile_con .profile_list > li,
.etc_con .etc_list > li {
  display: flex;
  padding-bottom: 36px;
}
.profile_con .profile_list li:last-child {
  padding-bottom: 0;
}
.profile_con .profile_list li .list_title,
.etc_con .etc_list li .list_title {
  min-width: 93px;
  margin-right: 80px;
  color: #939393;
}
.profile_con .profile_list li .pic {
  width: 140px;
  height: 140px;
  border-radius: 35px;
  box-shadow: 0px 1px 15px #00000029;
  overflow: hidden;
}
.profile_con .profile_list li .pic:has(.name) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_con .profile_list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile_con .profile_list li .pic .name {
  font-size: 18px;
  font-weight: 700;
}
.profile_con .profile_list li .change_btn {
  display: inline-block;
  height: 40px;
  padding: 11px 15px 10px;
  margin-left: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.profile_con .profile_list li .list_con input[id="email"],
.profile_con .profile_list li .list_con input[type="text"] {
  width: 336px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 15px 19px;
}
.profile_con .profile_list li .list_con input:disabled {
  background: #f1f1f1;
}
.profile_con .profile_list li .list_con input:read-only {
  background: #f1f1f1;
}
.profile_con .profile_list li .list_con input[type="text"]::placeholder {
  color: #a4a4a4;
}
.profile_con .profile_list li .list_con input[type="text"]::placeholder {
  color: #454343;
}
.profile_con .profile_list li .textarea_wrap {
  position: relative;
}
.profile_con .profile_list li .font_cnt {
  position: absolute;
  right: 23px;
  bottom: 11px;
  font-size: 15px;
  color: #a4a4a4;
}
.profile_con .profile_list li .list_con textarea[id="about"] {
  width: 480px;
  height: 164px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.4;
}
.profile_con .profile_list li .list_con textarea[id="about"]::placeholder,
.profile_con .profile_list li .list_con textarea[id="url"]::placeholder {
  color: #939393;
  font-size: 16px/22px;
}
.profile_con .profile_list li .noresize {
  resize: none;
}
.profile_con .profile_list li .list_con input[type="url"] {
  width: 349px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 15px 19px;
  color: #454343;
}
.profile_con .profile_list li .url_add,
.profile_con .profile_list li .url_del {
  color: #939393;
  font-size: 15px;
  margin-left: 15px;
}
.profile_con .profile_list li .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}
.profile_con .profile_list li .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profile_con .profile_list li .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d2d2d2;
  transition: 0.3s;
}
.profile_con .profile_list li .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 2px;
  background-color: #a4a4a4;
  transition: 0.3s;
}
.profile_con .profile_list li input:checked + .slider:before {
  background: #ed7474;
}
.profile_con .profile_list li input:checked + .slider:before {
  transform: translateX(18px);
}
.profile_con .profile_list li .slider.round {
  border-radius: 14px;
}
.profile_con .profile_list li .slider.round:before {
  border-radius: 50%;
}
.profile_con .profile_list .list_url > .list_con + .list_con {
  margin-top: 10px;
}
/*.profile_con .profile_list li .list_con input[type=text]:focus,
.profile_con .profile_list li .list_con textarea[id="about"]:focus,
.profile_con .profile_list li .list_con input[id="url"]:focus { border: 1px solid #ED7474; } */

.etc_con {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 20px;
  padding: 38px 0 47px 46px;
}
.etc_con .etc_list li .list_con input[id="name"],
.list_con input[id="phone"] {
  width: 400px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 15px 19px;
}
.etc_con .etc_list li .gender_select div {
  display: flex;
  align-items: center;
  margin-right: 34px;
}
.etc_con .etc_list li .gender_select div:last-child {
  margin-right: 0;
}
.etc_con .etc_list li .gender_select div input[type="radio"] {
  margin: 0;
  margin-right: 12px;
}
.etc_con .etc_list li input[type="radio"],
.etc_con .etc_list li .gender_select div label {
  color: #7f7f7f;
}
.etc_con .etc_list li input[type="radio"],
.etc_con .etc_list li input[type="radio"]:checked {
  appearance: none;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
}
.etc_con .etc_list li input[type="radio"]:checked {
  background: #ed7474;
  background: url("../img/ico_select.svg");
  border: 0;
}
.etc_con .etc_list li .year_wrap {
  position: relative;
}
.etc_con .etc_list li .year_select {
  padding: 16px 74px 14px 21px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  appearance: none;
}
.etc_con .etc_list li .year_select:focus {
  outline: none;
  border: 1px solid #ed7474;
}
.etc_con .etc_list li .year_wrap::after {
  position: absolute;
  right: 17px;
  bottom: 20px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(135deg);
}
.etc_con .etc_list li .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}
.etc_con .etc_list li .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.etc_con .etc_list .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d2d2d2;
  transition: 0.3s;
}
.etc_con .etc_list li .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 2px;
  background-color: #a4a4a4;
  transition: 0.3s;
}
.etc_con .etc_list li input:checked + .slider:before {
  background: #ed7474;
}
.etc_con .etc_list li input:checked + .slider:before {
  transform: translateX(18px);
}
.etc_con .etc_list li .slider.round {
  border-radius: 14px;
}
.etc_con .etc_list li .slider.round:before {
  border-radius: 50%;
}

.mypage_con .btn_wrap button {
  display: inline-block;
  width: 267px;
  box-shadow: 0px 3px 24px #0000000d;
  background: #fff;
  border-radius: 30px;
  margin-right: 10px;
  text-align: center;
  padding: 41px 0 37px;
  font-size: 1em;
  color: #939393;
}
.mypage_con .btn_wrap button:hover {
  background: #ececec;
}
.mypage_con .btn_wrap button:last-child {
  margin-right: 0;
}
.mypage_con .btn_wrap button:last-child:hover {
  background: #ececec;
  font-size: 0;
}
.mypage_con .btn_wrap button:last-child:hover:before {
  content: "회원탈퇴ㅠㅠ";
  font-size: 16px;
  display: block;
}
.mypage_con .saveBtn_wrap {
  text-align: right;
  margin-top: 37px;
  margin-bottom: 63px;
}
.mypage_con .saveBtn_wrap button {
  font-size: 17px;
  width: 163px;
  padding: 20px 0 19px;
  text-align: center;
  border-radius: 30px;
  background: #ed7474;
  color: #fff;
  box-shadow: 0px 3px 24px #0000000d;
}
.mypage_con .saveBtn_wrap button:hover {
  background: #dc6161;
}
.mypage_con .saveScreen_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.mypage_con .saveScreen_wrap button {
  font-size: 18px;
  color: #fff;
  background: #747373;
  width: 221px;
  padding: 26px 0;
  border-radius: 36px;
  margin-top: 145px;
}

.mypage_menu {
  min-width: 163px;
  padding-top: 62px;
  font-size: 18px;
}
.mypage_menu ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mypage_menu li a {
  display: inline-block;
  width: 100%;
  padding: 9px 10px 10px 34px;
  border-radius: 33px;
  transition: all 0.3s;
}
.mypage_menu li a:hover,
.mypage_menu li.active a {
  color: #fff;
  background: #454343;
}
.mypage_menu hr {
  margin: 40px 0;
  border: 1px solid #f1f1f1;
}
.mypage_menu .logout_menu a {
  color: #979797;
}

.withdrawal_modal {
  z-index: 101;
  display: none;
  padding-top: 309px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.withdrawal_modal.active {
  display: block;
}
.withdrawal_modal .withdrawal_con {
  width: 553px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 40px 33px 19px;
  outline: 0;
  border-radius: 5px;
}
.withdrawal_modal .withdrawal_con p {
  font-size: 18px;
  line-height: 28px;
}
.withdrawal_modal .withdrawal_con .withdrawal_btn {
  display: flex;
  margin-top: 31px;
  justify-content: flex-end;
}
.withdrawal_modal .withdrawal_con .withdrawal_btn button {
  width: 93px;
  padding: 14px 18px 13px;
  border-radius: 5px;
  font-size: 1em;
}
.withdrawal_modal .withdrawal_con .withdrawal_btn button:first-child {
  background: #000;
  color: #fff;
  margin-right: 5px;
}
.withdrawal_modal .withdrawal_con .withdrawal_btn button:last-child {
  border: 1px solid #707070;
}
.withdrawal_modal .withdrawal_con .withdrawal_btn button.bak_red {
  background: #eb5454;
}

.passChange_modal {
  z-index: 3;
  display: none;
  padding-top: 309px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.passChange_modal.active {
  display: block;
}
.passChange_modal .passChangeModal_con {
  width: 533px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 32px 25px 43px 24px;
  outline: 0;
  border-radius: 5px;
}
.passChange_modal .passChangeModal_con .madal_title {
  font-family: "Pretendard";
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-bottom: 29px;
}
.passChange_modal .passChangeModal_con label {
  display: block;
  margin-bottom: 11px;
}
.passChange_modal .passChangeModal_con input {
  width: 100%;
  padding: 15px 19px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  background: #f1f1f1 0% 0% no-repeat padding-box;
}
.passChange_modal .passChangeModal_con input::placeholder {
  color: #a4a4a4;
}
.passChange_modal .passChangeModal_con .passChangeModal_btn {
  margin-top: 43px;
}
.passChange_modal .passChangeModal_con .passChangeModal_btn button {
  font-size: 1em;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0 15px;
}
.passChange_modal .passChangeModal_con .passChangeModal_btn button:first-child {
  width: 369px;
  margin-right: 11px;
  background: #000;
  color: #fff;
}
.passChange_modal .passChangeModal_con .passChangeModal_btn button:last-child {
  width: 100px;
  border: 1px solid #707070;
}

/*마이페이지-대기글*/
.mypage_con.maypage_board .head_title {
  position: relative;
}
.mypage_con.maypage_board .head_title img.headTit_img {
  margin-left: 8px;
}
.mypage_con.maypage_board .head_title div.helpInfo_wrap {
  position: absolute;
  top: 0;
  width: 547px;
  height: 76px;
  display: none;
}
.mypage_con.maypage_board .head_title div.help_info {
  position: absolute;
  top: 0;
  left: 108px;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 16px;
  background: #fff;
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 21px;
  line-height: 19px;
  z-index: 2;
}
.mypage_con.maypage_board .head_title div.helpInfo_wrap.active {
  display: block;
}
/*
.mypage_con.maypage_board .head_title strong img.headTit_img:hover + div.help_info { display:block; } 
*/
.mypage_con.maypage_board {
  min-width: 1016px;
  padding: 53px 142px 133px 0;
}
.boardTop_wrap {
  position: relative;
  margin-top: 21px;
  margin-bottom: 13px;
  justify-content: space-between;
  align-items: center;
}
.selectAll_wrap {
  position: relative;
  align-items: center;
}
.maypage_board .list_type_02 {
  border-top: 1px solid #454343;
}
.selectAll_wrap input[type="checkbox"],
.maypage_board .list_type_02 ul li input[type="checkbox"] {
  appearance: none;
  margin: 0;
}
.selectAll_wrap input[type="checkbox"]:before,
.maypage_board .list_type_02 ul li input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 5px;
  vertical-align: middle;
}
.maypage_board .list_type_02 ul li input[type="checkbox"]:before {
  margin-top: -4px;
}
.selectAll_wrap input[type="checkbox"]:checked:before,
.maypage_board .list_type_02 ul li input[type="checkbox"]:checked:before {
  background: url("../img/ico_checkBox.png");
  border: 1px solid #ed7474;
  background-color: #ed7474;
}
/*.selectAll_wrap input[type=checkbox]:checked ~.checkmark { position:absolute; left: 8px; top: 17px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); } */
.selectAll_wrap label {
  margin-left: 28px;
  color: #808080;
}
.searchBox_wrap input[type="search"] {
  width: 250px;
  padding: 14px 0 13px 50px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: url(../img/ico_search.png) no-repeat 16px center;
  background-size: 23px;
}
.searchBox_wrap input[type="search"]::placeholder {
  color: #a4a4a4;
  font-size: 14px;
}
.searchBox_wrap.posi_ab {
  position: absolute;
  top: -10px;
  right: 0;
}
.selDelete_btn {
  margin-left: 20px;
  width: 115px;
  text-align: center;
  font-size: 1em;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  color: #808080;
}
.maypage_board .list_type_02 ul li {
  padding: 30px 0 0 0;
}
.maypage_board .list_type_02 ul li:first-child {
  padding-top: 21px;
}
.boardSelect_wrap {
  display: inline-block;
  float: left;
  min-width: 36px;
}
.maypage_board .list_type_02 ul li a {
  padding-bottom: 30px;
  align-items: center;
}
.maypage_board .list_type_02 ul li:first-child a {
  padding-top: 0;
}
.maypage_board .list_type_02 .board_wrap2 {
  display: inline-block;
  width: 95%;
}
/*.maypage_board .list_type_02 ul li input[type="checkbox"]:checked~.checkmark { position:absolute; left: 8px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); } */
.board_wrap {
  width: 90%;
}
.boardPic_wrap {
  width: 109px;
  text-align: center;
  margin-left: 38px;
}
.boardPic_wrap .board_pic {
  width: 100%;
  height: auto;
  box-shadow: 0px 6px 15px #00000029;
  border-radius: 5px;
  overflow: hidden;
}
.boardPic_wrap .board_pic img {
  width: 100%;
}
/* 24.01.26 마이페이지 - 대기글(작성글) 추가 */
.myReview_wrap .board_wrap {
  display: flex;
}
.myReview_wrap .list_type_02 ul li .desc p {
  word-break: break-all;
}
/*마이페이지-좋아요한 글*/
.list_type_02 .noLike_post {
  width: 100%;
  text-align: center;
  color: #454343;
  line-height: 25px;
  padding-top: 105px;
}
.list_type_02 .noLike_post p {
  margin-top: 31px;
}
/* 24.01.23 추가 */
.likeReview_wrap,
.myReview_wrap {
  justify-content: space-between;
}
.likeReview_wrap .mypage_con.maypage_board,
.myReview_wrap .mypage_con.maypage_board {
  padding-right: 0;
  min-width: auto;
  max-width: 875px;
  width: calc(100% - 183px);
}
/* 삭제 팝업 */
.secession_pop .pop_cont {
  padding: 30px 20px 20px;
  width: calc(100% - 40px);
  max-width: 320px;
}
.secession_pop .txt_wrap .txt {
  font-size: 16px;
  line-height: 19px;
}
.secession_pop .txt_wrap .txt strong {
  display: block;
  margin-top: 20px;
}
.secession_pop .bt_btn-wrap {
  margin-top: 40px;
  justify-content: flex-end;
}
.secession_pop .bt_btn-wrap button {
  max-width: 93px;
  height: 46px;
  font-size: 14px;
}
.secession_pop .bt_btn-wrap .btn_cancel {
  color: #454343;
}
@media screen and (max-width: 1024px) {
  .likeReview_wrap .mypage_con.maypage_board,
  .myReview_wrap .mypage_con.maypage_board {
    max-width: none;
    width: 100%;
  }
  .myReview_wrap .list_type_02,
  .likeReview_wrap .list_type_02 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 대기글(작성글) */
  .myReview_wrap,
  .likeReview_wrap {
    background: #fff;
  }
  .myReview_wrap .mypage_con.maypage_board {
    position: relative;
  }
  .likeReview_wrap .mypage_con.maypage_board,
  .myReview_wrap .mypage_con.maypage_board {
    padding: 25px 0 100px;
  }
  .myReview_wrap .mypage_con.maypage_board .head_title {
    padding: 0 20px;
    position: absolute;
    top: 25px;
    z-index: 1;
  }
  .myReview_wrap .boardTop_wrap {
    justify-content: flex-end;
    padding: 0 20px;
    margin: 0;
  }
  .myReview_wrap .searchBox_wrap {
    gap: 13px;
    align-items: center;
  }
  .myReview_wrap .topSch_wrap .btn_sch {
    width: 24px;
    height: 24px;
    background: url(../img/ico_search_02.png) no-repeat;
    background-size: 23px;
    font-size: 0;
    color: transparent;
  }
  .myReview_wrap .mSch_hide-wrap {
    position: absolute;
    left: 0;
    top: -4px;
    width: 100vw;
    padding: 0 20px;
    background: #fff;
    display: none;
    z-index: 1;
  }
  .myReview_wrap .mSch_hide-wrap.active {
    display: flex;
  }
  .myReview_wrap .searchBox_wrap form {
    width: calc(100% - 45px);
    display: flex;
  }
  .myReview_wrap .searchBox_wrap input[type="search"] {
    width: calc(100% - 45px);
    border: none;
    border-radius: 3px;
    padding: 0 10px 0 0;
    background: #f3f3f3;
    height: 43px;
  }
  .myReview_wrap .searchBox_wrap .btn_myRv-sch {
    width: 45px;
    height: 43px;
    background: #f3f3f3 url(../img/ico_search.png) center no-repeat;
    background-size: 23px;
    font-size: 0;
    color: transparent;
  }
  .myReview_wrap .mSch_hide-wrap .btn_cancel {
    flex: 1;
    font-size: 14px;
    font-weight: 300;
  }
  .myReview_wrap .selDelete_btn {
    margin-left: 0;
    width: 58px;
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 300;
  }
  .myReview_wrap .boardSelect_wrap {
    padding-top: 1px;
    min-width: 24px;
  }
  .maypage_board .list_type_02 ul li input[type="checkbox"]:before {
    width: 16px;
    height: 16px;
    border-color: rgba(112, 112, 112, 0.5);
    margin-top: -1px;
  }
  .maypage_board .list_type_02 ul li input[type="checkbox"]:checked:before {
    background-color: #ed7474;
    background-position: center;
  }
  .myReview_wrap .list_type_02 {
    margin-top: 15px;
    border-color: #ececec;
  }
  .myReview_wrap .list_type_02 ul li,
  .maypage_board .list_type_02 ul li:first-child {
    padding: 13px 20px;
  }
  .myReview_wrap .list_type_02 ul li a {
    align-items: flex-start;
    padding-bottom: 0;
  }
  .myReview_wrap .list_type_02 ul li .list_title {
    margin-bottom: 17px;
  }
  .myReview_wrap .list_type_02 ul li .list_title strong,
  .likeReview_wrap .list_type_02 ul li .list_title strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
  }
  .myReview_wrap .board_wrap {
    width: calc(100% - 70px);
  }
  .myReview_wrap .list_type_02 .board_wrap2 {
    width: 100%;
  }
  .myReview_wrap .list_type_02 ul li .view_data,
  .likeReview_wrap .list_type_02 ul li .view_data {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  .myReview_wrap .list_type_02 ul li .view_data span,
  .likeReview_wrap .list_type_02 ul li .view_data span {
    font-size: 13px;
    font-weight: 300;
    color: #808080;
  }
  .myReview_wrap .list_type_02 ul li .view_data .info,
  .likeReview_wrap .list_type_02 ul li .view_data .info {
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .myReview_wrap .list_type_02 ul li .view_data .info span,
  .likeReview_wrap .list_type_02 ul li .view_data .info span {
    margin-right: 5px;
  }
  .myReview_wrap .list_type_02 ul li .view_data .info span:last-child,
  .likeReview_wrap .list_type_02 ul li .view_data .info span:last-child {
    margin-right: 0;
  }
  .myReview_wrap .list_type_02 ul li .view_data .info span.line::after,
  .likeReview_wrap .list_type_02 ul li .view_data .info span.line::after {
    width: 2px;
    height: 2px;
    background: #dcdcdc;
    border-radius: 100%;
    margin: -2px 0 0 5px;
    vertical-align: middle;
  }
  .myReview_wrap .boardPic_wrap {
    width: 60px;
    margin-left: 10px;
  }
  /* 작성글 없을때 */
  .list_type_02 .noLike_post {
    padding-top: 50px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
  }

  /* 좋아요한 글 */
  .likeReview_wrap .head_title {
    padding: 0 20px;
  }
  .head_title.type_num strong,
  .head_title .writing_num {
    display: inline-flex;
    vertical-align: middle;
    font-size: 19px;
    font-family: "SUITE";
    font-weight: 800;
  }
  .likeReview_wrap .list_type_02 {
    border-color: #ececec;
    margin-top: 20px;
  }
  .likeReview_wrap .list_type_02 ul li .desc {
    margin-bottom: 22px;
  }
  .likeReview_wrap .list_type_02 ul li {
    padding: 15px 20px;
  }
  .likeReview_wrap .list_type_02 ul li:last-child {
    margin-bottom: 0;
  }
  .likeReview_wrap .maypage_board .list_type_02 ul li a {
    padding-bottom: 0;
    align-items: flex-start;
    gap: 15px;
  }
  .likeReview_wrap .boardPic_wrap {
    margin-left: 0;
    width: 72px;
  }
  .likeReview_wrap .board_wrap {
    width: calc(100% - 77px);
  }
  .list_type_02 ul li .desc p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 23px;
    -webkit-line-clamp: 3;
  }
  /* 좋아요 없을때 */
  .likeReview_wrap .list_type_02 .noLike_post img {
    margin: 0 auto;
  }
  /* 삭제 팝업 */
  .secession_pop .pop_cont {
    border-radius: 5px;
  }
  .secession_pop .bt_btn-wrap {
    gap: 5px;
  }
}

/*공지사항*/
/* 반응형 추가 */
.annCement_inner {
  justify-content: space-between;
}
.annCement_inner .mypage_con {
  padding-right: 0;
  min-width: auto;
  width: calc(100% - 183px);
  max-width: 890px;
}
.annCement_inner table {
  table-layout: fixed;
}
/*
.tagwrap_wrap:after { position:absolute; top:0; right:0; content:''; width:80px; height:48px; background: linear-gradient(to right,transparent 40%,#fbfbfb); z-index: 10; } 
*/
.tag_wrap {
  min-height: 48px;
  padding-top: 15px;
  flex-wrap: wrap;
}
.tag_wrap::-webkit-scrollbar {
  display: none;
}
.tag_wrap div {
  white-space: nowrap;
}
.tag_wrap div a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #d2d2d2;
  border-radius: 22px;
  margin-right: 10px;
  color: #a4a4a4;
}
.tag_wrap div:last-child a {
  margin-right: 0;
}
.tag_wrap div.select_tag a {
  margin-bottom: 10px;
  color: #fff;
  background: #ed7474;
  border: 1px solid #ed7474;
}
.table_type_notice {
  width: 100%;
  border-top: 1px solid #454343;
}
.table_type_notice table {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}
.table_type_notice table th {
  font-size: 17px;
  padding: 25px 0;
  color: #000;
  opacity: 0.5;
}
.table_type_notice .notice_title {
  text-align: left;
}
.table_type_notice td.notice_title {
  font-size: 18px;
}
.table_type_notice td.notice_title span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table_type_notice td.notice_num {
  font-size: 14px;
  opacity: 0.5;
}
.table_type_notice td.notice_date,
.table_type_notice td.notice_views {
  font-size: 15px;
  color: #808080;
}
.table_type_notice table td {
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
}
.table_type_notice table .no_list td {
  padding: 50px 0;
}
.table_type_notice .writeBtn_wrap {
  margin-top: -32px;
  text-align: right;
}
.table_type_notice .writeBtn_wrap.left {
  text-align: left;
}
.table_type_notice .writeBtn_wrap a {
  display: inline-block;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  width: 88px;
  padding: 10px 0;
  text-align: center;
  color: #808080;
}
.annCement_wrap table .notice_title.type_new span:after {
  display: inline-block;
  content: "NEW";
  font-size: 13px;
  color: #ff4444;
  margin-left: 10px;
  vertical-align: text-bottom;
  margin-bottom: 4px;
}
.annCement_wrap table .notice_title.type_new a {
  max-width: calc(100% - 50px);
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .annCement_inner .mypage_con {
    width: 100%;
    max-width: none;
  }
  .annCement_wrap .searchBox_wrap.posi_ab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .annCement_wrap {
    background: #fff;
  }
  .annCement_inner .mypage_con,
  .faqSt_wrap .mypage_con {
    padding: 40px 0 100px;
  }
  .annCement_wrap .mypage_con.maypage_board .head_title {
    padding: 0 20px;
  }
  .annCement_wrap .tag_wrap {
    flex-wrap: nowrap;
  }
  .annCement_wrap .table_type_notice {
    border-top: none;
  }
  .annCement_wrap table {
    border-top: none;
  }
  .annCement_wrap table colgroup,
  .annCement_wrap table .nec,
  .annCement_wrap .table_type_notice td.notice_num {
    display: none;
  }
  .annCement_wrap table tr {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dcdcdc;
    padding: 15px 20px;
    gap: 12px 0;
  }
  .annCement_wrap table td {
    border-top: none;
    padding: 0;
  }
  .annCement_wrap table .notice_title {
    width: 100%;
    font-size: 17px;
  }
  .annCement_wrap table .m_class,
  .annCement_wrap table .notice_date,
  .annCement_wrap table .notice_views {
    font-size: 13px;
    color: #808080;
  }
  .annCement_wrap table .notice_date:after,
  .annCement_wrap table .m_class:after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 2px;
    background: #dcdcdc;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 5px 0;
  }
  .annCement_wrap table .notice_views:before {
    display: inline-block;
    content: "조회";
    font-size: 13px;
    color: #808080;
    margin-right: 5px;
  }
}

/*자주 묻는 질문*/
.faqSt_wrap .faqSt_inner {
  justify-content: space-between;
}
.faqSt_wrap .mypage_con {
  min-width: auto;
  padding-right: 0;
  max-width: 890px;
  width: calc(100% - 183px);
}
.maypage_board .list_type_faq {
  clear: both;
  border-top: 1px solid #454343;
}
.maypage_board .list_type_faq details {
  transition: height 3s ease-in;
  border-bottom: 1px solid #dfdfdf;
}
.maypage_board .list_type_faq details summary {
  font-size: 18px;
  padding: 21px 57px;
  list-style: none;
  border-bottom: 1px;
}
.maypage_board .list_type_faq details div {
  background: #ececec;
  padding: 29px 57px 25px;
  font-size: 17px;
  line-height: 25px;
}
.maypage_board .list_type_faq details summary:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ico_faq01.png");
  margin-right: 14px;
  vertical-align: middle;
}
.maypage_board .list_type_faq details[open] summary:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ico_faq02.png");
}
@media screen and (max-width: 1024px) {
  .faqSt_wrap .mypage_con {
    max-width: none;
    width: 100%;
  }
  .faqSt_wrap .searchBox_wrap.posi_ab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .faqSt_wrap {
    background: #fff;
  }
  .faqSt_wrap .mypage_con.maypage_board .head_title {
    padding: 0 20px;
  }
  .tagwrap_wrap {
    padding: 0 20px 22px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .tag_wrap {
    flex-wrap: nowrap;
    min-height: auto;
    padding-top: 0;
  }
  .tag_wrap div a,
  .tag_wrap div.select_tag a {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .maypage_board .list_type_faq {
    border-top: 1px solid #ececec;
  }
  .maypage_board .list_type_faq details {
    word-break: keep-all;
  }
  .maypage_board .list_type_faq details summary {
    font-size: 16px;
    line-height: 22px;
    padding: 21px 30px 21px 55px;
  }
  .maypage_board .list_type_faq details summary:before {
    margin: -2px 10px 0 -34px;
  }
  .maypage_board .list_type_faq details div {
    font-size: 15px;
    padding: 12px 30px;
    background: rgba(221, 221, 221, 0.5);
    border-top: 1px solid #e6e6e6;
  }
}

/*로그인*/
.login_con .head_title strong {
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 25px;
}
.login_con .login_box {
  max-width: 413px;
  margin: 0 auto;
  padding: 50px 0 85px;
  background: #fff;
}
.login_con .login_box .userInfo_wrap input {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 18px;
}
.login_con .login_box .userInfo_wrap input::placeholder {
  color: #000;
  opacity: 0.5;
}
.login_con .login_box .userInfo_wrap input.id_input {
  margin-bottom: 10px;
}
.login_con .login_box .userInfo_wrap .pw_wrap {
  position: relative;
  margin-bottom: 12px;
}
.login_con .login_box .userInfo_wrap .pw_wrap input {
  padding-right: 55px;
}
.login_con .login_box .userInfo_wrap .pw_wrap #icon_pw {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 24px;
  background: url(../img/ico_password.png) center no-repeat;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.login_con .login_box .userInfo_wrap .pw_wrap #pwd.off + #icon_pw {
  background: url(../img/ico_passwordx.png) center no-repeat;
}
.login_con .login_box .selectAll_wrap {
  margin-bottom: 20px;
}
.login_con .selectAll_wrap input[type="checkbox"]:before {
  border-color: #d2d2d2;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.login_con .login_box .selectAll_wrap label {
  margin-left: 10px;
  margin-top: 3px;
}
.login_con .login_box .loginBtn_wrap button {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  color: white;
  background: #ed7474;
  border-radius: 5px;
}
.login_con .login_box .loginBtn_wrap a.pwFind_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  font-size: 16px;
  color: rgb(0, 0, 0, 0.5);
}
.login_con .login_box .joinBtn_wrap button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  padding: 19px 0;
  border: 1px solid #ed7474;
  border-radius: 5px;
}
.email_login-form {
  padding: 32px 47px 0;
  border-top: 5px solid #f3f3f3;
}

/*비밀번호 찾기*/
.pwFind_con {
  width: 438px;
  margin: 0 auto;
  padding: 87px 0 181px;
}
.pwFind_con .head_title {
  text-align: center;
}
.pwFind_con .head_title strong {
  font-size: 30px;
  margin-bottom: 20px;
  justify-content: center;
}
.pwFind_con .head_title p {
  font-size: 20px;
}
.pwFind_con .head_title .timer {
  color: #ff4444;
}
.pwFind_con .pwFind_box {
  width: 400px;
  margin: 0 auto;
  padding-top: 49px;
}
.emailInfo_wrap label,
.pwSame_wrap label {
  display: block;
  margin-bottom: 11px;
  font-weight: bold;
}
.emailInfo_wrap input[type="email"] {
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  min-height: 55px;
}
.emailInfo_wrap button,
.pwSame_wrap button {
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 23px 0;
  background: #ed7474;
  border-radius: 5px;
  margin-top: 34px;
}
.emailInfo_wrap ul {
  margin-top: 10px;
}
.emailInfo_wrap ul li {
  margin-bottom: 6px;
  color: #818181;
}
.emailInfo_wrap ul li:last-child {
  margin-bottom: 0;
}
.emailInfo_wrap ul li.correct_txt {
  color: #23cc6c;
}
.emailInfo_wrap ul li.incorrect_txt {
  color: #ff4444;
}
.pwSame_wrap input[type="password"] {
  width: 100%;
  max-height: 55px;
  padding: 20px 17px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.pwSame_wrap ul {
  margin-top: 10px;
}
.pwSame_wrap ul li {
  margin-bottom: 6px;
  color: #818181;
}
.pwSame_wrap ul li:last-child {
  margin-bottom: 0;
}
.pwSame_wrap ul li.correct_txt {
  color: #23cc6c;
}
.pwSame_wrap ul li.incorrect_txt {
  color: #ff4444;
}
input.correct_border {
  border: 1px solid #23cc6c !important;
}
input.incorrect_border {
  border: 1px solid #ff4444 !important;
}

/*회원가입*/
.join_con .join_box {
  width: 453px;
  margin: 0 auto;
  padding: 76px 0 108px;
}
.join_con .join_box {
  width: 453px;
  margin: 0 auto;
  padding: 76px 0 108px;
}
.join_con .head_title {
  text-align: center;
}
.join_con .head_title strong {
  font-size: 30px;
  font-weight: 600;
  color: #454343;
  margin-bottom: 20px;
  justify-content: center;
}
.join_con .head_title p {
  font-size: 20px;
}
.join_con .head_title .info {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
}

.join_con .join_box .joinBtn_wrap button {
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 23px 0;
  background: #ed7474;
  border-radius: 5px;
  margin-top: 300px;
}

.join_con .join_box .typeSelect_wrap {
  position: relative;
  padding-top: 76px;
}
.join_con .join_box .typeSelect_wrap .tab_menu {
  position: relative;
}
.join_con .join_box .typeSelect_wrap .tab_menu ul.tab_list li.w50per {
  width: 33.3%;
  display: inline-block;
  float: left;
}
.join_con .join_box .typeSelect_wrap .tab_menu ul.tab_list li.w50per:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.join_con .join_box .typeSelect_wrap .tab_con {
  display: none;
}
.join_con .join_box .typeSelect_wrap .btn {
  display: none;
}
.join_con .join_box .typeSelect_wrap label {
  display: block;
  width: 100%;
  border: 1px solid #a4a4a4;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  padding: 20px 0;
}
.join_con .join_box .typeSelect_wrap .w50per:not(:first-child) label.pc {
  border-left: none;
}
.join_con .join_box .typeSelect_wrap label.mobile {
  display: none;
}
.join_con .join_box .typeSelect_wrap input[type="radio"]:checked + label {
  color: #fff;
  background: #ed7474;
  border: 1px solid #ed7474;
}
.join_con .join_box .typeSelect_wrap input[type="radio"]:checked ~ .tab_con {
  display: block;
}
.join_con .join_box .typeSelect_wrap .publeBusi_info {
  position: absolute;
  top: 26px;
  right: 0;
  text-align: center;
}
.join_con .join_box .typeSelect_wrap .publeBusi_info p {
  position: relative;
  background: #ececec;
  color: #ed7474;
  padding: 9px 0;
  width: 139px;
  border-radius: 18px;
  z-index: 1;
}
.join_con .join_box .typeSelect_wrap .publeBusi_info:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  width: 15px;
  height: 15px;
  background: #ececec;
}

.join_con .join_box .tab_con {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
}
.join_con .join_box .tab_con div {
  position: relative;
  margin-top: 23px;
  width: 100%;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 30px 11px 40px;
  font-size: 15px;
  line-height: 22px;
}
.join_con .join_box .tab_con div ul li {
  margin-bottom: 23px;
}
.join_con .join_box .tab_con div ul li:last-child {
  margin-bottom: 0;
}
.join_con .join_box .tab_con div ul li .list_indent {
  padding-left: 20px;
}
.join_con .join_box .tab_con div:before {
  position: absolute;
  top: -7px;
  left: calc((33.3% / 2) - 10px);
  content: "";
  background: #f1f1f1;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.join_con .join_box .tab_con div.puble_con:before {
  left: calc(50% - 10px);
}
.join_con .join_box ul.breadcrumbs {
  justify-content: center;
}
.join_con .join_box ul.breadcrumbs li {
  display: flex;
  align-items: center;
  color: #a4a4a4;
}
.join_con .join_box ul.breadcrumbs li:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ico_arrow.png");
  border-radius: 50%;
  margin: 0 12px;
}
.join_con .join_box ul.breadcrumbs li:last-child:after {
  display: none;
}
.join_con .join_box ul.breadcrumbs li.active {
  font-weight: bold;
  color: #ed7474;
}
.join_con .join_box ul.breadcrumbs li.active span {
  color: #000;
}
.join_con .join_box ul.breadcrumbs li.active:after {
  background: url("../img/ico_arrowRed.png");
}
.join_con .join_box .w400 {
  width: 400px;
  margin: 0 auto;
  padding-top: 34px;
}
.join_con .join_box .w400 .emailInfo_wrap {
  margin-bottom: 31px;
}
.join_con .join_box .w400 .pwSame_wrap label.mt31 {
  margin-top: 31px;
}
.join_con .join_box .w400 .agree_wrap {
  margin-top: 62px;
}
.join_con .join_box .w400 .pwSame_wrap button {
  background: #a4a4a4;
}
.join_con .join_box .w400 .pwSame_wrap button.active {
  background: #ed7474;
}
.emailInfo_wrap .check_point li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/ico_checkX.png");
  margin-right: 6px;
}
.emailInfo_wrap .check_point li.info:before {
  background: url("../img/ico_checkGray.png");
  background-size: 13px;
}
.emailInfo_wrap .check_point li.correct_txt:before {
  background: url("../img/ico_checksGreen.png");
}
.emailInfo_wrap .check_point li.incorrect_txt:before {
  background: url("../img/ico_checksRed.png");
}
.pwSame_wrap .check_point li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/ico_checkX.png");
  margin-right: 6px;
}
.pwSame_wrap .check_point li.correct_txt:before {
  background: url("../img/ico_checksGreen.png");
}
.pwSame_wrap .check_point li.incorrect_txt:before {
  background: url("../img/ico_checksRed.png");
}

.join_con .join_box .w400 .agree_wrap .agreeAll_wrap {
  position: relative;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 17px;
}
.agreeAll_wrap input[type="checkbox"],
.agree_list input[type="checkbox"] {
  appearance: none;
}
.agreeAll_wrap input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.agree_list input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("../img/ico_checkGray.png");
}
.agreeAll_wrap input[type="checkbox"]:checked:before {
  background: #ed7474 url("../img/ico_checkBox.png");
  border: 1px solid #ed7474;
}
.agree_list input[type="checkbox"]:checked:before {
  background: url("../img/ico_checkRed.png");
}
.agreeAll_wrap label {
  margin-left: 10px;
  margin-bottom: 0;
}
.pwSame_wrap .agree_list ul {
  padding-top: 8px;
}
.pwSame_wrap .agree_list ul li {
  display: flex;
  margin-bottom: 20px;
  color: #454343;
}
.pwSame_wrap .agree_list ul li a {
  margin-bottom: 0;
  margin-left: 16px;
  line-height: 1.3;
}
.pwSame_wrap .agree_list ul li:last-child {
  margin-bottom: 0;
}

.join_con .join_box .w400 .codeInfo_wrap label,
.join_con .join_box .w400 .Info_wrap label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.3;
  word-break: keep-all;
}
.join_con .join_box .w400 .codeInfo_wrap input {
  width: 100%;
  min-height: 55px;
  padding: 18px 12px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}
.join_con .join_box .w400 .codeInfo_wrap input::placeholder {
  color: #a4a4a4;
}
.join_con .join_box .w400 .codeInfo_wrap .joinTime_wrap {
  justify-content: space-between;
  align-items: center;
}
.join_con .join_box .w400 .codeInfo_wrap p {
  font-size: 14px;
  color: #a4a4a4;
  padding: 16px 0 23px;
  line-height: 1.5;
}
.join_con .join_box .w400 .codeInfo_wrap .time {
  font-size: 16px;
  color: #000;
  line-height: 1;
}
.join_con .join_box .w400 .codeInfo_wrap button {
  width: 100%;
  max-height: 66px;
  font-size: 18px;
  padding: 23px 0;
  text-align: center;
  background: #a4a4a4;
  color: #fff;
  border-radius: 5px;
}
.join_con .join_box .w400 .codeInfo_wrap button.active {
  background: #ed7474;
}
.join_con .join_box .w400 .Info_wrap .email_wrap,
.join_con .join_box .w400 .Info_wrap .nick_wrap,
.join_con .join_box .divi_wrap .divi_select,
.join_con .join_box .w400 .Info_wrap .managerName_wrap,
.join_con .join_box .w400 .Info_wrap .managerTel_wrap,
.join_con .join_box .w400 .Info_wrap .gender_wrap,
.join_con .join_box .w400 .Info_wrap .libraryName_wrap {
  margin-bottom: 35px;
}
.join_con .join_box .w400 .Info_wrap .email_wrap input {
  width: 100%;
  min-height: 55px;
  padding: 18px 12px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  background: #f1f1f1;
}
.join_con .join_box .w400 .Info_wrap .email_wrap input::placeholder,
.join_con .join_box .w400 .Info_wrap .managerTel_wrap input::placeholder {
  color: #a4a4a4;
}
.join_con .join_box .w400 .Info_wrap .divi_select div,
.join_con .join_box .w400 .Info_wrap .gender_wrap div {
  display: flex;
  align-items: center;
  margin-right: 33px;
}
.join_con .join_box .w400 .Info_wrap .divi_select div:last-child,
.join_con .join_box .w400 .Info_wrap .gender_wrap div:last-child {
  margin-right: 0;
}
.join_con .join_box .w400 .Info_wrap .divi_wrap .divi_select label,
.join_con .join_box .w400 .Info_wrap .gender_wrap .gender_select label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.join_con .join_box .divi_wrap .divi_select input[type="radio"],
.join_con .join_box .divi_wrap .divi_select input[type="radio"]:checked,
.join_con .join_box .gender_wrap .gender_select input[type="radio"],
.join_con .join_box .gender_wrap .gender_select input[type="radio"]:checked {
  appearance: none;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
  margin-right: 10px;
}
.join_con .join_box .divi_wrap .divi_select input[type="radio"]:checked,
.join_con .join_box .gender_wrap .gender_select input[type="radio"]:checked {
  background: #ed7474;
  border: 0;
}
.join_con .join_box .divi_wrap .divi_select input[type="radio"]:checked,
.join_con .join_box .gender_wrap .gender_select input[type="radio"]:checked {
  background: url("../img/ico_select.svg");
  border: 0;
}
.join_con .join_box .w400 .Info_wrap .nick_wrap input,
.join_con .join_box .w400 .Info_wrap .libraryName_wrap input,
.join_con .join_box .w400 .Info_wrap .managerName_wrap input,
.join_con .join_box .w400 .Info_wrap .managerTel_wrap input {
  width: 100%;
  min-height: 55px;
  padding: 18px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}
.join_con .join_box .w400 .Info_wrap .yearSelect_wrap,
.join_con .join_box .w400 .Info_wrap .join_path_wrap,
.join_con .join_box .w400 .Info_wrap .regionSelect_wrap {
  margin-bottom: 35px;
}
.join_con .join_box .w400 .Info_wrap .regionSelect_wrap .selectGr_wrap {
  gap: 10px;
}
.join_con .join_box .w400 .Info_wrap .regionSelect_wrap .select_wrap {
  flex: 1;
  max-width: calc((100% - 10px) / 2);
}
.join_con
  .join_box
  .w400
  .Info_wrap
  .regionSelect_wrap
  .select_wrap
  .selected_select {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.join_con
  .join_box
  .w400
  .Info_wrap
  .regionSelect_wrap
  .select_wrap
  .option_list {
  width: 100%;
}
.join_con
  .join_box
  .w400
  .Info_wrap
  .regionSelect_wrap
  .select_wrap
  .option_list
  li
  a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.join_con .join_box .w400 .Info_wrap .yearSelect_wrap .year_wrap,
.join_con .join_box .w400 .Info_wrap .join_path_wrap .joinPath_wrap {
  position: relative;
  display: inline-block;
}
.join_con .join_box .w400 .Info_wrap .yearSelect_wrap .year_select,
.join_con .join_box .w400 .Info_wrap .joinPath_wrap .joinPath_select {
  padding: 16px 74px 14px 21px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  appearance: none;
}
.join_con .join_box .w400 .Info_wrap .joinPath_wrap .joinPath_select {
  width: 400px;
}
.join_con .join_box .w400 .Info_wrap .yearSelect_wrap .year_wrap:after,
.join_con .join_box .w400 .Info_wrap .join_path_wrap .joinPath_wrap:after {
  position: absolute;
  right: 17px;
  bottom: 20px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(135deg);
}
.join_con .join_box .w400 .Info_wrap .join_path_wrap .select_wrap03 {
  margin-right: 0;
}
.join_con
  .join_box
  .w400
  .Info_wrap
  .join_path_wrap
  .select_wrap03
  .selected_select {
  padding: 15px 30px 15px 20px;
  color: black;
}
.join_con
  .join_box
  .w400
  .Info_wrap
  .join_path_wrap
  .select_wrap03
  .selected_select:after {
  right: 17px;
}
.join_con
  .join_box
  .w400
  .Info_wrap
  .join_path_wrap
  .select_wrap03
  .option_list
  li
  a {
  padding: 10px 20px;
  color: black;
}
.join_con .join_box .w400 .Info_wrap button {
  width: 100%;
  text-align: center;
  background: #a4a4a4;
  padding: 23px 0;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.join_con .join_box .w400 .Info_wrap button.active {
  background: #ed7474;
}

/*select 꾸미기css*/
.select_wrap {
  position: relative;
}
.select_wrap .selected_select {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px 3px 0 0;
  width: 130px;
  padding: 15px 30px 15px 20px;
}
.select_wrap .selected_select:after {
  position: absolute;
  right: 17px;
  bottom: 20px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(135deg);
}
.select_wrap.open .selected_select:after {
  bottom: 16px;
  transform: rotate(315deg);
}
.select_wrap .option_list {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  border: 1px solid #dcdcdc;
  width: 130px;
  padding: 5px 0;
  border-radius: 0 0 3px 3px;
  background: #fff;
  z-index: 2;
  max-height: 370px;
  overflow: hidden;
  overflow-y: auto;
}
.select_wrap.open .option_list {
  display: block;
}
.select_wrap .option_list li a {
  display: block;
  padding: 10px 20px;
}
.select_wrap .option_list li:first-child {
  padding-top: 0;
}
.select_wrap .option_list li:last-child {
  padding-bottom: 0;
}

.select_wrap02 {
  position: relative;
  margin-right: 11px;
}
.select_wrap02 .selected_select {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px 3px 0 0;
  width: 120px;
  padding: 15px 30px 15px 15px;
}
.select_wrap02 .selected_select:after {
  position: absolute;
  right: 12px;
  bottom: 20px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(135deg);
}
.select_wrap02.open .selected_select:after {
  bottom: 16px;
  transform: rotate(315deg);
}
.select_wrap02 .option_list {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  border: 1px solid #dcdcdc;
  width: 120px;
  padding: 5px 0;
  border-radius: 0 0 3px 3px;
  background: #fff;
  z-index: 2;
  max-height: 228px;
  overflow: hidden;
  overflow-y: auto;
}
.select_wrap02.open .option_list {
  display: block;
}
.select_wrap02 .option_list li a {
  display: block;
  padding: 10px 15px;
}
.select_wrap02 .option_list li:first-child {
  padding-top: 0;
}
.select_wrap02 .option_list li:last-child {
  padding-bottom: 0;
}

.select_wrap03 {
  position: relative;
  margin-right: 11px;
}
.select_wrap03 .selected_select {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px 3px 0 0;
  width: 100%;
  padding: 15px 30px 15px 10px;
  background: #fff;
  color: #7f7f7f;
}
.select_wrap03 .selected_select:after {
  position: absolute;
  right: 12px;
  bottom: 20px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(135deg);
}
.select_wrap03.open .selected_select:after {
  bottom: 16px;
  transform: rotate(315deg);
}
.select_wrap03 .option_list {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 5px 0;
  border-radius: 0 0 3px 3px;
  background: #fff;
  z-index: 2;
  max-height: 228px;
  overflow: hidden;
  overflow-y: auto;
}
.select_wrap03.open .option_list {
  display: block;
}
.select_wrap03 .option_list li a {
  display: block;
  padding: 10px;
  color: #7f7f7f;
}

.select_wrap04 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.select_wrap04 .selected_select {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 3px 3px 0 0;
  width: 100%;
  padding: 15px 30px 15px 10px;
  background: #fff;
  color: #7f7f7f;
}
.select_wrap04 .selected_select:after {
  position: absolute;
  right: 12px;
  bottom: 20px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(135deg);
}
.select_wrap04.open .selected_select:after {
  bottom: 16px;
  transform: rotate(315deg);
}
.select_wrap04 .option_list {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 5px 0;
  border-radius: 0 0 3px 3px;
  background: #fff;
  z-index: 2;
  max-height: 228px;
  overflow: hidden;
  overflow-y: auto;
}
.select_wrap04.open .option_list {
  display: block;
}
.select_wrap04 .option_list li a {
  display: block;
  padding: 10px;
  color: #7f7f7f;
}
.select_wrap04 .option_list li:first-child {
  padding-top: 0;
}
.select_wrap04 .option_list li:last-child {
  padding-bottom: 0;
}

/* 스크롤바 커스텀 */
.option_list::-webkit-scrollbar {
  width: 8px; /* 스크롤바의 너비 */
}
.option_list::-webkit-scrollbar-thumb {
  height: 30%;
  background: #dcdcdc;
  border-radius: 10px;
}
.option_list::-webkit-scrollbar-track {
  background: #fff;
}

/*가입완료*/
.finish_con .finish_box {
  width: 489px;
  margin: 0 auto;
  padding: 109px 0;
  text-align: center;
}
.finish_con .finish_box p {
  color: #454343;
  line-height: 35px;
  font-size: 20px;
  margin-top: 67px;
}
.finish_con .finish_box button {
  width: 100%;
  border: 1px solid #ed7474;
  border-radius: 5px;
  padding: 19px 0;
  color: #ed7474;
  font-size: 18px;
  margin-top: 52px;
}
.finish_con .finish_box button + button {
  margin-top: 20px;
}
.finish_con .finish_box .short_banner {
  margin-top: 41px;
}
.finish_con .finish_box .short_con {
  display: flex;
  align-items: center;
  width: 100%;
  background: #e3fecb;
  margin-top: 41px;
  padding: 19px 25px 12px 40px;
}
.finish_con .finish_box .short_con .short_txt {
  text-align: left;
  line-height: 23px;
  font-size: 14px;
}
.finish_con .finish_box .short_con .short_btn {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  line-height: 80px;
  transform: rotate(-20deg);
  margin-left: auto;
}
/* 반응형 추가 */
@media screen and (max-width: 1024px) {
  /* 회원가입 */
  .join_con .join_box {
    padding: 25px 0 108px;
    width: 100%;
    max-width: 453px;
  }
  .join_con .head_title {
    text-align: left;
    color: #454343;
  }
  #page_join2.join_con .head_title,
  #page_join3.join_con .head_title,
  #page_join4.join_con .head_title,
  #snsPage.join_con .head_title {
    max-width: 400px;
    margin: 0 auto;
  }
  .join_con .head_title p {
    line-height: 26px;
  }
  .join_con .head_title .m_block {
    display: block;
  }
  .join_con .head_title .m_ico {
    display: inline;
    font-size: 20px;
  }
  .join_con .head_title strong {
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .join_con .join_box .typeSelect_wrap {
    padding-top: 36px;
  }
  .join_con .join_box .typeSelect_wrap .tab_menu ul.tab_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .join_con .join_box .typeSelect_wrap .tab_menu ul.tab_list li.w50per {
    width: 100%;
    float: none;
  }
  .join_con .join_box .typeSelect_wrap label {
    border-radius: 5px;
    border-color: #ed7474;
    font-size: 17px;
    color: #ed7474;
  }
  .join_con .join_box .typeSelect_wrap label.mobile {
    display: block;
  }
  .join_con .join_box .typeSelect_wrap input[type="radio"]:checked + label {
    background: #fff;
    color: #ed7474;
  }
  .join_con .join_box .typeSelect_wrap .publeBusi_info {
    top: auto;
    right: auto;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .join_con .join_box .typeSelect_wrap .publeBusi_info:after {
    bottom: auto;
    top: -8px;
  }
  .join_con .join_box ul.breadcrumbs {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .join_con .join_box .w400 .codeInfo_wrap input {
    font-size: 15px;
    letter-spacing: -0.03em;
  }
  .join_con .join_box .w400 .codeInfo_wrap p {
    padding-bottom: 50px;
  }
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .selected_select,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .option_list {
    width: 100%;
  }
  .join_con .join_box .w400 .Info_wrap .join_path_wrap .select_wrap03 {
    margin-right: 0;
  }
  .join_con .join_box .w400 .Info_wrap .email_wrap input,
  .join_con .join_box .w400 .Info_wrap .nick_wrap input,
  .join_con .join_box .w400 .Info_wrap .managerName_wrap input,
  .join_con .join_box .w400 .Info_wrap .managerTel_wrap input,
  .join_con .join_box .w400 .Info_wrap .libraryName_wrap input {
    min-height: 50px;
    padding: 13px 12px;
    text-overflow: ellipsis;
  }
  .finish_con .finish_box button + button {
    margin-top: 53px;
  }
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .option_list,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .join_path_wrap
    .select_wrap03
    .option_list,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .regionSelect_wrap
    .select_wrap
    .option_list {
    top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .emailInfo_wrap label,
  .pwSame_wrap label {
    font-size: 16px;
    font-weight: 500;
  }
  /* 로그인 */
  .login_con .login_box {
    padding: 25px 0 115px;
    width: 100%;
    max-width: none;
  }
  .login_con .login_box .joinBtn_wrap button {
    padding: 18px;
  }
  .login_con .login_box .loginBtn_wrap a.pwFind_btn {
    font-size: 15px;
  }
  /* 비밀번호 찾기 */
  .pwFind_con {
    width: 100%;
    max-width: 438px;
    padding: 38px 0 285px;
  }
  .pwFind_con .head_title strong {
    font-weight: 600;
    color: #454343;
    margin-bottom: 12px;
  }
  .pwFind_con .head_title p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 22px;
    text-align: center;
  }
  .pwFind_con .head_title .m_block {
    display: block;
  }
  .pwFind_con .pwFind_box {
    padding-top: 40px;
    width: 100%;
    max-width: 400px;
  }
  .pwFind_con .head_title .timer {
    font-weight: 600;
  }
  .pwSame_wrap ul,
  .pwSame_wrap ul li.incorrect_txt,
  .emailInfo_wrap ul {
    font-size: 14px;
  }
  .emailInfo_wrap button,
  .pwSame_wrap button {
    margin-top: 40px;
  }
  /* 회원가입 */
  .join_con .head_title p {
    font-size: 16px;
    line-height: 22px;
  }
  .join_con .head_title .m_ico {
    font-size: 16px;
  }
  .join_con .join_box .w400 {
    width: 100%;
    max-width: 400px;
  }
  .join_con .join_box .typeSelect_wrap .publeBusi_info p {
    font-size: 15px;
    padding: 11px 0;
  }
  .join_con .head_title .info {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0 0;
  }
  .pwSame_wrap .check_point li:before {
    vertical-align: middle;
    margin-top: -2px;
  }
  .join_con .join_box .w400 .agree_wrap .agreeAll_wrap {
    padding-bottom: 11px;
  }
  .emailInfo_wrap ul li {
    padding-left: 19px;
    line-height: 1.3;
    word-break: keep-all;
  }
  .emailInfo_wrap .check_point li.info:before {
    vertical-align: middle;
    margin-left: -19px;
    margin-top: -2px;
  }
  .agreeAll_wrap input[type="checkbox"]:before {
    width: 22px;
    height: 22px;
    margin-top: -3px;
  }
  .agreeAll_wrap input[type="checkbox"]:checked:before {
    background-size: 22px;
  }
  .agree_list input[type="checkbox"]:before {
    margin-top: 1px;
  }
  .pwSame_wrap .agree_list ul li a {
    margin-left: 11px;
    font-size: 15px;
  }
  .pwSame_wrap .agree_list ul li:last-child {
    margin-bottom: 10px;
  }
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .selected_select,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .option_list,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .join_path_wrap
    .select_wrap03
    .option_list
    li
    a,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .regionSelect_wrap
    .select_wrap
    .option_list
    li
    a,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .join_path_wrap
    .select_wrap03
    .selected_select,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .regionSelect_wrap
    .select_wrap
    .selected_select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #a4a4a4;
  }
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .selected_select,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .join_path_wrap
    .select_wrap03
    .selected_select,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .regionSelect_wrap
    .select_wrap
    .selected_select {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .option_list {
    overflow-y: auto;
  }
  .join_con
    .join_box
    .w400
    .Info_wrap
    .join_path_wrap
    .select_wrap03
    .option_list
    li
    a,
  .join_con
    .join_box
    .w400
    .Info_wrap
    .regionSelect_wrap
    .select_wrap
    .option_list
    li
    a {
    padding-right: 12px;
  }
  .join_con
    .join_box
    .w400
    .Info_wrap
    .yearSelect_wrap
    .select_wrap
    .option_list
    li
    a {
    padding-left: 0;
  }
  .join_con .join_box .w400 .Info_wrap .divi_select div,
  .join_con .join_box .w400 .Info_wrap .gender_wrap div {
    margin-top: 3px;
  }
  .join_con .join_box .w400 .Info_wrap .join_path_wrap {
    margin-bottom: 45px;
  }
  .finish_con .finish_box {
    width: 100%;
    max-width: 489px;
    padding: 30px 0 109px;
  }
  .finish_con .finish_box img {
    width: 100%;
    max-width: 242px;
  }
  .finish_con .finish_box p {
    font-size: 18px;
    line-height: 31px;
    margin-top: 17px;
  }
  .join_con .join_box .w400 .Info_wrap .email_wrap input,
  .join_con .join_box .w400 .Info_wrap .nick_wrap input,
  .join_con .join_box .w400 .Info_wrap .managerName_wrap input,
  .join_con .join_box .w400 .Info_wrap .managerTel_wrap input,
  .join_con .join_box .w400 .Info_wrap .libraryName_wrap input {
    font-size: 14px;
    font-weight: 300;
  }
  #page_join2 .agreeAll_wrap label {
    margin-top: -1px;
    font-weight: bold;
    color: #454343;
  }
  .join_con .join_box .w400 .Info_wrap label {
    font-weight: 500;
  }
  .join_con .join_box .w400 .Info_wrap div:not(.email_wrap) label {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .join_con .join_box .w400 .codeInfo_wrap input {
    font-size: 14px;
    text-overflow: ellipsis;
  }
  .join_con .join_box .w400 .Info_wrap .divi_select div,
  .join_con .join_box .w400 .Info_wrap .gender_wrap div {
    margin-right: 24px;
  }
}
@media screen and (max-width: 340px) {
  .login_con .login_box .userInfo_wrap input::placeholder {
    font-size: 16px;
  }
}

/*정책 게시판*/
.table_type_policy table {
  margin-top: 10px;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.table_type_policy table th {
  font-size: 17px;
  padding: 10px 20px;
  color: #000;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
.table_type_policy table td {
  padding: 10px 20px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

/*서비스소개*/
.service_info .view_write.notice {
  margin-bottom: 0;
}
.txt_blue {
  color: #3e72f7;
}
.service_info .service_inner {
  max-width: 1160px;
  margin: 0 auto;
}
.service_info .tit {
  font-size: 46px;
  font-weight: 700;
  line-height: 67px;
}
.service_info .txt_pink {
  color: #e55f5f;
}
.service_info .txt_decoration {
  position: relative;
  z-index: 0;
}
.service_info .txt_decoration:before {
  display: block;
  content: "";
  width: 100%;
  height: 19px;
  background: #d9e4ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service_cont01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 267px 0 275px;
}
.service_cont01 .txt_wrap {
  margin-left: calc((100% - 1160px) / 2);
  word-break: keep-all;
}
.service_cont01 .tit {
  font-size: 50px;
  font-family: "Wanted", sans-serif;
  font-weight: 600;
}
.service_cont01 .s_tit {
  margin-top: 100px;
  font-size: 36px;
  font-family: "Wanted", sans-serif;
  font-weight: 500;
  line-height: 45px;
}
.service_cont01 .s_tit .txt_pink {
  font-weight: 900;
  font-family: "SUITE", sans-serif;
  color: #e55f5f;
}
.service_cont01 .slide_wrap {
  overflow: hidden;
  width: 40%;
}
.service_cont01 .swiper-wrapper {
  transition-timing-function: linear;
}
.service_cont02 .boxList_wrap {
  display: flex;
  gap: 25px;
  padding: 228px 0;
}
.service_cont02 .boxList {
  flex: 1;
  height: 723px;
  padding: 60px 46px 83px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.service_cont02 .boxList:nth-child(1) {
  background-image: url(../img/service_cont01.png);
}
.service_cont02 .boxList:nth-child(2) {
  background-image: url(../img/service_cont02.png);
  display: flex;
  flex-direction: column-reverse;
}
.service_cont02 .tit {
  font-size: 40px;
  font-family: "Wanted", sans-serif;
  line-height: 54px;
}
.service_cont02 .s_txt {
  margin-top: 55px;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
}
.service_cont02 .txt_pink {
  margin-top: 15px;
  font-size: 41px;
  font-weight: 700;
  color: #f55151;
  line-height: 55px;
}
.service_cont03 {
  padding: 97px 0 110px;
}
.service_cont03 .service_inner {
  position: relative;
}
.service_cont03 .tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.service_cont03 .tit {
  line-height: 73px;
}
.service_cont03 .tit_wrap .txt {
  font-size: 15px;
  color: #757575;
}
.service_cont03 .tit_wrap .txt:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_cursor.png) no-repeat;
  background-size: 24px;
  margin: -2px 9px 0 0;
  vertical-align: middle;
}
.service_cont03 .s_txt {
  margin: 40px 0;
  font-size: 15px;
  line-height: 20px;
  color: #454343;
}
.service_cont03 .s_txt .txt_pink {
  font-weight: 600;
}
.service_cont03 .stepList_wrap {
  display: flex;
  gap: 27px;
}
.service_cont03 .stepList {
  flex: 1;
  border: 1px solid #ececec;
  border-radius: 30px;
  height: auto;
}
.service_cont03 .refresh_list {
  display: none;
}
.service_cont03 .stepList .img_box {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.service_cont03 .stepList .txt_box {
  padding: 25px 30px;
}
.service_cont03 .stepList .txt {
  font-size: 17px;
  line-height: 34px;
  color: #454343;
  word-break: keep-all;
}
.service_cont03 .stepList .txt strong {
  font-weight: 600;
}
.service_cont03 .hover_wrap {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.service_cont03 .librarian_wrap {
  transition: all 0.3s;
}
.service_cont03 .librarian_wrap.on {
  opacity: 0;
}
.service_cont03 .hover_wrap.on {
  opacity: 1;
}
.service_cont03 .swiper-pagination {
  display: none;
}
.service_cont04 .service_inner {
  padding: 175px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_cont04 .img_wrap {
  max-width: 495px;
}
.service_cont05 {
  margin: 85px 0;
  background: url(../img/service_cont05.png) no-repeat;
  background-size: 100% auto;
}
.service_cont05 .service_inner {
  padding: 158px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.service_cont05 .tit {
  color: #454343;
  word-break: keep-all;
}
.service_cont05 .img_wrap {
  max-width: 600px;
}
.service_cont05 .btn_libList {
  margin-top: 44px;
  display: block;
  max-width: 280px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  background: #fff;
  font-size: 15px;
  color: #3e72f7;
  line-height: 48px;
  text-align: center;
  animation: btnMove 0.7s infinite ease-in alternate;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@keyframes btnMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.service_cont05 .btn_libList:before {
  display: block;
  content: "";
  width: 120%;
  height: 100%;
  background: #3e72f7;
  position: absolute;
  left: -150%;
  top: 0;
  z-index: -1;
  border-radius: 30px;
  left: 50%;
  animation-name: bgout;
  animation-duration: 600ms;
  transform: translate(-150%);
}
.service_cont05 .btn_libList:hover {
  color: #fff;
}
.service_cont05 .btn_libList:hover:before {
  -webkit-animation-name: bgin;
  animation-name: bgin;
  transform: translate(-50%);
}
@keyframes bgin {
  from {
    transform: translate(-150%);
  }
  to {
    transform: translate(-50%);
  }
}
@keyframes bgout {
  from {
    transform: translate(-50%);
  }
  to {
    transform: translate(50%);
  }
}
.service_cont06 {
  padding: 270px 0 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service_cont06 .topInfo_wrap .img_wrap {
  margin-top: 80px;
  max-width: 918px;
}
.service_cont06 .topInfo_wrap .img_wrap img {
  margin: 0 auto;
}
.service_info .infoList_wrap {
  margin-top: 290px;
  display: flex;
  flex-direction: column;
  gap: 148px;
}
.service_cont06 .infoList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_cont06 .infoList .img_wrap {
  max-width: 400px;
}
.service_cont06 .infoList .txt_wrap {
  width: 500px;
  color: #454343;
}
.service_cont06 .infoList .tit {
  font-size: 35px;
  line-height: 45px;
}
.service_cont06 .infoList .txt {
  margin-top: 15px;
  font-size: 17px;
  line-height: 26px;
}
.service_cont06 .infoList .btn_more {
  margin: 40px auto 0;
  padding: 0 30px;
  line-height: 48px;
  height: 48px;
  display: inline-block;
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition: ease 0.35s all;
}
.service_cont06 .infoList .btn_more.mobile {
  display: none;
}
.service_cont06 .infoList .btn_more:before {
  content: attr(data-text);
  color: #fff;
  position: absolute;
  top: -100%;
}
.service_cont06 .infoList .btn_more:hover {
  line-height: 9.4em;
  background: #e55f5f;
  border-color: #e55f5f;
}
.service_cont07 {
  padding: 105px 0 185px;
  background: #000;
}
.service_cont07 .qa_wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.service_cont07 .tit {
  margin-bottom: 48px;
  font-size: 55px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.service_cont07 .qaList {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 7px;
}
.service_cont07 .qaList:last-child {
  margin-bottom: 0;
}
.service_cont07 .qaList button {
  width: 100%;
  min-height: 77px;
  padding: 10px 51px 10px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  word-break: keep-all;
  position: relative;
}
.service_cont07 .qaList button:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/ico_faq01.png") no-repeat;
  position: absolute;
  right: 27px;
  top: calc(50% - 12px);
  transform: rotate(90deg) translateY(-50%);
}
.service_cont07 .qaList button.active:after {
  transform: rotate(270deg);
  right: 15px;
}
.service_cont07 .qaList .answer_wrap {
  padding: 16px 27px 38px 38px;
  font-size: 17px;
  line-height: 25px;
  word-break: keep-all;
  display: none;
}
.service_cont08 {
  background: #ee7375;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 327px;
  font-size: 40px;
  font-family: "SUITE", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .service_info .service_inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .service_cont01 {
    margin-left: 20px;
  }
  .service_cont01 .txt_wrap {
    margin-left: 0;
  }
  .service_cont01 .tit {
    font-size: 42px;
    line-height: 59px;
  }
  .service_cont01 .s_tit {
    font-size: 27px;
    line-height: 36px;
  }
  .service_cont01 .slide_wrap {
    width: 49%;
  }
  .service_cont02 .boxList_wrap {
    flex-direction: column;
  }
  .service_cont02 .boxList {
    flex: auto;
    width: 568px;
    margin: 0 auto;
  }
  .service_cont04 .tit {
    font-size: 41px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .service_info .tit {
    font-size: 40px;
    line-height: 61px;
  }
  .service_cont01 {
    flex-direction: column;
    gap: 140px;
    align-items: flex-start;
    margin-left: 0;
  }
  .service_cont01 .s_tit {
    margin-top: 25px;
  }
  .service_cont01 .txt_wrap {
    margin-left: 20px;
  }
  .service_cont01 .slide_wrap {
    width: 100%;
    padding-left: 20px;
  }
  .service_cont03 .service_inner {
    margin: 0;
  }
  .service_cont03 .txt_wrap {
    padding: 0 20px;
  }
  .service_cont03 .tit {
    line-height: 67px;
  }
  .service_cont03 .stepSlide_wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .service_cont03 .bg_wrap {
    background: rgba(117, 117, 117, 0.47);
    width: 100vw;
    height: 100%;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
  }
  .service_cont03 .scroll_wrap {
    margin: 0 20px;
    overflow: hidden;
  }
  .service_cont03 .hover_wrap {
    /* display: none; */
    /* opacity: 1; */
    max-width: 100%; /* position: static; */
    overflow: hidden;
  }
  .service_cont03 .stepList_wrap {
    gap: 0;
  }
  .service_cont03 .refresh_list {
    display: block;
  }
  .service_cont03 .librarian_wrap .stepList:last-child {
    border: none;
    border-radius: 0;
  }
  .service_cont03 .stepList {
    flex: none;
    border: none;
    border-radius: 0;
  }
  .service_cont03 .stepList_inner {
    margin: 0 auto;
    height: 100%;
    max-width: 738px;
    border: 1px solid #ececec;
    border-radius: 30px;
  }
  .service_cont03 .stepList .txt_box {
    padding: 27px 25px 50px;
  }
  .service_cont03 .stepList .txt {
    font-size: 15px;
    line-height: 28px;
  }
  .service_cont03 .refresh_box {
    background: #ffecec;
    border-radius: 28px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .service_cont03 .refresh_box .txt {
    font-size: 16px;
    font-weight: 600;
    color: #757575;
    line-height: 19px;
  }
  .service_cont03 .refresh_box .txt:before {
    display: block;
    content: "";
    width: 55px;
    height: 50px;
    background: url(../img/ico_refresh.png) no-repeat;
    margin: 0 auto 25px;
  }
  .service_cont03 .refresh_box strong.txt_red {
    display: block;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #f64d4d;
  }
  .service_cont03 .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    bottom: 20px !important;
    top: auto !important;
  }
  .service_cont03 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 !important;
  }
  .service_cont03 .swiper-pagination .swiper-pagination-bullet-active {
    background: #9c9c9c;
  }
  .service_cont04 .service_inner {
    flex-direction: column;
    gap: 135px;
  }
  .service_cont05 {
    background: none;
    text-align: center;
  }
  .service_cont05 .service_inner {
    justify-content: center;
  }
  .service_cont05 .library_wrap .txt {
    margin-top: 37px;
    font-size: 17px;
    color: #454343;
    line-height: 32px;
    word-break: keep-all;
  }
  .service_cont05 .img_wrap {
    display: none;
  }
  .service_cont05 .btn_libList {
    margin: 64px auto 0;
    max-width: 154px;
    line-height: 60px;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    font-size: 15px;
    color: #454343;
  }
  .service_info .infoList_wrap {
    gap: 70px;
  }
  .service_cont06 {
    padding: 160px 0 203px;
  }
  .service_cont06 .topInfo_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff4f4;
    padding: 100px 20px 123px;
    word-break: keep-all;
  }
  .service_cont06 .topInfo_wrap .tit {
    font-size: 35px;
    line-height: 45px;
  }
  .service_cont06 .m_blue {
    color: #3e72f7;
  }
  .service_cont06 .topInfo_wrap .img_wrap {
    margin-top: 58px;
  }
  .service_cont06 .infoList {
    flex-direction: column;
    gap: 45px;
  }
  .service_cont06 .infoList .btn_more.mobile {
    display: inline-block;
  }
  .service_info .btn_start {
    display: block;
    margin: 50px auto 85px;
    width: 113px;
    background: #e55f5f;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    line-height: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .service_info .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .service_cont01 {
    padding: 168px 0 108px;
  }
  .service_cont01 .tit,
  .service_cont03 .tit {
    font-size: 30px;
    line-height: 40px;
  }
  .service_cont01 .s_tit {
    font-size: 20px;
    line-height: 24px;
  }
  .service_cont02 .boxList_wrap {
    gap: 63px;
    padding: 0;
  }
  .service_cont02 .boxList {
    width: 100%;
    height: auto;
    padding: 62px 25px 48px;
    border-radius: 22px;
    word-break: keep-all;
  }
  .service_cont02 .boxList:nth-child(1) {
    background-position: bottom center;
    padding-bottom: 55%;
  }
  .service_cont02 .boxList:nth-child(2) {
    background-position: top center;
    padding-top: 93%;
  }
  .service_cont02 .boxList:nth-child(2) .tit {
    font-size: 22px;
  }
  .service_cont02 .s_txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
  }
  .service_cont02 .txt_pink {
    margin-top: 12px;
    font-size: 23px;
    line-height: 30px;
  }
  .service_cont03 {
    padding: 120px 0 153px;
  }
  .service_cont03 .s_txt {
    margin: 52px 0 30px;
    font-size: 17px;
    line-height: 24px;
  }
  .service_cont03 .scroll_wrap {
    overflow: hidden;
  }
  .service_cont03 .stepList {
    flex: none;
  }
  .service_cont04 .service_inner {
    padding: 0 0 188px;
    gap: 66px;
  }
  .service_cont04 .tit {
    max-width: 320px;
    margin: 0 auto;
    font-size: 27px;
    line-height: 41px;
    word-break: keep-all;
  }
  .service_cont04 .tit br {
    display: none;
  }
  .service_cont04 .tit .txt_pink {
    display: inline-block;
  }
  .service_cont05 {
    margin: 0 0 158px;
  }
  .service_cont05 .service_inner {
    padding: 0;
  }
  .service_cont05 .tit {
    font-size: 37px;
    line-height: 46px;
  }
  .service_cont06 {
    padding: 0 0 137px;
  }
  .service_info .infoList_wrap {
    margin-top: 200px;
    padding: 0 20px;
    width: 100%;
  }
  .service_cont06 .infoList {
    gap: 50px;
  }
  .service_cont06 .infoList .txt_wrap {
    width: auto;
    word-break: keep-all;
  }
  .service_cont06 .infoList .tit {
    font-size: 25px;
    line-height: 35px;
  }
  .service_cont06 .infoList .txt {
    margin-top: 19px;
    line-height: 29px;
  }
  .service_cont06 .infoList .txt br {
    display: none;
  }
  .service_cont06 .infoList .btn_more {
    margin-top: 35px;
    line-height: 58px;
    height: 60px;
    min-width: 154px;
  }
  .service_cont06 .infoList .btn_more:before {
    top: calc(-100% + 19px);
  }
  .service_cont07 {
    padding: 108px 0 60px;
  }
  .service_cont07 .tit {
    font-size: 55px;
  }
  .service_cont07 .qaList button {
    padding: 10px 42px 10px 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .service_cont07 .qaList button i {
    display: none;
  }
  .service_cont07 .qaList .answer_wrap {
    padding: 10px 20px 30px;
    font-size: 15px;
    line-height: 23px;
  }
}

/* 홍보해주세요 */
.btn_bn-gr {
  background: #ececec;
  border-radius: 10px;
  text-align: center;
}
.promotion_wrap .prom_inner {
  justify-content: space-between;
  padding: 53px 0 133px;
}
.promotion_wrap .mypage_con {
  min-width: auto;
  max-width: 890px;
  padding-right: 0;
  margin: 0 auto;
}
.promotion_wrap .boardTop_wrap {
  margin: 30px 0;
  text-align: right;
}
.boardTop_wrap .topBtn_wrap {
  position: absolute;
  right: 0;
  margin-top: -35px;
}
.boardTop_wrap .topBtn_wrap .btn_more {
  font-size: 16px;
  font-weight: 600;
}
.boardTop_wrap .topBtn_wrap .btn_more:before {
  display: block;
  content: "";
  width: 0;
  height: 10px;
  background: rgba(234, 97, 97, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.boardTop_wrap .topBtn_wrap .btn_more:hover:before {
  width: 100%;
}
.promImg_list-wrap {
  display: flex;
  gap: 15px;
}
.promImg_list-wrap .promImg_list {
  flex: 1;
  overflow: hidden;
}
.promImg_list-wrap .promImg_list a {
  position: relative;
}
.promImg_list-wrap .promImg_list a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: 0;
}
.promImg_list-wrap .promImg_list a:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.board_btBtn-wrap {
  position: relative;
}
.promotion_wrap .table_type_notice {
  border-top: none;
}
.promotion_wrap table {
  table-layout: fixed;
  border-top: 1px solid #454343;
}
.promotion_wrap .table_type_notice .tit {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.promotion_wrap .board_btBtn-wrap .btn_appli {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 116px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
}
.promotion_wrap .board_btBtn-wrap .btn_appli:hover {
  background-color: #ea6161;
  color: #fff;
}
.promotion_wrap table td,
.promotion_wrap table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.promotion_wrap .table_type_notice td:not(.notice_title) {
  color: #808080;
  font-size: 15px;
}
.promotion_wrap .notice_title a:hover {
  text-decoration: underline;
}
.promotion_wrap .notice_num {
  width: 45px;
}
.promotion_wrap .notice_write {
  width: 110px;
}
.promotion_wrap .notice_date {
  width: 110px;
}
.promotion_wrap .notice_view {
  width: 100px;
}
.promotion_wrap .notice_selec {
  width: 100px;
}
.promotion_wrap td.notice_selec:not(.type_not) {
  color: #ea6161;
}
/* 확인해주세요 팝업 */
.btn_bn-pk03 {
  border: 1px solid #ea6161;
  background: #ea6161;
  color: #fff;
}
.btn_bn-gr03 {
  border: 1px solid #939393;
  background: #939393;
  color: #fff;
}
.checkInfo_pop.active {
  display: block;
}
.checkInfo_pop .pop_cont {
  padding: 40px 40px 30px;
  max-width: 530px;
  width: calc(100% - 40px);
}
.checkInfo_pop .p_tit {
  font-size: 24px;
  font-weight: 700;
  color: #4d4d4d;
}
.checkInfo_pop .txt_wrap {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
}
.checkInfo_pop .txtList {
  padding-left: 18px;
  word-break: keep-all;
}
.checkInfo_pop .txtList .num {
  margin-left: -18px;
  margin-right: 5px;
  display: inline-block;
}
.checkInfo_pop .txtList .s_txt {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
.checkInfo_pop .bt_btn-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.checkInfo_pop .under_line {
  text-decoration: underline;
}
.checkInfo_pop .bt_btn-wrap button {
  border-radius: 10px;
  max-width: 100px;
}
.checkInfo_pop .bt_btn-wrap .btn_bn-gr02:hover {
  background-color: #707070;
}
.checkInfo_pop .bt_btn-wrap .btn_bn-pk03:hover {
  background-color: #ea6161;
}
/* 컨텐츠 신청 팝업 */
.ttRv_contAppli-pop .pop_cont {
  padding: 58px 66px 165px;
  width: 1005px;
}
.ttRv_contAppli-pop .tit_wrap,
.promAppli_pop .tit_wrap {
  position: relative;
}
.ttRv_contAppli-pop .L_tit,
.promAppli_pop .L_tit {
  max-width: calc(100% - 80px);
}
.ttRv_contAppli-pop .btn_popClose,
.promAppli_pop .btn_popClose {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ttRv_contAppli-pop .txt_wrap {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}
.ttRv_contAppli-pop .dateTxt_wrap ul {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
}
.formList .btn_brAppli {
  display: block;
  min-height: 60px;
  box-shadow: 0px 1px 2px rgb(0, 1, 2, 0.32);
  padding: 20px 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  background: url(../img/ico_write-gr.png) left 23px center no-repeat,
    url(../img/ico_arrow-pk.png) right 21px center no-repeat;
  background-size: 15px auto, 14px auto;
  position: relative;
}
.ttRv_contAppli-pop .dateList,
.ttRv_contAppli-pop .dateList .d_list {
  display: flex;
  gap: 12px;
}
.ttRv_contAppli-pop .dateList .txt {
  color: #939393;
}
.ttRv_contAppli-pop .form_wrap {
  margin-top: 30px;
}
.ttRv_contAppli-pop .form_wrap .tit {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}
.ttRv_contAppli-pop .form_wrap .formList:not(:last-child) {
  margin-bottom: 20px;
}
.ttRv_contAppli-pop .form_wrap .textarea {
  border: none;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  height: 223px;
  font-size: 18px;
  overflow-y: auto;
}
/* 홍보해주세요 신청 팝업 */
.btn_bn-pk {
  background: #f4868f;
  border: 1px solid #f4868f;
  color: #fff;
  transition: all 0.3s;
}
.btn_bn-pk02 {
  background-color: #f15a5a;
  border: 1px solid #f15a5a;
  color: #fff;
  transition: all 0.3s;
}
.promAppli_pop .pop_cont {
  width: 1005px;
  padding: 48px 64px 68px;
}
.promAppli_pop .txt_wrap {
  margin-top: 20px;
  border-top: 1px solid #dad7d7;
  padding-top: 35px;
}
.promAppli_pop .tit {
  font-size: 18px;
  font-weight: 700;
  color: #454343;
  display: block;
  margin-bottom: 12px;
}
.promAppli_pop .formList {
  margin-bottom: 40px;
}
.promAppli_pop .bg_box {
  background: #f9f7f7;
  border-radius: 10px;
  padding: 33px 20px 25px;
}
.promAppli_pop .formList .b_tit {
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
}
.promAppli_pop .select_book {
  padding: 0;
  margin-bottom: 10px;
}
.promAppli_pop .select_book .selected_select {
  width: 100%;
  line-height: 47px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 0 40px 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.promAppli_pop .select_wrap03 .option_list {
  top: 48px;
  font-size: 16px;
}
.promAppli_pop .select_wrap .select_book:first-child .option_list {
  z-index: 3;
}
.promAppli_pop .select_wrap03 .option_list li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 15px;
}
.promAppli_pop .select_wrap03 .selected_select:after {
  width: 7px;
  height: 7px;
  border-color: #676565;
  right: 21px;
}
.promAppli_pop .select_book:last-child {
  margin-bottom: 0;
}
.promAppli_pop .formList .input_wrap,
.promAppli_pop .formList .text_wrap {
  position: relative;
}
.promAppli_pop .formList .text_wrap {
  padding-bottom: 25px;
  background: #f3f3f3;
}
.promAppli_pop .formList .input_wrap input {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 0 15px;
  width: 100%;
  height: 53px;
  text-overflow: ellipsis;
}
.promAppli_pop .formList.type_titForm .input_wrap input {
  padding-right: 65px;
}
.promAppli_pop .text_wrap textarea {
  resize: none;
  height: 198px;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border: none;
  background: transparent;
}
.promAppli_pop .font_cnt {
  position: absolute;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
}
.promAppli_pop .input_wrap .font_cnt {
  right: 19px;
  bottom: 13px;
}
.promAppli_pop .text_wrap .font_cnt {
  right: 15px;
  bottom: 11px;
  line-height: 1;
}
.promAppli_pop .btn_appli {
  border-radius: 10px;
  min-width: 110px;
  min-height: 49px;
  font-size: 15px;
  margin-bottom: -19px;
}
.promAppli_pop .privacyInfo_wrap .txt_lsit-wrap {
  line-height: 1.3;
  font-size: 13px;
}
.promAppli_pop .privacyInfo_wrap .s_tit {
  font-size: 16px;
  margin-bottom: 8px;
}
.promAppli_pop .privacyInfo_wrap .s_txt {
  font-weight: 700;
  margin-bottom: 8px;
}
.privacyInfo_wrap .infoTable_wrap {
  margin-top: 20px;
}
.promAppli_pop .privacyInfo_wrap table {
  width: 100%;
  font-size: 14px;
  color: #7b7b7b;
  text-align: center;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.privacyInfo_wrap .infoTable_wrap .text-left {
  text-align: left;
  padding-left: 60px;
}
.privacyInfo_wrap .infoTable_wrap th {
  height: 37px;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}
.privacyInfo_wrap .infoTable_wrap td {
  height: 61px;
}
.privacyInfo_wrap .infoTable_wrap tr > *:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.privacyInfo_wrap .infoTable_wrap .txt {
  margin-top: 20px;
  font-size: 13px;
}
.privacyInfo_wrap .btCheck_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.privacyInfo_wrap .btCheck_wrap .cList:not(:last-child) {
  margin-bottom: 10px;
}
.privacyInfo_wrap .btCheck_wrap .cList label {
  margin-left: 8px;
  font-size: 14px;
  color: #7b7b7b;
}
.privacyInfo_wrap .btCheck_wrap .i_link {
  text-decoration: underline;
}
.promImg_list-wrap .promImg_list a {
  display: block;
  overflow: hidden;
}
.promImg_list-wrap .promImg_list img {
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
.promotion_wrap .btn_prmt {
  width: 100%;
  height: 79px;
  border-radius: 10px;
  background: #fff19a;
  font-size: 16px;
  color: #ee841a;
}
@media screen and (max-width: 1024px) {
  .mypage_menu {
    display: none;
  }
  /* 홍보해주세요 */
  .promotion_wrap .mypage_con {
    width: 100%;
    max-width: none;
  }
  .promotion_wrap .btn_appli {
    display: inline-block;
    min-width: 88px;
    line-height: 36px;
    text-align: center;
    border-radius: 10px;
  }
  .promotion_wrap .table_topTit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .promotion_wrap .table_type_notice .tit {
    margin-bottom: 0;
  }
  .promotion_wrap .board_btBtn-wrap .btn_more {
    margin-top: 20px;
    border-radius: 2px;
    line-height: 36px;
  }
  /* 홍보해주세요 신청 팝업 */
  .promAppli_pop .pop_cont {
    width: 100vw;
    max-height: none;
    height: 100vh;
    border-radius: 0;
    left: 0;
    top: 0;
    transform: none;
  }
  .promAppli_pop .bg_box {
    padding: 0;
    background: none;
  }
  .promAppli_pop .select_book .selected_select {
    border-color: #7b7b7b;
    background: #fff;
    text-align: left;
  }
  .promAppli_pop .select_book .selected_select:after {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .promAppli_pop .select_wrap03 {
    margin-right: 0;
  }
  .promAppli_pop .select_wrap03 .option_list {
    border-color: #7b7b7b;
  }
  .promImg_list-wrap .promImg_list a {
    max-height: none;
  }
  .promAppli_pop .formList .input_wrap.type02 input {
    background: #fff;
    border: 1px solid #7b7b7b;
    height: 50px;
    font-size: 16px;
  }
  .promAppli_pop .formList .s_txt {
    font-size: 16px;
    margin-top: 15px;
  }
  .privacyInfo_wrap .btCheck_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    margin-top: 0;
  }
  .privacyInfo_wrap .selectAll_wrap input[type="checkbox"]:before {
    border-radius: 100%;
    background-size: 16px;
    background-position: center;
  }
  .privacyInfo_wrap .btCheck_wrap .cList label {
    margin-left: 5px;
    display: inline-block;
  }
  .privacyInfo_wrap .btCheck_wrap .i_link {
    margin-left: 18px;
  }
  .promAppli_pop .btn_appli {
    width: 100%;
    min-height: 43px;
    margin-bottom: 0;
    background: #f15a5a;
    border-radius: 0;
    font-size: 16px;
  }
  /* 서평 맛보기 컨텐츠 신청 팝업 */
  .ttRv_contAppli-pop .pop_cont {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .promotion_wrap {
    background: #fff;
  }
  .promotion_wrap .head_title {
    padding: 0 20px;
  }
  .promotion_wrap .head_title strong,
  .promotion_wrap .table_type_notice .tit {
    font-size: 20px;
  }
  .promotion_wrap .boardTop_wrap {
    margin: 25px 0 40px;
  }
  .promotion_wrap .boardTop_wrap .topBtn_wrap {
    right: 20px;
    margin-top: -45px;
  }
  .promotion_wrap .scroll_wrap {
    overflow: hidden;
    overflow-x: auto;
    padding: 0 20px;
  }
  .promImg_list-wrap {
    min-width: 885px;
  }
  .promotion_wrap .board_btBtn-wrap .btn_more {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  .promotion_wrap .table_topTit-wrap {
    padding: 0 20px;
  }
  .promotion_wrap table {
    border-top: none;
  }
  .promotion_wrap table .nec,
  .promotion_wrap .table_type_notice td.notice_num {
    display: none;
  }
  .promotion_wrap table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dcdcdc;
    padding: 15px 20px;
    gap: 13px 0;
  }
  .promotion_wrap table td {
    border-top: none;
    padding: 0;
  }
  .promotion_wrap table .notice_title {
    width: 100%;
  }
  .promotion_wrap table td:not(.notice_title) {
    width: auto;
  }
  .promotion_wrap .table_type_notice td:not(.notice_title) {
    align-items: center;
    font-size: 12px;
  }
  .promotion_wrap table .notice_view {
    display: flex;
    gap: 3px;
  }
  .promotion_wrap table td.notice_write {
    max-width: 85px;
    text-align: left;
  }
  .promotion_wrap .notice_date:before,
  .promotion_wrap .notice_view:before,
  .promotion_wrap .notice_selec:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 12px;
    background: #ececec;
    margin: -2px 7px 0 8px;
    vertical-align: middle;
  }
  .promotion_wrap .btn_appli {
    font-size: 14px;
  }
  .promotion_wrap .board_btBtn-wrap .pagination {
    margin-top: 14px;
  }
  /* 확인해주세요 팝업 */
  .checkInfo_pop .pop_cont {
    padding: 45px 15px 10px;
  }
  .checkInfo_pop .p_tit {
    font-size: 20px;
    color: #ed7474;
  }
  .checkInfo_pop .txt_wrap {
    margin-top: 27px;
    padding-bottom: 60px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
  }
  .checkInfo_pop .txtList {
    padding-left: 0;
  }
  .checkInfo_pop .txtList .num {
    margin-left: 0;
  }
  .checkInfo_pop .txtList .mobile02 {
    display: inline;
  }
  .checkInfo_pop .txtList .s_txt {
    margin-left: 18px;
    font-size: 10px;
    line-height: 14px;
  }
  .checkInfo_pop .bt_btn-wrap {
    margin-top: 0;
  }
  .checkInfo_pop .bt_btn-wrap button {
    max-width: none;
  }
  /* 홍보해주세요 신청 팝업 */
  .promAppli_pop .pop_cont {
    padding: 25px 20px 70px;
  }
  .promAppli_pop .txt_wrap {
    padding: 0;
    margin-top: 40px;
    border-top: none;
  }
  .promAppli_pop .formList .b_tit {
    display: block;
    margin-bottom: 18px;
  }
  /* 서평 맛보기 컨텐츠 신청 팝업 */
  .ttRv_contAppli-pop .pop_cont {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    padding: 20px 20px 30px;
  }
  .ttRv_contAppli-pop .L_tit,
  .promAppli_pop .L_tit {
    font-size: 20px;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ttRv_contAppli-pop .btn_popClose,
  .promAppli_pop .btn_popClose {
    bottom: -2px;
  }
  .ttRv_contAppli-pop .txt_wrap {
    border-top: none;
  }
  .ttRv_contAppli-pop .dateTxt_wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
  }
  .ttRv_contAppli-pop .dateTxt_wrap ul {
    font-size: 15px;
    line-height: 20px;
    flex-direction: column;
    gap: 5px;
  }
  .ttRv_contAppli-pop .dateList {
    flex-wrap: wrap;
    gap: 5px 12px;
  }
  .ttRv_contAppli-pop .dateList .d_list {
    width: 100%;
  }
  .ttRv_contAppli-pop .dateList .tit {
    min-width: 50px;
  }
  .ttRv_contAppli-pop .form_wrap {
    margin-top: 35px;
  }
  .ttRv_contAppli-pop .form_wrap .formList:not(:last-child) {
    margin-bottom: 38px;
  }
  .formList .btn_brAppli {
    white-space: normal;
    padding: 20px 25px 23px 40px;
    line-height: 25px;
    background: url(../img/ico_write-gr.png) left 13px top 24px no-repeat;
    background-size: 17px;
  }
  .ttRv_contAppli-pop .form_wrap .textarea {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 10px;
  }
}
@media screen and (max-width: 341px) {
  /* 홍보해주세요 신청 팝업 */
  .privacyInfo_wrap .btCheck_wrap .i_link {
    margin-left: 5px;
  }
}

/* 서평 맛보기 */
.rvTaste_board-wrap .bdList a {
  position: relative;
}
.rvTaste_board-wrap .bdList a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: 0;
}
.rvTaste_board-wrap .bdList a:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}
.board_list.type_grid {
  display: grid;
}
.rvTaste_board-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.rvTaste_board-wrap .book_list .inner .head_title strong::before {
  content: "🥄";
  font-size: 28px;
  font-weight: 900;
  width: 39px;
  height: 37px;
  line-height: 37px;
  margin-right: 4px;
  background-image: none;
}
.rvTaste_board-wrap .board_list {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}
.rvTaste_board-wrap .bdList a {
  overflow: hidden; /* max-height: 280px; */
  display: block;
}
.rvTaste_board-wrap .bdList img {
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
.rvTaste_board-wrap .bdList .date_txt {
  margin-bottom: 20px;
  font-size: 14px;
  color: #7b7b7b;
}
.rvTaste_board-wrap .btn_more {
  margin-top: 100px;
}
@media screen and (max-width: 1220px) {
  .rvTaste_board-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* 공통 */
  .head_title.type_back {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .head_title.type_back .btn_back {
    width: 24px;
    height: 24px;
    background: url(../img/ico_back.png) no-repeat;
    font-size: 0;
    color: transparent;
  }
  .rvTaste_board-wrap .book_list .inner .head_title strong::before {
    display: none;
  }
  .rvTaste_board-wrap .board_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .rvTaste_board-wrap .bdList a {
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .rvTaste_board-wrap .book_list {
    margin: 20px 0 100px;
  }
  .rvTaste_board-wrap .board_list {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
  .rvTaste_board-wrap .bdList .date_txt {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .rvTaste_board-wrap .btn_more {
    margin-top: 50px;
  }
}

/* 서평 맛보기 상세 */
.detailTop_wrap {
  display: flex;
  gap: 30px;
  max-width: 1180px;
  margin: 50px auto 30px;
}
.detailTop_wrap .img_area {
  flex: 1;
  max-width: calc(100% - 305px);
  overflow: hidden;
  margin: 0 168px 0 109px;
}
.detailTop_wrap .swiper-container {
  position: relative;
}
.detailTop_wrap .btn_prev,
.detailTop_wrap .btn_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(210, 210, 210, 0.3);
  background-size: 9px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  color: transparent;
  font-size: 0;
}
.detailTop_wrap .img_area img {
  width: 100%;
}
.detailTop_wrap .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.detailTop_wrap .btn_prev {
  left: 0;
  background-image: url(../img/ico_arrowPrev-wt.png);
}
.detailTop_wrap .btn_next {
  right: 0;
  background-image: url(../img/ico_arrowNext-wt.png);
}
.detailTop_wrap .btn_paging {
  display: none;
}
.detailTop_wrap .swiper-pagination-bullet {
  background: #c3c3c3 !important;
  opacity: 1;
}
.detailTop_wrap .swiper-pagination-bullet-active {
  background: #ea6161 !important;
}
.detailTop_wrap .img_area .date_txt {
  font-size: 14px;
  color: #7b7b7b;
  text-align: right;
  margin-top: 18px;
}
.tasteImg_list {
  display: flex !important;
  justify-content: center;
}
.detailTop_wrap .book_info {
  margin: 0;
}
.detailTop_wrap .book_info .img_wrap {
  position: relative;
}
.detailTop_wrap .book_info .txt_wrap .top,
.detailTop_wrap .book_info .txt_wrap .center {
  padding-left: 13px;
  padding-right: 13px;
}
.detailTop_wrap .book_info .txt_wrap .top .author {
  margin-top: 10px;
  font-size: 15px;
}
.detailTop_wrap .book_info .txt_wrap .center dl dt {
  color: rgba(0, 0, 0, 0.8);
}
.detailTop_wrap .book_info .txt_wrap .center dl dd {
  color: rgba(0, 0, 0, 0.6);
}
.detailTop_wrap .book_info .btn_write {
  padding-top: 10px;
  width: 100%;
}
.detailTop_wrap .book_info .btn_write a {
  display: flex;
  text-align: center;
  min-height: 55px;
  align-items: center;
  justify-content: center;
}
.detailTop_wrap .promotion_wrap {
  margin-bottom: 20px;
}
.detailCont_wrap {
  background: #f8f8f8;
  padding: 50px 0;
}
.detailCont_wrap .book_list .inner .head_title {
  margin-bottom: 30px;
}
.detailCont_wrap .book_list .inner .head_title strong::before {
  content: "🥄";
  font-size: 28px;
  font-weight: 900;
  width: 39px;
  height: 37px;
  line-height: 37px;
  margin-right: 4px;
  background-image: none;
}
.detailCont_wrap .book_list {
  margin: 0;
}
.detailCont_wrap .board_list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.detailCont_wrap .board_list .bdList a {
  display: block;
  overflow: hidden;
  max-height: 280px;
  position: relative;
}
.detailCont_wrap .board_list .bdList a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: 0;
}
.detailCont_wrap .board_list .bdList a:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.detailCont_wrap .board_list img {
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
.detailCont_wrap .bt_btn_wrap {
  margin-top: 40px;
}
.bt_btn_wrap .btn_list {
  display: block;
  text-align: center;
  border: 1px solid #7b7b7b;
  line-height: 53px;
  border-radius: 10px;
  font-size: 18px;
  color: #787878;
  transition: all 0.3s;
}
.bt_btn_wrap .btn_list:hover {
  background: #7b7b7b;
  color: #fff;
}
.detailTop_wrap .btn_slide-wrap {
  position: absolute;
}
@media screen and (max-width: 1220px) {
  .detailTop_wrap,
  .detailCont_wrap .book_list .inner {
    padding: 0 20px;
  }
  .detailTop_wrap .img_area {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .bdDetail_wrap .head_title {
    height: 70px;
    padding: 0 20px;
  }
  .rvTaste_board-wrap .head_title.type_back strong,
  .bdDetail_wrap .head_title.type_back strong {
    font-weight: 500;
  }
  .bdDetail_wrap .bt_btn-wrap {
    position: sticky;
    width: 100%;
    display: flex;
    bottom: 0;
    z-index: 1;
  }
  .bdDetail_wrap .bt_btn-wrap button {
    flex: 1;
    height: 71px;
    margin: 0;
    border-radius: 0;
    font-size: 16px;
  }
  .bdDetail_wrap .bt_btn-wrap .btn_home {
    color: rgba(0, 0, 0, 0.5);
  }
  .bdDetail_wrap .bt_btn-wrap .btn_write {
    background: #ed7474;
    color: #fff;
  }
  .detailTop_wrap {
    flex-direction: column;
    margin-top: 0;
  }
  .detailTop_wrap .img_area {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .detailTop_wrap .img_area img {
    max-width: 600px;
  }
  .detailTop_wrap .btn_next,
  .detailTop_wrap .btn_prev {
    display: none;
  }
  .detailTop_wrap .btn_paging {
    display: block;
    margin-top: 15px;
  }
  .detailCont_wrap .board_list {
    gap: 10px;
  }
  .promotion_wrap .btn_prmt {
    margin-top: 40px;
  }
  .detailCont_wrap .book_list .inner .head_title {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .detailTop_wrap {
    padding: 0;
    margin: 0 0 60px;
  }
  .detailTop_wrap .img_area .date_txt {
    padding: 0 20px;
    margin-top: -15px;
  }
  .detailCont_wrap {
    padding: 25px 0 58px;
  }
  .detailCont_wrap .book_list .inner .head_title {
    margin-bottom: 20px;
    padding: 0;
  }
  .detailCont_wrap .book_list .inner .head_title strong {
    font-size: 21px;
  }
  .detailCont_wrap .board_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 10px;
  }
  .detailCont_wrap .board_list .bdList a {
    max-height: none;
  }
  .detailCont_wrap .bt_btn_wrap {
    margin-top: 30px;
  }
  .detailCont_wrap .bt_btn_wrap .btn_list {
    line-height: 48px;
    font-size: 16px;
  }
}

/* 책 문의 */
.btn_by-gr02 {
  border: 1px solid #939393;
  transition: all 0.3s;
}
.btn_by-gr02:hover {
  color: #fff;
  background: #939393;
}
.btn_bn-pk02:hover {
  background-color: #fff;
  color: #f15a5a;
}
.bkInquiry_wrap .bkInquiry_inner {
  max-width: 1180px;
  margin: 0 auto;
  justify-content: space-between;
}
.bkInquiry_wrap .mypage_con {
  padding-right: 0;
  min-width: auto;
  width: calc(100% - 183px);
  max-width: 890px;
}
.bkInquiry_wrap .table_type_notice {
  margin-top: 40px;
  border-top: none;
}
.bkInquiry_wrap .table_type_notice table {
  table-layout: fixed;
  border-top: 1px solid #454343;
}
.bkInquiry_wrap .table_type_notice table th,
.bkInquiry_wrap .table_type_notice table td:not(.notice_num) {
  text-align: left;
  padding: 0 10px 0 0;
}
.bkInquiry_wrap .table_type_notice table th {
  height: 65px;
  padding: 10px 0;
}
.bkInquiry_wrap .table_type_notice table td.notice_tit {
  padding-right: 20px;
}
.bkInquiry_wrap .table_type_notice table td {
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bkInquiry_wrap th.notice_process {
  position: relative;
}
.bkInquiry_wrap table .notice_num {
  width: 5%;
}
.bkInquiry_wrap table .notice_class {
  width: 14%;
  text-indent: 15px;
}
.bkInquiry_wrap table .notice_date {
  width: 21%;
}
.bkInquiry_wrap table th.notice_process {
  width: 20%;
  min-width: 160px;
  opacity: 1;
  color: rgb(0, 0, 0, 0.5);
}
.bkInquiry_wrap table td.notice_process {
  min-width: 160px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #808080;
  position: relative;
}
.bkInquiry_wrap table td.notice_process span {
  width: calc(100% - 90px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bkInquiry_wrap table .notice_tit a:hover {
  text-decoration: underline;
}
.bkInquiry_wrap table .notice_process.type_complet {
  color: #0359ff;
}
.bkInquiry_wrap table .notice_process.type_fail {
  color: red;
}
.bkInquiry_wrap .btn_cancel {
  min-width: 77px;
  line-height: 31px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.bkInquiry_wrap .btn_cancel:hover {
  border-color: #000;
  background-color: #000;
}
.bkInquiry_wrap .board_btBtn-wrap {
  display: grid;
}
.bkInquiry_wrap .board_btBtn-wrap .txt_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 65px;
}
.bkInquiry_wrap .btn_inqr {
  display: inline-block;
  min-width: 116px;
  line-height: 43px;
  text-align: center;
}
.bkInquiry_wrap .btn_inqr.mobile {
  display: none;
}
.bkInquiry_wrap .notice_process .info_wrap {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 5px;
}
.bkInquiry_wrap .btn_infoPrcs {
  font-size: 0;
  color: transparent;
  width: 24px;
  height: 24px;
  background: url(../img/ico_Qmark.png) no-repeat;
  vertical-align: middle;
}
.bkInquiry_wrap .btn_infoPrcs:hover + .table_infoBox {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.bkInquiry_wrap .table_infoBox {
  position: absolute;
  bottom: 54px;
  right: 0;
  width: 235px;
  height: 40px;
  border-radius: 20px;
  background: #ffd1d4;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
}
.bkInquiry_wrap .table_infoBox:after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  background: url(../img/ico_arrow-pk02.png) no-repeat;
  position: absolute;
  left: calc(50% + 16px);
  transform: translateX(-50%);
  bottom: -8px;
}
.process_status-pop.active {
  display: none;
}

/* 책 문의 상세 */
.btn_bn-gr02 {
  background: #707070;
  border: 1px solid #707070;
  color: #fff;
  transition: all 0.3s;
}
.btn_bn-gr02:hover {
  color: #707070;
  background: #fff;
}
.bkInqFrom_wrap {
  margin-top: 40px;
}
.bkInqDetail_wrap .bkInqDetail_inner {
  justify-content: space-between;
}
.bkInqDetail_wrap .mypage_con {
  padding-right: 0;
  min-width: auto;
  width: calc(100% - 183px);
  max-width: 890px;
}
.bkInqDetail_wrap .head_title {
  display: flex;
  align-items: flex-end;
  gap: 17px;
}
.bkInqDetail_wrap .head_title .s_txt {
  margin-bottom: -5px;
  font-size: 16px;
  color: #707070;
  line-height: 19px;
}
.formLine_list-wrap {
  border-top: 1px solid #454343;
  border-bottom: 1px solid #707070;
  transition: all 0.3s;
}
.formLine_list-wrap .formLine:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.formLine_list-wrap .line_inner {
  display: flex;
  align-items: center;
}
.formLine_list-wrap .line_inner.mobile {
  display: none;
}
.formLine .l_tit {
  width: 235px;
  padding: 0 10px;
}
.bkInqDetail_wrap .formLine .l_tit {
  letter-spacing: -0.16px;
}
.formLine .form_wrap {
  padding: 10px 40px 10px 0;
  flex: 1;
}
.formLine .form_wrap input,
.formLine .form_wrap select {
  border: 1px solid #7b7b7b;
  width: 100%;
  height: 45px;
  padding: 0 18px;
  font-size: 16px;
  text-overflow: ellipsis;
  appearance: none;
  background: #fff;
}
.formLine .form_wrap input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.bkInqFrom_wrap .txt_rd {
  margin-top: 20px;
  padding: 0 10px;
  color: #ed7474;
}
.formLine_list-wrap .formLine .form_wrap .type_half {
  max-width: 226px;
}
.formLine_list-wrap .formLine .form_wrap .select_book {
  padding: 0;
  background: none;
}
.formLine_list-wrap .formLine .form_wrap .select_wrap03 {
  margin-right: 0;
}
.formLine_list-wrap .formLine .form_wrap .selected_select {
  border-color: #7b7b7b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 35px 14px 18px;
  color: #939393;
}
.formLine_list-wrap .formLine .form_wrap .selected_select:after {
  right: 14px;
  bottom: 17px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #000000;
  border-radius: 3px;
  border-bottom: 0;
  transform: none;
}
.formLine_list-wrap
  .formLine
  .form_wrap
  .select_wrap03.open
  .selected_select:after {
  transform: rotate(180deg);
  bottom: 17px;
}
.formLine_list-wrap .formLine .form_wrap .option_list {
  border-color: #7b7b7b;
  top: 45px;
}
.formLine_list-wrap .formLine .form_wrap .option_list li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 18px;
  color: #939393;
}
.bkInqDetail_wrap .infoTable_wrap th {
  text-align: left;
}
.bkInqDetail_wrap .infoTable_wrap .t_items {
  padding: 0 10px 0 100px;
}
.bkInqDetail_wrap .infoTable_wrap .t_purpose {
  padding: 0 10px 0 75px;
}
.bkInqDetail_wrap .infoTable_wrap .t_date {
  padding: 0 10px 0 60px;
}
.bkInqDetail_wrap .btCheck_wrap {
  margin-top: 23px;
}
.bkInqDetail_wrap .btCheck_wrap .btn_list {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  margin-top: 5px;
}
.bkInqDetail_wrap .btCheck_wrap .btn_list button {
  flex: 1;
  max-width: 116px;
  height: 43px;
  border-radius: 0;
  font-size: 16px;
}
.txt_pink02 {
  color: #ed7474;
}
.formLine input[type="checkbox"] {
  appearance: none;
  margin: 0;
}
.formLine input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border-radius: 100%;
  border: 1px solid #707070;
}
.formLine input[type="checkbox"]:checked:before {
  background: #ed7474 url(../img/ico_checkBox.png);
  border-color: #ed7474;
}
/* 책 문의 팝업 */
.bkInqDetail_pop .pop_cont {
  width: 100vw;
  max-height: none;
  height: 100vh;
  border-radius: 0;
  left: 0;
  top: 0;
  transform: none;
}
.formLine .formBtn_wrap {
  display: flex;
  gap: 10px;
}
.formBtn_wrap button {
  flex: 1;
  height: 50px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
}
.bkInqDetail_wrap .formBtn_wrap button {
  color: rgb(0, 0, 0, 0.5);
}
.bkInqDetail_wrap .formBtn_wrap button.active {
  background: #4d4d4d;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .bkInquiry_wrap .bkInquiry_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* 책 문의 */
  .bkInquiry_wrap .bkInquiry_inner {
    padding: 0;
    background: #fff;
  }
  .bkInquiry_wrap .mypage_con {
    width: 100%;
    max-width: none;
    padding: 0 0 100px;
  }
  .bkInquiry_wrap .table_type_notice {
    margin-top: 20px;
  }
  .m_inqrList-wrap .iqList:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
  .m_inqrList-wrap .iqList {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    display: flex;
    align-items: center;
  }
  .m_inqrList-wrap .iqList .list_inner {
    width: 100%;
    padding: 13px 20px;
  }
  .m_inqrList-wrap .iqList .title_wrap {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m_inqrList-wrap .iqList .process {
    background: #7b7b7b;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
  }
  .m_inqrList-wrap .iqList .process.type_complet {
    background: #0359ff;
  }
  .m_inqrList-wrap .iqList .process.type_fail {
    background: red;
  }
  .m_inqrList-wrap .iqList .date {
    font-size: 11px;
    font-weight: 300;
    color: #808080;
  }
  .m_inqrList-wrap .iqList .info_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .m_inqrList-wrap .iqList .infoList {
    display: flex;
    align-items: center;
  }
  .m_inqrList-wrap .iqList .infoList .tit {
    width: 45px;
    font-size: 11px;
    color: #939393;
  }
  .m_inqrList-wrap .iqList .infoList .txt {
    width: calc(100% - 45px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
  }
  .bkInquiry_wrap .board_btBtn-wrap .txt_wrap {
    gap: 10px;
    word-break: keep-all;
    margin: 30px 0 20px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 22px;
  }
  .bkInquiry_wrap .btn_inqr {
    min-width: 91px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 300;
  }
  .bkInquiry_wrap .btn_inqr.mobile {
    display: inline-block;
  }
  /* 책 문의 상세 */
  .bkInqDetail_wrap .mypage_con {
    max-width: none;
    width: 100%;
    padding: 30px 0 0;
  }
  .bkInqDetail_wrap .head_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .bkInqDetail_wrap .head_title .s_txt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    word-break: keep-all;
  }
  /* 책 문의 팝업 */
  .bkInqDetail_wrap {
    padding: 0 20px 100px;
  }
  .bkInqFrom_wrap {
    margin-top: 23px;
  }
  .formLine_list-wrap,
  .formLine_list-wrap .formLine:not(:last-child) {
    border: none;
  }
  .formLine_list-wrap .formLine:not(:last-child) {
    margin-bottom: 30px;
  }
  .formLine_list-wrap .line_inner.mobile {
    display: flex;
  }
  .formLine_list-wrap .line_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .formLine_list-wrap .line_inner.type_row {
    flex-direction: row;
    gap: 10px;
  }
  .formLine .l_tit {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .formLine .form_wrap {
    padding: 0;
    width: 100%;
  }
  .formLine .form_wrap input,
  .formLine .form_wrap select {
    height: 50px;
    border-radius: 3px;
    border-color: #7b7b7b;
    padding: 0 15px;
  }
  .bkInqDetail_wrap .line_inner.type_row {
    font-size: 16px;
    color: #7b7b7b;
    align-items: center;
  }
  .bkInqDetail_wrap .line_inner.type_row input {
    margin-top: 2px;
  }
  .bkInqDetail_wrap .line_inner.type_row label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    width: 300px;
  }
  .bkInqDetail_wrap .formLine .i_link {
    text-decoration: underline;
  }
  .formLine .b_txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .bkInqDetail_wrap .btCheck_wrap {
    margin-top: 33px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .bkInqDetail_wrap .btCheck_wrap .btn_list {
    margin: 0 0 15px;
  }
  .bkInqDetail_wrap .btCheck_wrap .btn_list button {
    max-width: none;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bkInqDetail_wrap {
    background: #fff;
  }
  .bkInquiry_wrap .head_title.type_back strong,
  .bkInqDetail_wrap .head_title.type_back strong {
    font-weight: 500;
  }
}

/* 방금 서평이 등록된 책 */
.justNowRv_wrap .list_filter.tag {
  margin-top: 25px;
}
/* 작가와 출판사 */
.author_wrap .author_intro .head_title {
  margin-bottom: 20px;
}
.author_wrap .tabBtn_wrap {
  margin-bottom: 50px;
}
.author_wrap .author_list {
  gap: 80px 60px;
}
@media screen and (max-width: 1220px) {
  /* 방금 서평이 등록된 책 */
  .justNowRv_wrap,
  .author_wrap {
    padding: 0 20px;
  }
  /* 작가와 출판사 */
  .author_wrap .author_list {
    gap: 80px 30px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  /* 작가와 출판사 */
  .author_wrap .author_list li {
    min-width: 200px;
  }
  .author_wrap .author_list li .img_wrap {
    width: 200px;
    height: 200px;
    border-radius: 45px;
  }
}
@media screen and (max-width: 768px) {
  /* 0521 추가 */
  .justNowRv_wrap,
  .author_wrap {
    padding: 0;
  }
  .justNowRv_wrap .head_title,
  .justNowRv_wrap .filter_wrap,
  .justNowRv_wrap .list_type_01,
  .author_wrap .head_title,
  .author_wrap .author_list {
    padding: 0 20px;
  }
  .justNowRv_wrap .tabBtn_wrap button:first-child,
  .author_wrap .tabBtn_wrap button:first-child {
    margin-left: 20px;
  }
  /* 방금 서평이 등록된 책 */
  .justNowRv_wrap .list_filter.tag {
    margin: 20px 0 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .justNowRv_wrap .tagwrap_wrap {
    overflow-x: auto;
    max-width: 100%;
    padding: 0;
  }
  .justNowRv_wrap .tabBtn_wrap {
    padding-right: 20px;
  }
  .justNowRv_wrap .filter_wrap {
    margin-left: auto;
  }
  .justNowRv_wrap section:not(.bookList_wrap) .list_type_01.type_sj li {
    margin-bottom: 30px;
  }
  .justNowRv_wrap .btn_more {
    margin-top: 10px;
  }
  /* 작가와 출판사 */
  .justNowRv_wrap .book_list,
  .author_wrap .author_intro {
    margin: 38px 0 100px;
  }
  .book_list .inner .head_title strong.bg02::before,
  .author_wrap .head_title strong::before {
    display: none;
  }
  .author_wrap .tabBtn_wrap {
    margin-bottom: 23px;
  }
  .author_wrap .author_list {
    gap: 30px 10px;
  }
  .author_wrap .author_list li {
    min-width: 155px;
  }
  .author_wrap .author_list li .img_wrap {
    width: 155px;
    height: 155px;
    border-radius: 30px;
  }
  .author_wrap .btn_more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 360px) {
  .author_wrap .author_list li {
    min-width: 135px;
  }
  .author_wrap .author_list li .img_wrap {
    width: 135px;
    height: 135px;
  }
}

/* 검색 결과 */
.txt_pink03 {
  color: #ea6161;
}
.schResult_wrap .result {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 65px 0 50px;
}
.schResult_wrap .list_filter {
  margin-bottom: 0;
}
.schRst_input-wrap form {
  display: flex;
  height: 60px;
  border-bottom: 4px solid #ed7474;
  max-width: 600px;
  margin: 0 auto;
}
.schRst_input-wrap input {
  width: calc(100% - 52px);
  font-size: 30px;
  font-weight: 700;
  text-indent: 16px;
  text-overflow: ellipsis;
}
.schRst_input-wrap .btn_schRst {
  width: 52px;
  font-size: 0;
  color: transparent;
  background: url(../img/ico_search.png) center no-repeat;
  background-size: 32px;
}
.rstList_txt-wrap {
  display: flex;
  gap: 10px;
}
.rstBr_list-wrap .rstType_txt.type_noBr {
  background: #f3f3f3;
}
.rstBr_list-wrap .list_type_01 li.type_noBr a .img_wrap {
  background: #f3f3f3;
}
/* 검색 결과 탭 버튼 추가 */
.schRst_input-wrap .chList_wrap {
  max-width: 600px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.schRst_input-wrap .chList {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #b8b8b8;
  border-radius: 23px;
  font-size: 14px;
  color: #7b7b7b;
}
.schRst_input-wrap .chList.active {
  background: #ed7474;
  border-color: #ed7474;
  color: #fff;
}
.schRst_input-wrap .chList input {
  text-indent: 0;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
/* 검색 결과 없을때 */
.rstBr_list-wrap .noResult_wrap {
  padding: 65px 0;
}
.rstBr_list-wrap .noResult_wrap .txt {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 31px;
  text-align: center;
}
.rstBr_list-wrap .noResult_wrap.type_cert .txt {
  color: #ea6161;
}
.rstBr_list-wrap .noResult_wrap .txt.type_l {
  font-size: 20px;
}
.rstBr_list-wrap .noResult_wrap .txt a {
  font-weight: 700;
  text-decoration: underline;
}
.rstBr_list-wrap .noResult_wrap .info_wrap {
  margin-top: 70px;
}
.rstBr_list-wrap .btn_more {
  padding-top: 10px;
}

/* 서평 등록하기 - 검색결과 없을때 팝업 */
.search_pop .noResult_wrap {
  width: 100%;
  height: 100%;
  max-height: 650px;
  padding: 30px 35px 70px;
  overflow-y: auto;
}
.search_pop .nRst_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.search_pop .noResult_wrap .txt_wrap {
  text-align: center;
  font-size: 18px;
  color: #ea6161;
}
.noResult_wrap .txt_inner:before {
  display: block;
  content: "";
  width: 104px;
  height: 124px;
  background: url(../img/img_noResult.png) no-repeat;
  margin: 10px auto 30px;
}
.search_pop .noResult_wrap .txt_wrap .txt.type_l {
  font-size: 20px;
  margin-bottom: 14px;
}
.search_pop .noResult_wrap .txt_wrap .txt a {
  font-weight: 700;
  text-decoration: underline;
}
.noResult_wrap .info_wrap {
  padding: 18px 25px 0;
  border-top: 1px solid #dcdcdc;
  font-size: 15px;
  line-height: 26px;
  color: #7b7b7b;
}
.noResult_wrap .info_wrap .i_tit {
  font-weight: 700;
}

@media screen and (max-width: 1220px) {
  .schResult_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .schResult_wrap .result {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .schResult_wrap .book_list {
    margin-top: 12px;
  }
  .schRst_input-wrap form {
    background: #f3f3f3;
    border-radius: 3px;
    max-width: none;
    height: 43px;
    border-bottom: 0;
    flex-direction: row-reverse;
  }
  .schRst_input-wrap input {
    background: transparent;
    width: calc(100% - 58px);
    font-size: 17px;
    text-indent: 23px;
  }
  .schRst_input-wrap .chList_wrap {
    max-width: none;
    gap: 7px 5px;
  }
  .schRst_input-wrap .chList {
    height: 28px;
    padding: 0 10px;
  }
  .schRst_input-wrap .btn_schRst {
    width: 58px;
    background-size: 23px;
  }
  .schResult_wrap .result strong {
    font-size: 21px;
  }
  .schResult_wrap .result {
    margin: 33px 0 23px;
  }
  .schResult_wrap section:not(.bookList_wrap) .list_type_01.type_sj li {
    margin-bottom: 30px;
  }
  .schResult_wrap .result_wrap .list_type_01.type_sj li {
    width: calc((100% - 10px) / 2);
  }
  .schResult_wrap .result_wrap .list_type_01.type_sj li:nth-child(even) {
    margin-right: 0;
  }
  .schResult_wrap .result_wrap .list_type_01.type_sj li .img_wrap {
    height: 191px;
  }
  .schResult_wrap .result_wrap .list_type_01.type_sj li img {
    max-width: 100px;
    max-height: calc(100% - 10px);
  }
  /* 검색결과 없을때 */
  .rstBr_list-wrap .noResult_wrap {
    padding: 10px 0 0;
  }
  .noResult_wrap .txt_inner:before {
    width: 87px;
    height: 104px;
    background-size: 87px auto;
    margin: 0 auto 25px;
  }
  .rstBr_list-wrap .noResult_wrap .txt {
    font-size: 15px;
  }
  .rstBr_list-wrap .noResult_wrap .info_wrap {
    margin-top: 60px;
    padding: 20px 0 0;
  }
  .noResult_wrap .i_tit {
    font-size: 16px;
    color: #4d4d4d;
  }
  .noResult_wrap .i_txt {
    font-size: 13px;
    color: #7b7b7b;
    line-height: 22px;
    word-break: keep-all;
    margin-top: 10px;
  }
  .schResult_wrap .noResult_wrap .i_txt br {
    display: none;
  }
}

/* 프로필 */
.mobile02 {
  display: none;
}
.pofile_wrap {
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}
.pofile_wrap .mypage_con {
  padding-right: 0;
  min-width: auto;
  width: calc(100% - 183px);
  max-width: 809px;
}
/* 프로필 - 지역 설정 추가 */
.etc_con .etc_list li .list_con.type_selGr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 400px;
}
.etc_con .etc_list li .list_con.type_selGr .select_wrap {
  flex: 1;
  max-width: calc((100% - 10px) / 2);
}
.etc_con .etc_list li .list_con.type_selGr .selected_select,
.etc_con .etc_list li .list_con.type_selGr .option_list {
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1220px) {
  .pofile_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* 공통 */
  .container.type_blank {
    padding: 0;
  }
  .head_title.type_back.mobile02 {
    display: flex;
    height: 66px;
    padding: 0 20px;
  }
  .pofile_wrap {
    padding: 0;
  }
  .pofile_wrap .mypage_con {
    background: #fff;
    width: 100%;
    max-width: none;
    padding: 0 0 100px;
  }
  .pofile_wrap .head_title {
    padding: 25px 20px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  }
  .pofile_wrap .head_title.type_back {
    padding-bottom: 0;
    margin-bottom: 27px;
  }
  .pofile_wrap .head_title strong {
    font-size: 25px;
  }
  .pofile_wrap .head_title.type_back strong {
    font-size: 20px;
    font-weight: 500;
  }
  .pofile_wrap .profile_con {
    box-shadow: none;
    border-radius: 0;
    padding: 0 20px 20px;
    margin: 0;
  }
  .pofile_wrap .profile_con .profile_list li .pic {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #707070;
    border-radius: 5px;
  }
  .pofile_wrap .profile_list .picCon {
    position: relative;
  }
  .pofile_wrap .profile_list .picCon .change_label {
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(77, 77, 77, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .profile_con .profile_list li .change_btn {
    margin-left: 0;
    border: none;
    font-size: 0;
    color: transparent;
    background: url(../img/ico_change-wt.png) no-repeat center;
  }
  .profile_con .profile_list > li,
  .etc_con .etc_list > li {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 23px;
  }
  .profile_con .profile_list li .list_con input[id="email"] {
    font-size: 16px;
    font-weight: 500;
    color: #a4a4a4;
  }
  .profile_con .profile_list li .list_con input[id="email"],
  .profile_con .profile_list li .list_con input[type="text"],
  .profile_con .profile_list li .list_con textarea[id="about"],
  .etc_con .etc_list li .list_con input[id="name"],
  .list_con input[id="phone"] {
    width: 100%;
  }
  .profile_con .profile_list li .list_con textarea[id="about"] {
    height: 112px;
  }
  .profile_con .profile_list li .list_con input:disabled,
  .profile_con .profile_list li .list_con input[type="text"],
  .profile_con .profile_list li .list_con textarea[id="about"],
  .profile_con .profile_list li .list_con input[type="url"],
  .etc_con .etc_list li .list_con input[id="name"],
  .list_con input[id="phone"] {
    background: #f3f0f0;
    border-radius: 5px;
    border: none;
    padding: 13px 10px;
    font-size: 15px;
  }
  .pofile_wrap .profile_con .list_url .list_con {
    flex-wrap: wrap;
  }
  .pofile_wrap .list_url .selected_select,
  .pofile_wrap .profile_con .list_url .select_wrap02,
  .pofile_wrap .profile_con .profile_list li .list_con input[type="url"],
  .etc_con .etc_list li .list_con.type_selGr {
    width: 100%;
  }
  .pofile_wrap .profile_con .list_url .select_wrap02 {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .profile_con .profile_list li .url_add,
  .profile_con .profile_list li .url_del {
    margin: 10px 0 0 0;
  }
  .profile_con .profile_list li .textarea_wrap {
    margin-bottom: 20px;
  }
  .select_wrap02 .option_list,
  .select_wrap .option_list {
    width: 100%;
    top: 43px;
  }
  .pofile_wrap .select_wrap02 .selected_select {
    padding: 13px 30px 13px 10px;
    border-radius: 5px;
    color: #a4a4a4;
  }
  .pofile_wrap .select_wrap02 .option_list a {
    text-align: center;
    color: #a4a4a4;
  }
  .profile_con .profile_list li .font_cnt {
    font-size: 13px;
    bottom: -21px;
    right: 7px;
  }
  .profile_con:not(.myMarkt_wrap) .profile_list .type_mRow {
    padding-top: 7px;
  }
  .profile_con .profile_list .type_mRow,
  .etc_con .etc_list .type_mRow {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
  .profile_con .profile_list li .list_title {
    display: flex;
    gap: 5px;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1.2em;
    margin-right: 0;
  }
  .etc_con .etc_list li .list_title {
    margin-right: 0;
    font-size: 15px;
    color: #4d4d4d;
  }
  .pofile_wrap .otherSt_wrap {
    border-top: 15px solid #ececec;
  }
  .otherSt_wrap .ost_inner {
    padding: 33px 0 5px;
  }
  .pofile_wrap .otherSt_wrap .bak_white {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0 20px;
  }
  .otherSt_wrap .select_wrap .selected_select {
    width: 100%;
    padding: 13px 30px 13px 10px;
  }
  .otherSt_wrap .select_wrap .option_list li a {
    padding-left: 13px;
    padding-right: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .otherSt_wrap .select_wrap .selected_select,
  .otherSt_wrap .select_wrap .option_list {
    color: #a4a4a4;
  }
  .pofile_wrap .mypage_con .saveBtn_wrap {
    text-align: center;
    padding: 0 0 40px;
    margin: 70px 0 0;
    border-bottom: 15px solid #ececec;
  }
  .pofile_wrap .mypage_con .saveBtn_wrap button {
    width: calc(100% - 40px);
    border-radius: 5px;
    padding: 0;
    height: 66px;
  }
  .pofile_wrap .mypage_con .btn_wrap {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
  }
  .pofile_wrap #mainBookBtn {
    display: none;
  }
  .pofile_wrap .mypage_con .btn_wrap button {
    box-shadow: none;
    background: #f3f3f3;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    width: calc(100% - 40px);
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #7b7b7b;
  }
  .pofile_wrap .mypage_con .btn_wrap .btn_pass:after {
    display: inline-block;
    content: "";
    background: url(../img/ico_blank.svg) no-repeat;
    width: 15px;
    height: 15px;
    margin-top: -1px;
    vertical-align: text-top;
  }
  .mypage_con .btn_wrap button:last-child:hover {
    font-size: 16px;
    background: #f3f3f3;
  }
  .mypage_con .btn_wrap button:last-child:hover::before {
    display: none;
  }
  .pofile_wrap .profile_con.myMarkt_wrap {
    padding-bottom: 0;
    margin-top: -5px;
  }
  .pofile_wrap
    .profile_con.myMarkt_wrap
    .profile_list
    .type_mRow:not(:first-child) {
    margin-top: 10px;
  }
  .pofile_wrap .profile_con.myMarkt_wrap .list_title {
    text-decoration: underline;
  }
  /* 탈퇴 팝업 */
  .withdrawal_modal {
    padding-top: 0;
  }
  .withdrawal_modal .withdrawal_con {
    padding: 30px 20px 20px;
    width: calc(100% - 40px);
    max-width: 320px;
    letter-spacing: -0.02em;
    word-break: keep-all;
    top: 50%;
    transform: translateY(-50%);
  }
  .withdrawal_modal .withdrawal_con p {
    font-size: 16px;
    line-height: 19px;
  }
  .withdrawal_modal .withdrawal_con p strong {
    display: block;
    margin-top: 20px;
  }
  .withdrawal_modal .withdrawal_con .withdrawal_btn {
    margin-top: 40px;
    gap: 10px;
  }
  .withdrawal_modal .withdrawal_con .withdrawal_btn button {
    height: 46px;
    padding: 0 10px;
  }
  .withdrawal_modal .withdrawal_con .withdrawal_btn button:first-child {
    margin-right: 0;
  }
}

/* 서평쓰기 - 서평 등록하기 팝업 */
/* //공통 */
.type_btPop .deemd {
  z-index: 101;
}
.type_btPop .tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type_btPop .btn_pop-close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_popClose-bk.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.type_btPop .pop_cont {
  bottom: 0;
  width: 100vw;
  max-width: none;
  border-radius: 20px 20px 0 0;
  left: 0;
  top: auto;
  transform: none;
  padding: 30px 20px 50px;
  z-index: 102;
}
.register_pop .pop_cont {
  min-height: 180px;
  width: calc(100vw - 40px);
  max-width: 320px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.register_pop .txt_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  flex: 1;
}
.register_pop .pop_cont .bt_btn-wrap {
  padding-bottom: 20px;
}
/* 도서 검색 레이어팝업-01 */
.m_brWrite-wrap .tit_wrap,
.m_brEdit-wrap .tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 20px;
}
.m_brWrite-wrap .tit_wrap .tit,
.m_brEdit-wrap .tit_wrap .tit {
  font-size: 20px;
  font-weight: 700;
}
.m_brWrite-wrap .btn_pop-close,
.m_brEdit-wrap .btn_pop-close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_popClose-bk.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.m_brWrite-wrap .sch_wrap {
  padding: 0 20px;
}
.m_brWrite-wrap .input_area {
  display: flex;
}
.m_brWrite-wrap .input_area input {
  width: 100%;
  background: #f9f7f7;
  padding: 0 10px 0 20px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}
.m_brWrite-wrap .input_area input::placeholder {
  color: rgb(0, 0, 0, 0.3);
}
.m_brWrite-wrap .input_area .btn_wrap {
  display: flex;
  background: #f9f7f7;
}
.m_brWrite-wrap .input_area .btn_wrap button {
  font-size: 0;
  color: transparent;
}
.m_brWrite-wrap .input_area .btn_sch {
  height: 50px;
  width: 48px;
  background: url(../img/ico_search_02.png) right 20px center no-repeat;
  background-size: 25px;
}
.m_brWrite-wrap .input_area .btn_cancel {
  width: 34px;
  height: 50px;
  background: url(../img/ico_cancel.png) right 6px center no-repeat;
  background-size: 30px;
}
.m_brWrite-wrap .result_area {
  margin-top: 40px;
  font-size: 16px;
  color: #7b7b7b;
}
.m_brWrite-wrap .selected_select {
  padding: 0 40px 0 20px;
  line-height: 48px;
  width: 100%;
  margin-top: 18px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_brWrite-wrap .selected_select:after {
  width: 8px;
  height: 8px;
  border-color: #9e9e9e;
  right: 22px;
}
.m_brWrite-wrap .select_wrap03 .option_list li a {
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.m_brWrite-wrap .select_book {
  padding: 0;
  background: none;
}
.m_brWrite-wrap .select_wrap03 {
  margin-right: 0;
}
.m_brWrite-wrap .select_wrap03.open .option_list {
  top: 49px;
}
/* 도서 검색 레이어팝업-02 */
.m_brWrite-wrap .cont_wrap {
  height: calc(100vh - 70px);
  overflow-y: auto;
}
.m_brEdit-wrap .cont_wrap {
  height: calc(100svh - 70px);
  overflow-y: auto;
}
.m_brWrite-wrap .pop_pickList-wrap {
  padding-bottom: 20px;
}
.m_brEdit-wrap .pick,
.m_brWrite-wrap .pick {
  padding: 0;
  border: none;
  margin-top: 23px;
  display: block;
}
.m_brEdit-wrap .pick {
  padding: 0 20px 20px;
  border-bottom: 1px solid #ececec;
}
.m_brEdit-wrap .pick {
  margin-top: 0;
}
.m_brWrite-wrap .pick a {
  display: flex;
  align-items: center;
}
.m_brEdit-wrap .pick .img_wrap,
.m_brWrite-wrap .pick .img_wrap {
  position: relative;
  width: 80px;
  max-width: 80px;
  max-height: 120px;
  overflow: hidden;
  margin-right: 10px;
}
.m_brEdit-wrap .pick .img_wrap {
  margin: 0 auto 25px;
  width: 118px;
  max-width: 118px;
  max-height: none;
}
.m_brEdit-wrap .pick .img_wrap img,
.m_brWrite-wrap .pick .img_wrap img {
  box-shadow: none;
  border-radius: 5px;
}
.m_brWrite-wrap .pick .txt_wrap {
  width: calc(100% - 90px);
}
.m_brEdit-wrap .pick .title,
.m_brWrite-wrap .pick .title {
  font-size: 16px;
}
.m_brWrite-wrap .pick .title {
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_brEdit-wrap .pick .title {
  line-height: 1.3em;
  font-weight: 500;
  color: #2b2b2b;
}
.m_brEdit-wrap .pick .info,
.m_brWrite-wrap .pick .info {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  gap: 6px;
}
.m_brWrite-wrap .pick .info {
  font-size: 12px;
}
.m_brEdit-wrap .pick .info {
  font-size: 13px;
  font-weight: 300;
  color: #939393;
  margin-top: 15px;
}
.m_brEdit-wrap .pick .info span,
.m_brWrite-wrap .pick .info span {
  margin-bottom: 0;
}
.edit_tit .info_txt {
  margin-top: 20px;
}
.m_brEdit-wrap .edit_tit .info_txt {
  text-align: right;
  font-size: 14px;
  margin-top: 7px;
}
.m_brEdit-wrap .input_list-wrap {
  display: flex;
  flex-direction: column;
}
.m_brEdit-wrap .input_list-wrap textarea {
  padding: 15px 20px;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #4d4d4d;
  height: 405px;
}
.m_brEdit-wrap .input_list-wrap input,
.m_brEdit-wrap .input_list-wrap textarea {
  border-bottom: 1px solid #ececec;
}
.m_brEdit-wrap .input_list-wrap input {
  height: 55px;
  padding: 0 20px;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #4d4d4d;
}
.m_brEdit-wrap .input_list-wrap input::placeholder,
.m_brEdit-wrap .input_list-wrap textarea::placeholder {
  color: #bbb;
}
.m_brEdit-wrap .recmmList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #ececec;
  padding: 0 20px;
}
.m_brEdit-wrap .recmmList .txt_wrap {
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-width: calc(100% - 50px);
  font-size: 15px;
  color: #000;
}
.m_brEdit-wrap .recmmList .txt_wrap .txt_tit {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  max-width: 52px;
}
.m_brEdit-wrap .recmmList .txt_wrap .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_brEdit-wrap .recmmList button {
  font-size: 11px;
  font-weight: 700;
  color: #7b7b7b;
}
.m_brEdit-wrap .textarea_wrap .font_cnt {
  margin: 8px 0 20px;
  padding: 0 20px;
  text-align: right;
  font-size: 15px;
  color: #b8b8b8;
}
.m_brEdit-wrap.step02-3 .textarea_wrap .font_cnt {
  margin-bottom: 58px;
}
.m_brEdit-wrap .bt_wrap {
  padding: 0 20px 20px;
  text-align: center;
}
.m_brEdit-wrap .bt_wrap .info_txt {
  font-size: 14px;
  margin: 30px 0 0;
}
.m_brEdit-wrap.step02-1 .bt_btn_wrap {
  margin-top: 15px;
}
.m_brEdit-wrap .bt_btn_wrap {
  display: flex;
  gap: 10px;
}
.m_brEdit-wrap .bt_btn_wrap button {
  flex: 1;
  border-radius: 5px;
  height: 56px;
  font-size: 16px;
}
.m_brEdit-wrap .bt_btn_wrap .btn_pagePrev {
  max-width: 95px;
  background: #c6c6c6;
  color: #4d4d4d;
}
.btn_bn-pk04.disabled {
  background: rgba(244, 134, 143, 0.4);
  border: none;
  color: #7b7b7b;
}
.btn_bn-pk04 {
  background: #ed7474;
  color: #fff;
}
.m_brEdit-wrap.step02-1 .br_edit-wrap {
  display: flex;
  flex-direction: column;
}
.m_brEdit-wrap.step02-1 .type_general {
  margin-top: auto;
}
.m_brEdit-wrap .type_general .bt_btn_wrap {
  margin-top: 20px;
}
.m_brEdit-wrap .br_edit-wrap {
  height: 100%;
}
.m_brEdit-wrap.step02-2 .edit_cont,
.m_brEdit-wrap.step02-3 .edit_cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.type_vhBt {
  margin-top: auto;
}
/* 검색결과 없을때 */
.m_brWrite-wrap .noResult_wrap .txt_wrap {
  text-align: center;
  font-size: 15px;
  color: #ea6161;
  padding-bottom: 65px;
}
.m_brWrite-wrap .noResult_wrap .txt_inner:before {
  display: block;
  content: "";
  width: 87px;
  height: 104px;
  background: url(../img/img_noResult.png) no-repeat;
  background-size: 87px;
  margin: 40px auto 25px;
}
.m_brWrite-wrap .noResult_wrap .txt.type_l {
  font-size: 20px;
  margin-bottom: 15px;
}
.m_brWrite-wrap .noResult_wrap .txt a {
  font-weight: 700;
  text-decoration: underline;
}
.m_brWrite-wrap .noResult_wrap .info_wrap {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0 50px;
  color: #4d4d4d;
}
.m_brWrite-wrap .noResult_wrap .i_tit {
  font-size: 16px;
  font-weight: 600;
  color: #4d4d4d;
}
.m_brWrite-wrap .noResult_wrap .i_txt {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
  word-break: keep-all;
  margin-top: 10px;
}
/* 연령대 팝업 */
.ageRange_pop .tit {
  font-size: 18px;
  font-weight: 900;
}
.ageRange_pop .s_txt {
  margin-top: 10px;
  padding-bottom: 22px;
  font-size: 13px;
  line-height: 17px;
}
.ageRange_pop .age_list-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ageRange_pop .ageList button {
  min-height: 50px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  font-size: 16px;
}
.ageRange_pop .ageList button.active {
  background: #ed7474;
  color: #fff;
}
.ageRange_pop .deemd {
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.ageRange_pop.pop_move .deemd {
  z-index: 200;
  opacity: 1;
}
.ageRange_pop .pop_cont {
  z-index: 201;
  bottom: -100%;
  transition: all 0.5s;
}
.ageRange_pop.pop_move .pop_cont {
  bottom: 0;
}
/* 도서 판매처 링크 등록 팝업 */
.bkSeller_pop .deemd {
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.bkSeller_pop.pop_move .deemd {
  z-index: 200;
  opacity: 1;
}
.bkSeller_pop.pop_move .pop_cont {
  bottom: 0;
}
.bkSeller_pop .pop_cont {
  height: calc(100vh - 100px);
  z-index: 201;
  bottom: -100%;
  transition: all 0.5s;
}
.bkSeller_pop .tit {
  font-size: 20px;
  font-weight: 900;
}
.bkSeller_pop .s_txt {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  word-break: keep-all;
}
.bkSeller_pop .seller_wrap {
  margin-top: 15px;
}
.bkSeller_pop .select_wrap03 {
  margin-right: 0;
}
.bkSeller_pop .url_input {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding: 0 10px;
  border-radius: 5px;
  background: #ececec;
  font-size: 13px;
  font-weight: 300;
  color: #939393;
}
.bkSeller_pop .url_add,
.bkSeller_pop .url_del {
  display: block;
  height: 36px;
  min-width: 63px;
  padding: 0 10px;
  margin: 25px auto 0;
  border-radius: 18px;
  background: #ececec;
  font-size: 15px;
  color: #939393;
}
.bkSeller_pop .url_del {
  margin-bottom: 15px;
}
.bkSeller_pop .select_wrap03 .selected_select,
.bkSeller_pop .select_wrap03 .option_list li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 361px) {
  .m_brWrite-wrap .input_area input {
    font-size: 15px;
  }
  .ageRange_pop .tit {
    font-size: 16px;
  }
}

/* 서평리스트 - 작가와 출판사 */
.list_type_02 ul li .list_title strong {
  line-height: 26px;
}
.type_boardList-wrap .list_filter {
  margin-bottom: 25px;
}
.type_boardList-wrap .book_review {
  width: calc(100% - 335px);
}
.book_review .banner_intro img {
  width: auto;
  max-width: 100%;
}
.m_expand .m_title-wrap {
  display: none;
}
.list_type_02 .m_dataInfo {
  display: none;
}
.m_btBtn_wrap .contain_wrap {
  position: fixed;
  left: 50%;
  bottom: 90px;
  z-index: 1;
  transform: translateX(-50%);
  min-height: 56px;
  max-width: calc(100% - 40px);
  border: 1px solid #f4868f;
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: keep-all;
  gap: 23px;
}
.m_btBtn_wrap .contain_wrap .txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m_btBtn_wrap .contain_wrap .txt_contain {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ea6161;
  white-space: nowrap;
}
.m_btBtn_wrap .contain_wrap .txt_contain:not(:first-child):before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ea6161;
  margin-bottom: 10px;
}
.m_btBtn_wrap .contain_wrap .txt_wrap .txt_contain {
  display: block;
}
.m_btBtn_wrap .contain_wrap .btn_close {
  font-size: 0;
  color: transparent;
  background: url(../img/ico_close-pk02.png) no-repeat;
  width: 24px;
  height: 24px;
}
.m_btBtn_wrap .contain_wrap.type_noAdd {
  border-color: #dcdcdc;
}
.m_btBtn_wrap .contain_wrap.type_noAdd .txt_contain {
  color: #000;
}
.m_btBtn_wrap .contain_wrap.type_noAdd .btn_close {
  background-image: url(../img/ico_close_02.png);
}
/* confetti 색종이 애니메이션 */
.confetti_wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 101;
}
.confetti-container {
  perspective: 700px;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}
@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.book_slide .btn.prev.swiper-button-disabled,
.book_slide .btn.next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
/* 서평 상세 */
.type_boardDetail-wrap .book_review {
  width: 100%;
  margin: 0;
}
.user_like-wrap {
  margin-bottom: 65px;
  text-align: center;
}
.user_like-wrap p {
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 600;
}
.user_like-wrap .btn_like {
  padding: 0 14px;
  height: 52px;
  border-radius: 26px;
  font-size: 17px;
  font-weight: 300;
  color: #939393;
}
.user_like-wrap .btn_like:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 19px;
  background: url(../img/ico_like2.svg) no-repeat;
  margin: -2px 9px 0 0;
  vertical-align: middle;
}
.user_like-wrap .btn_like.active:before {
  background: url(../img/ico_like2_pk02.png) no-repeat;
}
.user_like-wrap .btn_like .num {
  margin-left: 5px;
}
.type_boardDetail-wrap .m_expand .m_txt-wrap {
  display: none;
}
/* 0830 서평 상세 추가 */
.type_boardDetail-wrap .book_review > *:not(.view_type_01),
.type_boardDetail-wrap .book_review .view_title,
.type_boardDetail-wrap .book_review .tit_data,
.type_boardDetail-wrap .view_type_01 .view_write {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.type_boardDetail-wrap .book_review .view_title strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
}
.type_boardDetail-wrap .title_area {
  border: none;
  padding: 108px 0 35px;
  background: rgba(255, 242, 242, 0.5);
}
.type_boardDetail-wrap .book_review .view_title {
  margin-bottom: 40px;
}
.type_boardDetail-wrap .txtData_wrap {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 300;
}
.type_boardDetail-wrap .txtData_wrap .txt_wrap {
  margin: 10px 0 0 0;
  display: flex;
  gap: 5px;
}
.type_boardDetail-wrap .txtData_wrap .txt_wrap li {
  color: rgba(66, 66, 66, 0.5);
}
.type_boardDetail-wrap .view_type_01 .txtData_wrap .writer span,
.type_boardDetail-wrap .txtData_wrap .txt_wrap .txt_bk {
  color: #424242;
}
.type_boardDetail-wrap .book_review .tit_data {
  align-items: flex-end;
}
.type_boardDetail-wrap .view_write {
  font-size: 16px;
  font-weight: 300;
  color: #141415;
  line-height: 32px;
  padding-top: 46px;
  margin-bottom: 86px;
}
.company_intro {
  margin-bottom: 50px;
}
.company_intro .introduce {
  max-width: calc(100% - 120px);
}
.company_intro .book_cover {
  max-width: 100px;
  right: 40px;
  bottom: 50px;
}
.company_intro .txt_wrap {
  margin-top: 10px;
}
.type_boardDetail-wrap .list_link .move {
  padding: 0 10px;
  font-size: 0;
}
.type_boardDetail-wrap .list_link .move:after {
  display: block;
  content: "";
  clear: both;
}
.type_boardDetail-wrap .list_link .move a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 23px;
  line-height: 44px;
  min-width: 79px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.type_boardDetail-wrap .list_link .move a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 23px;
  background-color: #ed7474;
  transition: all 0.4s;
}
.type_boardDetail-wrap .list_link .move a:hover {
  color: #fff;
  border-color: #ed7474;
}
.type_boardDetail-wrap .list_link .move .prev:after {
  transform: translateX(120%);
}
.type_boardDetail-wrap .list_link .move .next:after {
  transform: translateX(-120%);
}
.type_boardDetail-wrap .list_link .move a:hover:after {
  transform: translateX(0%);
}
.type_boardDetail-wrap .list_link a.list {
  margin: 20px 0 220px;
  padding: 5px 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 56px;
}
.type_boardDetail-wrap .list_link a.list:hover {
  color: #fff;
  background: #ea6161;
  border-color: #ea6161;
}
/* 서평 상세 -  책 목록으로 이동 추가 */
.type_boardDetail-wrap .bkLink_wrap {
  display: flex;
  gap: 10px;
  margin: 20px 0 220px;
}
.type_boardDetail-wrap .bkLink_wrap a.list {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background: #c6c6c6;
}
.type_boardDetail-wrap .bkLink_wrap a.btn_bkList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 56px;
  width: 100%;
  border: 1px solid #ed7474;
  background: #ed7474;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  transition: all 0.4s;
}
.type_boardDetail-wrap .bkLink_wrap a.list:hover {
  border: 1px solid #c6c6c6;
  background: #c6c6c6;
  transform: translateY(2px);
  color: #000;
}
.type_boardDetail-wrap .bkLink_wrap a.btn_bkList:hover {
  transform: translateY(2px);
}
.type_boardDetail-wrap .book_review .bt_banner-wrap {
  max-width: none;
  background: #ecf5fb;
}
.bt_banner-wrap .banner_inner {
  max-width: 720px;
  min-height: 157px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "SUITE", sans-serif;
  color: #000;
}
.bt_banner-wrap .banner_inner:after {
  display: block;
  content: "";
  width: 117px;
  height: 157px;
  background: url(../img/img_bookReview.png) center no-repeat;
  background-size: contain;
}
.bt_banner-wrap .tit {
  font-size: 30px;
}
.bt_banner-wrap .txt {
  margin-top: 20px;
  font-size: 15px;
}
/* 이 서평이 어떻게 좋았나요? 팝업 */
.likeKeyword_pop .pop_cont {
  border-radius: 21px;
  padding: 50px 0 0;
}
.likeKeyword_pop .tit_wrap {
  font-size: 25px;
  text-align: center;
}
.likeKeyword_pop .txt {
  margin-top: 10px;
  font-size: 16px;
  color: #4d4d4d;
}
.keyword_wrap {
  padding: 0 58px;
  margin-top: 38px;
}
.keywordList_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 3px;
  max-width: 420px;
}
.keywordList_wrap .btn_key {
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  height: 44px;
  padding: 0 20px 0 15px;
  border: 1px solid transparent;
  font-size: 15px;
  letter-spacing: -0.05em;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}
.btn_key.active {
  border-color: #ed7474;
}
.keyword_wrap .txt_num {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
  text-decoration: underline;
}
.likeKeyword_pop .info_wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  opacity: 0.5;
}
.link_keyword {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.link_keyword:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/ico_gnb.png) no-repeat;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.likeKeyword_pop .bt_btn-wrap {
  gap: 0;
  margin-top: 43px;
}
.likeKeyword_pop .bt_btn-wrap button {
  border-radius: 0;
  height: 70px;
  font-size: 18px;
  font-weight: 300;
}
.likeKeyword_pop .bt_btn-wrap .btn_popClose {
  color: #939393;
}
/* 책 구매하기 추가 */
.type_boardDetail-wrap .m_expand .m_title-wrap,
.type_brList_book .m_expand .m_title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 18px 30px 14px;
  border-top: 1px solid #d2d2d2;
}
.type_brList_book .m_expand .m_txt-wrap {
  display: none;
}
.type_brList_book .m_expand .btn_wrap {
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 15px 8px;
}
.m_expand .btn_borrow {
  flex: 1;
  border-radius: 8px;
  height: 52px;
  font-size: 15px;
  color: #7b7b7b;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
}
.m_expand .btn_borrow.btn_bn-pk04 {
  color: #fff;
}
.m_expand .btn_borrow:hover {
  color: #fff;
  border-color: #ed7474;
}
.m_expand .btn_borrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: translateY(140%);
  border-radius: 20%;
  background-color: #ed7474;
  transition: all 0.4s;
}
.m_expand .btn_borrow:hover:after {
  scale: 1.5;
  transform: translateY(0);
  border-radius: 50%;
}
.m_expand .bkLink_wrap .c_tit {
  text-indent: 10px;
  font-size: 15px;
}
.bkLink_wrap .linkList_wrap {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bkLink_wrap .linkList {
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 82px;
  overflow: hidden;
}
.bkLink_wrap .linkList a:hover img {
  transform: scale(1.2);
}
.bkLink_wrap .linkList a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 13px;
  line-height: 1.2;
  color: #939393;
  text-align: center;
  overflow: hidden;
}
.bkLink_wrap .linkList img {
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.bkLink_wrap .bkLink_txt {
  margin-top: 17px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.m_expand .m_title-wrap .txt {
  font-size: 15px;
  color: rgba(77, 77, 77, 0.8);
}
.m_expand .btn_infoMore {
  font-size: 13px;
  font-weight: 300;
  color: rgb(0, 0, 0, 0.3);
}
.m_expand .btn_infoMore:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_openArrow.png) no-repeat;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 3px;
}
.m_expand .btn_infoMore.active:after {
  transform: rotate(180deg);
}
/* 서평 리스트 - 책 목록으로 가기 추가 */
.type_brList_book .book_info .img_wrap img {
  max-height: calc(100% - 20px);
}
.type_brList_book .book_review .bt_btn-wrap {
  position: relative;
}
.type_brList_book .book_review .bt_btn-wrap .link_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.type_brList_book .book_review .bt_btn-wrap .btn_bkList {
  display: block;
  padding: 0 15px;
  line-height: 43px;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
}
.type_brList_book .book_review .bt_btn-wrap .btn_bkList:hover {
  background-color: #f15a5a;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .inner.max1180 {
    padding: 0 20px;
  }
  .type_brList_book .book_review .bt_btn-wrap .btn_bkList {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .type_boardList-wrap.max1180 {
    padding: 0;
  }
  .inner.type_boardList-wrap {
    flex-direction: column-reverse;
  }
  .book_info,
  .type_boardList-wrap .book_review {
    width: 100%;
  }
  .type_boardList-wrap .book_review .inner {
    padding: 0 20px;
  }
  .type_boardList-wrap .book_info {
    margin: 0;
  }
  .type_boardList-wrap .book_info .img_wrap.book {
    border: none;
    border-radius: 0;
    margin-bottom: 18px;
  }
  .type_boardList-wrap .list_type_02 ul li {
    padding: 20px;
  }
  .type_boardList-wrap .book_review .list_filter {
    margin-bottom: 20px;
  }
  .type_boardList-wrap .txt_wrap .top,
  .type_brList_book .m_expand .m_txt-wrap {
    margin: 0 20px;
  }
  .type_boardList-wrap .txt_wrap .top {
    padding-bottom: 20px;
    font-size: 15px;
    border-color: #dcdcdc;
  }
  .type_boardList-wrap.type_brList_book .txt_wrap .top {
    padding: 0 13px 20px;
  }
  .book_info .txt_wrap .top .author {
    margin-top: 11px;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
  }
  .book_info .txt_wrap .top .publish {
    margin-top: 10px;
  }
  .m_expand {
    padding: 20px 5px 40px 15px;
    border-bottom: 15px solid #ececec;
  }
  .m_expand .m_title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  .type_brList_pa .m_expand .m_title-wrap,
  .type_brList_pa .book_info .book_info_cnt {
    padding: 0 15px 0 5px;
  }
  .m_expand .m_txt-wrap {
    display: none;
  }
  .type_boardDetail-wrap .m_expand .m_title-wrap,
  .type_brList_book .m_expand .m_title-wrap {
    border-top: none;
    padding: 0 20px;
  }
  .book_info.publisher .img_wrap {
    margin: 33px 20px 21px;
  }
  .type_boardList-wrap .m_btBtn_wrap {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .type_boardList-wrap .m_btBtn_wrap .btn_group {
    width: 100%;
    display: flex;
  }
  .type_boardList-wrap .m_btBtn_wrap .btn_group button {
    flex: 1;
    font-size: 16px;
    font-weight: 300;
    height: 65px;
  }
  .type_boardList-wrap .m_btBtn_wrap .btn_group .btn_postBr {
    background: #ed7474;
    color: #fff;
  }
  .type_boardList-wrap .m_btBtn_wrap .btn_borrow {
    color: rgba(0, 0, 0, 0.5);
  }
  .type_boardList-wrap.type_brList_pa .book_info .txt_wrap .top .title {
    display: block;
    line-height: 1.2;
  }
  .book_info .txt_wrap .top .title {
    font-size: 20px;
    line-height: 29px;
    word-break: break-all;
  }
  .m_btBtn_wrap .contain_wrap {
    min-width: 297px;
    min-height: 38px;
    padding: 12px 18px;
    gap: 12px;
  }
  .m_btBtn_wrap .contain_wrap.type_noAdd {
    min-width: 250px;
  }
  .m_btBtn_wrap .contain_wrap .txt_contain {
    white-space: nowrap;
    font-size: 15px;
  }
  .m_btBtn_wrap .contain_wrap .txt_contain:not(:first-child):before {
    margin-bottom: 12px;
  }
  .m_btBtn_wrap .contain_wrap .btn_close {
    background: url(../img/ico_close-pk.png) center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  /* 서평 리스트 - 뒤로가기, 공유하기 버튼 추가 */
  .type_brList_book .book_info .img_wrap img {
    max-width: 116px;
    object-fit: contain;
  }
  .type_brList_book .img_wrap.book {
    position: relative;
  }
  .book_info .img_wrap .m_topBtn_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 20px 20px;
    height: 100%;
  }
  .book_info .img_wrap .m_topBtn_wrap .btn_back,
  .book_info .img_wrap .m_topBtn_wrap .btn_share {
    width: 24px;
    height: 24px;
    font-size: 0;
    color: transparent;
  }
  .book_info .img_wrap .m_topBtn_wrap .btn_back {
    background: url(../img/ico_back.png) no-repeat;
  }
  .book_info .img_wrap .m_topBtn_wrap .btn_share {
    background: url(../img/ico_share.png) no-repeat;
  }
  /* 서평 리스트 - 책 목록으로 가기 추가 */
  .type_brList_book .book_review .bt_btn-wrap .link_wrap {
    right: 20px;
  }
  /* 서평 리스트 - 책 */
  .book_info .txt_wrap .center dl dt {
    color: #7b7b7b;
    font-weight: 300;
  }
  .book_info .txt_wrap .center dl dd {
    color: rgba(0, 0, 0, 0.6);
  }
  .book_info .txt_wrap .center.type01 {
    margin: 0 20px;
    padding: 25px 15px 30px;
    border-bottom: 1px solid #dcdcdc;
  }
  .book_info .txt_wrap .center.type02 {
    border: none;
  }
  .type_brList_book .book_info .btn_wrap {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .m_expand .m_btnList-wrap {
    display: flex;
    gap: 10px;
    padding: 0 15px 0 5px;
    margin-top: 25px;
  }
  .m_expand .m_btnList-wrap button {
    padding: 0 10px;
    flex: 1;
    border-radius: 8px;
    height: 52px;
    font-size: 14px;
    color: #7b7b7b;
    word-break: keep-all;
  }
  .bookSlide_wrap {
    margin: 0 20px 54px;
  }
  .type_brList_book .book_review {
    margin-top: 30px;
  }
  /* 서평 상세 */
  .type_boardDetail-wrap .view_type_01 .title_area {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .book_info.publisher .img_wrap {
    width: 150px;
    height: 150px;
  }
  .book_info .txt_wrap .top .desc {
    margin-top: 13px;
    font-size: 14px;
  }
  .book_info .txt_wrap .top .label {
    margin-top: 10px;
  }
  .book_slide .btn.prev,
  .book_slide .btn.next,
  .bookSlide_wrap .swiper-pagination {
    display: none;
  }
  .book_swiper .swiper-wrapper {
    align-items: flex-end !important;
  }
  .book_swiper .swiper-wrapper .slide_item {
    width: auto;
    padding-top: 30px;
  }
  .book_swiper .swiper-wrapper .slide_item:first-child {
    margin-left: 20px;
  }
  .book_swiper .label {
    top: 0;
  }
  .type_boardList-wrap .book_review {
    padding: 0;
    margin-top: 25px;
  }
  .type_brList_book .book_review {
    margin-top: 30px;
  }
  /* .type_brList_book .head_title.type02 {
    width: calc(100% - 165px);
  } */
  .bookSlide_wrap {
    padding: 0px 0 40px 0;
    border-bottom: 15px solid #ececec;
    background: none;
    margin: 0 0 33px;
  }
  .type_boardList-wrap .fl_ac {
    align-items: flex-start;
  }
  .type_boardList-wrap .board_wrap {
    width: calc(100% - 84px);
  }
  .type_boardList-wrap .boardPic_wrap {
    width: 70px;
    margin-left: 14px;
  }
  .type_boardList-wrap .list_type_02.br_list {
    margin-top: 6px;
  }
  .type_boardList-wrap .list_type_02 ul li {
    padding: 16px 20px;
  }
  .type_boardList-wrap .list_type_02 ul li .list_title {
    margin-bottom: 7px;
  }
  .type_boardList-wrap .list_type_02 ul li .list_title strong {
    font-size: 17px;
    line-height: 23px;
  }
  .type_boardList-wrap .list_type_02 ul li .view_data .info {
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .type_boardList-wrap .list_type_02 ul li .desc {
    margin-bottom: 20px;
  }
  .type_boardList-wrap .list_type_02 ul li .view_data {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
    font-size: 13px;
    font-weight: 300;
    color: #808080;
  }
  .type_boardList-wrap .list_type_02 ul li .view_data .update span,
  .type_boardList-wrap .list_type_02 ul li .view_data .update,
  .type_boardList-wrap .list_type_02 ul li .view_data .info span {
    font-size: 13px;
    color: #808080;
    margin: 0;
  }
  .list_type_02 .m_dataInfo {
    display: flex;
    width: 100%;
  }
  .list_type_02 .m_dataInfo span {
    display: inline-block;
  }
  .type_boardList-wrap
    .list_type_02
    ul
    li
    .view_data
    span:not(:last-child):after,
  .type_boardList-wrap .list_type_02 ul li .view_data .update span:after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 2px;
    margin: 2px 6px 0 5px;
    background-color: #dcdcdc;
    vertical-align: middle;
  }
  .list_type_02 ul li .view_data .like::before {
    width: 18px;
    height: 18px;
    background: url(../img/ico_like-m.png) no-repeat;
  }
  .type_boardList-wrap .pagination {
    margin-top: 34px;
  }
  /* 서평 리스트 - 책 목록으로 가기 추가 */
  .type_brList_book .book_review .bt_btn-wrap .link_wrap {
    position: static;
    transform: none;
    max-width: calc(100% - 40px);
    margin: 30px auto 0;
    border-radius: 0;
  }
  .type_brList_book .book_review .bt_btn-wrap .btn_bkList {
    border-radius: 5px;
  }
  .type_boardDetail-wrap .bkLink_wrap a.btn_bkList {
    font-size: 16px;
  }
  /* 서평 상세 */
  .type_boardDetail-wrap .view_type_01 .title_area {
    padding: 35px 20px;
  }
  .company_intro .introduce {
    flex-direction: column;
    max-width: none;
    width: 100%;
  }
  .company_intro .topImg_wrap {
    position: relative;
  }
  .company_intro .book_cover {
    max-width: 106px;
    right: 0;
    bottom: 20px;
  }
  .company_intro .txt_wrap {
    width: 100%;
  }
  .type_boardDetail-wrap .txtData_wrap {
    padding: 0;
  }
  .view_type_01 .title_area .view_title {
    margin-bottom: 25px;
  }
  .view_type_01 .title_area .tit_data {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }
  .view_type_01 .title_area .tit_data .date_area {
    width: auto;
  }
  .type_boardDetail-wrap .view_write {
    margin-bottom: 120px;
  }
  .view_type_01 .view_write {
    padding: 24px 20px 0;
    font-size: 15px;
  }
  .user_like-wrap {
    margin-bottom: 105px;
    padding: 0 20px;
  }
  .company_intro {
    padding: 33px 20px;
    margin-bottom: 55px;
    width: calc(100% - 40px);
  }
  .company_intro .txt_wrap p {
    display: block;
    font-size: 13px;
    line-height: 22px;
  }
  .type_boardDetail-wrap .list_link .move {
    padding: 0 20px;
  }
  .type_boardDetail-wrap .list_link a.list {
    margin: 20px 20px 100px;
    width: calc(100% - 40px);
  }
  .type_boardDetail-wrap .bkLink_wrap {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .type_boardDetail-wrap .bkLink_wrap a.list {
    margin: 0;
    width: 100%;
  }
  .bt_banner-wrap .banner_inner {
    padding: 10px 20px;
    min-height: 80px;
  }
  .bt_banner-wrap .banner_inner:after {
    display: none;
  }
  .bt_banner-wrap .tit {
    font-size: 18px;
    line-height: 1.2em;
  }
  .bt_banner-wrap .txt {
    margin-top: 7px;
    font-size: 13px;
  }
  .inner.type_mobile {
    padding: 0;
  }
  .mobile02 {
    display: block;
  }
  /* 서평 리스트 - 담은 도서관 및 사서*/
  .m_btBtn_wrap .contain_wrap {
    border-radius: 5px;
  }
  .m_btBtn_wrap .contain_wrap .txt_contain {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  /* 서평 리스트 - 담은 도서관 및 사서*/
  .m_btBtn_wrap .contain_wrap {
    padding: 12px 10px;
    gap: 10px;
    width: 100vw;
  }
  .m_btBtn_wrap .contain_wrap .txt_wrap {
    width: calc(100% - 30px);
    gap: 12px;
  }
  .m_btBtn_wrap .contain_wrap .txt_contain {
    margin: 0 auto;
  }
  .m_btBtn_wrap .contain_wrap .txt_wrap .txt_contain {
    font-size: 11px;
    line-height: 1.3em;
    margin: 0;
  }
}
@media screen and (max-width: 361px) {
  .company_intro .book_cover {
    max-width: 90px;
  }
}

/* 서평 등록하기 수정 및 추가 */
.theBook_list-wrap {
  margin-top: 20px;
}
.theBook_list-wrap .bgBox {
  background: #f9f7f7;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
}
.theBook_list-wrap .bgBox:last-child {
  margin-bottom: 0;
}
.theBook_list-wrap .top_wrap .tit {
  font-size: 17px;
}
.theBook_list-wrap .top_wrap .s_txt {
  font-size: 14px;
  color: #7b7b7b;
  margin-top: 10px;
}
.theBook_list-wrap .select_age {
  padding: 20px 0 0;
}
.theBook_list-wrap .select_age .age_select {
  gap: 15px;
}
.theBook_list-wrap .select_age .age_select div {
  margin-right: 0;
}
.theBook_list-wrap .select_age .age_select div {
  font-size: 15px;
}

/* 도서관에서 빌려보기 팝업 */
.borrowFLb_pop .tit_wrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  border-bottom: 1px solid #454343;
}
.borrowFLb_pop .btn_popClose {
  margin-left: auto;
}
.borrowFLb_pop .pop_cont {
  padding: 40px 60px 45px;
  width: 1008px;
}
.borrowLb_wrap .infoTxt_wrap {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #4d4d4d;
}
.borrowLb_wrap .lct_txt {
  font-size: 13px;
  font-family: "Spoqa Han Sans Neo", sans-serif;
  text-decoration: underline;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s;
}
.borrowLb_wrap .lct_txt:before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 13px;
  background: url(../img/icon_Location.png) no-repeat;
  vertical-align: middle;
  margin: -1px 6px 0 0;
  transition: all 0.5s;
}
.borrowLb_wrap .lct_txt:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/btn_back.png) no-repeat;
  vertical-align: middle;
  margin: -1px 0 0 3px;
  transition: all 0.3s;
}
.borrowLb_wrap .locatipn_wrap {
  position: relative;
}
.borrowLb_wrap .lct_txt:hover:before {
  transform: rotateY(180deg);
}
.borrowLb_wrap .location_pop {
  display: none;
}
.borrowLb_wrap .location_pop-cont {
  width: 320px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 18px;
  background: #fff;
  z-index: 2;
}
.location_pop .selectGr_wrap {
  gap: 12px 4px;
  flex-wrap: wrap;
}
.location_pop .selected_select {
  border-radius: 10px;
  width: 140px;
  padding: 15px 30px 15px 15px;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.location_pop .option_list {
  top: 44px;
  width: 140px;
  border-radius: 10px;
  font-size: 13px;
  color: #4d4d4d;
}
.location_pop .option_list li a {
  padding: 10px 15px;
}
.location_pop .btn_check {
  width: 80px;
  height: 42px;
  border-radius: 10px;
  margin-left: auto;
  font-size: 13px;
}

.borrowLb_wrap .schResult_wrap {
  min-height: 430px;
  padding-top: 25px;
}
.borrowLb_wrap .rstTxt_wrap {
  /* display: flex;
  flex-direction: column-reverse;
  min-height: 405px; */
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #2b2b2b;
}
.borrowLb_wrap .rstBgbox_wrap .box_inner {
  background: #f4f5f9;
  border-radius: 5px;
  padding: 18px 14px 26px;
}
.borrowLb_wrap .rstTxt_wrap .txt img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.borrowLb_wrap .libBox_wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  min-height: 405px;
}
.borrowLb_wrap .libBgbox_wrap .box_inner {
  background: #f4f5f9;
  border-radius: 5px;
  padding: 15px 20px 17px 15px;
  margin-top: 20px;
}
.borrowLb_wrap .libBox_wrap .boxTit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.borrowLb_wrap .libBox_wrap .boxTit_wrap .lib_tit {
  font-size: 16px;
  line-height: 22px;
  color: #2b2b2b;
}
.borrowLb_wrap .libBgbox_wrap .lib_infoList {
  display: flex;
  gap: 15px;
}
.borrowLb_wrap .libBgbox_wrap .lib_infoList a {
  display: block;
  height: 32px;
  font-size: 0;
  color: transparent;
}
.borrowLb_wrap .libBgbox_wrap .lib_infoList .btn_kakao {
  width: 80px;
}
.borrowLb_wrap .libBgbox_wrap .lib_infoList .btn_kakao img {
  width: 100%;
}
.borrowLb_wrap .libBgbox_wrap .lib_infoList .btn_libWeb {
  width: 32px;
  background: #fff url(../img/ico_home.png) no-repeat center;
  background-size: 18px;
  border-radius: 3px;
}
.borrowLb_wrap .libBgbox_wrap .boxCont_wrap {
  margin-top: 2px;
  font-size: 12px;
  line-height: 18px;
  color: #7b7b7b;
}
.borrowFLb_pop .borrowLb_wrap .contList_wrap {
  max-height: 412px;
  overflow-y: auto;
  margin-top: -20px;
}
.borrowFLb_pop .borrowLb_wrap .libBox_list-cont {
  overflow: hidden;
  padding: 20px 0;
}
.borrowFLb_pop .borrowLb_wrap .libBox_list-cont .s_title {
  margin-bottom: 20px;
}
.borrowLb_wrap .libBox_list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.borrowLb_wrap .libBox_list {
  width: calc((100% - 30px) / 4);
  position: relative;
}
.borrowLb_wrap .libBox_list.type_our .box_inner {
  border-color: #ed7474;
}
.borrowLb_wrap .libBox_list .box_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px 5px 5px 10px;
  height: 100%;
  min-height: 40px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
}
.borrowLb_wrap .libBox_list .top_wrap {
  display: flex;
  gap: 10px;
  line-height: 22px;
  width: calc(100% - 27px);
}
.borrowLb_wrap .libBox_list .flag {
  background: #3b7cef;
  border-radius: 5px;
  line-height: 24px;
  width: 45px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.borrowLb_wrap .libBox_list .flag.type02 {
  background: #939393;
}
.borrowLb_wrap .libBox_list .title {
  flex: 1;
  font-size: 15px;
  line-height: 22px;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.title.type_hasCh:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/ico_kakao.png) no-repeat;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.borrowLb_wrap .libBox_list .mTxt_wrap,
.borrowLb_wrap .libBox_list .add_wrap {
  font-size: 12px;
}
.borrowLb_wrap .libBox_list .mTxt_wrap {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #2b2b2b;
}
.borrowLb_wrap .libBox_list .mTxt_wrap .btn_info {
  width: 22px;
  height: 22px;
  background: url(../img/ico_information.png) no-repeat;
  background-size: cover;
  font-size: 0;
  color: transparent;
}
.borrowLb_wrap .libBox_list .mTxt_wrap .btn_info:hover + .info_wrap {
  visibility: visible;
  opacity: 1;
}
.borrowLb_wrap .libBox_list .mTxt_wrap .info_wrap {
  background: #fff1f1;
  border-radius: 5px;
  padding: 6px 10px;
  min-height: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 32px);
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.borrowLb_wrap .o_txt {
  color: #4d4d4d;
}
.borrowLb_wrap .o_txt.type02 {
  color: #ea6161;
}
.borrowLb_wrap .date_txt {
  flex: 1;
}
.borrowLb_wrap .add_txt {
  font-weight: 300;
  color: #b8b8b8;
}
.borrowLb_wrap .bg_box {
  padding: 24px 18px 20px;
  background: #fff4f4;
  border-radius: 5px;
  font-size: 14px;
  line-height: 23px;
  color: #4d4d4d;
}
.borrowLb_wrap .bg_box .b_tit {
  font-size: 15px;
  font-weight: 600;
}
.borrowLb_wrap .bg_box .line {
  text-decoration: underline;
}
/* 서평 라스트 - 소장 중인 도서관 추가 */
.brList_borrowList-wrap {
  margin-bottom: 50px;
  background: #f4f5f9;
  padding: 20px;
  border-radius: 5px;
}
.libBOx_title-wrap {
  margin-bottom: 20px;
}
.brList_borrowList-wrap .libBox_list {
  background-color: #fff;
}
.brList_borrowList-wrap .btn_more {
  background: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.brList_borrowList-wrap .btn_more:hover {
  color: #fff;
  background: #ed7474;
}
.brList_borrowList-wrap .contList_wrap .libBox_list-cont:not(:first-child) {
  margin-top: 20px;
}
.brList_borrowList-wrap .contList_wrap .s_title {
  margin-bottom: 12px;
}
/* 도서관에서 빌려보기 소장 정보 팝업 */
.tit_wrap .btn_pop-back {
  font-size: 0;
  color: transparent;
  width: 24px;
  height: 24px;
  background: url(../img/ico_back.png) no-repeat;
}
.borrowFLb_pop .btn_pop-back {
  margin: 0 18px 2px 0;
}
.borrowLb_wrap .book_info {
  width: 100%;
  margin: 25px 0 0;
}
.borrowLb_wrap .bkInfo_top-wrap {
  display: flex;
  gap: 40px;
}
.borrowLb_wrap .libBox_wrap .bt_txt {
  font-size: 12px;
  line-height: 18px;
  color: #7b7b7b;
  text-align: right;
  word-break: keep-all;
  margin-top: 7px;
}
.bkInfo_top-wrap .img_wrap {
  width: 350px;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 0;
}
.bkInfo_top-wrap .img_wrap img {
  max-width: 100px;
  max-height: calc(100% - 40px);
}
.bkInfo_top-wrap .bkLib_wrap {
  flex: 1;
}
.bkInfo_top-wrap .txtList {
  margin-top: 20px;
  font-size: 20px;
  color: #4d4d4d;
}
.bkInfo_top-wrap .txtList .s_tit {
  margin-bottom: 10px;
  font-size: 12px;
  color: #7b7b7b;
}
.bkInfo_top-wrap .txtList .txt {
  line-height: 22px;
}
.bkInfo_bt-wrap {
  margin-top: 27px;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
.bkInfo_bt-wrap .iTop_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.bkInfo_bt-wrap .iTop_wrap .dotList_wrap {
  flex: 1;
}
.iTop_wrap .dotList_wrap .l_tit {
  margin-bottom: 10px;
  font-size: 18px;
  color: #4d4d4d;
}
.iTop_wrap .dotList_wrap .dot_txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.iTop_wrap .dotList_wrap .dot_txt li {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #7b7b7b;
  line-height: 22px;
}
.iTop_wrap .dotList_wrap .dot_txt li::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #c6c6c6;
  margin: -2px 7px 0 -10px;
  vertical-align: middle;
}
.iTop_wrap .dotList_wrap .dot_txt .day_txt {
  font-weight: 500;
  color: #7b7b7b;
}
.bkInfo_bt-wrap .iTop_wrap .c_txt {
  color: #4d4d4d;
  margin-right: 2px;
}
.bkInfo_bt-wrap .iTop_wrap .c_txt.type02 {
  color: #ea6161;
}
.iTop_wrap .dotList_wrap .dot_txt a {
  word-break: break-all;
  color: #2c77f9;
}
.iTop_wrap .dotList_wrap .dot_txt a.mobile {
  display: none;
}
.bkInfo_bt-wrap .iTop_wrap .btn_kakao {
  display: block;
}
.bkInfo_bt-wrap .iTop_wrap .btn_kakao img {
  width: 81px;
}
.bkInfo_bt-wrap .iBt_wrap {
  margin-top: 28px;
  padding: 13px 10px 16px;
  background: #fef9d6;
  font-size: 18px;
  font-weight: 600;
  color: #e4a205;
  text-align: center;
  line-height: 22px;
}
/* 제휴되지 않은 도서관 */
.borrowLb_wrap.type02 .bkInfo_bt-wrap .iTop_wrap .btn_kakao {
  opacity: 0.3;
  cursor: default;
}
.borrowLb_wrap.type02 .bkInfo_bt-wrap .iBt_wrap {
  background: #ececec;
  color: #7b7b7b;
}
.borrowLb_wrap.type02 .bkInfo_top-wrap .txtList .txt {
  color: rgba(77, 77, 77, 0.5);
}
/* 공공도서관 정보 없음 */
.borrowLb_wrap .noRst_lib-wrap .rstTxt_wrap {
  flex-direction: column;
  justify-content: space-between;
}
.borrowLb_wrap .noRst_lib-wrap {
  padding-bottom: 27px;
}
.borrowLb_wrap .noRst_lib-wrap .txt {
  font-size: 13px;
  font-weight: 300;
  color: #7b7b7b;
  text-align: center;
  line-height: 19px;
}
.borrowLb_wrap .noRst_lib-wrap .txt strong {
  font-weight: 500;
}
.borrowLb_wrap .noRst_lib-wrap .btTxt_wrap {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  margin-top: 50px;
}
.borrowLb_wrap .noRst_lib-wrap .btTxt_wrap .t_tit {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 22px;
  margin-bottom: 10px;
}
.borrowLb_wrap .noRst_lib-wrap .btTxt_wrap .t_txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #7b7b7b;
}
.borrowLb_wrap .noRst_lib-wrap .txt_underline {
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .borrowLb_wrap .schResult_wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .brList_borrowList-wrap .libBox_list {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .borrowFLb_pop .pop_cont {
    width: 100vw;
    height: 100vh;
    max-height: none;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 0 55px;
  }
  .borrowFLb_pop .tit_wrap {
    border-bottom: none;
    padding: 0;
    margin: 0 20px;
    height: 65px;
    align-items: center;
  }
  .brList_borrowList-wrap {
    margin-top: -20px;
    padding: 25px 20px;
    border-radius: 0;
  }
  .brList_borrowList-wrap .libBox_list .box_inner {
    min-height: 45px;
  }
  .borrowLb_wrap .libBox_list .mTxt_wrap .info_wrap {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .borrowLb_wrap .libBox_list .mTxt_wrap .info_wrap.open {
    visibility: visible !important;
    opacity: 1 !important;
  }
  /* 도서관에서 빌려보기 팝업 */
  .borrowLb_wrap .input_area {
    position: relative;
    margin: 5px 20px 0;
  }
  .borrowLb_wrap .input_area input {
    width: 100%;
    background: #f9f7f7;
    padding: 0 50px 0 20px;
    height: 50px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
  }
  .borrowLb_wrap .input_area input::placeholder {
    color: rgb(0, 0, 0, 0.3);
  }
  .borrowLb_wrap .input_area .btn_wrap {
    position: absolute;
    right: 0;
    top: 0;
  }
  .borrowLb_wrap .input_area .btn_wrap button {
    font-size: 0;
    color: transparent;
  }
  .borrowLb_wrap .input_area .btn_sch {
    height: 50px;
    width: 50px;
    background: url(../img/ico_search_02.png) right 20px center no-repeat;
  }
  .borrowLb_wrap .infoTxt_wrap {
    margin: 25px 20px 0;
  }
  .borrowLb_wrap .schResult_wrap {
    min-height: auto;
    padding: 28px 20px 0;
  }
  .borrowLb_wrap .libBox_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .borrowLb_wrap .libBox_wrap.m_notLib {
    flex-direction: column-reverse;
    min-height: calc(100vh - 278px);
  }
  .borrowLb_wrap .libBgbox_wrap .box_inner {
    margin-top: 0;
  }
  .borrowLb_wrap .bg_box {
    margin: 0 0 20px;
    padding: 24px 18px 20px;
  }
  .borrowLb_wrap .libBox_list-wrap {
    gap: 10px;
  }
  .borrowLb_wrap .libBox_list {
    width: calc((100% - 10px) / 2);
  }
  .borrowLb_wrap .rstTxt_wrap {
    min-height: auto;
    flex-direction: column;
    line-height: 25px;
  }
  .borrowLb_wrap .rstBgbox_wrap .box_inner {
    padding: 22px 14px 28px;
    word-break: keep-all;
  }
  .borrowLb_wrap .libBox_wrap .bt_txt {
    margin-top: 68px;
    font-weight: 300;
    color: #939393;
    text-align: left;
  }
  /* 소장 정보 팝업 */
  .borrowLb_wrap .bkInfo_top-wrap,
  .bkInfo_top-wrap .bkLib_wrap,
  .bkInfo_bt-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .iTop_wrap .dotList_wrap .dot_txt a.mobile {
    display: inline-block;
    vertical-align: top;
  }
  /* 공공도서관 정보 없음 */
  .borrowLb_wrap .noRst_lib-wrap .rstTxt_wrap {
    min-height: calc(100vh - 280px);
  }
  .borrowLb_wrap .noRst_lib-wrap .btTxt_wrap {
    padding-bottom: 54px;
  }
  .borrowLb_wrap .noRst_lib-wrap .btTxt_wrap .t_txt {
    font-size: 13px;
  }
  .borrowLb_wrap .noRst_lib-wrap .btTxt_wrap .t_txt br {
    display: none;
  }
  .borrowLb_wrap .noRst_lib-wrap .txt {
    padding-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .borrowFLb_pop .btn_pop-back {
    margin: 0 12px 0 0;
  }
  .borrowFLb_pop .L_tit {
    font-weight: 500;
  }
  /* 도서관에서 빌려보기 팝업 */
  .borrowLb_wrap .libBox_list {
    width: 100%;
  }
  /* 소장 정보 팝업 */
  .borrowLb_wrap .book_info {
    margin: 0;
  }
  .borrowLb_wrap .bkInfo_top-wrap {
    flex-direction: column;
    gap: 15px;
    margin: 0;
  }
  .bkInfo_top-wrap .img_wrap {
    width: 100%;
    border-radius: 0;
  }
  .iTop_wrap .dotList_wrap .dot_txt {
    gap: 0;
  }
  .iTop_wrap .dotList_wrap .dot_txt li {
    font-size: 12px;
  }
  .iTop_wrap .dotList_wrap .dot_txt li::before {
    margin-top: -1px;
  }
  .bkInfo_bt-wrap .iBt_wrap {
    margin-top: 20px;
    padding: 8px 10px 10px;
    font-size: 12px;
    line-height: 17px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 360px) {
  .borrowLb_wrap .location_pop-cont {
    width: calc(100vw - 40px);
    padding: 20px 8px;
  }
  .location_pop .select_wrap {
    width: calc((100% - 5px) / 2);
  }
  .location_pop .selected_select,
  .location_pop .option_list {
    width: 100%;
  }
}
@media screen and (max-width: 331px) {
  .borrowLb_wrap .infoTxt_wrap {
    gap: 10px;
  }
}
/* 책 구매하기 팝업 */
.buyBook_pop .tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 20px;
}
.buyBook_pop .pop_cont {
  width: 100vw;
  height: 100vh;
  max-height: none;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: none;
}
.buyBook_pop .btn_pop-close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_popClose-bk.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.buyBook_pop .buyBook_wrap {
  padding: 30px 20px;
  height: calc(100dvh - 70px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.buyBook_pop .bBkList_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-bottom: 50px;
}
.bBkList_wrap .bBkList {
  width: calc((100% - 10px) / 2);
  border: 1px solid #ececec;
  border-radius: 10px;
}
.bBkList_wrap .bBkList a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 11px;
  color: #939393;
}
.bBkList_wrap .bBkList p:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_seller.png) no-repeat;
  margin: -3px 7px 0 0;
  vertical-align: middle;
}
.buyBook_wrap .s_txt {
  margin-top: auto;
  text-align: right;
  font-size: 11px;
  color: #7b7b7b;
}
.buyBook_wrap .not_txt {
  font-size: 13px;
  font-weight: 300;
  color: #4d4d4d;
}

/* 서평 등록하기 - 도서 판매처 링크 등록하기 */
.selRgs_wrap {
  border-radius: 10px;
  background: #f9f7f7;
}
.selRgs_wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  padding: 0 23px;
}
.selRgs_wrap .tit {
  font-size: 17px;
}
.selRgs_wrap .txt {
  font-size: 15px;
  color: #ed7474;
}
.rgs_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rgs_wrap:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_arrowR-bk.png) right center no-repeat;
}
/* 도서 판매처 링크 등록 팝업 - pc */
.bkSeller_pc_pop .pop_cont {
  width: calc(100vw - 40px);
  max-width: 1008px;
  height: 680px;
  padding: 40px 60px;
}
.bkSeller_pc_pop .tit_wrap {
  border-bottom: 1px solid #454343;
  padding-bottom: 10px;
}
.bkSeller_pc_pop .tit_wrap .L_tit {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.bkSeller_pc_pop .tit_wrap .n_txt {
  font-size: 23px;
  font-weight: 500;
}
.bkSeller_pc_pop .top_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bkSeller_pc_pop .tit_wrap .si_txt {
  margin-top: 20px;
  font-size: 11px;
  color: #7b7b7b;
}
.bkSeller_pc_pop .bkLinkURL_wrap {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bkSeller_pc_pop .list_con {
  align-items: center;
}
.bkSeller_pc_pop .selected_select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px;
  padding: 12px 25px 12px 10px;
  width: 112px;
  font-size: 16px;
  color: #a4a4a4;
}
.bkSeller_pc_pop .option_list li a {
  font-size: 16px;
  font-weight: 300;
  color: #a4a4a4;
}
.bkSeller_pc_pop .list_url input {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  height: 51px;
  width: calc(100% - 200px);
  max-width: 600px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
}
.bkSeller_pc_pop .list_url input::placeholder {
  color: #939393;
}
.bkSeller_pc_pop .list_url .url_add,
.bkSeller_pc_pop .list_url .url_del {
  margin-left: 25px;
  font-size: 15px;
  color: #939393;
}

/* sns 로그인 */
.login_con .sns_wrap {
  padding: 0 47px;
}
.snsLogin_box .head_title strong {
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.snsLogin_box .head_title .s_txt {
  font-size: 15px;
  line-height: 21px;
  color: #7b7b7b;
  text-align: center;
}
.snsLogin_box .snsBtn_wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.snsBtn_wrap .kakao_login a {
  background: #ffe812;
}
.snsBtn_wrap .naver_login a {
  background: #03c75a;
}
.snsBtn_wrap .google_login a {
  background: #f2f2f2;
}
.snsBtn_wrap .email_login a {
  border: 1px solid #dcdcdc;
}
.snsBtn_wrap .snsList a {
  border-radius: 5px;
  display: block;
  line-height: 51px;
  font-size: 17px;
}
.snsBtn_wrap .snsList:not(.email_login) a:before {
  display: inline-block;
  content: "";
  width: 37px;
  height: 37px;
  margin: -2px 20px 0 13px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 37px;
}
.snsBtn_wrap .snsList.kakao_login a:before {
  background-image: url(../img/login_kakao.png);
}
.snsBtn_wrap .snsList.naver_login a:before {
  background-image: url(../img/login_naver.png);
}
.snsBtn_wrap .snsList.google_login a:before {
  background-image: url(../img/login_gmail.png);
}
/* 구글 로그인 텍스트 추가 */
.snsBtn_wrap .snsList .info_txt {
  font-size: 12px;
  line-height: 16px;
  margin: 7px 0 26px;
  letter-spacing: -0.05em;
}
.snsBtn_wrap .snsList .info_txt02 {
  color: #f95353;
  display: block;
  margin-top: 5px;
}
.snsLogin_box .bt_joinInfo_wrap {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.snsLogin_box .bt_joinInfo_wrap .btn_eJoin {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: underline;
}
.snsLogin_box .bt_joinInfo_wrap .btn_eJoin:before {
  display: block;
  content: "";
  width: calc(100% + 16px);
  height: 13px;
  background: #ffd0d0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

/* 검색결과 없을때 - new */
.rstBr_list-wrap .noResult_wrap.type_info {
  padding: 80px 0 0;
}
.noResult_wrap.type_info .txt_inner:before {
  width: 24px;
  height: 24px;
  background: url(../img/ico_exclam.png) no-repeat;
  background-size: 24px;
  margin-bottom: 18px;
}
.noResult_wrap.type_info .txt_inner {
  display: flex;
  flex-direction: column;
}
.noResult_wrap.type_info .num_list-wrap {
  display: inline-block;
  margin: 0 auto;
}
.noResult_wrap.type_info .num_list {
  margin-left: 17px;
  font-size: 15px;
  line-height: 31px;
}
.noResult_wrap.type_info .num_list .i_num {
  margin: 0 4px 0 -17px;
}
.noResult_wrap.type_info .num_list .txt_underline {
  font-weight: 600;
  text-decoration: underline;
}
.rstBr_list-wrap .noResult_wrap.type_info .info_wrap {
  background: #f3f3f3;
  border-radius: 16px;
  margin: 155px auto 0;
  padding: 30px;
  max-width: 700px;
  border-top: none;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .rstBr_list-wrap .noResult_wrap.type_info .info_wrap {
    margin-top: 55px;
  }
  .login_con .sns_wrap {
    padding: 0 20px;
  }
  .email_login-form {
    padding: 32px 20px 0;
  }
}

/* 작가인증 */
.common_text-wrap img {
  max-width: 100%;
}
.common_text-wrap.type_guide {
  max-width: 652px;
  margin: 0 auto;
}
.common_text-wrap.type_guide .book_review {
  margin-top: 0;
}
.common_text-wrap .guideAt_wrap .img_wrap {
  margin-bottom: 34px;
}
.common_text-wrap.type_guide .tit {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 37px;
}
.common_text-wrap.type_guide .tit02 {
  font-size: 25px;
  font-weight: 700;
  line-height: 37px;
}
.common_text-wrap.type_guide .s_tit,
.common_text-wrap.type_guide .dot_list {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
}
.common_text-wrap.type_guide .s_tit {
  font-weight: 700;
}
.common_text-wrap.type_guide .dot_txt {
  padding-left: 7px;
}
.common_text-wrap.type_guide .dot_txt:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  margin: -2px 4px 0 -7px;
  background: rgb(0, 0, 0, 0.8);
  border-radius: 100%;
  vertical-align: middle;
}
.common_text-wrap.type_guide .dot_txt.type02 {
  padding-left: 10px;
}
.common_text-wrap.type_guide .dot_txt.type02:before {
  width: 5px;
  height: 1px;
  background: rgba(109, 109, 109, 0.8);
  border-radius: 0;
  margin: -2px 5px 0 -10px;
}
.common_text-wrap.type_guide .s_txt02 {
  font-size: 17px;
  line-height: 31px;
  letter-spacing: -0.03em;
}
.common_text-wrap.type_guide .s_txt {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
}
.common_text-wrap.type_guide .s_tit02 {
  font-weight: 700;
}
.common_text-wrap.type_guide .txt_blue {
  color: rgba(76, 128, 249, 0.8);
}
.common_text-wrap.type_guide .txtList_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.common_text-wrap.type_guide .txtList_wrap {
  margin-top: 18px;
}
.common_text-wrap.type_guide .type_bdBox {
  margin-top: 40px;
}
.common_text-wrap.type_guide .bg_box.type_gray {
  padding-top: 26px;
  border-top: 1px dashed #f1f1f1;
}
.common_text-wrap.type_guide .bg_box.type_gray .box_inner {
  background: #f1f1f1;
  border-radius: 9px;
  padding: 27px 36px 16px;
  font-size: 15px;
  color: rgba(109, 109, 109, 0.8);
  line-height: 28px;
}
.common_text-wrap.type_guide .btn_email {
  margin-bottom: 23px;
  min-height: 99px;
  border-radius: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background: #454343;
  font-size: 34px;
  color: #fff;
}
.common_text-wrap.type_guide .btn_email .ico_copy {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 600;
}
.common_text-wrap.type_guide .btn_email .ico_copy:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_copy-wt.png) no-repeat;
  background-size: 24px;
  vertical-align: middle;
  margin-top: -2px;
}
.common_text-wrap.type_guide .txt_wrap.type_mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .common_text-wrap.type_guide .tit {
    line-height: 28px;
    margin-bottom: 15px;
  }
  .common_text-wrap.type_guide .tit02 {
    font-size: 17px;
    line-height: 29px;
  }
  .common_text-wrap.type_guide .s_txt {
    font-size: 15px;
    line-height: 25px;
  }
  .common_text-wrap.type_guide .s_txt02 {
    font-size: 15px;
    line-height: 29px;
  }
  .common_text-wrap.type_guide .txtList_wrap {
    gap: 20px;
  }
  .common_text-wrap.type_guide .bg_box.type_gray .box_inner {
    font-size: 14px;
    line-height: 25px;
    padding: 27px 25px 16px;
  }
  .common_text-wrap.type_guide .txt_wrap.type_mt70 {
    margin-top: 50px;
  }
  .common_text-wrap.type_guide .btn_email {
    min-height: 66px;
    font-size: 17px;
  }
  .common_text-wrap.type_guide .btn_email .ico_copy {
    font-size: 12px;
  }
  .common_text-wrap.type_guide .btn_email .ico_copy:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}

/* 책 읽고 뇌 약간 고친다 */
.brList_layman-wrap {
  background: #f5f5f5;
}
.brList_layman-wrap .brLayman_inner {
  max-width: 768px;
  margin: 0 auto;
}
.brList_layman-wrap .topTit_wrap,
.brList_layman-wrap .layBrList {
  background: #fff;
}
.brList_layman-wrap .topTit_wrap {
  margin-bottom: 5px;
  padding: 38px 22px 25px;
}
.brList_layman-wrap .topTit_wrap .title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
}
.brList_layman-wrap .topTit_wrap .s_tit {
  font-size: 14px;
}
.layBrList_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.layBrList .top {
  padding: 30px 30px 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layBrList .writer_wrap {
  display: flex;
  gap: 14px;
  align-items: flex-end;
}
.layBrList .writer_wrap .img_wrap {
  width: 40px;
  height: 40px;
  background: #dcdcdc;
  border-radius: 100%;
  overflow: hidden;
}
.layBrList .writer_wrap .img_wrap img {
  object-fit: contain;
  width: 100%;
  max-height: 100%;
}
.layBrList .writer_wrap .tit {
  font-size: 16px;
  margin-bottom: 5px;
}
.layBrList .writer_wrap .date {
  font-size: 14px;
  color: #a8a8a8;
}
.layBrList .more {
  position: relative;
}
.layBrList .more_list {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 105px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
.layBrList .more_list.active {
  display: block;
}
.layBrList .more_list li {
  padding: 8px 11px;
}
.layBrList .more_list li a {
  font-size: 15px;
  padding-left: 25px;
}
.layBrList .more_list li a.edit {
  background: url(../img/ico_edit.png) no-repeat left;
}
.layBrList .more_list li a.del {
  background: url(../img/ico_delete.png) no-repeat left;
  color: #e82f2f;
}
.layBrList .more_list li a.dec {
  background: url(../img/ico_report.png) no-repeat left;
  color: #e82f2f;
}
.layBrList .cont_wrap {
  padding: 0 20px 30px;
  line-height: 22px;
}
.layBrList .cont_wrap .title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}
.layBrList .cont_wrap .text {
  font-size: 16px;
}
.layBrList .cont_wrap .img_wrap {
  margin: 27px auto 0;
  max-width: 450px;
  overflow: hidden;
  position: relative;
}
.layBrList .cont_wrap .img_wrap img {
  width: 100%;
}
.layBrList .cont_wrap .img_wrap .btn_prev,
.layBrList .cont_wrap .img_wrap .btn_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(210, 210, 210, 0.3);
  background-size: 9px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  font-size: 0;
  color: transparent;
}
.layBrList .cont_wrap .img_wrap .btn_prev {
  left: 0;
  background-image: url(../img/ico_arrowPrev-wt.png);
}
.layBrList .cont_wrap .img_wrap .btn_next {
  right: 0;
  background-image: url(../img/ico_arrowNext-wt.png);
}
.layBrList .cont_wrap .img_wrap .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.layBrList .cont_wrap .btn_paging {
  display: inline-block;
  width: auto;
  min-width: 50px;
  line-height: 30px;
  padding: 0 10px;
  background: rgba(164, 164, 164, 0.5);
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
}
.layBrList .bottom_wrap {
  padding-bottom: 50px;
}
.layBrList .pick {
  margin: 0 0 30px;
  padding: 0 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  border: none;
}
.layBrList .pick .img_wrap {
  margin-right: 0;
  max-width: 100px;
}
.layBrList .pick .img_wrap img {
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.layBrList .pick .txt_wrap {
  flex: 1;
}
.layBrList .pick .info {
  color: rgba(0, 0, 0, 0.6);
}
.layBrList .pick .info span:last-child {
  margin: 6px 0 0;
}
.layBrList .sympathy_wrap {
  text-align: center;
}
.layBrList .sympathy_wrap:before {
  display: block;
  content: "";
  width: 47px;
  height: 4px;
  background: url(../img/border_curly.png) no-repeat center bottom;
  margin: 0 auto 28px;
}
.layBrList .sympathy_wrap .tit {
  display: inline-block;
  font-size: 18px;
  position: relative;
  z-index: 0;
}
.layBrList .sympathy_wrap .tit:after {
  display: block;
  content: "";
  width: calc(100% + 8px);
  height: 7px;
  background: #ffcdcd;
  position: absolute;
  left: -4px;
  bottom: 0;
  z-index: -1;
}
.layBrList .stepList_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 300;
}
.layBrList .stepList {
  max-width: 51px;
  position: relative;
}
.layBrList .stepList a:before {
  display: block;
  content: "";
  width: 51px;
  height: 51px;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  margin: 0 auto;
}
.layBrList .stepList.step01 a:before {
  background: url(../img/ico_brain.png) no-repeat center;
}
.layBrList .stepList.step02 a:before {
  background: url(../img/ico_brain02.png) no-repeat center;
}
.layBrList .stepList.step03 a:before {
  background: url(../img/ico_brain03.png) no-repeat center;
}
.layBrList .stepList .txt {
  display: inline-block;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  padding-top: 13px;
}
.layBrList .stepList.active a:before {
  border-color: #ff9292;
}
.layBrList .stepList.step02.active a:before {
  background: url(../img/ico_brain02-on.png) no-repeat calc(50% - 1px) center;
}
.layBrList .stepList.step03.active a:before {
  background: url(../img/ico_brain03-on.png) no-repeat center calc(50% - 1px);
}
.layBrList .stepList.active .txt:after {
  display: block;
  content: "";
  width: calc(100% + 8px);
  height: 10px;
  background: #ffcdcd;
  position: absolute;
  left: -4px;
  bottom: 0;
  z-index: -1;
}
.layBrList .stepList .count {
  display: inline-block;
  min-width: 27px;
  padding: 0 5px;
  border: 1px solid #e55353;
  background: #fff;
  border-radius: 11px;
  position: absolute;
  top: -8px;
  right: -2px;
  font-size: 12px;
  font-weight: 600;
  font-family: "SUITE", sans-serif;
  color: #303030;
  line-height: 17px;
  text-align: center;
}

.btn_laymanFixed {
  position: fixed;
  right: calc(((100vw - 768px) / 2) - 90px);
  bottom: 60px;
  width: 62px;
  height: 63px;
  background: #fff url(../img/ico_write-fixed.png) no-repeat center;
  border-radius: 26px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  font-size: 0;
  color: transparent;
}
/* 책뇌고 더보기 추가 */
.brList_layman-wrap .btn_more {
  padding: 50px 0;
}
.brList_layman-wrap .btn_more a {
  background-color: #fff;
}
.brList_layman-wrap .btn_more a:hover {
  background-color: #ed7474;
}
@media screen and (max-width: 1024px) {
  .btn_laymanFixed {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brList_layman-wrap .topTit_wrap {
    padding: 24px 22px 22px;
  }
  .layBrList .writer_wrap {
    gap: 11px;
  }
  .layBrList .writer_wrap .tit {
    font-size: 13px;
  }
  .layBrList .writer_wrap .date {
    font-size: 11px;
  }
  .layBrList .cont_wrap {
    padding: 0 0 23px;
  }
  .layBrList .cont_wrap .title {
    padding: 0 20px;
    margin-bottom: 12px;
    font-size: 15px;
  }
  .layBrList .cont_wrap .text {
    padding: 0 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .layBrList .cont_wrap .img_wrap {
    margin-top: 17px;
    max-width: none;
  }
  .layBrList .bottom_wrap {
    padding-bottom: 40px;
  }
  .layBrList .pick {
    gap: 20px;
    margin-bottom: 50px;
  }
  .layBrList .pick .img_wrap {
    max-width: 70px;
  }
  .layBrList .pick .title {
    font-size: 14px;
  }
  .layBrList .pick .info {
    font-size: 12px;
  }
  .layBrList .pick .info span:last-child {
    margin-top: 0;
  }
  .layBrList .sympathy_wrap:before {
    margin-bottom: 22px;
  }
  .layBrList .sympathy_wrap .tit {
    font-size: 13px;
  }
  .layBrList .stepList_wrap {
    font-size: 12px;
  }
}

/* 뇌 약간 고친 문장 업로드 */
.btn_bn-pk.disabled {
  color: #7e7e7e;
  border-color: rgba(244, 134, 143, 0.4);
  background: rgba(244, 134, 143, 0.4);
}
.laymanEdit_wrap {
  background: #fff;
  min-height: calc(100vh - 398px);
}
.laymanEdit_inner {
  padding: 20px;
}
.laymanEdit_wrap .top_wrap {
  padding: 14px 0 32px;
  font-size: 24px;
  font-weight: 600;
}
.laymanEdit_wrap .search_book {
  margin-bottom: 20px;
}
.laymanEdit_wrap .search_book .input_box {
  margin-bottom: 0;
}
.laymanEdit_wrap .search_book .input_box input {
  padding: 15px 45px 15px 15px;
  border: 1px solid #f9f7f7;
}
.laymanEdit_wrap .search_book .input_box button.src {
  background: url(../img/ico_search_02.png) no-repeat center;
  background-size: 25px auto;
  right: 10px;
}
.laymanEdit_wrap .pick {
  margin-top: 10px;
  padding: 30px 20px;
}
.laymanEdit_wrap .pick .img_wrap {
  max-width: 108px;
}
.laymanEdit_wrap .pick .txt_wrap {
  flex: 1;
}
.laymanEdit_wrap .pick .info {
  margin-top: 15px;
}
.laymanEdit_wrap .pick .info span {
  margin-bottom: 10px;
}
.laymanEdit_wrap .pick .title {
  display: block;
  max-width: calc(100% - 30px);
}
.laymanEdit_wrap .pick button {
  top: 20px;
  right: 20px;
}
.laymanEdit_wrap .photo_wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.laymanEdit_wrap .upload_wrap {
  width: 133px;
  height: 133px;
  background: #f9f7f7;
  border-radius: 5px;
  font-size: 16px;
  color: #7e7e7e;
}
.laymanEdit_wrap .change_label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.laymanEdit_wrap .change_label:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/ico_plus-big.png) no-repeat;
  margin: 0 auto 16px;
}
.laymanEdit_wrap .photo_wrap .pic_wrap {
  width: 133px;
  height: 133px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.laymanEdit_wrap .photo_wrap .pic_wrap .pic {
  width: 100%;
  height: 100%;
}
.laymanEdit_wrap .photo_wrap .pic_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.laymanEdit_wrap .photo_wrap .pic_wrap .delete_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../img/ico_close-bk.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.laymanEdit_wrap .write_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.laymanEdit_wrap .write_wrap input,
.laymanEdit_wrap .write_wrap textarea {
  resize: none;
  background: #f9f7f7;
  width: 100%;
  border: none;
  border-radius: 3px;
}
.laymanEdit_wrap .write_wrap input {
  font-size: 18px;
  color: #303030;
  padding: 0 10px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.laymanEdit_wrap .write_wrap .textarea_wrap {
  background: #f9f7f7;
}
.laymanEdit_wrap .write_wrap textarea {
  height: 285px;
  padding: 18px 12px;
}
.laymanEdit_wrap .write_wrap textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #7e7e7e;
  line-height: 25px;
}
.laymanEdit_wrap .write_wrap .textarea_wrap .font_cnt {
  text-align: right;
  font-size: 15px;
  color: #b8b8b8;
  padding: 0 10px 20px;
}
.laymanEdit_wrap .btBtn_wrap {
  margin-top: 30px;
}
.laymanEdit_wrap .btBtn_wrap button {
  width: 100%;
  height: 56px;
  border-radius: 5px;
}
.laymanEdit_wrap .btBtn_wrap .btn_bn-pk {
  font-size: 16px;
  border: none;
}
.laymanEdit_wrap .btBtn_wrap .btn_bn-pk.disabled {
  background-color: rgba(237, 116, 116, 0.4);
}
@media screen and (max-width: 1024px) {
  .laymanEdit_wrap .pick .img_wrap {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  /* 뇌 약간 고친 문장 업로드 - 모바일 */
  .laymanEdit_wrap .top_wrap {
    padding-bottom: 23px;
    font-size: 20px;
    font-weight: 700;
  }
  .m_pageLayer .brList_layman-wrap .laymanEdit_inner {
    padding: 0 20px;
  }
  .m_pageLayer .brList_layman-wrap .brLayman_inner {
    max-width: 100%;
  }
  .laymanEdit_wrap .search_book {
    margin-bottom: 10px;
  }
  .laymanEdit_wrap .pick_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .laymanEdit_wrap .pick {
    padding: 0 10px 10px;
    border: none;
    margin-top: 15px;
    display: flex;
  }
  .laymanEdit_wrap .pick .img_wrap {
    max-width: 70px;
    margin-right: 20px;
    width: 70px;
  }
  .laymanEdit_wrap .pick .img_wrap img {
    border-radius: 5px;
    box-shadow: none;
  }
  .laymanEdit_wrap .pick .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .laymanEdit_wrap .pick .info {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.3em;
    gap: 6px;
  }
  .laymanEdit_wrap .pick .info span {
    margin-bottom: 0;
  }
  .laymanEdit_wrap .pick button {
    top: 0;
    right: 10px;
  }
  .laymanEdit_wrap .pick button img {
    width: 20px;
    height: 20px;
  }
  .laymanEdit_wrap .photo_wrap {
    margin-bottom: 10px;
    align-items: center;
  }
  .laymanEdit_wrap .upload_wrap {
    max-width: 70px;
    height: 70px;
    font-size: 12px;
  }
  .laymanEdit_wrap .change_label:before {
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    background-size: 20px;
  }
  .laymanEdit_wrap .photo_wrap .pic_wrap {
    max-width: 70px;
    max-height: 70px;
  }
  .laymanEdit_wrap .photo_wrap .pic_wrap .delete_btn {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .laymanEdit_wrap .write_wrap {
    gap: 10px;
  }
  .laymanEdit_wrap .write_wrap input {
    font-size: 16px;
  }
  .laymanEdit_wrap .btBtn_wrap {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}

/* 마이페이지 - 작성 글 탭 추가 */
.myReview_wrap .tagwrap_wrap {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .myReview_wrap .headSubTitle_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .myReview_wrap .tagwrap_wrap {
    margin-top: 15px;
  }
}

/* 회원가입 - sns 회원가입 리스트 추가 */
.join_con .snsJoin_wrap input[type="radio"]:disabled {
  opacity: 0.2;
  background: #000;
}
.snsJoin_wrap .head_title strong {
  color: #454343;
}
.snsJoin_wrap .head_title .info_txt {
  font-size: 12px;
  line-height: 18px;
  color: #454343;
}
.snsJoin_wrap .head_title .warning_txt {
  margin-top:15px;
  font-size: 16px;
  color: #ff4444;
}
.snsJoin_wrap .head_title .warning_txt .line {
  text-decoration : underline;
}
.join_con .join_box .snsJoin_wrap .w400 {
  padding-top: 60px;
}
.join_con .snsJoin_wrap input[type="radio"] {
  appearance: none;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
  margin-right: 10px;
}
.join_con .snsJoin_wrap input[type="radio"]:checked {
  background: url(../img/ico_select.svg);
  border: 0;
}
.join_con .join_box .Info_wrap .snsEmail_wrap > label {
  margin-bottom: 25px;
}
.join_con .snsJoin_wrap .Info_wrap .snsEmail_wrap .label_email {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
}
.join_con .snsJoin_wrap .Info_wrap .snsEmail_wrap .fw {
  flex-wrap: wrap;
}
.join_con .snsJoin_wrap .Info_wrap .snsEmail_wrap .fw .input_read {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
}
.join_con .snsJoin_wrap .Info_wrap .snsEmail_wrap .s_infoTxt {
  width: 100%;
  font-size: 13px;
  color: red;
  margin-left: 29px;
  margin-top: 10px;
}
.snsEmail_list-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 30px;
}
.snsEmail_list-wrap .snsEmail_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.snsEmail_list-wrap .snsEmail_list.fl_end input {
  margin-left: auto;
}
.snsEmail_list-wrap .input_text {
  border-radius: 5px;
  background: #f4f5f9;
  height: 42px;
  padding: 0 15px;
  width: calc(100% - 100px);
  font-size: 16px;
  color: #7b7b7b;
}
.join_con .snsJoin_wrap .snsEmail_list-wrap .snsEmail_list button {
  width: 60px;
  height: 42px;
  padding: 0;
  background: #ed7474;
  border-color: #ed7474;
  margin-left: 10px;
  font-size: 16px;
}
.join_con .snsJoin_wrap .snsEmail_list-wrap .snsEmail_list .time {
  max-width: 60px;
  font-size: 16px;
  text-align: center;
  margin-left: auto;
  margin-top: 10px;
  width: 100%;
}
.join_con .join_box .snsJoin_wrap .w400 .Info_wrap .divi_wrap > label {
  margin-bottom: 15px;
}
.join_con .join_box .snsJoin_wrap .divi_wrap {
  padding-bottom: 5px;
}
.join_con .join_box .snsJoin_wrap .divi_wrap .divi_select {
  margin-bottom: 25px;
}
.join_con .join_box .snsJoin_wrap .divi_wrap #libGroup {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.join_con .join_box .snsJoin_wrap .w400 .agree_wrap {
  margin-top: 32px;
}
.join_con .join_box .snsJoin_wrap .w400 .Info_wrap .agreeAll_wrap label {
  margin-bottom: 0;
  font-weight: bold;
  color: #454343;
  line-height: 1;
  white-space: nowrap;
}
.snsJoin_wrap .agree_list ul {
  padding: 20px 0 10px;
}
.snsJoin_wrap .agree_list ul li {
  display: flex;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.2em;
  color: #454343;
}
.snsJoin_wrap .agree_list ul li input {
  margin-right: 16px;
}
.agree_list .txt_underline {
  text-decoration: underline;
}
.join_con .join_box .snsJoin_wrap .Info_wrap .divi_wrap .divi_select label {
  font-weight: 500;
}
.join_con .join_box .snsJoin_wrap .libraryName_wrap label,
.join_con .join_box .snsJoin_wrap .managerName_wrap label,
.join_con .join_box .snsJoin_wrap .managerName_wrap label,
.join_con .join_box .snsJoin_wrap .nick_wrap label,
.join_con .join_box .snsJoin_wrap .regionSelect_wrap label,
.join_con .join_box .snsJoin_wrap .divi_wrap > label {
  font-size: 14px;
  line-height: 22px;
}
.join_con .join_box .snsJoin_wrap .libraryName_wrap label {
  margin-bottom: 0;
}
.snsJoin_wrap .Info_wrap .info_txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 8px;
}
.join_con .join_box .snsJoin_wrap .Info_wrap .divi_select div {
  min-width: calc(100% / 4);
  margin-right: 0;
}

/* MARC 팝업 */
.marc_pop .pop_cont {
  padding: 45px 58px 35px;
  width: 1008px;
  height: 680px;
}
.marc_pop .tit_wrap {
  display: flex;
  align-items: center;
  padding-bottom: 17px;
}
.marc_pop .btn_popClose {
  margin-left: auto;
}
.marc_pop .top_inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.marc_pop .top_wrap .tit {
  color: #4d4d4d;
}
.marc_pop .cont_wrap {
  height: calc(100% - 74px);
}
.marc_wrap {
  height: 100%;
}
.marc_wrap .selectGr_wrap {
  font-weight: 300;
  color: #4d4d4d;
}
.marc_wrap .selected_select,
.marc_wrap .option_list {
  width: 300px;
  border-radius: 10px;
}
.marc_wrap .selected_select {
  padding: 13px 35px 13px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.marc_wrap .selected_select:after {
  border: none;
  width: 15px;
  height: 10px;
  background: url(../img/ico_selBg.png) no-repeat;
  right: 20px;
  bottom: 17px;
  transform: none;
}
.marc_wrap .select_wrap.open .selected_select:after {
  bottom: 17px;
  transform: rotate(180deg);
}
.marc_wrap .option_list {
  top: 43px;
}
.marc_wrap .option_list li a {
  padding: 8px 20px;
}
.marcTable_wrap {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  margin-top: 20px;
  height: calc(100% - 56px);
}
.marcTable_wrap .mThead_wrap {
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  min-height: 43px;
  color: #4d4d4d;
}
.marcTable_wrap .mThead_wrap .th,
.marcTable_wrap .mThead_wrap .td {
  display: flex;
  justify-content: center;
  align-items: center;
}
.marcTable_wrap .mThead_wrap .th {
  background: #f4f5f9;
  border-radius: 10px 0 0 0;
  width: 280px;
}
.marcTable_wrap .mThead_wrap .td {
  font-weight: 300;
  flex: 1;
}
.marcTable_wrap .mTbody_wrap {
  height: calc(100% - 43px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 17px 22px;
  overflow-y: auto;
}
.marcTable_wrap .mTbody_wrap::-webkit-scrollbar {
  width: 10px;
}
.marcTable_wrap .mTbody_wrap::-webkit-scrollbar-thumb {
  height: 30%;
  background: #ececec;
  border-radius: 10px;
}
.marcTable_wrap .mTbody_wrap::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0 0 10px 0;
}
.marcTable_wrap .mTbody_wrap .td {
  font-size: 18px;
  font-weight: 300;
  color: #4d4d4d;
  line-height: 22px;
}
.marcTable_wrap .mTbody_wrap .td i:first-of-type {
  color: #2466ff;
}
.marcTable_wrap .mTbody_wrap .td i:last-of-type {
  color: #ff4444;
}
@media screen and (max-width: 1024px) {
  .join_con .snsJoin_wrap .head_title strong {
    margin-bottom: 15px;
  }
  .marc_pop {
    display: block;
  }
  .marc_pop .deemd {
    display: none;
  }
  .marc_pop.active .deemd {
    display: block;
  }
  .marc_pop .pop_cont {
    padding: 25px 20px 12px;
    width: 100vw;
    height: calc(100vh - 100px);
    top: auto;
    bottom: -150%;
    transition: all 0.7s;
    z-index: -1;
    opacity: 0;
  }
  .marc_pop.active .pop_cont {
    bottom: 0;
    top: auto;
    left: 50%;
    border-radius: 0;
    z-index: 201;
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .join_con .join_box .snsJoin_wrap .w400 {
    padding-top: 34px;
  }
  .snsJoin_wrap .Info_wrap .info_txt {
    font-weight: 500;
  }
  .join_con .join_box .snsJoin_wrap .Info_wrap .divi_select {
    gap: 5px;
  }
  .join_con .join_box .snsJoin_wrap .Info_wrap .divi_select div {
    min-width: calc((100% - 15px) / 4);
  }
  .snsJoin_wrap .agree_list ul li input {
    margin-right: 11px;
  }
  .snsJoin_wrap .agree_list ul li {
    margin-bottom: 20px;
    line-height: 1;
  }
  .join_con .join_box .snsJoin_wrap .w400 .Info_wrap .agreeAll_wrap label {
    font-size: 16px;
  }
  .snsJoin_wrap button {
    margin-top: 10px;
  }
  .marc_pop .tit_wrap {
    padding-bottom: 21px;
  }
  .marc_pop .cont_wrap {
    height: calc(100% - 45px);
  }
  .marc_wrap .selectGr_wrap {
    display: block;
  }
  .marc_wrap .selectGr_wrap,
  .marc_wrap .selected_select,
  .marc_wrap .option_list {
    width: 100%;
  }
  .marc_wrap .option_list {
    padding: 15px 0;
  }
  .marc_wrap .option_list li a {
    padding: 7px 20px;
  }
  .marcTable_wrap {
    margin-top: 10px;
    height: calc(100% - 54px);
  }
  .marcTable_wrap .mThead_wrap {
    min-height: 38px;
  }
  .marcTable_wrap .mThead_wrap .th {
    width: 82px;
    font-size: 13px;
    color: #7e7e7e;
  }
  .marcTable_wrap .mThead_wrap .td {
    font-size: 14px;
  }
  .marcTable_wrap .mTbody_wrap .td {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 400px) {
  .join_con .join_box .snsJoin_wrap .Info_wrap .divi_select {
    gap: 15px;
  }
  .join_con .join_box .snsJoin_wrap .Info_wrap .divi_select div {
    width: auto;
  }
}

/* 영상 서평 리스트 */
.brList_video-wrap .brList_video_inner {
  margin-left: calc((100% - 1080px) / 2);
  display: flex;
  gap: 65px;
}
.brList_video-wrap .brLayman_inner {
  margin: 0;
  width: 768px;
}
.brList_video-wrap .layBrList .top {
  display: block;
  padding: 25px 30px;
}
.brList_video-wrap .layBrList .pick {
  margin: 0;
  padding: 0;
}
.brList_video-wrap .layBrList .cont_wrap .img_wrap {
  margin-top: 0;
  max-width: none;
}
.brList_video-wrap .layBrList .cont_wrap {
  padding: 0 24px 45px;
}
.brList_video-wrap .video_wrap {
  padding-bottom: 56%;
  position: relative;
}
.brList_video-wrap .video_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.listPart_area {
  margin-top: 117px;
}
.listPart_area .part_inner {
  position: sticky;
  top: 97px;
  background: #fff;
  padding: 23px 20px 30px;
  border-radius: 10px;
  width: 243px;
}
.listPart_area .tit {
  font-size: 18px;
  font-weight: 600;
  color: #aaaaaa;
  padding-bottom: 11px;
  border-bottom: 2px solid #e9e9e9;
}
.listPart_area .part_cont {
  overflow-y: auto;
  max-height: 382px;
}
.listPart_area .part_cont::-webkit-scrollbar {
  width: 5px;
}
.listPart_area .part_cont::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
}
.listPart_area .part_cont::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
  height: calc(100% - 5px);
  margin-top: 5px;
}
.listPart_area .bkList_wrap {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.listPart_area .bkList_wrap a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #7f7f7f;
}
.listPart_area .bkList_wrap a.active {
  font-weight: 600;
  color: #131313;
}
@media screen and (max-width: 1100px) {
  .brList_video-wrap .brList_video_inner {
    gap: 10px;
    margin: 0 auto 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .brList_video-wrap .brList_video_inner {
    margin: 0 auto;
    justify-content: center;
  }
  .listPart_area {
    margin: 0;
    position: fixed;
    right: 20px;
    bottom: 75px;
    z-index: 2;
  }
  .listPart_area .part_inner {
    position: static;
    padding: 0;
    width: auto;
  }
  .listPart_area .btn_partBk {
    width: 104px;
    height: 37px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    font-size: 13px;
    color: #ed7474;
  }
  .listPart_area .part_cont {
    display: none;
    position: absolute;
    bottom: calc(100% + 7px);
    right: 0;
    width: calc(100vw - 40px);
    max-width: 320px;
    max-height: 395px;
    height: calc(100vh - 150px);
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    text-align: center;
  }
  .listPart_area.active .part_cont {
    display: block;
  }
  .listPart_area .bkList_wrap {
    margin: 0;
    padding: 25px 10px;
  }
  .brList_video-wrap .layBrList .top {
    padding: 22px 20px 24px;
  }
  .brList_video-wrap .layBrList .cont_wrap {
    padding: 0 20px 25px;
  }
}

/* 신청 글 */
.appPost_wrap .notice_num {
  width: 40px;
  font-size: 14px;
}
.promotion_wrap .notice_division {
  padding: 0 10px;
  width: 90px;
  font-size: 14px;
  text-align: left;
}
.appPost_wrap .notice_title {
  padding: 0 10px 0 20px;
}
.appPost_inner {
  justify-content: space-between;
}
.appPost_wrap .mypage_con.maypage_board {
  min-width: auto;
  padding-right: 0;
  margin: 0;
  max-width: 890px;
  width: calc(100% - 183px);
}
.appPost_wrap .table_type_notice .tit {
  margin-bottom: 25px;
}
.videoRq_board-wrap {
  padding: 53px 0 133px;
}
.appPost_wrap .board_btBtn-wrap .btn_appli {
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .appPost_wrap .mypage_con.maypage_board {
    width: 100%;
    max-width: none;
  }
  .appPost_wrap .table_topTit-wrap {
    margin-bottom: 20px;
  }
  .selTit_wrap .select_wrap .selected_select {
    border: none;
    padding: 0;
    width: auto;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
  }
  .selTit_wrap .select_wrap .selected_select:after {
    position: static;
    margin-left: 5px;
    vertical-align: middle;
    border: none;
    transform: rotate(0);
    width: 18px;
    height: 18px;
    background: url(../img/ico_sel-arrow.png) no-repeat;
    background-size: 18px;
  }
  .selTit_wrap .select_wrap.open .selected_select:after {
    transform: rotate(180deg);
  }
  .selTit_wrap .select_wrap .option_list {
    border: 1px solid #ededed;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 23px 28px 25px;
    width: 147px;
    top: 30px;
  }
  .selTit_wrap .select_wrap .option_list > ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .selTit_wrap .select_wrap .option_list li a {
    padding: 0;
    color: #707070;
  }
  .selTit_wrap .select_wrap .option_list li.active a {
    color: #c8c8c8;
  }
  .promotion_wrap .notice_division,
  .appPost_wrap .notice_title {
    padding: 0;
  }
  .promotion_wrap .table_type_notice td.notice_division {
    color: #f07d7d;
  }
}
@media screen and (max-width: 768px) {
  .selTit_wrap .select_wrap .selected_select {
    font-size: 20px;
  }
}
/* 시네마틱 서평 신청하기 */
.videoRq_wrap.promotion_wrap .btn_appli {
  border-radius: 5px;
  text-align: center;
}
/* 시네마틱 확인해주세요 팝업 */
.checkInfo_pop.type_videoRq .pop_cont {
  max-width: 700px;
  padding: 35px 0 0;
  border-radius: 5px;
}
.checkInfo_pop.type_videoRq .cont_wrap {
  padding: 0 30px;
}
.checkInfo_pop.type_videoRq .txt_wrap {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.checkInfo_pop .txtList02 .num {
  margin-right: 5px;
}
.checkInfo_pop.type_videoRq .bt_btn-wrap {
  margin-top: 75px;
  gap: 0;
}
.checkInfo_pop.type_videoRq .bt_btn-wrap button {
  max-width: none;
  border-radius: 0;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  /* 시네마틱 서평 신청하기 */
  .videoRq_wrap .selTit_wrap .select_wrap .option_list > ul {
    gap: 11px;
  }
  .videoRq_wrap .selTit_wrap .select_wrap .option_list {
    width: 172px;
    padding: 15px 10px 15px 12px;
    font-size: 14px;
  }
  .videoRq_wrap .option_list li {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .videoRq_wrap .option_list li:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
  }
  .videoRq_wrap .option_list li.ico_video:before {
    background: url(../img/ico_video.png) no-repeat;
    background-size: contain;
  }
  .videoRq_wrap .option_list li.ico_audio:before {
    background: url(../img/ico_audio02.png) no-repeat;
    background-size: contain;
  }
  .videoRq_wrap .option_list li.ico_pick:before {
    background: url(../img/ico_pick02.png) no-repeat;
    background-size: contain;
  }
  .videoRq_wrap .head_title .option_list li a {
    width: calc(100% - 25px);
  }
  .videoRq_wrap.promotion_wrap .btn_appli {
    position: fixed;
    right: 30px;
    top: auto;
    bottom: 20px;
    transform: none;
    min-width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #ea6161 url(../img/m_ico-apply.png) center no-repeat;
    font-size: 0;
    color: transparent;
  }
}
@media screen and (max-width: 768px) {
  /* 시네마틱 서평 신청하기 */
  .videoRq_wrap.promotion_wrap .head_title {
    padding: 0;
  }
  /* 시네마틱 확인해주세요 팝업 */
  .checkInfo_pop.type_videoRq .pop_cont {
    padding: 40px 0 0;
  }
  .checkInfo_pop.type_videoRq .cont_wrap {
    padding: 0 15px;
  }
  .checkInfo_pop.type_videoRq .txt_wrap {
    margin-top: 22px;
    padding-bottom: 0;
    font-size: 13px;
  }
}
/* 시네마틱 서평 신청하기 팝업 */
.promAppli_pop.type_videoRq .tit_wrap {
  display: flex;
  justify-content: space-between;
}
.promAppli_pop.type_videoRq .L_tit {
  margin-top: 4px;
}
.promAppli_pop.type_videoRq .btn_popClose {
  position: static;
}
.promAppli_pop.type_videoRq .pop_cont {
  padding: 40px 0 95px;
}
.promAppli_pop.type_videoRq .form_wrap,
.privacyInfo_wrap .scroll_wrap,
.promAppli_pop.type_videoRq .btCheck_wrap {
  padding-left: 64px;
  padding-right: 64px;
}
.promAppli_pop.type_videoRq .tit_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #dad7d7;
  margin: 0 64px;
}
.promAppli_pop.type_videoRq .txt_wrap {
  border-top: none;
  margin-top: 0;
}
.promAppli_pop.type_videoRq .formList {
  margin-bottom: 23px;
}
.promAppli_pop.type_videoRq .formList .input_wrap input {
  height: 50px;
  padding: 0 20px;
}
.promAppli_pop.type_videoRq .formList .input_wrap input::placeholder {
  font-size: 14px;
  color: rgb(0, 0, 0, 0.3);
}
.promAppli_pop .file_wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.promAppli_pop .fileInput_wrap input {
  display: none;
}
.promAppli_pop .fileInput_wrap label {
  cursor: pointer;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  line-height: 48px;
  display: block;
  font-size: 15px;
  color: #101010;
  text-align: center;
}
.promAppli_pop .fileList {
  border-radius: 10px;
  background: #f1f3f6;
  padding: 0 24px 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #101010;
}
.promAppli_pop .fileList .f_tit {
  width: calc(100% - 34px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.promAppli_pop .fileList .btn_del {
  width: 24px;
  height: 24px;
  background: url(../img/ico_del-gr.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.promAppli_pop .fileList_wrap .infoTxt_wrap {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.6);
  line-height: 18px;
}
.promAppli_pop.type_videoRq .privacyInfo_wrap .txt_lsit-wrap {
  padding-top: 47px;
  font-size: 11px;
}
.promAppli_pop.type_videoRq .privacyInfo_wrap .s_tit {
  font-size: 14px;
  margin-bottom: 10px;
}
.promAppli_pop.type_videoRq .privacyInfo_wrap .s_txt {
  margin-bottom: 10px;
}
.promAppli_pop.type_videoRq .privacyInfo_wrap .infoTable_wrap {
  margin-top: 30px;
  width: 863px;
}
.promAppli_pop.type_videoRq .privacyInfo_wrap .infoTable_wrap .text-left {
  padding-left: 45px;
  word-break: keep-all;
  white-space: normal;
}
.promAppli_pop.type_videoRq .selectAll_wrap input[type="checkbox"]:before {
  border-radius: 0;
}
.promAppli_pop.type_videoRq .privacyInfo_wrap .btCheck_wrap {
  margin-top: 18px;
  flex-direction: column;
  gap: 55px;
  align-items: flex-start;
}
.privacyInfo_wrap .btn_nextStep {
  width: 100%;
  height: 50px;
  font-size: 15px;
}
/* step02 */
.promAppli_pop .txt_rd {
  color: #e63b3b;
}
.promAppli_pop .formTit_wrap {
  max-width: calc(100% - 93px);
}
.promAppli_pop .form_wrap .hover_wrap {
  width: 100%;
  height: calc(100% + 50px);
  position: absolute;
  top: -50px;
  z-index: 0;
}
.promAppli_pop .form_wrap .hover_wrap.active {
  z-index: 1;
}
.promAppli_pop .btn_exp {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 1px solid #707070;
  border-radius: 3px;
  line-height: 36px;
  min-width: 73px;
  font-size: 15px;
  color: #1f1f1f;
}
.promAppli_pop .expCont_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.expCont_wrap .expCont_inner {
  height: 100%;
}
.expCont_wrap .expText_wrap {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 20px;
  margin-top: 50px;
  width: 100%;
  height: calc(100% - 50px);
  font-size: 15px;
  line-height: 22px;
}
.promAppli_pop .text_wrap.type_noCnt {
  padding-bottom: 0;
}
.promAppli_pop.type_videoRq .form08 .text_wrap {
  padding-bottom: 35px;
}
.promAppli_pop.type_videoRq .form07 textarea {
  height: 280px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.promAppli_pop.type_videoRq .form08 textarea {
  height: 570px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.promAppli_pop.type_videoRq .text_wrap .font_cnt {
  right: 22px;
  bottom: 18px;
  z-index: 0;
  font-size: 17px;
  font-weight: 700;
  color: rgba(69, 67, 67, 0.2);
}
.promAppli_pop .formBtn_wrap {
  padding: 10px 64px 0;
}
.promAppli_pop .formBtn_wrap .bt_txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
.promAppli_pop .formBtn_wrap .btn_wrap {
  margin-top: 17px;
  display: flex;
  font-size: 15px;
}
.promAppli_pop .formBtn_wrap .btn_wrap button {
  border-radius: 0;
}
.promAppli_pop .formBtn_wrap .btn_wrap .btn_prevStep {
  max-width: 160px;
}
@media screen and (max-width: 1024px) {
  .privacyInfo_wrap .scroll_wrap {
    overflow-x: auto;
    white-space: nowrap;
  }
  .promAppli_pop.type_videoRq .privacyInfo_wrap .btCheck_wrap .i_link {
    margin-left: 0;
  }
  .expCont_wrap .expCont_inner {
    margin: 0;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
  }
  .expCont_wrap .expText_wrap {
    background: none;
    margin-top: 0;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding: 0 0 33px;
  }
  .expCont_wrap .expText_wrap .expText_inner {
    background: #fff;
    height: 356px;
    max-height: calc(100vh - 53px);
    width: 100vw;
    overflow-y: auto;
    padding: 20px;
  }
  .expCont_wrap .btn_close {
    width: 24px;
    height: 24px;
    background: url(../img/ico_close.png) no-repeat center;
    position: absolute;
    bottom: 0;
    right: 14px;
    font-size: 0;
    color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .promAppli_pop.type_videoRq .form_wrap,
  .privacyInfo_wrap .scroll_wrap,
  .promAppli_pop.type_videoRq .btCheck_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promAppli_pop.type_videoRq .tit_wrap {
    margin: 0 20px;
    padding-bottom: 50px;
    border: none;
  }
  .promAppli_pop.type_videoRq .pop_cont {
    padding: 30px 0 85px;
  }
  .promAppli_pop.type_videoRq .tit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .promAppli_pop.type_videoRq .privacyInfo_wrap .txt_lsit-wrap {
    padding-top: 30px;
  }
  .promAppli_pop.type_videoRq .privacyInfo_wrap .infoTable_wrap td {
    line-height: 21px;
  }
  .promAppli_pop.type_videoRq .privacyInfo_wrap .infoTable_wrap .text-left {
    margin-left: 50px;
  }
  .promAppli_pop.type_videoRq .privacyInfo_wrap .btCheck_wrap {
    margin-top: 30px;
    gap: 32px;
  }
  .promAppli_pop.type_videoRq .privacyInfo_wrap .btCheck_wrap .cList {
    display: flex;
    gap: 3px;
    word-break: keep-all;
  }
  .promAppli_pop.type_videoRq
    .privacyInfo_wrap
    .btCheck_wrap
    .cList:first-of-type
    label {
    font-size: 16px;
  }
  /* step02 */
  .promAppli_pop .formTit_wrap {
    max-width: none;
    padding-bottom: 49px;
  }
  .promAppli_pop .form_wrap .hover_wrap {
    height: auto;
    top: -45px;
    z-index: 2;
  }
  .promAppli_pop .btn_exp {
    line-height: 33px;
    min-width: 67px;
    font-size: 13px;
  }
  .promAppli_pop.type_videoRq .form07 textarea {
    height: 300px;
  }
  .promAppli_pop.type_videoRq .form08 .text_wrap {
    padding-bottom: 0;
  }
  .promAppli_pop.type_videoRq .form08 textarea {
    height: 340px;
  }
  .promAppli_pop.type_videoRq .form08 .font_cnt {
    display: none;
  }
  .promAppli_pop.type_videoRq .formBtn_wrap {
    padding-top: 0;
  }
  .promAppli_pop .formBtn_wrap {
    padding: 22px 20px 0;
  }
  .promAppli_pop .formBtn_wrap .bt_txt {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .promAppli_pop .formBtn_wrap .btn_wrap {
    font-size: 16px;
  }
  .promAppli_pop .formBtn_wrap .btn_wrap .btn_prevStep {
    max-width: none;
  }
}
/* 시네마틱 서평 신청 글보기 */
.promAppli_pop.type_videoRqView .pop_cont {
  padding-left: 0;
  padding-right: 0;
}
.promAppli_pop.type_videoRqView .tit_wrap,
.promAppli_pop.type_videoRqView .dateTxt_wrap,
.promAppli_pop.type_videoRqView .boardTop_wrap,
.promAppli_pop.type_videoRqView .form_wrap {
  margin-left: 64px;
  margin-right: 64px;
}
.promAppli_pop.type_videoRqView .tit_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #dad7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promAppli_pop.type_videoRqView .btn_popClose {
  position: static;
}
.promAppli_pop.type_videoRqView .txt_wrap {
  padding-top: 0;
  margin-top: 15px;
  border-top: none;
}
.promAppli_pop.type_videoRqView .boardTop_wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.promAppli_pop.type_videoRqView .formList {
  margin-bottom: 23px;
}
.promAppli_pop.type_videoRqView .formList .input_wrap input {
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  color: #454343;
}
.promAppli_pop.type_videoRqView .dateTxt_wrap > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.promAppli_pop.type_videoRqView .dateList {
  display: flex;
  gap: 10px;
}
.promAppli_pop.type_videoRqView .dateList .txt {
  font-weight: 600;
  color: #808080;
}
.promAppli_pop.type_videoRqView .topInfo_txt {
  font-size: 15px;
  color: #454343;
  line-height: 22px;
  text-align: center;
  margin: 18px 64px 27px;
}
.promAppli_pop.type_videoRqView .tag_wrap {
  padding: 0;
  min-height: auto;
  flex-wrap: nowrap;
}
.promAppli_pop.type_videoRqView .tag_wrap > div {
  flex: 1;
}
.promAppli_pop.type_videoRqView .tag_wrap a {
  display: block;
  padding: 0 5px 20px;
  margin: 0;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid #ededed;
  background: none;
  font-size: 17px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1;
  text-align: center;
}
.promAppli_pop.type_videoRqView .select_tag a {
  border-color: #e63b3b;
  color: #000;
}
.promAppli_pop.type_videoRqView .privacyInfo_wrap {
  padding-top: 22px;
}
.promAppli_pop.type_videoRqView .privacyInfo_wrap .s_txt {
  margin-bottom: 0;
  font-size: 18px;
}
.promAppli_pop.type_videoRqView .privacyInfo_wrap .txt {
  font-weight: 500;
}
.promAppli_pop.type_videoRqView .privacyInfo_wrap .infoTable_wrap {
  width: 873px;
}
.promAppli_pop.type_videoRqView .privacyInfo_wrap .infoTable_wrap .text-left {
  padding-left: 45px;
  word-break: keep-all;
  white-space: normal;
}
.promAppli_pop.type_videoRqView .btCheck_wrap {
  margin: 20px 64px 23px;
}
.promAppli_pop.type_videoRqView .selectAll_wrap input[type="checkbox"]:before {
  border-radius: 0;
  margin-top: -2px;
}
.promAppli_pop.type_videoRqView
  .selectAll_wrap
  input[type="checkbox"]:checked:before {
  background: #707070 url(../img/ico_checkBox-gr.png) center no-repeat;
  background-size: cover;
  border-color: #707070;
}
.promAppli_pop.type_videoRqView .btn_modify {
  margin: 17px 64px 0;
  width: calc(100% - 128px);
  height: 49px;
  font-size: 15px;
}
/* 시네마틱 서평 신청 글보기 - 서평 시나리오 */
.scenario .form_wrap {
  padding-top: 40px;
}
.promAppli_pop.type_videoRqView .formList textarea {
  padding: 15px 20px;
  font-size: 16px;
  color: #454343;
  line-height: 25px;
}
.promAppli_pop.type_videoRqView .form07 textarea {
  height: 282px;
}
.promAppli_pop.type_videoRqView .form08 textarea {
  height: 600px;
}
.promAppli_pop .bg_pink {
  padding: 10px 23px 10px 23px;
  margin: -8px auto 23px;
  background: #ffeded;
  width: calc(100% - 128px);
  height: 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #e63b3b;
}
.promAppli_pop .s_step02 .bg_pink {
  width: 100%;
}
.promAppli_pop .bg_pink .enter:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_arrow-pk03.png) no-repeat;
  vertical-align: middle;
  margin: -3px 0 0 4px;
}
.promAppli_pop input:read-only,
.promAppli_pop textarea:read-only {
  cursor: default;
}
.scenario .formTit_wrap {
  max-width: none;
}
.scenario .s_step02 .form09 textarea {
  height: 282px;
}
.scenario .s_step02 .form10 textarea {
  height: 300px;
}
.scenario .s_step02 .btn_modify {
  margin-top: 27px;
}
@media screen and (max-width: 1024px) {
  .promAppli_pop.type_videoRqView .privacyInfo_wrap .btCheck_wrap .i_link {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .promAppli_pop.type_videoRqView .tit_wrap {
    border: none;
  }
  .promAppli_pop.type_videoRqView .tit_wrap,
  .promAppli_pop.type_videoRqView .dateTxt_wrap,
  .promAppli_pop.type_videoRqView .boardTop_wrap,
  .promAppli_pop.type_videoRqView .form_wrap,
  .promAppli_pop.type_videoRqView .scenario {
    margin-right: 20px;
    margin-left: 20px;
  }
  .promAppli_pop.type_videoRqView .tit_wrap {
    border: none;
    padding-bottom: 23px;
  }
  .promAppli_pop.type_videoRq .tit,
  .promAppli_pop.type_videoRqView .tit {
    font-size: 16px;
    line-height: 22px;
  }
  .promAppli_pop.type_videoRqView .txt_wrap {
    margin-top: 0;
  }
  .promAppli_pop.type_videoRqView .dateTxt_wrap > ul {
    flex-direction: column;
    border-bottom: 1px solid #ececec;
    padding-bottom: 28px;
    margin-bottom: 23px;
    font-size: 15px;
  }
  .promAppli_pop.type_videoRqView .dateList .d_tit {
    min-width: 53px;
  }
  .promAppli_pop.type_videoRqView .dateList .txt {
    color: #939393;
  }
  .promAppli_pop.type_videoRqView .tagwrap_wrap {
    padding: 0;
  }
  .promAppli_pop.type_videoRqView .tag_wrap a {
    padding-bottom: 15px;
  }
  .promAppli_pop.type_videoRqView .topInfo_txt {
    margin: 22px 20px 17px;
    word-break: keep-all;
  }
  .formList .btn_brAppli {
    padding: 17px 20px 17px 40px;
    background-position: left 13px top 21px;
    background-size: 15px;
  }
  .promAppli_pop.type_videoRqView .formList .input_wrap input {
    font-size: 17px;
  }
  .promAppli_pop.type_videoRqView .privacyInfo_wrap {
    padding-top: 17px;
  }
  .promAppli_pop .privacyInfo_wrap .txt_lsit-wrap {
    font-size: 11px;
  }
  .promAppli_pop.type_videoRqView .privacyInfo_wrap .s_txt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .promAppli_pop.type_videoRqView .privacyInfo_wrap .infoTable_wrap .text-left {
    padding-left: 50px;
  }
  .promAppli_pop.type_videoRqView .btCheck_wrap {
    margin: 30px 20px 3px;
  }
  .promAppli_pop.type_videoRqView .privacyInfo_wrap .btCheck_wrap .cList {
    display: flex;
    gap: 4px;
    word-break: keep-all;
  }
  .promAppli_pop.type_videoRqView .btn_modify {
    margin: 25px 20px 0;
    width: calc(100% - 40px);
  }
  .scenario .form_wrap {
    padding-top: 28px;
  }
  .promAppli_pop.type_videoRqView .scenario .form_wrap {
    margin: 0;
  }
  .scenario .formTit_wrap {
    padding-bottom: 0;
  }
  .promAppli_pop.type_videoRqView .formList textarea {
    padding: 20px 10px;
  }
  .promAppli_pop.type_videoRqView .form07 textarea,
  .promAppli_pop.type_videoRqView .form09 textarea {
    height: 300px;
  }
  .promAppli_pop.type_videoRqView .form08 textarea,
  .promAppli_pop.type_videoRqView .form10 textarea {
    height: 340px;
  }
  .promAppli_pop.type_videoRqView .scenario .form09 .txt_rd {
    color: #454343;
  }
  .promAppli_pop .bg_pink {
    width: 100%;
    padding: 10px;
    font-size: 17px;
  }
  .promAppli_pop.type_videoRqView .scenario .btn_modify {
    margin: 7px 0 0;
    width: 100%;
  }
  .promAppli_pop.type_videoRqView .m_lineH {
    display: block;
    margin-top: 14px;
  }
  .promAppli_pop.type_videoRqView .scenario .s_step02 .btn_modify {
    margin-top: 47px;
  }
  .promAppli_pop.type_videoRqView .scenario .s_step03 .btn_modify {
    margin-top: 27px;
  }
}

/* 브레드크럼 추가 */
.breadcrumbs_wrap {
  display: none;
}
@media screen and (max-width: 1024px) {
  .myReview_wrap .mypage_con.maypage_board,
  .mypage_con.maypage_board {
    padding-top: 25px;
  }
  .breadcrumbs_wrap {
    display: block;
    padding-top: 20px;
    font-size: 14px;
    color: #707070;
  }
  .breadcrumbs_wrap.type_profile {
    background: #fff;
    padding: 20px 20px 0;
  }
  .breadcrumbs_wrap .stepList_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .breadcrumbs_wrap .stepList_wrap > li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .breadcrumbs_wrap .stepList_wrap > li:not(:last-child):after {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url(../img/ico_stepArrow.png) no-repeat;
  }
  .breadcrumbs_wrap .select_wrap .selected_select {
    padding: 0;
    width: auto;
    border: none;
  }
  .breadcrumbs_wrap .select_wrap .selected_select:after {
    display: none;
  }
  .breadcrumbs_wrap .select_wrap.open .option_list {
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 14px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    width: 120px;
  }
  .breadcrumbs_wrap .select_wrap .option_list > ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .breadcrumbs_wrap .select_wrap.open .option_list li a {
    padding: 0;
    display: flex;
    gap: 7px;
  }
  .breadcrumbs_wrap .select_wrap.open .option_list li a:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/ico_bread-w.png) no-repeat;
  }
  .breadcrumbs_wrap .select_wrap.open .option_list li.profile a:before {
    background: url(../img/ico_bread-pp.png) no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs_wrap {
    padding: 20px 20px 0;
    background: #fff;
  }
}

/* 오디오 서평 */
.audioRvList_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 30px;
}
.audioRvList_wrap > li {
  width: calc((100% - 90px) / 4);
}
.audioRvList_wrap .imgBg_wrap {
  background: #f1f8fc;
}
.audioRvList_wrap .img_wrap img {
  width: 133px;
}
.audioRvList_wrap .audioPlay_wrap {
  right: 20px;
}
.audioRvList_wrap .txt_bkName {
  font-weight: bold;
}
.audioRvList_wrap .author {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.audioReview_list-wrap .btn_more {
  margin-top: 70px;
}
@media screen and (max-width: 1240px) {
  .audioReview_list-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .audioRvList_wrap {
    gap: 50px 20px;
  }
  .audioRvList_wrap > li {
    width: calc((100% - 60px) / 4);
  }
  .audioRvList_wrap .img_wrap img {
    width: 100px;
  }
  .audioRvList_wrap .audioPlay_wrap {
    right: 10px;
  }
  .audioRvList_wrap .hearBtn_wrap {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .audioReview_list-wrap .audio_list-wrap {
    padding: 0;
  }
  .audioRvList_wrap {
    gap: 30px 10px;
  }
  .audioRvList_wrap > li {
    width: calc((100% - 10px) / 2);
  }
  .audioRvList_wrap .img_wrap img {
    max-height: calc(100% - 10px);
  }
  .audioRvList_wrap .author {
    font-size: 12px;
  }
}

/* 서평 리스트 - 오디오 추가 */
.list_type_02 ul li .desc p:hover {
  text-decoration: underline;
}
.book_review .list_title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.book_review .playList {
  position: relative;
  width: 94px;
  height: 35px;
}
.book_review .audio_play {
  width: 94px;
  height: 35px;
}
.book_review .audio_play rect {
  rx: 20;
  ry: 20;
}
.book_review .audio_play .circle {
  width: 94px;
  height: 35px;
  stroke: #f1d8d8;
  stroke-width: 1px;
}
.book_review .audio_play .progress {
  width: 92px;
  height: 33px;
}
.book_review .play_wrap .cont_wrap {
  width: 100%;
  padding: 0 15px;
  justify-content: space-between;
}
.book_review .play_wrap .btn_pause {
  background-image: url(../img/ico_stop-pk.png);
}
.play_wrap .cont_wrap .time {
  font-size: 15px;
}
.title_icoHas-wrap {
  display: flex;
  gap: 15px;
}
/* 서평 리스트 - 오디오 다운 추가 */
.book_review .fileList_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fileList_wrap .fileDown_wrap .btn_file {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/ico_fileDown-bk.png) center no-repeat;
  background-size: 22px;
  font-size: 0;
  color: transparent;
  border: 1px solid #f1d8d8;
  border-radius: 100%;
  transition: all 0.3s;
}
.fileList_wrap .fileDown_wrap .btn_file:hover {
  border-color: #ed7474;
  background-color: #ed7474;
  background-image: url(../img/ico_fileDown.png);
}
/* 서평 상세 - 책 정보 추가 */
.type_boardDetail-wrap .bookInfo_wrap {
  padding: 0 25px;
}
.type_boardDetail-wrap .bookInfo_wrap {
  margin: 85px 0 95px;
}
.bookInfo_wrap .bookInfo_inner {
  display: flex;
  gap: 23px;
  align-items: center;
}
.bookInfo_wrap .bkImg_wrap {
  width: 97px;
}
.bookInfo_wrap .bkImg_wrap a:hover img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
.bookInfo_wrap .bkImg_wrap img {
  width: 100%;
  border-radius: 3px;
  transition: all 0.3s;
}
.bookInfo_wrap .infoTxt_wrap {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.bookInfo_wrap .infoTxt_wrap .bkTit {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
/* 서평 상세 - fixed 책정보 및 버튼 추가 */
.type_boardDetail-wrap .book_review .fixed_bkInfo-wrap {
  max-width: none;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.fixed_bkInfo-wrap .bkInfo_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 23px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.fixed_bkInfo-wrap .title_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.fixed_bkInfo-wrap .name {
  font-size: 14px;
}
.fixed_bkInfo-wrap .bkBtn_wrap {
  display: flex;
  gap: 10px;
}
.fixed_bkInfo-wrap .btnBox {
  position: relative;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  height: 54px;
  min-width: 123px;
  padding: 0 20px;
  font-size: 15px;
}
.fixed_bkInfo-wrap .btnBox.type_pk {
  border-color: #ed7474;
}
.fixed_bkInfo-wrap .btnBox > * {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.fixed_bkInfo-wrap .btnBox.type_pk button {
  font-size: 15px;
  color: #ed7474;
}
.fixed_bkInfo-wrap .audio_play {
  width: 100px;
}
.fixed_bkInfo-wrap .audio_play {
  display: none;
}
.fixed_bkInfo-wrap .play_wrap .cont_wrap {
  padding: 0;
}
.fixed_bkInfo-wrap .btnList {
  display: flex;
}
.fixed_bkInfo-wrap .btnList .btnBox:not(:first-child) {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.fixed_bkInfo-wrap .btnList .btnBox:not(:last-child) {
  border-radius: 5px 0 0 5px;
}
.buyBook_pop.type_pc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.buyBook_pop.type_pc.active {
  display: block;
}
.buyBook_pop.type_pc .pop_cont {
  width: 520px;
  height: auto;
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: calc(100% + 22px);
  top: auto;
  left: auto;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 10px;
}
.buyBook_pop.type_pc .L_tit {
  font-size: 18px;
  font-weight: 500;
  color: #ed7474;
}
.fixed_bkInfo-wrap .buyBook_pop.type_pc .btn_pop-close {
  font-size: 0;
  color: transparent;
  background-image: url(../img/ico_close_02.png);
}
.buyBook_pop.type_pc .buyBook_wrap {
  height: auto;
  padding: 0 20px 32px;
}
.buyBook_pop.type_pc .bBkList_wrap {
  gap: 10px 12px;
  margin-bottom: 0;
}
.buyBook_pop.type_pc .bBkList_wrap .bBkList {
  width: 82px;
}
.buyBook_pop.type_pc .bBkList_wrap .bBkList a {
  height: 45px;
  padding: 0 5px;
  word-break: keep-all;
  text-align: center;
  line-height: 1.3em;
}
.buyBook_pop.type_pc .bBkList_wrap .bBkList img {
  width: 100%;
}
.buyBook_pop.type_pc .bBkList_wrap .bBkList p:before {
  display: none;
}
/* 서평 OST 레이어 팝업 추가 */
.fixed_bkInfo-wrap .music_layerPop {
  display: none;
}
.fixed_bkInfo-wrap .music_layerPop.active {
  display: block;
}
.music_layerPop .pop_cont {
  position: absolute;
  transform: translateX(-50%);
  top: auto;
  bottom: calc(100% + 22px);
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
  padding: 10px 20px 15px;
  width: 202px;
}
.music_layerPop .pop_cont .tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.music_layerPop .pop_cont .L_tit {
  margin-bottom: -2px;
  width: calc(100% - 44px);
  font-size: 18px;
}
.music_layerPop .btn_pop-close {
  width: 24px;
  height: 24px;
  background: url(../img/ico_popClose-bk.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.music_layerPop .pop_cont .youtube_wrap iframe {
  width: 160px;
  height: 285px;
}
.music_layerPop .txt_bkName {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.music_layerPop .txt_bkName:hover {
  color: #ed7474;
}
@media screen and (max-width: 1220px) {
  .fixed_bkInfo-wrap .bkInfo_inner {
    padding: 23px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .book_review .list_title {
    gap: 10px;
    flex-wrap: wrap;
  }
  .book_review .playList,
  .book_review .audio_play,
  .book_review .audio_play .circle {
    width: 35px;
    height: 35px;
  }
  .book_review .audio_play .progress {
    width: 32px;
    height: 32px;
    position: absolute;
    transform: translate(5%, 5%);
  }
  .book_review .audio_play rect {
    rx: 50;
    ry: 50;
    transform: none;
  }
  .book_review .play_wrap .cont_wrap {
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .book_review .play_wrap .cont_wrap .time {
    display: none;
  }
  .book_review .play_wrap .btn_wrap button {
    margin-bottom: 0;
    background-position: center top -2px;
  }
  .title_icoHas-wrap {
    flex-direction: column-reverse;
    gap: 5px;
  }
  /* 서평 상세 - fixed 책정보 및 버튼 추가 */
  .fixed_bkInfo-wrap .bkBtn_wrap {
    gap: 8px;
  }
  .fixed_bkInfo-wrap .btnBox {
    min-width: 46px;
    padding: 0 15px;
  }
  .fixed_bkInfo-wrap .btnBox.type_pk button {
    font-size: 14px;
  }
  .fixed_bkInfo-wrap .playList {
    width: 100%;
    height: 100%;
  }
  .fixed_bkInfo-wrap .btn_music {
    font-size: 0;
    color: transparent;
    background: url(../img/ico_music-pk.png) center no-repeat;
  }
  .buyBook_pop.type_pc .pop_cont {
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .buyBook_pop.type_pc .L_tit {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  .fixed_bkInfo-wrap .buyBook_pop.type_pc .btn_pop-close {
    background-image: url(../img/ico_popClose-bk.png);
  }
  .buyBook_pop.type_pc .buyBook_wrap {
    padding: 30px 20px;
    height: calc(100dvh - 70px);
  }
  .buyBook_pop.type_pc .bBkList_wrap .bBkList {
    width: calc((100% - 10px) / 2);
  }
  .buyBook_pop.type_pc .bBkList_wrap {
    gap: 15px 10px;
    margin-bottom: 50px;
  }
  .buyBook_pop.type_pc .bBkList_wrap .bBkList a {
    height: 64px;
    padding: 0;
  }
  .buyBook_pop.type_pc .bBkList_wrap .bBkList img {
    width: auto;
  }
  .buyBook_pop.type_pc .bBkList_wrap .bBkList p:before {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .type_boardDetail-wrap .bookInfo_wrap {
    padding: 0 20px;
  }
  .bookInfo_wrap .bookInfo_inner {
    gap: 10px;
  }
  .bookInfo_wrap .bkImg_wrap {
    width: 80px;
  }
  .bookInfo_wrap .infoTxt_wrap {
    gap: 6px;
    width: calc(100% - 90px);
    font-size: 12px;
  }
  .bookInfo_wrap .infoTxt_wrap .bkTit {
    padding-bottom: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /* 서평 상세 - fixed 책정보 및 버튼 추가 */
  .fixed_bkInfo-wrap .bkInfo_inner {
    padding: 10px 20px;
  }
  .fixed_bkInfo-wrap .title_wrap {
    display: none;
  }
  .fixed_bkInfo-wrap .bkBtn_wrap {
    width: 100%;
  }
  .fixed_bkInfo-wrap .btnList {
    margin-left: auto;
  }
  /* 서평 OST 팝업 */
  .music_layerPop .pop_cont {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 440px) {
  .fixed_bkInfo-wrap .btnBox {
    padding: 0 8px;
  }
  .fixed_bkInfo-wrap .btnBox.type_pk button {
    font-size: 11px;
    white-space: normal;
    word-break: keep-all;
  }
}

/* top 버튼 */
.fixed_top-wrap {
  position: fixed;
  bottom: -80px;
  right: calc(((100% - 1180px) / 2) - 80px);
  transition: all 0.3s;
}
.fixed_top-wrap .btn_top {
  font-size: 0;
  color: transparent;
  width: 50px;
  height: 50px;
  background: #fff url(../img/ico_more-bk.png) center no-repeat;
  border: 1px solid #ddd;
  border-radius: 100%;
  transform: rotate(-90deg);
}
.fixed_top-wrap.active {
  bottom: 30px;
}
@media screen and (max-width: 1360px) {
  .fixed_top-wrap {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fixed_top-wrap .btn_top {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
/* particle 꽃가루 애니메이션 */
@-webkit-keyframes fallen_1 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(-465deg) rotateY(1274deg) rotateZ(1359deg);
  }
}
@keyframes fallen_1 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(-465deg) rotateY(1274deg) rotateZ(1359deg);
  }
}
@-webkit-keyframes fallen_2 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(-484deg) rotateY(-982deg) rotateZ(-1029deg);
  }
}
@keyframes fallen_2 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(-484deg) rotateY(-982deg) rotateZ(-1029deg);
  }
}
@-webkit-keyframes fallen_3 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(651deg) rotateY(445deg) rotateZ(-1221deg);
  }
}
@keyframes fallen_3 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(651deg) rotateY(445deg) rotateZ(-1221deg);
  }
}
@-webkit-keyframes fallen_4 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(-1122deg) rotateY(-1122deg) rotateZ(1187deg);
  }
}
@keyframes fallen_4 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(-1122deg) rotateY(-1122deg) rotateZ(1187deg);
  }
}
@-webkit-keyframes fallen_5 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(978deg) rotateY(551deg) rotateZ(-719deg);
  }
}
@keyframes fallen_5 {
  100% {
    top: calc(100% + 20px);
    transform: rotateX(978deg) rotateY(551deg) rotateZ(-719deg);
  }
}

/* 서평 리스트 - 서평 OST */
.type_brList_book .book_info .img_wrap {
  position: relative;
}
.bkMusic_wrap .btnList_wrap button {
  width: 60px;
  height: 60px;
  background: #ed7474;
  border-radius: 100%;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.03em;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.bkMusic_wrap .btnList_wrap button:nth-child(2) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.bkMusic_wrap .btnList_wrap button:nth-child(3) {
  bottom: auto;
  top: 15px;
}
.bkMusic_wrap .btnList_wrap button:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 auto 2px;
}
.bkMusic_wrap .btn_video:before {
  background: url(../img/ico_video-wt.png) no-repeat;
  background-size: 20px;
}
.bkMusic_wrap .btn_webtoon:before {
  background: url(../img/ico_toon.png) no-repeat;
  background-size: 20px;
}
.bkMusic_wrap .btn_music:before {
  background: url(../img/ico_music-wt.png) no-repeat;
  background-size: 20px;
}
.bkMusic_wrap .btnList_wrap button:hover:before {
  animation: infiRotate 2s ease-in-out infinite;
}
@keyframes infiRotate {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.music_pop-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.music_pop-wrap.active {
  display: block;
}
.music_pop-wrap .pop_inner {
  height: 100%;
  position: relative;
}
.music_pop-wrap .top_wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.music_pop-wrap .btn_popClose {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.png) no-repeat;
  font-size: 0;
  color: transparent;
}
.music_pop-wrap .youtube_wrap {
  position: relative;
  height: 100%;
}
.music_pop-wrap .youtube_wrap iframe {
  position: absolute;
  height: 100%;
  max-width: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 20px);
}
@media screen and (max-width: 1024px) {
  .music_pop-wrap {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
  }
  .music_pop-wrap .top_wrap {
    right: 20px;
    top: 16px;
  }
  .music_pop-wrap .youtube_wrap iframe {
    max-width: 116px;
    max-height: calc(100% - 28px);
  }
}
@media screen and (max-width: 768px) {
  .musicReview_list-wrap .book_list {
    margin: 20px 0 100px;
  }
  .bkMusic_wrap .btnList_wrap button {
    right: 20px;
  }
}

/* 서평 OST 신청하기 팝업 */
.pick.type_form .img_wrap img {
  max-width: 128px;
}
.pick.type_form .txt_wrap {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  width: calc(100% - 158px);
}
@media screen and (max-width: 768px) {
  .pick.type_form {
    padding: 30px 20px;
  }
  .pick.type_form .img_wrap {
    margin-right: 20px;
  }
  .pick.type_form .img_wrap img {
    border-radius: 5px;
    max-width: 80px;
  }
  .pick.type_form .txt_wrap {
    width: calc(100% - 100px);
  }
  .pick.type_form .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .pick.type_form .info {
    margin-top: 5px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 14px;
  }
  .pick.type_form .info span {
    margin-bottom: 0;
  }
}

/* 웹툰으로 보는 서평 - 리스트 */
.bdWebtoon_list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 30px;
}
.bdWebtoon_list-wrap li {
  max-width: none;
  width: calc((100% - 90px) / 4);
  height: auto;
}
.bdWebtoon_list-wrap .wt_inner {
  gap: 30px;
}
.bdWebtoon_list-wrap li .title {
  font-size: 18px;
}
.webtoon_board-wrap .btn_more {
  margin-top: 70px;
}
@media screen and (max-width: 1364px) {
  .webtoon_board-wrap .head_title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .webtoonDetail_wrap .head_title {
    height: 70px;
    padding: 0 20px;
  }
  .bdWebtoon_list-wrap {
    gap: 50px 20px;
  }
  .bdWebtoon_list-wrap li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .webtoon_board-wrap .book_list {
    margin: 20px 0 100px;
  }
  .bdWebtoon_list-wrap {
    gap: 30px 10px;
    padding: 0 20px;
  }
  .bdWebtoon_list-wrap li {
    width: calc((100% - 10px) / 2);
  }
  .bdWebtoon_list-wrap li .title {
    font-size: 16px;
  }
}

/* 웹툰으로 보는 서평 - 상세 */
.webtoonDetail_wrap .detailTop_wrap .img_inner {
  max-width: 500px;
  margin: 0 auto;
}
.webtoonDetail_wrap .detailTop_wrap .date_txt {
  display: none;
}
.detailTop_wrap .book_info .btn_write .btn_down {
  background: #6a61ea;
  transition: all 0.3s;
}
.detailTop_wrap .book_info .btn_write .btn_down:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/ico_fileDown.png) center no-repeat;
  background-size: 24px;
  margin-right: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.detailTop_wrap .book_info .btn_write .btn_down:hover:after {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.detailTop_wrap .book_info .downInfo_wrap .infoTxt_wrap {
  border-top: 1px solid #d2d2d2;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 16px;
  color: #7b7b7b;
}
.detailCont_wrap .board_list .bdList a {
  max-height: none;
}
.webtoonDetail_wrap
  .detailCont_wrap
  .book_list
  .inner
  .head_title
  strong::before {
  content: "🌈";
}
/* 소장 중인 도서관 추가 */
/* .detailTop_wrap .brList_borrowList-wrap {
  margin: 50px 0 0;
}
.detailTop_wrap .borrowLb_wrap .libBox_list {
  width: calc((100% - 10px) / 2);
} */
@media screen and (max-width: 1024px) {
  .webtoonDetail_wrap .detailTop_wrap {
    gap: 20px;
  }
  .webtoonDetail_wrap .book_info .sticky {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    max-width: 540px;
    margin: 0 auto;
  }
  .webtoonDetail_wrap .book_info .img_wrap {
    margin-bottom: 0;
    background: none;
    height: auto;
  }
  .webtoonDetail_wrap .book_info .sticky .txt_wrap {
    width: calc(100% - 160px);
  }
  .webtoonDetail_wrap .book_info .txt_wrap .center {
    display: none;
  }
  .webtoonDetail_wrap .downInfo_wrap {
    flex: 1;
  }
  .detailTop_wrap .book_info .downInfo_wrap .infoTxt_wrap {
    margin-top: 0;
  }
  .detailTop_wrap .book_info .btn_write {
    padding: 0;
  }
  .detailTop_wrap .book_info .btn_write a {
    min-height: 45px;
    height: 45px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .webtoonDetail_wrap .detailTop_wrap {
    margin-bottom: 30px;
  }
  .webtoonDetail_wrap .book_info .txt_wrap .top .title {
    font-size: 16px;
    line-height: 24px;
  }
  .webtoonDetail_wrap .book_info .img_wrap img {
    max-width: 110px;
  }
  .webtoonDetail_wrap .book_info .sticky .txt_wrap {
    width: calc(100% - 130px);
  }
  .detailTop_wrap .book_info .btn_write a {
    height: 38px;
    line-height: 38px;
  }
}

/* 마이페이지 - audio 플레이 추가 + 다운도르 추가 */
.maypage_board .list_type_02 ul li > .fl {
  padding-bottom: 30px;
  align-items: center;
}
.mypage_con .list_title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mypage_con .list_title strong {
  word-break: break-all;
}
.mypage_con .fileList_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mypage_con .playList {
  position: relative;
  width: 94px;
  height: 35px;
}
.mypage_con .audio_play {
  width: 94px;
  height: 35px;
}
.mypage_con .audio_play rect {
  rx: 20;
  ry: 20;
}
.mypage_con .audio_play .circle {
  width: 94px;
  height: 35px;
  stroke: #f1d8d8;
  stroke-width: 1px;
}
.mypage_con .audio_play .progress {
  width: 92px;
  height: 33px;
}
.mypage_con .play_wrap .cont_wrap {
  width: 100%;
  padding: 0 15px;
  justify-content: space-between;
}
.mypage_con .play_wrap .myBtn_wrap button {
  width: 18px;
  height: 18px;
  background-size: 18px;
  font-size: 0;
  color: transparent;
  margin-bottom: 3px;
}
.mypage_con .play_wrap .btn_pause {
  background-image: url(../img/ico_stop-pk.png);
}
@media screen and (max-width: 1024px) {
  .mypage_con .list_title {
    gap: 10px;
    flex-wrap: wrap;
  }
  .mypage_con .playList,
  .mypage_con .audio_play,
  .mypage_con .audio_play .circle {
    width: 35px;
    height: 35px;
  }
  .mypage_con .audio_play .progress {
    width: 32px;
    height: 32px;
    position: absolute;
    transform: translate(5%, 5%);
  }
  .mypage_con .audio_play rect {
    rx: 50;
    ry: 50;
    transform: none;
  }
  .mypage_con .play_wrap .cont_wrap {
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .mypage_con .play_wrap .cont_wrap .time {
    display: none;
  }
  .mypage_con .play_wrap .myBtn_wrap button {
    margin-bottom: 0;
    background-position: center top -2px;
  }
}
@media screen and (max-width: 768px) {
  .myReview_wrap .list_type_02 ul li > .fl {
    align-items: flex-start;
    padding-bottom: 0;
    gap: 15px;
  }
  .likeReview_wrap .maypage_board .list_type_02 ul li > .fl {
    padding-bottom: 0;
    align-items: flex-start;
    gap: 15px;
  }
  .myReview_wrap .list_type_02 ul li .desc {
    margin-bottom: 22px;
  }
}

/* 서평 리스트 - 언어 탭 + 작성자 탭 추가 */
.bd_sTab-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
}
.type_boardList-wrap .bd_sTab-wrap .list_filter {
  margin-bottom: 0;
}
.bd_sTab-wrap .tab_wrap {
  display: flex;
  gap: 10px;
  padding-right: 10px;
}
.bd_sTab-wrap .tab_wrap button {
  font-size: 14px;
  color: #7b7b7b;
  border: 1px solid #b8b8b8;
  border-radius: 15px;
  height: 28px;
  padding: 0 10px;
}
.bd_sTab-wrap .tab_wrap button.active {
  background: #ed7474;
  border-color: #ed7474;
  font-weight: bold;
  color: #fff;
}
.board_tab-cont .lang_wrap {
  margin-bottom: 15px;
}
.lang_wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.lang_wrap.mobile02 {
  display: none;
}
.lang_wrap .btn_lang {
  border: 1px solid #7b7b7b;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  color: #7b7b7b;
  font-weight: bold;
  position: relative;
}
.lang_wrap .btn_lang:before {
  display: block;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  opacity: 0;
}
.lang_wrap .btn_lang:hover:before {
  opacity: 1;
}
.lang_wrap .btn_lang.type_k:before {
  background-image: url(../img/flag_korea.jpg);
}
.lang_wrap .btn_lang.type_e:before {
  background-image: url(../img/flag_american.png);
}
.lang_wrap .btn_lang.type_j:before {
  background-image: url(../img/flag_japan.png);
}
.lang_wrap .btn_lang.type_c:before {
  background-image: url(../img/flag_china.png);
}
.lang_wrap .btn_lang.type_v:before {
  background-image: url(../img/flag_vietnam.jpg);
}
.lang_wrap .btn_lang.type_f:before {
  background-image: url(../img/flag_france.jpg);
}
.lang_wrap .btn_lang.type_s:before {
  background-image: url(../img/flag_spain.png);
}
.lang_wrap .btn_lang.type_g:before {
  background-image: url(../img/flag_germany.png);
}
.lang_wrap .btn_lang.active {
  background-color: #ed7474;
  border-color: #ed7474;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .board_tab-cont .lang_wrap select {
    width: 65px;
    height: 25px;
    padding: 0 15px 0 5px;
  }
  .lang_wrap.m_hide {
    display: none;
  }
  .lang_wrap.mobile02 {
    display: block;
  }
  .bd_sTab-wrap .tab_wrap {
    gap: 5px;
  }
  .bd_sTab-wrap .tab_wrap button {
    padding: 0 5px;
  }
}

/* 어린이를 위한 교육자료 - 상세 */
.educationDetail_wrap .detailTop_wrap .img_area {
  margin: 0 30px;
}
.educationDetail_wrap .detailTop_wrap .pdf_wrap {
  width: 100%;
  padding-bottom: 122.7%;
  position: relative;
}
.educationDetail_wrap .detailTop_wrap .pdf_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.educationDetail_wrap .detailTop_wrap .btn_prev,
.educationDetail_wrap .detailTop_wrap .btn_next {
  background-color: rgba(210, 210, 210, 0.9);
}
.educationDetail_wrap .book_info .btn_wrap {
  flex-wrap: wrap;
}
.educationDetail_wrap .m_expand .btn_borrow {
  width: 100%;
}
.detailTop_wrap .brList_borrowList-wrap {
  margin: 50px 0 0;
}
.detailTop_wrap .borrowLb_wrap .libBox_list {
  width: 100%;
}
.educationDetail_wrap
  .detailCont_wrap
  .book_list
  .inner
  .head_title
  strong::before {
  content: "🐹";
}
.educationDetail_wrap .list_type_01.type_sj li {
  margin-bottom: 0;
}
.educationDetail_wrap .list_type_01 li a .img_wrap {
  background: #ebf0f3;
}
.educationDetail_wrap .list_type_01 li a .info_wrap .book_name {
  border: none;
}
/* 서평 리스트 - 교육자료 */
.type_boardList-wrap .book_info .btn_down {
  min-height: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 1220px) {
  .educationDetail_wrap .detailTop_wrap .img_area {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .educationDetail_wrap .head_title {
    height: 70px;
    padding: 0 20px;
  }
  .educationDetail_wrap .book_info .sticky {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .educationDetail_wrap .book_info .img_wrap {
    background: none;
    border: 1px solid #d2d2d2;
  }
  .educationDetail_wrap .m_expand {
    padding: 20px 0 0;
    border-bottom: none;
  }
  .detailTop_wrap .brList_borrowList-wrap {
    max-width: 500px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .educationDetail_wrap .list_type_01 {
    gap: 20px 10px;
  }
  .educationDetail_wrap .list_type_01.type_sj li {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
  .educationDetail_wrap .list_type_01 li a .img_wrap {
    height: 191px;
  }
  .educationDetail_wrap .list_type_01 li a .img_wrap img {
    max-width: 100px;
    max-height: calc(100% - 10px);
  }
}

/* 리스트 - 신청하기 추가 */
.book_list .head_title.type_apply {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.apply_wrap {
  width: 100%;
  margin-left: auto;
}
.apply_wrap .btn_apply {
  max-width: 94px;
  margin: 20px 0 0 auto;
}
.webtoon_board-wrap .apply_wrap .btn_apply,
.rvTaste_board-wrap .apply_wrap .btn_apply {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .book_list .head_title.type_apply {
    margin-bottom: 20px;
  }
  .apply_wrap .btn_apply {
    max-width: 72px;
  }
}

/* 통합 신청하기 */
.IntegratedApply_wrap .boardTop_wrap {
  margin: 0 0 10px;
}
