



/*your custom css goes here*/

/* common start */
.v-application .px-1 {
    padding-right: 4px !important;
    padding-left: 0px !important;
}
/* common end */


.v-application .product-details-container {
    min-width: 1324px !important;
}

.card .card-header.card-bordered {
    border-bottom: 2px solid #343a40 !important;
    background-color: #f8f9fa !important;
}

.modal-content .modal-header {
    border-bottom: 2px solid #666666;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table.table-bordered thead th {
    border: 1px solid #ccc;
    border-bottom: 2px solid #343a40;
    background-color: #f8f9fa;
    padding: .5rem;
    font-size: 12px;
}

.table.table-bordered tbody td {
    border: 1px solid #ccc;
    padding: .5rem;
    font-size: 12px;
}

.table.table-sm.table-bordered thead th {
    border: 1px solid #ccc;
    border-bottom: 1px solid #343a40;
    background-color: #efefef;
    color: #666666;
    padding: .085rem;
}

.table.table-sm.table-bordered tbody td {
    border: 1px solid #ccc;
    padding: .155rem;
}

#pnl_estimate .table td,
#pnl_estimate .table th {
    padding: .25rem;
    font-size: 0.775rem;
}

#pnl_estimate td.label {
    min-width: 50px;
}

#pnl_estimate td.options {
    color: #004497;
    font-size: 0.75rem;
}

#pnl_estimate td.price {
    color: #e62e04;
    min-width: 50px;
}

#pnl_estimate span.calcu_supply_price {
    color: #e62e04;
}

#pnl_estimate span.calcu_total_price {
    color: #e62e04;
    font-weight: bold;
}

#sidebar_compare .table td {
    padding: .25rem;
    font-size: 0.75rem;
}

#sidebar_compare hr {
    margin-top: .1rem;
    margin-bottom: .1rem;
}

/*
#option-choice-form .form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #e2e5ec;
    color: #898b92;
    border-radius:0px;
}

#option-choice-form .btn-sm {
    padding: 0.316rem 0.4rem;
    font-size: 0.775rem;
}
*/



.aiz-table.aiz-table-sm td,
.aiz-table.aiz-table-sm th {
    padding: 0.5rem 0.25rem;
}

/*--------------- 견적폼 스타일 /s ---------------- */

.v-text-field--outlined,
.v-text-field--solo {
    border-radius: 0px;
}

.v-btn {
    border-radius: 0px;
}

@media(min-width: 768px) {

    #option-choice-form .form-control-sm {
        border-radius: 0;
        height: calc(1.3rem + 0.8rem + 2px);
        /*border:1px solid #c1c1c1;*/
        /*padding: 0.416rem 0.7rem;*/

    }

    #option-choice-form .bootstrap-select .dropdown-toggle {
        border: 1px solid #c1c1c1;
        color: #333333;
    }

    #option-choice-form .bootstrap-select.form-control-sm .dropdown-toggle {
        padding: 0.416rem 0.7rem;
        height: calc(1.3rem + 0.8rem + 2px);
    }

    #option-choice-form .aiz-megabox .aiz-megabox-elem {
        /* border: 1px solid #c1c1c1; */
        border-radius: 0;
        padding: 0.416rem 0.7rem;
        height: calc(1.3rem + 0.8rem + 2px);
        min-width: 4.5rem;
        text-align: center;
    }

    #option-choice-form .btn-group-sm>.btn,
    .btn-sm {
        border-radius: 0;
    }

}

.text-center.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}

.text-center.bootstrap-select .dropdown-menu {
    text-align: center;
}

.text-right.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}

.text-right.bootstrap-select .dropdown-menu {
    text-align: right;
}

section.estimate .header {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

section.estimate .header span {
    background-color: #ddd;
    padding: 5px 10px;
}

/* 콤보박스 드롭다운 스타일 재정의 /s */
.v-menu__content .v-sheet.v-list {
    border:1px solid #bbbbbb !important;
    border-radius: 3px;
}

.v-menu__content .v-list-item.v-list-item--active {
    background-color:#3483d1;
}

.v-menu__content .v-list-item.v-list-item--active .v-list-item__title{
    color: #fff !important;
    caret-color: #fff !important;
}

.v-menu__content .v-list-item.v-list-item--active span {
    color: #fff !important;
    caret-color: #fff !important;
}

.v-menu__content .v-list-item {
    min-height: 26px;
}

.v-menu__content .v-list-item__content {
    padding: 8px 0
}

/* 콤보박스 드롭다운 스타일 재정의 /e */


.v-text-field.v-text-field--solo .v-input__control {
    min-height: 30px;
    padding: 0;
    /* width: 200px; */
    width: fit-content !important;
}

/* .paper-select .v-input__control {
  width: fit-content !important;
}

.paper-select .v-select__selections {
  white-space: nowrap !important;
} */


/* .paper-code {
  flex: 1 !important;
    max-width: 66% !important;
} */

/* .v-input__slot {
   width: fit-content !important;
} */

/* .v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
  width: 1000px;
} */


.v-text-field--outlined fieldset {
    border:1px solid #ddd;
}

.v-text-field--filled>.v-input__control>.v-input__slot,
.v-text-field--full-width>.v-input__control>.v-input__slot,
.v-text-field--outlined>.v-input__control>.v-input__slot,
.form-control .v-input__slot {
    min-height: 32px !important;
    font-size: 14px;
    background-color: #fff;
}

.v-btn.v-size--default:not(.v-btn--icon),
.v-btn.v-size--default:not(.v-btn--fab) {
    letter-spacing: 0;
    height: 32px !important;
}
.v-select__slot {
    height: 32px !important;
}

.v-text-field__slot input[type=number] {
    text-align:center;
}

.v-text-field__prefix, .v-text-field__suffix {
    font-size:12px;
}

.v-btn.v-size--default .v-btn__content {
    font-size:12px;
}

.v-text-field--outlined .v-label {
    top: 6px !important;
}

.v-text-field--outlined .v-label.v-label--active {
    top: 16px !important;
}

/* 낱장 색상 */
/* .sheet .estimate-product .partial-material .paper-classification {
    width: 186px !important;
    min-width: 186px !important;
    max-width: 186px !important;
}

.sheet .estimate-product .partial-printing .printing-method {
  width: 183px !important;
  min-width: 183px !important;
  max-width: 183px !important;
} */
/* .partial-printing .printing-method {
    flex: 1 !important;
    max-width: 28% !important;
} */

/* .sheet .estimate-product .partial-color .printing-color,
.sheet .estimate-product .partial-color .spot-color {
    width: 186px !important;  
    min-width: 186px !important;
    max-width: 186px !important;
} */
/* .sheet .estimate-product .partial-color .printing-color,
.sheet .estimate-product .partial-color .spot-color {
    flex: 1 !important;
    width: 28% !important;
    min-width: 28% !important;
    max-width: 28% !important;
} */
/* .py-1.px-1.col.col-auto {
    flex: 1 !important;
    max-width: 28% !important;
} */


/* .partial-color .printing-color {
    flex: 1 !important;
    max-width: 182px !important;
}
.partial-color .spot-color {
    flex: 1 !important;
    max-width: 164px !important;
} */


/* .py-1.px-1.col.col-auto {
    flex: 1 !important;
    max-width: 33.5% !important;
}  */


/* 서식 색상 */
#form-normal-offset .estimate-product .partial-color .front-printing-color,
#form-normal-offset .estimate-product .partial-color .back-printing-color {
    width: 146px !important;
    max-width: 146px !important;
}
/* 서식 색상 /e */
.partial-color .printing-color {
    flex: 1 !important;
    /* max-width: 28% !important; */
}
.partial-color .spot-color {
    flex: 1 !important;
    /* max-width: 28% !important; */
}

.product-size-col {
    flex: 1 !important;
    max-width: 28% !important;
}
.product-amount-col {
    flex: 1 !important;
    max-width: 28% !important;
}


#sticker-square-digital .row-printing { display: none !important; }
#sticker-square-digital .row-diecutting { display: none !important; }


/* .product-amount {
    flex: 1 !important;
    max-width: 28% !important;
} */


