@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,800,900|Nanum+Gothic:400,700,800&subset=hebrew,korean');
@font-face{font-family:'WTTWmessy'; src:url('/resources/css/content/WTTWmessy.ttf')}
@page {

    size: A4 landscape;

    margin: 0mm;
    content: none !important;


}

@media print {

    html, body {

        height: 748px;
        width: 1045px;
        writing-mode: tb-rl;
        font-family: 'Heebo', 'Nanum Gothic';
        font-weight:700;
    }

    .print-content {
        position: relative;
        top: 10mm;
        left: 5mm;
        border: initial;

        width: initial;

        min-height: initial;

        box-shadow: initial;

        background: initial;

        page-break-after: always;

    }

    .print-content img {
        width: 1045px;
        height : 748px;
    }
    .print-content>div { line-height: 120%; }

    .print-block {
        position: relative;
        top: 10mm;
        left: 5mm;
        border: initial;

        width: initial;

        min-height: initial;

        box-shadow: initial;

        background: initial;

        page-break-after: always;
    }

    .grayFont {
        color: #ffffff;
        opacity: 0.3;
        font-family: "Heebo";
        font-weight: 900;
        font-style: normal;
    }
    .text {
        font-family: 'Heebo', 'Nanum Gothic';
        font-weight:700;
    }
}