@charset "utf-8";
/* CSS Document */

.body-goods-view .sub_content .location_wrap{margin:0 0 30px 0;}
.body-goods-view .location_wrap .location_cont{width:auto;}

/*퀘스쳔버튼 */
.my_img{display:none;} 
.my_text:hover+.my_img{display:block;}

/* 상품 상세 */
.item_photo_info_sec {width: 1200px; margin: 0 auto; display:flex; gap:40px;}
.item_photo_info_sec:after{display:block; clear:both; content:'';}
/* 상품 이미지 크게 보기 */
.item_photo_view_box{position:relative; width:588px;}
.item_photo_view{}
.item_photo_big{display:table-cell; position:relative; width:588px; height:588px; text-align:center; vertical-align:middle; border:1px solid #ebebeb;}
.item_photo_big span{display:inline-block; width:588px;}
.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 .swiper-wrapper {}
.item_photo_slide .swiper-wrapper .swiper-slide {text-align: center;}
.item_photo_slide .swiper-pagination {display: table; padding: 0 50px; box-sizing: border-box; bottom: 50px !important;}
.item_photo_slide .swiper-pagination .swiper-pagination-bullet {display:table-cell; border-radius: 0; background: #fff; opacity: 1; height:2px;}
.item_photo_slide .swiper-pagination .swiper-pagination-bullet-active {background: #000;}

/* 작은 슬라이드 이미지 오버시, 선택시 */
.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; display: none;}
.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{ width:572px; position: sticky; padding:0 0 55px 0; top:75px; height: 86vh; box-sizing: border-box; overflow-y: auto;  overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.item_info_box::-webkit-scrollbar { display: none; }

/* 타임세일 */
.item_info_box .time_sale{display:flex; justify-content: space-between; height:49px; margin:0 0 16px 0; padding:10px 0 9px 0; border-bottom:2px solid #D41900; color: #D41900; font-size: 25px; font-weight: 800; }
.time_sale .tit{padding-left:30px;background:url("/images/new/icon_timesale_tit.png") no-repeat 0 5px;}
.time_sale strong{ }
.time_sale .time_sale_num{width:59px; height:44px; padding:5px 0 0 0; color:#ffffff; font-size:18px; background:url("/images/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:#111; font-size:18px;}
/* 상품 상세 리스트 내용 */
.item_tit_detail_cont{}
.item_detail_tit{position:relative; padding: 0 0 0px;}
.item_detail_tit .type {font-size: 14px; font-weight: bold; color: #f16340;}
.item_detail_tit h3{ line-height: 34px; font-size:30px; word-break: break-all; color: #000; word-break: keep-all;}
.item_detail_tit .btn_qa_share_box{position:absolute; bottom:10px; right:0px;}
.item_detail_tit .prc_box { }
.item_detail_tit .prc_box p:first-child, .item_detail_tit .prc_box strong {font-size:25px; color: #000; font-weight: 700;}
.item_detail_tit .prc_box del {font-size: 14px; color: #D9D9D9; text-decoration:unset;}
.item_detail_tit .prc_box del span {font-size: 22px; text-decoration: line-through;} 

.item_tit_detail_cont .item_choice_list table .cart_prdt_name{padding:10px 0;font-size:13px;font-weight:600;} 
.item_tit_detail_cont .item_choice_list table .td_qty{width:93px;}	
.item_tit_detail_cont .item_choice_list table .td_qty .count{display:block;padding:0; width: 95px;}
.item_tit_detail_cont .item_choice_list table .td_qty .goods_qty{display:flex; justify-content: space-between; border:1px solid #D9D9D9;}
.item_tit_detail_cont .item_choice_list table .td_qty .goods_qty .text{width:30px;height:30px;color: #444;border-right:1px solid #D9D9D9;border-left:1px solid #D9D9D9;}
.item_tit_detail_cont .item_choice_list table .td_qty .goods_qty span button{width:30px; height:30px;}
.item_tit_detail_cont .item_choice_list table .td_qty .goods_qty span .down{margin:0;background-position:50% 50%; opacity:0.4;}
.item_tit_detail_cont .item_choice_list table .td_qty .goods_qty span .up{background-position:50% 50%; opacity:0.4;}
.item_tit_detail_cont .item_choice_list table .item_choice_price{display:none;}
.item_tit_detail_cont .item_choice_list table .td_del {width:24px;text-align:right;}
.item_tit_detail_cont .item_choice_list table .delete_goods{width:17px; height:17px;background: url(/images/new/delete_goods.png) no-repeat 0 0;}				  
.item_tit_detail_cont .item_choice_list table .delete_goods img{display:none;}

/* 2023-04-06 목요일 kh*/
.item_detail_tit .prc_box .discount {color:#FF6100; font-size:20px;font-weight: 500;}


/* 상품상세 공통 */
.item_detail_list{border-bottom:1px solid #d9d9d9; 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:180px; margin:0 10px 0 0; color:#888888; font-weight:normal; word-wrap:break-word; padding: 0 0 10px;}
.item_detail_list dd{float:left; width:100%; box-sizing: border-box;}
.item_detail_list del{color:#333333;}
/* 판매가 */
.item_price dd{margin:-2px 0 0 0; font-size:16px; font-weight:bold;}
/* 타임세일가격 */
.time_sale_price dd{margin:-3px 0 0 0; color:#111; 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; */ padding:7px 0 10px 0; border-top:2px solid #000;}
.item_add_option_box:after {content: ''; clear: both; display: block;}
.item_add_option_box dl{padding:10px 0 9px 0}
.item_add_option_box dl:after {content: ''; clear: both; display: block;}
.item_add_option_box dt strong{}
.item_add_option_box dd {}
.item_add_option_box dd strong{display:block; padding:2px 0 0 0;}
.item_add_option_box select{width:100%;}
.item_add_option_box input{width:100%;}

/* 상품 총 가격 */
.item_price_cont{text-align:right;}
/* 2022-11-21 담당자 요청으로 퍼센트 부분만 따로 굵기 조정 */
.item_price_cont .next_discount {font-size: 13px; font-weight: 500; color: #FF6100;}
/* .item_price_cont .next_discount a {font-size: 14px; font-weight: bold; color: #f16340;} */
.item_tatal_box {padding:20px 0 0 0;}
.item_tatal_box dl{width:100%; padding:0 0 5px 0; font-size:0; display:table; width: 100%;}
.item_tatal_box dl dt, .item_tatal_box dl dd {display: table-cell; vertical-align: middle;}
.item_tatal_box dt{display:inline-block; width:110px; font-size:15px; text-align: left; font-weight: 500;color: #000000;}
.item_tatal_box dd{display:inline-block; width:125px; font-size:14px;font-weight: 400;color: #8F8F8F;}
.item_tatal_box dd strong{font-weight: 400;}
.item_tatal_box dd .total_global_benefit_percent,
.item_tatal_box dd .total_global_benefit_price,
.item_tatal_box dd .per {/* color: #FF562F; */}
.item_tatal_box dd .total_global_benefit_price {padding-left: 5px;}

/* 총 상품금액 */
.item_tatal_box .total_goods{}
/* 총 할인금액 */
.item_tatal_box .total_discount dd{}
.item_tatal_box .total_discount dd .per {color: #ff562f;}
/* 총 합계급액 */
.item_tatal_box .total_amount{margin:18px 0 0 0; }
.item_tatal_box .total_amount dt{font-size:13px; font-weight:500;color: rgba(68, 68, 68, 0.60);}
.item_tatal_box .total_amount dd{font-weight:bold;}
.item_tatal_box .total_amount dd strong{color:#000; font-weight: bold;}
.btn_choice_box{clear:both; width:100%; margin-top:20px; margin-left:2px; padding:18px 17px; border-radius:5px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-sizing:border-box; }
.btn_choice_box .btns_wrap{/* display:flex; gap: 10px; */}
.btn_choice_box .btns_wrap button{vertical-align: top;}
.btn_choice_box .btns_wrap button + button{}
.btn_restock_box{text-align:center;}
  
.qm01{display:flex; justify-content: center; padding:10px 0 0 0;font-size: 16px; font-weight:500; }			 
.qm01 p img{vertical-align:middle;}
.qm02{/*display:flex;*/ float: left; padding:10px 0;font-size: 15px; font-weight:500; text-decoration: underline; color:#444;} 
.qm02 p img{vertical-align:middle;}

/* 페이고페이,네이버 페이 */
.pay_box{margin:25px 0 17px 0; padding:25px 0 0 0; border-top:1px solid #D9D9D9; text-align:right;}
.pay_box .payco_pay,
.pay_box .naver_pay{display:inline-block; margin:0 0 10px 0;}

/* 상품상세정보, 배송안내, 교환 및 반품안내, 상품후기, 상품문의 */
.item_goods_sec{position:relative; margin:50px 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; padding-bottom:60px;}

.item_goods_sec .delivery_cont,
.item_goods_sec .exchange_cont,
.item_goods_sec .reviews_cont,
.item_goods_sec .qna_cont {width: 100%; margin:0 auto;}

.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;}

/* 상품 정보내용 탭 */
.item_goods_tab {width: 1208px; margin: 0 auto; padding: 0 0 40px;}
.item_goods_tab ul {}
.item_goods_tab ul:after {content: ''; clear: both; display: block;}
.item_goods_tab li {float: left; width: 25%; text-align: center; border-bottom: 2px solid #dddddd;}
.item_goods_tab li.on {border-bottom: 2px solid #000;}
.item_goods_tab li a {color: #D9D9D9; font-size: 18px; font-weight: 600; line-height: 54px; display: block;}
.item_goods_tab li.on a {color: #000;}
.item_goods_tab li.on a span {}

/* 상품상세보기 */
.item_goods_sec .detail_explain_box{min-height:100px;}

.detail_info_area{margin:0 auto; width:100%;}

/* 상품필수 정보 */
.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; word-break:break-all;}
.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;}
.item_goods_sec .detail_explain_box .txt-manual .bg_black {background: #000;}

/* ------------- 게시판 공통 ------------- */
/* 게시판 제목 */
.board_tit{text-align:left; vertical-align:middle;}
.board_tit strong{font-weight:normal;}
.board_tit strong > span{color:#111;}
.board_tit.on strong{font-weight:bold;}
.board_tit img{margin:0 2px 0 2px; vertical-align:middle;}
.board_tit .js_comment_count{color:#111; font-weight:bold;}
/* 게시판 제목 답글 */
.board_tit .reply{}
.board_tit .reply{margin:0 0 0 15px; padding:0 0 0 20px; background:url("/images/icon/board/icon_comment_reply.png") no-repeat 8px 4px;}

/* 동록된 게시글 없음 */
#wrap .no_data{padding:30px 30px 30px 30px; text-align:center;}
.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("/images/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:#111;}
.view_comment_top .comment_best_num{}
.view_comment_top .comment_best_num strong{color:#111;}
.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("/images/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("/images/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("/images/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.on{color:#ffffff; background:#111;}
.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:#111;}
.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;}

/* ------------- 상품 리스트, 상품 메인 ------------- */ 
.goods_list_item{position:relative;}
.goods_list_item_tit{position:relative; width:100%;  padding:30px 0; line-height:30px;}
.goods_list_item_tit h2{font-size:23px; font-weight:600; line-height:28px;}
.goods_list_item_tit + .list_item_category{margin-top:-21px;}
.list_item_category{margin:0 0 10px 0; padding:3px 0 3px 0; border-top:2px solid #000;}
.list_item_category ul{display:inline-block; width:100%; padding:0 20px 0 20px; font-size:0; box-sizing: border-box;}
.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:8px 0; color:rgba(0, 0, 0, 0.4); text-align:left;}
.list_item_category li a img{max-width:100%; max-height:20px;}
.list_item_category li.on a,
.list_item_category li a:hover{/* text-decoration:underline;  */color:#000;}
.list_item_category li a em{display:none;}
.list_item_category li em{color:#777;}
.list_item_category li.on,
.list_item_category li.on em{font-weight:bold;}

.other_cate p a{color: rgba(0, 0, 0, 0.40);font-size:23px;font-weight: 600;line-height: 44px;}

.goods_list_item_wrap{display:flex; align-items: flex-start; justify-content: space-between;flex-wrap: wrap;}	  
.goods_list_item_wrap .goods_list_left{width:286px;}
.goods_list_item_wrap .goods_list_right{width:896px;}

.goods_list_item_wrap .goods_list_left .list_item_category > ul{display:block; margin-bottom:10px; padding:43px 0;}
.goods_list_item_wrap .goods_list_left .list_item_category > ul > li{display:block; width:auto;font-size:18px; font-weight: 600; border-bottom: 1px solid rgba(0, 0, 0, 0.40)}
.goods_list_item_wrap .goods_list_left .list_item_category > ul > div {border-bottom: 1px solid rgba(0, 0, 0, 0.40)}
.goods_list_item_wrap .goods_list_left .list_item_category > ul > div > ul {padding: 0;}
.goods_list_item_wrap .goods_list_left .list_item_category > ul > div > ul > li {display: block; width: 100%; font-size: 15px;}

/* ------------- 인기상품 ------------- */
.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:#ffcc00;}
.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:#111;}
.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; background:#ffffff;}
.plus_review_write .plus_review_write_select{}
.plus_review_write .plus_review_write_select select{width:74.5%; color:#ffcc00; font-size:14px;}
.plus_review_write_select .chosen-single,
.plus_review_write_select .chosen-container .chosen-results{color:#ffcc00 !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;}

/* ------ 플러스리뷰 상세 내용 ------ */
.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{min-height:50px; margin:15px 0 15px 0;}
.plus_review_view .text_file_cont .review_text.reviews_new{text-indent:15px; background:url("/images/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 상단 배너 // */

/* 상품 재입고 알림 신청 */
#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:#111; 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;}

/* 상품 색상 */
.goods_color {margin: 10px 0px 21px; /* padding: 0 40px; */}
.goods_color h3.tit {font-size: 18px; font-weight: 600; color: #000; padding: 0 0 15px;}
.goods_color ul {}
.goods_color ul:after {content: ''; clear: both; display: block;}
.goods_color ul li {width: 76px; float:left; border: 1px solid #d9d9d9; border-radius: 4px; margin-right: 5px; box-sizing: border-box;}
.goods_color ul li:first-child {/* border: 1px solid #FF6100; */}
.goods_color ul li.on {border-color: #FF6100;}
.goods_color ul li span {overflow:hidden;position:relative;width:100%;height:0;padding-bottom:100%;font-size:0; line-height:0; display: block;}
.goods_color ul li span img {display: block; border-radius: 4px; position:absolute;top:0;bottom:0;left:0;right:0;width:100%; height:100%; box-sizing:border-box;}

.goods_color ul li .info_wrap {text-align: center; border-top: 1px solid #d9d9d9; padding: 5px 0;}
.goods_color ul li .info_wrap strong {font-size: 12px; font-weight: 500; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 1.5em; max-height: 1.5em;width: 100%; word-break: keep-all;}
.goods_color ul li .info_wrap p {display: block; font-size: 12px; font-weight: 500;}
.goods_color ul li .info_wrap p.on {font-weight: bold;}

.goods_color .swiper-button-prev:after,
.goods_color .swiper-button-next:after {display: none;}
.goods_color .swiper-button-prev,
.goods_color .swiper-button-next {width: 31px; height: 78px; margin: 0; top: auto; bottom: 0; /* display: none; */}
.goods_color .swiper-button-prev.swiper-button-lock,
.goods_color .swiper-button-next.swiper-button-lock {display: block; opacity: 0.2;}
.goods_color .swiper-button-prev {background: url(/images/img/new/btn_slide_prev.png) no-repeat center/31px 78px; left: 0; right: auto;}
.goods_color .swiper-button-next {background: url(/images/img/new/btn_slide_next.png) no-repeat center/31px 78px; right: 0; left: auto;}

.goods_color .swiper-container {opacity: 0; visibility: hidden; transition: opacity 1s ease; -webkit-transition: opacity 0.2s ease;}
.goods_color .swiper-container.swiper-initialized {visibility: visible; opacity: 1;}

.goods_color_only {margin: 10px 0px 21px; padding: 0 40px;}
.goods_color_only h3.tit {font-size: 18px; font-weight: 600; color: #000; padding: 0 0 15px;}
.goods_color_only ul {}
.goods_color_only ul:after {content: ''; clear: both; display: block;}
.goods_color_only ul li {width: 76px; float:left; border: 1px solid #d9d9d9; border-radius: 4px; margin-right: 5px; box-sizing: border-box;}
.goods_color_only ul li:first-child {/* border: 1px solid #FF6100; */}
.goods_color_only ul li.on {border-color: #FF6100;}
.goods_color_only ul li span {overflow:hidden;position:relative;width:100%;height:0;padding-bottom:100%;font-size:0; line-height:0; display: block;}
.goods_color_only ul li span img {display: block; border-radius: 4px; position:absolute;top:0;bottom:0;left:0;right:0;width:100%; height:100%; box-sizing:border-box;}

.goods_color_only ul li .info_wrap {text-align: center; border-top: 1px solid #d9d9d9; padding: 5px 0;}
.goods_color_only ul li .info_wrap strong {font-size: 10px; font-weight: 500; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 1.5em; max-height: 3.0em;width: 100%; word-break: keep-all;}
.goods_color_only ul li .info_wrap p {display: block; font-size: 12px; font-weight: 500;}
.goods_color_only ul li .info_wrap p.on {display: block; font-size: 12px; font-weight: 500;}

.goods_color_only .swiper-button-prev:after,
.goods_color_only .swiper-button-next:after {display: none;}
.goods_color_only .swiper-button-prev,
.goods_color_only .swiper-button-next {width: 31px; height: 125px; margin: 0; top: 0; /* display: none; */}
.goods_color_only .swiper-button-prev.swiper-button-lock,
.goods_color_only .swiper-button-next.swiper-button-lock {display: block; opacity: 0.2;}
.goods_color_only .swiper-button-prev {background: url(/images/new/btn_slide_prev_org.png) no-repeat center/31px 125px; left: 0; right: auto;}
.goods_color_only .swiper-button-next {background: url(/images/new/btn_slide_next_org.png) no-repeat center/31px 125px; right: 0; left: auto;}

.goods_color_only .swiper-container {opacity: 0; visibility: hidden; transition: opacity 1s ease; -webkit-transition: opacity 0.2s ease;}
.goods_color_only .swiper-container.swiper-initialized {visibility: visible; opacity: 1;}

/* 상품 사이즈 */
.goods_size {}
.goods_size h3.tit {font-weight: 600; color: #000; padding: 0 0 15px; font-size: 18px;}
.goods_size ul {display: flex; flex-wrap: wrap;}
.goods_size ul:after {content: ''; clear: both; display: block;}
.goods_size ul li {width:52px; line-height:24px; text-align: center; margin: 0 5px 5px 0; border: 1px solid #ddd; border-radius: 4px; box-sizing:border-box; color:#444;font-size: 13px;}
.goods_size ul li.on {border-color: #FF6100;}
.goods_size ul li span {}
.goods_size ul li.on span { }

.goods_view_msg {padding: 35px 0; border-top: 1px solid #ddd;}
.goods_view_msg p {font-size: 13px; color: #333;}
.goods_view_msg p.mb {margin-bottom: 16px;}

.goods_view_msg .btn_accordion {font-size: 14px; font-weight: bold; margin: 0 0 15px; background: url(/images/new/ico_goods_accordion.png) no-repeat 100% 50%/20px 12px; cursor: pointer;}
.goods_view_msg .btn_accordion.on {background: url(/images/new/ico_goods_accordion_on.png) no-repeat 100% 50%/20px 12px;}
.goods_view_msg .info_box {margin-bottom: 25px;}
.goods_view_msg .info_box:last-child {margin-bottom: 0;}
.goods_view_msg .info_box strong {font-size: 15px; display: block; padding: 0 0 3px;}
.goods_view_msg .info_box strong:last-child {font-size: 13px;}
.goods_view_msg p strong {font-size: 13px !important; padding: 0 !important;}

.goods_view_msg02{padding:20px;border-radius: 5px; border: 1px solid #D9D9D9; background: #F5F5F5;}
.goods_view_msg02 .btn_accordion{font-size: 18px; font-weight: 600;}
.goods_view_msg02 .btn_accordion:after{content:'';transform: rotate(180deg); display:inline-block;vertical-align:middle;width:22px; height:22px; margin-left:5px;background: url(../../img/new/goods_view_msg02_arrow.png) no-repeat 0 0;}
.goods_view_msg02 .btn_accordion.on:after{transform: rotate(0);}

/* 상품상세 영상 */
.sticky_box, video {width: 100%;}
/* video {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100vh; width: 100%; object-fit: cover;} */
.goods_view_box {width: 100%; /* background: rgba(0, 0, 0, .7); */ position: relative;}
.goods_view_box > img {width: 100%; display: block; max-width: none !important;}
.goods_view_box .video_box {position: relative; overflow: hidden; width:100%; height: 0; padding-bottom: 200%; text-align: center;}
.goods_view_box .video_box iframe {position: absolute;top:0;left:0; width:100%; height: 100%;}

.goods_view_box .txt_box {position: absolute; left: 33px; top: 100px;}
.goods_view_box .txt_box .txt_wrap {}
.goods_view_box .txt_box p {font-size: 23px; font-weight: bold; color: #333; letter-spacing: -1px;}
.goods_view_box .txt_box p.tit {font-size: 45px; font-weight: bold; color: #000; letter-spacing: -1px; padding: 30px 0 0; line-height: 1.2;}

.goods_view_box .txt_box .txt_wrap.type02 {}
.goods_view_box .txt_box .txt_wrap.type02 p {font-size: 14px; color: #fff; font-weight: 400;}
.goods_view_box .txt_box .txt_wrap.type02 p.tit {font-size: 28px; color: #fff; font-weight: 400; padding: 0 0 30px;}

.goods_view_box .center_box {position: absolute; left: 33px; right: 33px; top: 120px; letter-spacing: -1px;}
.goods_view_box .center_box > p {letter-spacing: -1px;}
.goods_view_box .center_box > p.mark {font-size: 13px; color: #666666; margin: 13px 0 0; position: relative; padding-left: 20px;}
.goods_view_box .center_box > p.mark:after {content:'!'; width: 14px; height: 14px; line-height: 14px; border: 1px solid #666; border-radius: 50%; text-align: center; box-sizing: border-box; font-size: 10px; color: #666; position: absolute; left:0; top: 4px;}

.goods_view_box .center_box p.tip {font-size: 14px; font-weight: bold; color: #ff562f;}
.goods_view_box .center_box p.tit {font-size: 28px; color: #000;}
.goods_view_box .center_box p.sm {font-size: 14px; color: #333333; padding: 5px 0 38px;}

.goods_view_box .center_box ul {}
.goods_view_box .center_box ul:after {content: ''; clear: both; display: block;}
.goods_view_box .center_box ul li {width: 50%; text-align: center; float: left;}
.goods_view_box .center_box ul li > img {display: block; max-width: 50px; margin: 0 auto;}
.goods_view_box .center_box ul li p {font-size: 14px; color: #333; padding: 10px 0 20px;}





.goods_view_box .center_box06 {position: absolute; left: 33px; right: 33px; top: 44px; letter-spacing: -1px;}
.goods_view_box .center_box06 > p {letter-spacing: -1px;}
.goods_view_box .center_box06 > p.mark {font-size: 13px; color: #666666; margin: 13px 0 0; position: relative; padding-left: 20px;}
.goods_view_box .center_box06 > p.mark:after {content:'!'; width: 14px; height: 14px; line-height: 14px; border: 1px solid #666; border-radius: 50%; text-align: center; box-sizing: border-box; font-size: 10px; color: #666; position: absolute; left:0; top: 4px;}

.goods_view_box .center_box06 p.tip {font-size: 14px; font-weight: bold; color: #ff562f;}
.goods_view_box .center_box06 p.tit {font-size: 28px; color: #000;}
.goods_view_box .center_box06 p.sm {font-size: 14px; color: #333333; padding: 5px 0 38px;}

.goods_view_box .center_box06 ul {}
.goods_view_box .center_box06 ul:after {content: ''; clear: both; display: block;}
.goods_view_box .center_box06 ul li {width: 50%; text-align: center; float: left;}
.goods_view_box .center_box06 ul li > img {display: block; max-width: 50px; margin: 0 auto;}
.goods_view_box .center_box06 ul li p {font-size: 14px; color: #333; padding: 10px 0 20px;}






.goods_view_box.type03 {}
.goods_view_box.type03 .center_box {top: 100px;}
.goods_view_box.type03 .center_box p.tit {margin-bottom: 60px;}
.goods_view_box.type03 .center_box ul li > img {width: 41px;}

.goods_view_box.type04 {}
.goods_view_box.type04 .center_box p:first-child {font-size: 14px; font-weight: bold; margin: 0 0 10px;}
.goods_view_box.type04 .center_box p.tit {}
.goods_view_box.type04 .center_box p:last-child {font-size: 14px; color: #333; margin: 10px 0 0;}

.goods_view_box.type05 {}
.goods_view_box.type05 .txt_box {top: auto; bottom: 60px;}
.goods_view_box.type05 .txt_box .txt_wrap {}
.goods_view_box.type05 .txt_box .txt_wrap p.tit {padding: 0 0 30px;}
.goods_view_box.type05 .txt_box .txt_wrap p {font-weight: 400;}


.goods_view_box.type06 {}
.goods_view_box.type06 .txt_box {top: auto; top: 60px;}
.goods_view_box.type06 .txt_box .txt_wrap {}
.goods_view_box.type06 .txt_box .txt_wrap p.tit {padding: 0 0 30px;}
.goods_view_box.type06 .txt_box .txt_wrap p {font-weight: 400;}


.sticky_wrapper {position: relative;}
.sticky_wrapper .sticky_box {/* position: sticky; top: 59px; */ position: relative;}
.sticky_wrapper .video_box {/* position: relative; overflow: hidden; height: 100vh; */ position: relative; overflow: hidden; width:100%; height: 0; padding-bottom: 113.3%; text-align: center;}
.sticky_wrapper .video_box.image {padding-bottom: 0; height: 100%;}
.sticky_wrapper .video_box.image img {width: 100%; display: block; max-width: none !important;}
.sticky_wrapper .video_box iframe {/* display: block; height: 100%;position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100vh; width: 100%; object-fit: cover; */
position: absolute;top:0;left:0; width:100%; height: 100%;
}

.sticky_wrapper .txt_box {/* position: absolute; bottom: 0; left: 0; right: 0; */ background: #fff; padding: 30px 32px 100px; letter-spacing:-0.5px;}
.sticky_wrapper .txt_box h2 {font-size: 28px; font-weight: 400; color: #000; line-height: 1.3; padding: 0 0 15px; letter-spacing: -1px;}
.sticky_wrapper .txt_box h2 .tip {display: block; font-size: 14px; font-weight: bold; color: #ff562f;}
.sticky_wrapper .txt_box .sm {font-size: 17px; color: #333; margin: 0 0 10px; word-break: keep-all; /* line-height: 1.5; */ letter-spacing: -1px;}
.sticky_wrapper .txt_box .sm:last-child {margin: 0;}
.sticky_wrapper .txt_box .sm .bold {font-weight: bold;}

.sticky_wrapper .txt_box .sm.mark {position: relative; padding-left: 20px; color: #666;}
.sticky_wrapper .txt_box .sm.mark:after {content:'!'; width: 14px; height: 14px; line-height: 12px; border: 1px solid #666; border-radius: 50%; text-align: center; box-sizing: border-box; font-size: 10px; color: #666; position: absolute; left:0; top: 4px;}


.w1200 {width: 100%; margin: 0 auto;}
.info_guide {padding: 0 0 70px;}
.info_guide > h2 {font-size: 28px; color: #000; font-weight: 400;}

.size_box {}
.size_box p.tit {font-size: 18px; font-weight: bold; color: #333; padding: 35px 0 20px; margin: 25px;}
.size_box > img {width: 100%; display: block;}
.size_box .txt_box {font-size: 14px; color: #333; margin: 25px 0 0;}
.size_box .txt_box .mark {padding:5px 0 3px 20px; background: url(/images/new/ico_goodsview_mark.png) no-repeat 0 9px/15px auto; font-size: 13px; color: #666;}
.size_box .txt_box .orange {font-size: 13px; font-weight: bold; color: #ff562f; padding: 10px 0;}

.info_guide table {width: 100%; border-top: 2px solid #8d8d8d; border-collapse: collapse; text-align: center; margin: 40px 0 0;}
.info_guide table th {font-size: 12px; font-weight: bold; color: #000; background: #f8f8f8; border-bottom: 1px solid #ddd; padding: 10px 0 9px;}
.info_guide table th:first-child, .info_guide table td:first-child {background: #f4f4f4;}
.info_guide table td {font-size: 13px; color: #777; background: #f8f8f8; border-bottom: 1px solid #ddd; padding: 10px 0 9px;}
.info_guide table td:first-child {font-size: 14px; font-weight: bold; color: #000000;}

.length_box {}
.length_box p.tit {font-size: 18px; font-weight: bold; color: #333; padding: 35px 0 20px; margin: 25px;}
.length_box p.tit span {display: block; font-size: 14px; color: #333; padding: 8px 0 0; font-weight: 400;}
.length_box > img {margin: 0 0 20px; display: block; width: 100%;}
.circle_list {}
.circle_list li {position: relative; font-size: 14px; color: #666; padding-left: 10px; margin: 25px;}
.circle_list li:after {content:''; width:3px; height: 3px; background: #e4e4e4; border-radius: 50%; position: absolute; left: 0; top: 8px;}

.goods_faq {margin: 115px 0 0;}
.goods_faq p.tit {font-size: 28px; color: #000; padding: 0 0 25px; margin: 25px;}
.goods_faq ul {border-top: 2px solid #a0a0a0;}
.goods_faq ul li {border-bottom: 1px solid #eee; padding: 25px 10px 35px 20px;}
.goods_faq ul li p {font-size: 14px; color: #666;}
.goods_faq ul li p span {display: block; font-size: 15px; font-weight: bold; color: #333; padding: 0 0 6px;}
.goods_faq ul li p strong {padding:5px 0 3px 20px; background: url(/images/new/ico_goodsview_mark.png) no-repeat 0 9px/15px auto; font-size: 13px; color: #666; display: block; margin: 16px 0 0;}

.goods_source {border-top: 2px solid #a0a0a0; margin: 130px 0 0;}
.goods_source dl {display: table; width: 100%;}
.goods_source dl dt, .goods_source dl dd {display:table-cell; vertical-align: top; font-size: 12px; color: #666; border-bottom: 2px solid #ededed; padding-top: 20px; padding-bottom: 25px;}
.goods_source dl dt {font-weight: bold; width: 290px; padding-left: 30px; box-sizing: border-box;}

.goods_source dl dd .circle_list {}
.goods_source dl dd .circle_list li {letter-spacing: -1px; margin-bottom: 5px; font-size: 12px;}
.goods_source dl dd .circle_list li:last-child {margin-bottom: 0;}
.warning {}
.warning > p {font-size: 12px; font-weight: bold; color: #666666; padding: 15px 0 5px;}

.cs_guide {margin: 125px 0 0;}
.cs_guide dl {margin: 0 0 30px;}
.cs_guide dl:last-child {margin-bottom: 0;}
.cs_guide dl dt {font-size: 15px; font-weight: bold; color: #333; padding: 0 0 8px; margin: 25px;}
.cs_guide dl dd {font-size: 13px; color: #666666;}
.cs_guide dl dd .circle_list li {font-size: 12px; color: #666;}

.goods_view_box p {letter-spacing: -1px;}
.goods_view_box p.tip {color: #ff562f; font-size: 14px; font-weight: bold;}
.goods_view_box p.tit {font-size: 28px; color: #000;}
.goods_view_box p.sm {font-size: 14px; color: #333; margin-bottom: 25px;}
.goods_view_box p.sm:last-child {margin-bottom:0;}
.goods_view_box p.sm .bold {font-weight: bold;}

.goods_view_box .gray_box {background: #f4f4f4;}
.goods_view_box .gray_box dl.tbl {display:table; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 100px 105px;}
.goods_view_box .gray_box dl.tbl dt, .goods_view_box .gray_box dl.tbl dd {display:table-cell; vertical-align: middle;}
.goods_view_box .gray_box dl.tbl dt {width: 400px;}
.goods_view_box .gray_box dl.tbl dt img {width: 100%;}
.goods_view_box .gray_box dl.tbl dd {padding-left: 120px; text-align: left;}
.goods_view_box .gray_box dl.tbl dd p.tit {margin: 0 0 20px;}

.bg_black .sticky_wrapper, .bg_black .sticky_wrapper .txt_box {background: #000;}
.txt_white .sticky_wrapper .txt_box h2 {color: #fff;}
.txt_white .sticky_wrapper .txt_box .sm {color: #ccc;}
.txt_white .sticky_wrapper .txt_box .sm.mark {color: #999;}
.sticky_wrapper .txt_box.white .sm {color: #fff;}
.txt_white .goods_view_box .txt_box p, .txt_white .goods_view_box .txt_box p.tit {color: #fff;}


.sticky_wrapper .ico_wrap {position: absolute; left: 0; bottom: 30px; width: 100%;}
.sticky_wrapper .ico_wrap ul {text-align: center;}
.sticky_wrapper .ico_wrap ul li {text-align: center; display: inline-block; vertical-align: top; margin-right: 35px;}
.sticky_wrapper .ico_wrap ul li:last-child {margin-right: 0;}
.sticky_wrapper .ico_wrap ul li .box {height: 40px;}

.sticky_wrapper .ico_wrap ul li .box > img {vertical-align: -webkit-baseline-middle;}
.sticky_wrapper .ico_wrap ul li .box img.one {width: 33.5px;}
.sticky_wrapper .ico_wrap ul li .box img.two {width: 45px;}
.sticky_wrapper .ico_wrap ul li .box img.three {width: 31.5px;}
.sticky_wrapper .ico_wrap ul li .box img.four {width: 45px;}
.sticky_wrapper .ico_wrap ul li .box img.five {width: 34.5px;}
.sticky_wrapper .ico_wrap ul li .box img.six {width: 47px; margin-top: 5px;}
.sticky_wrapper .ico_wrap ul li .box img.seven {width: 32px;}
.sticky_wrapper .ico_wrap ul li .box img.eight {width: 28px;}
.sticky_wrapper .ico_wrap ul li .box img.nine {width: 39.5px;}
.sticky_wrapper .ico_wrap ul li .box img.ten {width: 34px; margin-top: 5px;}
.sticky_wrapper .ico_wrap ul li .box img.eleven {width: 47px; margin-top: 5px;}
.sticky_wrapper .ico_wrap ul li .box img.twelve {width: 32px;}

.sticky_wrapper .ico_wrap ul li p {font-size: 11px;}
.sticky_wrapper .ico_wrap ul li p.gray {font-size: 10px; color: #888888;}
.sticky_wrapper .ico_wrap ul li .box .num {font-size: 14px; font-weight: bold; display: inline-block; min-width: 50px;}
.sticky_wrapper .ico_wrap ul li .box .num span {font-size: 18px; font-weight: bold;}

.sticky_wrapper .ico_wrap.white {color: #fff;}
.sticky_wrapper .ico_wrap.white p.gray {color: #ddd;}

.rotate_view {position: relative; min-height: 700px; margin: 0 0 20px;}
.rotate_view .rotate_paging {text-align: center; position: absolute; bottom: 54px; left: 50%; transform: translateX(-50%); width: 100%; z-index: 10;}
.rotate_view .rotate_paging li {display: inline-block; margin-right: 22px; text-align: center; cursor: pointer;}
.rotate_view .rotate_paging li:last-child {margin-right: 0;}
.rotate_view .rotate_paging li .circle {width: 38px; height: 38px; border-radius: 50%; display: block; box-sizing: border-box; position: relative; box-shadow: 3px 6px 7px 0px rgba(0, 0, 0, 0.16); margin: 0 auto;}
.rotate_view .rotate_paging li.black .circle {background: #000;}
.rotate_view .rotate_paging li.khaki .circle {background: #8b8e6e;}
.rotate_view .rotate_paging li.sand .circle {background: #dfc599;}
.rotate_view .rotate_paging li.white .circle {background: #fff;}
.rotate_view .rotate_paging li.pistachio .circle {background: #d5e3b8;}
.rotate_view .rotate_paging li.gray .circle {background: #dcdddd;}
.rotate_view .rotate_paging li p {font-size: 12px; color: #333; padding: 10px 0 0;}

.rotate_view .rotate_paging li.on {}
.rotate_view .rotate_paging li.on .circle {box-shadow: none;}
.rotate_view .rotate_paging li.on .circle:after {content: ''; width: 46px; height: 46px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%;}
.rotate_view .rotate_paging li.on.black .circle:after {border: 1px solid #000;}
.rotate_view .rotate_paging li.on.khaki .circle:after {border: 1px solid #8b8e6e;}
.rotate_view .rotate_paging li.on.sand .circle:after {border: 1px solid #dfc599;}
.rotate_view .rotate_paging li.on.white .circle:after {border: 1px solid #fff;}
.rotate_view .rotate_paging li.on.pistachio .circle:after {border: 1px solid #d5e3b8;}
.rotate_view .rotate_paging li.on.gray .circle:after {border: 1px solid #dcdddd;}

.rotate_view .rotate_picture {position: relative; }
.rotate_view .rotate_picture li {position: absolute; left:0; top:0; right: 0; bottom:0; z-index:5;}
.rotate_view .rotate_picture li.on {z-index:10;}

.bg_black .size_box .txt_box .mark {color:#999}
.bg_black .size_box .txt_box, .bg_black .length_box p.tit {color: #fff;}
.bg_black .length_box p.tit span {color: #ccc;}
.bg_black .info_guide table th:first-child, .bg_black .info_guide table td:first-child {background: #222; color: #fff; border-bottom: 2px solid #333;}
.bg_black .info_guide table {border-color: #5f5f5f;}
.bg_black .info_guide table th, .bg_black .info_guide table td {border-bottom: 2px solid #333; background: #000; color: #ccc;}
.bg_black .info_guide table th {color: #fff;}
.bg_black .circle_list li {color: #ccc;}
.bg_black .goods_faq p.tit {color:#fff;}
.bg_black .goods_faq ul li p span {color:#ccc;}
.bg_black .goods_faq ul li p {color:#fff;}
.bg_black .goods_faq ul {border-color: #6d6d6d;}
.bg_black .goods_faq ul li {border-color: #666;}
.bg_black .goods_faq ul li p strong {color: #999;}

.bg_black .goods_source {border-color: #6d6d6d;}
.bg_black .goods_source dl dt {color: #fff; border-color: #363636;}
.bg_black .goods_source dl dd {color: #cccccc; border-color: #363636;}
.bg_black .warning > p {color: #fff;}

.bg_black .cs_guide dl dt {color: #fff;}
.bg_black .cs_guide dl dd .circle_list li {color: #ccc;}

.buy_now {width: 200px; text-align: center; height: 40px; line-height: 40px; border: 1px solid #000; display: block; border-radius: 50px; font-size: 15px; margin: 10px 0 0; cursor: pointer;}
.buy_now.white {color: #fff; border-color: #fff;}

.ico_wrap ul li.fromBottomIn .text_bar {width: 32px; height: 20px; position: relative; display: inline-block; margin-right: 5px; vertical-align: text-bottom;}
.ico_wrap ul li.fromBottomIn .text_bar .niddle_bg {width:32px; height: 17px; display: block; background: url(/images/new/ico_needle_bg.png) no-repeat 50%/32px 17px;}
.ico_wrap ul li .text_bar .niddle {position: absolute; left: 50%; bottom: 4.5px; margin-left: -1.5px; width: 3px; height: 9px; display: block; background: url(/images/new/ico_needle.png) no-repeat 50%/3px 9px; transform-origin: 50% 100%; transform: rotate(-90deg);}
.ico_wrap ul li.fromBottomIn .text_bar .niddle {transform:rotate(90deg); transition: all 1.3s; transition-delay: 0.3s;}

/* 2022-07-04 스와이핑 추가 개발 */
.mySwiper_big {position: relative; margin: 0 0 10px;}
.mySwiper_big .swiper-pagination {box-sizing: border-box; bottom:20px !important;}
.mySwiper_big .swiper-pagination .swiper-pagination-bullet {border-radius: 50%; background: #bbbbbb; opacity: 1; width:10px; height:10px;}
.mySwiper_big .swiper-pagination .swiper-pagination-bullet-active {background: #000;}

.mySwiper_big .swiper-button-prev,
.mySwiper_big .swiper-button-next{width:50px;height:50px; margin: 0; transform: translateY(-50%);}
.mySwiper_big .swiper-button-prev{left:0; background: url('/images/new/swiper_prev.png') no-repeat 0 0;} 
.mySwiper_big .swiper-button-next{right:0; background: url('/images/new/swiper_next.png') no-repeat 0 0;} 

.mySwiper_big .swiper-button-next:after,
.mySwiper_big .swiper-button-prev:after{display:none;}
.mySwiper_big .swiper-slide img {width: 100%;}

.mySwiper_sm {}
.mySwiper_sm .swiper-slide {}
.mySwiper_sm .swiper-slide img {width: 100%;}
.mySwiper_sm .swiper-slide.swiper-slide-thumb-active {border: 2px solid #000; box-sizing: border-box;}

.cont-select {position: relative; display: inline-block; margin-right: 20px; z-index:2;}
.cont-select:last-child {margin-right: 0;}
.cont-select.filter {background: none; padding: 0;}
.btn-select {width: 100%; font-size: 14px; border: 0; box-sizing: border-box; border-radius: 10px; background: url(/images/new/icon_list_select.png) no-repeat right 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-right: 30px; line-height: 30px;}
.filter .btn-select {background: url(/images/new/icon_list_filter.png) no-repeat right 50%;}
.list-member {display: none; background: rgba(255, 255, 255, 0.6); z-index: 1; position: absolute; width: 110px; top: 26px; right: 0; border: 1px solid #C4C4C4; box-sizing: border-box; box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15); border-radius: 10px; backdrop-filter: blur(20px);}
.btn-select.on {}
.btn-select.on+.list-member {display: block;}
.list-member li {border-bottom: 1px solid rgba(160, 150, 138, 0.6);}
.list-member li:last-child {border-bottom: 0;}
.list-member li span,
.list-member li button {width: 100%; padding: 3px 10px; border: none; background-color: transparent; border-radius: 8px; cursor: pointer; text-align: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; box-sizing: border-box; font-size: 12px;}
.list-member li span {color: rgba(160, 150, 138, 1);}
.list-member li button {color: #000;}
.list-member li button:hover,
.list-member li button:focus {/* background-color: #F8E4FF; */}

.filter_box {margin: 0 0 25px; display: none;}
.filter_box:after {content: ''; clear: both; display: block;}

.filter_cont {display: table; width: 100%;}
.filter_cont h3,
.filter_cont .filter_list {display: inline-block; vertical-align: middle;}
.filter_cont h3 {font-size: 15px; font-weight: 600; background: rgba(68, 68, 68, 1);}
.filter_list {width: calc(896px - 131px); background: rgba(245, 245, 245, 1); padding: 6px 12px; border-bottom: 1px solid rgba(217, 217, 217, 1); border-right: 1px solid rgba(217, 217, 217, 1); box-sizing: border-box; overflow-x: auto;}
.filter_cont.first h3 {border-radius: 5px 0 0 0;}
.filter_cont:last-child h3 {border-radius: 0 0 0 5px;}
.filter_cont.first .filter_list {border-top: 1px solid rgba(217, 217, 217, 1); border-radius: 0 5px 0 0;}
.filter_cont:last-child .filter_list {border-radius: 0 0 5px 0;}
.filter_list ul {font-size: 0; display: table;}
.filter_list ul li {display: table-cell; padding-right: 5px; cursor: pointer;}
.filter_list ul li span {color: rgba(0, 0, 0, 0.4); font-size: 15px; font-weight: 500; display: block; min-width: 77px;}
.filter_list ul li.on span {font-weight: bold; color: rgba(0, 0, 0, 1);}

.filter_list.color {padding: 5px 12px;}
.filter_list.keyword {padding: 5px 12px;}
.filter_list.keyword ul li span {font-size: 12px; font-weight: 500; border: 2px solid rgba(217, 217, 217, 1); border-radius: 5px; line-height: 21px; display: block; padding: 0 15px; white-space: nowrap; min-width: unset;}
.filter_list.keyword ul li.on span {background: rgba(197, 197, 197, 1); color: #fff;}

.filter_list ul.color_wrap {}
.filter_list ul.color_wrap li {}
.filter_list ul.color_wrap li span {display: inline-block; width: 24px; height: 24px; border-radius: 50%; background: #000; border: 1px solid rgba(68, 68, 68, .6); box-sizing: border-box; font-size: 0; line-height: unset; padding: 0; min-width: unset;}
.filter_list ul.color_wrap li.on span {border: 1px solid rgba(0, 0, 0, 1);}

/*
.filter_list{-ms-overflow-style: none;}
.filter_list::-webkit-scrollbar{display:none;}
*/

.txt_posr {position: relative;}
.txt_posr img {width: 100%;}
.txt_posr .tit {position: absolute; left: 37px; top: 63px;}
.txt_posr .tit p {font-size: 42px; font-weight: bold; line-height: 52px; color: #fff; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 1.5em; max-height: 3.0em;width: 100%; word-break: keep-all;}

.filter_area {}
.filter_area .filter_btn {display: block; position: relative; font-size: 20px; font-weight: 600; color: #000; border: 0; width: 100%; text-align: left; outline: none;}
.filter_area .filter_btn:after {content: ''; width: 17px; height: 2px; background: rgba(0, 0, 0, .4); position: absolute; right: 0; top: 14px;}
.filter_area .filter_btn:before {content: ''; width: 2px; height: 17px; background: rgba(0, 0, 0, .4); position: absolute; right: 7.5px; top: 7px;}
.filter_area .filter_btn.on:before {display: none;}

.filter_area .filter_cont {border-top: 1px solid rgba(0, 0, 0, .4); padding: 8px 0 0; margin: 8px 0 0;}
.filter_area .filter_cont:after {content: ''; clear: both; display: block;}
.filter_area .filter_cont > h3 {font-size: 16px; font-weight: 600; color: #000; background: none; padding: 0 0 6px; display: block;}
.filter_area .filter_cont .filter_list {width: 100%; border: 0; background: none; padding: 0;}
.filter_area .filter_cont .filter_list ul {display: block;}
.filter_area .filter_cont .filter_list ul li {display: inline-block; padding: 0; margin: 0 5px 5px 0;}
.filter_area .filter_cont .filter_list ul li span {}
.filter_area .filter_cont .filter_list.keyword ul li span {background: #fff; border: 1px solid #d9d9d9; font-size: 12px; color: #444; line-height: 26px;}
.filter_area .filter_cont .filter_list.keyword ul li.on span {background: #d9d9d9; color: #fff;}

.filter_area .filter_cont .filter_list.goodsSexFl {}
.filter_area .filter_cont .filter_list.goodsSexFl ul li {display: block;}
.filter_area .filter_cont .filter_list.goodsSexFl ul li span {display: inline-block; padding-left: 14px; position: relative; font-size: 13px; color: #000;}
.filter_area .filter_cont .filter_list.goodsSexFl ul li span:after {content: ''; width: 12px; height: 12px; border: 1px solid #000; box-sizing: border-box; position: absolute; left: 0; top: 4px;}
.filter_area .filter_cont .filter_list.goodsSexFl ul li.on span:after {background: #000;}

.filter_area .filter_cont .more_view {font-size: 13px; font-weight: 600; float: right; margin: 8px 0 0;}
.filter_area .filter_cont .more_view span {display: inline-block; position: relative; padding-right: 18px;}
.filter_area .filter_cont .more_view span:after {content: ''; background: url(/images/new/ico_btn_more.png) no-repeat center/15px; position: absolute; right: 0; top: 2px; width: 15px; height: 15px;}
.filter_box .btn_apply {width: 141px; height: 31px; background: #000; float: right; color: #fff; font-size: 15px; font-weight: bold; margin: 24px 0 0;}

.photo_slide {position: relative;}
.photo_slide .swiper-slide {}
.photo_slide .swiper-slide img {max-width: 100%;}
.photo_slide .swiper-button-next,
.photo_slide .swiper-button-prev {width: 18px; height: 18px; background-repeat: no-repeat; background-size: 18px; background-position: center; top: 50%; margin: 0; transform: translateY(-50%);}
.photo_slide .swiper-button-next {background-image: url(/images/new/ico_photo_next.png); right: 2px; left: auto;}
.photo_slide .swiper-button-prev {background-image: url(/images/img/new/ico_photo_prev.png); right: auto; left: 2px;}
.photo_slide .swiper-button-next:after,
.photo_slide .swiper-button-prev:after {display: none;}

.photo_slide .swiper-pagination {width: 100%; bottom: 10px; font-size: 0;}
.photo_slide .swiper-pagination .swiper-pagination-bullet {width: 8px; height: 8px; border-radius: 50%; background: rgba(0, 0, 0, .4); margin: 0 3px; border-radius: 50%;}
.photo_slide .swiper-pagination .swiper-pagination-bullet-active {background: rgba(0, 0, 0, 1);}

.photo_slide .swiper-button-next,
.photo_slide .swiper-button-prev,
.photo_slide .swiper-pagination {display: none;}

.item_gallery_type > ul > li:hover .photo_slide .swiper-button-next,
.item_gallery_type > ul > li:hover .photo_slide .swiper-button-prev,
.item_gallery_type > ul > li:hover .photo_slide .swiper-pagination {display: block;}

.photo_slide .owl-dots {width: 100%; bottom: 10px; font-size: 0; position: absolute; text-align: center;}
.photo_slide .owl-dots .owl-dot {margin: 0 3px;}
.photo_slide .owl-dots .owl-dot span {width: 10px; height: 10px; border-radius: 50%; background: rgba(0, 0, 0, .4); border-radius: 50%; display: inline-block;}
.photo_slide .owl-dots .owl-dot.active {}
.photo_slide .owl-dots .owl-dot.active span {background: rgba(0, 0, 0, 1);}

.photo_slide .owl-carousel .owl-nav .owl-prev,
.photo_slide .owl-carousel .owl-nav .owl-next {position: absolute; width: 36px; height: 36px; background-repeat: no-repeat; background-size: 18px; top: 50%; margin: 0; transform: translateY(-50%); font-size: 0;}
.photo_slide .owl-carousel .owl-nav .owl-prev {background-image: url(/images/new/ico_photo_prev.png); right: auto; left: 2px; background-position: left center;}
.photo_slide .owl-carousel .owl-nav .owl-next {background-image: url(/images/new/ico_photo_next.png); right: 2px; left: auto; background-position: right center;}
.photo_slide .owl-carousel .owl-nav .owl-prev.disabled,
.photo_slide .owl-carousel .owl-nav .owl-next.disabled {opacity: 0.2;}

.photo_slide .owl-carousel .owl-nav .owl-prev,
.photo_slide .owl-carousel .owl-nav .owl-next,
.photo_slide .owl-dots {display: none;}

.item_gallery_type > ul > li:hover .photo_slide .owl-carousel .owl-nav .owl-prev,
.item_gallery_type > ul > li:hover .photo_slide .owl-carousel .owl-nav .owl-next,
.item_gallery_type > ul > li:hover .photo_slide .owl-dots {display: block;}

.slide_swiper {padding: 0 40px;}
.goods_color,
.goods_color_only {position: relative;}



.iframebox {

 position: relative;

 width: 100%;

 padding-bottom: 46.25%;

}

.iframebox iframe {

 position: absolute;

 width: 100%;

 height: 100%;

}​