
:root { scroll-behavior: auto !important; } 

.notScroll { overflow: hidden !important; width: 100%; height: 100%; touch-action:none; } 

/* 세탁신청 리스트 */
.request_list { margin-top: 22px; } 
.request_list > li {   } 
.request_list > li + li { margin-top: 40px; } 
.request_list > li > a { padding: 18px 5px 18px 18px; display: flex; align-items: center; background: #FFFFFF; border:2px solid #FFF; border-radius: 12px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.06);} 
.request_list > li > a:hover,
.request_list > li > a:active {border-color:#36B37E;}
.request_list > li .txt_wrap { } 
.request_list > li .txt_wrap .tit { font-size: 20px; font-weight: 700; line-height: 130%; color: #007AFF;} 
.request_list > li .txt_wrap .txt { margin-top: 10px; font-size: 14px; font-weight: 400; line-height: 130%; color: #4D4D4D; word-break:keep-all;} 
.request_list > li .txt_wrap .txt strong { font-weight: 700; color: #262626; } 
.request_list > li .txt_wrap .chip_wrap { display: flex; flex-wrap:wrap; gap:4px; margin-top: 6px; } 
.request_list > li.better .txt_wrap .tit { color: #04782A; } 
.request_list > li.daily .txt_wrap .tit { color: #111111; } 
.request_list > li .img { width: 100px; height: 100px; margin-left: auto; } 
.request_list > li .img img { display: block; width: 100%; height: 100%; object-fit: cover; } 

/* 세탁 신청 */
#contents .subIn:has(.request_wrap) { min-height:calc(100dvh - 51px); } 
.request_wrap { position: relative; display: flex; min-height: calc(100dvh - 61px); flex-direction: column; } 
.request_wrap .line_tab_area { border-radius:0; position: absolute; top: 72px; left: 0; width: 100%; z-index: 50; } 
.request_wrap .line_tab_area.fixed {padding: 0 16px;}
.request_wrap .line_tab_area + .request_top { margin-top:90px; }
.request_type { margin-top: 10px; } 
.request_type > li + li { margin-top: 10px; } 
.request_type.green > li + li { margin-top: 28px; } 
.request_type > li .con { display: flex; padding: 10px 18px; background: #FFFFFF; border-radius: 12px; } 
.request_type > li .file_select { display: inline-flex; align-items: center; gap:12px; width: 90px; height: 32px; margin-top: 8px; padding: 0 6px; border: 1px solid #EEEEEE; border-radius:16px; font-family: 'Inter'; font-size: 12px; font-weight: 400; line-height: 15px; color: #666666; } 
.request_type > li .file_select::before { content:''; width: 16px; height: 18px; background: #4CD964; border-radius:50%; } 
.request_type > li .tit { display: block; font-size: 15px; font-weight: 700; line-height: 130%; color: #262626; } 
.request_type > li .txt { margin-top: 8px; font-size: 12px; font-weight: 400; line-height: 130%; color: #999999; } 
.request_type > li .right {display:flex; flex-direction:column; align-items:flex-end; margin-left: auto; min-width: 145px;} 
.request_type > li .price { display: block; font-size: 16px; font-weight: 700; line-height: 130%; color: #111111; text-align: right; }  
.request_type > li .price .discount {font-size:14px; color:#F63D68; font-weight:800;}
.request_type > li .price .cust_amount {margin-right:3px; font-size:12px; color:#999; text-decoration-color:#999;}
.request_type > li .price .cust_amount:after {content:''; display:inline-block; width:13px; height:8px; margin-left:3px; background:url(/USER_SKIN/danjionly/images/request/icon_arrow.png) no-repeat center/contain;}
.request_type > li .count_selector { display: flex; position: relative; width: 84px; height: 28px; margin-top: 10px; background-color: #FFF; border: 1px solid #ccc; border-radius: 4.66667px; } 
.request_type > li .count_selector [class^="btn_"] { overflow: hidden; position: relative; width: 28px; height: 100%; padding: 0; background: none; border: none; text-indent: -999em; } 
.request_type > li .count_selector [class^="btn_"].disabled { pointer-events: none; } 
.request_type > li .count_selector [class^="btn_"]::before { content:''; position: absolute; top: 50%; left: 50%; width: 8px; height: 2px; background: #007AFF; transform: translate(-50%,-50%); } 
.request_type > li .count_selector .btn_increase::after { content:''; position: absolute; top: 50%; left: 50%; width: 2px; height: 8px; background: #007AFF; transform: translate(-50%,-50%); } 
.request_type.green > li .count_selector [class^="btn_"]::before,
.request_type.green > li .count_selector .btn_increase::after { background: #4AD879; } 
.request_type > li .count_selector .btn_decrease { border-right: 1px solid #ccc; } 
.request_type > li .count_selector .btn_increase { border-left: 1px solid #ccc; } 
.request_type > li .count_selector input[type=number] { width: calc(100% - 56px); font-size: 16px; font-weight: 700; line-height: 130%; color: #000000; text-align: center; -moz-appearance: textfield; } 
.request_type > li .count_selector input[type=number]::-webkit-inner-spin-button,
.request_type > li .count_selector input[type=number]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; } 
.request_wrap .price_wrap { display: flex; flex-wrap:wrap; justify-content: flex-end; align-items: center; gap:24px; margin-top: 20px; } 
.request_wrap .price_wrap .total_items { font-size: 16px; font-weight: 700; line-height: 130%; color: #262626; } 
.request_wrap .price_wrap .total_price { font-size: 20px; font-weight: 700; line-height: 130%; color: #111111; } 
.request_wrap .btn_wrap2 {position:relative; display: flex; flex-wrap:wrap; gap:10px; margin-top: auto; padding-top: 17px;} 
.request_wrap .btn_wrap2 .btn_default { width: 48%; } 
.request_wrap .btn_default { flex-grow: 1; } 
.request_wrap .btn_wrap2:not(.request_info1 .btn_wrap2) {position:fixed; bottom:60px; left:0; width:100%; padding:10px 16px 25px; background:#F7F7F8}
.request_wrap .file_select_pop .btn_wrap2:not(.request_info1 .btn_wrap2) {bottom:0; padding:10px 16px; background:#FFF}
.request_wrap:has(.request_progress) {min-height:calc(100dvh - 51px);}
.request_wrap:has(.request_progress) .btn_wrap2:not(.request_info1 .btn_wrap2) {position:static; padding:0;}
.speech_bubble {opacity:0; position:fixed; bottom:145px; left:50%; width:max-content; padding:7px 12px; font-size:13px; color:#fff; background:#6b6e7f; border-radius:7px; transform:translateX(-50%) scale(.7);}
.speech_bubble:after {content:''; position:absolute; bottom:0; left:50%; width:0; height:0; border:6px solid transparent; border-top-color:#6b6e7f; border-bottom:0; margin-left:-6px; margin-bottom:-6px;}
.speech_bubble {transition:opacity .3s, transform .3s}
.speech_bubble.active {opacity:1; transform:translateX(-50%) scale(1);}

.file_select_pop { overflow: hidden; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; background: #fff; z-index: 100; } 
.file_select_pop .pop_con { display: flex; height: calc(100dvh - 85px); padding: 0 16px 44px; flex-direction: column; overflow-x: hidden; overflow-y: auto; } 
.file_select_pop .line_tab_area { margin-top: 11px !important; } 
.file_select_wrap { margin-top: 18px; padding: 15px 10px 19px; background: #F8F8F8; border: 1px solid #E5E5E5; border-radius:8px; } 
.file_select_list { display: flex; display: grid; flex-wrap:wrap; gap:9px; grid-template-columns: repeat(3, 1fr); } 
.file_select_list .image_file label { display: block; } 
.file_select_list .image_file .upload { display: flex; justify-content: center; align-items: center; position: relative; height: 110px; background: #FFFFFF; border: 1px dashed #E5E5E5; border-radius:6px; } 
.file_select_list .image_file .upload img { display: block; width: 40px; height: 40px; } 
.file_select_list .image_file .file_input { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; font-size: initial; clip: rect(0 0 0 0); } 
.file_select_list .image_file .preview { display: none; position: relative; } 
.file_select_list .image_file .preview .img_box { overflow: hidden; display: block; height: 110px; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 6px; cursor: pointer; } 
.file_select_list .image_file .preview .preview_img { display: block; width: 100%; height: 100%; object-fit: cover; } 
.file_select_list .image_file .preview .delect { position: absolute; top: 50%; right: -2px; width: 20px; height: 20px; padding: 0; background: none; border: none; transform: translate(0,-50%); } 
.file_select_list .image_file .preview .delect img { display: block; width: 100%; } 
.file_select_pop .file_select_wrap .txt { display: block; margin-top: 17px; font-family: 'Inter'; font-size: 14px; font-weight: 400; line-height: 17px; color: #666666; } 
.file_select_pop .file_noti { margin-top: 12px; padding: 7px 16px 35px; background: #F8F8F8; border-radius:8px; } 
.file_select_pop .file_noti .tit { font-family: 'Inter'; font-size: 14px; font-weight: 700; line-height: 17px; color: #333333; } 
.file_select_pop .file_noti .list { margin-top: 21px; } 
.file_select_pop .file_noti .list > li { position: relative; padding: 0 0 0 11px; font-family: 'Inter'; font-size: 13px; font-weight: 400; line-height: 16px; color: #666666; } 
.file_select_pop .file_noti .list > li + li { margin-top: 15px; } 
.file_select_pop .file_noti .list > li::before { content:''; position: absolute; top: 6px; left: 0; width: 5px; height:5px; background: #666; border-radius:3px; } 

.sub_tit1 { margin-top: 24px; font-size: 18px; font-weight: 700; line-height: 130%; color: #111111; } 
.request_info1 { margin-top: 13px; padding: 20px 20px 18px; background: #FFFFFF; border-radius: 12px; } 
.request_info1 .tit { display: block; font-size: 14px; font-weight: 700; line-height: 130%; color: #4D4D4D; } 
.request_info1 .txt { margin-top: 9px; font-size: 12px; font-weight: 400; line-height: 20px; color: #999999; word-break:keep-all;} 
.request_info2 { margin-top: 13px; padding: 20px; background: #FFFFFF; border-radius: 12px; } 
.request_info2 .list > li { display: flex; align-items: flex-start; } 
.request_info2 .list > li + li { margin-top: 14px; } 
.request_info2 .list > li .tit { width: 74px; font-size: 12px; font-weight: 700; line-height: 130%; color: #4D4D4D; } 
.request_info2 .list > li .txt { width: calc(100% - 74px); font-size: 12px; font-weight: 400; line-height: 130%; color: #999999; } 
.request_noti { margin-top: 13px; } 
.request_noti > li { position: relative; padding-left: 18px; font-size: 12px; font-weight: 400; line-height: 130%; color: #999999; } 
.request_noti > li + li { margin-top: 4px; } 
.request_noti > li::before { content:''; position: absolute; top: 6px; left:7px; width: 3px; height:3px; background: #666; border-radius:3px; } 

.request_agree { margin-top: 33px; padding: 10px 18px; background: #FFFFFF; border-radius: 12px; } 
.request_agree label { display: flex; align-items: center; gap:12px; font-size: 16px; font-weight: 700; line-height: 130%; color: #111111; } 
.request_noti2 { margin-top: 14px; font-size: 13px; font-weight: 400; line-height: 130%; color: #000000; } 

.request_progress { display: flex; position: relative; margin: 0 11px 28px; justify-content: space-between; } 
.request_progress::before { content:''; position: absolute; top: 50%; left: 0; width: 100%; height: 4px; background: #D6D6D6; z-index: 0; transform: translate(0,-50%); } 
.request_progress::after { content:''; position: absolute; top: 50%; left: 0; width: var(--progress-width); height: 4px; background: #007AFF; z-index: 1; transform: translate(0,-50%); } 
.request_progress > li { position: relative; text-align: center; width: 20px; } 
.request_progress > li .step { display: flex; justify-content: center; align-items: center; align-items: center; position: relative; width: 20px; height: 20px; margin: -2px auto 0; background: #EEEEEE; border: 1px solid #999999; border-radius: 50%; font-size: 10px; color: #999999; z-index: 2; } 
.request_progress > li.end .step { color: #fff; background: #007AFF; border-color: #007AFF; } 
.request_progress > li.active .step { color: #007AFF; border-color: #007AFF; background: #fff; } 
.request_progress > li .tit { white-space: nowrap; position: absolute; top: calc(100% + 4px); left: 50%; transform: translate(-50%,0); font-weight: 400; font-size: 12px; line-height: 130%; color: #999999; } 
.request_progress > li.end .tit { color: #4D4D4D; } 
.request_progress > li.active .tit { color: #007AFF; } 

.request_info3 { position: relative; padding: 20px; background: #FFFFFF; border-radius: 12px; margin-top: 24px; } 
.request_info3 .request_info3_tit { display: block; font-weight: 700; font-size: 14px; line-height: 130%; color: #111111; } 
.request_info3 .request_btn { position: absolute; top: 20px; right:20px; z-index: 1; font-weight: 400; font-size: 12px; line-height: 130%; color: #999999; } 
.request_info3 .list { margin-top: 16px; } 
.request_info3 .list > li { display: flex; align-items: center; } 
.request_info3 .list > li + li { margin-top: 8px; } 
.request_info3 .list > li .tit { font-weight: 400; font-size: 14px; line-height: 130%; color: #4D4D4D; } 
.request_info3 .list > li .price { margin-left: auto; font-weight: 700; font-size: 14px; line-height: 130%; color: #262626; } 
.request_info4 { position: relative; padding: 20px; background: #FFFFFF; border-radius: 12px; margin-top: 24px; } 
.request_info4 .tit { display: block; font-weight: 700; font-size: 14px; line-height: 130%; color: #111111; } 
.request_info4 .request_btn { position: absolute; top: 20px; right:20px; z-index: 1; font-weight: 400; font-size: 12px; line-height: 130%; color: #999999; } 
.request_info4 .list { display: flex; flex-wrap:wrap; margin-top: 16px; gap:12px; } 
.request_info4 .list > li { position: relative; font-weight: 400; font-size: 12px; line-height: 130%; color: #4D4D4D; } 
.request_info4 .list > li::after { position: absolute; top: 50%; right:-7px; transform: translate(0,-50%); content:''; width: 1px; height: 8px; background: #4D4D4D; } 
.request_info4 .list > li:last-child::after { display: none; } 

.request_loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #F7F7F8; z-index: 100; } 
.request_loading .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } 
.request_loading .upload_noti { position: absolute; top: calc(50% - 25px); left: 50%; transform: translate(-50%,-50%); } 
.request_loading .upload_noti .tit { font-family: 'Inter'; font-size: 18px; font-weight: 700; color: #333333; text-align: center; } 
.request_loading .upload_noti .popup { width: 280px; height: 200px; margin-top: 24px; padding: 40px 0 16px; background: #fff; border-radius: 12px; } 
.request_loading .upload_noti .img { display: block; width: 134px; margin: 0 auto; } 
.request_loading .upload_noti .txt { margin-top: 38px; font-family: 'Inter'; font-size: 14px; font-weight: 400; line-height: 25px; color: #555555; text-align: center; text-align: center; } 
.request_loading .upload_noti .dots_wrap { display: flex; justify-content: center; gap:12px; margin-top: 13px; } 
.request_loading .upload_noti .dots_wrap [class^="dots_"] { width: 8px; height: 8px; background: #52C97C; border-radius:4px; opacity: 0; animation:loading 1.5s infinite; } 
.request_loading .upload_noti .dots_wrap .dots_1 { animation-delay:.1s; } 
.request_loading .upload_noti .dots_wrap .dots_2 { animation-delay:.4s; } 
.request_loading .upload_noti .dots_wrap .dots_3 { animation-delay:.7s; } 
@-webkit-keyframes loading {
    0%, 100% { opacity:1; }
    60% { opacity:0; }
}

/* 수거 및 배송정보 */
.request_wrap .delivery_address  { margin-top: 12px; }
.delivery_address { margin-top: 1px; padding:12px 20px 20px; background: #FFFFFF; border-radius: 12px; } 
.delivery_address:has(.btn_new_address) { margin-bottom: 12px; } 
.delivery_address + .delivery_address { margin-top: 13px; } 
.delivery_address .top_info { display: flex; align-items: center; width: 100%; } 
.delivery_address .chip_wrap { display: flex; flex-wrap:wrap; gap:4px; } 
.delivery_address .address_edit { display: flex; flex-wrap: wrap; margin-left: auto; line-height: 1; gap:18px; } 
.delivery_address .address_edit a { font-weight: 400; font-size: 12px; color: #999999; } 
.delivery_address .address_edit a.btn_address_change { font-family: 'SUIT'; font-size: 13px; font-weight: 400; line-height: 130%; color: #262626; } 
.delivery_address .info { display: block; margin-top: 12px; font-size: 16px; font-weight: 700; line-height: 130%; color: #262626; } 
.delivery_address .detail { display: block; margin-top: 4px; font-size: 14px; font-weight: 400; line-height: 130%; color: #999999; } 
.delivery_address .btn_new_address { display: flex; justify-content: center; align-items: center; width: 100%; height: 48px; margin-top: 12px; background: #FFFFFF; border-radius: 12px; font-size: 14px; font-weight: 700; color: #111111; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.06); } 
.delivery_address + .btn_new_address { margin-top: 24px; } 

.new_address_pop { display: none; overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; background: #F7F7F8; z-index: 110; } 
.new_address_pop .in_Layer { display: flex; height: calc(100dvh - 51px); padding: 7px 16px 44px; flex-direction: column; overflow-x: hidden; overflow-y: auto; } 
.new_address_pop .form_box .default_address { display: flex; align-items: center; width: 100%; height: 48px; margin-top: 12px; padding: 0 20px; background: #FFFFFF; border-radius: 12px; } 
.new_address_pop .form_box .default_address .tit { font-size: 14px; font-weight: 400; color: #111111; } 
.new_address_pop .form_box .default_address .check_box { margin-left: auto; font-size: 0; } 
.new_address_pop .btn_wrap2 { display: flex; flex-wrap:wrap; gap:10px; margin-top: auto !important; padding-top: 17px; } 
.check_box.switch label { position: relative; width: 38px; height: 24px; background-color: #ccc; border-radius: 24px; cursor: pointer; transition: background-color 0.2s; } 
.check_box.switch label:before { content: ""; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: white; border-radius: 50%; transition: transform 0.2s; } 
.check_box.switch input:checked + label { background-color: #007AFF; } 
.check_box.switch input:checked + label:before { transform: translateX(14px); } 

.address_select_pop { display: none; overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; background: #F7F7F8; z-index: 100; } 
.address_select_pop .delivery_address { margin-top: 11px; } 
.address_select_pop .delivery_address + .delivery_address { margin-top: 13px; } 
.address_select_pop .in_Layer { height: calc(100dvh - 51px); padding: 0 16px 44px; flex-direction: column; overflow-x: hidden; overflow-y: auto; } 
.btn_new_address { margin-top: 24px; }

.pickup_date { display: flex; justify-content: center; align-items: center; gap:6px; width: 100%; height: 48px; margin-top: 12px; background: #FFFFFF; border-radius: 12px; font-size: 16px; font-weight: 700; color: #262626; } 
.pickup_date::before { content:''; width: 20px; height: 20px; background:url('/USER_SKIN/danjionly/images/request/pickup_date.png') center/contain no-repeat; } 
.pickup_date:hover { color: #262626; } 
.pickup_date.delevery{background-color:#ededed;}
.pickup_date.delevery::before{display: none;}

.pickup_date_pop.on { z-index: 100 !important; } 
.pickup_date_pop .btn_close { position: absolute; top: 27px; right:16px; width: 24px; height: 24px; } 
.pickup_date_pop .btn_close img { display: block; width: 100%; } 
.pickup_date_pop .calendar { padding-bottom: 23px; } 
.pickup_date_pop .calendar .top { display: flex; justify-content: center; align-items: center; gap:27px; } 
.pickup_date_pop .calendar .month_year { font-size: 24px; font-weight: 700; line-height: 130%; color: #111111; } 
.pickup_date_pop .calendar [class^="btn_"] { width: 24px; height: 24px; } 
.pickup_date_pop .calendar [class^="btn_"] img { display: block; width: 100%; } 
.pickup_date_pop .calendar .btn_next img { transform: scaleX(-1); } 
.pickup_date_pop .calendar_table { width: 100%; margin-top: 24px; text-align: center; } 
.pickup_date_pop .calendar_table thead th { padding: 11px 0; font-size: 16px; font-weight: 400; color: #111111; } 
.pickup_date_pop .calendar_table tbody tr td { position: relative; padding: 1px 0 2px; } 
.pickup_date_pop .calendar_table tbody tr td a { display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 48px; max-width: 48px; border-radius: 8px; font-size: 16px; font-weight: 700; color: #262626; } 
.pickup_date_pop .calendar_table tbody tr td a.selected { background: #007AFF; color: #fff; } 
.pickup_date_pop .calendar_table tbody tr td.disabled a { color: #D6D6D6; } 
.pickup_date_pop .calendar_table tbody tr td a.today { position: absolute; bottom: 2px; left: 50%; width: 38px; height: 13px; background: #E5F2FF; border-radius:7px; font-size: 10px; font-weight: 400; color: #007AFF; transform: translate(-50%,0); } 

.pickup_address { margin-top: 12px; padding: 16px 20px; background: #FFFFFF; border-radius: 12px; } 
.pickup_address .radio_box { padding: 12px 0; } 
.pickup_address .radio_box label { display: flex; align-items: center; gap:8px; font-size: 16px; font-weight: 400; line-height: 130%; color: #262626; } 

.entrance_option { margin-top: 12px; padding: 4px 20px 16px; background: #FFFFFF; border-radius: 12px; } 
.entrance_option .radio_box { padding: 12px 0; } 
.entrance_option .radio_box label { display: flex; align-items: center; gap:8px; font-size: 16px; font-weight: 400; line-height: 130%; color: #262626; } 
.entrance_option .radio_box .input_con { display: none; margin-top: 15px; padding-left: 32px; } 
.entrance_option .radio_box .input_con .noti { margin-bottom: 3px; font-size: 14px; font-weight: 400; line-height: 130%; letter-spacing:-0.01em; color: #007AFF; word-break: keep-all; } 
.entrance_option .radio_box .input_con .form_input input[type="text"] { border: 1px solid #D6D6D6; } 
.entrance_option .entrance_noti { font-size: 10px; font-weight: 400; line-height: 130%; color: #999999; } 

.request_info1:has(.request_chk) { padding: 0; }
.request_chk { display: block; position: relative; z-index: 1; padding: 18px 35px 18px 15px; font-size:14px; word-break:keep-all;} 
.request_chk::after { content: ''; position: absolute; right: 15px; bottom: 18px; width: 20px; height: 20px; border: 1px solid #E5E7EB; border-radius: 50%; } 
.request_chk:has(input[type="radio"]:checked)::after,
.request_chk:has(input[type="checkbox"]:checked)::after { background: url('/USER_SKIN/danjionly/images/request/coupon_check.png') center/cover no-repeat; border: none; } 
.request_chk:has(input[type="radio"]:checked)::before,
.request_chk:has(input[type="checkbox"]:checked)::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 2px solid #3B82F6; border-radius: 12px; z-index: 0; } 
.request_chk:has(input[type="radio"])::before,
.request_chk:has(input[type="checkbox"])::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #999999; border-radius: 12px; z-index: 0; } 
.request_chk input[type="radio"],
.request_chk input[type="checkbox"] { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; font-size: initial; clip: rect(0 0 0 0); } 

/* 결제하기 */
.request_info_list .request_info4 { margin-top: 13px; } 
.request_info_list .request_info3 { margin-top: 12px; } 
.btn_request_info { margin-top: -25px; display: inline-flex; justify-content: flex-end; align-items: center; font-weight: 700; font-size: 14px; color: #4D4D4D; } 
.btn_request_info:hover { color: #4D4D4D; } 
.btn_request_info::after { content:''; width: 24px; height: 24px; background:url('/USER_SKIN/danjionly/images/request/btn_request_info.png') center/contain no-repeat; } 
.btn_request_info.close::after { transform: scaleY(-1); } 

.delivery_info { display: flex; flex-wrap:wrap; margin-top: 12px; font-weight: 700; font-size: 14px; color: #111111; background: #FFFFFF; border-radius: 12px; padding: 14px 20px 13px; } 
.delivery_info .place { margin-left: 4px; font-weight: 400; font-size: 14px; color: #4D4D4D; } 

.coupon_select { display: flex; align-items: center; height:48px; margin-top: 12px; padding: 0 20px; background: #fff; border-radius:12px; } 
.coupon_select .txt { font-size: 14px; font-weight: 400; color: #999999; } 
.coupon_select .btn_coupon_select { display: flex; align-items: center; margin-left: auto; font-size: 14px; font-weight: 400; line-height: 130%; color: #007AFF; } 
.coupon_select .btn_coupon_select::after { content:''; width: 18px; height: 18px; margin-left: auto; background:url('/USER_SKIN/danjionly/images/request/btn_select.png') center/contain no-repeat; } 

.payment_option { margin-top: 12px; padding: 16px 20px; background: #FFFFFF; border-radius: 12px; } 
.payment_option .radio_box { display: flex; align-items: center; flex-wrap:wrap; padding: 12px 0; } 
.payment_option .radio_box:not(:has(label)) { padding: 0; }
.payment_option .radio_box label { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 400; line-height: 130%; color: #262626; } 
.payment_option .radio_box .btn_credit_select { display: flex; align-items: center; margin-left: auto; font-size: 14px; font-weight: 400; line-height: 130%; color: #007AFF; } 
.payment_option .radio_box .btn_credit_select::after { content:''; width: 18px; height: 18px; margin-left: auto; background:url('/USER_SKIN/danjionly/images/request/btn_select.png') center/contain no-repeat; } 
.payment_option .radio_box .tit {font-weight: 400;font-size: 16px;color: #262626;}

.payment_summary { padding: 16px 20px 15px; margin-top: 12px; background: #FFFFFF; border-radius: 12px; } 
.payment_summary .list > li { display: flex; align-items: center; } 
.payment_summary .list > li + li { margin-top: 8px; } 
.payment_summary .list > li .tit { font-weight: 400; font-size: 14px; line-height: 130%; color: #4D4D4D; } 
.payment_summary .list > li .price { margin-left: auto; font-weight: 700; font-size: 14px; line-height: 130%; color: #262626; } 
.payment_summary .list > li .discount { margin-left: auto; font-weight: 700; font-size: 14px; line-height: 130%; color: #007AFF; } 
.payment_summary .total_wrap { margin-top: 16px; padding-top: 10px; border-top: 1px solid #eee; display: flex; align-items: center; } 
.payment_summary .total_wrap .tit { font-weight: 700; font-size: 16px; line-height: 130%; color: #262626; } 
.payment_summary .total_wrap .total { margin-left: auto; font-weight: 700; line-height: 130%; font-size: 20px; color: #007AFF; } 
.btn_payment { margin-top: 48px; } 

.credit_card { display: flex; align-items: flex-start; position: relative; min-height: 102px; margin-top: 1px; padding: 11px 20px 11px 16px; background: #FFFFFF; border-radius: 12px; } 
.credit_card .img { width: 30px; margin-top: 15px; margin-right: 14px; } 
.credit_card .img img { display: block; width: 100%; } 
.credit_card .info_wrap { align-self: center; } 
.credit_card .info_wrap .chip_wrap { display: flex; flex-wrap:wrap; gap:4px; margin-bottom: 10px; } 
.credit_card .info_wrap .address_edit { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap:7px; position: absolute; top: 16px; right:20px; } 
.credit_card .info_wrap .address_edit a { font-size: 12px; font-weight: 400; line-height: 130%; color: #999999; } 
.credit_card .info_wrap .name { display: block; margin-bottom: 12px; font-size: 16px; font-weight: 700; line-height: 130%; color: #111111; } 
.credit_card .info_wrap .num { display: block; font-size: 12px; font-weight: 400; line-height: 130%; color: #262626; } 
.credit_card + .credit_card { margin-top: 13px; } 
.btn_new_credit { margin-top: 24px; text-decoration: none; } 

.credit_select_pop { display: none; overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; background: #F7F7F8; z-index: 100; } 
.credit_select_pop .in_Layer { padding-top: 10px; height: calc(100dvh - 51px); padding-bottom: 44px; overflow-x: hidden; overflow-y: auto; } 


.thumb {display: flex; display: grid; flex-wrap:wrap; gap:9px; grid-template-columns: repeat(3, 1fr);}
.thumb .preview { display: block; position: relative;margin-top:10px; } 
.thumb .preview .img_box { overflow: hidden; display: block; height: 110px; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 6px; cursor: pointer; } 
.thumb .preview .preview_img { display: block; width: 100%; height: 100%; object-fit: cover; } 
.thumb .preview .delect { position: absolute; top: 50%; right: -2px; width: 20px; height: 20px; padding: 0; background: none; border: none; transform: translate(0,-50%); } 
.thumb .preview .delect img { display: block; width: 100%; } 

img.user_img{width:60px;height:60px;border-radius:30px;}

.address_select_pop 
.address_select_pop .delivery_address { margin-top: 11px; } 
.address_select_pop .delivery_address + .delivery_address { margin-top: 13px; } 
.address_select_pop .in_Layer {  } 
.btn_new_address { margin-top: 24px; }

.coupon_select_pop { display: none; overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100dvh; background: rgba(0, 0, 0, 0.5); z-index: 100; } 
.coupon_select_pop .con { display: flex; position: absolute; top: 50%; left: 50%; width: 320px; max-height: 90dvh; background: #fff; border-radius:12px 12px 0 0; flex-direction: column; transform: translate(-50%,-50%); } 
.coupon_select_pop .tit_wrap { display: flex; align-items: center; min-height: 60px; padding: 0 14px 0 20px; border-bottom: 1px solid #eee; } 
.coupon_select_pop .tit_wrap .tit { font-family: 'Inter' !important; font-size: 20px; font-weight: 400; line-height: 24px; color: #000000; } 
.coupon_select_pop .tit_wrap .btn_back { width: 30px; height: 30px; margin-left: auto; } 
.coupon_select_pop .tit_wrap .btn_back img { display: block; width:100%; } 
.coupon_select_pop .in_Layer { padding: 20px; overflow-x: hidden; overflow-y: auto; } 
.coupon_select_pop .in_Layer .tit { margin-top: 0; font-family: 'Inter' !important; font-size: 16px; font-weight: 400; line-height: 19px; color: #000000; } 
.coupon_select_pop .coupon_box { position: relative; margin-top: 12px; } 
.coupon_select_pop .coupon_box::before { content:''; position: absolute; top: 0; right:0; bottom:0; left: 0; border: 1px solid #E5E7EB; border-radius:12px; z-index: 0; } 
.coupon_select_pop .coupon_box + .coupon_box { margin-top: 10px; } 
.coupon_select_pop .coupon_box:has(input[type="radio"]:checked)::before { border: 2px solid #3B82F6; } 
.coupon_select_pop .coupon_box label { display: block; position: relative; padding: 16px; z-index: 1; } 
.coupon_select_pop .coupon_box label::after { content:''; position: absolute; right:20px; bottom: 25px; width: 20px; height: 20px; border: 1px solid #E5E7EB; border-radius:50%; } 
.coupon_select_pop .coupon_box:has(input[type="radio"]:checked) label::after { background:url('/USER_SKIN/danjionly/images/request/coupon_check.png') center/cover no-repeat; border: none; } 
.coupon_select_pop .coupon_box label input[type="radio"] { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; font-size: initial; clip: rect(0 0 0 0); } 
.coupon_select_pop .coupon_box label .coupon_tit { display: block; font-family: 'Inter' !important; font-size: 16px; font-weight: 400; line-height: 19px; color: #000000; } 
.coupon_select_pop .coupon_box label .discount { position: absolute; top: 10px; right:12px; font-family: 'Inter'; font-size: 16px; font-weight: 700; color: #2563EB; } 
.coupon_select_pop .coupon_box label .info { display: block; margin-top: 8px; font-family: 'Inter'; font-size: 14px; font-weight: 400; line-height: 20px; color: #666666; } 
.coupon_select_pop .coupon_select_bototm { padding: 15px 20px; border-top: 1px solid #eee; } 
.coupon_select_pop .coupon_select_bototm .btn_default { height: 45px; border-radius:6px; font-family: 'Inter'; line-height: 45px; } 
.coupon_select_pop .coupon_box.complete::before {border:1px solid #E5E7EB; background:#FFF;} 
.coupon_select_pop .coupon_box.complete :is(.coupon_tit,.discount,.info) {color:#AAA}
.coupon_select_pop .coupon_box.complete :is(.coupon_tit,.discount,.info) {color:#AAA}
.coupon_select_pop .coupon_box.complete label::after { display:none;} 
.coupon_select_pop .coupon_box.complete:has(input[type="radio"]:checked) label::after{display:none;}

/* 배송 조회 상세 페이지 */
.order_wrap .tit_wrap { display: flex; align-items: center; margin-top: 61px; } 
.order_wrap .tit_wrap .sub_tit1 { margin-top: 0; } 
.order_wrap .tit_wrap .order_num { margin-left: auto; font-size: 14px; font-weight: 400; line-height: 130%; color: #4D4D4D; } 
.order_wrap .request_info_list { overflow: hidden; margin-top: 12px; padding: 20px; background: #FFFFFF; border-radius: 12px; } 
.order_wrap .request_info_list .sub_tit1 { margin-top: 0; } 
.order_wrap .request_info_list > [class^="request_info"] { margin-top: 23px; padding: 0; border-radius:0; } 
.order_wrap .request_info_list > [class^="request_info"] + [class^="request_info"] { margin-top: 16px; padding-top: 16px; border-top: 1px solid #EEEEEE; } 
.order_wrap .request_info_list .list { margin-top: 8px; } 

.order_wrap .delivery_address { margin-top: 12px; } 
.order_wrap .request_progress { margin-top: 3px; } 
.order_wrap .payment_summary .list > li .price { font-weight: 400; } 
.order_wrap .payment_summary .total_list { margin-top: 16px; padding-top: 16px; border-top: 1px solid #eee; } 
.order_wrap .payment_summary .total_list > li { display: flex; align-items: center; } 
.order_wrap .payment_summary .total_list > li + li { margin-top: 8px; } 
.order_wrap .payment_summary .total_list > li .tit { font-size: 14px; font-weight: 400; line-height: 130%; color: #4D4D4D; } 
.order_wrap .payment_summary .total_list > li.total .tit { font-weight: 700; }
.order_wrap .payment_summary .total_list > li .price { margin-left: auto; font-size: 14px; font-weight: 400; line-height: 130%; color: #262626; } 
.order_wrap .payment_summary .total_list > li .total_price { margin-left: auto; font-size: 14px; font-weight: 700; line-height: 130%; color: #111111; } 
.order_wrap .payment_summary .list > li .discount { font-weight: 400; } 



.inquiry_form  .preview { position: relative; } 
.inquiry_form  .preview .img_box { overflow: hidden; display: block; height: 100px; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 6px; cursor: pointer; } 
.inquiry_form  .preview .preview_img { display: block; width: 100%; height: 100%; object-fit: cover; } 
.inquiry_form  .preview .delect { position: absolute; top: 50%; right: -2px; width: 20px; height: 20px; padding: 0; background: none; border: none; transform: translate(0,-50%); } 

.pickup_ca_name { margin-top: 12px; padding: 16px 20px; background: #FFFFFF; border-radius: 12px; } 
.pickup_ca_name .radio_box { padding: 6px 0; } 
.pickup_ca_name .radio_box label { display: flex; align-items: center; gap:8px; font-size: 16px; font-weight: 400; line-height: 130%; color: #262626; } 

.request_info2 .image_list {display: flex; display: grid; flex-wrap:wrap; gap:9px; grid-template-columns: repeat(3, 1fr);}
.request_info2 .image_list li{display: block;
  position: relative;
  margin-top: 10px;
}}
.request_info2 .image_list a{
  overflow: hidden;
  display: block;
  height: 110px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  cursor: pointer;
}
.request_info2 .image_list img.barcode_img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}