/* print */
@media only print {
    #header,
    #spot,
    #footer{display:none !important;}
    
    html, body{font-size:12px !important;}
    
    #con .sub0101 .h-txt-box .img-box{width:150px !important;}
}

