.print-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 21cm;
    margin: 0px auto;
    font-size: 15px;
    line-height: 18px;
    padding: 1cm 0px;
}

.separator {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    margin-bottom: 5px;
}

.print-title {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto 30px;
    font-size: 24px;
    text-align: center;
}

.print-title span {
    position: relative;
    display: block;
    padding-top: 15px;
    font-size: 15px;
}

.print-detail {
    position: relative;
    display: block;
    font-size: 0px;
    margin-bottom: 30px;
}

.print-detail > * {
    font-size: 14px;
}

.print-detail-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.detail-title {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

td {
    vertical-align: top !important;
}

td:first-child, th:first-child {
    /* padding-left: 0px; */
}

td:last-child, th:last-child {
    /* padding-right: 0px; */
}

.print-detail-table {
    position: relative;
    display: block;
}

.print-detail-table > tbody {
    position: relative;
    display: block;
}





.print-header {
    position: relative;
    display: block;
    height: 154px;
    background: #84c315;
}

.print-logo {
    position: relative;
    display: block;
    width: 155px;
    aspect-ratio: 155/99;
    top: calc((100% - 99px) / 2);
    margin-left: 30px;
}

.print-butt-group {
    position: absolute;
    display: block;
    right: 30px;
    top: calc((100% - 40px) / 2);
    font-size: 0px;
}

.print-butt-group > * {
    font-size: 14px;
    color: #fff !important;
}

.print-butt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    border-radius: 10px;
    background: #ea4949;
    margin-right: 15px;
    line-height: 40px;
    padding: 0px 15px;
    cursor: pointer;
}

.print-butt:last-child {
    margin-right: 0px;
}

.print-butt-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    top: calc((100% - 16px) / 2);
}

.cgm-parent {
    position: relative;
    display: block;
    /* overflow: hidden; */
    width: 100%;
    max-width: 300px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
}

.cgm-show {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
}

.cgm-show:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    right: 20px;
    top: 13px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cgm-list-group {
    position: absolute;
    display: none;
    left: 0px;
    top: calc(100% + 10px);
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    background: #fff;
    z-index: 10;
    padding: 10px 0px;
    width: 100%;
}

.cgm-list {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    background: #fff;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.cgm-list:hover {
    background: #d2d2d2;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.cre-text {
    display: inline-block;
    vertical-align: middle;
}

@media print
{
    .print-header {
        display: none;
    }

    .cgm-show {
        padding: 0px;
        border: 0px;
    }

    .cgm-show::after {
        display: none;
    }

    .atur-cgm {
        padding: 0px !important;
    }

    .cre-text {
        font-size: 15px;
        padding: 0px;
        border: 0px;
        height: unset;
    }
}

@media screen and (max-width : 500px) {
    .print-butt span {
        display: none;
    }

    .print-butt-icon {
        height: 20px;
        top: calc((100% - 20px) / 2);
    }

    .print-butt {
        margin-right: 10px;
    }
}