/* 주문내역 */
#smb_my_od {
    position: relative;
    margin: 0 0 50px;
}
#smb_my_od h2 {
    
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
#sod_inquiry {
    border-bottom: 1px solid #dde7e9;
}
#sod_inquiry ul {
    padding: 0;
    list-style: none;
    border-top: 1px solid #e9e9e9;
}
#sod_inquiry li {
    display: table;
    width: 100%;
    padding: 10px 5px;
    position: relative;
}
#sod_inquiry li:nth-child(n+2) {
    border-top: 1px solid #e9e9e9;
}
#sod_inquiry li .inquiry_idtime {
    line-height: 25px;
    width: 20%;
}
#sod_inquiry li > div {
    display: table-cell;
    width: auto;
    padding: 0 10px;
    height: 75px;
    text-align: left;
    vertical-align: top;
}
#sod_inquiry li .idtime_link {
    font-weight: 500;
    color: #053863;
    text-decoration: underline;
}
#sod_inquiry li .idtime_link:hover{text-decoration:underline}
#sod_inquiry li .idtime_time {
    display: block;
    font-size: 12px;
    color: #999;
}
#sod_inquiry li .inquiry_name {
    width: 50%;
    margin: 5px 0 10px 0;
    font-weight: 400;
    color: #555;
}
#sod_inquiry li .inquiry_price {
    font-size: 14px;
    font-weight: 500;
    color: #053863;
    float: left;
}
#sod_inquiry li .inv_status {
    display: inline-block;
    float: right;
    margin: 0;
    font-weight: bold;
}
.status_01{background:#edfbde;color:#8cc152}
.status_02{background:#84c93a;color:#fff}
.status_03{background:#e2f6f2;color:#16b494}
.status_04{background:#e2eaf6;color:#053863}
.status_05{background:#053863;color:#fff}
.status_06 {background: #fff; color: red;}
[class^='status'] {
    display: inline-block;
    padding: 0 9px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
}
#sod_inquiry li .inq_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}
#sod_inquiry li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}
.smb_my_more {
    position: absolute;
    top: 0;
    right: 0;
}
.smb_my_more a {background: url(/img/more-btn.gif) no-repeat 0 1px;
    padding-left: 20px;
    height: 30px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
#sod_inquiry li .inv_inv {margin:10px 0 0;display:block;border:1px solid #e5ecf2;border-radius:3px;color:#4963b8;background:#f9fdff;padding:10px}
#sod_inquiry li .inv_inv i {margin-right:5px}
#sod_inquiry .li_cancel{background:#fcf1f1}

/* 주문상세내역 */
#title {position: relative;padding: 50px 0 30px 0;line-height: 30px;background-attachment: fixed;text-align: center;}
.khwrap:before, .khwrap:after {content: '';display: table;line-height: 0;clear: both;}
#title .mob {position: absolute;top: 0;left: 0;width: 50px;height: 50px;line-height: 50px;font-size: 24px;font-weight: 500;text-align: center;}
.khskip{position: absolute;z-index: -1; top: 0; left: 0; margin: 0;padding: 0;display: inline-block;line-height: 0;font-size: 0;color: transparent;opacity: 0;border: 0;overflow: hidden;}

#sod_fin_no{margin:0 0 20px;padding:15px;border:1px solid #eee;background:#fafafa;font-size:15px;font-weight:400;color:#333}
#sod_fin_no strong{padding-left:10px;font-weight:500}

#sod_sts_wrap{margin:0 0 10px;text-align:right}
#sod_sts_explan{display:none}
#sod_sts_explan > button{display:none}

#sod_fin_legend{padding:20px;line-height:20px;background:#fff;margin:10px 0;border:1px solid #e9e9e9;text-align:left}
#sod_fin_legend:after{display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt{clear:both;float:left;margin:0 0 5px;width:50px;font-weight:500}
#sod_fin_legend dd{float:left;margin:0}

#sod_fin #sod_bsk_tot li{background:#fff;border-bottom:1px solid #e7ebf1;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_fin #sod_bsk_tot li span{float:left;clear:both;color:#777}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong{color:#053863;font-size:17px}

.tbl_head03{margin:0 0 10px}
.tbl_head03 table{border-bottom:1px solid #d3d3d3;}
.tbl_wrap table {width: 100%;border-collapse: collapse;border-spacing: 0 5px;background: #fff;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}
.tbl_head03 caption{padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th{padding:20px 0;width:40px;color:#383838;font-size:14px;font-weight:500;text-align:center;letter-spacing:-0.5px;border-top:1px solid #959da6;border-bottom:1px solid #d3d3d3}
.tbl_head03 thead th .selec_chk + label span,
.tbl_head03 tbody td .selec_chk + label span{top:50%;left:50%;margin:-6.5px 0 0 -6.5px}
.tbl_head03 thead a{color:#383838}
.tbl_head03 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th{padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td{background:#fff;background-clip:padding-box;padding:25px 15px;border-top:1px solid #ccd2d9;border-left:1px solid #f6f6f6;line-height:20px;word-break:break-all;text-align:center}
.tbl_head03 td:first-child{border-left:0}

	

#sod_bsk_tot2{border:1px solid #e9e9e9;margin-bottom:20px; padding: 0; list-style: none;}
#sod_bsk_tot2 li{background:#fff;padding:0 15px;line-height:40px;text-align:right}

#sod_bsk_tot2 li span{float:left;clear:both;font-size:14px}
#sod_bsk_tot2 li strong{font-size:15px;font-weight:500}
#sod_bsk_tot2 li.sod_fin_tot{color:#053863;background:#fafafa;border-top:1px solid #e9e9e9}
#sod_bsk_tot2 li#alrdy{border-bottom:0 !important}
#sod_bsk_tot2 li#alrdy div{padding:5px 0 15px;text-align:right}
#sod_bsk_tot2 li#alrdy div p{position:relative;background:#d6e3f3;padding:0 10px;margin-bottom:1px}
#sod_bsk_tot2 li.sod_fin_tot strong{color:#053863;font-size:15px;font-weight:500}

#request_form{position:relative}
#request_form div{display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input{width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel{vertical-align:middle !important}
#request_form .btn_frmline{padding:0 10px;line-height:1.6em}

#sod_req_btn{margin:0 0 10px}
#sod_req_btn button{background:#626870}

#sod_req_log{margin:0 0 20px}
#sod_req_log ul{margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li{padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3{margin:20px 0 10px}
.sod_req_log_view table{margin:0}
.sod_req_log_view caption{padding:10px 0;font-size:14px;font-weight:500;text-align:left;line-height:1em}
.sod_req_log_view caption span{color:#ff3061}
.sod_req_log_view th{border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td{background:#fff;color:#000}
.sod_req_log_view p{padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it{width:270px}
.sod_req_log_view button{margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
#sod_fin_list .sod_img{position:absolute;top:25px;left:20px}
#sod_fin_list .sod_name{text-align:left}
#sod_fin_list .sod_name a{line-height:18px;font-size:15px;font-weight:500}
#sod_fin_list .sod_name .sod_opt:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;background:#e2eaf6;line-height:1em;color:#053863}
#sod_fin_list #th_itst{width:80px}

#sod_fin_view{border:1px solid #e9e9e9}
#sod_fin_view h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3{margin:0 0 10px}
#sod_fin_view .basic_tbl th{padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay{margin:0 0 20px;background:#fff;border:1px solid #e3e5e8}
#sod_fin_pay h3{background:#fff;font-size:16px;font-weight:500;padding:15px 20px;border-bottom:1px solid #e3e5e8}
#sod_fin_pay ul{margin:0;padding:15px 20px;list-style: none;}
#sod_fin_pay li{line-height:24px;padding:5px 0}
#sod_fin_pay li:after{display:block;visibility:hidden;clear:both;content:""}
#sod_fin_pay li>span, #sod_fin_pay li>strong{float:left;font-size:13px}
#sod_fin_pay li>strong{width:80px;font-weight:500}
#sod_fin_pay li>span{width:calc(100% - 80px);font-weight:300}
#sod_fin_pay li .letter-2px{letter-spacing:-2px}
a.btn_frmline.is-long-text{height:auto;width:160px}

#sod_fin_orderer{margin:0 0 20px}
#sod_fin_orderer .tbl_wrap{padding:20px}
#sod_fin_dvr .tbl_wrap{padding:20px}
#sod_fin .sod_left h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3{background:#fff;font-size:16px;font-weight:500;padding:15px 20px;border:1px solid #e3e5e8;border-bottom:0;margin-bottom: 0;}
#sod_fin .sod_left .tbl_head01{background:#fff;border:1px solid #e3e5e8}
#sod_fin .sod_left th{padding:10px 0;border:0;text-align:left;width:100px;font-size:14px;font-weight:500;color:#666;background:#fff}
#sod_fin .sod_left td{padding:10px 0;border:0;font-size:14px;font-weight:300;background:#fff}
#sod_fin_dvr .dvr_link{color:#ff3061;text-decoration:underline}

#sod_fin_cancel{text-align:center}
#sod_fin_cancel .sod_fin_c_btn{height:50px;border:1px solid #bababa;font-weight:500;width:100%;background:none;color:#5e6b6f}
#sod_fin_cancel .sod_fin_c_btn:hover{background:#fff}
#sod_fin_cancel h2{padding:15px;border-bottom:1px solid #e8e8e8;text-align:left}
#sod_fin_cancel p{text-align:center;background:#fafafa;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:16px;font-weight:500}

#sod_cancel_pop{display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
#sod_fin_cancelfrm{position:absolute;top:50%;left:50%;background:#fff;text-align:center;width:245px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff}  
#sod_fin_cancelfrm form{padding:20px}
.sod_fin_bg{background:rgba(0,0,0,0.1);width:100%;height:100%}
.sod_cls_btn{position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

#sod_fin_cancelfrm .frm_input{background:#fff;margin:0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline{background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test{padding:10px}

@media (max-width: 748px){

/* 주문내역 */
#smb_my_od h2 {font-size: 16px;}
[class^='status']{display:inline-block;padding:0 5px;line-height:25px;font-size:12px;font-weight:300}
#sod_inquiry li {display: flex;flex-direction: column;}
#sod_inquiry li .sod_img, #sod_inquiry li .inquiry_inv{display: none;}
#sod_inquiry li .inquiry_idtime {display: flex; flex-direction: row; justify-content: space-between; width: 100%;}
#sod_inquiry li > div {height: 25px;}
#sod_inquiry li .inquiry_name{width: 100%;}

/* 주문상세내역 */
#title {position: relative;padding: 0;line-height: 50px;background-attachment: fixed;text-align: left;border-bottom: 1px solid #e9e9e9;}
.khwrap {position: relative;width: 100%;zoom: 1;}
.khwrap:before, .khwrap:after {content: '';display: table;line-height: 0;clear: both;}
#title h3 {display: block;padding: 0 50px; margin-bottom: 20px; font-size: 15px;font-weight: 500;color: #053863;letter-spacing: -1px;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#title .mob {top: 0;left: 0; width: 30px;height: 30px;line-height: 30px;font-size: 22px;font-weight: 500;text-align: center;}
#sod_fin_no {margin: 0 0 20px;padding: 10px 15px;border: 1px solid #eee;background: #fafafa;font-size: 13px;font-weight: 400;color: #333;}
#sod_fin_list thead {display: none;}
#sod_fin_list tbody tr { background: #fcfcfc; overflow: hidden; border-bottom: 1px solid #e9e9e9;}
#sod_fin_list tbody td:before {content: attr(data-th);float: left;height: 30px;line-height: 30px;vertical-align: middle;white-space: nowrap; overflow: hidden;text-align: left; color: #000;}
#sod_fin_list tbody td {float: left;width: 50%;padding: 0 10px;font-size: 12px;line-height: 30px;background: none;overflow: hidden;text-align: right;border-top: 1px dashed #e9e9e9;border-left: 0;}
#sod_fin_list tbody td:nth-child(2n+1) {border-left: 1px dashed #e9e9e9;}
#sod_fin_list .td_prd {padding: 10px;position: relative; height: 80px !important; min-height: 80px; width: 100% !important;text-align: left;border: 0 !important;border-top: 1px solid #053863!important;}
#sod_fin_list .sod_img {float: left; top:10px; margin: 0 8px 8px 0;}
#sod_fin_list .sod_name br { display: none;}
#sod_fin_list .sod_name {text-align: left; display: inline-block; padding-left: 80px;}
#sod_fin_list .sod_name a {display: block;line-height: 18px;font-size: 13px;font-weight: 500;}
.sod_opt {margin: 2px 0 0 0;line-height: 20px; font-size: 11px;}
#sod_fin_list .sod_name .sod_opt:before {content: "옵션";display: inline-block;margin: 1px 5px 2px 0;padding: 3px;background: #e2eaf6;line-height: 1em;color: #053863;}
.sod_left {vertical-align: top;}
#sod_fin_orderer {margin: 0 0 10px;}
#sod_fin .sod_left h3 {background: #fff;font-size: 13px;font-weight: 500;padding:10px;border: 1px solid #e3e5e8;border-bottom: 0;}
#sod_fin .sod_left .tbl_head01 {background: #fff;border: 1px solid #e3e5e8;}
#sod_fin_orderer .tbl_wrap{padding: 10px;}
#sod_fin .sod_left th {padding: 4px 0;border: 0;text-align: left;width: 80px;font-size: 12px;font-weight: 500;color: #666;background: #fff;vertical-align: top;}
#sod_fin .sod_left td {padding: 5px 0;border: 0;height: 20px;line-height: 20px;font-size: 12px;font-weight: 300;background: #fff;vertical-align: top;}
.tbl_wrap table { border-top: none;border-bottom:none;}
.sod_right {position: relative;}
#sod_bsk_tot2 {border: 1px solid #e9e9e9;margin-bottom: 10px;}
#sod_bsk_tot2 li {background: #fff;padding: 5px 10px;line-height: 20px;text-align: right;}
#sod_bsk_tot2 li span {float: left;clear: both;font-size: 12px;}
#sod_bsk_tot2 li strong {font-size: 14px;font-weight: 500;}
#sod_bsk_tot2 li.sod_fin_tot {color: #053863;background: #fafafa;border-top: 1px solid #e9e9e9;}
#sod_bsk_tot2 li#alrdy {border-bottom: 0 !important;}
#sod_fin_pay {margin: 0 0 10px;background: #fff;border: 1px solid #e3e5e8;}
#sod_fin_pay h3 {background: #fff;font-size: 13px;font-weight: 500;padding: 10px; margin-bottom: 0; border-bottom: 1px solid #e3e5e8;}
#sod_fin_pay ul {padding: 10px;}
#sod_fin_pay li {line-height: 24px;padding: 5px 0;}
#sod_fin_pay li>strong {width: 80px;font-weight: 500; font-size: 12px;}
#sod_fin_pay li>span {width: calc(100% - 80px);font-weight: 300; ont-size: 12px;}
#sod_fin_pay li:after {display: block;visibility: hidden;clear: both;content: "";}
#sod_fin_cancel {text-align: center;}
#sod_fin_cancel p {text-align: center;background: #ffe0e0;border: 2px solid #d50c0c;padding: 10px;color: #d50c0c;font-size: 14px;font-weight: 500;}



}