@charset "utf-8";


/* cart Product */
.cart-order {
    margin-top: 1rem !important;
}

.cart-order .cart-header ul {
    display: flex;    
    font-weight: 600;
    padding: 1rem 0;
    border-top: 1px solid #666; 
    border-bottom: 1px solid #ddd;
}

.cart-order .cart-list ul {
    display: flex;
}

.cart-order .cart-list .cart-prod {
    padding: 1rem 0.5rem ;
}

.cart-order .cart-header ul li:nth-child(1) {
    flex-basis: 219px;
}

.cart-order .cart-header ul li:nth-child(1) div {
    padding-left: 2px;
}

.cart-order .cart-list .cart-prod-list li:nth-child(1) {
    flex-basis: 30px;
}

.cart-order .cart-header ul li:nth-child(2) {
    flex: 2 1 80%;
}

.cart-order .cart-list .cart-prod-list li:nth-child(2) {
    flex: 2 1 100%;
}

.cart-order .cart-header ul li:nth-child(3), 
.cart-order .cart-header ul li:nth-child(4) {
    flex: 1 1 13%;
}

.cart-order .cart-header label {
    margin-left: 1px;
    font-size: var(--fs-13);
    font-weight: 500;
  }  


.cart-order .cart-list .cart-prod-list li:nth-child(3), 
.cart-order .cart-list .cart-prod-list li:nth-child(4)  {
    flex: 1 1 13%;
}

.cart-order .cart-list:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

/* .cart-order .cart-header ul li:nth-child(3)  {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
} */

