@charset "UTF-8";


@page {
    size: A4 portrait;
    margin: 0;
    /*size: landscape;*/
}

@media print {

    body {background: #fff; }

    header {
        display: none;
    }

    #container {margin-top:0 }


    footer{
        display: none;
    }
   
    /* 배경이미지 출력 */
    h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, div,body { -webkit-print-color-adjust:exact; }
    
    #wPop .btn_wrap{display: none;}



}
