/* shopping card step start */
.shopping_card_step_item {
    overflow: hidden;
    height: 83px;
}

.shopping_card_step_item li {
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    /* width: 170px; */
    padding: 16px 0 16px 100px;
    margin-left: 100px;
}

.shopping_card_step_item li:first-child {
    margin-left: 0;
}

.shopping_card_step_item li .icon1 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cart/step_1.png) center no-repeat #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.shopping_card_step_item li .icon1.on {
    background: url(../images/cart/step_1_on.png) center no-repeat #fff;
}

.shopping_card_step_item li small {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #999;
}

.shopping_card_step_item li strong {
    font-size: 18px;
    color: #999;
}

.shopping_card_step .shopping_card_step_item li {
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    width: 70px;
    padding: 20px 0 20px 100px;
    margin-left: 50px;
}

.shopping_card_step_item li i {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -14px;
    width: 14px;
    height: 28px;
    background: url(../images/icons/step_arrow.png) no-repeat;
}

.shopping_card_step .shopping_card_step_item li.on span {
    border-color: #222;
}

.shopping_card_step_item li .icon2 {
    background: url(../images/cart/step_2.png) center no-repeat #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.shopping_card_step_item li .icon2.on {
    background: url(../images/cart/step_2_on.png) center no-repeat #fff;
}

.shopping_card_step_item li .icon3 {
    background: url(../images/cart/step_3.png) center no-repeat #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.shopping_card_step_item li .icon3.on {
    background: url(../images/cart/step_3_on.png) center no-repeat #fff;
}

/* shopping card step end */

/* shopping cart start */
.shopping_cart_step {
    background: #fafafa;
    text-align: center;
    padding: 24px 0;
    margin: 30px 0px 0px;
}

.shopping_card_step_item li .on {
    border: 1px solid #222;
}

.shopping_card_step_item li .on_color {
    color: #222;
}

.shopping_detail_cont {
    margin: 15px 0 0;
}

.shopping_detail_cont th {
    height: 47px;
    line-height: 47px;
}

.shopping_detail_cont .shop_detail_th3 {
    min-width: 450px;
    text-align: center;
}

.shopping_detail_cont .shop_detail_th4,
.shopping_detail_cont .shop_detail_th5 {
    width: 15%;
}

.table_cont.shopping_detail_cont .shop_detail_th {
    width: 5%;
}

.table_cont.shopping_detail_cont .shop_detail_th2 {
    width: 70px;
}

.shopping_detail_cont td {
    background-color: #fff;
}

.shopping_detail_cont .td_label3 {
    height: 47px;
    min-width: 144px;
}

.shopping_detail_cont .td_label4 {
    min-width: 70px;
}

.shopping_detail_cont .td_label4_sub a:hover {
    text-decoration: underline;
}

.shopping_detail_cont img {
    max-width: 60px;
    height: 60px;
}

.shopping_cart .shopping_detail_cont .count_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping_cart .table_cont.shopping_detail_cont .td_label_icon {
    width: 6%;
}

.shopping_cart .table_cont.shopping_detail_cont .shop_detail_th {
    width: 2%;
}

.shopping_cart .shopping_table .shopping_detail_cont .img_icon {
    width: 20px;
    height: 20px;
}

.shopping_detail_cont .count_box a.up,
.shopping_detail_cont .count_box a.down {
    border-left: 1px solid #ddd;
    font-size: 19px;
    background: #f5f5f5;
}

.shopping_detail_cont .count_box a.up {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #111;
    background: #f4f4f4;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
}

.shopping_detail_cont .count_box a.down {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #111;
    background: #f4f4f4;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
}

