@charset "utf-8";

#container.reserve .btn_bottom_fixed { position:fixed; width:100%; bottom:0;}
#container.reserve .btn_bottom_fixed .btn-type01 { }
#container.reserve .btn_round { display:inline-block; width:65px; height:23px; text-align:center; border:1px solid #d9d9d9; border-radius:15px; background-color:#fff;}
#container.reserve .btn_round span { line-height:23px; font-size:0.929em;}
#container.reserve .tit-content { padding:21px 20px 18px;}
#container.reserve .tit-content:after { content:''; clear:both; display:block; }
#container.reserve .tit-content h3 { margin-right:9px;}
#container.reserve .tit-content em { color:#fdb525;  font-weight:bold;}

#container.reserve .list_wrap .list-type_list ul li a { position:relative;}
#container.reserve .list_wrap .list-type_list ul li .soldout { position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000; opacity:0.7;}
#container.reserve .list_wrap .list-type_list ul li .soldout div { display:table; width:100%; height:100%;}
#container.reserve .list_wrap .list-type_list ul li .soldout p { display:table-cell; color:#fff; text-align:center; vertical-align:middle;}
#container.reserve .list_wrap .list-type_list ul li .soldout p > em { color:#fcb326;}
/* 장바구니 버튼 */
#container.reserve .cart_go{position:fixed; right:15px; bottom:75px; z-index:10; width:50px; height:50px;}
#container.reserve .cart_go a{display:block;}
#container.reserve .cart_go img{width:100%; height:100%;}

#container.reserve .no_data .inner { text-align:center;}
#container.reserve .no_data .inner .btn { display:inline-block; margin-top:33px; width:162px; height:48px; text-align:center; border:1px solid #d9d9d9; border-radius:5px;}
#container.reserve .no_data .inner .btn > span { line-height:48px; font-size:1.071em; font-weight:bold;}

