.next_line{ margin-top: 24px; border-top: 8px solid #fafafa; padding: 24px 24px 0; width: calc(100% + 48px); margin-left: -24px; }

.shopping_section .section_wrap { padding: 68px 24px 24px; }
.shopping_section .section_wrap.type_btn_floating { padding-bottom: 128px; }

.shopping_list_area { margin-top: 24px; }
.shopping_list_area .area_title { font-weight: 700; font-size: 18px; line-height: 26px; text-align: left; }
.shopping_list_area .list_wrap { margin-top: 16px; margin-bottom: 16px; }
.shopping_list_area .list_wrap .list_contents { display: flex; flex-direction: column; position: relative; padding-bottom: 16px; border-bottom: 1px solid #eff0f6; }
.shopping_list_area .list_wrap .list_contents:last-of-type{ border-bottom: none; }
.shopping_list_area .list_wrap .list_contents + .list_contents { margin-top: 16px; }
.shopping_list_area .list_wrap .list_contents .info_area { display: flex; justify-content: space-between; padding-right: 24px; }
.shopping_list_area .list_wrap .list_contents .info_area .img_box { width: 96px; height: 96px; border: 1px solid #eff0f6; border-radius: 8px; overflow: hidden; position: relative; }
.shopping_list_area .list_wrap .list_contents .info_area .img_box img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: inherit; width: 240%; }
.shopping_list_area .list_wrap .list_contents .info_area .text_box { padding-top: 8px; width: calc(100% - 104px); text-align: left; }
.shopping_list_area .list_wrap .list_contents .info_area .text_box .top_text { font-weight: 500; font-size: 13px; line-height: 18px; color: rgba(34,34,34,0.72); width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
.shopping_list_area .list_wrap .list_contents .info_area .text_box .main_text { font-weight: 700; font-size: 15px; line-height: 22px; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.shopping_list_area .list_wrap .list_contents .info_area .text_box .sub_text { font-weight: 400; font-size: 13px; line-height: 18px; color: rgba(34,34,34,0.72); width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
.shopping_list_area .list_wrap .list_contents .info_area .text_box .sub_text em { font-weight: 400; font-style: normal; }
.shopping_list_area .list_wrap .list_contents .info_area .text_box .sub_text .pp { color: #8b4ff6; }

.bot_area { display: flex; justify-content: flex-end; align-items: center; margin-top: 4px; }
.bot_area .count_box { width: 96px; height: 32px; background-color: #ffffff; border: 1px solid #eff0f6; border-radius: 8px; display: flex; justify-content: space-between; padding: 0 8px; align-items: center; margin-right: auto; }
.bot_area .count_box .btn { width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; text-indent: -99999px; display: inline-block; }
.bot_area .count_box .btn.off { opacity: 0.2; pointer-events: none; }
.bot_area .count_box .btn.count_minus { background-image: url(../image/shopping/icon_btn_minus.svg); }
.bot_area .count_box .btn.count_minus:disabled { background-image: url(../image/shopping/icon_btn_minus_dis.svg); }
.bot_area .count_box .btn.count_plus { background-image: url(../image/shopping/icon_btn_plus.svg); }
.bot_area .count_box .btn.count_plus:disabled { background-image: url(../image/shopping/icon_btn_plus_dis.svg); }
.bot_area .count_box .count { font-weight: 500; font-size: 14px; line-height: 20px; }
.bot_area .amount_text{ display: block; font-size: 16px; font-weight: 400; color: rgba(34, 34, 34, 0.7); margin-right: auto; }
.bot_area .price_text { font-size: 16px; font-weight: 500; line-height: 22px; }
.bot_area.type_price { margin-top: 0; }

.shopping_list_area .add_btn_area .link_btn { background-color: #f8f9fa; border: 1px dashed #d0d0d0; border-radius: 16px; height: 104px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.shopping_list_area .add_btn_area .text { margin-top: 8px; font-weight: 400; font-size: 14px; line-height: 20px; color: rgba(34,34,34,0.48); }

.shopping_list_area .add_btn_area .link_btn { background-color: #f8f9fa; border: 1px dashed #d0d0d0; border-radius: 16px; height: 104px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.shopping_list_area .add_btn_area .text { margin-top: 8px; font-weight: 400; font-size: 14px; line-height: 20px; color: rgba(34,34,34,0.48); }


.total_price_wrap .wrap_title { font-weight: 700; font-size: 18px; line-height: 26px; }
.total_price_wrap .detail_price_area { margin-top: 16px; }
.total_price_wrap .detail_price_area li + li { margin-top: 8px; }
.total_price_wrap .detail_price_area li  { display: flex; justify-content: space-between; align-items: center; }
.total_price_wrap .list_title { font-weight: 400; font-size: 16px; line-height: 22px; color: rgba(34,34,34,0.72); }
.total_price_wrap .price_text { font-weight: 500; font-size: 16px; line-height: 22px; }
.total_price_wrap .price_text.discount { color:#FB5058 }

.total_price_wrap .total_price_area { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; }
.total_price_wrap .price_title { font-weight: 500; font-size: 18px; line-height: 26px; }
.total_price_wrap .price_text.big { font-weight: 700; font-size: 26px; line-height: 34px; }

.shopping_list_area + .bot_btn_area.type01 button, 
.shopping_list_area + .bot_btn_area.type01 a, 
.shopping_list_area + .bot_btn_area.type01 input[type="button"], 
.shopping_list_area + .bot_btn_area.type01 input[type="submit"] { font-size: 18px; }
.shopping_list_area + .bot_btn_area.type01 .go_bottom { display: flex; justify-content: center; align-items: center; }
.shopping_list_area + .bot_btn_area.type01 .go_bottom img { width: 24px; margin-left: 8px; }



.type_select_area { width: 100%; height: 176px; display: flex; justify-content: space-between; align-items: center; }
.type_select_area .radio_wrap { width: 50%; overflow: hidden; height: 100%; position: relative; }
.type_select_area .radio_wrap input[type="radio"] { display: none; }
.type_select_area .radio_wrap input[type="radio"] + .label_view { box-sizing: border-box; background-image: url(../image/common/icon_chkbox01_off.svg); }
.type_select_area .radio_wrap input[type="radio"]:checked + .label_view { box-sizing: border-box; background-image: url(../image/common/icon_chkbox01_on.svg); }
.type_select_area .radio_wrap:first-child input[type="radio"] + .label_view { height: 100%; border-top: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; border-bottom: 1.5px solid #8B4FF6; border-right: 1.5px solid #8B4FF6; border-radius: 12px 0 0 0; }
.type_select_area .radio_wrap:last-child input[type="radio"] + .label_view { height: 100%; border-top: 1px solid #d0d0d0; border-bottom: 1.5px solid #8B4FF6; border-right: 1px solid #d0d0d0; border-left: 1.5px solid #8B4FF6; border-radius: 0 12px 0 0; }

.type_select_area .radio_wrap:first-child input[type="radio"]:checked + .label_view { border-top: 1px solid #8B4FF6; border-left: 1px solid #8B4FF6; border-bottom: 0; border-right: 1.5px solid #ffffff; }
.type_select_area .radio_wrap:last-child input[type="radio"]:checked + .label_view { border-top: 1px solid #8B4FF6; border-right: 1px solid #8B4FF6; border-bottom: 0; border-left: 1.5px solid #ffffff; }
.type_select_area .radio_wrap label { position: absolute; left: 0; top:0; width: 100%; height: 100%; z-index: 1; }
.type_select_area .radio_wrap .label_view { position: absolute; left: 0; top:0; width: 100%; height: 100%; padding: 42px 12px 12px; background-repeat: no-repeat; background-position: 12px 12px; background-size: 26px; }
.type_select_area .radio_wrap .label_view .label_title { font-weight: 700; font-size: 16px; line-height: 24px; }
.type_select_area .radio_wrap .label_view .price_area { margin-top: 4px; display: flex; }
.type_select_area .radio_wrap .label_view .price_area .front_copy { font-weight: 400; font-size: 18px; line-height: 20px; color: rgba(34, 34, 34, 0.7); }
.type_select_area .radio_wrap .label_view .price_area .front_copy + .price { margin-left: 4px; }
.type_select_area .radio_wrap .label_view .price_area .price { font-weight: 700; font-size: 24px; line-height: 20px; color: #FB5058; }
.type_select_area .radio_wrap .label_view .price_area .back_copy { font-weight: 700; font-size: 16px; line-height: 20px; color: #FB5058; }
.type_select_area .radio_wrap .label_view .day_price { margin-top: 12px; font-weight: 400; font-size: 14px; line-height: 20px; color: rgba(34, 34, 34, 0.7); }
.type_select_area .radio_wrap .label_view .bonus_copy { display: inline-block; margin-top: 12px; background: rgba(57, 184, 85, 0.1); border-radius: 5px; padding: 0 4px; height: 22px; line-height: 22px; font-weight: 500; font-size: 13px; line-height: 20px; color: #39b855; }
.type_target_area { padding: 24px 14px; border-radius: 0 0 12px 12px; border-width: 0px 1.5px 1.5px 1.5px; border-style: solid; border-color: #8b4ff6; }

.type_target_area .guide_text_box { background-color: #f7f8fb; border-radius: 8px; padding: 12px; }

.type_target_area .guide_text_box > ul > li + li { margin-top: 8px; }

.type_target_area .guide_text_box .list_text { font-weight: 400; font-size: 14px; line-height: 20px; display: flex; align-items: center; }
.type_target_area .guide_text_box .list_text span { margin-right:6px; display:inline-block; min-width: 39px; text-align: center; padding: 0px 4px; height: 22px; background: rgba(18, 141, 255, 0.1); border-radius: 5px; font-weight: 500; font-size: 13px; line-height: 22px; color: #128DFF; }
.type_target_area .guide_text_box .list_text b { font-weight:700; }

.type_target_area .guide_text_box .disc_text { font-weight: 500; font-size: 14px; line-height: 20px; display: flex; align-items: center; }
.type_target_area .guide_text_box .disc_text span { color: rgba(34, 34, 34, 0.48); margin-right: 4px; }
.type_target_area .guide_text_box .disc_text em { color: #39B855; }

.type_target_area .guide_text_box .main_text { display: flex; flex-direction: column; align-items: flex-start; padding: 0px; font-style: normal;font-weight: 500; font-size: 24px;line-height: 28px;text-align: center; color: #128DFF; background-image: url(../image/shopping/img_subscription_benefit.svg); background-repeat: no-repeat; background-position: bottom right; margin-bottom:16px; }
.type_target_area .guide_text_box .main_text span { margin-right:6px; margin-bottom: 4px; min-width: 39px; text-align: center; padding: 0px 4px; height: 22px; background: rgba(18, 141, 255, 0.1); border-radius: 5px; font-weight: 500; font-size: 13px; line-height: 22px; color: #128DFF; }

.type_target_area .target_inner_box > p { font-style: normal; font-weight: 700; font-size: 18px; line-height: 26px; }
.type_target_area .target_inner_box .list_view_wrap .area_title { margin-top: 8px; line-height: 34px; }
.type_target_area .target_inner_box .list_view_wrap .list_wrap { margin-top: 8px; }
.type_target_area .target_inner_box .list_view_wrap .list_wrap .list_contents .info_area { padding-right: 30px; }
.type_target_area .target_inner_box .list_wrap .list_contents .info_area .text_box .main_text.type_3rd_line { -webkit-line-clamp: 3; }
.type_target_area .target_inner_box .list_wrap .list_contents .bot_area.type_price { justify-content: flex-end; }
.type_target_area .target_inner_box .list_wrap .list_contents { padding-bottom: 8px; }
.type_target_area .target_inner_box .list_wrap .list_contents + .list_contents { margin-top: 8px; }
.type_target_area .target_inner_box .list_wrap .list_contents:last-child { border-bottom: 1px solid #eff0f6; }


.shopping_section .area_inner_btn_wrap { margin-top: 32px; }
.shopping_section .area_inner_btn_wrap .btn { display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 192px; box-sizing: border-box; border: 1px solid #8b4ff6; border-radius: 12px; height: 40px; }
.shopping_section .area_inner_btn_wrap .btn img { width: 16px; margin-right: 4px; }
.shopping_section .area_inner_btn_wrap .btn span { font-weight: 700; font-size: 15px; line-height: 24px; color: #8b4ff6; }

.shopping_section .list_view_wrap + .area_inner_btn_wrap { margin-top:24px; }
.shopping_list_area .total_price_wrap .wrap_title + .sub_copy { margin-top: 16px; font-weight: 400; font-size: 14px; line-height: 16px; }


/* ==================== 내 선물함 ==================== */
.gift_select_box { margin-top: 16px; }
.gift_select_box .select_title { font-size: 16px; font-weight: 500; margin-bottom: 8px; }
.cont_fold { display: none; }


/* ==================== 장바구니 비었을 때 ==================== */
.none_list_view { width: 100%; text-align: center; padding: 42px 0; }
.none_list_view .txt_box { margin-top: 12px; text-align: center; }
.none_list_view .txt_box h3 { font-size: 18px; font-weight: 700; line-height: 26px; }
.none_list_view .txt_box p { font-size: 14px; font-weight: 400; line-height: 20px; color: rgba(34,34,34,0.72); margin-top: 4px; }
.none_list_view .add_btn_box { margin-top: 24px; }
.none_list_view .add_btn_box .btn { display: inline-block; height: 40px; font-size: 15px; font-weight: 700; color: #8b4ff6; line-height: 38px; background-color: #ffffff; border: 1px solid #8b4ff6; border-radius: 12px; padding: 0 18px; }