/****************************************
# 지금배송 신청내역조회
****************************************/
.receipt_view{float: right; transform: translateY(2px)}
.receipt_view .receipt_btn{color:#fff; background:#333; padding:3px 10px; border-radius: 5px;}
.receipt_view .receipt_btn span{font-size:13px !important;}

.all_agree{padding: 15px; margin-bottom: 5px; border-radius: 7px; color: #545454; background: #f9f9f9; border: 1px solid #efefef;}
.all_agree input[type="checkbox"] + label{font-size: 16px; font-weight: 600; color:#000; margin-left: 5px;}
.all_agree input[type="checkbox"] + label em{font-size: 0.9em; font-weight: 500; color:#777; margin-left: 5px}

.agree_box input[type="checkbox"] + label{font-size: 15px;}
.agree_box > li.agree_point input[type="checkbox"].check_style + label{font-size: 16px; color: #0f2874; font-weight: 500; line-height: 1.4; text-decoration: underline; width:calc(100% - 25px);}

.btn_group #btn_order_cancel{margin-left:0}

.in_btn{display:flex; justify-content: space-between; align-items:flex-start; width: 100%; margin: 10px 0 40px 0;}
.in_btn h2{margin:0 !important;}
.in_btn .btn_onechip{padding: 8px 15px; background: var(--text-primary); color:var(--color-white); border-radius:7px; font-size:14px;}

@media (max-width: 550px) {
    .all_agree{padding: 10px;}
    .all_agree input[type="checkbox"] + label{font-size: 14px; margin-left: 0px;}

    .agree_box input[type="checkbox"] + label{font-size: 14px;}
    .agree_box > li.agree_point input[type="checkbox"].check_style + label{font-size: 15px;}
}


/****************************************
# 유심배송
****************************************/
.radio_tab_box.type2 input[type="radio"].radio_style + label{height: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap}
.radio_tab_box.type2 input[type="radio"].radio_style + label .mno-img{width:25px;}
.radio_tab_box.type2 input[type="radio"].radio_style + label .mno-img + span{display: block; margin-top: 5px; width:100%}
.radio_tab_box.type2 input[type="radio"].radio_style + label em{font-size: 0.9em; color:#777; font-weight: 400; width:100%; margin-top: 4px; line-height: 1.2}
.radio_tab_box.type2 input[type="radio"].radio_style:checked + label em{color:var(--color-main)}
.radio_tab_box.type2 li{flex:1;}

.radio_tab_box.type2 input[type="radio"].radio_style + label .comment{position: absolute; top: -30px; left:50%; transform: translateX(-50%); width:120px; height:40px; display:flex; align-items:center; justify-content: center; z-index: 10; content: ""; border: 3px solid transparent; border-radius: 50px; background-image:linear-gradient(#fff, #fff), linear-gradient(90deg, #00d4c3, #0099ff); background-origin: border-box; background-clip: padding-box, border-box;}
.radio_tab_box.type2 input[type="radio"].radio_style + label .comment.lgt{background-image:linear-gradient(#fff, #fff), linear-gradient(90deg, #ff4362, #c343ff);}
.radio_tab_box.type2 input[type="radio"].radio_style + label .comment img{width:30px; margin-right:3px; display:inline-block;} 
.radio_tab_box.type2 input[type="radio"].radio_style + label .comment span{font-weight: 600; font-size:15px; color:var(--text-primary)}

.btn_box.flex{display:flex; align-items: center;}
.btn_box.flex .btn_style_line{padding:13px 20px;}
.btn_box.flex button + button{margin-left: 10px;}

.form_box .line_title{font-size: 18px; font-weight: 600; border-bottom:2px solid #333; padding-bottom: 10px; margin-top: 40px;}
.quick_kt,
.quick_lg,
.quick_mno{display: none;}

.content .state-box-02 button + button{margin-top:5px;}

.info-notice-box .info-title{font-size:17px;}
.info-notice-box .info-content li{font-size: 15px;}

@media (min-width: 940px) {
    .btn_box.flex .btn_style_line{padding:17px 20px;}
}
@media (max-width: 550px) {
    .radio_tab_box.type2 input[type="radio"].radio_style + label{padding: 13px 10px; font-size: 13px;}
    .radio_tab_box.type2 input[type="radio"].radio_style + label .mno-img{width:18px; display: inline-block;}
    .radio_tab_box.type2 input[type="radio"].radio_style + label .mno-img + span{display: inline-block; margin:0 0 0 5px; transform: translateY(1px);}

    .radio_tab_box.type2 input[type="radio"].radio_style + label .comment{top:inherit; bottom: -20px; width:100px; height:30px; border: 2px solid transparent;}
    .radio_tab_box.type2 input[type="radio"].radio_style + label .comment img{width:20px;} 
    .radio_tab_box.type2 input[type="radio"].radio_style + label .comment span{font-size:13px;}

    .btn_box.flex{flex-wrap: wrap}
    .btn_box.flex button{width:100%;}
    .btn_box.flex button + button{margin:5px 0 0 0px;}

    .info-notice-box .info-title{font-size:16px;}
    .info-notice-box .info-content li{font-size: 14px;}
}