.shopping_detail_cont .count_box .input_number {
    float: left;
    color: #111;
    width: 40px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    margin: 5px 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.shopping_detail_cont .count_box .update_count {
    float: left;
    width: 40px;
    height: 30px;
    color: #111;
    font-size: 14px;
    background: #fff;
    margin: 5px 0 5px 4px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
}

.shopping_detail_cont .count_box .edit_btn {
    width: 40px;
    height: 30px;
    line-height: 28px;
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 5px;
    color: #555;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}

.shopping_detail_cont .btn {
    display: inline-block;
    width: auto;
    border-radius: 0px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ddd;
    color: #999;
    font-size: 13px;
    padding: 0 16px;
    vertical-align: middle;
    transition: all 0.2s;
    box-sizing: border-box;
}

.shopping_detail_cont .btn~.btn {
    margin-top: 4px;
}

.shopping_detail_cont .td_label5 {
    font-size: 16px;
    height: 56px;
    color: #111;
}

.shopping_detail_cont .td_label5 p {
    margin-bottom: 4px;
}

.shopping_detail_cont .td_label4 {
    font-size: 16px;
}

.shopping_detail_cont .td_label4_sub {
    font-size: 13px;
}

.shopping_order_table {
    margin: 0 auto 30px;
    height: auto;
}

.shopping_order_table .input {
    min-width: 100px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    background: #fff;
    box-sizing: border-box;
    width: auto;
}

.shopping_order_table .input_name {
    min-width: 216px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    background: #f6f6f6;
    box-sizing: border-box;
    width: auto;
}

.shopping_order_table .input_text {
    background: #f6f6f6;
    border: 1px solid #ddd;
    width: 200px;
    height: 40px;
}

.shopping_order_table .input_email {
    min-width: 253px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    background: #f6f6f6;
    box-sizing: border-box;
}

.shopping_order_table .td_label {
    background-color: #fafafa;
    min-width: 192px;
    height: 50px;
    padding-left: 16px;
    font-size: 15px;
}

.shopping_order_table .td_label2 {
    background-color: #fafafa;
    width: 192px;
    height: 143px;
    padding-left: 16px;
    font-size: 15px;
}

.shopping_cart_p .shopping_order_table td {
    height: 64px;
    padding: 8px 0 8px 16px;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.025rem;
    color: #111;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: 700;
}

.shopping_cart_p .shop_order_table2 .tax_td1 {
    padding: 8px 0 0 16px;
}

.shopping_cart_p .shop_order_table2 .tax_td {
    padding-top: 16px;
}

.shopping_cart_p .shop_order_table2 td {
    height: 40px;
    text-align: left;
    font-size: 15px;
    color: #555;
    height: 56px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    box-sizing: border-box;
}

.shopping_cart_p .shop_order_table2 .td_label {
    min-width: 192px;
}

.shopping_cart_p .shop_order_table2 .input_coupon {
    min-width: 200px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    margin: 5px 16px;
    background: #f6f6f6;
    box-sizing: border-box;
}

.shopping_cart_p .shop_order_table2 .coupon_btn {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 38px;
    border: 1px solid #555;
    background: #666;
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
    vertical-align: top;
}

.shopping_order_table .td_content2 .input_send {
    padding: 0px 8px;
    width: 265px;
    height: 40px;
    margin: 0px;
    background: #fff;
    border: 1px solid #ddd;
}

.shopping_order_table .td_content2 button {
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0px;
    line-height: 38px;
    border: 1px solid #555;
    background: #666;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.045rem;
    padding: 0 12px;
    vertical-align: top;
    box-sizing: border-box;
}

.shopping_order_table .input[name*="address"] {
    margin-top: 3px;
}

.shopping_order_table textarea.input {
    width: 100%;
    height: 90px;
    resize: none;
}

.order_btn .btn {
    min-width: 200px;
    height: 55px;
    line-height: 55px;
}

.shopping_cart_p .my_page .form_table td {
    font-weight: 700;
    padding: 16px;
}

.shopping_cart_p .shopping_detail_cont td:nth-child(6),
.shopping_cart_p .shopping_detail_cont td:nth-child(5),
.shopping_cart_p .shopping_detail_cont td:nth-child(4) {
    width: 10%;
}

.shopping_cart_p .table_cont.shopping_detail_cont .td_label4_sub.product_info {
    width: auto;
}

.delivery_address_title {
    display: flex;
    justify-content: space-between;
    height: 70px;
}

.delivery_address_title .delivery_address_chk_box {
    padding-top: 35px;
    font-size: 15px;
    color: #111;
    font-weight: 700;
}

.delivery_address_title .order_ttl {
    margin: 30px 0px 0px;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.065rem;
    color: #111;
}

.shopping_table input[type="checkbox"] {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.shopping_table input[type="checkbox"]+label {
    display: inline-block;
    font-size: 15px;
    color: #555;
    margin: 0 0 0 6px;
    vertical-align: middle;
}

.reserve_ttl {
    font-size: 13px;
    color: #f00;
    margin: 5px 16px;
}

.shopping_order_btn {
    display: flex;
    justify-content: center;
}

.shopping_order_btn .submit_btn,
.shopping_order_btn .cancel_btn {
    width: 250px;
    height: 50px;
    line-height: 20px;
}

/* shopping cart end */

/**************************shopping order *************/
.shopping_cart .order_member_btn .on {
    background: #4A7CAD;
    border-color:#4A7CAD;
    color: #fff;
}

.shopping_cart .order_member_btn .on:hover {
    opacity: 0.6;
    transition: .3s ease;
}

.shopping_cart .order_member_btn a,
.shopping_cart .order_member_btn button {
    display: inline-block;
    min-width: 120px;
    height: 55px;
    line-height: 53px;
    padding: 0 30px;
    font-size: 16px;
    color: #555;
    letter-spacing: -0.07em;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 8px;
}

.shopping_cart .order_member_btn a:hover {
    opacity: 0.6;
    transition: .3s ease;
}

.shopping_order_table2 .tax_table {
    border-top: 1px solid #333;
    margin: 15px 0;
    box-sizing: border-box;
}

.tax_body1 {
    display: none;
    padding-top: 16px;
}

.tax_body {
    display: none;
    padding-top: 16px;
}

.shopping_cart .shopping_detail_cont .shopping_th {
    width: 514px;
}

.shopping_cart .shopping_order .shopping_detail_cont .td_label4 {
    font-size: 12px;
}

.shop_order_table2 .tax_table .tax_body .tax_input {
    width: 200px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.tax_table1 .input_box_item {
    width: 70px;
    height: 30px;
    border: 1px solid #ddd;
}

.tax_table1 .input_box_list {
    margin: 5px 16px;
}

.tax_table1 hr {
    width: 100%;
    padding: 0;
    margin: 0;
}

.shop_order_table2 .tax_table .tax_body .tax_input1 {
    width: 60%;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.shop_order_table2 .tax_table1 .tax_body1 .input {
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.tax_table1 {
    width: 100%;
}

.tax_table .tax_body .td_input {
    width: 198px;
}

.input_box {
    width: 298px;
}

.shopping_table .tax_table {
    width: 100%;
}

.shop_order_table2 .tax_table .tax_body .input_box1 {
    width: 180px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.radio_content {
    width: 198px;
}

.radio_content_input {
    padding: 8px 0 8px 16px;
}

/* .tax_table1 {
    margin: 8px 16px;
} */

.tax_table1 .label_list {
    padding: 5px 16px;
    line-height: 30px;
}

.tax_table1 .label_list label {
    padding: 0;
}

.tax_table {
    margin-left: 16px;
}

.tax_table .tax_input,
.tax_table .input_box1 {
    margin: 0px 16px;
}

/* shopping order end */

.shopping_cart .npay_button_box {
    width: 236px;
    height: 88px;
    margin: 0 auto;
    border-top: 2px solid #2b2f3a;
    background-color: #fff;
    margin-bottom: 60px;
}

.shopping_cart .npay_blind {
    overflow: hidden;
    position: absolute;
}

.shopping_cart .npay_button {
    position: relative;
    height: 59px;
    padding: 11px 0 11px 86px;
}

.shopping_cart .npay_text {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 79px;
    height: 36px;
    background: url(../images/sub3_img/x.png) no-repeat;
    background-size: 180px auto;
}

.shopping_cart .npay_btn_list {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: none;
}

.shopping_cart .npay_btn_list tbody {
    display: table-row-group;
}

.npay_btn_list tr {
    display: table-row;
}

.shopping_cart .npay_btn_item {
    display: table-cell;
    height: 37px;
    width: 110px;
    text-align: left;
}

.shopping_cart .npay_btn_link.btn_green {
    border-color: #00c851;
    background-color: #00de5a;
}

.shopping_cart .npay_btn_link.npay_btn_pay {
    background-image: url(../images/sub3_img/npay_sp_payment.png) !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 63px auto;
}

.shopping_cart .npay_btn_link {
    display: block;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.shopping_cart .npay_btn_item.btn_width {
    width: 40px;
}

.shopping_cart .npay_btn_link.npay_btn_talk {
    background-image: url(../images/sub3_img/npay_sp_talk.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 35px auto;
}

.shopping_cart .npay_btn_link.npay_btn_talk {
    width: 35px;
}

.shopping_cart .npay_event {
    position: relative;
    padding: 0 40px 0 0;
    border: 0 none;
    border-top: 1px solid #eaecee;
}

.shopping_cart .npay_more_prev {
    right: 15px;
    background-position: 0 0;
}

.shopping_cart .npay_more {
    position: absolute;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(/assets/imgs/npay_sp_more.png) no-repeat;
    background-size: 31px auto;
    text-decoration: none;
}

.shopping_cart .npay_event_text {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    white-space: nowrap;
    letter-spacing: 0;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.shopping_cart .npay_event_text .event_title {
    display: inline;
    margin: 0 5px 0 0;
    font-weight: normal;
    color: #00c05a;
    vertical-align: middle;
}

.shopping_cart .npay_event .npay_event_text .event_link {
    display: inline;
    color: #929294;
    vertical-align: middle;
}

.shopping_cart .npay_more_next {
    right: 0 !important;
    background-position: -15px 0 !important;
}

.main .gry_bar {
    width: 100%;
    margin-top: 30px;
    height: 12px;
    border-top: 1px solid #e2e2e2;
    background: #f8f8f8;
}

.main .line_clamp_2 {
    font-size: 13px;
}

.header {
    margin: 30px auto 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.065rem;
    color: #111;
}

.td_label5_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* .td_label5_left {
    text-align: right;
} */
.td_label5_left p {
    margin-bottom: 4px;
}

.td_label5_right span {
    font-size: 14px;
}

.table_cont .td_label4.subtotal {
    height: 64px;
    font-weight: 700;
    border-bottom: 0;
    color: #333;
}

.td_label_order_code p {
    background: #A9B5C9;
    color: #fff;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.45px;
}

.td_label_order_code p span {
    margin-left: 8px;
}

.order_detail_item .td_label4 img {
    max-width: 60px;
    height: auto;
}

.table_cont .td_label4_sub a {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.45px;
}

.table_cont .td_label4_sub .order_item_info {
    color: #111;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.39px;
    margin-top: 6px;
}

.shopping_detail_cont td:first-child {
    width: 2%;
}

.table_cont.shopping_detail_cont .td_label4.product_img {
    width: 5%;
}

.shopping_detail_cont td:nth-child(4), .shopping_detail_cont td:nth-child(5) {
    width: 15%;
}

.shopping_detail_cont td:nth-child(6), .shopping_detail_cont td:nth-child(7) {
    width: 6%;
}

.table_cont.shopping_detail_cont .td_label4_sub.product_info {
    width: 50%;
    font-size: 15px;
    padding: 12px 0 12px 12px;
}

.table_cont.shopping_detail_cont .td_label4_sub.product_info span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.shopping_cart_p .shopping_detail_cont td:nth-child(4),
.shopping_cart_p .shopping_detail_cont td:nth-child(5),
.shopping_cart_p .shopping_detail_cont td:nth-child(6) {
    font-size: 16px;
}

@media(max-width: 1023px) {
    .shopping_cart .shopping_detail_cont {
        width: 100%;
        min-width: auto;
    }

    .shopping_cart .shopping_detail_cont .count_box a.down {
        width: 20px;
        padding-left: 7px;
    }

    .shopping_cart .shopping_detail_cont .td_label5 {
        font-size: 13px;
    }

    .shopping_cart .shopping_detail_cont .td_label4 .order_prd_price {
        font-size: 18px;
    }

    .shopping_cart .shopping_detail_cont .count_box .input_number {
        width: 24px;
    }

    .shopping_detail_cont .count_box a.up {
        width: 20px;
        font-size: 14px;
    }

    .shopping_cart .shopping_table .shopping_detail_cont .td_label4_sub {
        font-size: 12px;
    }

    .shopping_cart .shopping_table .shopping_detail_cont .td_label4 {
        font-size: 12px;
    }

    .shopping_cart .shopping_table .shopping_detail_cont th {
        font-size: 14px;
    }

    .shopping_cart .shopping_table .shopping_detail_cont .td_label3 {
        min-width: 100px;
    }

    .shopping_cart .shopping_detail_cont .shop_detail_th3 {
        min-width: 150px;
        text-align: center;
    }

    .shopping_cart .table_cont.shopping_detail_cont .shop_detail_th2 {
        width: 5%;
    }

    .shopping_cart .shopping_detail_cont .count_box {
        margin-left: 0;
    }

    .shopping_detail_cont .count_box .update_count {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

    .shopping_cart .order_member_btn a,
    .shopping_cart .order_member_btn button {
        padding: 0 10px;
    }

    .shopping_cart_p .shopping_detail_cont td:nth-child(3),
    .shopping_cart_p .shopping_detail_cont td:nth-child(4),
    .shopping_cart_p .shopping_detail_cont td:nth-child(5),
    .shopping_cart_p .shopping_detail_cont td:nth-child(6) {
        font-size: 12px;
    }

}

@media(max-width: 767px) {
    .shopping_cart_step {
        display: none;
    }

    .shopping_cart .shopping_detail_cont tr:first-child {
        border: 0;
    }

    .shopping_order_table .val .input {
        width: 90px;
      }

      .shopping_order_table .input_name,
      .shopping_order_table .input_email {
        width: 100%;
    }
}

/* order pay start */
.order_pay .select {
    appearance: none;
    background: url(./images/sub02/mypage_qna/sel_arr.png) calc(100% - 16px)
      50% no-repeat;
    height: 40px;
    padding: 0px 40px 0px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 13px;
    color: #333;
    margin: 0;
  }
  .order_pay input {
    min-width: 200px;
    line-height: 38px;
    font-size: 14px;
    height: 40px;
    padding: 0px 8px;
    border: 1px solid #ddd;
    color: #333;
  }
  .button_list_conts .link_btn_container a {
    display: inline-block;
    width: 200px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 17px;
    /* color: #999; */
    letter-spacing: -0.065rem;
    /* background: #fff; */
    border: 1px solid #ddd;
    vertical-align: middle;
    margin: 0 4px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
  }
  .button_list_conts .link_btn_container .submit_btn,
  .button_list_conts .link_btn_container .return_btn {
    background-color: #fff;
    border-color: #ccc;
    color: #555;
  }
  .button_list_conts .link_btn_container .submit_btn:hover,
  .button_list_conts .link_btn_container .return_btn:hover {
    opacity: 0.6;
  }
  /* order pay end */

  @media(max-width: 767px) {
    .link_btn_container {
        display: flex;
        flex-wrap: wrap;
    }

    .button_list_conts .link_btn_container a {
        width: 150px;
    }
  }


  /* Order not success */
  .order-result {
    text-align: center;
    margin-top: 66px;
}

.order-result h2 {
    color: #111;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -0.72px;
    margin-bottom: 50px;
}

.order-result p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.72px;
    margin-bottom: 25px;
}

.order-result p.order-result-error {
    color: #FF0000;
    margin-bottom: 12px;
}

.order-result a {
    padding: 14px 54px;
    border-radius: 5px;
    background: #222;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px; /* 158.824% */
    letter-spacing: -1.04px;
}

.order_detail_cont .td_label6_sub {
    color: #555;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px; /* 100% */
    letter-spacing: -0.4px;
    height: 57px;
}

.order_detail_cont .td_label6 {
    color: #555;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px; /* 100% */
    letter-spacing: -0.4px;
    height: 57px;
}

@media(max-width: 767px) {
    .order-result h2 {
        font-size: 30px;
    }

    .td_label5_wrap {
        flex-direction: column;
        gap: 12px;
    }

    .table_cont .td_label4_sub a {
        font-size: 14px;
    }
}

/**/
.order_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.065rem;
    color: #111;
    margin: 30px auto 0;
}

.order_detail_cont {
    margin-top: 10px;
}

.order_complete .table_cont .td_label4 a {
    padding: 12px;
}

@media(max-width: 767px) {
    .order_complete .table_cont .td_label4 a {
        padding: 0;
    }
}

.inquiry-modal {
    position: fixed;
    z-index: 9;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    display: none;
    align-items: center;
    justify-content: center;
}
.inquiry-modal .modal-wrap {
    width: calc(100% - 30px);
    max-width: 684px;
    padding: 24px;
    background: #F7F7F7;
    position: relative;
}
.inquiry-modal .close-modal {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    background: #333;
    border-radius: 50%;
    padding: 5px;
}
.inquiry-modal .modal-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 36px;
}
.inquiry-modal .modal-wrap .btn-primary {
    max-width: 427px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    width: 200px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.065rem;
    border: 1px solid #ddd;
    cursor: pointer;
    background: #222;
    color: #fff;
}
@media(max-width: 767px) {
    .inquiry-modal .modal-wrap {
        padding: 24px 12px;
    }
    .inquiry-modal .close-modal {
        right: 12px;
        top: 24px;
    }
}
