@charset "UTF-8";

#wrap {
  padding-bottom: 48px;
  overflow-x: hidden;
}

/* font */
.font-poppins {
  font-family: "Poppins";
}
.text-sky {
  color: #6F94F3;
}

/* btn */
.btn_more_wrap .btn {
  margin-top: 8px;
  min-width: 440px;
}

/* ========== 공통 & PC 기본 스타일 ========== */
#footer {
  border-top: 1px solid #dcdcdc;
  background: #fff;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer a {
  color: #666;
  text-decoration: none;
  white-space: nowrap;
}
#footer a:hover {
  text-decoration: underline;
}

/* 모바일 전용 로고: 기본 숨김 */
#footer .logo-mobile {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

/* 네비게이션: flex로 1줄 나열, 줄바꿈 시 자동 */
#footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-nav li {
  margin-right: 30px;
  margin-bottom: 10px;
}
#footer .footer-nav li:last-child {
  margin-right: 0;
}

/* 사업자 정보 */
#footer .footer-info {
  color: #999;
  line-height: 1.8;
  margin-top: 20px;
}
#footer .footer-info p {
  margin: 4px 0;
}

/* PC 전용 로고: 기본(default)에서 하단 정렬 */
#footer .footer-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#footer .footer-logo img {
  width: 80px;
  height: auto;
}


/* 404 PAGE */
.error_wrap {
  padding-top: 116px;
  background-color: #f9f9f9;
  text-align: center;
}
.error_wrap .ico {
  font-size: 32px;
}
.error_wrap .title {
  margin-top: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #1b2a46;
}
.error_wrap .content {
  margin-top: 27px;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
.error_wrap .btn {
  max-width: 440px;
  margin: 59px auto 0;
}

/* 하단배너 */
#bannerPlus {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 38px 20px 36px;
  background-color: #f8f8ff;
  border-top: solid 1px #e0e0f0;
  transition: bottom 0.45s ease-in-out;
}
#bannerPlus.is-active {
  bottom: 0;
}
#bannerPlus > div {
  max-width: 1160px;
  margin: 0 auto;
}
#bannerPlus .content .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#bannerPlus .content .desc {
  margin-top: 10px;
  color: #666;
}
#bannerPlus .btn_wrap .btn {
  width: 106px;
  line-height: 42px;
}
#bannerPlus .btn_wrap .btn_close {
  background-color: #fff;
  border-color: #376dd5;
  color: #376dd5;
}
#bannerPlus .btn_wrap .btn_submit {
  margin-left: 8px;
  background-color: #376dd5;
  color: #fff;
}

/* 카테고리 */
.category_list .category:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-size: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  vertical-align: top;
}
.category_list .category-all:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_all.png");
}
.category_list .category-pm:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_pm.png");
}
.category_list .category-pp:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_pp.png");
}
.category_list .category-stock:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_stock.png");
}
.category_list .category-self:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_self.png");
}
.category_list .category-job:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_job.png");
}
.category_list .category-mk:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_mk.png");
}

.category_list .category-alarm:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_outline_alarm.png");
  display: none;
}
.category_list .category-coin:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_outline_coin.png");
  display: none;
}
.category_list .category-crown:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_outline_crown.png");
  display: none;
}
.category_list .category-cut:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_outline_cut.png");
  display: none;
}
.category_list .category-globe:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_all.svg");
}
.category_list .category-laptop:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_outline_laptop.png");
  display: none;
}
.category_list .category-trending-up:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_outline_trending_up.png");
  display: none;
}
.category_list .category-trophy:before {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_category_best.svg");
}