/* .form-control {
    flex: 1 !important;
    max-width: 28% !important;
} */

/*  */
/* .coating-type {
    flex: 1 !important;
    max-width: 28% !important;
} */

/* .py-1.px-1.col.col-auto {
    flex: 1 !important;
    max-width: 28% !important;
} */

.shape-type {
    flex: 1 !important;
    max-width: fit-content !important;
}

.py-2.px-1.col.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
}

/*  */
.py-1.px-1.col.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
}

.product-amount-col {
    flex: 1 !important;
    max-width: 28% !important;
}

.w-100px {
  width: 82px !important;
}

.py-1.px-1.col-sm-3.col-md-3.col-lg-3.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
}

.py-1.px-1.col-sm-3.col-md-3.col-lg-3.col-5 {
    flex: 1 !important;
    max-width: 28% !important;
}

.pt-2.pb-2.px-1.col.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
}

/* .row.no-gutters {
  display: flex !important;
  align-items: center !important;
} */

/* .v-application .pt-1 {
  padding-top: 0px !important;
} */

/* .size_arrow {
  display: flex !important;
  align-items: center !important;
} */

/* .py-1.px-1.col-sm-3.col-md-3.col-lg-3.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
} */

/* .py-1.px-1.col-sm-3.col-md-3.col-lg-3.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
} */


.py-1.px-1.size-type-col.col.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
}
.py-1.px-1.product-size-col.col.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
}
.printing-color.py-1.px-1.col.col-3 {
    flex: 1 !important;
    max-width: 28% !important;
}



/*  */
/* .sheet .estimate-product .partial-color .full-bleed {
    width: 163px !important;  
    min-width: 163px !important;
    max-width: 163px !important;
}
.sheet .estimate-product .partial-color .spot-full-bleed {
  width: 167px !important;  
  min-width: 167px !important;
  max-width: 167px !important;
}

.sheet .estimate-product .partial-size .size-type {
    width: 183px !important;
    min-width: 183px !important;
    max-width: 183px !important;
}

.sheet .estimate-product .partial-size .product-size {
  width: 161px !important;
  min-width: 161px !important;
  max-width: 161px !important;
}

#flyer-offset-mixed .partial-size .product-size {
  width: 186px !important;
  min-width: 186px !important;
  max-width: 186px !important;
}

.sheet .estimate-product .partial-size .size-type-col {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
}
.sheet .estimate-product .partial-size .product-size-col {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
}

.sheet .estimate-product .partial-amount .product-amount-col {
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
}
.sheet .estimate-product .partial-amount .product-amount {
  width: 186px !important;
  min-width: 186px !important;
  max-width: 186px !important;
} */
/* 낱장 색상 /e */

/* .envelop .estimate-product .partial-color .printing-color {
    width: 172px !important;  
    min-width: 172px !important;
    max-width: 172px !important;
}

.flyer-offset-mixed .estimate-product .partial-color .printing-color {
    width: 172px !important;  
    min-width: 172px !important;
    max-width: 172px !important;
} */

/* 책자 색상 */
.book .estimate-product .partial-size .size-info {
  margin-left: 0px !important;
}
/* .book .estimate-product .partial-color .printing-color,
.book .estimate-product .partial-color .spot-color {
    width: 176px !important;  
    min-width: 176px !important;
    max-width: 176px !important;
}

.book .estimate-product .partial-printing .printing-method,
.book .estimate-product .partial-amount .product-amount {
    width: 172px !important;  
    min-width: 172px !important;
    max-width: 172px !important;
}

.book .estimate-product .partial-amount .product-amount-col {
  width: 176px !important;  
  min-width: 176px !important;
  max-width: 176px !important;
} */
/* 책자 색상 /e */

/* 서식 색상 */
.form .estimate-product .partial-color .front-printing-color,
.form .estimate-product .partial-color .back-printing-color,
.form .estimate-product .partial-color .front-spot-color,
.form .estimate-product .partial-color .back-spot-color {
    width: 120px !important;
    max-width: 120px !important;
}
/* 서식 색상 /e */

/*
.estimate-product .partial-color .printing-color,
.estimate-product .partial-color .spot-color,
.estimate-product .partial-color .full-bleed,
.estimate-product .partial-color .spot-full-bleed {
    width: 172px !important;  
}
*/

.estimate-product .product-quantity {
    width: 86px !important;
}

/*--------------- 견적폼 스타일 /e ---------------- */


