| <?xml version="1.0" encoding="utf-8"?> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta content="text/html; charset=utf-8" http-equiv="content-type"/> |
| <title/> |
| <link href="styles.css" rel="stylesheet" type="text/css"/> |
| <style type="text/css"> |
| .Section-0 { |
| width: 210mm; |
| } |
| .Section-0 .HeaderPageFooter { |
| position: relative; |
| margin-top: 20mm; |
| margin-right: 30mm; |
| margin-bottom: 15mm; |
| margin-left: 30mm; |
| } |
| .Section-0 .Page { |
| padding-top: 15mm; |
| padding-bottom: 15mm; |
| } |
| .HeaderArea { |
| position: absolute; |
| left: 0; |
| top: 0; |
| width: 150mm; |
| height: 15mm; |
| } |
| .FooterArea { |
| position: absolute; |
| left: 0; |
| bottom: 0; |
| width: 150mm; |
| height: 15mm; |
| } |
| </style> |
| </head> |
| <body> |
| <div class="Section Section-0 Paper"> |
| <div class="HeaderPageFooter"> |
| <div class="HeaderArea"> |
| <p class="Header"><span class="lang-en">Header </span><span class="lang-ko">이것은 머리말입니다</span><span class="autonumbering autonumbering-page">1</span><span class="lang-ko">.</span> </p> |
| </div> |
| <div class="Page"> |
| <p class="Normal parashape-9"><span class="lang-ko">첫 페이지</span> </p> |
| <p class="Normal parashape-9"> </p> |
| </div> |
| <div class="FooterArea"> |
| <p class="Header"><span class="lang-en">Footer </span><span class="lang-ko">이것은 꼬리말입니다.</span> </p> |
| </div> |
| </div> |
| </div> |
| </body> |
| </html> |
|
|