.category_list.typeA {
  margin-top: 48px;
}
.main_wrap .category_list.typeA {
  /*margin-top: 8px;*/
}
.category_list.typeA ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.category_list.typeA ul li {
  /* width: calc(100% / 7); */
  flex: 0 0 148px;
  max-width: 148px;
  padding: 10px 15px 0;
}
.category_list.typeA ul li .category {
  display: block;
  padding: 17px 0 17px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
.category_list.typeA ul li .category.is-active {
  border-color: #07306E;
}
.category_list.typeA ul li .category.category-globe, .category_list.typeA ul li .category.category-trophy {
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 5px 20px rgba(0, 0, 0, 0.08);
}

/* PDF 리스트 */
.product_list li {
  padding: 0 20px;
  padding-bottom: 40px;
}
.product_list .content .category {
  font-size: 14px;
  color: #375690;
}
.product_list .content .title {
  max-height: 50px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.product_list .content .info {
  margin-top: 10px;
}
.product_list .content .info .days_left {
  font-size: 12px;
  color: #777777;
}
.product_list .content .info .info_price {
  font-size: 12px;
}
.product_list .content .info .info_price b {
  font-size: 18px;
  font-weight: 400;
  vertical-align: baseline;
}
.product_list .thumb .info_label,
.product_list .content .info .info_label {
  margin-left: 4px;
  padding: 0 7px;
  border-radius: 18px;
  background-color: #f9edda;
  font-size: 14px;
  font-weight: bold;
  color: #8a5f17;
  vertical-align: baseline;
  line-height: 0.2;
}
.product_list .thumb .info_label {
  margin-left: 0;
}
.product_list .content .utils {
  margin-top: 12px;
  font-size: 14px;
  color: #8f8f8f;
}
.product_list .content .utils .util_favorite {
  padding-left: 16px;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ico_heart.svg") no-repeat 0 2px;
  background-size: 15px;
}
.product_list .content .utils .util_enrol {
  font-size: 13px;
  position: relative;
  /*padding-left: 7px;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ico_enrol.svg") no-repeat 7px 4px;
  background-size: 10px;*/
  word-break: keep-all;
  white-space: nowrap;
}
.product_list .content .utils .util_enrol > span {
  font-size: 13px;
  vertical-align: baseline;
}

.product_list .content .utils .util_enrol::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  color: #c2c2c2;
}
.product_list .content .utils .util_review {
  position: relative;
  padding-left: 19px;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ico_review.svg") no-repeat 6px 4px;
  background-size: 12px;
}
.product_list .content .utils .util_review::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #c2c2c2;
}
.product_list .content .utils .util_rating {
  position: relative;
  padding-left: 17px;
  padding-right: 10px;
  font-size: 13px;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ico_rating_star.svg") no-repeat -2px 0px;
  background-size: 18px;
}
.product_list .content .utils .util_rating::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 12px;
  color: #c2c2c2;
}
.product_list .content .utils .util_rating > span {
  font-size: 11px;
  vertical-align: baseline;
}

.product_list .rank {
  position: absolute;
  top: 0;
  left: 20px;
  width: 36px;
  height: 44px;
  padding-top: 9px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 700;
  font-family: Montserrat;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.product_list .rank {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_flag_red-lg.png");
}

.product_list .btn_favorite {
  position: absolute;
  top: 12px;
  right: 32px;
  width: 40px;
  height: 40px;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ico_heart_empty_lg.svg") no-repeat 0 0;
  background-size: 100%;
  border: 0;
  text-indent: -9999em;
  transition: 0.1s ease-in-out;
}
.product_list .btn_favorite.is-active {
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_heart_lg.svg");
}
.product_list .dropdown.mypdf_drop_list {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border: 0;
}
.product_list .dropdown.mypdf_drop_list .btn_sort {
  position: relative;
  padding-right: 28px;
  font-size: 14px;
  border: 0;
  line-height: 24px;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ellipsis.svg") no-repeat 0 0;
  text-indent: -9999em;
  transition: 0.1s ease-in-out;
}
.product_list .dropdown.mypdf_drop_list .dropdown-menu {
  right: 0;
  left: auto;
}
.product_list .dropdown.mypdf_drop_list .dropdown-menu li {
  padding: 0;
}
.product_list .dropdown.mypdf_drop_list .dropdown-menu li + li {
  border-top: 1px solid #ddd;
}
.product_list .dropdown.mypdf_drop_list .dropdown-menu li button {
  padding: 9px 16px 10px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  width:100%;
  text-align: left;
}
.product_list .dropdown.mypdf_drop_list .dropdown-menu li button:hover {
  background-color: #f5f5f5;
}
.product_list .product_banner_wrap .banner .btn_vod_banner {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #376DD5;
  border: 1px solid #376DD5;
  padding: 10px 10px 10px 20px;
  border-radius: 9px;
}
.product_list .product_banner_wrap .banner .btn_vod_banner:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: text-bottom;
  background-image: url("https://cdn.pudufu.co.kr/assets/icon/ico_arrow_btn_more_round.svg");
}
.product_list .product_banner_wrap .banner .btn_vod_banner > span {
  color: #EFFFC1;
  font-size: 14px;
  line-height: 14px;
  vertical-align: baseline;
}
.product_list .product_banner_wrap .btn_vod_banner_close {
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  border: none;
  margin-left: 6px;
  color: #5D5D5D;
  background-color: #E5E5E5;
  position: absolute;
  z-index: 99;
}

