@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;

    margin: 0mm;
    content: none !important;

}

@media print {

    #Header, #Footer { display: none !important; }

    a[href]:after { content: none !important; }

    html, body {

        width: 748px;
        min-height: 1045px;
        font-family: 'Heebo', 'Nanum Gothic';
        font-weight:700;

    }


    .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: WTTWmessy, 'Nanum Gothic';
    }

}