.cart-order .cart-list .cart-prod-list li:nth-child(3)  {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.cart-order .cart-list .cart-prod .cart-prod-img img{
    width: 100px;
    height: 100px;
}

.cart-order .cart-list .cart-prod .cart-prod-items {
    margin-left: 20px;
    position: relative;
    width: 100%;
}

.cart-order .cart-list .cart-prod .cart-prod-items .cart-prod-name {
    font-size: var(--fs-16);
    font-weight: 600;
    color: #333;
}

.cart-order .cart-list .cart-prod .cart-prod-items .cart-prod-options {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

/* .cart-order .cart-list .cart-prod .cart-prod-items .cart-prod-options:nth-child(even) { */
 .cart-order .cart-list .cart-prod .cart-prod-items .cart-prod-options:not(:last-child) {
    border-bottom: 1px solid #ddd;    
}

.cart-order .cart-list .cart-prod .cart-prod-items .cart-prod-options span {
    font-size: var(--fs-13);
    color: #333;  
}

.cart-order .cart-prod-items .cart-prod-options .cart-prod-option-item {
    flex: 1 1 55%;
    display: flex;
    align-items: center;
}

.cart-order .cart-prod-items .cart-prod-options .cart-prod-option-qty-price {
    flex: 1 1 44%;
    justify-content: end;
    align-items: center;
    display: flex;
}

.cart-order .cart-prod-items .cart-prod-options .cart-prod-option-price-item {
    /* flex: 1 1 30%; */
    justify-content: end;
    align-items: center;
    display: flex;
    font-size: small;
}

.cart-order .cart-prod-price-item,
.cart-order .cart-prod-delivery-item {
    display: flex; 
}

.cart-order .cart-prod-price-item,
.cart-order .cart-prod-items .cart-prod-options .cart-prod-option-price {
    width: 91px;
}

.cart-order .cart-list .order-prod-amount, 
.cart-order .cart-list .order-prod-delivery,
.cart-order .cart-list .order-prod-tot-amount {
    font-size: var(--fs-14);
    color: #000;
    /* font-weight: 600; */
}

.cart-order-total .cart-order-prod-amount { 
    border-top: 1px solid #aaa;   
    border-bottom: 1px solid #666;   
}

.cart-order,
.cart-order-total,
.cart-order-payment,
.cart-order-info { 
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.cart-order-payment-btn { 
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.cart-order-payment-btn button.btn-order { 
    background-color: #515151 !important;
}

.cart-order-total .cart-order-prod-amount ul li,
.cart-order-payment .cart-order-prod-payment ul li { 
    padding-top: 7px;
    padding-bottom: 4px;    
}

.cart-order-total .cart-order-prod-amount ul li div { 
    font-size: var(--fs-15);
    /* font-weight: 600; */
}

.cart-order-total .cart-order-prod-amount ul li:not(:last-child),
.cart-order-payment .cart-order-prod-payment ul li:not(:last-child) { 
    /* border-bottom: 1px solid #ddd; */
}

.cart-order-total .cart-order-prod-amount li div:nth-child(1),
.cart-order-payment .cart-order-prod-payment li div:nth-child(1) { 
    width: 130px;
    text-align: start;
}

.cart-order-total .cart-order-prod-amount li div:nth-child(2),
.cart-order-payment .cart-order-prod-payment li div:nth-child(2) { 
    width: 150px;
    text-align: end;
}

.cart-order-payment .cart-order-prod-payment ul li div { 
    font-size: var(--fs-15);
    font-weight: 600;
}

.cart-order-total .cart-order-prod-amount .cart-order-prod-payment-price {
    color: #ea5413;
}

.cart-order-payment .cart-order-prod-payment .cart-order-payment-amount div {
    color: #ed2650;
    font-size: var(--fs-16) !important;
}

.cart-order-total .cart-order-prod-amount .cart-order-prod-subject,
.cart-order-payment .cart-order-prod-payment .cart-order-prod-subject { 
    font-size: var(--fs-22);
}    

.btn-order-payment button {
    /* margin-top: 10px; */
    margin: 20px 0px;
    /* width: calc(100% - 42px); */
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    padding: 15px 0px;
}


.cart-del-all-check {
    /* ms-3 btn-sm */
    left: -3px !important;
}

.btn-cart-del {
    font-size: var(--fs-12);
    margin-left: 6px;
    margin-top: -3px;
    background-color: #fff;
    padding: 4px 5px;
    border: 1px solid #b3b3b3;    
}

.mobile-show {
    display: none !important;
}

.cart-order-info .cart_notice {
    position: relative;
    width: 100%;
}

.cart-order-info .pay_notice{
    font-size: var(--fs-15);
    margin-bottom: 2.5rem;
}

.cart-order-info .pay_notice {
    margin-top: 40px;
}

.cart-order-info .pay_notice p::before {
    content: '\2022' !important;
    /* margin-right: 10px; */
    margin-left: -11px;
}
.cart-order-info .pay_notice p {
    color: #666;
    margin-bottom: 5px;
    line-height: 1.5;
    margin-left: 16px;
}


.cart-order .cart-header input[type="checkbox"]:checked + label:before,
.cart-order .cart-list input[type="checkbox"]:checked + label:before {
    content: "";
    /* background: #cd001a url(../images/common/chkbox.png) 50% 50% no-repeat;
    border-color: #cd001a; */
    background: #444 url(../images/common/chkbox.png) 50% 50% no-repeat;
    border-color: #444;
}


input[type="checkbox"]:checked + label:before {
    content: "";
    background: #cd001a url(../images/common/chkbox.png) 50% 50% no-repeat;
    border-color: #cd001a;
}


/* -----checkbox, spinner ------------------------ */

.cart-order input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    top: 1px;
    left: -11px;    
    zoom: 1;
    cursor: pointer;
    z-index: 90;
}

/* .cart-order .cart-header input[type="checkbox"] + label:before,
.cart-order .cart-list input[type="checkbox"] + label:before { */
.cart-order input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    /* top: -15px;
    left: 0; */
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.cart-order .cart-prod-items .cart-prod-options .spinner input{
    /* width: 50px !important; */
    flex: none;
}

.cart-order .cart-prod-items .cart-prod-options .spinner .btn {
    width: 30px !important;
    height: 30px;
    padding: 3px 0px 1px;
}

.cart-order .spinner-box {
    display: inline-flex;
    position: relative;
    font-size: 0;
    vertical-align: middle;
    margin-left: 15px;
}

.cart-order .spinner input {
    width: 44px !important;
    height: 30px;
    margin: 0;
    padding: 0 2px !important;
    text-align: center;
    font-size: var(--fs-14);
}


/* 견적조회 */
#estimate .estimate-list .row {
    margin-top: 0rem !important;
}

.estimate-list {
    margin-top: 1rem;
    border-top: 1px solid #a3a3a3 !important; 
}

.estimate-list .list {
    border-bottom: 1px solid #dddddd !important; 
}

.estimate-list .items div { 
    font-size: var(--fs-15) ;    
}

.estimate-list .item { 
    /* flex-basis: 130px !important; */
    flex: 0 0 130px !important;
    background-color: #f4f4f4;
    padding: 12px 0px 12px 15px;
}

.estimate-list .value { 
   padding: 12px 0px 12px 15px;
}




.estimate-list .value2 { 
    padding-left: 15px;
 }

.estimate-qna { 
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.estimate-qna .estimate-header {
    font-size: 15px;
    display: flex;    
    font-weight: 600;
    padding: 1rem 0;
    border-top: 1px solid #666; 
    border-bottom: 1px solid #bbb;
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items {
    font-size: 15px;
    padding: 1rem 0.5rem 0.8rem 0;
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items li:nth-child(1),
.estimate-qna .estimate-header li:nth-child(1) {
    flex: 2 1 5%;
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items li:nth-child(2),
.estimate-qna .estimate-header li:nth-child(2) {
    flex: 2 1 16%;
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items li:nth-child(3),
.estimate-qna .estimate-header li:nth-child(3) {
    flex: 2 1 10%;
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items li:nth-child(4),
.estimate-qna .estimate-header li:nth-child(4) {
    flex: 2 1 68%;
}

.estimate-qna .estimate-qna-list:not(:last-child) {
    /* border-bottom: 1px solid #ddd; */
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items li:not(:first-child) {
    /* border-left: 1px solid #ddd; */
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items {
    border-bottom: 1px solid #ddd;
}

.estimate-qna .estimate-qna-list .estimate-qna-list-items .proc_cust_memo {
    overflow-wrap: anywhere;
}

.estimate-list .items .file-list input {
    width: 100% !important;
}

/* ----- @media Query  ------------------------ */

/* PC (해상도 1024px)*/ 
@media all and (min-width:1500px) {
    .cart-order .cart-prod-items .cart-prod-options .cart-prod-option-item {
        flex: 1 1 70%;
     }    

     .cart-order .cart-prod-items .cart-prod-options .cart-prod-option-qty-price {
        flex: 1 1 30%;
    }     
} 

/* @media all and (min-width:1200px) { */
@media all and (min-width:1200px) and (max-width:1499px) {

    .cart-order .cart-header ul li:nth-child(2) {
        flex: 2 1 86%;
    }

    .cart-order .cart-prod-items .cart-prod-options .cart-prod-option-item {
        flex: 1 1 65%;
     }    

     .cart-order .cart-prod-items .cart-prod-options .cart-prod-option-qty-price {
        flex: 1 1 35%;
    }     
} 
  
/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
/* @media all and (min-width:768px) and (max-width:1023px) { } */
@media all and (max-width:1023px) {
    .est-tbl tr th { 
        padding-left: 0.5rem; 
        /* text-align: center !important;  */
    }

    .cart-order input[type="checkbox"] + label {
        left: -9px;    
    }

    .cart-order .cart-header ul {
        padding: 0.8rem 0;
        border-bottom: none;
    }

    .order-step-section .order-step-Breadcrumb {
        justify-content : center !important;
    }

    .order-step-section .order-step-Breadcrumb .sec-title {
        font-weight: 600;
    }    

    .cart-order .cart-header ul li:nth-child(1) {
        justify-content: space-between;
        flex-grow: 1;
    }

    .cart-order .cart-header ul li:not(:first-child) {
        display: none;
    }


    /* -------cart-header----- 
    .cart-order .cart-header {
        display: none; 
    }
    .cart-order .cart-header-mobile {
        display: block !important; 
    }    

    .cart-order .cart-header-mobile .btn-cart-del {
        width: 35px;
    }

    .cart-order .cart-header-mobile .text-center {
        padding: 1rem 0 0;
        border-bottom: none;
    }
      
    .cart-order .cart-header-mobile label {
       margin-left: 1px;
       font-size: var(--fs-13);
       font-weight: 500;
     }    

     -------------------- */


    .order-step-section .order-step{
        display: none; 
    }

    .cart-order .cart-list .cart-prod {
        padding-top: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0;
        padding-bottom: 0;    
    }    

    .cart-order .cart-header ul li:nth-child(1), 
    .cart-order .cart-list .cart-prod-list li:nth-child(1) {
        flex-basis: 20px;
    }

    .cart-order .cart-list {
        padding-top: 10px;
        /* border-top: 1px solid #666;  */
    }

    /* .cart-order .cart-list:nth-child(odd) { */
    .cart-order .cart-list {        
        /* margin-top: 10px; */
        padding-top: 10px;
        border-top: 1px solid #aaa;
        /* border-bottom: 1px solid #bbb; */
    }

    .cart-order .cart-list:not(:last-child) {
        border-bottom: none;
    }

    .cart-order .cart-list .cart-prod-list:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

    .cart-order .cart-list .cart-prod .cart-prod-items {
        margin-left: 10px;
    }

    .cart-order .cart-list .cart-prod .cart-prod-items {
        margin-left: 10px;
    }

    .cart-order .cart-list .cart-prod .cart-prod-img img{
        width: 80px;
        height: 80px;
    }

    .cart-order .cart-prod-items .cart-prod-options .cart-prod-option-item {
        flex: 1 1 90%;
    }

    .cart-order .cart-prod-items .cart-prod-options .cart-prod-option-qty-price {
        justify-content: end;
        margin-top: 10px;
        flex: 1 1 10%;
    }    

    .cart-order .spinner-box {
        margin-left: 0px;
    }    

    .cart-order .cart-prod-price-item,
    .cart-order .cart-prod-delivery-item {
        display: none; 
    }

    .cart-order .cart-prod-items .cart-prod-options .spinner .btn {
        width: 23px !important;
        padding: 3px 0px 1px;
    }
    .cart-order .spinner input {
        width: 40px !important;
        padding: 0 2px !important;
    }

    .mobile-show {
        display: flex !important;
    }

    .mobile-show.card-prod-item-tot {
        flex-direction: column;
        padding: 10px 0;
        gap: 6px 5px;
    }

    .mobile-show.card-prod-item-tot li div {
        display: flex;
    }    

    .mobile-show.card-prod-item-tot li div span {
        font-size: var(--fs-14);
        /* font-weight: 600; */
        color: #333;
    }    
    
    .mobile-show.card-prod-item-tot li:last-child div span {
        color: #c24242;
    }


    .cart-order-total .cart-order-prod-amount div.flex-grow-1,
    .cart-order-payment .cart-order-prod-payment div.flex-grow-1 { 
        text-align: start !important;
    }

    .cart-order-total .cart-order-prod-amount li div:nth-child(1),
    .cart-order-payment .cart-order-prod-payment li div:nth-child(1) { 
        width: 90px;
        text-align: start;
    }
    
    .cart-order-total .cart-order-prod-amount li div:nth-child(2),
    .cart-order-payment .cart-order-prod-payment li div:nth-child(2) { 
        width: 105px;
        text-align: end;
    }    

    .cart-order-total .cart-order-prod-amount .cart-order-prod-subject,
    .cart-order-payment .cart-order-prod-payment .cart-order-prod-subject { 
        font-size: var(--fs-15);
        font-weight: 600;
    }    

    .cart-order-info .pay_notice{
        font-size: var(--fs-12);
    }
  
    .btn-order-payment button {
        margin: 10px 0px;
        padding: 10px 0px;
    }

    .estimate-qna .estimate-qna-list .estimate-qna-list-items li:nth-child(3),
    .estimate-qna .estimate-header li:nth-child(3) {
        flex: 2 1 10%;
    }
} 
  
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
/* @media all and (min-width:480px) and (max-width:767px) { 스타일입력} */
@media all and (max-width:767px) {

    #estimate .estimate-list .list {
        border-bottom: 0px solid #dddddd !important; 
    }

    #estimate .estimate-list .list .items .info{
        border-bottom: 1px solid #dddddd !important; 
        width: 100%;
    }    

    .estimate-list .items div { 
        font-size: var(--fs-14) ;
    }

    .estimate-list .item { 
        /* flex-basis: 100px !important; */
        flex: 0 0 100px;
        padding-left: 7px;
    }

    .estimate-list .value { 
        padding-left: 10px;
     }

     .estimate-list .items input { 
        /* width: 190px; */
     }
 
    .estimate-qna .estimate-qna-list .estimate-qna-list-items {
        font-size: 14px;
        padding-top: 0 
    }

    .estimate-qna .estimate-qna-list .estimate-qna-list-items li:nth-child(2) {
        flex: 2 1 40%;
    }

    .estimate-cust-memo {
        --bs-gutter-y: 1rem;
    }    

    .estimate-qna .estimate-qna-list .estimate-qna-list-items .item {
        padding: 5px 0;
        background-color: #f5f4f4;
    }

    .paykind-tbl tr th, .paykind-tbl tr td { 
        font-size: 0.875rem !important;
    }

}

@media all and (max-width:480px) {
    .estimate-qna .estimate-header li:not(:last-child) {
        display: none !important
    }

    .estimate-cust-memo {
        --bs-gutter-y: 0.7rem;
    }

    .estimate-qna .estimate-qna-list .estimate-qna-list-items .item {
        padding: 5px 0;
        background-color: #f5f4f4d4;
    }

    .estimate-list .item { 
        flex: 0 0 105px !important;
    }    

    .est-title-section .deeppink {
        font-size: 13px;
    }

    .table .listDescAttaCustomer td,
    .table .listDescAttaMall td {
        font-size: var(--fs-12);
        text-overflow: ellipsis;   
    }    
}

/* -----------^^^^^---조기준---^^^^^----------------------------- */



/*--- cart list ---*/
.mwon { margin-left: 3px; }

.cart-inner {
    position: relative;
    margin: 0 auto;
}
.cart-inner h5 {
    color: #333;
    letter-spacing: -.5px;
}

.cart-inner > .cart-list {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
}
.cart-inner > .cart-list table {
    width: 100%;
}
.cart-inner > .cart-list table thead {
    background: #f5f5f5;
}
.cart-inner > .cart-list table tr {
    border-bottom: 1px solid #ebebeb;
}
.cart-inner .chk-all-wrap {
    display: flex;
    align-items: center;
    /* background: #f5f5f5; */
    padding: 20px 0px 20px 10px;
}
.cart-inner .chk-all-wrap.top {
    border-top: 1px solid #000;
    margin-top: 18px;
}

.cart-list-chkbox {
    display: inline-block;
    position: relative;
    top: 0;
    zoom: 1;
}
.cart-inner > .cart-list table thead tr th p {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #333;
}
.cart-list-chkbox input[type="checkbox"] {
    display: none;
}
.cart-list-chkbox input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    /* top: -3px;
    left: -10px; */
    zoom: 1;
    cursor: pointer;
    z-index: 90;
}
.cart-list-chkbox input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
}
.cart-list-chkbox.top0 input[type="checkbox"] + label:before {
    top: 2px;
}
.cart-list-chkbox input[type="checkbox"]:checked + label:before {
    content: "";
    background: #cd001a url(../images/common/chkbox.png) 50% 50% no-repeat;
    border-color: #cd001a;
}
.cart-inner > .cart-list .cart-list-chkbox input[type="checkbox"]:checked + label:before {
    /* top: -11px; */
}
.cart-inner > .cart-list .cart-list-chkbox.top0 input[type="checkbox"]:checked + label:before {
    top: 2px;
}

.cart-inner > .cart-list .cart-img-wrap {
    width: 28%;
    margin-right: 28px;
}
.cart-inner > .cart-list .cart-cont-wrap {
    width: 70%;
}

.cart-inner > .cart-list tr td {
    /* position: relative;
    height: 120px;
    text-align: center;
    font-size: 1.3rem; 
    border-right: 1px solid #f1f1f1; */
    padding: 5px 10px;
}
.cart-inner > .cart-list .cart-list-td {
    padding-top: 57px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
}
.cart-inner > .cart-list .cart-list-td .cart-list-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price-title {
    font-size: 0.9375rem;
    width: 40%;
    text-align: right;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price {
    width: 50%;
    text-align: left;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price p {
    font-size: 0.9375rem;
    text-align: right;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price p .order-price  {
    color: red;
}

.cart-inner > .cart-list .item-list td:last-child {
    border-right: 0px solid;
}
.cart-inner > .cart-list tr.order td {
    height: 100px !important;
}

.cart-inner > .cart-list .cost_price {
    font-size: 1rem;
    color: #999;
    margin-bottom: .3rem;
    text-align: center;
    text-decoration: line-through;
}
.cart-inner > .cart-list .sale_price
{
    font-size: 1rem;
    color: #cd001a;
    margin-bottom: .3rem;
    text-align: center;
}
.cart-inner > .cart-list .delivery_price
{
    font-size: 1rem;
    margin-bottom: .3rem;
    text-align: center;
}
.cart-inner > .cart-list .item-list td p {
    /* font-size: 1rem; */
    margin-bottom: 0;
}
.cart-inner > .cart-list .cart-list-prod {
    text-align: left;
}
.cart-inner > .cart-list .cart-list-prod>div {
    /* display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-left: 15px;
    */
}
.cart-inner > .cart-list .cart-list-prod>div img {
    vertical-align: middle;
    width: 100px;
}
.cart-inner > .cart-list .cart-list-prod>div:first-of-type {
    /* width: 140px;
    line-height: 1; */
}
.cart-inner > .cart-list .cart-list-prod .pd-name {
    /* margin-bottom: 8px; */
    font-size: 1rem;
    color: #333;
}
.cart-inner > .cart-list .cart-list-prod .opt-name {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #999;
}
.cart-inner > .cart-list .cart-list-prod input[type="number"] {
    font-size: 14px;
    padding: 0px !important;
}
.cart-inner > .cart-list .cart-list-prod .pd-qty-box {
    top: -1px;
    vertical-align: top;
}
.cart-inner > .cart-list .pd-qty-box {
    width: 120px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    zoom: 1;
}
.cart-inner > .cart-list .pd-qty-box .minus, 
.cart-inner > .cart-list .pd-qty-box .plus {
    padding: .2rem .5rem !important;
}
.cart-inner > .cart-list .pd-qty-box a:last-of-type {
    right: 0;
}
.no-product { font-size: 1.3rem; font-weight: 400; line-height: 2; }
.bi-exclamation-circle { font-size: 5rem; color: #ddd; }

.btn-opt-change {
    font-size: 13px;
    color: #333;
    padding: 3px 7px;
    border: 1px solid #aaa;
}
.btn-qty-change {
    padding-left: 10px;
}
.btn-qty-change a {
    display: block;
    width: 100%;
    color: #333;
    background: #f0f0f0;
    padding: 8px 28px;
    border: 1px solid #aaa;
    text-align: center;
}
.btn-quick {
    display: block;
    width: 54%;
    font-size: 0.875rem;
    color: #333;
    margin: 0 auto 3px;
    padding: 5px;
    border: 1px solid #d5d5d5;
    text-align: center;
    background-color: #fff;
}
.btn-addquest {
    display: block;
    width: auto;
    font-size: var(--fs-14);
    color: #ffffff !important;
    margin: 0 0 3px 0;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    text-align: center;
    background-color: #6c757d;
}


.item-quick, .item-del { width: 100%; }
.item-quick:hover {
    background-color: #cd001a;
    color: #fff !important;
}

/* .btn-cart-del {
    width: 100px;
    color: #333;
    background-color: #fff;
    padding: 3px 3px 5px;
    border: 1px solid #aaa;
    text-align: center;
} */

.cart-del-wrap::before {
    display: inline-block;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: -2px 16px;
}
.item-del:hover {
    background-color: #000;
    color: #fff !important;
}

.order-total-wrap {
}
.order-price-fix {
    /* position: fixed; */
    /* background-color: #fff; */
    top: 116px;
    left: calc(50% + 220px);
    width: 440px;
}

.cart_payment {
    position: relative;
    width: 100%;
    /* margin-top: 20px; */
    /* border-top: 1px solid #000; */
}

.cart_payment table {
    width: 100%;
    border: 1px solid #ddd;
}
.cart_payment table thead {
    background: transparent !important;
}
.cart_payment table tr {
    border-bottom: 1px solid #e8e8e8;
}
.cart_payment table tr th {
    height: 50px;
    font-size: 1.125rem;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
    background: #f3f7fa;
}
.cart_payment table tr td {
    position: relative;
    height: 100px;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}
.cart_payment .tot-price,
.cart_payment .tot-pack,
.cart_payment .tot-delivery,
.cart_payment .tot-cartprice,
.cart_payment .tot-supply,
.cart_payment .tot-vat,
.cart_payment .tot-amount
{
    font-size: 1.625rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
}
.cart_payment table.tbl-order-1 tr td {
    position: relative;
    height: 64px;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}
.cart_payment .tbl-order-1 .tot-price,
.cart_payment .tbl-order-1 .tot-pack,
.cart_payment .tbl-order-1 .tot-delivery
{
    font-size: 1rem;
}
.cart_payment .tbl-order-1 .tot-price,
.cart_payment .tbl-order-1 .tot-pack,
.cart_payment .tbl-order-1 .tot-delivery
{
    font-weight: 100;
}
.cart_payment .tot-cartprice {
    color: #cd001a !important;
}

.cart_payment table tr td:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: -18px;
    width: 35px;
    height: 35px;
}
.cart_payment table tr td:nth-child(1):after {
    content: '\f4fa' !important; 
    /* content: '\f2e6' !important; */
    position: absolute;
    right: -19px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table tr td:nth-child(2):after {
    content: '\f4fa' !important;
    position: absolute;
    right: -18px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table tr td:nth-child(3):after {
    content: '\229C' !important;
    position: absolute;
    top:20px;
    right: -17px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.4rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart_payment table.tbl-order-1 tr td:nth-child(1):after {
    content: '' !important;
}
.cart_payment table.tbl-order-1 tr td:nth-child(2):after {
    content: '' !important;
}
.cart_payment table.tbl-order-1 tr td:nth-child(3):after {
    content: '' !important;
}
.cart_payment table.tbl-order-2 tr td:nth-child(1):after {
    content: '\f4fa' !important;
    position: absolute;
    right: -18px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table.tbl-order-2 tr td:nth-child(2):after {
    content: '\229C' !important;
    position: absolute;
    right: -18px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table.tbl-order-2 tr td:nth-child(3):after {
    content: '' !important;
}



.order_btn {
    text-align: center;
}
.order_btn a {
    display: inline;
    text-align: center;
    padding: 10px 25px;
    margin: 0 3px;
}


.cart-step {
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    /* border-bottom: 1px solid #e8e8e8; */
}
.cart-step li {
    width: 33.333%;
    padding: 20px 0;
    position: relative;
    /* border: 1px solid #ddd; */
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.cart-step li:first-child {
    border-left: 1px solid #bfbfbf;
}
.cart-step li:last-child {
    border-right: 1px solid #bfbfbf;
}
.cart-step .cart-step-icon i {
    font-size: 3.5rem;
    margin-right: 20px;
    color: #afafaf;
} 
.cart-step li p {
    margin-bottom: 0rem;
}
.cart-step li:nth-child(1)::after, 
.cart-step li:nth-child(2)::after {
    content: '\f285';
    position: absolute;
    top: 38px;
    right: -19px;
    padding: 5px 3px 5px 8px;
    color: #afafaf;
    background: #ffffff;
    border: 1px solid #afafaf;
    border-radius: 50%;
    font-family: bootstrap-icons !important;
    font-size: 1.5rem;
    text-transform: none;
    line-height: 1;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart-step-heading, .cart-step-text {
    color: #afafaf;
}
.cart-step li.active {
    /* border-color: rgba(174, 25, 72, 0.5);
    background-color: rgba(174, 25, 72, 0.1); */
    /* border-bottom: 2px solid red; */
    background-color: #faebd7;
}

.cart-step li:nth-child(1) {
    border-top-left-radius: 5px;
} 
.cart-step li:nth-child(3) {
    border-top-right-radius: 5px;
} 

.cart-step li.active:nth-child(1) {
    border-right: 1px solid #bfbfbf;
} 
.cart-step li.active:nth-child(2) {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
.cart-step li.active:nth-child(3) {
    border-left: 1px solid #bfbfbf;
} 
.cart-step li.active::after {
    /*
    color: red;
    border-color: red; */
    color: #333;
    border-color: #c1c1c1;
    background-color: #faebd7;
}

.cart-step li.active i, 
.cart-step li.active h5, 
.cart-step li.active p {
  color: #333;
}

/* order */
.content table {
    /* font-size: .9rem; */
    /* background: #fafafa; */
    width: 100%;
    overflow: auto;
    /* margin-top: 10px; */
}
@media screen and (max-width: 959px) {
    .content table {
        /* table-layout: fixed; */
        word-break: break-all;
    }
}

.order-step-section { 
    /* margin-bottom: 1.2rem !important;  */
}

.order-step-wrap {
    padding: 2rem 0 0rem;
    /* -webkit-box-shadow: 0 1px 2px 0 rgba(3, 3, 3, 0.07), 0 2px 12px 0 rgba(3, 3, 3, 0.04); */
    /* box-shadow: 0 1px 2px 0 rgba(3, 3, 3, 0.07), 0 2px 12px 0 rgba(3, 3, 3, 0.04); */
}
.order-step-area {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.order-step ul li {
    font-size: 1rem;
    padding: 15px 19px;
    border: 1px solid #888;
    width: 130px;
}  
.order-step ul li:first-child {
    /*
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    */
}  
.order-step ul li:nth-child(2) {
    border-left: 0;
    border-right: 0;
}
.order-step ul li.active {
    background-color: #555;
    color: #fff;
    /* font-weight: 600; */
}  

.cart-list-section { 
    margin-bottom: 3rem !important; 
}

.cart-list-price-wrap { display: flex; }

.content .emptyline th,
.content .emptyline td {
    background: white;
    border: none;
}
.content table th {
    /* background: #eee; */
    font-weight: 400;
    text-align: left;
}

.content .orderrst th {
    font-size: 15px;
    padding: 12px 10px 12px 23px;
    line-height: 1.5;
    border-right: 1px solid #eee;
    background-color: #f5f5f5;
}
.content .orderrst td {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 10px 12px 15px;
}


.pay-kind button {
    width: auto;
    flex: 1 1 0%;
    min-width: 193px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    font-size: 1rem;
    background-color: white;
}

.paykind-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0;
}
.paykind-list li {
    width: auto; 
    flex: 1 1 0%;
}
.paykind-btn .radio {
    display: none;
}
.paykind-btn .label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    margin-right: 7px;
}
.paykind-btn .label i { font-size: 24px; margin: 0 10px; }
.paykind-btn .label i.bi-layout-text-window { font-size: 21px; }

.paykind-btn .radio:checked+.label {
    background-color: #333;
}
.paykind-btn .label.txt-label .txt {
    position: relative;
    color: #333;
    font-size: 16px;
}
.paykind-btn .radio:checked+.label .txt, 
.paykind-btn .radio:checked+.label i {
    color: #fff;
}


.content.payment-tbl {
    background-color: #fff;
    border: 1px solid #ea5413;
    /* border-top: 1px solid; */
    padding:33px 16px 16px 16px;

    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;    
}

.cart-payment-tbl.table>:not(:first-child) {
    border-top: 0px !important;
}

.cart-payment-tbl tr.sub {
    background: #fafafa;
}
.cart-payment-tbl td {
    border: 0px;
}
.cart-payment-tbl td.maintxt {
    font-size: 1.125rem;
    font-weight: 300;
    /* line-height: 2.5; */
}
.cart-payment-tbl td.mainpay {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.5;
}
.cart-payment-tbl td.subtxt {
    padding-left: 68px;
}
.cart-payment-tbl .tot-price,
.cart-payment-tbl .tot-pack,
.cart-payment-tbl .tot-delivery {
    font-size: 1rem;
}

.cart-total-wrap {
    display: flex;
    padding: 1.5rem 0.5rem 0.5rem;
    justify-content: space-between;
    align-items: center;    
}
.cart-total-wrap .last-maintxt {
    /* min-height: 100px; */
    /* padding-bottom: 30px; */
    font-size: 1.5rem;
    font-weight: 400;
}
.cart-total-wrap .tot-cartprice {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ed2650;
}


.last-payment-tbl tr.sub {
    background: #fafafa;
}
.last-payment-tbl td {
    border: 0px;
}
.last-payment-tbl td.maintxt {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.5;
}
.last-payment-tbl td.mainpay {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.5;
}
.last-payment-tbl td.subtxt {
    padding-left: 68px;
}

.last-payment-tbl .last-maintxt {
    min-height: 100px;
    padding-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 400;
}
.last-payment-tbl .last-payment {
    font-size: 30px;
    font-weight: 700;
    color: #ed2650;
}


.card {
    position: relative;
    max-width: 100%;
    background-color: #fff;
    color: #777;
    box-shadow: none;
}
.card-header {
    background-color: rgba(0,0,0,0);
    align-items: stretch;
    box-shadow: 0 0.125em 0.25em rgb(51 51 51 / 10%);
    display: flex;
}
.card-header {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
.card-header {
    padding: 0px 20px 0 20px;
    border-bottom: none;
}
.card-header-title {
    flex-grow: 0;
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
}
.cost-consent .card .card-content {
    padding: 0;
}
.card-content span {
    display: block;
    padding: 6px 20px 30px 20px;
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}



.info-area {
    display: none;
    margin-top: 15px;
    padding: 40px 0;
    border-top: 1px solid #eee;
}
.info-title {
    color: #333;
    font-size: 16px;
}
.info-area-body .dot-list li {
    color: #777;
    font-size: 15px;
    word-break: keep-all;
}
.info-area-body .button-area {
    width: 100%;
    margin-top: 35px;
}
.info-area .order-bankbook tr:last-child td { height: 55px; }

.ord-txt {
    padding: 10px 10px 18px;
    border: 1px solid #ddd;
    background-color: beige;
}
.ord-txt li div {
    font-weight: 400;
}
.ord-txt ul li {
    display: flex;
    align-items: baseline;
    line-height: 1.7;
}
.ord-txt .rst-txt {
    width: 80px;
}


.rst-credit {
    display: none;
}


/* order list */
.orddate { 
    color:red; 
    font-weight: bold;
}


.ord_detail_tabel {
    position: relative;
    width: 100%;
}  
.ord_detail_tabel table {
    width: 100%;
}
.ord_detail_tabel table thead {
    background: transparent !important;
}
.ord_detail_tabel table tr {
    /* border-bottom: 1px solid #e8e8e8; */
}
.ord_detail_tabel table tr th {
    background: #f5f5f5;
}
.ord_detail_tabel table tr th,
.ord_detail_tabel table tr td {
    position: relative;
    border-right: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: top;
    padding: 12px 10px 12px 23px;
    line-height: 1.5;
}
.ord_detail_tabel table tr td:last-child {
    border-right: 0px !important;
}
.ord_detail_tabel .bgc {
    background-color: #f5f5f5;
}
.ord_detail_tabel .ftc {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
}
@media (max-width: 992px) {
    .ord_detail_tabel #tot-atm-tbl colgroup col:nth-child(2) { width: 20%; }
    .ord_detail_tabel #tot-atm-tbl colgroup col:nth-child(3) { width: 29%; }
}


.order-inner {
    position: relative;
    margin: 0 auto;
}
.order-inner > h3 p {
    font-size: 1.5rem;
    color: #333;
    letter-spacing: -.5px;
}

.order-inner > .cart-list {
    position: relative;
    width: 100%;
    /* border-bottom: 1px solid #ebebeb; */
}
.order-inner > .cart-list table {
    width: 100%;
}
.order-inner > .cart-list table thead {
    /* background: #f5f5f5; */
}
.order-inner > .cart-list table thead tr {
    border-top: 1px solid #666;
    border-bottom: 1px solid #ebebeb;
}

.order-inner > .cart-list table tr {
    /* border-top: 1px solid #ebebeb; */
}

.order-inner > .cart-list table thead tr th {
    height: 60px;
    line-height: 1;
    text-align: center;
}
.order-inner > .cart-list table thead tr th p {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #333;
}
.order-inner > .cart-list tr td {
    position: relative;
    height: 120px;
    text-align: center;
    /* border-right: 1px solid #f1f1f1; */
    border-bottom: 1px solid #ebebeb;
}
.order-inner > .cart-list .item-list td:last-child {
    border-right: 0px solid;
}
.order-inner > .cart-list tr.order td {
    height: 100px !important;
}
.order-inner > .cart-list .item-list .item-list-order {
    display: block;
    font-size: 0.9375rem !important;
}
.order-inner > .cart-list .item-list td p {
    font-size: 1rem;
    margin-bottom: 0;
}
.order-inner > .cart-list .cart-list-prod {
    text-align: left;
}
.order-inner > .cart-list .cart-list-prod>div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-left: 15px;
}
.order-inner > .cart-list .cart-list-prod>div img {
    vertical-align: middle;
    width: 80px;
}
.order-inner > .cart-list .cart-list-prod>div:first-of-type {
    width: 140px;
    line-height: 1;
}
.order-inner > .cart-list .cart-list-prod .pd-name {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #333;
}
.order-inner > .cart-list .cart-list-prod .opt-name {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #999;
}
/*
.order-inner > .cart-list .cart-list-wrap {
    position: relative;
    height: 100%;
}
.order-inner > .cart-list .cart-list-wrap .cart-list-price-title {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    padding: 8px;
    background-color: #efefef;
}
.order-inner > .cart-list .cart-list-wrap .cart-list-price {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 100%;
}
.order-inner > .cart-list .cart-list-wrap .cart-list-price .sale-price,
.order-inner > .cart-list .cart-list-wrap .cart-list-price .order-price,
.order-inner > .cart-list .cart-list-wrap .cart-list-price .delivery-price {
    font-size: 1.125rem;
}
*/

.choice_addr { display: flex; }
.choice_addr li { margin-right: 5px; }
.choice_addr li button { border: 1px solid #ddd; font-size: 14px; }
.choice_addr li button.on, .choice_addr li button:hover { border-color: #72819e; background-color: #72819e; color: #fff; }


/* order list */
.list-search-box {
    border: 1px solid #dbdbdb;
    background: #f7f7f7;
    padding: 20px 30px;
    overflow: hidden;
}
.list-search-wrap { 
    display: flex;
    align-items: center !important;
    align-content: center !important;
    width: 100%!important;
}
.list-search-wrap .search-date-box {
    display: flex;
    align-items: center !important;
}
.list-search-wrap .search-month-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.list-search-box select {
    /* padding: 0.0634rem 2.25rem 0.313rem 0.5rem; */
    /* border-radius: 0.25rem !important; */
    line-height: 1.5;
} 
.ord-search-date {
    border: 1px solid #ddd;
    /* border-radius: 5px !important; */
    padding: 6px 5px 6px;
    line-height: 1.5;
}

.ord-status {
    /* margin-bottom: 12px; */
    border: 1px solid #ddd;
    /* font-size: 1.2rem; */
}
.ord-status .txt {
    /* padding: 36px 10px; */
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #f8f9fa;
}
.ord-status .cont {
    font-size: 1rem;
    padding: 20px 10px;
}
.ord-status .cont i {
    cursor: pointer;
}
.ord-status .cont i:hover {
    color: #ea5413;
}

.ord-status .cont span {
    font-size: 1.5rem;
    font-weight: bold;
    color: red;
}
.ord-status .cont i {
    font-size: 3rem;
    color: #999;
}
.ord-status .ing i {
    color: #025f1d;
}
.ord-arr::before {
    display: block;
    content: '';
    width: 17px;
    height: 31px;
    background: url(../images/common/order_arr.png) 0 0 no-repeat;
    position: absolute;
    top: 42px;
    left: -12px;
    opacity: 0.2;
}
.ord-status-subtxt {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.mbr-orderlist-info-wrap { padding-top: 3rem; padding-bottom: 3rem; }

.alt-msg-title {
    background-color: #f8f9fa;
    padding: 15px 10px;
    border: 1px solid #ddd;
}
.alt-msg-wrap {
    border: 1px solid #ddd;
    border-top: 0px;  
}



/* mypage */
.mypage-tit {
    min-height: 130px;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    overflow: hidden;
    padding: 26px 10px;
    background-color: #231815;
}
.mypage-tit p {
    margin-bottom: 0px;
}
.mypage-cont {
    min-height: 130px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    overflow: hidden;
    padding: 30px 10px 20px 10px;
    background-color: rgba(35, 24, 21, 0.6);
}
.mypagelist {
    margin: 10px 0;
    /* padding: 40px; */
}
.mypagelist button {
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border: 3px solid #ddd;
    border-radius: 10px !important;
}
.mypagelist button:hover {
    border-color: #025f1d;
}
.mypagelist button:hover .mypagelist button i {
    transform:scale(1.1);          /*  default */
    -webkit-transform:scale(1.1);  /*  크롬 */
    -moz-transform:scale(1.1);     /* FireFox */
    -o-transform:scale(1.1);       /* Opera */
}
.mypagelist button i {
    font-size: 4.5rem;
}
.mypagelist button p {
    font-size: 1.1rem;
    font-weight: normal;
    color: #666;
    margin: 1rem;
}


.mypage .card {
    height: 100%;
    background-color: aliceblue;
}
.mypage .card .card-title {
    font-size: 1.2rem;
    text-align: left;
    padding: 10px 0px 15px 0px;
    margin-bottom: 20px;
    border-bottom: 2px solid #909090;
}
.mypage .card .card-body {
    margin-bottom: 7px;
    padding: 1rem 1.3rem !important;
}  
.mypage .card .card-body p {
    font-size: 1rem;
    margin-bottom: 2px;
    line-height: 1.7;
}
.mypage hr {
    width: 100%; 
    border: dashed 1px rgba(221, 221, 221, 0.40) !important;
    margin-top: 3.5rem !important;
    background-color: transparent;
}

/* 견적 리스트 및 보기 estimate.asp, estimateRd.asp */

#estimate-title p { line-height: 1.5; }
#estimate-title p span { color:#bf1563; }
#estok button { padding: 0.5rem 1.0rem !important; font-size: 14px; border-color: #cbd6e0; }

.table.est-tbl>:not(:first-child) { border-top: 1px solid #c7c7c7 !important; }
.est-tbl tr th, .est-tbl tr td,
.est-tbl tr th, .est-tbl tr td div { 
    font-size: 0.9375rem; 
    font-weight: normal; 
    line-height: 1.75; 
}

.est-tbl tr th { 
    background-color: #f4f4f4; padding-left: 25px; 
}

.est-tbl tr td select { font-size: 0.9375rem !important; line-height: 1.5 !important; padding: 0.25rem 2.25rem 0.25rem 0.75rem; }
.est-tbl tr td span.stxt { margin-left: 0px; color: #9e9e9e; font-size: 0.875rem; }
.est-tbl tr td.deliveryMethod { padding: 0.2rem 0.5rem 0.1rem 0.5rem !important; }
.est-tbl tr td label.form-label input[type=file] { padding: 0.25rem 12px !important; }
.est-tbl tr td button#attaSubmit { padding: 0.25rem 1rem; }

.table.est-prod-tbl { margin-bottom: 0rem; }
.table.est-prod-tbl>:not(:first-child) { border-top: 1px solid #fe4f5f !important; }
.est-prod-tbl tr th, .est-prod-tbl tr td { font-size: 0.9375rem; line-height: 2; text-align: center; }
.est-prod-tbl .list-title th { background-color: #f9f9f9; }
.est-prod-tbl tr td:nth-child(2) { text-align: left; }

.table.est-amt-tbl>:not(:first-child) { border-top: 0px !important; }  
.est-amt-tbl tr th, .est-amt-tbl tr td { font-size: 0.9375rem; line-height: 2; }
.est-amt-tbl tr th { background-color: #f9f9f9; }

.est-amt-tbl tr td .totpayment-tbl { margin-bottom: 0px !important; }
.est-amt-tbl tr td .totpayment-tbl tr.tot-wrap th,
.est-amt-tbl tr td .totpayment-tbl tr.tot-wrap td { background-color: #efefef !important; font-weight: bold !important; }
.est-amt-tbl tr td .totpayment-tbl tr td:nth-child(2) { text-align: end; padding-right: 20px; }

.table.paykind-tbl>:not(:first-child) { border-top: 1px solid #fe4f5f !important; }  
.paykind-tbl tr th, .paykind-tbl tr td { font-size: 0.9375rem; line-height: 1.75; }
.paykind-tbl tr th { background-color: #f9f9f9; padding-left: 25px; }
.paykind-tbl tr.tblrow { display: table-row; }
.paykind-tbl .btntd { padding: 0.1rem 0.5rem !important; }
.paykind-tbl button.btn-danger { padding: 0.1rem 1.5rem !important; }
.paykind-tbl .bbcolor { border-bottom: 1px solid #fe4f5f !important; }

#addqna .addqna-wrap { display: inline-flex; width: 100%; align-items: center; }
#addqna .qnatit { 
    display: inline-flex; 
    width: 60%; 
    font-size: 1.125rem; 
    color: #333; 
}

#addqna .qtxt-area { width: 40%; display: inline-flex; text-align: right; align-items: center; justify-content: flex-end; }
#addqna .qtxt { 
    width: 100%; 
    font-size: 0.875rem; 
    color: #999;
    margin-right: 30px; 
}

.table.addqna-tbl>:not(:first-child) { border-top: 1px solid #fe4f5f !important; }  
.addqna-tbl tr th, .addqna-tbl tr td { font-size: 0.9375rem; line-height: 1.5; text-align: center; }
.addqna-tbl tr td:last-child { text-align: left; }
.addqna-tbl tr th { background-color: #f9f9f9; }
.addqna-tbl .btntd { padding: 0.1rem 0.5rem !important; }
.addqna-tbl button.btn-danger { padding: 0.1rem 1.5rem !important; }
.addqna-tbl .bbcolor { border-bottom: 1px solid #fe4f5f !important; }

@media (min-width: 768px) and (max-width: 992px) {
    .est-tbl tr th { padding-left: 0.5rem; text-align: center !important; }
}