.order_pd_list {}
.order_pd_list .list-type_list li { padding:15px 0 0; }
.order_pd_list.bd_none .list-type_list li { border:0}
.order_pd_list .list-type_list li .fl_box { padding:0 20px; margin-bottom:12px}
.order_pd_list .list-type_list li .fl_box + a { margin:0 20px 10px}
.order_pd_list .list-type_list li .inwrap { padding:0 20px 15px;}
.order_pd_list .list-type_list li .inwrap:after { content:''; clear:both; display:block;}
.order_pd_list .list-type_list li .img { width:73px; min-height: 56px; border: none; background: #f0f0f0;}
.order_pd_list .list-type_list li .img img.img {border: 1px solid #f0f0f0;}
.order_pd_list .list-type_list li .info { margin-left:73px }
.order_pd_list .list-type_list li .amount { margin-top:7px; font-size:0.929em;}
.order_pd_list .list-type_list li .option_items { padding:13px 20px; border-top:1px solid #efefef; background-color:#f7f7f7;}
.order_pd_list .list-type_list li .option_items:after { content:''; clear:both; display:block;}
.order_pd_list .list-type_list li .option_items .f_l { float:left;}
.order_pd_list .list-type_list li .option_items .f_r { float:right;}
.order_pd_list .list-type_list li .option_items p { line-height:33px; }
.order_pd_list .list-type_list li .option_items .price { font-weight:bold;}
.order_pd_list .list-type_list li .option_items .price .font_gotham { font-size:0.929em;}

/* 예약픽업 */
.order_pd_list .list-type_list li .info .price .badge_right{position:relative; font-size:0.857em; color:#fff; padding:3px 7px; background:#000; border-radius:13px; margin-left:8px;}
.order_pd_list .list-type_list li .info .price .badge_right:before{content:''; position:absolute; left:-11px; bottom:6px; width:5px; height:0; border-top:4px solid transparent; border-right:8px solid #000; border-bottom:3px solid transparent;}
.order_pd_list .list-type_list li .info .price .badge_right{display:inline-block;}
@media only screen and (max-width:320px) {
    .order_pd_list .list-type_list li .info .price .badge_right{font-size:0.757em;}
}

/* 사전예약 리스트 */
.reserve_list .reserve_img { margin-bottom:8px; }
.reserve_list .reserve_img img { width:100%}
.reserve_list .reserve_list_wrap { background-color:#fff}
.reserve_list .reserve_list_wrap .tit-content h3 { float:left; display:inline-block; }
.reserve_list .reserve_list_wrap .tit-content em { float:left; font-size:1.143em;}
.reserve_list .list_wrap .list-type_list ul li .limit_amount { margin-top:7px; color:#fdb525;}

/* 사전예약 상세 */
#container.reserve .reserve_view header .btn_area { display:block;}
#container.reserve .reserve_view .utill_share .share { position:absolute; top:-44px; right:58px; width:34px; height:34px; font-size:0; background:url('../images/common/icon_share.png') 50% 50% no-repeat; background-size:30px auto; z-index:12}

.reserve_product { padding:25px 0; background-color:#fff;}
.reserve_product .pd_img { margin:0 auto; width:250px;}
.reserve_product .pd_img img { width:100%;}
.reserve_product .info { padding:0 20px; margin-top:25px;}
.reserve_product .info .tit { display:block; margin-right:15px; font-weight:normal; font-size:1.286em;}
.reserve_product .info .price {margin-top:9px;}
.reserve_product .info .price em { font-weight:bold;}
.reserve_product .info .price .font_gotham { font-size:1.286em;}
.reserve_product .info .date { margin-top:7px; color:#999999;}
.reserve_product .info .date > em { color:#111111;}
.reserve_product .info .limit_amount { position:relative; margin-top:18px;}
.reserve_product .info .limit_amount:before { content:''; position:absolute; width:100%; height:3px; background-color:#ebebeb;}
.reserve_product .info .limit_amount .bar { position:absolute; width:100%; height:3px; background-color:#fdb525;}
.reserve_product .info .limit_amount .num { padding-top:20px;}
.reserve_product .info .limit_amount .num > em { color:#fdb525;}

.reserve_order_btn { z-index:12}
.reserve_order_btn .total {overflow: hidden; padding:20px; border-top:1px solid #dddddd; background-color:#f7f7f7}
.reserve_order_btn .total.all_total{padding: 10px 20px;}
.reserve_order_btn .total span { float:left; width: 30%;font-weight:bold;}
.reserve_order_btn .total strong { float:right; width: 70%; color:#fdb525;text-align: right;}
.reserve_order_btn .total strong > em { font-size:1.286em;}
.reserve_order_btn .order_option_wrap { height:0; border-top:1px solid #ddd; position:absolute; width:100%;} /* 2021-12-30 수정 */
.reserve_order_btn .order_option_wrap .option_area { padding:12px 20px; background-color:#f7f7f7;}
.reserve_order_btn .order_option_wrap .option_area .price { float:right; line-height:33px; font-weight:bold;}
.reserve_order_btn .order_option_wrap .option_area .price .font_gotham { font-size:1.286em}
.reserve_order_btn .total.all_total strong{color: #111;}

.form_amount{ display:inline-block; border:1px solid #d9d9d9; background-color:#fff;}
.form_amount input{ width:83px; height:33px; line-height:33px; text-align:center}
.form_amount .btn_amount{ display:inline-block; width:33px; height:33px; background-image:url('../images/common/icon_amount_num.png'); background-size:66px 33px; background-repeat:no-repeat;}
.form_amount .btn_amount.minus { background-position:0 0; border-right:1px solid #d9d9d9}
.form_amount .btn_amount.plus { background-position:-33px 0; border-left:1px solid #d9d9d9}

/* 장바구니 */
.cart_list_wrap { margin-top:8px; background-color:#fff;}
.cart_list_wrap .cart_head { padding:14px 20px; border-bottom:1px solid #efefef;  background-color:#fff;}
.cart_list_wrap .order_pd_list .list-type_list li { border-top:8px solid #efefef;}
.cart_list_wrap .order_pd_list .list-type_list li:first-child { border-top:0}

.order_btn_group { padding:35px 20px 25px 20px; background-color:#fff;}
.order_btn_group .btn_group { display:table }
.order_btn_group .btn_group > div { float:inherit; display:table-cell; width:50%; padding-left:4px;}
.order_btn_group .btn_group > div:first-child { padding-left:0; padding-right:4px;}
.order_btn_group > .btn-type01 { margin-top:10px;}
.btn-type01.bg_white { border:1px solid #d9d9d9; background-color:#fff; box-sizing: border-box;}
.btn-type01.bg_white > em { color:#111}

.order_info_wrap { margin-top:8px; background-color:#fff;}
.order_info_wrap .order_info li { display:table; width:100%; padding:20px; border-bottom:1px solid #efefef; box-sizing:border-box;}
.order_info_wrap .order_info li:first-child { border-top:1px solid #efefef;}
.order_info_wrap .order_info li.pd_name { border-bottom:none; background-color:#f7f7f7;}
.order_info_wrap .order_info li > strong { display:table-cell; width:85px; vertical-align:middle; }
.order_info_wrap .order_info li .txt { display:table-cell; padding-right:15px; vertical-align:middle; letter-spacing:0;} /* issues/129#note_63473 수정 */
.order_info_wrap .order_info li .txt .fc_point { color:#fdb525;}
.order_info_wrap .order_info li .txt .fc_point2 { color:#EB0013;}
.order_info_wrap .order_info li .txt em { font-weight:bold;}
.order_info_wrap .order_info li .txt .f_use{padding-left:5px;} /* issues/129#note_63473 추가 */

/* 결제하기 */
.order_payment .receive_option { margin-top:8px; padding-bottom:25px; background-color:#77787c;}
.order_payment .receive_option h3 { color:#fff;}
.order_payment .receive_option .option_items { display:table; width:100%; padding:0 20px; box-sizing:border-box;}
.order_payment .receive_option .option_items + .option_items { margin-top:10px;}
.order_payment .receive_option .option_items .items { display:table-cell; width:50%; vertical-align:top;}
.order_payment .receive_option .option_items .items.store { width:100%; padding:20 15px;}
.order_payment .receive_option .option_items .items.time { padding-left:9px; }
.order_payment .receive_option .option_items .items a { overflow:hidden; display:block; position:relative; min-height:40px; text-align:center; border-radius:5px; box-sizing:border-box; background-color:#ffffff;}
.order_payment .receive_option .option_items .items.store a { padding:14px 15px;}
.order_payment .receive_option .option_items .items a:before { position:absolute; display:inline-block; margin:-10px 0 0 -41px; left:50%; top:50%; padding-left:25px; color:#999999; background-repeat:no-repeat; background-position:0 50%; background-size:18px auto;}
.order_payment .receive_option .option_items .items.store a:before { content:'매장 선택'; background-image:url('../images/reserve/icon_option_store.png');}
.order_payment .receive_option .option_items .items.date a:before { content:'날짜 선택'; background-image:url('../images/reserve/icon_option_date.png');}
.order_payment .receive_option .option_items .items.time a:before { content:'시간 선택'; background-image:url('../images/reserve/icon_option_time.png');}
.order_payment .receive_option .option_items .items .cont { position:relative; line-height:40px; background-color:#fff; z-index:1}
.order_payment .receive_option .option_items .items.store .cont { text-align:left; padding-right:45px; line-height:inherit;}
.order_payment .receive_option .option_items .items.store .cont .btn_round { position:absolute; right:0; top:0; width:44px !important;}

.order_payment .order_pd_list { margin-top:8px; background-color:#fff;}
.order_payment .order_pd_list .tit-content { border-bottom:1px solid #efefef;}

.order_payment .payment_total { margin-top:8px; background-color:#Fff;}
.order_payment .payment_total .tit-content {border-bottom: 1px solid #EFEFEF;}
.order_payment .payment_total .total_info { padding:19px 20px;}
.order_payment .payment_total .total_info .info_area li { margin-top:10px;}
.order_payment .payment_total .total_info .info_area li:first-child { margin-top:0}
.order_payment .payment_total .total_info .info_area li:after { content:''; clear:both; display:block;}
.order_payment .payment_total .total_info .info_area li > span { float:left; font-weight:bold;}
.order_payment .payment_total .total_info .info_area li > div { float:right; font-weight:bold;}
.order_payment .payment_total .total_info .info_area li > div .font_gotham { font-size:1.286em;}
.order_payment .payment_total .total_info .info_area li .price { color:#fdb525;}
.order_payment .payment_total .policy_agree_box { position:relative; margin-top:22px; padding:15px 30px 15px 20px; border-radius:7px; background-color:#f7f7f7;}
.order_payment .payment_total .policy_agree_box {border-radius:7px; background-color:#f7f7f7;}
.order_payment .payment_total .policy_agree_box ul li { position:relative;}
.order_payment .payment_total .policy_agree_box ul li + li { margin-top:15px;}
.order_payment .payment_total .policy_agree_box .form-checkbox label { padding-right:20px }
.order_payment .payment_total .policy_agree_box .form-checkbox.all_chkbox label em { font-weight:bold;}
.order_payment .payment_total .policy_agree_box .form-checkbox label .ess_txt { margin-left:4px; color:#fdb525;}
.order_payment .payment_total .policy_agree_box ul li .btn_clause { position:absolute; margin-top:-6px; right:0; top:50%; width:7px; height:12px; }
.order_payment .payment_total .policy_agree_box ul li .btn_clause:before { content:''; display:block; width:7px; height:12px; background-image:url('../images/join/arr_agreement_chk.png'); background-size:100% auto;}
.order_payment .payment_total .total_info .info_area li .price { color:#fdb525;}
.order_payment .payment_total .txt { margin-top:14px; color:#666666;}

.order_payment .receive_address{background: #fff; margin-top:8px;}
.order_payment .receive_address h3{font-size: 1.143em; font-weight: bold;}
.order_payment .receive_address .board_write{padding: 0 20px 25px;}

/* 주문취소 */
.order_cancle .order_pd_list { margin-top:8px; background-color:#fff;}
.order_cancle .order_pd_list .tit-content { border-bottom:1px solid #efefef; }

/* 주문내역조회 */
.myorder_inquiry { margin-top:8px;}
.myorder_inquiry .group { display:table; width:100%; border-bottom:1px solid #efefef;}
.myorder_inquiry .group .form-select { display:table-cell; width:50%; vertical-align:middle;}
.myorder_inquiry .group .form-select select { border-radius:0; border:0; border-right:1px solid #efefef}
.myorder_inquiry .group + .form-text input { border:0; border-radius:0; border-bottom:1px solid #efefef}
/* issues/129#note_61640 추가 */
@media only screen and (max-width:320px) {
    .myorder_inquiry .group .form-select select{font-size:12px; letter-spacing:-1px;}
}

.select_wrap { display:inline-block; position:relative; height:45px; line-height:43px; box-sizing:border-box; background-color:#fff;}
.select_wrap:after {content:''; position:absolute; right:15px; top:50%; width:12px; height:7px; margin-top:-3px; background:url('../images/common/icon_select_arr.png') no-repeat; background-size:100%;}
.select_wrap select{display:block; width:100%;  padding:0 30px 0 20px; border:0; background:none; position:relative; z-index:3; -webkit-appearance:none; appearance:none;}

.myorder_status { background-color:#fff;}
.myorder_status .step_status { text-align:center;}
.myorder_status .step_status ul { display:inline-block; margin:25px 0;}
.myorder_status .step_status ul:after { content:''; clear:both; display:block;}
.myorder_status .step_status ul li { float:left; margin-left:10px; }
.myorder_status .step_status ul li:first-child { margin-left:0;}
.myorder_status .step_status ul li a { display:block;}
.myorder_status .step_status ul li em { position:relative; display:inline-block; width:45px; height:45px; line-height:42px; font-size:1.286em; color:#999999; box-sizing:border-box; border:1px solid #d9d9d9; border-radius:50%; background-color:#fff;}
.myorder_status .step_status ul li em:before { content:''; position:absolute; margin-top:-0.5px; top:50%; left:44px; width:100%; height:1px; background-color:#d9d9d9;}
.myorder_status .step_status ul li:last-child em:before { display:none;}
.myorder_status .step_status ul li span { display:block; padding-top:12px; font-size:0.929em; color:#999999}
/* 구독쿠폰 type_step3 추가 s */
.myorder_status .step_status.type_step3 {text-align:center;background: #fff;}
.myorder_status .step_status.type_step3 ul {display:inline-block;padding: 25px 0;display: flex;align-items: center;justify-content: space-between;margin: 0 53px;position: relative;background: #fff;}
.myorder_status .step_status.type_step3 ul:after {display: none;}
.myorder_status .step_status.type_step3 ul:before{content:'';position:absolute;margin-top:-.5px;top:47px;left:45px;width:calc(100% - 48px);height:1px;background-color:#d9d9d9}
.myorder_status .step_status.type_step3 ul li {margin-left: 0;float: none;position: relative;}
.myorder_status .step_status.type_step3 ul li em:before {display: none;}
.myorder_status .step_status.type_step3 ul li:first-child { margin-left:0;}
/* 구독쿠폰 type_step3 추가 e */

.myorder_status .font_gotham.ing { color:#111;}
.myorder_status .etc_status {}
.myorder_status .etc_status ul:after { content:''; clear:both; display:block;}
.myorder_status .etc_status ul li { float:left; width:50%; text-align:center; border-top:1px solid #efefef; height:45px; line-height:45px; color:#999999; border-left:1px solid #efefef; box-sizing:border-box;}
.myorder_status .etc_status ul li:first-child { border-left:0;}
.myorder_status .etc_status ul li .font_gotham { margin-left:7px; font-size:0.929em; }
/* issues/129#note_61640 추가 */
@media only screen and (max-width:320px) {
    .myorder_status .etc_status ul li{font-size:12px; letter-spacing:-1px;}
}
.myorder_list .order_pd_list { margin-top:8px; background-color:#fff;}
.myorder_list .order_pd_list .tit-content { border-bottom:1px solid #efefef;}
.myorder_list .order_pd_list > .tit-content{background:#fcb326;}
.myorder_list .order_btn_group { padding:15px 20px 25px}
.myorder_list .no_data { background-color:#fff;}

/* 주문내역 - 리스트 */
.myorder_list .purchase_list{margin-top:0;}
.myorder_list .purchase_list .order_pd_list .list-type_list li{margin-top:0;}
.myorder_list .purchase_list .order_pd_list .list-type_list li .inwrap{border-bottom:1px solid #efefef; margin-top:15px;}
.myorder_list .purchase_list .order_pd_list .list-type_list ul li .soldout{height:calc(100% - 20px);}



/* 주문내역 - 주문취소 */
.myorder_cancle .purchase_list .order_pd_list .list-type_list li .fl_box{margin:15px 0 0;}
.myorder_cancle .purchase_list .order_pd_list .list-type_list li .info{padding-right:15px;}
.myorder_cancle .reserve_order_btn .total span,
.myorder_cancle .reserve_order_btn .total strong{width:50%;}

/* 주문내역조회 - 상세 */
.myorder_view .order_pd_list { margin-top:8px; background-color:#fff;}
.myorder_view .order_pd_list .tit-content { border-bottom:1px solid #efefef;}

.myorder_view .order_store_info { margin-top:8px; }
.myorder_view .order_store_info .tit-content { border-bottom:1px solid #efefef}
.myorder_view .order_store_info .store_list { padding:18px 20px 22px;}
.myorder_view .order_store_info .store_list .date { margin-top:10px; font-size:1.071em; color:#666666;}

.order_barcode { padding:50px 20px; text-align:center; background-color:#fff;}
.order_barcode .barcode { position:relative;}
.order_barcode .barcode .barcode_img { width:100%; max-width:335px; }
.order_barcode .barcode_number { position:relative; display:inline-block; margin-top:13px;}
.order_barcode.cancle .barcode:before { content:'주문취소'; position:absolute; margin-left:-64.5px; top:-30px; left:50%; width:125px; height:125px; line-height:125px; border-radius:50%; font-size:1.286em; font-weight:bold; color:#fff; background-color:#fdb525; z-index:1; box-shadow:0 3px 10px 0 rgba(110, 110, 110, 0.79); -webkit-box-shadow:0 3px 10px 0 rgba(110, 110, 110, 0.79);}
.order_barcode.cancle .barcode_number:before { content:''; position:absolute; margin-top:-1px; top:50%; width:100%; height:2px; background-color:#fdb525;}
.order_barcode.complete .barcode:before { content:'수령완료'; position:absolute; margin-left:-64.5px; top:-30px; left:50%; width:125px; height:125px; line-height:125px; border-radius:50%; font-size:1.286em; font-weight:bold; color:#fff; background-color:#fdb525; z-index:1; box-shadow:0 3px 10px 0 rgba(110, 110, 110, 0.79); -webkit-box-shadow:0 3px 10px 0 rgba(110, 110, 110, 0.79);} /* 스탬프행사 이벤트 바코드 수령완료 추가 */

/* 2019-03-21스탬프행사 인한 버튼 추가 */
.order_info_wrap + .btn_area{padding:5px 37px;background:#fff;}
.order_info_wrap + .btn_area .btn-type01.black{background:#333;}

/* 결제수단 */
.payment_method{background: #fff;border-bottom: 1px solid #E9E9E9;}
.payment_method .method_list{overflow: hidden; padding: 0 20px 20px; margin-left: -10px;}
.payment_method .method_list > li{display: block; float: left; width: calc(100% / 3);}
.payment_method .method_list > li a{position: relative; display: block; margin-left: 10px; box-sizing: border-box; height: 50px; background-color: #fff; border: 1px solid #D8D9DB; border-radius: 5px;line-height: 0; font-size: 0;}
.payment_method .method_list > li .icon:after{display: block; clear: both; content: ""; background: url('../images/reserve/icon_payment_method.png') 0 0 no-repeat; background-size: 192px auto; width: 64px; height: 12px; margin: 19px auto;}
.payment_method .method_list > li.active a{background: #FDB525; border-color: #FDB525;}
.payment_method .method_list > li.creditcard .icon:after{background-position: 0 0;}
.payment_method .method_list > li.ssgpay .icon:after{background-position: -64px 0;}
.payment_method .method_list > li.payco .icon:after{background-position: -128px 0;}
.payment_method + .payment_total{margin-top: 0;}

/* 추석 선물세트 예약 */
.gift_set .reserve_list_wrap{position: relative; padding-top: 35px;}
.gift_set .reserve_list_wrap .list_wrap .list-type_thumb > ul{display:flex;width:100%;box-sizing:border-box;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;}
.gift_set .giftset_img{position: relative;}
.gift_set .giftset_img .text_wrap {position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.gift_set .giftset_img .text_wrap p {padding-bottom: 30px; color: #fff; font-size: 1.429em; font-weight: bold; line-height: 1.15; letter-spacing: -1px;}
.gift_set .giftset_img .text_wrap .btn {display: inline-block;padding: 3px 10px; background: #FDB525; border-radius: 2px; color: #fff; font-size: 0.857em; line-height: 1.58;}
.gift_set .giftset_img img{width: 100%;}
.gift_set .list-type_thumb li a {margin: 0 4px 0 5px !important;}
.gift_set .list-type_thumb.product li.status_sale .img .label> .sale{width: 81px; background: url('../images/common/label_product_sale.png') 0 0 no-repeat; background-size: 81px 25px; }

/* #container.reserve .tit-content {border-bottom:1px solid #efefef;} */
.gift_setlist .details .b_deco_top {border-top: 8px solid #efefef; padding:20px;}
.gift_setlist .details_contents ul li .details_wrap .details p.notice {color:#fdb525; padding:1em 0 0;}
.gift_setlist .payment_total .policy_agree_box ul li {position:relative;}
.gift_setlist .payment_total .policy_agree_box ul li + li {margin-top: 0;}
.gift_setlist .payment_total .policy_agree_box ul li:last-of-type {border-bottom:0;}
.gift_setlist .payment_total .policy_agree_box ul li .btn_clause {position: absolute; margin-top:0px;right:0;top:0;width:7px;height:12px; border:none;}
.gift_setlist .payment_total .policy_agree_box {border-radius: 7px; background-color: #f7f7f7;}
.gift_setlist .payment_total .policy_agree_box ul li .btn_clause:before { content: ''; display: block; width: 7px; height: 12px;background-image: url(../images/join/arr_agreement_chk.png);background-size: 100% auto; background-color: transparent; transform: rotate(0); }
.gift_setlist .payment_total .policy_agree_box ul li .btn_clause:after { display:none;}
.gift_setlist .option_items p.price .font_gotham {font-size:1.286em; line-height: 33px;}
.gift_setlist .form-radio label em, .form-checkbox .point_color {color:#fdb525; display:block; margin-left:30px; font-size: 12px;}
.gift_setlist .pd_img {position:relative;}
.gift_setlist .pd_img .label{position:absolute;top:-5px;left:0;}
.gift_setlist .pd_img .label > span {display:none;}
.gift_setlist .pd_img .label > span em {color:#fff;}
.gift_setlist .pd_img .label > .sale {width:81px;height:25px; text-align: center; background:url(../images/common/label_product_sale.png) 0 0 no-repeat;background-size:81px 25px}
.gift_setlist .pd_img .label > .plus {width:44px;height:25px; text-align: center; background:url(../images/common/label_product.png) no-repeat; background-size:147px 25px}
.gift_setlist .pd_img.status_sale .label > span.sale {display:block;}
.gift_setlist .pd_img.status_plus .label > span.plus {display:block;}

/* 삼성가전 상담예약 */
.support_samsung .tit_wrap {display: flex; justify-content: center; width: 100%; height: 100%; background: #003885;}
.support_samsung .tit_wrap img {width: 100%;}
.support_samsung .tit_wrap > div {font-weight: bold; text-align: center; word-break: keep-all;}
.support_samsung .tit_wrap > div p:nth-of-type(1) {font-size:18px;}
.support_samsung .tit_wrap > div p:nth-of-type(2) {padding-top:1em;}
.support_samsung .tab_area {padding: 20px; background: #EEEEEE;}
.support_samsung .tab_area ul {overflow: hidden;}
.support_samsung .tab_area ul li {float: left;}
.support_samsung .tab_area ul li ~ li {margin-left: 5px;}
.support_samsung .tab_area ul li .btn {display: inline-block; background-color: #fff;border-radius: 20px; border: 1px solid #e4e4e4;}
.support_samsung .tab_area ul li .btn em {display: inline-block; padding: 5px 10px; color: #999; font-size: 0.857em; font-weight: 800;}
.support_samsung .tab_area ul li.active .btn {background-color: #FFB71B;}
.support_samsung .tab_area ul li.active .btn em { color: #000000;}
.support_samsung .reserve_list_wrap {padding-top: 35px;}
@media only screen and (max-width:374px) {
    .support_samsung .tab_area {padding: 20px 15px;}
}

/* 스마트오더 관련 css 추가 */

/* 마이페이지 > 장바구니 new */
.myorder .division_line{position:relative;margin-bottom: 8px;}
.myorder .division_line:before {content:'';position:absolute;left:0;right:0;bottom:-8px;height:8px;background:#e9e9e9;}
.myorder .no_data .txt_01{display: inline-block;color:#999;font-size: 0.929em;padding-top: 20px;line-height: 20px;}
.myorder .f_bold{color: #111 !important;font-weight: bold !important;}
.myorder .btn_bottom_fixed { position:fixed; width:100%; bottom:0;}
.myorder .btn_round { display:inline-block; width:65px; height:23px; text-align:center; border:1px solid #d9d9d9; border-radius:15px; background-color:#fff;}
.myorder .btn_round span { line-height:23px; font-size:0.929em;}
.myorder .tit-content { padding:21px 20px 18px;}
.myorder .tit-content:after { content:''; clear:both; display:block; }
.myorder .tit-content h3 { margin-right:9px;}
.myorder .tit-content em { color:#fdb525;font-size: 16px;font-weight:bold;}
.myorder .list_wrap .list-type_list ul li a { position:relative;}
.myorder .list_wrap .list-type_list ul li .soldout { position:absolute; left:0; top:0; width:100%; height:100%;}
.myorder .list_wrap .list-type_list ul li .soldout div { display:table; width:100%; height:100%;}
.myorder .list_wrap .list-type_list ul li .soldout p { display:table-cell; color:#fff; text-align:center; vertical-align:middle;}
.myorder .list_wrap .list-type_list ul li .soldout p > em { color:#fcb326;}

/* 토스트팝업 */
.myorder .toast_pop {bottom:144px;}
@media only screen and (max-width:320px) {
    .myorder .toast_pop {bottom:154px;}
}

/* 장바구니 버튼 */
.myorder #location_tab {border-bottom: 0;}
.myorder .cart_go{position:fixed; right:15px; bottom:75px; z-index:10; width:50px; height:50px;}
.myorder .cart_go a{display:block;}
.myorder .cart_go img{width:100%; height:100%;}
.myorder .no_data .inner { text-align:center;}
.myorder .no_data .inner .btn { display:inline-block; margin-top:33px; width:162px; height:48px; text-align:center; border:1px solid #d9d9d9; border-radius:5px;}
.myorder .no_data .inner .btn.type_01{padding: 0 35px;}
.myorder .no_data .inner .btn > span { line-height:48px; font-size:1.071em; font-weight:bold;}
.myorder .basket_list_wrap{margin-top:8px; background-color:#fff;}
.myorder .cart_head {padding:14px 20px; border-bottom:1px solid #efefef;  background-color:#fff;}
.myorder .btn_delete{display:block;width:22px;height:22px;background:url('../images/common/icon_del.png') no-repeat;background-size:100% auto;}
.myorder .basket_num{color:#fdb525;font-size: 14px;}
.myorder .form-radio label em,
.myorder .form-checkbox label em{font-weight: bold;}
.myorder .order_pd_list .list-type_list .select_all{overflow: hidden;padding: 14px 20px;color:#fff;}
.myorder .order_pd_list .list-type_list .select_all .basket_num{color:#fff;}
.myorder .order_pd_list .list-type_list .select_all.general_prd{background-color: #6c25fb;}
.myorder .order_pd_list .list-type_list .select_all.drink_prd{background-color: #f83b3f;}
.myorder .order_pd_list .list-type_list .select_all.plan_prd{background-color: #00b050;} /* issues/42#note_57466 기획상품 추가 */
.myorder .form-checkbox,
.myorder .form-radio{display: block;}
.myorder .form-checkbox.inactive_chk{pointer-events:none;}
.myorder .form-checkbox.inactive_chk label:after{background:#98999d;}
.myorder .order_pd_list .list-type_list li {padding-top: 0;position: relative;border-bottom: 8px solid #e9e9e9;}
.myorder .order_pd_list .list-type_list li:last-child{border-bottom: 0;}
.myorder .order_pd_list .list-type_list li:first-child a{margin:0;}
.myorder .order_pd_list .list-type_list li .inwrap{padding: 0 20px 20px;}
.myorder .order_pd_list .list-type_list li .fl_box{margin:15px 0 25px;}
.myorder .order_pd_list .list-type_list li .info{padding-right: 25px;margin-top:0;}
.myorder .order_pd_list .list-type_list li .info .present p {font-size: 1em;}
.myorder .order_pd_list .list-type_list .img .label{top:-10px;}
.myorder .order_pd_list .list-type_list .img .label > span + span.often{margin-left: 7px;}
.myorder .order_pd_list .list-type_list li.status_often .info .present p {color:#e95e23;}
.myorder .order_pd_list .list-type_list .img .age19 {right: 2px; top: 2px;z-index: 1;}
.myorder .order_pd_list .list-type_list li .option_items{position:relative;}
.myorder .order_pd_list .list-type_list li .option_items .badge_top{position:absolute; left:60px; top:-10px; font-size:0.857em; color:#fff; padding:4px 15px; background:#fdb525; border-radius:13px 0 13px 0; z-index:2;}
.myorder .order_pd_list .list-type_list li .option_items .badge_top:before{content:''; position:absolute; left:0; bottom:-5px; width:0px; height:0; border-left:5px solid #fdb525; border-bottom:5px solid transparent;}
.myorder .order_pd_list .list-type_list li .option_items .badge_right{position:absolute; left:150px; top:18px; font-size:0.857em; color:#fff; padding:4px 10px; background:#000; border-radius:13px; z-index:2;}
.myorder .order_pd_list .list-type_list li .option_items .badge_right:before{content:''; position:absolute; left:-11px; bottom:8px; width:5px; height:0; border-top:4px solid transparent; border-right:8px solid #000; border-bottom:4px solid transparent;}
@media only screen and (max-width:320px) {
    .myorder .order_pd_list .list-type_list li .option_items .badge_right{font-size:0.757em;}
    .myorder .order_pd_list .list-type_list li .option_items .badge_right ~ .f_l{float:none;}
    .myorder .order_pd_list .list-type_list li .option_items .badge_right ~ .f_r{float:none; display:block; text-align:right;}
}
.myorder .order_pd_list .list-type_list li .option_items .price .font_gotham{font-size:1.071em;}
.myorder .order_pd_list .list-type_list li .option_items .form_amount{position:relative;}
.myorder .order_pd_list .list-type_list li .option_items .form_amount input{font-weight: bold; width:43px;}
.myorder .order_pd_list .list-type_list li .option_items .non_cancel{position:absolute; left:50%; top:8px; width:calc(100% - 40px); height:calc(100% - 16px); background-color:#000; transform:translate(-50%); background:none; z-index:9; opacity: 1;}
.myorder .order_pd_list .list-type_list li .option_items .non_cancel:before{background-color:rgba(0,0,0,.7); content:''; width:100%; height:100%; position:absolute; z-index:-1;}
.myorder .order_pd_list .list-type_list li .option_items .non_cancel div { display:table; width:100%; height:100%;}
.myorder .order_pd_list .list-type_list li .option_items .non_cancel p { display:table-cell; color:#fff; text-align:center; vertical-align:middle;}
.myorder .order_pd_list .list-type_list li .option_items .non_cancel .txt_state{display:block; color:#fff; text-align:center; font-size: 13px; letter-spacing: -0.025em;}

.basket_list_wrap .order_pd_list .list-type_list ul li .soldout{position:absolute;left:50%;top:0;width:calc(100% - 40px);height:calc(100% - 12px);background-color:#000;transform:translate(-50%);background: none;opacity: 1;z-index: 9;}
.basket_list_wrap .order_pd_list .list-type_list ul li .soldout::before{background-color:rgba(0,0,0,.7);content:'';width:100%;height:100%;position:absolute;z-index:-1;}
.basket_list_wrap .order_pd_list .list-type_list ul li .soldout .txt{display:block;color:#fff;text-align:center;}
.basket_list_wrap .order_pd_list .list-type_list ul li .soldout em{color:#fcb326;}
.basket_list_wrap .order_pd_list .list-type_list ul li .soldout .btn_soldout{display:inline-block;width:65px;height:23px;color:#fff;text-align:center;border:1px solid #d9d9d9;border-radius:15px;background-color:transparent;font-size: 0.929em;margin-top: 13px;}
.basket_list_wrap .order_pd_list .list-type_list ul li .soldout .txt_state{display:block;}
@media only screen and (max-width:375px) { /* (issues/127) 추가 */
    .basket_list_wrap .order_pd_list .list-type_list ul li .soldout .txt_state{font-size:12px;}
}
.basket_list_wrap .order_pd_list .list-type_list ul li .soldout a{display:inline-block;}
.basket_list_wrap .order_pd_list .list-type_list ul li .soldout button{display:inline-block; width:111px; height:23px; color:#fff; text-align:center; border:1px solid #d9d9d9; border-radius:15px; background-color:transparent; font-size: 0.929em; margin-top: 8px; padding:0 10px; box-sizing:border-box;}


.basketbar_btn {z-index:12}
.basketbar_btn .cartbar_cont{border-top: 1px solid #ccc;}
.basketbar_btn .cart_toggle_btn{position:absolute;top:-18px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:0;width:45px;height:19px;background:#fff;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid #ccc;border-bottom:1px solid #fff;z-index: 1;}
.basketbar_btn .btn_arr_onoff{position:absolute;top:4px;right:calc(50% - 5px);width:10px;height:10px;background-image:url('../images/common/btn_arr_onoff.png');background-size:100% auto;}
.basketbar_btn .btn_arr_onoff.open {-webkit-transform:rotate(180deg); transform:rotate(180deg);}
.basketbar_btn .cart_toggle{display: none;padding:15px 0 15px 20px;background-color: #fff;}
.basketbar_btn .cart_total {overflow: hidden; padding:20px;background-color:#f7f7f7}
.basketbar_btn .cart_total.all_total{padding: 10px 20px;}
.basketbar_btn .cart_total span {float:left;width: 50%;font-weight:bold;}
.basketbar_btn .cart_total strong {float:right;width: 50%;color:#fdb525;text-align: right;}
.basketbar_btn .cart_total strong > em { font-size:1.286em;}

.thum_order_list{display: none;width:100%;overflow:hidden;background-color:#fff;}
.thum_order_list .swiper-wrapper {position: relative; display:flex;}
.thum_order_list .swiper-slide {flex-shrink:0;height:auto;position:relative;background:#fff;margin:10px 0;}
.thum_order_list .swiper-slide-active:first-child{margin-left: 15px;}
.thum_order_list .swiper-slide > a{display:block;}
.thum_order_list .product_area .img_area {position:relative; text-align:center;border: 1px solid #efefef;width:40px; height:40px;box-sizing: border-box;}
.thum_order_list .product_area .img_area img {width: 100%;height: 100%;}

/* 주문내역- 주문상세 new */
.purchase_list{margin-top: 8px;}
.purchase_list .order_pd_list {background-color:#fff; margin-top:8px;}
.purchase_list .order_pd_list .tit-content { border-bottom:1px solid #efefef;}
.purchase_list .order_pd_list .list-type_list li{border-bottom: 0;margin-top: 15px;}
.purchase_list .order_pd_list .list-type_list li .inwrap{position: relative;padding: 10px 20px 20px;}
.purchase_list .order_pd_list .list-type_list li .info .present p{font-size: 13px;}
.purchase_list .order_pd_list .list-type_list li .option_items{padding: 8px 20px;}
.purchase_list .order_pd_list .list-type_list li .option_items p{font-size: 14px;color:#111; display:inline-block;}
.purchase_list .order_pd_list .list-type_list li .option_items .price{font-size: 15px;}
.purchase_list .order_pd_list .list-type_list li .option_items .price .font_gotham{font-size:15px;}
.purchase_list .order_pd_list .list-type_list li .img .label{top:-10px}
.purchase_list .order_pd_list .list-type_list ul li .soldout{position:absolute;left:50%;top:0;width:calc(100% - 40px);height:calc(100% - 70px);background-color:#000;transform:translate(-50%);background:none;z-index:9;}
.purchase_list .order_pd_list .list-type_list ul li .soldout::before{background-color:rgba(0,0,0,.7);content:'';width:100%;height:100%;position:absolute;z-index:-1;}
.purchase_list .order_pd_list .list-type_list ul li .soldout .txt_state{display:block;color:#fff;text-align:center;font-size: 14px;font-weight: bold; letter-spacing: -0.025em;}
.purchase_list .order_pd_list .list-type_list ul li .soldout .txt_date{display:block;color:#fff;text-align:center;font-size: 14px;font-weight: bold;padding-top: 6px; letter-spacing: -0.025em;}
.purchase_list .order_pd_list .list-type_list ul li .soldout em{color:#fcb326;}
.purchase_list .order_pd_list .list-type_list ul li .soldout .btn_soldout{display:inline-block;width:65px;height:23px;color:#fff;text-align:center;border:1px solid #d9d9d9;border-radius:15px;background-color:transparent;font-size: 0.929em;margin-top: 13px;}
.purchase_list .order_pd_list .list-type_list ul li .soldout a{display:inline-block; width:auto;}
.purchase_list .order_pd_list .list-type_list ul li .soldout button{display:inline-block; width:111px; height:23px; color:#fff; text-align:center; border:1px solid #d9d9d9; border-radius:15px; background-color:transparent; font-size: 0.929em; margin-top: 8px; padding:0 10px; box-sizing:border-box;}
.purchase_list .details_contents ul li a .tit em{color: #fdb525; font-weight: bold;}
.purchase_list .no_data{ background-color:#fff;}

.purchase_list .order_pd_list .list-type_list li .option_items .f_l .badge_right{position:relative; left:10px; top:auto;}

.myorder .order_info_wrap{margin-top: 0;}
.myorder .order_info_wrap .order_info li > strong{padding-right: 15px;}

.myorder_list .order_pd_list .list-type_list li .info{padding-right:10px;}



/* 상세 아코디언 */
.acc_contents {margin-top: 8px; background-color: #fff}
.acc_contents ul li:first-child a {border-top: 0;}
.acc_contents ul li > a {position: relative; display: block; padding: 20px 20px 18px; border-top: 1px solid #efefef;}
.acc_contents ul li.active > a {border-bottom: 0;}
.acc_contents ul li > a:before ,
.acc_contents ul li > a:after {content: ''; position: absolute; top: 50%; right: 20px; display: inline-block; width: 10px; height: 1px; background-color: #999;}
.acc_contents ul li a:before {transform: rotate(-45deg); transition: transform .3s; -webkit-transform: rotate(-45deg); -webkit-transition: transform .3s;}
.acc_contents ul li a:after {transform: rotate(45deg); transition: transform .3s; -webkit-transform: rotate(45deg); -webkit-transition: transform .3s; margin-right: 7px;}
.acc_contents ul li.active > a:before {transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.acc_contents ul li.active > a.arrow:before {transform: rotate(90deg); -webkit-transform: rotate(90deg);}
.acc_contents ul li.active > a:after {transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.acc_contents ul li > a .tit {display: block; font-weight: bold; font-size: 16px;}
.acc_contents ul li > a .fc_point{color:#fdb525;font-weight: bold;margin-left: 8px;}
.acc_contents ul li .acc_wrap {display: block; height: 0;  overflow: hidden;}
.acc_contents ul li.active .acc_wrap {height: auto;}
.acc_contents ul li .acc_wrap .details {border-top: 1px solid #efefef;}
.acc_contents ul li .acc_wrap .details p > em { color:#111}
.acc_contents ul li .acc_wrap .details li {font-weight: normal; color: #111;}
.acc_contents ul li .acc_wrap .details li > em { color:#111;}
.acc_contents ul li .acc_wrap .img_details { padding:0;}
.acc_contents ul li .acc_wrap .img_details .img img { width:100%;}

/* 찜한목록 */
.wish_list_wrap .order_pd_list .list-type_list ul li{border-bottom: 1px solid #e9e9e9;margin-top: 20px;}
.wish_list_wrap .order_pd_list .list-type_list ul li .soldout{height: calc(100% - 15px);} /* issues/42#note_61319 수정 */
.wish_list_wrap .order_pd_list .list-type_list li .inwrap{padding-bottom: 25px;}
.wish_list_wrap .order_pd_list .list-type_list li .inwrap a{width:calc(100% - 27px)}

.wish_util_btn{display:flex;flex-direction:column;position:absolute;top:0;right:20px;padding-top: 10px;}
.wish_util_btn button em { display:inline-block; margin-top:5px; font-size:0.857em;}
.wish_util_btn button .icon { display:block; margin:auto; width:27px; height:27px; background-repeat:no-repeat;}
.wish_util_btn .wish .icon { background-image:url('../images/common/icon_wish.png'); background-size:54px 23px;}
.wish_util_btn .wish.click .icon { background-position:-27px 0;}
.wish_util_btn .wish.click em { color:#111111;}
.wish_util_btn .basket{margin:4px 0 9px;}
.wish_util_btn .basket .icon { background-image:url('../images/common/icon_cart.png'); background-size:20px 20px;background-position: center center;}
.wish_util_btn .reserve_order_btn{z-index: 0;}

.wish_order_btn{z-index: 12;}
.wish_order_btn .btn_bottom_fixed { position:fixed; width:100%; bottom:0;}
.wish_order_btn .order_option_wrap {position: absolute; z-index: 15; width: 100%; height:0;}
.wish_order_btn .order_option_wrap .inwrap {background: #FFFFFF;}
.wish_order_btn .order_option_wrap .option_area { padding:12px 20px; background-color:#f7f7f7; border-top: 1px solid #DDDDDD;}
.wish_order_btn .order_option_wrap .option_area .price { float:right; line-height:33px; font-weight:bold;}
.wish_order_btn .order_option_wrap .option_area .price .font_gotham { font-size:1.286em}
.wish_order_btn .order_option_wrap .info{ padding:25px 20px;}
.wish_order_btn .order_option_wrap .info .tit{display:block; color:#111; font-weight:normal; font-size:1.000em;}
.wish_order_btn .order_option_wrap .info .price{display: inline-block; margin-top: 7px; margin-right: 5px;}
.wish_order_btn .order_option_wrap .info .price em {color: #111;font-weight: bold; font-size: 1.000em;}
.wish_order_btn .order_option_wrap .info .present{display: inline;}
.wish_order_btn .order_option_wrap .info .present p{display: inline-block; color:#6c26fc; font-weight:normal; font-size:0.929em;}

/* 수령 매장 선택 */
.store_event_info {position:relative; margin: 8px 0; padding: 12px 20px 12px 40px; background-color:#fdb525;}
.store_event_info span {position: relative; display:inline-block; font-size: 1em; font-weight: normal; line-height: 25px;}
.store_event_info span::before {content: ""; display: inline-block; position: absolute; top: 2px; left: -20px; width: 12px; height: 17px; background: url('../images/preorder/icon_emart_store.png') 0 0 no-repeat; background-size: 12px 17px;}
.store_event_info .btn_store_info {position:absolute; top:12px; right:20px; padding:5px 11px; font-size:0.929em; border-radius:15px; background-color:#fff;}