/*-------------- 굿프린팅 스타일 /s ----------------*/

    .v-application .estimate_form .primary--text {
        color: #47517d !important;
        caret-color: #47517d !important;
    }
    .v-application .estimate_form .primary--text {
        color: #47517d !important;
        caret-color: #47517d !important;
    }

    .estimate-product .theme--light.v-icon {
        color: rgba(0, 0, 0, 1) !important;
    }

    .estimate-product .size-info span,
    .estimate-product .size-info div { 
        font-size: 13px !important; 
    }


    /* .estimate-product .partial-material .paper-classification {
        width: 190px !important;
        flex: 1 !important;
        max-width: 180px !important;
    } */

    /* .estimate-product .partial-material .paper-classification { 
        flex: 1 !important;
        max-width: none !important;
        width: auto !important;
    } 
    .estimate-product .partial-material .paper-code { 
        flex: 1 !important;
        max-width: none !important;
        width: auto !important;
    } 
    .estimate-product .partial-material .paper-processing { 
        flex: 1 !important;
        max-width: none !important;
        width: auto !important;
    }  */
  
    .estimate-product .partial-material .paper-classification { 
        flex: 1 !important;
        max-width: 28% !important;
    } 
    .estimate-product .partial-material .paper-code { 
        flex: 1 !important;
        max-width: 28% !important;
        max-width: fit-content !important;
    } 
    /* .v-input.v-input--hide-details.v-input--is-label-active {
        max-width: fit-content !important;
    } */
    .estimate-product .partial-material .paper-processing { 
        flex: 1 !important;
        max-width: 28% !important;
    }

    #businesscard-pet .partial-material .paper-code { 
      flex: 1 !important;
      max-width: 45% !important;
    } 

    /* .estimate-product .partial-material .paper-kind {
        width: 190px !important;
        flex: 1 !important;
        max-width: 190px !important;
    }    
    .estimate-product .partial-material .paper-attr {
        width: 190px !important;
    } */
    .estimate-product .partial-material .paper-kind {
        /* width: 190px !important; */
        flex: 1 !important;
        max-width: 28% !important;
    }    



    /* 책자 스타일 /-----------s */

    .estimate-product .partial-size .label,
    .estimate-product .partial-amount .label,
    .estimate-product .partial-color .label,
    .estimate-product .partial-printing .label,
    .estimate-product .partial-material .label,
    .estimate-product .partial-binding .label,
    .estimate-product .partial-postpress-diecutting .label,
    .estimate-product .partial-postpress .label {
        text-align: left !important;
    }

    .estimate-product .partial-size .label div,
    .estimate-product .partial-amount .label div,
    .estimate-product .partial-color .label div,
    .estimate-product .partial-printing .label div,
    .estimate-product .partial-material .label div,
    .estimate-product .partial-binding .label div,
    .estimate-product .partial-postpress-diecutting .label div,
    .estimate-product .partial-postpress .label div {
        text-align: left !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        width: 80px !important;
        display: inline;
    }

    .estimate-product .label .popup-help i {
        display: inline-block;
        width:21px !important;
        height: 21px !important;
        background: url('../images/icon/order/search.png') no-repeat center center;
        background-size: contain;
        /* margin: 0 0 0 2px ; */
        text-indent: -9999px;
    }
    
    .estimate-product .group {
        border-bottom: 0 !important;        
    }
    .estimate-product .group span {
        background-color:#fff !important;
        border-radius:0 !important;
    }
    .estimate-product .group span.text {
        background-image: url('../images/icon/order/open-book.png') !important;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px !important;
        text-indent: 10px !important;
        background-color: #fff !important;
        font-size: 15px;
        font-weight: 400;
        color: #333333;
    }
    .estimate-product .group span.line {
        display: inline-block;
        width:530px;
        border-top: 1px solid #47517d;
        margin-left: 10px;
        opacity: 45%;
        padding-top:1px !important;
    }

    .estimate-product .cover-title.group span.text {
        background-image: url('../images/icon/order/book-cover.png') !important;
    }
    .estimate-product .inside-title.group span.text {
        background-image: url('../images/icon/order/book-inner.png') !important;
    }

    .estimate-product .inside2-title.group {
        background-color: #e2f2fe !important;
        border:1px solid #a4d6fc !important;
        padding:5px !important;
        border-radius: 4px !important;
    }
    .estimate-product .inside2-title.group span.text {
        background-color: #e2f2fe !important;
    }

    .estimate-product .startend-title.group {
        background-color: #fff7e2 !important;
        border:1px solid #fde5a3 !important;
        padding:5px !important;
        border-radius: 4px !important;
    }
    .estimate-product .startend-title.group span.text {
        background-color: #fff7e2 !important;
    }

    .estimate-product .insert-title.group {
        background-color: #bff3ef !important;
        border:1px solid #3ce9da !important;    
        padding:5px !important;
        border-radius: 4px !important;
    }
    .estimate-product .insert-title.group span.text {
        background-color: #bff3ef !important;
    }

    .estimate-product .partial-binding .bind-wing-front {
        width: 50px !important;
    }
    .estimate-product .partial-binding .bind-wing-back {
        width: 50px !important;
    }

    /* 책자 스타일 /-----------e */



    /* 후가공 스타일 /-----------s */

    .estimate-product .postpress-title.group {
        display: flex;
        align-items: center;
        background-image: url('../images/icon/order/gear.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        font-size: 15px;
        margin-bottom: 0px;
    }

    /* .estimate-product .postpress-title.group .text::before {
        content: '표지 ';

      
    } */

    .estimate-product .postpress-title.group .line {
        flex: 1;
        border-top: 1px solid #47517d;
        margin-left: 10px;
        opacity: 45%;
    }

    .estimate-product .partial-postpress .row .label span { 
        display: none; 
    }

    .estimate-product .partial-postpress .daon-megabox {
        align-items: center;
        display: inline-block;
        width:64px;
        height: 100px;
    }

    .estimate-product .partial-postpress .daon-megabox-elem {
        display: inline-block;
        column-gap: 10px;
        width: 54px;
        height: 54px;
        cursor: pointer;
        border-radius: 4px;
        padding:0 !important;
        text-align: center;
    }
    .estimate-product .partial-postpress .daon-megabox-elem span {
        padding-top: 53px; 
        font-size: 13px !important; 
        font-weight: 400 !important;
        width: 100%;    
        text-align: center;        
    }

    .estimate-product .partial-postpress .bannerstand .daon-megabox-elem  span {
        font-size: 12px !important;
        letter-spacing: -1px;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.folding,
    .estimate-product .partial-postpress .daon-megabox-elem.folding2 { 
        background: url('../images/icon/order/folding.png') no-repeat center;
        background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.folding2 span {
      font-size: 11px !important;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.folding.checked,
    .estimate-product .partial-postpress .daon-megabox-elem.folding2.checked {
        background-image: url('../images/icon/order/folding-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.scoring {
        background: url('../images/icon/order/osi.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.scoring.checked {
        background-image: url('../images/icon/order/osi-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.perforating {
        background: url('../images/icon/order/mising.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.perforating.checked {
        background-image: url('../images/icon/order/mising-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.foiling {
        background: url('../images/icon/order/bak.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.foiling.checked {
        background-image: url('../images/icon/order/bak-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.pressing {
        background: url('../images/icon/order/press.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.pressing.checked {
        background-image: url('../images/icon/order/press-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.diecutting {
        background: url('../images/icon/order/tomson.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.diecutting.checked {
        background-image: url('../images/icon/order/tomson-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.punching {
        background: url('../images/icon/order/icon-punching.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.punching.checked {
        background-image: url('../images/icon/order/icon-punching-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.windowpunching {
        background: url('../images/icon/order/icon-punching.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.windowpunching.checked {
        background-image: url('../images/icon/order/icon-punching-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.windowprocessing {
        background: url('../images/icon/order/icon-windowprocessing.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.windowprocessing.checked { 
        background-image: url('../images/icon/order/icon-windowprocessing-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.taping {
        background: url('../images/icon/order/icon-taping.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.taping.checked {
        background-image: url('../images/icon/order/icon-taping-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.eyelet {
        background: url('../images/icon/order/icon-eyelet.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.eyelet.checked {
        background-image: url('../images/icon/order/icon-eyelet-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.gluing {
        background: url('../images/icon/order/bonding.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.gluing.checked {
        background-image: url('../images/icon/order/bonding-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.coating {
        background: url('../images/icon/order/icon-coating.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.coating.checked {
        background-image: url('../images/icon/order/icon-coating-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.laminating {
        background: url('../images/icon/order/icon-laminex.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.laminating.checked {
        background-image: url('../images/icon/order/icon-laminex-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.epoxing {
        background: url('../images/icon/order/icon-epoxing.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.epoxing.checked {
        background-image: url('../images/icon/order/icon-epoxing-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.rounding {
        background: url('../images/icon/order/rounding.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.rounding.checked {
        background-image: url('../images/icon/order/rounding-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.cutting {
        background: url('../images/icon/order/icon-cutting.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.cutting.checked {
        background-image: url('../images/icon/order/icon-cutting-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.bannerstand {
        background: url('../images/icon/order/icon-bannerstand.png') no-repeat center;
        background-color: #f7f7f7;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.bannerstand.checked {
        background-image: url('../images/icon/order/icon-bannerstand-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.perfectbinding {
      background: url('../images/icon/order/icon-perfectbinding.png') no-repeat center;
      background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.perfectbinding.checked {
        background-image: url('../images/icon/order/icon-perfectbinding-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .partial-postpress .daon-megabox-elem.numbering {
      background: url('../images/icon/order/icon-numbering.png') no-repeat center;
      background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.numbering.checked {
        background-image: url('../images/icon/order/icon-numbering-checked.png');
        background-color: #2295ee;
    }

    .estimate-product .row-postpress {
        padding-top:0px !important;
    }

    .estimate-product .partial-postpress .daon-megabox > input:checked ~ .daon-megabox-elem {
        border:0 !important;
    }

    .estimate-product .container.partial-postpress {
        border-top: 0px !important;
    }

    .estimate-product .partial-postpress .partial-postpress-item .partial-postpress {
        border: 1px solid #dadfe2 !important;
        border-radius: 4px !important;
        margin-bottom: 20px !important;
        background-color: #f7f7f7 !important;
    }

    .v-application .estimate-product .py-0 {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    #envelop-ticket-offset .estimate-product .py-0,
    #metal-board-set .estimate-product .py-0,
    #metal-board-printing .estimate-product .py-0 {
      margin-top: 3px !important;
      margin-bottom: 3px !important;
    }
    .add-to-estimate.envelop .estimate-product .py-0 .partial-size,
    .add-to-estimate.sticker .estimate-product .py-0 .partial-size {
      margin-top: 3px !important;
      margin-bottom: 15px !important;
    }
    .estimate-product .partial-postpress .partial-postpress-item .partial-postpress .row:first-child {
        padding: 16px;
    } 
    .estimate-product .partial-postpress .partial-postpress-item .partial-postpress .row:not(:first-child) {
        padding-left: 16px;
    }
    .estimate-product .partial-postpress .partial-postpress-item .partial-postpress .row.no-gutters {
        padding-left: 16px !important;
    }
    .partial-postpress-item .partial-postpress .mx-0 {
        padding-left: 0px !important;
    }
    .estimate-product .partial-postpress .partial-postpress-item .partial-postpress .label {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #333333 !important;
        background-color: #ffffff !important;
        margin-left: 12px;
        /* width: 91px; */
        /* border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        white-space: nowrap;
        padding-left:2px; */
    }

    /* .estimate-product .partial-postpress .partial-postpress-item .partial-postpress .label .w-100,
    .estimate-product .partial-postpress .partial-postpress-item .partial-postpress .label .popup-help, {
      display: flex;
      justify-content: center;
      align-items: center;
    } */

    /* .estimate-product .partial-postpress .partial-postpress-item .partial-postpress .label {
        display: inline-block !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #333333 !important;
        background-color: #ffffff !important;
        width: 91px;
        margin-left: 12px;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        white-space: nowrap;
        padding-left:2px;
    } */

    /* .estimate-product .label .fs-13 {
      margin-left: 4px;
    } */


    .estimate_form .estimate-product button.btn-direct-size {
        color: #fff !important;
        background-color: #47517D !important;
        /* border: 1px solid #eee; */
        /* border-radius: 4px; */
        padding: 10px !important;
        padding-left: 30px;
        font-size: 15px !important;
        font-weight: 400 !important;
        /* background: url('../images/icon/order/note.png') no-repeat left center; */
        /* text-indent: 13px; */
    }

    .estimate_form .estimate-product button.btn-regular-size {
        color: #333333 !important;
        background-color: #fff !important;
        border: 0;
        padding: 10px !important;
        padding-left: 30px;
        font-size: 15px !important;
        font-weight: 400 !important;
        background: url('../images/icon/order/note.png') no-repeat left center;
        text-indent: 13px;
    }
    .estimate_form .estimate-product button.btn-direct-amount {
        color: #fff !important;
        background-color: #47517D !important;
        /* border: 1px solid #eee; */
        /* border-radius: 4px; */
        padding: 10px !important;
        padding-left: 30px;
        font-size: 15px !important;
        font-weight: 400 !important;
        color: #333333 !important;
        /* background: url('../images/icon/order/note.png') no-repeat left center; */
        /* text-indent: 13px; */
    }

    .estimate_form .estimate-product button.btn-direct-amount span {
        color: #fff !important;
    }

    .estimate_form .estimate-product button.btn-regular-size span,
    .estimate_form .estimate-product button.btn-direct-size span,
    .estimate_form .estimate-product button.btn-direct-amount span {
        font-size: 13px !important;
    }

    /* 후가공 스타일 /-----------e */


/*-------------- 굿프린팅 스타일 /e ----------------*/


/*--------------- 장바구니 스타일 /s -------------------*/
#cart-summary .border-bottom {
    border-bottom: 2px solid #383d4a !important;
}

#cart-summary .border-top {
    border-top: 1px solid #383d4a !important;
}

/*--------------- 장바구니 스타일 /s -------------------*/


/*--------------- 마이페이지 스타일 /s ----------------*/

.aiz-side-nav-list li.aiz-side-nav-item a.level-1 {
    border-bottom: 1px solid #ddd;
}

/*--------------- 마이페이지 스타일 /e ----------------*/



/*--------------- 고객센터 /s -------------- */

table .v-data-table-header th {
    color: #fff;
}

table .v-data-table-header {
    background-color:#f7f7f7 !important;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
    border-top: 2px solid #333;
    border-bottom: 1px solid #c7c7c7;
}

/*--------------- 고객센터 /e -------------- */

/*--------------- Home /s ------------- */

.feature_listlayout_boxed {
    max-width: 370px;
    padding: 30px 35px;
    margin: 0px auto 0px;
    background-color: #ffffff;
}

.feature_listlayout_boxed .item_icon {
    float: left;
    width: 75px;
    height: 75px;
    color: #ffffff;
    display: flex;
    font-size: 35px;
    text-align: center;
    margin-right: 25px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.bg_default_yellow {
    background-color: #fec931;
}

.bg_default_orange {
    background-color: #ff4328;
}

.bg_default_blue {
    background-color: #1a1e5d;
}

.bg_default_pink {
    background-color: #e6498f;
}

.feature_listlayout_boxed .item_content {
    display: table;
}

/*--------------- Home /e ------------- */


/*--------------- Admin /s --------------*/

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1340px;
    }
}


@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinking-text {
    animation: blink 1.5s infinite;
    /* 1초 간격으로 무한 반복 */
}


.custom-pagination .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.custom-pagination .pagination li {
    margin: 0 0.2rem;
}

.custom-pagination .pagination li a,
.custom-pagination .pagination li span {
    color: #505153;
    padding: 0.3rem 0.5rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-left: -1px;
}

.custom-pagination .pagination li a:hover,
.custom-pagination .pagination li a:focus {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.custom-pagination .pagination li.active span {
    color: #fff;
    background-color: #505153;
    border-color: #505153;
}

.custom-pagination .pagination li.disabled span {
    color: #35393b;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.badge {
    border-radius:0;
}

/*--------------- Admin /e --------------*/
/*주문내역조회 (NEW)-show.blade*/
.order-amount-inline { font-size:15px; color:#333; }

.order-amount-inline strong { color:#111; }

  /* 상단 사용자 정보 라인 */
  .order-head { display:flex; align-items:center; gap:2px; flex-wrap: nowrap !important; }
  .order-head .chip-col{
    margin-left:auto;               /* 오른쪽으로 붙임 */
    display:flex;
    flex-direction:column;          /* 세로 쌓기 */
    gap:6px;
    align-items:flex-end;           /* 우측 정렬 */
  }
  .order-head .name { font-weight:700; font-size:16px; color:#111; }
  .order-head .email { color:#666; font-size:13px; }
.order-head .chip {
  flex-shrink: 0; /* 줄어들지 않게 */
}
  /* 작은 칩(badge) 스타일 – Bootstrap과 충돌 안 나게 별도 클래스 */
  .chip{
    display:inline-block; padding:2px 8px; line-height:18px;
    font-size:12px; font-weight:600; user-select:none;
    border-radius:4px;
    text-decoration:none !important; /* a 태그여도 밑줄 제거 */
  }
  .chip-info  { background:#10b981; color:#fff; }   /* 고객정보 */
  .chip-login { background:#4e73df; color:#fff; }   /* 고객로그인 */
  .chip-outline{ background:#6c8bdc; color:#fff; }  /* 문자발송(파랑톤) */
   

  /* 라벨(작은 회색 텍스트) */
  .meta { color:#7a7f86; font-size:12px; }

  /* 배송방법 라인 */
  .ship-row {
    /* border-top: 1px solid #e9ecef; */
    margin-top: .25rem;
    padding-top: .5rem;
  }

  /* 한줄 강제 유지 */
  .ship-line {
    display: flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;   /* 줄바꿈 완전 방지 */
    overflow-x: visible;   /* 오른쪽 살짝 넘겨도 보이게 */
    flex-wrap: nowrap;     /* wrap 제거 (핵심) */
  }

  .ship-text {white-space: nowrap;}
  .ship-cost {
    display: inline-block;
    padding: .25rem .55rem;
    border-radius: 14px;
    background: #ffe9ee;
    color: #c2185b;
    font-weight: 700;
    line-height: 1;
  }

  .btn-chip {
    height: 28px;
    line-height: 26px;
    padding: 0 .65rem;
    border-radius: 6px;
  }
  .btn-chip-green {background: #10b981; color: #fff;} /* info */
  .btn-chip-blue  {background: #5aa9ff; color: #fff;} /* 배송변경 */
  .btn-icon-sq {
    background: #f3f5f8;
    border: 1px solid #c7cfda;
    width: 36px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    flex-shrink: 0; /* 오른쪽 아이콘이 줄어들지 않게 */
  }
    /* NC 바 */
  .nc-bar{position:sticky; top:0; z-index:25; background:#fff; padding:6px 8px; border-bottom:1px solid #e5e7eb;}
  .nc-bar .btn{margin:0 2px 4px 0;}
  .nc-btn.active{ font-weight:700;}

  /* A영역 */
  #priorityWrap{display:none; border:2px solid #111; background:#fff7cc; margin:8px 0 10px; padding:4px;}
  #priorityWrap .ttl{font-weight:800; font-size:20px; color:#111; margin-right:10px;}
  #priorityList table{background:#fff;} /* 복제된 테이블 행 배경 보정 */

  
  
 /* 배송정보 모달 스타일 */
/* 모달을 iframe 내 최상단으로 */
#shipInfoModal.modal { z-index: 9999 !important; }
#shipInfoModal .modal-dialog-centered { min-height: auto !important; }

/* 본문 가독성 */
.ship-modal .modal-header { border-bottom: 1px solid #e5e7eb; }
.ship-modal .modal-body { padding: 16px 18px; }
.ship-section { margin-bottom: 14px; }
.ship-section-title {
  font-weight: 700; font-size: 14px; margin-bottom: 8px; color: #111;
}

.ship-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; padding: 10px; background:#f9fafb; border:1px solid #e5e7eb; border-radius:8px;
}
.ship-grid .label { color:#6b7280; font-size:12px; margin-bottom:2px; }
.ship-grid .value { font-weight:600; }
.ship-grid .cost { color:#c2185b; }


/* 모달이 iframe 내부에서도 항상 위로 */
#userInfoModal.modal { z-index: 9999 !important; }
#userInfoModal .modal-dialog-centered { min-height: auto !important; }

/* 내용 스타일 */
.user-modal .modal-header { border-bottom: 1px solid #e5e7eb; }
.user-modal .modal-body   { padding: 16px 18px; }

.section { margin-bottom: 16px; }
.section-title { font-weight: 700; font-size: 14px; margin-bottom: 8px; color: #111; }

.kv { display:grid; grid-template-columns: 120px 1fr; row-gap:10px; column-gap:12px; margin:0; }
.kv dt { color:#5b6472; font-weight:700; font-size:12.5px; line-height:1.25rem; margin:0; }
.kv dd { margin:0; color:#111; font-size:13.5px; line-height:1.6; word-break:break-word; }

.user-summary {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px; margin-bottom: 12px;
}
.user-summary .label { color:#6b7280; font-size:12px; display:block; }
.user-summary .value { font-weight:700; }

/* =========================
   MODAL READABILITY UPGRADE
   (회원정보/배송정보 공통 향상)
========================= */

/* 공통 컨테이너 대비/그림자/라운드 */
.ship-modal .modal-content,
.user-modal .modal-content{
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(17,24,39,.12);
}

/* 헤더 타이포/간격 */
.ship-modal .modal-header,
.user-modal .modal-header{
  padding: 12px 16px;
}
.ship-modal .modal-title,
.user-modal .modal-title{
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.2px;
  color:#111;
}

/* 본문 기본 여백 */
.ship-modal .modal-body,
.user-modal .modal-body{
  padding: 14px 16px 18px;
}

/* 섹션 간 구분을 더 명확히 */
.ship-section,
.section{
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #f0f2f5;
}
.ship-section:first-child,
.section:first-child{
  border-top: 0;
  padding-top: 6px;
}

/* 섹션 타이틀 */
.ship-section-title,
.section-title{
  font-weight: 800;
  font-size: 13.5px;
  margin-bottom: 10px;
  color: #0f172a;
  letter-spacing: -.15px;
}

/* Key-Value 레이아웃(정의목록) – 가독 타이포/간격 강화 */
.ship-modal .kv,
.user-modal .kv{
  grid-template-columns: 120px 1fr; /* label 더 넓게 */
  row-gap: 10px;
  column-gap: 12px;
}
.ship-modal .kv dt,
.user-modal .kv dt{
  color:#5b6472;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1.25rem;
  align-self: start;
}
.ship-modal .kv dt::after,
.user-modal .kv dt::after{
  content: " :";
  color:#c2c7d0;
  margin-left: 2px;
}
.ship-modal .kv dd,
.user-modal .kv dd{
  color:#111;
  font-size: 13.5px;
  line-height: 1.6;
  word-break: break-word;
}

/* 값이 긴 주소/메모는 박스로 감싸 시각적 블록화 */
.memo-box { background:#fff; border:1px dashed #d9dee6; border-radius:10px; padding:10px 12px; line-height:1.6; color:#374151; font-size:13.5px; }

/* “요약 배지”를 카드형으로 정리(회원정보 상단) */
.user-summary{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.user-summary > div{
  background:#f9fafb;
  border:1px solid #eef2f7;
  border-radius: 10px;
  padding:10px 12px;
}
.user-summary .label{
  color:#6b7280;
  font-size:12px;
  display:block;
  margin-bottom:4px;
}
.user-summary .value{
  font-weight:800;
  font-size:14px;
  color:#0f172a;
}

/* 회사정보 카드 그리드(가독 카드를 유지) */
.user-grid{
  background:#f9fafb;
  border:1px solid #eef2f7;
  border-radius:10px;
  padding:12px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}
.user-grid .label{
  color:#6b7280;
  font-size:12px;
  margin-bottom:3px;
}
.user-grid .value{
  font-weight:700;
  font-size:13.5px;
}

/* 배송정보 3분할 타일을 카드화 */
.ship-grid{
  background:#f9fafb;
  border:1px solid #eef2f7;
  border-radius:10px;
  padding:10px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}
.ship-grid > div{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:8px;
  padding:10px;
}
.ship-grid .label{
  color:#64748b;
  font-size:12px;
  margin-bottom:4px;
  text-transform: none;
}
.ship-grid .value{
  font-weight:800;
  font-size:14px;
  color:#0f172a;
  line-height:1.5;
}
.ship-grid .cost{
  color:#b4235f;
  font-weight:900;
}

/* 작은 보조 텍스트의 대비 상향 */
.meta { color:#5f6770; }

/* 아이콘형 스퀘어 버튼 라인 맞춤(조금 더 또렷) */
.btn-icon-sq{
  border-color:#d2d8e2;
  background:#f6f8fb;
}

/* 모바일/좁은 폭 대응: 1열 전환 */
@media (max-width: 768px){
  .ship-modal .kv,
  .user-modal .kv{
    grid-template-columns: 100px 1fr;
    row-gap: 8px;
  }
  .user-summary{
    grid-template-columns: 1fr;
  }
  .user-grid{
    grid-template-columns: 1fr;
  }
  .ship-grid{
    grid-template-columns: 1fr;
  }
  .ship-modal .modal-title,
  .user-modal .modal-title{
    font-size: 17px;
  }
}

/* 초소형(≤400px)에서도 무너짐 방지 */
@media (max-width: 400px){
  .ship-modal .kv,
  .user-modal .kv{
    grid-template-columns: 92px 1fr;
  }
}
/* ===== 상단 툴바 ===== */
.nc-toolbar{
  position:sticky; top:0; z-index:25;
  display:flex; align-items:center; gap:8px;
  padding:8px 10px; background:#fff; border-bottom:1px solid #e5e7eb;
}
.nc-toolbar .spacer{flex:1}
.nc-counter{font-size:12px; color:#6b7280}
.nc-counter .num{font-weight:800; color:#111}
/* .nc-legend{display:flex; align-items:center; gap:8px} */

#btnMulti.btn-success{ font-weight:700 }       /* ON: 굵게 */

/* 별 뱃지 재사용 */
.star-badge{display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; border-radius:6px; border:1px solid #d1d5db}
.star-badge.white-bg{background:#fff}
.star-badge.blue-bg{background:#3b82f6; border-color:#3b82f6}
.star{font-size:14px; line-height:1}
.star.white{color:#fff}
.star.red{color:#ef4444}
/* ===== 코드칩(grid) ===== */
.code-grid{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:10px;padding:8px}
.code-chip{
  display:grid;grid-template-columns:26px 1fr;grid-template-rows:auto auto;
  gap:6px;align-items:center;
  background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;
  cursor:pointer; user-select:none; transition:box-shadow .15s, transform .05s;
}
.code-chip:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}
.code-chip.is-selected{outline:2px solid #22c55e;background:#eefcf3}
.code-chip .code{font-weight:800;letter-spacing:.2px}
.code-chip .status{justify-self:end;font-size:12px;color:#2563eb;background:#e8f0ff;border-radius:6px;padding:2px 6px}
.code-chip .owner{grid-column:2/3;font-size:11px;color:#6b7280}

/* 칩 색 변형(접수완료 강조칩 예) */
.code-chip.is-approve{background:#ffedd5;border-color:#fdba74}
@media (max-width: 1200px){ .code-grid{grid-template-columns:repeat(4,minmax(180px,1fr));} }
@media (max-width: 992px){  .code-grid{grid-template-columns:repeat(3,minmax(160px,1fr));} }
@media (max-width: 768px){  .code-grid{grid-template-columns:repeat(2,minmax(150px,1fr));} }

/* === Item tiles (상단 그리드) === */
.od-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.od-tile{
  background:#f3f5f8;border:1px solid #e5e7eb;border-radius:12px;padding:4px 6px;
  display:grid; cursor:pointer;transition:box-shadow .15s,transform .05s;
}
.od-tile:hover{box-shadow:0 2px 10px rgba(0,0,0,.06);transform:translateY(-1px);}
.od-tile .starbox{  display: inline-flex;align-items: center;justify-content: center;}
.od-tile .code{grid-area:code;font-weight:800;letter-spacing:.2px;color:#0f172a;}
.od-tile.selected{outline:2px solid #22c55e;background:#ecfdf5}
.od-tile{
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.od-tile .od-meta{
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.od-tile .code{ font-weight: 700; }
.od-tile .state{ margin-top: 2px; }   /* code 밑 */
.od-tile .customer{
  font-size: 12px; 
  color: #f16d33;      
  font-weight: 900;         
}
/* 상태 pill – 세로로 깨지는 것 강제 방지 */
.nc-status{
  display:contents;padding:2px 6px;border-radius:6px;background:#eef2ff;color:#2563eb;
  font-weight:700;white-space:normal;writing-mode:horizontal-tb !important;line-height:1.35;
}

/* 별 뱃지 (예시/타일 공용) */
.star-badge {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.star-badge.white-bg{background:#fff}
.star-badge.blue-bg{background:#3b82f6}
.star{font-size:14px;line-height:1}
.star.gray{color:#94a3b8}
.star.red{color:#ef4444}
.star.white{color:#94a3b8;text-shadow:0 0 1px #cbd5e1} 
  
/* 멀티선택 툴바 */
.nc-toolbar{display:flex;align-items:flex-start;gap:12px;margin:6px 0 6px}
.nc-toolbar .left{display:flex;flex-direction:column;align-items:center}
.nc-count{font-size:12px;color:#6b7280;margin-top:4px}
/* .nc-legend{display:flex;align-items:center;gap:8px;padding:4px 8px;} */
/* .nc-legend .label{font-size:12px;color:#0f172a;margin-right:2px} */
#imgHoverPreview {
    position: fixed;
    z-index: 9999;
    display: none;
    padding: 4px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #d1d5db;
    border-radius: 4px;

    max-width: 600px;
    max-height: 160px;

    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;

    /* ★ 이게 중요: 스크롤/클릭 가능하게 */
    pointer-events: auto;
}

#imgHoverPreview .hp-item {
    display: inline-block;
    margin-right: 4px;
}

#imgHoverPreview img {
    height: 120px;
    border: 1px solid #ccc;
    background: #fff;
}
/* ===== 좌패널 + 우콘텐츠 레이아웃 ===== */
.nc-layout{
  display:grid;
  grid-template-columns: 170px 1fr; /* 왼쪽 고정폭, 오른쪽 가변 */
  gap:12px;
  margin:8px 0 12px;
}

/* 왼쪽 패널(세로 스택) */
.nc-left{
  position: sticky;   /* 스크롤시 고정(원치 않으면 제거) */
  top: 8px;           /* 카드 안에서 약간 아래에 고정 */
  align-self: start;
  background:#fff;
  /* border:1px solid #e5e7eb; */
  border-radius:10px;
  padding:3px;
}

/* 별 안내 줄 */
.nc-left .nc-legend{
  display:flex; align-items:center; gap:8px;
  margin-bottom:10px;
}

/* 다중선택 버튼 줄 */
.nc-left .nc-left-row{ margin-bottom:8px; }

/* 선택수 */
.nc-left .nc-counter{
  display:flex; align-items:center; gap:6px;
  font-size:12px; color:#6b7280;
}
.nc-left .nc-counter .label{ color:#6b7280; }
.nc-left .nc-counter .num{ font-weight:800; color:#111; }
.nc-left .nc-counter .sep{ color:#c1c7d0; }

/* 오른쪽 영역 */
.nc-right{
  min-width: 0; /* grid overflow 방지 */
}

/* 반응형: 폭 좁으면 세로 스택 */
@media (max-width: 992px){
  .nc-layout{ grid-template-columns: 1fr; }
  .nc-left{ position: static; }
}
/* ====== [주문상세 : 3분할 가로 고정 카드] ====== */
.od-detail-list{display:flex;flex-direction:column;gap:12px}

/* 화면이 좁아도 절대 줄바꿈 안되게 카드 자체에 최소폭 부여 */
.od-detail-card{
  display:grid;
  grid-template-columns: 200px 1fr 360px;  /* 좌/중/우 3분할 */
  gap:14px;
  align-items:start;
  /* border:1px solid #e5e7eb; */
  /* border-radius:12px; */
  /* padding:12px; */
  background:#fff;
  min-width: 1050px;        /* 한 줄 유지용 최소폭 */
}

/* 카드가 부모 폭을 넘으면 가로 스크롤로 보이도록 */
/* .od-detail-scroll{overflow-x:auto} */

/* --- LEFT: 미디어 --- */
.od-media{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f9fafb}
.od-media .preview{display:block;width:100%;height:auto;object-fit:cover;background:#fff}
.od-media .thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;padding:8px}
/* --- MIDDLE: 스펙/메모 --- */
.od-spec .head{display:flex;align-items:center;gap:10px;}
.od-spec .head .code{font-weight:800}
.od-spec .head .title{font-weight:700;color:#111;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;}
.od-spec .head .date{color:#6b7280;font-size:12px}
.spec-table{width:100%;border-collapse:collapse;margin-bottom:8px}
.spec-table th,.spec-table td{border:1px solid #e5e7eb;padding:8px;font-size:13px}
.spec-table th{width:80px;background:#f8fafc;color:#334155;text-align:center}
.od-memos{display:grid;grid-template-columns:1fr;gap:6px}
.od-memo-row{display:grid;grid-template-columns:70px 1fr 90px;gap:6px;align-items:center}
.od-memo-row .label{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;text-align:center;padding:6px 0;color:#475569;font-weight:700}
.btn-memo{height:32px; padding:0 !important; font-size:13px;}

/* --- RIGHT: 금액/버튼/파일/타임라인 --- */
.od-side{display:flex;flex-direction:column;gap:10px}
.price-box{border:1px solid #e5e7eb;border-radius:10px;padding:10px}
.sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.sum-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sum-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.price-box .total{font-weight:900;font-size:18px;color:#111}
.price-box .disc{color:#ef4444;font-weight:700}
.price-box .detail{color:#6b7280;font-size:12px;margin-top:4px}
.side-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}
.files{border:1px solid #e5e7eb;border-radius:10px;padding:10px}
.files .rowx{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;border-top:1px dashed #e5e7eb}
.files .rowx:first-child{border-top:0}
.files .name{font-size:12.5px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:normal;}
.timeline{border:1px solid #e5e7eb;border-radius:10px;padding:10px;max-height:360px;overflow:auto; padding-top:0px;}
.timeline .item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #eef2f7;padding:6px 2px}
.timeline .item:last-child{border-bottom:0}
.timeline .key{color:#475569;font-weight:700}
.timeline .time{color:#6b7280}

/* 테이블 버전 숨김 (필요시 삭제) */
.ribbon-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 8px;
}

.ribbon {
  background: #10b981;   /* 초록색 */
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.ribbon-meta {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #374151;
  line-height: 1.3;
}
.media-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left:10px;
}
.media-info .media-code {
  font-weight: 900;
  font-size: 16px;
  color: #111827;
  letter-spacing: 0.2px;
}
.media-info .media-user {
  font-size: 14px;
  color: #111;
  font-weight: 500;
}
.od-spec .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 2px solid #111;
  margin-bottom: 6px;
}

.od-spec .head .title {
  font-weight: 800;
  color: #111;
  font-size: 18px;
}

.od-spec .head .date {
  color: #6b7280;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.od-spec .head .head-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.od-spec .head .head-actions .btn {
  font-size: 12px;
  border-radius: 6px;
  padding: 4px 10px;
  line-height: 1.2;
}
.spec-grid{
  display:grid;
  /* grid-template-columns: 50px 1fr 50px 1fr 110px;  */
  border:1px solid #d1d5db;
  border-right:0;
  border-bottom:0;
  margin-bottom:10px;
}
.spec-grid .cell{
  padding:5px 7px;
  border-right:1px solid #d1d5db;
  border-bottom:1px solid #d1d5db;
  line-height:1.5;
  font-size:13px;
}
.spec-grid .th{
  background:#f8fafc;
  font-weight:700;
  color:#0f172a;
  text-align:left;
}
.spec-grid .right-head{
  text-align:center;
  background:#f8fafc;
  font-weight:800;
}
.spec-grid .muted{ color:#6b7280; }
.spec-grid .price{
  text-align:right;
  white-space:nowrap;
  font-weight:700;
  color:#0f172a;
  max-width:80px;
}
.spec-grid .badge-green{
  display:inline-block;
  margin-left:8px;
  padding:2px 8px;
  font-size:12px;
  line-height:1.4;
  background:#10b981;
  color:#fff;
  border-radius:4px;
  vertical-align:middle;
}
.spec-grid .sep{ color:#cbd5e1; }
.spec-grid .price input{
  width: 100%;
  height: 28px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0 8px;
  text-align: right;
}
.spec-grid .muted{color:#6b7280; font-size:12px;}
.pp-grid{display:grid;grid-template-columns:80px 1fr 120px}
.pp-grid>.pp-label,.pp-grid>.pp-detail,.pp-grid>.pp-price{padding:0px 5px;border-bottom:1px dashed #e5e7eb}
.pp-label{font-weight:700;color:#6b7280}
.pp-price{display:flex;align-items:center;justify-content:flex-end; }
.pp-price input{width:100%;text-align:right;height:26px; border:none;}
.od-memo-row{
  display:grid;
  grid-template-columns: 60px 1fr 90px;
  align-items:start;
  gap:8px;
}
.od-memo-list{
  border:1px solid #e5e7eb; background:#fff; border-radius:6px;
  max-height:140px; overflow:auto; padding:6px;
  display:flex; flex-direction:column; gap:6px;
}
.memo-item{
  display:grid; grid-template-columns: 1fr auto; gap:12px;
  align-items:center; font-size:13px; padding:4px 0;
  border-bottom:1px dashed #eee;
}
.memo-item:last-child{ border-bottom:0; }
.memo-item .meta{ color:#6b7280; white-space:nowrap; }
.memo-empty{ color:#9ca3af; font-size:13px; padding:2px 0; }
.work-summary{
  display:flex;align-items:center;justify-content:space-between; gap:12px; padding-left:6px; padding-top:10px;
}
.work-summary .ws-title{font-weight:700;color:#111;font-size:13px;}
.work-summary .ws-right{font-size:12px;color:#6b7280;white-space:nowrap;}
/*주문내역조회 show-blade*/

/* ===== 상단 필터바 스타일 ===== */
.gp-topbar{
  display:flex; align-items:center; justify-content:space-between;
  /* background:#fff; border:1px solid #e6e9f0; border-radius:8px;
  padding:8px 10px; gap:12px; */
}

/* 칩 영역: 작은 화면에서 가로 스크롤 */
.gp-topbar .chips{
  overflow:auto hidden; 
  padding-bottom:2px; /* 스크롤바 여유 */
}
.chip{
  border:0; border-radius:8px;
  margin:1px;
  font-weight:700; font-size:12px; line-height:1;
  padding:8px 10px; color:#fff; white-space:nowrap;
  box-shadow:0 1px 1px rgba(0,0,0,.05);
}
.chip:focus{ outline:2px solid #2b61ff33; outline-offset:1px; }

/* 칩 색상 (스크린샷 톤과 유사) */
.chip-my{ background:#1b1b62; }
.chip-teal{ background:#11a2b3; }
.chip-orange{ background:#f28c13; }
.chip-purple{ background:brown; }
.chip-gray{ background:slategrey; }
.chip-commercial{background:#0d42d4;}
/* 필터 그룹 */
.gp-topbar .filters{
  display:flex; align-items:center; gap:8px; flex:0 0 auto;
}
.gp-topbar .filter{ min-width:140px; }
.gp-topbar select.form-control-sm{
  height:36px; /* 스샷 높이 맞춤 */
}
.btn-danger.btn-sm {
  background-color: #e60000; /* 진한 빨강 */
  border: none;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

.btn-info.btn-sm {
  background-color: #42a5f5; /* 밝은 하늘색 */
  border: none;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}
/* 반응형: 폭이 줄면 필터가 아래 줄로 자연스러운 줄바꿈 */
@media (max-width: 1200px){
  .gp-topbar{ flex-wrap:wrap; }
  .gp-topbar .filters{ width:100%; justify-content:flex-end; flex-wrap:wrap; }
}
@media (max-width: 680px){
  .gp-topbar .filters{ justify-content:space-between; }
  .gp-topbar .filter{ flex:1 1 calc(50% - 8px); min-width:140px; }
}
/* 메인 리스트 테이블 */
.order-list {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

/* 각 열 비율 (총 100%) */
.order-list thead th:nth-child(1),
.order-list tbody td:nth-child(1){ width: 1%; }   /* 번호 */
.order-list thead th:nth-child(2),
.order-list tbody td:nth-child(2){ width: 9%; }   /* 번호 */
.order-list thead th:nth-child(3),
.order-list tbody td:nth-child(3){ width: 19%; }  /* 주문번호 */
.order-list thead th:nth-child(4),
.order-list tbody td:nth-child(4){ width: 15%; }  /* 품목 */
.order-list thead th:nth-child(5),
.order-list tbody td:nth-child(5){ width: 22%; }  /* 고객 */
.order-list thead th:nth-child(6),
.order-list tbody td:nth-child(6){ width: 14%; }  /* 상태 */
.order-list thead th:nth-child(7),
.order-list tbody td:nth-child(7){ width: 10%; }  /* 상태 */
.order-list thead th:nth-child(8),
.order-list tbody td:nth-child(8){ width: 10%; }  /* 상태 */

.order-list tr.highlight > td {
  background: #ffa36e !important;
}

/* 상세행 */
.order-details-row td {
  padding: 0;
  border-top: 0;
  background: #fff;
  
}

/* 상세 grid – 메인 5열 비율과 일치 */
.detail-grid {
  display: grid;
  grid-template-columns: 6% 9% 17.5% 14% 21% 13.5% 9.5% 9.5%;
  border-top: 1px solid #e9ecef;
}

.detail-row { display: contents; }

.detail-cell {
  padding: 3px 4px;
  border:1px solid #ccc;
  line-height: 1.35;
  font-size: 12px;
  text-align:center;
  /* background:aliceblue; */
}

.detail-cell.c2 { text-align: center; color: #6b7280; }
.detail-cell.c4 .pname { color:#111827; }
.detail-cell.c4 .opt { color:#6b7280; font-size:12px; }
.detail-cell.c5 { text-align: center; white-space: inherit; }
.detail-cell.c6 { text-align: center; }

.badge-state {
  display: inline-block;
  /* padding: 4px 8px; */
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.badge-blue { background:#1e88e5; }
.badge-green { background:#2e7d32; }
.badge-gray { background:#9aa3af; }

 .memo-card{
    border:1px solid #e5e7eb; border-radius:8px; background:#fff; padding:10px 12px;
    display:flex; gap:10px; align-items:flex-start;
  }
  .memo-chip{
    min-width:54px; text-align:center; font-weight:700; font-size:12px;
    color:#374151; background:#f3f4f6; border-radius:6px; padding:6px 8px;
  }
  .memo-body{ flex:1; display:flex; flex-direction:column; gap:8px; }
  .memo-head{
    display:flex; align-items:center; justify-content:space-between; gap:8px;
  }
  .memo-title{ font-weight:600; color:#111827; font-size:13px; }
  .memo-list{
    max-height:160px; overflow:auto; border-top:1px dashed #e5e7eb; padding-top:3px;
    display:flex; flex-direction:column; gap:6px;
  }
  .memo-item{ display:grid; grid-template-columns:1fr auto; align-items:center; gap:10px; }
  .memo-text{
    font-size:13px; color:#111; line-height:1.35;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;   /* 1줄 말줄임 */
  }
  .memo-meta{ font-size:12px; color:#6b7280; white-space:nowrap; }
  .memo-empty{ color:#9ca3af; font-size:12px; padding:6px 0; }
  .btn-memo-write{ height:30px; padding:0 12px; }
  .extra-list-wrap{
  grid-column:2 / span 3;
  margin-top:25px;
  font-size:12px;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:6px 8px;
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:6px;
}

.extra-item{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:4px 0;
  border-bottom:1px dashed #e5e7eb;
}
.extra-item:last-child{
  border-bottom:none;
}

.extra-item .left{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.extra-item .reason{
  font-weight:600;
  color:#111;
}
.extra-item .amount{
  margin-left:8px;
  color:#d00;
  font-weight:700;
}

.extra-item .meta{
  font-size:11px;
  color:#6b7280;
  text-align:right;
}

.extra-list-wrap .empty{
  padding:6px;
  color:#9ca3af;
  text-align:center;
}
 /* Order header (scope-local) */
  .order-header{
    padding:6px;
    background:#eef0f2;
    border-bottom:2px solid #333;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
  }
  .order-header .oh-row{
    display:flex;
    /* justify-content:space-between; */
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
  }
  .order-header .oh-left{
    font-size:14px;
  }
  .order-header .oh-date{
    /* color:#6c757d; */
    margin-left:6px;
    font-size:12px;
  }
  .order-header .oh-right .fs-15{
    font-weight:700;
  }
  .order-header .oh-right .sep{
    margin:0 6px;
    color:#777;
  }
  .order-header .oh-total{
    font-size:14px;
  }
  .order-header .oh-grand{
    font-size:18px;
    font-weight:700;
    margin-right:6px;
  }
  .order-header .oh-pay{
    color:#0a8a00;
    font-weight:600;
    margin-left:6px;
  }
  .order-header .oh-recv{
    color:#d30000;
    font-weight:700;
  }
  @media (max-width:576px){
    .order-header .oh-right{ width:100%; }
    .order-header .oh-row:first-child{ align-items:flex-start; }
  }
.thumbs-vertical{
  display:flex;
  flex-direction:column;
  gap:6px;
  max-height:260px;
  overflow:auto;
  margin-top:8px;
}
 .thumb-img{
   height:56px; object-fit:cover;
  border:1px solid #e5e7eb; border-radius:6px; cursor:pointer;
} 


/* 타일 전체 */
.od-tile {
  flex: 0 0 auto;
}

/* 내부 레이아웃 – 한 줄 정렬 */
.od-tile-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 14px;
}

/* 별 */
.starbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.od-top-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.od-meta .code {
  font-size: 14px;
  font-weight: 800;
  color: #111;
}

.od-meta .state .nc-status {
  font-size: 12px;
  font-weight: 700;
  color: #9040b0; /* 보라색 상태 텍스트 */
}

/* 담당자 */
.od-meta .customer {
  font-size: 12px;
  font-weight: 700;
  color: #f16d33;
}

.order-table-wrapper {
    height: calc(100vh - 220px); 
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #e5e7eb;
}
.order-table-wrapper table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
}
 .ord-index-cell {
    padding: 2px 4px;
    text-align: center;
}

.ord-index-top {
    font-size: 12px;
}

.ord-flag {
    margin-top: 3px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
}

.ord-flag-urgent {
    background: #e53935;
}
.ord-flag-outsource {
    background: #42a5f5;
}
.ord-flag-rework {
    background: #111723;
}   
.detail-cell.c2 {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: stretch;   /* 위/아래 꽉 채우기 */
    height: 100%;              /* 부모 높이 강제 채움 */
}

/* 접수자 */
.detail-staff-top {
    flex: 1;  /* 위 영역 반반 사용 */
    padding: 2px 4px;
    /* background: #ffe3c4; */
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 마지막 작업자 */
.detail-staff-bottom {
    flex: 1; /* 아래 영역 반반 사용 */
    padding: 2px 4px;
    /* background: #ffe3c4; */
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 공통 active: 완전 토글된 느낌 */
.flag-button.active {
    position: relative;
    background: #222 !important;   /* 완전 검정 계열 */
    color: #fff !important;
    border: 2px solid #ffc107 !important;     /* 노란 강조 테두리 */
    box-shadow:
        0 0 10px rgba(255, 193, 7, 0.8),
        inset 0 0 6px rgba(0,0,0,0.6);        /* 바깥 glow + 안쪽 그림자 */
    transform: scale(1.07);                   /* 버튼 커짐 */
    font-weight: 900;                         /* 텍스트 굵게 */
    z-index: 1;
}

/* 🔴 긴급 active는 좀 더 빨강 강조 */
#btnUrgent.active {
    background: #d50000 !important;
    border-color: #ff5252 !important;
    box-shadow:
        0 0 12px rgba(255, 82, 82, 0.9),
        inset 0 0 8px rgba(0,0,0,0.6);
}

/* ⚫ 재작업 active는 주황 강조 */
#btnRework.active {
    background: #000 !important;
    border-color: #ff9800 !important;
    box-shadow:
        0 0 12px rgba(255, 152, 0, 0.9),
        inset 0 0 8px rgba(0,0,0,0.6);
}
#btnOutsource.active {
    background: #42a5f5 !important;
    border-color: #a0d1fd !important;
    box-shadow:
        0 0 12px rgba(160,209,253),
        inset 0 0 8px rgba(0,0,0,0.6);
}
/* 기본 버튼에도 클래스 하나 붙이는 것이 좋음 */
.flag-button {
    transition: all 0.15s ease;
}
.order-datetime{
  font-size: 11px;          /* 기존 12px → 11px */
  color: slategrey;           /* 연한 회색 (Tailwind gray-500 느낌) */
  line-height: 1.3;
}
.user-email{
  font-size: 11px;          /* 이름보다 한 단계 작게 */
  color: slategrey;           /* 더 연한 회색 (gray-400) */
  line-height: 1.2;
}
/* =========================
   MY "내상품 칩" 전용 Pill UI
   ========================= */

/* 기본 형태 */
.chip-my-item {
  background: #ffffff;
  border-radius: 999px;
  /* padding: 6px 14px; */

  font-weight: 700;
  font-size: 13px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-width: 2px;
  border-style: solid;

  transition:
    background-color .15s ease,
    color .15s ease,
    transform .12s ease,
    box-shadow .12s ease,
    border-color .15s ease;
}

/* hover */
.chip-my-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

/* =========================
   카테고리별 컬러 (비활성)
   ========================= */
.chip-orange {
  color: #f97316;
  border-color: #f97316;
}

.chip-teal {
  color: #14b8a6;
  border-color: #14b8a6;
}

.chip-purple {
  color: #7c3aed;
  border-color: #7c3aed;
}

.chip-gray {
  color: #6b7280;
  border-color: #6b7280;
}

.chip-commercial {
  color: #2563eb;
  border-color: #2563eb;
}
.chip-etc {
  color: #ee1431;          /* emerald */
  border-color: #ee1431;   
}
/* =========================
   활성 상태
   ========================= */
.chip-my-item.is-active {
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.03);
}

/* 활성 + 카테고리별 배경 */
.chip-orange.is-active {
  background: #f97316;

}

.chip-teal.is-active {
  background: #14b8a6;

}

.chip-purple.is-active {
  background: #7c3aed;

}

.chip-gray.is-active {
  background: #6b7280;

}

.chip-commercial.is-active {
  background: #2563eb;

}
.chip-etc.is-active {
  background: #ee1431;   
}