@charset "utf-8";
/* CSS Document */

/* 상품 상세 */
.item_photo_info_sec{}
.item_photo_info_sec:after{display:block; clear:both; content:'';}
/* 상품 이미지 크게 보기 */
.item_photo_view_box{float:left; position:relative; width:600px;}
.item_photo_view{}
.item_photo_big{display:table-cell; position:relative; width:600px; height:600px; text-align:center; vertical-align:middle; border:1px solid #ebebeb;}
.item_photo_big span{display:inline-block; width:600px;}
.item_photo_big img{max-width:100%; max-height:100%;}
.item_photo_big .btn_zoom{position:absolute; bottom:0px; right:0;}
/* 상품 이미지 슬라이드 */
.item_photo_slide{position:relative; margin:20px 0 0 0;}
.item_photo_slide .slider_goods_nav{font-size:0; width:520px;}
.item_photo_slide .slider_goods_nav li{display:inline-block; width:80px; height:84px; padding:0 10px 0 10px;/* background:#666;*/}
.item_photo_slide .slider_goods_nav li img{width:80px; height:80px; margin:2px 2px 2px 2px;}
.item_photo_slide .slider_goods_nav li a{display:block; width:80px;}
/* 작은 슬라이드 이미지 오버시, 선택시 */
.item_photo_slide .slider_goods_nav li a:hover{width:80px; height:80px; border:2px solid #333;}
.item_photo_slide .slider_goods_nav li a:hover img{margin:0;}
.item_photo_slide .slider_goods_nav li a.on{width:80px; height:80px; border:2px solid #333;}
.item_photo_slide .slider_goods_nav li a.on img{margin:0;}
/* 작은 슬라이드 버튼 */
.item_photo_slide .slick_goods_prev,
.item_photo_slide .slick_goods_next{position:absolute; top:20px; left:0; padding:10px; z-index:150;}
.item_photo_slide .slick_goods_next{right:0; left:auto;}

/* 상품 대표 색상 */
.item_photo_info_sec .color{margin:10px 0 5px; overflow:hidden}
.item_photo_info_sec .color > div{width:16px; height:16px; text-indent:-9999px; border:#dfdfdf 1px solid; float:left; margin:5px 5px 0 0;}

/* 상품 상세 리스트 */
.item_info_box{float:right; position:relative; width:556px;}
/* 타임세일 */
.item_info_box .time_sale{overflow:hidden; height:49px; margin:0 0 20px 0; padding:10px 10px 0 10px; border-bottom:1px solid #dbdbdb; background:#f5f5f5;}
.time_sale strong{display:block; float:left;}
.time_sale .time_sale_num{width:59px; height:44px; padding:5px 0 0 0; color:#ffffff; font-size:18px; background:url("../../img/common/bg/bg_sale.png") no-repeat 0 0; text-align:center;}
.time_sale .time_sale_num span{padding:0 0 0 1px; font-size:14px;}
.time_sale .time_day{margin:7px 0 0 16px; font-size:18px; letter-spacing:2px;}
.time_sale .time_day b{padding:0 10px 0 0;}
.time_sale .time_now_order{float:right; margin:5px 0 0 0;}
.time_sale .time_now_order span{color:#ab3e55; font-size:18px;}
/* 상품 상세 리스트 내용 */
.item_tit_detail_cont{}
.item_detail_tit{position:relative; padding:0 0 10px 0; border-bottom:1px solid #dbdbdb;}
.item_detail_tit h3{width:405px; font-size:18px; word-break: break-all;}
.item_detail_tit .btn_qa_share_box{position:absolute; bottom:10px; right:0px;}
/* 상품상세 공통 */
.item_detail_list{border-bottom:1px solid #999999; margin:10px 0 0 0;}
.item_detail_list:after{display:block; clear:both; content:"";}
.item_detail_list dl{float:left; width:100%; min-height:24px; padding:7px 0 6px 0;}
.item_detail_list dt{float:left; width:80px; margin:0 10px 0 0; color:#888888; font-weight:normal; word-wrap:break-word;}
.item_detail_list dd{float:left; width:460px;}
.item_detail_list del{color:#333333;}

/* 선택한 상품 삭제 버튼 */
table.option_display_area tbody tr td.td_delete_goods {width: 20px !important;}
button.delete_goods {vertical-align: middle; margin-left: 5px;position: relative;}
button.delete_goods img {display: block; vertical-align: middle; margin: 0; padding-inline: 0; position: relative; top: -1px;}

/* 상품상세 수량 조절 버튼 */
.goods_qty input[type="text"]:not(.input-control) {height: 33px;}

/* 판매가 */
.item_price dd{margin:-2px 0 0 0; font-size:16px; font-weight:bold;}
/* 241115 배송비 */
.item_detail_list dl.item_delivery {}
.item_detail_list dl.item_delivery dt {}
.item_detail_list dl.item_delivery dd {width: calc(100% - 130px);}
@media all and (max-width: 460px) {
    .item_detail_list dl.item_delivery dt {}
    .item_detail_list dl.item_delivery dd {width: calc(100% - 90px);}
    .item_detail_list dl.item_delivery dd::after {content: ""; display: block; clear: both;}
    .item_detail_list dl.item_delivery dd > strong {float: left; clear: none !important;}
    .item_detail_list dl.item_delivery dd > input {float: left;}
    .item_detail_list dl.item_delivery dd > span {float: left;}
    .item_detail_list dl.item_delivery dd > span.btn_layer {margin-left: 5px;}
    .item_detail_list dl.item_delivery dd > span.btn_layer:first-of-type {clear: both; margin-left: 0;}
    .item_detail_list dl.item_delivery dd > div{float: left; margin-left: 5px;}
    .item_detail_list dl.item_delivery .delivery-detail .delivery-division {line-height: 22px; height: 22px;}
}
/* 타임세일가격 */
.time_sale_price dd{margin:-3px 0 0 0; color:#ab3e55; font-size:16px; font-weight:bold;}
.time_sale_price dd del{position:relative; top:-2px; font-size:14px; font-weight:normal;}
.time_sale_price dd strong{margin:0 0 0 5px; font-size:18px;}
.time_sale_price dd img{margin:7px 0 0 0;}
/* 구매혜택 */
.item_discount_mileage dd{}
.item_apply{color:#999999; font-size:11px;}
.item_discount{display:block; padding:1px 0 2px 20px; background:url("../../img/icon/goods_icon/icon_discount.gif") no-repeat 0 2px;}
.item_mileage{display:block; padding:2px 0 1px 20px; background:url("../../img/icon/goods_icon/icon_mileage.gif") no-repeat 0 2px;}
/* 배송비 */
.item_delivery dd strong{padding:0 5px 5px 0; font-weight:normal;}
.item_delivery select{width:55%;}
.item_delivery .chosen-container{display:inline-block; margin:5px 0 0 0;}
.item_delivery .delivery-detail .delivery-division { display: inline-block; height: 30px; line-height: 30px; vertical-align: bottom; }
/* 옵션추가 */
.item_add_option_box{float:left; margin:5px 0 0 0; padding:10px 0 5px 0; border-top:1px solid #dbdbdb;}
.item_add_option_box dl{padding:10px 0 9px 0}
.item_add_option_box dt strong{color:#ab3e55;}
.item_add_option_box dd{margin:-5px 0 0 0;}
.item_add_option_box dd strong{display:block; padding:2px 0 0 0;}
.item_add_option_box select{width:100%; border-color: #eaeaea; font-size: 12px;}
.item_add_option_box input{width:100%;}

/* 상품상세 선택한 옵션 모바일 */
@media all and (max-width: 1024px) {
    table.option_display_area {width: 100%; display: block;}
    table.option_display_area tbody {width: 100%; display: block;}
    table.option_display_area tbody tr {position: relative;display: block;width: 100%;height: auto;border-bottom: 1px solid #eaeaea;padding-bottom: 10px;}
    table.option_display_area tbody tr:after {content: ""; display: block;clear: both;}
    table.option_display_area tbody tr td {display: block;box-sizing: border-box;border: 0 !important;padding: 0;!i;!;}
    table.option_display_area tbody tr td:nth-child(1) {width: calc(100% - 30px) !important;min-height: 38px;padding: 10px 0 10px 5px;}
    table.option_display_area tbody tr td:nth-child(2) {float: left;padding: 0 0 0 5px;}
    table.option_display_area tbody tr td:nth-child(3) {float: right;padding-top: 5px;padding-right: 5px;}
    table.option_display_area tbody tr td.td_delete_goods {width: fit-content !important;float: right;position: absolute;right: 0;top: 0;padding-top: 8px;}
    table.option_display_area tbody tr td .count {padding-left: 0 !important;}
}
/* 상품 총 가격 */
.item_price_cont{text-align:right;}
.item_tatal_box{float:right; width:225px; padding:20px 0 0 0; display:none; }
.item_tatal_box dl{width:100%; padding:0 0 5px 0; font-size:0;}
.item_tatal_box dt{display:inline-block; width:110px; font-size:12px;}
.item_tatal_box dd{display:inline-block; width:125px; font-size:14px;}
/* 총 상품금액 */
.item_tatal_box .total_goods{}
/* 총 할인금액 */
.item_tatal_box .total_discount dd{color:#999999;}
/* 총 합계급액 */
.item_tatal_box .total_amount{margin:15px 0 0 0; padding-top:10px; border-top:1px solid #dbdbdb;}
.item_tatal_box .total_amount dt{font-size:16px; font-weight:bold;}
.item_tatal_box .total_amount dd{color:#ab3e55; font-weight:bold;}
.item_tatal_box .total_amount dd strong{font-size:20px;}
.btn_choice_box{clear:both; width:100%; padding:20px 0 0 0; text-align:right;}
.btn_restock_box{text-align:center;}

/* 페이고페이,네이버 페이 */
.pay_box{margin:20px 0 10px 0; text-align:right;}
.pay_box .payco_pay,
.pay_box .naver_pay{display:inline-block; margin:10px 0 10px 0;}

/* 상품상세정보, 배송안내, 교환 및 반품안내, 상품후기, 상품문의 */
.item_goods_sec{position:relative; margin:100px 0 0 0;}
.item_goods_sec .detail_cont,
.item_goods_sec .delivery_cont,
.item_goods_sec .exchange_cont,
.item_goods_sec .reviews_cont,
.item_goods_sec .qna_cont{position:relative; min-height:200px;}
.item_goods_sec h3{padding:45px 0 10px 0; font-size:18px;}
.item_goods_sec .admin_msg{min-height:100px; line-height:1.5;}
.item_goods_sec .admin_msg > p{margin-bottom:3px;}

/* 241115 배송,as내용 넘침 수정 */
.item_goods_sec .exchange_cont * {max-width: 100% !important;}

/* 상품 정보내용 탭 */
.item_goods_tab{padding:80px 0 0 0; border-bottom:1px solid #bbbbbb;}
.item_goods_tab ul{float:none; width:870px; height:42px; margin:0 auto; padding:16px 0 0 0; font-size:0;}
.item_goods_tab li{float:left; position:relative; width:174px; font-size:12px; text-align:center; z-index:10;}
.item_goods_tab li.on{margin-top:-16px; z-index:20;}
.item_goods_tab li a{display:block; margin:0 0 0 -1px; padding:10px 0 12px 0; color:#999999; font-size:13px; border:1px solid #dadada; border-bottom:1px solid #bbbbbb; background:#ffffff;}
.item_goods_tab li.on a{padding-top:18px; margin-top:8px; color:#333333; font-weight:bold; border:1px solid #bbbbbb; border-bottom:1px solid #ffffff;}
.item_goods_tab li.on a span{display:inline-block; position:relative; top:-3px;}
.item_goods_tab li:first-child a{margin-left:0;}
.item_goods_tab li a strong{color:#ab3e55;}

/* 상품상세보기 */
.item_goods_sec .detail_explain_box{min-height:100px;}

/* 상품필수 정보 */
.datail_table{}
.left_table_type{width:100%; border:0; border-spacing:0; border-collapse:collapse;}
.left_table_type th{padding:10px 10px 10px 14px; color:#555555; border:1px solid #dbdbdb; background:#f9f9f9; text-align:left;}
.left_table_type td{padding:10px 10px 10px 18px; border:1px solid #dbdbdb; text-align:left;}
.left_table_type td .kcmark{width: 28px; height: 40px; display: inline-block; padding: 7px 16px 7px 0; background :url("../../../../../commonimg/kcmark.jpg")no-repeat left; background-size: 26px 40px; vertical-align: middle;}
.left_table_type td a{font-size: 10px; text-decoration: underline;}
/* 관련상품 */
.item_goods_sec .detail_explain_box{min-height:100px;}
.item_goods_sec .detail_explain_box .goods_list_cont{margin-top:-40px;}

/* ------------- 게시판 공통 ------------- */
/* 게시판 제목 */
.board_tit{text-align:left; vertical-align:middle;}
.board_tit strong{font-weight:normal;}
.board_tit strong > span{color:#ab3e55;}
.board_tit.on strong{font-weight:bold;}
.board_tit img{margin:0 2px 0 2px; vertical-align:middle;}
.board_tit .js_comment_count{color:#ab3e55; font-weight:bold;}
/* 게시판 제목 답글 */
.board_tit .reply{}
.board_tit .reply{margin:0 0 0 15px; padding:0 0 0 20px; background:url("../../img/icon/board/icon_comment_reply.png") no-repeat 8px 4px;}

/* 동록된 게시글 없음 */
#wrap .no_data{padding:30px 30px 30px 30px; text-align:center; font-family: 'pretendard' !important; font-size: 14px; font-weight: 400; color: #2F2A2A;}
.board_cont{}
.board_view{line-height:1.8;}
.board_view .img_attach{margin:10px 0 10px 0;}
/* 답글 쓰기 확인 버튼 */
.btn_comment_ok{display:inline-block; width:82px; height:82px; padding:0 5px 0 5px; color:#ffffff; font-size:12px; border:1px solid #c7c7c7; background:#c7c7c7; text-align:center; cursor:pointer;}
.btn_comment_ok:hover{border:1px solid #979797; background:#979797;}
/* 파일첨부 */
.board_view_attach{padding:15px 0 0 0; font-size:0;}
.board_view_attach strong{display:inline-block; padding:0 10px 0 10px; font-size:12px; background:url("../../img/icon/board/icon_board_attach_file.png") no-repeat 0 6px;}
.board_view_attach .attach_list{display:inline-block; font-size:12px;}
.board_view_attach .attach_list a{padding:0 5px 0 5px;}
.board_view_attach .attach_list a:hover{text-decoration:underline;}

/* 플러스 리뷰 파일 업로드 */
.review_file_upload{overflow:hidden; width:100%; height:auto; margin:-1px 0 0 0; border-top:1px solid #f0f0f0;}
.review_file_upload .btn_upload_box{overflow:hidden; position:relative; float:left; width:auto; padding:0;}
.review_file_upload .btn_upload_box .btn_upload{width:68px; height:59px; color:#fff; border:none; background:#ffffff; text-align:center;}
.review_file_upload .btn_upload_box .file{position:absolute; top:0; left:0; width:68px; height:59px; cursor:pointer; opacity:0; filter:alpha(opacity=0); -ms-filter:"alpha(opacity=0)"; -khtml-opacity:0; -moz-opacity:0;}
.file_upload_list{float:left; font-size:0;}
.file_upload_list ul{}
.file_upload_list ul li{display:inline-block; position:relative; width:40px; height:40px; margin:10px 8px 10px 0;}
.file_upload_list ul li img{width:100%; height:100%; border:1px solid #dbdbdb;}
.file_upload_list ul li:hover .btn_file_photo_close{display:block;}
.file_upload_list .btn_file_photo_close{display:none; position:absolute; top:0px; left:0px; width:100%; height:100%; text-align:center;
    background-color:#000000;
    filter:alpha(opacity=60);
    background-color:rgba(0, 0, 0, 0.6);}
.btn_right_box{float:right; width:140px;}
.btn_right_box .btn_plus_review_enroll{width:140px; height:60px; color:#ffffff; font-size:15px; font-weight:bold; background:#666666;}
.btn_right_box .btn_plus_review_enroll:hover{background:#484848;}


/* 개인정보 수집항목 동의 */
.board_commen_agree{margin:20px 0 0 0;}
.board_commen_agree h5{font-size:12px;}
.board_commen_agree textarea{display:inline-block; width:100%; margin:10px 0 0 0; padding:10px 10px 10px 10px;}
.board_commen_agree .textarea_box{display:inline-block; width:99%; height:120px; margin:10px 0 0 0; border:1px solid #d6d6d6; overflow-y:scroll;}
.board_commen_agree .textarea_txt{padding:10px 0 10px 10px; color:#a9a9a9;}
.board_commen_agree .form_element{display:block;}
.board_commen_agree .agree_choice_box{padding:10px 0 10px 0; color:#777777; font-size:11px;}
.board_commen_agree .link_agree_go{font-size:11px; text-decoration:underline;}
.board_commen_agree .entry_name_pw{padding:10px 0 0 0; border-top:1px dotted #cccccc;}
.board_commen_agree .entry_name_pw dl{display:inline-block; margin:0 30px 0 0; font-size:0;}
.board_commen_agree .entry_name_pw dt{display:inline-block; padding:0 10px 0 0; font-size:12px;}
.board_commen_agree .entry_name_pw dd{display:inline-block; font-size:12px;}
.board_commen_agree a{font-size:11px; text-decoration:underline;}


/* ------------- 상품후기 ------------- */
.reviews_table{}
.reviews_table_type{width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:1px solid #999999; text-align:center;}
.reviews_table_type thead{display:none;}
.reviews_table_type th{padding:10px 10px 10px 14px; color:#555555;}
.reviews_table_type td{padding:13px 10px 15px 18px; border-bottom:1px solid #dbdbdb;}
/* 상품후기 내용 시작 */
.reviews_new_box{text-align:left; background:#f8f8f8;}
.reviews_new_box .board_cont{float:right; width:84%; padding:0 30px 0 0;}
.reviews_new_box .btn_view_comment_box{margin:10px 0 0 0; padding:10px 0 10px 0; /*border-bottom:1px dotted #dbdbdb;*/ text-align:left;}
/* 답글 박스 */
.view_comment{padding:0 0 10px 0;}
.view_comment_top{overflow:hidden; width:100%; padding:10px 0 10px 0; border-bottom:1px solid #dbdbdb;}
.view_comment_top .comment_num{padding:0 20px 0 0;}
.view_comment_top .comment_num strong{color:#ab3e55;}
.view_comment_top .comment_best_num{}
.view_comment_top .comment_best_num strong{color:#ab3e55;}
.view_comment_top .btn_view_comment_box{float:right;}
/* 답글 리스트 */
.view_comment_list{}
.view_comment_list ul{}
.view_comment_list ul li{padding:15px 0 15px 0; border-bottom:1px solid #dbdbdb;}
.view_comment_list ul li:first-child{border-top:1px solid #dbdbdb;}
.view_comment_list .comment_name{padding:0 20px 0 5px; color:#444; word-wrap:break-word;}
.view_comment_list p{padding:0 0 10px 0;}
.view_comment_list p > em{display:block; padding:10px 10px 10px 5px;}
.view_comment_list .board_comment_box{margin:10px 0 0 0; padding:0 0 0px 0; border-top:1px dotted #dbdbdb; border-bottom:none 0;}
/* 답글에 답글 리스트 */
.view_comment_list .comment_reply{padding:15px 0 15px 10px;}
.view_comment_list .comment_reply .comment_name{padding:0 20px 0 20px; background:url("../../img/icon/board/icon_comment_reply.png") no-repeat 8px 4px;}
/* 답글쓰기 */
.board_comment_box{padding:0px 0 20px 0; /*border-bottom:1px solid #dbdbdb;*/}
.board_day_time{display:inline-block; padding:0 5px 0 5px; color:#a1a1a1; font-size:11px;}
.board_comment_write{position:relative; padding:15px 0 0 0;}
.board_comment_write input[type="text"]{width:105px; margin-bottom:10px;}
.board_comment_write input[type="password"]{width:152px; margin-bottom:10px;}
.board_comment_write .comment_textarea{position:relative; width:100%;}
.board_comment_write textarea{display:inline-block; width:100%; height:82px; padding:10px 95px 10px 10px;}
.board_comment_write .btn_comment_box{position:absolute; top:0px; right:0px; padding:0 0 0 10px; border-left:1px solid #d6d6d6; background:#f8f8f8;}
/* 상품후기 별 */
.reviews_table_type .rating_star{display:inline-block; width:88px; height:15px; background: url("../../img/icon/board/icon_star_bg.png") no-repeat left top; vertical-align: middle; text-indent: -9999px;}
.reviews_table_type .rating_star span{display:block; background:url("../../img/icon/board/icon_star_fill.png") no-repeat left top;}

/* ------------- 상품 Q&A ------------- */
.qna_table{}
.qna_table_type{width:100%; border:0; border-spacing:0; border-collapse:collapse; border-top:1px solid #999999; text-align:center;}
.qna_table_type thead{display:none;}
.qna_table_type th{padding:10px 10px 10px 14px; color:#555555;}
.qna_table_type td{padding:13px 10px 15px 18px; border-bottom:1px solid #dbdbdb;}
/* 상품후기 내용 시작 */
.qna_new_box{text-align:left; background:#f8f8f8;}
.qna_new_box .board_cont{float:right; width:92%; padding:0 30px 0 0;}
.qna_new_box .btn_view_qna_box{margin:10px 0 0 0; padding:10px 0 10px 0; text-align:left;}
.qna_new_box .board_cont .qna_box{}
.qna_new_box .board_cont .qna_box dt{position:relative; padding:10px 0 10px 20px;}
.qna_new_box .board_cont .qna_box dd{position:relative; margin:10px 0 0 0; padding:10px 0 10px 20px; border-top:1px solid #dbdbdb;}
.qna_new_box .board_cont .qna_box .icon_qan{position:absolute; top:14px; left:0px;}
.qna_new_box .board_cont .qna_box strong{}
.qna_new_box .board_cont .qna_box p{padding:5px 0 0 0;}

/* ------------- 브랜드 ------------- */
.goods_brand{}
.goods_brand_tit{padding:0 0 20px 0; font-size:14px;}
.goods_brand_cont{padding:0 0 30px 0;}
.brand_all_list{margin:0 0 30px 0; padding:23px 0 23px 87px; background:#f4f4f4;}
.brand_all_list button{width:34px; height:34px; margin:4px 2px 4px 1px; color:#666666; font-weight:bold; border:1px solid #d0d0d0; background:#ffffff;}
.brand_all_list button:hover{border:1px solid #9b344a;}
.brand_all_list button.on{color:#ffffff; background:#ab3e55;}
.brand_all_list .bnt_all_brand{width:46px; margin-left:-52px;}
.brand_search_box {display:inline-block; margin:0 0 4px -52px; width:335px; background:#ffffff; border: 1px solid #d0d0d0; box-sizing:border-box;}
.brand_search_box input[type="text"]{border:none 0; vertical-align:top; width:297px; height:33px; line-height:33px; padding:0 10px;}
.brand_search_box input[type="text"]::-webkit-input-placeholder {}
.brand_search_box input[type="text"]::-moz-placeholder {}
.brand_search_box input[type="text"]:-ms-input-placeholder {line-height:10px;}
.btn_brand_search {float:right; border-left:1px solid #d0d0d0 !important;}
.goods_brand .no_list {display:none; text-align:center; margin-top: 120px;}

/* ------------- 상품검색 페이지 ------------- */
.goods_search_cont{}
.goods_search_box{margin:0 0 35px 0; border:3px solid #eeeeee;}
/* 검색결과 텍스트 */
.search_text_result{display:block; padding:0 0 12px 0; font-size:16px;}
.search_text_result span{color:#ab3e55;}
.search_text_result .paycosearch-banner {float:right; padding-top:2px;}
/* 결과 내 재검색 */
.search_again_box{padding:20px 0 20px 0; text-align:center;}
.search_again_box .form_element{margin:0 10px 0 0; vertical-align:middle;}
/* 인기 검색어 */
.search_hot_list{padding:10px 0 10px 0; font-size:0; text-align:center; border-top:1px solid #dbdbdb;}
.search_hot_list .search_hot_tit{display:inline-block; margin:0 10px 0 0; padding:3px 5px 5px 5px; color:#ffffff; font-size:11px; background:#999999; line-height:1;}
.search_hot_list ul{display:inline-block; font-size:12px;}
.search_hot_list ul li{display:inline-block;vertical-align:middle;}
.search_hot_list ul li a{display:block; height:11px; padding:0 5px 0 5px;  border-left:1px solid #cccccc;}
.search_hot_list ul li a span{position:relative; top:-5px;}
.search_hot_list ul li a span:hover{border-bottom:1px solid #333333;}
.search_hot_list ul li:first-child a{border-left:none 0;}
.search_again_box .chosen-container{font-size:12px; text-align:left;}
.search_again_box .keyword_input{width:230px;}

/* ------------- 상품 리스트, 상품 메인 ------------- */
.body-goods-list{overflow-x: hidden;}
.goods_list_item{position:relative;}
.goods_list_item_tit{position:relative; margin:0 0 20px 0; padding:0 0 10px 0; font-size:14px;}
.goods_list_item_tit + .list_item_category{margin-top:-21px;}
.list_item_category{margin:0 0 40px 0; padding:3px 0 3px 0; border:1px solid #d8d8d8; border-top:1px solid #999999;}
.list_item_category ul{display:inline-block; width:100%; padding:0 20px 0 20px; font-size:0;}
.list_item_category li{display:inline-block; width:20%; font-size:12px; text-align:center; vertical-align:middle;}
.list_item_category li a{display:block; padding:10px 10px 10px 10px; color:#414141; text-align:left;}
.list_item_category li a img{max-width:100%; max-height:20px;}
.list_item_category li a:hover{text-decoration:underline;}
.list_item_category li em{color:#777;}
.list_item_category li.on,
.list_item_category li.on em{font-weight:bold;}

/* ------------- 인기상품 ------------- */
.goods_list_hot{position:relative;}
.goods_list_hot_tit{position:relative; margin:0 0 20px 0; padding:0 0 10px 0; font-size:14px; border-bottom:none 0;}
.goods_list_hot_tit + .list_item_category{margin-top:-21px;}
.goods_list_hot .goods_pick_list .pick_list_num{border-bottom:1px solid #3c3c3c;}

/* ------------- 기획전 ------------- */
.goods_event_sale{position:relative;}
.goods_event_sale_cont{padding:15px 0 0 0;}
.goods_event_sale_cont img{max-width:100%;}
.goods_event_sale_cont .goods_list_tit{padding:0 0 10px 0;}
.goods_event_sale_cont .goods_list_cont{margin:30px 0 0 0;}

/* ------------- 플러스 리뷰 ------------- */
.plus_review_cont{width:100%;}
.plus_review_tit{position:relative;}
.plus_review_tit ul{position:absolute; top:56px; right:-12px;}
.plus_review_tit ul li{float:left; border-left:1px solid #cdcdcd;}
.plus_review_tit ul li:first-child{border-left:none 0;}
.plus_review_tit ul li a{display:block; padding:0 12px 0 12px; font-size:11px; line-height:1;}
.plus_review_tit ul li a:hover{font-weight:bold; text-decoration:underline;}

/* 평가,셍부평가,포토리뷰 모아보기 */
.plus_review_info{display:block; padding:20px 0 20px 0; border:1px solid #dbdbdb;}

/* 평가 */
.plus_review_num{display:inline-block; overflow:hidden; width:31%; height:150px; vertical-align:top;}
.plus_review_num_cont{padding:5px 10px 5px 10px; font-size:0; text-align:center;}
.plus_review_num_tit{display:inline-block; min-width:125px; height:150px;}
.plus_review_num_tit h4{font-size:16px;}
.plus_review_num_tit > strong{font-size:48px;}
.plus_review_num_tit > em{display:block; color:#ffcc00; font-size:20px;}
.plus_review_num_tit > span{display:block; font-size:12px;}
.plus_review_num ul{display:inline-block; padding:14px 0 14px 0; font-size:12px; background:#f8f8f8; vertical-align:top;}
.plus_review_num ul li{width:115px; padding:10px 15px 10px 15px; text-align:left;}
.plus_review_num ul li em{display:inline-block; width:70px;}
.plus_review_num ul li strong{text-align:right; float:right;}

/* 세부평가 */
.plus_review_grade{display:inline-block; width:42.5%; height:150px; margin-left:-1px; border-left:1px solid #ededed; vertical-align:top;}
.plus_review_grade_cont{padding:5px 20px 5px 10px;}
.plus_review_grade h4{display:block; padding:0 0 5px 0;  font-size:14px; text-align:center;}
.plus_review_grade ul{width:100%;}
.plus_review_grade li{display:table; width:100%; margin:0 0 4px 0; padding:0; font-size:0;}
.plus_review_grade .grade_star{display:inline-block; width:10%; font-size:12px; text-align:center;}
.plus_review_grade .grade_star span{padding:0 5px 0 0; color:#000;}
.plus_review_grade .grade_stick{display:inline-block; width:83%; height:10px; margin:0; background:#f9f9f9;}
.plus_review_grade .grade_stick em{display:inline-table; height:10px; background:#ab3e55;}
.plus_review_grade .grade_num{display:inline-block; width:7%; font-size:12px; text-align:right;}

/* 포토리뷰 모아보기 */
.plus_review_photo{display:inline-block; width:25%; height:150px; margin-left:-1px; border-left:1px solid #ededed; vertical-align:top;}
.plus_review_photo_cont{padding:5px 20px 5px 30px;}
.plus_review_photo h4{display:block; padding:0 0 5px 0; font-size:14px; text-align:center;}
.plus_review_photo ul{overflow:hidden; height:110px; margin:0 0 0 0px;}
.plus_review_photo ul li{display:inline-block; width:52px; height:52px; margin:0 0 5px 5px;}
.plus_review_photo ul li img{width:100%;}

/* 별선택 + 혜택안내 */
.plus_review_write{/* padding:20px 0 0 0; */}
@media all and (max-width: 759px) {
    .plus_review_write {background: #fff;}
}
.plus_review_write .plus_review_write_select{}
.plus_review_write .plus_review_write_select select{width:74.5%; color:#000; font-size:14px;}
.plus_review_write_select .chosen-single,
.plus_review_write_select .chosen-container .chosen-results{color:#000 !important; font-size:14px !important;}
.plus_review_write .plus_review_write_select option,
.plus_review_write_select .chosen-single > span{line-height:24px !important;}
/* 혜택안내버튼 */
.plus_review_write .btn_layer{width:25%; float:right; text-align:right;}
.plus_review_write .btn_layer .btn_gray_big{width:93%; height:29px; text-align:center;}
.plus_review_write .btn_layer .btn_gray_big em{font-weight:bold;}

/* 상품 상세 선택 */
.plus_review_write_cont{margin:10px 0 0 0; border:1px solid #f0f0f0;}
.plus_review_write_cont .plus_review_detail_select{position:relative; padding:20px 20px 20px 20px; border-bottom:1px solid #f0f0f0; background:#f8f8f8;}
.plus_review_write_cont .plus_review_detail_select dl{display:block; min-height:31px; padding:4px 0 4px 0; font-size:0;}
.plus_review_write_cont .plus_review_detail_select dt{display:inline-block; width:130px; padding:0 0 0 10px; color:#484848; font-size:12px; vertical-align:middle;}
.plus_review_write_cont .plus_review_detail_select dd{display:inline-block; height:21px; padding:7px 0 0 0; font-size:12px; font-weight:bold; vertical-align:middle;}
.plus_review_write_cont .plus_review_detail_select .btn_differ_choice{position:absolute; bottom:20px; right:20px; color:#666666; font-size:11px; border-bottom:1px solid #666666;}
.plus_review_write_cont .plus_review_detail_select input,
.plus_review_write_cont .plus_review_detail_select select{width:280px; margin-top:-7px; font-weight:normal;}
.plus_review_detail_select .chosen-container{margin-top:-7px !important; font-weight:normal;}
.plus_review_write_textarea{height:130px; padding:20px 20px 20px 20px; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.plus_review_write_textarea textarea{width:100%; height:100%; color:#333333; border:none;}
.plus_review_write_cont .board_write_agree{padding:0 20px 20px 20px;}
@media all and (max-width: 759px) {
    .plus_review_write_cont {border: 0 !important; outline: none !important;}
    .plus_review_write_textarea{margin: 0 22px;padding: 11px 8px;border: 1px solid #ddd;font-size: 13px;height: 146px;box-sizing: border-box;}
    .plus_review_write_cont .plus_review_write_textarea {margin: 0 !important; border: 0;font-size: 0; height: auto; padding: 0 !important; box-sizing: border-box;}
    .plus_review_write_cont .plus_review_write_textarea > .inner {margin: 0 22px;padding: 11px 8px;border: 1px solid #ddd;font-size: 13px;height: 146px;box-sizing: border-box;}
    .plus_review_write_cont .plus_review_write_textarea textarea.reviewText {width: 100%; height: 100%;}
    .plus_review_write_cont > .review_file_upload .upload_box {}
    .plus_review_write_cont > .review_file_upload .upload_box .btn_upload_box {}
    .plus_review_write_cont > .review_file_upload .upload_box .file_upload_list {width: 100%;float: none;background: #fff;box-sizing: border-box;padding-left: 13px;margin-top: 10px;}
}

/* ------ 플러스리뷰 상세 내용 ------ */
.plus_review_view{margin:30px 0 0 0; background:#ffffff;}
.plus_review_view_list{display:table; width:100%; margin-top:-1px; padding:20px 0 20px 0; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb;}
.plus_review_view_list.view_point_bg{background:#fcfcfc;}
/* 별 + 날짜 + 이름 */
.plus_review_view .star_day_name{display:table-cell; width:15%; padding:0 20px 0 20px;}
.plus_review_view .star_day_name strong{display:block; color:#ffcc00; font-size:20px;}
.plus_review_view .star_day_name span{display:block; padding:5px 0 5px 0; color:#787878;}
.plus_review_view .star_day_name .goods_photo{display:block; width:100px; height:100px; border:1px solid #dbdbdb;}
.plus_review_view .star_day_name .goods_photo img{width:100%; height:100%;}

/* 옵션, 내용 */
.plus_review_view .option_text_file_box{display:table-cell; width:85%; padding:0 20px 0 0; vertical-align:top;}
/* 옵션 */
.plus_review_view .option_text_file_box .option_list_cont{display:block; padding:20px 20px 20px 20px; border-bottom:1px solid #f0f0f0; background:#f8f8f8;}
.plus_review_view .option_text_file_box .option_list_cont dl{display:block; width:100%; min-height:31px; padding:0; font-size:0;}
.plus_review_view .option_text_file_box .option_list_cont dt{display:inline-block; width:100px; padding:0; color:#484848; font-size:12px; font-weight:bold; vertical-align:middle;}
.plus_review_view .option_text_file_box .option_list_cont dd{display:inline-block; height:21px; padding:7px 0 0 0; font-size:12px; vertical-align:middle;}

/* 내용 */
.plus_review_view .text_file_cont{}
.plus_review_view .text_file_cont .review_text{ margin:15px 0 15px 0;}
.plus_review_view .text_file_cont .review_text.reviews_new{text-indent:15px; background:url("../../img/icon/board/icon_board_new.png") no-repeat left 5px;}
.plus_review_view .text_file_cont .btn_review_text_more{margin:0 0 0 10px; color:#484848; font-size:11px; border-bottom:1px solid #484848;}
.plus_review_view .text_file_cont .btn_view_comment_box{margin:0 0 20px 0;}
/* 내용안에 이미지 */
.plus_review_view .text_file_cont .file_upload_list{}
.plus_review_view .text_file_cont .file_upload_list{float:none; font-size:0;}
.plus_review_view .text_file_cont .file_upload_list ul{}
.plus_review_view .text_file_cont .file_upload_list ul li{display:inline-block; position:relative; width:auto; height:auto; margin:10px 8px 10px 0;}
.plus_review_view .text_file_cont .file_upload_list ul li img{width:100px; height:100px; border:1px solid #dbdbdb;}
.plus_review_view .text_file_cont .file_upload_list .img_pr_zoom{position:absolute; top:102px; left:0px; max-width:600px; width:auto; height:auto; z-index:999000;}
/* 댓글 */
.plus_review_view .review_comment_box{display:block;}
.plus_review_view .review_comment{padding:0 0 10px 0;}
.plus_review_view .review_comment_top{overflow:hidden; width:100%; padding:10px 0 10px 0; border-bottom:none 0;}
.plus_review_view .review_comment_top .comment_num{padding:0 20px 0 0;}
.plus_review_view .review_comment_top .comment_num strong{ border-bottom:1px solid #333;}
.plus_review_view .review_comment_top .comment_best_num{color:#fa2828;}
.plus_review_view .review_comment_top .btn_view_comment_box{float:right;}
/* 답글 리스트 */
.plus_review_view .review_comment_list{}
.plus_review_view .review_comment_list ul{}
.plus_review_view .review_comment_list ul li{position:relative; padding:15px 0 15px 0; border-bottom:1px solid #dbdbdb;}
.plus_review_view .review_comment_list ul li:first-child{border-top:1px solid #dbdbdb;}
.plus_review_view .review_comment_list .comment_name{padding:0 20px 0 5px; color:#444; word-wrap:break-word;}
.plus_review_view .review_comment_list p{padding:0;}
.plus_review_view .review_comment_list p > em{display:block; padding:10px 10px 10px 5px;}
.plus_review_view .review_comment_list .board_comment_box{margin:0; padding:0; border-bottom:none 0;}
.plus_review_view .review_comment_list .board_day_time{font-weight:normal;}
.plus_review_view .review_comment_list .btn_right_box{position:absolute; top:15px; right:5px;}

/*브랜드 페이지 특수문자 검색*/
.brand_all_list .alphabet .all {width: 46px; margin-left: -52px;}

.pc-top-banner-ctrl > a {
    position: absolute;
}
.pc-top-banner-close {
    right: 20px;
    top: 30px;
}
.pc-top-banner-today {
    white-space: nowrap;
    right: 20px;
    bottom: 20px;
}
/*20161121 상단 배너 // */

.write_textarea_num {display: none;}

/* 상품 재입고 알림 신청 */
#goodsRestock{position:relative; width:660px; height:100%;/*  border:2px solid #555555; */}
#goodsRestock .ly_tit{padding: 13px 20px 11px 20px;}
#goodsRestock .ly_tit h4{padding:0 0 12px 0; color:#000; font-size:18px; border-bottom:1px solid #717171; letter-spacing:-1px;}
#goodsRestock .ly_cont{padding:7px 15px 26px 15px;}

#goodsRestock .goods_restock .gs_product_cont{padding:0 0 20px 0; margin:0 15px 15px 15px; color:#333333; border-bottom:1px solid #e6e6e6;}
#goodsRestock .goods_restock .gs_product_cont span{display:inline-block; width:78%;}
#goodsRestock .goods_restock .gs_product_cont strong{display:block; font-size:14px; color:#111111; font-weight:bold;}

#goodsRestock .gs_option_list{padding:0 15px 0 15px;}
#goodsRestock .gs_option_list .scroll_box{overflow-x: hidden; overflow-y: auto; max-height:176px; border-top:1px solid #717171; border-bottom:1px solid #dbdbdb;}
#goodsRestock .gs_option_list strong{display:block; padding:0 0 12px 0; font-size:14px; color:#555555; font-weight:bold;}
#goodsRestock .gs_option_list .top_table_type tr{vertical-align:top;}
#goodsRestock .gs_option_list .top_table_type th{padding:10px 10px 10px 10px; vertical-align:top; border-top:none;}
#goodsRestock .gs_option_list .top_table_type tr:first-child td{padding:15px 0 4px 0;}
#goodsRestock .gs_option_list .top_table_type td{padding:0 0 4px 0; border-bottom:none; color:#444444;}
#goodsRestock .gs_option_list .btn_center_box{margin:20px 0 0 0;}
#goodsRestock .gs_option_list .btn_select{margin:0;}

#goodsRestock .gs_request_input{margin:30px 15px 0 15px; padding:15px 0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
#goodsRestock .gs_request_input dl{display:inline-block; margin:0 29px 0 0; font-size:0;}
#goodsRestock .gs_request_input dl.request_area input{width:235px;}
#goodsRestock .gs_request_input dl.phone_area{margin:0;}
#goodsRestock .gs_request_input dl.phone_area select{width:79px;}
#goodsRestock .gs_request_input dl.phone_area input{width:235px;}
#goodsRestock .gs_request_input dt{display:inline-block; padding:0 12px 0 0; font-size:12px; color:#555555; font-weight:bold;}
#goodsRestock .gs_request_input dd{display:inline-block; font-size:12px;}
#goodsRestock .gs_request_input .chosen-container-single .chosen-single{height:31px; line-height:29px;}

#goodsRestock .gs_privacy_agree{padding:16px 15px 0 15px;}
#goodsRestock .gs_privacy_agree .agree_choice_box label{font-size:11px; color:#777777;}
#goodsRestock .gs_privacy_agree .agree_choice_box strong,
#goodsRestock .gs_privacy_agree .agree_choice_box a{color:#ab3e55; font-size:11px; font-weight:bold;}
#goodsRestock .gs_privacy_agree .agree_choice_box a{text-decoration:underline;}
#goodsRestock .gs_privacy_agree textarea{display:inline-block; width:100%; margin:8px 0 0 0; padding:12px 16px 10px 16px; color:#333333; font-size:11px; line-height:19px;}
#goodsRestock .gs_privacy_agree em{display:inline-block; width:100%; padding:10px 0 0 0; font-size:11px; color:#777777; text-align:center;}

#goodsRestock .btn_center_box{}

#goodsRestock .ly_close{display:block; position:absolute; top:0px; right:0px; padding:20px;}

.plus_review_alike_search_wrap{margin-top:45px;}
.plus_review_alike_search_tit{font-size:18px; font-weight:bold; color:#333; border-bottom:#999999 1px solid; padding:0 0 10px 2px;}
.plus_review_alike_search_tit > a{display:inline-block; width:31px; height:22px; overflow:hidden; vertical-align:middle;}
.plus_review_alike_search_tit > a.on img{margin-top:-22px;}
.plus_review_alike_search_area{position:relative;}
.plus_review_alike_search_con{background:#fcfcfc; border:#f0f0f0 1px solid; border-top:none; display:none;}
.plus_review_alike_search_con table{width:100%; table-layout: fixed; border-collapse: collapse;}
.plus_review_alike_search_con table tr th{padding:17px 30px 17px 19px; text-align:left;}
.plus_review_alike_search_con table tr td{padding:11px 0 17px 0; border-top:#e6e6e6 1px solid; vertical-align:top;}
.plus_review_alike_search_con table tr:first-child td{border-top:none;}
.plus_review_alike_search_con .choice_option{position:relative; padding:0 0 0 102px;}
.plus_review_alike_search_con .choice_option .choice_all{position:absolute; top:0; left:0;}
.plus_review_alike_search_con .choice_option .choice_each > div{margin-right:50px;}
.plus_review_alike_search_con .choice_option .form_element{margin-top:6px;}
.plus_review_alike_search_con .choice_option .form_element label.check_s{padding-left:32px;}

@media screen and (max-width:760px) {
    .contents {margin-left: calc(-50vw + 50%); max-width: 100%;	overflow: hidden; text-align: center;}
    .contents .event_div { width: 180%; margin-left: calc(-39%); }
}

@media screen and (max-width:1150px) {
    .contents {margin-left: calc(-50vw + 50%); max-width: 100%;	overflow: hidden; text-align: center;}
    .contents .event_div { width: 140%; margin-left: calc(-19%); }
}


/* 231108 KAIMEN 서주원 쿠폰 다운로드 */
dl.cp_dl {position: relative;}
.coupon_download {position: relative; display: block; width: 100%; height: auto; border-bottom: 1px solid #eaeaea; box-sizing: border-box;}
.coupon_download * {box-sizing: border-box;}
.coupon_download > button,
.coupon_download > #btnCouponShow {position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 51px; background: #fff; font-size: 14px; font-weight: 500; color: #999; letter-spacing: 0;}
.coupon_download > button:after,
.coupon_download > #btnCouponShow:after {content: ""; display: block; width: 16px; height: 6px; background: url(../../img/icon/cp_arrow.png)no-repeat center / 100%; transition: transform 0.2s ease-in-out; }
.coupon_download > button.active:after,
.coupon_download > #btnCouponShow.active:after {transform: rotate(-180deg)}
.coupon_download__cp_list {position: relative; display: block; width: 100%; height: auto; display: none;}
.coupon_download__cp_list li {margin-top: 10px;}
.coupon_download__cp_list li:first-of-type,
.coupon_download__cp_list li:first-child {margin-top: 0 !important;}
.coupon_download__cp_list li:last-of-type,
.coupon_download__cp_list li:last-child {margin-bottom: 25px;}
.coupon_download__cp_list .cp {position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; font-size: 0; background: #f1f1f1;}
.coupon_download__cp_list .cp strong {display: block;width: calc(100% - 103px);line-height: 1.3;font-weight: 500;font-size: 14px;color: #000;padding: 12px 20px 10px 18px;padding-top: 0;padding-bottom: 0;display: flex;align-items: center;}
.coupon_download__cp_list .cp button {position: relative; display: flex; align-items: center; line-height: 1; width: 103px; height: 41px; background: transparent; border: 0; font-size: 12px; font-weight: 500; color: #777; letter-spacing: -0.025em;}
.coupon_download__cp_list .cp button img {display: block; width: 15px; margin-left: 8px;}

.coupon_download__cp_list .cp strong.coupon_completed {position: relative;padding: 0;display: flex;align-items: center;line-height: 1;width: 103px;height: 41px;background: url('../../img/common/layer/icon_completed.png') no-repeat center right 13px;border: 0;font-size: 12px;font-weight: 600;color: #000;letter-spacing: -0.025em;}


@media all and (max-width: 760px) {
    .coupon_download > button, .coupon_download > button,
    .coupon_download > button, .coupon_download > #btnCouponShow {font-size: 12px; height: 44px;}
    .coupon_download > button:after,
    .coupon_download > #btnCouponShow:after {width: 12px;}
    .coupon_download__cp_list li {margin-top: 5px;}
    .coupon_download__cp_list li:first-of-type,
    .coupon_download__cp_list li:first-child {margin-top: 0 !important;}
    .coupon_download__cp_list li:last-of-type,
    .coupon_download__cp_list li:last-child {margin-bottom: 15px;}
    .coupon_download__cp_list .cp strong {font-size: 12px;padding: 9px 20px 10px 10px;line-height: 1;padding-top: 0;padding-bottom: 0;}
    .coupon_download__cp_list .cp button {width: 96px; height: 36px;}
    .coupon_download__cp_list .cp button img {margin-left: 5px;}

    .coupon_download__cp_list .cp strong.coupon_completed {width: 96px;height: 36px;background-position: center right 9px;}
}
/* 231108 KAIMEN 서주원 쿠폰 다운로드 END */

/* 베스트 상품 랭크 */
.item_cont {position: relative;}
.item_cont__rank {display: none;position: absolute;right: 10px;top: -1px;display: block;width: 25px;height: 30px;background: url(../../img/goods/rank.png)no-repeat center top / 100%;line-height: 1;font-size: 12px;font-weight: 700;text-align: center;padding-top: 6px;box-sizing: border-box;z-index: 1; color: #fff;}
.item_cont__rank.red {background: url(../../img/goods/rank_red.png)no-repeat center top / 100%;}
@media all and (max-width: 760px) {
    .item_cont__rank {right: 5px; font-size: 11px; width: 23px;}
}

/* 상품리뷰 점수&후기 */
 .item_score {position: relative; display: flex; align-items: center; line-height: 1; flex-wrap: wrap; width: 100%; height: auto; margin-top: 9px;}
.item_score * {box-sizing: border-box; font-family: "Noto Sans KR",sans-serif !important;}
.item_score_star {position: relative; display: flex; align-items: center; line-height: 1; letter-spacing: -0.025em; color: #7d7a7a; font-size: 12px; font-weight: 500;}
.item_score_star span {color: #000;}
.item_score_star img {display: block; width: 13px; margin-right: 3px;}
.item_score__review {font-size: 12px; font-weight: 400; letter-spacing: -0.25em; color: #7d7a7a; margin-left: 4px; letter-spacing: -0.010em;}
.item_score__review span {margin-left: 3px;}
@media all and (max-width: 760px) {
    .item_score {margin-top: 5px;}
    .item_score_star {font-size: 11px;}
    .item_score_star img {width: 11px;}
    .item_score__review {font-size: 11px;}
}


.item_delivery { display: none; }		/* 2023.12.07 김진환 추가 */


/*240705 상세페이지 리뷰 - 송혜원*/
#container.subPageContainer{max-width: 1244px;}
.plus_review_cont{}
.plus_review_cont .plus_review_tit h3{font-size:18px;font-weight: 400;padding: 0;margin-top: 50px;}
.plus_review_cont .plus_review_info{width:100%;border:0;border-bottom:1px solid #e5e5e5;border-top:2px solid #000;outline: 0;padding: 40px 0;margin-bottom: 42px;display: flex;align-items: center;}
.plus_review_cont .plus_review_num_cont{padding: 0;font-size: 0;}
.plus_review_cont .plus_review_num{width: 21.8%;height: auto;}
.plus_review_cont .plus_review_num_tit{display: block;width: 100%;height: auto;}
.plus_review_cont .plus_review_num_tit h4{display: none;}
.plus_review_cont .plus_review_num_tit > strong{display: block;font-size: 55px;line-height: 1;padding: 14px 0;}
.plus_review_cont .plus_review_num_tit > strong::before{content: "";display: inline-block;width: 46px;height: 46px ;background: url(../../img/goods/icon_star.png)no-repeat center left/ 46px;margin-right: 11px;}
.plus_review_cont .plus_review_num_tit em{display: none;}
.plus_review_cont .plus_review_num_box{display: block;height: auto;padding: 0;background: transparent;margin-top: 5px;}
.plus_review_cont .plus_review_num_box li{padding: 0;width: auto;margin: 0 auto;text-align: center;}
.plus_review_cont .plus_review_num_box li > em{display: none;}
.plus_review_cont .plus_review_num_box li strong{display: inline-block;background: #f1f3f5;border-radius: 5px;text-align: center;font-size: 16px;;padding: 3px 20px;margin: 0 auto;float: none;}
.plus_review_cont .plus_review_num_box li strong span{font-weight: 400;}
.plus_review_cont .plus_review_grade{display: none;}
.plus_review_cont .plus_review_photo{position: relative;border-left: 1px solid #e5e5e5;height: auto;width: calc(100% - 21.8% + 1px);box-sizing: border-box;overflow: hidden;}
.plus_review_cont .plus_review_photo .plus_review_photo_cont{padding: 0 89.5px 0 89.5px;}
.plus_review_cont .plus_review_photo h4{display: none;}
.plus_review_cont .plus_review_photo .plus_review_photo_slide{overflow: hidden;}
.plus_review_cont .plus_review_photo ul{height: auto;font-size: 0;display: flex;gap: 0 0px;justify-content: flex-start;overflow: visible;}
.plus_review_cont .plus_review_photo ul li{width: calc(16.66% - 17px);height: 115px;border-radius: 5px;overflow: hidden;margin:0;position: relative;}
.plus_review_cont .plus_review_photo ul li a{display: block;height: 100%;;}
.plus_review_cont .plus_review_photo ul li img{width: 100%;height: 100%;}
/* .plus_review_cont .plus_review_photo ul li:nth-child(6) img{opacity: 0.52;}
.plus_review_cont .plus_review_photo ul li:nth-child(6)::after{content: url(../../img/goods/icon_plus.png);display: flex;width: 100%;height: 100%;background:rgba(0, 0, 0, 0.52);position: absolute;top: 0;left: 0;font-size: 14px;color: #fff;align-items: center;justify-content: center;cursor: pointer;} */
.plus_review_photo_cont .swiper-button-next:after,.plus_review_photo_cont .swiper-button-prev:after{display: none;}
.plus_review_photo_cont .swiper-button-next,.plus_review_photo_cont .swiper-button-prev{width: 23px;height: 61px;margin: 0;top: 50%;transform: translateY(-50%);border-radius: 50%;}
.plus_review_photo_cont .swiper-button-prev{background: url(../../img/goods/arrow_prev.png)no-repeat center / 100%;left: 2%;}
.plus_review_photo_cont .swiper-button-next{background: url(../../img/goods/arrow_next.png)no-repeat center / 100%;right: 2%;}
.plus_review_cont .plus_review_write_cont{outline: 0;justify-content: space-between;margin: 0;border-top:1px solid #e5e5e5;}
.plus_review_cont .info_text{font-size:14px;background: url(../../img/goods/icon_txt.png)no-repeat center left / 16px;padding-left: 21px;margin: 18px 0 15px;}
.plus_review_write_wrap .info_text {display: none;}
.writer_info{/* display: flex; *//* border-bottom:1px solid #e5e5e5; */}
.writer_info li{/* width: 33.33%; *//* display: flex; *//* justify-content: space-between; */}
.writer_info li .tit{/* width: 43%; *//* background: #f1f3f5; *//* line-height: 48px; *//* text-align: center; */}
.writer_info li .tit span{/* font-size: 15px; *//* color: #000; *//* font-weight: 600; */}
.writer_info li .tit .important::after{content: "*";display: inline-block;color: #fe0202;}
.writer_info li .input_box{/* border-left:1px solid #e5e5e5; *//* border-right:1px solid #e5e5e5; *//* width: 57%; */}
.writer_info li:last-child .input_box{border-right:0;}
.writer_info li input{/* border: 0 !important; *//* width: 100%; *//* height: 100% !important; *//* font-size: 15px; *//* padding: 0 20px; *//* box-sizing: border-box; */}
.writer_info li input::placeholder{color:#dddddd}
.evaluation{/* display: flex; *//* width: 100%; *//* align-items: center; *//* justify-content: space-between; */}
.evaluation p{/* font-size: 15px;font-weight: 500;line-height: 50px;padding-left:20px ;width: 290px;min-width: 290px;border-right:1px solid #e5e5e5; */}
/* .plus_review_cont .evaluation .star{position: relative;height:18px;}
.plus_review_cont .evaluation .star span.rating_star{margin-left:20px;display:inline-block;width:119px;height:18px;}
.plus_review_cont .evaluation span.rating_star span{display:inline-block;width:100%;height:18px;background:url(../../img/goods/star_full.png)no-repeat left center / 100%;} */
#wrap .plus_review_write .chosen-container{height: 50px;width: 929px !important;margin: 0 14px;}
#wrap .plus_review_write .chosen-single{border-top: 0;border: 0;line-height: 50px;height: 50px;padding-left:7px;padding-right: 6px;}
#wrap .plus_review_write .chosen-container-single .chosen-single span{line-height: 50px !important;color: #000 ;font-size: 13px;}
#wrap .plus_review_write_select .chosen-container .chosen-drop{width: calc(100% - 20px);}
#wrap .plus_review_write_select .chosen-container .chosen-results{padding: 0;}
#wrap .plus_review_write_select .chosen-container .chosen-results,.js_pr_star_option_info{color: #000 !important;font-size: 13px !important;}
.plus_review_edit_select .chosen-single, .plus_review_edit_select .chosen-container .chosen-results,
.plus_review_num_tit > em, .plus_review_grade .grade_star span, .plus_review_write .plus_review_write_select select, .plus_review_write_select .chosen-single, .plus_review_write_select .chosen-container .chosen-results, .plus_review_view .star_day_name strong{color: #000 !important;}
#wrap .plus_review_write .chosen-container-single .chosen-single div{right: 0px !important;}
#wrap .plus_review_write .chosen-container-single .chosen-single div.js_pr_star_selected{right: 30px !important;font-size: 13px;width: auto;}
#wrap .plus_review_write .chosen-container-single .chosen-single div b{background: url(../../img/goods/icon_arrow_select.png)no-repeat center;}
.plus_review_cont .plus_review_write{border:1px solid #e5e5e5;padding: 0;}
.plus_review_cont .plus_review_write .btn_layer{display: none;}
.review-info-body .plus_review_write .btn_layer {display: none;}
.plus_review_cont .plus_review_write_textarea{border-top: 0; border-bottom: 1px solid #e5e5e5;height: 150px; box-sizing: border-box;}
.plus_review_cont .plus_review_write_textarea textarea{font-size: 15px;padding: 0;}
.plus_review_cont .plus_review_write_textarea textarea::placeholder{color:#dddddd}
body .plus_review_write .plus_review_write_select select{text-align: center;}
.plus_review_cont .write_textarea_num{color: #ddd;font-size: 15px;font-weight: 500;right: 25px;bottom: 14px;}
.review_file_upload .btn_upload_box::after{content: "포토/동영상 첨부하기";display: inline-block;font-size: 15px;font-weight: 600;vertical-align: middle;margin-left: 8px;}
.review_file_upload .btn_upload_box .btn_upload{width: 50px;height: 50px;position: relative;border-right: 1px solid #e5e5e5;}
.review_file_upload .btn_upload_box .btn_upload span{display: inline-block;width: 2px;height: 35px;background: #e5e5e5;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.review_file_upload .btn_upload_box .btn_upload span:last-child{transform: translate(-50%,-50%) rotate(90deg);}
.review_file_upload .btn_upload_box .file{width: 200px;height: 50px;}
.review_file_upload .btn_right_box .btn_plus_review_enroll{/* height: 50px; *//* background: #000; *//* font-size: 16px; *//* width:185px; *//* font-weight: 500; */}
.review_file_upload .file_upload_list ul li{margin: 5px 0px 5px 8px;}
.review_file_upload .btn_right_box{/* width:185px ; */}


.plus_reivew .plus_review_view_list{border-color: #e5e5e5;display: flex;align-items: top;justify-content: space-between;}
.plus_reivew .plus_review_view_list:first-child{border-top:0}
.plus_reivew .plus_review_view_list{background: #fff;padding: 42px 0;}
.plus_reivew .plus_review_view_list .left_box > strong{font-size: 22px;line-height: 1;}
.plus_reivew .plus_review_view_list .left_box .star-txt{font-size: 13px;font-weight: 600;margin-left: 12px;}
.plus_reivew .plus_review_view_list .right_box{background: #f1f3f5;padding: 30px;min-width: 250px}
.plus_reivew .plus_review_view_list .right_box .right_box_inner{position: relative;padding-bottom: 26px;}
.plus_reivew .plus_review_view .text_file_cont .review_text{font-size: 13px;line-height: 20px;margin: 20px 0;}
.plus_reivew .plus_review_view .text_file_cont .btn_review_text_more{display: block;border-bottom: 0;margin: 30px 0 0;}
.plus_reivew .plus_review_view .text_file_cont .btn_review_text_more strong{font-size: 13px;font-weight: 400;}
.plus_reivew .plus_review_view .text_file_cont .btn_review_text_more strong img{vertical-align: middle;margin-left: 1px;}
.plus_reivew .plus_review_view .text_file_cont .file_upload_list ul{display: flex;gap:20px;flex-wrap: wrap;}
.plus_reivew .plus_review_view .text_file_cont .file_upload_list ul li{margin: 0}
.plus_reivew .plus_review_view .text_file_cont .file_upload_list ul li img.js_pr_thum_img {width: 180px;height: 180px;border-radius: 5px;border: 0;}
.plus_reivew .plus_review_view .text_file_cont .file_upload_list .img_pr_zoom{top: 100%;}
.plus_reivew .plus_review_view .review_comment_top{padding: 0;}
.plus_review_view .star_day_name{padding: 0;}
.plus_review_view .star_day_name span{font-size: 13px;color: #000;font-weight: 500;padding: 0 0 7px;}
.plus_review_view .star_day_name span.writer{font-weight: 600;}
.plus_reivew .btn_view_comment_box{display: flex;gap: 0 6px;position: absolute;bottom: 0;left: 0;}
.plus_reivew .btn_view_comment_box button{font-size: 13px;border-radius: 5px;border-color: #e5e5e5;background: #fff;height: 26px;padding: 0 0 0 15px;;}
.plus_reivew .btn_view_comment_box button span{padding: 0px 17px 0 0;line-height: 24px;}

.plusreview_view_layer {height: 85vh;max-width: 860px !important;display: flex;border-radius: 5px;overflow: hidden;}
.layer_wrap.plus_review_view_layer .ly_cont{height: 100%;width: 100%;}
.plus_review_view_cont{display: flex; height: 100%;position: relative;z-index: 10;}
.plus_review_top{width: 419px;height: 100%;position: relative;}
.plus_review_top .plus_review_btn button{font-size: 15px;color: #fff;font-weight: 600;}
.plus_review_top .plus_review_btn button.plus_review_btn_prev{background: url(../../img/goods/review_prev.png)no-repeat center left;padding-left: 20px;bottom: 20px;position: absolute;left: 19px;z-index: 3;cursor: pointer;;}
.plus_review_top .plus_review_btn button.plus_review_btn_next{background: url(../../img/goods/review_next.png)no-repeat center right;padding-right: 20px;bottom: 20px;position: absolute;right: 19px;z-index: 3;cursor: pointer;}
.plus_review_top .plus_review_silde{height: 100%;background: #000;display: flex;align-items: center;}
.plus_review_silde .swiper-pagination{z-index: 2;bottom: 23px !important;}
.plusreview_view_layer .plus_review_silde .swiper-container{overflow: hidden;}
.plusreview_view_layer .plus_review_silde .swiper-button-disabled{opacity: 0;}
.plusreview_view_layer .plus_review_silde .swiper-button-prev{background: url(../../img/goods/slick_next.png)no-repeat center / 51px !important;width: 51px;height: 51px;padding: 0;left: 10px;transform: rotate(180deg);}
.plusreview_view_layer .plus_review_silde .swiper-button-prev::after,
.plusreview_view_layer .plus_review_silde .swiper-button-next::after{display: none;}
.plusreview_view_layer .plus_review_silde .swiper-button-next{background: url(../../img/goods/slick_next.png)no-repeat center / 51px !important;width: 51px;height: 51px;padding: 0;right: 10px;}
.plusreview_view_layer .plus_review_silde .swiper-pagination li{margin: 0 6px;}
.plusreview_view_layer .plus_review_silde .swiper-pagination span{width: 5px;height: 5px;border-radius: 50%;background: #656565;opacity: 1 !important;margin: 0 7px;}
.plusreview_view_layer .plus_review_silde .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}
.plusreview_view_layer .plus_review_look_list{padding: 50px;border: 0;height: 100%;box-sizing: border-box;}
.plus_review_look{width: calc(100% - 419px);}
.plus_review_look .star_photo_num{float: none;width: 100% !important;padding: 0;height: auto;}
.plus_review_look .option_text_file_box{float: none;width: 100% !important;}
.plus_review_look .option_text_file_box > strong{font-size: 22px;line-height: 1;}
.plus_review_look .star_photo_num .goods_photo{outline: 0;width: 40px;height: 40px;border-radius: 5px;overflow: hidden;margin: 0;}
.plus_review_look .star_photo_num .star_photo_num1{display: flex;}
.plus_review_look .star_photo_num .star_photo_num1 > div{margin-left: 10px;}
.plus_review_look .star_photo_num .star_photo_num1 .goods_tit{font-size: 14px;color: #000;font-weight: 600;}
.plus_review_look .star_photo_num .star_photo_num1 ul{display: flex;gap: 0 20px;}
.plus_review_look .star_photo_num .star_photo_num1 ul li{font-size: 12px;color: #666666;}
.plus_review_look .star_photo_num .info_box{background: #f8f9fa;border-radius: 5px;display: flex;align-items: center;justify-content: space-between;padding: 0 26px;margin-top: 26px;height: 66px;}
.plus_review_look .star_photo_num .info_box .writer{font-size: 15px;color: #000;font-weight: 600;}
.plus_review_look .star_photo_num .info_box .date{font-size: 13px;color: #888888;font-weight: 500;}
.plus_review_look .option_text_file_box{border-top:1px solid #e5e5e5;margin-top: 30px;padding-top: 30px;}
.plus_review_look .option_text_file_box .star-txt{font-size: 18px;color: #000;font-weight: 600;margin-left: 6px;}
.plus_review_look .text_file_cont{font-size: 15px;line-height: 24px;max-height: 300px;overflow-y: auto;}
.plus_review_look .text_file_cont::-webkit-scrollbar{background: #fff;border-radius: 20px;}
.plus_review_look .text_file_cont::-webkit-scrollbar-thumb{background: #dddddd;border-radius: 20px;}
.plus_review_look .text_file_cont::-webkit-scrollbar-track{background: #fff;}
.plus_review_look .text_file_cont .review_text{margin: 20px 0 0;padding-bottom: 30px;border-bottom: 1px solid #e5e5e5;}
.layer_wrap.plus_review_view_layer .layer_wrap_cont{z-index: 210;}
/* .layer_close_btn{z-index: 100;} */
.layer_close_btn{padding: 20px !important;}
#plusReviewPhotoLayer{z-index: 210;}
#plusReviewPhotoLayer .layer_close_bg{background: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9;padding: 0;}
#plusReviewPhotoLayer .layer_close_bg img{display: none;}
#layerDim{background: rgba(0,0,0,0.32);}
.plus_review_info{min-width: inherit !important;}
.plus_review_look .gray_box{display: none;}
/*플러스리뷰 수정창*/
.plus_review_edit{border: 1px solid #e5e5e5;}
.plus_review_edit .writer_info{border-bottom: 0;}
#wrap .plus_review_edit .chosen-single{border-color: #e5e5e5;border-left: 0;border-right: 0;}
.plus_review_edit_cont{margin: 0;border: 0;}
.plus_review_edit_textarea{border: 0;font-size: 15px;padding: 20px 20px 35px 20px;}
.plus_review_edit textarea::placeholder{color:#dddddd}
.plus_review_edit .plus_review_edit_textarea p{color: #ddd;font-weight: 500;}

/*플러스리뷰 등록완료창*/
.plus_review_end{z-index: 100;text-align: center;position: fixed;width: 100%;height: 100vh;top: 0;left: 0;background: rgba(0,0,0,0.32);display: flex;justify-content: center;align-items: center;display: none;}
.plus_review_end .inner{background: #fff;border-radius: 5px;;padding: 61px 26px 64px;position: relative;}
.plus_review_end .inner .plus_review_end_close{background: url(../../img/goods/icon_close.png)no-repeat center;width: 20px;height: 19px;position: absolute;top: 21px;right: 19px;cursor: pointer;;}
.plus_review_end h2{font-size: 24px;}
.plus_review_end p{font-size: 18px;color: #010101;margin-top: 2px;}
.mo{display: none;}
body .plus_review_write .plus_review_write_select select,body .plus_review_write_select .chosen-single,body .plus_review_write_select .chosen-container .chosen-results,body .plus_review_view .star_day_name strong{color: #000 !important;}
@media all and (max-width: 1288px) {
    .plus_reivew .plus_review_view{padding: 0 22px;}
    #container.subPageContainer{max-width: 100% !important;}
    .plus_review_cont{box-sizing: border-box;padding: 0 22px;}
    .plus_review_cont .plus_review_photo ul li{width: calc(20% - 17px);height: 9.7vw;}
    .plus_review_num_tit{min-width: inherit;}
    /* .plus_review_cont .plus_review_photo,
    .plus_review_cont .plus_review_photo ul,
    .plus_review_cont .plus_review_photo ul li{height: 12.5vw;} */
    /* .plus_review_cont .plus_review_photo ul li:nth-child(5) img{opacity: 0.52;}
    .plus_review_cont .plus_review_photo ul li:nth-child(5)::after{content: url(../../img/goods/icon_plus.png);display: flex;width: 100%;height: 100%;background:rgba(0, 0, 0, 0.52);position: absolute;top: 0;left: 0;font-size: 14px;color: #fff;align-items: center;justify-content: center;cursor: pointer;} */
    .plus_review_cont .plus_review_num{position: relative;}
    .evaluation .score-select{color: #000 !important;border: 0;font-size: 30px !important;height: auto  !important;display: block;margin: 10px auto 2px;width:auto !important;background: none !important;letter-spacing: 0.2em;}
    .evaluation .score-select{ -webkit-appearance:none; /* 크롬 화살표 없애기 */-moz-appearance:none; /* 파이어폭스 화살표 없애기 */ appearance:none /* 화살표 없애기 */}
    .plus_review_cont .plus_review_photo .plus_review_photo_cont{padding: 0 4.68vw 0 4.68vw;}
}
@media screen and (max-width:999px) {
    .plus_review_cont .plus_review_photo ul li{height: 14.7vw;}
}
@media screen and (max-width:759px) {
    #wrap{overflow-x: hidden;}
    .mo{display: block;}
    .layer_close_btn{display: none !important;}
    .plus_review_cont .plus_review_photo ul li{height: 20.5vw;}
    .plus_review_photo_cont .swiper-button-next, .plus_review_photo_cont .swiper-button-prev{width: 11px;height: 30px;}
    .pc_cont{display: none;}
    .plus_review_cont .plus_review_photo{padding: 0;}
    .plus_review_cont .plus_review_num_tit > strong{font-size: 22px;}
    .plus_review_cont .plus_review_num_tit > strong::before{width: 23px;height: 22px;background-size: 23px 22px;margin-right: 2px;vertical-align: top;transform: translateY(1px);}
    .plus_review_cont .plus_review_num_box li strong{font-size: 12px;;padding: 2px 17px;}
    .plus_review_cont .plus_review_num_box{position: static;transform: none;}
    .plus_review_cont .plus_review_tit{display: none;}
    .plus_review_cont .plus_review_info{width: 100%;padding: 25px 0;border: 0;margin-bottom: 0;}
    .btn_plus_review_write{width: 100%;background: #000;font-size: 15px;color: #fff;font-weight: 500;text-align: center;line-height:40px ;}
    .plus_review_write_wrap_bg{display:none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.32);z-index: 101;overflow: hidden;}
    .plus_review_write_wrap_x{position: absolute;right: 22px;top: 18px;width: 13px;height: 13px;background: url(../../img/goods/icon_pop_x.png)no-repeat center / 100%;}
    .plus_review_write_wrap{position: fixed;z-index: 101;bottom: 0;left: 0;right: 0;background: #fff;z-index: 100; height: 70vh; overflow-y: auto;border-top-left-radius: 10px;border-top-right-radius: 10px;-ms-overflow-style: none;scrollbar-width: none;;}
    .plus_review_write_wrap::-webkit-scrollbar {display: none;}
    .plus_review_cont .info_text{font-size: 15px;padding: 0;background:none;text-align: center;font-weight: 600;text-align: center;margin: 0 22px;padding: 30px 0 20px;border-bottom: 2px solid #000;}
    .plus_review_cont .plus_review_write{border: 0;}
    .writer_info{display: block;border: 0;padding: 0 22px;/* padding-top: 20px; */}
    .writer_info li{width: 100%;display: block;}
    .writer_info li .tit{width: 100%;background: none;line-height: 1;text-align: left;padding: 19px 0 13px;}
    .writer_info li .tit span{font-size: 13px !important;color: #000;font-weight: 600;}
    .writer_info li .input_box{width: 100%;text-align: left;font-size: 13px;border: 0;}
    .writer_info li input{padding: 0;border:1px solid #dddddd !important;line-height: 35px !important;padding: 0 10px !important;height: 35px !important;width: 100%;font-size: 15px;}
    .evaluation{display: block;margin:45px auto 0px;border-top:2px solid #dddddd;padding: 22px 0 24px;box-sizing: border-box;border-bottom: 0;width: calc(100% - 44px);}
    .evaluation p{width: 100%;text-align: center;border: 0;min-width: inherit;font-size: 18px;font-weight: 600;line-height: 1;padding: 0;box-sizing: border-box;}
    .evaluation span{font-size: 16px;font-weight: 500;margin: 0 auto;text-align: center; display: block;}
    .plus_review_cont .plus_review_write_cont{border: 0;}
    .plus_review_cont .plus_review_write_textarea{margin: 0 22px;border: 0;padding: 11px 8px;border:1px solid #ddd;font-size: 13px;height: 146px;}
    .plus_review_cont .write_textarea_num{font-size: 12px;right: 9px;bottom: 10px;;}
    .review_file_upload .btn_upload_box::after{font-size: 13px;margin-left: 5px;}
    .review_file_upload .btn_upload_box{float: none;width: 100%;margin-top: 19px;}
    .review_file_upload .btn_upload_box .btn_upload span{height: 17px;}
    .review_file_upload .btn_upload_box .file{height: 25px;}
    .review_file_upload{border: 0;}
    .review_file_upload .btn_upload_box .btn_upload{width: 25px;height: 25px;border:1px solid #ddd;margin-left: 22px;}
    .review_file_upload .btn_right_box{width: 100%;float: none;margin-top: 22px;}
    .review_file_upload .btn_right_box .btn_plus_review_enroll{width: 100%;font-size: 14px;;}
    .plus_review_view{padding: 0 22px;margin-top: 0}
    .plus_reivew .plus_review_view_list{padding: 30px 0;flex-flow: column-reverse;border-bottom: 1px solid #e5e5e5;border-top: 0;margin-top: 0;}
    .plus_reivew .plus_review_view_list .right_box{background: #fff;padding: 0;min-width: inherit;}
    .plus_reivew .plus_review_view_list .right_box .right_box_inner{display: flex;width: 100%;justify-content: space-between;padding-bottom:8px;}
    .plus_review_view .star_day_name{display: flex;width:100%;}
    .plus_review_view .star_day_name span{font-size: 13px;font-weight: 400;position: relative;padding-right: 15px;margin-right: 15px;}
    .plus_review_view .star_day_name span.writer{font-weight: 400;}
    .plus_review_view .star_day_name span.date::after{content: "";display:inline-block;width: 1px;height: 9px;background: #ddd;position: absolute;right: 0;top: 6px;}
    .plus_reivew .plus_review_view .text_file_cont .review_text{margin-bottom: 0;}
    .plus_reivew .btn_view_comment_box{position: static;gap: 0 3px;}
    .plus_reivew .btn_view_comment_box button{font-size: 12px;height: 22px;;padding: 0;width: 51px;;}
    .plus_reivew .btn_view_comment_box button span{line-height: 20px;padding: 0;font-weight: 500;}
    .plus_reivew .plus_review_view_list .left_box > strong{font-size: 15px;}
    .plus_review_view .option_text_file_box{padding: 0;}
    .plus_reivew .plus_review_view .text_file_cont .review_text{font-size: 12px;line-height: 18px;margin-bottom: 13px;}
    .plus_reivew .plus_review_view .text_file_cont .file_upload_list{margin-top: 0px;}
    .plus_reivew .plus_review_view .text_file_cont .file_upload_list ul{gap: 6px;flex-wrap: nowrap;}
    .plus_reivew .plus_review_view .text_file_cont .file_upload_list ul li{margin-right:0;border-radius: 5px ;overflow: hidden;;}
    .plus_reivew .plus_review_view .text_file_cont .file_upload_list ul li img.js_pr_thum_img{width: 65px;height:65px;}
    .plus_reivew .plus_review_view .text_file_cont .file_upload_list ul li:nth-child(4)::after{content:"";display: flex;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-size: 14px;color: #fff;align-items: center;justify-content: center;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../../img/goods/icon_plus_mo.png)no-repeat center / 40px;pointer-events: none;}
    .plus_reivew .plus_review_view .text_file_cont .btn_review_text_more{margin-top: 8px;}
    .plus_reivew .plus_review_view .text_file_cont .btn_review_text_more strong{font-size: 12px;}
    .plus_reivew .plus_review_view .text_file_cont .btn_review_text_more strong img{width: 11px;}

    .layer_wrap_cont.plusreview_modify_layer{top: auto !important;bottom: 0;border-top-left-radius: 10px;border-top-right-radius: 10px;}
    #plusReviewModifyForm{height: 70vh;overflow-y: auto;-ms-overflow-style: none;scrollbar-width: none;}
    #plusReviewModifyForm::-webkit-scrollbar {display: none;}
    .layer_wrap #plusReviewModifyForm .ly_cont{padding: 0;}
    .plus_review_edit{border: 0;}
    .plus_review_edit .review_file_upload .file_upload_list{margin-left: 14px;padding-bottom: 25px;}
    .plus_review_edit_textarea{border:1px solid #ddd;margin: 0 22px;padding: 9px 11px 25px;}
    .plus_review_edit_textarea textarea{padding: 0;}
    .plus_review_edit_textarea p{font-size: 12px;color: #ddd;}
    

    #plusReviewPhotoLayer{height:calc((var(--vh, 1vh) * 100));;bottom: 0;right: 0;z-index: 300;}
    
    .plusreview_view_layer{height:100%;top: 0 !important;border-radius: 0;}
    .plus_review_view_cont{display: block;}
    .plus_review_top{width: 100%;height: auto;position: relative;top: 50%;transform: translateY(-50%);height: calc(100% - 144px);z-index: 10;overflow: hidden;}
    .plus_review_top .plus_review_silde{background: transparent;}
    .layer_wrap.plus_review_view_layer .ly_cont{width: 100%;background: #000;}
    .plus_review_look{position: absolute;top: 0;left: 0;width: 100%;background: transparent;height: 100%;}
    .plusreview_view_layer .plus_review_look_list{width: 100%;padding: 15px 15px 24px;display: flex;justify-content: space-between;flex-flow: column;}
    .plusreview_view_layer .plus_review_look_list *{color: #fff !important;}
    .plus_review_look .star_photo_num .info_box{border-radius: 0;background: transparent;}
    .plus_review_look .option_text_file_box{border: 0;}
    .plus_review_look .star_photo_num .info_box{padding: 0;height: auto;}
    .plus_review_look .star_photo_num .info_box.pc_cont{display: none;}
    .plus_review_look .option_text_file_box > strong{letter-spacing: 0.2em;font-size: 20px;}
    .plus_review_look .option_text_file_box .star-txt{font-size: 15px;font-weight: 500;margin-left: 0px;}
    .plus_review_look .text_file_cont{font-size: 12px;line-height: 19px;}
    .plus_review_look .option_text_file_box{position: relative;z-index: 12;}
    .plus_review_look .info_box span{font-size: 12px;color: #888 !important;}
    .plus_review_btn{display: none;}
    .plus_review_look .text_file_cont .review_text{border: 0;margin-top: 10px;overflow-y: auto;padding: 0;margin-bottom: 20px;height: 57px;-ms-overflow-style: none;scrollbar-width: none;}
    .plus_review_look .text_file_cont .review_text::-webkit-scrollbar {display: none;}
    .plus_review_look .star_photo_num .goods_photo{width: 43px !important;height: 43px;}
    .plus_review_look .star_photo_num .star_photo_num1 .goods_tit{font-size: 12px;}
    .plus_review_look .star_photo_num .star_photo_num1 > div{display: flex;  flex-flow: column;justify-content: space-between;margin-left: 12px;}
    .plus_review_look .star_photo_num .star_photo_num1 ul{gap: 0 15px;}
    .plus_review_silde .swiper-pagination{bottom: auto !important;top: 0 !important;}
    .plusreview_view_layer .plus_review_silde .swiper-pagination{padding: 0px 20px;width: 100%; display: flex;gap: 0 8px;justify-content: space-between;box-sizing: border-box;}
    .plusreview_view_layer .plus_review_silde .swiper-pagination span{-webkit-box-flex: 1;margin:0 !important;flex-grow: 1;width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));display: inline-block;border-radius: 0;height: 1px;}
    .plusreview_view_layer .plus_review_silde .swiper-button-next{background: none !important;top: 0px;width: 50%;height: 100%;position: fixed;}
    .plusreview_view_layer .plus_review_silde .swiper-button-prev{background: none !important;top: 0px;width: 50%;height: 100%;position: fixed;}
    #plusReviewPhotoLayer .ly_close{background: url(../../img/goods/viewer_x.png)no-repeat center / 14px;width: 14px;height: 14px;top: 25px;right: 15px;left: auto;z-index: 1000;}
    .info_box.mo{display: flex;justify-content: space-between;}
    .view_all{padding-right: 17px;background: url(../../img/goods/icon_view_all.png)no-repeat center right / 11px;display: inline-block;}
    body .plus_review_write .plus_review_write_select select option{font-size: 18px !important;}
    body .plus_review_write .plus_review_write_select select{text-align: center;}
    .plus_review_edit .plus_review_edit_select select{text-align: center;}
}
@media screen and (max-width:650px) {
    /* .plus_review_cont .plus_review_photo,
    .plus_review_cont .plus_review_photo ul,
    .plus_review_cont .plus_review_photo ul li{height: 19.8vw;}
    .plus_review_cont .plus_review_photo ul li:nth-child(4) img{opacity: 0.52;}
    .plus_review_cont .plus_review_photo ul li:nth-child(4)::after{content:"";display: flex;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-size: 14px;color: #fff;align-items: center;justify-content: center;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../../img/goods/icon_plus_mo.png)no-repeat center / 40px;}
     */
}
@media screen and (max-width:450px) {
    .plus_review_cont .plus_review_num_box{margin-top: 0;}
    .plus_review_end{padding: 0 22px;width: 100%;box-sizing: border-box;}
    .plus_review_end .inner .plus_review_end_close{width: 16px;height: 16px;background: url(../../img/goods/icon_close_mo.png)no-repeat center;top: 15px;right: 16px;}
    .plus_review_end .inner{box-sizing: border-box;width:100% ;padding: 42px 0px 40px;}
    .plus_review_end h2{font-size: 18px;letter-spacing: -0.025em;}
    .plus_review_end p{font-size: 12px;margin-top: 5px;}
    .plus_review_photo_cont .swiper-button-next{right: 3px;}
    .plus_review_photo_cont .swiper-button-prev{left: 3px;}
    
    
}
@media screen and (max-width:400px) {
    .plus_review_cont .plus_review_num_tit > strong{padding: 10px 0 ;}
    
}

@media screen and (max-width:380px) {
}

@media screen and (max-width:330px) {
}


/* 240712 상품 상세 문의 버튼 수정 */
.qna_cont {position: relative;}
.qna_cont > h3 {font-size: 18px; margin: 25px 0 15px 0; padding: 5px 10px 5px; font-size: 15px; color: #000;}
@media screen and (max-width: 1240px) {
    .qna_cont > h3 {
        padding: 5px 10px 5px 5px;
    }
}

/* 250218 상세페이지 네이버 렌탈 버튼 추가 */
.btn-naver-rental {position: relative; display: flex; align-items: center; justify-content: center; line-height: 0; font-size: 0; background: #00DE5A; width: 100%; height: 44px; margin-top: 10px;}
.btn-naver-rental:after {content: ""; display: block; width: 281px; height: 20px; background-position: center; background-repeat: no-repeat; background-size: 100%; background-image: url(../../img/goods/btn-naver-rental-pc-ver2.png);}
@media all and (max-width: 425px) {
    .btn-naver-rental:after {background-image: url(../../img/goods/btn-naver-rental-mo-ver2.png); width: calc(551px / 2); height: calc(42px / 2);}
}

/*250702 재입고알림신청*/
.private_box{height: 150px; overflow-y: scroll; padding: 20px 20px; border: 1px solid #e6e6e6; margin-top: 15px;}


/*250708 상품리뷰영역 - 개인정보 수집영역 추가*/
.enroll_box{/* width:100%; padding-left:11px; box-sizing: border-box; justify-content: space-between; clear: both; display: flex; align-items: center; border-top: 1px solid #f0f0f0; */}
.enroll_box .enroll_agree_box{display: flex;}
.enroll_box .agree_choice_box label{/* font-family: "Noto Sans KR",sans-serif !important; *//* font-size:14px; *//* color:#333; *//* font-weight: 400; */}
.enroll_box .agree_choice_box{/* margin-right:13px; */}
.enroll_box .agree_choice_box:first-child{margin-right:45px;}
.enroll_box .agree_choice_box > input[type="checkbox"]{display: none;}
.enroll_box .agree_choice_box label.check_s {/* position: relative; *//* padding-left: 43px; *//* cursor: pointer; */display: inline-block;/* user-select: none; */}  
.enroll_box .agree_choice_box label.check_s::before {/* content: ''; *//* position: absolute; *//* left: 0; *//* top: -5px; *//* width: 30px; *//* height: 30px; *//* border: 1.5px solid #E8E5E5; *//* background-color: #fff; *//* box-sizing: border-box; *//* background:#fff url('../../img/goods/icon_agree_check.png')no-repeat center; *//* background-size: 16px 17px; */}
.enroll_box .agree_choice_box  input[type="checkbox"]:checked + label.check_s::before {/* border-color: #333; *//* background:#333 url('../../img/goods/icon_agree_check.png')no-repeat center; *//* background-size: 16px 17px; */}
.review_file_upload .enroll_box .btn_right_box{/* width:215px; */}
.review_file_upload .enroll_box .btn_right_box .btn_plus_review_enroll{/* width:215px; *//* height:49px; */}
.enroll_box .link_agree_go{/* text-indent:-9999px; *//* display: inline-block; *//* width:18px; *//* background: url('../../img/goods/icon_agree_all.png')no-repeat 9px 50%; *//* margin-left:-5px; */}
.enroll_box .agree_txt_info {/* position: relative; */}
.enroll_box .agree_txt_info p{/* color:#C30D22; *//* font-family: "Noto Sans KR",sans-serif !important; *//* font-weight: 400; */}
.enroll_box .agree_txt_info::before{content:'';   background: url('../../img/goods/icon_agree_info.png') no-repeat center left / 16px;}
.enroll_box .agree_choice_all_box{display: none;}

@media all and (max-width: 1170px) {
    .review_file_upload .enroll_box .btn_right_box{/* width:180px; */}
    .review_file_upload .enroll_box .btn_right_box .btn_plus_review_enroll{/* width:180px; */}
    
}
@media all and (max-width: 1120px) {
    .enroll_box{flex-wrap: wrap; padding-left:0;}
    .enroll_box .enroll_agree_box{flex-wrap: wrap;}
    
    .review_file_upload .enroll_box .btn_right_box{/* width:100%; */}
    .review_file_upload .enroll_box .btn_right_box .btn_plus_review_enroll{/* width:100%; */}
    .enroll_box .enroll_agree_box{padding: 11px;}
    .enroll_box .agree_choice_box{/* width:100%; *//* height:30px; *//* line-height:30px; */}
    .enroll_box .agree_choice_box label.check_s::before{/* top:0; */}
    .enroll_box .agree_choice_box ~ .agree_choice_box{/* margin-top:10px; */}
    .enroll_box .agree_txt_info p{padding-left:45px;padding-top:7px;}
}
@media screen and (max-width:759px) {
    .enroll_box{display: block; border-top:none; background:#f8f8f8; padding-left:0; margin-top:15px;}
    .enroll_box .agree_choice_all_box{display: block; height:20px; line-height: 20px; padding: 13.5px 28px 11px 21px; border-bottom:1px solid #e3e3e3; margin-bottom: 11.5px; min-height: 45.5px; clear: both;}
    .enroll_box .agree_choice_all_box > input[type="checkbox"]{display: none;}
    .enroll_box .agree_choice_all_box label{font-size:11px; font-weight: 600;}
    .enroll_box .agree_choice_all_box label.check_s {position: relative; padding-left: 28px;cursor: pointer; display: inline-block; user-select: none;}  
    .enroll_box .agree_choice_all_box label.check_s::before {content: '';position: absolute; left: 0; width:20px;height: 20px; border: 1.5px solid #E8E5E5; background-color: #fff;box-sizing: border-box; background:#fff url('../../img/goods/icon_agree_check.png')no-repeat center; background-size: 10px 10px;}
    .enroll_box .agree_choice_all_box  input[type="checkbox"]:checked + label.check_s::before { border-color: #333; background:#333 url('../../img/goods/icon_agree_check.png')no-repeat center;   background-size: 10px 10px;}

    .enroll_box .agree_choice_box label.check_s{padding-left:28px;width:calc(100% -  37px);box-sizing: border-box;position: relative;cursor: pointer;display: inline-block;user-select: none;}
    .enroll_box .agree_choice_box:first-child{margin-right:0; padding-top:11.5px;}
    .enroll_box .agree_choice_box{margin-right:0;padding: 0 28px 0 21px;height:20px;line-height: 20px;box-sizing: border-box;width: 100%;}
    .enroll_box .agree_choice_box ~ .agree_choice_box{margin-top:8.5px;}
    .enroll_box .enroll_agree_box{display: block; padding:0px 0 17px}
    .enroll_box .agree_choice_box label{font-size:11px;font-family: "Noto Sans KR",sans-serif !important;color: #333;font-weight: 400;}
    .enroll_box .agree_choice_box label.check_s::before{width:20px;height:20px;top:0;background: #fff url('../../img/goods/icon_agree_check.png')no-repeat center;background-size: 10px 10px;content: "";position: absolute;left: 0;border: 1.5px solid #E8E5E5;box-sizing: border-box;}
    .enroll_box .agree_choice_box input[type="checkbox"]:checked + label.check_s::before {background: #333 url('../../img/goods/icon_agree_check.png')no-repeat center;background-size: 10px 10px;border-color: #333;}

    .review_file_upload .enroll_box .btn_right_box{width:100%; margin-top:0;}
    .review_file_upload .enroll_box .btn_right_box .btn_plus_review_enroll{width:100%;font-size:15px;height: 49px;background: #000;font-weight: 500;}
    .enroll_box .link_agree_go{text-indent:-9999px; display: inline-block; width:9px; background: url('../../img/goods/icon_agree_all_m.png')no-repeat 50%; margin-left:0px;background-size: 4.5px 8.5px;}
    .enroll_box .agree_txt_info{margin-top: 10px;font-size: 11px;padding-left: 50px;position: relative;}
    .enroll_box .agree_txt_info p{padding-left:0;padding-top:0;color: #C30D22;font-family: "Noto Sans KR",sans-serif !important;font-weight: 400;}
}
@media screen and (max-width:350px) {
    .enroll_box .agree_choice_box{padding: 0 8.0000vw 0 6.0000vw;}
    .enroll_box .agree_choice_box label.check_s{width: calc(100% - 4.5714vw);}
    .enroll_box .agree_txt_info{padding-left: 14.2857vw;}
}

/* 251023 kaimen sjw - 상품 상세 워런티 모달 */
body.scroll-lock {overflow: hidden;}
.ceragem-warranty-banner {position: relative; display: block; width: 100%; height: auto; font-size: 0; line-height: 1; max-width: 1200px; margin: 0 auto; box-sizing: border-box;}
.ceragem-warranty-banner * {box-sizing: border-box;}
.ceragem-warranty-banner > img {display: block; width: 100%;}
.ceragem-warranty-banner a {position: absolute;left: 34%;bottom: 15%;display: block;width: 15%;height: 10%;display: block;opacity: 0; font-size: 0; cursor: pointer;}

.warranty-modal {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 999; display:none;  }
.warranty-modal > .inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: block; background: #fff; width: 550px; height: 600px; border-radius: 16px; box-sizing: border-box; z-index: 999; box-shadow: 0px 20px 24px -4px rgba(10, 13, 18, 0.1), 0px 8px 8px -4px rgba(10, 13, 18, 0.04); padding: 43px 0 17px;}
.warranty-modal * {box-sizing: border-box;}
.warranty-modal #closeWarrantyModal {position: absolute; top: 12px; right: 12px; font-size: 0;}
.warranty-modal .image-box {position: relative; display: block; width: 100%; height: 100%; overflow: auto}
.warranty-modal .image-box > img {display: block; max-width: 100%; width: 100%; margin: 0 auto; margin-top: -65px;}

.ceragem-warranty-banner.pause a{left:38%; bottom:25%;}
/* .warranty-modal.pause > .inner{padding:35px 0 25px;} */
.warranty-modal.pause .image-box.pc{display: block;}
.warranty-modal.pause .image-box.pc > img {display: block; max-width: 100%; width: 100%; margin: 0 auto; margin-top: 0px;}
.warranty-modal.pause .image-box.mo{display: none;}
.warranty-modal.pause #closepauseModal {position: absolute; top: 12px; right: 12px; font-size: 0;}

@media all and (max-width: 767px) {
    .warranty-modal > .inner {width: 300px; height: 486px; padding: 45px 0 16px;}
    .warranty-modal .image-box {}
    .warranty-modal .image-box > img {margin-top: -40px;}

    /* .warranty-modal.pause > .inner{padding:45px 0 16px;} */
    .warranty-modal.pause .image-box.pc{display: none;}
    .warranty-modal.pause .image-box.mo{display: block;}
    .warranty-modal.pause .image-box.mo > img {display: block; max-width: 100%; width: 100%; margin: 0 auto; margin-top: 0px;}
}/* 767px */
/* 251023 kaimen sjw - 상품 상세 워런티 모달 end */

/*26.04.14 상품상세 워런티 모달*/
.warranty-modal .inner{padding:50px 45px  25px 50px; overflow: auto; font-family: 'Pretendard';}
.warranty-modal .inner::-webkit-scrollbar {width: 6px !important; background-color: transparent !important;}
.warranty-modal .inner::-webkit-scrollbar-track, .warranty-modal .inner::-webkit-scrollbar-track-piece {background-color: transparent !important;}
.warranty-modal .inner::-webkit-scrollbar-thumb { background-color: #ddd !important; border-radius: 3px !important;}
.warranty-modal .inner .warranty{text-align: left;}
.warranty-modal .inner .warranty .warranty__top{display: flex; justify-content: space-between; margin-bottom: 50px;}
.warranty-modal .inner .warranty .warranty__top .left_img{width:calc(279px / 2);}
.warranty-modal .inner .warranty .warranty__top .right_img{width:calc(130px / 2); height: calc(130px / 2);}
.warranty-modal .inner .warranty .warranty__title{line-height: 1.2; color:#221e1f; font-size:35px;  font-weight: 700;}

.warranty-modal .warranty__list-info{margin-top: 50px; border-top:1px solid #595959; border-bottom:1px solid #595959;}
.warranty-modal .warranty__item{display: flex; padding:8px 0; }
.warranty-modal .warranty__item ~ .warranty__item{border-top:1px solid #ccc;}

.warranty-modal .warranty__item dt.warranty__th{width:calc(175px / 2); flex-shrink: 0; color:#303030; font-weight: 700;}
.warranty-modal .warranty__item dd.warranty__td{width:calc(100% - (175px / 2)); color:rgba(0,0,0,0.8)}
.warranty-modal .warranty__note{font-size:11px;}

.warranty-modal .warranty__item .warranty__notice-list li{position: relative; padding-left: 10px; word-break: keep-all; line-height: 1.7;}
.warranty-modal .warranty__item .warranty__notice-list li::before{content:'·'; position: absolute; left:0; top:0;}
.warranty-modal .warranty__list-info{font-size:12px;}
.warranty-modal .warranty__notice{font-size: 11px;}
.warranty-modal .warranty__bottom{margin:80px auto 75px; text-align: center; width:calc(308px / 2);}

.warranty-modal .warranty__master-list{text-align: center; font-size:11px; margin-top: 50px; line-height: 1.8;}
.warranty-modal .warranty__master-list > li{color:rgba(0,0,0,0.8);}

@media all and (max-width: 767px) {
    .warranty-modal .inner{padding:14vw 5.8670vw  3.2595vw 6.5189vw;  }
    .warranty-modal .inner .warranty .warranty__top{ margin-bottom: 6.5189vw;}
    .warranty-modal .inner .warranty .warranty__top .left_img{width:calc(36.3755vw / 2);}
    .warranty-modal .inner .warranty .warranty__top .right_img{width:calc(16.9492vw / 2); height: calc(16.9492vw / 2);}
    .warranty-modal .inner .warranty .warranty__title{line-height: 1.2;  font-size:4.5632vw;  }

    .warranty-modal .warranty__list-info{margin-top: 6.5189vw; border-top:0.1304vw solid #595959; border-bottom:0.1304vw solid #595959;}
    .warranty-modal .warranty__item{ padding:1.2vw 0; }
    .warranty-modal .warranty__item ~ .warranty__item{border-top:0.1304vw solid #ccc;}

    .warranty-modal .warranty__item dt.warranty__th{width:calc(22.8162vw / 2); flex-shrink: 0;  }
    .warranty-modal .warranty__item dd.warranty__td{width:calc(100% - (22.8162vw / 2)); color:rgba(0,0,0,0.8)}
    .warranty-modal .warranty__note{font-size:1.4342vw;}

    .warranty-modal .warranty__item .warranty__notice-list li{ padding-left: 1.3038vw; word-break: keep-all; line-height: 1.7;}
    .warranty-modal .warranty__item .warranty__notice-list li::before{content:'·';  left:0; top:0;}
    .warranty-modal .warranty__list-info{font-size:1.5645vw;}
    .warranty-modal .warranty__notice{font-size: 1.4342vw;}
    .warranty-modal .warranty__bottom{margin:13.0378vw auto 9.7784vw;  width:calc(40.1565vw / 2);}
    .warranty-modal .warranty__master-list{ font-size:1.4342vw; margin-top: 6.5189vw;}

}


/* 260528 네이버페이 & 결제혜택 */
.pay_box {padding: 0 !important;margin: -5px 0 0 0 !important;}
.pay_box .payco_pay {display: none !important;}
.pay_box .naver_pay {width: 100% !important;margin: 0 !important;}
.naver_pay .npay_storebtn_bx {width: 100% !important;height: auto !important;font-size: 0;overflow: visible !important;}
.naver_pay .npay_button_box {padding: 0 !important;border: 0 !important;background: transparent !important;width: 100% !important;overflow: visible !important;}
.naver_pay .npay_button {padding: 0 !important;margin: 0 !important;overflow: visible !important;}
.naver_pay .npay_text {display: none !important}
.naver_pay .npay_event {display: none !important}
.naver_pay table.npay_btn_list {display: block !important;width: 100% !important;overflow: visible !important;}
.naver_pay table.npay_btn_list tbody {display: block !important;width: 100% !important;overflow: visible !important;}
.naver_pay table.npay_btn_list tbody tr {display: flex !important;width: 100% !important;justify-content: flex-end;position: relative;overflow: visible !important;}
.naver_pay table.npay_btn_list tbody tr:before {content: ""; display: block; width: 29%; margin-right: 1% !important;}
.naver_pay table.npay_btn_list tbody tr td {display: block !important; width: fit-content;}
.naver_pay table.npay_btn_list tbody tr td.npay_btn_item {order: 2;width: 40% !important;height: 42px !important;overflow: visible !important;}
.naver_pay table.npay_btn_list tbody tr td.npay_btn_item a.npay_btn_pay {width: calc(100% + 1px ) !important;width: 100% !important;height: 42px !important;padding: 0 !important;box-sizing: border-box !important;background: #04DE5A url(../../img/goods/btn-p-pay-pc.png)no-repeat center / 208px !important;border-radius: 0 !important;border: 0 !important;box-sizing: content-box !important;outline: 1px solid #04DE5A !important;}

.naver_pay table.npay_btn_list tbody tr td.npay_btn_item.btn_width {order: 1;width: 29% !important;margin-right: 1% !important;display: flex !important;justify-content: flex-end !important;overflow: visible !important;}
.naver_pay table.npay_btn_list tbody tr td.npay_btn_item.btn_width a.npay_btn_zzim {width: 42px !important;height: 42px !important;border: 0 !important;padding: 0 !important;margin: 0 !important;background: #fff url(../../img/goods/n-zzim-pc.png)no-repeat center / 15.56px !important;font-size: 0 !important;box-sizing: border-box !important;border-radius: 0 !important;outline: 1px solid #ccc !important;}


.payment-benefit-section {position: relative;display: block;width: 100%;height: auto;margin-top: 55px;}
.payment-benefit-section * {box-sizing: border-box; font-family: 'Pretendard' !important;}
#payment-modal * {box-sizing: border-box; font-family: 'Pretendard' !important;}
.payment-benefit-section .section-title {font-size: 18px;font-weight: 600;color: #000;letter-spacing: -0.041px;line-height: 1;margin-bottom: 19px;padding-left: 3px;}
.payment-benefit-section .benefit-list {border-top: 1px solid #a6a6a6;border-bottom: 1px solid #a6a6a6;}
.payment-benefit-section .benefit-item {display: flex;align-items: flex-start;padding: 19px 40px 20px 15px;border-bottom: 1px solid #a6a6a6;letter-spacing: -0.41px;color: rgba(0, 0, 0, 0.7);position: relative;line-height: 1.3;font-size: 16px;}
.payment-benefit-section .benefit-item:last-child { border-bottom: none; }
.payment-benefit-section .benefit-label {width: 143px;font-weight: 600;}
.payment-benefit-section .benefit-content {flex-grow: 1;font-weight: 500;}
.payment-benefit-section .benefit-desc {}
.payment-benefit-section .benefit-desc-list { display: flex; flex-direction: column; gap: 10px; }
.payment-benefit-section .benefit-desc-item {}
.payment-benefit-section .benefit-btn {display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;position: absolute;right: 0;top: 11px;background: transparent;border: 0;cursor: pointer;padding: 0;margin: 0;}
.payment-benefit-section .icon-arrow-right { font-size: 16px; color: #888; font-style: normal; }
#payment-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1000; align-items: center; justify-content: center; }
#payment-modal.is-open { display: flex; }
#payment-modal .modal-container {background: #fff;width: 90%;max-width: 550px;border-radius: 16px;overflow: hidden;display: flex;flex-direction: column;max-height: 85vh; min-height: 600px;}

#payment-modal .modal-header {position: relative;padding: 54px 0 0 34px;height: auto;z-index: unset;}
#payment-modal .modal-title {font-size: 18px;font-weight: 600;color: #000;letter-spacing: 0;line-height: 1;}
#payment-modal .modal-close-btn {position: absolute;top: 21px;right: 20px;font-size: 20px;color: #333;display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;}
#payment-modal .modal-close-btn .pc {display: block;}
#payment-modal .modal-close-btn .mo {display: none;}
#payment-modal .icon-close { font-style: normal; font-weight: 300; }
#payment-modal .modal-body {padding: 21px 25px 30px;}
#payment-modal .tab-button-group {display: flex;gap: 10px;margin-bottom: 0;width: 100%; padding-bottom: 20px;}
#payment-modal .tab-content-group {max-height: 305px;max-height: 415px;overflow-y: auto;}
#payment-modal .tab-btn {border: 1px solid rgba(0, 0, 0, 0.7);font-size: 15px;font-weight: 500;margin: 0 0 0 0;width: fit-content;display: flex;align-items: center;justify-content: center;text-align: center;line-height: 1;height: 40px;box-sizing: border-box;padding: 0 20px;border-radius: 100px;}
#payment-modal .tab-btn.active {background: rgba(0, 0, 0, 1);color: #fff;border-color: rgba(0, 0, 0, 0.7);}
#payment-modal .tab-panel { display: none; }
#payment-modal .tab-panel.active { display: block; }
#payment-modal .card-list {border-top: 2px solid rgba(0, 0, 0, 0.5);}
#payment-modal .card-item {display: flex;padding: 0 0 0 0;border-bottom: 0.5px solid rgba(0, 0, 0, 0.35);}
#payment-modal .card-info {display: flex;flex-direction: column;align-items: center;width: 176px;border-right: 0.5px solid rgba(0, 0, 0, 0.35);padding: 8px 0 11px;min-height: 65px; justify-content: center;}
#payment-modal .card-logo {width: fit-content;height: auto;/*background: #e5e5e5;*/display: flex;align-items: center;justify-content: center; position: relative; max-width: 100%;}
#payment-modal .card-logo {max-width: 100%;}
#payment-modal .card-logo img {max-height: 30px;}
#payment-modal .card-name {font-size: 13px;color: rgba(0, 0, 0, 0.8);font-weight: 500;line-height: 1;margin-top: 3px;}
#payment-modal .card-desc {width: calc(100% - 176px); position: relative; display: flex; align-items: center; font-size: 14px; font-weight: 500; color: rgba(0, 0, 0, 0.8); letter-spacing: -0.041px; padding: 0 20px 0 28px;}
#payment-modal .card-desc > div {max-width: 100%;}
#payment-modal .notice-area {padding-top: 15px;}
#payment-modal .notice-list {display: flex;flex-direction: column;gap: 1px 0;}
#payment-modal .notice-list li {position: relative;padding-left: 23px;font-size: 12px;color: rgba(0, 0, 0, 0.5);line-height: 18px;/* word-break: keep-all; */word-break: keep-all;}
#payment-modal .notice-list li::before {content: '·';position: absolute;left: 12px;top: 7px;font-size: 0;width: 3px;height: 3px;border-radius: 50%;background: rgba(0, 0, 0, 0.5);}
#payment-modal .easy-payment-list {border-top: 2px solid rgba(0, 0, 0, 0.5);}
#payment-modal .payment-item {display: flex;flex-direction: column;border-bottom: 0.5px solid rgba(0, 0, 0, 0.35);}
#payment-modal .payment-header {display: flex;align-items: center;width: 100%;padding: 0 0 0 0;\: 20px;text-align: left;background: #fff;margin: 0;min-height: 63px;}
#payment-modal .payment-info {display: flex;flex-direction: column;align-items: center;width: 176px;padding: 9px 0 10px; min-height: 65px; justify-content: center;}
#payment-modal .payment-logo {width: fit-content;height: auto;background: #e5e5e5;display: flex;align-items: center;justify-content: center;position: relative;max-width: 100%;}
#payment-modal .payment-logo img {display: block; max-width: 100%; max-height: 30px;}
#payment-modal .payment-name {font-size: 13px;color: rgba(0, 0, 0, 0.8);font-weight: 500;line-height: 1;margin-top: 3px;}
#payment-modal .payment-desc {position: relative;display: flex;align-items: center;justify-content: space-between;width: calc(100% - 176px - 35px);padding: 15px 10px 15px 37px;}
#payment-modal .icon-arrow-down {padding-right: 20px;box-sizing: border-box;width: 35px;}
#payment-modal .payment-item.is-active .icon-arrow-down {transform: rotate(180deg);padding-left: 20px;padding-right: 0;}
#payment-modal .payment-detail {padding: 13px 10px 20px 17px;border-top: 0.5px solid rgba(0, 0, 0, 0.35);position: relative;font-size: 12px;font-weight: 500;color: rgba(0, 0, 0, 0.7);line-height: 18px;}
#payment-modal .detail-section {margin-top: 17px;}
#payment-modal .detail-section:first-child {margin-top: 0;}
#payment-modal .detail-title {display: block;}
#payment-modal .detail-list { }
#payment-modal .detail-list li {word-break: keep-all;position: relative;padding-left: 17px;}
#payment-modal .detail-list li + li {margin-top: 0px;}
#payment-modal .detail-list li::before {content: '·';position: absolute;left: 7px;top: 7px;font-size: 0;width: 3px;height: 3px;background: rgba(0, 0, 0, 0.7);border-radius: 50%;}
@media all and (max-width: 749px) {
    .npay_button_box ul.npay_btn_list {display: flex !important; width: 100% !important; justify-content: flex-end !important; overflow: visible !important;}
    .npay_button_box ul.npay_btn_list > li.npay_btn_item {display: block !important;}
    .npay_button_box ul.npay_btn_list > li.npay_btn_item:not(.btn_width) {order: 2;width: 40% !important;height: 42px !important;overflow: visible !important;}
    .npay_button_box ul.npay_btn_list > li.npay_btn_item.btn_width {order: 1;width: 29% !important;margin-right: 1% !important;display: flex !important;justify-content: flex-end !important;overflow: visible !important; height: auto !important;}
    .npay_button_box ul.npay_btn_list > li.npay_btn_item > a.npay_btn_pay {width: 100% !important;height: 42px !important;padding: 0 !important;border: 0 !important;box-sizing: content-box !important;outline: 1px solid #04DE5A !important;background: #04DE5A url(../../img/goods/btn-p-pay-mo-v2.png) no-repeat center / calc(292px / 2) !important;border-radius: 2.5px !important;font-size: 0 !important;}
    .npay_button_box ul.npay_btn_list > li.npay_btn_item > a.npay_btn_pay span {display: none !important;}
    .npay_button_box ul.npay_btn_list > li.npay_btn_item > a.npay_btn_zzim {width: 42px !important;height: 42px !important;border: 0 !important;padding: 0 !important;margin: 0 !important;background: #fff url(../../img/goods/n-zzim-pc.png) no-repeat center / 15.56px !important;
    font-size: 0 !important;box-sizing: border-box !important;outline: 1px solid #ccc !important;border-radius: 2.5px !important;}
    .naver_pay table.npay_btn_list tbody tr td.npay_btn_item a.npay_btn_pay {background: #04DE5A url(../../img/goods/btn-p-pay-mo-v2.png)no-repeat center / calc(292px / 2) !important}
}
@media all and (max-width: 520px) {
    .naver_pay table.npay_btn_list tbody tr td.npay_btn_item a.npay_btn_pay {border-radius: 2.5px !important;}
    .naver_pay table.npay_btn_list tbody tr td.npay_btn_item.btn_width a.npay_btn_zzim {border-radius: 2.5px !important;}
    .payment-benefit-section .section-title {font-size: 15px;padding-left: 8px;margin-bottom: 19px;}
    .payment-benefit-section .benefit-item {font-size: 11.5px;padding: 12px 35px 13px 9px;}
    .payment-benefit-section .benefit-label {width: 98px;}
    .payment-benefit-section .benefit-btn {width: 25px;height: 24px;right: 3px;top: 7px;}
    .payment-benefit-section .benefit-btn svg {width: 5.5px;}

    #payment-modal .modal-container {border-radius: 10px;min-height: 425px;max-width: 325px;max-height: 425px;}
    #payment-modal .tab-content-group {max-height: 305px}
    #payment-modal .modal-header {padding: 29px 0 0 25px;}
    #payment-modal .modal-body {padding: 13px 25px 30px;}
    #payment-modal .tab-button-group {gap: 7px;padding-bottom: 13px;}
    #payment-modal .tab-btn {height: 30px; padding: 0 17px; font-size: calc(25px / 2);}
    #payment-modal .modal-title {font-size: calc(35px / 2);}
    #payment-modal .modal-close-btn {top: 9px;right: 9px;width: 24px;height: 24px;}
    #payment-modal .modal-close-btn .pc {display: none;}
    #payment-modal .modal-close-btn .mo {display: block;}
    #payment-modal .modal-close-btn svg {width: 13px;}

    #payment-modal .card-info {width: 95px; min-height: 50px;}
    #payment-modal .card-info img {max-width: 60px;}
    #payment-modal .card-name {font-size: 11px;}
    #payment-modal .card-desc {width: calc(100% - 95px); font-size: 11px; padding: 0 15px 0 15px;}
    #payment-modal .notice-area {padding-top: 10px;}
    #payment-modal .notice-list li {font-size: 11px; padding-left: 15px;}
    #payment-modal .notice-list li::before {width: 2.5px; height: 2.5px; top: 6px; left: 7px;}

    #payment-modal .payment-header {min-height: 50px;}
    #payment-modal .payment-info {width: 98px; min-height: 50px; padding-bottom: 9.5px;}
    #payment-modal .payment-name {font-size: 11px;}
    #payment-modal .payment-logo {font-size: 8px;}
    #payment-modal .payment-logo img {max-width: 60px;}
    #payment-modal .payment-desc {width: calc(100% - 98px - 25px); padding: 10px 10px 10px 27px; font-size: 11px;}
    #payment-modal .icon-arrow-down {padding: 0 !important; display: flex; align-items: center; justify-content: center; width: 25px; height: 30px;}
    #payment-modal .icon-arrow-down svg {width: 10px;}
    #payment-modal .payment-detail {font-size: 10px; padding: 9px 10px 20px 5px; line-height: 14px;}#payment-modal .detail-section {margin-top: 14px;}
    #payment-modal .detail-list {margin-top: 1px;}
    #payment-modal .detail-list li {position: relative;}
}
@media all and (max-width: 380px) {
    #payment-modal .payment-desc {padding-left: 10px;padding-top: 8.5px;padding-bottom: 8.5px;word-break: keep-all;}
}
@media all and (max-height: 550px) {
    #payment-modal .modal-container {min-height: 95%;}
    #payment-modal .tab-content-group {max-height: calc(100vh - 200px);}
}
@media all and (min-width: 521px) {
    #payment-modal .tab-content-group::-webkit-scrollbar {width: 3px;}
    #payment-modal .tab-content-group::-webkit-scrollbar-track {background: #f6f6f6; background: transparent;}
    #payment-modal .tab-content-group::-webkit-scrollbar-thumb {background: #ddd;}
}
/* 260528 이 & 결제혜택 end */

/* 260604 상세 UI 개편 */
.detail-area-btns {position: sticky;top: 135px;box-sizing: border-box;z-index: 2;background: #fff; max-width: 1200px; width: 100%; margin: 0 auto;}
.detail-area-btns * {box-sizing: border-box;}
.detail-area-btns ul {display: flex; width: 100%; height: auto; font-size: 14px; font-weight: 500; position: relative; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.5); width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto;}
.detail-area-btns ul li {display: flex; align-items: center; justify-content: center; max-width: 160px; width: 100%; position: relative;}
.detail-area-btns ul li a {padding: 15.84px 15px; font-family: 'Pretendard' !important; color: rgba(0, 0, 0, 1); line-height: 125%;}
.detail-area-btns ul li.on::after {content: ""; display: block; width: 100%; height: 2px; background: rgba(0, 0, 0, 1); position: absolute; left: 0; bottom: -0.5px}
.detail-area-btns ul li.on a {}


.detail-con-wrap {position: relative; display: block; width: 100%; height: auto; box-sizing: border-box; max-width: 1200px; margin: 50px auto 0;}
.detail-con-wrap .detail-box {position: relative;display: block;width: 100%;height: auto;box-sizing: border-box;margin-bottom: 50px;width: 100%;max-width: 1200px;margin-top: 67px;padding-top: 33px;}
.detail-box--main {}
.detail-con-wrap .detail-box .txt-manual {margin-bottom: 50px;}
.detail-con-wrap .detail-title-h3 {display: block; font-family: 'Pretendard' !important; font-weight: 600; line-height: 36px; font-size: 25px; color: rgba(15, 23, 42, 1); margin-bottom: 30px;}

table.detail-info-table {table-layout: fixed; border-collapse: collapse; width: 100%; height: auto; border-top: 2px solid rgba(0, 0, 0, 1);}
table.detail-info-table th {background-color: rgba(248, 248, 248, 0.8); font-size: 14px; font-weight: 500; line-height: 1; vertical-align: middle; font-family: 'Pretendard' !important; color: rgba(0, 0, 0, 0.8); padding: 0 20px; border-top: 0.5px solid rgba(0, 0, 0, 0.3); border-bottom: 0.5px solid rgba(0, 0, 0, 0.3); box-sizing: border-box;}
table.detail-info-table td {height: 51px; border-top: 0.5px solid rgba(0, 0, 0, 0.3); border-bottom: 0.5px solid rgba(0, 0, 0, 0.3); background: #fff; vertical-align: middle; font-size: 14px;line-height: 1.2; color: rgba(0, 0, 0, 0.8); font-weight: 400; padding: 0 20px; padding: 17px 20px 16px; box-sizing: border-box;}
table.detail-info-table td a {text-decoration: underline; text-underline-offset: 4px}
table.detail-info-table td div:first-child {margin-top: 1px !important;}
table.detail-info-table td div:last-child {margin-bottom: 1px !important;}


.detail-box--faq {}
.faq-main-wrapper {position: relative; display: block; width: 100%; height: auto; box-sizing: border-box;}
.faq-main-wrapper * {box-sizing: border-box;}
.faq-main-wrapper .detail-title-h3 {display: flex; align-items: center; justify-content: space-between; width: 100%;}
.faq-main-wrapper .detail-title-h3 button.faq-view-all-button {display: flex; align-items: center; justify-content: center; line-height: 1; width: 101.87px; height: 36.81px; border-radius: 5px; background: rgba(15, 23, 42, 1); border: 0; padding: 0; margin: 0; cursor: pointer; font-size: 15px; font-weight: 500; color: #fff;}

.accordion-list {position: relative; display: block; width: 100%; height: auto; border-top: 2px solid #000;}
.accordion-item {border-bottom: 1px solid rgba(0, 0, 0, 0.3); box-sizing: border-box; width: 100%; height: auto;}
.accordion-header {min-height: 63px; display: flex; align-items: center; padding: 12px 35px 12px 0; box-sizing: border-box; position: relative; cursor: pointer;}
.accordion-title {display: block; line-height: 1.3; font-size: 15px; font-weight: 500; color: rgba(0, 0, 0, 0.8);}
.accordion-icon {display: block; width: 16px; height: 16px; background: url(../../img/goods/pc-faq-arrow.svg)no-repeat center / 100%; position: absolute; right: 0; top: 50%; margin-top: -8px;}
.active .accordion-icon {transform: rotate(180deg);}
.accordion-body {position: relative; display: none; width: 100%; font-size: 13px; font-weight: 400; color: rgba(69, 65, 74, 1); line-height: 1.923em; padding-bottom: 16px;}
button.btn-goods-view-more {display: block; border: 0; padding: 0; margin: 27px auto 0; width: 132.76px; height: 37px; background: #0F172A; border-radius: 5px; color: #fff; font-family: 'Pretendard' !important; font-size: 15px; font-weight: 500; line-height: 1; }
button.btn-goods-view-more > div {display: flex; align-items: center; justify-content: center; text-align: center;}
button.btn-goods-view-more > div svg {display: block; width: 14px; margin-right: 9px;}
button.btn-goods-view-more > div svg.icon-mo {display: none;}
button.btn-goods-view-more.dn {display: none !important;}
@media all and (max-width: 759px) {
    button.btn-goods-view-more {width: calc(180px / 2); height: calc(65px / 2); background: #fff; border: calc(0.5px / 2) solid rgba(0, 0, 0, 0.8); border-radius: calc(5px / 2); color: #030303; font-size: calc(23px / 2); line-height: calc(36px / 2); margin: calc(25px / 2) 0 0 auto;}
    button.btn-goods-view-more > div svg {margin-right: calc(8px / 2); width: 11.5px;}
    button.btn-goods-view-more > div svg.icon-pc {display: none;}
    button.btn-goods-view-more > div svg.icon-mo {display: block;}
}/* 759px */

.detail-box--info {}

.detail-box--review {}
.plus-review-wrap {box-sizing: border-box;}
.plus-review-wrap * {box-sizing: border-box;}
.plus-review-cont {}
.plus-review-info {max-width: 1200px; margin: 0 auto;}
.review-info-header {display: block;}
.detail-con-wrap .review-info-header .detail-title-h3 span {font-weight: 500;}
.review-info-header-inner {border-top: 2px solid #000; width: 100%; display: flex; flex-wrap: wrap; border-bottom: 1px solid rgba(0, 0, 0, 0.3);}
.review-info-header-inner .review-score {position: relative; display: flex; align-items: center; width: 196px; height: 160px; padding-left: 38.49px; box-sizing: border-box;}
.review-info-header-inner .review-score:after {position: absolute; content :""; display: block; width: 1px; height: 100px; background: rgba(0, 0, 0, 0.3); right: 0; top: 30px;}
.review-info-header-inner .review-score .mo-star {width: calc(35px / 2);display: none;}
.review-info-header-inner .review-score strong {line-height: 1; font-size: 40px; font-weight: 700; /* color: #505050; */ color: #000; font-family: 'Pretendard' !important; margin-left: 15.33px;}
.review-info-header-inner .review-photo {width: calc(100% - 196px); display: flex; align-items: center; justify-content: center;}
.review-photo {}
.plus-review-photo-slider {position: relative; max-width: 842px; width: 100%;}  
.review-photo .swiper-slide {position: relative; width: 100px; height: 100px; overflow: hidden; background: #EFEEEB; border-radius: 10px;}
.review-photo .swiper-slide img {display: block; width: 100%; height: 100%; /* object-fit: cover; */}
.review-photo .swiper-button-prev {left: -42px !important; opacity: 0.8 !important; z-index: initial;}
.review-photo .swiper-button-next {right: -42px !important; opacity: 0.8 !important; z-index: initial;}
.review-photo .swiper-button-prev.swiper-button-disabled {opacity: 0.3 !important;}
.review-photo .swiper-button-next.swiper-button-disabled {opacity: 0.3 !important;}
.review-photo .swiper-button-prev svg ,.review-photo .swiper-button-next svg {display: none !important;}
.review-photo .swiper-button-prev:after,.review-photo .swiper-button-next:after {display: none !important;}

.review-info-body {position: relative; display: block; width: 100%; }
.review-info-body {box-sizing: border-box;}
.review-info-body * {box-sizing: border-box;}

.enroll_box .enroll_agree_box > p {display: none;}

.detail-con-wrap .plus-review-wrap .detail-title-h3 {position: relative;}

/* 리뷰 정책 안내 모달 */
.review-info-bx {position: absolute; right: 0; top: 0; width: fit-content; height: 100%;}
.review-info-bx * {box-sizing: border-box; font-family: 'Pretendard' !important;}
.btn-review-info.pc {display: flex; align-items: center; line-height: 32px;  font-size: 15px; font-weight: 400; color: #0066CC;}
.review-info-bx-mo {display: none;}
.btn-review-info.mo {display: none;}
.btn-review-info.pc:hover {font-size: 15px; font-weight: 400; color: #0066CC;}
.btn-review-info.pc span {margin-left: 6px; display: block; width: 15px; height: 16px; background: url(../../img/goods/btn-review-info.png)no-repeat center / 100%; }

.review-info-modal {position: fixed;left: 0; top: 0; width: 100%; height: 100%; display: none; z-index: 100;}
.review-info-modal-cont {position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center;width: 100%; height: 100%; padding: 0 37.5px;}
.review-info-modal-cont .dim {position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); z-index: 1;}
.review-info-modal-inner {position: relative; z-index: 2; display: block; width: 100%; height: auto; max-width: 750px; min-height: 700px; max-height: 700px; background: #F5F5F7; border-radius: 15px; padding: 49px 50px 41px 50px;}
.review-info-modal-inner > h2 {display: block;line-height: 32px;font-size: 20px;font-weight: 600;color: #111;letter-spacing: -0.5px;}
.review-info-modal-text {position: relative;margin-top: 30px;max-height: 548px;overflow: auto;width: 100%;font-size: 14px;font-weight: 400;color: #424242;line-height: 25px;word-break: break-all;}
.review-info-modal-text h3 {font-size: inherit;font-weight: 700;color: inherit;line-height: inherit;display: inline;}
.btn-close-review-info {position: absolute; right: 17px; top: 17px; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; font-size: 0; background: url(../../img/goods/btn-close-review-info.png)no-repeat center;}
/* 리뷰 정책 안내 모달 끝 */

@media all and (min-width: 760px) {
    .plus_review_write_wrap_bg {display: block !important;}
    .review-info-body .writer_info {position: relative; display: flex; width: 100%; height: auto;}
    .review-info-body .writer_info > li {display: flex; align-items: center; width: 50%;}
    .review-info-body .writer_info > li .tit {width: 50%; border-top: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.3); height: 49px; padding: 0 0 0 20px; display: flex; align-items: center; line-height: 1; font-size: 14px; font-weight: 700; color: rgba(0, 0, 0, 0.8); font-family: 'Pretendard' !important; }
    .review-info-body .writer_info li .tit span.important:after {content :"*"; color: rgba(212, 6, 45, 1); position: relative; display: unset;}
    .review-info-body .writer_info > li .input_box {width: 50%; border-top: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.3); height: 49px; padding: 0 0 0 20px;}
    .review-info-body .writer_info > li .input_box input[type=text] {border: 0; padding: 0; margin: 0; width: 100%; height: 100%; font-size: 14px; font-weight: 400; color: #000; font-family: 'Pretendard' !important;}
    .review-info-body .writer_info > li .input_box input[type=text]::placeholder {color: rgba(116, 116, 123, 0.5);}

    .review-info-body .evaluation {position: relative; display: flex; align-items: center; width: 100%; height: 49px; box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.3);;}
    .review-info-body .evaluation .score-select {position: absolute; left: -9999999px; opacity: 0; width: 0px; height: 0px;}
    .review-info-body .evaluation > p {box-sizing: border-box; padding-left: 20px; width: fit-content; font-size: 14px; font-weight: 700; color: rgba(0, 0, 0, 0.8); font-family: 'Pretendard' !important;}
    .review-info-body .evaluation > .goodsPt_value {font-size: 14px; font-weight: 500; color: rgba(0, 0, 0, 0.8); font-family: 'Pretendard' !important;}

    .review-info-body .evaluation .star-rating-box {display: flex !important;justify-content: center;align-items: center;gap: 0 10px; margin: 0 16px 0 24px; font-size: 0;}
    .review-info-body .evaluation .star-rating-box .star {cursor: pointer;}
    .review-info-body .plus_review_write_cont {outline: none;margin: 0; padding: 0;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea {background: #fff;position: relative;width: 100%;height: 100px;border: 0;border-bottom: 1px solid rgba(0, 0, 0, 0.3);padding: 0 0 0 20px;display: flex;justify-content: space-between;align-items: center;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea .inner {position: relative;width: 100%;height: 67px;box-sizing: border-box;margin-right: 20px;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea textarea {border: 0;/* padding: 0 50px 0 0; */padding: 0;margin: 0;outline: none;border-radius: 0;font-size: 14px;font-weight: 400;color: #000;line-height: 1.3;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea textarea::placeholder {color: rgba(116, 116, 116, 0.5); }
    .review-info-body .write_textarea_num {bottom: 0;right: 0;display: none;}

    .review-info-body .plus_review_write_cont > .plus_review_write_textarea button.btn_upload--pc {display: flex;align-items: center;justify-content: center;text-align: center;font-size: 0;cursor: pointer;padding: 0;margin: 0;border: 0;width: 72px;height: 72px;border-radius: 10px;background: rgba(80, 80, 80, 0.5);/* position: absolute; *//* right: 9px; *//* top: 14.44px; */}

    .review-info-body .plus_review_write_cont > .plus_review_write_textarea .file_upload_list {display: flex;align-items: center;justify-content: flex-end;flex-shrink: 0;float: none;height: auto;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea .file_upload_list ul.js_pr_attach_list {display: flex; align-items: center;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea .file_upload_list ul.js_pr_attach_list li {display: block; position: relative; width: fit-content; height: auto;margin: 0;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea .file_upload_list ul.js_pr_attach_list li img {border: 0;width: 72px;height: 72px;border-radius: 10px;object-fit: cover;margin: 0 8px 0 0;display: block;}
    .review-info-body .plus_review_write_cont > .plus_review_write_textarea .file_upload_list ul.js_pr_attach_list li a.btn_file_photo_close {display: none;}

    .review-info-body .review_file_upload .file_upload_list,
    .review-info-body .review_file_upload .btn_right_box {float: none;}
    .review-info-body .review_file_upload .btn_upload_box .btn_upload {opacity: 0; position: absolute; left: -9999999px; width: 0px; height: 0px;}
    .review-info-body .review_file_upload .btn_upload_box::after {display: none;}
    .review-info-body .review_file_upload .file_upload_list {display: none !important;}
    .review-info-body .enroll_box {position: relative;display: flex;align-items: center;width: 100%;height: auto;/* min-height: 58px; */border-top: 1px solid rgba(0, 0, 0, 0.3);border-bottom: 1px solid rgba(0, 0, 0, 0.3);margin-top: -1px;padding: 15px 130px 15px 20px;box-sizing: border-box;min-height: 55px;}
    .review-info-body .enroll_box .enroll_agree_box {width: 100%; display: flex;align-items: center;/* min-height: 55px; */flex-wrap:  wrap;}
    .review-info-body .enroll_box .agree_choice_box {padding-left: 30px;box-sizing: border-box;position: relative;margin-right: 22.5px;}
    .review-info-body .enroll_box .agree_choice_box input[type=checkbox] {appearance: none; -moz-appearance: none; -webkit-appearance: none; width: 20.05px; height: 20.05px; background: url(../../img/goods/detail_check.svg)no-repeat center; border-radius: 100%; display: inline-block !important; position: absolute; left: 0; top: 1px;}
    .review-info-body .enroll_box .agree_choice_box input[type=checkbox]:checked {background: url(../../img/goods/detail_check_on.svg)no-repeat center;}
    .review-info-body .enroll_box .agree_choice_box label {font-size: 13px;font-weight: 400;color: rgba(124, 124, 124, 1);font-family: 'Pretendard' !important;vertical-align: text-bottom;}
    .review-info-body .enroll_box .agree_choice_box a.link_agree_go {font-size: 0;padding: 0 0 0 20px;box-sizing: border-box;background: url(../../img/goods/detail_check_arrow.svg)no-repeat center right;height: 20.5px;display: inline-block;vertical-align: text-bottom;}
    .enroll_box .enroll_agree_box > p {display: block; font-family: 'Pretendard' !important;box-sizing: border-box;padding-left: 17px;background: url(../../img/goods/icon_detail_info_circle.png)no-repeat left top 3px / 13px;font-size: 13px;font-weight: 400;color: #7C7C7C; margin-left: 2px;}
    .review-info-body .review_file_upload .btn_right_box {width: 120px;flex-shrink: 0;height: 55px;display: flex;align-items: center;padding-left: 10px;box-sizing: border-box;position: absolute;right: 0;top: 50%;margin-top: calc(-55px / 2);}
    .review-info-body .review_file_upload .btn_right_box button.btn_plus_review_enroll {display: flex; align-items: center; justify-content: center; line-height: 1; width: 102px; height: 37px; border-radius: 5px; font-size: 15px; font-weight: 500; color: #fff; font-family: 'Pretendard' !important; background: #0F172A;}
}


.plus_review_view {background: transparent;}
.plus_review_view_list.motype {display: none !important;}

.pc-review-view {background: rgba(248, 248, 248, 0.8); box-sizing: border-box; padding: 24px 50px 20px 30px; margin-top: 10px;}
.review-view-header {position: relative; display: flex; align-items: center; justify-content: space-between; line-height: 1; font-size: 0; width: 100%; height: auto;}
.review-view-header .stars {display: flex; align-items: center;}
.review-view-header .stars svg + svg {margin-left: 2px;}
.review-view-header .stars .text {font-size: 14px; font-weight: 700; color: rgba(0, 0, 0, 0.8); margin-left: 12px;}
.review-view-header .info {}
.review-view-header .info ul {display: flex; align-items: center; line-height: 1;}
.review-view-header .info ul li {display: flex; align-items: center; line-height: 1; font-size: 13px; font-weight: 400;  color: rgba(0, 0, 0, 0.8); font-family: 'Pretendard' !important;}
.review-view-header .info ul li + li:before {content :""; display: block; width: 1px; height: 11px; background: rgba(0, 0, 0, 0.8); margin: 0 14px;}

.review-view-body {position: relative; display: block; width: calc(100% - 195px); margin-top: 15px;}
.review-view-body .cont {width: 100%; font-size: 13px; font-weight: 400; color: #2F2A2A; line-height: 25px; font-family: 'Pretendard' !important;}
.review-view-body .file_upload_list {position: relative;display: block;width: 100%;height: auto;padding: 0; margin: 0; font-size: 0;float: none;}
.review-view-body .file_upload_list ul {position: relative;display: flex;flex-wrap: wrap;align-items: center;width: 100%;height: auto;padding: 0;margin: 0 0 0 0;font-size: 0;}
.review-view-body .file_upload_list ul li {position: relative;margin: 12px 6px 0 0;width: auto;height: auto;}
.review-view-body .file_upload_list ul li img.file {display: block;width: 100px;height: 100px;border-radius: 10px;border: 0;object-fit: cover;min-width: unset;max-width: unset;}
.review-view-body .file_upload_list ul li img.img_pr_zoom {position: absolute;left: -6px;top: 100px;width: 612px;height: auto;border-radius: 10px;max-width: 600px;min-width: 600px;height: auto !important;z-index: 1;border: 0;border: 6px solid transparent;box-sizing: border-box;border-radius: 15px;}
/* .review-view-body .file_upload_list ul li img.img_pr_zoom:hover {display: block !important;} */
.review-view-body a.btn_more_toggle {cursor: pointer; display: none; align-items: center; line-height: 1; width: 70px; height: 20px; font-size: 13px; font-weight: 500; color: rgba(0, 0, 0, 0.8); margin-top: 12px; font-family: 'Pretendard' !important;}
.review-view-body a.btn_more_toggle span {margin-right: 9px;}
.review-view-body a.btn_more_toggle.active svg {transform: rotate(180deg);}
.review-view-body a.btn_more_toggle.show {display: flex;}

/* button#btnReviewMore {cursor: pointer;padding: 0;margin: 27px auto 0;display: block;width: 132px;height: 37px;background: #0F172A;border-radius: 5px;box-sizing: border-box;font-size: 15px;font-weight: 500;color: #fff;line-height: 1;}
button#btnReviewMore div {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;box-sizing: border-box;padding-bottom: 2px;}
button#btnReviewMore span {margin-right: 10px;position: relative;top: 1px;} */

.detail-box .btn_view_comment_box {margin-top: 10px; display: flex; justify-content: flex-end; gap: 5px;}
.detail-box .btn_view_comment_box .btn_gray_list .btn_gray_mid span {line-height: 24px;}

.detail-con-wrap .detail-box.detail-box--qna {margin-bottom: 140px;}
.detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 {/* display: flex; */align-items: center;justify-content: space-between;}
.detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 span {font-weight: 500;}
.detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 .btn_qna_box {position: absolute;top: 33px;right: 0;}
.detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 .btn_qna_box a.btn_qna_write {padding: 0;margin: 0;line-height: 1;display: flex;align-items: center;justify-content: center;width: 102px;height: 37px;background: #0F172A;border-radius: 5px;font-size: 15px;font-weight: 500;font-family: 'Pretendard' !important;color: #fff;border: 0;}
.goods-qna {position: relative; display: block; width: 100%; height: auto; max-width: 1200px; margin-left: auto; margin-right: auto;}
.goods-qna table {display: block; width: 100%; border-top: 2px solid #000; box-sizing: border-box;}
.goods-qna table tbody {width: 100%;display: block;}
.goods-qna table tr {display: flex;/* flex-wrap: wrap; */width: 100%;}
.goods-qna table td {display: block;}

.goods-qna table tr.js_data_row {border-bottom: 1px solid rgba(0, 0, 0, 0.3); height: 64px;}
.goods-qna table td.qna-status {display: flex; align-items: center; box-sizing: border-box; padding-left: 2px; width: 156px; flex-shrink: 0;}
.goods-qna table td.qna-status span {display: flex; align-items: center; justify-content: center; line-height: 1; width: 79px; height: 29px; border-radius: 5px; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.3); font-size: 13px; font-weight: 400; font-family: 'Pretendard' !important;}
.goods-qna table td.qna-status span.complete {background: #000;}

.goods-qna table td.qna-title {width: 100%;display: flex;align-items: center;position: relative;}
.goods-qna table td.qna-title a {display: flex;align-items: center;box-sizing: border-box;}
.goods-qna table td.qna-title strong {line-height: 1.2;font-size: 14px;font-weight: 500;color: rgba(0, 0, 0, 0.8);font-family: 'Pretendard' !important;box-sizing: border-box;padding: 3px 0;}
.goods-qna table td.qna-title strong svg {vertical-align: middle;margin-right: 13px;position: relative;top: -1px;}
.goods-qna table td.qna-title strong svg.icon-mo {display: none;}
.goods-qna table td.qna-name {display: flex;align-items: center;box-sizing: border-box;padding-right: 5px;width: 94px;flex-shrink: 0;}
.goods-qna table td.qna-name p {max-width: 100%; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; white-space: nowrap; font-family: 'Pretendard' !important; font-size: 13px; font-weight: 400; color: rgba(0, 0, 0, 0.6); line-height: 1;}

.goods-qna table td.qna-upload-date{display: flex;align-items: center;box-sizing: border-box;padding-right: 10px;width: 94px;flex-shrink: 0;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;white-space: nowrap;font-family: 'Pretendard' !important;font-size: 13px;font-weight: 400;color: rgba(0, 0, 0, 0.6);line-height: 1;}
.goods-qna table td.qna-arrow {font-size: 0;width: 11px;display: flex;align-items: center;flex-shrink: 0;}
.goods-qna table td.qna-arrow.on svg {transform: rotate(180deg)}
.goods-qna .qna-no-data {padding: 60px 0; text-align: center; font-family: 'pretendard' !important; font-size: 14px; font-weight: 400; color: #2F2A2A; width: 100%;}

.goods-qna table td.qna-a-box {position: relative; display: block; width: 100%;}

.goods-qna table td.qna-a-box .qna-view-qa {position: relative; display: block; width: 100%; height: auto; min-height: 65px;}
.goods-qna table td.qna-a-box .qna-view-qa > .inner {position: relative;display: flex;width: 100%;height: auto;align-items: center;}
.goods-qna table td.qna-a-box .qna-view-qa > .inner > span {width: 63px; padding-left: 20px; box-sizing: border-box; font-family: 'Pretendard' !important; font-size: 14px; font-weight: 600; color: #45414A;}
.goods-qna table td.qna-a-box .qna-view-qa > .inner > div {position: relative;display: block;width: calc(100% - 63px);font-size: 14px;font-weight: 400;color: rgba(69, 65, 74, 1);line-height: 25px;font-family: 'Pretendard' !important;}
.goods-qna table td.qna-a-box .qna-view-qa.qna-view-q {padding: 20px 0;box-sizing: border-box;}
.goods-qna table td.qna-a-box .qna-view-qa > .board_view_attach {box-sizing: border-box;padding: 0 0 0 63px;margin: 10px 0;display: flex;flex-wrap: wrap;}
.goods-qna table td.qna-a-box .qna-view-qa > .board_view_attach .attach_list {margin-right: 5px; font-size: 13px;}
.goods-qna table td.qna-a-box .qna-view-qa > .board_view_attach .attach_list a {margin: 0 5px 0 0;padding: 0;font-family: 'Pretendard' !important;background: #f8f8f8;padding: 5px;}
.goods-qna table td.qna-a-box .qna-view-qa > .btn-box {display: flex;align-items: center;width: 100%;padding-left: 63px;box-sizing: border-box;display: flex;gap: 0 5px;}
.goods-qna table td.qna-a-box .qna-view-qa > .btn-box .btn_gray_list .btn_gray_mid {display: flex; align-items: center; justify-content: center; line-height: 1; font-size: 12px;}

.goods-qna table td.qna-a-box .qna-view-qa.qna-view-a {background: #f9f9f9; display: flex; align-items: center; padding: 12.5px 0;}
.goods-qna table td.qna-a-box .qna-view-qa.qna-view-a > .inner > span {color: #D4062D;}
.goods-qna table td.qna-a-box .qna-view-qa.qna-view-a > .inner > div {display: flex; justify-content: space-between; align-items: center;}
.goods-qna table td.qna-a-box .qna-view-qa.qna-view-a > .inner > div > div {width: calc(100% - 114px); padding-right: 10px;}
.goods-qna table td.qna-a-box .qna-view-qa.qna-view-a > .inner > div > .date {line-height: 1;font-size: 13px;font-weight: 400;color: rgba(0, 0, 0, 0.6);width: 114px;}


.goods-qna .pagination {position: relative; display: block; width: 100%; height: auto; margin: 32px 0 0 0; padding: 0 0 0 0; box-sizing: border-box; font-size: 0;}
.goods-qna .pagination ul {display: flex;align-items: center;justify-content: center;font-size: 0;gap: 0 20px;padding: 0;margin: 0;}
.goods-qna .pagination ul li {position: relative;line-height: 1;font-size: 14px;font-weight: 500;color: rgba(0, 0, 0, 0.4);margin: 0;padding: 0;width: fit-content;min-width: unset;height: auto; font-family: 'Pretendard' !important;}
.goods-qna .pagination ul li.on {width: 30px; height: 30px; border-radius: 50%; background: #000; color: #fff;}
.goods-qna .pagination ul li a {padding: 0;margin: 0;border-radius: 0;font-size: inherit;font-weight: inherit;color: inherit;font-family: inherit;letter-spacing: inherit;background: none;width: unset;height: unset;vertical-align: unset;display: inline-block;min-width: auto;line-height: 1;}
.goods-qna .pagination ul li span {padding: 0; margin: 0; border-radius: 0; font-size: inherit; font-weight: inherit; color: inherit; font-family: inherit; letter-spacing: inherit;background: none; width: unset;height: unset;vertical-align: unset;display: unset;}
.goods-qna .pagination ul li.on span {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-weight: 600;}
.goods-qna .pagination ul li.btn_page_prev,
.goods-qna .pagination ul li.btn_page_next {padding: 0 !important;margin: 0;border: 0;background: none;font-size: 0;width: 32px;height: 30px;}
.goods-qna .pagination ul li.btn_page_prev {width: 32px; padding-right: 9.33px !important; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-end;}
.goods-qna .pagination ul li.btn_page_next {width: 32px; padding-left: 9.33px !important; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-start;}

@media all and (max-width: 1240px) {
    .detail-con-wrap .detail-box--main .detail-title-h3 {padding-left: 15px;box-sizing: border-box;}
    table.detail-info-table {width: calc(100% - 30px);margin-left: 15px;}
    .detail-con-wrap .detail-box.detail-box--faq {padding-left: 15px; padding-right: 15px;}
    .detail-con-wrap .detail-box.detail-box--info {padding-left: 15px; padding-right: 15px;}
    .detail-con-wrap .detail-box.detail-box--review {padding-left: 15px; padding-right: 15px;}
    .detail-con-wrap .detail-box.detail-box--qna {padding-left: 15px; padding-right: 15px;}
    @media all and (max-width: 1180px) {
        .plus-review-photo-slider {max-width: 636px;}
    }
    @media all and (max-width: 1024px) {
        .detail-area-btns {top: 97px;}
    }
    @media all and (max-width: 980px) {
        .plus-review-photo-slider {max-width: 530px;}
    }
    @media all and (max-width: 870px) {
        .plus-review-photo-slider {max-width: 424px;}
    }
    @media all and (max-width: 759px) {
        #wrap {overflow-x: initial !important}
        .detail-area-btns {box-sizing: border-box; padding: 0 calc(30px / 2); margin-top: 38px;}
        .detail-area-btns ul {font-size: calc(24px / 2);}
        .detail-area-btns ul li {width: fit-content; max-width: unset;}
        .detail-area-btns ul li a {color: rgba(0, 0, 0, 0.6); text-align: center; padding: calc(15.34px / 2) calc(10px / 2);}
        .detail-area-btns ul li.on a {color: #000;}
        .detail-con-wrap .detail-title-h3 {font-size: calc(35px / 2); font-weight: 700; color: #000; line-height: calc(36px / 2); margin-bottom: calc(15.5px / 2);}

        .detail-box.detail-box--main {margin-top: -50px; margin-bottom: calc(80.5px / 2); padding-top: 40px;}
        .detail-con-wrap .detail-box--main .detail-title-h3 {font-size: calc(30px / 2);font-weight: 700;line-height: calc(36px / 2);color: #000;margin-bottom: calc(40px / 2);}
        table.detail-info-table {display: block; border: 0;}
        table.detail-info-table .pc-colgroup {display: none !important;}
        table.detail-info-table tbody {display: block;}
        table.detail-info-table tbody tr {display: flex;/* align-items: center; */flex-wrap: wrap;}
        table.detail-info-table tbody tr th {display: block;width: calc(226px / 2);border: 0;background: #fff;line-height: 1;font-size: calc(22px / 2);font-weight: 500;color: #000;text-align: left;padding: 6px 0;margin: 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);line-height: calc(30px / 2);position: relative;}
        table.detail-info-table tbody tr th font {display: flex;align-items: center;height: 100%;padding-right: 5px;box-sizing: border-box;}
        table.detail-info-table tbody tr td {display: block;width: calc(100% - 226px / 2);border: 0;color: #464646;font-size: calc(22px / 2);font-weight: 400;line-height: calc(30px / 2);padding: 6px 0;margin: 0;height: auto;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}


        
        .detail-con-wrap .detail-box.detail-box--faq {/* margin-top: calc(80.5px / 2); */padding-top: 0;margin-top: calc(120px / 2);}
        .faq-main-wrapper .detail-title-h3 button.faq-view-all-button {width: calc(180px / 2); height: calc(65px / 2); border-radius: calc(5px / 2); font-size: calc(23px / 2); font-weight: 500;}
        .accordion-item {border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
        .accordion-list {border: 0;}
        .accordion-header {min-height: calc(91.61px / 2); padding: 14px 25px 14px 0;}
        .accordion-title {font-size: calc(24px / 2);line-height: calc(35px / 2);}
        .accordion-icon {width: calc(25.16px / 2);}
        .accordion-body {font-size: calc(22px / 2);line-height: calc(35px / 2); padding-bottom: calc(25.16px / 2);}

        .detail-con-wrap .detail-box.detail-box--info {/* margin-top: calc(120px / 2 - 79px); *//* padding-top: 39px; */padding-top: 0;margin-top: calc(120px / 2);}
        .detail-con-wrap .detail-box.detail-box--info .detail-title-h3 {margin-bottom: calc(20px / 2);}
        .detail-box--info .accordion-header {min-height: calc(97.9px / 2);}


        .detail-con-wrap .detail-box.detail-box--review {/* margin-top: calc(125px / 2 - 84px); *//* padding-top: 34px; */padding-top: 0;margin-top: calc(110px / 2);}
        .detail-con-wrap .review-info-header {display: flex;align-items: center;/* padding-bottom: 87px; */position: relative; padding-bottom: 21px;}
        .detail-con-wrap .review-info-header .detail-title-h3 {width: fit-content;box-sizing: border-box;padding-right: calc(30px / 2);position: relative;flex-shrink: 0;margin-bottom: 0;}
        .detail-con-wrap .review-info-header .detail-title-h3::after {content: ""; display: block; width: 1px; height: calc(39px / 2); background: rgba(0, 0, 0, 0.8); position: absolute; right: 0; top: 50%; margin-top: calc(-39px / 4);}
        .review-info-header-inner {border: 0;}
        .review-info-header-inner .review-score {width: 100%;padding-left: calc(23.61px / 2);height: auto;}
        .review-info-header-inner .review-score:after {display: none;}
        .review-info-header-inner .review-score .pc-star {display: none;}
        .review-info-header-inner .review-score .mo-star {display: block;width: calc(33px / 2);font-size: 0;}
        .review-info-header-inner .review-score .mo-star svg {width: calc(33px / 2);}
        .review-info-header-inner .review-score strong {font-size: calc(35px / 2); font-weight: 600; margin-left: calc(7.79px / 2); position: relative; top: 1px;}
        .review-info-header-inner .review-photo {width: 100%;position: absolute;left: 0;top: calc(25px + 34.04px / 2);padding: 0;display: block;}

        .plus-review-photo-slider {border-bottom: 1px solid rgba(0, 0, 0, 0.15);padding-bottom: calc(20px / 2);box-sizing: border-box;max-width: 100%;}
        .review-photo .swiper-button-prev,
        .review-photo .swiper-button-next {display: none !important;}
        .review-photo .swiper-slide {width: calc(130px / 2); height: calc(130px / 2); border-radius: calc(10px / 2);}
        .review-photo .swiper-slide img {width: calc(130px / 2); height: calc(130px / 2); border-radius: calc(10px / 2);}
        .btn_plus_review_write {position: absolute;right: 0;top: 0;display: flex;align-items: center;justify-content: center;line-height: 1;background: rgba(15, 23, 42, 1);border: 0;padding: 0;margin: 0;cursor: pointer;color: #fff;width: calc(180px / 2);height: calc(65px / 2);border-radius: calc(5px / 2);font-size: calc(23px / 2);font-weight: 500;}
        .review-info-body .plus_review_write_cont > .plus_review_write_textarea .file_upload_list {display: none;}

        .plus_review_view {width: 100%; padding-left: 0; padding-right: 0; margin-top: calc(50px / 2);}
        .pc-review-view { padding: 20px 15px; }
        .review-view-header .stars .text {margin-left: 5px;}
        .review-view-header .stars svg + svg {margin-left: 1px;}
        .review-view-header .info ul li + li:before {margin: 0 8px;}
        .review-view-body {width: 100%;}
        .review-view-body .file_upload_list ul li {margin-right: 6.5px;}
        .review-view-body .file_upload_list ul li img.file {width: calc(130px / 2); height: calc(130px / 2); border-radius: calc(10px / 2);}
        .review-view-body .file_upload_list ul li img.img_pr_zoom {display: none !important;}
        .plus_review_write_wrap .info_text {font-size: 15px;padding: 0;background:none;text-align: center;font-weight: 600;text-align: center;margin: 0 22px;padding: 30px 0 20px;border-bottom: 2px solid #000; display: block;}

        /* button#btnReviewMore {margin: calc(25px / 2) 0 0 auto; font-size: calc(23px / 2); color: #030303; font-weight: 500; width: calc(180px / 2); height: calc(65px / 2); background: #fff; border: 1px solid rgba(0, 0, 0, 0.8); }
        button#btnReviewMore div {padding-bottom: 0;}
        button#btnReviewMore span {top: 0;  margin-right: 5px;}
        button#btnReviewMore span:after {content :"+"; font-size: calc(30px / 2); font-weight: 600;}
        button#btnReviewMore span svg {display: none;} */

        /* 리뷰 정책 안내 모달 */
        .btn-review-info.pc {display: none;}
        .review-info-bx-mo {position: relative; display: flex; align-items: center; justify-content: flex-end; width: 100%; height: auto; padding-top: 5px;}
        .btn-review-info.mo {display: flex;align-items: center;height: calc(48px / 2);width: fit-content;line-height: calc(32px / 2);font-size: calc(22px / 2);font-weight: 400;color: #0066CC;}
        .btn-review-info.mo:hover {font-size: calc(22px / 2); font-weight: 400; color: #0066CC;}
        .btn-review-info.mo span {display: inline-block;width: calc(21px / 2);height: calc(22px / 2);background: url(../../img/goods/btn-review-info-mo.png)no-repeat center / 100%;margin-left: calc(8px / 2);line-height: calc(32px / 2);}

        .review-info-modal-inner {max-width: calc(600px / 2);max-width: calc(800px / 2);min-height: calc(950px / 2);max-height: 95%;background: #fff;border-radius: calc(15px / 2);padding: calc(88.24px / 2) 0 calc(46.65px / 2) 0;}
        .review-info-modal-inner > h2 {line-height: calc(32px / 2);font-size: calc(26px / 2);padding-left: calc(56.38px / 2);}
        .review-info-modal-text {margin-top: calc(28.1px / 2);margin: calc(28.1px / 2) calc(55px / 2) 0;max-height: calc(755px / 2);width: calc(100% - calc(55px / 2) * 2);font-size: calc(21px / 2);line-height: calc(32px / 2);}

        .review-info-modal-text::-webkit-scrollbar {width: 3px !important; background: #fff !important;}
        .review-info-modal-text::-webkit-scrollbar-track {background: #fff !important;}
        .review-info-modal-text::-webkit-scrollbar-track-piece {background: #fff !important;}
        .review-info-modal-text::-webkit-scrollbar-thumb {background: #ccc !important;}

        .btn-close-review-info {right: calc(21.23px / 2); top: calc(21.14px / 2); width: calc(45px / 2); height: calc(45px / 2); background: url(../../img/goods/btn-close-review-info-mo.png)no-repeat center / calc(25px / 2);}
        /* 리뷰 정책 안내 모달 끝 */

        .detail-box .btn_view_comment_box {margin-top: 5px; }
        .detail-box .btn_view_comment_box .btn_gray_list .btn_gray_mid {height: 22px; font-size: 11px;}
        .detail-box .btn_view_comment_box .btn_gray_list .btn_gray_mid span {line-height: 20px;}

        .detail-con-wrap .detail-box.detail-box--qna {/* margin-top: calc(111.45px / 2 - 85px); *//* margin-bottom: calc(196px / 2 - 60px); */padding-top: 0;margin-top: calc(110px / 2);margin-bottom: -55px;padding-bottom: calc(150px  /2);}

        .detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 {height: 32.5px;display: flex;align-items: center;justify-content: flex-start;position: relative;margin-bottom: calc(31.15px / 2);}
        .detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 span {margin-left: 3px;}
        .detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 .btn_qna_box {top: 0}
        .detail-con-wrap .detail-box.detail-box--qna .detail-title-h3 .btn_qna_box a.btn_qna_write {width: calc(180px / 2);height: calc(65px / 2);border-radius: calc(5px / 2);font-size: calc(23px / 2);font-weight: 500;min-width: auto;border: 0;}
        .goods-qna table {border: 0;}
        .goods-qna table tr.qna-q {display: grid; grid-template-columns: 1fr auto auto; grid-template-areas: "title name date" "status . arrow"; align-items: center; row-gap: 5px; column-gap: 4px; padding: 7px 0; height: auto; box-sizing: border-box;}
        .goods-qna table td.qna-title {grid-area: title;}
        .goods-qna table td.qna-title strong {font-weight: 500;font-size: calc(24px / 2);color: rgba(0, 0, 0, 0.8);display: flex;align-items: center;line-height: 1.2;padding: 0;}
        .goods-qna table td.qna-title strong svg.icon-pc {display: none;}
        .goods-qna table td.qna-title strong svg.icon-mo {display: block;width: calc(17.5px / 2);height: calc(22.5px / 2);top: 0;margin-right: calc(10.5px / 2);margin-left: 3px;}
        .goods-qna table td.qna-name {grid-area: name; margin: 0; padding: 0; width: fit-content; height: auto;}
        .goods-qna table td.qna-name p {font-size: calc(22px / 2); color: #828282; font-weight: 400;}
        .goods-qna table td.qna-upload-date {grid-area: date; display: flex; align-items: center; justify-content: flex-end; font-size: calc(22px / 2); color: #828282; font-weight: 400; width: fit-content; height: auto; padding: 0;}
        .goods-qna table td.qna-upload-date::before {content: ""; display: inline-block; width: 1px; height: 10px; background-color: #828282; margin-right: 4px;}
        .goods-qna table td.qna-status {grid-area: status; width: fit-content; height: auto;}
        .goods-qna table td.qna-status span {width: fit-content;min-width: calc(80px / 2);height: calc(30px / 2);font-size: calc(20px / 2);font-weight: 400;border-radius: calc(5px / 2);/* padding-bottom: 1px; */box-sizing: border-box;}
        .goods-qna table td.qna-arrow {grid-area: arrow; justify-self: end;}
        .goods-qna table td.qna-arrow svg {transform: rotate(-90deg) !important;width: calc(12.58px / 2);}

        .goods-qna table td.qna-a-box .qna-view-qa {min-height: calc(65px / 2);}
        .goods-qna table td.qna-a-box .qna-view-qa > .inner > span {font-size: calc(24px / 2); font-weight: 600; width: 36px; padding-left: 10px;}
        .goods-qna table td.qna-a-box .qna-view-qa > .inner > div {font-size: calc(22px / 2); line-height: calc(35px / 2); color: #45414A;width: calc(100% - 36px);}
        .goods-qna table td.qna-a-box .qna-view-qa.qna-view-q {padding: 7.5px 0 7px;}
        .goods-qna table td.qna-a-box .qna-view-qa.qna-view-a {min-height: calc(110px / 2);padding: 10px 0;box-sizing: border-box;}
        .goods-qna table td.qna-a-box .qna-view-qa.qna-view-a > .inner > div > div {width: calc(100% - 140px / 2);}
        .goods-qna table td.qna-a-box .qna-view-qa.qna-view-a > .inner > div > .date {width: calc(140px / 2); box-sizing: border-box; padding-right: 7px; font-size: calc(22px / 2); font-weight: 400; color: rgba(0, 0, 0, 0.6); line-height: 1; }

        .goods-qna table td.qna-a-box .qna-view-qa > .btn-box {padding-left: 36px; margin-top: 3px;}
        .goods-qna table td.qna-a-box .qna-view-qa > .btn-box .btn_gray_list .btn_gray_mid {font-size: 11px; height: 22px;}

        .goods-qna .pagination {position: relative;margin-top: calc(46px / 2);}
        .goods-qna .pagination ul {padding: 0;margin: 0;}
        .goods-qna .pagination ul li {position: relative;font-size: calc(24px / 2);}
        .goods-qna .pagination ul li.on {border-radius: 50%;width: calc(40px / 2);height: calc(40px / 2);}
        .goods-qna .pagination ul li.btn_page_prev,
        .goods-qna .pagination ul li.btn_page_next {width: 32px;height: 30px;}
        .goods-qna .pagination ul li.btn_page_prev {width: calc(32px / 2);height: calc(32px / 2);padding-right: 4px !important;}
        .goods-qna .pagination ul li.btn_page_next {width: calc(32px / 2);height: calc(32px / 2);padding-left: 4px !important;}
        .goods-qna .pagination ul li svg {width: 5px;}
        /* .goods-qna .pagination ul li svg {width: calc(6.67px / 2); height: calc(13px.33px / 2);} */

        #wrap .no_data,
        .goods-qna .qna-no-data {font-size: calc(23px / 2);}

    }/* 759 */

    @media all and (max-width: 360px) {
        .review-view-header .stars .text {margin-left: 3px; font-size: 12px;}
        .review-view-header .stars svg {width: 11px;}
        .review-view-header .info ul li {font-size: 12px;}
        .review-view-header .info ul li + li:before {margin: 0 8px;}
        .review-view-header .info ul li {letter-spacing: -0.030em;}
    }
    @media all and (max-width: 330px) {
        .review-view-header .info ul li + li:before {margin: 0 6px;}
        .review-view-header .info ul li {letter-spacing: -0.050em;}
    }
}/* 1240px */

@media all and (min-width: 760px) {

    .plusreview_modify_layer .writer_info {display: flex;/* border-bottom: 1px solid #f0f0f0; */}
    .plusreview_modify_layer .writer_info > li {display: flex; align-items: center;}
    .plusreview_modify_layer .writer_info > li .tit {width: 105px;background: #f1f3f5;text-align: center; display: flex; align-items: center; justify-content: center; line-height: 1; font-size: 15px; font-weight: 600; color: #000; height: 48px;}
    .plusreview_modify_layer .writer_info > li .input_box {width: calc(100% - 105px);}
    .plusreview_modify_layer .writer_info > li .input_box input {width: 100%; height: 100%; border: 0; padding: 0 10px; font-size: 15px; font-weight: 400;}
    .plusreview_modify_layer .plus_review_edit_textarea {/* border-top: 1px solid #f0f0f0; */}
    .plusreview_modify_layer .chosen-select,
    .plusreview_modify_layer .score-select {color: #000 !important; border: 1px solid #f0f0f0; border-radius: 0; border: 0;}
    .plusreview_modify_layer .score-select ~ .chosen-container {width: 100% !important;;}
    .plusreview_modify_layer .btn_plus_review_enroll {height: 50px !important;}
    .plusreview_modify_layer .chosen-container-single .chosen-single div.js_pr_star_selected {line-height: 28px;}
}/* min 760 */

/* 260604 상세 UI 개편 END */

