/** 출력물 */
#printHtmlLarea {
    width: 297mm;
    height:210mm;
    display: none;
    letter-spacing: 0;
}

#printHtmlLarea table{
    border-spacing: 0;
}

.flex {
    display: flex;
}

.print {
    font-family: SUIT, Arial, sans-serif;
    color: rgb(68, 68, 68);
    font-weight: 300;
}

/** 영수증 */
.receipt {
    font-size: 15px;
}

.receipt .full {
    height: 100%;
}

.receipt .full .sub {
    width: 20%;
    border-right: 1px dashed #333;
}

.receipt .full .sub:last-child {
    border-right: none;
}

.receipt .sub .title {
    text-align: center;
    font-size: 16px;
    margin: 30px 0 5px 0;
}

.receipt .sub .middle,
.receipt .sub .main {
    padding: 5px 5px;
}

.receipt .sub .middle table,
.receipt .sub .main table {
    width: 100%;
}

.receipt .sub .middle tr,
.receipt .sub .main tr {
    height: 33px;
}

.receipt .sub tr.sum,
.receipt .sub tr.total {
    font-weight: 500;
    background-color: rgb(216, 216, 216);
}

.receipt .sub tr.total {
    font-weight: 500;
}

.receipt .sub .middle td,
.receipt .sub .main td {
    border: 1px solid #333;
    text-align: center;
    vertical-align:middle;
}

.receipt .sub .main td.ar {
    padding-right: 8px;
}

.receipt .sub .bottom table {
    width: 100%;
    font-size: 14px;
    background-image: url(../images/sign.jpg);
    background-size: 88px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 125px;
}

.receipt .sub .bottom tr {
    height: 25px;
}

.receipt .sub .bottom td {
    text-align: center;
    vertical-align: middle;
}

.receipt .sub .bottom td.p-l3 {
    padding-left: 3px;
}
.receipt .sub .bottom .high {
    height: 40px;
}

.receipt .sub .bottom .short {
    height: 20px;
}

.receipt .sub .bottom .doc-from {
    font-size: 18px;
    height: 50px;
}
