@charset "UTF-8";

@media print {
    @page {
        size: auto;   
        margin: 0mm;  
    }
    html {
        height: auto !important;
    }
    body {
        margin-top: 30px !important;
        height: auto !important;
        -webkit-print-color-adjust: exact;
    }
    form > h1 {
        font-size: 32px;
        padding-left: 20px;
    }
    header, .check, .header_nav, .header_search_form, .banner_container, footer {
        display: none;
        height: 0;
    }
    .price_detail, .price_price {
        width: 90%;
    }
    .flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    dt {
        background-color: #ECE6DB !important;
    }
    .table {
        border-collapse: separate;
        /* border-top: 1px solid #A3AEC0 !important;
        border-left: 1px solid #A3AEC0 !important; */
    }
    .price_price .table dt {
        width: 25%;
    }
    .price_price .table dd {
        width: 75%;
        text-align: left;
    }
    .table, .table dt, .table dd {
        /* border-bottom: 1px solid #A3AEC0;
        border-right: 1px solid #A3AEC0; */
        border-width: 0.3px;
        border-style: solid;
        border-color: #9fabbd7f;
    }
    .price_contents {
        padding-bottom: 0px !important;
    }
    .alert {
        margin: 12px 0 !important;
        font-size: 14px !important;
        color: #3B4043 !important; 
    }
}