/*your custom css goes here*/
/*
@font-face { font-family: 'NanumGothic';
    src: url('../fonts/NanumGothic.eot');
    src: url('../fonts/NanumGothic.eot') format('embedded-opentype'),
    url('../fonts/NanumGothic.woff') format('woff');
}
*/

/* 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: .325rem;
}

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

#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;
}

.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;
}

/*
.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: #4e6ef2 !important;
        caret-color: #4e6ef2 !important;
    }
    .v-application .estimate_form .primary--text {
        color: #4e6ef2 !important;
        caret-color: #4e6ef2 !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-kind {
        width: 190px !important;
        flex: 1 !important;
        max-width: 190px !important;
    }    
    .estimate-product .partial-material .paper-attr {
        width: 190px !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-right: 5px;
        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 .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 .label {
        padding-top: 20px !important;
    }
    .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 {        
        background: url('../images/icon/order/folding.png') no-repeat center;
        background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.folding.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: #f5f5f5;
    }
    .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: #f5f5f5;
    }
    .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: #f5f5f5;
    }
    .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: #f5f5f5;
    }
    .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: #f5f5f5;
    }
    .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/punching.png') no-repeat center;
        background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.punching.checked {
        background-image: url('../images/icon/order/punching-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: #f5f5f5;
    }
    .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/coating.png') no-repeat center;
        background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.coating.checked {
        background-image: url('../images/icon/order/coating-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.laminating {
        background: url('../images/icon/order/rami.png') no-repeat center;
        background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.laminating.checked {
        background-image: url('../images/icon/order/rami-checked.png');
        background-color: #2295ee;
    }
    
    .estimate-product .partial-postpress .daon-megabox-elem.epoxing {
        background: url('../images/icon/order/epoxing.png') no-repeat center;
        background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.epoxing.checked {
        background-image: url('../images/icon/order/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: #f5f5f5;
    }
    .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/cutting.png') no-repeat center;
        background-color: #f5f5f5;
    }
    .estimate-product .partial-postpress .daon-megabox-elem.cutting.checked {
        background-image: url('../images/icon/order/cutting-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: #f5f5f5 !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: inline-block !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_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:#f5f5f5 !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 --------------*/

