@charset "utf-8";

/*PDF뷰어스타일*/
.pdfobject-container { width: 100%; max-width: 1000px; height:900px; margin: 0.5em 0; }
 
.pdfobject { border: solid 1px #666; }
#results { padding: 1rem; }
.hidden { display: none; }
/*PDF뷰어스타일*/