.product_list.typeA .thumb {
  padding: 19px 30px 12px;
  border-radius: 8px;
  background-color: #fbfcfe;
}
.product_list.typeA .thumb_best {
  position: absolute;
  top: 0;
  left: 30px;
}
.product_list.typeA .product_item > a:hover .thumb {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.product_list.typeA .content {
  margin-top: 19px;
}
.product_list.typeA .content .title {
  height: 50px;
}
.product_list.typeA .category {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product_list.typeB .product_item {
  padding-bottom: 40px;
}
.product_list.typeB .product_item > a {
  position: relative;
  display: flex;
  padding: 11px 20px 16px;
  background-color: #fbfcfe;
  border-radius: 8px;
}
.product_list.typeB .product_item > a:hover {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.product_list.typeB .thumb {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.product_list.typeB .content {
  flex: 0 0 62.5%;
  max-width: 62.5%;
  padding: 8.75% 1.5% 0 5%;
}
.product_list.typeC .product_item {
  display: flex;
  margin-bottom: 40px;
  padding: 28px 36px 34px 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.product_list.typeC .product_item.paper_book {
  position : relative;
  padding-bottom: 122px;
}
.product_list.typeC .product_item .thumb {
  flex: 0 0 24.794%;
  max-width: 24.794%;
  text-align: center;
}
.product_list.typeC .product_item .content {
  flex: 0 0 75.206%;
  max-width: 75.206%;
  padding: 17px 0 0 8.265%;
}
.product_list.typeC .content .content_info {
  min-height: 181px;
}
.product_list.typeC .content .title {
  max-width: 300px;
  max-height: 56px;
  min-height: 56px;
  font-size: 20px;
}
.product_list.typeC .content .info {
  margin-top: 14px;
}
.product_list.typeC .content .utils {
  margin-top: 16px;
}
.product_list.typeC .content .btn_wrap {
  margin: 36px -6px 0;
}
.product_list.typeC .content .btn_wrap.paper_book {
  position: absolute;
  left : 0px;
  bottom : 35px;
  padding : 0px 10px 0px 30px;
  width : 100%
}
.product_list.typeC .content .btn_wrap > div {
  padding: 0 6px;
}

/* 와이드 썸네일 디자인 */
.product_list.typeD .thumb {
  border-radius: 8px;
  background-color: #fbfcfe;
}
.product_list.typeD .thumb > img {
  border-radius: 8px;
}
.product_list.typeD .thumb_best {
  position: absolute;
  top: 0;
  left: 30px;
}
.product_list.typeD .product_item > a:hover .thumb {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.product_list.typeD .content {
  margin-top: 19px;
}
.product_list.typeD .content .title {
  -webkit-line-clamp: 1;
}
.product_list.typeD .category {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.product_list.type-collection li {
  padding: 0 25px;
  padding-bottom: 80px;
}
.product_list.type-collection .content {
  margin-top: 15px;
}
/* 카테고리 로고 */
.product_list.type-collection .content-collection {
  position: relative;
}
.product_list.type-collection .content-collection .category {
  padding-left: 30px;
}
.product_list.type-collection .content-collection .category_logo {
  position: absolute;
  top: -2px;
  left: 5px;
  width: 20px;
}
.product_list.type-collection .content-collection .category_logo img {
  border-radius: 50%;
}
.product_list.type-collection .content .title {
  font-size: 16px;
}
.product_list.type-collection .content .category .release_date {
  color: #8f8f8f;
  font-size: 12px;
}
.product_list.type-collection .product_item .thumb > img {
 border-radius: 8px;
}

/* 후기 */
.review_list .item {
  padding: 47px 40px 26px;
  border-radius: 38px 38px 38px 0;
  background: #fff url("https://cdn.pudufu.co.kr/assets/icon/ico_quotation_mark.png") no-repeat 30px 28px;
  background-size: 30px;
}
.review_list .item .title {
  font-size: 14px;
  font-weight: bold;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 16.8px;
}
.review_list .item .content {
  margin-top: 7px;
  height: 137px;/*(220304) pc화면에서 히든 글자가 1px 노출되어 -1px 수정*/
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;/*(220304) 후기내용이 많을 경우 숨김처리 추가*/

  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.review_list .item .link_more {
  font-size: 11px;
  font-weight: 500;
  color: #375690;
  text-decoration: underline;
}
.review_list .item .info {
  font-size: 0;
}
.review_list .item .user_nickname {
  font-size: 14px;
  font-weight: bold;
  vertical-align: baseline;
}
.review_list .item .date {
  margin-left: 8px;
  font-size: 11px;
  color: #5c5c5c;
  vertical-align: baseline;
}
.review_list .item .user_rating {
  margin: 7px 0 0 -3px;
  width: 120px;
  height: 24px;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ico_rating_star-off.svg");
}
.review_list .item .user_rating .star {
  height: 100%;
  background: url("https://cdn.pudufu.co.kr/assets/icon/ico_rating_star.svg");
}

/* 채널톡 */
.bannerPlus-active [data-ch-testid="launcher"] {
  bottom: 153px !important;
}

/* 구매 진행 바 */
.payment-progress {display: none;}
.payment-progress.active {display: flex;}
.payment-progress-img, .payment-progress-bg {display: flex; width:100vw; height:100vh; justify-content:center; align-items:center; position: fixed;  top: 0;  left: 0;}
.payment-progress-img {z-index: 9999;}
.payment-progress-img img {max-width:80%;}
.payment-progress-bg {z-index: 9998; background-color:#000; opacity: 0.5;}

/* 유틸 커서 포인트 클래스 추가*/
.cursor-pointer {
  cursor: pointer;
}

/* 페이징 */
.pagination {
  margin-top: 8px;
}

/* 부트스트랩 3.0 행들의 높이 고정되도록 변경(4.0은 이상없음) */
.product_list.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.product_list.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.best_product_area > .row .product_list.typeA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.best_product_area > .row .product_list.typeA > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.sub_wrap .review_list.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.sub_wrap .review_list.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.product_list.typeC .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.product_list.typeC .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.ch_wrap {
  position: fixed;
  z-index: 99998;
  display: none;
  flex-wrap: nowrap;
  width: auto;
  overflow: visible;
  background: transparent;
  bottom: 80px;
  right: 23px;
}
.ch_div {
  position: relative;
  box-sizing: border-box;
  flex-wrap: nowrap;
  width: 60px;
  height: 60px;
  overflow: initial;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.12) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.05) 0px 0px 2px 1px, rgba(0, 0, 0, 0.22) 0px 4px 20px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  transition: box-shadow 0.2s ease-out 0s;
  animation: 0.2s cubic-bezier(0.1, 0, 0.6, 1) 0.35s 1 normal backwards running fcEaNs;
}
.ch_div > div > * {
  position: absolute;
  inset: 0;
  margin: auto;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  color: rgb(30, 51, 64);
  cursor: pointer;
  opacity: 1;
}
.thumb.thumb_padding_none {
  /*padding: 0 !important;*/
}
.thumb.thumb_padding_none img {
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .pagination > li > a,
  .pagination > li > span {
    width:32px;
    line-height: 32px;
  }

  /* 푸터 태블릿 사이즈 로고위치 */
  #footer .footer-logo {
    justify-content: flex-end;
  }
}

/* 배경 오버레이 */
.coupon-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.15);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 16px;
  box-sizing: border-box;
}

/* 팝업 박스 */
.coupon-modal_box {
  width: 100%;
  max-width: 400px;
  min-height: 260px;
  max-height: 80vh;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 24px 20px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.coupon-modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.coupon-modal_title {
  font-size: 18px;
  font-weight: bold;
}

.coupon-modal_close {
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1;
}

.coupon-modal_info {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  margin-bottom: 16px;
}

.coupon-modal_desc {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
}

.coupon-modal_subtext-list {
  font-size: 12px;
  color: #888;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.coupon-modal_subtext-list .text-orange {
	font-weight: 600;
	color: #FF964B;
}

.coupon-modal_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coupon-modal_item {
  display: flex;
  border-radius: 8px;
  padding: 10px 14px 10px 10px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

.coupon-modal_item img {
  width: 60px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.coupon-modal_item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.coupon-modal_item-meta {
  font-size: 10px;
  color: #666;
  margin-bottom: 2px;
}

.coupon-modal_item-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  word-break: keep-all;
  line-height: 20px;
}

.coupon-modal_item-price {
  font-size: 14px;
  color: #000;
}

.coupon-modal-text-gray {
  font-size: 14px;
  color: #888;
}
.coupon-modal-text-blue {
  font-size: 14px;
  color: #6496FA;
}

/* 새로 추가된 스크롤 영역 래퍼 */
.coupon-modal_scrollable {
  flex: 1;
  overflow-y: auto;
  padding: 0 20px 20px 0;
}

/*  스크롤바 디자인 */
.coupon-modal_scrollable::-webkit-scrollbar {
  width: 8px;
  background: #ffffff;
}
.coupon-modal_scrollable::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #ced4da;
}
.coupon-modal_scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #adb5bd;
}
.coupon-modal_scrollable::-webkit-scrollbar-track {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  #wrap {
    padding-bottom: 28px;
  }

  /* 404 PAGE */
  .error_wrap {
    padding-top: 84px;
  }
  .error_wrap .container {
    padding: 0 40px;
  }
  .error_wrap .ico {
    font-size: 24px;
  }
  .error_wrap .title {
    margin-top: 28px;
    font-size: 16px;
  }
  .error_wrap .content {
    margin-top: 20px;
    font-size: 14px;
  }
  .error_wrap .btn {
    margin-top: 40px;
  }

  /* ========== footer 모바일 전용 보임 / PC 숨김 (≤767px) ========== */
  #footer {
    padding-top: 28px;
    padding-bottom: 90px;
  }
  /* PC용 로고 숨김 */
  #footer .footer-logo {
    display: none;
  }
  /* 모바일용 로고 보이기 */
  #footer .logo-mobile {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  /* 모바일용 로고 크기 제한 */
  #footer .logo-mobile img {
    width: 50px;
    height: auto;
  }

  /* 내비게이션: 2줄 × 3컬럼으로 중앙 정렬 */
  #footer .footer-nav ul {
    justify-content: center;
    max-width: 360px;
    margin: 0 auto 20px;
    font-size: 13px;
  }
  #footer .footer-nav li {
    flex: 1 1 33%;
    margin-right: 0;
    text-align: center;
  }

  /* 사업자 정보 중앙 정렬, 너비 제한 */
  #footer .footer-info {
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
  }

  /* 하단배너 */
  #bannerPlus {
    padding-top: 24px;
    padding-bottom: 22px;
  }
  #bannerPlus .content {
    max-width: calc(100% - 48px);
  }
  #bannerPlus .content .title {
    font-size: 12px;
    word-break: keep-all;
  }
  #bannerPlus .content .desc {
    margin-top: 8px;
    font-size: 10px;
  }
  #bannerPlus .btn_wrap .btn {
    width: 44px;
    margin-left: 0;
    line-height: 26px;
  }

  /* 카테고리 */
  .category_list .category {
    font-size: 12px;
  }

  /* PDF 리스트 */
  .product_list {
    margin: 18px -6px 0;
  }
  .product_list li {
    padding: 0 6px;
    padding-bottom: 28px;
  }
  .product_list .content .category {
    font-size: 11px;
  }
  .product_list .content .title {
    margin-top: 4px;
    height: auto;
    max-height: 42px;
    font-size: 12px;
  }
  .product_list .content .info .info_price {
    vertical-align: baseline;
  }
  .product_list .content .info .info_price b {
    font-size: 14px;
  }
  .product_list .content .info .info_label {
    padding: 0 4px;
    font-size: 11px;
  }
  .product_list .content .utils {
    font-size: 12px;
  }
  .product_list .rank {
    top: -5px;
    left: 13px;
  }
  .product_list .content .utils .util_favorite {
    padding-left: 14px;
    background-size: 13px;
  }
  .product_list .content .utils .util_enrol {
    /*padding-left: 17px;
    background-size: 9px;
    background-position-x: 6px;*/
    font-size: 11px;
  }
  .product_list .content .utils .util_enrol > span {
    font-size: 11px;
  }
  .product_list .content .utils .util_enrol::before {
    font-size: 11px;
    display: none;/* 최대너비 적용 오류로 숨김처리 */
  }
  .product_list .content .utils .util_review {
    padding-left: 16px;
    background-size: 10px;
    background-position-x: 5px;
  }
  .product_list .content .utils .util_review::before {
    font-size: 10px;
    display: none;/* 최대너비 적용 오류로 숨김처리 */
  }
  .product_list .content .utils .util_rating {
    padding-left: 14px;
    background-size: 16px;
    background-position-x: -2px;
    font-size: 11px;
    padding-right: 2px;
  }
  .product_list .content .utils .util_rating::after {
    font-size: 10px;
    display: none;/* 최대너비 적용 오류로 숨김처리 */
  }
  .product_list .content .utils .util_rating > span {
    font-size: 10px;
  }

  .product_list .btn_favorite {
    width: 30px;
    height: 30px;
  }

  .product_list.typeA .thumb {
    padding: 8px 17px;
  }
  .product_list.typeA .thumb_best {
    left: 20px;
  }
  .product_list.typeA .content {
    margin-top: 8px;
  }
  .product_list.typeA .content .title {
    height: 42px;
  }
  .product_list.typeA .content .utils {
    margin-top: 4px;
  }
  .product_list.typeA .btn_favorite {
    top: 8px;
    right: 14px;
  }

  .product_list.typeB .product_item {
    padding-bottom: 12px;
  }
  .product_list.typeB .product_item > a {
    padding: 2px 16px 1px;
  }
  .product_list.typeB .thumb {
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }
  .product_list.typeB .content {
    flex: 0 0 58.33%;
    max-width: 58.33%;
    padding: 12% 6% 0 3.5%;
  }
  .product_list.typeB .content .title {
    font-size: 14px;
    max-height: 40px;
  }

  .product_list.typeC .product_item {
    position: relative;
    display: block;
    padding: 16px 20px 20px;
    margin-bottom: 20px;
  }
  .product_list.typeC .product_item.paper_book{
    padding-bottom: 20px;
  }

  .product_list.typeC .product_item .thumb {
    position: absolute;
    left: 20px;
    top: 16px;
    flex: none;
    max-width: none;
    width: 80px;
  }
  .product_list.typeC .product_item .content {
    flex: none;
    max-width: none;
    padding: 0;
  }
  .product_list.typeC .content .mb_wrap {
    padding: 12px 0 0 96px;
    min-height: 137px;
  }
  .product_list.typeC .content .content_info {
    padding: 0;
    min-height: 0;
  }
  .product_list.typeC .content .title {
    max-width: none;
    max-height: 44px;
    min-height: unset;
    padding-right: 24px;
    font-size: 16px;
  }
  .product_list.typeC .content .info {
    margin-top: 4px;
  }
  .product_list.typeC .content .info .info_label.floating-xs {
    position: absolute;
    left: 26px;
    top: 142px;
    display: block;
    line-height: 14px;
  }
  .product_list.typeC .content .utils {
    margin-top: 12px;
  }
  .product_list.typeC .content .progress-wrap {
    margin-top: 24px;
    padding-right: 56px;
  }
  .product_list.typeC .content .progress-wrap .progress-percent {
    left: initial;
    top: -4px;
    right: 10px;
    font-size: 10px;
  }
  .product_list.typeC .content .btn_wrap {
    margin: 31px -2px 0;
    overflow: hidden;
  }
  .product_list.typeC .content .btn_wrap.paper_book {
    position : initial;
    padding : initial;
    left : initial;
    bottom : initial;
    width: initial;
  }
  .product_list.typeC .content .btn_wrap > div {
    padding: 0 2px;
  }

  /* 와이드 썸네일 좋아요 버튼 */
  .product_list.typeD .btn_favorite {
    top: 0;
    right: 7px;
  }
  .product_list.typeD .content .title {
    margin-top: 4px;
  }
  .product_list.typeD .content .utils {
    margin-top: 8px;
  }
  .product_list.typeD .content .info {
    margin-top: 4px;
  }

  .product_list.type-collection li {
    padding: 0 6px;
    padding-bottom: 30px;
  }
  .product_list.type-collection .content-collection .category {
    padding-left: 25px;
  }
  .product_list.type-collection .content-collection .category_logo {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 14px;
  }
  .product_list.type-collection .content .title {
    margin-top: 4px;
    height: auto;
    max-height: 42px;
    font-size: 13px;
  }

  /* 후기 */
  .review_list .item .title {
    font-size: 16px;
    height: 19.2px;
  }
  .review_list .item .content {
    font-size: 14px;
  }
  .review_list .item .user_nickname {
    font-size: 12px;
  }
  .review_list .item .content {
    height: 92px;/*(220304) 글자가 모바일에서 1px 정도 잘림 문제로 +2px 수정함*/
    margin-bottom: 7px;/*(220304) 후기내용과 붙어있어서 전자책제목과 후기 간격(7px) 만큼 추가함*/
  }
  .review_list .item .date {
    margin-left: 4px;
    font-size: 10px;
  }
  /* 채널톡 */
  .pdf_detail_page [data-ch-testid="launcher"] {
    bottom: 78px !important;
  }
  .pdf_detail_page .ch_wrap {
    bottom: 78px;
  }
  .bannerPlus-active [data-ch-testid="launcher"] {
    bottom: 102px !important;
  }

  /* 페이징 */
  .pagination {
    margin-top: 0;
  }

  .category_list.typeA ul li .category {
    padding: 5px 0 5px;
    border-radius: 3px;
    text-align: center;
  }

  .category_list.typeA {
    margin-top: 16px;
  }

  .category_list.typeA ul li {
    flex: 0 0 115px;
    max-width: 148px;
    padding: 8px 8px 0;
  }

  .category_list .category-globe:before, .category_list .category-trophy:before {
    width: 14px;
    height: 14px;
  }
  .product_list .dropdown.mypdf_drop_list .dropdown-menu {
    min-width: 120px;
  }

  .coupon-modal_box {
    max-height: 95vh;
  }

  .coupon-modal_title {
    font-size: 16px;
  }
  .coupon-modal_item-title {
    font-size: 13px;
    line-height: 18px;
  }
  .coupon-modal_desc,
  .coupon-modal_item-price {
    font-size: 13px;
  }

  .coupon-modal-text-gray,
  .coupon-modal-text-blue {
    font-size: 12px;
  }
}
