html,
body {
    width: 100%;
    height: 100%;
}

.order_title_basic {
    height: 40px;
    text-align: center;
    font-weight: bold;
    color: #656565;
    background-color: #f9f9f9;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #eeeeee;
}

.prd_info_td {
    color: #656565;
    height: 40px;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #eeeeee;
}

.price_td {
    font-weight: bold;
    color: #e98933;
    height: 40px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}

.prd_cnt_td {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.prd_cnt {
    width: 30px;
    height: 20px;
    text-align: right;
    padding: 0px 3px 0px 0px;
}

.calcu_td {
    font-weight: bold;
    color: #e98933;
    height: 40px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}

.total_price_td {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.order_info_td {
    height: 30px;
    color: #656565;
    border-bottom: 1px solid #eeeeee;
}

.order_nm_td {
    width: 124px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    color: #717173;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #eeeeee;
    background-color: #f9f9f9;
}

.order_nm_td2 {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #eeeeee;
    padding-left: 10px;
}

.order_basic_td {
    width: 124px;
    height: 35px;
    color: #717173;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    background-color: #f9f9f9;
}

.order_basic_td2 {
    border-bottom: 1px solid #eeeeee;
    padding-left: 10px;
}

.order_comment_td {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0px 5px 10px;
}

.confirm_box {
    width: 520px;
    min-height: 520px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 20px;
    margin-left: -250px;
}

.confirm_box .order_list {
    width: 480px;
    margin-bottom: 10px;
}

.confirm_box .order_list>li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.confirm_box .order_list>li .ol_title {
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    color: #333;
    font-weight: bold;
}

.confirm_box .order_list>li .ol_content {
    display: inline-block;
    box-sizing: border-box;
    width: 330px;
    line-height: 30px;
    vertical-align: top;
    color: #666;
}

.confirm_box .ol_btn_cancel {
    position: absolute;
    bottom: 20px;
    right: 180px;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #a1a1a1;
    color: #fff;
}

.confirm_box .ol_btn_complete {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #ee460d;
    color: #fff;
    font-weight: bold;
}
.confirm_sendprice {
    display: flex;
}
.confirm_sendprice .chk_sendprice {
    width: 20px;
    height: 20px; 
}
.confirm_sendprice > p {
    width: 440px;
}

.confirm_box a:link,
.confirm_box a:visited,
.confirm_box a:hover,
.confirm_box a:active {
    text-decoration: none;
    color: #fff;
}