@charset "utf-8";

#union-contents{overflow-x: hidden;} 
.swiper-button-next, .swiper-button-prev{ width: 44px; height: 44px; right:-22px}
.swiper-button-prev{ left:-22px}
.sub-conts-wrap:not(:first-of-type){margin-top: 80px;}
.sub-conts-wrap.view{margin-top: 30px !important;}
/* .product-location */
.product-location{display: flex;align-items: center; gap: 20px;height: 40px; }
.product-location > a{display: block; width: fit-content; color: #121212; margin-left: 4px;}
.product-location > a:first-child{margin-left: 0;}
.product-location .ico.ico_arrow_right_thin::after{background-color: #7B8A9D; margin-left: 6px;  width: 12px; height: 12px;}

/* .prodcut-detail */
.prodcut-detail {display: flex; justify-content: space-between;}
.prodcut-detail .book_view{display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; background: #F6F6F9; width: 500px; height: 533px; border-radius: 8px;}
.prodcut-detail .book_view .book-badge{display: flex;padding: 5px 10px;justify-content: center;align-items: center;gap: 10px; border-radius: 0 0 8px 8px;background: #5C6675; color: #fff; font-weight: 700; position: absolute; top:0; left:16px}
.prodcut-detail .book_view .book-img{border-radius: 4px 8px 8px 4px; outline: 1px solid var(--gray-20); width: 248px; height: 345px; overflow: hidden; position: relative;}
.prodcut-detail .book_view .book-img:before{content: ''; position: absolute; top:0; left:0; width: 3px; height: 100%; background: rgba(0, 0, 0, 0.20); z-index: 1; pointer-events: none;}
.prodcut-detail .book_view .book-img:after{content: ''; position: absolute; top:0; left:5px; width: 1px; height: 100%; background: rgba(0, 0, 0, 0.20); z-index: 1; pointer-events: none;}
.prodcut-detail .book_view .book-img img{object-fit: cover; object-position: center; width: 100%; height: 100%;}
.prodcut-detail .book_view .book-btn{display: flex;justify-content: center;align-items: center; gap: 4px;margin-top: 27px;}
.prodcut-detail .book_view .book-btn> a{display: inline-flex;align-items: center;justify-content: center;gap: 2px;line-height: 31px;padding: 0 10px; text-decoration: none; border-radius: 4px; border: 1px solid var(--gray-20); height: 31px; font-size: 11px; background: #fff; color: #000;}
.prodcut-detail .book_view .book-btn > a > .ico{display:inline-block; width: 12px; height: 12px;}
.prodcut-detail .book_view .book-btn > a > .ico::after{background-color: #7B8A9D; width: 12px; height: 12px;}

.prodcut-detail .book_info{width: 610px;}
.prodcut-detail .book_info{display: flex;flex-direction: column; gap: 20px; width: 610px;}
.prodcut-detail .book_info *{color:#121212;font-style: normal;letter-spacing: -0.42px; font-family: 'Pretendard';}
.prodcut-detail .book_info .book-check{flex-shrink: 0; min-width: 62px;}
.prodcut-detail .book_info .product_tit .info_name{margin-top: 8px;font-size:22px;font-weight: 700;line-height: 28px}
.prodcut-detail .book_info .product_tit .score_txt{font-size: 13px;font-weight: 500;line-height: 18px;}
.prodcut-detail .book_info .bestseller_score{margin-top:16px}
.prodcut-detail .book_info .bestseller_score .score_star{display: inline-flex;align-items: center; margin-top: 6px; gap: 2px;}
.prodcut-detail .book_info .bestseller_score .score{font-size: 14px;font-weight: 700;line-height: 21px;}
.prodcut-detail .book_info .bestseller_score .review_num{display: inline-block; text-decoration: underline;}
.prodcut-detail .book_info .bestseller_score .ico.ico_arrow_right_s::after{background-color: #7B8A9D; margin-left: 2px; margin-top: -3.5px;}
.prodcut-detail .book_info .detail_price .product_price{display: flex;align-items: center;}
.prodcut-detail .book_info .detail_price .product_price .discount_percent{color: #025AF6; font-size: 20px;font-weight: 700;line-height: 28px; margin-right: 4px;}
.prodcut-detail .book_info .detail_price .product_price .price_after{font-size: 20px;font-weight: 700;line-height: 28px;}
.prodcut-detail .book_info .detail_price .product_price .price_before{color: #C2CAD6; font-size: 14px;font-weight: 400;line-height: 21px; text-decoration: line-through; margin-left: 6px;}
.prodcut-detail .book_info .detail_info dl{display: flex; gap: 24px;}
.prodcut-detail .book_info .detail_info dl + dl{margin-top: 6px;}
.prodcut-detail .book_info .detail_info dl dt{font-size: 14px;letter-spacing: -0.42px; font-weight: 500; width: 54px;}
.prodcut-detail .book_info .detail_info dl dd strong{display: inline-block; margin-bottom: 4px; font-weight: 700;}
.prodcut-detail .book_info .detail_info dl dd{width: 532px; font-weight: 500;}
.prodcut-detail .book_info .detail_total{display: flex; justify-content: space-between;align-items: center;padding: 16px 0 0; border-top: 1px solid #F6F6F9;}
.prodcut-detail .book_info .detail_total .total_txt{font-size: 14px; font-weight: 700; line-height: 21px;}
.prodcut-detail .book_info .detail_total .total_price{font-size: 20px; font-weight: 700;}
.prodcut-detail .book_info .product_btn{display: flex; justify-content: space-between;align-items: center; gap: 8px;}
.prodcut-detail .book_info .product_btn a{display: flex;align-items: center;justify-content: center; width: 301px; height: 40px; border-radius:8px;border: 1px solid #EDEDF2; font-size: 14px; font-weight: 500; line-height: 48px;}
.prodcut-detail .book_info .product_btn a.btn_buy{background: #025AF6; border: 1px solid #025AF6; color: #fff; font-weight: 700;}
.prodcut-detail .book_info .product_btn a{text-decoration: none; height: 48px;}
.prodcut-detail .book_info .product_btn .btn5{display: flex;align-items: center;}
.prodcut-detail .book_info .product_btn .btn5 .ico.ico_bell::after {display: block;width: 16px;height: 16px;margin-right: 2px;}
.prodcut-detail .book_info .product_btn .btn6{border-radius: 8px;border: 1px solid #EDEDF2;background: #FAFAFC; color: #C2CAD6; cursor: default;}


/* .prodcut-new */
.prodcut-new{margin-top: 16px;}
.prodcut-new > div{position: relative; align-items: center;justify-content: space-between;}
.prodcut-new .common_alarm{padding: 5px 8px 5px 23px; border-radius: 8px;border: 1px solid #EDEDF2; min-width: 164px; min-width: 164px; max-height: 28px; text-decoration: none !important;}
.prodcut-new .common_alarm{display: flex;align-items: center;justify-content: flex-end;}
.prodcut-new .common_alarm {font-size: 12px; font-weight: 400; line-height: 18px;}
.prodcut-new .common_alarm .ico.ico_bell::after{display: block; width: 13px; height: 13px;margin-right: 2px;}

.prodcut-new .new_book_slide{width: 1140px;}
.prodcut-new .new_book_slide .no_data{text-align: center; padding: 30px 0; border-radius: 8px; border: 1px solid #EDEDF2; background: #FAFAFC; display: flex; flex-direction: column; gap: 8px; align-items: center; justify-content: center; min-height: 184px;}
.prodcut-new .new_book_slide .no_data b{font-size: 16px; font-weight: 700; line-height: 24px; letter-spacing: -0.16px; color: #7B8A9D;}
.prodcut-new .new_book_slide .no_data p{font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.28px; color: #7B8A9D;}
.prodcut-new .new_book_slide .swiper-container{overflow: hidden;}
.prodcut-new .new_book_slide .swiper-slide a{display: flex; align-items: center; justify-content: space-between;}
.prodcut-new .new_book_slide .swiper_controls{display: flex; justify-content: space-between; position: absolute; top: 62px; left: 0; width: 100%; height: 44px;}
.prodcut-new .new_book_slide .swiper-button-prev{box-shadow: 0 5.5px 6.6px 0 rgba(0, 0, 0, 0.07);}
.prodcut-new .new_book_slide .swiper-button-next{box-shadow: 0 5.5px 6.6px 0 rgba(0, 0, 0, 0.07);}
.prodcut-new .new_book_slide .book-view{display: flex; align-items: center; justify-content: center; background: #F6F6F9; border-radius: 8px; width: 152px; height: 184px;}
.prodcut-new .new_book_slide .book-view .book-img{border-radius: 3px 6px 6px 3px;outline: 1px solid var(--gray-20); width: 99px; height: 138px; overflow: hidden; position: relative;}
.prodcut-new .new_book_slide .book-view .book-img:before{content: ''; position: absolute; top:0; left:0; width: 3px; height: 100%; background: rgba(0, 0, 0, 0.20); z-index: 1; pointer-events: none;}
.prodcut-new .new_book_slide .book-view .book-img:after{content: ''; position: absolute; top:0; left:5px; width: 1px; height: 100%; background: rgba(0, 0, 0, 0.20); z-index: 1; pointer-events: none;}
.prodcut-new .new_book_slide .book-view .book-img img{object-fit: cover; object-position: center;width: 100%; height: 100%;}
.prodcut-new .new_book_slide .book-info{width: 384px; margin-left: 20px;}
.prodcut-new .new_book_slide .book-info .product_tag{margin-bottom: 4px;}
.prodcut-new .new_book_slide .book-info .book_name{font-size: 16px; font-weight: 500;}
.prodcut-new .new_book_slide .book-info .book_author{margin-top: 2px; color: #7B8A9D; font-size: 12px;}
.prodcut-new .new_book_slide .book-info .book_price{margin-top: 12px;font-size: 16px;}
.prodcut-new .new_book_slide .book-info .book_price span{color: #025AF6; font-weight: 500; display: inline-block; margin-right: 4px;}
.prodcut-new .new_book_slide .book-info .book_txt{margin-top: 12px; color: #7B8A9D; max-height: 39px;}


.prodcut-new .cont02_slide_wrap {position: relative;}
.prodcut-new .cont02_slide {overflow: hidden;}


/* .detail-all */
.detail-all{justify-content: space-between;}
.detail-all-txt{width: 750px; position: relative; padding-bottom: 100px;}
.detail-all-txt .detail_txt {padding-top: 20px;}
.detail-all-txt .detail_txt .common_tit{font-size: var(--fz-16);margin-top: 20px; margin-bottom: 20px;}
.detail-all-txt .detail_txt .intro_txt{line-height: 21px;}
.detail-all-txt .detail_txt .intro_txt img{display: block; max-width: 100%;}
.detail-all-txt .detail_txt .intro_txt figure{margin: 0; padding: 0;}
.detail-all-txt .detail_txt .sub-conts-wrap.view .intro_txt.more{max-height: 300px; overflow: hidden;margin-bottom: 28px; transition: height 0.3s ease; position: relative;}
.detail-all-txt .detail_txt .sub-conts-wrap.view .intro_txt.more::after{content: ''; display: block; position: absolute; bottom:0; left:0; width:100%; height: 180px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);}
.detail-all-txt .detail_txt .sub-conts-wrap.view.expanded .intro_txt.more{max-height: none;}
.detail-all-txt .detail_txt .sub-conts-wrap.view.expanded .intro_txt.more::after{opacity: 0; pointer-events: none;}

.detail-all-txt .detail_nav {position: sticky;top: 0;z-index: 1;overflow: hidden;display: flex;width: 100%; background-color: #fff; gap: 28px;}
.detail-all-txt .detail_nav > li {color: var(--gray-60);font-weight: var(--fw-medium);font-size: 18px;height: 56px;line-height: 56px;text-align: center;user-select: none;cursor: pointer;}
.detail-all-txt .detail_nav > li.active {border-bottom:0.2rem solid var(--color-primary);font-weight: var(--fw-bold); color: #000;}
/* 교재 정보 */
.detail-all-txt .detail_txt .introduce1 .lecture_box {padding: 16px;}
.detail-all-txt .detail_txt .introduce1 .lecture_box .tea_img {display: flex; align-items: center; font-weight: 500;}
.detail-all-txt .detail_txt .introduce1 .lecture_box .tea_img img{border-radius: 50%; margin-right: 12px; width: 52px;}
.detail-all-txt .detail_txt .introduce1 .lecture_box .tea_lect{display: flex; flex-direction: column; margin-top: 12px;}
.detail-all-txt .detail_txt .introduce1 .lecture_box .tea_lect a{display: flex; justify-content: space-between; align-items: center; height: 40px; font-weight: 500; font-size: 13px; color: #121212;}
.detail-all-txt .detail_txt .introduce1 .lecture_box .tea_lect .ico.ico_arrow_right:after{background-color: #7B8A9D; left: -16px;}
.detail-all-txt .detail_txt .introduce2 .more_img{border-radius: 8px; border: 1px solid #EDEDF2; background-color: #fff; width: 114px; height: 40px; margin:0 auto;align-items: center;justify-content: center;display: none;}
.detail-all-txt .detail_txt .introduce2 .more_img i:after{width: 16px; height: 16px; width: 8px; mask-size: auto 100%;} 
.detail-all-txt .detail_txt .introduce2 .more_img span{display: flex;align-items: center; gap: 4px;}
.detail-all-txt .detail_txt .introduce2 .intro_txt.more + .more_img{display: flex;}
.detail-all-txt .detail_txt .introduce2 .intro_list {overflow: hidden; margin-top: 24px;}
.detail-all-txt .detail_txt .introduce2 .intro_list > li {position: relative;border-top: 1px solid #EDEDF2}
.detail-all-txt .detail_txt .introduce2 .intro_list > li .item_tit{display: flex; justify-content: space-between; align-items: center; height: 48px; font-weight: 700; font-size: 16px;}
.detail-all-txt .detail_txt .introduce2 .intro_list > li .item_tit .ico.ico_arrow_down:after{background-color: #7B8A9D; left: -40px; cursor: pointer; transform: rotate(-90deg); transition: transform 0.3s ease;}
.detail-all-txt .detail_txt .introduce2 .intro_list > li .item_cnt {display: none; padding: 16px 0 24px;}
.detail-all-txt .detail_txt .introduce2 .intro_list > li .item_tit.active .ico.ico_arrow_down:after {transform: rotate(90deg);}
.detail-all-txt .detail_txt .introduce2 .intro_list > li .item_cnt .sel-box {margin-bottom: 1.6rem;    border-radius: .8rem !important;}
.detail-all-txt .detail_txt .introduce2 .intro_list > li .item_tit.active .ico.ico_arrow._down:before {transform: rotate(360deg);}
.detail-all-txt .detail_txt .introduce2 .sel-box:not(._txt) {height: 40px;padding: 0 47px 0 12px;border-radius: 4px;border: 1px solid var(--gray-20);font-size: var(--fz-14);color: var(--gray-60);width: 430px; display: block; background-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/arrow_down.svg);background-repeat: no-repeat;background-size: 24px 24px;background-position: calc(100% - 6px) 50%;}
.detail-all-txt .detail_txt .introduce2 .intro_list.detail-all-txt .detail_txt .introduce2 > li .item_cnt .sel-box {margin-bottom: 1.6rem;border-radius: .8rem !important;}
.detail-all-txt .detail_txt .introduce2 .intro_list > li .item_tit.active .ico.ico_arrow._down:before {transform: rotate(360deg);}

.detail-all-txt .detail_txt .introduce2 .detail_info dl{display: flex; gap: 20px;}
.detail-all-txt .detail_txt .introduce2 .detail_info dl + dl{margin-top: 6px;}
.detail-all-txt .detail_txt .introduce2 .detail_info dl dt{font-size: 13px;letter-spacing: -0.42px; font-weight: 500; width: 74px;color: #7B8A9D; min-width: 74px;}
.detail-all-txt .detail_txt .introduce2 .detail_info dl dd strong{display: inline-block; margin-bottom: 4px;}
.detail-all-txt .detail_txt .introduce2 .detail_info dl dd{width: 532px;}

/* 교재 리뷰 */
.detail-all-txt .info_review {margin-top: 50px;}
.detail-all-txt .info_review .review_tit{position: relative;}
.detail-all-txt .info_review .sort_box{position: absolute; bottom:0; right:0}

.detail-all-txt .info_review .common_tit{margin-bottom: 10px;}
.detail-all-txt .info_review .review_box{display: flex; justify-content: center;align-items: center; gap: 80px; padding:24px 80px; background: #FAFAFC; border-radius: 4px; margin-top:12px}
.detail-all-txt .info_review .review_box .score_total{width: 150px; text-align: center;}
.detail-all-txt .info_review .review_box .score_total .star_area{display: flex; justify-content: center; margin-top: 6px;}
.detail-all-txt .info_review .review_box .score_total .score {font-size: 16px; color: #C2CAD6; margin-top: 8px;}
.detail-all-txt .info_review .review_box .score_total .score .rating{font-size: 24px; font-weight: 700; color: #121212;}
 .ico_star2{width: 13px; height: 13px;}
 .ico_star2::after {width:13px;height:13px}
 .ico_star2.active::after{width:13px; height:13px; background: #016AF6;}
 .detail-all-txt .info_review .review_box .score_list ul{display: flex; flex-direction: column; gap: 4px;}
.detail-all-txt .info_review .review_box .score_list ul li{display: flex; align-items: center; gap: 4px; color: #7E8B9A;} 
.detail-all-txt .info_review .review_box .score_list ul li .star_area{display: flex;align-items: center}
.detail-all-txt .info_review .review_box .score_list ul li .ico_star2{width: 13px; height: 13px;}
.detail-all-txt .info_review .review_box .score_list ul li .ico_star2::after {width:13px;height:13px}
.detail-all-txt .info_review .review_box .score_list ul li .ico_star2.active::after{width:13px; height:13px;}
.detail-all-txt .info_review .review_box .score_list ul li .percent_bar{position: relative; background: #E7EFFD; border-radius: 2px; width: 100px; height: 3px; margin-left: 2px;}
.detail-all-txt .info_review .review_box .score_list ul li .percent_bar em{position: absolute; top:0; left:0; background: #7B8A9D; width: 0; height: 100%; border-radius: 22px;}
.detail-all-txt .info_review .review_box .score_list ul li .percent_bar em.active{background: #016AF6;}
.detail-all-txt .info_review .review_box .score_list ul li .percent_bar:has(em.active) + .percent_num{display: flex;align-items: center;  padding: 0 5px; background: #7B8A9D; color:#fff; border-radius: 100px; font-weight: 700; font-size: 11px; height: 17px; line-height: 17px; margin-left: 8px;}
.detail-all-txt .info_review .review_box .percent_num{display: none;}
.detail-all-txt .info_review .review_box .ico_star2{display: inline-block; width:30px; height:30px;}
.detail-all-txt .info_review .review_box .ico_star2::after {width:30px;height:30px;background: #E0E3EB;}
.detail-all-txt .info_review .review_box .ico_star2.active::after{background: #016AF6; width:30px; height:30px;}
.detail-all-txt .info_review .book_review_top{display: flex; justify-content: space-between; padding: 20px 0 16px;} 
.detail-all-txt .info_review .book_review_top .book_review_filter{align-items: center; gap: 8px;}
.detail-all-txt .info_review .book_review_top .book_review_filter .ico.ico_arrow_down:after {background-color: #7B8A9D; left:32px;cursor: pointer;}
.detail-all-txt .info_review .book_review_top .book_review_filter a{text-decoration: none;}
.detail-all-txt .info_review .book_review_top .book_review_filter .drop-box{padding-bottom: 0; width: 52px;}
.detail-all-txt .info_review .book_review_top .book_review_filter .drop-box .drop-menu{left:-40px}
.detail-all-txt .info_review .book_review > ul {display: flex;flex-direction: column;}
.detail-all-txt .info_review .book_review > ul > li {padding: 20px 0;border-bottom: 1px solid #EDEDF2;position: relative;}
.detail-all-txt .info_review .book_review > ul > li > div.fl{display: flex;margin-bottom: 8px;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area {display: flex;gap: 4px; height: 18px;align-items: center;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .star_area {display: flex;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .star_area .ico_star2 {width: 13px;height: 13px;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .star_area .ico_star2::after {width: 13px;height: 13px;background: #E0E3EB;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .star_area .ico_star2.active::after {background: #025AF6;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .info_area {display: flex;gap: 2px;align-items: center; margin-top: 2px; width: 680px; justify-content: space-between;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .info_area > div {display: flex;gap: 4px;align-items: center; }
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .info_area > i.ico_line_bar {width: 17px;height: 16px;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .info_area > i.ico_line_bar::after {width: 17px;height: 16px;background: #E0E3EB;margin-top: 1px;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .info_area span.info_kind {font-size: 11px;font-weight: 700;line-height: 15.4px;letter-spacing: -0.33px;color: #7B8A9D;background: #F6F6F9;border-radius: 2px;padding: 1.5px 5px;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .info_area span.info_id, 
.detail-all-txt .info_review .book_review > ul > li > div.fl .txt_area .info_area span.info_date {font-size: 12px;line-height: 18px;letter-spacing: -0.24px;color: #7B8A9D;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .review_area p {font-size: 13px;line-height: 18px;letter-spacing: -0.24px;color: #121212;}
.detail-all-txt .info_review .book_review > ul > li > div.fl .review_area{position: relative;}
.detail-all-txt .info_review .book_review > ul > li .review_content{display: flex; column-gap: 50px; justify-content: space-between;}
.detail-all-txt .info_review .book_review > ul > li .photo_area{position: relative; width: 72px; height: 72px; border-radius: 2px; overflow: hidden; outline: 1px solid #F6F6F9; background: #EDEDF2; cursor: pointer; flex-shrink: 0;}
.detail-all-txt .info_review .book_review > ul > li .photo_area img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.detail-all-txt .info_review .book_review > ul > li .photo_area span.total_count {position: absolute;bottom: 0;right: 0;display: flex;align-items: center;justify-content: center;background: rgba(0, 0, 0, 0.40);width: 20px;height: 20px;color: #FFF;font-size: 11px;font-weight: 700;line-height: 15px;letter-spacing: -0.33px;}
.detail-all-txt .info_review .book_review > ul > li.no_data{display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 64px 0; }
.detail-all-txt .info_review .book_review > ul > li.no_data p{font-size: 16px; line-height: 22px; font-weight: 700; letter-spacing: -0.16px; color: #121212; text-align: center;}
.detail-all-txt .info_review .book_review > ul > li.no_data p::before{content: ''; width: 80px; height: 75px; display: block; margin: 0 auto 16px; background: url('https://un-static.conects.com/un_static/img/common/no_data.png') no-repeat 50% 50%/100% auto;}
.detail-all-txt .info_review .book_review .review_img{display: none; gap: 12px; margin-top: 12px;}
.detail-all-txt .info_review .book_review .review_img.show{display: flex;}
.detail-all-txt .info_review .book_review .review_img.show img{width: 200px; height: 200px; object-fit: cover; object-position: center; outline: 1px solid #EDEDF2;}
.detail-all-txt .info_review .book_review .edit_btn {margin-top: 12px; display: flex; gap: 16px;}
.detail-all-txt .info_review .book_review .edit_btn a{position: relative; color: #5C6675; font-size: 12px; font-weight: 400; line-height: 18px; letter-spacing: -0.24px; text-decoration: none;}
.detail-all-txt .info_review .book_review .edit_btn a:first-child:after{display: block; clear: both; content: ""; width: 1px; height: 8px; background:#7B8A9D;position: absolute; top:4px; left:28px}

/* 분철 */
.info_split{margin-top: 50px;}
.info_split .intro_txt{padding-left: 20px;}
.info_split ul li{font-size: 13px; line-height: 20px; list-style: disc;}
.info_split .common_tit_s{margin:0; font-size: 16px;}
.detail_split{display: flex;justify-content: space-between; padding: 16px;font-weight: 500; font-size: 14px;}
.detail_split .book-check{display: flex; align-items: center; gap: 4px;}
.book-check label{display: flex; align-items: center;}
.detail_split i.ico_check_off{display: inline-block; width: 24px;height: 24px;}
.detail_split i.ico_check_on{display: inline-block; width: 24px;height: 24px;}
.detail_split i.ico_info{display: inline-block; width: 16px;height: 16px;}
.detail_split .info_check .ico_info::after {background-color: #7B8A9D;width: 16px;height: 16px;}


/* 배송/교환/반품 */
.detail-all-txt .info_dilivery {margin-top: 50px;}
.detail-all-txt .info_dilivery .sub-conts-wrap{gap: 20px;}
.detail-all-txt .info_dilivery .intro_txt{padding-left: 20px;}
.detail-all-txt .info_dilivery ul li{font-size: 13px; line-height: 20px; list-style: disc;}
.detail-all-txt .info_dilivery .common_tit_s{margin:0 0 12px 0 ; font-size: 16px;}

/* 오른쪽 detail-all-side  */
.detail-all-side{width: 360px;}
.detail-all-side .sub-conts-wrap{position: sticky;top: 0;margin-top: -20px;padding-top: 20px;z-index: 1;display: flex;flex-direction: column;}
.detail-all-side .sub-conts-wrap strong{display: block; color: #025AF6;font-size: 13px;font-weight: 700;line-height: 18px;letter-spacing: -0.13px; padding: 7px 0; text-align: center; background: #E7EFFD; border-radius: 8px 8px 0 0;}
.detail-all-side .sub-conts-wrap .side_box{display: flex;flex-direction: column;gap: 16px;padding: 30px 24px;}
.detail-all-side .sub-conts-wrap .side_box h3{font-size: 20px; line-height: 28px;}
.detail-all-side .sub-conts-wrap .side_box .detail_split{padding: 0}
.detail-all-side .sub-conts-wrap  .style_bd{border-radius: 8px}
.detail-all-side .sub-conts-wrap .detail_total{display: flex; justify-content: space-between;align-items: center;padding: 16px 0 0; border-top: 1px solid #F6F6F9;}
.detail-all-side .sub-conts-wrap .detail_total .total_txt{font-size: 16px; font-weight: 700; line-height: 21px;}
.detail-all-side .sub-conts-wrap .detail_total .total_price{font-size: 20px; font-weight: 700;}
.detail-all-side .sub-conts-wrap .product_btn{display: flex; gap: 8px;}
.detail-all-side .sub-conts-wrap .product_btn a{display: flex;align-items: center;justify-content: center; flex: 1; height: 40px; border-radius:8px;border: 1px solid #EDEDF2; font-size: 14px; font-weight: 500; text-decoration: none;}
.detail-all-side .sub-conts-wrap .product_btn a.btn_buy{background: #025AF6; border: 1px solid #025AF6; color: #fff; font-weight: 700; text-decoration: none;}
.detail-all-side .sub-conts-wrap .product_btn .btn5{display: flex;align-items: center;}
.detail-all-side .sub-conts-wrap .product_btn .btn5 .ico.ico_bell::after{display: block;width: 16px;height: 16px;margin-right: 2px;}
.detail-all-side .sub-conts-wrap .product_btn .btn6{border-radius: 8px;border: 1px solid #EDEDF2;background: #FAFAFC; color: #C2CAD6}
.detail-all-side .sub-conts-wrap input[type=checkbox]{background: url(https://un-static.conects.com/un_static/img/common/icon/chk_box2_off.png) no-repeat;}
.detail-all-side .sub-conts-wrap input[type=checkbox]:checked{background: url(https://un-static.conects.com/un_static/img/common/icon/chk_box2_on.png) no-repeat;}


/* 리뷰 필터 */
.filter_wrap{border-top-color: var(--gray-20);}
.filter_wrap .filter_col{height: auto; align-items: start;}
.filter_wrap .filter_col strong{flex-shrink: 0;}
.filter_wrap .filter_body .filter_col ul{flex-wrap: wrap; gap: 8px;}
.filter_wrap .filter_scroll .filter_selected{width: 515px;}

@media all and (max-height: 940px) {
    .cart_wrap .cart_scroll_box {
        max-height: 630px
    }
}

@media all and (max-height: 920px) {
    .cart_wrap .cart_scroll_box {
        max-height: 590px
    }
}

@media all and (max-height: 880px) {
    .cart_wrap .cart_scroll_box {
        max-height: 550px
    }
}

@media all and (max-height: 830px) {
    .cart_wrap .cart_scroll_box {
        max-height: 510px
    }
}

@media all and (max-height: 790px) {
    .cart_wrap .cart_scroll_box {
        max-height: 470px
    }
}

@media all and (max-height: 760px) {
    .cart_wrap .cart_scroll_box {
        max-height: 440px
    }
}

@media all and (max-height: 720px) {
    .cart_wrap .cart_scroll_box {
        max-height: 400px
    }
}

@media all and (max-height: 680px) {
    .cart_wrap .cart_scroll_box {
        max-height: 360px
    }
}

@media all and (max-height: 640px) {
    .cart_wrap .cart_scroll_box {
        max-height: 330px
    }
}

@media all and (max-height: 600px) {
    .cart_wrap .cart_scroll_box {
        max-height: 280px
    }
}

/* 모달 */
/* 크게 보기 팝업 */
.pop_big_view .cn-modal-close{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; line-height: 50px; position: absolute; top: auto; bottom: -64px; left: 50%; transform: translateX(-50%); font-size: 0;width: 44px;height: 44px;background: #fff; border-radius: 110px;}
.pop_big_view .cn-modal-close i{display: inline-block; width:24px; height: 24px; vertical-align: middle;}
.pop_big_view .cn-modal-main{width: auto; max-width: 750px;}
.pop_big_view .pop_big_book{display: flex; justify-content: center;}
.pop_big_view .pop_big_book img{max-width: 430px;}

/* .pop_incoming 제입고 알림 신청  */
.pop_incoming .cn-modal-fade{transition: var(--var-transition-time);}
.pop_incoming .cn-modal-scale{transition: var(--var-transition-time);}
.pop_incoming .cn-modal-scale .cn-modal-main{transform: scale(.9); transition: var(--var-transition-time);}
.pop_incoming .cn-modal-scale.active .cn-modal-main{transform: scale(1);}
.pop_incoming .cn-modal-close{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; line-height: 50px; position: absolute; top: 0; right: 0; font-size: 0;}
.pop_incoming .cn-modal-close i{display: inline-block; width:24px; height: 24px; vertical-align: middle;}
.pop_incoming .cn-modal-span{display: inline-block; vertical-align: middle; height: 100%}
.pop_incoming .cn-modal-main{display: inline-block; width: 400px; border-radius: 4px; vertical-align: middle; background: #fff; margin: 50px 0;}
.pop_incoming .cn-modal-main .cn-modal-head{height: 50px; line-height: 50px; font-size: 18px; font-weight: 700; color: #121212; text-align: center; position: relative; user-select: none;display:inline-flex;max-width:100%;width:100%;}
.pop_incoming .cn-modal-main .cn-modal-head strong{font-size: 16px;width:90%;margin:0 auto;}
.pop_incoming .cn-modal-main .cn-modal-body{position: relative;text-align:left;font-size:13px; padding:20px 24px 30px;}

.pop_incoming .modal_content strong{display: block; font-size: 13px; font-weight: 700; line-height: 23px; color: #121212;}
.pop_incoming .incoming_info{display: flex; flex-direction: column; gap: 12px; padding: 16px; background: #FAFAFC; border-radius: 4px; margin-top: 12px;}
.pop_incoming .incoming_info dl{display: flex; gap: 12px;}
.pop_incoming .incoming_info dl dt{font-size: 13px; font-weight: 500; color: #7B8A9D; width: 50px; font-weight: 700;}
.pop_incoming .incoming_info dl dd{font-size: 13px; font-weight: 400; color: #121212; width: auto; font-weight: 500;}
.pop_incoming .incoming_txt{margin-top:20px; font-size: 13px; font-weight: 400; color: #121212; line-height: 20px;}
.pop_incoming .incoming_txt a{color: #025AF6; text-decoration: underline; text-underline-position: from-font;}
.pop_incoming .incoming_btn a{display: block; width: 100%; height:48px; background: #025AF6; border-radius: 4px; color: #fff; font-size: 15px; font-weight: 700; line-height:48px; text-align: center; margin-top: 24px}

/* .pop_incoming 제입고 알림 신청  */
.pop_alarm .cn-modal-fade{transition: var(--var-transition-time);}
.pop_alarm .cn-modal-scale{transition: var(--var-transition-time);}
.pop_alarm .cn-modal-scale .cn-modal-main{transform: scale(.9); transition: var(--var-transition-time);}
.pop_alarm .cn-modal-scale.active .cn-modal-main{transform: scale(1);}
.pop_alarm .cn-modal-close{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; line-height: 50px; position: absolute; top: 0; right: 0; font-size: 0;}
.pop_alarm .cn-modal-close i{display: inline-block; width:24px; height: 24px; vertical-align: middle;}
.pop_alarm .cn-modal-span{display: inline-block; vertical-align: middle; height: 100%}
.pop_alarm .cn-modal-main{display: inline-block; width: 400px; border-radius: 4px; vertical-align: middle; background: #fff; margin: 50px 0;}
.pop_alarm .cn-modal-main .cn-modal-head{height: 50px; line-height: 50px; font-size: 18px; font-weight: 700; color: #121212; text-align: center; position: relative; user-select: none;display:inline-flex;max-width:100%;width:100%;}
.pop_alarm .cn-modal-main .cn-modal-head strong{font-size: 16px;width:90%;margin:0 auto;}
.pop_alarm .cn-modal-main .cn-modal-body{position: relative;text-align:left;font-size:13px; padding: 24px;}

.pop_alarm .modal_content strong{display: block; font-size: 13px; font-weight: 700; line-height: 23px; color: #121212;}
.pop_alarm .incoming_info{display: flex; flex-direction: column; gap: 12px; padding: 16px; background: #FAFAFC; border-radius: 4px; margin-top: 12px;}
.pop_alarm .incoming_info dl{display: flex; gap: 12px;}
.pop_alarm .incoming_info dl dt{font-size: 13px; font-weight: 500; color: #7B8A9D; width: 50px; font-weight: 700;}
.pop_alarm .incoming_info dl dd{font-size: 13px; font-weight: 400; color: #121212; width: 258px; font-weight: 500;}
.pop_alarm .incoming_txt{margin-top:20px; font-size: 13px; font-weight: 400; color: #121212; line-height: 20px;}
.pop_alarm .incoming_txt a{color: #025AF6; text-decoration: underline; text-underline-position: from-font;}
.pop_alarm .incoming_btn a{display: block; width: 100%; height:48px; background: #025AF6; border-radius: 4px; color: #fff; font-size: 15px; font-weight: 700; line-height:48px; text-align: center; margin-top: 24px}

/* .pop_incoming 재입고 알림 신청  */
.pop_split .cn-modal-fade{transition: var(--var-transition-time);}
.pop_split .cn-modal-scale{transition: var(--var-transition-time);}
.pop_split .cn-modal-scale .cn-modal-main{transform: scale(.9); transition: var(--var-transition-time);}
.pop_split .cn-modal-scale.active .cn-modal-main{transform: scale(1);}
.pop_split .cn-modal-close{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; line-height: 50px; position: absolute; top: 0; right: 0; font-size: 0;}
.pop_split .cn-modal-close i{display: inline-block; width:24px; height: 24px; vertical-align: middle;}
.pop_split .cn-modal-close i::after{background-color: #7B8A9D;}

.pop_split .cn-modal-span{display: inline-block; vertical-align: middle; height: 100%}
.pop_split .cn-modal-main{display: inline-block; width: 400px; border-radius: 4px; vertical-align: middle; background: #fff; margin: 50px 0; border-radius: 4px;}
.pop_split .cn-modal-main .cn-modal-head{height: 50px; line-height: 50px; font-size: 18px; font-weight: 700; color: #121212; text-align: center; position: relative; user-select: none;display:inline-flex;max-width:100%;width:100%;}
.pop_split .cn-modal-main .cn-modal-head strong{font-size: 16px;width:90%;margin:0 auto; font-weight: 700 !important;}
.pop_split .cn-modal-main .cn-modal-body{position: relative;text-align:left;font-size:13px; padding: 24px;}
.pop_split .incoming_txt a{color: #025AF6; text-decoration: underline; text-underline-position: from-font;}
.pop_split .incoming_txt ul{display: flex; flex-direction: column; gap: 12px;}
.pop_split .incoming_txt ul li{font-size: 13px; font-weight: 400; color: #121212; line-height: 20px;}
.pop_split .incoming_btn a{display: block; width: 100%; height:48px; background: #025AF6; border-radius: 4px; color: #fff; font-size: 15px; font-weight: 700; line-height:48px; text-align: center; margin-top: 24px}

.paging-box a{font-size: 12px;}

.side_banner{transition: all 0.3s ease;}
.side_banner.hidden {opacity: 0;visibility: hidden;}
.side-conts-box {display: flex;flex-direction: column;gap: 15px;}
.side-conts-box > div {width: 50px;height: 50px;background: #fff;border: 1px solid #EDEDF2;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: all 0.2s ease;}
.side-conts-box > div:hover {background: #f8f9fa;}
.side-conts-box i{width: 24px; height: 24px; margin:0 auto;}
.side-conts-box i.ico_share:after{width: 24px; height: 24px; background-color: #7B8A9D;}
.side-conts-box i.ico_arrow_line_up:after{width: 24px; height: 24px; background-color: #7B8A9D;}

.cn-modal.review_list_modal .cn-modal-main, .cn-modal.review_detail_modal .cn-modal-main {width:600px !important; border-radius: 4px;}

/* .cn-bottom-wrap:not(.modal-bottom-wrap){display: none;}
.cn-modal-wrap:not(.cn-modal){display: none;}
.cn-modal{background: rgba(0, 0, 0, .45); opacity: 0; pointer-events: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; display:inline-block;text-align:center;font-size:0; z-index: 100; overflow: auto;
	--modal-width:750px;
}
.cn-modal.active{opacity: 1 !important; pointer-events: all;}
.cn-modal-fade{transition: var(--var-transition-time);}
.cn-modal-scale{transition: var(--var-transition-time);}
.cn-modal-scale .cn-modal-main{transform: scale(.9); transition: var(--var-transition-time);}
.cn-modal-scale.active .cn-modal-main{transform: scale(1);}
.cn-modal-close{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; line-height: 50px; position: absolute; top: 0; right: 0; font-size: 0;}
.cn-modal-close i{display: inline-block; width:24px; height: 24px; vertical-align: middle;}
.cn-modal-span{display: inline-block; vertical-align: middle; height: 100%}
.cn-modal-main{display: inline-block; width: var(--modal-width, 750px); vertical-align: middle; background: #fff; margin: 50px 0;}
.cn-modal-main .cn-modal-head{height: 50px; line-height: 50px; font-size: 18px; font-weight: 700; color: #121212; text-align: center; position: relative; user-select: none;display:inline-flex;max-width:100%;width:100%;}
.cn-modal-main .cn-modal-head strong{font-size: 16px;width:90%;margin:0 auto;}
.cn-modal-main .cn-modal-body{position: relative;text-align:left;font-size:13px;} */

.cn-modal .modal_info{padding:20px 16px 30px;background: var(--gray-5, #FAFAFC);display:flex;flex-direction: column;gap:10px 0;}
.cn-modal .modal_info .info_box p{color: var(--gray-60, #7E8B9A);font-size: 12px;font-weight: 700;line-height: 140%;letter-spacing: -0.24px;margin-bottom:6px;}
.cn-modal .modal_info li{color: var(--gray-60, #7E8B9A);font-size: 12px;line-height: 150%;letter-spacing: -0.36px;display:flex;gap:0 4px;}
.cn-modal .modal_conts{margin:26px auto 30px;padding:0 16px;}
.cn-modal .type_column_cont{gap:24px 0;}

.cn-modal .type_input .label_txt{color: var(--gray-100, #121212);font-size: 14px;font-weight: 500;line-height: 150%;letter-spacing: -0.56px;margin-bottom:8px;}
.cn-modal .type_input label select{width:100%;height:50px;}
.cn-modal .type_input input[type="text"]{border: 1px solid var(--gray-30, #E0E3EB);width:100%;height:50px;padding:15px 20px;}
.cn-modal .type_input textarea{width:100%;border: 1px solid var(--gray-30, #E0E3EB);width:100%;height:150px;padding:15px 20px;}
.cn-modal .type_input textarea::placeholder{font-size:13px;}
.cn-modal .type_input .file-box{border:0 none; padding:0;}
.cn-modal .type_input .file-box .add_file{padding:10px 12px;}
.cn-modal .type_input .file-box .add_file span{font-size:12px;}
.cn-modal .type_input .file-box .add_file label{background-size:16px 16px;padding-left: 20px;}
.cn-modal .type_input .upload_list ul{display:flex;flex-direction:column;}
.cn-modal .type_input .upload_list ul li{flex:1;}
.cn-modal .type_input .upload_list ul li i{width:22px;}
.cn-modal .type_input .upload_list ul li .del{float:none;margin-left:8px;}
.cn-modal .type_input .upload_list ul li .vol{text-align:right;width:58px;}
.cn-modal .type_input .upload_list ul li .file_name{display:inline-flex;width:80%;}
.cn-modal .type_input .upload_list ul li .file_name a{width:100%;padding-left:0;}
.cn-modal .modal_btn{display:flex;flex-wrap: wrap;gap:8px;}
.cn-modal .modal_btn a{flex:1;}

.cn-movie-modal iframe{border: 0;}

/* 닫기버튼이 이미지 일때 */
.cn-modal .modal_close{display: flex;justify-content: flex-end;height: 50px;}
.cn-modal .modal_close .ico.ico_close{width: 50px;}
.cn-modal .modal_close .ico.ico_close::before{content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: inline-block; width: 24px; height: 100%; background-color: #000; -webkit-mask-size: 100%; mask-size: cover; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center;}

/* 닫기버튼이 텍스트 일때 */
.cn-modal .modal_close.type_txt{gap: 5px;margin-bottom: 3px;width: 100%;height: 100%;}
.cn-modal .modal_close.type_txt li a{border: 1px solid #fff;color: #fff;font-size: var(--fz-13);display: block;padding: 2px 10px;}

/* .cn-modal-mobile{background: #000; z-index: 10000;}
.cn-modal-mobile:has(.cn-modal-head-mobile){padding-top: 5rem;}
.cn-modal-mobile video{height: 100%; margin: 0 auto;}
.cn-modal-mobile .cn-modal-main{margin: 0; width: 100%}
.cn-modal-mobile .cn-modal-body{position: static;}
.cn-modal-mobile .cn-modal-close{position: fixed; width: 5rem; height: 5rem; right: auto; left: 0; z-index: 1;}
.cn-modal-mobile .cn-modal-close i{width: 2.4rem; height: 2.4rem;}
.cn-modal-mobile .cn-modal-close i::before{background: #fff;}
.cn-modal-mobile .cn-modal-image{text-align: center;}
.cn-modal-mobile .cn-modal-image img{display: inline-block;}
.cn-modal-mobile .cn-modal-head-mobile{display: flex; align-items: center; justify-content: center; background: #fff; height: 5rem; position: relative; position: fixed; left: 0; top: 0; width: 100%; z-index: 1; border-bottom: 0.1rem solid var(--gray-20);}
.cn-modal-mobile .cn-modal-head-mobile strong{font-size: 1.6rem;}
.cn-modal-mobile .cn-modal-head-mobile .cn-modal-close{position: absolute;}
.cn-modal-mobile .cn-modal-head-mobile .cn-modal-close i::before{background: #000;}
    

.cn-modal-scale.active .cn-modal-main {transform: scale(1);transition: var(--var-transition-time); display: inline-block;width: var(--modal-width, 750px);vertical-align: middle;background: #fff;margin: 50px 0;}

.cn-modal-main .cn-modal-head {height: 50px;line-height: 50px;font-size: 18px;font-weight: 700;color: #121212;text-align: center;position: relative;user-select: none;display: inline-flex;max-width: 100%;width: 100%;} */
.cn-modal.review_detail_modal .modal_content {display: flex; flex-direction: column; gap: 24px; padding: 20px 24px;}
.cn-modal.review_detail_modal .modal_content > a{display: flex; align-items: center; justify-content: center; width: 100%; height: 48px; font-size: 15px; font-weight: 700; line-height: 23px; letter-spacing: -0.45px; color: #FFF; border-radius: 4px; background: #025AF6;}
.cn-modal.review_detail_modal .modal_content > div{display: flex; flex-direction: column; gap: 20px;}
.cn-modal.review_detail_modal .modal_content > div .info_area{display: flex; align-items: center; gap: 24px; border-radius: 4px; border: 1px solid #EDEDF2; padding: 20px;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div{display: flex; gap: 16px;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div > .book_img{width: 72px;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div > .book_img img{border-radius: 4px; border: 1px solid#EDEDF2;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div > .book_info {display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 323px;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div > .book_info span.book_tit{font-size: 16px; font-weight: 500; line-height: 22px; letter-spacing: -0.32px; color: #121212;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div > .book_info > div{display: flex; align-items: center;  font-size: 12px; line-height: 18px; letter-spacing: -0.24px; color: #7B8A9D;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div > .book_info > div .ico.ico_line_bar{width: 17px; height: 16px;}
.cn-modal.review_detail_modal .modal_content > div .info_area > div > .book_info > div .ico.ico_line_bar::after{width: 17px; height: 16px; background: #E0E3EB; margin-top: 1px;}
.cn-modal.review_detail_modal .modal_content > div .info_area .book_btn{display: flex; align-items: center; justify-content: center; width: 89px; height: 40px; font-size: 14px; line-height: 20px; letter-spacing: -0.42px; color: #121212; border-radius: 4px; border: 1px solid #EDEDF2;}

.cn-modal.review_detail_modal .modal_content > div .star_area{display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 10px 0;}
.cn-modal.review_detail_modal .modal_content > div .star_area > p{font-size: 13px; font-weight: 700; line-height: 20px; letter-spacing: -0.39px; color: #121212;}
.cn-modal.review_detail_modal .modal_content > div .star_area > div {display: flex; justify-content: center; gap: 6px;}
.cn-modal.review_detail_modal .modal_content > div .star_area > div .ico_star2{width: 40px; height: 40px; cursor: pointer;}
.cn-modal.review_detail_modal .modal_content > div .star_area > div .ico_star2::after{width: 40px; height: 40px; background: #E0E3EB;}
.cn-modal.review_detail_modal .modal_content > div .star_area > div .ico_star2.active::after{background: #025AF6;}

.cn-modal.review_detail_modal .modal_content > div .type_area{display: flex; flex-direction: column; gap: 12px; padding-top: 20px; border-top: 1px solid #EDEDF2;}
.cn-modal.review_detail_modal .modal_content > div .type_area > p{font-size: 13px; font-weight: 700; line-height: 20px; letter-spacing: -0.39px; color: #121212;}
.cn-modal.review_detail_modal .modal_content > div .type_area > p span{color: #025AF6;}
.cn-modal.review_detail_modal .modal_content > div .type_area > div {display: flex; align-items: center; gap: 16px;}
.cn-modal.review_detail_modal .modal_content > div .type_area > div label{display: flex; align-items: center; gap: 4px;}
.cn-modal.review_detail_modal .modal_content > div .type_area > div label input{width: 16px; height: 16px;}

.cn-modal.review_detail_modal .modal_content > div .review_area{display: flex; flex-direction: column; gap: 12px;}
.cn-modal.review_detail_modal .modal_content > div .review_area > p{font-size: 13px; font-weight: 700; line-height: 20px; letter-spacing: -0.39px; color: #121212;}
.cn-modal.review_detail_modal .modal_content > div .review_area > p span{color: #025AF6;}
.cn-modal.review_detail_modal .modal_content > div .review_area textarea{border-radius: 4px; border: 1px solid #EDEDF2; height: 150px; padding: 8px; font-size: 13px; line-height: 20px; letter-spacing: -0.26px;}

.cn-modal.review_detail_modal .modal_content > div .photo_area{display: flex; flex-direction: column; gap: 12px;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > p{font-size: 13px; font-weight: 700; line-height: 20px; letter-spacing: -0.39px; color: #121212;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > p span{color: #7B8A9D;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div{display: flex; gap: 10px;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div .item_photo{position: relative; width: 100px; height: 100%; border-radius: 4px; border: 1px solid #EDEDF2; overflow: hidden;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div .item_photo > img{width: 100px; height: 100px;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div .item_photo > a{position: absolute; top: 0; right: 0; width: 28px; height: 28px; background: rgba(0, 0, 0, 0.40);}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div .item_photo > a.ico_close::after{width: 20px; height: 20px; background-color: #FFF;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div .item_photo.plus_photo{display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 4px; background: rgba(0, 0, 0, 0.80); cursor: pointer;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div .item_photo.plus_photo .ico_plus{display: block; width: 24px; height: 24px;}
.cn-modal.review_detail_modal .modal_content > div .photo_area > div .item_photo.plus_photo .ico_plus::after{width: 24px; height: 24px; background: #E0E3EB;}

.cn-modal.review_detail_modal .modal_content > div .photo_area ul > li{position: relative; font-weight: 400; font-size: 13px; line-height: 20px; letter-spacing: -0.26px; padding-left: 19px; color: #7B8A9D;}
.cn-modal.review_detail_modal .modal_content > div .photo_area ul > li::before{ content: ''; width: 3px; height: 3px; background-color: #7B8A9D; position: absolute; top: 8px; left: 8px; border-radius: 50%; }

.share_modal .cn-modal-close{position: absolute; right: 12px; left: auto; top: 12px; width: 20px; height: 20px; line-height: 20px;}
.share_modal .cn-modal-close i:after{width: 100%; height: 100%; background-color: #7B8A9D;}
.share_modal .cn-modal-main{width: 270px; border-radius: 8px; overflow: hidden; background: #FFF; outline: 1px solid #EDEDF2; box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08); margin: 0; position: absolute; bottom: 149px; right: 24px;}
.share_modal .cn-modal-main .share_tit{color: var(--text-primary, #121212); width: 100%; padding: 16px;font-family: 'Pretendard';font-size: 16px;font-style: normal;font-weight: 700;line-height: 22px;letter-spacing: -0.16px;}
.share_modal .share_body{padding: 0 16px 20px;}
.share_modal .share_body ul {display: flex; flex-wrap: wrap;row-gap: 10px;} 
.share_modal .share_body ul li{width: 50%; height: 32px; padding-left:  38px; display: flex; align-items: center; color: #121212; font-weight: 400; line-height: 20px; letter-spacing: -0.28px; font-size: 12px}
.share_modal .share_body ul li:nth-of-type(1){background: url(https://un-static.conects.com/dangimall/common/logo/kakao_icon.png) no-repeat 0 0; background-size: 32px 32px;}
.share_modal .share_body ul li:nth-of-type(2){background: url(https://un-static.conects.com/dangimall/common/logo/blog_icon.png) no-repeat 0 0; background-size: 32px 32px;}
.share_modal .share_body ul li:nth-of-type(3){background: url(https://un-static.conects.com/dangimall/common/logo/insta_icon.png) no-repeat 0 0; background-size: 32px 32px;}
.share_modal .share_body ul li:nth-of-type(4){background: url(https://un-static.conects.com/dangimall/common/logo/x_icon.png) no-repeat 0 0; background-size: 32px 32px;}
.share_modal input:is([type=text], [type=password]):not(._line){border-radius: 8px;}
.share_modal .event_input {display: flex;flex: 1;justify-content: space-between;margin-top: 16px;border: 1px solid #E3E6EC;background: #FFF;border-radius: 8px;}
.share_modal .event_input .input_box {flex: 1;position: relative;}
.share_modal .event_input .input_box input[type='text'] {height: 36px;padding: 0 10px;border: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width: 190px}
.share_modal .event_input .input_box input::placeholder {color:#7B8A9D}
.share_modal .event_input .input_file {position: absolute;top: 50%;right: 10px;width: 20px;height: 20px;margin-top: -10px}
.share_modal .event_input .input_file input[type='file'] {display: none;}
.share_modal .event_input .input_file label {display: inline-block;width: 100%;height: 100%;}
.share_modal .event_input .input_file label::before {background: #BEBEBE;position: static;width: 100%;height: 100%;}
.share_modal .event_input .input_file label.selected::before {background: #025AF6;}
.share_modal .event_input a {display: flex;justify-content: center;background: #F6F6F9;align-items: center;width: 46px;height: 36px;line-height: 36px;border-radius: 0 8px 8px 0;text-align: center;flex-shrink: 0;color: #121212;font-size: 12px;}


.cn-modal.preview_modal{display: flex; justify-content: center; align-items: center;}
.cn-modal.preview_modal .cn-modal-main{border-radius: 4px; width: 1080px;}
.cn-modal.preview_modal .cn-modal-body{border-top: 1px solid var(--bd-primary, #EDEDF2);}
.cn-modal.preview_modal .cn-modal-body .fl > .preview_tab{height: 658px;background: #F6F6F9; width: 780px; display: none; position: relative; overflow: auto;}
.cn-modal.preview_modal .cn-modal-body .fl > .preview_tab img{border: 1px solid var(--bd-primary, #EDEDF2); border-width: 0 1px 0 1px; pointer-events: none;}
.cn-modal.preview_modal .cn-modal-body .fl > .preview_tab.active{display: block;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info{width: 300px; border-left: 1px solid var(--bd-primary, #EDEDF2); background: #FFF;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_txt{padding: 20px 24px; border-bottom: 1px solid var(--bd-primary, #EDEDF2);}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_txt .info_name{color: var(--text-primary, #121212);font-family: 'Pretendard';font-size: 20px;font-style: normal;font-weight: 700;line-height: 28px;letter-spacing: -0.4px;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_txt .info_author{margin-top: 6px; color: var(--text-secondary, #7B8A9D);font-family: 'Pretendard';font-size: 13px;font-style: normal;font-weight: 400;line-height: 21px;letter-spacing: -0.26px}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_txt .info_price{margin-top: 14px;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_txt .info_price span{color: #C2CAD6; font-family: 'Pretendard';font-size: 14px;font-style: normal;font-weight: 700;line-height: 24px;letter-spacing: -0.32px; text-decoration: line-through; margin-right: 6px}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_txt .info_price b{color: #025AF6; font-family: 'Pretendard';font-size: 16px;font-style: normal;font-weight: 700;line-height: 24px;letter-spacing: -0.32px; margin-right: 4px}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_txt .info_price strong{color: var(--text-primary, #121212);font-family: 'Pretendard';font-size: 16px;font-style: normal;font-weight: 700;line-height: 24px;letter-spacing: -0.32px;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_btn{margin-top: 16px;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_btn a{display: flex; height: 40px; padding: 15px 40px;border-radius: 8px; background: var(--Color-gradient-key-color, #025AF6);justify-content: center;align-items: center;align-self: stretch; color: #FFF; width: 252px; font-size: 14px; font-weight: 700; line-height: 20px; letter-spacing: -0.42px; text-decoration: none;} 
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_select{padding: 20px 24px;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_page .preview_page_tit,
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_rate .preview_rate_tit{color: var(--text-primary, #121212);font-family: 'Pretendard';font-size: 13px;font-style: normal;font-weight: 700;line-height: 18px; letter-spacing: -0.13px; margin-bottom: 12px}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_rate .preview_rate_tit + div{display: flex;flex-wrap: wrap; gap: 8px; }
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_rate .preview_rate_tit + div .preview_rate_item{width: 78.3px; height: 28px; border-radius: 4px; border: 1px solid var(--bd-primary, #EDEDF2); display: flex; align-items: center; justify-content: center; color: var(--text-primary, #121212);font-family: 'Pretendard';font-size: 12px;font-style: normal;font-weight: 400;line-height: 18px; letter-spacing: -0.24px; cursor: pointer;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_rate .preview_rate_tit + div .preview_rate_item.active{border: 1px solid var(--Color-gradient-key-color, #025AF6); color: var(--Color-gradient-key-color, #025AF6);}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_rate .preview_rate_tit + div .preview_rate_item[disabled]{border: 1px solid var(--bd-primary, #EDEDF3); background: var(--fg-btn-outline-disabled, #FAFAFC); color: var(--text-disabled, #C2CAD6); cursor: not-allowed;}
.cn-modal.preview_modal .cn-modal-body .fl .preview_info .preview_rate .preview_rate_tit + div .preview_rate_item[disabled].active{border: 1px solid var(--bd-primary, #EDEDF3); background: var(--fg-btn-outline-disabled, #FAFAFC); color: var(--text-disabled, #C2CAD6); cursor: not-allowed;}

.preview_page .preview_page_item{width: 78px; height: 78px; border-radius: 4px; border: 1px solid var(--bd-primary, #EDEDF2); display: flex; justify-content: center; flex-direction: column; align-items: center; cursor: pointer;}
.preview_page .preview_page_item .ico{width: 24px; height: 24px;}
.preview_page .preview_page_item.active{border-color: #025AF6; color: #025AF6;}
.preview_page .preview_page_item.active .ico.ico_regular1::after{background-color: #025AF6;}
.preview_page .preview_page_cnt{display: flex; gap: 8px;}
.ico.ico_regular1::after{-webkit-mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/ico_regular1.svg); mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/ico_regular1.svg); width: 24px; height: 24px; background-color: #7B8A9D;}
.ico.ico_regular2::after{-webkit-mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/ico_regular2.svg); mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/ico_regular2.svg); width: 24px; height: 24px; background-color: #7B8A9D;}
.ico.ico_regular3::after{-webkit-mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/ico_regular3.svg); mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/ico_regular3.svg); width: 24px; height: 24px; background-color: #7B8A9D;} 
.preview_rate{margin-top: 20px;}
.preview_modal .cn-modal-main .modal_content .slide_area{position:relative;}
.preview_modal .cn-modal-main .modal_content .pop_book_slide{position: static; overflow: hidden; margin: 0 auto; transform-origin: left top;}
.preview_modal .cn-modal-main .modal_content .pop_book_slide .swiper-slide{display: flex; justify-content: center; align-items: center;  width: 780px; height: 658px; overflow: hidden;}
.preview_modal .cn-modal-main .modal_content .pop_book_slide img{flex-shrink: 0; max-width: 100%; max-height: 100%; object-fit: contain;}
.preview_modal .cn-modal-main .modal_content .preview_img2 img{width: 390px;}
.preview_modal .cn-modal-main .modal_content .preview_img3 .pop_book_slide{width: 720px; margin-top: 50px;}
.preview_modal .cn-modal-main .modal_content .preview_img3 .pop_book_slide .swiper-slide{display: flex; flex-wrap: wrap; row-gap: 20px; justify-content: flex-start; align-items: flex-start; height: auto;}
.preview_modal .cn-modal-main .modal_content .preview_img3 .pop_book_slide img{width: 113px; max-height: 157px;}
.preview_modal .cn-modal-main .modal_content .preview_img3 .pop_book_slide img:nth-child(6n+3){margin-left: 20px;}
.preview_modal .cn-modal-main .modal_content .preview_img3 .pop_book_slide img:nth-child(6n+4){margin-right: 20px;}
.preview_modal .slide_paging{position: fixed; left: 804px; width: auto; bottom: 30px; display: flex; align-items: center;}
.preview_modal .swiper-btn-prev{display: block; width: 24px; height: 24px; cursor: pointer; position: absolute; left: -8px; top: 2px; -webkit-mask-size: 100%; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center; -webkit-mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/new_arrow_sm.svg); mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/new_arrow_sm.svg); background-color: #7B8A9D;}
.preview_modal .swiper-btn-next{display: block; width: 24px; height: 24px; cursor: pointer; position: absolute; right: -8px; top: 2px; -webkit-mask-size: 100%; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center; -webkit-mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/new_arrow.svg); mask-image: url(https://un-static.conects.com/un_static/img/common/icon/svg/new_arrow_sm.svg); background-color: #7B8A9D; transform: rotate(180deg);}
.preview_modal .swiper-pagination-fraction{font-size: 14px; font-weight: 400; color: #7B8A9D; letter-spacing: 1.5px; pointer-events: none; display: flex; justify-content: center; align-items: center; height: 28px; width: auto; position: static; margin: 0 18px;}
.preview_modal .swiper-pagination-fraction .swiper-pagination-current{color: #000; font-weight: 700; min-width: 40px; text-align: right; border-radius: 4px;  text-align: center; margin-right: 7.5px; border: 1px solid var(--bd-primary, #EDEDF2); background: var(--fg-btn-outline-enable, #FFF);} 

body.cn-scroll-block-2:has(.share_modal) {overflow: auto !important; padding-right: 0;}