<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>Html</title>
		<link rel="alternate" type="text/html" hreflang="ko" href="https://mbg1346.inour.net/html"/>
	<link rel="self" type="application/atom+xml" href="https://mbg1346.inour.net/html/atom"/>
	<updated>2026-08-21T03:02:22+09:00</updated>
	<id>https://mbg1346.inour.net/html/atom</id>
	<generator>Rhymix</generator>
		<entry>
		<title>굵은 폰트만 따로 글꼴 지정하는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/601236"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/601236#comment"/>		<id>https://mbg1346.inour.net/html/601236</id>
		<published>2026-01-07T13:33:29+09:00</published>
		<updated>2026-01-07T13:42:50+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">홈피를 만들다 보면 전체 레이아웃이나 게시판 스킨에 적용하는 폰트를 지정 할 수 있는데, 해당 폰트가 일반적인 글꼴에서는 마음에 드는데 굵은 글꼴에서는 마음에 들지 않을 수 있는데, 이런 경우 적용 가능한 css /* 굵은 폰트 지정 */ @import url(&#039;https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css&#039;); strong, b, h1, h2, h3, h4, h5, h6, [style*=&quot;font-weight: bold&quot;], [style*=&quot;font-w...</summary>
	<content type="html">&lt;p&gt;홈피를 만들다 보면 전체 레이아웃이나 게시판 스킨에 적용하는 폰트를 지정 할 수 있는데,&lt;/p&gt; &lt;p&gt;해당 폰트가 일반적인 글꼴에서는 마음에 드는데 굵은 글꼴에서는 마음에 들지 않을 수 있는데,&lt;/p&gt; &lt;p&gt;이런 경우 적용 가능한 css&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; copy_button=&quot;Y&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;NEXON Lv2 Gothic, NanumSquareNeo&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; remove_whitespace=&quot;N&quot; style=&quot;font-family: &amp;quot;NEXON Lv2 Gothic&amp;quot;, NanumSquareNeo; line-height: 1.6; white-space: normal; margin: 5px; padding: 10px; background-color: rgb(247, 247, 246); color: rgb(0, 0, 0); border: 1px solid rgb(153, 153, 153);&quot; text_color=&quot;000000&quot; title=&quot;레이아웃 or 게시판 스킨의 css&quot; use_folder=&quot;N&quot;&gt;/* 굵은 폰트 지정 */&lt;br /&gt; @import url(&amp;#39;https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css&amp;#39;);&lt;br /&gt; &lt;br /&gt; strong, b,&amp;nbsp;&lt;br /&gt; h1, h2, h3, h4, h5, h6,&lt;br /&gt; [style*=&amp;quot;font-weight: bold&amp;quot;],&lt;br /&gt; [style*=&amp;quot;font-weight: 700&amp;quot;],&lt;br /&gt; [style*=&amp;quot;font-weight:bold&amp;quot;],&lt;br /&gt; [style*=&amp;quot;font-weight:700&amp;quot;] {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;font-family: &amp;quot;Pretendard&amp;quot;, sans-serif !important;&lt;br /&gt; }&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;이 사이트는 일반 폰트는 넥슨 Lv.2 고딕체 적용, 굵은 폰트는 A.I 가 추천한 무료 폰트인&amp;nbsp;pretendard체를 적용 했습니다.&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;image.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2026/01/07/2ea38dabfcdb658c61c05d63c534aae1.png&quot; /&gt;&lt;/p&gt;</content>	<category term="509692" label="css" />	<category term="Font"/><category term="폰트"/>	</entry><entry>
		<title>잠시 보고 사라지게 만드는  javascript</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/601127"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/601127#comment"/>		<id>https://mbg1346.inour.net/html/601127</id>
		<published>2026-01-02T10:43:48+09:00</published>
		<updated>2026-01-02T19:39:28+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">홈피 작업을 하다 보면 어떤 기능들은 페이지 출력시 간혹 필요는 한데, 보통때는 필요가 없어서 자리만 차지하고 있는 것들이 있죠. 이런 것들을 모아서 지정 시간이 지나면 화면에서 사리지게 만드는 javascript. (참고로 sketchbook5_MH 게시판 스킨을 예로 듭니다.) // 5초 후 모든 .mh_disappear 패널 제거 setTimeout(function() { var panels = document.querySelectorAll(&#039;.mh_disappear&#039;); panels.forEach(function(panel,...</summary>
	<content type="html">&lt;p&gt;홈피 작업을 하다 보면 어떤 기능들은 페이지 출력시 간혹 필요는 한데,&lt;/p&gt; &lt;p&gt;보통때는 필요가 없어서 자리만 차지하고 있는 것들이 있죠.&lt;/p&gt; &lt;p&gt;이런 것들을 모아서 지정 시간이 지나면 화면에서 사리지게 만드는&amp;nbsp;javascript.&lt;/p&gt; &lt;p&gt;(참고로&amp;nbsp;&lt;a href=&quot;https://moonhouse.co.kr/xemy/590994&quot; target=&quot;_blank&quot;&gt;sketchbook5_MH&lt;/a&gt; 게시판 스킨을 예로 듭니다.)&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; copy_button=&quot;Y&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;NEXON Lv2 Gothic, NanumSquareNeo&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; remove_whitespace=&quot;N&quot; style=&quot;font-family: &amp;quot;NEXON Lv2 Gothic&amp;quot;, NanumSquareNeo; line-height: 1.6; white-space: normal; margin: 5px; padding: 10px; background-color: rgb(247, 247, 246); color: rgb(0, 0, 0); border: 1px solid rgb(153, 153, 153);&quot; text_color=&quot;000000&quot; title=&quot;/modules/board/skins/sketchbook5_MH/js/board.js 에 추가&quot; use_folder=&quot;N&quot;&gt;// 5초 후 모든 .mh_disappear 패널 제거&lt;br /&gt; setTimeout(function() {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;var panels = document.querySelectorAll(&amp;#39;.mh_disappear&amp;#39;);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;panels.forEach(function(panel, index) {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;setTimeout(function() {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;panel.style.transition = &amp;#39;opacity 0.5s&amp;#39;;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;panel.style.opacity = &amp;#39;0&amp;#39;;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;setTimeout(function() {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;panel.remove();&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}, 500);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}, index * 500); // 0.5초씩 지연&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;});&lt;br /&gt; }, 5000);&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; copy_button=&quot;Y&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;NEXON Lv2 Gothic, NanumSquareNeo&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; remove_whitespace=&quot;Y&quot; style=&quot;font-family: &amp;quot;NEXON Lv2 Gothic&amp;quot;, NanumSquareNeo; line-height: 1.6; white-space: normal; margin: 5px; padding: 10px; background-color: rgb(247, 247, 246); color: rgb(0, 0, 0); border: 1px solid rgb(153, 153, 153);&quot; text_color=&quot;000000&quot; title=&quot;5초후 사라지게 만들고 싶은 기능의 class에 mh_disappear 적용&quot; use_folder=&quot;N&quot;&gt;&amp;bull; list.html 37줄&amp;nbsp;&lt;span style=&quot;color:#c0392b;&quot;&gt;mh_disappear&lt;/span&gt;추가&lt;br /&gt; &lt;br /&gt; &amp;lt;!--// 관리자에게 모듈번호 출력 --&amp;gt;&lt;br /&gt; &amp;lt;div cond=&amp;quot;$grant-&amp;gt;manager &amp;amp;&amp;amp; $mi-&amp;gt;modul_num==&amp;#39;&amp;#39; &amp;amp;&amp;amp; !$mo&amp;quot; class=&amp;quot;m_num &lt;span style=&quot;color:#c0392b;&quot;&gt;mh_disappear&lt;/span&gt;&amp;quot; onclick=&amp;quot;copyToClipboard(&amp;#39;{$mi-&amp;gt;module_srl}&amp;#39;)&amp;quot;&amp;gt;{$mi-&amp;gt;module_srl}&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;script cond=&amp;quot;$grant-&amp;gt;manager &amp;amp;&amp;amp; $mi-&amp;gt;modul_num==&amp;#39;&amp;#39;&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;function copyToClipboard(text) {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;navigator.clipboard.writeText(text).then(function() {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;alert(&amp;#39;모듈 번호가 클립보드에 복사되었습니다: &amp;#39; + text);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}, function(err) {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;console.error(&amp;#39;클립보드 복사 실패:&amp;#39;, err);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;});&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;lt;/script&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;bull; ver.html 19줄&amp;nbsp;&lt;span style=&quot;color:#c0392b;&quot;&gt;mh_disappear&lt;/span&gt;추가&lt;br /&gt; &lt;br /&gt; &amp;lt;div cond=&amp;quot;$grant-&amp;gt;manager &amp;amp;&amp;amp; !$mi-&amp;gt;ver_info==&amp;#39;&amp;#39;&amp;quot; class=&amp;quot;last_version &lt;span style=&quot;color:#c0392b;&quot;&gt;mh_disappear&lt;/span&gt;&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;span&amp;gt;SK5_MH 버전 정보&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;span&amp;gt;&amp;lt;i class=&amp;quot;fa-regular fa-bell&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;a href=&amp;quot;https://moonhouse.co.kr/xemy/590994&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;{$current_version}&amp;lt;/a&amp;gt; &amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;i class=&amp;quot;fa-solid fa-caret-right&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;a href=&amp;quot;https://github.com/moonhouse-80san/SketchBook5_MH&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;{$last_version}&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;a href=&amp;quot;https://moonhouse.co.kr/xemy/590994&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;MH&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;a href=&amp;quot;https://github.com/moonhouse-80san/SketchBook5_MH&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Github&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;a class=&amp;quot;closeupt&amp;quot; &amp;nbsp;title=&amp;quot;기본-table&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa-solid fa-xmark&amp;quot;&amp;gt;&amp;lt;/i&amp;gt; 7 Day&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt; &lt;p&gt;&lt;img alt=&quot;image.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2026/01/02/68a5f38fc9ead4cb6c3cabc24cb74829.png&quot; /&gt;&lt;/p&gt;</content>	<category term="560104" label="JavaScript" />	<category term="sketchbook5"/><category term="javascript"/>	</entry><entry>
		<title>하단 영역을 브라우즈의 최하단에 고정시키는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/600489"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/600489#comment"/>		<id>https://mbg1346.inour.net/html/600489</id>
		<published>2025-11-05T13:15:42+09:00</published>
		<updated>2025-11-05T13:19:28+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt;div id=&quot;page&quot;&gt; &lt;!--상단 메뉴 영역--&gt; &lt;nav class=&quot;gtco-nav&quot;&gt; &lt;div class=&quot;container&quot;&gt; &lt;/div&gt; &lt;/nav&gt; &lt;!-- Content 전용섹션 --&gt; &lt;div class=&quot;gtco-content&quot;&gt; &lt;/div&gt; &lt;!--하단 copyright 영역--&gt; &lt;footer id=&quot;gtco-footer&quot;&gt; &lt;div class=&quot;container&quot;&gt; &lt;/div&gt; &lt;/footer&gt; &lt;/div&gt; 위의 코드에서 &lt;!--하단 copyright 영역--&gt; 부분을 브라우즈 화면의 최하단에 위치 시키는 방법입니다. &lt;style type=&quot;text/css&quot;&gt; #page { display: fle...</summary>
	<content type="html">&lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; copy_button=&quot;Y&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;NEXON Lv2 Gothic, NanumSquareNeo&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; remove_whitespace=&quot;N&quot; style=&quot;font-family: NEXON Lv2 Gothic, NanumSquareNeo; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;color: #000000; border: 1px solid #999999;&quot; text_color=&quot;000000&quot; title=&quot;&quot; use_folder=&quot;N&quot;&gt; &lt;p&gt;&amp;lt;div id=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!--상단 메뉴 영역--&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;nav class=&amp;quot;gtco-nav&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/nav&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!-- Content 전용섹션 --&amp;gt;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;gtco-content&amp;quot;&amp;gt;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!--하단 copyright 영역--&amp;gt;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;footer id=&amp;quot;gtco-footer&amp;quot;&amp;gt;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/footer&amp;gt;&amp;nbsp;&lt;br /&gt; &lt;br /&gt; &amp;lt;/div&amp;gt;&amp;nbsp;&lt;/p&gt; &lt;/div&gt; &lt;p&gt;위의 코드에서 &amp;lt;!--하단 copyright 영역--&amp;gt; 부분을&amp;nbsp;&lt;br /&gt; 브라우즈 화면의 최하단에 위치 시키는 방법입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; copy_button=&quot;Y&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;NEXON Lv2 Gothic, NanumSquareNeo&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; remove_whitespace=&quot;N&quot; style=&quot;font-family: NEXON Lv2 Gothic, NanumSquareNeo; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;color: #000000; border: 1px solid #999999;&quot; text_color=&quot;000000&quot; title=&quot;&quot; use_folder=&quot;N&quot;&gt; &lt;p&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;#page {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;display: flex;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;flex-direction: column;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;min-height: 100vh;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#page &amp;gt; div:not(nav):not(footer) {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;flex: 1;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#gtco-footer {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;margin-top: auto;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;p&gt;콘텐츠가 적을 때는 하단에 붙고, 콘텐츠가 많을 때는 자연스럽게 아래로 밀려나는 방식입니다.&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;image.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2025/11/05/66251b429a888c63097e137811cbfd93.png&quot; /&gt;&lt;/p&gt; &lt;p&gt;참고로 position: fixed 방법은 footer가 항상 화면에 보이도록 고정하는 방식이라 콘텐츠를 가릴 수 있습니다.&lt;/p&gt;</content>	<category term="509692" label="css" />	<category term="하단고정"/><category term="css"/><category term="flex"/>	</entry><entry>
		<title>DIV 영역 자체에 링크 거는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/456879"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/456879#comment"/>		<id>https://mbg1346.inour.net/html/456879</id>
		<published>2024-06-30T12:10:30+09:00</published>
		<updated>2024-06-30T16:53:14+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">DIV 영역 그 자체에 링크를 걸어서 DIV 영역을 클릭하면, 지정된 주소(URL)로 이동하도록 하려면 아래와 같이 스타일(style) 속성으로 지정해 주면 된다. [DIV 영역 자체에 링크 걸기] &lt;div style=&quot; cursor: pointer;&quot; onclick=&quot;location.href=&#039;목적지 링크주소(URL)&#039;;&quot;&gt; 내용........ &lt;/div&gt; [실제 예제] &lt;div style=&quot; background-color: gold; padding:10px; width: 300px; height: auto; cursor: pointer;&quot; onclick=&quot;location.hr...</summary>
	<content type="html">&lt;p&gt;DIV 영역 그 자체에 링크를 걸어서 DIV 영역을 클릭하면, 지정된 주소(URL)로 이동하도록 하려면 아래와 같이 스타일(style) 속성으로 지정해 주면 된다.&lt;br /&gt; &lt;br /&gt; [DIV 영역 자체에 링크 걸기]&lt;/p&gt; &lt;p&gt;&amp;lt;div style=&amp;quot; cursor: pointer;&amp;quot; onclick=&amp;quot;location.href=&amp;#39;목적지 링크주소(URL)&amp;#39;;&amp;quot;&amp;gt;&lt;br /&gt; 내용........&amp;nbsp;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt; [실제 예제]&lt;/p&gt; &lt;p&gt;&amp;lt;div style=&amp;quot; background-color: gold; padding:10px; width: 300px; height: auto; cursor: pointer;&amp;quot; onclick=&amp;quot;location.href=&amp;#39;http://moonhouse.co.kr&amp;#39;;&amp;quot;&amp;gt;&lt;br /&gt; 이 곳은 DIV 영역이며, 영역 자체에 링크를 걸었다. DIV 영역을 클릭하면 지정된 주소로 이동한다.&amp;nbsp;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/p&gt; &lt;div onclick=&quot;location.href=&#039;http://moonhouse.co.kr&#039;;&quot; style=&quot; background-color: gold; padding:10px; width: 300px; height: auto; cursor: pointer;&quot;&gt;이 곳은 DIV 영역이며, 영역 자체에 링크를 걸었다. DIV 영역을 클릭하면 지정된 주소로 이동한다.&amp;nbsp;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;p.s&lt;/p&gt; &lt;p&gt;1. 현재페이지에 부를때&lt;br /&gt; onclick=&amp;quot;location.href=&amp;#39;목적지 링크주소(URL)&amp;#39;&amp;quot;&lt;/p&gt; &lt;p&gt;2. 새 창에 열때&lt;br /&gt; onclick=&amp;quot;window.open(&amp;#39;목적지 링크주소(URL)&amp;#39;)&amp;quot;&lt;br /&gt; &amp;nbsp;&lt;/p&gt; &lt;p&gt;[활용방법]&lt;/p&gt; &lt;p&gt;- 모바일에서 제목부분만 Url을 주면 손가락으로 터치하기가 쉽지&amp;nbsp;않습니다.&lt;/p&gt; &lt;p&gt;그런 경우 위의 코드를 주면 글 전체 부분이 클릭되므로 편리합니다.&lt;/p&gt; &lt;p&gt;참고로 세부 Url도 작동을 합니다.&lt;/p&gt; &lt;p&gt;&amp;quot;Borad Html&amp;quot;부분을 세밀하게 터치하면 해당 Url로 이동가능합니다.&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;img_1.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/879/456/599a14c10bdf6f9d760d948a3dc8f93e.jpg&quot; /&gt;&lt;/p&gt;</content>			</entry><entry>
		<title>테두리(border) 상자에 화살표 모양 css로 출력하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/591987"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/591987#comment"/>		<id>https://mbg1346.inour.net/html/591987</id>
		<published>2024-06-29T10:31:55+09:00</published>
		<updated>2024-07-07T09:10:17+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">보통 테두리를 만들때 아래와 같이 border를 사용하여 라인의 굵기와 형태 색상을 지정하고 background-color를 사용하여 배경색상을 출력합니다. // Html &lt;div class=&quot;CommArea&quot;&gt; 내용글 &lt;/div&gt; // css .CommArea { position:relative; width:100%; border:1px solid #eee; background-color:#fafafa; padding:5px; border-radius:5px; box-shadow:0 1px 2px rgba(0,0,0,.2); } 테두리에 화살표 모양(댓글형태)을 추가할려면 이미...</summary>
	<content type="html">&lt;p&gt;보통 테두리를 만들때 아래와 같이&amp;nbsp;border를 사용하여 라인의 굵기와 형태 색상을 지정하고&amp;nbsp;background-color를 사용하여 배경색상을 출력합니다.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;// Html&lt;br /&gt; &amp;lt;div class=&amp;quot;CommArea&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;내용글&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/div&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;// css&lt;br /&gt; .CommArea { position:relative; width:100%; &lt;strong&gt;border:1px solid #eee; background-color:#fafafa;&lt;/strong&gt; padding:5px; border-radius:5px; box-shadow:0 1px 2px rgba(0,0,0,.2); }&lt;/div&gt; &lt;p&gt;&lt;img alt=&quot;image.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2024/06/29/82fc42a4f8df8497e863cbd501ba6bea.png&quot; /&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;테두리에 화살표 모양(댓글형태)을 추가할려면 이미지를 사용해도 되지만 css만으로 구현할 수도 있습니다.&lt;/p&gt; &lt;p&gt;1. Html 과 css&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;// Html&amp;nbsp;내용글 상단에 화살표 영역을 추가&lt;br /&gt; &lt;strong&gt;&amp;lt;div class=&amp;quot;arrow-container&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;span class=&amp;quot;arrow-outer&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;span class=&amp;quot;arrow-inner&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;br /&gt; &amp;lt;div class=&amp;quot;CommArea&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;내용글&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/div&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;// css &lt;p&gt;.arrow-container { position:relative; display:inline-block; top:2px; left:7px; z-index:1 }&lt;br /&gt; .arrow-outer {&amp;nbsp;&amp;nbsp; &amp;nbsp;position:absolute; width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #eee; /* 외부 테두리 색상 */ }&lt;br /&gt; .arrow-inner { position:absolute; top:2px; /* 테두리 두께에 따라 조정 */ left:2px; /* 테두리 두께에 따라 조정 */ width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; &amp;nbsp;border-bottom:8px solid #fafafa; /* 내부 색상 */ }&lt;/p&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;2. css만으로 구현&lt;/p&gt; &lt;p bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: &amp;quot;Noto Sans Korean&amp;quot;; line-height: 1.6; white-space: normal; margin: 5px; padding: 10px; background-color: rgb(247, 247, 246); border: 1px solid rgb(153, 153, 153);&quot; use_folder=&quot;N&quot;&gt;.CommArea:after {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;content:&amp;quot;&amp;quot;;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;position:absolute;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;nbsp;display:block;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;left:15px;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;top:-7px;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;width:10px;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;height:10px;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;-webkit-transform:rotate(45deg);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;-ms-transform:rotate(45deg);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;transform:rotate(45deg);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;background-color:#fafafa;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;border-left:2px solid #eee !important;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;border-top:2px solid #eee !important;&lt;br /&gt; }&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위와 같이 화살표 css를 만들어 주면 이미지 없이 화살표가 구현됩니다.&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;image.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2024/06/29/5e20f5b7f9e46f985042b4abdb310030.png&quot; /&gt;&lt;/p&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>접기, 펼치기 folding기능 - &lt;details&gt; 와 &lt;summary&gt;로 간단하게 구현하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/529065"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/529065#comment"/>		<id>https://mbg1346.inour.net/html/529065</id>
		<published>2024-05-23T11:56:37+09:00</published>
		<updated>2025-03-20T17:19:35+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">보통의 경우 접기, 펼치기 폴딩기능을 적용할려면 js를 사용해서 많이 구현합니다. 근데 js없이 Html과 Css만으로 간단하게 구현되는 코드가 있습니다. 바로 &lt;details&gt; 와 &lt;summary&gt; 코드인데요. &lt;details&gt;코드만 적용해도 아래와 같이 적용됩니다. &lt;details&gt; &lt;p&gt;details코드만 적용&lt;/p&gt; &lt;/details&gt; details코드만 적용 &lt;details&gt; 와 &lt;summary&gt; 코드를 같이 적용하면 &lt;details&gt; &lt;summary&gt;Click Me!&lt;/summary&gt; &lt;p&gt;details, summary ...</summary>
	<content type="html">&lt;p&gt;&lt;img alt=&quot;folding.gif&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2023/01/27/7076f85f85ca0006e7330fddcd788f41.gif&quot; /&gt;&lt;/p&gt; &lt;p&gt;보통의 경우 접기, 펼치기 폴딩기능을 적용할려면 js를 사용해서 많이 구현합니다.&lt;/p&gt; &lt;p&gt;근데 js없이 Html과 Css만으로 간단하게 구현되는 코드가 있습니다.&lt;/p&gt; &lt;p&gt;바로 &amp;lt;details&amp;gt; 와&amp;nbsp;&amp;lt;summary&amp;gt; 코드인데요.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;lt;details&amp;gt;코드만 적용해도 아래와 같이 적용됩니다.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;details&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;details코드만 적용&amp;lt;/p&amp;gt;&lt;br /&gt; &amp;lt;/details&amp;gt;&lt;/div&gt; &lt;details&gt; &lt;p&gt;details코드만 적용&lt;/p&gt; &lt;/details&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;lt;details&amp;gt; 와&amp;nbsp;&amp;lt;summary&amp;gt; 코드를 같이 적용하면&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;details&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;summary&amp;gt;Click Me!&amp;lt;/summary&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;details, summary 같이 적용&amp;lt;/p&amp;gt;&lt;br /&gt; &amp;lt;/details&amp;gt;&lt;/div&gt; &lt;details&gt;&lt;summary&gt;Click Me!&lt;/summary&gt; &lt;p&gt;details, summary 같이 적용&lt;/p&gt; &lt;/details&gt; &lt;p&gt;근데 위와 같이 보이지는 않고 상단의 세부정보 같이 보입니다.&lt;/p&gt; &lt;p&gt;아래의 css가 적용되어져 그렇습니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;자! 그럼 css까지 같이 구현해 볼까요.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt; &lt;p&gt;&amp;lt;details&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;summary&amp;gt;Click Me!!!&amp;lt;/summary&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;tpt&amp;quot;&amp;gt;details 과 summary 그리고 css까지 적용&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/details&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;lt;style&amp;gt;&lt;br /&gt; details { margin:5px 0 10px; }&lt;br /&gt; details &amp;gt; summary { background:#444; color:#fff; padding:10px; outline:0; border-radius:5px; cursor:pointer; transition:background 0.5s; text-align:left; box-shadow: 1px 1px 2px gray;}&lt;br /&gt; details &amp;gt; summary::-webkit-details-marker { background:#444; color:#fff; background-size:contain; transform:rotate3d(0, 0, 1, 90deg); transition:transform 0.25s;}&lt;br /&gt; details[open] &amp;gt; summary::-webkit-details-marker { transform:rotate3d(0, 0, 1, 180deg);}&lt;br /&gt; details[open] &amp;gt; summary { background:#444;}&lt;br /&gt; details[open] &amp;gt; summary ~ * { animation:reveal 0.5s;}&lt;br /&gt; .tpt { background:#444; color:#fff; margin:5px 0 10px; padding:5px 10px; line-height:25px; border-radius:5px; box-shadow: 1px 1px 2px gray;}&lt;/p&gt; &lt;p&gt;@keyframes reveal {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;from { opacity:0; transform:translate3d(0, -30px, 0); }&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;to { opacity:1; transform:translate3d(0, 0, 0); }&lt;br /&gt; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;details&gt;&lt;summary&gt;Click Me!!!&lt;/summary&gt; &lt;div class=&quot;tpt&quot;&gt;details 과 summary 그리고 css까지 적용&lt;/div&gt; &lt;/details&gt; &lt;style type=&quot;text/css&quot;&gt;details { margin:5px 0 10px; } details &gt; summary { background:#444; color:#fff; padding:10px; outline:0; border-radius:5px; cursor:pointer; transition:background 0.5s; text-align:left; box-shadow: 1px 1px 2px gray;} details &gt; summary::-webkit-details-marker { background:#444; color:#fff; background-size:contain; transform:rotate3d(0, 0, 1, 90deg); transition:transform 0.25s;} details[open] &gt; summary::-webkit-details-marker { transform:rotate3d(0, 0, 1, 180deg);} details[open] &gt; summary { background:#444;} details[open] &gt; summary ~ * { animation:reveal 0.5s;} .tpt { background:#444; color:#fff; margin:5px 0 10px; padding:5px 10px; line-height:25px; border-radius:5px; box-shadow: 1px 1px 2px gray;} @keyframes reveal { from { opacity:0; transform:translate3d(0, -30px, 0); } to { opacity:1; transform:translate3d(0, 0, 0); } } &lt;/style&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;간단하죠 근데 아쉽게도 익스플로러에서는 작동하지 않습니다.&lt;/p&gt; &lt;p&gt;익스에서는 그냥 펼쳐저 보입니다.&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;화면 캡처 2021-01-23 121328.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2021/01/23/9e86b42b6a294ea985f470fbba1ca823.jpg&quot; /&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;처음 부터 펼쳐져&amp;nbsp;보이게 하는 옵션도 간단합니다.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;details &lt;span style=&quot;color:#e74c3c;&quot;&gt;open&lt;/span&gt;&amp;gt;&lt;br /&gt; &amp;lt;p&amp;gt;details에 open만 적용&amp;lt;/p&amp;gt;&lt;br /&gt; &amp;lt;/details&amp;gt;&lt;/div&gt; &lt;details open=&quot;&quot;&gt; &lt;p&gt;details에 open만 적용&lt;/p&gt; &lt;/details&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;익스만 신경 쓰이지 않는다면 접고, 펼치는 폴딩기능을 구현하는데는 정말 유용한 코드입니다.&lt;/p&gt; &lt;p&gt;그리고 게시판에서도 소스만 적용하면 간단히 구현됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:#3498db;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;[ 추가&amp;nbsp;Tip ]&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;익스가 사라진 지금은 매우 유용한 팁이 되었네요.&lt;/p&gt; &lt;p&gt;폴딩전,후&amp;nbsp;마커(불릿)모양 &amp;amp; 문자&amp;nbsp;변경하는 방법으로 더욱 유용하게 사용하세요.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;details&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;summary class=&amp;quot;cvb&amp;quot;&amp;gt;[{$document-&amp;gt;getCommentCount()}]&amp;lt;/summary&amp;gt;&lt;br /&gt; &lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ~&amp;nbsp;&lt;/em&gt;댓글 코드 ~&lt;br /&gt; &amp;lt;/details&amp;gt;&lt;/div&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;style&amp;gt;&lt;br /&gt; summary&lt;span style=&quot;color:#c0392b;&quot;&gt;::marker{ content: &amp;quot;+ 댓글 Open &amp;quot;; }&lt;br /&gt; details[open] &lt;/span&gt;summary&lt;span style=&quot;color:#c0392b;&quot;&gt;::marker { content: &amp;quot;️▲ 댓글 Close &amp;quot;; }&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; .cvb { text-decoration:none; color:#967d09; font-weight:bold; float:right; text-align:right; cursor:pointer; border:1px solid #c9ae34; border-radius:3px; padding:2px 5px; margin:5px; background-color:#fce374; background-image:linear-gradient(to bottom, #fce374, #fcdf5b); box-shadow:inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d, 0 2px 4px rgba(0, 0, 0, 0.2); color:#967d09; text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}&lt;br /&gt; .cvb:hover,&lt;br /&gt; .cvb:focus { color:#967d09; background:#fcdf5b; border-color:#967d09; box-shadow:inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d; }&lt;br /&gt; .cvb:active { color:#967d09; background:#fcdf5b; box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.2); }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;img alt=&quot;001.gif&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2023/04/18/ff1a9a744a52f6376ec21c525a254e4b.gif&quot; /&gt;&lt;/p&gt; &lt;p&gt;[디테일한 사용 방법 예시]&lt;/p&gt; &lt;p&gt;https://moonhouse.co.kr/xetip/588063&lt;/p&gt;</content>	<category term="509691" label="html" />	<category term="folding"/><category term="details"/><category term="summary"/>	</entry><entry>
		<title>스크롤 바(Scrollbar) 스타일링</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/590980"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/590980#comment"/>		<id>https://mbg1346.inour.net/html/590980</id>
		<published>2024-05-13T20:36:25+09:00</published>
		<updated>2024-05-13T20:36:25+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">스크롤 바를 꾸미는 간단한 방법 .mhcomm_normal::-webkit-scrollbar { width:5px; } .mhcomm_normal::-webkit-scrollbar-thumb { border:5px solid orange; }</summary>
	<content type="html">&lt;p&gt;스크롤 바를 꾸미는 간단한 방법&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;.mhcomm_normal::-webkit-scrollbar { width:5px; }&lt;br /&gt; .mhcomm_normal::-webkit-scrollbar-thumb { border:5px solid orange; }&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;image.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2024/05/13/673821742373705a4d8234f7c2ccb128.png&quot; /&gt;&lt;/p&gt;</content>	<category term="509692" label="css" />	<category term="스크롤 바"/><category term="Scrollbar"/>	</entry><entry>
		<title>현재 시간 실시간으로 카운트 출력</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/588477"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/588477#comment"/>		<id>https://mbg1346.inour.net/html/588477</id>
		<published>2024-03-31T18:48:27+09:00</published>
		<updated>2024-07-19T18:33:33+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt;span id=&quot;clock&quot;&gt;{date(&quot;Y-m-d H:i:s&quot;, time());}&lt;/span&gt; &lt;!--// 현재 시간 실시간 카운트 --&gt; &lt;script&gt; var srv_time = &quot;{date(&quot;F d, Y H:i:s&quot;, time())}&quot;; var now = new Date(srv_time); setInterval(&quot;server_time()&quot;, 1000); function server_time() { now.setSeconds(now.getSeconds()+1); var year = now.getFullYear(); var month = now.getMonth() + 1; var date = now.getDate(); var hours = now.getHours(); var minute...</summary>
	<content type="html">&lt;p&gt;&amp;lt;span id=&amp;quot;&lt;strong&gt;clock&lt;/strong&gt;&amp;quot;&amp;gt;{date(&amp;quot;Y-m-d H:i:s&amp;quot;, time());}&amp;lt;/span&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;lt;!--// 현재 시간 실시간 카운트 --&amp;gt;&lt;br /&gt; &amp;lt;script&amp;gt;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;var srv_time = &amp;quot;{date(&amp;quot;F d, Y H:i:s&amp;quot;, time())}&amp;quot;;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;var now = new Date(srv_time);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;setInterval(&amp;quot;server_time()&amp;quot;, 1000);&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;function server_time()&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;now.setSeconds(now.getSeconds()+1);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var year = now.getFullYear();&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var month = now.getMonth() + 1;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var date = now.getDate();&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var hours = now.getHours();&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var minutes = now.getMinutes();&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var seconds = now.getSeconds();&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (month &amp;lt; 10){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;month = &amp;quot;0&amp;quot; + month;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (date &amp;lt; 10){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;date = &amp;quot;0&amp;quot; + date;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (hours &amp;lt; 10){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;hours = &amp;quot;0&amp;quot; + hours;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (minutes &amp;lt; 10){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;minutes = &amp;quot;0&amp;quot; + minutes;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (seconds &amp;lt; 10){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;seconds = &amp;quot;0&amp;quot; + seconds;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;document.getElementById(&amp;quot;&lt;strong&gt;clock&lt;/strong&gt;&amp;quot;).innerHTML = year + &amp;quot;-&amp;quot; + month + &amp;quot;-&amp;quot; + date + &amp;quot; &amp;quot; + hours + &amp;quot;:&amp;quot; + minutes + &amp;quot;:&amp;quot; + seconds;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;lt;/script&amp;gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;script&gt; var srv_time = &quot;{date(&quot;F d, Y H:i:s&quot;, time())}&quot;; var now = new Date(srv_time); setInterval(&quot;server_time()&quot;, 1000); function server_time() { now.setSeconds(now.getSeconds()+1); var year = now.getFullYear(); var month = now.getMonth() + 1; var date = now.getDate(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); if (month &lt; 10){ month = &quot;0&quot; + month; } if (date &lt; 10){ date = &quot;0&quot; + date; } if (hours &lt; 10){ hours = &quot;0&quot; + hours; } if (minutes &lt; 10){ minutes = &quot;0&quot; + minutes; } if (seconds &lt; 10){ seconds = &quot;0&quot; + seconds; } document.getElementById(&quot;clock&quot;).innerHTML = year + &quot;-&quot; + month + &quot;-&quot; + date + &quot; &quot; + hours + &quot;:&quot; + minutes + &quot;:&quot; + seconds; } &lt;/script&gt;</content>	<category term="560104" label="JavaScript" />		</entry><entry>
		<title>line-height 와 height의 차이점</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/578802"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/578802#comment"/>		<id>https://mbg1346.inour.net/html/578802</id>
		<published>2023-04-02T09:28:31+09:00</published>
		<updated>2023-04-02T09:29:31+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">먼저 line-height는 글자가 한 줄에서 차지하는 높이를 말합니다. line-height가 10px이라고 한다면 한 줄에서 글자가 폰트 크기를 포함하여 총 10px의 높이를 차지한다는 걸 의미하게 됩니다. 위 그림을 보시면 ABC와 맞닿아 있는 위, 아래의 선을 제외하고 두 공간이 있습니다. 이 공간들을 leading 영역이라고 합니다. line-height를 증가시키면, 이 leading 영역만 위 아래로 동등하게 늘어나게 됩니다. 대신 텍스트는 가운데에...</summary>
	<content type="html">&lt;p&gt;먼저&amp;nbsp;line-height는&amp;nbsp;글자가 한 줄에서 차지하는 높이를 말합니다. line-height가 10px이라고 한다면&lt;/p&gt; &lt;p&gt;한 줄에서 글자가 폰트 크기를 포함하여 총 10px의 높이를 차지한다는 걸 의미하게 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;d40be9e803a535b0f1d9893c3cfb50d6.jpg.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2023/04/02/201ff9f769ea9829e163603bffced3f6.png&quot; /&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위 그림을 보시면 ABC와 맞닿아 있는 위, 아래의 선을 제외하고 두 공간이 있습니다. 이 공간들을&amp;nbsp;leading&amp;nbsp;영역이라고 합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;line-height를 증가시키면, 이&amp;nbsp;leading&amp;nbsp;영역만 위 아래로 동등하게 늘어나게 됩니다. 대신 텍스트는 가운데에 그대로 위치합니다. 이게 line-height를 이용하여 수직 정렬을 시키는 주된 원리입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;가령 height가 50px인 박스모델이 있다고 했을 때 10px의 ABC와 BCD라는 글자가 있다고 생각해보겠습니다.&lt;/p&gt; &lt;p&gt;line-height는 기본값이&amp;nbsp;normal인데 폰트마다 차이는 있지만 leading영역이 조금씩 주어져있습니다.&lt;/p&gt; &lt;p&gt;ABC와 BCD는 각각 그 normal에 해당하는 line-height 수치만큼의 높이에서 아래처럼 자신들만 위치하고 있게 되는거죠.&lt;/p&gt; &lt;p&gt;-----------------&lt;/p&gt; &lt;p&gt;ABCBCD&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;-----------------&lt;/p&gt; &lt;p&gt;만약 ABC의 line-height를 50px로 증가시킨다면 ABC라는 글자가 한 줄에서 50px의 높이를 차지하게 됩니다.&lt;/p&gt; &lt;p&gt;다시 말하면 height 50px 내에서는 ABC라는 글자만 있어야 합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;line-height는 글자와 글자사이의 줄간격이니 위에서부터 아래로 50px의 높이까지는 ABC라는 글자만 있고&lt;/p&gt; &lt;p&gt;BCD는 50px 밖에 있게 되는겁니다. 여기서 폰트크기가 10px이었으니 line-height가 50px 이라고 한다면 폰트는 가운데 그대로 있고 위 아래로 동등하게 늘어나게 되어 20px씩 각각 leading 영역이 늘어나서&lt;/p&gt; &lt;p&gt;10px + 20px + 20px = 50px의 line-height가 완성되는거죠.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;그래서 height 50px 내에서 가운데에 10px의 폰트가 있게 되고 균등하게 늘어난 각 20px의 leading 영역에는 폰트가 존재할 수 없기 때문에 수직 정렬이 되게 됩니다.&lt;/p&gt; &lt;p&gt;-----------------&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;ABC&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;-----------------&lt;/p&gt; &lt;p&gt;BCD&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;[출처]&amp;nbsp;https://www.codeit.kr&lt;/p&gt;</content>	<category term="509692" label="css" />	<category term="line-height"/><category term="height"/><category term="css"/>	</entry><entry>
		<title>css 사이즈 태그 em, rem, vh, vw, vmin, vmax 정리</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/556662"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/556662#comment"/>		<id>https://mbg1346.inour.net/html/556662</id>
		<published>2022-04-25T09:42:50+09:00</published>
		<updated>2022-04-26T08:14:51+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">css 작성할 때 종종 em rem까지는 작성할 때도 있긴 한데, 보통은 귀찮아서 반응형일 때는 %에 의존하고 그 외에는 그냥 대부분 px처리 해버리곤 한다.. 하지만 폰트나 블록 영역 크기를 조절할 때 사용하는 요 요소들을 적절히 사용해주면 보다 간단하면서도 깔끔한 코딩이 완성되므로, 숙지할 필요가 있다. 꼭 암기해서 다음 플젝 때는 요 요소들을 활용해 보자! (는 의미에서 작성한 포스팅..) 1. em : 부모 사이즈에서 곱한 사...</summary>
	<content type="html">&lt;p&gt;css 작성할 때 종종 em rem까지는 작성할 때도 있긴 한데, 보통은 귀찮아서 반응형일 때는 %에 의존하고 그 외에는 그냥 대부분 px처리 해버리곤 한다..&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;하지만 폰트나 블록 영역 크기를 조절할 때 사용하는 요 요소들을 적절히 사용해주면 보다 간단하면서도 깔끔한 코딩이 완성되므로, 숙지할 필요가 있다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;꼭 암기해서 다음 플젝 때는 요 요소들을 활용해 보자! (는 의미에서 작성한 포스팅..)&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;1. em : 부모 사이즈에서 곱한 사이즈&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&amp;lt;div&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;div&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;div {font-size: 14px}&lt;/p&gt; &lt;p&gt;p {font-size: 1.2em}&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;일 경우, p의 사이즈는 14*1.2 = 16.8px 이 된다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;2. rem: 부모가 아닌 최상위 태그에서 곱한 사이즈&lt;/b&gt;&lt;/p&gt; &lt;p&gt;em을 사용하다보면 점점 사이즈가 커져버려서 제어가 힘든 상황이 온다. 이럴땐 rem을 쓴다. rem은 부모 사이즈에 상관없이 무조건 최상위 태그 사이즈에서 값을 곱한다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;figure data-ke-mobilestyle=&quot;widthContent&quot; data-origin-height=&quot;0&quot; data-origin-width=&quot;0&quot;&gt;&lt;img alt=&quot;img.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2022/04/25/904a551b57400c7e733d342f3df1d50a.png&quot; /&gt;&lt;/figure&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;3. vw (vertical width) : 브라우저 너비값의 100분의 1단위&lt;/b&gt;&lt;/p&gt; &lt;p&gt;브라우저 너비값이 1000px일때 1vw는 10px이다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;4. vh (vertical height) : 브라우저 높이값의 100분의 1단위&lt;/b&gt;&lt;/p&gt; &lt;p&gt;브라우저 높이값이 1000px일때 1vh는 10px이다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;100분의 1이라고해서 %랑 혼동할 수 있는데, %는 부모요소에 의해 기준 단위가 변경하는데 반해 vw와 vh는 기준이 무조건 브라우저 사이즈다.&lt;/p&gt; &lt;p&gt;이것은 em과 rem의 차이와 같다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;5. vmin과 vmax&lt;/p&gt; &lt;p&gt;이들은 vh또는 vw값에 최대값 최소값을 정해주는 것인데,&lt;/p&gt; &lt;p&gt;너비값-높이값에서 둘 중 더 작은 값을 vmin, 더 큰 값을 vmax이라 한다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;figure data-ke-mobilestyle=&quot;widthContent&quot; data-origin-height=&quot;0&quot; data-origin-width=&quot;0&quot;&gt;&lt;img alt=&quot;img.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2022/04/25/0409db99249228537fdee7feb51496a6.png&quot; /&gt;&lt;/figure&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;하늘색 블록을 브라우저라고 하면, vmin의 최소값 영역과 vmax 최대값 영역을 구분해봤다.&lt;/p&gt; &lt;p&gt;브라우저가 만약 vmin vmax 영역 안으로 들어가게 되면 vh vw와 같이 작동한다 (값만큼 줄어든다).&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;즉, 말하자면 vmin vmax는 vh 혹은 vw와 같은데 대신 값을 적용할 최소값(vmin)과 최대값(vmax) 기준을 정한 것이라 할 수 있다. (결국 앞에서 한 설명과 똑같은 말이 반복 해버렸..)&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;em, rem, vw, vh 모두 ie9 이상부터 지원 가능하다.&amp;nbsp;vmax, xmin는 ie (엣지에서도 안됨) 에서 지원하지 않는다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;출처&amp;nbsp;https://bomango.tistory.com/&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;참고로&amp;nbsp;https://moonhouse.co.kr/justiceqa 페이지에서&lt;/p&gt; &lt;p&gt;브라우즈를 상하로 조절하면 게시판 영역이 자동으로 조절됩니다.&lt;/p&gt; &lt;p&gt;이런 경우는&amp;nbsp;vmin이 익스와 엣지에서 적용이 되지 않는다고 해서 style=&amp;quot;min-height:65vh&amp;quot; 적용한 경우입니다.&lt;/p&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>flex로 세로 가로 정렬 하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/556491"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/556491#comment"/>		<id>https://mbg1346.inour.net/html/556491</id>
		<published>2022-04-22T09:13:04+09:00</published>
		<updated>2022-04-22T09:55:45+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">팝업창이나 모달창을 화면에 중앙에 띄울때 여러 방법들이 있으나 요즘 가장 많이 쓰는 방법은 바로 flex. flex 효과 중 익스에서 안먹히는 것들이 있어 초기에는 자주 안 썼으나 지금은 익스를 많이 배제하므로 Pass~~ &lt;div class=&quot;box&quot;&gt; &lt;p&gt; 팝업창이나 모달창을 화면에 중앙에 띄울때 여러 방법들이 있으나, 요즘 가장 많이 쓰는 방법은 바로 flex!! &lt;/p&gt; &lt;/div&gt; &lt;style&gt; .box { display: flex; justify-content: center; align-...</summary>
	<content type="html">&lt;p&gt;팝업창이나 모달창을 화면에 중앙에 띄울때 여러&amp;nbsp;방법들이 있으나&lt;/p&gt; &lt;p data-ke-size=&quot;size16&quot;&gt;요즘 가장 많이 쓰는 방법은 바로 flex.&lt;/p&gt; &lt;p data-ke-size=&quot;size16&quot;&gt;flex 효과 중 익스에서 안먹히는 것들이 있어 초기에는 자주 안 썼으나 지금은 익스를 많이 배제하므로 Pass~~&lt;/p&gt; &lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt; &lt;pre&gt; &amp;lt;div class=&amp;quot;box&amp;quot;&amp;gt; &amp;lt;p&amp;gt; 팝업창이나 모달창을 화면에 중앙에 띄울때 여러&amp;nbsp;방법들이 있으나, &amp;nbsp; 요즘 가장 많이 쓰는 방법은 바로 flex!! &amp;lt;/p&amp;gt; &amp;lt;/div&amp;gt;&lt;/pre&gt; &lt;p&gt;&amp;lt;style&amp;gt;&lt;/p&gt; &lt;p&gt;.box { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; width: 100%; height: 300px; border: 1px solid #000; text-align: center; }&lt;/p&gt; &lt;p&gt;.box p { width: 300px; height: 200px; border: 1px solid #ff6600; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div class=&quot;box&quot;&gt; &lt;p&gt;팝업창이나 모달창을 화면에 중앙에 띄울때 여러&amp;nbsp;방법들이 있으나, &amp;nbsp; 요즘 가장 많이 쓰는 방법은 바로 flex!!&lt;/p&gt; &lt;/div&gt; &lt;style type=&quot;text/css&quot;&gt;.box { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; width: 100%; height: 300px; border: 1px solid #000; text-align: center; } .box p { width: 300px; height: 200px; border: 1px solid #ff6600; } &lt;/style&gt;</content>	<category term="509691" label="html" />	<category term="flex"/><category term="정렬"/>	</entry><entry>
		<title>버튼 클릭시 클립보드에 복사하는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/550630"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/550630#comment"/>		<id>https://mbg1346.inour.net/html/550630</id>
		<published>2021-12-31T00:07:57+09:00</published>
		<updated>2024-11-15T18:45:21+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">엣지브라우즈 : 크롬(웨일)브라우즈 : 위와 같이 해당문구를 복사버턴 클릭시 클립보드로 복사하는 소스입니다. &lt;p class=&quot;box01&quot;&gt; 엣지브라우즈 : &lt;input value=&quot;edge://flags/#block-insecure-private-network-requests&quot; readonly&gt; &lt;button onclick=&quot;copy_to_clipboard(event)&quot;&gt; &lt;img src=&quot;https://moonhouse.co.kr/files/attach/images/2021/12/30/93b96bc01016491edde00987253c3a02.png&quot; alt=&quot;복사하기&quot; title=&quot;엣지브라우즈 복...</summary>
	<content type="html">&lt;p class=&quot;box01&quot;&gt;엣지브라우즈 : &lt;input readonly=&quot;readonly&quot; value=&quot;edge://flags/#block-insecure-private-network-requests&quot; /&gt;&lt;button onclick=&quot;copy_to_clipboard(event)&quot;&gt;&lt;img alt=&quot;복사하기&quot; src=&quot;https://moonhouse.co.kr/files/attach/images/2021/12/30/93b96bc01016491edde00987253c3a02.png&quot; title=&quot;엣지브라우즈 복사&quot; /&gt;&lt;/button&gt;&lt;/p&gt; &lt;p class=&quot;box01&quot;&gt;크롬(웨일)브라우즈 : &lt;input readonly=&quot;readonly&quot; value=&quot;chrome://flags/#block-insecure-private-network-requests&quot; /&gt;&lt;button onclick=&quot;copy_to_clipboard(event)&quot;&gt;&lt;img alt=&quot;복사하기&quot; src=&quot;https://moonhouse.co.kr/files/attach/images/2021/12/30/93b96bc01016491edde00987253c3a02.png&quot; title=&quot;크롬(웨일)브라우즈 복사&quot; /&gt;&lt;/button&gt;&lt;/p&gt; &lt;p class=&quot;box01&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p class=&quot;box01&quot;&gt;위와 같이 해당문구를 복사버턴 클릭시 클립보드로 복사하는 소스입니다.&lt;/p&gt; &lt;p class=&quot;box01&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt; &lt;p&gt;&amp;lt;p class=&amp;quot;box01&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;엣지브라우즈 : &amp;lt;input value=&amp;quot;edge://flags/#block-insecure-private-network-requests&amp;quot; readonly&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;button onclick=&amp;quot;copy_to_clipboard(event)&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;img src=&amp;quot;https://moonhouse.co.kr/files/attach/images/2021/12/30/93b96bc01016491edde00987253c3a02.png&amp;quot; alt=&amp;quot;복사하기&amp;quot; title=&amp;quot;엣지브라우즈 복사&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/button&amp;gt;&lt;br /&gt; &amp;lt;/p&amp;gt;&lt;br /&gt; &amp;lt;p class=&amp;quot;box01&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;크롬(웨일)브라우즈 : &amp;lt;input value=&amp;quot;chrome://flags/#block-insecure-private-network-requests&amp;quot; readonly&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;button onclick=&amp;quot;copy_to_clipboard(event)&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;img src=&amp;quot;https://moonhouse.co.kr/files/attach/images/2021/12/30/93b96bc01016491edde00987253c3a02.png&amp;quot; alt=&amp;quot;복사하기&amp;quot; title=&amp;quot;크롬(웨일)브라우즈 복사&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/button&amp;gt;&lt;br /&gt; &amp;lt;/p&amp;gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;br /&gt; &amp;lt;style&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;.box01 input { width:400px; border: none; font-size: 15px; outline: none; }&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;.box01 button { border:none; width:60px; max-width: 100px; vertical-align: bottom;}&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;.box01 button img { width: 100%; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt; &amp;lt;script&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;function copy_to_clipboard(event) {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var copyText = event.target.parentNode.previousElementSibling;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;copyText.select();&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;copyText.setSelectionRange(0, 99999);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;document.execCommand(&amp;quot;Copy&amp;quot;);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;alert(&amp;#39;복사되었습니다, 감사합니다.&amp;#39;);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;lt;/script&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;p class=&quot;box01&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;style type=&quot;text/css&quot;&gt;.box01 input { width:400px; border: none; font-size: 15px; outline: none; } .box01 button { border:none; width:60px; max-width: 100px; vertical-align: bottom;} .box01 button img { width: 100%; } &lt;/style&gt; &lt;script&gt; function copy_to_clipboard(event) { var copyText = event.target.parentNode.previousElementSibling; copyText.select(); copyText.setSelectionRange(0, 99999); document.execCommand(&quot;Copy&quot;); alert(&#039;복사되었습니다, 감사합니다.&#039;); } &lt;/script&gt;</content>	<category term="560104" label="JavaScript" />		</entry><entry>
		<title>Hover시 테두리두께 설정</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/545934"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/545934#comment"/>		<id>https://mbg1346.inour.net/html/545934</id>
		<published>2021-11-05T17:04:32+09:00</published>
		<updated>2023-06-07T17:16:18+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">이미지나 게시글 출력후 마우스 Hover시 테두리라인 색상이나 두께를 나타내고자 할때 A같이 코드를 주면 두께만큼 아래 위로 영역이 움직입니다. A 내용 영역 &lt;style type=&quot;text/css&quot;&gt; .a { background:black; color:white; width:200px; text-align:center; padding:10px 20px} .a:hover { background:white; color:black; border:3px solid red; border-radius:5px;} &lt;/style&gt; &lt;div class=&quot;a&quot;&gt;A 내용 영역&lt;/div&gt; B와 같이 코드를...</summary>
	<content type="html">&lt;p&gt;이미지나 게시글 출력후 마우스 Hover시 테두리라인&amp;nbsp;색상이나 두께를 나타내고자 할때&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;A같이 코드를 주면 두께만큼 아래 위로 영역이 움직입니다.&lt;/p&gt; &lt;style type=&quot;text/css&quot;&gt;.a { background:black; color:white; width:200px; text-align:center; padding:10px 20px} .a:hover { background:white; color:black; border:5px solid red; border-radius:5px;} &lt;/style&gt; &lt;div class=&quot;a&quot;&gt;A 내용 영역&lt;/div&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt; .a { background:black; color:white; width:200px; text-align:center; padding:10px 20px}&lt;br /&gt; .a:hover { background:white; color:black; border:3px solid red; border-radius:5px;}&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;div class=&amp;quot;a&amp;quot;&amp;gt;A 내용 영역&amp;lt;/div&amp;gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;B와 같이 코드를 주면 내용이 움직이지 않고 고정되게 출력됩니다.&amp;nbsp;&lt;/p&gt; &lt;style type=&quot;text/css&quot;&gt;.b { background:black; color:white; width:200px; text-align:center; padding:10px 20px;} .b:hover { background:white; color:black; border:5px solid red; margin:-5px; border-radius:5px;} &lt;/style&gt; &lt;div class=&quot;b&quot;&gt;B 내용 영역&lt;/div&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt; .b { background:black; color:white; width:200px; text-align:center; padding:10px 20px; }&lt;br /&gt; .b:hover { background:white; color:black; border:3px solid red; &lt;span style=&quot;color:#e74c3c;&quot;&gt;margin:-3px;&lt;/span&gt; border-radius:5px; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;div class=&amp;quot;b&amp;quot;&amp;gt;B 내용 영역&amp;lt;/div&amp;gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위에 코드로 완벽해 지지 않으면 아래 코드와 같이 해 줘도 됩니다.&lt;/p&gt; &lt;style type=&quot;text/css&quot;&gt;.c { background:black; color:white; width:200px; text-align:center; padding:10px 20px; border:5px solid transparent;} .c:hover { background:white; color:black; border:5px solid red; border-radius:5px;} &lt;/style&gt; &lt;div class=&quot;c&quot;&gt;C 내용 영역&lt;/div&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt; .c&amp;nbsp;{ background:black; color:white; width:200px; text-align:center; padding:10px 20px; border:3px solid transparent; }&lt;br /&gt; .c:hover { background:white; color:black; border:3px solid red; border-radius:5px; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;div class=&amp;quot;b&amp;quot;&amp;gt;C&amp;nbsp;내용 영역&amp;lt;/div&amp;gt;&lt;/div&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>CSS 색상 이름 rgb , 16진수 자료( css 색상표 )</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/531026"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/531026#comment"/>		<id>https://mbg1346.inour.net/html/531026</id>
		<published>2021-02-15T22:20:54+09:00</published>
		<updated>2024-11-15T18:45:43+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">색상 256 복합수 16진수 코드 Snow 255 250 250 #FFFAFA GhostWhite 248 248 255 #F8F8FF WhiteSmoke 245 245 245 #F5F5F5 Gainsboro 220 220 220 #DCDCDC FloralWhite 255 250 240 #FFFAF0 OldLace 253 245 230 #FDF5E6 Linen 250 240 230 #FAF0E6 AntiqueWhite 250 235 215 #FAEBD7 PapayaWhip 255 239 213 #FFEFD5 BlanchedAlmond 255 235 205 #FFEBCD Bisque 255 228 196 #FFE4C4 PeachPuff 255 218 185 #FFDAB9 NavajoWhite 25...</summary>
	<content type="html">&lt;table width=&quot;328&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;th&gt;색상&lt;/th&gt; &lt;th&gt;256 복합수&lt;/th&gt; &lt;th&gt;16진수 코드&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fffafa&quot;&gt;Snow&lt;/td&gt; &lt;td&gt;255 250 250&lt;/td&gt; &lt;td&gt;#FFFAFA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f8f8ff&quot;&gt;GhostWhite&lt;/td&gt; &lt;td&gt;248 248 255&lt;/td&gt; &lt;td&gt;#F8F8FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f5f5f5&quot;&gt;WhiteSmoke&lt;/td&gt; &lt;td&gt;245 245 245&lt;/td&gt; &lt;td&gt;#F5F5F5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#dcdcdc&quot;&gt;Gainsboro&lt;/td&gt; &lt;td&gt;220 220 220&lt;/td&gt; &lt;td&gt;#DCDCDC&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fffaf0&quot;&gt;FloralWhite&lt;/td&gt; &lt;td&gt;255 250 240&lt;/td&gt; &lt;td&gt;#FFFAF0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fdf5e6&quot;&gt;OldLace&lt;/td&gt; &lt;td&gt;253 245 230&lt;/td&gt; &lt;td&gt;#FDF5E6&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#faf0e6&quot;&gt;Linen&lt;/td&gt; &lt;td&gt;250 240 230&lt;/td&gt; &lt;td&gt;#FAF0E6&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#faebd7&quot;&gt;AntiqueWhite&lt;/td&gt; &lt;td&gt;250 235 215&lt;/td&gt; &lt;td&gt;#FAEBD7&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffefd5&quot;&gt;PapayaWhip&lt;/td&gt; &lt;td&gt;255 239 213&lt;/td&gt; &lt;td&gt;#FFEFD5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffebcd&quot;&gt;BlanchedAlmond&lt;/td&gt; &lt;td&gt;255 235 205&lt;/td&gt; &lt;td&gt;#FFEBCD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffe4c4&quot;&gt;Bisque&lt;/td&gt; &lt;td&gt;255 228 196&lt;/td&gt; &lt;td&gt;#FFE4C4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffdab9&quot;&gt;PeachPuff&lt;/td&gt; &lt;td&gt;255 218 185&lt;/td&gt; &lt;td&gt;#FFDAB9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffdead&quot;&gt;NavajoWhite&lt;/td&gt; &lt;td&gt;255 222 173&lt;/td&gt; &lt;td&gt;#FFDEAD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffe4b5&quot;&gt;Moccasin&lt;/td&gt; &lt;td&gt;255 228 181&lt;/td&gt; &lt;td&gt;#FFE4B5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fff8dc&quot;&gt;Cornsilk&lt;/td&gt; &lt;td&gt;255 248 220&lt;/td&gt; &lt;td&gt;#FFF8DC&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fffff0&quot;&gt;Ivory&lt;/td&gt; &lt;td&gt;255 255 240&lt;/td&gt; &lt;td&gt;#FFFFF0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fffacd&quot;&gt;LemonChiffon&lt;/td&gt; &lt;td&gt;255 250 205&lt;/td&gt; &lt;td&gt;#FFFACD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fff5ee&quot;&gt;Seashell&lt;/td&gt; &lt;td&gt;255 245 238&lt;/td&gt; &lt;td&gt;#FFF5EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f0fff0&quot;&gt;Honeydew&lt;/td&gt; &lt;td&gt;240 255 240&lt;/td&gt; &lt;td&gt;#F0FFF0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f5fffa&quot;&gt;MintCream&lt;/td&gt; &lt;td&gt;245 255 250&lt;/td&gt; &lt;td&gt;#F5FFFA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f0ffff&quot;&gt;Azure&lt;/td&gt; &lt;td&gt;240 255 255&lt;/td&gt; &lt;td&gt;#F0FFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f0f8ff&quot;&gt;AliceBlue&lt;/td&gt; &lt;td&gt;240 248 255&lt;/td&gt; &lt;td&gt;#F0F8FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e6e6fa&quot;&gt;lavender&lt;/td&gt; &lt;td&gt;230 230 250&lt;/td&gt; &lt;td&gt;#E6E6FA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fff0f5&quot;&gt;LavenderBlush&lt;/td&gt; &lt;td&gt;255 240 245&lt;/td&gt; &lt;td&gt;#FFF0F5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffe4e1&quot;&gt;MistyRose&lt;/td&gt; &lt;td&gt;255 228 225&lt;/td&gt; &lt;td&gt;#FFE4E1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffffff&quot;&gt;White&lt;/td&gt; &lt;td&gt;255 255 255&lt;/td&gt; &lt;td&gt;#FFFFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#000000&quot;&gt;Black&lt;/td&gt; &lt;td&gt;0 0 0&lt;/td&gt; &lt;td&gt;#000000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#2f4f4f&quot;&gt;DarkSlateGray&lt;/td&gt; &lt;td&gt;47 79 79&lt;/td&gt; &lt;td&gt;#2F4F4F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#696969&quot;&gt;DimGray&lt;/td&gt; &lt;td&gt;105 105 105&lt;/td&gt; &lt;td&gt;#696969&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#708090&quot;&gt;SlateGray&lt;/td&gt; &lt;td&gt;112 128 144&lt;/td&gt; &lt;td&gt;#708090&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#778899&quot;&gt;LightSlateGray&lt;/td&gt; &lt;td&gt;119 136 153&lt;/td&gt; &lt;td&gt;#778899&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bebebe&quot;&gt;Gray&lt;/td&gt; &lt;td&gt;190 190 190&lt;/td&gt; &lt;td&gt;#BEBEBE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#d3d3d3&quot;&gt;LightGray&lt;/td&gt; &lt;td&gt;211 211 211&lt;/td&gt; &lt;td&gt;#D3D3D3&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#191970&quot;&gt;MidnightBlue&lt;/td&gt; &lt;td&gt;25 25 112&lt;/td&gt; &lt;td&gt;#191970&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#000080&quot;&gt;NavyBlue&lt;/td&gt; &lt;td&gt;0 0 128&lt;/td&gt; &lt;td&gt;#000080&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6495ed&quot;&gt;CornflowerBlue&lt;/td&gt; &lt;td&gt;100 149 237&lt;/td&gt; &lt;td&gt;#6495ED&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#483d8b&quot;&gt;DarkSlateBlue&lt;/td&gt; &lt;td&gt;72 61 139&lt;/td&gt; &lt;td&gt;#483D8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6a5acd&quot;&gt;SlateBlue&lt;/td&gt; &lt;td&gt;106 90 205&lt;/td&gt; &lt;td&gt;#6A5ACD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7b68ee&quot;&gt;MediumSlateBlue&lt;/td&gt; &lt;td&gt;123 104 238&lt;/td&gt; &lt;td&gt;#7B68EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8470ff&quot;&gt;LightSlateBlue&lt;/td&gt; &lt;td&gt;132 112 255&lt;/td&gt; &lt;td&gt;#8470FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#0000cd&quot;&gt;MediumBlue&lt;/td&gt; &lt;td&gt;0 0 205&lt;/td&gt; &lt;td&gt;#0000CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#4169e1&quot;&gt;RoyalBlue&lt;/td&gt; &lt;td&gt;65 105 225&lt;/td&gt; &lt;td&gt;#4169E1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#0000ff&quot;&gt;Blue&lt;/td&gt; &lt;td&gt;0 0 255&lt;/td&gt; &lt;td&gt;#0000FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#1e90ff&quot;&gt;DodgerBlue&lt;/td&gt; &lt;td&gt;30 144 255&lt;/td&gt; &lt;td&gt;#1E90FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00bfff&quot;&gt;DeepSkyBlue&lt;/td&gt; &lt;td&gt;0 191 255&lt;/td&gt; &lt;td&gt;#00BFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#87ceeb&quot;&gt;SkyBlue&lt;/td&gt; &lt;td&gt;135 206 235&lt;/td&gt; &lt;td&gt;#87CEEB&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#87cefa&quot;&gt;LightSkyBlue&lt;/td&gt; &lt;td&gt;135 206 250&lt;/td&gt; &lt;td&gt;#87CEFA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#4682b4&quot;&gt;SteelBlue&lt;/td&gt; &lt;td&gt;70 130 180&lt;/td&gt; &lt;td&gt;#4682B4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b0c4de&quot;&gt;LightSteelBlue&lt;/td&gt; &lt;td&gt;176 196 222&lt;/td&gt; &lt;td&gt;#B0C4DE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#add8e6&quot;&gt;LightBlue&lt;/td&gt; &lt;td&gt;173 216 230&lt;/td&gt; &lt;td&gt;#ADD8E6&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b0e0e6&quot;&gt;PowderBlue&lt;/td&gt; &lt;td&gt;176 224 230&lt;/td&gt; &lt;td&gt;#B0E0E6&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#afeeee&quot;&gt;PaleTurquoise&lt;/td&gt; &lt;td&gt;175 238 238&lt;/td&gt; &lt;td&gt;#AFEEEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ced1&quot;&gt;DarkTurquoise&lt;/td&gt; &lt;td&gt;0 206 209&lt;/td&gt; &lt;td&gt;#00CED1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#48d1cc&quot;&gt;MediumTurquoise&lt;/td&gt; &lt;td&gt;72 209 204&lt;/td&gt; &lt;td&gt;#48D1CC&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#40e0d0&quot;&gt;Turquoise&lt;/td&gt; &lt;td&gt;64 224 208&lt;/td&gt; &lt;td&gt;#40E0D0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ffff&quot;&gt;Cyan&lt;/td&gt; &lt;td&gt;0 255 255&lt;/td&gt; &lt;td&gt;#00FFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e0ffff&quot;&gt;LightCyan&lt;/td&gt; &lt;td&gt;224 255 255&lt;/td&gt; &lt;td&gt;#E0FFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#5f9ea0&quot;&gt;CadetBlue&lt;/td&gt; &lt;td&gt;95 158 160&lt;/td&gt; &lt;td&gt;#5F9EA0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#66cdaa&quot;&gt;MediumAquamarine&lt;/td&gt; &lt;td&gt;102 205 170&lt;/td&gt; &lt;td&gt;#66CDAA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7fffd4&quot;&gt;Aquamarine&lt;/td&gt; &lt;td&gt;127 255 212&lt;/td&gt; &lt;td&gt;#7FFFD4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#006400&quot;&gt;DarkGreen&lt;/td&gt; &lt;td&gt;0 100 0&lt;/td&gt; &lt;td&gt;#006400&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#556b2f&quot;&gt;DarkOliveGreen&lt;/td&gt; &lt;td&gt;85 107 47&lt;/td&gt; &lt;td&gt;#556B2F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8fbc8f&quot;&gt;DarkSeaGreen&lt;/td&gt; &lt;td&gt;143 188 143&lt;/td&gt; &lt;td&gt;#8FBC8F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#2e8b57&quot;&gt;SeaGreen&lt;/td&gt; &lt;td&gt;46 139 87&lt;/td&gt; &lt;td&gt;#2E8B57&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#3cb371&quot;&gt;MediumSeaGreen&lt;/td&gt; &lt;td&gt;60 179 113&lt;/td&gt; &lt;td&gt;#3CB371&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#20b2aa&quot;&gt;LightSeaGreen&lt;/td&gt; &lt;td&gt;32 178 170&lt;/td&gt; &lt;td&gt;#20B2AA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#98fb98&quot;&gt;PaleGreen&lt;/td&gt; &lt;td&gt;152 251 152&lt;/td&gt; &lt;td&gt;#98FB98&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ff7f&quot;&gt;SpringGreen&lt;/td&gt; &lt;td&gt;0 255 127&lt;/td&gt; &lt;td&gt;#00FF7F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7cfc00&quot;&gt;LawnGreen&lt;/td&gt; &lt;td&gt;124 252 0&lt;/td&gt; &lt;td&gt;#7CFC00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ff00&quot;&gt;Green&lt;/td&gt; &lt;td&gt;0 255 0&lt;/td&gt; &lt;td&gt;#00FF00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7fff00&quot;&gt;Chartreuse&lt;/td&gt; &lt;td&gt;127 255 0&lt;/td&gt; &lt;td&gt;#7FFF00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00fa9a&quot;&gt;MedSpringGreen&lt;/td&gt; &lt;td&gt;0 250 154&lt;/td&gt; &lt;td&gt;#00FA9A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#adff2f&quot;&gt;GreenYellow&lt;/td&gt; &lt;td&gt;173 255 47&lt;/td&gt; &lt;td&gt;#ADFF2F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#32cd32&quot;&gt;LimeGreen&lt;/td&gt; &lt;td&gt;50 205 50&lt;/td&gt; &lt;td&gt;#32CD32&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9acd32&quot;&gt;YellowGreen&lt;/td&gt; &lt;td&gt;154 205 50&lt;/td&gt; &lt;td&gt;#9ACD32&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#228b22&quot;&gt;ForestGreen&lt;/td&gt; &lt;td&gt;34 139 34&lt;/td&gt; &lt;td&gt;#228B22&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6b8e23&quot;&gt;OliveDrab&lt;/td&gt; &lt;td&gt;107 142 35&lt;/td&gt; &lt;td&gt;#6B8E23&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bdb76b&quot;&gt;DarkKhaki&lt;/td&gt; &lt;td&gt;189 183 107&lt;/td&gt; &lt;td&gt;#BDB76B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eee8aa&quot;&gt;PaleGoldenrod&lt;/td&gt; &lt;td&gt;238 232 170&lt;/td&gt; &lt;td&gt;#EEE8AA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fafad2&quot;&gt;LtGoldenrodYello&lt;/td&gt; &lt;td&gt;250 250 210&lt;/td&gt; &lt;td&gt;#FAFAD2&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffffe0&quot;&gt;LightYellow&lt;/td&gt; &lt;td&gt;255 255 224&lt;/td&gt; &lt;td&gt;#FFFFE0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffff00&quot;&gt;Yellow&lt;/td&gt; &lt;td&gt;255 255 0&lt;/td&gt; &lt;td&gt;#FFFF00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffd700&quot;&gt;Gold&lt;/td&gt; &lt;td&gt;255 215 0&lt;/td&gt; &lt;td&gt;#FFD700&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eedd82&quot;&gt;LightGoldenrod&lt;/td&gt; &lt;td&gt;238 221 130&lt;/td&gt; &lt;td&gt;#EEDD82&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#daa520&quot;&gt;goldenrod&lt;/td&gt; &lt;td&gt;218 165 32&lt;/td&gt; &lt;td&gt;#DAA520&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b8860b&quot;&gt;DarkGoldenrod&lt;/td&gt; &lt;td&gt;184 134 11&lt;/td&gt; &lt;td&gt;#B8860B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bc8f8f&quot;&gt;RosyBrown&lt;/td&gt; &lt;td&gt;188 143 143&lt;/td&gt; &lt;td&gt;#BC8F8F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd5c5c&quot;&gt;IndianRed&lt;/td&gt; &lt;td&gt;205 92 92&lt;/td&gt; &lt;td&gt;#CD5C5C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b4513&quot;&gt;SaddleBrown&lt;/td&gt; &lt;td&gt;139 69 19&lt;/td&gt; &lt;td&gt;#8B4513&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#a0522d&quot;&gt;Sienna&lt;/td&gt; &lt;td&gt;160 82 45&lt;/td&gt; &lt;td&gt;#A0522D&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd853f&quot;&gt;Peru&lt;/td&gt; &lt;td&gt;205 133 63&lt;/td&gt; &lt;td&gt;#CD853F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#deb887&quot;&gt;Burlywood&lt;/td&gt; &lt;td&gt;222 184 135&lt;/td&gt; &lt;td&gt;#DEB887&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f5f5dc&quot;&gt;Beige&lt;/td&gt; &lt;td&gt;245 245 220&lt;/td&gt; &lt;td&gt;#F5F5DC&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f5deb3&quot;&gt;Wheat&lt;/td&gt; &lt;td&gt;245 222 179&lt;/td&gt; &lt;td&gt;#F5DEB3&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f4a460&quot;&gt;SandyBrown&lt;/td&gt; &lt;td&gt;244 164 96&lt;/td&gt; &lt;td&gt;#F4A460&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#d2b48c&quot;&gt;Tan&lt;/td&gt; &lt;td&gt;210 180 140&lt;/td&gt; &lt;td&gt;#D2B48C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#d2691e&quot;&gt;Chocolate&lt;/td&gt; &lt;td&gt;210 105 30&lt;/td&gt; &lt;td&gt;#D2691E&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b22222&quot;&gt;Firebrick&lt;/td&gt; &lt;td&gt;178 34 34&lt;/td&gt; &lt;td&gt;#B22222&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#a52a2a&quot;&gt;Brown&lt;/td&gt; &lt;td&gt;165 42 42&lt;/td&gt; &lt;td&gt;#A52A2A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e9967a&quot;&gt;DarkSalmon&lt;/td&gt; &lt;td&gt;233 150 122&lt;/td&gt; &lt;td&gt;#E9967A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fa8072&quot;&gt;Salmon&lt;/td&gt; &lt;td&gt;250 128 114&lt;/td&gt; &lt;td&gt;#FA8072&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffa07a&quot;&gt;LightSalmon&lt;/td&gt; &lt;td&gt;255 160 122&lt;/td&gt; &lt;td&gt;#FFA07A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffa500&quot;&gt;Orange&lt;/td&gt; &lt;td&gt;255 165 0&lt;/td&gt; &lt;td&gt;#FFA500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff8c00&quot;&gt;DarkOrange&lt;/td&gt; &lt;td&gt;255 140 0&lt;/td&gt; &lt;td&gt;#FF8C00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff7f50&quot;&gt;Coral&lt;/td&gt; &lt;td&gt;255 127 80&lt;/td&gt; &lt;td&gt;#FF7F50&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f08080&quot;&gt;LightCoral&lt;/td&gt; &lt;td&gt;240 128 128&lt;/td&gt; &lt;td&gt;#F08080&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff6347&quot;&gt;Tomato&lt;/td&gt; &lt;td&gt;255 99 71&lt;/td&gt; &lt;td&gt;#FF6347&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff4500&quot;&gt;OrangeRed&lt;/td&gt; &lt;td&gt;255 69 0&lt;/td&gt; &lt;td&gt;#FF4500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff0000&quot;&gt;Red&lt;/td&gt; &lt;td&gt;255 0 0&lt;/td&gt; &lt;td&gt;#FF0000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff69b4&quot;&gt;HotPink&lt;/td&gt; &lt;td&gt;255 105 180&lt;/td&gt; &lt;td&gt;#FF69B4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff1493&quot;&gt;DeepPink&lt;/td&gt; &lt;td&gt;255 20 147&lt;/td&gt; &lt;td&gt;#FF1493&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffc0cb&quot;&gt;Pink&lt;/td&gt; &lt;td&gt;255 192 203&lt;/td&gt; &lt;td&gt;#FFC0CB&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffb6c1&quot;&gt;LightPink&lt;/td&gt; &lt;td&gt;255 182 193&lt;/td&gt; &lt;td&gt;#FFB6C1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#db7093&quot;&gt;PaleVioletRed&lt;/td&gt; &lt;td&gt;219 112 147&lt;/td&gt; &lt;td&gt;#DB7093&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b03060&quot;&gt;Maroon&lt;/td&gt; &lt;td&gt;176 48 96&lt;/td&gt; &lt;td&gt;#B03060&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c71585&quot;&gt;MediumVioletRed&lt;/td&gt; &lt;td&gt;199 21 133&lt;/td&gt; &lt;td&gt;#C71585&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#d02090&quot;&gt;VioletRed&lt;/td&gt; &lt;td&gt;208 32 144&lt;/td&gt; &lt;td&gt;#D02090&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff00ff&quot;&gt;Magenta&lt;/td&gt; &lt;td&gt;255 0 255&lt;/td&gt; &lt;td&gt;#FF00FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee82ee&quot;&gt;Violet&lt;/td&gt; &lt;td&gt;238 130 238&lt;/td&gt; &lt;td&gt;#EE82EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#dda0dd&quot;&gt;Plum&lt;/td&gt; &lt;td&gt;221 160 221&lt;/td&gt; &lt;td&gt;#DDA0DD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#da70d6&quot;&gt;Orchid&lt;/td&gt; &lt;td&gt;218 112 214&lt;/td&gt; &lt;td&gt;#DA70D6&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ba55d3&quot;&gt;MediumOrchid&lt;/td&gt; &lt;td&gt;186 85 211&lt;/td&gt; &lt;td&gt;#BA55D3&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9932cc&quot;&gt;DarkOrchid&lt;/td&gt; &lt;td&gt;153 50 204&lt;/td&gt; &lt;td&gt;#9932CC&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9400d3&quot;&gt;DarkViolet&lt;/td&gt; &lt;td&gt;148 0 211&lt;/td&gt; &lt;td&gt;#9400D3&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8a2be2&quot;&gt;BlueViolet&lt;/td&gt; &lt;td&gt;138 43 226&lt;/td&gt; &lt;td&gt;#8A2BE2&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#a020f0&quot;&gt;Purple&lt;/td&gt; &lt;td&gt;160 32 240&lt;/td&gt; &lt;td&gt;#A020F0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9370db&quot;&gt;MediumPurple&lt;/td&gt; &lt;td&gt;147 112 219&lt;/td&gt; &lt;td&gt;#9370DB&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#d8bfd8&quot;&gt;Thistle&lt;/td&gt; &lt;td&gt;216 191 216&lt;/td&gt; &lt;td&gt;#D8BFD8&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fffafa&quot;&gt;Snow1&lt;/td&gt; &lt;td&gt;255 250 250&lt;/td&gt; &lt;td&gt;#FFFAFA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eee9e9&quot;&gt;Snow2&lt;/td&gt; &lt;td&gt;238 233 233&lt;/td&gt; &lt;td&gt;#EEE9E9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdc9c9&quot;&gt;Snow3&lt;/td&gt; &lt;td&gt;205 201 201&lt;/td&gt; &lt;td&gt;#CDC9C9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8989&quot;&gt;Snow4&lt;/td&gt; &lt;td&gt;139 137 137&lt;/td&gt; &lt;td&gt;#8B8989&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fff5ee&quot;&gt;Seashell1&lt;/td&gt; &lt;td&gt;255 245 238&lt;/td&gt; &lt;td&gt;#FFF5EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eee5de&quot;&gt;Seashell2&lt;/td&gt; &lt;td&gt;238 229 222&lt;/td&gt; &lt;td&gt;#EEE5DE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdc5bf&quot;&gt;Seashell3&lt;/td&gt; &lt;td&gt;205 197 191&lt;/td&gt; &lt;td&gt;#CDC5BF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8682&quot;&gt;Seashell4&lt;/td&gt; &lt;td&gt;139 134 130&lt;/td&gt; &lt;td&gt;#8B8682&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffefdb&quot;&gt;AntiqueWhite1&lt;/td&gt; &lt;td&gt;255 239 219&lt;/td&gt; &lt;td&gt;#FFEFDB&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eedfcc&quot;&gt;AntiqueWhite2&lt;/td&gt; &lt;td&gt;238 223 204&lt;/td&gt; &lt;td&gt;#EEDFCC&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdc0b0&quot;&gt;AntiqueWhite3&lt;/td&gt; &lt;td&gt;205 192 176&lt;/td&gt; &lt;td&gt;#CDC0B0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8378&quot;&gt;AntiqueWhite4&lt;/td&gt; &lt;td&gt;139 131 120&lt;/td&gt; &lt;td&gt;#8B8378&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffe4c4&quot;&gt;Bisque1&lt;/td&gt; &lt;td&gt;255 228 196&lt;/td&gt; &lt;td&gt;#FFE4C4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eed5b7&quot;&gt;Bisque2&lt;/td&gt; &lt;td&gt;238 213 183&lt;/td&gt; &lt;td&gt;#EED5B7&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdb79e&quot;&gt;Bisque3&lt;/td&gt; &lt;td&gt;205 183 158&lt;/td&gt; &lt;td&gt;#CDB79E&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b7d6b&quot;&gt;Bisque4&lt;/td&gt; &lt;td&gt;139 125 107&lt;/td&gt; &lt;td&gt;#8B7D6B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffdab9&quot;&gt;PeachPuff1&lt;/td&gt; &lt;td&gt;255 218 185&lt;/td&gt; &lt;td&gt;#FFDAB9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eecbad&quot;&gt;PeachPuff2&lt;/td&gt; &lt;td&gt;238 203 173&lt;/td&gt; &lt;td&gt;#EECBAD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdaf95&quot;&gt;PeachPuff3&lt;/td&gt; &lt;td&gt;205 175 149&lt;/td&gt; &lt;td&gt;#CDAF95&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b7765&quot;&gt;PeachPuff4&lt;/td&gt; &lt;td&gt;139 119 101&lt;/td&gt; &lt;td&gt;#8B7765&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffdead&quot;&gt;NavajoWhite1&lt;/td&gt; &lt;td&gt;255 222 173&lt;/td&gt; &lt;td&gt;#FFDEAD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eecfa1&quot;&gt;NavajoWhite2&lt;/td&gt; &lt;td&gt;238 207 161&lt;/td&gt; &lt;td&gt;#EECFA1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdb38b&quot;&gt;NavajoWhite3&lt;/td&gt; &lt;td&gt;205 179 139&lt;/td&gt; &lt;td&gt;#CDB38B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b795e&quot;&gt;NavajoWhite4&lt;/td&gt; &lt;td&gt;139 121 94&lt;/td&gt; &lt;td&gt;#8B795E&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fffacd&quot;&gt;LemonChiffon1&lt;/td&gt; &lt;td&gt;255 250 205&lt;/td&gt; &lt;td&gt;#FFFACD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eee9bf&quot;&gt;LemonChiffon2&lt;/td&gt; &lt;td&gt;238 233 191&lt;/td&gt; &lt;td&gt;#EEE9BF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdc9a5&quot;&gt;LemonChiffon3&lt;/td&gt; &lt;td&gt;205 201 165&lt;/td&gt; &lt;td&gt;#CDC9A5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8970&quot;&gt;LemonChiffon4&lt;/td&gt; &lt;td&gt;139 137 112&lt;/td&gt; &lt;td&gt;#8B8970&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fff8dc&quot;&gt;Cornsilk1&lt;/td&gt; &lt;td&gt;255 248 220&lt;/td&gt; &lt;td&gt;#FFF8DC&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eee8cd&quot;&gt;Cornsilk2&lt;/td&gt; &lt;td&gt;238 232 205&lt;/td&gt; &lt;td&gt;#EEE8CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdc8b1&quot;&gt;Cornsilk3&lt;/td&gt; &lt;td&gt;205 200 177&lt;/td&gt; &lt;td&gt;#CDC8B1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8878&quot;&gt;Cornsilk4&lt;/td&gt; &lt;td&gt;139 136 120&lt;/td&gt; &lt;td&gt;#8B8878&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fffff0&quot;&gt;Ivory1&lt;/td&gt; &lt;td&gt;255 255 240&lt;/td&gt; &lt;td&gt;#FFFFF0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eeeee0&quot;&gt;Ivory2&lt;/td&gt; &lt;td&gt;238 238 224&lt;/td&gt; &lt;td&gt;#EEEEE0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdcdc1&quot;&gt;Ivory3&lt;/td&gt; &lt;td&gt;205 205 193&lt;/td&gt; &lt;td&gt;#CDCDC1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8b83&quot;&gt;Ivory4&lt;/td&gt; &lt;td&gt;139 139 131&lt;/td&gt; &lt;td&gt;#8B8B83&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f0fff0&quot;&gt;Honeydew1&lt;/td&gt; &lt;td&gt;240 255 240&lt;/td&gt; &lt;td&gt;#F0FFF0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e0eee0&quot;&gt;Honeydew2&lt;/td&gt; &lt;td&gt;224 238 224&lt;/td&gt; &lt;td&gt;#E0EEE0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c1cdc1&quot;&gt;Honeydew3&lt;/td&gt; &lt;td&gt;193 205 193&lt;/td&gt; &lt;td&gt;#C1CDC1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#838b83&quot;&gt;Honeydew4&lt;/td&gt; &lt;td&gt;131 139 131&lt;/td&gt; &lt;td&gt;#838B83&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fff0f5&quot;&gt;LavenderBlush1&lt;/td&gt; &lt;td&gt;255 240 245&lt;/td&gt; &lt;td&gt;#FFF0F5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eee0e5&quot;&gt;LavenderBlush2&lt;/td&gt; &lt;td&gt;238 224 229&lt;/td&gt; &lt;td&gt;#EEE0E5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdc1c5&quot;&gt;LavenderBlush3&lt;/td&gt; &lt;td&gt;205 193 197&lt;/td&gt; &lt;td&gt;#CDC1C5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8386&quot;&gt;LavenderBlush4&lt;/td&gt; &lt;td&gt;139 131 134&lt;/td&gt; &lt;td&gt;#8B8386&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffe4e1&quot;&gt;MistyRose1&lt;/td&gt; &lt;td&gt;255 228 225&lt;/td&gt; &lt;td&gt;#FFE4E1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eed5d2&quot;&gt;MistyRose2&lt;/td&gt; &lt;td&gt;238 213 210&lt;/td&gt; &lt;td&gt;#EED5D2&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdb7b5&quot;&gt;MistyRose3&lt;/td&gt; &lt;td&gt;205 183 181&lt;/td&gt; &lt;td&gt;#CDB7B5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b7d7b&quot;&gt;MistyRose4&lt;/td&gt; &lt;td&gt;139 125 123&lt;/td&gt; &lt;td&gt;#8B7D7B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#f0ffff&quot;&gt;Azure1&lt;/td&gt; &lt;td&gt;240 255 255&lt;/td&gt; &lt;td&gt;#F0FFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e0eeee&quot;&gt;Azure2&lt;/td&gt; &lt;td&gt;224 238 238&lt;/td&gt; &lt;td&gt;#E0EEEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c1cdcd&quot;&gt;Azure3&lt;/td&gt; &lt;td&gt;193 205 205&lt;/td&gt; &lt;td&gt;#C1CDCD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#838b8b&quot;&gt;Azure4&lt;/td&gt; &lt;td&gt;131 139 139&lt;/td&gt; &lt;td&gt;#838B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#836fff&quot;&gt;SlateBlue1&lt;/td&gt; &lt;td&gt;131 111 255&lt;/td&gt; &lt;td&gt;#836FFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7a67ee&quot;&gt;SlateBlue2&lt;/td&gt; &lt;td&gt;122 103 238&lt;/td&gt; &lt;td&gt;#7A67EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6959cd&quot;&gt;SlateBlue3&lt;/td&gt; &lt;td&gt;105 89 205&lt;/td&gt; &lt;td&gt;#6959CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#473c8b&quot;&gt;SlateBlue4&lt;/td&gt; &lt;td&gt;71 60 139&lt;/td&gt; &lt;td&gt;#473C8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#4876ff&quot;&gt;RoyalBlue1&lt;/td&gt; &lt;td&gt;72 118 255&lt;/td&gt; &lt;td&gt;#4876FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#436eee&quot;&gt;RoyalBlue2&lt;/td&gt; &lt;td&gt;67 110 238&lt;/td&gt; &lt;td&gt;#436EEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#3a5fcd&quot;&gt;RoyalBlue3&lt;/td&gt; &lt;td&gt;58 95 205&lt;/td&gt; &lt;td&gt;#3A5FCD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#27408b&quot;&gt;RoyalBlue4&lt;/td&gt; &lt;td&gt;39 64 139&lt;/td&gt; &lt;td&gt;#27408B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#0000ff&quot;&gt;Blue1&lt;/td&gt; &lt;td&gt;0 0 255&lt;/td&gt; &lt;td&gt;#0000FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#0000ee&quot;&gt;Blue2&lt;/td&gt; &lt;td&gt;0 0 238&lt;/td&gt; &lt;td&gt;#0000EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#0000cd&quot;&gt;Blue3&lt;/td&gt; &lt;td&gt;0 0 205&lt;/td&gt; &lt;td&gt;#0000CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00008b&quot;&gt;Blue4&lt;/td&gt; &lt;td&gt;0 0 139&lt;/td&gt; &lt;td&gt;#00008B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#1e90ff&quot;&gt;DodgerBlue1&lt;/td&gt; &lt;td&gt;30 144 255&lt;/td&gt; &lt;td&gt;#1E90FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#1c86ee&quot;&gt;DodgerBlue2&lt;/td&gt; &lt;td&gt;28 134 238&lt;/td&gt; &lt;td&gt;#1C86EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#1874cd&quot;&gt;DodgerBlue3&lt;/td&gt; &lt;td&gt;24 116 205&lt;/td&gt; &lt;td&gt;#1874CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#104e8b&quot;&gt;DodgerBlue4&lt;/td&gt; &lt;td&gt;16 78 139&lt;/td&gt; &lt;td&gt;#104E8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#63b8ff&quot;&gt;SteelBlue1&lt;/td&gt; &lt;td&gt;99 184 255&lt;/td&gt; &lt;td&gt;#63B8FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#5cacee&quot;&gt;SteelBlue2&lt;/td&gt; &lt;td&gt;92 172 238&lt;/td&gt; &lt;td&gt;#5CACEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#4f94cd&quot;&gt;SteelBlue3&lt;/td&gt; &lt;td&gt;79 148 205&lt;/td&gt; &lt;td&gt;#4F94CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#36648b&quot;&gt;SteelBlue4&lt;/td&gt; &lt;td&gt;54 100 139&lt;/td&gt; &lt;td&gt;#36648B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00bfff&quot;&gt;DeepSkyBlue1&lt;/td&gt; &lt;td&gt;0 191 255&lt;/td&gt; &lt;td&gt;#00BFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00b2ee&quot;&gt;DeepSkyBlue2&lt;/td&gt; &lt;td&gt;0 178 238&lt;/td&gt; &lt;td&gt;#00B2EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#009acd&quot;&gt;DeepSkyBlue3&lt;/td&gt; &lt;td&gt;0 154 205&lt;/td&gt; &lt;td&gt;#009ACD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00688b&quot;&gt;DeepSkyBlue4&lt;/td&gt; &lt;td&gt;0 104 139&lt;/td&gt; &lt;td&gt;#00688B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#87ceff&quot;&gt;SkyBlue1&lt;/td&gt; &lt;td&gt;135 206 255&lt;/td&gt; &lt;td&gt;#87CEFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7ec0ee&quot;&gt;SkyBlue2&lt;/td&gt; &lt;td&gt;126 192 238&lt;/td&gt; &lt;td&gt;#7EC0EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6ca6cd&quot;&gt;SkyBlue3&lt;/td&gt; &lt;td&gt;108 166 205&lt;/td&gt; &lt;td&gt;#6CA6CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#4a708b&quot;&gt;SkyBlue4&lt;/td&gt; &lt;td&gt;74 112 139&lt;/td&gt; &lt;td&gt;#4A708B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b0e2ff&quot;&gt;LightSkyBlue1&lt;/td&gt; &lt;td&gt;176 226 255&lt;/td&gt; &lt;td&gt;#B0E2FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#a4d3ee&quot;&gt;LightSkyBlue2&lt;/td&gt; &lt;td&gt;164 211 238&lt;/td&gt; &lt;td&gt;#A4D3EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8db6cd&quot;&gt;LightSkyBlue3&lt;/td&gt; &lt;td&gt;141 182 205&lt;/td&gt; &lt;td&gt;#8DB6CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#607b8b&quot;&gt;LightSkyBlue4&lt;/td&gt; &lt;td&gt;96 123 139&lt;/td&gt; &lt;td&gt;#607B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c6e2ff&quot;&gt;SlateGray1&lt;/td&gt; &lt;td&gt;198 226 255&lt;/td&gt; &lt;td&gt;#C6E2FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b9d3ee&quot;&gt;SlateGray2&lt;/td&gt; &lt;td&gt;185 211 238&lt;/td&gt; &lt;td&gt;#B9D3EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9fb6cd&quot;&gt;SlateGray3&lt;/td&gt; &lt;td&gt;159 182 205&lt;/td&gt; &lt;td&gt;#9FB6CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6c7b8b&quot;&gt;SlateGray4&lt;/td&gt; &lt;td&gt;108 123 139&lt;/td&gt; &lt;td&gt;#6C7B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cae1ff&quot;&gt;LightSteelBlue1&lt;/td&gt; &lt;td&gt;202 225 255&lt;/td&gt; &lt;td&gt;#CAE1FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bcd2ee&quot;&gt;LightSteelBlue2&lt;/td&gt; &lt;td&gt;188 210 238&lt;/td&gt; &lt;td&gt;#BCD2EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#a2b5cd&quot;&gt;LightSteelBlue3&lt;/td&gt; &lt;td&gt;162 181 205&lt;/td&gt; &lt;td&gt;#A2B5CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6e7b8b&quot;&gt;LightSteelBlue4&lt;/td&gt; &lt;td&gt;110 123 139&lt;/td&gt; &lt;td&gt;#6E7B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bfefff&quot;&gt;LightBlue1&lt;/td&gt; &lt;td&gt;191 239 255&lt;/td&gt; &lt;td&gt;#BFEFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b2dfee&quot;&gt;LightBlue2&lt;/td&gt; &lt;td&gt;178 223 238&lt;/td&gt; &lt;td&gt;#B2DFEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9ac0cd&quot;&gt;LightBlue3&lt;/td&gt; &lt;td&gt;154 192 205&lt;/td&gt; &lt;td&gt;#9AC0CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#68838b&quot;&gt;LightBlue4&lt;/td&gt; &lt;td&gt;104 131 139&lt;/td&gt; &lt;td&gt;#68838B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e0ffff&quot;&gt;LightCyan1&lt;/td&gt; &lt;td&gt;224 255 255&lt;/td&gt; &lt;td&gt;#E0FFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#d1eeee&quot;&gt;LightCyan2&lt;/td&gt; &lt;td&gt;209 238 238&lt;/td&gt; &lt;td&gt;#D1EEEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b4cdcd&quot;&gt;LightCyan3&lt;/td&gt; &lt;td&gt;180 205 205&lt;/td&gt; &lt;td&gt;#B4CDCD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7a8b8b&quot;&gt;LightCyan4&lt;/td&gt; &lt;td&gt;122 139 139&lt;/td&gt; &lt;td&gt;#7A8B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bbffff&quot;&gt;PaleTurquoise1&lt;/td&gt; &lt;td&gt;187 255 255&lt;/td&gt; &lt;td&gt;#BBFFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#aeeeee&quot;&gt;PaleTurquoise2&lt;/td&gt; &lt;td&gt;174 238 238&lt;/td&gt; &lt;td&gt;#AEEEEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#96cdcd&quot;&gt;PaleTurquoise3&lt;/td&gt; &lt;td&gt;150 205 205&lt;/td&gt; &lt;td&gt;#96CDCD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#668b8b&quot;&gt;PaleTurquoise4&lt;/td&gt; &lt;td&gt;102 139 139&lt;/td&gt; &lt;td&gt;#668B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#98f5ff&quot;&gt;CadetBlue1&lt;/td&gt; &lt;td&gt;152 245 255&lt;/td&gt; &lt;td&gt;#98F5FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8ee5ee&quot;&gt;CadetBlue2&lt;/td&gt; &lt;td&gt;142 229 238&lt;/td&gt; &lt;td&gt;#8EE5EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7ac5cd&quot;&gt;CadetBlue3&lt;/td&gt; &lt;td&gt;122 197 205&lt;/td&gt; &lt;td&gt;#7AC5CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#53868b&quot;&gt;CadetBlue4&lt;/td&gt; &lt;td&gt;83 134 139&lt;/td&gt; &lt;td&gt;#53868B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00f5ff&quot;&gt;Turquoise1&lt;/td&gt; &lt;td&gt;0 245 255&lt;/td&gt; &lt;td&gt;#00F5FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00e5ee&quot;&gt;Turquoise2&lt;/td&gt; &lt;td&gt;0 229 238&lt;/td&gt; &lt;td&gt;#00E5EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00c5cd&quot;&gt;Turquoise3&lt;/td&gt; &lt;td&gt;0 197 205&lt;/td&gt; &lt;td&gt;#00C5CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00868b&quot;&gt;Turquoise4&lt;/td&gt; &lt;td&gt;0 134 139&lt;/td&gt; &lt;td&gt;#00868B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ffff&quot;&gt;Cyan1&lt;/td&gt; &lt;td&gt;0 255 255&lt;/td&gt; &lt;td&gt;#00FFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00eeee&quot;&gt;Cyan2&lt;/td&gt; &lt;td&gt;0 238 238&lt;/td&gt; &lt;td&gt;#00EEEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00cdcd&quot;&gt;Cyan3&lt;/td&gt; &lt;td&gt;0 205 205&lt;/td&gt; &lt;td&gt;#00CDCD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#008b8b&quot;&gt;Cyan4&lt;/td&gt; &lt;td&gt;0 139 139&lt;/td&gt; &lt;td&gt;#008B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#97ffff&quot;&gt;DarkSlateGray1&lt;/td&gt; &lt;td&gt;151 255 255&lt;/td&gt; &lt;td&gt;#97FFFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8deeee&quot;&gt;DarkSlateGray2&lt;/td&gt; &lt;td&gt;141 238 238&lt;/td&gt; &lt;td&gt;#8DEEEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#79cdcd&quot;&gt;DarkSlateGray3&lt;/td&gt; &lt;td&gt;121 205 205&lt;/td&gt; &lt;td&gt;#79CDCD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#528b8b&quot;&gt;DarkSlateGray4&lt;/td&gt; &lt;td&gt;82 139 139&lt;/td&gt; &lt;td&gt;#528B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7fffd4&quot;&gt;Aquamarine1&lt;/td&gt; &lt;td&gt;127 255 212&lt;/td&gt; &lt;td&gt;#7FFFD4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#76eec6&quot;&gt;Aquamarine2&lt;/td&gt; &lt;td&gt;118 238 198&lt;/td&gt; &lt;td&gt;#76EEC6&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#66cdaa&quot;&gt;Aquamarine3&lt;/td&gt; &lt;td&gt;102 205 170&lt;/td&gt; &lt;td&gt;#66CDAA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#458b74&quot;&gt;Aquamarine4&lt;/td&gt; &lt;td&gt;69 139 116&lt;/td&gt; &lt;td&gt;#458B74&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c1ffc1&quot;&gt;DarkSeaGreen1&lt;/td&gt; &lt;td&gt;193 255 193&lt;/td&gt; &lt;td&gt;#C1FFC1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b4eeb4&quot;&gt;DarkSeaGreen2&lt;/td&gt; &lt;td&gt;180 238 180&lt;/td&gt; &lt;td&gt;#B4EEB4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9bcd9b&quot;&gt;DarkSeaGreen3&lt;/td&gt; &lt;td&gt;155 205 155&lt;/td&gt; &lt;td&gt;#9BCD9B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#698b69&quot;&gt;DarkSeaGreen4&lt;/td&gt; &lt;td&gt;105 139 105&lt;/td&gt; &lt;td&gt;#698B69&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#54ff9f&quot;&gt;SeaGreen1&lt;/td&gt; &lt;td&gt;84 255 159&lt;/td&gt; &lt;td&gt;#54FF9F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#4eee94&quot;&gt;SeaGreen2&lt;/td&gt; &lt;td&gt;78 238 148&lt;/td&gt; &lt;td&gt;#4EEE94&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#43cd80&quot;&gt;SeaGreen3&lt;/td&gt; &lt;td&gt;67 205 128&lt;/td&gt; &lt;td&gt;#43CD80&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#2e8b57&quot;&gt;SeaGreen4&lt;/td&gt; &lt;td&gt;46 139 87&lt;/td&gt; &lt;td&gt;#2E8B57&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9aff9a&quot;&gt;PaleGreen1&lt;/td&gt; &lt;td&gt;154 255 154&lt;/td&gt; &lt;td&gt;#9AFF9A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#90ee90&quot;&gt;PaleGreen2&lt;/td&gt; &lt;td&gt;144 238 144&lt;/td&gt; &lt;td&gt;#90EE90&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7ccd7c&quot;&gt;PaleGreen3&lt;/td&gt; &lt;td&gt;124 205 124&lt;/td&gt; &lt;td&gt;#7CCD7C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#548b54&quot;&gt;PaleGreen4&lt;/td&gt; &lt;td&gt;84 139 84&lt;/td&gt; &lt;td&gt;#548B54&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ff7f&quot;&gt;SpringGreen1&lt;/td&gt; &lt;td&gt;0 255 127&lt;/td&gt; &lt;td&gt;#00FF7F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ee76&quot;&gt;SpringGreen2&lt;/td&gt; &lt;td&gt;0 238 118&lt;/td&gt; &lt;td&gt;#00EE76&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00cd66&quot;&gt;SpringGreen3&lt;/td&gt; &lt;td&gt;0 205 102&lt;/td&gt; &lt;td&gt;#00CD66&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#008b45&quot;&gt;SpringGreen4&lt;/td&gt; &lt;td&gt;0 139 69&lt;/td&gt; &lt;td&gt;#008B45&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ff00&quot;&gt;Green1&lt;/td&gt; &lt;td&gt;0 255 0&lt;/td&gt; &lt;td&gt;#00FF00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00ee00&quot;&gt;Green2&lt;/td&gt; &lt;td&gt;0 238 0&lt;/td&gt; &lt;td&gt;#00EE00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00cd00&quot;&gt;Green3&lt;/td&gt; &lt;td&gt;0 205 0&lt;/td&gt; &lt;td&gt;#00CD00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#008b00&quot;&gt;Green4&lt;/td&gt; &lt;td&gt;0 139 0&lt;/td&gt; &lt;td&gt;#008B00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7fff00&quot;&gt;Chartreuse1&lt;/td&gt; &lt;td&gt;127 255 0&lt;/td&gt; &lt;td&gt;#7FFF00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#76ee00&quot;&gt;Chartreuse2&lt;/td&gt; &lt;td&gt;118 238 0&lt;/td&gt; &lt;td&gt;#76EE00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#66cd00&quot;&gt;Chartreuse3&lt;/td&gt; &lt;td&gt;102 205 0&lt;/td&gt; &lt;td&gt;#66CD00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#458b00&quot;&gt;Chartreuse4&lt;/td&gt; &lt;td&gt;69 139 0&lt;/td&gt; &lt;td&gt;#458B00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c0ff3e&quot;&gt;OliveDrab1&lt;/td&gt; &lt;td&gt;192 255 62&lt;/td&gt; &lt;td&gt;#C0FF3E&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b3ee3a&quot;&gt;OliveDrab2&lt;/td&gt; &lt;td&gt;179 238 58&lt;/td&gt; &lt;td&gt;#B3EE3A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9acd32&quot;&gt;OliveDrab3&lt;/td&gt; &lt;td&gt;154 205 50&lt;/td&gt; &lt;td&gt;#9ACD32&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#698b22&quot;&gt;OliveDrab4&lt;/td&gt; &lt;td&gt;105 139 34&lt;/td&gt; &lt;td&gt;#698B22&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#caff70&quot;&gt;DarkOliveGreen1&lt;/td&gt; &lt;td&gt;202 255 112&lt;/td&gt; &lt;td&gt;#CAFF70&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bcee68&quot;&gt;DarkOliveGreen2&lt;/td&gt; &lt;td&gt;188 238 104&lt;/td&gt; &lt;td&gt;#BCEE68&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#a2cd5a&quot;&gt;DarkOliveGreen3&lt;/td&gt; &lt;td&gt;162 205 90&lt;/td&gt; &lt;td&gt;#A2CD5A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#6e8b3d&quot;&gt;DarkOliveGreen4&lt;/td&gt; &lt;td&gt;110 139 61&lt;/td&gt; &lt;td&gt;#6E8B3D&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#fff68f&quot;&gt;Khaki1&lt;/td&gt; &lt;td&gt;255 246 143&lt;/td&gt; &lt;td&gt;#FFF68F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eee685&quot;&gt;Khaki2&lt;/td&gt; &lt;td&gt;238 230 133&lt;/td&gt; &lt;td&gt;#EEE685&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdc673&quot;&gt;Khaki3&lt;/td&gt; &lt;td&gt;205 198 115&lt;/td&gt; &lt;td&gt;#CDC673&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b864e&quot;&gt;Khaki4&lt;/td&gt; &lt;td&gt;139 134 78&lt;/td&gt; &lt;td&gt;#8B864E&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffec8b&quot;&gt;LightGoldenrod1&lt;/td&gt; &lt;td&gt;255 236 139&lt;/td&gt; &lt;td&gt;#FFEC8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eedc82&quot;&gt;LightGoldenrod2&lt;/td&gt; &lt;td&gt;238 220 130&lt;/td&gt; &lt;td&gt;#EEDC82&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdbe70&quot;&gt;LightGoldenrod3&lt;/td&gt; &lt;td&gt;205 190 112&lt;/td&gt; &lt;td&gt;#CDBE70&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b814c&quot;&gt;LightGoldenrod4&lt;/td&gt; &lt;td&gt;139 129 76&lt;/td&gt; &lt;td&gt;#8B814C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffffe0&quot;&gt;LightYellow1&lt;/td&gt; &lt;td&gt;255 255 224&lt;/td&gt; &lt;td&gt;#FFFFE0&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eeeed1&quot;&gt;LightYellow2&lt;/td&gt; &lt;td&gt;238 238 209&lt;/td&gt; &lt;td&gt;#EEEED1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdcdb4&quot;&gt;LightYellow3&lt;/td&gt; &lt;td&gt;205 205 180&lt;/td&gt; &lt;td&gt;#CDCDB4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8b7a&quot;&gt;LightYellow4&lt;/td&gt; &lt;td&gt;139 139 122&lt;/td&gt; &lt;td&gt;#8B8B7A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffff00&quot;&gt;Yellow1&lt;/td&gt; &lt;td&gt;255 255 0&lt;/td&gt; &lt;td&gt;#FFFF00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eeee00&quot;&gt;Yellow2&lt;/td&gt; &lt;td&gt;238 238 0&lt;/td&gt; &lt;td&gt;#EEEE00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdcd00&quot;&gt;Yellow3&lt;/td&gt; &lt;td&gt;205 205 0&lt;/td&gt; &lt;td&gt;#CDCD00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b8b00&quot;&gt;Yellow4&lt;/td&gt; &lt;td&gt;139 139 0&lt;/td&gt; &lt;td&gt;#8B8B00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffd700&quot;&gt;Gold1&lt;/td&gt; &lt;td&gt;255 215 0&lt;/td&gt; &lt;td&gt;#FFD700&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eec900&quot;&gt;Gold2&lt;/td&gt; &lt;td&gt;238 201 0&lt;/td&gt; &lt;td&gt;#EEC900&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdad00&quot;&gt;Gold3&lt;/td&gt; &lt;td&gt;205 173 0&lt;/td&gt; &lt;td&gt;#CDAD00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b7500&quot;&gt;Gold4&lt;/td&gt; &lt;td&gt;139 117 0&lt;/td&gt; &lt;td&gt;#8B7500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffc125&quot;&gt;Goldenrod1&lt;/td&gt; &lt;td&gt;255 193 37&lt;/td&gt; &lt;td&gt;#FFC125&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eeb422&quot;&gt;Goldenrod2&lt;/td&gt; &lt;td&gt;238 180 34&lt;/td&gt; &lt;td&gt;#EEB422&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd9b1d&quot;&gt;Goldenrod3&lt;/td&gt; &lt;td&gt;205 155 29&lt;/td&gt; &lt;td&gt;#CD9B1D&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b6914&quot;&gt;Goldenrod4&lt;/td&gt; &lt;td&gt;139 105 20&lt;/td&gt; &lt;td&gt;#8B6914&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffb90f&quot;&gt;DarkGoldenrod1&lt;/td&gt; &lt;td&gt;255 185 15&lt;/td&gt; &lt;td&gt;#FFB90F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eead0e&quot;&gt;DarkGoldenrod2&lt;/td&gt; &lt;td&gt;238 173 14&lt;/td&gt; &lt;td&gt;#EEAD0E&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd950c&quot;&gt;DarkGoldenrod3&lt;/td&gt; &lt;td&gt;205 149 12&lt;/td&gt; &lt;td&gt;#CD950C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b658b&quot;&gt;DarkGoldenrod4&lt;/td&gt; &lt;td&gt;139 101 8&lt;/td&gt; &lt;td&gt;#8B658B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffc1c1&quot;&gt;RosyBrown1&lt;/td&gt; &lt;td&gt;255 193 193&lt;/td&gt; &lt;td&gt;#FFC1C1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eeb4b4&quot;&gt;RosyBrown2&lt;/td&gt; &lt;td&gt;238 180 180&lt;/td&gt; &lt;td&gt;#EEB4B4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd9b9b&quot;&gt;RosyBrown3&lt;/td&gt; &lt;td&gt;205 155 155&lt;/td&gt; &lt;td&gt;#CD9B9B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b6969&quot;&gt;RosyBrown4&lt;/td&gt; &lt;td&gt;139 105 105&lt;/td&gt; &lt;td&gt;#8B6969&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff6a6a&quot;&gt;IndianRed1&lt;/td&gt; &lt;td&gt;255 106 106&lt;/td&gt; &lt;td&gt;#FF6A6A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee6363&quot;&gt;IndianRed2&lt;/td&gt; &lt;td&gt;238 99 99&lt;/td&gt; &lt;td&gt;#EE6363&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd5555&quot;&gt;IndianRed3&lt;/td&gt; &lt;td&gt;205 85 85&lt;/td&gt; &lt;td&gt;#CD5555&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b3a3a&quot;&gt;IndianRed4&lt;/td&gt; &lt;td&gt;139 58 58&lt;/td&gt; &lt;td&gt;#8B3A3A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff8247&quot;&gt;Sienna1&lt;/td&gt; &lt;td&gt;255 130 71&lt;/td&gt; &lt;td&gt;#FF8247&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee7942&quot;&gt;Sienna2&lt;/td&gt; &lt;td&gt;238 121 66&lt;/td&gt; &lt;td&gt;#EE7942&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd6839&quot;&gt;Sienna3&lt;/td&gt; &lt;td&gt;205 104 57&lt;/td&gt; &lt;td&gt;#CD6839&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b4726&quot;&gt;Sienna4&lt;/td&gt; &lt;td&gt;139 71 38&lt;/td&gt; &lt;td&gt;#8B4726&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffd39b&quot;&gt;Burlywood1&lt;/td&gt; &lt;td&gt;255 211 155&lt;/td&gt; &lt;td&gt;#FFD39B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eec591&quot;&gt;Burlywood2&lt;/td&gt; &lt;td&gt;238 197 145&lt;/td&gt; &lt;td&gt;#EEC591&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdaa7d&quot;&gt;Burlywood3&lt;/td&gt; &lt;td&gt;205 170 125&lt;/td&gt; &lt;td&gt;#CDAA7D&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b7355&quot;&gt;Burlywood4&lt;/td&gt; &lt;td&gt;139 115 85&lt;/td&gt; &lt;td&gt;#8B7355&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffe7ba&quot;&gt;Wheat1&lt;/td&gt; &lt;td&gt;255 231 186&lt;/td&gt; &lt;td&gt;#FFE7BA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eed8ae&quot;&gt;Wheat2&lt;/td&gt; &lt;td&gt;238 216 174&lt;/td&gt; &lt;td&gt;#EED8AE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdba96&quot;&gt;Wheat3&lt;/td&gt; &lt;td&gt;205 186 150&lt;/td&gt; &lt;td&gt;#CDBA96&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b7e66&quot;&gt;Wheat4&lt;/td&gt; &lt;td&gt;139 126 102&lt;/td&gt; &lt;td&gt;#8B7E66&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffa54f&quot;&gt;Tan1&lt;/td&gt; &lt;td&gt;255 165 79&lt;/td&gt; &lt;td&gt;#FFA54F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee9a49&quot;&gt;Tan2&lt;/td&gt; &lt;td&gt;238 154 73&lt;/td&gt; &lt;td&gt;#EE9A49&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd853f&quot;&gt;Tan3&lt;/td&gt; &lt;td&gt;205 133 63&lt;/td&gt; &lt;td&gt;#CD853F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b5a2b&quot;&gt;Tan4&lt;/td&gt; &lt;td&gt;139 90 43&lt;/td&gt; &lt;td&gt;#8B5A2B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff7f24&quot;&gt;Chocolate1&lt;/td&gt; &lt;td&gt;255 127 36&lt;/td&gt; &lt;td&gt;#FF7F24&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee7621&quot;&gt;Chocolate2&lt;/td&gt; &lt;td&gt;238 118 33&lt;/td&gt; &lt;td&gt;#EE7621&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd661d&quot;&gt;Chocolate3&lt;/td&gt; &lt;td&gt;205 102 29&lt;/td&gt; &lt;td&gt;#CD661D&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b4513&quot;&gt;Chocolate4&lt;/td&gt; &lt;td&gt;139 69 19&lt;/td&gt; &lt;td&gt;#8B4513&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff3030&quot;&gt;Firebrick1&lt;/td&gt; &lt;td&gt;255 48 48&lt;/td&gt; &lt;td&gt;#FF3030&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee2c2c&quot;&gt;Firebrick2&lt;/td&gt; &lt;td&gt;238 44 44&lt;/td&gt; &lt;td&gt;#EE2C2C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd2626&quot;&gt;Firebrick3&lt;/td&gt; &lt;td&gt;205 38 38&lt;/td&gt; &lt;td&gt;#CD2626&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b1a1a&quot;&gt;Firebrick4&lt;/td&gt; &lt;td&gt;139 26 26&lt;/td&gt; &lt;td&gt;#8B1A1A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff4040&quot;&gt;Brown1&lt;/td&gt; &lt;td&gt;255 64 64&lt;/td&gt; &lt;td&gt;#FF4040&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee3b3b&quot;&gt;Brown2&lt;/td&gt; &lt;td&gt;238 59 59&lt;/td&gt; &lt;td&gt;#EE3B3B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd3333&quot;&gt;Brown3&lt;/td&gt; &lt;td&gt;205 51 51&lt;/td&gt; &lt;td&gt;#CD3333&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b2323&quot;&gt;Brown4&lt;/td&gt; &lt;td&gt;139 35 35&lt;/td&gt; &lt;td&gt;#8B2323&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff8c69&quot;&gt;Salmon1&lt;/td&gt; &lt;td&gt;255 140 105&lt;/td&gt; &lt;td&gt;#FF8C69&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee8262&quot;&gt;Salmon2&lt;/td&gt; &lt;td&gt;238 130 98&lt;/td&gt; &lt;td&gt;#EE8262&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd7054&quot;&gt;Salmon3&lt;/td&gt; &lt;td&gt;205 112 84&lt;/td&gt; &lt;td&gt;#CD7054&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b4c39&quot;&gt;Salmon4&lt;/td&gt; &lt;td&gt;139 76 57&lt;/td&gt; &lt;td&gt;#8B4C39&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffa07a&quot;&gt;LightSalmon1&lt;/td&gt; &lt;td&gt;255 160 122&lt;/td&gt; &lt;td&gt;#FFA07A&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee9572&quot;&gt;LightSalmon2&lt;/td&gt; &lt;td&gt;238 149 114&lt;/td&gt; &lt;td&gt;#EE9572&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd8162&quot;&gt;LightSalmon3&lt;/td&gt; &lt;td&gt;205 129 98&lt;/td&gt; &lt;td&gt;#CD8162&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b5742&quot;&gt;LightSalmon4&lt;/td&gt; &lt;td&gt;139 87 66&lt;/td&gt; &lt;td&gt;#8B5742&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffa500&quot;&gt;Orange1&lt;/td&gt; &lt;td&gt;255 165 0&lt;/td&gt; &lt;td&gt;#FFA500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee9a00&quot;&gt;Orange2&lt;/td&gt; &lt;td&gt;238 154 0&lt;/td&gt; &lt;td&gt;#EE9A00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd8500&quot;&gt;Orange3&lt;/td&gt; &lt;td&gt;205 133 0&lt;/td&gt; &lt;td&gt;#CD8500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b5a00&quot;&gt;Orange4&lt;/td&gt; &lt;td&gt;139 90 0&lt;/td&gt; &lt;td&gt;#8B5A00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff7f00&quot;&gt;DarkOrange1&lt;/td&gt; &lt;td&gt;255 127 0&lt;/td&gt; &lt;td&gt;#FF7F00&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee7600&quot;&gt;DarkOrange2&lt;/td&gt; &lt;td&gt;238 118 0&lt;/td&gt; &lt;td&gt;#EE7600&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd6600&quot;&gt;DarkOrange3&lt;/td&gt; &lt;td&gt;205 102 0&lt;/td&gt; &lt;td&gt;#CD6600&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b4500&quot;&gt;DarkOrange4&lt;/td&gt; &lt;td&gt;139 69 0&lt;/td&gt; &lt;td&gt;#8B4500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff7256&quot;&gt;Coral1&lt;/td&gt; &lt;td&gt;255 114 86&lt;/td&gt; &lt;td&gt;#FF7256&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee6a50&quot;&gt;Coral2&lt;/td&gt; &lt;td&gt;238 106 80&lt;/td&gt; &lt;td&gt;#EE6A50&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd5b45&quot;&gt;Coral3&lt;/td&gt; &lt;td&gt;205 91 69&lt;/td&gt; &lt;td&gt;#CD5B45&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b3e2f&quot;&gt;Coral4&lt;/td&gt; &lt;td&gt;139 62 47&lt;/td&gt; &lt;td&gt;#8B3E2F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff6347&quot;&gt;Tomato1&lt;/td&gt; &lt;td&gt;255 99 71&lt;/td&gt; &lt;td&gt;#FF6347&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee5c42&quot;&gt;Tomato2&lt;/td&gt; &lt;td&gt;238 92 66&lt;/td&gt; &lt;td&gt;#EE5C42&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd4f39&quot;&gt;Tomato3&lt;/td&gt; &lt;td&gt;205 79 57&lt;/td&gt; &lt;td&gt;#CD4F39&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b3626&quot;&gt;Tomato4&lt;/td&gt; &lt;td&gt;139 54 38&lt;/td&gt; &lt;td&gt;#8B3626&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff4500&quot;&gt;OrangeRed1&lt;/td&gt; &lt;td&gt;255 69 0&lt;/td&gt; &lt;td&gt;#FF4500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee4000&quot;&gt;OrangeRed2&lt;/td&gt; &lt;td&gt;238 64 0&lt;/td&gt; &lt;td&gt;#EE4000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd3700&quot;&gt;OrangeRed3&lt;/td&gt; &lt;td&gt;205 55 0&lt;/td&gt; &lt;td&gt;#CD3700&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b2500&quot;&gt;OrangeRed4&lt;/td&gt; &lt;td&gt;139 37 0&lt;/td&gt; &lt;td&gt;#8B2500&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff0000&quot;&gt;Red1&lt;/td&gt; &lt;td&gt;255 0 0&lt;/td&gt; &lt;td&gt;#FF0000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee0000&quot;&gt;Red2&lt;/td&gt; &lt;td&gt;238 0 0&lt;/td&gt; &lt;td&gt;#EE0000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd0000&quot;&gt;Red3&lt;/td&gt; &lt;td&gt;205 0 0&lt;/td&gt; &lt;td&gt;#CD0000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b0000&quot;&gt;Red4&lt;/td&gt; &lt;td&gt;139 0 0&lt;/td&gt; &lt;td&gt;#8B0000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff1493&quot;&gt;DeepPink1&lt;/td&gt; &lt;td&gt;255 20 147&lt;/td&gt; &lt;td&gt;#FF1493&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee1289&quot;&gt;DeepPink2&lt;/td&gt; &lt;td&gt;238 18 137&lt;/td&gt; &lt;td&gt;#EE1289&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd1076&quot;&gt;DeepPink3&lt;/td&gt; &lt;td&gt;205 16 118&lt;/td&gt; &lt;td&gt;#CD1076&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b0a50&quot;&gt;DeepPink4&lt;/td&gt; &lt;td&gt;139 10 80&lt;/td&gt; &lt;td&gt;#8B0A50&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff6eb4&quot;&gt;HotPink1&lt;/td&gt; &lt;td&gt;255 110 180&lt;/td&gt; &lt;td&gt;#FF6EB4&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee6aa7&quot;&gt;HotPink2&lt;/td&gt; &lt;td&gt;238 106 167&lt;/td&gt; &lt;td&gt;#EE6AA7&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd6090&quot;&gt;HotPink3&lt;/td&gt; &lt;td&gt;205 96 144&lt;/td&gt; &lt;td&gt;#CD6090&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b3a62&quot;&gt;HotPink4&lt;/td&gt; &lt;td&gt;139 58 98&lt;/td&gt; &lt;td&gt;#8B3A62&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffb5c5&quot;&gt;Pink1&lt;/td&gt; &lt;td&gt;255 181 197&lt;/td&gt; &lt;td&gt;#FFB5C5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eea9b8&quot;&gt;Pink2&lt;/td&gt; &lt;td&gt;238 169 184&lt;/td&gt; &lt;td&gt;#EEA9B8&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd919e&quot;&gt;Pink3&lt;/td&gt; &lt;td&gt;205 145 158&lt;/td&gt; &lt;td&gt;#CD919E&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b636c&quot;&gt;Pink4&lt;/td&gt; &lt;td&gt;139 99 108&lt;/td&gt; &lt;td&gt;#8B636C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffaeb9&quot;&gt;LightPink1&lt;/td&gt; &lt;td&gt;255 174 185&lt;/td&gt; &lt;td&gt;#FFAEB9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eea2ad&quot;&gt;LightPink2&lt;/td&gt; &lt;td&gt;238 162 173&lt;/td&gt; &lt;td&gt;#EEA2AD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd8c95&quot;&gt;LightPink3&lt;/td&gt; &lt;td&gt;205 140 149&lt;/td&gt; &lt;td&gt;#CD8C95&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b5f65&quot;&gt;LightPink4&lt;/td&gt; &lt;td&gt;139 95 101&lt;/td&gt; &lt;td&gt;#8B5F65&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff82ab&quot;&gt;PaleVioletRed1&lt;/td&gt; &lt;td&gt;255 130 171&lt;/td&gt; &lt;td&gt;#FF82AB&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee799f&quot;&gt;PaleVioletRed2&lt;/td&gt; &lt;td&gt;238 121 159&lt;/td&gt; &lt;td&gt;#EE799F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd6889&quot;&gt;PaleVioletRed3&lt;/td&gt; &lt;td&gt;205 104 137&lt;/td&gt; &lt;td&gt;#CD6889&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b475d&quot;&gt;PaleVioletRed4&lt;/td&gt; &lt;td&gt;139 71 93&lt;/td&gt; &lt;td&gt;#8B475D&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff34b3&quot;&gt;Maroon1&lt;/td&gt; &lt;td&gt;255 52 179&lt;/td&gt; &lt;td&gt;#FF34B3&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee30a7&quot;&gt;Maroon2&lt;/td&gt; &lt;td&gt;238 48 167&lt;/td&gt; &lt;td&gt;#EE30A7&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd2990&quot;&gt;Maroon3&lt;/td&gt; &lt;td&gt;205 41 144&lt;/td&gt; &lt;td&gt;#CD2990&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b1c62&quot;&gt;Maroon4&lt;/td&gt; &lt;td&gt;139 28 98&lt;/td&gt; &lt;td&gt;#8B1C62&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff3e96&quot;&gt;VioletRed1&lt;/td&gt; &lt;td&gt;255 62 150&lt;/td&gt; &lt;td&gt;#FF3E96&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee3a8c&quot;&gt;VioletRed2&lt;/td&gt; &lt;td&gt;238 58 140&lt;/td&gt; &lt;td&gt;#EE3A8C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd3278&quot;&gt;VioletRed3&lt;/td&gt; &lt;td&gt;205 50 120&lt;/td&gt; &lt;td&gt;#CD3278&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b2252&quot;&gt;VioletRed4&lt;/td&gt; &lt;td&gt;139 34 82&lt;/td&gt; &lt;td&gt;#8B2252&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff00ff&quot;&gt;Magenta1&lt;/td&gt; &lt;td&gt;255 0 255&lt;/td&gt; &lt;td&gt;#FF00FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee00ee&quot;&gt;Magenta2&lt;/td&gt; &lt;td&gt;238 0 238&lt;/td&gt; &lt;td&gt;#EE00EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd00cd&quot;&gt;Magenta3&lt;/td&gt; &lt;td&gt;205 0 205&lt;/td&gt; &lt;td&gt;#CD00CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b008b&quot;&gt;Magenta4&lt;/td&gt; &lt;td&gt;139 0 139&lt;/td&gt; &lt;td&gt;#8B008B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ff83fa&quot;&gt;Orchid1&lt;/td&gt; &lt;td&gt;255 131 250&lt;/td&gt; &lt;td&gt;#FF83FA&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ee7ae9&quot;&gt;Orchid2&lt;/td&gt; &lt;td&gt;238 122 233&lt;/td&gt; &lt;td&gt;#EE7AE9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd69c9&quot;&gt;Orchid3&lt;/td&gt; &lt;td&gt;205 105 201&lt;/td&gt; &lt;td&gt;#CD69C9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b4789&quot;&gt;Orchid4&lt;/td&gt; &lt;td&gt;139 71 137&lt;/td&gt; &lt;td&gt;#8B4789&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffbbff&quot;&gt;Plum1&lt;/td&gt; &lt;td&gt;255 187 255&lt;/td&gt; &lt;td&gt;#FFBBFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eeaeee&quot;&gt;Plum2&lt;/td&gt; &lt;td&gt;238 174 238&lt;/td&gt; &lt;td&gt;#EEAEEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cd96cd&quot;&gt;Plum3&lt;/td&gt; &lt;td&gt;205 150 205&lt;/td&gt; &lt;td&gt;#CD96CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b668b&quot;&gt;Plum4&lt;/td&gt; &lt;td&gt;139 102 139&lt;/td&gt; &lt;td&gt;#8B668B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e066ff&quot;&gt;MediumOrchid1&lt;/td&gt; &lt;td&gt;224 102 255&lt;/td&gt; &lt;td&gt;#E066FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#d15fee&quot;&gt;MediumOrchid2&lt;/td&gt; &lt;td&gt;209 95 238&lt;/td&gt; &lt;td&gt;#D15FEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b452cd&quot;&gt;MediumOrchid3&lt;/td&gt; &lt;td&gt;180 82 205&lt;/td&gt; &lt;td&gt;#B452CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7a378b&quot;&gt;MediumOrchid4&lt;/td&gt; &lt;td&gt;122 55 139&lt;/td&gt; &lt;td&gt;#7A378B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#bf3eff&quot;&gt;DarkOrchid1&lt;/td&gt; &lt;td&gt;191 62 255&lt;/td&gt; &lt;td&gt;#BF3EFF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b23aee&quot;&gt;DarkOrchid2&lt;/td&gt; &lt;td&gt;178 58 238&lt;/td&gt; &lt;td&gt;#B23AEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9a32cd&quot;&gt;DarkOrchid3&lt;/td&gt; &lt;td&gt;154 50 205&lt;/td&gt; &lt;td&gt;#9A32CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#68228b&quot;&gt;DarkOrchid4&lt;/td&gt; &lt;td&gt;104 34 139&lt;/td&gt; &lt;td&gt;#68228B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9b30ff&quot;&gt;Purple1&lt;/td&gt; &lt;td&gt;155 48 255&lt;/td&gt; &lt;td&gt;#9B30FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#912cee&quot;&gt;Purple2&lt;/td&gt; &lt;td&gt;145 44 238&lt;/td&gt; &lt;td&gt;#912CEE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#7d26cd&quot;&gt;Purple3&lt;/td&gt; &lt;td&gt;125 38 205&lt;/td&gt; &lt;td&gt;#7D26CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#551a8b&quot;&gt;Purple4&lt;/td&gt; &lt;td&gt;85 26 139&lt;/td&gt; &lt;td&gt;#551A8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ab82ff&quot;&gt;MediumPurple1&lt;/td&gt; &lt;td&gt;171 130 255&lt;/td&gt; &lt;td&gt;#AB82FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9f79ee&quot;&gt;MediumPurple2&lt;/td&gt; &lt;td&gt;159 121 238&lt;/td&gt; &lt;td&gt;#9F79EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8968cd&quot;&gt;MediumPurple3&lt;/td&gt; &lt;td&gt;137 104 205&lt;/td&gt; &lt;td&gt;#8968CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#5d478b&quot;&gt;MediumPurple4&lt;/td&gt; &lt;td&gt;93 71 139&lt;/td&gt; &lt;td&gt;#5D478B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#ffe1ff&quot;&gt;Thistle1&lt;/td&gt; &lt;td&gt;255 225 255&lt;/td&gt; &lt;td&gt;#FFE1FF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#eed2ee&quot;&gt;Thistle2&lt;/td&gt; &lt;td&gt;238 210 238&lt;/td&gt; &lt;td&gt;#EED2EE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cdb5cd&quot;&gt;Thistle3&lt;/td&gt; &lt;td&gt;205 181 205&lt;/td&gt; &lt;td&gt;#CDB5CD&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b7b8b&quot;&gt;Thistle4&lt;/td&gt; &lt;td&gt;139 123 139&lt;/td&gt; &lt;td&gt;#8B7B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#1c1c1c&quot;&gt;gray11&lt;/td&gt; &lt;td&gt;28 28 28&lt;/td&gt; &lt;td&gt;#1C1C1C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#363636&quot;&gt;gray21&lt;/td&gt; &lt;td&gt;54 54 54&lt;/td&gt; &lt;td&gt;#363636&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#4f4f4f&quot;&gt;gray31&lt;/td&gt; &lt;td&gt;79 79 79&lt;/td&gt; &lt;td&gt;#4F4F4F&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#696969&quot;&gt;gray41&lt;/td&gt; &lt;td&gt;105 105 105&lt;/td&gt; &lt;td&gt;#696969&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#828282&quot;&gt;gray51&lt;/td&gt; &lt;td&gt;130 130 130&lt;/td&gt; &lt;td&gt;#828282&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#9c9c9c&quot;&gt;gray61&lt;/td&gt; &lt;td&gt;156 156 156&lt;/td&gt; &lt;td&gt;#9C9C9C&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#b5b5b5&quot;&gt;gray71&lt;/td&gt; &lt;td&gt;181 181 181&lt;/td&gt; &lt;td&gt;#B5B5B5&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#cfcfcf&quot;&gt;gray81&lt;/td&gt; &lt;td&gt;207 207 207&lt;/td&gt; &lt;td&gt;#CFCFCF&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#e8e8e8&quot;&gt;gray91&lt;/td&gt; &lt;td&gt;232 232 232&lt;/td&gt; &lt;td&gt;#E8E8E8&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#a9a9a9&quot;&gt;DarkGray&lt;/td&gt; &lt;td&gt;169 169 169&lt;/td&gt; &lt;td&gt;#A9A9A9&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#00008b&quot;&gt;DarkBlue&lt;/td&gt; &lt;td&gt;0 0 139&lt;/td&gt; &lt;td&gt;#00008B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#008b8b&quot;&gt;DarkCyan&lt;/td&gt; &lt;td&gt;0 139 139&lt;/td&gt; &lt;td&gt;#008B8B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b008b&quot;&gt;DarkMagenta&lt;/td&gt; &lt;td&gt;139 0 139&lt;/td&gt; &lt;td&gt;#8B008B&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#8b0000&quot;&gt;DarkRed&lt;/td&gt; &lt;td&gt;139 0 0&lt;/td&gt; &lt;td&gt;#8B0000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#90ee90&quot;&gt;LightGreen&lt;/td&gt; &lt;td&gt;144 238 144&lt;/td&gt; &lt;td&gt;#90EE90&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;&lt;br /&gt; &lt;br /&gt; 출처:&amp;nbsp;&lt;a href=&quot;https://hsol.tistory.com/676&quot;&gt;https://hsol.tistory.com/676&lt;/a&gt;&amp;nbsp;[한솔닷컴]&lt;/p&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>display 속성: inline, block, inline-block</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/529663"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/529663#comment"/>		<id>https://mbg1346.inour.net/html/529663</id>
		<published>2021-02-02T17:55:32+09:00</published>
		<updated>2021-11-29T13:00:20+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">CSS에서 display 속성은 웹페이지 상에서 엘리먼트들이 어떻게 보여지고 다른 엘리먼트와 어떻게 상호 배치되는지를 결정합니다. 여러가지 display 속성값 중에서 가장 기본이지만 은근히 햇갈릴 수 있는 inline과 block, inline-block에 대해서 알아보도록 하겠습니다. inline display 속성이 inline으로 지정된 엘리먼트는 전후 줄바꿈 없이 한 줄에 다른 엘리먼트들과 나란히 배치됩니다. 대표적인 inline 엘리먼트로 &lt;span&gt;이나...</summary>
	<content type="html">&lt;p&gt;CSS에서&amp;nbsp;display&amp;nbsp;속성은 웹페이지 상에서 엘리먼트들이 어떻게 보여지고 다른 엘리먼트와 어떻게 상호 배치되는지를 결정합니다. 여러가지&amp;nbsp;display&amp;nbsp;속성값 중에서 가장 기본이지만 은근히 햇갈릴 수 있는&amp;nbsp;inline과&amp;nbsp;block,&amp;nbsp;inline-block에 대해서 알아보도록 하겠습니다.&lt;/p&gt; &lt;h2&gt;&amp;nbsp;&lt;/h2&gt; &lt;h2 id=&quot;inline&quot;&gt;inline&lt;/h2&gt; &lt;p&gt;display&amp;nbsp;속성이&amp;nbsp;inline으로 지정된 엘리먼트는 전후 줄바꿈 없이 한 줄에 다른 엘리먼트들과 나란히 배치됩니다. 대표적인&amp;nbsp;inline&amp;nbsp;엘리먼트로&amp;nbsp;&amp;lt;span&amp;gt;이나&amp;nbsp;&amp;lt;a&amp;gt;,&amp;nbsp;&amp;lt;em&amp;gt;&amp;nbsp;태그 등을 들 수 있습니다.&lt;/p&gt; &lt;p&gt;예를 들어, 여러 개의&amp;nbsp;inline&amp;nbsp;엘리먼트 다음과 같이 마크업하면 줄바꿈 없이 순서대로 한 줄에 보이게 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;inline&amp;nbsp;엘리먼트를 사용할 때 주의할 점은,&amp;nbsp;width와&amp;nbsp;height&amp;nbsp;속성을 지정해도 무시된다는 것입니다. 왜냐하면 해당 태그가 마크업하고 있는 컨텐트의 크기 만큼만 공간을 차지하도록 되어 있기 때문입니다. 또한,&amp;nbsp;margin과&amp;nbsp;padding&amp;nbsp;속성은 좌우 간격만 반영이 되고, 상하 간격은 반영이 되지 않습니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h2 id=&quot;block&quot;&gt;block&lt;/h2&gt; &lt;p&gt;display&amp;nbsp;속성이&amp;nbsp;block으로 지정된 엘리먼트는 전후 줄바꿈이 들어가 다른 엘리먼트들을 다른 줄로 밀어내고 혼자 한 줄을 차지합니다. 대표적인&amp;nbsp;block&amp;nbsp;엘리먼트로&amp;nbsp;&amp;lt;div&amp;gt;이나&amp;nbsp;&amp;lt;p&amp;gt;,&amp;nbsp;&amp;lt;h1&amp;gt;&amp;nbsp;태그 등을 들 수 있습니다.&lt;/p&gt; &lt;p&gt;예를 들어, 여러 개의&amp;nbsp;block&amp;nbsp;엘리먼트 다음과 같이 마크업하면 매번 줄바꿈 되어 여러 줄에 보이게 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;block&amp;nbsp;엘리먼트는&amp;nbsp;inline&amp;nbsp;엘리먼트와 달리&amp;nbsp;width,&amp;nbsp;height,&amp;nbsp;margin,&amp;nbsp;padding&amp;nbsp;속성이 모두 반영이 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h2 id=&quot;inline-block&quot;&gt;inline-block&lt;/h2&gt; &lt;p&gt;display&amp;nbsp;속성이&amp;nbsp;inline-block으로 지정된 엘리먼트는 기본적으로&amp;nbsp;inline&amp;nbsp;엘리먼트처럼 전후 줄바꿈 없이 한 줄에 다른 엘리먼트들과 나란히 배치됩니다. 하지만&amp;nbsp;inline&amp;nbsp;엘리먼트에서 불가능하던&amp;nbsp;width와&amp;nbsp;height&amp;nbsp;속성 지정 및&amp;nbsp;margin과&amp;nbsp;padding&amp;nbsp;속성의 상하 간격 지정이 가능해집니다.&lt;/p&gt; &lt;p&gt;대표적인&amp;nbsp;inline-block&amp;nbsp;엘리먼트로&amp;nbsp;&amp;lt;button&amp;gt;이나&amp;nbsp;&amp;lt;select&amp;gt;&amp;nbsp;태그 등을 들 수 있습니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;inline-block&amp;nbsp;엘리먼트는 위와 같이 명시적으로 헤당 엘리먼트의 스타일을&amp;nbsp;display: inline-block로 지정해줘야 합니다.&amp;nbsp;inline-block을 이용하면 여러 개의 엘리먼트를 한 줄에 정확히 원하는 너비만큼 배치할 수 있기 때문에 레이아웃에 활용할 수 있습니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt; &lt;p&gt;&amp;lt;div class=&amp;quot;box&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;one&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;two&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;no&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;three&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt; &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;.box { text-align: center; margin: 0 auto; }&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;.no { &lt;span style=&quot;color:#c0392b;&quot;&gt;&lt;strong&gt;display:inline-block;&lt;/strong&gt;&lt;/span&gt; margin:10px; line-height:20px; background:#444; color:#fff; font-size:16px; width:100px; border:1px solid #aaa; padding:10px }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;mbox&quot;&gt; &lt;div class=&quot;mno&quot;&gt;one&lt;/div&gt; &lt;div class=&quot;mno&quot;&gt;two&lt;/div&gt; &lt;div class=&quot;mno&quot;&gt;three&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;/div&gt; &lt;style type=&quot;text/css&quot;&gt;.mbox { text-align: center; margin: 0auto; } .mno { display:inline-block; margin:10px; line-height:20px; background:#444; color:#fff; font-size:16px; width:100px; border:1px solid #aaa; padding:10px } &lt;/style&gt; &lt;p style=&quot;text-align: left;&quot;&gt;출처 :&amp;nbsp;&lt;a href=&quot;https://www.daleseo.com/css-display-inline-block/&quot;&gt;https://www.daleseo.com/&lt;/a&gt;&lt;/p&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>글 색상을 랜덤으로 출력하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/526461"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/526461#comment"/>		<id>https://mbg1346.inour.net/html/526461</id>
		<published>2020-11-30T11:20:48+09:00</published>
		<updated>2021-09-26T09:40:13+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">제목 그대로 글 색상을 랜덤으로 출력하는 방법입니다. html파일에 script를 아래와 같이 작성 &lt;script&gt; jQuery(function($){ for(var i=0 ; i &lt; $(&quot;.random_colors&quot;).length; i++){ var f_color = &quot;#&quot;+(parseInt(Math.random()*0xffffff)).toString(16); $(&quot;.random_colors&quot;).eq(i).css(&quot;color&quot;,f_color); } }); &lt;/script&gt; 랜덤으로 출력하고자 하는 코드에 class를 random_colors 로 지정하면 됩니다. &lt;div class=&quot;top_title rand...</summary>
	<content type="html">&lt;p&gt;제목 그대로 글 색상을 랜덤으로 출력하는 방법입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;html파일에&amp;nbsp;script를 아래와 같이 작성&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt; &lt;p&gt;&amp;lt;script&amp;gt;&lt;/p&gt; &lt;p&gt;jQuery(function($){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;for(var i=0 ; i &amp;lt; $(&amp;quot;&lt;strong&gt;&lt;span style=&quot;color:#e74c3c;&quot;&gt;.random_colors&lt;/span&gt;&lt;/strong&gt;&amp;quot;).length; i++){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var f_color = &amp;quot;#&amp;quot;+(parseInt(Math.random()*0xffffff)).toString(16);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$(&amp;quot;&lt;span style=&quot;color:#e74c3c;&quot;&gt;&lt;strong&gt;.random_colors&lt;/strong&gt;&lt;/span&gt;&amp;quot;).eq(i).css(&amp;quot;color&amp;quot;,f_color);&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt; });&lt;/p&gt; &lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;랜덤으로 출력하고자 하는 코드에 class를&amp;nbsp;&lt;strong&gt;&lt;span style=&quot;color:#e74c3c;&quot;&gt;random_colors&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;로 지정하면 됩니다.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;div class=&amp;quot;top_title &lt;span style=&quot;color:#e74c3c;&quot;&gt;&lt;strong&gt;random_colors&lt;/strong&gt;&lt;/span&gt;&amp;quot; style=&amp;quot;font-family:Nanum Pen Script; font-size:20px&amp;quot;&amp;gt;{$val-&amp;gt;getTitle()}&amp;lt;/div&amp;gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;문하우스 첫페이지의 &amp;quot;공지사항&amp;quot;과 &amp;quot;컴퓨터팁&amp;quot;의&amp;nbsp;제목글의&amp;nbsp;색상이 랜덤으로 바뀝니다.&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;Screenshot 2020-11-30 at 11.22.32.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/11/30/7514eccfae9cf3f3e4b75e53e4b22f53.jpg&quot; /&gt;&lt;/p&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>div 영역에 Width:100%;  height:100%; 적용해 보기 - display:table</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/523964"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/523964#comment"/>		<id>https://mbg1346.inour.net/html/523964</id>
		<published>2020-10-12T21:05:36+09:00</published>
		<updated>2020-10-12T21:10:09+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt; left right &gt; 위와 같은 모양의 div 영역을 만들때 생각보다 width:100%; height:100%; 지정하기가 쉽지를 않다. &lt;style&gt; .etc { width:100%; height:100%; color:#000; background:#bbb; margin:5px; padding:5px 10px; border:1px solid #000; } .etc .left { float:left; } .etc .right { float:right; } &lt;/style&gt; &lt;div class=&quot;etc&quot;&gt; &lt;div class=&quot;left&quot;&gt; &lt; Left &lt;/div&gt; &lt;div class=&quot;right&quot; &gt; Right &gt; &lt;/div&gt; &lt;/div&gt; 일반적으로...</summary>
	<content type="html">&lt;style type=&quot;text/css&quot;&gt;.etc {display:table; width:95%; color:#000; background:#bbb; margin:5px; padding:5px 10px; border:1px solid #000;} .etc .left {float:left;} .etc .right {float:right;} &lt;/style&gt; &lt;div class=&quot;etc&quot;&gt; &lt;div class=&quot;left&quot;&gt;&amp;lt; left&lt;/div&gt; &lt;div class=&quot;right&quot;&gt;right &amp;gt;&lt;/div&gt; &lt;/div&gt; &lt;p&gt;위와 같은 모양의 div 영역을 만들때 생각보다 width:100%; height:100%; 지정하기가 쉽지를 않다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;style&amp;gt;&lt;br /&gt; &amp;nbsp;.etc {&amp;nbsp;width:100%; height:100%;&amp;nbsp;color:#000; background:#bbb; margin:5px; padding:5px 10px; border:1px solid #000; }&lt;br /&gt; &amp;nbsp;.etc .left { float:left; }&lt;br /&gt; &amp;nbsp;.etc .right { float:right; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;div class=&amp;quot;etc&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt; Left&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&amp;quot;right&amp;quot; &amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Right &amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/div&gt; &lt;p&gt;일반적으로 위와 같이 코드를 작성하면 아래와 같이 height가 글꼴에 맞춰&amp;nbsp;높이가 맞쳐 지지를 않습니다.&amp;nbsp;&lt;/p&gt; &lt;style type=&quot;text/css&quot;&gt;.etc1 {width:95%; color:#000; background:#bbb; margin:5px; padding:5px 10px; border:1px solid #000;} .etc1 .left {float:left;} .etc1 .right {float:right;} &lt;/style&gt; &lt;div class=&quot;etc1&quot;&gt; &lt;div class=&quot;left&quot;&gt;&amp;lt; left&lt;/div&gt; &lt;div class=&quot;right&quot;&gt;right &amp;gt;&lt;/div&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;그래서 적당한&amp;nbsp;height:20px; 값을 주어서 맞춥니다.&lt;/p&gt; &lt;p&gt;그런데 그렇게 하면 글꼴의 크기가 변하거나 다른 요인이 발생하면 height값을 일일이 수정을 해야 합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;그럴때 적용할 수 있는 코드가&amp;nbsp;&lt;span style=&quot;color:#e74c3c;&quot;&gt;&lt;strong&gt;display:table&lt;/strong&gt;&lt;/span&gt; 입니다.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;.etc {&amp;nbsp;&lt;span style=&quot;color:#e74c3c;&quot;&gt;&lt;strong&gt;display:table;&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;width:100%; height:100%;&amp;nbsp;color:#fff; background:#bbb; margin:5px; padding:5px 10px; border:1px solid #000; }&lt;/div&gt; &lt;p&gt;위와 같이 display:table; 하나만 넣어주면 최상단과 같이 넓이, 높이가 글꼴에 맞추어 배열됩니다.&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;Screenshot 2020-10-12 at 21.09.38.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/10/12/e83b6b686387a7895ac0d5e1b6e8d547.jpg&quot; /&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;참고로 height 값을 임의로 지정하고 글의 상하 위치를 잡고 싶으면 아래 코드와 같이 작성하고 vertical-align 속성을 top, middle, bottom 중 선택하면 됩니다.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;style&amp;gt;&lt;br /&gt; &amp;nbsp;.etc { display:table; width:100%; color:#fff; background:#bbb; margin:5px; padding:5px 10px; border:1px solid #000; }&lt;br /&gt; &amp;nbsp;.etc .left { float:left; }&lt;br /&gt; &amp;nbsp;.etc .right { float:right; }&lt;br /&gt; &amp;nbsp;.etc span { display:table-cell; height:150px; &lt;span style=&quot;color:#2980b9;&quot;&gt;vertical-align:middle; &lt;/span&gt;}&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;div class=&amp;quot;etc&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span&amp;gt;&amp;lt; Left&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&amp;quot;right&amp;quot; &amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span&amp;gt;&amp;nbsp;Right &amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;strong&gt;[display 속성값 중 표와 관련된 값들]&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt; display 속성값으로 table, table-row, table-cell 등을 사용해서 요소를 표(table)처럼 표현할 수 있습니다. 표처럼 보이기 위해 사용할 수 있는 속성값들은 다음과 같습니다.&lt;/p&gt; &lt;p&gt;table : &amp;lt;table&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-caption : &amp;lt;caption&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-column-group : &amp;lt;colgroup&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-header-group : &amp;lt;thead&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-footer-group : &amp;lt;tfoot&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-row-group : &amp;lt;tbody&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-cell : &amp;lt;td&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-column : &amp;lt;col&amp;gt; 요소처럼 표현합니다.&lt;br /&gt; table-row : &amp;lt;tr&amp;gt; 요소처럼 표현합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위의 속성값으로 표처럼 표현되도록 만든 후에는, 표를 꾸미는 것과 같은 방법으로 해당 요소를 꾸밀 수 있습니다. 주의할 점은, IE의 경우 8 이상에서 지원한다는 것입니다.&lt;/p&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>홈페이지에 화려한 에니메이션 효과를 주기 - aos animate</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/522442"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/522442#comment"/>		<id>https://mbg1346.inour.net/html/522442</id>
		<published>2020-08-29T19:18:16+09:00</published>
		<updated>2022-05-24T18:01:51+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">Mh Justice Layout 을 만들면서 각 화면당 에니메이션 적용을 했었는데 https://freehtml5.co 에 있는 레이아웃을 보고 이전에 적용했던 에니메이션보다 효과가 뛰어나서 적용해 보았습니다. aos 에니메이션의 특징은 화면이 리플레쉬가 되지 않고도, 화면이 상하 스크롤시 마다 에니메이션이 작동을 하는 것입니다. https://moonhouse.co.kr/justice 에서 마우스휠을 상하로 움직여 보면 효과를 느끼실 수 있습니다. layout.html ...</summary>
	<content type="html">&lt;p&gt;&lt;a href=&quot;https://moonhouse.co.kr/justice&quot;&gt;Mh Justice Layout&lt;/a&gt; 을 만들면서 각 화면당 에니메이션 적용을 했었는데&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://freehtml5.co/preview/?item=multipurpose-free-fully-responsive-website-template-with-cta&quot;&gt;https://freehtml5.co&lt;/a&gt;&amp;nbsp;에 있는&amp;nbsp;레이아웃을 보고 이전에 적용했던 에니메이션보다 효과가 뛰어나서&amp;nbsp;적용해 보았습니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;&lt;strong&gt;aos&amp;nbsp;에니메이션의 특징은 화면이 리플레쉬가 되지 않고도,&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;&lt;strong&gt;화면이&amp;nbsp;상하 스크롤시 마다 에니메이션이 작동을 하는 것입니다.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://moonhouse.co.kr/justice&quot;&gt;https://moonhouse.co.kr/justice&lt;/a&gt;&amp;nbsp;에서 마우스휠을 상하로 움직여 보면 효과를 느끼실 수 있습니다.&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;layout.html 상,하단에 css와 js를 로드합니다.&lt;/p&gt; &lt;p&gt;상단에&lt;/p&gt; &lt;p&gt;&amp;lt;load target=&amp;quot;css/aos.css&amp;quot; /&amp;gt;&lt;/p&gt; &lt;p&gt;하단에&lt;/p&gt; &lt;p&gt;&amp;lt;load target=&amp;quot;js/aos.js&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;load target=&amp;quot;js/main.js&amp;quot; /&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;다운받은 파일을 각각 폴더에 업로드합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;그리고 에니메이션을 적용할 class를 찾아서 아래의 코드를 적용하면 됩니다.&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;h1 id=&amp;quot;mjh1&amp;quot; &lt;span style=&quot;color:#c0392b;&quot;&gt;data-aos=&amp;quot;fade-down&amp;quot; data-aos-delay=&amp;quot;400&amp;quot; data-aos-duration=&amp;quot;800&amp;quot;&lt;/span&gt;&amp;gt;{$li-&amp;gt;section2_text}&amp;lt;/h1&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;p class=&amp;quot;sub&amp;quot; &lt;span style=&quot;color:#c0392b;&quot;&gt;data-aos=&amp;quot;fade-up&amp;quot; data-aos-delay=&amp;quot;600&amp;quot; data-aos-duration=&amp;quot;800&amp;quot;&lt;/span&gt;&amp;gt;{$li-&amp;gt;section2_subtext}&amp;lt;/p&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;p class=&amp;quot;subtle-text&amp;quot; &lt;span style=&quot;color:#c0392b;&quot;&gt;data-aos=&amp;quot;zoom-in&amp;quot; data-aos-delay=&amp;quot;800&amp;quot; data-aos-duration=&amp;quot;800&amp;quot;&lt;/span&gt;&amp;gt;{$li-&amp;gt;memu2}&amp;lt;/p&amp;gt;&lt;/div&gt; &lt;p&gt;적용 가능한 효과는&amp;nbsp;aos.css파일을 열어보시면 여러 효과가 나옵니다.&lt;/p&gt; &lt;p&gt;fade효과,&amp;nbsp;zoom효과,&amp;nbsp;slide효과,&amp;nbsp;flip효과등 입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;Screenshot 2020-08-29 at 19.15.42.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/08/29/f67cd4e9f27d0dd3605c8c05210e74de.jpg&quot; /&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</content>	<category term="560104" label="JavaScript" />		</entry><entry>
		<title>웹퍼블리셔가 알고있어야 할 display:table 속성</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/513149"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/513149#comment"/>		<id>https://mbg1346.inour.net/html/513149</id>
		<published>2020-02-20T22:54:07+09:00</published>
		<updated>2023-02-15T11:16:44+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">오늘 다룰 주제는 사이트에서 많이 사용되는 형태인 동일한 넓이와 간격을 가지고 있는 컨텐츠 (정확한 명칭을 몰라서 ㅎㅎ....) 에 대해 알아보도록 하겠습니다. (글이 지루하신 분은 Ctrl + F 를 눌러 &#039;결론&#039; 을 검색해 주시지 마세요. 읽고서 댓글로 짱똘 던져주세요 +_+ ㅎㅎㅎ;;;) 아마 위의 사진과 비슷한 형태를 작업해 보신 분들이 많을거라고 생각되는데요. 제가 웹퍼블리싱을 배울때 float으로 컨텐츠를 띄워 붙이고(왼쪽...</summary>
	<content type="html">&lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;맑은 고딕&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;color:#000000&quot;&gt;오늘 다룰&amp;nbsp;&lt;b&gt;주제&lt;/b&gt;는&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;맑은 고딕&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;color:#000000&quot;&gt;사이트에서 많이 사용되는 형태인&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;달성.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/de87784d8034957d8cb799964eedce33.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/de87784d8034957d8cb799964eedce33.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:203px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;캡처.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/50ee67f8de7d2badf7d9435e5a3dbe53.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/50ee67f8de7d2badf7d9435e5a3dbe53.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:106px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;태백.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/5e58ccc0b239751d308eceff4679539b.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/5e58ccc0b239751d308eceff4679539b.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:193px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;동일한 넓이와 간격&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;을 가지고 있는&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;컨텐츠&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(정확한 명칭을 몰라서 ㅎㅎ....)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;에 대해 알아보도록 하겠습니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(글이 지루하신 분은 Ctrl + F 를 눌러 &amp;#39;결론&amp;#39; 을 검색해 주시지 마세요. 읽고서 댓글로 짱똘 던져주세요 +_+ ㅎㅎㅎ;;;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-39&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-39%22%2C%22width%22%3A135%2C%22height%22%3A133%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/38f79f7fee76f7a6d3debf254e6c1f26.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;아마 위의 사진과 비슷한 형태를 작업해 보신 분들이 많을거라고 생각되는데요.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;제가 웹퍼블리싱을 배울때&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;b&gt;float&lt;/b&gt;으로 컨텐츠를 띄워 붙이고&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(왼쪽이나 오른쪽!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;b&gt;width&lt;/b&gt;값을&amp;nbsp;&lt;b&gt;100%/ n(갯수)&lt;/b&gt;&amp;nbsp;만큼 주면&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;동일한 간격으로 정렬이 된다고 배웠습니다!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;4개 정렬 = 25%&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;5개 정렬 = 20%&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;6개 정렬 = 16.66%&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&amp;middot; &amp;middot; &amp;middot;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이런식으로 말이죠.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;많이들 알고 있는 공식(?) 이시잖아요~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-4&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-4%22%2C%22width%22%3A110%2C%22height%22%3A115%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/b0ec4c49ad795e0b9913a7f18d46bd66.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;저 또한 저 방법을 이용하여 작업을 했었습니다!&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(과거형!)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:200px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;psd.png&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/387fb40a95fa030c8a2d2d80cf994186.png?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/387fb40a95fa030c8a2d2d80cf994186.png&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:200px; vertical-align:middle; cursor:pointer; width:200px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;작업자님~~~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;디자인 파일 메일로 보내드렸어요~!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;확인 부탁드려요!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;sally_special-5&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22sally_special-5%22%2C%22width%22%3A118%2C%22height%22%3A105%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/d4ab93ef7efd7f265c50abd638e814c5.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;네~~~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;(딸깍딸깍)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;4개.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/bf8866c210d9fff36f1d5a20cea34a15.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/bf8866c210d9fff36f1d5a20cea34a15.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:121px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-65&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-65%22%2C%22width%22%3A137%2C%22height%22%3A147%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/265469cf8e29bab11a208139eb588818.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;별거 없군!&amp;nbsp;금방 끝내주겠어!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(다다다다다다다다다다다다다다다닥다다닥)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt; &lt;div class=&quot;syntaxhighlighter css&quot; id=&quot;highlighter_630647&quot; style=&quot;width:1058px; margin:1em 0px !important&quot;&gt; &lt;table style=&quot;margin:0px !important; padding:0px !important; border-collapse:collapse; max-width:100%; width:1058px; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tbody style=&quot;border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; margin:0px !important; outline:0px !important; overflow:visible !important; padding:0px !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tr style=&quot;margin:0px !important; padding:0px !important; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;td class=&quot;gutter&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:auto !important; min-height:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/td&gt; &lt;td class=&quot;code&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:1024px; min-height:auto !important&quot;&gt; &lt;div class=&quot;container&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px !important; text-align:left !important; width:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;overflow&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;: &lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;hidden&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&amp;nbsp;&amp;nbsp; &lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;float&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;left&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;25%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; text-align:start; -webkit-text-stroke-width:0px&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;4개.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/bf8866c210d9fff36f1d5a20cea34a15.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/bf8866c210d9fff36f1d5a20cea34a15.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:121px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;짜잔~~! 다했따아~~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;집에 가야지&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-65&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-65%22%2C%22width%22%3A137%2C%22height%22%3A147%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/265469cf8e29bab11a208139eb588818.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;개발자님~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;작업물 푸시 했어요!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;확인 부탁드려용~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:120px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;22.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:99px; vertical-align:middle; cursor:pointer; width:120px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d941c5&quot;&gt;이봐 스물쿤!! 갯수가 3개일때 이상하게 나오는데..?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d941c5&quot;&gt;확인좀 오네가이!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;3개.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/7398388f3754a6c46d8866ae68a9d4ff.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/7398388f3754a6c46d8866ae68a9d4ff.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:119px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-56&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-56%22%2C%22width%22%3A118%2C%22height%22%3A149%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/feea75363d9add9b4ce4ad9ffb3dcbaa.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;우씨... 알았어요..!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt; &lt;div class=&quot;syntaxhighlighter css&quot; id=&quot;highlighter_644418&quot; style=&quot;width:1058px; margin:1em 0px !important&quot;&gt; &lt;table style=&quot;margin:0px !important; padding:0px !important; border-collapse:collapse; max-width:100%; width:1058px; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tbody style=&quot;border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; margin:0px !important; outline:0px !important; overflow:visible !important; padding:0px !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tr style=&quot;margin:0px !important; padding:0px !important; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;td class=&quot;gutter&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:auto !important; min-height:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/td&gt; &lt;td class=&quot;code&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:1024px; min-height:auto !important&quot;&gt; &lt;div class=&quot;container&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px !important; text-align:left !important; width:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;3&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;33.33%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;테이블 3개.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/b524700578ad733937c565a746411163.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/b524700578ad733937c565a746411163.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:121px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;3개 일때는&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;length3&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&amp;nbsp;클래스 추가해주세요!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-68&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-68%22%2C%22width%22%3A151%2C%22height%22%3A124%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/8bdf7809f60ae583e3c005e88c68c67e.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;됐죠??&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;그럼 전 20,000....&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:120px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;22.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:99px; vertical-align:middle; cursor:pointer; width:120px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:1.8&quot;&gt;&lt;font color=&quot;#d941c5&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;어이어이~&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:1.8&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d941c5&quot;&gt;2개일때는!!!? 5개일때는!!?? 6개 일때는..!!?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-82&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-82%22%2C%22width%22%3A127%2C%22height%22%3A114%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/3732ad5d5c004585e21ee9ba1209e74e.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;(저 개ㅈ....ㅏ......ㅅ...)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-71&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-71%22%2C%22width%22%3A142%2C%22height%22%3A123%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/04511130bf3d291968ab50b5a7c521f8.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;line-height:0.5&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;훗..&amp;nbsp;&amp;nbsp;금방 해드리죠!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt; &lt;div class=&quot;syntaxhighlighter css&quot; id=&quot;highlighter_879100&quot; style=&quot;width:1058px; margin:1em 0px !important&quot;&gt; &lt;table style=&quot;margin:0px !important; padding:0px !important; border-collapse:collapse; max-width:100%; width:1058px; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tbody style=&quot;border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; margin:0px !important; outline:0px !important; overflow:visible !important; padding:0px !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tr style=&quot;margin:0px !important; padding:0px !important; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;td class=&quot;gutter&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:auto !important; min-height:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;9&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number10 index9 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;10&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number11 index10 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;11&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/td&gt; &lt;td class=&quot;code&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:1016px; min-height:auto !important&quot;&gt; &lt;div class=&quot;container&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px !important; text-align:left !important; width:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;2&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;50%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;5&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;20%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;6&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number10 index9 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;16.66%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number11 index10 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; text-align:start; -webkit-text-stroke-width:0px&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;자요!! 됐죠!!?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-83&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-83%22%2C%22width%22%3A121%2C%22height%22%3A127%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/5c1aacdf34982399721494f5b65cdd06.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;전 진짜 20,000~~ 수고하세용~~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:120px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;22.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:99px; vertical-align:middle; cursor:pointer; width:120px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&amp;middot; &amp;middot; &amp;middot; &amp;middot;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#ffffff&quot;&gt;저 개ㅅ.....&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:200px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;222.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/accace36818cfe630b7a0b9ecc0eb46a.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/accace36818cfe630b7a0b9ecc0eb46a.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:182px; vertical-align:middle; cursor:pointer; width:200px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:12px; text-align:left&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;font-family:AppleSDGothicNeo-Regular, &amp;quot;Malgun Gothic&amp;quot;, &amp;quot;留묒� 怨좊뵓&amp;quot;, dotum, �뗭�, sans-serif&quot;&gt;&lt;span style=&quot;color:#827e79&quot;&gt;&lt;span style=&quot;letter-spacing:0px&quot;&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;사진=영화 &amp;#39;어벤져스: 인피니티 워 닉퓨리역의 사무엘 잭슨&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&amp;#39;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;어머니....&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;----------------------------------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;자... 지금까지 스물쿤의 작업을 보셨습니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;개발독은 스물쿤의 소스가 무척이나 별로라고 생각 할겁니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:120px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;22.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/42b067134f90cb9886117b426259cb08.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:99px; vertical-align:middle; cursor:pointer; width:120px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#eaeaea&quot;&gt;(끄덕끄덕)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;프로젝트 마다 다르겠지만&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;달성.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/de87784d8034957d8cb799964eedce33.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/de87784d8034957d8cb799964eedce33.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:203px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:12pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;컨텐츠의 갯수가&amp;nbsp;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#ffffff&quot;&gt;&lt;span style=&quot;background-color:#00c73c&quot;&gt;고정적&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;으로 정해져 있을수도,&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:12pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#ffffff&quot;&gt;&lt;span style=&quot;background-color:#00c73c&quot;&gt;유동적&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;으로&amp;nbsp;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#ffffff&quot;&gt;&lt;span style=&quot;background-color:#00c73c&quot;&gt;변할수도&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;있습니다!.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;과거의 퍼린이 였던 스물쿤은&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이런점&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;을 생각하지 못했었습니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-47&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-47%22%2C%22width%22%3A150%2C%22height%22%3A129%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/44e72773e3fa7e7804f6e04bc46b98d2.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;스물쿤의 소스를 한번 최종적으로 볼까요??&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt; &lt;div class=&quot;syntaxhighlighter css&quot; id=&quot;highlighter_289053&quot; style=&quot;width:1058px; margin:1em 0px !important&quot;&gt; &lt;table style=&quot;margin:0px !important; padding:0px !important; border-collapse:collapse; max-width:100%; width:1058px; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tbody style=&quot;border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; margin:0px !important; outline:0px !important; overflow:visible !important; padding:0px !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tr style=&quot;margin:0px !important; padding:0px !important; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;td class=&quot;gutter&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:auto !important; min-height:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;9&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number10 index9 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;10&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number11 index10 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;11&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number12 index11 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number13 index12 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;13&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number14 index13 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;14&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number15 index14 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;15&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number16 index15 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;16&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number17 index16 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;17&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number18 index17 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;18&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number19 index18 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;19&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number20 index19 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;20&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number21 index20 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;21&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number22 index21 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;22&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number23 index22 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;23&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number24 index23 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;24&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/td&gt; &lt;td class=&quot;code&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:1016px; min-height:auto !important&quot;&gt; &lt;div class=&quot;container&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px !important; text-align:left !important; width:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;overflow&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;: &lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;hidden&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&amp;nbsp;&amp;nbsp; &lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;float&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;left&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;25%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number10 index9 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;2&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number11 index10 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;50%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number12 index11 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number13 index12 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number14 index13 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;3&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number15 index14 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;33.33%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number16 index15 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number17 index16 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number18 index17 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;5&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number19 index18 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;20%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number20 index19 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number21 index20 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number22 index21 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box.length&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;6&lt;/code&gt; &lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;{&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number23 index22 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;16.66%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number24 index23 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이 소스가 결코 잘못되었다 고! 말할수는 없습니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이것도 방법이라면 방법이니까요.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;하지만 좋은 방법은 아니죠.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;갯수 제어 때문에 넓이를 조절하는 css가 4개나 더 늘었어요!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;만약 한줄에 7개, 8개 9개 10개 등등등... 갯수가 더 추가된다면&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;더 많아지겠죠!?!?!?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-73&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-73%22%2C%22width%22%3A125%2C%22height%22%3A129%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/9416d5dd2765c61755dd9e366bfd1d22.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이쯤 되면 결코 좋은 소스라고 할수 없습니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이러한 넓이를 제어하는 CSS를&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;싹!! 없애버릴수 있는 방법이 있습니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;그거슨 바로!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:18pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#f29661&quot;&gt;table&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;과&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;b&gt;&lt;span style=&quot;font-size:18pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#f29661&quot;&gt;table-cell&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;입니다~!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;strike&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;(이말 하나 하려고 참 오래도 걸린다 임마!!&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/strike&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-48&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-48%22%2C%22width%22%3A153%2C%22height%22%3A132%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/aa1a14cf244041840a843bdea4eeccc7.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;iframe allow=&quot;camera *; encrypted-media *;&quot; frameborder=&quot;0&quot; height=&quot;173&quot; id=&quot;JSFEMB_18312&quot; sandbox=&quot;allow-modals allow-forms allow-scripts allow-same-origin allow-popups allow-top-navigation-by-user-activation&quot; src=&quot;https://jsfiddle.net/209p16n5/20/embedded/result,html,css/dark/&quot; style=&quot;border:0px none; max-width:100%; color:#666666; font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif; font-size:15px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-align:start; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; background-color:#ffffff; text-decoration-style:initial; text-decoration-color:initial&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box; text-align:center&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;부모태그에 display :&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;font-size:18pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#f29661&quot;&gt;table&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:11pt; text-align:center&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;을 선언해 주고!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;자식태그에&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;display :&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:18pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#f29661&quot;&gt;table-cell&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;을 선언해주면&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;갯수가 몇개가 되든&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;b&gt;&lt;span style=&quot;font-size:18pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#f29661&quot;&gt;동일한 간격으로 영역&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;가지게 됩니다&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(100개,200개가 되면 찌부가 될수 있겠죠...? 그렇게 가지는 않을테고..&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;----------------------------------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-65&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-65%22%2C%22width%22%3A137%2C%22height%22%3A147%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/265469cf8e29bab11a208139eb588818.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(다다다다다다닥)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt; &lt;div class=&quot;syntaxhighlighter css&quot; id=&quot;highlighter_173753&quot; style=&quot;width:1058px; margin:1em 0px !important&quot;&gt; &lt;table style=&quot;margin:0px !important; padding:0px !important; border-collapse:collapse; max-width:100%; width:1058px; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tbody style=&quot;border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; margin:0px !important; outline:0px !important; overflow:visible !important; padding:0px !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tr style=&quot;margin:0px !important; padding:0px !important; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;td class=&quot;gutter&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:auto !important; min-height:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;9&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/td&gt; &lt;td class=&quot;code&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:1024px; min-height:auto !important&quot;&gt; &lt;div class=&quot;container&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px !important; text-align:left !important; width:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;display&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:table;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;: &lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;100%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;display&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;table-cell&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;vertical-align&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;: &lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;middle&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;???: 에이 안되는구만&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;24.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/31eeb6d257ae5ceaecef0ca53975d3ce.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/31eeb6d257ae5ceaecef0ca53975d3ce.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:124px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;???: 동일하긴 뭐가 동일합니까!!&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;길쭉해 지는구만.....&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;sally_special-30&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22sally_special-30%22%2C%22width%22%3A129%2C%22height%22%3A110%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/7832d6e28d824b009f74cb423c3e1095.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(에잇... 괜히 읽었어!!)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-71&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-71%22%2C%22width%22%3A125%2C%22height%22%3A129%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/909fc71adff661af1e2e93f48b4917b0.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;하하하....&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;제가 실수로 빼먹은게 있네요...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt; &lt;div class=&quot;syntaxhighlighter css&quot; id=&quot;highlighter_543209&quot; style=&quot;width:1058px; margin:1em 0px !important&quot;&gt; &lt;table style=&quot;margin:0px !important; padding:0px !important; border-collapse:collapse; max-width:100%; width:1058px; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tbody style=&quot;border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; margin:0px !important; outline:0px !important; overflow:visible !important; padding:0px !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;tr style=&quot;margin:0px !important; padding:0px !important; border-radius:0px !important; background:none !important; border:0px !important; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; font-weight:normal !important; font-style:normal !important; font-size:1em !important; min-height:auto !important&quot;&gt; &lt;td class=&quot;gutter&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:auto !important; min-height:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;9&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number10 index9 alt1&quot; style=&quot;border-radius:0px !important; border-width:0px 3px 0px 0px !important; border-top-style:initial !important; border-right-style:solid !important; border-bottom-style:initial !important; border-left-style:initial !important; border-top-color:initial !important; border-right-color:#990000 !important; border-bottom-color:initial !important; border-left-color:initial !important; border-image:initial !important; margin:0px !important; padding:0px 0.5em 0px 1em !important; text-align:right !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;color:#d3d3d3 !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;10&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/td&gt; &lt;td class=&quot;code&quot; style=&quot;border:0px !important; background:none !important; margin:0px !important; padding:0px !important; border-radius:0px !important; height:auto !important; line-height:1.1em !important; text-align:left !important; vertical-align:baseline !important; width:1016px; min-height:auto !important&quot;&gt; &lt;div class=&quot;container&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px !important; text-align:left !important; width:auto !important&quot;&gt; &lt;div class=&quot;line number1 index0 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number2 index1 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;display&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:table;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number3 index2 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;width&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;100%&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number4 index3 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;table-layout&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;: &lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;fixed&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number5 index4 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number6 index5 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number7 index6 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;.boxwrap .box {&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number8 index7 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;display&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;:&lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;table-cell&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number9 index8 alt2&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css spaces&quot; style=&quot;border:0px !important; background:none !important; color:#111111; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class=&quot;css keyword&quot; style=&quot;border:0px !important; background:none !important; color:aqua !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;vertical-align&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;: &lt;/code&gt;&lt;code class=&quot;css value&quot; style=&quot;border:0px !important; background:none !important; color:#009900 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;middle&lt;/code&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div class=&quot;line number10 index9 alt1&quot; style=&quot;border:0px !important; border-radius:0px !important; margin:0px !important; padding:0px 1em !important; text-align:left !important; width:auto !important&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;overflow:auto !important&quot;&gt;&lt;span style=&quot;background-color:black !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:relative !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;font-size:1em !important&quot;&gt;&lt;span style=&quot;background:none black !important&quot;&gt;&lt;span style=&quot;box-sizing:content-box !important&quot;&gt;&lt;span style=&quot;bottom:auto !important&quot;&gt;&lt;span style=&quot;float:none !important&quot;&gt;&lt;span style=&quot;height:auto !important&quot;&gt;&lt;span style=&quot;left:auto !important&quot;&gt;&lt;span style=&quot;line-height:1.1em !important&quot;&gt;&lt;span style=&quot;outline:0px !important&quot;&gt;&lt;span style=&quot;overflow:visible !important&quot;&gt;&lt;span style=&quot;position:static !important&quot;&gt;&lt;span style=&quot;right:auto !important&quot;&gt;&lt;span style=&quot;top:auto !important&quot;&gt;&lt;span style=&quot;vertical-align:baseline !important&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important&quot;&gt;&lt;span style=&quot;font-weight:normal !important&quot;&gt;&lt;span style=&quot;font-style:normal !important&quot;&gt;&lt;span style=&quot;min-height:auto !important&quot;&gt;&lt;span style=&quot;white-space:pre !important&quot;&gt;&lt;code class=&quot;css plain&quot; style=&quot;border:0px !important; background:none !important; color:#d3d3d3 !important; border-radius:0px !important; padding:0px !important; margin:0px !important; font-size:1em !important; font-family:Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; display:inline-block; bottom:auto !important; float:none !important; height:auto !important; left:auto !important; line-height:1.1em !important; outline:0px !important; overflow:visible !important; position:static !important; right:auto !important; text-align:left !important; top:auto !important; vertical-align:baseline !important; width:auto !important; box-sizing:content-box !important; font-weight:normal !important; font-style:normal !important; min-height:auto !important&quot;&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; text-align:start; -webkit-text-stroke-width:0px&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; text-align:start; -webkit-text-stroke-width:0px&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box; text-align:center&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;부모태그에&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;font-size:18pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#f29661&quot;&gt;table-layout: fixed&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:11pt; text-align:center&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;를 선언해 주시면!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing:border-box; max-width:100%; width:680px&quot;&gt;&lt;span style=&quot;height:auto&quot;&gt;&lt;span style=&quot;display:inline-block&quot;&gt;&lt;img data-autoattach=&quot;success&quot; filemime=&quot;image/jpeg&quot; filename=&quot;131313.jpg&quot; onclick=&quot;open_img(&#039;./files/attach/images/2020/02/20/214c497a0127acecea79c2651cf8d634.jpg?original&#039;)&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/214c497a0127acecea79c2651cf8d634.jpg&quot; style=&quot;margin:0px; padding:4px 15px 15px; border:0px; max-width:100%; height:158px; vertical-align:middle; cursor:pointer; width:680px&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;짜잔~~~!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-74&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-74%22%2C%22width%22%3A147%2C%22height%22%3A128%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/657044cba7f0e6cdf52c87b34a4dd5e3.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;동일한 넓이를 가지게 됩니다~!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-68&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-68%22%2C%22width%22%3A125%2C%22height%22%3A126%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/abfe92513dfb889abfed5c63fa77de35.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;신기하죠~~~~~~!!!?!?!?!?!?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;ㅅ....시....신...기....&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;하...ㅅ...ㅣ..죠...?;;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;----------------------------------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;-webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;sally_special-9&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22sally_special-9%22%2C%22width%22%3A130%2C%22height%22%3A108%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/10e43dc2ae4392ad4c564cc925e754bb.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(야.. 왜 갑자기 말돌려...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;넵.! 저는 오늘 여러분에게&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;CSS 속성인&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;font color=&quot;#f29661&quot;&gt;&lt;span style=&quot;font-size:24px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;b&gt;- display: table&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;font color=&quot;#f29661&quot;&gt;&lt;span style=&quot;font-size:24px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;b&gt;- display: table-cell&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;font color=&quot;#f29661&quot;&gt;&lt;span style=&quot;font-size:24px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;b&gt;- table-layout: fixed&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;의&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;b&gt;&lt;span style=&quot;font-size:18pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;존재&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;에 대해 말씀 드리고 싶었습니다!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;sally_special-37&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22sally_special-37%22%2C%22width%22%3A112%2C%22height%22%3A106%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/78ec078de576e66fcc2cb26f7af899e3.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이 속성이 &amp;#39;어떻게&amp;#39; 쓰이고 &amp;#39;무엇무엇&amp;#39; 이다~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;라는 부가적인 설명은 안하고자 합니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;왜냐하면 스물쿤도 퍼린이 시절..&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;새로운것 ,신기한 것을 발견하면&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;moon_and_james-5&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22moon_and_james-5%22%2C%22width%22%3A119%2C%22height%22%3A86%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/bf3182b950c99ec0a1732997b7c25792.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;그 속성에 대해 열심히 찾아보았거든요 ㅎㅎ...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;그러면서 재미도 느끼고 뭔가, 내가 발전해 간다는게 느껴져서 뿌듯했었죠.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;저 보다도 먼저 이러한 속성을 잘~ 정리해 주신 분들이 많답니다 ㅎㅎ&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-79&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-79%22%2C%22width%22%3A122%2C%22height%22%3A117%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/07fb53d56f338796e85d825ef20e9573.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;??? : 괜히 모르ㄴ...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-42&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-42%22%2C%22width%22%3A114%2C%22height%22%3A135%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/4e2a40fbecace666065843c87d17959a.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-42&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-42%22%2C%22width%22%3A114%2C%22height%22%3A135%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/4e2a40fbecace666065843c87d17959a.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-42&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-42%22%2C%22width%22%3A114%2C%22height%22%3A135%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/4e2a40fbecace666065843c87d17959a.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#f6f6f6&quot;&gt;(쌰랍)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;----------------------------------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;text-align:start; -webkit-text-stroke-width:0px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;아무튼... 끝으로!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;처음에는 flex라는 속성으로 작업을 했었는데&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;이게 익스에 하위버전에서는 안되어 어쩔줄 몰라 하고 있었는데&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;그때 알게된 방법이 바로&amp;nbsp;&lt;b&gt;display table&lt;/b&gt;&amp;nbsp;속성 이었죠!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;(플롯밖에 몰랐던 나란 퍼린이...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;부족하고 노잼인 제 글을 읽어 주신분들께는 1감사 1따봉을 드리며&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;짧게 요약을 하고 저는 이만 물러 가겠습니다~!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-46&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-46%22%2C%22width%22%3A150%2C%22height%22%3A130%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/a732305774b3d6d97d13fe92d5993c6e.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;span style=&quot;color:#d5d5d5&quot;&gt;(사장님 저 퇴근.....)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;결론&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;1. display: table , table-cell&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&amp;nbsp;쓰세요.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;2. table-layout : fixed도 쓰세용&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;3. 아래 링크에서 해보세영!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&amp;nbsp;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;&lt;a class=&quot;tx-link&quot; href=&quot;http://jsfiddle.net/209p16n5/21/&quot; style=&quot;margin:0px; padding:0px; color:#000000; text-decoration:none; transition:all 0.3s ease 0s; font-weight:600; cursor:pointer&quot; target=&quot;_blank&quot;&gt;http://jsfiddle.net/209p16n5/21/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;span style=&quot;font-size:11pt&quot;&gt;&lt;span style=&quot;box-sizing:border-box&quot;&gt;여러분 안녕~~&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:center&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;&lt;img data-autoattach=&quot;success&quot; alt=&quot;brown_and_cony-80&quot; class=&quot;__se_object&quot; jsonvalue=&quot;%7B%22stickerCode%22%3A%22brown_and_cony-80%22%2C%22width%22%3A175%2C%22height%22%3A153%2C%22version%22%3A1%7D&quot; s_subtype=&quot;linesticker&quot; s_type=&quot;leverage&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2020/02/20/e996f0537df4f5763f35ddc26a315577.png&quot; style=&quot;margin:0px; padding:0px; border:0px; max-width:100%; font-size:12px; font-family:돋움, Dotum, Helvetica, sans-serif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;margin: 0px; padding: 0px; -webkit-text-stroke-width: 0px;&quot;&gt;&lt;span style=&quot;font-size:15px&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:&amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;, sans-serif&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;float:none&quot;&gt;&lt;span style=&quot;clear:none&quot;&gt;출처 :&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;https://www.biew.co.kr/35?category=314306&quot; target=&quot;_blank&quot;&gt;https://www.biew.co.kr/35?category=314306&lt;/a&gt;&lt;/p&gt;</content>	<category term="509692" label="css" />		</entry><entry>
		<title>HTML Table이 디바이스 및 화면 가로사이즈보다 더 넓을 때</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/480352"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/480352#comment"/>		<id>https://mbg1346.inour.net/html/480352</id>
		<published>2019-03-01T20:43:00+09:00</published>
		<updated>2019-03-18T22:26:23+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">윤삼님이 Xetown에 올려주신 내용을 가져왔습니다. https://xetown.com/tips/1182610 간혹 보면 테이블 가로 사이즈가 화면사이즈보다 넓어서 화면 구성이 원활하지 않을 때가 있습니다. 저도 게시판 스킨에 확장변수 다중검색 애드온을 얹어서 아카이브 사이트를 납품한 적이 있는데, 사용자정의 확장변수가 워낙 많다보니 테이블이 화면 바깥으로 나가서 &#039;반응형 페이지&#039;라는 취지가 무색했던 경험이 있습니다. 어디 목록 페이지...</summary>
	<content type="html">&lt;p&gt;윤삼님이 Xetown에 올려주신 내용을 가져왔습니다.&lt;/p&gt; &lt;p&gt;https://xetown.com/tips/1182610&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;간혹 보면&amp;nbsp;테이블 가로 사이즈가 화면사이즈보다 넓어서 화면 구성이 원활하지 않을 때가 있습니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;저도 게시판 스킨에&amp;nbsp;&lt;a href=&quot;https://xetown.com/1006439&quot;&gt;확장변수 다중검색 애드온&lt;/a&gt;을 얹어서 아카이브 사이트를 납품한 적이 있는데, 사용자정의 확장변수가 워낙 많다보니 테이블이 화면 바깥으로 나가서 &amp;#39;반응형 페이지&amp;#39;라는 취지가 무색했던 경험이 있습니다.&lt;/p&gt; &lt;p&gt;어디 목록 페이지에서만 그렇겠습니까? 게시물 본문에서도 테이블을 넣어야 할 때가 있잖아요?&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;그럴 땐 이렇게 table 태그를 div 태그로 wrap해보세요.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&amp;lt;div style=&amp;quot;overflow-x: auto;&amp;quot;&amp;gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;lt;table ....&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ....&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/table&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;이렇게 하면 페이지의 윈도우 가로사이즈&amp;nbsp;반응성을 유지하면서 동시에&amp;nbsp;&lt;strong&gt;모바일에선 스와이프로&lt;/strong&gt;&amp;nbsp;화면에 가려진 내용을 볼 수 있게 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;또한 css에서 @mdia screen and (max-width: 767px) 같은&amp;nbsp;&lt;strong&gt;미디어 쿼리&lt;/strong&gt;를 이용하면 더욱 더 동적인 반응성을 경험할 수 있을 겁니다.&lt;/p&gt; &lt;p&gt;그리고 이 경우엔 스와이프 동작을 유도하는&amp;nbsp;&lt;strong&gt;아이콘이나 gif&lt;/strong&gt;&amp;nbsp;이미지를 넣어볼 수도 있을 거구요.&lt;/p&gt; &lt;p&gt;여기 사이트의 table 태그가 그렇게 돼 있더라구요 :)&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://www.mohw.go.kr/react/policy/index.jsp?PAR_MENU_ID=06&amp;amp;MENU_ID=06370111&amp;amp;PAGE=11&amp;amp;topTitle=&quot; target=&quot;_blank&quot;&gt;http://www.mohw.go.kr/react/policy/index.jsp?PAR_MENU_ID=06&amp;amp;MENU_ID=06370111&amp;amp;PAGE=11&amp;amp;topTitle=&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;오늘도 즐겁고 유익한 RXE합시다~!&lt;/p&gt;</content>			</entry><entry>
		<title>CSS 말줄임 처리하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/463054"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/463054#comment"/>		<id>https://mbg1346.inour.net/html/463054</id>
		<published>2018-11-13T19:10:21+09:00</published>
		<updated>2018-11-16T00:51:49+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">일반적으로 글자가 넘어가는 경우를 대비해서 백엔드단계에서 글자수를 특정지어서 자르는 방법을 많이 사용합니다. 헌데 이방법을 사용할시 영어, 숫자, 한글의 자간이 달라 일관되지 않는 모습을 보이는 경우가 많아서 뷰 단계에서 글자가 넘어갈경우 말줄임표를 처리하는 방법을 찾아보았습니다. [CSS 작성] text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100px; overflow:hidden; text-overflow: 이 속...</summary>
	<content type="html">&lt;p&gt;일반적으로 글자가 넘어가는 경우를 대비해서 백엔드단계에서 글자수를 특정지어서 자르는 방법을 많이 사용합니다.&lt;/p&gt; &lt;p&gt;헌데 이방법을 사용할시 영어, 숫자, 한글의 자간이 달라 일관되지 않는 모습을 보이는 경우가 많아서&lt;/p&gt; &lt;p&gt;뷰 단계에서 글자가 넘어갈경우 말줄임표를 처리하는 방법을 찾아보았습니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;[CSS 작성]&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;text-overflow:ellipsis;&lt;br /&gt; white-space:nowrap;&lt;br /&gt; word-wrap:normal;&lt;br /&gt; width:100px;&lt;br /&gt; overflow:hidden;&lt;/div&gt; &lt;p&gt;&lt;strong&gt;text-overflow:&lt;/strong&gt;&lt;br /&gt; 이 속성은 글자가 지정한 너비를 넘어갈경우 어떤식으로 처리할것인지를 선택하는 속성입니다.&lt;/p&gt; &lt;p&gt;clip : 기본값입니다.&lt;br /&gt; ellipsis : 말줄임표로 처리합니다. 상위요소의 너비가 auto로 되어있는경우는 적용할 수 없습니다.&lt;br /&gt; inherit : 상위요소의 속성과 동일하게 사용합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;white-space:&lt;/strong&gt;&lt;br /&gt; 요소안에서 공백은 어떤식으로 처리할것인지를 선택하는 속성입니다. &amp;nbsp;공백은 줄바꿈(line-break), 들여쓰기(tab), 공백(space)입니다.&lt;/p&gt; &lt;p&gt;normal : 기본값입니다. 공백을 여러개 넣어도 공백을 1개로 처리합니다.&lt;br /&gt; nowrap : 공백을 여러개 넣어도 1개로 처리합니다. 텍스트가 길어져도 줄바꿈을 하지않고 1줄로 표시합니다.&lt;br /&gt; pre : 공백을 코드에 있는 그대로 표시합니다. 코드에 줄바꿈이 없으면 줄바꿈을 실행하지 않습니다.&lt;br /&gt; pre-wrap : 공백을 코드에 있는 그대로 표시합니다. 코드에 줄바꿈이 없어도 자동으로 줄바꿈을 실행합니다.&lt;br /&gt; pre-line : 공백을 여러개 넣어도 1개로 처리합니다. 코드에 줄바꿈이 없어도 자동으로 줄바꿈을 실행합니다. 코드에 줄바꿈이 있을때도 그대로 실행합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;word-wrap:&lt;/strong&gt;&lt;br /&gt; 긴 텍스트를 강제로 끊어서 줄바꿈을 해주는 속성입니다. (overflow 와 비슷합니다)&lt;/p&gt; &lt;p&gt;normal : 기본값입니다. 글자가 길어도 끊어지지 않고 한줄에 계속 표시&lt;br /&gt; break-word : 강제로 끊어서 줄바꿈합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위와 같은 방법은 텍스트를 한줄로만 표현할때 사용하는 방법입니다.&lt;/p&gt; &lt;p&gt;아래는 두줄이상의 텍스트일경우 말줄임 처리 방법입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;[두줄 이상일 경우 CSS 작성]&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;나눔바른고딕&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: 나눔바른고딕; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;overflow: hidden;&lt;br /&gt; text-overflow: ellipsis;&lt;br /&gt; display: -webkit-box;&lt;br /&gt; &lt;strong&gt;-webkit-line-clamp: 5; /* 라인수 */&lt;/strong&gt;&lt;br /&gt; -webkit-box-orient: vertical;&lt;br /&gt; word-wrap:break-word;&amp;nbsp;&lt;br /&gt; line-height: 1.7em;&lt;br /&gt; height: 8.5em; /* line-height 가 1.5em 이고 5라인을 자르기 때문에 height는 1.7em * 5&amp;nbsp;= 8.5em */&lt;/div&gt; &lt;p&gt;-webkit-line-clamp 속성의 경우, 웹킷 엔진을 사용하지 않는 브라우져(익스플로러)의 경우 문제가 될수 있으므로,&lt;/p&gt; &lt;p&gt;line-height 속성과 height 속성을 이용하여 높이를 계산하여 넣어줍니다. (height = line-height * 줄수)&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;img_079 .jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/054/463/d916cd901725b72045f14adaed832a07.jpg&quot; /&gt;&lt;/p&gt;</content>		<category term="css"/>	</entry><entry>
		<title>폰트(글자)의 스타일, 크기, 굵기, 색상, 글꼴, 줄간격, 캡션 등을 지정하는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/457398"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/457398#comment"/>		<id>https://mbg1346.inour.net/html/457398</id>
		<published>2018-09-26T13:20:02+09:00</published>
		<updated>2021-05-07T10:49:31+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">폰트에 속성을 주는 방법은 &lt;font &gt;태그와 다른 태그 안의 스타일(style) 속성 두 가지를 쓸 수 있겠다. 이전에는 폰트를 적용할 때 &lt;font &gt; ~~ &lt;/font&gt;와 같이 하였는데, HTML5에서는 &lt;font&gt;태그를 지원하지 않는다. 물론, HTML5가 일반화되고 브라우저 버전이 올라가도 이전에 만들어진 HTML 문서의 &lt;font&gt;태그는 이상없이 작동을 할 것이므로 걱정할 일은 아니다. 단지, 앞으로 만드는 HTML문서는 가급적이면 스타일(style) 속성...</summary>
	<content type="html">&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;폰트에 속성을 주는 방법은 &amp;lt;font &amp;gt;태그와 다른 태그 안의 스타일(style) 속성 두 가지를 쓸 수 있겠다.&lt;br /&gt; &lt;br /&gt; 이전에는 폰트를 적용할 때 &amp;lt;font &amp;gt; ~~ &amp;lt;/font&amp;gt;와 같이 하였는데, HTML5에서는 &amp;lt;font&amp;gt;태그를 지원하지 않는다. 물론, HTML5가 일반화되고 브라우저 버전이 올라가도 이전에 만들어진 HTML 문서의 &amp;lt;font&amp;gt;태그는 이상없이 작동을 할 것이므로 걱정할 일은 아니다.&lt;br /&gt; 단지, 앞으로 만드는 HTML문서는 가급적이면 스타일(style) 속성으로 주는 것이 낫지 않을까 싶다.&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;&amp;lt;font&amp;gt; ~ &amp;lt;/font&amp;gt;태그로 속성주기&lt;/b&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;[ 예 ]&lt;/b&gt;&lt;/span&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&amp;lt;font size=&amp;quot;2em&amp;quot; color=&amp;quot;green&amp;quot;&amp;gt;&lt;br /&gt; 이 글자는 font 태그로 속성을 주었다&lt;br /&gt; &amp;lt;/font&amp;gt;&lt;/div&gt; &lt;br /&gt; [실제 적용한 모습] &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt;이 글자는 font 태그로 속성을 주었다 &lt;/span&gt;&lt;/div&gt; &lt;br /&gt; 위에서 &amp;lt;font&amp;gt;태그를 설정한 내용과 실제 적용된 모습이 다르다.&lt;br /&gt; 이렇게 된 이유는, 구글블로그는 페이지 첫머리에 &amp;lt;!DOCTYPE HTML&amp;gt;로 선언하여&amp;nbsp; HTML5가 적용되기 때문이고, 위의 예에서 준 &amp;lt;font&amp;gt; 태그를 강제로 스타일 속성으로 바꾸어 적용하기 때문이다. &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;span style&lt;/span&gt;=&amp;quot;color: green;&amp;quot;&amp;gt;&lt;br /&gt; 이 글자는 태그로 속성을 주었다&lt;br /&gt; &lt;span style=&quot;color: red;&quot;&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;스타일(style)로 속성주기&lt;/b&gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; 스타일(style)은 &amp;lt;div&amp;gt; &amp;lt;p&amp;gt; &amp;lt;span&amp;gt; 등과 같이 여러 태그에서 쓸 수 있다. (각 태그에 대한 자세한 설명은 &lt;a href=&quot;http://howways.blogspot.com/2013/12/HTML-Line-break-tag-and-Paragraph-tag.html&quot; target=&quot;_blank&quot;&gt;링크페이지를 참조&lt;/a&gt;)&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&amp;lt;div style=&amp;quot; ~~ &amp;quot;&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;p style=&amp;quot; ~~ &amp;quot;&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt; &amp;lt;span style=&amp;quot; ~~ &amp;quot;&amp;gt; &amp;lt;/span&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;[예]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&amp;lt;span style = &amp;quot; font-size:1.5em;&amp;nbsp; color: green;&amp;quot;&amp;gt;&lt;br /&gt; 이 글자는 Span에 스타일(style)로 속성을 주었다&lt;br /&gt; &amp;lt;/span&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; [실제 적용한 모습]&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&lt;span style=&quot;color: green; font-size: 1.5em;&quot;&gt;이 글자는 Span에 스타일(style)로 속성을 주었다&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;hr style=&quot;border: dashed 1px #bbbbbb;&quot; /&gt; &lt;p&gt;스타일(style)로 폰트 속성을 줄 때, 한꺼번에 줄 수도 있고, 항목을 각각 지정하여 줄 수도 있다.&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;color: #93c47d;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;스타일에서 폰트 속성을 한번에 주기&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;[한꺼번에 폰트 속성을 주는 예]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&amp;lt;span style=&amp;quot; font: italic bold 1.5em/1em Georgia, serif ;&amp;quot;&amp;gt;&lt;br /&gt; 여기는 폰트 속성을 한꺼번에 주었다&lt;br /&gt; &amp;lt;/span&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; [실제 적용한 모습]&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&lt;span style=&quot;font: italic bold 1.5em/1em Georgia, serif;&quot;&gt;여기는 폰트 속성을 한꺼번에 주었다&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; ㅇ font: 다음의 각 항목 순서는&lt;br /&gt; 폰트스타일(font-style) 폰트웨이트(font-weight) 폰트사이즈(font-size)/줄간격(font-height) 글꼴(font-family) 이다.&lt;br /&gt; &lt;br /&gt; ㅇ 폰트스타일과 폰트웨이트는 순서가 바뀌어도 이상없이 잘 보여진다.&lt;br /&gt; ㅇ 색상은 스타일 안에 별도로 지정하여 속성을 주어야 한다.&lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;[한꺼번에 폰트 속성을 주고 &lt;span style=&quot;color: red;&quot;&gt;색상&lt;/span&gt;을 지정한 예]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&amp;lt;span style=&amp;quot; font: italic bold 1.5em/1em Georgia, serif ;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt; color: green;&lt;/b&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;br /&gt; 여기는 폰트 속성을 한꺼번에 주고 색상을 녹색으로 주었다&lt;br /&gt; &amp;lt;/span&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; [실제 적용한 모습]&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&lt;span style=&quot;color: green; font: italic bold 1.5em / 1em &amp;quot;georgia&amp;quot; , serif;&quot;&gt;여기는 폰트 속성을 한꺼번에 주고 색상을 녹색으로 주었다&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;[색상을 지정하는 방법] &lt;/b&gt;&lt;/span&gt;&lt;br /&gt; 파랑(blue), 빨강(red) 등과 같이 HTML에서 지정할 수 있는 이름은 기본색상 17개를 포함하여 모두 140가지가 있다.&lt;br /&gt; 어떤 브라우저에서든 문제없이 정확하게 표현할 수 있는 웹안전색상(Web safe colors) 또는 웹표준색상(Web standard color)은 216가지가 있다.&lt;br /&gt; &lt;br /&gt; 예) 녹색을 윗쪽은 이름인 &amp;#39;green&amp;#39;으로 지정하고, 아래쪽은 Hex코드인 #008000 으로 지정함&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; color: green; padding: 10px;&quot;&gt;&amp;lt;div style=&amp;quot;color: green;&amp;quot;&amp;gt;&lt;br /&gt; 이곳은 DIV 영역이며, 글자색을 green(녹색)으로 지정함&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; color: green; padding: 10px;&quot;&gt;&amp;lt;div style=&amp;quot;color: #008000;&amp;quot;&amp;gt;&lt;br /&gt; 이곳은 DIV영역이며, 글자색을 Hex코드 #008800(녹색)으로 지정함&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;[HTML에서 이름으로 색상을 지정할 수 있는 기본 색상 17가지]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;table border=&quot;1&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; style=&quot;text-align: left; width: 100%;&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;aqua&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#00FFFF&lt;/td&gt; &lt;td style=&quot;background-color: cyan; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;olive&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#808000&lt;/td&gt; &lt;td style=&quot;background-color: olive; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;black&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#000000&lt;/td&gt; &lt;td style=&quot;background-color: black; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;orange&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#FFA500&lt;/td&gt; &lt;td style=&quot;background-color: orange; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;blue&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#0000FF&lt;/td&gt; &lt;td style=&quot;background-color: blue; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;purple&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#800080&lt;/td&gt; &lt;td style=&quot;background-color: purple; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;fuchsia&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#FF00FF&lt;/td&gt; &lt;td style=&quot;background-color: magenta; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;red&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#FF0000&lt;/td&gt; &lt;td style=&quot;background-color: red; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;gray&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#808080&lt;/td&gt; &lt;td style=&quot;background-color: grey; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;silver&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#C0C0C0&lt;/td&gt; &lt;td style=&quot;background-color: silver; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;green&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#008000&lt;/td&gt; &lt;td style=&quot;background-color: green; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;teal&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#008080&lt;/td&gt; &lt;td style=&quot;background-color: teal; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;lime&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#00FF00&lt;/td&gt; &lt;td style=&quot;background-color: lime; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;white&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#FFFFFF&lt;/td&gt; &lt;td style=&quot;background-color: white; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;maroon&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#800000&lt;/td&gt; &lt;td style=&quot;background-color: maroon; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;yellow&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#FFFF00&lt;/td&gt; &lt;td style=&quot;background-color: yellow; width: 102px;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;navy&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;#000080&lt;/td&gt; &lt;td style=&quot;background-color: navy; width: 16%;&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 16%;&quot; valign=&quot;undefined&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td align=&quot;undefined&quot; style=&quot;width: 102px;&quot; valign=&quot;undefined&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: #93c47d;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;스타일에서 폰트 속성을 항목별로 각각 주기&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt; 스타일에 폰트에 속성을 주고자 하는 항목만 넣고 속성을 주면 되고, 항목의 순서는 상관이 없다.&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;color: orange;&quot;&gt;&lt;b&gt;[폰트 속성을 주는 항목들]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;색&amp;nbsp;&amp;nbsp; 상&amp;nbsp; color: 색상이름 또는 색상코드 ;&lt;br /&gt; 굵&amp;nbsp;&amp;nbsp; 기&amp;nbsp; font-weight: bold ;&lt;br /&gt; 기울임&amp;nbsp; font-style: italic;&lt;br /&gt; 크&amp;nbsp;&amp;nbsp; 기&amp;nbsp; font-size: 숫자px, 숫자% 또는 숫자em ;&lt;br /&gt; 글&amp;nbsp;&amp;nbsp; 꼴&amp;nbsp; font-family: 굴림, 돋움, 궁서, Arial, 등등 ;&lt;br /&gt; 줄높이&amp;nbsp; line-height: 숫자px, 숫자% 또는 숫자em ;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; [예: Style에서 폰트 속성을 준 코드 모습]&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&amp;lt;span&lt;br /&gt; style=&amp;quot;&lt;br /&gt; font-style: italic ;&amp;nbsp;&lt;br /&gt; font-weight: bold;&amp;nbsp;&lt;br /&gt; font-size: 1.5em;&lt;br /&gt; line-height: 1.0em;&amp;nbsp;&lt;br /&gt; color: navy;&lt;br /&gt; font-family: arial;&lt;br /&gt; &amp;quot;&amp;gt;&lt;br /&gt; 여기는 스타일에서 폰트 속성을 각각 주었다&lt;br /&gt; &amp;lt;/span&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; [실제 적용한 모습]&lt;/p&gt; &lt;div style=&quot;border: 1px solid gold; padding: 10px;&quot;&gt;&lt;span style=&quot;color: navy; font-family: &amp;quot;arial&amp;quot;; font-size: 1.5em; font-style: italic; font-weight: bold; line-height: 1.0em;&quot;&gt;여기는 스타일에서 폰트 속성을 각각 주었다 &lt;/span&gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;hr style=&quot;border: dashed 1px #bbbbbb;&quot; /&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color: #93c47d;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;폰트의 각 항목별 상세 설명&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt; ㅇ 각 항목의 수자는 픽셀(px), 퍼센트(%), 이엠(em), 포인트(pt) 등을 쓸 수 있다. (단위에 관한 자세한 설명은 &lt;a href=&quot;http://howways.blogspot.com/2014/01/HTML-the-diffences-among-Px-Pt-Em-Percnet-for-Font-Size-ect.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;링크페이지 참조&lt;/a&gt;)&lt;br /&gt; ㅇ 아래의 실제 적용 모습은 페이지의 설정에 따라 달라진다. 아래에서 보여지는 것은 현재 페이지의 설정을 기준으로 보여지는 것이다.&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;[글자크기: 폰트 사이즈 font-size]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;xx-large&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;[더블 엑스 라쥐] 아주 크게&lt;br /&gt; x-large&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;[엑스 라쥐] 조금 크게&lt;br /&gt; large&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[라쥐] 크게&lt;br /&gt; &lt;b&gt;medium&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;[미디엄] 중간 - 기본 글자 크기 &lt;/b&gt;&lt;br /&gt; small&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;[스몰] 작게&lt;br /&gt; x-small&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[엑스 스몰] 조금 작게&lt;br /&gt; xx-small&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[더블 엑스 스몰] 아주 작게&lt;br /&gt; &lt;br /&gt; smaller&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;[스몰러] 더 작게 - 상위 요소(parent element)의 폰트 크기에 비해 더 작게&lt;br /&gt; larger&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [라쥐어] 더 크게 - 상위 요소(&lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;parent element)의 폰트 크기에 비해 더 크게&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; initial&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [&lt;/span&gt;이니셜] 초기(기본, default) 폰트 크기&lt;br /&gt; inherit&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[인헤리트] 상위요소(parent element)의 폰트 크기&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;b&gt;[실제 적용한 모습]&lt;/b&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;&lt;span style=&quot;font-size: xx-large;&quot;&gt;이 글자의 폰트크기는 xx-large [더블 엑스 라쥐]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: x-large;&quot;&gt;이 글자의 폰트크기는 x-large [엑스 라쥐]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: large;&quot;&gt;이 글자의 폰트크기는 large [라쥐]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: medium;&quot;&gt;이 글자의 폰트크기는 medium [미디엄]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: small;&quot;&gt;이 글자의 폰트크기는 small [스몰]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: x-small;&quot;&gt;이 글자의 폰트크기는 x-small [엑스 스몰]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: xx-small;&quot;&gt;이 글자의 폰트크기는 xx-small [더블 엑스 스몰]이다&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-size: smaller;&quot;&gt;이 글자의 폰트크기는 smaller [스몰러]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-size: larger;&quot;&gt;이 글자의 폰트크기는 larger [라쥐어]이다&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-size: initial;&quot;&gt;이 글자의 폰트크기는 initial [이니셜]이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-size: inherit;&quot;&gt;이 글자의 폰트크기는 inherit [인헤리트]이다&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; ㅇ HTML문서에서 폰트의 기본 크기(default font size)를 1.2로 주었다면, medium은 12pt, small은 10tp, x-small은 8pt, large는 14pt, x-large는 16pt 정도된다고 볼 수 있다.&lt;br /&gt; ㅇ HTML에서 기본폰트크기는 방문자와 페이지의 내용 등을 잘 헤아려서 결정할 필요가 있다. 문서 안에서 폰트 크기를 조절할 때 대체로 기본폰트크기를 기준으로 하기 때문이다.&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;[글자꾸밈: 폰트 스타일 font-style]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;normal&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [노멀] 브라우저가 보여주는 기본(&lt;/span&gt;default) 스타일&lt;br /&gt; italic&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [이탤릭] 기울임&lt;/span&gt;&lt;br /&gt; oblique&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;[오블맄] 기울임&lt;br /&gt; initial&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;[이니셜] 초기(기본, default) 스타일&lt;br /&gt; inherit&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;[인헤리트] 상위요소(parent element)의 스타일&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;b&gt;[실제 적용한 모습 : 쉽게 구분되도록 하기 위해 font-size:1.2em;로 함]&lt;/b&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;&lt;span style=&quot;font-size: 1.2em; font-style: normal;&quot;&gt;이 글자의 스타일은 normal [노멀] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-style: italic;&quot;&gt;이 글자의 스타일은 italic [이탤릭] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-style: oblique;&quot;&gt;이 글자의 스타일은 oblique [오블맄] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-style: initial;&quot;&gt;이 글자의 스타일은 initial [이니셜] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size: 1.2em; font-style: inherit;&quot;&gt;이 글자의 스타일은 inherit [인헤리트] 이다&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;[글자변형: 폰트 베리언트 font-variant]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;normal&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[노멀] small-caps&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [스몰 캡스] 영문자를 작은 대문자로 표시함&lt;/span&gt;&lt;br /&gt; initial&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[이니셜] 초기(기본, default) 값으로 표시함&lt;br /&gt; inherit&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;[인헤리트] 상위요소(parent element)와 같이 표시함&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;b&gt;[예: 아래의 실제적용한 모습의 코드]&lt;/b&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;&amp;lt;span style=&amp;quot;font-variant:normal;&amp;quot;&amp;gt;이 글자의 VARIANT는 normal [노멀] 이다&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;lt;span style=&amp;quot;font-variant:small-caps;&amp;quot;&amp;gt;이 글자의 VARIANT는 small-caps [스몰 캡스] 이다&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;lt;span style=&amp;quot;font-variant:initial;&amp;quot;&amp;gt;이 글자의 VARIANT는 initial [이니셜] 이다&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;lt;span style=&amp;quot;font-variant:inherit;&amp;quot;&amp;gt;이 글자의 VARIANT는 inherit [인헤리트] 이다&amp;lt;/span&amp;gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;b&gt;[실제적용한 모습]&lt;/b&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;이 글자의 VARIANT는 normal [노멀] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-variant: small-caps;&quot;&gt;이 글자의 VARIANT는 small-caps [스몰 캡스] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-variant: initial;&quot;&gt;이 글자의 VARIANT는 initial [이니셜] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-variant: inherit;&quot;&gt;이 글자의 VARIANT는 inherit [인헤리트] 이다&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;[글자굵기: 폰트 웨이트 font-weight]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;normal&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [노멀] 기본(&lt;/span&gt;default)bold&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[볼드] 두껍게&lt;br /&gt; bolder&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[볼더] 더 두껍게&lt;br /&gt; lighter&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp; &lt;/span&gt;[라이터] 더 가늘게&lt;br /&gt; &lt;br /&gt; initial&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [이니셜] 초기(기본, &lt;/span&gt;default) 값으로 표시&lt;br /&gt; inherit&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; [인헤리트] 상위요소(&lt;/span&gt;parent element)와 같이 표시&lt;br /&gt; &lt;br /&gt; &amp;lt;수자로 폰트 웨이트 설정&amp;gt;&lt;br /&gt; 수자가 클 수록 더 두터워지며, 위의 normal [노멀]은 400과 같고, bold [볼드]는 700과 같다.&lt;br /&gt; 100&amp;nbsp; 200&amp;nbsp; 300&amp;nbsp; 400&amp;nbsp; 500&amp;nbsp; 600&amp;nbsp; &lt;b&gt;700&lt;/b&gt;&amp;nbsp; 800&amp;nbsp; 900&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;b&gt;[실제 적용한 모습]&lt;/b&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;이 글자의 폰트웨이트는 normal [노멀] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;이 글자의 폰트웨이트는 bold [볼드] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: bolder;&quot;&gt;이 글자의 폰트웨이트는 bolder [볼더] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: lighter;&quot;&gt;이 글자의 폰트웨이트는 lighter [라이터] 이다&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;font-weight: initial;&quot;&gt;이 글자의 폰트웨이트는 initial [이니셜] 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: inherit;&quot;&gt;이 글자의 폰트웨이트는 inherit [인헤리트] 이다&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;font-weight: 100;&quot;&gt;이 글자의 폰트웨이트는 100 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 200;&quot;&gt;이 글자의 폰트웨이트는 200 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 300;&quot;&gt;이 글자의 폰트웨이트는 300 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 400;&quot;&gt;이 글자의 폰트웨이트는 400 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 500;&quot;&gt;이 글자의 폰트웨이트는 500 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 600;&quot;&gt;이 글자의 폰트웨이트는 600 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 700;&quot;&gt;이 글자의 폰트웨이트는 700 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 800;&quot;&gt;이 글자의 폰트웨이트는 800 이다&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-weight: 900;&quot;&gt;이 글자의 폰트웨이트는 900 이다&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;[줄간격: 라인 하이트 line-height]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;normal [노멀] 기본(default). 브라우저들이 대체로 150%를 기본으로 하는 것 같다.&lt;br /&gt; initial [이니셜] 초기(기본, default)값&lt;br /&gt; inherit [인헤리트] 상위요소(parent element)와 같이 표시&lt;br /&gt; 수자로 지정: 픽셀(px), 퍼센트(%), 이엠(em), 포인트(pt) 등으로 지정함&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;b&gt;[실제 적용한 모습]&lt;/b&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;&lt;span style=&quot;line-height: normal;&quot;&gt;이 문장은 줄간격을&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt; normal [노멀]&lt;/b&gt;&lt;/span&gt;로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. 이 문장은 줄간격을 normal [노멀]로 주었다. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;line-height: initial;&quot;&gt;이 문장은 줄간격을&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt; initial [이니셜]&lt;/b&gt;&lt;/span&gt;로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. 이 문장은 줄간격을 initial [이니셜]로 주었다. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;line-height: inherit;&quot;&gt;이 문장은 줄간격을&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt; inherit [인헤리트]&lt;/b&gt;&lt;/span&gt;로 주었다. 이 문장은 줄간격을 inherit [인헤리트]로 주었다. 이 문장은 줄간격을 inherit [인헤리트]로 주었다. 이 문장은 줄간격을 inherit [인헤리트]로 주었다. 이 문장은 줄간격을 inherit [인헤리트]로 주었다. 이 문장은 줄간격을 inherit [인헤리트]로 주었다. 이 문장은 줄간격을 inherit [인헤리트]로 주었다. 이 문장은 줄간격을 inherit [인헤리트]로 주었다. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;line-height: 15px;&quot;&gt;이 문장은 줄간격을 &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;15px&lt;/b&gt;&lt;/span&gt;로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. 이 문장은 줄간격을 15px로 주었다. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;line-height: 100%;&quot;&gt;이 문장은 줄간격을 &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;100%&lt;/b&gt;&lt;/span&gt;로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. 이 문장은 줄간격을 100%로 주었다. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;line-height: 1em;&quot;&gt;이 문장은 줄간격을 &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;1em&lt;/b&gt;&lt;/span&gt;으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. 이 문장은 줄간격을 1em으로 주었다. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;line-height: 1.5em;&quot;&gt;이 문장은 줄간격을 &lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;1.5em&lt;/b&gt;&lt;/span&gt;으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. 이 문장은 줄간격을 1.5em으로 주었다. &lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style=&quot;line-height: 2em;&quot;&gt;이 문장은 줄간격을&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt; 2em&lt;/b&gt;&lt;/span&gt;으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. 이 문장은 줄간격을 2em으로 주었다. &lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;br /&gt; &lt;span style=&quot;color: #93c47d; font-size: large;&quot;&gt;&lt;b&gt;[글꼴: 폰트 패밀리 font-family]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;border: 1px dashed #bbb; padding: 10px;&quot;&gt;글꼴은 아래와 같이 여러가지를 줄 수 있다.&amp;nbsp;&lt;br /&gt; 글꼴과 글꼴의 구분은 쉼표( ,)로 하고, 첫번째 글꼴은 따옴표(&amp;quot; &amp;quot;)로 감싸 준다.&lt;br /&gt; &lt;br /&gt; font-family: &amp;quot;Hanna&amp;quot;, Jeju Gothic, Nanum Gothic, Serif;&lt;br /&gt; &lt;br /&gt; 브라우저는 첫번째 글꼴을 표시할 수 있으면 첫번째 글꼴로 표시를 하고, 첫번째 글꼴이 없으면 두번째 글꼴로 표시를 한다. 두번째 글꼴도 없으면 세번째 글꼴.... 순서로 표시한다.&lt;br /&gt; &lt;br /&gt; 위의 예에서는 한나(Hanna)체가 있으면 한나체로 표시하고 한나체가 없으면 그 다음의 제주고딕체(Jeju Gothic)로 표시한다. 두번째의 제주고딕체도 없으면&amp;nbsp; 또 그 다음의 나눔고딕체(nanum Gothic)로 표시하고..... 그런 순서로 표시가 된다.&lt;br /&gt; &lt;br /&gt; 글꼴이 있느냐는 웹페이지를 보는 방문자의 컴퓨터에 해당 글 꼴이 있는가를 말한다. 그러니까, 방문자의 컴퓨터에 해당 글꼴이 없으면, 위와 같이 글꼴을 지정해 주어도, 의미가 없다.&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;[출처] &lt;a href=&quot;https://ojji.wayful.com/2015/03/HTML-How-to--Set-FONT-Size-Color-Weight-Family-Variant-Line-Height-ect.html&quot; target=&quot;_blank&quot;&gt;사용법 어찌?&lt;/a&gt;&lt;/p&gt;</content>			</entry><entry>
		<title>DIV 화면 정중앙에 박스 배치하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/456285"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/456285#comment"/>		<id>https://mbg1346.inour.net/html/456285</id>
		<published>2018-09-19T20:27:45+09:00</published>
		<updated>2021-09-26T09:44:07+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">DIV로 만든 박스를 화면 정중앙에 배치하는 방법은 생각보다 간단하지가 않습니다. 특히 박스의 가로 크기가 변하는 경우는 더욱더 어렵습니다. 예를 들면 Popup위젯의 경우가 해당됩니다. - 일반적인 코드 - &lt;style&gt; #content { position:absolute; height:200px; width:400px; margin:-100px 0px 0px -200px; top: 50%; left: 50%; text-align: left; background-color: #f5f5f5; border: 1px dotted #000000; overflow: auto; pa...</summary>
	<content type="html">&lt;p&gt;DIV로 만든 박스를 화면 정중앙에 배치하는 방법은 생각보다 간단하지가 않습니다.&lt;/p&gt; &lt;p&gt;특히 박스의 가로 크기가 변하는 경우는 더욱더 어렵습니다.&lt;/p&gt; &lt;p&gt;예를 들면 Popup위젯의 경우가 해당됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;- 일반적인 코드&amp;nbsp;-&lt;/p&gt; &lt;p&gt;&amp;lt;style&amp;gt;&lt;br /&gt; #content { position:absolute;&lt;br /&gt; &amp;nbsp; height:&lt;span style=&quot;color:#c0392b;&quot;&gt;200px&lt;/span&gt;;&amp;nbsp;&lt;br /&gt; &amp;nbsp; width:&lt;span style=&quot;color:#2980b9;&quot;&gt;400px&lt;/span&gt;;&lt;br /&gt; &amp;nbsp; margin:&lt;span style=&quot;color:#c0392b;&quot;&gt;-100px&lt;/span&gt; 0px 0px &lt;span style=&quot;color:#2980b9;&quot;&gt;-200px&lt;/span&gt;;&lt;br /&gt; &lt;span style=&quot;color:#16a085;&quot;&gt;&amp;nbsp; top: 50%;&amp;nbsp;&lt;br /&gt; &amp;nbsp; left: 50%;&lt;/span&gt;&lt;br /&gt; &amp;nbsp; text-align: left;&lt;br /&gt; &amp;nbsp; background-color: #f5f5f5;&lt;br /&gt; &amp;nbsp; border: 1px dotted #000000;&lt;br /&gt; &amp;nbsp; overflow: auto;&lt;br /&gt; &amp;nbsp; padding:15px;&lt;br /&gt; }&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;- Popup위젯의 경우는 아래의 코드로 팝업창을 화면중앙에 배치할 수 있습니다.&lt;/p&gt; &lt;p&gt;#pop-ups { position:{$widget_info-&amp;gt;popup_location}; margin-left:-{$widget_info-&amp;gt;popup_width/2}px; top:{$widget_info-&amp;gt;board_top}%; left:{$widget_info-&amp;gt;board_left}%; z-index:99 }&lt;img alt=&quot;img_001.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/285/456/ce28922ef3292886215bb73d93b5b62f.jpg&quot; /&gt;&lt;/p&gt;</content>		<category term="정렬"/>	</entry><entry>
		<title>DIV 가로 중앙정렬 , 세로 중앙정렬(display:flex; )</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/456129"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/456129#comment"/>		<id>https://mbg1346.inour.net/html/456129</id>
		<published>2018-09-19T00:34:23+09:00</published>
		<updated>2022-04-22T09:25:33+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">DIV 가로 중앙 정렬, 세로 중앙 정렬 코딩을 할 때 가장 기본이 되지만 또 가장 어려웠던 부분이었다. display:flex; 이 코드를 알고 나서 정말 쉽게 코딩이 가능해졌다. 바깥쪽 div, 즉 부모 div에 display:flex; 를 선언하면. 안쪽 엘리먼트, 즉 자식div에 영향을 준다. 반응형 레이아웃을 작업할 때 유용하게 쓸수 있는 css입니다. 사이트선택 전용 레이아웃을 코딩할때 사이트제목2개를 중앙에 배치하는 부분이 무척 힘들었었는...</summary>
	<content type="html">&lt;p&gt;DIV 가로 중앙 정렬, 세로 중앙 정렬&lt;br /&gt; 코딩을 할 때 가장 기본이 되지만 또 가장 어려웠던 부분이었다.&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;display:flex;&amp;nbsp; 이 코드를&amp;nbsp;알고 나서&amp;nbsp;정말 쉽게 코딩이 가능해졌다.&lt;br /&gt; 바깥쪽 div, 즉 부모 div에 display:flex; 를 선언하면. 안쪽 엘리먼트, 즉 자식div에 영향을 준다. &amp;nbsp;&lt;/p&gt; &lt;p&gt;반응형 레이아웃을 작업할 때 유용하게 쓸수 있는 css입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://moonhouse.co.kr/406786&quot; target=&quot;_blank&quot;&gt;사이트선택 전용 레이아웃&lt;/a&gt;을 코딩할때 사이트제목2개를&amp;nbsp;중앙에 배치하는 부분이 무척 힘들었었는데&lt;/p&gt; &lt;p&gt;display:flex; 코드를 사용하니 쉽게 구현이 가능해 졌다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;lt;style&amp;gt;&lt;/p&gt; &lt;p&gt;.bl-left { position:relative; float:left; width:50%; height:300px; &lt;span style=&quot;color:#e67e22;&quot;&gt;display: flex; justify-content: center; align-items: center;&lt;/span&gt; }&lt;br /&gt; .bl-right { position:relative; float:right; width:50%; height:300px; &lt;span style=&quot;color:#e67e22;&quot;&gt;display: flex; justify-content: center; align-items: center;&lt;/span&gt; }&lt;/p&gt; &lt;p&gt;.bluelight { position: relative; &lt;span style=&quot;color:#e67e22;&quot;&gt;display: table; &lt;/span&gt;width: 150px; height: 150px; }&lt;/p&gt; &lt;p&gt;.bluelight a { &lt;span style=&quot;color:#e67e22;&quot;&gt;display: table-cell; vertical-align: middle;text-align: center;&lt;/span&gt; }&lt;/p&gt; &lt;p&gt;&amp;lt;/style&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div&amp;nbsp;class=&amp;quot;bl-left&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;span class=&amp;quot;bluelight&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;MH&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;bl-right&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;span class=&amp;quot;bluelight&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Moon&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위의 코딩으로 완성된 사이트제목2개의 가로,세로 정렬 모습입니다.&lt;img alt=&quot;select.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/129/456/b5ce3da5c799e3a7795c97fd208c8efd.jpg&quot; /&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://moonhouse.co.kr/select&quot; target=&quot;_blank&quot;&gt;[샘플보기]&lt;/a&gt;&lt;/p&gt;</content>		<category term="flex"/><category term="정렬"/>	</entry><entry>
		<title>커서(cursor) 모양 정리</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/446900"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/446900#comment"/>		<id>https://mbg1346.inour.net/html/446900</id>
		<published>2018-07-19T12:32:55+09:00</published>
		<updated>2018-07-19T13:00:01+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">마우스 커서 모양에 대해 알아보겠습니다. 보통 cursor 작업을 하면 pointer 위주로 작업을 합니다. 하지만 pointer 외에 아주 많는 cursor 가 있습니다. 그종류에 대해 소스와 샘플을 올려봅니다. 적절한 cursor 지정을 통해 사용자 편의를 고려해보시기 바랄께요~ [소스]Cursor 모양 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 &lt;span style=&quot;cursor:auto&quot;&gt;auto&lt;/span&gt;&lt;br/&gt; &lt;span style=&quot;cursor:crosshair&quot;&gt;crosshair&lt;/...</summary>
	<content type="html">&lt;p&gt; 마우스 커서 모양에 대해 알아보겠습니다.&lt;/p&gt; &lt;p&gt;보통 cursor 작업을 하면 pointer 위주로 작업을 합니다.&lt;/p&gt; &lt;p&gt;하지만 pointer 외에 아주 많는 cursor 가 있습니다.&lt;/p&gt; &lt;p&gt;그종류에 대해 소스와 샘플을 올려봅니다.&lt;/p&gt; &lt;p&gt;적절한 cursor 지정을 통해 사용자 편의를 고려해보시기 바랄께요~&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;[소스]Cursor 모양&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div class=&quot;colorscripter-code&quot; style=&quot;text-align:justify; -webkit-text-stroke-width:0px&quot;&gt; &lt;table class=&quot;colorscripter-code-table __se_tbl_ext&quot; style=&quot;text-align:left; border-collapse:separate; margin:0px; padding:0px; border:2px solid #e5e5e5; background-color:#fafafa; border-radius:4px&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style=&quot;padding:6px; border-right:2px solid #e5e5e5; background-color:#fafafa&quot;&gt; &lt;div style=&quot;margin:0px; padding:0px; text-align:right&quot;&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;8&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;9&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;10&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;11&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;13&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;14&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;15&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;16&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;17&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;18&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;19&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;20&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;td style=&quot;padding:6px 0px; background-color:#fafafa&quot;&gt; &lt;div style=&quot;margin:0px; padding:0px&quot;&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:auto&amp;quot;&lt;/span&gt;&amp;gt;auto&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:crosshair&amp;quot;&lt;/span&gt;&amp;gt;crosshair&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:default&amp;quot;&lt;/span&gt;&amp;gt;default&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:e-resize&amp;quot;&lt;/span&gt;&amp;gt;e-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:grab&amp;quot;&lt;/span&gt;&amp;gt;grab&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:help&amp;quot;&lt;/span&gt;&amp;gt;help&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:move&amp;quot;&lt;/span&gt;&amp;gt;move&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:n-resize&amp;quot;&lt;/span&gt;&amp;gt;n-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:ne-resize&amp;quot;&lt;/span&gt;&amp;gt;ne-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:nw-resize&amp;quot;&lt;/span&gt;&amp;gt;nw-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:pointer&amp;quot;&lt;/span&gt;&amp;gt;pointer&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:progress&amp;quot;&lt;/span&gt;&amp;gt;progress&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:s-resize&amp;quot;&lt;/span&gt;&amp;gt;s-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:se-resize&amp;quot;&lt;/span&gt;&amp;gt;se-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:sw-resize&amp;quot;&lt;/span&gt;&amp;gt;sw-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:text&amp;quot;&lt;/span&gt;&amp;gt;text&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:w-resize&amp;quot;&lt;/span&gt;&amp;gt;w-resize&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:wait&amp;quot;&lt;/span&gt;&amp;gt;wait&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:not-allowed&amp;quot;&lt;/span&gt;&amp;gt;not-allowed&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;br/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style=&quot;padding:0px 6px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;line-height:15.6px&quot;&gt;&lt;span style=&quot;white-space:pre&quot;&gt;&amp;lt;&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#0a9989&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color:#df5000&quot;&gt;&amp;quot;cursor:no-drop&amp;quot;&lt;/span&gt;&amp;gt;no-drop&amp;lt;/&lt;span style=&quot;color:#066de2&quot;&gt;span&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/div&gt; &lt;/td&gt; &lt;td style=&quot;vertical-align:bottom; padding:0px 2px 4px 0px; background-color:#fafafa&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;color:#010101&quot;&gt;&lt;span style=&quot;overflow:auto&quot;&gt;&lt;span style=&quot;font-family:Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace !important&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;a class=&quot;con_link&quot; href=&quot;http://colorscripter.com/info#e&quot; style=&quot;text-decoration:none; word-wrap:break-word; color:white&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size:9px; border-radius:10px; padding:1px&quot;&gt;&lt;span style=&quot;word-break:normal&quot;&gt;&lt;span style=&quot;background-color:#e5e5e5&quot;&gt;cs&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;p align=&quot;left&quot; style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:left&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p align=&quot;left&quot; style=&quot;margin:0px; padding:0px; -webkit-text-stroke-width:0px; text-align:left&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:2&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:돋움&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:10pt&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;&lt;span style=&quot;color:#000000&quot;&gt;[결과]Cursor 모양(마우스를 올려보세요&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10pt&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;&lt;span style=&quot;color:#000000&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;table class=&quot;__se_tbl&quot; style=&quot;text-align:left; border-collapse:separate; color:#666666; font-family:돋움; font-size:12px; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:2; text-transform:none; white-space:normal; widows:2; word-spacing:0px; -webkit-text-stroke-width:0px; text-decoration-style:initial; text-decoration-color:initial; background-color:#c7c7c7; border:undefined&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style=&quot;padding:3px 4px 2px; text-align:left; width:236px; height:616px; background-color:#f8f8f8&quot;&gt; &lt;p style=&quot;margin:0px; padding:0px&quot;&gt;&lt;span style=&quot;word-break:break-all&quot;&gt;&lt;span style=&quot;font-weight:normal&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;line-height:2.5&quot;&gt;&lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:auto&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;auto&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:crosshair&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;crosshair&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:default&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;default&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:e-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;e-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;grab&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:help&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;help&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:move&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;move&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:n-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;n-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:ne-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;ne-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:nw-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;nw-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:pointer&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;pointer&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:progress&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;progress&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:s-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;s-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:se-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;se-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:sw-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;sw-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:text&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;text&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:w-resize&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;w-resize&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:wait&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;wait&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:not-allowed&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;not-allowed&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;font-size:9pt&quot;&gt;&lt;span style=&quot;cursor:no-drop&quot;&gt;&lt;span style=&quot;font-family:나눔고딕, NanumGothic&quot;&gt;no-drop&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;div class=&quot;autosourcing-stub-extra&quot; style=&quot;text-align:justify; -webkit-text-stroke-width:0px&quot;&gt; &lt;p style=&quot;margin:11px 0px 7px; padding:0px&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;position:absolute&quot;&gt;&lt;span style=&quot;opacity:1&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;color:#666666&quot;&gt;&lt;span style=&quot;font-family:돋움&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-variant-ligatures:normal&quot;&gt;&lt;span style=&quot;font-variant-caps:normal&quot;&gt;&lt;span style=&quot;font-weight:400&quot;&gt;&lt;span style=&quot;letter-spacing:normal&quot;&gt;&lt;span style=&quot;orphans:2&quot;&gt;&lt;span style=&quot;text-transform:none&quot;&gt;&lt;span style=&quot;white-space:normal&quot;&gt;&lt;span style=&quot;widows:2&quot;&gt;&lt;span style=&quot;word-spacing:0px&quot;&gt;&lt;span style=&quot;background-color:#ffffff&quot;&gt;&lt;span style=&quot;text-decoration-style:initial&quot;&gt;&lt;span style=&quot;text-decoration-color:initial&quot;&gt;&lt;span style=&quot;zoom:1&quot;&gt;&lt;span style=&quot;font-size:12px&quot;&gt;&lt;span style=&quot;line-height:1.5&quot;&gt;&lt;span style=&quot;font-family:Dotum&quot;&gt;&lt;span style=&quot;font-style:normal&quot;&gt;&lt;span style=&quot;font-weight:normal&quot;&gt;&lt;strong style=&quot;padding:0px 7px 0px 0px&quot;&gt;[출처]&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;https://blog.naver.com/endless4464/220934787415&quot; style=&quot;text-decoration:none&quot; target=&quot;_blank&quot;&gt;[CSS]커서(cursor) 모양 정리&lt;/a&gt;&lt;span style=&quot;padding:0px 7px 0px 5px&quot;&gt;|&lt;/span&gt;&lt;strong style=&quot;padding:0px 7px 0px 0px&quot;&gt;작성자&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;https://blog.naver.com/endless4464&quot; style=&quot;text-decoration:none&quot; target=&quot;_blank&quot;&gt;와이키키&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</content>			</entry><entry>
		<title>webkit-animation 적용 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/433413"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/433413#comment"/>		<id>https://mbg1346.inour.net/html/433413</id>
		<published>2018-01-31T20:40:52+09:00</published>
		<updated>2019-09-19T22:02:47+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">css3를 지원하는 브라우즈에서 이미지나 문구를 에니메이션 처럼 꾸미는 방법으로 webkit-animation을 많이 사용합니다. https://moonhouse.co.kr/423394 스케치북5 게시판에 댓글달기 추천 문구에 적용하는 방법을 소개합니다. 1. skin.xml 에 추가 &lt;var name=&quot;comment_induce_mid&quot; type=&quot;text&quot;&gt; &lt;title xml:lang=&quot;ko&quot;&gt;댓글 유도 mid&lt;/title&gt; &lt;title xml:lang=&quot;en&quot;&gt;Comment Induce Mid&lt;/title&gt; &lt;description xml:lang=&quot;ko&quot;&gt;댓글 유...</summary>
	<content type="html">&lt;p&gt;css3를 지원하는 브라우즈에서 이미지나 문구를 에니메이션 처럼 꾸미는 방법으로&amp;nbsp;webkit-animation을 많이 사용합니다.&amp;nbsp;&lt;a href=&quot;https://moonhouse.co.kr/html/423394&quot;&gt;https://moonhouse.co.kr/423394&lt;/a&gt;&lt;/p&gt; &lt;p&gt;스케치북5 게시판에 댓글달기 추천 문구에 적용하는 방법을 소개합니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;1.&amp;nbsp;skin.xml 에 추가&lt;/p&gt; &lt;div style=&quot;background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;&quot;&gt; &lt;p&gt;&amp;lt;var name=&amp;quot;comment_induce_mid&amp;quot; type=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;title xml:lang=&amp;quot;ko&amp;quot;&amp;gt;댓글 유도 mid&amp;lt;/title&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;title xml:lang=&amp;quot;en&amp;quot;&amp;gt;Comment Induce Mid&amp;lt;/title&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;description xml:lang=&amp;quot;ko&amp;quot;&amp;gt;댓글 유도 문구표시할 mid명&amp;lt;/description&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;description xml:lang=&amp;quot;en&amp;quot;&amp;gt;Comment Induce Mid&amp;lt;/description&amp;gt;&lt;br /&gt; &amp;lt;/var&amp;gt;&lt;br /&gt; &amp;lt;var name=&amp;quot;comment_induce_text&amp;quot; type=&amp;quot;textarea&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;title xml:lang=&amp;quot;ko&amp;quot;&amp;gt;댓글 유도 문구&amp;lt;/title&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;title xml:lang=&amp;quot;en&amp;quot;&amp;gt;Comment Induce Text&amp;lt;/title&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;description xml:lang=&amp;quot;ko&amp;quot;&amp;gt;댓글 유도 문구를 작성하세요.&amp;lt;/description&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;description xml:lang=&amp;quot;en&amp;quot;&amp;gt;Comment Induce Text&amp;lt;/description&amp;gt;&lt;br /&gt; &amp;lt;/var&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;2. _read.html을 열어서 주황색 코드 추가&lt;/p&gt; &lt;div style=&quot;background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;&quot;&gt; &lt;p&gt;&amp;lt;!--// Editor --&amp;gt;&lt;br /&gt; &amp;lt;!--@if($mi-&amp;gt;cmt_wrt==&amp;#39;sns&amp;#39;)--&amp;gt;&lt;br /&gt; &amp;lt;!--// SocialXE --&amp;gt;&lt;br /&gt; &amp;nbsp; -- 생략&lt;br /&gt; &amp;lt;!--@else--&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;&amp;lt;block cond=&amp;quot;$mid==$mi-&amp;gt;comment_induce_mid&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;div class=&amp;quot;cmtInduce&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;!--@if ($oDocument-&amp;gt;get(&amp;#39;comment_count&amp;#39;) &amp;lt;= 0 ) --&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;ul class=&amp;quot;&lt;/span&gt;&lt;span style=&quot;color:#2980b9;&quot;&gt;blink1&lt;/span&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;&amp;quot; style=&amp;quot;margin-bottom:10px; text-align:center&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-quote-left&amp;quot; aria-hidden=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/i&amp;gt; 댓글이 하나도 없네요ㅠㅠ &amp;lt;i class=&amp;quot;fa fa-quote-right&amp;quot; aria-hidden=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt; &amp;lt;!--@end--&amp;gt;&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;ul class=&amp;quot;&lt;/span&gt;&lt;span style=&quot;color:#2980b9;&quot;&gt;blink2&lt;/span&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;./img/induce.gif&amp;quot; /&amp;gt;&amp;lt;i class=&amp;quot;fa fa-quote-left&amp;quot; aria-hidden=&amp;quot;true&amp;quot; style=&amp;quot;margin-left:5px&amp;quot;&amp;gt;&amp;lt;/i&amp;gt; {$mi-&amp;gt;comment_induce_text} &amp;lt;i class=&amp;quot;fa fa-quote-right&amp;quot; aria-hidden=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/block&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;lt;!--// Comment Write : Top --&amp;gt;&lt;/p&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;3.&amp;nbsp;board.css 에 추가&amp;nbsp;&lt;/p&gt; &lt;div style=&quot;background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;&quot;&gt; &lt;p&gt;/* 댓글 유도창 */&lt;br /&gt; .cmtInduce { background-color:#555555; font-size:1.0em; color:#fff; padding:5px; -webkit-border-radius:5px;-moz-border-radius:5px; border-radius:5px; margin-bottom:10px; }&lt;/p&gt; &lt;/div&gt; &lt;p&gt;이렇게 코드 추가하면 해당 게시판(mid)에 댓글이 없으면 &amp;quot;&lt;span style=&quot;color:#e67e22;&quot;&gt;댓글이 하나도 없네요ㅠㅠ&lt;/span&gt;&amp;quot; 문구가 상단에 출력되고&lt;/p&gt; &lt;p&gt;아래에 게시판설정에 &amp;quot;댓글 유도 문구&amp;quot;글이 출력됩니다.&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;img_002.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/413/433/d890f2edaa9e595691d710d0d76459e4.jpg&quot; /&gt;&lt;/p&gt; &lt;p&gt;여기 까지만 적용해도 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;이 문구들에게 생명을 적용하는 방법이&amp;nbsp;webkit-animation입니다.&lt;/p&gt; &lt;p&gt;[webkit-animation 적용 설명]&lt;/p&gt; &lt;div style=&quot;background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;&quot;&gt; &lt;p&gt;-webkit-animation-name:Animation_01; //프레임에 정의한 name 값&lt;/p&gt; &lt;p&gt;-webkit-animation-delay:1s; //1초 정도 멈춘 후에 시작된다.&lt;/p&gt; &lt;p&gt;-webkit-animation-duration:2.0s; //애니메이션 실행 시간 2초&lt;/p&gt; &lt;p&gt;-webkit-animation-interation-count:infinite; //무한 반복&lt;/p&gt; &lt;p&gt;-webkit-animation-timing-function:ease-in-out; //키프레임간의 타이밍 정도 ease / ease-in / ease-in-out&lt;/p&gt; &lt;p&gt;-webkit-animation-direction:alternate &amp;nbsp;//플레이 상태값, normal 순방향 / alternate 역방향&lt;/p&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위의&amp;nbsp; _read.html 소스에&amp;nbsp;&lt;span style=&quot;color:#e67e22;&quot;&gt;class=&amp;quot;&lt;/span&gt;&lt;span style=&quot;color:#2980b9;&quot;&gt;blink1&lt;/span&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;&amp;quot; &lt;/span&gt;&lt;span style=&quot;color:#2980b9;&quot;&gt; &lt;/span&gt;이 부분&amp;nbsp;board.css 에 추가&lt;/p&gt; &lt;div style=&quot;background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;&quot;&gt; &lt;p&gt;&lt;span style=&quot;color:#2980b9;&quot;&gt;.blink1&lt;/span&gt; {&lt;/p&gt; &lt;p&gt;-webkit-animation-name: &lt;span style=&quot;color:#e74c3c;&quot;&gt;blinker&lt;/span&gt;;&lt;/p&gt; &lt;p&gt;-webkit-animation-iteration-count: infinite;&amp;nbsp;&lt;br /&gt; -webkit-animation-timing-function: ease-in-out;&lt;/p&gt; &lt;p&gt;-webkit-animation-duration: 2s;&lt;/p&gt; &lt;p&gt;-webkit-animation-timing-function:ease-in-out;&lt;/p&gt; &lt;p&gt;-webkit-animation-direction: alternate;&lt;/p&gt; &lt;p&gt;}&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:#27ae60;&quot;&gt;@-webkit-keyframes &lt;/span&gt;&lt;span style=&quot;color:#e74c3c;&quot;&gt;blinker&lt;/span&gt;&lt;span style=&quot;color:#27ae60;&quot;&gt; {&amp;nbsp;&lt;br /&gt; &amp;nbsp;0% { opacity: 0; }&lt;br /&gt; &amp;nbsp;50% { opacity: 1; }&lt;br /&gt; &amp;nbsp;100% { opacity: 0.5; }&lt;br /&gt; &amp;nbsp;}&lt;/span&gt;&lt;/p&gt; &lt;/div&gt; &lt;p&gt;-webkit-animation-name: &lt;span style=&quot;color:#e74c3c;&quot;&gt;blinker&lt;/span&gt;; &lt;span style=&quot;color:#2980b9;&quot;&gt;&amp;nbsp;&lt;/span&gt;프레임에 정의한 name 값입니다.&lt;/p&gt; &lt;p&gt;여기서 네임값&amp;nbsp;&lt;span style=&quot;color:#e74c3c;&quot;&gt;blinker&lt;/span&gt;는 코드를 작성하는 작성자가 임의의 이름값을 주면 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위의 코드에서 초록색 부분&amp;nbsp;&lt;span style=&quot;color:#27ae60;&quot;&gt;@-webkit-keyframes &lt;/span&gt;에 작성자가 준 임의의 이름값을 &amp;nbsp;&lt;span style=&quot;color:#e74c3c;&quot;&gt;blinker&lt;/span&gt;를 주고&lt;/p&gt; &lt;p&gt;{ 에니메이션 작동 코드 }를 작성하면 됩니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;위의 코드의 에니메이션 은&amp;nbsp;&lt;/p&gt; &lt;p&gt;-webkit-animation-duration: 2s; 2초 동안&lt;/p&gt; &lt;p&gt;처음에&amp;nbsp;투명도가 0, 1초일때 투명도가 100%, 2초일때 투명도가 50%&amp;nbsp;&lt;/p&gt; &lt;p&gt;아래 댓글 유도문구중 &amp;nbsp;&amp;quot;&lt;span style=&quot;color:#e67e22;&quot;&gt;댓글이 하나도 없네요ㅠㅠ&lt;/span&gt;&amp;quot;가 위의 에니메이션이 적용 된 것입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;자! 그럼 효과를 2개를 동시에 적용하는 방법&amp;nbsp;&lt;span style=&quot;color:#e67e22;&quot;&gt;class=&amp;quot;&lt;/span&gt;&lt;span style=&quot;color:#2980b9;&quot;&gt;blink2&lt;/span&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;&amp;quot; &lt;/span&gt;&lt;/p&gt; &lt;div style=&quot;background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;&quot;&gt; &lt;p&gt;.blink2 {&lt;/p&gt; &lt;p&gt;-webkit-animation-name: &lt;span style=&quot;color:#e67e22;&quot;&gt;blinker&lt;/span&gt;;&lt;/p&gt; &lt;p&gt;-webkit-animation-name: &lt;span style=&quot;color:#8e44ad;&quot;&gt;pulse&lt;/span&gt;;&lt;/p&gt; &lt;p&gt;-webkit-animation-iteration-count: infinite;&amp;nbsp;&lt;br /&gt; -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);&lt;/p&gt; &lt;p&gt;-webkit-animation-duration: 5s;&lt;/p&gt; &lt;p&gt;-webkit-animation-timing-function:ease-in-out;&lt;/p&gt; &lt;p&gt;-webkit-animation-direction: alternate;&lt;/p&gt; &lt;p&gt;}&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;@-webkit-keyframes &lt;span style=&quot;color:#8e44ad;&quot;&gt;pulse&lt;/span&gt; {&lt;br /&gt; &amp;nbsp;0% { background-color:black&amp;nbsp;; opacity: 1.0; -webkit-transform: scale(1.0) rotate(0deg); }&lt;br /&gt; &amp;nbsp;33% { background-color:white ; opacity: 0.75; -webkit-transform: scale(0.9) rotate(-5deg); }&lt;br /&gt; &amp;nbsp;67% { background-color:red ; opacity: 0.5; -webkit-transform: scale(1.1) rotate(0deg); }&lt;br /&gt; &amp;nbsp;100% { background-color:green ; opacity: 1.0; -webkit-transform: scale(1.0) rotate(5deg); }&lt;/p&gt; &lt;p&gt;}&lt;/p&gt; &lt;/div&gt; &lt;p&gt;&lt;span style=&quot;color:#e67e22;&quot;&gt;blinker &lt;/span&gt;효과는 위에 설명했고,&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:#8e44ad;&quot;&gt;pulse&amp;nbsp;&lt;/span&gt;효과는 5초동안 문구의&lt;/p&gt; &lt;p&gt;배경색상 - background-color: ;&lt;/p&gt; &lt;p&gt;투명도의 변화 - opacity: ;&lt;/p&gt; &lt;p&gt;크기 변화 - scale(1.0);100% 90% 110% 100%,&lt;/p&gt; &lt;p&gt;회전 -&amp;nbsp;rotate(-5deg);&lt;/p&gt; &lt;p&gt;아래 댓글 유도 문구중&amp;nbsp; 하단문구가 위의 에니메이션이 적용 된 것입니다.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;에니메이션의 효과는 웹검색하시면 다영하게 나옵니다.&lt;/p&gt; &lt;p&gt;https://moonhouse.co.kr/select&lt;/p&gt; &lt;p&gt;페이지의 메뉴에 마우스hover시 화려한 효과도&amp;nbsp;webkit-animation를 사용한 것입니다.&lt;/p&gt;</content>		<category term="에니메이션"/><category term="webkit-animation"/><category term="animation"/>	</entry><entry>
		<title>각종 css3를 자동으로 만들어주는 사이트</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/423394"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/423394#comment"/>		<id>https://mbg1346.inour.net/html/423394</id>
		<published>2017-11-07T19:56:01+09:00</published>
		<updated>2019-09-19T22:02:30+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">{CSS3} animation / transform / transition 각종 css3를 자동으로 만들어주는 사이트 http://www.css3maker.com/index.html * animation 참고 사이트 http://daneden.github.io/animate.css/ - css3 animaion을 적용하기 위해선 속성 변화를 주기 위해 키프레임 생성! (접두어 써야함) animation-name: 애니메이션이름 animation-duration: 진행시간(2s,3s...) animation-iteration-count: 반복횟수(infinite:무한반복) animation-...</summary>
	<content type="html">&lt;h2 style=&quot;margin: 0.83em 0px; padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;{CSS3} animation / transform / transition&amp;nbsp;&lt;/h2&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;각종 css3를 자동으로 만들어주는 사이트&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a href=&quot;http://www.css3maker.com/css3-animation.html&quot; rel=&quot;noopener&quot; style=&quot;text-decoration-line: none; color: rgb(0, 136, 204); transition: border-color 0.4s, box-shadow 0.4s, background 0.4s, color 0.4s, opacity 0.4s;&quot; target=&quot;_blank&quot;&gt;http://www.css3maker.com/index.html&lt;/a&gt;&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&lt;img alt=&quot;img_001.jpg&quot; src=&quot;https://moonhouse.co.kr/files/attach/images/91640/392/423/849b704bbcbe30cfb5eb4772a3d92984.jpg&quot; /&gt;&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;* animation&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;참고 사이트&amp;nbsp;&lt;a href=&quot;http://daneden.github.io/animate.css/&quot; style=&quot;text-decoration-line: none; color: rgb(0, 136, 204); transition: border-color 0.4s, box-shadow 0.4s, background 0.4s, color 0.4s, opacity 0.4s;&quot; target=&quot;_blank&quot;&gt;http://daneden.github.io/animate.css/&lt;/a&gt;&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;- css3 animaion을 적용하기 위해선 속성 변화를 주기 위해 키프레임 생성! (접두어 써야함)&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;animation-name: 애니메이션이름&lt;br /&gt; animation-duration: 진행시간(2s,3s...)&lt;br /&gt; animation-iteration-count: 반복횟수(infinite:무한반복)&lt;br /&gt; animation-timing-fonction: 속도형태(자세한 속성값은 밑에 다시 세세하게 씀!)&lt;br /&gt; animation-direction: 방향지정(자세한 속성값은 아래에)&lt;br /&gt; animation-play-state: 애니메이션 진행상태&lt;br /&gt; animation-delay:애니메이션 시작전 지연시간&lt;br /&gt; animation-fill-mode:애니메이션이 끝났을 때 요소의 위치(자세한 속성은 아래에)&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;- 속도형태 속성&lt;br /&gt; ease (시작과 종료 부드럽게)&lt;br /&gt; linear (일정하게)&lt;br /&gt; ease-in (서서히 시작)&lt;br /&gt; ease-out (서서히 종료)&lt;br /&gt; ease-in-out (서서히 시작하여 서서히 종료)&lt;br /&gt; &amp;nbsp;&lt;br /&gt; - 방향지정 속성&lt;br /&gt; normal (정방향)&lt;br /&gt; reverse (to에서 시작하여 from으로 끝남)&lt;br /&gt; alternate (처음은 정방향 그 다음은 역방향)&lt;br /&gt; alternate-reverse (처음은 역방향 그 다음은 정방향)&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;- 애니메이션 진행상태 속성&lt;br /&gt; running (재색중)&lt;br /&gt; paused (일시정지중)&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;- 애니메이션 끝났을 때 요소의 위치 속성&lt;br /&gt; forwards (애니메이션 시작 전 까지는 원래 위치에서 대기 / 요소가 애니메이션 끝나는 위치에서 멈춤)&lt;br /&gt; backwards (페이지가 로딩되면 곧장 애니메이션 시작 위치로 이동 / 끝나면 원래 위치로 돌아감)&lt;br /&gt; both (위 둘 효과를 모두 적용)&lt;br /&gt; none (애니메이션 시작 전 까지는 원래 위치에 고정 / 끝나면 그 위치로 다시 돌아감 = 기본상태)&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;- 키프레임&amp;nbsp;&lt;br /&gt; @keyframes 애니메이션이름 {&lt;br /&gt; &amp;nbsp; 0% {}&lt;br /&gt; &amp;nbsp; 5% {}&lt;br /&gt; &amp;nbsp; ... %는 각자 효과를 주고 싶은 곳에 지정하며, 각 %마다 움직임을 주고 싶으면 그 안에 {해당하는 값을 써주면 됨}&lt;br /&gt; }&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;한줄 정의가 가능하다&lt;br /&gt; ex) animation:rotateWord 18s linear infinite 0s;&lt;br /&gt; 풀어서 정의 하자면&lt;br /&gt; ex)&lt;br /&gt; animation-name:rotateWord;&lt;br /&gt; animation-duration:18s;&lt;br /&gt; animation-iteration-count:infinite;&lt;br /&gt; animation-timing-fonction:linear;&lt;br /&gt; animation-delay:0s;&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;h3 style=&quot;margin: 1em 0px; padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;* transform&lt;/h3&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;- 회전, 확대/축소, 기울임, 위치변경과 같은 변경 처리 (마찬가지로 접두어 써야함)&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;1. rotate 회전&lt;br /&gt; - 각도의 범위는 0~360도중 하나의 각도 선택할 수 있으며, 마이너스 각도는 시계 반대 방향으로 회전 할 수 있음&lt;br /&gt; ex) transform:rotate(45deg);&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;2. scale 확대/축소&lt;br /&gt; - 이미지(개체)의 크기를 조절할 수 있으며, 비율을 지정하여 크기를 조절하고 n배로 확대 수치 지정/ 소수점도 가능&lt;br /&gt; ex) transform:scale(1.5);&lt;br /&gt; - 비율로 확대/축소가 가능하나, 가로 세로 방향도 지정 가능 함&lt;br /&gt; ex) transform:scaleX(3); 가로의 3배 확대 / Y로 쓰면 세로의 3배 확대&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;3. skew 기울임&lt;br /&gt; - 주어진 각도로 기울일 수 있으며, X축은 좌/우로 Y축은 상/하로 기울이는 효과를 줌&lt;br /&gt; - X축에 + 각도는 우측 / - 각도는 좌측&lt;br /&gt; - Y축에 + 각도는 아래쪽으로 / - 각도는 윗쪽&lt;br /&gt; ex) transform:skewX(+-10deg);&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;4. translate 위치이동&lt;br /&gt; - 위치를 이동시킬 수 있으며, 좌/우 상/하로 위치 조정&lt;br /&gt; - scale과 마찬가지로 X축, Y축으로 지정가능함&lt;br /&gt; ex) transform:translate(10px, 20px); transform:translateX(10px);\&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;h3 style=&quot;margin: 1em 0px; padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; background-color: rgb(255, 255, 255);&quot;&gt;* transition&lt;/h3&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;- 마우스를 클릭하거나 hover 상태에 변화를 주는 것&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;transition-property : 색상이나 위치 등 변화의 대상이 되는 css 속성 지정&lt;br /&gt; transition-duration : 변화할 때 걸리는 시간을 초단위로 지정&lt;br /&gt; transition-delay : 변화되기 전 시간을 초단위로 지정&lt;br /&gt; transition-timing-function : 진행시간 (속성값은 animation 속도형태 속성과 동일)&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;한 줄 정의가 가능하다&lt;br /&gt; ex) transition:opacity 2s 1s ease;&lt;br /&gt; 이렇게 정의할 경우 풀어서 쓴다면,&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;ex)&lt;br /&gt; transition-property:opacity;&lt;br /&gt; transition-duration:2s;&lt;br /&gt; transition-delay:1s;&lt;br /&gt; trasition-timing-function:ease;&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;padding: 0px; text-size-adjust: none; font-family: &amp;quot;Apple SD 산돌고딕 Neo&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, 나눔고딕, &amp;quot;Nanum Gothic&amp;quot;, 맑은고딕, &amp;quot;Malgun Gothic&amp;quot;, 돋움, Dotum, Tahoma, Geneva, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);&quot;&gt;출처 :&amp;nbsp;&lt;a href=&quot;http://blog.naver.com/bbol0623/220385803579&quot; rel=&quot;noopener&quot; style=&quot;text-decoration-line: none; color: rgb(0, 136, 204); transition: border-color 0.4s, box-shadow 0.4s, background 0.4s, color 0.4s, opacity 0.4s;&quot; target=&quot;_blank&quot;&gt;http://blog.naver.com/bbol0623/220385803579&lt;/a&gt;&lt;/p&gt;</content>		<category term="에니메이션"/><category term="webkit-animation"/><category term="animation"/>	</entry><entry>
		<title>html에 사용되는 Character Entities(특수기호)</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/422941"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/422941#comment"/>		<id>https://mbg1346.inour.net/html/422941</id>
		<published>2017-11-04T17:54:04+09:00</published>
		<updated>2017-12-24T20:02:23+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&amp;Tab; 	 	 CHARACTER TABULATION &amp;NewLine; 
 
 LINE FEED (LF) ! &amp;excl; ! ! EXCLAMATION MARK &quot; &quot; &amp;QUOT; &quot; &quot; QUOTATION MARK # &amp;num; # # NUMBER SIGN $ &amp;dollar; $ $ DOLLAR SIGN % &amp;percnt; % % PERCENT SIGN &amp; &amp; &amp;AMP; &amp; &amp; AMPERSAND &#039; &amp;apos; &#039; &#039; APOSTROPHE ( &amp;lpar; ( ( LEFT PARENTHESIS ) &amp;rpar; ) ) RIGHT PARENTHESIS * &amp;ast; &amp;midast; * * ASTERISK + &amp;plus; + + PLUS SIGN , &amp;comma; , , COMMA . &amp;period; . . FULL ...</summary>
	<content type="html">&lt;style type=&quot;text/css&quot;&gt;#ce { font: .8em Monaco; display: block; } #ce tr { background: #EEE; display: inline-block; text-align: center; width: 10em; height: 10em; margin: .5em; padding: 1px; position: relative; } #ce td { display: block; } #ce .character { font: 4em &quot;Georgia&quot;, &quot;Apple Symbols&quot;, serif; line-height: 1.1; } #ce .hex, .dec { visibility: hidden; } #ce .desc { display: none; position :absolute; text-align: center; background: silver; color: black; } #ce tr:hover .character { font-size: 2em; } #ce tr:hover .hex, tr:hover .dec { visibility: visible; } #ce xtr:hover .desc { display: block; top: 100%; left: 0; } &lt;/style&gt; &lt;table id=&quot;ce&quot;&gt; &lt;tbody&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Cc&quot; data-set=&quot;mmlextra&quot; title=&quot;U+00009 CHARACTER TABULATION&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Tab;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00009;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CHARACTER TABULATION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Cc&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0000A LINE FEED (LF)&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;NewLine;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0000A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LINE FEED (LF)&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+00021 EXCLAMATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;!&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;excl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00021;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#33;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EXCLAMATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;predefined xhtml1-special 9573-2003-isonum html5-uppercase&quot; title=&quot;U+00022 QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;quot;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;quot; &amp;amp;QUOT;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00022;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#34;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+00023 NUMBER SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;#&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;num;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00023;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#35;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NUMBER SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sc&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+00024 DOLLAR SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;$&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dollar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00024;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#36;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOLLAR SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+00025 PERCENT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;%&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;percnt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00025;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#37;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PERCENT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;predefined html5-uppercase 9573-2003-isonum&quot; title=&quot;U+00026 AMPERSAND&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;amp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;amp; &amp;amp;AMP;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00026;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#38;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;AMPERSAND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;predefined 9573-2003-isonum&quot; title=&quot;U+00027 APOSTROPHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;#39;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;apos;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00027;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#39;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APOSTROPHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+00028 LEFT PARENTHESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;(&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lpar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00028;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#40;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT PARENTHESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+00029 RIGHT PARENTHESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;)&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rpar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00029;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#41;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT PARENTHESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum 9573-2003-isoamsb&quot; title=&quot;U+0002A ASTERISK&quot;&gt; &lt;td class=&quot;character&quot;&gt;*&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ast; &amp;amp;midast;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0002A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#42;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ASTERISK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0002B PLUS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;+&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0002B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#43;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0002C COMMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;,&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;comma;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0002C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#44;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COMMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0002E FULL STOP&quot;&gt; &lt;td class=&quot;character&quot;&gt;.&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;period;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0002E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#46;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FULL STOP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0002F SOLIDUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;/&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sol;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0002F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#47;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOLIDUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0003A COLON&quot;&gt; &lt;td class=&quot;character&quot;&gt;:&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;colon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0003A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#58;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COLON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0003B SEMICOLON&quot;&gt; &lt;td class=&quot;character&quot;&gt;;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;semi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0003B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#59;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SEMICOLON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sm&quot; data-set=&quot;predefined xhtml1-special 9573-2003-isonum html5-uppercase&quot; title=&quot;U+0003C LESS-THAN SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lt;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lt; &amp;amp;LT;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0003C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#60;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0003D EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;=&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;equals;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0003D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#61;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sm&quot; data-set=&quot;predefined xhtml1-special 9573-2003-isonum html5-uppercase&quot; title=&quot;U+0003E GREATER-THAN SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;gt;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gt; &amp;amp;GT;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0003E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#62;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0003F QUESTION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;?&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;quest;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0003F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#63;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;QUESTION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+00040 COMMERCIAL AT&quot;&gt; &lt;td class=&quot;character&quot;&gt;@&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;commat;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00040;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#64;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COMMERCIAL AT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isonum mmlalias&quot; title=&quot;U+0005B LEFT SQUARE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;[&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsqb; &amp;amp;lbrack;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0005B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#91;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT SQUARE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0005C REVERSE SOLIDUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;\&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bsol;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0005C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#92;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSE SOLIDUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isonum mmlalias&quot; title=&quot;U+0005D RIGHT SQUARE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;]&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rsqb; &amp;amp;rbrack;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0005D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#93;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT SQUARE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sk&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0005E CIRCUMFLEX ACCENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;^&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Hat;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0005E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#94;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCUMFLEX ACCENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Pc&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0005F LOW LINE&quot;&gt; &lt;td class=&quot;character&quot;&gt;_&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lowbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0005F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#95;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOW LINE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sk&quot; data-set=&quot;9573-2003-isodia mmlalias&quot; title=&quot;U+00060 GRAVE ACCENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;`&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;grave; &amp;amp;DiacriticalGrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00060;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#96;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GRAVE ACCENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isonum mmlalias&quot; title=&quot;U+0007B LEFT CURLY BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;{&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lcub; &amp;amp;lbrace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0007B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#123;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT CURLY BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isonum mmlalias mmlextra&quot; title=&quot;U+0007C VERTICAL LINE&quot;&gt; &lt;td class=&quot;character&quot;&gt;|&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;verbar; &amp;amp;vert; &amp;amp;VerticalLine;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0007C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#124;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERTICAL LINE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C0 Controls and Basic Latin&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isonum mmlalias&quot; title=&quot;U+0007D RIGHT CURLY BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;}&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rcub; &amp;amp;rbrace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0007D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#125;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT CURLY BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Zs&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum mmlalias&quot; title=&quot;U+000A0 NO-BREAK SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nbsp; &amp;amp;NonBreakingSpace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#160;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NO-BREAK SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000A1 INVERTED EXCLAMATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;iexcl;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iexcl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#161;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INVERTED EXCLAMATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sc&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000A2 CENT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;cent;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cent;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#162;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CENT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sc&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000A3 POUND SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;pound;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pound;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#163;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;POUND SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sc&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000A4 CURRENCY SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;curren;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;curren;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#164;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CURRENCY SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sc&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000A5 YEN SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;yen;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;yen;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#165;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;YEN SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000A6 BROKEN BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;brvbar;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;brvbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#166;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BROKEN BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000A7 SECTION SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sect;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sect;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#167;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SECTION SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sk&quot; data-set=&quot;9573-2003-isotech 9573-2003-isodia mmlalias xhtml1-lat1&quot; title=&quot;U+000A8 DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;uml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Dot; &amp;amp;die; &amp;amp;DoubleDot; &amp;amp;uml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#168;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum html5-uppercase&quot; title=&quot;U+000A9 COPYRIGHT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;copy;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;copy; &amp;amp;COPY;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000A9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#169;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COPYRIGHT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000AA FEMININE ORDINAL INDICATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ordf;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ordf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000AA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#170;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FEMININE ORDINAL INDICATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Pi&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;laquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;laquo;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000AB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#171;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT-POINTING DOUBLE ANGLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000AC NOT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;not;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;not;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000AC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#172;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Cf&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000AD SOFT HYPHEN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;shy;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;shy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000AD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#173;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOFT HYPHEN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum mmlalias html5-uppercase&quot; title=&quot;U+000AE REGISTERED SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;reg;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;reg; &amp;amp;circledR; &amp;amp;REG;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000AE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#174;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REGISTERED SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sk&quot; data-set=&quot;xhtml1-lat1 9573-2003-isodia mmlextra 9573-2003-isotech&quot; title=&quot;U+000AF MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;macr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;macr; &amp;amp;OverBar; &amp;amp;strns;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000AF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#175;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000B0 DEGREE SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;deg;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;deg;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#176;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DEGREE SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum mmlalias&quot; title=&quot;U+000B1 PLUS-MINUS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;plusmn;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plusmn; &amp;amp;pm; &amp;amp;PlusMinus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#177;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS-MINUS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;No&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000B2 SUPERSCRIPT TWO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sup2;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sup2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#178;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSCRIPT TWO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;No&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000B3 SUPERSCRIPT THREE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sup3;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sup3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#179;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSCRIPT THREE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sk&quot; data-set=&quot;xhtml1-lat1 9573-2003-isodia mmlalias&quot; title=&quot;U+000B4 ACUTE ACCENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;acute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;acute; &amp;amp;DiacriticalAcute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#180;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ACUTE ACCENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000B5 MICRO SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;micro;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;micro;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#181;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MICRO SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000B6 PILCROW SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;para;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;para;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#182;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PILCROW SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum mmlalias&quot; title=&quot;U+000B7 MIDDLE DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;middot;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;middot; &amp;amp;centerdot; &amp;amp;CenterDot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#183;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MIDDLE DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sk&quot; data-set=&quot;xhtml1-lat1 9573-2003-isodia mmlalias&quot; title=&quot;U+000B8 CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;cedil;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cedil; &amp;amp;Cedilla;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#184;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;No&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000B9 SUPERSCRIPT ONE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sup1;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sup1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000B9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#185;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSCRIPT ONE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000BA MASCULINE ORDINAL INDICATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ordm;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ordm;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000BA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#186;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MASCULINE ORDINAL INDICATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Pf&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;raquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;raquo;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000BB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#187;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;No&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000BC VULGAR FRACTION ONE QUARTER&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;frac14;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac14;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000BC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#188;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION ONE QUARTER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;No&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000BD VULGAR FRACTION ONE HALF&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;frac12;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac12; &amp;amp;half;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000BD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#189;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION ONE HALF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;No&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000BE VULGAR FRACTION THREE QUARTERS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;frac34;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac34;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000BE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#190;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION THREE QUARTERS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000BF INVERTED QUESTION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;iquest;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iquest;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000BF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#191;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INVERTED QUESTION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C0 LATIN CAPITAL LETTER A WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Agrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Agrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#192;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C1 LATIN CAPITAL LETTER A WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Aacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Aacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#193;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C2 LATIN CAPITAL LETTER A WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Acirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Acirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#194;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C3 LATIN CAPITAL LETTER A WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Atilde;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Atilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#195;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C4 LATIN CAPITAL LETTER A WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Auml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Auml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#196;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C5 LATIN CAPITAL LETTER A WITH RING ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Aring;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Aring;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#197;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH RING ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C6 LATIN CAPITAL LETTER AE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;AElig;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;AElig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#198;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER AE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C7 LATIN CAPITAL LETTER C WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ccedil;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ccedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#199;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER C WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C8 LATIN CAPITAL LETTER E WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Egrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Egrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#200;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000C9 LATIN CAPITAL LETTER E WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Eacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Eacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000C9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#201;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000CA LATIN CAPITAL LETTER E WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ecirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ecirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000CA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#202;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000CB LATIN CAPITAL LETTER E WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Euml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Euml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000CB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#203;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000CC LATIN CAPITAL LETTER I WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Igrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Igrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000CC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#204;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000CD LATIN CAPITAL LETTER I WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Iacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Iacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000CD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#205;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000CE LATIN CAPITAL LETTER I WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Icirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Icirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000CE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#206;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000CF LATIN CAPITAL LETTER I WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Iuml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Iuml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000CF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#207;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D0 LATIN CAPITAL LETTER ETH&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ETH;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ETH;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#208;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER ETH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D1 LATIN CAPITAL LETTER N WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ntilde;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ntilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#209;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER N WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D2 LATIN CAPITAL LETTER O WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ograve;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ograve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#210;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D3 LATIN CAPITAL LETTER O WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Oacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Oacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#211;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ocirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ocirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#212;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D5 LATIN CAPITAL LETTER O WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Otilde;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Otilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#213;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D6 LATIN CAPITAL LETTER O WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ouml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ouml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#214;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum&quot; title=&quot;U+000D7 MULTIPLICATION SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;times;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;times;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#215;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIPLICATION SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D8 LATIN CAPITAL LETTER O WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Oslash;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Oslash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#216;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000D9 LATIN CAPITAL LETTER U WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ugrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ugrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000D9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#217;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000DA LATIN CAPITAL LETTER U WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Uacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Uacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000DA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#218;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000DB LATIN CAPITAL LETTER U WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Ucirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ucirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000DB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#219;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000DC LATIN CAPITAL LETTER U WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Uuml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Uuml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000DC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#220;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000DD LATIN CAPITAL LETTER Y WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Yacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Yacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000DD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#221;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER Y WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000DE LATIN CAPITAL LETTER THORN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;THORN;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;THORN;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000DE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#222;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER THORN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000DF LATIN SMALL LETTER SHARP S&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;szlig;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;szlig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000DF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#223;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER SHARP S&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E0 LATIN SMALL LETTER A WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;agrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;agrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#224;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E1 LATIN SMALL LETTER A WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;aacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;aacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#225;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E2 LATIN SMALL LETTER A WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;acirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;acirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#226;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E3 LATIN SMALL LETTER A WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;atilde;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;atilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#227;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E4 LATIN SMALL LETTER A WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;auml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;auml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#228;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E5 LATIN SMALL LETTER A WITH RING ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;aring;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;aring;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#229;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH RING ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E6 LATIN SMALL LETTER AE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;aelig;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;aelig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#230;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER AE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E7 LATIN SMALL LETTER C WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ccedil;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ccedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#231;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER C WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E8 LATIN SMALL LETTER E WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;egrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;egrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#232;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000E9 LATIN SMALL LETTER E WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;eacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000E9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#233;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000EA LATIN SMALL LETTER E WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ecirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ecirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000EA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#234;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000EB LATIN SMALL LETTER E WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;euml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;euml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000EB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#235;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000EC LATIN SMALL LETTER I WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;igrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;igrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000EC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#236;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER I WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000ED LATIN SMALL LETTER I WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;iacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000ED;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#237;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER I WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000EE LATIN SMALL LETTER I WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;icirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;icirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000EE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#238;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER I WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000EF LATIN SMALL LETTER I WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;iuml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iuml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000EF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#239;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER I WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F0 LATIN SMALL LETTER ETH&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;eth;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eth;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#240;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER ETH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F1 LATIN SMALL LETTER N WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ntilde;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ntilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#241;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER N WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F2 LATIN SMALL LETTER O WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ograve;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ograve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#242;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F3 LATIN SMALL LETTER O WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;oacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#243;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F4 LATIN SMALL LETTER O WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ocirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ocirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#244;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F5 LATIN SMALL LETTER O WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;otilde;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;otilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#245;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F6 LATIN SMALL LETTER O WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ouml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ouml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#246;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-lat1 9573-2003-isonum mmlalias&quot; title=&quot;U+000F7 DIVISION SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;divide;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;divide; &amp;amp;div;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#247;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DIVISION SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat1 xhtml1-lat1&quot; title=&quot;U+000F8 LATIN SMALL LETTER O WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;oslash;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oslash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#248;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000F9 LATIN SMALL LETTER U WITH GRAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ugrave;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ugrave;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000F9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#249;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH GRAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000FA LATIN SMALL LETTER U WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;uacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000FA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#250;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000FB LATIN SMALL LETTER U WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ucirc;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ucirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000FB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#251;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000FC LATIN SMALL LETTER U WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;uuml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uuml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000FC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#252;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000FD LATIN SMALL LETTER Y WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;yacute;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;yacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000FD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#253;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER Y WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000FE LATIN SMALL LETTER THORN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;thorn;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;thorn;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000FE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#254;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER THORN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;C1 Controls and Latin-1 Supplement&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-lat1 9573-2003-isolat1&quot; title=&quot;U+000FF LATIN SMALL LETTER Y WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;yuml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;yuml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x000FF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#255;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER Y WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00100 LATIN CAPITAL LETTER A WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ā&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Amacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00100;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#256;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00101 LATIN SMALL LETTER A WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ā&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;amacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00101;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#257;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00102 LATIN CAPITAL LETTER A WITH BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ă&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Abreve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00102;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#258;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00103 LATIN SMALL LETTER A WITH BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ă&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;abreve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00103;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#259;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00104 LATIN CAPITAL LETTER A WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ą&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Aogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00104;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#260;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER A WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00105 LATIN SMALL LETTER A WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;ą&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;aogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00105;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#261;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER A WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00106 LATIN CAPITAL LETTER C WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ć&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Cacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00106;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#262;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER C WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00107 LATIN SMALL LETTER C WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ć&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00107;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#263;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER C WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00108 LATIN CAPITAL LETTER C WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ĉ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ccirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00108;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#264;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER C WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00109 LATIN SMALL LETTER C WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĉ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ccirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00109;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#265;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER C WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0010A LATIN CAPITAL LETTER C WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ċ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Cdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0010A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#266;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER C WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0010B LATIN SMALL LETTER C WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ċ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0010B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#267;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER C WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0010C LATIN CAPITAL LETTER C WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Č&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ccaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0010C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#268;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER C WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0010D LATIN SMALL LETTER C WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;č&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ccaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0010D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#269;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER C WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0010E LATIN CAPITAL LETTER D WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ď&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Dcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0010E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#270;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER D WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0010F LATIN SMALL LETTER D WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ď&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0010F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#271;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER D WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00110 LATIN CAPITAL LETTER D WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Đ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Dstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00110;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#272;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER D WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00111 LATIN SMALL LETTER D WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;đ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00111;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#273;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER D WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00112 LATIN CAPITAL LETTER E WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ē&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Emacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00112;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#274;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00113 LATIN SMALL LETTER E WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ē&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;emacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00113;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#275;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00116 LATIN CAPITAL LETTER E WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ė&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Edot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00116;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#278;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00117 LATIN SMALL LETTER E WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ė&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;edot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00117;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#279;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00118 LATIN CAPITAL LETTER E WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ę&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Eogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00118;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#280;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00119 LATIN SMALL LETTER E WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;ę&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00119;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#281;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0011A LATIN CAPITAL LETTER E WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ě&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ecaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0011A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#282;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER E WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0011B LATIN SMALL LETTER E WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ě&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ecaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0011B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#283;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER E WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0011C LATIN CAPITAL LETTER G WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ĝ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0011C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#284;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER G WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0011D LATIN SMALL LETTER G WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĝ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0011D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#285;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER G WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0011E LATIN CAPITAL LETTER G WITH BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ğ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gbreve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0011E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#286;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER G WITH BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0011F LATIN SMALL LETTER G WITH BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ğ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gbreve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0011F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#287;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER G WITH BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00120 LATIN CAPITAL LETTER G WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ġ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00120;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#288;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER G WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00121 LATIN SMALL LETTER G WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ġ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00121;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#289;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER G WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00122 LATIN CAPITAL LETTER G WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ģ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00122;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#290;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER G WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00124 LATIN CAPITAL LETTER H WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ĥ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Hcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00124;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#292;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER H WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00125 LATIN SMALL LETTER H WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĥ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00125;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#293;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER H WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00126 LATIN CAPITAL LETTER H WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ħ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Hstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00126;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#294;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER H WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00127 LATIN SMALL LETTER H WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ħ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00127;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#295;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER H WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00128 LATIN CAPITAL LETTER I WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ĩ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Itilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00128;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#296;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00129 LATIN SMALL LETTER I WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĩ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;itilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00129;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#297;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER I WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0012A LATIN CAPITAL LETTER I WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ī&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Imacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0012A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#298;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0012B LATIN SMALL LETTER I WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ī&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;imacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0012B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#299;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER I WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0012E LATIN CAPITAL LETTER I WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;Į&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Iogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0012E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#302;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0012F LATIN SMALL LETTER I WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;į&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0012F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#303;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER I WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00130 LATIN CAPITAL LETTER I WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;İ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Idot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00130;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#304;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER I WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isoamso 9573-2003-isolat2&quot; title=&quot;U+00131 LATIN SMALL LETTER DOTLESS I&quot;&gt; &lt;td class=&quot;character&quot;&gt;ı&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;imath; &amp;amp;inodot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00131;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#305;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER DOTLESS I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00132 LATIN CAPITAL LIGATURE IJ&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ĳ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;IJlig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00132;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#306;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LIGATURE IJ&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00133 LATIN SMALL LIGATURE IJ&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĳ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ijlig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00133;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#307;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LIGATURE IJ&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00134 LATIN CAPITAL LETTER J WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ĵ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Jcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00134;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#308;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER J WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00135 LATIN SMALL LETTER J WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĵ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;jcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00135;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#309;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER J WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00136 LATIN CAPITAL LETTER K WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ķ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Kcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00136;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#310;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER K WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00137 LATIN SMALL LETTER K WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ķ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;kcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00137;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#311;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER K WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00138 LATIN SMALL LETTER KRA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĸ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;kgreen;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00138;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#312;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER KRA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00139 LATIN CAPITAL LETTER L WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ĺ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00139;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#313;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER L WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0013A LATIN SMALL LETTER L WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ĺ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0013A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#314;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER L WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0013B LATIN CAPITAL LETTER L WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ļ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0013B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#315;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER L WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0013C LATIN SMALL LETTER L WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ļ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0013C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#316;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER L WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0013D LATIN CAPITAL LETTER L WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ľ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0013D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#317;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER L WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0013E LATIN SMALL LETTER L WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ľ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0013E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#318;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER L WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0013F LATIN CAPITAL LETTER L WITH MIDDLE DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŀ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lmidot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0013F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#319;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER L WITH MIDDLE DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00140 LATIN SMALL LETTER L WITH MIDDLE DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŀ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lmidot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00140;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#320;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER L WITH MIDDLE DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00141 LATIN CAPITAL LETTER L WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ł&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00141;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#321;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER L WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00142 LATIN SMALL LETTER L WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ł&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00142;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#322;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER L WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00143 LATIN CAPITAL LETTER N WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ń&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Nacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00143;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#323;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER N WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00144 LATIN SMALL LETTER N WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ń&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00144;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#324;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER N WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00145 LATIN CAPITAL LETTER N WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ņ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ncedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00145;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#325;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER N WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00146 LATIN SMALL LETTER N WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ņ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ncedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00146;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#326;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER N WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00147 LATIN CAPITAL LETTER N WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ň&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ncaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00147;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#327;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER N WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00148 LATIN SMALL LETTER N WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ň&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ncaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00148;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#328;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER N WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00149 LATIN SMALL LETTER N PRECEDED BY APOSTROPHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŉ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;napos;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00149;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#329;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER N PRECEDED BY APOSTROPHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0014A LATIN CAPITAL LETTER ENG&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŋ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ENG;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0014A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#330;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER ENG&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0014B LATIN SMALL LETTER ENG&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŋ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eng;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0014B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#331;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER ENG&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0014C LATIN CAPITAL LETTER O WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ō&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Omacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0014C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#332;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0014D LATIN SMALL LETTER O WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ō&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;omacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0014D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#333;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00150 LATIN CAPITAL LETTER O WITH DOUBLE ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ő&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Odblac;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00150;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#336;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER O WITH DOUBLE ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00151 LATIN SMALL LETTER O WITH DOUBLE ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ő&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;odblac;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00151;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#337;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER O WITH DOUBLE ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-special 9573-2003-isolat2&quot; title=&quot;U+00152 LATIN CAPITAL LIGATURE OE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;OElig;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;OElig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00152;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#338;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LIGATURE OE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-special 9573-2003-isolat2&quot; title=&quot;U+00153 LATIN SMALL LIGATURE OE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;oelig;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oelig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00153;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#339;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LIGATURE OE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00154 LATIN CAPITAL LETTER R WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŕ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Racute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00154;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#340;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER R WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00155 LATIN SMALL LETTER R WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŕ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;racute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00155;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#341;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER R WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00156 LATIN CAPITAL LETTER R WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŗ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00156;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#342;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER R WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00157 LATIN SMALL LETTER R WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŗ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00157;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#343;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER R WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00158 LATIN CAPITAL LETTER R WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ř&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00158;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#344;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER R WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00159 LATIN SMALL LETTER R WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ř&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00159;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#345;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER R WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0015A LATIN CAPITAL LETTER S WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ś&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Sacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0015A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#346;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER S WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0015B LATIN SMALL LETTER S WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ś&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0015B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#347;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER S WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0015C LATIN CAPITAL LETTER S WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŝ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Scirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0015C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#348;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER S WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0015D LATIN SMALL LETTER S WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŝ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0015D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#349;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER S WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0015E LATIN CAPITAL LETTER S WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ş&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Scedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0015E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#350;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER S WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0015F LATIN SMALL LETTER S WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ş&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0015F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#351;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER S WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-special 9573-2003-isolat2&quot; title=&quot;U+00160 LATIN CAPITAL LETTER S WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Scaron;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Scaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00160;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#352;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER S WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-special 9573-2003-isolat2&quot; title=&quot;U+00161 LATIN SMALL LETTER S WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;scaron;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00161;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#353;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER S WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00162 LATIN CAPITAL LETTER T WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ţ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Tcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00162;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#354;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER T WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00163 LATIN SMALL LETTER T WITH CEDILLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ţ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tcedil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00163;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#355;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER T WITH CEDILLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00164 LATIN CAPITAL LETTER T WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ť&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Tcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00164;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#356;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER T WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00165 LATIN SMALL LETTER T WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ť&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00165;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#357;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER T WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00166 LATIN CAPITAL LETTER T WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŧ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Tstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00166;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#358;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER T WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00167 LATIN SMALL LETTER T WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŧ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tstrok;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00167;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#359;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER T WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00168 LATIN CAPITAL LETTER U WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ũ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Utilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00168;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#360;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00169 LATIN SMALL LETTER U WITH TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ũ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;utilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00169;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#361;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0016A LATIN CAPITAL LETTER U WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ū&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Umacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0016A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#362;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0016B LATIN SMALL LETTER U WITH MACRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ū&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;umacr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0016B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#363;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH MACRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0016C LATIN CAPITAL LETTER U WITH BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŭ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ubreve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0016C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#364;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0016D LATIN SMALL LETTER U WITH BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŭ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ubreve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0016D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#365;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0016E LATIN CAPITAL LETTER U WITH RING ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ů&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Uring;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0016E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#366;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH RING ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0016F LATIN SMALL LETTER U WITH RING ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ů&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uring;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0016F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#367;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH RING ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00170 LATIN CAPITAL LETTER U WITH DOUBLE ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ű&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Udblac;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00170;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#368;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH DOUBLE ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00171 LATIN SMALL LETTER U WITH DOUBLE ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ű&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;udblac;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00171;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#369;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH DOUBLE ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00172 LATIN CAPITAL LETTER U WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ų&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Uogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00172;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#370;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER U WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00173 LATIN SMALL LETTER U WITH OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;ų&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00173;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#371;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER U WITH OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00174 LATIN CAPITAL LETTER W WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŵ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Wcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00174;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#372;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER W WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00175 LATIN SMALL LETTER W WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŵ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;wcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00175;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#373;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER W WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00176 LATIN CAPITAL LETTER Y WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ŷ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ycirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00176;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#374;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER Y WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00177 LATIN SMALL LETTER Y WITH CIRCUMFLEX&quot;&gt; &lt;td class=&quot;character&quot;&gt;ŷ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ycirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00177;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#375;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER Y WITH CIRCUMFLEX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-special 9573-2003-isolat2&quot; title=&quot;U+00178 LATIN CAPITAL LETTER Y WITH DIAERESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Yuml;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Yuml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00178;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#376;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER Y WITH DIAERESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+00179 LATIN CAPITAL LETTER Z WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ź&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Zacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00179;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#377;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER Z WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0017A LATIN SMALL LETTER Z WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ź&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0017A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#378;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER Z WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0017B LATIN CAPITAL LETTER Z WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ż&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Zdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0017B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#379;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER Z WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0017C LATIN SMALL LETTER Z WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ż&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0017C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#380;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER Z WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0017D LATIN CAPITAL LETTER Z WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ž&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Zcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0017D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#381;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER Z WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-A&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+0017E LATIN SMALL LETTER Z WITH CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ž&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zcaron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0017E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#382;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER Z WITH CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-B&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+00192 LATIN SMALL LETTER F WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;fnof;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;fnof;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00192;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#402;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER F WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-B&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+001B5 LATIN CAPITAL LETTER Z WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ƶ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;imped;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x001B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#437;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN CAPITAL LETTER Z WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-B&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isolat2&quot; title=&quot;U+001F5 LATIN SMALL LETTER G WITH ACUTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ǵ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gacute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x001F5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#501;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER G WITH ACUTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Latin Extended-B&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+00237 LATIN SMALL LETTER DOTLESS J&quot;&gt; &lt;td class=&quot;character&quot;&gt;ȷ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;jmath;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00237;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#567;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LETTER DOTLESS J&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Lm&quot; data-set=&quot;xhtml1-special 9573-2003-isodia&quot; title=&quot;U+002C6 MODIFIER LETTER CIRCUMFLEX ACCENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;circ;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;circ;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002C6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#710;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MODIFIER LETTER CIRCUMFLEX ACCENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Lm&quot; data-set=&quot;9573-2003-isodia mmlalias&quot; title=&quot;U+002C7 CARON&quot;&gt; &lt;td class=&quot;character&quot;&gt;ˇ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;caron; &amp;amp;Hacek;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002C7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#711;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CARON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Sk&quot; data-set=&quot;9573-2003-isodia mmlalias&quot; title=&quot;U+002D8 BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;˘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;breve; &amp;amp;Breve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002D8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#728;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Sk&quot; data-set=&quot;9573-2003-isodia mmlalias&quot; title=&quot;U+002D9 DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;˙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dot; &amp;amp;DiacriticalDot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002D9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#729;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Sk&quot; data-set=&quot;9573-2003-isodia&quot; title=&quot;U+002DA RING ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;˚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ring;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002DA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#730;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RING ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Sk&quot; data-set=&quot;9573-2003-isodia&quot; title=&quot;U+002DB OGONEK&quot;&gt; &lt;td class=&quot;character&quot;&gt;˛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ogon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002DB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#731;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;OGONEK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Sk&quot; data-set=&quot;xhtml1-special 9573-2003-isodia mmlalias&quot; title=&quot;U+002DC SMALL TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;tilde;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tilde; &amp;amp;DiacriticalTilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002DC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#732;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMALL TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Spacing Modifier Letters&quot; data-category=&quot;Sk&quot; data-set=&quot;9573-2003-isodia mmlalias&quot; title=&quot;U+002DD DOUBLE ACUTE ACCENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;˝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dblac; &amp;amp;DiacriticalDoubleAcute;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x002DD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#733;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE ACUTE ACCENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Combining Diacritical Marks&quot; data-category=&quot;Mn&quot; data-set=&quot;mmlextra&quot; title=&quot;U+00311 COMBINING INVERTED BREVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;̑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownBreve;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00311;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#785;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COMBINING INVERTED BREVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Combining Diacritical Marks&quot; data-category=&quot;Mn&quot; data-set=&quot;mmlextra&quot; title=&quot;U+00332 COMBINING LOW LINE&quot;&gt; &lt;td class=&quot;character&quot;&gt;̲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;UnderBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00332;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#818;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COMBINING LOW LINE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+00391 GREEK CAPITAL LETTER ALPHA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Alpha;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Alpha;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00391;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#913;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER ALPHA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+00392 GREEK CAPITAL LETTER BETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Beta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Beta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00392;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#914;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER BETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+00393 GREEK CAPITAL LETTER GAMMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Gamma;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gamma;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00393;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#915;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER GAMMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+00394 GREEK CAPITAL LETTER DELTA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Delta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Delta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00394;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#916;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER DELTA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+00395 GREEK CAPITAL LETTER EPSILON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Epsilon;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Epsilon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00395;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#917;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER EPSILON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+00396 GREEK CAPITAL LETTER ZETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Zeta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Zeta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00396;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#918;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER ZETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+00397 GREEK CAPITAL LETTER ETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Eta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Eta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00397;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#919;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER ETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+00398 GREEK CAPITAL LETTER THETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Theta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Theta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00398;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#920;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER THETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+00399 GREEK CAPITAL LETTER IOTA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Iota;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Iota;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00399;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#921;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER IOTA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+0039A GREEK CAPITAL LETTER KAPPA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Kappa;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Kappa;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0039A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#922;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER KAPPA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+0039B GREEK CAPITAL LETTER LAMDA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Lambda;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lambda;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0039B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#923;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER LAMDA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+0039C GREEK CAPITAL LETTER MU&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Mu;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Mu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0039C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#924;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER MU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+0039D GREEK CAPITAL LETTER NU&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Nu;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Nu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0039D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#925;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER NU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+0039E GREEK CAPITAL LETTER XI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Xi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Xi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0039E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#926;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER XI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+0039F GREEK CAPITAL LETTER OMICRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Omicron;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Omicron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0039F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#927;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER OMICRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003A0 GREEK CAPITAL LETTER PI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Pi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Pi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#928;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER PI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+003A1 GREEK CAPITAL LETTER RHO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Rho;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rho;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#929;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER RHO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003A3 GREEK CAPITAL LETTER SIGMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Sigma;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Sigma;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#931;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER SIGMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+003A4 GREEK CAPITAL LETTER TAU&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Tau;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Tau;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#932;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER TAU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;mmlextra xhtml1-symbol&quot; title=&quot;U+003A5 GREEK CAPITAL LETTER UPSILON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Upsilon;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Upsilon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#933;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER UPSILON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003A6 GREEK CAPITAL LETTER PHI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Phi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Phi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#934;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER PHI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+003A7 GREEK CAPITAL LETTER CHI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Chi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Chi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#935;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER CHI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003A8 GREEK CAPITAL LETTER PSI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Psi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Psi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#936;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER PSI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003A9 GREEK CAPITAL LETTER OMEGA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Omega;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Omega;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003A9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#937;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK CAPITAL LETTER OMEGA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003B1 GREEK SMALL LETTER ALPHA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;alpha;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;alpha;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#945;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER ALPHA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003B2 GREEK SMALL LETTER BETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;beta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;beta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#946;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER BETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003B3 GREEK SMALL LETTER GAMMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;gamma;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gamma;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#947;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER GAMMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003B4 GREEK SMALL LETTER DELTA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;delta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;delta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#948;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER DELTA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias xhtml1-symbol&quot; title=&quot;U+003B5 GREEK SMALL LETTER EPSILON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;epsilon;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;epsiv; &amp;amp;varepsilon; &amp;amp;epsilon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#949;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER EPSILON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003B6 GREEK SMALL LETTER ZETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;zeta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zeta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#950;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER ZETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003B7 GREEK SMALL LETTER ETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;eta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#951;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER ETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 xhtml1-symbol&quot; title=&quot;U+003B8 GREEK SMALL LETTER THETA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;theta;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;theta;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#952;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER THETA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003B9 GREEK SMALL LETTER IOTA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;iota;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iota;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003B9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#953;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER IOTA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003BA GREEK SMALL LETTER KAPPA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;kappa;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;kappa;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003BA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#954;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER KAPPA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003BB GREEK SMALL LETTER LAMDA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lambda;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lambda;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003BB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#955;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER LAMDA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003BC GREEK SMALL LETTER MU&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;mu;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003BC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#956;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER MU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003BD GREEK SMALL LETTER NU&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;nu;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003BD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#957;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER NU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003BE GREEK SMALL LETTER XI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;xi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003BE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#958;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER XI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+003BF GREEK SMALL LETTER OMICRON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;omicron;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;omicron;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003BF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#959;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER OMICRON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003C0 GREEK SMALL LETTER PI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;pi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#960;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER PI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003C1 GREEK SMALL LETTER RHO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rho;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rho;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#961;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER RHO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias xhtml1-symbol&quot; title=&quot;U+003C2 GREEK SMALL LETTER FINAL SIGMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sigmaf;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sigmav; &amp;amp;varsigma; &amp;amp;sigmaf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#962;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER FINAL SIGMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003C3 GREEK SMALL LETTER SIGMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sigma;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sigma;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#963;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER SIGMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003C4 GREEK SMALL LETTER TAU&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;tau;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tau;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#964;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER TAU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias xhtml1-symbol&quot; title=&quot;U+003C5 GREEK SMALL LETTER UPSILON&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;upsilon;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;upsi; &amp;amp;upsilon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#965;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER UPSILON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 xhtml1-symbol mmlalias&quot; title=&quot;U+003C6 GREEK SMALL LETTER PHI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;phi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;phi; &amp;amp;phiv; &amp;amp;varphi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#966;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER PHI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003C7 GREEK SMALL LETTER CHI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;chi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;chi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#967;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER CHI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003C8 GREEK SMALL LETTER PSI&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;psi;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;psi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#968;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER PSI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3&quot; title=&quot;U+003C9 GREEK SMALL LETTER OMEGA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;omega;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;omega;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003C9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#969;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER OMEGA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias xhtml1-symbol&quot; title=&quot;U+003D1 GREEK THETA SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;thetasym;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;thetav; &amp;amp;vartheta; &amp;amp;thetasym;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003D1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#977;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK THETA SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isogrk3 xhtml1-symbol&quot; title=&quot;U+003D2 GREEK UPSILON WITH HOOK SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;upsih;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Upsi; &amp;amp;upsih;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003D2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#978;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK UPSILON WITH HOOK SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;mmlalias&quot; title=&quot;U+003D5 GREEK PHI SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ϕ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;straightphi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003D5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#981;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK PHI SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;xhtml1-symbol 9573-2003-isogrk3 mmlalias&quot; title=&quot;U+003D6 GREEK PI SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;piv;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;piv; &amp;amp;varpi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003D6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#982;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK PI SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isogrk3&quot; title=&quot;U+003DC GREEK LETTER DIGAMMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ϝ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gammad;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003DC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#988;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK LETTER DIGAMMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias&quot; title=&quot;U+003DD GREEK SMALL LETTER DIGAMMA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ϝ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gammad; &amp;amp;digamma;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003DD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#989;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK SMALL LETTER DIGAMMA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias&quot; title=&quot;U+003F0 GREEK KAPPA SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ϰ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;kappav; &amp;amp;varkappa;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003F0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1008;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK KAPPA SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias&quot; title=&quot;U+003F1 GREEK RHO SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ϱ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rhov; &amp;amp;varrho;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003F1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1009;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK RHO SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isogrk3 mmlalias&quot; title=&quot;U+003F5 GREEK LUNATE EPSILON SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ϵ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;epsi; &amp;amp;straightepsilon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003F5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1013;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK LUNATE EPSILON SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Greek and Coptic&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+003F6 GREEK REVERSED LUNATE EPSILON SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;϶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bepsi; &amp;amp;backepsilon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x003F6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1014;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREEK REVERSED LUNATE EPSILON SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00401 CYRILLIC CAPITAL LETTER IO&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ё&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;IOcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00401;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1025;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER IO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00402 CYRILLIC CAPITAL LETTER DJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ђ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DJcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00402;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1026;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER DJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00403 CYRILLIC CAPITAL LETTER GJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ѓ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;GJcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00403;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1027;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER GJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00404 CYRILLIC CAPITAL LETTER UKRAINIAN IE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Є&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Jukcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00404;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1028;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER UKRAINIAN IE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00405 CYRILLIC CAPITAL LETTER DZE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ѕ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DScy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00405;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1029;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER DZE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00406 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I&quot;&gt; &lt;td class=&quot;character&quot;&gt;І&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Iukcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00406;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1030;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00407 CYRILLIC CAPITAL LETTER YI&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ї&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;YIcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00407;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1031;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER YI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00408 CYRILLIC CAPITAL LETTER JE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ј&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Jsercy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00408;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1032;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER JE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00409 CYRILLIC CAPITAL LETTER LJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Љ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LJcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00409;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1033;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER LJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0040A CYRILLIC CAPITAL LETTER NJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Њ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;NJcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0040A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1034;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER NJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0040B CYRILLIC CAPITAL LETTER TSHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ћ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;TSHcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0040B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1035;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER TSHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0040C CYRILLIC CAPITAL LETTER KJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ќ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;KJcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0040C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1036;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER KJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0040E CYRILLIC CAPITAL LETTER SHORT U&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ў&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ubrcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0040E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1038;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER SHORT U&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0040F CYRILLIC CAPITAL LETTER DZHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Џ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DZcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0040F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1039;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER DZHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00410 CYRILLIC CAPITAL LETTER A&quot;&gt; &lt;td class=&quot;character&quot;&gt;А&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Acy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00410;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1040;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER A&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00411 CYRILLIC CAPITAL LETTER BE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Б&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Bcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00411;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1041;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER BE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00412 CYRILLIC CAPITAL LETTER VE&quot;&gt; &lt;td class=&quot;character&quot;&gt;В&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Vcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00412;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1042;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER VE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00413 CYRILLIC CAPITAL LETTER GHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Г&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00413;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1043;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER GHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00414 CYRILLIC CAPITAL LETTER DE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Д&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Dcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00414;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1044;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER DE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00415 CYRILLIC CAPITAL LETTER IE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Е&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;IEcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00415;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1045;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER IE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00416 CYRILLIC CAPITAL LETTER ZHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ж&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ZHcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00416;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1046;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER ZHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00417 CYRILLIC CAPITAL LETTER ZE&quot;&gt; &lt;td class=&quot;character&quot;&gt;З&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Zcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00417;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1047;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER ZE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00418 CYRILLIC CAPITAL LETTER I&quot;&gt; &lt;td class=&quot;character&quot;&gt;И&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Icy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00418;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1048;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00419 CYRILLIC CAPITAL LETTER SHORT I&quot;&gt; &lt;td class=&quot;character&quot;&gt;Й&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Jcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00419;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1049;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER SHORT I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0041A CYRILLIC CAPITAL LETTER KA&quot;&gt; &lt;td class=&quot;character&quot;&gt;К&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Kcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0041A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1050;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER KA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0041B CYRILLIC CAPITAL LETTER EL&quot;&gt; &lt;td class=&quot;character&quot;&gt;Л&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0041B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1051;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER EL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0041C CYRILLIC CAPITAL LETTER EM&quot;&gt; &lt;td class=&quot;character&quot;&gt;М&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Mcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0041C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1052;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER EM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0041D CYRILLIC CAPITAL LETTER EN&quot;&gt; &lt;td class=&quot;character&quot;&gt;Н&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ncy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0041D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1053;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER EN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0041E CYRILLIC CAPITAL LETTER O&quot;&gt; &lt;td class=&quot;character&quot;&gt;О&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ocy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0041E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1054;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER O&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0041F CYRILLIC CAPITAL LETTER PE&quot;&gt; &lt;td class=&quot;character&quot;&gt;П&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Pcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0041F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1055;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER PE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00420 CYRILLIC CAPITAL LETTER ER&quot;&gt; &lt;td class=&quot;character&quot;&gt;Р&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00420;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1056;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER ER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00421 CYRILLIC CAPITAL LETTER ES&quot;&gt; &lt;td class=&quot;character&quot;&gt;С&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Scy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00421;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1057;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER ES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00422 CYRILLIC CAPITAL LETTER TE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Т&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Tcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00422;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1058;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER TE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00423 CYRILLIC CAPITAL LETTER U&quot;&gt; &lt;td class=&quot;character&quot;&gt;У&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ucy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00423;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1059;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER U&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00424 CYRILLIC CAPITAL LETTER EF&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ф&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Fcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00424;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1060;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER EF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00425 CYRILLIC CAPITAL LETTER HA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Х&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;KHcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00425;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1061;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER HA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00426 CYRILLIC CAPITAL LETTER TSE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ц&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;TScy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00426;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1062;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER TSE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00427 CYRILLIC CAPITAL LETTER CHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ч&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;CHcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00427;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1063;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER CHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00428 CYRILLIC CAPITAL LETTER SHA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ш&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;SHcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00428;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1064;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER SHA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00429 CYRILLIC CAPITAL LETTER SHCHA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Щ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;SHCHcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00429;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1065;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER SHCHA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0042A CYRILLIC CAPITAL LETTER HARD SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ъ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;HARDcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0042A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1066;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER HARD SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0042B CYRILLIC CAPITAL LETTER YERU&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ы&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ycy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0042B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1067;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER YERU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0042C CYRILLIC CAPITAL LETTER SOFT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ь&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;SOFTcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0042C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1068;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER SOFT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0042D CYRILLIC CAPITAL LETTER E&quot;&gt; &lt;td class=&quot;character&quot;&gt;Э&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ecy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0042D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1069;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER E&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0042E CYRILLIC CAPITAL LETTER YU&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ю&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;YUcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0042E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1070;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER YU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0042F CYRILLIC CAPITAL LETTER YA&quot;&gt; &lt;td class=&quot;character&quot;&gt;Я&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;YAcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0042F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1071;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC CAPITAL LETTER YA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00430 CYRILLIC SMALL LETTER A&quot;&gt; &lt;td class=&quot;character&quot;&gt;а&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;acy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00430;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1072;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER A&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00431 CYRILLIC SMALL LETTER BE&quot;&gt; &lt;td class=&quot;character&quot;&gt;б&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00431;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1073;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER BE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00432 CYRILLIC SMALL LETTER VE&quot;&gt; &lt;td class=&quot;character&quot;&gt;в&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00432;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1074;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER VE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00433 CYRILLIC SMALL LETTER GHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;г&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00433;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1075;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER GHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00434 CYRILLIC SMALL LETTER DE&quot;&gt; &lt;td class=&quot;character&quot;&gt;д&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00434;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1076;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER DE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00435 CYRILLIC SMALL LETTER IE&quot;&gt; &lt;td class=&quot;character&quot;&gt;е&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iecy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00435;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1077;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER IE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00436 CYRILLIC SMALL LETTER ZHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ж&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zhcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00436;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1078;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER ZHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00437 CYRILLIC SMALL LETTER ZE&quot;&gt; &lt;td class=&quot;character&quot;&gt;з&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00437;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1079;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER ZE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00438 CYRILLIC SMALL LETTER I&quot;&gt; &lt;td class=&quot;character&quot;&gt;и&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;icy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00438;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1080;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00439 CYRILLIC SMALL LETTER SHORT I&quot;&gt; &lt;td class=&quot;character&quot;&gt;й&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;jcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00439;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1081;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER SHORT I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0043A CYRILLIC SMALL LETTER KA&quot;&gt; &lt;td class=&quot;character&quot;&gt;к&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;kcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0043A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1082;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER KA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0043B CYRILLIC SMALL LETTER EL&quot;&gt; &lt;td class=&quot;character&quot;&gt;л&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0043B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1083;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER EL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0043C CYRILLIC SMALL LETTER EM&quot;&gt; &lt;td class=&quot;character&quot;&gt;м&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0043C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1084;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER EM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0043D CYRILLIC SMALL LETTER EN&quot;&gt; &lt;td class=&quot;character&quot;&gt;н&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ncy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0043D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1085;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER EN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0043E CYRILLIC SMALL LETTER O&quot;&gt; &lt;td class=&quot;character&quot;&gt;о&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ocy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0043E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1086;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER O&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0043F CYRILLIC SMALL LETTER PE&quot;&gt; &lt;td class=&quot;character&quot;&gt;п&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0043F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1087;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER PE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00440 CYRILLIC SMALL LETTER ER&quot;&gt; &lt;td class=&quot;character&quot;&gt;р&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00440;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1088;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER ER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00441 CYRILLIC SMALL LETTER ES&quot;&gt; &lt;td class=&quot;character&quot;&gt;с&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00441;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1089;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER ES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00442 CYRILLIC SMALL LETTER TE&quot;&gt; &lt;td class=&quot;character&quot;&gt;т&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00442;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1090;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER TE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00443 CYRILLIC SMALL LETTER U&quot;&gt; &lt;td class=&quot;character&quot;&gt;у&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ucy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00443;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1091;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER U&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00444 CYRILLIC SMALL LETTER EF&quot;&gt; &lt;td class=&quot;character&quot;&gt;ф&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;fcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00444;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1092;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER EF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00445 CYRILLIC SMALL LETTER HA&quot;&gt; &lt;td class=&quot;character&quot;&gt;х&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;khcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00445;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1093;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER HA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00446 CYRILLIC SMALL LETTER TSE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ц&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tscy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00446;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1094;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER TSE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00447 CYRILLIC SMALL LETTER CHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ч&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;chcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00447;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1095;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER CHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00448 CYRILLIC SMALL LETTER SHA&quot;&gt; &lt;td class=&quot;character&quot;&gt;ш&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;shcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00448;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1096;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER SHA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00449 CYRILLIC SMALL LETTER SHCHA&quot;&gt; &lt;td class=&quot;character&quot;&gt;щ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;shchcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00449;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1097;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER SHCHA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0044A CYRILLIC SMALL LETTER HARD SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;ъ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hardcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0044A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1098;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER HARD SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0044B CYRILLIC SMALL LETTER YERU&quot;&gt; &lt;td class=&quot;character&quot;&gt;ы&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ycy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0044B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1099;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER YERU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0044C CYRILLIC SMALL LETTER SOFT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;ь&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;softcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0044C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1100;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER SOFT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0044D CYRILLIC SMALL LETTER E&quot;&gt; &lt;td class=&quot;character&quot;&gt;э&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ecy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0044D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1101;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER E&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0044E CYRILLIC SMALL LETTER YU&quot;&gt; &lt;td class=&quot;character&quot;&gt;ю&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;yucy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0044E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1102;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER YU&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+0044F CYRILLIC SMALL LETTER YA&quot;&gt; &lt;td class=&quot;character&quot;&gt;я&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;yacy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0044F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1103;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER YA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+00451 CYRILLIC SMALL LETTER IO&quot;&gt; &lt;td class=&quot;character&quot;&gt;ё&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iocy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00451;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1105;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER IO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00452 CYRILLIC SMALL LETTER DJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ђ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;djcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00452;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1106;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER DJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00453 CYRILLIC SMALL LETTER GJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ѓ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gjcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00453;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1107;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER GJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00454 CYRILLIC SMALL LETTER UKRAINIAN IE&quot;&gt; &lt;td class=&quot;character&quot;&gt;є&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;jukcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00454;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1108;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER UKRAINIAN IE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00455 CYRILLIC SMALL LETTER DZE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ѕ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dscy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00455;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1109;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER DZE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00456 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I&quot;&gt; &lt;td class=&quot;character&quot;&gt;і&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iukcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00456;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1110;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00457 CYRILLIC SMALL LETTER YI&quot;&gt; &lt;td class=&quot;character&quot;&gt;ї&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;yicy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00457;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1111;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER YI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00458 CYRILLIC SMALL LETTER JE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ј&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;jsercy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00458;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1112;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER JE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+00459 CYRILLIC SMALL LETTER LJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;љ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ljcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x00459;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1113;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER LJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0045A CYRILLIC SMALL LETTER NJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;њ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;njcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0045A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1114;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER NJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0045B CYRILLIC SMALL LETTER TSHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ћ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tshcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0045B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1115;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER TSHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0045C CYRILLIC SMALL LETTER KJE&quot;&gt; &lt;td class=&quot;character&quot;&gt;ќ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;kjcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0045C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1116;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER KJE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0045E CYRILLIC SMALL LETTER SHORT U&quot;&gt; &lt;td class=&quot;character&quot;&gt;ў&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ubrcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0045E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1118;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER SHORT U&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Cyrillic&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isocyr2&quot; title=&quot;U+0045F CYRILLIC SMALL LETTER DZHE&quot;&gt; &lt;td class=&quot;character&quot;&gt;џ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dzcy;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0045F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#1119;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYRILLIC SMALL LETTER DZHE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;xhtml1-special 9573-2003-isopub&quot; title=&quot;U+02002 EN SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ensp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ensp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02002;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8194;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EN SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;xhtml1-special 9573-2003-isopub&quot; title=&quot;U+02003 EM SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;emsp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;emsp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02003;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8195;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EM SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02004 THREE-PER-EM SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;emsp13;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02004;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8196;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;THREE-PER-EM SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02005 FOUR-PER-EM SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;emsp14;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02005;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8197;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FOUR-PER-EM SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02007 FIGURE SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;numsp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02007;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8199;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FIGURE SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02008 PUNCTUATION SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;puncsp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02008;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8200;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PUNCTUATION SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;xhtml1-special mmlalias 9573-2003-isopub&quot; title=&quot;U+02009 THIN SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;thinsp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;thinsp; &amp;amp;ThinSpace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02009;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8201;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;THIN SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+0200A HAIR SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hairsp; &amp;amp;VeryThinSpace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0200A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8202;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;HAIR SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;mmlextra mmlalias&quot; title=&quot;U+0200B ZERO WIDTH SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ZeroWidthSpace; &amp;amp;NegativeVeryThinSpace; &amp;amp;NegativeThinSpace; &amp;amp;NegativeMediumSpace; &amp;amp;NegativeThickSpace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0200B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8203;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ZERO WIDTH SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;xhtml1-special&quot; title=&quot;U+0200C ZERO WIDTH NON-JOINER&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;zwnj;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zwnj;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0200C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8204;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ZERO WIDTH NON-JOINER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;xhtml1-special&quot; title=&quot;U+0200D ZERO WIDTH JOINER&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;zwj;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zwj;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0200D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8205;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ZERO WIDTH JOINER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;xhtml1-special&quot; title=&quot;U+0200E LEFT-TO-RIGHT MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lrm;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lrm;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0200E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8206;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT-TO-RIGHT MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;xhtml1-special&quot; title=&quot;U+0200F RIGHT-TO-LEFT MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rlm;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rlm;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0200F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8207;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT-TO-LEFT MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pd&quot; data-set=&quot;9573-2003-isonum 9573-2003-isopub&quot; title=&quot;U+02010 HYPHEN&quot;&gt; &lt;td class=&quot;character&quot;&gt;‐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hyphen; &amp;amp;dash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02010;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8208;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;HYPHEN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pd&quot; data-set=&quot;xhtml1-special 9573-2003-isopub&quot; title=&quot;U+02013 EN DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ndash;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ndash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02013;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8211;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EN DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pd&quot; data-set=&quot;9573-2003-isopub xhtml1-special&quot; title=&quot;U+02014 EM DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;mdash;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mdash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02014;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8212;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EM DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pd&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+02015 HORIZONTAL BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;―&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;horbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02015;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8213;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;HORIZONTAL BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02016 DOUBLE VERTICAL LINE&quot;&gt; &lt;td class=&quot;character&quot;&gt;‖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Verbar; &amp;amp;Vert;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02016;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8214;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE VERTICAL LINE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pi&quot; data-set=&quot;xhtml1-special 9573-2003-isonum mmlalias&quot; title=&quot;U+02018 LEFT SINGLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lsquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsquo; &amp;amp;OpenCurlyQuote;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02018;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8216;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT SINGLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pf&quot; data-set=&quot;xhtml1-special 9573-2003-isonum 9573-2003-isopub mmlalias&quot; title=&quot;U+02019 RIGHT SINGLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rsquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rsquo; &amp;amp;rsquor; &amp;amp;CloseCurlyQuote;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02019;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8217;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT SINGLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isopub xhtml1-special&quot; title=&quot;U+0201A SINGLE LOW-9 QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sbquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsquor; &amp;amp;sbquo;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0201A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8218;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SINGLE LOW-9 QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pi&quot; data-set=&quot;xhtml1-special 9573-2003-isonum mmlalias&quot; title=&quot;U+0201C LEFT DOUBLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ldquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ldquo; &amp;amp;OpenCurlyDoubleQuote;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0201C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8220;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT DOUBLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pf&quot; data-set=&quot;xhtml1-special 9573-2003-isonum 9573-2003-isopub mmlalias&quot; title=&quot;U+0201D RIGHT DOUBLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rdquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rdquo; &amp;amp;rdquor; &amp;amp;CloseCurlyDoubleQuote;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0201D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8221;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT DOUBLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isopub xhtml1-special&quot; title=&quot;U+0201E DOUBLE LOW-9 QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;bdquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ldquor; &amp;amp;bdquo;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0201E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8222;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE LOW-9 QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-special 9573-2003-isopub 9573-2003-isoamsb&quot; title=&quot;U+02020 DAGGER&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;dagger;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dagger;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02020;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8224;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DAGGER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-special 9573-2003-isopub 9573-2003-isoamsb mmlalias&quot; title=&quot;U+02021 DOUBLE DAGGER&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Dagger;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Dagger; &amp;amp;ddagger;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02021;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8225;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE DAGGER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-symbol 9573-2003-isopub mmlalias&quot; title=&quot;U+02022 BULLET&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;bull;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bull; &amp;amp;bullet;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02022;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8226;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BULLET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02025 TWO DOT LEADER&quot;&gt; &lt;td class=&quot;character&quot;&gt;‥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nldr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02025;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8229;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TWO DOT LEADER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-symbol 9573-2003-isopub&quot; title=&quot;U+02026 HORIZONTAL ELLIPSIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;hellip;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hellip; &amp;amp;mldr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02026;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8230;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;HORIZONTAL ELLIPSIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-special 9573-2003-isotech&quot; title=&quot;U+02030 PER MILLE SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;permil;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;permil;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02030;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8240;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PER MILLE SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02031 PER TEN THOUSAND SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;‱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pertenk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02031;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8241;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PER TEN THOUSAND SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+02032 PRIME&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;prime;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02032;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8242;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRIME&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+02033 DOUBLE PRIME&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;Prime;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Prime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02033;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8243;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE PRIME&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02034 TRIPLE PRIME&quot;&gt; &lt;td class=&quot;character&quot;&gt;‴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tprime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02034;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8244;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRIPLE PRIME&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isoamso mmlalias&quot; title=&quot;U+02035 REVERSED PRIME&quot;&gt; &lt;td class=&quot;character&quot;&gt;‵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bprime; &amp;amp;backprime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02035;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8245;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED PRIME&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pi&quot; data-set=&quot;xhtml1-special&quot; title=&quot;U+02039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lsaquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsaquo;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02039;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8249;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SINGLE LEFT-POINTING ANGLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Pf&quot; data-set=&quot;xhtml1-special&quot; title=&quot;U+0203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rsaquo;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rsaquo;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0203A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8250;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SINGLE RIGHT-POINTING ANGLE QUOTATION MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+0203E OVERLINE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;oline;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oline;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0203E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8254;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;OVERLINE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02041 CARET INSERTION POINT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⁁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;caret;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02041;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8257;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CARET INSERTION POINT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02043 HYPHEN BULLET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⁃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hybull;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02043;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8259;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;HYPHEN BULLET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+02044 FRACTION SLASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;frasl;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frasl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02044;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8260;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FRACTION SLASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+0204F REVERSED SEMICOLON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⁏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bsemi;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0204F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8271;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED SEMICOLON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Po&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02057 QUADRUPLE PRIME&quot;&gt; &lt;td class=&quot;character&quot;&gt;⁗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;qprime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02057;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8279;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;QUADRUPLE PRIME&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Zs&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0205F MEDIUM MATHEMATICAL SPACE&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;MediumSpace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0205F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8287;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEDIUM MATHEMATICAL SPACE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02060 WORD JOINER&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;NoBreak;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02060;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8288;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WORD JOINER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+02061 FUNCTION APPLICATION&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ApplyFunction; &amp;amp;af;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02061;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8289;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FUNCTION APPLICATION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+02062 INVISIBLE TIMES&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;InvisibleTimes; &amp;amp;it;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02062;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8290;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INVISIBLE TIMES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;General Punctuation&quot; data-category=&quot;Cf&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+02063 INVISIBLE SEPARATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt; &lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;InvisibleComma; &amp;amp;ic;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02063;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8291;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INVISIBLE SEPARATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Currency Symbols&quot; data-category=&quot;Sc&quot; data-set=&quot;xhtml1-special&quot; title=&quot;U+020AC EURO SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;euro;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;euro;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x020AC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8364;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EURO SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Combining Diacritical Marks for Symbols&quot; data-category=&quot;Mn&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+020DB COMBINING THREE DOTS ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⃛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tdot; &amp;amp;TripleDot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x020DB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8411;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COMBINING THREE DOTS ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Combining Diacritical Marks for Symbols&quot; data-category=&quot;Mn&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+020DC COMBINING FOUR DOTS ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⃜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DotDot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x020DC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8412;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COMBINING FOUR DOTS ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomopf mmlalias&quot; title=&quot;U+02102 DOUBLE-STRUCK CAPITAL C&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℂ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Copf; &amp;amp;complexes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02102;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8450;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK CAPITAL C&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02105 CARE OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;℅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;incare;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02105;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8453;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CARE OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isomscr&quot; title=&quot;U+0210A SCRIPT SMALL G&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℊ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gscr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0210A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8458;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT SMALL G&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isotech mmlalias 9573-2003-isomscr&quot; title=&quot;U+0210B SCRIPT CAPITAL H&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℋ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hamilt; &amp;amp;HilbertSpace; &amp;amp;Hscr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0210B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8459;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL H&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomfrk mmlalias&quot; title=&quot;U+0210C BLACK-LETTER CAPITAL H&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℌ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Hfr; &amp;amp;Poincareplane;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0210C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8460;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK-LETTER CAPITAL H&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;mmlalias 9573-2003-isomopf&quot; title=&quot;U+0210D DOUBLE-STRUCK CAPITAL H&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℍ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;quaternions; &amp;amp;Hopf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0210D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8461;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK CAPITAL H&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0210E PLANCK CONSTANT&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℎ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;planckh;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0210E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8462;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLANCK CONSTANT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isoamso mmlalias&quot; title=&quot;U+0210F PLANCK CONSTANT OVER TWO PI&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℏ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;planck; &amp;amp;hbar; &amp;amp;plankv; &amp;amp;hslash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0210F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8463;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLANCK CONSTANT OVER TWO PI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomscr mmlalias&quot; title=&quot;U+02110 SCRIPT CAPITAL I&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℐ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Iscr; &amp;amp;imagline;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02110;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8464;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamso mmlalias 9573-2003-isomfrk&quot; title=&quot;U+02111 BLACK-LETTER CAPITAL I&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;image;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;image; &amp;amp;Im; &amp;amp;imagpart; &amp;amp;Ifr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02111;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8465;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK-LETTER CAPITAL I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomscr 9573-2003-isotech mmlalias&quot; title=&quot;U+02112 SCRIPT CAPITAL L&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℒ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lscr; &amp;amp;lagran; &amp;amp;Laplacetrf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02112;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8466;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL L&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+02113 SCRIPT SMALL L&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℓ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ell;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02113;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8467;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT SMALL L&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomopf mmlalias&quot; title=&quot;U+02115 DOUBLE-STRUCK CAPITAL N&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℕ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Nopf; &amp;amp;naturals;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02115;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8469;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK CAPITAL N&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isocyr1&quot; title=&quot;U+02116 NUMERO SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;№&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;numero;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02116;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8470;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NUMERO SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02117 SOUND RECORDING COPYRIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;℗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;copysr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02117;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8471;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUND RECORDING COPYRIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamso mmlalias&quot; title=&quot;U+02118 SCRIPT CAPITAL P&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;weierp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;weierp; &amp;amp;wp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02118;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8472;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL P&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomopf mmlalias&quot; title=&quot;U+02119 DOUBLE-STRUCK CAPITAL P&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℙ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Popf; &amp;amp;primes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02119;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8473;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK CAPITAL P&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;mmlalias 9573-2003-isomopf&quot; title=&quot;U+0211A DOUBLE-STRUCK CAPITAL Q&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℚ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rationals; &amp;amp;Qopf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0211A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8474;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK CAPITAL Q&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomscr mmlalias&quot; title=&quot;U+0211B SCRIPT CAPITAL R&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℛ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rscr; &amp;amp;realine;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0211B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8475;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL R&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamso mmlalias 9573-2003-isomfrk&quot; title=&quot;U+0211C BLACK-LETTER CAPITAL R&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;real;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;real; &amp;amp;Re; &amp;amp;realpart; &amp;amp;Rfr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0211C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8476;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK-LETTER CAPITAL R&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;mmlalias 9573-2003-isomopf&quot; title=&quot;U+0211D DOUBLE-STRUCK CAPITAL R&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℝ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;reals; &amp;amp;Ropf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0211D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8477;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK CAPITAL R&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0211E PRESCRIPTION TAKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;℞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rx;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0211E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8478;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRESCRIPTION TAKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-symbol 9573-2003-isonum html5-uppercase&quot; title=&quot;U+02122 TRADE MARK SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;trade;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;trade; &amp;amp;TRADE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02122;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8482;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRADE MARK SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;mmlalias 9573-2003-isomopf&quot; title=&quot;U+02124 DOUBLE-STRUCK CAPITAL Z&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℤ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;integers; &amp;amp;Zopf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02124;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8484;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK CAPITAL Z&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+02126 OHM SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ω&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ohm;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02126;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8486;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;OHM SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+02127 INVERTED OHM SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;℧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mho;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02127;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8487;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INVERTED OHM SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomfrk mmlalias&quot; title=&quot;U+02128 BLACK-LETTER CAPITAL Z&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℨ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Zfr; &amp;amp;zeetrf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02128;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8488;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK-LETTER CAPITAL Z&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+02129 TURNED GREEK SMALL LETTER IOTA&quot;&gt; &lt;td class=&quot;character&quot;&gt;℩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iiota;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02129;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8489;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TURNED GREEK SMALL LETTER IOTA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0212B ANGSTROM SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;Å&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angst;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0212B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8491;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ANGSTROM SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isotech mmlalias 9573-2003-isomscr&quot; title=&quot;U+0212C SCRIPT CAPITAL B&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℬ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bernou; &amp;amp;Bernoullis; &amp;amp;Bscr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0212C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8492;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL B&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomfrk mmlalias&quot; title=&quot;U+0212D BLACK-LETTER CAPITAL C&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℭ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Cfr; &amp;amp;Cayleys;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0212D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8493;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK-LETTER CAPITAL C&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isomscr&quot; title=&quot;U+0212F SCRIPT SMALL E&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℯ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;escr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0212F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8495;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT SMALL E&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomscr mmlalias&quot; title=&quot;U+02130 SCRIPT CAPITAL E&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℰ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Escr; &amp;amp;expectation;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02130;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8496;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL E&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomscr mmlalias&quot; title=&quot;U+02131 SCRIPT CAPITAL F&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℱ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Fscr; &amp;amp;Fouriertrf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02131;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8497;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL F&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isotech mmlalias 9573-2003-isomscr&quot; title=&quot;U+02133 SCRIPT CAPITAL M&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℳ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;phmmat; &amp;amp;Mellintrf; &amp;amp;Mscr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02133;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8499;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT CAPITAL M&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isotech mmlalias 9573-2003-isomscr&quot; title=&quot;U+02134 SCRIPT SMALL O&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℴ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;order; &amp;amp;orderof; &amp;amp;oscr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02134;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8500;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SCRIPT SMALL O&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lo&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+02135 ALEF SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;alefsym;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;alefsym; &amp;amp;aleph;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02135;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8501;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ALEF SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lo&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+02136 BET SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℶ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;beth;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02136;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8502;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BET SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lo&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+02137 GIMEL SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℷ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gimel;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02137;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8503;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GIMEL SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lo&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+02138 DALET SYMBOL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ℸ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;daleth;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02138;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8504;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DALET SYMBOL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+02145 DOUBLE-STRUCK ITALIC CAPITAL D&quot;&gt; &lt;td class=&quot;character&quot;&gt;ⅅ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;CapitalDifferentialD; &amp;amp;DD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02145;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8517;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK ITALIC CAPITAL D&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+02146 DOUBLE-STRUCK ITALIC SMALL D&quot;&gt; &lt;td class=&quot;character&quot;&gt;ⅆ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DifferentialD; &amp;amp;dd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02146;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8518;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK ITALIC SMALL D&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+02147 DOUBLE-STRUCK ITALIC SMALL E&quot;&gt; &lt;td class=&quot;character&quot;&gt;ⅇ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ExponentialE; &amp;amp;exponentiale; &amp;amp;ee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02147;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8519;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK ITALIC SMALL E&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Letterlike Symbols&quot; data-category=&quot;Ll&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+02148 DOUBLE-STRUCK ITALIC SMALL I&quot;&gt; &lt;td class=&quot;character&quot;&gt;ⅈ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ImaginaryI; &amp;amp;ii;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02148;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8520;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-STRUCK ITALIC SMALL I&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02153 VULGAR FRACTION ONE THIRD&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac13;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02153;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8531;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION ONE THIRD&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02154 VULGAR FRACTION TWO THIRDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac23;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02154;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8532;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION TWO THIRDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02155 VULGAR FRACTION ONE FIFTH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac15;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02155;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8533;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION ONE FIFTH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02156 VULGAR FRACTION TWO FIFTHS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac25;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02156;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8534;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION TWO FIFTHS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02157 VULGAR FRACTION THREE FIFTHS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac35;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02157;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8535;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION THREE FIFTHS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02158 VULGAR FRACTION FOUR FIFTHS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac45;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02158;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8536;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION FOUR FIFTHS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02159 VULGAR FRACTION ONE SIXTH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac16;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02159;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8537;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION ONE SIXTH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0215A VULGAR FRACTION FIVE SIXTHS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac56;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0215A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8538;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION FIVE SIXTHS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0215B VULGAR FRACTION ONE EIGHTH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac18;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0215B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8539;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION ONE EIGHTH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0215C VULGAR FRACTION THREE EIGHTHS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac38;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0215C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8540;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION THREE EIGHTHS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0215D VULGAR FRACTION FIVE EIGHTHS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac58;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0215D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8541;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION FIVE EIGHTHS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Number Forms&quot; data-category=&quot;No&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0215E VULGAR FRACTION SEVEN EIGHTHS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⅞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frac78;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0215E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8542;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VULGAR FRACTION SEVEN EIGHTHS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isonum mmlalias 9573-2003-isoamsa&quot; title=&quot;U+02190 LEFTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;larr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larr; &amp;amp;leftarrow; &amp;amp;LeftArrow; &amp;amp;slarr; &amp;amp;ShortLeftArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02190;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8592;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isonum mmlalias&quot; title=&quot;U+02191 UPWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;uarr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uarr; &amp;amp;uparrow; &amp;amp;UpArrow; &amp;amp;ShortUpArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02191;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8593;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isonum mmlalias 9573-2003-isoamsa&quot; title=&quot;U+02192 RIGHTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rarr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarr; &amp;amp;rightarrow; &amp;amp;RightArrow; &amp;amp;srarr; &amp;amp;ShortRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02192;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8594;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isonum mmlalias&quot; title=&quot;U+02193 DOWNWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;darr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;darr; &amp;amp;downarrow; &amp;amp;DownArrow; &amp;amp;ShortDownArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02193;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8595;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsa mmlalias&quot; title=&quot;U+02194 LEFT RIGHT ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;harr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;harr; &amp;amp;leftrightarrow; &amp;amp;LeftRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02194;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8596;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02195 UP DOWN ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;varr; &amp;amp;updownarrow; &amp;amp;UpDownArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02195;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8597;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UP DOWN ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02196 NORTH WEST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nwarr; &amp;amp;UpperLeftArrow; &amp;amp;nwarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02196;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8598;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH WEST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02197 NORTH EAST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nearr; &amp;amp;UpperRightArrow; &amp;amp;nearrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02197;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8599;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH EAST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02198 SOUTH EAST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;searr; &amp;amp;searrow; &amp;amp;LowerRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02198;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8600;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH EAST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02199 SOUTH WEST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;swarr; &amp;amp;swarrow; &amp;amp;LowerLeftArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02199;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8601;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH WEST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0219A LEFTWARDS ARROW WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;↚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nlarr; &amp;amp;nleftarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0219A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8602;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0219B RIGHTWARDS ARROW WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;↛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nrarr; &amp;amp;nrightarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0219B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8603;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0219D RIGHTWARDS WAVE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrw; &amp;amp;rightsquigarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0219D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8605;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS WAVE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0219E LEFTWARDS TWO HEADED ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Larr; &amp;amp;twoheadleftarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0219E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8606;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS TWO HEADED ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0219F UPWARDS TWO HEADED ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Uarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0219F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8607;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS TWO HEADED ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021A0 RIGHTWARDS TWO HEADED ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rarr; &amp;amp;twoheadrightarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8608;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS TWO HEADED ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021A1 DOWNWARDS TWO HEADED ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↡&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Darr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8609;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS TWO HEADED ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021A2 LEFTWARDS ARROW WITH TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;↢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrtl; &amp;amp;leftarrowtail;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8610;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW WITH TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021A3 RIGHTWARDS ARROW WITH TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;↣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrtl; &amp;amp;rightarrowtail;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8611;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW WITH TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+021A4 LEFTWARDS ARROW FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;↤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftTeeArrow; &amp;amp;mapstoleft;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8612;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+021A5 UPWARDS ARROW FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;↥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;UpTeeArrow; &amp;amp;mapstoup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8613;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS ARROW FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021A6 RIGHTWARDS ARROW FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;↦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;map; &amp;amp;RightTeeArrow; &amp;amp;mapsto;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8614;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;mmlalias mmlextra&quot; title=&quot;U+021A7 DOWNWARDS ARROW FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;↧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownTeeArrow; &amp;amp;mapstodown;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8615;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS ARROW FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021A9 LEFTWARDS ARROW WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;↩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrhk; &amp;amp;hookleftarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021A9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8617;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021AA RIGHTWARDS ARROW WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;↪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrhk; &amp;amp;hookrightarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021AA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8618;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021AB LEFTWARDS ARROW WITH LOOP&quot;&gt; &lt;td class=&quot;character&quot;&gt;↫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrlp; &amp;amp;looparrowleft;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021AB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8619;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW WITH LOOP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021AC RIGHTWARDS ARROW WITH LOOP&quot;&gt; &lt;td class=&quot;character&quot;&gt;↬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrlp; &amp;amp;looparrowright;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021AC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8620;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW WITH LOOP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021AD LEFT RIGHT WAVE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;harrw; &amp;amp;leftrightsquigarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021AD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8621;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT WAVE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021AE LEFT RIGHT ARROW WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;↮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nharr; &amp;amp;nleftrightarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021AE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8622;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT ARROW WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021B0 UPWARDS ARROW WITH TIP LEFTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsh; &amp;amp;Lsh;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021B0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8624;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS ARROW WITH TIP LEFTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021B1 UPWARDS ARROW WITH TIP RIGHTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rsh; &amp;amp;Rsh;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021B1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8625;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS ARROW WITH TIP RIGHTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021B2 DOWNWARDS ARROW WITH TIP LEFTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ldsh;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021B2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8626;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS ARROW WITH TIP LEFTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021B3 DOWNWARDS ARROW WITH TIP RIGHTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rdsh;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021B3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8627;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS ARROW WITH TIP RIGHTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-symbol&quot; title=&quot;U+021B5 DOWNWARDS ARROW WITH CORNER LEFTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;crarr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;crarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8629;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS ARROW WITH CORNER LEFTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021B6 ANTICLOCKWISE TOP SEMICIRCLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cularr; &amp;amp;curvearrowleft;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021B6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8630;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ANTICLOCKWISE TOP SEMICIRCLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021B7 CLOCKWISE TOP SEMICIRCLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;curarr; &amp;amp;curvearrowright;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021B7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8631;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOCKWISE TOP SEMICIRCLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021BA ANTICLOCKWISE OPEN CIRCLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;olarr; &amp;amp;circlearrowleft;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021BA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8634;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ANTICLOCKWISE OPEN CIRCLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021BB CLOCKWISE OPEN CIRCLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;↻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;orarr; &amp;amp;circlearrowright;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021BB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8635;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOCKWISE OPEN CIRCLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021BC LEFTWARDS HARPOON WITH BARB UPWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lharu; &amp;amp;LeftVector; &amp;amp;leftharpoonup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021BC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8636;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB UPWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021BD LEFTWARDS HARPOON WITH BARB DOWNWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lhard; &amp;amp;leftharpoondown; &amp;amp;DownLeftVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021BD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8637;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB DOWNWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021BE UPWARDS HARPOON WITH BARB RIGHTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uharr; &amp;amp;upharpoonright; &amp;amp;RightUpVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021BE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8638;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB RIGHTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021BF UPWARDS HARPOON WITH BARB LEFTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;↿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uharl; &amp;amp;upharpoonleft; &amp;amp;LeftUpVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021BF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8639;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB LEFTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C0 RIGHTWARDS HARPOON WITH BARB UPWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rharu; &amp;amp;RightVector; &amp;amp;rightharpoonup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8640;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB UPWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C1 RIGHTWARDS HARPOON WITH BARB DOWNWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rhard; &amp;amp;rightharpoondown; &amp;amp;DownRightVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8641;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB DOWNWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C2 DOWNWARDS HARPOON WITH BARB RIGHTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dharr; &amp;amp;RightDownVector; &amp;amp;downharpoonright;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8642;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB RIGHTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C3 DOWNWARDS HARPOON WITH BARB LEFTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dharl; &amp;amp;LeftDownVector; &amp;amp;downharpoonleft;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8643;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB LEFTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C4 RIGHTWARDS ARROW OVER LEFTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rlarr; &amp;amp;rightleftarrows; &amp;amp;RightArrowLeftArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8644;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW OVER LEFTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C5 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;udarr; &amp;amp;UpArrowDownArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8645;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C6 LEFTWARDS ARROW OVER RIGHTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lrarr; &amp;amp;leftrightarrows; &amp;amp;LeftArrowRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8646;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW OVER RIGHTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C7 LEFTWARDS PAIRED ARROWS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇇&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;llarr; &amp;amp;leftleftarrows;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8647;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS PAIRED ARROWS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C8 UPWARDS PAIRED ARROWS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇈&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uuarr; &amp;amp;upuparrows;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8648;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS PAIRED ARROWS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021C9 RIGHTWARDS PAIRED ARROWS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rrarr; &amp;amp;rightrightarrows;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021C9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8649;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS PAIRED ARROWS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021CA DOWNWARDS PAIRED ARROWS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇊&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ddarr; &amp;amp;downdownarrows;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021CA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8650;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS PAIRED ARROWS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021CB LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lrhar; &amp;amp;ReverseEquilibrium; &amp;amp;leftrightharpoons;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021CB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8651;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021CC RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rlhar; &amp;amp;rightleftharpoons; &amp;amp;Equilibrium;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021CC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8652;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021CD LEFTWARDS DOUBLE ARROW WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nlArr; &amp;amp;nLeftarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021CD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8653;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS DOUBLE ARROW WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021CE LEFT RIGHT DOUBLE ARROW WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nhArr; &amp;amp;nLeftrightarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021CE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8654;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT DOUBLE ARROW WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021CF RIGHTWARDS DOUBLE ARROW WITH STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nrArr; &amp;amp;nRightarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021CF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8655;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS DOUBLE ARROW WITH STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+021D0 LEFTWARDS DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lArr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lArr; &amp;amp;Leftarrow; &amp;amp;DoubleLeftArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8656;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsa mmlalias&quot; title=&quot;U+021D1 UPWARDS DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;uArr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uArr; &amp;amp;Uparrow; &amp;amp;DoubleUpArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8657;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+021D2 RIGHTWARDS DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rArr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rArr; &amp;amp;Rightarrow; &amp;amp;Implies; &amp;amp;DoubleRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8658;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsa mmlalias&quot; title=&quot;U+021D3 DOWNWARDS DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;dArr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dArr; &amp;amp;Downarrow; &amp;amp;DoubleDownArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8659;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsa mmlalias 9573-2003-isotech&quot; title=&quot;U+021D4 LEFT RIGHT DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;hArr;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hArr; &amp;amp;Leftrightarrow; &amp;amp;DoubleLeftRightArrow; &amp;amp;iff;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8660;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021D5 UP DOWN DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vArr; &amp;amp;Updownarrow; &amp;amp;DoubleUpDownArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8661;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UP DOWN DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021D6 NORTH WEST DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nwArr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8662;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH WEST DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021D7 NORTH EAST DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;neArr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8663;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH EAST DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021D8 SOUTH EAST DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;seArr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8664;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH EAST DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021D9 SOUTH WEST DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;swArr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021D9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8665;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH WEST DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021DA LEFTWARDS TRIPLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lAarr; &amp;amp;Lleftarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021DA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8666;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS TRIPLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021DB RIGHTWARDS TRIPLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rAarr; &amp;amp;Rrightarrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021DB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8667;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS TRIPLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021DD RIGHTWARDS SQUIGGLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;zigrarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021DD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8669;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS SQUIGGLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;mmlextra mmlalias&quot; title=&quot;U+021E4 LEFTWARDS ARROW TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrb; &amp;amp;LeftArrowBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021E4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8676;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;So&quot; data-set=&quot;mmlextra mmlalias&quot; title=&quot;U+021E5 RIGHTWARDS ARROW TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrb; &amp;amp;RightArrowBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021E5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8677;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+021F5 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;duarr; &amp;amp;DownArrowUpArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021F5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8693;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021FD LEFTWARDS OPEN-HEADED ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;loarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021FD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8701;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS OPEN-HEADED ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021FE RIGHTWARDS OPEN-HEADED ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;roarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021FE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8702;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS OPEN-HEADED ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Arrows&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+021FF LEFT RIGHT OPEN-HEADED ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⇿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hoarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x021FF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8703;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT OPEN-HEADED ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02200 FOR ALL&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;forall;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;forall; &amp;amp;ForAll;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02200;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8704;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FOR ALL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso mmlalias&quot; title=&quot;U+02201 COMPLEMENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;∁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;comp; &amp;amp;complement;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02201;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8705;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COMPLEMENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02202 PARTIAL DIFFERENTIAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;part;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;part; &amp;amp;PartialD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02202;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8706;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PARTIAL DIFFERENTIAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02203 THERE EXISTS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;exist;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;exist; &amp;amp;Exists;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02203;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8707;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;THERE EXISTS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso mmlalias&quot; title=&quot;U+02204 THERE DOES NOT EXIST&quot;&gt; &lt;td class=&quot;character&quot;&gt;∄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nexist; &amp;amp;NotExists; &amp;amp;nexists;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02204;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8708;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;THERE DOES NOT EXIST&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso mmlalias xhtml1-symbol&quot; title=&quot;U+02205 EMPTY SET&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;empty;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;empty; &amp;amp;emptyset; &amp;amp;emptyv; &amp;amp;varnothing;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02205;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8709;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EMPTY SET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02207 NABLA&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;nabla;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nabla; &amp;amp;Del;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02207;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8711;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NABLA&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech xhtml1-symbol mmlalias&quot; title=&quot;U+02208 ELEMENT OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;isin;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;isin; &amp;amp;isinv; &amp;amp;Element; &amp;amp;in;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02208;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8712;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELEMENT OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02209 NOT AN ELEMENT OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;notin;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;notin; &amp;amp;NotElement; &amp;amp;notinva;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02209;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8713;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT AN ELEMENT OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias xhtml1-symbol&quot; title=&quot;U+0220B CONTAINS AS MEMBER&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ni;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;niv; &amp;amp;ReverseElement; &amp;amp;ni; &amp;amp;SuchThat;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0220B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8715;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONTAINS AS MEMBER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+0220C DOES NOT CONTAIN AS MEMBER&quot;&gt; &lt;td class=&quot;character&quot;&gt;∌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;notni; &amp;amp;notniva; &amp;amp;NotReverseElement;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0220C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8716;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT CONTAIN AS MEMBER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsb mmlextra&quot; title=&quot;U+0220F N-ARY PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;prod;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prod; &amp;amp;Product;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0220F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8719;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02210 N-ARY COPRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;∐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;coprod; &amp;amp;Coproduct;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02210;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8720;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY COPRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsb mmlalias&quot; title=&quot;U+02211 N-ARY SUMMATION&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sum;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sum; &amp;amp;Sum;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02211;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8721;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY SUMMATION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+02212 MINUS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;minus;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;minus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02212;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8722;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MINUS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02213 MINUS-OR-PLUS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;∓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mnplus; &amp;amp;mp; &amp;amp;MinusPlus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02213;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8723;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MINUS-OR-PLUS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02214 DOT PLUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;∔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plusdo; &amp;amp;dotplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02214;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8724;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOT PLUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02216 SET MINUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;∖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;setmn; &amp;amp;setminus; &amp;amp;Backslash; &amp;amp;ssetmn; &amp;amp;smallsetminus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02216;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8726;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SET MINUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+02217 ASTERISK OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lowast;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lowast;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02217;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8727;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ASTERISK OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02218 RING OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;∘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;compfn; &amp;amp;SmallCircle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02218;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8728;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RING OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+0221A SQUARE ROOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;radic;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;radic; &amp;amp;Sqrt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0221A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8730;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARE ROOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias 9573-2003-isoamsr&quot; title=&quot;U+0221D PROPORTIONAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;prop;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prop; &amp;amp;propto; &amp;amp;Proportional; &amp;amp;vprop; &amp;amp;varpropto;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0221D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8733;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PROPORTIONAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+0221E INFINITY&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;infin;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;infin;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0221E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8734;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INFINITY&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0221F RIGHT ANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;∟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angrt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0221F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8735;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT ANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamso mmlalias&quot; title=&quot;U+02220 ANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ang;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ang; &amp;amp;angle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02220;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8736;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso mmlalias&quot; title=&quot;U+02221 MEASURED ANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;∡&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsd; &amp;amp;measuredangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02221;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8737;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02222 SPHERICAL ANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;∢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angsph;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02222;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8738;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SPHERICAL ANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02223 DIVIDES&quot;&gt; &lt;td class=&quot;character&quot;&gt;∣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mid; &amp;amp;VerticalBar; &amp;amp;smid; &amp;amp;shortmid;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02223;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8739;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DIVIDES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02224 DOES NOT DIVIDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;∤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nmid; &amp;amp;NotVerticalBar; &amp;amp;nsmid; &amp;amp;nshortmid;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02224;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8740;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT DIVIDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias 9573-2003-isoamsr&quot; title=&quot;U+02225 PARALLEL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;∥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;par; &amp;amp;parallel; &amp;amp;DoubleVerticalBar; &amp;amp;spar; &amp;amp;shortparallel;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02225;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8741;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PARALLEL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02226 NOT PARALLEL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;∦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;npar; &amp;amp;nparallel; &amp;amp;NotDoubleVerticalBar; &amp;amp;nspar; &amp;amp;nshortparallel;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02226;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8742;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT PARALLEL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02227 LOGICAL AND&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;and;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;and; &amp;amp;wedge;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02227;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8743;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOGICAL AND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02228 LOGICAL OR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;or;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;or; &amp;amp;vee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02228;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8744;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOGICAL OR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+02229 INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;cap;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02229;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8745;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech&quot; title=&quot;U+0222A UNION&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;cup;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0222A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8746;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UNION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+0222B INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;int;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;int; &amp;amp;Integral;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0222B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8747;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0222C DOUBLE INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Int;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0222C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8748;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+0222D TRIPLE INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tint; &amp;amp;iiint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0222D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8749;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRIPLE INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+0222E CONTOUR INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;conint; &amp;amp;oint; &amp;amp;ContourIntegral;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0222E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8750;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONTOUR INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+0222F SURFACE INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Conint; &amp;amp;DoubleContourIntegral;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0222F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8751;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SURFACE INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02230 VOLUME INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Cconint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02230;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8752;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VOLUME INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02231 CLOCKWISE INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cwint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02231;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8753;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOCKWISE INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02232 CLOCKWISE CONTOUR INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cwconint; &amp;amp;ClockwiseContourIntegral;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02232;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8754;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOCKWISE CONTOUR INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02233 ANTICLOCKWISE CONTOUR INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;∳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;awconint; &amp;amp;CounterClockwiseContourIntegral;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02233;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8755;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ANTICLOCKWISE CONTOUR INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02234 THEREFORE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;there4;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;there4; &amp;amp;therefore; &amp;amp;Therefore;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02234;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8756;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;THEREFORE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02235 BECAUSE&quot;&gt; &lt;td class=&quot;character&quot;&gt;∵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;becaus; &amp;amp;because; &amp;amp;Because;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02235;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8757;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BECAUSE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02236 RATIO&quot;&gt; &lt;td class=&quot;character&quot;&gt;∶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ratio;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02236;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8758;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RATIO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02237 PROPORTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;∷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Colon; &amp;amp;Proportion;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02237;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8759;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PROPORTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02238 DOT MINUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;∸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;minusd; &amp;amp;dotminus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02238;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8760;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOT MINUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+0223A GEOMETRIC PROPORTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;∺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mDDot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0223A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8762;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GEOMETRIC PROPORTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+0223B HOMOTHETIC&quot;&gt; &lt;td class=&quot;character&quot;&gt;∻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;homtht;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0223B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8763;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;HOMOTHETIC&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias 9573-2003-isoamsr&quot; title=&quot;U+0223C TILDE OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sim;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sim; &amp;amp;Tilde; &amp;amp;thksim; &amp;amp;thicksim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0223C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8764;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TILDE OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0223D REVERSED TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;∽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bsim; &amp;amp;backsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0223D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8765;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb 9573-2003-isoamsr&quot; title=&quot;U+0223E INVERTED LAZY S&quot;&gt; &lt;td class=&quot;character&quot;&gt;∾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ac; &amp;amp;mstpos;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0223E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8766;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INVERTED LAZY S&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0223F SINE WAVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;∿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;acd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0223F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8767;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SINE WAVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02240 WREATH PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;≀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;wreath; &amp;amp;VerticalTilde; &amp;amp;wr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02240;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8768;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WREATH PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02241 NOT TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;≁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsim; &amp;amp;NotTilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02241;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8769;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02242 MINUS TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;≂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;esim; &amp;amp;EqualTilde; &amp;amp;eqsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02242;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8770;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MINUS TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02243 ASYMPTOTICALLY EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sime; &amp;amp;TildeEqual; &amp;amp;simeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02243;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8771;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ASYMPTOTICALLY EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02244 NOT ASYMPTOTICALLY EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsime; &amp;amp;nsimeq; &amp;amp;NotTildeEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02244;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8772;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT ASYMPTOTICALLY EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02245 APPROXIMATELY EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;cong;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cong; &amp;amp;TildeFullEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02245;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8773;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APPROXIMATELY EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+02246 APPROXIMATELY BUT NOT ACTUALLY EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;simne;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02246;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8774;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APPROXIMATELY BUT NOT ACTUALLY EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02247 NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≇&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ncong; &amp;amp;NotTildeFullEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02247;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8775;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02248 ALMOST EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;asymp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;asymp; &amp;amp;ap; &amp;amp;TildeTilde; &amp;amp;approx; &amp;amp;thkap; &amp;amp;thickapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02248;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8776;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ALMOST EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02249 NOT ALMOST EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nap; &amp;amp;NotTildeTilde; &amp;amp;napprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02249;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8777;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT ALMOST EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0224A ALMOST EQUAL OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≊&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ape; &amp;amp;approxeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0224A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8778;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ALMOST EQUAL OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+0224B TRIPLE TILDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;≋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;apid;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0224B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8779;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRIPLE TILDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0224C ALL EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bcong; &amp;amp;backcong;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0224C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8780;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ALL EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra mmlalias&quot; title=&quot;U+0224D EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;asympeq; &amp;amp;CupCap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0224D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8781;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0224E GEOMETRICALLY EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bump; &amp;amp;HumpDownHump; &amp;amp;Bumpeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0224E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8782;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GEOMETRICALLY EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0224F DIFFERENCE BETWEEN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bumpe; &amp;amp;HumpEqual; &amp;amp;bumpeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0224F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8783;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DIFFERENCE BETWEEN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02250 APPROACHES THE LIMIT&quot;&gt; &lt;td class=&quot;character&quot;&gt;≐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;esdot; &amp;amp;DotEqual; &amp;amp;doteq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02250;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8784;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APPROACHES THE LIMIT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02251 GEOMETRICALLY EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eDot; &amp;amp;doteqdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02251;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8785;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GEOMETRICALLY EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02252 APPROXIMATELY EQUAL TO OR THE IMAGE OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;≒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;efDot; &amp;amp;fallingdotseq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02252;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8786;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APPROXIMATELY EQUAL TO OR THE IMAGE OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02253 IMAGE OF OR APPROXIMATELY EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;erDot; &amp;amp;risingdotseq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02253;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8787;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;IMAGE OF OR APPROXIMATELY EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02254 COLON EQUALS&quot;&gt; &lt;td class=&quot;character&quot;&gt;≔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;colone; &amp;amp;coloneq; &amp;amp;Assign;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02254;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8788;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;COLON EQUALS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02255 EQUALS COLON&quot;&gt; &lt;td class=&quot;character&quot;&gt;≕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ecolon; &amp;amp;eqcolon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02255;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8789;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS COLON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02256 RING IN EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ecir; &amp;amp;eqcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02256;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8790;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RING IN EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02257 RING EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cire; &amp;amp;circeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02257;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8791;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RING EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02259 ESTIMATES&quot;&gt; &lt;td class=&quot;character&quot;&gt;≙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;wedgeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02259;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8793;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ESTIMATES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0225A EQUIANGULAR TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;veeeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0225A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8794;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUIANGULAR TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0225C DELTA EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;trie; &amp;amp;triangleq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0225C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8796;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DELTA EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0225F QUESTIONED EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;equest; &amp;amp;questeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0225F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8799;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;QUESTIONED EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02260 NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ne;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ne; &amp;amp;NotEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02260;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8800;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02261 IDENTICAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;equiv;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;equiv; &amp;amp;Congruent;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02261;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8801;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;IDENTICAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02262 NOT IDENTICAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nequiv; &amp;amp;NotCongruent;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02262;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8802;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT IDENTICAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02264 LESS-THAN OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;le;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;le; &amp;amp;leq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02264;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8804;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02265 GREATER-THAN OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;ge;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ge; &amp;amp;GreaterEqual; &amp;amp;geq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02265;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8805;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02266 LESS-THAN OVER EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lE; &amp;amp;LessFullEqual; &amp;amp;leqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02266;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8806;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OVER EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02267 GREATER-THAN OVER EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gE; &amp;amp;GreaterFullEqual; &amp;amp;geqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02267;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8807;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OVER EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02268 LESS-THAN BUT NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lnE; &amp;amp;lneqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02268;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8808;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN BUT NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02269 GREATER-THAN BUT NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gnE; &amp;amp;gneqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02269;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8809;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN BUT NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0226A MUCH LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lt; &amp;amp;NestedLessLess; &amp;amp;ll;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0226A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8810;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MUCH LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0226B MUCH GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gt; &amp;amp;NestedGreaterGreater; &amp;amp;gg;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0226B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8811;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MUCH GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0226C BETWEEN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;twixt; &amp;amp;between;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0226C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8812;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BETWEEN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0226D NOT EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;NotCupCap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0226D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8813;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+0226E NOT LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nlt; &amp;amp;NotLess; &amp;amp;nless;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0226E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8814;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+0226F NOT GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ngt; &amp;amp;NotGreater; &amp;amp;ngtr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0226F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8815;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02270 NEITHER LESS-THAN NOR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nle; &amp;amp;NotLessEqual; &amp;amp;nleq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02270;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8816;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER LESS-THAN NOR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02271 NEITHER GREATER-THAN NOR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nge; &amp;amp;NotGreaterEqual; &amp;amp;ngeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02271;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8817;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER GREATER-THAN NOR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02272 LESS-THAN OR EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsim; &amp;amp;LessTilde; &amp;amp;lesssim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02272;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8818;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02273 GREATER-THAN OR EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gsim; &amp;amp;gtrsim; &amp;amp;GreaterTilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02273;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8819;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02274 NEITHER LESS-THAN NOR EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nlsim; &amp;amp;NotLessTilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02274;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8820;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER LESS-THAN NOR EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02275 NEITHER GREATER-THAN NOR EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ngsim; &amp;amp;NotGreaterTilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02275;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8821;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER GREATER-THAN NOR EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02276 LESS-THAN OR GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lg; &amp;amp;lessgtr; &amp;amp;LessGreater;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02276;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8822;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02277 GREATER-THAN OR LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gl; &amp;amp;gtrless; &amp;amp;GreaterLess;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02277;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8823;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02278 NEITHER LESS-THAN NOR GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ntlg; &amp;amp;NotLessGreater;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02278;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8824;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER LESS-THAN NOR GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02279 NEITHER GREATER-THAN NOR LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;≹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ntgl; &amp;amp;NotGreaterLess;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02279;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8825;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER GREATER-THAN NOR LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0227A PRECEDES&quot;&gt; &lt;td class=&quot;character&quot;&gt;≺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pr; &amp;amp;Precedes; &amp;amp;prec;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0227A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8826;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0227B SUCCEEDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;≻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sc; &amp;amp;Succeeds; &amp;amp;succ;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0227B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8827;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0227C PRECEDES OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prcue; &amp;amp;PrecedesSlantEqual; &amp;amp;preccurlyeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0227C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8828;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0227D SUCCEEDS OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sccue; &amp;amp;SucceedsSlantEqual; &amp;amp;succcurlyeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0227D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8829;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0227E PRECEDES OR EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prsim; &amp;amp;precsim; &amp;amp;PrecedesTilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0227E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8830;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES OR EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0227F SUCCEEDS OR EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;≿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scsim; &amp;amp;succsim; &amp;amp;SucceedsTilde;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0227F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8831;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS OR EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02280 DOES NOT PRECEDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;npr; &amp;amp;nprec; &amp;amp;NotPrecedes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02280;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8832;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT PRECEDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02281 DOES NOT SUCCEED&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsc; &amp;amp;nsucc; &amp;amp;NotSucceeds;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02281;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8833;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT SUCCEED&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02282 SUBSET OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sub;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sub; &amp;amp;subset;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02282;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8834;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02283 SUPERSET OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sup;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sup; &amp;amp;supset; &amp;amp;Superset;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02283;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8835;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsn&quot; title=&quot;U+02284 NOT A SUBSET OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;nsub;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsub;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02284;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8836;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT A SUBSET OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+02285 NOT A SUPERSET OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02285;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8837;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT A SUPERSET OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02286 SUBSET OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sube;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sube; &amp;amp;SubsetEqual; &amp;amp;subseteq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02286;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8838;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+02287 SUPERSET OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;supe;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supe; &amp;amp;supseteq; &amp;amp;SupersetEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02287;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8839;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02288 NEITHER A SUBSET OF NOR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊈&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsube; &amp;amp;nsubseteq; &amp;amp;NotSubsetEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02288;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8840;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER A SUBSET OF NOR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02289 NEITHER A SUPERSET OF NOR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsupe; &amp;amp;nsupseteq; &amp;amp;NotSupersetEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02289;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8841;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEITHER A SUPERSET OF NOR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+0228A SUBSET OF WITH NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊊&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subne; &amp;amp;subsetneq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0228A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8842;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET OF WITH NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+0228B SUPERSET OF WITH NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supne; &amp;amp;supsetneq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0228B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8843;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET OF WITH NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+0228D MULTISET MULTIPLICATION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cupdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0228D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8845;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTISET MULTIPLICATION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+0228E MULTISET UNION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uplus; &amp;amp;UnionPlus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0228E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8846;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTISET UNION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+0228F SQUARE IMAGE OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sqsub; &amp;amp;SquareSubset; &amp;amp;sqsubset;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0228F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8847;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARE IMAGE OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02290 SQUARE ORIGINAL OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sqsup; &amp;amp;SquareSuperset; &amp;amp;sqsupset;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02290;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8848;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARE ORIGINAL OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02291 SQUARE IMAGE OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sqsube; &amp;amp;SquareSubsetEqual; &amp;amp;sqsubseteq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02291;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8849;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARE IMAGE OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02292 SQUARE ORIGINAL OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sqsupe; &amp;amp;SquareSupersetEqual; &amp;amp;sqsupseteq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02292;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8850;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARE ORIGINAL OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02293 SQUARE CAP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sqcap; &amp;amp;SquareIntersection;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02293;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8851;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARE CAP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02294 SQUARE CUP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sqcup; &amp;amp;SquareUnion;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02294;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8852;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARE CUP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsb mmlalias&quot; title=&quot;U+02295 CIRCLED PLUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;oplus;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oplus; &amp;amp;CirclePlus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02295;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8853;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED PLUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02296 CIRCLED MINUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ominus; &amp;amp;CircleMinus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02296;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8854;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED MINUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsb mmlalias&quot; title=&quot;U+02297 CIRCLED TIMES&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;otimes;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;otimes; &amp;amp;CircleTimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02297;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8855;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED TIMES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02298 CIRCLED DIVISION SLASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;osol;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02298;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8856;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED DIVISION SLASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02299 CIRCLED DOT OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;odot; &amp;amp;CircleDot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02299;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8857;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED DOT OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+0229A CIRCLED RING OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ocir; &amp;amp;circledcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0229A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8858;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED RING OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+0229B CIRCLED ASTERISK OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oast; &amp;amp;circledast;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0229B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8859;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED ASTERISK OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+0229D CIRCLED DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;odash; &amp;amp;circleddash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0229D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8861;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+0229E SQUARED PLUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plusb; &amp;amp;boxplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0229E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8862;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARED PLUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+0229F SQUARED MINUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;minusb; &amp;amp;boxminus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0229F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8863;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARED MINUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022A0 SQUARED TIMES&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;timesb; &amp;amp;boxtimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8864;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARED TIMES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022A1 SQUARED DOT OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊡&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sdotb; &amp;amp;dotsquare;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8865;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARED DOT OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022A2 RIGHT TACK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vdash; &amp;amp;RightTee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8866;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT TACK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022A3 LEFT TACK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dashv; &amp;amp;LeftTee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8867;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT TACK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+022A4 DOWN TACK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;top; &amp;amp;DownTee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8868;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWN TACK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias xhtml1-symbol&quot; title=&quot;U+022A5 UP TACK&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;perp;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bottom; &amp;amp;bot; &amp;amp;perp; &amp;amp;UpTee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8869;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UP TACK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+022A7 MODELS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;models;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8871;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MODELS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022A8 TRUE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vDash; &amp;amp;DoubleRightTee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8872;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRUE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+022A9 FORCES&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Vdash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022A9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8873;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FORCES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+022AA TRIPLE VERTICAL BAR RIGHT TURNSTILE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Vvdash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022AA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8874;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRIPLE VERTICAL BAR RIGHT TURNSTILE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+022AB DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;VDash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022AB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8875;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+022AC DOES NOT PROVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nvdash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022AC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8876;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT PROVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+022AD NOT TRUE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nvDash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022AD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8877;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT TRUE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+022AE DOES NOT FORCE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nVdash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022AE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8878;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT FORCE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+022AF NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nVDash;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022AF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8879;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+022B0 PRECEDES UNDER RELATION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prurel;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8880;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES UNDER RELATION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022B2 NORMAL SUBGROUP OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vltri; &amp;amp;vartriangleleft; &amp;amp;LeftTriangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8882;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORMAL SUBGROUP OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022B3 CONTAINS AS NORMAL SUBGROUP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vrtri; &amp;amp;vartriangleright; &amp;amp;RightTriangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8883;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONTAINS AS NORMAL SUBGROUP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022B4 NORMAL SUBGROUP OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltrie; &amp;amp;trianglelefteq; &amp;amp;LeftTriangleEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8884;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORMAL SUBGROUP OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022B5 CONTAINS AS NORMAL SUBGROUP OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rtrie; &amp;amp;trianglerighteq; &amp;amp;RightTriangleEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8885;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONTAINS AS NORMAL SUBGROUP OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+022B6 ORIGINAL OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;origof;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8886;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ORIGINAL OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+022B7 IMAGE OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;imof;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8887;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;IMAGE OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+022B8 MULTIMAP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mumap; &amp;amp;multimap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8888;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIMAP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+022B9 HERMITIAN CONJUGATE MATRIX&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hercon;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022B9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8889;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;HERMITIAN CONJUGATE MATRIX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022BA INTERCALATE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;intcal; &amp;amp;intercal;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022BA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8890;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERCALATE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+022BB XOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;veebar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022BB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8891;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;XOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+022BD NOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;barvee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022BD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8893;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+022BE RIGHT ANGLE WITH ARC&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angrtvb;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022BE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8894;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT ANGLE WITH ARC&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+022BF RIGHT TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⊿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lrtri;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022BF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8895;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022C0 N-ARY LOGICAL AND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xwedge; &amp;amp;Wedge; &amp;amp;bigwedge;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8896;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY LOGICAL AND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022C1 N-ARY LOGICAL OR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xvee; &amp;amp;Vee; &amp;amp;bigvee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8897;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY LOGICAL OR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022C2 N-ARY INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xcap; &amp;amp;Intersection; &amp;amp;bigcap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8898;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022C3 N-ARY UNION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xcup; &amp;amp;Union; &amp;amp;bigcup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8899;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY UNION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022C4 DIAMOND OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;diam; &amp;amp;diamond; &amp;amp;Diamond;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8900;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DIAMOND OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsb&quot; title=&quot;U+022C5 DOT OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;sdot;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8901;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOT OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022C6 STAR OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sstarf; &amp;amp;Star;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8902;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;STAR OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022C7 DIVISION TIMES&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋇&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;divonx; &amp;amp;divideontimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8903;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DIVISION TIMES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+022C8 BOWTIE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋈&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bowtie;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8904;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOWTIE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+022C9 LEFT NORMAL FACTOR SEMIDIRECT PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022C9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8905;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT NORMAL FACTOR SEMIDIRECT PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+022CA RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋊&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rtimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022CA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8906;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022CB LEFT SEMIDIRECT PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lthree; &amp;amp;leftthreetimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022CB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8907;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT SEMIDIRECT PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022CC RIGHT SEMIDIRECT PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rthree; &amp;amp;rightthreetimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022CC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8908;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT SEMIDIRECT PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022CD REVERSED TILDE EQUALS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bsime; &amp;amp;backsimeq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022CD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8909;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED TILDE EQUALS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022CE CURLY LOGICAL OR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cuvee; &amp;amp;curlyvee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022CE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8910;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CURLY LOGICAL OR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+022CF CURLY LOGICAL AND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cuwed; &amp;amp;curlywedge;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022CF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8911;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CURLY LOGICAL AND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022D0 DOUBLE SUBSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Sub; &amp;amp;Subset;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8912;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE SUBSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022D1 DOUBLE SUPERSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Sup; &amp;amp;Supset;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8913;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE SUPERSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+022D2 DOUBLE INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Cap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8914;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+022D3 DOUBLE UNION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Cup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8915;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE UNION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022D4 PITCHFORK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;fork; &amp;amp;pitchfork;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8916;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PITCHFORK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022D5 EQUAL AND PARALLEL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;epar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8917;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUAL AND PARALLEL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022D6 LESS-THAN WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltdot; &amp;amp;lessdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8918;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022D7 GREATER-THAN WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gtdot; &amp;amp;gtrdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8919;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+022D8 VERY MUCH LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Ll;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8920;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERY MUCH LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022D9 VERY MUCH GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Gg; &amp;amp;ggg;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022D9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8921;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERY MUCH GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022DA LESS-THAN EQUAL TO OR GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;leg; &amp;amp;LessEqualGreater; &amp;amp;lesseqgtr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022DA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8922;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN EQUAL TO OR GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022DB GREATER-THAN EQUAL TO OR LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gel; &amp;amp;gtreqless; &amp;amp;GreaterEqualLess;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022DB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8923;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN EQUAL TO OR LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022DE EQUAL TO OR PRECEDES&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cuepr; &amp;amp;curlyeqprec;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022DE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8926;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUAL TO OR PRECEDES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+022DF EQUAL TO OR SUCCEEDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cuesc; &amp;amp;curlyeqsucc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022DF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8927;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUAL TO OR SUCCEEDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022E0 DOES NOT PRECEDE OR EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nprcue; &amp;amp;NotPrecedesSlantEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8928;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT PRECEDE OR EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022E1 DOES NOT SUCCEED OR EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋡&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsccue; &amp;amp;NotSucceedsSlantEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8929;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT SUCCEED OR EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022E2 NOT SQUARE IMAGE OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsqsube; &amp;amp;NotSquareSubsetEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8930;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT SQUARE IMAGE OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022E3 NOT SQUARE ORIGINAL OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nsqsupe; &amp;amp;NotSquareSupersetEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8931;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT SQUARE ORIGINAL OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+022E6 LESS-THAN BUT NOT EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lnsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8934;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN BUT NOT EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+022E7 GREATER-THAN BUT NOT EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gnsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8935;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN BUT NOT EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022E8 PRECEDES BUT NOT EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prnsim; &amp;amp;precnsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8936;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES BUT NOT EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022E9 SUCCEEDS BUT NOT EQUIVALENT TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scnsim; &amp;amp;succnsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022E9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8937;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS BUT NOT EQUIVALENT TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022EA NOT NORMAL SUBGROUP OF&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nltri; &amp;amp;ntriangleleft; &amp;amp;NotLeftTriangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022EA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8938;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT NORMAL SUBGROUP OF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022EB DOES NOT CONTAIN AS NORMAL SUBGROUP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nrtri; &amp;amp;ntriangleright; &amp;amp;NotRightTriangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022EB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8939;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT CONTAIN AS NORMAL SUBGROUP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022EC NOT NORMAL SUBGROUP OF OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nltrie; &amp;amp;ntrianglelefteq; &amp;amp;NotLeftTriangleEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022EC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8940;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NOT NORMAL SUBGROUP OF OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+022ED DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nrtrie; &amp;amp;ntrianglerighteq; &amp;amp;NotRightTriangleEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022ED;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8941;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+022EE VERTICAL ELLIPSIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vellip;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022EE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8942;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERTICAL ELLIPSIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022EF MIDLINE HORIZONTAL ELLIPSIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ctdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022EF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8943;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MIDLINE HORIZONTAL ELLIPSIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F0 UP RIGHT DIAGONAL ELLIPSIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;utdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8944;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UP RIGHT DIAGONAL ELLIPSIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F1 DOWN RIGHT DIAGONAL ELLIPSIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dtdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8945;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWN RIGHT DIAGONAL ELLIPSIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F2 ELEMENT OF WITH LONG HORIZONTAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;disin;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8946;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELEMENT OF WITH LONG HORIZONTAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F3 ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;isinsv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8947;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F4 SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;isins;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8948;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F5 ELEMENT OF WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;isindot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8949;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELEMENT OF WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F6 ELEMENT OF WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;notinvc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8950;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELEMENT OF WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F7 SMALL ELEMENT OF WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;notinvb;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8951;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMALL ELEMENT OF WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022F9 ELEMENT OF WITH TWO HORIZONTAL STROKES&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;isinE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022F9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8953;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELEMENT OF WITH TWO HORIZONTAL STROKES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022FA CONTAINS WITH LONG HORIZONTAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nisd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022FA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8954;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONTAINS WITH LONG HORIZONTAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022FB CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xnis;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022FB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8955;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022FC SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nis;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022FC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8956;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022FD CONTAINS WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;notnivc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022FD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8957;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONTAINS WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+022FE SMALL CONTAINS WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⋾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;notnivb;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x022FE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8958;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMALL CONTAINS WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02305 PROJECTIVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;barwed; &amp;amp;barwedge;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02305;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8965;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PROJECTIVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02306 PERSPECTIVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Barwed; &amp;amp;doublebarwedge;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02306;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8966;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PERSPECTIVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsc mmlalias&quot; title=&quot;U+02308 LEFT CEILING&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lceil;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lceil; &amp;amp;LeftCeiling;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02308;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8968;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT CEILING&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsc mmlalias&quot; title=&quot;U+02309 RIGHT CEILING&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rceil;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rceil; &amp;amp;RightCeiling;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02309;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8969;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT CEILING&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsc mmlalias&quot; title=&quot;U+0230A LEFT FLOOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lfloor;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lfloor; &amp;amp;LeftFloor;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0230A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8970;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT FLOOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;xhtml1-symbol 9573-2003-isoamsc mmlalias&quot; title=&quot;U+0230B RIGHT FLOOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rfloor;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rfloor; &amp;amp;RightFloor;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0230B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8971;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT FLOOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0230C BOTTOM RIGHT CROP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;drcrop;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0230C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8972;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM RIGHT CROP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0230D BOTTOM LEFT CROP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dlcrop;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0230D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8973;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM LEFT CROP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0230E TOP RIGHT CROP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;urcrop;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0230E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8974;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP RIGHT CROP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0230F TOP LEFT CROP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ulcrop;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0230F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8975;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP LEFT CROP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02310 REVERSED NOT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bnot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02310;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8976;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED NOT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02312 ARC&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;profline;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02312;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8978;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ARC&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02313 SEGMENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;profsurf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02313;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8979;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SEGMENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02315 TELEPHONE RECORDER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;telrec;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02315;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8981;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TELEPHONE RECORDER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02316 POSITION INDICATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;target;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02316;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8982;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;POSITION INDICATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsc mmlalias&quot; title=&quot;U+0231C TOP LEFT CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ulcorn; &amp;amp;ulcorner;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0231C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8988;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP LEFT CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsc mmlalias&quot; title=&quot;U+0231D TOP RIGHT CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;urcorn; &amp;amp;urcorner;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0231D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8989;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP RIGHT CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsc mmlalias&quot; title=&quot;U+0231E BOTTOM LEFT CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dlcorn; &amp;amp;llcorner;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0231E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8990;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM LEFT CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsc mmlalias&quot; title=&quot;U+0231F BOTTOM RIGHT CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;drcorn; &amp;amp;lrcorner;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0231F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8991;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM RIGHT CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02322 FROWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;frown; &amp;amp;sfrown;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02322;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8994;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FROWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02323 SMILE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;smile; &amp;amp;ssmile;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02323;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#8995;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMILE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0232D CYLINDRICITY&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cylcty;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0232D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9005;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CYLINDRICITY&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0232E ALL AROUND-PROFILE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;profalar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0232E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9006;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ALL AROUND-PROFILE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02336 APL FUNCTIONAL SYMBOL I-BEAM&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;topbot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02336;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9014;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APL FUNCTIONAL SYMBOL I-BEAM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+0233D APL FUNCTIONAL SYMBOL CIRCLE STILE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ovbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0233D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9021;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APL FUNCTIONAL SYMBOL CIRCLE STILE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+0233F APL FUNCTIONAL SYMBOL SLASH BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⌿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;solbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0233F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9023;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APL FUNCTIONAL SYMBOL SLASH BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0237C RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⍼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angzarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0237C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9084;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsc mmlalias&quot; title=&quot;U+023B0 UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⎰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lmoust; &amp;amp;lmoustache;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023B0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9136;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsc mmlalias&quot; title=&quot;U+023B1 UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⎱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rmoust; &amp;amp;rmoustache;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023B1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9137;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamso mmlextra&quot; title=&quot;U+023B4 TOP SQUARE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⎴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tbrk; &amp;amp;OverBracket;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023B4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9140;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP SQUARE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamso mmlextra&quot; title=&quot;U+023B5 BOTTOM SQUARE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⎵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bbrk; &amp;amp;UnderBracket;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9141;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM SQUARE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+023B6 BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⎶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bbrktbrk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023B6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9142;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+023DC TOP PARENTHESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⏜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;OverParenthesis;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023DC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9180;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP PARENTHESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+023DD BOTTOM PARENTHESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⏝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;UnderParenthesis;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023DD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9181;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM PARENTHESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+023DE TOP CURLY BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⏞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;OverBrace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023DE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9182;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP CURLY BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+023DF BOTTOM CURLY BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⏟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;UnderBrace;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023DF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9183;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOTTOM CURLY BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+023E2 WHITE TRAPEZIUM&quot;&gt; &lt;td class=&quot;character&quot;&gt;⏢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;trpezium;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023E2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9186;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE TRAPEZIUM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Technical&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+023E7 ELECTRICAL INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⏧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;elinters;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x023E7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9191;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELECTRICAL INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Control Pictures&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02423 OPEN BOX&quot;&gt; &lt;td class=&quot;character&quot;&gt;␣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;blank;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02423;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9251;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;OPEN BOX&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Enclosed Alphanumerics&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamso mmlalias&quot; title=&quot;U+024C8 CIRCLED LATIN CAPITAL LETTER S&quot;&gt; &lt;td class=&quot;character&quot;&gt;Ⓢ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oS; &amp;amp;circledS;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x024C8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9416;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED LATIN CAPITAL LETTER S&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox mmlextra&quot; title=&quot;U+02500 BOX DRAWINGS LIGHT HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;─&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxh; &amp;amp;HorizontalLine;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02500;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9472;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02502 BOX DRAWINGS LIGHT VERTICAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;│&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02502;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9474;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT VERTICAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0250C BOX DRAWINGS LIGHT DOWN AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;┌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxdr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0250C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9484;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT DOWN AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02510 BOX DRAWINGS LIGHT DOWN AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;┐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxdl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02510;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9488;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT DOWN AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02514 BOX DRAWINGS LIGHT UP AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;└&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxur;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02514;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9492;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT UP AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02518 BOX DRAWINGS LIGHT UP AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;┘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxul;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02518;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9496;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT UP AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0251C BOX DRAWINGS LIGHT VERTICAL AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;├&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxvr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0251C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9500;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT VERTICAL AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02524 BOX DRAWINGS LIGHT VERTICAL AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;┤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxvl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02524;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9508;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT VERTICAL AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0252C BOX DRAWINGS LIGHT DOWN AND HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;┬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxhd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0252C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9516;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT DOWN AND HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02534 BOX DRAWINGS LIGHT UP AND HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;┴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxhu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02534;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9524;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT UP AND HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0253C BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;┼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxvh;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0253C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9532;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02550 BOX DRAWINGS DOUBLE HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;═&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxH;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02550;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9552;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02551 BOX DRAWINGS DOUBLE VERTICAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;║&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxV;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02551;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9553;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE VERTICAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02552 BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxdR;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02552;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9554;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02553 BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxDr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02553;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9555;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02554 BOX DRAWINGS DOUBLE DOWN AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;╔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxDR;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02554;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9556;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE DOWN AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02555 BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxdL;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02555;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9557;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02556 BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxDl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02556;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9558;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02557 BOX DRAWINGS DOUBLE DOWN AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;╗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxDL;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02557;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9559;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE DOWN AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02558 BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxuR;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02558;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9560;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02559 BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxUr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02559;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9561;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0255A BOX DRAWINGS DOUBLE UP AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;╚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxUR;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0255A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9562;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE UP AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0255B BOX DRAWINGS UP SINGLE AND LEFT DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxuL;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0255B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9563;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS UP SINGLE AND LEFT DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0255C BOX DRAWINGS UP DOUBLE AND LEFT SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxUl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0255C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9564;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS UP DOUBLE AND LEFT SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0255D BOX DRAWINGS DOUBLE UP AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;╝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxUL;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0255D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9565;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE UP AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0255E BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxvR;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0255E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9566;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0255F BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxVr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0255F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9567;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02560 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;╠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxVR;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02560;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9568;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE VERTICAL AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02561 BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╡&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxvL;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02561;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9569;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02562 BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxVl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02562;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9570;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02563 BOX DRAWINGS DOUBLE VERTICAL AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;╣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxVL;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02563;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9571;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE VERTICAL AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02564 BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxHd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02564;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9572;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02565 BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxhD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02565;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9573;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02566 BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;╦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxHD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02566;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9574;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02567 BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxHu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02567;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9575;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02568 BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxhU;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02568;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9576;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+02569 BOX DRAWINGS DOUBLE UP AND HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;╩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxHU;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02569;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9577;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE UP AND HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0256A BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxvH;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0256A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9578;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0256B BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;╫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxVh;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0256B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9579;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Box Drawing&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isobox&quot; title=&quot;U+0256C BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;╬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxVH;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0256C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9580;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Block Elements&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02580 UPPER HALF BLOCK&quot;&gt; &lt;td class=&quot;character&quot;&gt;▀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uhblk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02580;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9600;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPPER HALF BLOCK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Block Elements&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02584 LOWER HALF BLOCK&quot;&gt; &lt;td class=&quot;character&quot;&gt;▄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lhblk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02584;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9604;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOWER HALF BLOCK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Block Elements&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02588 FULL BLOCK&quot;&gt; &lt;td class=&quot;character&quot;&gt;█&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;block;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02588;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9608;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FULL BLOCK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Block Elements&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02591 LIGHT SHADE&quot;&gt; &lt;td class=&quot;character&quot;&gt;░&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;blk14;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02591;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9617;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LIGHT SHADE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Block Elements&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02592 MEDIUM SHADE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;blk12;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02592;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9618;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEDIUM SHADE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Block Elements&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02593 DARK SHADE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;blk34;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02593;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9619;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DARK SHADE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub 9573-2003-isotech mmlalias&quot; title=&quot;U+025A1 WHITE SQUARE&quot;&gt; &lt;td class=&quot;character&quot;&gt;□&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;squ; &amp;amp;square; &amp;amp;Square;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025A1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9633;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE SQUARE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub 9573-2003-isotech mmlalias mmlextra&quot; title=&quot;U+025AA BLACK SMALL SQUARE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;squf; &amp;amp;squarf; &amp;amp;blacksquare; &amp;amp;FilledVerySmallSquare;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025AA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9642;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK SMALL SQUARE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;mmlextra&quot; title=&quot;U+025AB WHITE SMALL SQUARE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;EmptyVerySmallSquare;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025AB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9643;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE SMALL SQUARE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+025AD WHITE RECTANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rect;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025AD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9645;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE RECTANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+025AE BLACK VERTICAL RECTANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;marker;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025AE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9646;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK VERTICAL RECTANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+025B1 WHITE PARALLELOGRAM&quot;&gt; &lt;td class=&quot;character&quot;&gt;▱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;fltns;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025B1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9649;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE PARALLELOGRAM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+025B3 WHITE UP-POINTING TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;△&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xutri; &amp;amp;bigtriangleup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025B3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9651;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE UP-POINTING TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025B4 BLACK UP-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;utrif; &amp;amp;blacktriangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025B4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9652;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK UP-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025B5 WHITE UP-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;utri; &amp;amp;triangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9653;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE UP-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025B8 BLACK RIGHT-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rtrif; &amp;amp;blacktriangleright;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025B8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9656;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK RIGHT-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025B9 WHITE RIGHT-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rtri; &amp;amp;triangleright;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025B9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9657;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE RIGHT-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+025BD WHITE DOWN-POINTING TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xdtri; &amp;amp;bigtriangledown;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025BD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9661;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE DOWN-POINTING TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025BE BLACK DOWN-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dtrif; &amp;amp;blacktriangledown;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025BE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9662;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK DOWN-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025BF WHITE DOWN-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;▿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dtri; &amp;amp;triangledown;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025BF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9663;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE DOWN-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025C2 BLACK LEFT-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltrif; &amp;amp;blacktriangleleft;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025C2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9666;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK LEFT-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+025C3 WHITE LEFT-POINTING SMALL TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltri; &amp;amp;triangleleft;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025C3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9667;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE LEFT-POINTING SMALL TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;xhtml1-symbol 9573-2003-isopub mmlalias&quot; title=&quot;U+025CA LOZENGE&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;loz;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;loz; &amp;amp;lozenge;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025CA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9674;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOZENGE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+025CB WHITE CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;○&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025CB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9675;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+025EC WHITE UP-POINTING TRIANGLE WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;◬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tridot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025EC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9708;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE UP-POINTING TRIANGLE WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+025EF LARGE CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xcirc; &amp;amp;bigcirc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025EF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9711;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LARGE CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+025F8 UPPER LEFT TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ultri;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025F8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9720;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPPER LEFT TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+025F9 UPPER RIGHT TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;urtri;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025F9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9721;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPPER RIGHT TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+025FA LOWER LEFT TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lltri;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025FA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9722;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOWER LEFT TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+025FB WHITE MEDIUM SQUARE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;EmptySmallSquare;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025FB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9723;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE MEDIUM SQUARE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Geometric Shapes&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+025FC BLACK MEDIUM SQUARE&quot;&gt; &lt;td class=&quot;character&quot;&gt;◼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;FilledSmallSquare;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x025FC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9724;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK MEDIUM SQUARE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+02605 BLACK STAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;★&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;starf; &amp;amp;bigstar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02605;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9733;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK STAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02606 WHITE STAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;☆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;star;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02606;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9734;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WHITE STAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0260E BLACK TELEPHONE&quot;&gt; &lt;td class=&quot;character&quot;&gt;☎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;phone;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0260E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9742;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK TELEPHONE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02640 FEMALE SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;♀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;female;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02640;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9792;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FEMALE SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02642 MALE SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;♂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;male;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02642;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9794;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MALE SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub xhtml1-symbol mmlalias&quot; title=&quot;U+02660 BLACK SPADE SUIT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;spades;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;spades; &amp;amp;spadesuit;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02660;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9824;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK SPADE SUIT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias xhtml1-symbol&quot; title=&quot;U+02663 BLACK CLUB SUIT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;clubs;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;clubs; &amp;amp;clubsuit;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02663;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9827;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK CLUB SUIT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias xhtml1-symbol&quot; title=&quot;U+02665 BLACK HEART SUIT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;hearts;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;hearts; &amp;amp;heartsuit;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02665;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9829;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK HEART SUIT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub xhtml1-symbol mmlalias&quot; title=&quot;U+02666 BLACK DIAMOND SUIT&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;diams;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;diams; &amp;amp;diamondsuit;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02666;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9830;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK DIAMOND SUIT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isonum&quot; title=&quot;U+0266A EIGHTH NOTE&quot;&gt; &lt;td class=&quot;character&quot;&gt;♪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sung;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0266A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9834;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EIGHTH NOTE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0266D MUSIC FLAT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;♭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;flat;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0266D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9837;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MUSIC FLAT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+0266E MUSIC NATURAL SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;♮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;natur; &amp;amp;natural;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0266E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9838;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MUSIC NATURAL SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Symbols&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0266F MUSIC SHARP SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;♯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sharp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0266F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#9839;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MUSIC SHARP SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Dingbats&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+02713 CHECK MARK&quot;&gt; &lt;td class=&quot;character&quot;&gt;✓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;check; &amp;amp;checkmark;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02713;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10003;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CHECK MARK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Dingbats&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02717 BALLOT X&quot;&gt; &lt;td class=&quot;character&quot;&gt;✗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cross;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02717;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10007;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BALLOT X&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Dingbats&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+02720 MALTESE CROSS&quot;&gt; &lt;td class=&quot;character&quot;&gt;✠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;malt; &amp;amp;maltese;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02720;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10016;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MALTESE CROSS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Dingbats&quot; data-category=&quot;So&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+02736 SIX POINTED BLACK STAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;✶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sext;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02736;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10038;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SIX POINTED BLACK STAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Dingbats&quot; data-category=&quot;So&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02758 LIGHT VERTICAL BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;❘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;VerticalSeparator;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02758;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10072;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LIGHT VERTICAL BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Dingbats&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;❲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lbbrk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02772;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10098;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Dingbats&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;❳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rbbrk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02773;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10099;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+027E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lobrk; &amp;amp;LeftDoubleBracket;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027E6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10214;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL LEFT WHITE SQUARE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+027E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;robrk; &amp;amp;RightDoubleBracket;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027E7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10215;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL RIGHT WHITE SQUARE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Ps&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+027E8 MATHEMATICAL LEFT ANGLE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;lang;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lang; &amp;amp;LeftAngleBracket; &amp;amp;langle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027E8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10216;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL LEFT ANGLE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Pe&quot; data-set=&quot;xhtml1-symbol 9573-2003-isotech mmlalias&quot; title=&quot;U+027E9 MATHEMATICAL RIGHT ANGLE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;rang;&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rang; &amp;amp;RightAngleBracket; &amp;amp;rangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027E9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10217;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL RIGHT ANGLE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+027EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Lang;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027EA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10218;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL LEFT DOUBLE ANGLE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+027EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rang;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027EB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10219;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+027EC MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;loang;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027EC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10220;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-A&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+027ED MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;roang;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027ED;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10221;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+027F5 LONG LEFTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xlarr; &amp;amp;longleftarrow; &amp;amp;LongLeftArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027F5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10229;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG LEFTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+027F6 LONG RIGHTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xrarr; &amp;amp;longrightarrow; &amp;amp;LongRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027F6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10230;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG RIGHTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+027F7 LONG LEFT RIGHT ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xharr; &amp;amp;longleftrightarrow; &amp;amp;LongLeftRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027F7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10231;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG LEFT RIGHT ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+027F8 LONG LEFTWARDS DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xlArr; &amp;amp;Longleftarrow; &amp;amp;DoubleLongLeftArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027F8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10232;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG LEFTWARDS DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+027F9 LONG RIGHTWARDS DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xrArr; &amp;amp;Longrightarrow; &amp;amp;DoubleLongRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027F9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10233;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG RIGHTWARDS DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+027FA LONG LEFT RIGHT DOUBLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xhArr; &amp;amp;Longleftrightarrow; &amp;amp;DoubleLongLeftRightArrow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027FA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10234;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG LEFT RIGHT DOUBLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+027FC LONG RIGHTWARDS ARROW FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xmap; &amp;amp;longmapsto;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027FC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10236;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG RIGHTWARDS ARROW FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-A&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+027FF LONG RIGHTWARDS SQUIGGLE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⟿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dzigrarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x027FF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10239;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG RIGHTWARDS SQUIGGLE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02902 LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nvlArr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02902;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10498;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02903 RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nvrArr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02903;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10499;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02904 LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nvHarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02904;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10500;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02905 RIGHTWARDS TWO-HEADED ARROW FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Map;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02905;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10501;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS TWO-HEADED ARROW FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0290C LEFTWARDS DOUBLE DASH ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lbarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0290C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10508;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS DOUBLE DASH ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0290D RIGHTWARDS DOUBLE DASH ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rbarr; &amp;amp;bkarow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0290D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10509;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS DOUBLE DASH ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0290E LEFTWARDS TRIPLE DASH ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lBarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0290E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10510;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS TRIPLE DASH ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0290F RIGHTWARDS TRIPLE DASH ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rBarr; &amp;amp;dbkarow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0290F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10511;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS TRIPLE DASH ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02910 RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RBarr; &amp;amp;drbkarow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02910;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10512;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02911 RIGHTWARDS ARROW WITH DOTTED STEM&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DDotrahd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02911;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10513;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW WITH DOTTED STEM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02912 UPWARDS ARROW TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;UpArrowBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02912;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10514;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS ARROW TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02913 DOWNWARDS ARROW TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownArrowBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02913;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10515;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS ARROW TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02916 RIGHTWARDS TWO-HEADED ARROW WITH TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Rarrtl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02916;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10518;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS TWO-HEADED ARROW WITH TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02919 LEFTWARDS ARROW-TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;latail;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02919;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10521;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW-TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0291A RIGHTWARDS ARROW-TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ratail;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0291A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10522;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW-TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0291B LEFTWARDS DOUBLE ARROW-TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lAtail;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0291B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10523;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS DOUBLE ARROW-TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0291C RIGHTWARDS DOUBLE ARROW-TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rAtail;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0291C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10524;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS DOUBLE ARROW-TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0291D LEFTWARDS ARROW TO BLACK DIAMOND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrfs;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0291D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10525;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW TO BLACK DIAMOND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0291E RIGHTWARDS ARROW TO BLACK DIAMOND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrfs;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0291E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10526;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW TO BLACK DIAMOND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0291F LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrbfs;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0291F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10527;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02920 RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrbfs;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02920;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10528;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02923 NORTH WEST ARROW WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nwarhk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02923;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10531;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH WEST ARROW WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02924 NORTH EAST ARROW WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nearhk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02924;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10532;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH EAST ARROW WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02925 SOUTH EAST ARROW WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;searhk; &amp;amp;hksearow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02925;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10533;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH EAST ARROW WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02926 SOUTH WEST ARROW WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;swarhk; &amp;amp;hkswarow;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02926;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10534;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH WEST ARROW WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02927 NORTH WEST ARROW AND NORTH EAST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nwnear;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02927;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10535;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH WEST ARROW AND NORTH EAST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02928 NORTH EAST ARROW AND SOUTH EAST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nesear; &amp;amp;toea;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02928;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10536;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;NORTH EAST ARROW AND SOUTH EAST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+02929 SOUTH EAST ARROW AND SOUTH WEST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;seswar; &amp;amp;tosa;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02929;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10537;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH EAST ARROW AND SOUTH WEST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0292A SOUTH WEST ARROW AND NORTH WEST ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;swnwar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0292A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10538;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOUTH WEST ARROW AND NORTH WEST ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02933 WAVE ARROW POINTING DIRECTLY RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02933;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10547;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;WAVE ARROW POINTING DIRECTLY RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02935 ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cudarrr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02935;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10549;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02936 ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ldca;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02936;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10550;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02937 ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rdca;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02937;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10551;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02938 RIGHT-SIDE ARC CLOCKWISE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cudarrl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02938;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10552;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT-SIDE ARC CLOCKWISE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02939 LEFT-SIDE ARC ANTICLOCKWISE ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrpl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02939;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10553;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT-SIDE ARC ANTICLOCKWISE ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0293C TOP ARC CLOCKWISE ARROW WITH MINUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;curarrm;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0293C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10556;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP ARC CLOCKWISE ARROW WITH MINUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0293D TOP ARC ANTICLOCKWISE ARROW WITH PLUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⤽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cularrp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0293D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10557;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TOP ARC ANTICLOCKWISE ARROW WITH PLUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02945 RIGHTWARDS ARROW WITH PLUS BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrpl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02945;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10565;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW WITH PLUS BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02948 LEFT RIGHT ARROW THROUGH SMALL CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥈&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;harrcir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02948;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10568;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT RIGHT ARROW THROUGH SMALL CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02949 UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Uarrocir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02949;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10569;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0294A LEFT BARB UP RIGHT BARB DOWN HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥊&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lurdshar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0294A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10570;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT BARB UP RIGHT BARB DOWN HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0294B LEFT BARB DOWN RIGHT BARB UP HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ldrushar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0294B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10571;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT BARB DOWN RIGHT BARB UP HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0294E LEFT BARB UP RIGHT BARB UP HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftRightVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0294E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10574;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT BARB UP RIGHT BARB UP HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0294F UP BARB RIGHT DOWN BARB RIGHT HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightUpDownVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0294F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10575;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UP BARB RIGHT DOWN BARB RIGHT HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02950 LEFT BARB DOWN RIGHT BARB DOWN HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownLeftRightVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02950;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10576;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT BARB DOWN RIGHT BARB DOWN HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02951 UP BARB LEFT DOWN BARB LEFT HARPOON&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftUpDownVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02951;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10577;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UP BARB LEFT DOWN BARB LEFT HARPOON&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02952 LEFTWARDS HARPOON WITH BARB UP TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02952;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10578;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB UP TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02953 RIGHTWARDS HARPOON WITH BARB UP TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02953;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10579;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB UP TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02954 UPWARDS HARPOON WITH BARB RIGHT TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightUpVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02954;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10580;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB RIGHT TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02955 DOWNWARDS HARPOON WITH BARB RIGHT TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightDownVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02955;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10581;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB RIGHT TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02956 LEFTWARDS HARPOON WITH BARB DOWN TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownLeftVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02956;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10582;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB DOWN TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02957 RIGHTWARDS HARPOON WITH BARB DOWN TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownRightVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02957;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10583;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB DOWN TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02958 UPWARDS HARPOON WITH BARB LEFT TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftUpVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02958;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10584;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB LEFT TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02959 DOWNWARDS HARPOON WITH BARB LEFT TO BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftDownVectorBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02959;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10585;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB LEFT TO BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0295A LEFTWARDS HARPOON WITH BARB UP FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0295A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10586;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB UP FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0295B RIGHTWARDS HARPOON WITH BARB UP FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0295B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10587;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB UP FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0295C UPWARDS HARPOON WITH BARB RIGHT FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightUpTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0295C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10588;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB RIGHT FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0295D DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightDownTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0295D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10589;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0295E LEFTWARDS HARPOON WITH BARB DOWN FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownLeftTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0295E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10590;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB DOWN FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+0295F RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;DownRightTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0295F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10591;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02960 UPWARDS HARPOON WITH BARB LEFT FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftUpTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02960;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10592;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB LEFT FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02961 DOWNWARDS HARPOON WITH BARB LEFT FROM BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥡&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftDownTeeVector;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02961;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10593;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB LEFT FROM BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02962 LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lHar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02962;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10594;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02963 UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uHar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02963;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10595;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02964 RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rHar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02964;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10596;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02965 DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dHar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02965;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10597;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02966 LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;luruhar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02966;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10598;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02967 LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ldrdhar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02967;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10599;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02968 RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ruluhar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02968;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10600;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02969 RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rdldhar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02969;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10601;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0296A LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lharul;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0296A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10602;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0296B LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;llhard;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0296B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10603;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0296C RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rharul;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0296C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10604;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0296D RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lrhard;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0296D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10605;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0296E UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;udhar; &amp;amp;UpEquilibrium;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0296E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10606;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa mmlalias&quot; title=&quot;U+0296F DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;duhar; &amp;amp;ReverseUpEquilibrium;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0296F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10607;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02970 RIGHT DOUBLE ARROW WITH ROUNDED HEAD&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RoundImplies;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02970;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10608;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT DOUBLE ARROW WITH ROUNDED HEAD&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02971 EQUALS SIGN ABOVE RIGHTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;erarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02971;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10609;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN ABOVE RIGHTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02972 TILDE OPERATOR ABOVE RIGHTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;simrarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02972;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10610;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TILDE OPERATOR ABOVE RIGHTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02973 LEFTWARDS ARROW ABOVE TILDE OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;larrsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02973;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10611;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFTWARDS ARROW ABOVE TILDE OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02974 RIGHTWARDS ARROW ABOVE TILDE OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02974;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10612;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW ABOVE TILDE OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02975 RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rarrap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02975;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10613;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02976 LESS-THAN ABOVE LEFTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltlarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02976;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10614;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN ABOVE LEFTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02978 GREATER-THAN ABOVE RIGHTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gtrarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02978;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10616;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN ABOVE RIGHTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02979 SUBSET ABOVE RIGHTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subrarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02979;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10617;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET ABOVE RIGHTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+0297B SUPERSET ABOVE LEFTWARDS ARROW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;suplarr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0297B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10619;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET ABOVE LEFTWARDS ARROW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0297C LEFT FISH TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lfisht;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0297C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10620;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT FISH TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0297D RIGHT FISH TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rfisht;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0297D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10621;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT FISH TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0297E UP FISH TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ufisht;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0297E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10622;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UP FISH TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Arrows-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+0297F DOWN FISH TAIL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⥿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dfisht;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0297F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10623;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWN FISH TAIL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02985 LEFT WHITE PARENTHESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lopar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02985;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10629;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT WHITE PARENTHESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02986 RIGHT WHITE PARENTHESIS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ropar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02986;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10630;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT WHITE PARENTHESIS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+0298B LEFT SQUARE BRACKET WITH UNDERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lbrke;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0298B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10635;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT SQUARE BRACKET WITH UNDERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+0298C RIGHT SQUARE BRACKET WITH UNDERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rbrke;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0298C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10636;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT SQUARE BRACKET WITH UNDERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+0298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lbrkslu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0298D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10637;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT SQUARE BRACKET WITH TICK IN TOP CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+0298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rbrksld;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0298E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10638;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+0298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lbrksld;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0298F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10639;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+02990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rbrkslu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02990;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10640;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+02991 LEFT ANGLE BRACKET WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;langd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02991;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10641;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT ANGLE BRACKET WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+02992 RIGHT ANGLE BRACKET WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rangd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02992;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10642;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT ANGLE BRACKET WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+02993 LEFT ARC LESS-THAN BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lparlt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02993;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10643;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT ARC LESS-THAN BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+02994 RIGHT ARC GREATER-THAN BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rpargt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02994;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10644;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT ARC GREATER-THAN BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+02995 DOUBLE LEFT ARC GREATER-THAN BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gtlPar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02995;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10645;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE LEFT ARC GREATER-THAN BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Pe&quot; data-set=&quot;9573-2003-isoamsc&quot; title=&quot;U+02996 DOUBLE RIGHT ARC LESS-THAN BRACKET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltrPar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02996;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10646;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE RIGHT ARC LESS-THAN BRACKET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+0299A VERTICAL ZIGZAG LINE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vzigzag;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0299A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10650;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERTICAL ZIGZAG LINE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+0299C RIGHT ANGLE VARIANT WITH SQUARE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vangrt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0299C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10652;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT ANGLE VARIANT WITH SQUARE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+0299D MEASURED RIGHT ANGLE WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angrtvbd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0299D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10653;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED RIGHT ANGLE WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029A4 ANGLE WITH UNDERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ange;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029A4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10660;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ANGLE WITH UNDERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029A5 REVERSED ANGLE WITH UNDERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;range;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029A5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10661;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED ANGLE WITH UNDERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029A6 OBLIQUE ANGLE OPENING UP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dwangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029A6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10662;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;OBLIQUE ANGLE OPENING UP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029A7 OBLIQUE ANGLE OPENING DOWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;uwangle;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029A7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10663;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;OBLIQUE ANGLE OPENING DOWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029A8 MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdaa;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029A8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10664;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029A9 MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdab;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029A9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10665;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029AA MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdac;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029AA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10666;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029AB MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdad;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029AB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10667;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029AC MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdae;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029AC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10668;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029AD MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdaf;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029AD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10669;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029AE MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdag;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029AE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10670;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029AF MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;angmsdah;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029AF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10671;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029B0 REVERSED EMPTY SET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bemptyv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10672;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED EMPTY SET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029B1 EMPTY SET WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;demptyv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10673;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EMPTY SET WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029B2 EMPTY SET WITH SMALL CIRCLE ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cemptyv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10674;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EMPTY SET WITH SMALL CIRCLE ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029B3 EMPTY SET WITH RIGHT ARROW ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;raemptyv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10675;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EMPTY SET WITH RIGHT ARROW ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029B4 EMPTY SET WITH LEFT ARROW ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;laemptyv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10676;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EMPTY SET WITH LEFT ARROW ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029B5 CIRCLE WITH HORIZONTAL BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ohbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10677;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLE WITH HORIZONTAL BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029B6 CIRCLED VERTICAL BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;omid;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10678;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED VERTICAL BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029B7 CIRCLED PARALLEL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;opar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10679;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED PARALLEL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029B9 CIRCLED PERPENDICULAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;operp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029B9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10681;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED PERPENDICULAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029BB CIRCLE WITH SUPERIMPOSED X&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;olcross;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029BB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10683;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLE WITH SUPERIMPOSED X&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029BC CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;odsold;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029BC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10684;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029BE CIRCLED WHITE BULLET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;olcir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029BE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10686;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED WHITE BULLET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029BF CIRCLED BULLET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⦿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ofcir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029BF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10687;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED BULLET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029C0 CIRCLED LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;olt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029C0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10688;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029C1 CIRCLED GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ogt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029C1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10689;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029C2 CIRCLE WITH SMALL CIRCLE TO THE RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cirscir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029C2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10690;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLE WITH SMALL CIRCLE TO THE RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029C3 CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cirE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029C3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10691;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029C4 SQUARED RISING DIAGONAL SLASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;solb;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029C4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10692;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARED RISING DIAGONAL SLASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029C5 SQUARED FALLING DIAGONAL SLASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bsolb;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029C5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10693;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SQUARED FALLING DIAGONAL SLASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamso&quot; title=&quot;U+029C9 TWO JOINED SQUARES&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;boxbox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029C9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10697;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TWO JOINED SQUARES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029CD TRIANGLE WITH SERIFS AT BOTTOM&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;trisb;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029CD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10701;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRIANGLE WITH SERIFS AT BOTTOM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+029CE RIGHT TRIANGLE ABOVE LEFT TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rtriltri;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029CE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10702;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RIGHT TRIANGLE ABOVE LEFT TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+029CF LEFT TRIANGLE BESIDE VERTICAL BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LeftTriangleBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029CF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10703;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT TRIANGLE BESIDE VERTICAL BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+029D0 VERTICAL BAR BESIDE RIGHT TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RightTriangleBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029D0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10704;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERTICAL BAR BESIDE RIGHT TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Ps&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+029DA LEFT DOUBLE WIGGLY FENCE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;race;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029DA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10714;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LEFT DOUBLE WIGGLY FENCE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029DC INCOMPLETE INFINITY&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iinfin;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029DC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10716;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INCOMPLETE INFINITY&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029DD TIE OVER INFINITY&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;infintie;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029DD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10717;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TIE OVER INFINITY&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029DE INFINITY NEGATED WITH VERTICAL BAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nvinfin;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029DE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10718;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INFINITY NEGATED WITH VERTICAL BAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029E3 EQUALS SIGN AND SLANTED PARALLEL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eparsl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029E3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10723;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN AND SLANTED PARALLEL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029E4 EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;smeparsl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029E4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10724;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029E5 IDENTICAL TO AND SLANTED PARALLEL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eqvparsl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029E5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10725;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;IDENTICAL TO AND SLANTED PARALLEL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isopub mmlalias&quot; title=&quot;U+029EB BLACK LOZENGE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lozf; &amp;amp;blacklozenge;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029EB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10731;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;BLACK LOZENGE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+029F4 RULE-DELAYED&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;RuleDelayed;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029F4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10740;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;RULE-DELAYED&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Miscellaneous Mathematical Symbols-B&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+029F6 SOLIDUS WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⧶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;dsol;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x029F6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10742;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SOLIDUS WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02A00 N-ARY CIRCLED DOT OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xodot; &amp;amp;bigodot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A00;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10752;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY CIRCLED DOT OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02A01 N-ARY CIRCLED PLUS OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xoplus; &amp;amp;bigoplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A01;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10753;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY CIRCLED PLUS OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02A02 N-ARY CIRCLED TIMES OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xotime; &amp;amp;bigotimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A02;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10754;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY CIRCLED TIMES OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02A04 N-ARY UNION OPERATOR WITH PLUS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xuplus; &amp;amp;biguplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A04;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10756;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY UNION OPERATOR WITH PLUS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02A06 N-ARY SQUARE UNION OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;xsqcup; &amp;amp;bigsqcup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A06;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10758;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;N-ARY SQUARE UNION OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech mmlalias&quot; title=&quot;U+02A0C QUADRUPLE INTEGRAL OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;qint; &amp;amp;iiiint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A0C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10764;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;QUADRUPLE INTEGRAL OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A0D FINITE PART INTEGRAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;fpartint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A0D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10765;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;FINITE PART INTEGRAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A10 CIRCULATION FUNCTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cirfnint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A10;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10768;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCULATION FUNCTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A11 ANTICLOCKWISE INTEGRATION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;awint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A11;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10769;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ANTICLOCKWISE INTEGRATION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A12 LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rppolint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A12;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10770;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A13 LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scpolint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A13;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10771;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A14 LINE INTEGRATION NOT INCLUDING THE POLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;npolint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A14;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10772;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LINE INTEGRATION NOT INCLUDING THE POLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A15 INTEGRAL AROUND A POINT OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pointint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A15;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10773;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTEGRAL AROUND A POINT OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A16 QUATERNION INTEGRAL OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;quatint;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A16;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10774;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;QUATERNION INTEGRAL OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A17 INTEGRAL WITH LEFTWARDS ARROW WITH HOOK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;intlarhk;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A17;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10775;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTEGRAL WITH LEFTWARDS ARROW WITH HOOK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A22 PLUS SIGN WITH SMALL CIRCLE ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pluscir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A22;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10786;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN WITH SMALL CIRCLE ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A23 PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨣&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plusacir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A23;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10787;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A24 PLUS SIGN WITH TILDE ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;simplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A24;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10788;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN WITH TILDE ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A25 PLUS SIGN WITH DOT BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plusdu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A25;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10789;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN WITH DOT BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A26 PLUS SIGN WITH TILDE BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plussim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A26;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10790;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN WITH TILDE BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A27 PLUS SIGN WITH SUBSCRIPT TWO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;plustwo;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A27;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10791;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN WITH SUBSCRIPT TWO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A29 MINUS SIGN WITH COMMA ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mcomma;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A29;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10793;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MINUS SIGN WITH COMMA ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A2A MINUS SIGN WITH DOT BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;minusdu;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A2A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10794;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MINUS SIGN WITH DOT BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A2D PLUS SIGN IN LEFT HALF CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;loplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A2D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10797;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN IN LEFT HALF CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A2E PLUS SIGN IN RIGHT HALF CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;roplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A2E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10798;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN IN RIGHT HALF CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02A2F VECTOR OR CROSS PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Cross;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A2F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10799;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VECTOR OR CROSS PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A30 MULTIPLICATION SIGN WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;timesd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A30;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10800;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIPLICATION SIGN WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A31 MULTIPLICATION SIGN WITH UNDERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;timesbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A31;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10801;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIPLICATION SIGN WITH UNDERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A33 SMASH PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;smashp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A33;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10803;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMASH PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A34 MULTIPLICATION SIGN IN LEFT HALF CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lotimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A34;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10804;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIPLICATION SIGN IN LEFT HALF CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A35 MULTIPLICATION SIGN IN RIGHT HALF CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rotimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A35;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10805;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIPLICATION SIGN IN RIGHT HALF CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A36 CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;otimesas;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A36;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10806;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A37 MULTIPLICATION SIGN IN DOUBLE CIRCLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Otimes;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A37;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10807;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIPLICATION SIGN IN DOUBLE CIRCLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A38 CIRCLED DIVISION SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;odiv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A38;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10808;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CIRCLED DIVISION SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A39 PLUS SIGN IN TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;triplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A39;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10809;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN IN TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A3A MINUS SIGN IN TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;triminus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A3A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10810;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MINUS SIGN IN TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A3B MULTIPLICATION SIGN IN TRIANGLE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;tritime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A3B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10811;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;MULTIPLICATION SIGN IN TRIANGLE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb mmlalias&quot; title=&quot;U+02A3C INTERIOR PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;iprod; &amp;amp;intprod;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A3C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10812;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERIOR PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A3F AMALGAMATION OR COPRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⨿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;amalg;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A3F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10815;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;AMALGAMATION OR COPRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A40 INTERSECTION WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;capdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A40;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10816;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERSECTION WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A42 UNION WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ncup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A42;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10818;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UNION WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A43 INTERSECTION WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ncap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A43;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10819;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERSECTION WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A44 INTERSECTION WITH LOGICAL AND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;capand;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A44;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10820;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERSECTION WITH LOGICAL AND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A45 UNION WITH LOGICAL OR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cupor;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A45;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10821;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UNION WITH LOGICAL OR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A46 UNION ABOVE INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cupcap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A46;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10822;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UNION ABOVE INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A47 INTERSECTION ABOVE UNION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩇&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;capcup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A47;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10823;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERSECTION ABOVE UNION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A48 UNION ABOVE BAR ABOVE INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩈&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cupbrcap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A48;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10824;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UNION ABOVE BAR ABOVE INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A49 INTERSECTION ABOVE BAR ABOVE UNION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;capbrcup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A49;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10825;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERSECTION ABOVE BAR ABOVE UNION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A4A UNION BESIDE AND JOINED WITH UNION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩊&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cupcup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A4A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10826;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;UNION BESIDE AND JOINED WITH UNION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A4B INTERSECTION BESIDE AND JOINED WITH INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;capcap;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A4B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10827;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;INTERSECTION BESIDE AND JOINED WITH INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A4C CLOSED UNION WITH SERIFS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ccups;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A4C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10828;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOSED UNION WITH SERIFS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A4D CLOSED INTERSECTION WITH SERIFS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ccaps;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A4D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10829;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOSED INTERSECTION WITH SERIFS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A50 CLOSED UNION WITH SERIFS AND SMASH PRODUCT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ccupssm;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A50;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10832;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOSED UNION WITH SERIFS AND SMASH PRODUCT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A53 DOUBLE LOGICAL AND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;And;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A53;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10835;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE LOGICAL AND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A54 DOUBLE LOGICAL OR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Or;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A54;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10836;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE LOGICAL OR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A55 TWO INTERSECTING LOGICAL AND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;andand;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A55;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10837;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TWO INTERSECTING LOGICAL AND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A56 TWO INTERSECTING LOGICAL OR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;oror;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A56;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10838;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TWO INTERSECTING LOGICAL OR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A57 SLOPING LARGE OR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;orslope;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A57;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10839;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SLOPING LARGE OR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A58 SLOPING LARGE AND&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;andslope;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A58;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10840;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SLOPING LARGE AND&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A5A LOGICAL AND WITH MIDDLE STEM&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;andv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A5A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10842;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOGICAL AND WITH MIDDLE STEM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A5B LOGICAL OR WITH MIDDLE STEM&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;orv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A5B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10843;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOGICAL OR WITH MIDDLE STEM&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A5C LOGICAL AND WITH HORIZONTAL DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩜&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;andd;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A5C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10844;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOGICAL AND WITH HORIZONTAL DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A5D LOGICAL OR WITH HORIZONTAL DASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ord;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A5D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10845;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOGICAL OR WITH HORIZONTAL DASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A5F LOGICAL AND WITH UNDERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;wedbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A5F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10847;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LOGICAL AND WITH UNDERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A66 EQUALS SIGN WITH DOT BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sdote;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A66;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10854;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN WITH DOT BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A6A TILDE OPERATOR WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;simdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A6A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10858;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TILDE OPERATOR WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A6D CONGRUENT WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;congdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A6D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10861;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CONGRUENT WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A6E EQUALS WITH ASTERISK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;easter;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A6E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10862;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS WITH ASTERISK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02A6F ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;apacir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A6F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10863;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A70 APPROXIMATELY EQUAL OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;apE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A70;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10864;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;APPROXIMATELY EQUAL OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A71 EQUALS SIGN ABOVE PLUS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A71;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10865;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN ABOVE PLUS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02A72 PLUS SIGN ABOVE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pluse;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A72;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10866;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PLUS SIGN ABOVE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A73 EQUALS SIGN ABOVE TILDE OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Esim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A73;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10867;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN ABOVE TILDE OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A74 DOUBLE COLON EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Colone;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A74;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10868;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE COLON EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02A75 TWO CONSECUTIVE EQUALS SIGNS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Equal;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A75;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10869;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TWO CONSECUTIVE EQUALS SIGNS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A77 EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eDDot; &amp;amp;ddotseq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A77;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10871;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A78 EQUIVALENT WITH FOUR DOTS ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;equivDD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A78;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10872;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUIVALENT WITH FOUR DOTS ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A79 LESS-THAN WITH CIRCLE INSIDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltcir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A79;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10873;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN WITH CIRCLE INSIDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A7A GREATER-THAN WITH CIRCLE INSIDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gtcir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A7A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10874;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN WITH CIRCLE INSIDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A7B LESS-THAN WITH QUESTION MARK ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltquest;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A7B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10875;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN WITH QUESTION MARK ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A7C GREATER-THAN WITH QUESTION MARK ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gtquest;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A7C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10876;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN WITH QUESTION MARK ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A7D LESS-THAN OR SLANTED EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;les; &amp;amp;LessSlantEqual; &amp;amp;leqslant;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A7D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10877;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR SLANTED EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A7E GREATER-THAN OR SLANTED EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ges; &amp;amp;GreaterSlantEqual; &amp;amp;geqslant;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A7E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10878;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR SLANTED EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A7F LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⩿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lesdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A7F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10879;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A80 GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gesdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A80;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10880;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A81 LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lesdoto;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A81;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10881;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A82 GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gesdoto;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A82;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10882;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A83 LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lesdotor;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A83;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10883;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A84 GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gesdotol;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A84;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10884;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A85 LESS-THAN OR APPROXIMATE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lap; &amp;amp;lessapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A85;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10885;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN OR APPROXIMATE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A86 GREATER-THAN OR APPROXIMATE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gap; &amp;amp;gtrapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A86;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10886;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OR APPROXIMATE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02A87 LESS-THAN AND SINGLE-LINE NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪇&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lne; &amp;amp;lneq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A87;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10887;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN AND SINGLE-LINE NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02A88 GREATER-THAN AND SINGLE-LINE NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪈&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gne; &amp;amp;gneq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A88;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10888;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN AND SINGLE-LINE NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02A89 LESS-THAN AND NOT APPROXIMATE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪉&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lnap; &amp;amp;lnapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A89;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10889;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN AND NOT APPROXIMATE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02A8A GREATER-THAN AND NOT APPROXIMATE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪊&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gnap; &amp;amp;gnapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A8A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10890;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN AND NOT APPROXIMATE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A8B LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lEg; &amp;amp;lesseqqgtr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A8B;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10891;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A8C GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gEl; &amp;amp;gtreqqless;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A8C;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10892;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A8D LESS-THAN ABOVE SIMILAR OR EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪍&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A8D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10893;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN ABOVE SIMILAR OR EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A8E GREATER-THAN ABOVE SIMILAR OR EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪎&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gsime;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A8E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10894;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN ABOVE SIMILAR OR EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A8F LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lsimg;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A8F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10895;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A90 GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gsiml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A90;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10896;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A91 LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lgE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A91;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10897;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A92 GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;glE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A92;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10898;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A93 LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lesges;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A93;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10899;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A94 GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gesles;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A94;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10900;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A95 SLANTED EQUAL TO OR LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;els; &amp;amp;eqslantless;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A95;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10901;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SLANTED EQUAL TO OR LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02A96 SLANTED EQUAL TO OR GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;egs; &amp;amp;eqslantgtr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A96;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10902;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SLANTED EQUAL TO OR GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A97 SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;elsdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A97;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10903;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A98 SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;egsdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A98;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10904;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A99 DOUBLE-LINE EQUAL TO OR LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;el;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A99;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10905;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-LINE EQUAL TO OR LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A9A DOUBLE-LINE EQUAL TO OR GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;eg;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A9A;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10906;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE-LINE EQUAL TO OR GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A9D SIMILAR OR LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪝&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;siml;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A9D;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10909;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SIMILAR OR LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A9E SIMILAR OR GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪞&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;simg;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A9E;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10910;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SIMILAR OR GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02A9F SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪟&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;simlE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02A9F;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10911;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AA0 SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪠&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;simgE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10912;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02AA1 DOUBLE NESTED LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪡&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;LessLess;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10913;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE NESTED LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;mmlextra&quot; title=&quot;U+02AA2 DOUBLE NESTED GREATER-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪢&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;GreaterGreater;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10914;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE NESTED GREATER-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AA4 GREATER-THAN OVERLAPPING LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;glj;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10916;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN OVERLAPPING LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AA5 GREATER-THAN BESIDE LESS-THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪥&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gla;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10917;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN BESIDE LESS-THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AA6 LESS-THAN CLOSED BY CURVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ltcc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10918;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN CLOSED BY CURVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AA7 GREATER-THAN CLOSED BY CURVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gtcc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10919;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN CLOSED BY CURVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AA8 LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lescc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10920;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AA9 GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;gescc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AA9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10921;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AAA SMALLER THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪪&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;smt;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AAA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10922;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMALLER THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AAB LARGER THAN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;lat;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AAB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10923;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LARGER THAN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AAC SMALLER THAN OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;smte;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AAC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10924;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SMALLER THAN OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AAD LARGER THAN OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;late;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AAD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10925;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LARGER THAN OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AAE EQUALS SIGN WITH BUMPY ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bumpE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AAE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10926;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;EQUALS SIGN WITH BUMPY ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02AAF PRECEDES ABOVE SINGLE-LINE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;pre; &amp;amp;preceq; &amp;amp;PrecedesEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AAF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10927;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES ABOVE SINGLE-LINE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02AB0 SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;sce; &amp;amp;succeq; &amp;amp;SucceedsEqual;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10928;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AB3 PRECEDES ABOVE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10931;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES ABOVE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AB4 SUCCEEDS ABOVE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪴&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10932;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS ABOVE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02AB5 PRECEDES ABOVE NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪵&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prnE; &amp;amp;precneqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10933;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES ABOVE NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02AB6 SUCCEEDS ABOVE NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪶&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scnE; &amp;amp;succneqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10934;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS ABOVE NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02AB7 PRECEDES ABOVE ALMOST EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪷&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prap; &amp;amp;precapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10935;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES ABOVE ALMOST EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02AB8 SUCCEEDS ABOVE ALMOST EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪸&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scap; &amp;amp;succapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10936;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS ABOVE ALMOST EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02AB9 PRECEDES ABOVE NOT ALMOST EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪹&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;prnap; &amp;amp;precnapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AB9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10937;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PRECEDES ABOVE NOT ALMOST EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02ABA SUCCEEDS ABOVE NOT ALMOST EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪺&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;scnap; &amp;amp;succnapprox;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ABA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10938;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUCCEEDS ABOVE NOT ALMOST EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02ABB DOUBLE PRECEDES&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪻&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Pr;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ABB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10939;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE PRECEDES&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02ABC DOUBLE SUCCEEDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪼&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Sc;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ABC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10940;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE SUCCEEDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02ABD SUBSET WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ABD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10941;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsb&quot; title=&quot;U+02ABE SUPERSET WITH DOT&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪾&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supdot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ABE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10942;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET WITH DOT&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02ABF SUBSET WITH PLUS SIGN BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⪿&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ABF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10943;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET WITH PLUS SIGN BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AC0 SUPERSET WITH PLUS SIGN BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫀&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supplus;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10944;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET WITH PLUS SIGN BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AC1 SUBSET WITH MULTIPLICATION SIGN BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫁&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;submult;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10945;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET WITH MULTIPLICATION SIGN BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AC2 SUPERSET WITH MULTIPLICATION SIGN BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫂&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supmult;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10946;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET WITH MULTIPLICATION SIGN BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AC3 SUBSET OF OR EQUAL TO WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫃&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subedot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10947;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET OF OR EQUAL TO WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AC4 SUPERSET OF OR EQUAL TO WITH DOT ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫄&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supedot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10948;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET OF OR EQUAL TO WITH DOT ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02AC5 SUBSET OF ABOVE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫅&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subE; &amp;amp;subseteqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10949;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET OF ABOVE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02AC6 SUPERSET OF ABOVE EQUALS SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫆&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supE; &amp;amp;supseteqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10950;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET OF ABOVE EQUALS SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AC7 SUBSET OF ABOVE TILDE OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫇&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10951;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET OF ABOVE TILDE OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AC8 SUPERSET OF ABOVE TILDE OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫈&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AC8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10952;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET OF ABOVE TILDE OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02ACB SUBSET OF ABOVE NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫋&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subnE; &amp;amp;subsetneqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ACB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10955;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET OF ABOVE NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn mmlalias&quot; title=&quot;U+02ACC SUPERSET OF ABOVE NOT EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫌&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supnE; &amp;amp;supsetneqq;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ACC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10956;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET OF ABOVE NOT EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02ACF CLOSED SUBSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫏&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;csub;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ACF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10959;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOSED SUBSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD0 CLOSED SUPERSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫐&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;csup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10960;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOSED SUPERSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD1 CLOSED SUBSET OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫑&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;csube;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10961;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOSED SUBSET OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD2 CLOSED SUPERSET OR EQUAL TO&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫒&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;csupe;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10962;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;CLOSED SUPERSET OR EQUAL TO&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD3 SUBSET ABOVE SUPERSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫓&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subsup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10963;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET ABOVE SUPERSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD4 SUPERSET ABOVE SUBSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫔&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supsub;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10964;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET ABOVE SUBSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD5 SUBSET ABOVE SUBSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫕&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;subsub;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD5;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10965;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUBSET ABOVE SUBSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD6 SUPERSET ABOVE SUPERSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫖&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supsup;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10966;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET ABOVE SUPERSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD7 SUPERSET BESIDE SUBSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫗&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;suphsub;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10967;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET BESIDE SUBSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD8 SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫘&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;supdsub;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10968;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AD9 ELEMENT OF OPENING DOWNWARDS&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫙&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;forkv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AD9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10969;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;ELEMENT OF OPENING DOWNWARDS&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02ADA PITCHFORK WITH TEE TOP&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫚&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;topfork;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ADA;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10970;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PITCHFORK WITH TEE TOP&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02ADB TRANSVERSAL INTERSECTION&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫛&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;mlcp;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02ADB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10971;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;TRANSVERSAL INTERSECTION&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr mmlalias&quot; title=&quot;U+02AE4 VERTICAL BAR DOUBLE LEFT TURNSTILE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫤&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Dashv; &amp;amp;DoubleLeftTee;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AE4;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10980;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERTICAL BAR DOUBLE LEFT TURNSTILE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AE6 LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫦&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Vdashl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AE6;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10982;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AE7 SHORT DOWN TACK WITH OVERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫧&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Barv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AE7;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10983;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SHORT DOWN TACK WITH OVERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AE8 SHORT UP TACK WITH UNDERBAR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫨&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vBar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AE8;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10984;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SHORT UP TACK WITH UNDERBAR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AE9 SHORT UP TACK ABOVE SHORT DOWN TACK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫩&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;vBarv;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AE9;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10985;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;SHORT UP TACK ABOVE SHORT DOWN TACK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsr&quot; title=&quot;U+02AEB DOUBLE UP TACK&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫫&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Vbar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AEB;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10987;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE UP TACK&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02AEC DOUBLE STROKE NOT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫬&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;Not;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AEC;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10988;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE STROKE NOT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02AED REVERSED DOUBLE STROKE NOT SIGN&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫭&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;bNot;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AED;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10989;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;REVERSED DOUBLE STROKE NOT SIGN&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+02AEE DOES NOT DIVIDE WITH REVERSED NEGATION SLASH&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫮&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;rnmid;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AEE;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10990;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOES NOT DIVIDE WITH REVERSED NEGATION SLASH&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02AEF VERTICAL LINE WITH CIRCLE ABOVE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫯&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;cirmid;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AEF;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10991;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERTICAL LINE WITH CIRCLE ABOVE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsa&quot; title=&quot;U+02AF0 VERTICAL LINE WITH CIRCLE BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫰&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;midcir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AF0;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10992;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;VERTICAL LINE WITH CIRCLE BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02AF1 DOWN TACK WITH CIRCLE BELOW&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫱&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;topcir;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AF1;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10993;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOWN TACK WITH CIRCLE BELOW&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02AF2 PARALLEL WITH HORIZONTAL STROKE&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫲&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;nhpar;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AF2;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10994;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PARALLEL WITH HORIZONTAL STROKE&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isoamsn&quot; title=&quot;U+02AF3 PARALLEL WITH TILDE OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫳&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;parsim;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AF3;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#10995;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;PARALLEL WITH TILDE OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Supplemental Mathematical Operators&quot; data-category=&quot;Sm&quot; data-set=&quot;9573-2003-isotech&quot; title=&quot;U+02AFD DOUBLE SOLIDUS OPERATOR&quot;&gt; &lt;td class=&quot;character&quot;&gt;⫽&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;parsl;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x02AFD;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#11005;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;DOUBLE SOLIDUS OPERATOR&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Alphabetic Presentation Forms&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0FB00 LATIN SMALL LIGATURE FF&quot;&gt; &lt;td class=&quot;character&quot;&gt;ﬀ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;fflig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0FB00;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#64256;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LIGATURE FF&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Alphabetic Presentation Forms&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0FB01 LATIN SMALL LIGATURE FI&quot;&gt; &lt;td class=&quot;character&quot;&gt;ﬁ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;filig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0FB01;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#64257;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LIGATURE FI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Alphabetic Presentation Forms&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0FB02 LATIN SMALL LIGATURE FL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ﬂ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;fllig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0FB02;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#64258;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LIGATURE FL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Alphabetic Presentation Forms&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0FB03 LATIN SMALL LIGATURE FFI&quot;&gt; &lt;td class=&quot;character&quot;&gt;ﬃ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ffilig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0FB03;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#64259;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LIGATURE FFI&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Alphabetic Presentation Forms&quot; data-category=&quot;Ll&quot; data-set=&quot;9573-2003-isopub&quot; title=&quot;U+0FB04 LATIN SMALL LIGATURE FFL&quot;&gt; &lt;td class=&quot;character&quot;&gt;ﬄ&lt;/td&gt; &lt;td class=&quot;named&quot;&gt;&lt;code&gt;&amp;amp;ffllig;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;hex&quot;&gt;&lt;code&gt;&amp;amp;#x0FB04;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;dec&quot;&gt;&lt;code&gt;&amp;amp;#64260;&lt;/code&gt;&lt;/td&gt; &lt;td class=&quot;desc&quot;&gt;LATIN SMALL LIGATURE FFL&lt;/td&gt; &lt;/tr&gt; &lt;tr data-block=&quot;Mathematical Alphanumeric Symbols&quot; data-category=&quot;Lu&quot; data-set=&quot;9573-2003-isomscr&quot; title=&quot;U+1D49C MATHEMATICAL SCRIPT CAPITAL A&quot;&gt; &lt;td class=&quot;character&quot;&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</content>			</entry><entry>
		<title>이미지 마우스 hover시 좌우 기울이기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/421630"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/421630#comment"/>		<id>https://mbg1346.inour.net/html/421630</id>
		<published>2017-10-27T20:52:44+09:00</published>
		<updated>2017-11-07T21:20:56+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">아래의 이미지와 같이 마우스 hover시 좌우로 기울이는 코드 img { border:1px solid #D4D4D4; padding:5px; } img:hover{ border:1px solid #666666; filter:alpha(opacity=70); opacity:.7; box-shadow:0 0 10px rgba(0,0,0,.2);filter:alpha(opacity=100);opacity:1; -ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);transform:rotate(5deg);transition:opacity .3s;-webkit-transition:opacity .3s;transition:opac...</summary>
	<content type="html">&lt;p&gt;아래의 이미지와 같이 마우스 hover시 좌우로 기울이는 코드&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p class=&quot;h&quot;&gt;&lt;img height=&quot;128&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/630/421/1089c1ca440f0fa29b112c234396c74a.png&quot; style=&quot;width: 128px; height: 128px;&quot; width=&quot;128&quot; /&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;style type=&quot;text/css&quot;&gt;.h img { border:1px solid #D4D4D4; padding:5px; } .h img:hover{ border:1px solid #666666; filter:alpha(opacity=70); opacity:.7; box-shadow:0 0 10px rgba(0,0,0,.2);filter:alpha(opacity=100);opacity:1; -ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);transform:rotate(5deg);transition:opacity .3s;-webkit-transition:opacity .3s;transition:opacity .3s; } &lt;/style&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;ff6600&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Tahoma&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Tahoma; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #ff6600;&quot; use_folder=&quot;N&quot;&gt;img { border:1px solid #D4D4D4; padding:5px; }&lt;br /&gt; img:hover{ border:1px solid #666666; filter:alpha(opacity=70); opacity:.7; box-shadow:0 0 10px rgba(0,0,0,.2);filter:alpha(opacity=100);opacity:1; -ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);transform:rotate(5deg);transition:opacity .3s;-webkit-transition:opacity .3s;transition:opacity .3s; }&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;- box-shadow:0 0 10px -- 그림자의 확산&lt;/p&gt; &lt;p&gt;- -ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);transform:rotate(5deg) -- 기울기수치&lt;/p&gt;</content>			</entry><entry>
		<title>모바일웹에서 스마트폰으로 전화바로연결 코드</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/406613"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/406613#comment"/>		<id>https://mbg1346.inour.net/html/406613</id>
		<published>2017-06-16T17:10:37+09:00</published>
		<updated>2020-09-08T23:38:04+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">모바일웹(스마트폰)에서 자동으로 전화 걸기 태그 는 아주 간단합니다 아래 코드만 입력하면 끝입니다. 스마트폰에서 터치하면 자동으로 등록된 전화번호가 키패드로 바로 보이고 거기서 통화 버튼만 누르면 된다. &lt;a href=&quot;tel:010-1234-1234&quot;&gt;전화걸기 여기 터치!!&lt;/a&gt; 문자를 보내고 싶다면 &lt;a href=&quot;sms:010-1234-5678&quot;&gt;SMS전송 거는 링크&lt;/a&gt;</summary>
	<content type="html">&lt;div&gt;모바일웹(스마트폰)에서 자동으로 전화 걸기 태그 는 아주 간단합니다&amp;nbsp;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;아래 코드만 입력하면 끝입니다.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;스마트폰에서 터치하면 자동으로 등록된 전화번호가 키패드로 바로 보이고&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;거기서 통화 버튼만 누르면 된다.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&amp;lt;a href=&amp;quot;tel:010-1234-1234&amp;quot;&amp;gt;전화걸기 여기 터치!!&amp;lt;/a&amp;gt;&lt;/div&gt; &lt;div&gt;&lt;img alt=&quot;2.png&quot; src=&quot;https://moonhouse.co.kr/./files/attach/images/152811/613/406/25f4eb16459098f3504854a8d2be8601.png&quot; /&gt;&lt;/div&gt; &lt;div&gt;문자를 보내고 싶다면&lt;/div&gt; &lt;div&gt;&amp;lt;a href=&amp;quot;sms:010-1234-5678&amp;quot;&amp;gt;SMS전송 거는 링크&amp;lt;/a&amp;gt;&lt;/div&gt;</content>			</entry><entry>
		<title>반응형 CSS 테이블</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/406541"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/406541#comment"/>		<id>https://mbg1346.inour.net/html/406541</id>
		<published>2017-06-13T20:49:52+09:00</published>
		<updated>2017-06-13T21:15:58+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">이용 요금 안내 준성수기 : 7/1~7/14, 8/16~8/30 성 수 기 : 7/15~8/15 객실명 평형 입실인원 기준/최대 비수기 준성수기 7/1~7/14 8/16~8/30 성수기 7/15~8/15 101 20평 67m2 6인/10인 주중:20만 주말:23만 주중:23만 주말:26만 30만 102 10평 34m2 2인/4인 주중:7만 주말:9만 주중:9만 주말:14만 16만 103 12평 40m2 2인/5인 주중:8만 주말:10만 주중:10만 주말:15만 17만 104 12평 40m2 2인/5인 주중:8만 주말:10만 주중:10만 주...</summary>
	<content type="html">&lt;style rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; .head { background-color: #327a81; color: white; font-size: 1.5em; padding: 1rem; text-align: center; text-transform: uppercase;} .head1 { display: none; } .price1 img { border-radius: 50%; height: 60px; width: 60px;} .table-users { background-color: #91ced4; border: 1px solid #327a81; border-radius: 10px; box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); max-width: calc(100% - 2em); margin: 1em auto; overflow: hidden; width: 100%;} .price1 { width: 100%;} .price1 td, .price1 th { color: #2b686e; padding: 10px;} .price1 td, .price1 th { text-align: center; vertical-align: middle;} .price1 td:last-child { font-size: 0.95em; line-height: 1.4;} .price1 th { background-color: #ceeaec; font-size:13px;} .price1 tr:nth-child(2n) { background-color: white;} .price1 tr:nth-child(2n+1) { background-color: #edf7f8;} .bottom { background-color: #327a81; color: white; font-size: 12px; padding: 5px; text-align: left; text-transform: uppercase;} @media screen and (max-width: 479px) { .head1 { display: block; } .head1 { background-color: #327a81; color: white; font-size: 1em; padding: 0 0 5px 70px; text-align: left; text-transform: uppercase;} .price1, tr, td { display: block; } .price1 td:first-child { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .price1 td:not(:first-child) { clear: both; margin-left: 100px; padding: 4px 20px 4px 90px; position: relative; text-align: left; } .price1 td:not(:first-child):before { color: #91ced4; content: &#039;&#039;; display: block; left: 0; position: absolute; } .price1 td:last-child { text-align: left; width:300px;} .price1 td:nth-child(2):before { content: &#039;평형:&#039;; } .price1 td:nth-child(3):before { content: &#039;입실인원:&#039;; } .price1 td:nth-child(4):before { content: &#039;비수기:&#039;; } .price1 td:nth-child(5):before { content: &#039;준성수기:&#039;; } .price1 td:nth-child(6):before { content: &#039;성수기:&#039;; } .price1 tr { padding: 10px 0; position: relative; } .price1 tr:first-child { display: none; }} &lt;/style&gt; &lt;div class=&quot;table-users&quot; style=&quot;font-family: 나눔고딕, 맑은고딕, 돋움; font-size: 13px;&quot;&gt; &lt;div class=&quot;head&quot;&gt;이용 요금 안내&lt;/div&gt; &lt;div class=&quot;head1&quot;&gt;준성수기 : 7/1~7/14, 8/16~8/30&lt;br /&gt; 성&amp;nbsp;수&amp;nbsp;기 : 7/15~8/15&lt;/div&gt; &lt;table class=&quot;price1&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;th class=&quot;xe_selected_cell&quot;&gt;객실명&lt;/th&gt; &lt;th class=&quot;xe_selected_cell&quot;&gt;평형&lt;/th&gt; &lt;th class=&quot;xe_selected_cell&quot;&gt;입실인원&lt;br /&gt; 기준/최대&lt;/th&gt; &lt;th class=&quot;xe_selected_cell&quot;&gt;비수기&lt;/th&gt; &lt;th class=&quot;xe_selected_cell&quot;&gt;준성수기&lt;br /&gt; 7/1~7/14&lt;br /&gt; 8/16~8/30&lt;/th&gt; &lt;th class=&quot;xe_selected_cell&quot;&gt;성수기&lt;br /&gt; 7/15~8/15&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;101&lt;/td&gt; &lt;td&gt;20평&lt;br /&gt; 67m&lt;sup&gt;2&lt;/sup&gt;&lt;/td&gt; &lt;td&gt;6인/10인&lt;/td&gt; &lt;td&gt;주중:20만&lt;br /&gt; 주말:23만&lt;/td&gt; &lt;td&gt;주중:23만&lt;br /&gt; 주말:26만&lt;/td&gt; &lt;td&gt;30만&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;102&lt;/td&gt; &lt;td&gt;10평&lt;br /&gt; 34m&lt;sup&gt;2&lt;/sup&gt;&lt;/td&gt; &lt;td&gt;2인/4인&lt;/td&gt; &lt;td&gt;주중:7만&lt;br /&gt; 주말:9만&lt;/td&gt; &lt;td&gt;주중:9만&lt;br /&gt; 주말:14만&lt;/td&gt; &lt;td&gt;16만&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;103&lt;/td&gt; &lt;td&gt;12평&lt;br /&gt; 40m&lt;sup&gt;2&lt;/sup&gt;&lt;/td&gt; &lt;td&gt;2인/5인&lt;/td&gt; &lt;td&gt;주중:8만&lt;br /&gt; 주말:10만&lt;/td&gt; &lt;td&gt;주중:10만&lt;br /&gt; 주말:15만&lt;/td&gt; &lt;td&gt;17만&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;104&lt;/td&gt; &lt;td&gt;12평&lt;br /&gt; 40m&lt;sup&gt;2&lt;/sup&gt;&lt;/td&gt; &lt;td&gt;2인/5인&lt;/td&gt; &lt;td&gt;주중:8만&lt;br /&gt; 주말:10만&lt;/td&gt; &lt;td&gt;주중:10만&lt;br /&gt; 주말:15만&lt;/td&gt; &lt;td&gt;17만&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;105&lt;/td&gt; &lt;td&gt;15평&lt;br /&gt; 50m&lt;sup&gt;2&lt;/sup&gt;&lt;/td&gt; &lt;td&gt;2인/6인&lt;/td&gt; &lt;td&gt;주중:10만&lt;br /&gt; 주말:12만&lt;/td&gt; &lt;td&gt;주중:12만&lt;br /&gt; 주말:16만&lt;/td&gt; &lt;td&gt;18만&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;div class=&quot;bottom&quot;&gt;- 기준인원 초과시 성인(10,000원), 아동유아(10,000원)이 추가됩니다.&lt;/div&gt; &lt;/div&gt; &lt;p&gt;상단 테이블과 같이 PC에서는 위와 같이 보이고(위의 테이블도 스마트폰에서는 아래와 같이 보임)&lt;/p&gt; &lt;p&gt;스마트폰에서는 아래와 같이 반응형으로 보이는 테이블 코드입니다.&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;https://moonhouse.co.kr/files/attach/images/152811/541/406/2cf5c85f2a65891bd1e411be5409212f.jpg&quot; alt=&quot;csstable.jpg&quot; width=&quot;381&quot; height=&quot;1180&quot; /&gt; &lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;div editor_component=&quot;textbox&quot; use_folder=&quot;N&quot; folder_opener=&quot;더 보기...&quot; folder_closer=&quot;닫기&quot; bold=&quot;N&quot; color=&quot;blue&quot; font=&quot;Tahoma&quot; lineheight=&quot;1.6&quot; linebreak=&quot;Y&quot; margin=&quot;5&quot; padding=&quot;10&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; border_color=&quot;ff6600&quot; bg_color=&quot;F7F7F6&quot; style=&quot;line-height: 1.6; margin: 5px; padding: 10px; background-color: rgb(247, 247, 246); border: 1px solid rgb(255, 102, 0);&quot;&gt; &lt;p&gt;&amp;lt;style rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&amp;gt;&lt;/p&gt; &lt;p&gt;.head { background-color: #327a81; color: white; font-size: 1.5em; padding: 1rem; text-align: center; text-transform: uppercase;}&lt;/p&gt; &lt;p&gt;.head1 { display: none; }&lt;/p&gt; &lt;p&gt;.price1 img { border-radius: 50%; height: 60px; width: 60px;}&lt;/p&gt; &lt;p&gt;.table-users { background-color: #91ced4; border: 1px solid #327a81; border-radius: 10px; box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); max-width: calc(100% - 2em); margin: 1em auto; overflow: hidden; width: 100%;}&lt;/p&gt; &lt;p&gt;.price1 { width: 100%;}&lt;/p&gt; &lt;p&gt;.price1 td, .price1 th { color: #2b686e; padding: 10px;}&lt;/p&gt; &lt;p&gt;.price1 td, .price1 th { text-align: center; vertical-align: middle;}&lt;/p&gt; &lt;p&gt;.price1 td:last-child { font-size: 0.95em; line-height: 1.4;}&lt;/p&gt; &lt;p&gt;.price1 th { background-color: #ceeaec; font-size:13px;}&lt;br /&gt;&lt;/p&gt; &lt;p&gt;.price1 tr:nth-child(2n) { background-color: white;}&lt;/p&gt; &lt;p&gt;.price1 tr:nth-child(2n+1) { background-color: #edf7f8;}&lt;/p&gt; &lt;p&gt;.bottom { background-color: #327a81; color: white; font-size: 12px; padding: 5px; text-align: left; text-transform: uppercase;}&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;@media screen and (max-width: 479px) {&lt;/p&gt; &lt;p&gt;.head1 { display: block; }&lt;/p&gt; &lt;p&gt;.head1 { background-color: #327a81; color: white; font-size: 1em; padding: 0 0 5px 70px; text-align: left; text-transform: uppercase;}&lt;/p&gt; &lt;p&gt;.price1, tr, td { display: block; }&lt;/p&gt; &lt;p&gt;.price1 td:first-child { position: absolute; top: 50%; -webkit-transform: translateY(-50%); &amp;nbsp; transform: translateY(-50%); }&lt;/p&gt; &lt;p&gt;.price1 td:not(:first-child) { clear: both; margin-left: 100px; padding: 4px 20px 4px 90px; position: relative; text-align: left; }&lt;/p&gt; &lt;p&gt;.price1 td:not(:first-child):before { color: #91ced4; content: &#039;&#039;; display: block; left: 0; position: absolute; }&lt;/p&gt; &lt;p&gt;.price1 td:last-child { text-align: left; width:300px;}&lt;/p&gt; &lt;p&gt;.price1 td:nth-child(2):before { content: &#039;평형:&#039;; }&lt;/p&gt; &lt;p&gt;.price1 td:nth-child(3):before { content: &#039;입실인원:&#039;; }&lt;/p&gt; &lt;p&gt;.price1 td:nth-child(4):before { content: &#039;비수기:&#039;; }&lt;/p&gt; &lt;p&gt;.price1 td:nth-child(5):before { content: &#039;준성수기:&#039;; }&lt;/p&gt; &lt;p&gt;.price1 td:nth-child(6):before { content: &#039;성수기:&#039;; }&lt;/p&gt; &lt;p&gt;.price1 tr { padding: 10px 0; position: relative; }&lt;/p&gt; &lt;p&gt;.price1 tr:first-child { display: none; }}&lt;/p&gt; &lt;p&gt;&amp;lt;/style&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&amp;lt;div class=&quot;table-users&quot;&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;div class=&quot;head&quot;&amp;gt;이용 요금 안내&amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&amp;lt;div class=&quot;head1&quot;&amp;gt;준성수기 : 7/1~7/14, 8/16~8/30&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt;성&amp;amp;nbsp;수&amp;amp;nbsp;기 : 7/15~8/15&amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&amp;lt;table class=&quot;price1&quot;&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;tbody&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;th&amp;gt;객실명&amp;lt;/th&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;th&amp;gt;평형&amp;lt;/th&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;th&amp;gt;입실인원&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 기준/최대&amp;lt;/th&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;th&amp;gt;비수기&amp;lt;/th&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;th&amp;gt;준성수기&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 7/1~7/14&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 8/16~8/30&amp;lt;/th&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;th&amp;gt;성수기&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 7/15~8/15&amp;lt;/th&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;/tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;101&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;20평&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 67m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;6인/10인&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:20만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:23만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:23만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:26만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;30만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;/tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;102&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;10평&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 34m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;2인/4인&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:7만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:9만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:9만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:14만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;16만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;/tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;103&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;12평&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 40m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;2인/5인&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:8만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:10만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:10만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:15만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;17만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;/tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;104&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;12평&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 40m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;2인/5인&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:8만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:10만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:10만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:15만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;17만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;/tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;105&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;15평&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 50m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;2인/6인&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:10만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:12만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;주중:12만&amp;lt;br /&amp;gt;&lt;/p&gt; &lt;p&gt; 주말:16만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;td&amp;gt;18만&amp;lt;/td&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;/tr&amp;gt;&lt;/p&gt; &lt;p&gt; &amp;lt;/tbody&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;/table&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&amp;lt;div class=&quot;bottom&quot;&amp;gt;- 기준인원 초과시 성인(10,000원), 아동유아(10,000원)이 추가됩니다.&amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;/div&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;</content>			</entry><entry>
		<title>실시간 환율조회 html</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/403584"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/403584#comment"/>		<id>https://mbg1346.inour.net/html/403584</id>
		<published>2017-04-18T20:54:44+09:00</published>
		<updated>2024-01-13T12:43:37+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">환율위젯 https://kr.fxexchangerate.com/exchange-rates-widget.html 미국 달러 환율변환기 https://kr.fxexchangerate.com/currency-converter-widget.html 통화 변환기 아래는 베트남동을 참가한 위젯들 &lt;!-- Currency Converter Script - FxExchangeRate.com --&gt;&lt;div style=&quot;font-size:14px; font-family: sans-serif,Arial, Helvetica;width:100%; line-height:24px;border:1px solid #2D6AB4;background-color:#FFFFFF;margin...</summary>
	<content type="html">&lt;p&gt;환율위젯&lt;/p&gt; &lt;p&gt;https://kr.fxexchangerate.com/exchange-rates-widget.html&lt;/p&gt; &lt;!-- Currency Converter Script - FxExchangeRate.com --&gt; &lt;div style=&quot;font-size:14px; font-family: sans-serif,Arial, Helvetica;width:220px; line-height:24px;border:1px solid #2D6AB4;background-color:#FFFFFF;margin:0px;&quot;&gt; &lt;div style=&quot;background-color:#2D6AB4;height:2.2rem;color:#FFFFFF; font-weight:bold;text-align:left;padding:6px 0 0 6px; max-width:100%;&quot;&gt;&lt;i style=&quot;background-size: contain;background-position: 50%;background-repeat: no-repeat; position: relative;display: inline-block;width: 1.33333333em;line-height: 1em; padding:0 8px 0 0px;font-size:14px;background-image:url(https://w.fxexchangerate.com/static/flags/usd.webp);&quot;&gt;&amp;nbsp;&lt;/i&gt;&lt;a href=&quot;https://kr.fxexchangerate.com/usd/&quot; rel=&quot;nofollow&quot; style=&quot;color:#FFFFFF;padding-left:5px;text-decoration:none;&quot;&gt;미국 달러&lt;/a&gt;&lt;/div&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;https://w.fxexchangerate.com/converter.php?fm=USD&amp;ft=KRW,VND,EUR,JPY,CNY,&amp;lg=kr&amp;am=1&amp;ty=2&quot;&gt;&lt;/script&gt;&lt;/div&gt; &lt;!-- End of Currency Converter Script - FxExchangeRate.com --&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;환율변환기&lt;/p&gt; &lt;p&gt;https://kr.fxexchangerate.com/currency-converter-widget.html&lt;/p&gt; &lt;!-- Currency Converter Script - FxExchangeRate.com --&gt; &lt;div style=&quot;width:220px;height:auto;border:1px solid #2D6AB4;text-align:center;font-size:14px;font-family:sans-serif,Arial,Helvetica;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#FFFFFF;&quot;&gt; &lt;div style=&quot;width:220px; height:2.2rem;padding:5px 0px 0px 0px;background-color:#2D6AB4;font-weight:bold;&quot;&gt;&lt;a href=&quot;https://kr.fxexchangerate.com/&quot; rel=&quot;nofollow&quot; style=&quot;color:#FFFFFF;text-decoration:none;&quot;&gt;통화 변환기&lt;/a&gt;&lt;/div&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;https://w.fxexchangerate.com/converter.php?fm=KRW&amp;ft=VND&amp;lg=kr&amp;am=1&amp;ty=1&quot;&gt;&lt;/script&gt;&lt;/div&gt; &lt;!-- End of Currency Converter Script - FxExchangeRate.com --&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;아래는 베트남동을 참가한 위젯들&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; font=&quot;Noto Sans Korean&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;font-family: Noto Sans Korean; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;&amp;lt;!-- Currency Converter Script - FxExchangeRate.com &amp;nbsp;--&amp;gt;&amp;lt;div style=&amp;quot;font-size:14px; font-family: sans-serif,Arial, Helvetica;width:100%; line-height:24px;border:1px solid #2D6AB4;background-color:#FFFFFF;margin:0px auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;background-color:#2D6AB4;height:2.2rem;color:#FFFFFF; font-weight:bold;text-align:left;padding:6px 0 0 6px; max-width:100%;&amp;quot;&amp;gt;&amp;lt;i style=&amp;quot;background-size: contain;background-position: 50%;background-repeat: no-repeat; position: relative;display: inline-block;width: 1.33333333em;line-height: 1em;&amp;nbsp;&lt;br /&gt; padding:0 8px 0 0px;font-size:18px;background-image:url(https://w.fxexchangerate.com/static/flags/usd.webp);&amp;quot;&amp;gt;&amp;nbsp;&amp;lt;/i&amp;gt;&amp;lt;a rel=&amp;quot;nofollow&amp;quot; style=&amp;quot;color:#FFFFFF;padding-left:5px;text-decoration:none;&amp;quot; href=&amp;quot;https://kr.fxexchangerate.com/usd/&amp;quot;&amp;gt;미국 달러&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;https://w.fxexchangerate.com/converter.php?fm=USD&amp;amp;ft=KRW,VND,EUR,JPY,CNY,&amp;amp;lg=kr&amp;amp;am=1&amp;amp;ty=2&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!-- &amp;nbsp;End of Currency Converter Script - &amp;nbsp;FxExchangeRate.com --&amp;gt;&lt;br /&gt; &amp;lt;/br&amp;gt;&lt;br /&gt; &amp;lt;!-- Currency Converter Script - FxExchangeRate.com &amp;nbsp;--&amp;gt;&amp;lt;div style=&amp;quot;width:100%;height:auto;border:1px solid #2D6AB4;text-align:center;font-size:14px;font-family:sans-serif,Arial,Helvetica;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#FFFFFF;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;width:100%; height:2.2rem;padding:5px 0px 0px 0px;background-color:#2D6AB4;font-weight:bold;&amp;quot;&amp;gt;&amp;lt;a rel=&amp;quot;nofollow&amp;quot; style=&amp;quot;color:#FFFFFF;text-decoration:none;&amp;quot; href=&amp;quot;https://kr.fxexchangerate.com/&amp;quot;&amp;gt;통화 변환기&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;https://w.fxexchangerate.com/converter.php?fm=KRW&amp;amp;ft=VND&amp;amp;lg=kr&amp;amp;am=1&amp;amp;ty=1&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!-- &amp;nbsp;End of Currency Converter Script - &amp;nbsp;FxExchangeRate.com --&amp;gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</content>			</entry><entry>
		<title>HTML 만으로 마우스오버 구현하는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/400829"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/400829#comment"/>		<id>https://mbg1346.inour.net/html/400829</id>
		<published>2017-01-07T12:21:49+09:00</published>
		<updated>2018-10-30T07:26:25+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">[URL링크시] &lt;a href=&quot;#&quot; onMouseOver=&quot;this.innerHTML=&#039;마우스오버시 변경되는 텍스트&#039;&quot; onMouseOut=&quot;this.innerHTML=&#039;마우스가 범위를 벗어날시 변경되는 텍스트&#039;&quot;&gt;기본적으로 표시되는 텍스트&lt;/a&gt; a href = &quot;#&quot;: 누를시 이동되는 주소를 작성하면 됩니다. 문하우스 [이미지 링크시] &lt;img src=&quot;기본이미지주소&quot; onmouseover=&quot;this.src=&#039;마우스올렸을때 바뀔이미지주소&#039;&quot; onmouseout=&quot;this.src=&#039;기본이미지주소&#039;&quot; border=&quot;0&quot;&gt;</summary>
	<content type="html">&lt;p&gt;[URL링크시]&lt;/p&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;div editor_component=&quot;textbox&quot; use_folder=&quot;N&quot; folder_opener=&quot;더 보기...&quot; folder_closer=&quot;닫기&quot; bold=&quot;N&quot; color=&quot;blue&quot; font=&quot;Tahoma&quot; lineheight=&quot;1.6&quot; linebreak=&quot;Y&quot; margin=&quot;5&quot; padding=&quot;10&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; border_color=&quot;ff6600&quot; bg_color=&quot;F7F7F6&quot; style=&quot;font-family: Tahoma; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #ff6600;&quot;&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;&amp;lt;a href=&quot;#&quot; onMouseOver=&quot;this.innerHTML=&#039;&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;font-family: 나눔고딕, 맑은고딕, 돋움; font-size: 13px;&quot;&gt;마우스오버시 변경되는 텍스트&lt;/span&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;&#039;&quot; onMouseOut=&quot;this.innerHTML=&#039;&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;font-family: 나눔고딕, 맑은고딕, 돋움; font-size: 13px;&quot;&gt;마우스가 범위를 벗어날시 변경되는 텍스트&lt;/span&gt;&lt;span style=&quot;font-size: 13px; font-family: 나눔고딕, 맑은고딕, 돋움;&quot;&gt;&#039;&quot;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: 나눔고딕, 맑은고딕, 돋움; font-size: 13px;&quot;&gt;기본적으로 표시되는 텍스트&lt;/span&gt;&lt;span style=&quot;font-size: 13px; font-family: 나눔고딕, 맑은고딕, 돋움;&quot;&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: 나눔고딕, 맑은고딕, 돋움; font-size: 13px;&quot;&gt;a href = &quot;#&quot;: 누를시 이동되는 주소를 작성하면 됩니다. &amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://moonhouse.co.kr&quot; onmouseover=&quot;this.innerHTML=&#039;정보의 보고&#039;&quot; onmouseout=&quot;this.innerHTML=&#039;MoonHouse&#039;&quot;&gt;문하우스&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: 나눔고딕, 맑은고딕, 돋움; font-size: 13px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span style=&quot;font-family: 나눔고딕, 맑은고딕, 돋움; font-size: 13px;&quot;&gt;[이미지 링크시]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;&lt;div editor_component=&quot;textbox&quot; use_folder=&quot;N&quot; folder_opener=&quot;더 보기...&quot; folder_closer=&quot;닫기&quot; bold=&quot;N&quot; color=&quot;blue&quot; font=&quot;Tahoma&quot; lineheight=&quot;1.6&quot; linebreak=&quot;Y&quot; margin=&quot;5&quot; padding=&quot;10&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; border_color=&quot;ff6600&quot; bg_color=&quot;F7F7F6&quot; style=&quot;font-family: Tahoma; line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #ff6600;&quot;&gt;&amp;lt;img src=&quot;기본이미지주소&quot; onmouseover=&quot;this.src=&#039;마우스올렸을때 바뀔이미지주소&#039;&quot; onmouseout=&quot;this.src=&#039;기본이미지주소&#039;&quot; border=&quot;0&quot;&amp;gt;&lt;/div&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt; &lt;img src=&quot;https://mbg1346.inour.net/files/attach/images/152811/829/400/f68dfe0c7223bf3da4ecba961f61d02c.png&quot; onmouseover=&quot;this.src=&#039;https://mbg1346.inour.net/files/attach/images/152811/829/400/2ebf0b0d604b700c63b2020990be5ce9.png&#039;&quot; onmouseout=&quot;this.src=&#039;https://mbg1346.inour.net/files/attach/images/152811/829/400/f68dfe0c7223bf3da4ecba961f61d02c.png&#039;&quot; border=&quot;0&quot;/&gt;&lt;br /&gt;&lt;/div&gt;</content>			</entry><entry>
		<title>&lt;div&gt; 와 같은 블록 요소를 가운데 정렬하는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/400278"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/400278#comment"/>		<id>https://mbg1346.inour.net/html/400278</id>
		<published>2016-12-26T13:53:10+09:00</published>
		<updated>2022-04-22T09:26:17+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">1. div안에 div가운데 정렬하는 방법 &lt;div class=&quot;container&quot; style=&quot;text-align: center; margin: 0 auto;&quot; &gt; &lt;div style=&quot;border: 1px solid; display: inline-block;&quot;&gt; &lt;/div&gt; &lt;/div&gt; 바깥 쪽 div에는 text-align과 margin값을 준다. 안에 있는 div의 display의 기본값은 block으로 inline-block으로 바꿔준다. 2. div안에 텍스트 세로 가운데 정렬 텍스트 가운데 정렬은 text-align:center;로 해주면 되지만, 텍스트 세로정렬은...</summary>
	<content type="html">&lt;div&gt; &lt;div&gt;1. div안에 div가운데 정렬하는 방법&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&amp;lt;div class=&amp;quot;container&amp;quot; style=&amp;quot;text-align: center; margin: 0 auto;&amp;quot; &amp;gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&amp;nbsp; &amp;lt;div style=&amp;quot;border: 1px solid; display: inline-block;&amp;quot;&amp;gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&amp;lt;/div&amp;gt;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;바깥 쪽 div에는 text-align과 margin값을 준다.&lt;/div&gt; &lt;div&gt;안에 있는 div의 display의 기본값은 block으로 inline-block으로 바꿔준다.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;2. div안에 텍스트 세로 가운데 정렬&lt;/div&gt; &lt;div&gt;텍스트 가운데 정렬은 text-align:center;로 해주면 되지만, 텍스트 세로정렬은 div에 display:tabel-cell과 vertical-align:middle; 해줘야한다.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&amp;lt;div style=&amp;quot;display:table-cell;&amp;nbsp; text-align: center; vertical-align:middle; border: 1px solid;&amp;quot;&amp;gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;가운데&lt;/div&gt; &lt;div&gt;&amp;lt;/div&amp;gt;&lt;/div&gt; &lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;1. margin: 0 auto를 이용한 가운데 정렬&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;일반 텍스트의 경우 text-align:center;를 사용하면 정렬할 수 있지만,&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;&amp;lt;div&amp;gt;, &amp;lt;p&amp;gt;, &amp;lt;blockquote&amp;gt; 등의 block 요소에는 text-align의 영향을 받지 않습니다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;이럴 경우 해당 요소에 width를 지정해주고 margin:0 auto;를 넣어주면 쉽게 가운데 정렬할 수 있습니다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;예제 : http://jsfiddle.net/SMaker/7d7r0cnx/&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;2. display:inline-block을 이용한 가운데 정렬&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;인라인 블록 요소가 text-align의 영향을 받는 것을 이용하면, 블록 요소를 가운데 정렬할 수 있습니다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;가운데 정렬할 요소에 display:inline-block을 주고 해당 요소를 블록 요소로 감싼 뒤에, 해당 블록 요소에 text-align:center을 주면 됩니다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font face=&quot;나눔고딕, 맑은고딕, 돋움&quot;&gt;&lt;span style=&quot;font-size: 13px;&quot;&gt;예제 : http://jsfiddle.net/SMaker/o6hbggjb/&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;</content>		<category term="정렬"/>	</entry><entry>
		<title>float 속성을 가진 div 100% 설정하는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/395891"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/395891#comment"/>		<id>https://mbg1346.inour.net/html/395891</id>
		<published>2016-04-21T01:02:59+09:00</published>
		<updated>2017-04-22T18:21:53+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">css작업하다보면 간혹 곤욕스러운 경우가 많습니다. 대표적인게 float 속성인데요.. div, p 태그는 대표적인 block속성을 가지고 있는데요.. 이게 float을 만나면 inlin-block으로 속성이 변경됩니다. 만약 아래 그림처럼 레이아웃을 만들려고 하는데...box2는 100%를 유지 하고 싶을때 어떻게 하실건가요? 그냥 간단하게 width:100%주면 되잖아요...하고 이렇게 말씀하실분은 직접 테스트를 해보지 않으신분이세요.. box1과 box2가...</summary>
	<content type="html">&lt;p&gt;css작업하다보면 간혹 곤욕스러운 경우가 많습니다. &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;대표적인게 float 속성인데요.. &lt;/p&gt; &lt;p&gt;div, p 태그는 대표적인 block속성을 가지고 있는데요.. &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt; 이게 float을 만나면 inlin-block으로 속성이 변경됩니다. &lt;/p&gt; &lt;p&gt;만약 아래 그림처럼 레이아웃을 만들려고 하는데...box2는 100%를 유지 하고 싶을때 어떻게 하실건가요? &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;https://moonhouse.co.kr/files/attach/images/152811/891/395/556f058729641336b63bc247b2b64519.jpg&quot; alt=&quot;001.jpg&quot; width=&quot;554&quot; height=&quot;184&quot; /&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt; 그냥 간단하게 width:100%주면 되잖아요...하고 이렇게 말씀하실분은 직접 테스트를 해보지 않으신분이세요.. &lt;/p&gt; &lt;p&gt;box1과 box2가 float:left 속성을 가지고 있는 상태에서 box2에 100%주면 box2는 box1 하단으로 배치되는 결과가 나타납니다. &lt;/p&gt; &lt;p&gt;위 그림처럼 레이아웃을 만들고 box2는 가변적인 상태, 즉 가로 크기 100%를 만들고자 한다면 스타일은 아래처럼 작성하면 됩니다. &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt; &lt;span style=&quot;color:rgb(255,108,0);&quot;&gt;.box1 {float:left;width:200px;} &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:rgb(255,108,0);&quot;&gt;.box2 {margin-left:200px} &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt; box1에만 float속성을 주고 box2는 마진값만 적용해서 왼쪽에 딱 달라붙으면서도 100% 유지할 수 있게 해줍니다.&lt;/p&gt;</content>			</entry><entry>
		<title>배경이미지 슬라이드 스크립트</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/395864"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/395864#comment"/>		<id>https://mbg1346.inour.net/html/395864</id>
		<published>2016-04-19T22:43:25+09:00</published>
		<updated>2021-03-19T03:50:56+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt;script language=&#039;JavaScript&#039;&gt; document.write(&#039;&lt;st&#039;+&#039;yle&gt;&#039;); document.write(&#039;body{ background-attachment:fixed; background-repeat: no-repeat;&#039;);//배경이미지고정/반복않음 document.write(&#039;background-position: 0 0;}&#039;); // 배경이미지 위치 document.write(&#039;&lt;/st&#039;+&#039;yle&gt;&#039;); var cnj_bg=new Array() cnj_bg[0]=&quot;지정url/img_01.jpg&quot; cnj_bg[1]=&quot;지정url/img_02.jpg&quot; cnj_bg[2]=&quot;지정url/img_03.jpg&quot; cnj_bg[3]=&quot;지정url/...</summary>
	<content type="html">&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;&amp;lt;script language=&#039;JavaScript&#039;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;document.write(&#039;&amp;lt;st&#039;+&#039;yle&amp;gt;&#039;);&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;document.write(&#039;body{ background-attachment:fixed; background-repeat: no-repeat;&#039;);//배경이미지고정/반복않음&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;document.write(&#039;background-position: 0 0;}&#039;); // 배경이미지 위치&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;document.write(&#039;&amp;lt;/st&#039;+&#039;yle&amp;gt;&#039;);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;var cnj_bg=new Array()&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[0]=&quot;지정url/img_01.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[1]=&quot;지정url/img_02.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[2]=&quot;지정url/img_03.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[3]=&quot;지정url/img_04.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[4]=&quot;지정url/img_05.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[5]=&quot;지정url/img_06.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[6]=&quot;지정url/img_07.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[7]=&quot;지정url/img_08.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[8]=&quot;지정url/img_09.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;cnj_bg[9]=&quot;지정url/img_10.jpg&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;var speed=3000 &amp;nbsp;// 3초&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;var processed=new Array()&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;for (i=0;i&amp;lt;cnj_bg.length;i++){&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;processed[i]=new Image()&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;processed[i].src=cnj_bg[i]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;var inc=-1&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;function slideback(){&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;if (inc&amp;lt;cnj_bg.length-1)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;inc++&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;else&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;inc=0&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;document.body.background=processed[inc].src&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;if (document.all||document.getElementById)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;window.onload=new Function(&#039;setInterval(&quot;slideback()&quot;,speed)&#039;)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;&amp;lt;center&amp;gt;Welcome&amp;lt;/center&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 13px; line-height: 19.5px;&quot;&gt;문제가 첫배경이 백지로 나옵니다.&lt;/span&gt;&lt;/div&gt;</content>			</entry><entry>
		<title>CSS3 border-radius 이해하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/395126"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/395126#comment"/>		<id>https://mbg1346.inour.net/html/395126</id>
		<published>2016-04-07T18:02:54+09:00</published>
		<updated>2017-04-22T18:21:29+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">border-radius가 출현하면서 웹 디자이너들은 정말 열광했습니다 . 이전까지는 둥근모서리를 만들기 위해 엄청난 편법과 기법들이 난무했습니다. 이미지를 이용해서 둥근 모서리 만들기, 단순한 CSS만으로 둥근 모서리 만들기 등 둥근 모서리 박스를 만들기 위한 방법은 수 페이지에 걸쳐 설명한 책도 있었습니다. 하지만 CSS3가 출현하면서 간단한 코드만 입력해도 원하는 완벽한 둥근 모서리를 지닌 박스를 만들어 낼 수 있게 되...</summary>
	<content type="html">&lt;p style=&quot;font-size:13px;&quot;&gt; &lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;border-radius가 출현하면서 웹 디자이너들은 정말 열광했습니다 . &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;이전까지는 둥근모서리를 만들기 위해 엄청난 편법과 기법들이 난무했습니다. &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;이미지를 이용해서 둥근 모서리 만들기, 단순한 CSS만으로 둥근 모서리 만들기 등 둥근 모서리 박스를 만들기 위한 방법은 수 페이지에 걸쳐 설명한 책도 있었습니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;하지만 CSS3가 출현하면서 간단한 코드만 입력해도 원하는 완벽한 둥근 모서리를 지닌 박스를 만들어 낼 수 있게 되었습니다. 기본적인 속성은 다음과 같이 지정되며 속성값은 보통 px, %, em으로 지정 합니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;border-radius: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;border-radius 또한 방향성을 가지고 있기 때문에 다음과 같이 각 방향을 지정할 수 있습니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;border-top-left-radius: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;border-top-right-radius: 속성 값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;border-bottom-left-radius: 속성 값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;border-bottom-right-radius: 속성 값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;IE를 제외한 FF4 또는 사파리5 등 최신버전의 브라우저가 아닐 때는 해당 브라우저에 맞는 스타일을 적용해야 합니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;▶ 모질라 계열의 브라우저(파이어폭스)&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -moz-border-radius: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;▶ webkit을 이용한 브라우저(사파리, 구글 크롬)&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -webkit-border-radius: 속성값&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;▶ 모질라 계열의 방향성 지정 방식(웹 표준과는 조금 다릅니다)&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -moz-border-radius-topleft: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -moz-border-radius-topright: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -moz-border-radius-bottomleft: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -moz-border-radius-bottomright: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;▶ webkit 계열의 방향성 지정 방식(웹 표준과 같으나 앞쪽에 -webkit-을 붙여주는 차이)&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -webkit-border-top-left-radius: 속성값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -webkit-border-top-right-radius: 속성 값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -webkit-border-bottom-left-radius: 속성 값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt; -webkit-border-bottom-right-radius: 속성 값;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;color:rgb(102,102,102);font-family:&#039;Malgun Gothic&#039;, &#039;맑은 고딕&#039;, Dotum, &#039;돋움&#039;, Gulim, &#039;굴림&#039;, Verdana, sans-serif;line-height:20.8px;&quot;&gt;좀 더 이해하기 쉽게 그림으로 표현하면 &amp;lt;그림&amp;gt;와 같다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt; &lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;padding:4px;margin-bottom:.5em;color:rgb(102,102,102);font-family:&#039;Malgun Gothic&#039;, &#039;맑은 고딕&#039;, Dotum, &#039;돋움&#039;, Gulim, &#039;굴림&#039;, Verdana, sans-serif;line-height:20.8px;margin-left:auto;margin-right:auto;text-align:center;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img data-autoattach=&quot;success&quot; border=&quot;0&quot; src=&quot;https://moonhouse.co.kr/files/attach/images/152811/126/395/1f7771ed7978dbefff326b2e90156ebf.png&quot; style=&quot;padding:0px;margin-left:auto;margin-right:auto;&quot; alt=&quot;brexpl2e.png&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;font-size:10.4px;&quot;&gt;그림&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;br /&gt;&lt;span style=&quot;color:rgb(102,102,102);font-family:&#039;Malgun Gothic&#039;, &#039;맑은 고딕&#039;, Dotum, &#039;돋움&#039;, Gulim, &#039;굴림&#039;, Verdana, sans-serif;line-height:20.8px;&quot;&gt;좌우측 각 4개의 숫자값들은 생략이 가능한데,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:rgb(102,102,102);font-family:&#039;Malgun Gothic&#039;, &#039;맑은 고딕&#039;, Dotum, &#039;돋움&#039;, Gulim, &#039;굴림&#039;, Verdana, sans-serif;line-height:20.8px;&quot;&gt;숫자값이 하나만 주어지면, 이는 모서리 4곳의 radius 값이 모두 동일함을 의미한다.&lt;/span&gt;&lt;span style=&quot;font-size:13px;line-height:19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;font-size:13px;&quot;&gt;&lt;/p&gt;</content>			</entry><entry>
		<title>IE 버젼별로 css 따로 적용하는 방법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/292677"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/292677#comment"/>		<id>https://mbg1346.inour.net/html/292677</id>
		<published>2011-02-17T20:41:11+09:00</published>
		<updated>2018-09-17T23:28:18+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">웹이 널리 보급된 이유를 개발자 입장에서 찾으라면 html, css와 같은 비교적 간단한 문법과 jsp, php, asp 같은 server-side 언어의 발전을 들 수 있을것이다. 하지만 이 모든것의 배경에는 제작과 사용을 간단하게 만든 플랫폼이 있고, 이것이 바로 웹브라우저이다. 하지만 이런 개방성 만큼 여러 종류의 브라우저가 발전하면서 호환성문제가 대두되었고 이는 다시 개발자로 하여금 양날의 칼로 머리를 쥐어짜게 만들었다. 크게 ...</summary>
	<content type="html">&lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;웹이 널리 보급된 이유를 개발자 입장에서 찾으라면 html, css와 같은 비교적 간단한 문법과 jsp, php, asp 같은 server-side 언어의 발전을 들 수 있을것이다. 하지만 이 모든것의 배경에는 제작과 사용을 간단하게 만든 플랫폼이 있고, 이것이 바로 웹브라우저이다. 하지만 이런 개방성 만큼 여러 종류의 브라우저가 발전하면서 호환성문제가 대두되었고 이는 다시 개발자로 하여금 양날의 칼로 머리를 쥐어짜게 만들었다.&lt;br /&gt; 크게 보면 1. 서로 다른 종류의 브라우저와의 호환성 2. 같은 브라우저의 버전별 호환성 으로 나눌 수 있는데 이 두가지 모두에 있어 최고의 골치는 두말할것 없이 Internet Explorer, IE 다. 특히 10살이나 먹은 IE6은 웹개발자에게는 &amp;ldquo;악마&amp;rdquo; 같은 존재이다.&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;이런 IE에서 버전별로 다르게 보여지는 문제를 해결하기 위한 가장 효율적인 방법은 문제가 있는 부분만 브라우저에 맞게 수정하는 방법이다.&lt;br /&gt; 즉, 페이지를 표준에 맞게 작성한 후 브라우저별로 테스트 한 후 특정 브라우저에서 문제가 발생하면 그 브라우저에서만 별도로 제작해둔 css를 읽어 재정의되어 수정하도록 하는 방법이다. 아래는 IE 특정 버전별로 파일을 로딩하는 방법이다.&lt;br /&gt; &lt;br /&gt; &lt;strong&gt;모든 IE에서만 적용하려면&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; IE&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie-only.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE6 버전에서만 읽어들이도록&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; IE &lt;span style=&quot;color: rgb(204, 0, 0); &quot;&gt;6&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie6-only.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE7 버전에서만 읽어들이도록&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; IE &lt;span style=&quot;color: rgb(204, 0, 0); &quot;&gt;7&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie7-only.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;조금 더 정교하게.&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE7 버전보다 낮은 버전에서만 (7버전 제외)&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; lt IE &lt;span style=&quot;color: rgb(204, 0, 0); &quot;&gt;7&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie7-less-than.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE7 버전보다 낮은 버전에서만 (7버전 포함)&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; lte IE &lt;span style=&quot;color: rgb(204, 0, 0); &quot;&gt;7&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie7-less-than-equal.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE7 버전보다 높은 버전에서만 (7버전 제외)&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; gt IE &lt;span style=&quot;color: rgb(204, 0, 0); &quot;&gt;7&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie7-greater-than.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE7 버전보다 높은 버전에서만 (7버전 포함)&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; gte IE &lt;span style=&quot;color: rgb(204, 0, 0); &quot;&gt;7&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie7-greater-than-equal.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;기타 다음과 같은 문구도 가능하다.&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE가 아닌 다른 브라우저만&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;!&lt;/span&gt;IE&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;not-sucks.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;strong&gt;IE6.5 버전에서만 읽어들이도록&lt;/strong&gt;&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!--&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-weight: bold; &quot;&gt;if&lt;/span&gt; IE &lt;span style=&quot;color: rgb(204, 0, 0); &quot;&gt;6.5000&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;stylesheet&amp;quot;&lt;/span&gt; type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/css&amp;quot;&lt;/span&gt; href&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;ie6.5-only.css&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;/&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;!&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;[&lt;/span&gt;endif&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;gt 는 greater than , gte 는 greater than or equal, lt 는 less than, lte 는 less than or equal 의 약자이다. 다음과 같이 스크립트도 삽입할 수 있다.&lt;/p&gt; &lt;div class=&quot;wp_syntax&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;div class=&quot;code&quot; style=&quot;line-height: 1.5; &quot;&gt; &lt;pre class=&quot;javascript&quot; style=&quot;font-family: monospace; &quot;&gt; &amp;lt;!--[if IE 6]&amp;gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;&lt;/span&gt;script type&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(0, 0, 102); &quot;&gt;alert&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 102, 204); &quot;&gt;&amp;quot;아직 IE6을 쓰는거야?&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 153, 0); &quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;lt;/&lt;/span&gt;script&lt;span style=&quot;color: rgb(51, 153, 51); &quot;&gt;&amp;gt;&lt;/span&gt; &amp;lt;![endif]--&amp;gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;이정도면 대충 큼지막한 것들은 해결할 수 있으리라.&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;img alt=&quot;browser_icons.jpg&quot; height=&quot;137&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/677/292/browser_icons.jpg&quot; width=&quot;159&quot; /&gt;&lt;/p&gt; &lt;p&gt;출처&amp;nbsp;http://blog.naver.com/fbwoejr123/50102957276&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&amp;nbsp;&lt;/p&gt; &lt;p style=&quot;margin-top: 2px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5; &quot;&gt;&lt;span style=&quot;font-size:20px;&quot;&gt;[다른 방법]&lt;/span&gt;&lt;/p&gt; &lt;p&gt;/* IE10+ */&lt;br /&gt; @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;/* Enter your style code */&lt;br /&gt; }&lt;/p&gt; &lt;p&gt;/* IE6,7,9,10 */&lt;br /&gt; @media screen and (min-width: 640px), screen\9 {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;/* Enter your style code */&lt;br /&gt; }&lt;/p&gt; &lt;p&gt;/* IE6,7 */&lt;br /&gt; @media screen\9 {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;/* Enter your style code */&lt;br /&gt; }&lt;/p&gt; &lt;p&gt;/* IE8 */&lt;br /&gt; @media \0screen {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;/* Enter your style code */&lt;br /&gt; }&lt;/p&gt; &lt;p&gt;/* IE6,7,8 */&lt;br /&gt; @media \0screen\,screen\9 {&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;/* Enter your style code */&lt;br /&gt; }&lt;/p&gt; &lt;p&gt;/* IE9,10 */&lt;br /&gt; @media screen and (min-width:0\0){&lt;br /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;/* Enter your style code */&lt;br /&gt; }&lt;/p&gt; &lt;p&gt;IE10미만은 이제 버려야한다고 생각한다. IE 9 공식버전 정식 출시일이 2011년 3월이다.&amp;nbsp;&amp;nbsp;IE 10 플랫폼 프리뷰를 2011년 4월에 출시했으니 여하튼 IE는 없어졌으면 좋겠다. 참고로 IE9이하는 좀 큰 기업의 사이트마저 지원하지 않는 곳이 많다. 따라서 특이사항이 없다면&amp;nbsp;&lt;code&gt;@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)&lt;/code&gt;&amp;nbsp;해당 코드로 IE 10+만 해줘도 충분할 것 같다.&lt;/p&gt;</content>		<category term="ie핵"/>	</entry><entry>
		<title>마퀴태그의 기본</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/268756"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/268756#comment"/>		<id>https://mbg1346.inour.net/html/268756</id>
		<published>2010-02-06T09:56:18+09:00</published>
		<updated>2017-04-22T18:22:09+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">- 기본속성들 설명 - marquee ☜ 마퀴태그의 기본입니다 앞에 꼭 넣어야 해요 scrollamount ☜ 빠르기지정.(숫자가 높을수록 절라빨라짐) scrolldelay ☜ 흔들리는 속성 direction ☜ 방향설정(left,right,up,down) behavior=alternate ☜ 좌우,상하왕복 loop ☜ 숫자지정(예:loop=&quot;2&quot; 를 했을경우 두번 실행됨) width ☜ 가로 왕복 지정 height ☜ 세로 왕복 지정 - 글씨가 좌우로 왕복 - &lt;marquee behavior=alternate&gt;&lt;font size=4&gt;글자가...</summary>
	<content type="html">&lt;p jQuery1265417794843=&quot;103&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;#0000ff&quot;&gt;- 기본속성들 설명 - &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;marquee&lt;/font&gt;&lt;font color=&quot;blue&quot;&gt; &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜ &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;blue&quot;&gt;마퀴태그의 기본입니다 앞에 꼭 넣어야 해요 &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;scrollamount&lt;/font&gt;&lt;font color=&quot;blue&quot;&gt; &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;blue&quot;&gt; 빠르기지정.(숫자가 높을수록 절라빨라짐) &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;scrolldelay &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;blue&quot;&gt; 흔들리는 속성 &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;direction&lt;/font&gt;&lt;font color=&quot;blue&quot;&gt; &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜ &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;blue&quot;&gt;방향설정(left,right,up,down) &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;behavior=alternate&lt;/font&gt;&lt;font color=&quot;blue&quot;&gt; &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;blue&quot;&gt; 좌우,상하왕복 &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;loop&lt;/font&gt;&lt;font color=&quot;blue&quot;&gt; &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜ &lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;blue&quot;&gt;숫자지정(예:loop=&quot;2&quot; 를 했을경우 두번 실행됨) &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;width&lt;/font&gt;&lt;font color=&quot;blue&quot;&gt; &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜&lt;/font&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;blue&quot;&gt; 가로 왕복 지정 &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;red&quot;&gt;height &lt;/font&gt;&lt;font color=&quot;fuchsia&quot;&gt;☜&lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt; 세로 왕복 지정 &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 좌우로 왕복 - &lt;br /&gt;&amp;lt;marquee behavior=alternate&amp;gt;&amp;lt;font size=4&amp;gt;글자가 좌우로 왕복 ^^*&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;/p&gt; &lt;marquee behavior=&quot;alternate&quot;&gt;&lt;font color=&quot;blue&quot; size=&quot;5&quot;&gt;글자가 좌우로 왕복 ^^*&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 왼쪽으로 - &lt;br /&gt;&amp;lt;marquee direction=&quot;left&quot;&amp;gt;&amp;lt;font size=4&amp;gt;이건 왼쪽이네요 ^^*&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt; &lt;marquee&gt;&lt;font size=&quot;5&quot;&gt;이건 왼쪽이네요 ^^*&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 오른쪽 으로 - &lt;br /&gt;&amp;lt;marquee direction=&quot;right&quot;&amp;gt;&amp;lt;font size=4&amp;gt;이건 오른쪽이구요 &amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;marquee direction=&quot;right&quot;&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;이건 오른쪽이구요&lt;/font&gt;&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 위로 - &lt;br /&gt;&amp;lt;marquee direction=&quot;up&quot;&amp;gt;&amp;lt;font size=4&amp;gt;이번에는 위로..?&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;marquee direction=&quot;up&quot;&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;이번에는 위로..?&lt;/font&gt;&lt;/font&gt;&lt;/marquee&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 아래로 - &lt;br /&gt;&amp;lt;marquee direction=&quot;down&quot;&amp;gt;&amp;lt;font size=4&amp;gt;다운이당ㅡㅡ+&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt; &lt;marquee direction=&quot;down&quot;&gt;&lt;font size=&quot;5&quot;&gt;다운이당ㅡㅡ+&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&lt;br /&gt;- 글씨가 흔들림 - &lt;br /&gt;{&amp;lt;marquee behavior=alternate width=30&amp;gt;&amp;lt;font size=4&amp;gt;도 리&amp;lt;/marquee&amp;gt;} ☜ 도리도리 &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;( &lt;marquee behavior=&quot;alternate&quot; width=&quot;30&quot;&gt;&lt;font size=&quot;5&quot;&gt;도 리&lt;/font&gt;&lt;/marquee&gt;) &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 느리게 - &lt;br /&gt;&amp;lt;marquee direction=&quot;RIGHT&quot; scrollamount=&quot;1&quot;&amp;gt;&amp;lt;font size=5&amp;gt; 천천히__@/``&amp;lt;/marquee&amp;gt; ☜ 달팽이 기어 가네요. &lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt; &lt;marquee direction=&quot;right&quot; scrollamount=&quot;1&quot;&gt;&lt;font size=&quot;5&quot;&gt;천천히__@/``&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 빨리 - &lt;br /&gt;&amp;lt;marquee scrollamount=30&amp;gt;&amp;lt;font size=4&amp;gt;@--- 달팽아 나 잡아봐라~빠르징~&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt; &lt;marquee scrollamount=&quot;30&quot;&gt;&lt;font size=&quot;5&quot;&gt;@--- 달팽아 나 잡아봐라~빠르징~&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 글씨가 빤짝 - &lt;br /&gt;&amp;lt;marquee width=500 scrollamount=300&amp;gt;&amp;lt;font size=5&amp;gt; 짜 ★~ ☆~ ★~ 짠&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;marquee width=&quot;500&quot; scrollamount=&quot;300&quot;&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;5&quot;&gt;짜&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;red&quot; size=&quot;5&quot;&gt;★&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;5&quot;&gt;~&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;teal&quot; size=&quot;5&quot;&gt;☆&lt;/font&gt;&lt;font color=&quot;green&quot; size=&quot;5&quot;&gt;~ &lt;/font&gt;&lt;font color=&quot;purple&quot; size=&quot;5&quot;&gt;★&lt;/font&gt;&lt;font color=&quot;red&quot; size=&quot;5&quot;&gt;~&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;5&quot;&gt;짠&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 칼라 바탕에 글씨 -&lt;br /&gt;&amp;lt;marquee bgcolor=red&amp;gt;&amp;lt;font color=ffffff&amp;gt;하이 방가워요~~~&amp;lt;/font&amp;gt;&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;marquee bgcolor=&quot;red&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;하이 방가워요~~~&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee bgcolor=blue&amp;gt;&amp;lt;font color=ffffcc&amp;gt;하이 방가워요~~~&amp;lt;/font&amp;gt;&amp;lt;/marquee&amp;gt; &lt;br /&gt; &lt;marquee bgcolor=&quot;blue&quot;&gt;하이 방가워요~~~&lt;/marquee&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee bgcolor=000000&amp;gt;&amp;lt;font color=00ff00 size=4&amp;gt;하이 방가워요 size=4 추가 했네요~~~&amp;lt;/font&amp;gt;&amp;lt;/marquee&amp;gt; &lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt; &lt;marquee bgcolor=&quot;#000000&quot;&gt;&lt;font color=&quot;#00ff00&quot; size=&quot;5&quot;&gt;하이 방가워요 size=5 추가 했네요~~~&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;- 좌측과 우측 응용 실행소스 - &lt;br /&gt;&amp;lt;MARQUEE direction=right&amp;gt;&amp;lt;font size=4&amp;gt;글씨가 중간에서&amp;lt;/MARQUEE&amp;gt; &lt;br /&gt;&amp;lt;MARQUEE direction=reft&amp;gt;&amp;lt;font size=4&amp;gt;만날수 있겠지요&amp;lt;/MARQUEE&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;marquee direction=&quot;right&quot;&gt;&lt;font color=&quot;blue&quot; size=&quot;5&quot;&gt;글씨가 중간에서&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt; &lt;marquee direction=&quot;reft&quot;&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;5&quot;&gt;만날수 있겠지요&lt;/font&gt;&lt;font color=&quot;purple&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee direction=up&amp;gt;&amp;lt;font size=4&amp;gt;안♡(ul)녕♡(ul)하♡(ul)세♡(ul)요♡(ul)반♡(ul)가♡(ul)워~♡(ul)요♡&amp;lt;/MARQUEE&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot; jQuery1265417794843=&quot;108&quot; jQuery1265417866703=&quot;108&quot;&gt; &lt;marquee direction=&quot;up&quot;&gt;&lt;font size=&quot;5&quot;&gt;안♡&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;녕♡&lt;/font&gt;&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;하♡&lt;/font&gt;&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;세♡&lt;/font&gt;&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;요♡&lt;/font&gt;&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;반♡&lt;/font&gt;&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;가♡&lt;/font&gt;&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;워~♡&lt;/font&gt;&lt;/font&gt; &lt;ul&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;5&quot;&gt;요♡&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/marquee&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee&amp;gt;&amp;lt;font size=4 color=&lt;/font&gt;&lt;font color=&quot;red&quot; size=&quot;2&quot;&gt;red&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;gt;사(br)랑(br)해(br)요&amp;lt;/font&amp;gt;&amp;lt;/marquee&amp;gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;br /&gt; &lt;marquee&gt;&lt;font color=&quot;red&quot; size=&quot;5&quot;&gt;사&lt;br /&gt;랑&lt;br /&gt;해&lt;br /&gt;요&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee behavior=alternate direction=up height=50&amp;gt;&amp;lt;font color=&lt;/font&gt;&lt;font color=&quot;green&quot; size=&quot;2&quot;&gt;green&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt; size=4&amp;gt; 안녕하세요~ &amp;lt;/font&amp;gt;&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;marquee direction=&quot;up&quot; height=&quot;50&quot; behavior=&quot;alternate&quot;&gt;&lt;font color=&quot;green&quot; size=&quot;5&quot;&gt;안녕하세요~&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee behavior=alternate width=150&amp;gt;&amp;lt;font color=&lt;/font&gt;&lt;font color=&quot;red&quot; size=&quot;2&quot;&gt;red&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt; size=4&amp;gt; 흔적 남기기..&amp;lt;/font&amp;gt;&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt; &lt;marquee behavior=&quot;alternate&quot; width=&quot;150&quot;&gt;&lt;font color=&quot;red&quot; size=&quot;5&quot;&gt;흔적 남기기..&lt;/font&gt;&lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee direction=down height=90&amp;gt;&amp;lt;Span style=&quot;COLOR:White;FILTER:shadow;height:10px&quot;&amp;gt;&amp;lt;h1&amp;gt;어서오세요 방가워요&amp;lt;/span&amp;gt;&amp;lt;/marquee&amp;gt;&amp;lt;marquee direction=up height=90&amp;gt;&amp;lt;Span style=&quot;COLOR:White;FILTER:shadow;height:10px&quot;&amp;gt;&amp;lt;h1&amp;lt;어서오세요 방가워요~&amp;lt;/span&amp;gt;&amp;lt;/marquee&amp;lt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot; jQuery1265417794843=&quot;107&quot; jQuery1265417866703=&quot;107&quot;&gt; &lt;marquee direction=&quot;down&quot; height=&quot;90&quot;&gt; &lt;h1&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;어서오세요 방가워요. 야간비의 작은쉼터 랍니다.&lt;/font&gt;&lt;/h1&gt;&lt;/marquee&gt; &lt;marquee direction=&quot;up&quot; height=&quot;90&quot;&gt; &lt;h1&gt;&lt;/h1&gt; &lt;h1&gt;&lt;/h1&gt; &lt;h1&gt;&lt;/h1&gt; &lt;h1&gt;&lt;/h1&gt; &lt;center&gt;&lt;font color=&quot;red&quot; size=&quot;2&quot;&gt;태그공부홈이랍니다. 어서오세요 방가워요~&lt;/font&gt;&lt;/center&gt;&lt;/marquee&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;fuchsia&quot; size=&quot;2&quot;&gt;&amp;lt;marquee direction=up behavior=alternate&amp;gt;&amp;lt;marquee behavior=alternate&amp;gt;&amp;lt;h2&amp;gt;아이쿠야 어지러워라 조심하세요~ ^^*&amp;lt;/h2&amp;gt;&amp;lt;/marquee&amp;gt; &lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot; jQuery1265417794843=&quot;106&quot; jQuery1265417866703=&quot;106&quot;&gt; &lt;marquee direction=&quot;up&quot; behavior=&quot;alternate&quot;&gt; &lt;marquee behavior=&quot;alternate&quot;&gt; &lt;h2&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;아이쿠야 어지러워라 조심하세요~ ^^*&lt;/font&gt;&lt;/h2&gt;&lt;/marquee&gt;&lt;/marquee&gt; &lt;p&gt;&lt;font color=&quot;blue&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt; &lt;p jQuery1265417794843=&quot;105&quot; jQuery1265417866703=&quot;105&quot;&gt;&lt;span style=&quot;FONT-SIZE: 12px&quot; jQuery1265417866703=&quot;109&quot;&gt;출처 : &lt;a href=&quot;http://blog.paran.com/ggkorea3030/35840087&quot; jQuery1265417866703=&quot;112&quot;&gt;&lt;span style=&quot;FONT-SIZE: 12px&quot; jQuery1265417866703=&quot;113&quot;&gt;http://blog.paran.com/ggkorea3030/35840087&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</content>		<category term="마퀴태그"/>	</entry><entry>
		<title>이미지 바꾸기 소스</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/252538"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/252538#comment"/>		<id>https://mbg1346.inour.net/html/252538</id>
		<published>2009-06-06T20:10:25+09:00</published>
		<updated>2017-05-03T19:38:17+09:00</updated>
		<author>
			<name>감로수</name>
		</author>
		<summary type="text">&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;500&quot;&gt; &lt;tr&gt; &lt;td&gt; &lt;SCRIPT&gt; // &quot;이미지는 바꾸어서 쓰세요&quot; var slideshow=new Array( &quot;http://pds12.egloos.com/pds/200906/06/18/a0102518_4a29fe104c7e8.jpg|     이미지설명글&quot;, &quot;http://pds13.egloos.com/pds/200906/06/18/a0102518_4a29fe11a3192.jpg|     이미지설명글2&quot;, &quot;http://pds12.egloos.com/pds/200906/06/18/a0102518_4a29fe13ee7d1.jpg|     이미지...</summary>
	<content type="html">&lt;P&gt;&amp;lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;500&quot;&amp;gt;&lt;BR&gt;&amp;lt;tr&amp;gt;&lt;BR&gt;&amp;lt;td&amp;gt;&lt;BR&gt;&amp;lt;SCRIPT&amp;gt; &lt;BR&gt;// &quot;이미지는 바꾸어서 쓰세요&quot; &lt;BR&gt;var slideshow=new Array(&lt;BR&gt;&quot;&lt;A href=&quot;http://pds12.egloos.com/pds/200906/06/18/a0102518_4a29fe104c7e8.jpg&quot;&gt;http://pds12.egloos.com/pds/200906/06/18/a0102518_4a29fe104c7e8.jpg&lt;/A&gt;| &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;이미지설명글&quot;,&lt;BR&gt;&quot;&lt;A href=&quot;http://pds13.egloos.com/pds/200906/06/18/a0102518_4a29fe11a3192.jpg&quot;&gt;http://pds13.egloos.com/pds/200906/06/18/a0102518_4a29fe11a3192.jpg&lt;/A&gt;| &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;이미지설명글2&quot;,&lt;BR&gt;&quot;&lt;A href=&quot;http://pds12.egloos.com/pds/200906/06/18/a0102518_4a29fe13ee7d1.jpg&quot;&gt;http://pds12.egloos.com/pds/200906/06/18/a0102518_4a29fe13ee7d1.jpg&lt;/A&gt;| &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;이미지설명글3&quot;,&lt;BR&gt;&quot;&lt;A href=&quot;http://pds13.egloos.com/pds/200906/06/18/a0102518_4a29fe1539bad.jpg&quot;&gt;http://pds13.egloos.com/pds/200906/06/18/a0102518_4a29fe1539bad.jpg&lt;/A&gt;| &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;이미지설명글4&quot;)&lt;/P&gt; &lt;P&gt;&lt;BR&gt;var fntfamily=&quot;고딕체&quot; &lt;/P&gt; &lt;P&gt;// &quot;아래 2는 글씨 크기&quot;&lt;BR&gt;var fntsize=2 &lt;/P&gt; &lt;P&gt;// &quot;아래 black는 글씨 색상&quot; &lt;BR&gt;var fntcolor=&quot;white&quot; &lt;/P&gt; &lt;P&gt;// &quot;아래 #FFE4B5는 설명글 넣는곳 바탕색&quot; &lt;BR&gt;var bgrndcolor=&quot;#000000&quot; &lt;/P&gt; &lt;P&gt;// &quot;아래 500은 이미지의 가로크기&quot; &lt;BR&gt;var imagewidth=500 &lt;/P&gt; &lt;P&gt;// &quot;아래 200은 이미지 세로크기&quot; &lt;BR&gt;var imageheight=332 &lt;/P&gt; &lt;P&gt;// &quot;아래 5는 이미지 변환 속도&quot; &lt;BR&gt;var standstill=3 &lt;/P&gt; &lt;P&gt;var imgstop=0 &lt;BR&gt;var imgsleft=0 &lt;BR&gt;var mestop=imageheight &lt;BR&gt;var mesleft=0 &lt;BR&gt;var firstslide=true &lt;BR&gt;var starttime &lt;BR&gt;var nowtime &lt;BR&gt;var imgurl=new Array() &lt;BR&gt;var message=new Array() &lt;BR&gt;var imgurlandmessagearray=new Array() &lt;BR&gt;var imgurlandmessage &lt;BR&gt;var imgpreload=new Array() &lt;BR&gt;var playertop=0 &lt;BR&gt;var playerleft=0 &lt;BR&gt;var i_imgs=0 &lt;BR&gt;var i_loop=0 &lt;BR&gt;var i_preloadloop=0 &lt;BR&gt;var i_transition=0 &lt;BR&gt;var timerrotate=false &lt;BR&gt;var timercheck=false &lt;BR&gt;var contentimg &lt;BR&gt;var contentmes &lt;BR&gt;var slideshowlength=slideshow.length &lt;/P&gt; &lt;P&gt;var topdivheight=imageheight+10 &lt;/P&gt; &lt;P&gt;var ns6=document.getElementById&amp;amp;&amp;amp;!document.all?1:0 &lt;BR&gt;var standstill=standstill*1000 &lt;/P&gt; &lt;P&gt;function init() { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; firstslide=true &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_imgs=0 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_loop=0 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_preloadloop=randommaker(slideshowlength) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (timerrotate) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clearTimeout(timerrotate) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clearTimeout(timercheck) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgurl=new Array &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; message=new Array &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (i=0;i&amp;lt;=slideshow.length-1;i++) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgurlandmessage=slideshow[i].split(&quot;|&quot;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgurl[i]=imgurlandmessage[0] &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message[i]=imgurlandmessage[1] &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.all) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgs.innerHTML=&quot;&quot; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mes.innerHTML=&quot;&quot; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.all.imgs.style.posTop=imgstop &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.all.imgs.style.posLeft=imgsleft &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.all.mes.style.posTop=mestop &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.all.mes.style.posLeft=mesleft &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkpreloadtime() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; preloadimage() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkifloaded() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ns6) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;imgs&#039;).innerHTML=&quot;&quot; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;mes&#039;).innerHTML=&quot;&quot; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;imgs&#039;).style.top=imgstop &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;imgs&#039;).style.left=imgsleft &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;mes&#039;).style.top=mestop &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;mes&#039;).style.left=mesleft &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkpreloadtime() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; preloadimage() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkifloaded() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.layers) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.imgs.document.write(&quot;&quot;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.imgs.document.close() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.mes.document.write(&quot;&quot;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.mes.document.close() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.imgs.top=imgstop &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.imgs.left=imgsleft &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.mes.top=mestop &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.mes.left=mesleft &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkpreloadtime() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; preloadimage() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkifloaded() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;function checkifloaded() {&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp; if (imgpreload.complete) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nowtime=new Date() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nowtime=nowtime.getTime() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nowtime=nowtime-starttime &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var interval=standstill-nowtime &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (interval&amp;lt;=0 ) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval=1 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (firstslide) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval=1 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; firstslide=false &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (i_preloadloop==i_loop) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval=1 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timerrotate=setTimeout(&quot;rotateimages()&quot;, interval) &lt;BR&gt;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp; else { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timercheck=setTimeout(&quot;checkifloaded()&quot;, 100) &lt;BR&gt;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;function preloadimage() { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgpreload=new Image() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgpreload.src=imgurl[i_preloadloop] &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;function rotateimages() { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_loop=i_preloadloop &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_preloadloop=randommaker()&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkpreloadtime() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; preloadimage() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; getcontent() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.all) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgs.filters[i_transition].apply() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgs.innerHTML=contentimg &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgs.filters[i_transition].play() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_transition++ &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (i_transition&amp;gt;21) {i_transition=0} &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mes.innerHTML=contentmes &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ns6) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;imgs&#039;).innerHTML=contentimg &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&#039;mes&#039;).innerHTML=contentmes &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.layers) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.imgs.document.write(contentimg) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.imgs.document.close() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.mes.document.write(contentmes) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.topdiv.document.mes.document.close() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_loop++ &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; checkifloaded()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;function randommaker() {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rand=Math.floor(slideshowlength*Math.random()) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rand &lt;/P&gt; &lt;P&gt;} &lt;/P&gt; &lt;P&gt;function getcontent() { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; contentimg=&quot;&amp;lt;img src=&#039;&quot;+imgurl[i_loop]+&quot;&#039;&amp;gt;&quot; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; contentmes=&quot;&amp;lt;table cellpadding=2 cellspacing=0 border=0 bgcolor=&quot;+bgrndcolor+&quot; width=&quot;+imagewidth+&quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font size=&quot;+fntsize+&quot; color=&quot;+fntcolor+&quot; face=&quot;+fntfamily+&quot;&amp;gt;&quot;+message[i_loop]+&quot;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&quot; &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;if (document.all) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;div id=&quot;topdiv&quot; style=&quot;position:relative;width:&#039;+imagewidth+&#039;px;height:&#039;+topdivheight+&#039;px&quot;&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;div id=&quot;mes&quot; style=&quot;position:absolute;&quot;&amp;gt; &amp;lt;/div&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;div id=&quot;imgs&quot; style=&quot;position:absolute;filter: revealTrans(Transition=1, Duration=2) revealTrans(Transition=2, Duration=2) revealTrans(Transition=3, Duration=2)&amp;nbsp; revealTrans(Transition=4, Duration=2)&amp;nbsp; revealTrans(Transition=5, Duration=1)&amp;nbsp; revealTrans(Transition=6, Duration=2)&amp;nbsp; revealTrans(Transition=7, Duration=2)&amp;nbsp; revealTrans(Transition=8, Duration=1)&amp;nbsp; revealTrans(Transition=9, Duration=2)&amp;nbsp; revealTrans(Transition=10, Duration=1)&amp;nbsp; revealTrans(Transition=11, Duration=2)&amp;nbsp; revealTrans(Transition=12, Duration=2)&amp;nbsp; revealTrans(Transition=13, Duration=1)&amp;nbsp; revealTrans(Transition=14, Duration=2)&amp;nbsp; revealTrans(Transition=15, Duration=2)&amp;nbsp; revealTrans(Transition=16 Duration=1)&amp;nbsp; revealTrans(Transition=17, Duration=2)&amp;nbsp; revealTrans(Transition=18, Duration=2) revealTrans(Transition=19, Duration=1) revealTrans(Transition=20, Duration=2) revealTrans(Transition=21, Duration=2) revealTrans(Transition=22, Duration=2)&quot;&amp;gt; &amp;lt;/div&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;/div&amp;gt;&#039;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;if (ns6) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;div id=&quot;topdiv&quot; style=&quot;position:relative;width:&#039;+imagewidth+&#039;px;height:&#039;+topdivheight+&#039;px&quot;&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;div id=&quot;mes&quot; style=&quot;position:absolute;&quot;&amp;gt; &amp;lt;/div&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;div id=&quot;imgs&quot; style=&quot;position:absolute;&quot;&amp;gt; &amp;lt;/div&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;/div&amp;gt;&#039;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;if (document.layers) { &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;ilayer name=&quot;topdiv&quot; width=&#039;+imagewidth+&#039; height=&#039;+topdivheight+&#039;&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;layer name=&quot;mes&quot;&amp;gt; &amp;lt;/layer&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;layer name=&quot;imgs&quot;&amp;gt; &amp;lt;/layer&amp;gt;&#039;) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&#039;&amp;lt;/ilayer&amp;gt;&#039;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;function checkpreloadtime() { &lt;BR&gt;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; starttime= new Date() &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; starttime=starttime.getTime() &lt;BR&gt;} &lt;/P&gt; &lt;P&gt;function checktime() { &lt;/P&gt; &lt;P&gt;} &lt;/P&gt; &lt;P&gt;window.onresize=new Function(&quot;window.location.reload()&quot;); &lt;BR&gt;window.onload=init &lt;/P&gt; &lt;P&gt;&amp;lt;/SCRIPT&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;BR&gt;&amp;lt;/table&amp;gt;&lt;BR&gt;&lt;/P&gt;</content>			</entry><entry>
		<title>익스6에서만 작동되게하는 css구문</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/241448"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/241448#comment"/>		<id>https://mbg1346.inour.net/html/241448</id>
		<published>2009-02-19T15:57:06+09:00</published>
		<updated>2009-02-20T12:42:42+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt;!--[if lt IE 6]&gt; &lt;!--%import(&quot;css/default-ie.css&quot;)--&gt; &lt;![endif]--&gt; 위의 문구는 ie6에서만 작동하는 css파일을 지정할때 사용하는 방법입니다. #gnb { position:absolute; top:0px; right:140px; _right:155px; font:11px arial, sans-serif; overflow:hidden; white-space:nowrap; z-index:99; } 위의 문구에서 _right:155px; 이부분 _를 추가해서 작성하면 ie6에서만 _부분이 작동이 됩니다. 전체적인 css가 필요없고 특정부...</summary>
	<content type="html">&amp;lt;!--[if lt IE 6]&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--%import(&quot;&lt;FONT color=#ee2222&gt;css/default-ie.css&lt;/FONT&gt;&quot;)--&amp;gt;&lt;BR&gt;&amp;lt;![endif]--&amp;gt;&lt;BR&gt;위의 문구는 ie6에서만 작동하는 css파일을 지정할때 사용하는 방법입니다.&lt;BR&gt;&lt;BR&gt;#gnb { position:absolute; top:0px; &lt;FONT color=#ee2222&gt;&lt;FONT color=#000000&gt;right:140px;&lt;/FONT&gt;&lt;STRONG&gt; _right:155px;&lt;/STRONG&gt;&lt;/FONT&gt; font:11px arial, sans-serif; overflow:hidden; white-space:nowrap; z-index:99; }&lt;BR&gt;위의 문구에서&amp;nbsp;&lt;STRONG&gt;&lt;FONT color=#ee2222&gt;_right:155px;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;이부분 _를 추가해서 작성하면 ie6에서만 _부분이 작동이 됩니다. 전체적인 css가 필요없고 특정부분의 css가 다르게 표현될때 이 스크립트가 유용합니다.&lt;BR&gt;</content>			</entry><entry>
		<title>CSS 기초 깨우치기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/222435"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/222435#comment"/>		<id>https://mbg1346.inour.net/html/222435</id>
		<published>2008-10-12T09:23:22+09:00</published>
		<updated>2017-04-22T18:22:08+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">css 속성 설명 사용 예 font-family 글꼴을 설정합니다. {font-family:굴림,돋움} font-size 글꼴의 크기를 지정합니다 {font-size:12pt} font-style 글꼴의 스타일을 지정합니다 {font-style:ifalic} font-weight 글꼴의 두께를 지정합니다 {font-weight:bold} font-variant 소문자를 대문자로 지정합니다 {font-variant:small-caps} letter-spacing 글자사이의 간격을 지정합니다 {font-spacing:10pt} line-height 줄 간격을 지정...</summary>
	<content type="html">&lt;P&gt;&lt;BR&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=175&gt; &lt;P align=center&gt;&amp;nbsp;css 속성 &lt;/P&gt;&lt;/TD&gt; &lt;TD width=175&gt; &lt;P align=center&gt;&amp;nbsp;설명&lt;/P&gt;&lt;/TD&gt; &lt;TD width=175&gt; &lt;P align=center&gt;사용 예&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;&amp;nbsp;font-family&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;&amp;nbsp;글꼴을 설정합니다.&amp;nbsp;&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; {font-family:굴림,돋움}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; font-size&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글꼴의 크기를 지정합니다&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;&amp;nbsp;{font-size:12pt}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; font-style&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글꼴의 스타일을 지정합니다&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; {font-style:ifalic}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; font-weight&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글꼴의 두께를 지정합니다&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; {font-weight:bold}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; font-variant&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 소문자를 대문자로 지정합니다&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; {font-variant:small-caps}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; letter-spacing&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글자사이의 간격을 지정합니다&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; {font-spacing:10pt}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; line-height&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 줄 간격을 지정합니다&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; {line-height:170%}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; color&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글꼴의 색상을 지정합니다&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; {color:orange}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;font -famliy &lt;/FONT&gt;속성은 지정된 태그나 영역의 글꼴을 지정하기 위해 사용된다.&lt;/P&gt; &lt;P&gt;h2{&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family:&quot;굴림&quot;,&quot;돋움&quot;,&quot;Comic Sans MS&quot;;&lt;/P&gt; &lt;P&gt;}&lt;/P&gt; &lt;P&gt;굴림 글꼴을 지정하여 만일 굴림 글꼴을 제대로 표시 할수 없으면&quot;돋음&quot; 글꼴을, 그것마저 여의치 않으면 &quot;Comic Sans MS&quot; 글꼴로 표시 하도록 지정한것이다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;font-size&lt;/FONT&gt; 속성은 글꼴의 크기를 지정하는 속성이다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;in cm mm pt pc meduim small x-small xx-small large x-large xx-large 속성등이 있다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;body{&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-size:9pt&lt;/P&gt; &lt;P&gt;}&lt;/P&gt; &lt;P&gt;.title{&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size:large;&lt;/P&gt; &lt;P&gt;}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;body 태그 내의 모든 문자의 크기를 9포인트로 지정하고 그중 class= &quot;title&quot; 특성이 추가돈 태그에 대해서는 9포인트의 1.5배 인 13.5&amp;nbsp;포인트로 크기로 표시합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;font-style&amp;nbsp;&lt;/FONT&gt;속성은 글자에 기울임 속성을 주기 위한 것으로 font-style 속성에 사용할 수 있는 값은 다음과 같다. &lt;/P&gt; &lt;P&gt;&lt;A class=con_link id=temp_hw7131 target=_blank&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;속성 값&lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp; 설&amp;nbsp; 명&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;normal&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 아무런 효과를 주지 않습니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;italic&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글자를 이텔릭 체로 표시&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;oblique&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글자에 기울임 속성을 줍니다.&lt;A class=con_link id=temp_hw7130 target=_blank&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;font-variant &lt;/FONT&gt;속성&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이속성은 영문 소문자를 대문자로 표시 하기 위해서 사용되는 속성이다. &lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;속성 값&lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;설&amp;nbsp; 명&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;normal&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;아무런 효과를 주지 않습니다&amp;nbsp;.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;small-caps&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;소문자를 대문자로 바꾸어 표시합니다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;font-weght&lt;/FONT&gt; 속성은 글꼴의 두께를 설정하는 속성&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE style=&quot;WIDTH: 525px; HEIGHT: 114px&quot; height=114 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;속성 값&lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;설&amp;nbsp; 명&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;&amp;nbsp;normal&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;아무런 효과를 주지 않습니다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; bold&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글자에 HTML의 &amp;lt;B&amp;gt;태그를 준것과 같은 두깨로 굵게 표시합니다&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; bolder&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글자를 조금 더 굴게 표시합니다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; ligher&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 글자를 조금 더 얇게 표시합니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; 100~900&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 100(아주 앏게)부터900(아주 두껍게) 사이의 숫자를 100단위로 지정할 수 있습니다.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;h2{font-weight:bold;}&lt;/P&gt; &lt;P&gt;.bolder{font-weight:800;}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이 예제는 &amp;lt;H2&amp;gt; 태그를 모두 &amp;lt;B&amp;gt; 태그를 지정한 것과 같은 두께로 굵게 표시하고 class=&quot;bolder&quot;특성이 지정된 테그들은 800 정도의 두꺼운 글꼴로 표시합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;letter-spacing &lt;/FONT&gt;속성은 글자와 글자 사의 간격을 조정&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;H2{letter-spacing:170%}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이 예제는 &amp;lt;H2&amp;gt; 태그의 글자와 글자 사이를 170% 간격으로 넓힙니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;line-height&lt;/FONT&gt; 이 속성은 줄 간격을 설정하는 속성입니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;body{line-height:170%}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이 예제는 &amp;lt;body&amp;gt; 태그 내의 모든 문장에 대해서 줄 간격을 170% 지정하여 줄 간격을 조금 넓힙니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;color&lt;/FONT&gt; 이 속성은 글꼴의 색상을 지정하며 아래와 같은 방법&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;body{color:DarkGray;}&lt;/P&gt; &lt;P&gt;H2{color:#FFA500;}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이 예제는 &amp;lt;BODY&amp;gt; 태그 내의 모든 글꼴의 색상을 짙은 회색으로 &amp;lt;H2&amp;gt; 태그의 글꼴 색상은 오랜지 색으로 표시 예제에서는 보듯이 color 속성에는 글꼴 이름을 지정하거나 색상 코드를 지정할 수 있다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;css로 문단 모양 바꿔보기&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이번에는 css를 이용해서 문단의 모양을 바꿀 수 있는 속성들을 살펴보겠습니다. 먼저 어떤 속성을 사용되는지 알아보겠습니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=175&gt; &lt;P align=center&gt;&amp;nbsp;css 속성 &lt;/P&gt;&lt;/TD&gt; &lt;TD width=175&gt; &lt;P align=center&gt;&amp;nbsp;설 명&lt;/P&gt;&lt;/TD&gt; &lt;TD width=175&gt; &lt;P align=center&gt;&amp;nbsp;사용 예&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;text-align&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;문단의 정렬 방식을 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{text-align:center}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;text-decoration&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;글꼴에 선을 긋습니다.&amp;nbsp;&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{text-decoration:underline}&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;text-indent&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;문장에 들여쓰기 합니다.&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{text-indent:3px}&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;vertical-align&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;문단의 수직 정렬 방식을 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{vertcal-align:middle}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;text-align속성은 문단의 수평 정렬 방식을 지정합니다. 이 속성에 사용할 수 있는 속성 값은 다음 표와 같다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;속성값&lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;설 명&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;left&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 문단을 원쪽으로 정렬합니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;center&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 문단을 중앙으로 정렬합니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;right&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 문단을 오른쪽으로 정렬합니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;justify&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 문단을 양쪽으로 정렬합니다.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;text-align 속성을 사용하는 방법&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;p{text-align:center}&lt;/P&gt; &lt;P&gt;모든&amp;lt;P&amp;gt;태그 내의 문장들을 가운데로 정렬합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;text-decoration 속성은 문장 내의 글자에 줄을 긋는 속성으로 다음 표와 같은 속성 값들을 사용할 수 있 습니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp; 속성 값 &lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;설 명&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; none&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;아무런 효과를 주지 않습니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; underline&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;글자에 밑줄에 긋습니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; overline&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;글자의 위쪽에 줄을 긋습니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; line-through&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;글자의 중간에 줄을 긋습니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp; bink&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;글자를 깜박이게 합니다.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;text-decoration 속성을 이용하는 방법&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;A{text-decoration:none;}&lt;/P&gt; &lt;P&gt;A:hover{text-decoration:underline;}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;하이퍼링크의 밑줄을 없애고 하이퍼링크에 마우스 화살표를 올리면 밑줄이 다시 나타나게 하는 예제&lt;/P&gt; &lt;P&gt;A:hover는 마우스 화살표를 울려둔 &amp;lt;A&amp;gt;태그를 의미합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;text-indent 속성 문단의 일정 간격 들여쓰기 하는 속성이며 앞서 font-size속성에서 살펴보았던 고정 크기 단위와 상대 크기 단위를 이용해서 문단의 들여쓰기 간격을 지정할 수 있습니다. &lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;P{text-indent:10pt}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;모든 &amp;lt;p&amp;gt; 태그의 내용을 10포인트 만큼 들여쓰기 합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;vertical-align 속성 글자나 이미지의 세로 정렬 방식을 지정하는 속성으로 다음 표와 같은 속성 값을 이용 할 수 있습니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;속성 값&lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;설 명&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;top&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 태그나 표의 위쪽을 기준으로 정렬&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;middle&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 태그나 표의 가운데를 기준으로 정렬&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;bottom&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 태그나 표의 아래쪽을 기준으로 정렬&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;sub&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 요소의 아래 청자 위치에서 정렬&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;super&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 요소의 위 첨자 위치에 정렬&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;text-top&lt;/TD&gt; &lt;TD&gt;&amp;nbsp; 요소의 위쪽을 태그나 표의 위쪽을 기준으로 정렬&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;text-bottom&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;요소의 아래쪽을 태그나 표의 아래쪽을 기준으로 정렬&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;IMG {vertical-align-middle:}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;lt;IMG&amp;gt;태그와 함께하는 문장을 수직으로 가운데에 정렬하는 예제입니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;BR&gt;&amp;lt;HTML&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;HEAD&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;TITLE&amp;gt; css 문단 특성을 지정하자 &amp;lt;/TITLE&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;style type=&quot;css/text&quot;&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;body{text-align:justify}&lt;BR&gt;&amp;nbsp;&amp;nbsp;img{vertical-align:middle}&lt;BR&gt;&amp;nbsp;&amp;nbsp;H2{text-indent:20px; text-decoration:underline}&lt;BR&gt;&amp;nbsp;&amp;nbsp;p,div{text-indent:40px}&lt;BR&gt;&amp;nbsp;&amp;lt;/style&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/HEAD&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;H2&amp;gt;css 문단 제어의 모든것!!&amp;lt;/H2&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;P&amp;gt;css로 글꼴을 제어하는 속성들을 살펴봅시다&amp;lt;/p&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;div&amp;gt;&amp;lt;img src=&quot;list_icon.gif&quot;&amp;gt;text-align 속성&amp;lt;/div&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;P&amp;gt;text-align 속성은 문단의 수평 정렬 방식을 지정합니다&amp;lt;/P&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;div&amp;gt;&amp;lt;img src=&quot;list_icon.gif&quot;&amp;gt;text-indent 속성&amp;lt;/div&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;P&amp;gt;text-indent 속성은 문단의 들여쓰기 간격을 지정합니다. 고정 크기&lt;BR&gt;&amp;nbsp;단위와 상대 크기 단위 중 하나를 이용하세요&amp;lt;/p&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;BODY&amp;gt;&lt;BR&gt;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;lt;/BODY&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;css로 문서 배경 처리 하기&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=175&gt; &lt;P align=center&gt;&amp;nbsp;css 속성&lt;/P&gt;&lt;/TD&gt; &lt;TD width=175&gt; &lt;P align=center&gt;설 명&amp;nbsp;&lt;/P&gt;&lt;/TD&gt; &lt;TD width=175&gt; &lt;P align=center&gt;사용 예 &amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;background-color&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경 색을 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{background-color:black}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;background-image&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경 이미지를 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{background-image(&#039;icon.gif&#039;)}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;background-repeat&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경 이미지의 반복 속성 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{background-repeat:no-repeat}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;background-attachment&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경 이미지의 고정 속성 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{background-attachment:fixed}&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;background-position&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경&amp;nbsp;이미지의 위치를 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;{background-position:center}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;모두 배경 이미지와 관련된 속성&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;backgroud-color 속성 HTML 문서나 태그의 베경 색을 지정하는 속성&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;H2{background-color:Navy}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이코드는 &amp;lt;H2&amp;gt; 태그의 배경 색상을 짙은 파란색으로 표시합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;background-image속성 HTML 문서나 태그에 배경 이미지를 지정하는 속성&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;DIV{background-image:url(&#039;../icon.gif&#039;);}&lt;/P&gt; &lt;P&gt;BODY{background-image:url(&#039;back.gif&#039;);}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;태그에 현재 파일과 동일한 폴더에 있는 back.gif라는 이미지를 사용하고 &amp;lt;DIV&amp;gt;태그에는 현제 파일이 &lt;/P&gt; &lt;P&gt;위치한 폴더의 상위 폴더에 있는 icon.gif라는 이미지를 파일을 사용합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;background-repeat 속성을 &lt;/FONT&gt;이용하여 지전된 배경 이미지가 반복되는 방법을 지정하는 속성입니다. &lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt;&amp;nbsp;속성 값&lt;/TD&gt; &lt;TD width=262&gt;설 명&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;repeat&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;기본 값으로 배경 이미지가 계속 반복&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;repeat-x&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경 이미지가 수평 방향으로만 반복&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;repeat-y&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경이미지가 수직 방향으로만 반복&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;no-repeat&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경이미지가 반복되지 않습니다.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;body{&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-imge:url(&#039;list_icon.gif&#039;);&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-repeat:repeat;&lt;/P&gt; &lt;P&gt;}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;background-repeat 속성을 &lt;/FONT&gt;repeat로 설정한 경우 다음 그림과 같이 배경 이미지가 반복된다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;BR&gt;&amp;lt;HTML&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;HEAD&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;TITLE&amp;gt; css로 배경제어하기 &amp;lt;/TITLE&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;BR&gt;&amp;nbsp; body{&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-image:url(&#039;list_icon.gif&#039;);&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-repeat:repeat;&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;&amp;lt;/style&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;/HEAD&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;BODY&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;h2&amp;gt;background-repeat:repeat&amp;lt;/h2&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/BODY&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;이예제는 전체적으로 배경화면이 list_icon.gif 파일로 가득차보인다.&lt;/P&gt; &lt;P&gt;&lt;BR&gt;&amp;lt;HTML&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;HEAD&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;TITLE&amp;gt; css로 배경제어하기 &amp;lt;/TITLE&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;BR&gt;&amp;nbsp; body{&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-image:url(&#039;list_icon.gif&#039;);&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-repeat:repeat-x;&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;&amp;lt;/style&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;/HEAD&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;BODY&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;h2&amp;gt;background-repeat:repeat-x&amp;lt;/h2&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/BODY&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt;이예제는 수평으로 list_icon.gif 그림이 퍼져보인다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;BR&gt;&amp;lt;HTML&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;HEAD&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;TITLE&amp;gt; css로 배경제어하기 &amp;lt;/TITLE&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;BR&gt;&amp;nbsp; body{&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-image:url(&#039;list_icon.gif&#039;);&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-repeat:repeat-y;&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;&amp;lt;/style&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;/HEAD&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;BODY&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;h2&amp;gt;background-repeat:repeat-y&amp;lt;/h2&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/BODY&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt;이 예제는 list_icon.gif 그림이 수직으로 펴져보인다. &lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;lt;HTML&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;HEAD&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;TITLE&amp;gt; css로 배경제어하기 &amp;lt;/TITLE&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;BR&gt;&amp;nbsp; body{&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-image:url(&#039;list_icon.gif&#039;);&lt;BR&gt;&amp;nbsp;&amp;nbsp;background-repeat:no-repeat;&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;&amp;lt;/style&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;/HEAD&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;lt;BODY&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;h2&amp;gt;background-repeat:no-repeat&amp;lt;/h2&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/BODY&amp;gt;&lt;BR&gt;&amp;lt;/HTML&amp;gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt;이예제는 list_icon.gif 그림 파일이 전혀 반복하지 않습니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; color=#000000&gt;background-attachment 속성은 &lt;/FONT&gt;배경 이미지의 고정 방법을 지정합니다. 즉 배경 이미지가 HTML 문서를 스크롤 할 떄 따라 움직일 것인지 아니면 계속해서 현제 위치에 고정된 형태로 보여질 것인지를 &lt;/P&gt; &lt;P&gt;지정하는 속성으로 사용 가능한 속성 값은 다음 표와 같습니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;속성 값&lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;설 명&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;Fixed&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경이미지가 현제 위치에 고정되어 나타남&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;Scroll&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경이미지가 HTML 문서의 스크롤 크기에 따라 함께 스크롤됩니다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;body{background-attachment:fixed;}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;background-positon 속성 배경 이미지의 위치를 지정 할 수 있는 속성 입니다. 앞서 &lt;/P&gt; &lt;P&gt;background-repeat 속성에서 no-repeat 속성 값을 설정하면 배경 이미지가 반복되지 않는데 이 경우&lt;/P&gt; &lt;P&gt;배경 이미지는 왼쪽 상단에 보여지게 됩니다. 이 배경 이미지를 위치를 바꾸자고자 할 때 background-position 속성을 사용하며 사용 가능한 속성 값은 다음 표와 같습니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt; &lt;TABLE height=40 cellSpacing=1 cellPadding=0 width=525 bgColor=#b7bbb5 border=0&gt; &lt;TBODY&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD width=262&gt; &lt;P align=center&gt;&amp;nbsp;속성 값&lt;/P&gt;&lt;/TD&gt; &lt;TD width=262&gt; &lt;P align=center&gt;설 명&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;bottom&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;문서의 아래쪽에 나타납니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;left&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;문서의 왼쪽에 나타납니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;right&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;문서의 오른쪽에 나타납니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;top&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;문서의 위쪽에 나타납니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;픽셀단위 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경 이미지가 지정된 픽셀만큼 떨어져서 나타납니다.&lt;/TD&gt;&lt;/TR&gt; &lt;TR bgColor=#ffffff&gt; &lt;TD&gt;&amp;nbsp;%단위 지정&lt;/TD&gt; &lt;TD&gt;&amp;nbsp;배경 이미지가 브라우져의 크기에서 지정된 %만큼 떨어져서 나타납니다.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;body{background-position:[가로위치][새로위치]}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;head&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;gt;CSS로 배경 이미지 제어하기&amp;lt;/title&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;body {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background-image:url(&#039;back.gif&#039;);&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background-repeat:no-repeat;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background-position:80% 50%;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/style&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/head&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;body&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</content>			</entry><entry>
		<title>CSS 사용시 익스플로러 버그 해결하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/203526"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/203526#comment"/>		<id>https://mbg1346.inour.net/html/203526</id>
		<published>2008-07-19T22:54:58+09:00</published>
		<updated>2008-10-13T19:11:52+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">보통 CSS를 사용하면 파폭, 사파리, 오페라에서는 잘 보이는데 IE에서는 깨진다거나 IE7까지는 맞출 수 있지만 IE6까지 맞출 방법이 없다거나 그렇다고 IE6에다 맞추면 다른 브라우저에서 전부 깨져보인다던가 하는 난감한 일이 발생합니다. 그런 경우를 위한 팁을 적어보겠습니다. ***HTML명령어 if IE 와 COMMENT*** if IE와 COMMENT가 무엇인가요? 두 명령어는 익스플로러에서만 지원하는 특수 명령어입니다. 다만 if IE는 웹표...</summary>
	<content type="html">&lt;DIV class=&quot;document_13338357_3301138 xe_content&quot;&gt;보통 CSS를 사용하면 파폭, 사파리, 오페라에서는 잘 보이는데 IE에서는 깨진다거나 IE7까지는 맞출 수 있지만 IE6까지 맞출 방법이 없다거나 그렇다고 IE6에다 맞추면 다른 브라우저에서 전부 깨져보인다던가 하는 난감한 일이 발생합니다. 그런 경우를 위한 팁을 적어보겠습니다.&lt;BR&gt;&lt;BR&gt;&lt;FONT size=3&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;***HTML명령어 if IE 와 COMMENT***&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT size=2&gt;&lt;BR&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;if IE와 COMMENT가 무엇인가요?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&amp;nbsp;두 명령어는 익스플로러에서만 지원하는 특수 명령어입니다. 다만 if IE는 웹표준 검사 시에 주석으로 인식 되어 통과가 되지만 comment는 비표준 태그에 해당하기 때문에 얄짤없이 테스트에 탈락하게 되니 웹표준 테스트에 신경을 쓰시는 분이라면 다른 종류의 방법. 이를테면 CSS핵 등을 사용하시길 권해 드립니다.&lt;BR&gt;&lt;BR&gt;&amp;nbsp;if IE는 HTML코드 사이에 IE에서만 작동하는 코드를 포함시킬 수 있는 명령어입니다. 기본적으로 주석의 형태를 가지고 있기 때문에 다른 브라우저에서는 이 명령어가 포함된 문장은 실행이 되지 않습니다. if IE가 더욱 마음에 드는 점이라면 익스플로러의 버전별로 다 명령어를 설정해 줄 수 있다는 것이지요.&lt;BR&gt;&lt;BR&gt;&amp;nbsp;COMMENT는 if IE와는 반대 되는 성격을 가진 명령어입니다. if IE가 쓰인 행이 IE에서만 인식이 되고 기타 브라우저에서는 주석으로 인식해서 비활성 처리가 되는 것에 반해 COMMENT는 IE 전용 주석 설정태그로써 이 태그가 사용된 행은 IE에서는 주석으로 인식되지만 기타 브라우저에서는 COMMENT를 비표준 태그로 인식해서 COMMENT 안에 들어간 내용을 전부 실행해 버리지요.&lt;BR&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;BR&gt;어떻게 사용하나요?&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/FONT&gt;if IE 명령어는 이런 식으로 사용합니다.&lt;BR&gt;&amp;lt;!--[if IE]&amp;gt;&lt;BR&gt;&lt;BR&gt;IE 유저에게만 표시할 내용&lt;BR&gt;&lt;BR&gt;&amp;lt;![endif]--&amp;gt;&lt;BR&gt;&lt;BR&gt;IE에서만 실행 할 내용.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;버전별로 따로 설정을 할 수도 있습니다.&lt;BR&gt;&amp;lt;!--[if IE 6]&amp;gt;&lt;BR&gt;IE6 유저에게만 표시할 내용&lt;BR&gt;&amp;lt;![endif]--&amp;gt;&lt;BR&gt;&lt;BR&gt;같은 방법으로 &amp;lt;!--[if IE 7]&amp;gt;이라고 하면 IE7 유저에게만 보이겠지요?&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;comment 명령어의 사용법은 더 쉽습니다.&lt;BR&gt;&amp;lt;comment&amp;gt;&lt;BR&gt;기타 브라우저 사용자에게만 표시할 내용&lt;BR&gt;&amp;lt;/comment&amp;gt;&lt;BR&gt;&lt;COMMENT&gt;&lt;/COMMENT&gt;&lt;BR&gt;&lt;FONT style=&quot;FONT-WEIGHT: bold&quot; size=2&gt;실제로 사용되는 사례를 가르쳐 주세요.&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;각 브라우저 별로 전혀 다른 페이지를 보여주는 것도 물론 가능하기는 합니다만 저는 각 브라우저별로 다른 CSS를 사용하는 데에 많이 사용합니다.&lt;BR&gt;&lt;BR&gt;이를테면 이런 경우입니다.&lt;BR&gt; &lt;DIV style=&quot;BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 5px; BORDER-LEFT: #000000 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;lt;style&amp;gt;&lt;BR&gt;.test { font-weight:bold; }&lt;BR&gt;.test_IE6 { text-decoration:underline; }&lt;BR&gt;.test_IE7 { color:#CCCCCC; }&lt;BR&gt;&amp;lt;/style&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;!--[if IE 6]&amp;gt;&lt;BR&gt;&amp;lt;div class = &quot;test_IE6&quot;&amp;gt;&lt;BR&gt;&amp;lt;![endif]--&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;!--[if IE 7]&amp;gt;&lt;BR&gt;&amp;lt;div class = &quot;test_IE7&quot;&amp;gt;&lt;BR&gt;&amp;lt;![endif]--&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;comment&amp;gt;&lt;BR&gt;&amp;lt;div class = &quot;test&quot;&amp;gt;&lt;BR&gt;&amp;lt;/comment&amp;gt;&lt;BR&gt;&lt;BR&gt;이 글자가 어떻게 보이십니까?&lt;BR&gt;&amp;lt;/div&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;/html&amp;gt;&lt;/DIV&gt;&lt;BR&gt;이 코드를 브라우저 별로 실행시켜 보시면 IE6에선 밑줄이, IE7에서는 글씨가 회색으로, 파이어폭스 등 기타 브라우저에서는 글씨가 굵게 보일겁니다. 이런 식으로 브라우저별로 다른 CSS를 설정해 줄 수가 있는 것이지요. 그 중에서도 버그 상습범인 IE는 이런 식으로 CSS 클래스 자체를 다르게 주어서 격리를 시키는 것이 최고이지요.&lt;/DIV&gt;</content>			</entry><entry>
		<title>CSS : 글꼴과 텍스트(2) - 장식과 자간 및 줄간</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/203521"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/203521#comment"/>		<id>https://mbg1346.inour.net/html/203521</id>
		<published>2008-07-19T22:36:09+09:00</published>
		<updated>2017-04-22T18:21:55+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">글꼴의 종류와 크기를 결정했다면, 볼드/이텔릭과 같은 글꼴의 장식 및 자간, 줄간 들여쓰기와 같은 문단 편집기능에 대하여 살펴봅니다. 몇몇 기능은 브라우저에 따라, 적용/미적용 여부가 다르며, 적용되더라도 화면의 보여지는 모습이 다릅니다. 충분한 테스트 후 활용하도록 합니다. [ 글꼴의 굵기 지정 ] font-weight: normal (default value); 글꼴 그룹의 어떤 굵기의 글꼴을 사용할 것인지를 설정합니다. 초기값은 normal(4...</summary>
	<content type="html">&lt;DIV align=left&gt; &lt;TABLE class=post-body id=printPost1 cellSpacing=0 cellPadding=0 align=left&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD class=bcl noWrap&gt;&lt;/TD&gt; &lt;TD class=bcc&gt;&lt;!-- 제목 --&gt;&lt;!-- delete something | 20071116 AjaxUI --&gt; &lt;DIV class=&quot;post-view pcol2&quot; id=post-view&gt; &lt;DIV class=view style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7367_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 9pt; FONT-FAMILY: 7369_9&quot;&gt; &lt;P&gt;글꼴의 종류와 크기를 결정했다면, 볼드/이텔릭과 같은 글꼴의 장식 및 자간, 줄간 들여쓰기와 같은 문단 편집기능에 대하여 살펴봅니다. 몇몇 기능은 브라우저에 따라, 적용/미적용 여부가 다르며, 적용되더라도 화면의 보여지는 모습이 다릅니다. 충분한 테스트 후 활용하도록 합니다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[ 글꼴의&amp;nbsp;굵기&amp;nbsp;지정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ff0000&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;font-weight:&lt;/STRONG&gt;&lt;/FONT&gt; normal (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;글꼴 그룹의 어떤 굵기의 글꼴을 사용할 것인지를 설정합니다.&amp;nbsp; 초기값은 &lt;FONT face=verdana size=1&gt;normal(400)&lt;/FONT&gt;이며, 굵은 글꼴은 &lt;FONT face=verdana size=1&gt;bold(700)&lt;/FONT&gt; 키워드를 사용합니다.&amp;nbsp;설정값은 하위 요소로 상속됩니다.&amp;nbsp;다음은 &lt;FONT face=verdana size=1&gt;Verdana&lt;/FONT&gt; 글꼴의 굵기 속성입니다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #cdcdcd&quot; color=#333333&gt;* &lt;FONT face=verdana size=1&gt;&lt;STRONG&gt;normal, bold, 100~900&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;DIV align=left&gt; &lt;DIV style=&quot;BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 500px; PADDING-TOP: 10px; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt; &lt;DIV align=left&gt; &lt;UL style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 9pt; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Gulim, Dotum, sans-serif; LIST-STYLE-TYPE: none&quot;&gt; &lt;LI style=&quot;FONT-WEIGHT: normal; COLOR: #ff0000&quot;&gt;font-weight: normal &lt;LI style=&quot;FONT-WEIGHT: bold; COLOR: #3300ff&quot;&gt;font-weight: bold &lt;LI style=&quot;FONT-WEIGHT: 100&quot;&gt;font-weight: 100 &lt;LI style=&quot;FONT-WEIGHT: 200&quot;&gt;font-weight: 200 &lt;LI style=&quot;FONT-WEIGHT: 300&quot;&gt;font-weight: 300 &lt;LI style=&quot;FONT-WEIGHT: 400; COLOR: #ff0000&quot;&gt;font-weight: 400 &lt;LI style=&quot;FONT-WEIGHT: 500&quot;&gt;font-weight: 500 &lt;LI style=&quot;FONT-WEIGHT: 600&quot;&gt;font-weight: 600 &lt;LI style=&quot;FONT-WEIGHT: 700; COLOR: #3300ff&quot;&gt;font-weight: 700 &lt;LI style=&quot;FONT-WEIGHT: 800&quot;&gt;font-weight: 800 &lt;LI style=&quot;FONT-WEIGHT: 900&quot;&gt;font-weight: 900 &lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt; &lt;P&gt;위와 같이, 일반적인 글꼴 그룹은 &lt;FONT face=verdana size=1&gt;9&lt;/FONT&gt;종류의 굵기가 다른 글꼴이 준비되어 있지 않는 경우가 많습니다.&lt;/P&gt; &lt;P&gt;따라서, 일반적으로 &lt;FONT face=verdana size=1&gt;100~900&lt;/FONT&gt;까지의 &lt;FONT face=verdana size=1&gt;9&lt;/FONT&gt;단계의 굵기 지정보다는,&amp;nbsp;굵은 글꼴 표현을 위한, &lt;FONT face=verdana size=1&gt;bold&lt;/FONT&gt;를 주로 사용합니다. 기본값은 &lt;FONT face=verdana size=1&gt;normal&lt;/FONT&gt;이기 때문에, 일반 글꼴에는 특별한 지정이 필요하지 않습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #cdcdcd&quot;&gt;&lt;FONT color=#333333&gt;* &lt;FONT face=verdana size=1&gt;&lt;STRONG&gt;lighter, bolder&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;100~900&lt;/FONT&gt;의 굵기의 범위에서, 현재 굵기(디폴트값 또는 상위 요소에서 상속된 값)보다 각각 한 단계 가는 글꼴, 또는 굵은 글꼴을 지정합니다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[ 글꼴 스타일의&amp;nbsp;지정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ff0000&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;font-style:&lt;/STRONG&gt;&lt;/FONT&gt; normal (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;글꼴 그룹의 표준, 이탤릭, 기울임 글꼴을 지정하는 속성입니다. 설정 값은 하위요소로 상속됩니다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #cdcdcd&quot;&gt;&lt;FONT color=#333333&gt;* &lt;FONT face=verdana size=1&gt;&lt;STRONG&gt;normal, italic, oblique&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;글꼴 그룹의 종류에 따라, 이텔릭체 전용, 기울임 전용 글꼴이 디자인되어 있습니다. 해당 글꼴을 사용하도록 지정이 가능합니다. 해당 글꼴이 없는 경우에는 표준 글꼴을 기울인 글꼴이 이용됩니다. 기본값은 &lt;FONT face=verdana size=1&gt;normal&lt;/FONT&gt;이기 때문에, 일반 글꼴에는 특별한 지정이 필요하지 않습니다. 다음은 &lt;FONT face=verdana size=1&gt;Verdana&lt;/FONT&gt; 글꼴의 스타일 속성입니다.&lt;/P&gt; &lt;DIV align=left&gt; &lt;DIV style=&quot;BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 500px; PADDING-TOP: 10px; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt; &lt;DIV align=left&gt; &lt;UL style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 9pt; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Gulim, Dotum, sans-serif; LIST-STYLE-TYPE: none&quot;&gt; &lt;LI style=&quot;FONT-STYLE: normal&quot;&gt;font-style: normal &lt;LI style=&quot;FONT-STYLE: italic&quot;&gt;font-style: italic &lt;LI style=&quot;FONT-STYLE: oblique&quot;&gt;font-style: oblique &lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;작은 대문자&amp;nbsp;지정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #8e8e8e&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;font-variant:&lt;/STRONG&gt;&lt;/FONT&gt; normal (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;영어 알파벳의 표기방식입니다. 알파벳을 대문자료 표기하되, 소문자 크기로 작게한 종류의 글꼴인 &lt;FONT face=verdana size=1&gt;small-caps&lt;/FONT&gt;를 지정할 수 있습니다. 설정 값은 하위 요소로 상속되며, 기본값은 &lt;FONT face=verdana size=1&gt;normal&lt;/FONT&gt;이기 때문에, 일반 글꼴에는 특별한 지정이 필요하지 않습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #cdcdcd&quot;&gt;&lt;FONT color=#333333&gt;* &lt;FONT face=verdana size=1&gt;&lt;STRONG&gt;normal, small-caps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;DIV align=left&gt; &lt;DIV style=&quot;BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 500px; PADDING-TOP: 10px; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt; &lt;DIV align=left&gt; &lt;UL style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 9pt; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Gulim, Dotum, sans-serif; LIST-STYLE-TYPE: none&quot;&gt; &lt;LI style=&quot;FONT-VARIANT: normal&quot;&gt; &lt;DIV align=left&gt;font-variant: normal &lt;/DIV&gt; &lt;LI style=&quot;FONT-VARIANT: small-caps&quot;&gt;font-variant: small-caps &lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;대소문자&amp;nbsp;지정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #8e8e8e&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;text-transform:&lt;/STRONG&gt;&lt;/FONT&gt; none (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;영어 알파벳의 표기방식입니다. 문장에 있는 단어의 첫글자만을 대문자로 표시하거나, 전체를 대문자 또는 소문자로 표기하게 할 수 있습니다. ID와 같이 대/소문자의 구분입력 단위요소에 사용할 수 있습니다. 설정 값은 하위 요소로 상속되며,&amp;nbsp; 기본값은 &lt;FONT face=verdana size=1&gt;none&lt;/FONT&gt;이기 때문에, 일반 글꼴에는 특별한 지정이 필요하지 않습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #cdcdcd&quot;&gt;&lt;FONT color=#333333&gt;* &lt;FONT face=verdana size=1&gt;&lt;STRONG&gt;none, capitalize, lowercase, uppercase&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;DIV align=left&gt; &lt;DIV style=&quot;BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 500px; LINE-HEIGHT: 15px; PADDING-TOP: 10px; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt; &lt;DIV align=left&gt; &lt;UL style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 9pt; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Gulim, Dotum, sans-serif; LIST-STYLE-TYPE: none&quot;&gt; &lt;LI style=&quot;TEXT-TRANSFORM: none&quot;&gt;text-transform: none; Capitalization effects &lt;LI style=&quot;TEXT-TRANSFORM: capitalize&quot;&gt;text-transform: capitalize; Capitalization effects &lt;LI style=&quot;TEXT-TRANSFORM: lowercase&quot;&gt;text-transform: lowercase; Capitalization effects &lt;LI style=&quot;TEXT-TRANSFORM: uppercase&quot;&gt;text-transform: lowercase; Capitalization effects &lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;글꼴 장식 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ff0000&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;text-decoration:&lt;/STRONG&gt;&lt;/FONT&gt; none (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;글꼴 장식에 대한 속성입니다. 아래 예와 같이, 밑줄이나 윗줄, 취소선을 표시하거나 깜박이게 할 수도 있습니다. &lt;/P&gt; &lt;P&gt;&lt;FONT color=#d41a01&gt;&lt;U&gt;이 속성은 상위 요소로부터 상속되지 않습니다&lt;/U&gt;&lt;/FONT&gt;. 다만, &lt;FONT color=#006699&gt;&lt;U&gt;블록 레벨 요소에 대하여 지정한 경우에는 해당 박스 안에 포함되는 인라인 요소에 모두 적용&lt;/U&gt;&lt;/FONT&gt;됩니다. 또한, &lt;U&gt;&lt;FONT color=#006699&gt;인라인 요소에 대하여 지정한 경우에는 해당 요소가 생성하는 모든 박스에 대하여 적용&lt;/FONT&gt;&lt;/U&gt;됩니다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #cdcdcd&quot; face=verdana color=#333333 size=1&gt;* &lt;STRONG&gt;none, underline, overline, line-through, blink&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;DIV style=&quot;BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 500px; PADDING-TOP: 10px; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt; &lt;UL style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 9pt; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Gulim, Dotum, sans-serif; LIST-STYLE-TYPE: none&quot;&gt; &lt;LI style=&quot;TEXT-DECORATION: none&quot;&gt;text-decoration: none &lt;A class=con_link href=&quot;file:///E:/Blog%20Upload/heading_css/_blank&quot; target=_blank&gt;a tag in li tag&lt;/A&gt; &lt;LI style=&quot;TEXT-DECORATION: underline&quot;&gt;text-decoration: underline &lt;LI style=&quot;TEXT-DECORATION: line-through&quot;&gt;text-decoration: line-through &lt;LI style=&quot;TEXT-DECORATION: overline&quot;&gt;text-decoration: overline &lt;LI style=&quot;TEXT-DECORATION: blink&quot;&gt;text-decoration: blink &lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt; &lt;P&gt;위와 같이, &lt;FONT face=verdana size=1&gt;blink&lt;/FONT&gt;옵션값은 IE에서는 적용되지 않습니다. (&lt;FONT face=verdana size=1&gt;Firefox 2.0&lt;/FONT&gt;에는 적용됩니다)&lt;/P&gt; &lt;P&gt;또한, 첫번재 줄에 사용된 코드는 다음과 같습니다.&amp;nbsp;즉, &lt;FONT color=#d41a01&gt;&lt;U&gt;같은 레벨의 요소에는, &lt;FONT face=verdana size=1&gt;text-decoration&lt;/FONT&gt;값이 상속되지 않습니다&lt;/U&gt;&lt;/FONT&gt;.&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT color=#006699&gt;&amp;lt;li style=&quot;text-decoration: none;&quot;&amp;gt;&lt;/FONT&gt;text-decoration: none &lt;FONT color=#d41a01&gt;&amp;lt;a href=&quot;#&quot;&amp;gt;&lt;/FONT&gt;a tag in li tag&lt;FONT color=#d41a01&gt;&amp;lt;/a&amp;gt;&lt;/FONT&gt;&lt;FONT color=#006699&gt;&amp;lt;/li&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;줄 간격 설정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ff0000&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;line-height:&lt;/STRONG&gt;&lt;/FONT&gt; normal (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;정확히는, &lt;U&gt;&lt;FONT color=#d41a01&gt;인라인 요소의 높이를 설정하는 값&lt;/FONT&gt;&lt;/U&gt;입니다. 만약 &lt;U&gt;블록 레벨 요소에 값을 지정한 경우에는, 해당 박스에 포함될 인라인 요소 박스의 최소 높이를 지정하는 것&lt;/U&gt;이 됩니다. 설정 값은 하위 요소로 상속됩니다. &lt;/P&gt; &lt;P&gt;* &lt;FONT color=#006699&gt;&lt;U&gt;&lt;FONT color=#d41a01&gt;인라인 요소에 대한&amp;nbsp;높이값 표현의 디폴트 값이&amp;nbsp;&lt;FONT face=verdana size=1&gt;IE7&lt;/FONT&gt;과 &lt;FONT face=verdana size=1&gt;Firefox2&lt;/FONT&gt;의 차이가 현격&lt;/FONT&gt;&lt;FONT color=#333333&gt;하기 때문에, 상위레벨&lt;FONT face=verdana size=1&gt;(body, hemtl)&lt;/FONT&gt;에서 픽셀이나 포인트로 결정해 주는 것이 좋습니다&lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;FONT color=#333333&gt;.&lt;/FONT&gt;&lt;/P&gt; &lt;DIV align=left&gt; &lt;DIV style=&quot;BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 500px; PADDING-TOP: 10px; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt; &lt;DIV align=left&gt; &lt;UL style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 9pt; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Gulim, Dotum, sans-serif; LIST-STYLE-TYPE: none&quot;&gt; &lt;LI style=&quot;BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: normal; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt;line-height: normal&lt;BR&gt;line-height: normal &lt;LI style=&quot;BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: 150%; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt;line-height: 150%&lt;BR&gt;line-height: 150% &lt;LI style=&quot;BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; MARGIN-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: 15px; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt;line-height: 15px&lt;BR&gt;line-height: 15px &lt;LI style=&quot;BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: 1.5em; BORDER-BOTTOM: #cccccc 1px solid&quot;&gt;line-height: 1.5em&lt;BR&gt;line-height: 1.5em &lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt; &lt;P class=autosourcing-stub style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot; align=left&gt;기본값은 &lt;FONT face=verdana size=1&gt;normal&lt;/FONT&gt;이며, 브라우저가 적절한 줄간격을 설정합니다. &quot;실수값+단위 형태&quot;로 지정할 수 있습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#333333&gt;&lt;FONT color=#006699&gt;&lt;U&gt;전각&lt;FONT face=verdana size=1&gt;(em)&lt;/FONT&gt;의 경우는, 해당 글꼴의 줄 간격을 1로 간주하고 퍼센티지&lt;FONT face=verdana size=1&gt;(%)&lt;/FONT&gt;는 &lt;FONT face=verdana size=1&gt;100%&lt;/FONT&gt;로 간주하고 계산&lt;/U&gt;&lt;/FONT&gt;되어 집니다. 즉, &lt;U&gt;상위레벨의 값을 &lt;FONT face=verdana size=1&gt;1(em), 100(%)&lt;/FONT&gt;으로 계산하여 표현&lt;/U&gt;합니다.&lt;/FONT&gt; 픽셀&lt;FONT face=verdana size=1&gt;(px)&lt;/FONT&gt;&amp;nbsp;및 포인트&lt;FONT face=verdana size=1&gt;(pt)&lt;/FONT&gt;등과 같은 값을 지정할 수도 있습니다. 단, 인라인 레벨의 박스 높이인 만큼 &lt;FONT color=#d41a01&gt;&lt;U&gt;음수값을 지정할 수 없습니다&lt;/U&gt;&lt;/FONT&gt;.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;문자 간격 설정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ff0000&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;letter-spacing:&lt;/STRONG&gt;&lt;/FONT&gt; normal (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;글자와 글자의 간격을 설정하는 속성입니다. 주의할 점은&amp;nbsp;&lt;U&gt;&lt;FONT color=#d41a01&gt;설정하는 값이 자간이&amp;nbsp;나타내는 것이 아니라,&amp;nbsp;기본 자간에 설정값이 추가(+)되는 것&lt;/FONT&gt;&lt;/U&gt; 입니다. 따라서, &lt;FONT face=Verdana size=1&gt;line-height&lt;/FONT&gt;와는 달리, &lt;U&gt;&lt;FONT color=#d41a01&gt;&lt;FONT face=verdana size=1&gt;letter-spacing&lt;/FONT&gt;값에는 음수값을 지정할 수 있습니다&lt;/FONT&gt;&lt;/U&gt;. 설정 값은 하위 요소로 상속됩니다.&lt;/P&gt; &lt;P&gt;* &lt;U&gt;&lt;FONT color=#006699&gt;문단 정렬이 좌우 배분&lt;FONT face=verdana size=1&gt;(text-align: justify)&lt;/FONT&gt;인 경우에는,&amp;nbsp;문단 정렬에 우선되어 간격값이 조정&lt;/FONT&gt;&lt;/U&gt;됩니다. &lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana color=#8e8e8e size=1&gt;[ font-family: Verdana, Gulim, Dotum, sans-serif; font-size: 9pt; ] &lt;/FONT&gt;&lt;/P&gt; &lt;DIV align=left&gt;자간은 글꼴의 종류와 크기에 따라, 웹브라우저의 상이점이 발생합니다. 위 그림의 위의 것은 &lt;FONT face=verdana size=1&gt;IE7&lt;/FONT&gt;에서 표현되는 스크린이며, 아래는 &lt;FONT face=verdana size=1&gt;Firefox2&lt;/FONT&gt;에서 표현되는 모습입니다. &lt;U&gt;&lt;FONT color=#006699&gt;디폴트 상태(normal)에서는 별다른 차이가 없지만&lt;/FONT&gt;, 전각&lt;FONT face=verdana size=1&gt;(em)&lt;/FONT&gt; 포인트&lt;FONT face=verdana size=1&gt;(pt)&lt;/FONT&gt;등의 단위에서는 약간의 차이가 눈에 띄입니다. &lt;FONT color=#d41a01&gt;&lt;STRONG&gt;픽셀&lt;FONT face=verdana size=1&gt;(px)&lt;/FONT&gt;단위가 비교적 차이가 없어 보입니다&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;.&lt;/DIV&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;단어 간격 설정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ff0000&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;word-spacing:&lt;/STRONG&gt;&lt;/FONT&gt; normal (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;공백으로 구분되는 하나의 단어와 단어 사이의 간격을 설정하는 속성입니다. 자간과 마찬가지로&amp;nbsp;&lt;U&gt;&lt;FONT color=#d41a01&gt;설정하는 값이 단어 간격을&amp;nbsp;나타내는 것이 아니라,&amp;nbsp;기본 간격에 설정값이 추가(+)되는 것&lt;/FONT&gt;&lt;/U&gt; 입니다. 따라서, &lt;FONT face=Verdana size=1&gt;line-height&lt;/FONT&gt;와는 달리, &lt;U&gt;&lt;FONT color=#d41a01&gt;&lt;FONT face=verdana size=1&gt;word-spacing&lt;/FONT&gt;값에는 음수값을 지정할 수 있습니다&lt;/FONT&gt;&lt;/U&gt;. 설정 값은 하위 요소로 상속됩니다.&lt;/P&gt; &lt;P&gt;* &lt;U&gt;&lt;FONT color=#006699&gt;문단 정렬이 좌우 배분&lt;FONT face=verdana size=1&gt;(text-align: justify)&lt;/FONT&gt;인 경우에는,&amp;nbsp;문단 정렬에 우선되어 간격값이 조정&lt;/FONT&gt;&lt;/U&gt;됩니다. &lt;/P&gt; &lt;P&gt;&lt;FONT face=Verdana color=#8e8e8e size=1&gt;[ font-family: Verdana, Gulim, Dotum, sans-serif; font-size: 9pt; ]&lt;/FONT&gt;&lt;/P&gt; &lt;DIV align=left&gt;단어 간격 역시, 글꼴의 종류와 크기에 따라, 웹브라우저의 상이점이 발생합니다. 위 그림의 위의 것은 &lt;FONT face=verdana size=1&gt;IE7&lt;/FONT&gt;에서 표현되는 스크린이며, 아래는 &lt;FONT face=verdana size=1&gt;Firefox2&lt;/FONT&gt;에서 표현되는 모습입니다. &lt;U&gt;&lt;FONT color=#006699&gt;디폴트 상태(normal)에서는 별다른 차이가 없지만&lt;/FONT&gt;, 전각&lt;FONT face=verdana size=1&gt;(em)&lt;/FONT&gt; 포인트&lt;FONT face=verdana size=1&gt;(pt)&lt;/FONT&gt;등의 단위에서는 약간의 차이가 눈에 띄입니다. &lt;FONT color=#d41a01&gt;&lt;STRONG&gt;픽셀&lt;FONT face=verdana size=1&gt;(px)&lt;/FONT&gt;단위가 비교적 차이가 없어 보입니다&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;.&lt;/DIV&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;글꼴 크기의 보정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ff0000&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;font-size-adjust:&lt;/STRONG&gt;&lt;/FONT&gt; none (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;현재, &lt;FONT color=#d41a01&gt;&lt;U&gt;&lt;FONT face=verdana size=1&gt;IE7&lt;/FONT&gt;은 지원하지 않고 있으며, &lt;FONT face=verdana size=1&gt;Firefox 2.0&lt;/FONT&gt;에서는 적용&lt;/U&gt;&lt;/FONT&gt;이 되는 속성으로 용도는 아래와 같습니다.&lt;/P&gt; &lt;P&gt;어떠한 이유로(사용자에게 글꼴이 없거나, 요소 하위에 다른 글꼴이 사용되는 등), &lt;U&gt;&lt;FONT color=#006699&gt;요소에 지정된 글꼴이 표시되지 않는 경우, 글꼴 기본 크기의 차이에 따른 이질감을 조정하기 위한 속성&lt;/FONT&gt;&lt;/U&gt;입니다. &lt;U&gt;해당 글꼴(지정한 글꼴)&amp;nbsp;크기에 대한 소문자 &lt;FONT face=verdana size=1&gt;x&lt;/FONT&gt;의 높이의 비율을 지정해 두면, 다른 글꼴이 사용되더라도 소문자 &lt;FONT face=Verdana size=1&gt;x&lt;/FONT&gt;의 높이가 일정하게 유지&lt;/U&gt;되도록 하여 일관성을 유지하게 됩니다. 설정값은 하위요소로 상속됩니다.&lt;/P&gt; &lt;P&gt;아래는, &lt;FONT face=verdana size=1&gt;Firefox 2.0&lt;/FONT&gt;에 &lt;FONT face=verdana size=1&gt;font-size-adjust&lt;/FONT&gt;를 적용한 예입니다.&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&amp;lt;div style=&quot;&lt;FONT color=#006699&gt;font-family: Verdana; font-size: 14pt;&lt;/FONT&gt; &lt;FONT color=#d41a01&gt;font-size-adjust: 0.54;&lt;/FONT&gt;&quot;&amp;gt;Verdana 14pt &amp;lt;font style=&quot;&lt;FONT color=#008000&gt;font-family: &#039;Times New Roman&#039;;&lt;/FONT&gt;&quot;&amp;gt;Times New Roman 14pt&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;DIV align=left&gt;그림의 위쪽은 &lt;FONT face=verdana size=1&gt;font-size-adjust&lt;/FONT&gt;를 적용하지 않은 경우이며, 아래는 0.54값이 적용된 경우입니다. &lt;/DIV&gt; &lt;P&gt;주의할 점은, &lt;FONT color=#d41a01&gt;&lt;U&gt;해당 값에 따라 지정된 글꼴(위의 경우 &lt;FONT face=verdana size=1&gt;Verdana&lt;/FONT&gt;)도 크기가 보정될 수 있다는 점입니다. 따라서, 충분한 테스트 및 검증을 해 준 후 사용&lt;/U&gt;&lt;/FONT&gt;하도록 합니다.&lt;/P&gt; &lt;P&gt;한가지 재미있는 점은, 영문 글꼴을 대표글꼴로 설정하여 사용하는 경우, 한글의 크기가 브라우저에 따라 같지 않은 문제를, 이 속성을 통해 어느정도 보완할 수가 있다는 점이 있습니다. (적어도, &lt;FONT face=verdana size=1&gt;IE&lt;/FONT&gt;에서는 적용되지 않기 때문입니다)&lt;/P&gt; &lt;DIV align=left&gt;위와 같이, 절절한 &lt;FONT face=verdana size=1&gt;font-size-adjust&lt;/FONT&gt;값을 주어, 한글 글꼴을 조정해 줄 수 있습니다. 물론, &lt;FONT face=verdana size=1&gt;IE&lt;/FONT&gt;에서는 적용되지 않기 때문에, &lt;FONT color=#006699&gt;&lt;U&gt;IE에&amp;nbsp;맞춘 스타일시트에 &lt;FONT face=verdana size=1&gt;Firefox&lt;/FONT&gt;의 한글크기 문제가 있는 경우 사용할 수&lt;/U&gt;&lt;/FONT&gt; 있습니다.&lt;/DIV&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #009966&quot; color=#ffffff&gt;[&amp;nbsp;장평 설정 ]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #8e8e8e&quot; color=#ffffff size=2&gt;&lt;STRONG&gt;font-stretch:&lt;/STRONG&gt;&lt;/FONT&gt; norman (default value);&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;현재, &lt;FONT color=#d41a01&gt;&lt;U&gt;&lt;FONT face=verdana size=1&gt;IE7, Firefox 2.0&lt;/FONT&gt;모두 지원하지 않습니다.&lt;/U&gt;&lt;/FONT&gt; 총 9단계의 속성값이 있습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT face=verdana size=1&gt;ultra-condensed, extra-condensed, condensed, semi-condensed, normal, semi-expanded, expanded, extra-expanded, ultra-expanded&lt;/FONT&gt;이 있으며, 왼쪽에서 오른족으로 갈 수록 폭이 넓어집니다. &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/einmong/10012051621&quot; target=_blank&gt;CSS : 글꼴과 텍스트(2) - 장식과 자간 및 줄간&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/einmong&quot; target=_blank&gt;거대토끼&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>기본적인 태그 (링크걸기)|</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199119"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199119#comment"/>		<id>https://mbg1346.inour.net/html/199119</id>
		<published>2008-07-12T23:37:09+09:00</published>
		<updated>2011-05-01T11:30:51+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt;a href=&quot;주소&quot;&gt;표시할 글자&lt;/a&gt; 위처럼 태그를 넣으면 보이는건 표시할글자 내용이고 그글자를 누르면 써넣은 주소로 이동이 됩니다 예)글자색과 링크 시키는 방법(target)을 덧 붙이면 아래 방법으로 넣으면 되겠죠 &lt;a href=&quot;주소&quot; target=&quot;_blank&quot;&gt;홈으로&lt;/FONT&gt;&lt;/a&gt; blank는 다른 새창으로 링크시킨다는 뜻입니다. 그밖에 자신의 차에서 열겠다는 _self 프레임에서나 쓰이는_top 등이 있습니다. 한가지 팁을 말씀드리자면 보통 ...</summary>
	<content type="html">&lt;FONT color=#666666&gt;&amp;lt;a href=&quot;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=red&gt;주소&lt;/B&gt;&lt;/FONT&gt;&lt;FONT color=#666666&gt;&quot;&amp;gt;표시할 글자&amp;lt;/a&amp;gt;&lt;/FONT&gt; &lt;P&gt; &lt;P&gt;위처럼 태그를 넣으면 보이는건 표시할글자 내용이고 그글자를 누르면 써넣은 &lt;FONT color=red&gt;&lt;B&gt;주소&lt;/B&gt;&lt;/FONT&gt;로 이동이 됩니다 &lt;HR color=#cccccc&gt; &lt;B&gt;예)&lt;/B&gt;글자색과 링크 시키는 방법(target)을 덧 붙이면 아래 방법으로 넣으면 되겠죠 &lt;P&gt;&lt;FONT color=red&gt;&lt;FONT color=#666666&gt;&amp;lt;a href=&quot;&lt;/FONT&gt;&lt;FONT color=red&gt;&lt;B&gt;주소&lt;/B&gt;&lt;/FONT&gt;&lt;FONT color=#666666&gt;&quot; target=&quot;_&lt;/FONT&gt;&lt;FONT color=#0066ff&gt;blank&lt;/FONT&gt;&lt;FONT color=#666666&gt;&quot;&amp;gt;홈으로&amp;lt;/FONT&amp;gt;&amp;lt;/a&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;P&gt;&lt;FONT color=red&gt;&lt;FONT color=#666666&gt;blank는 다른 새창으로 링크시킨다는 뜻입니다.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P style=&quot;MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%&quot;&gt;&lt;FONT color=red&gt;&lt;FONT color=#666666&gt;그밖에 자신의 차에서 열겠다는 _self &amp;nbsp;프레임에서나 쓰이는_top 등이 있습니다.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;HR color=#cccccc&gt; 한가지 팁을 말씀드리자면 보통 링크시킨 글위에 커서를 가져다 놓으면 &lt;P&gt;&lt;/P&gt; &lt;P style=&quot;MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%&quot;&gt;&lt;FONT color=red&gt;&lt;FONT color=#666666&gt;손가락 모양으로 바뀌지만 아래 스타일 태그를 넣으면 손가락 모양 대신 다른 모양으로 바꿀 수도 있습니다.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P style=&quot;MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%&quot;&gt;&lt;FONT color=red&gt;&lt;FONT color=#666666&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&amp;lt;a hr&lt;A target=_blank&gt;ef=&quot;http://&lt;/A&gt;negamall.net&quot; &lt;B&gt;&lt;FONT color=red&gt;style=&quot;cursor:crosshair&quot;&lt;/FONT&gt;&lt;/B&gt;&amp;gt;홈으로~&amp;lt;/font&amp;gt; &lt;P&gt;&lt;A style=&quot;CURSOR: crosshair&quot; href=&quot;http://negamall.net/&quot;&gt;&lt;FONT color=#666666&gt;&lt;B&gt;적용된 예&lt;/B&gt;&lt;/FONT&gt;&lt;FONT color=#666666&gt;&lt;A style=&quot;CURSOR: crosshair&quot;&gt;&lt;B&gt;)&lt;/B&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;FONT color=red&gt;&lt;FONT color=#666666&gt;&lt;FONT color=red&gt;&lt;A style=&quot;CURSOR: crosshair&quot;&gt;&lt;FONT color=#666666&gt;&lt;B&gt; &lt;/B&gt;마우스를 가져다 되면 손가락 모양의 커서 대신 뭔가가 나타날겁니다.&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P style=&quot;MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%&quot;&gt;&lt;FONT color=red&gt;&lt;FONT color=#666666&gt;&lt;FONT color=red&gt;&lt;A style=&quot;CURSOR: crosshair&quot; href=&quot;http://negamall.net/&quot;&gt;홈으로~ &lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</content>			</entry><entry>
		<title>가장 기본적인 태그들</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199116"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199116#comment"/>		<id>https://mbg1346.inour.net/html/199116</id>
		<published>2008-07-12T23:36:01+09:00</published>
		<updated>2008-07-12T23:36:01+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">1. 홈페이지 태그 ※ 그림 관련 태그 &lt;IMG&gt; 그림을 삽입하기 위한 태그 &lt;IMG SRC=&quot;파일명&quot; BORDER=n&gt; 그림을 나타나게함.테두리선은 n값 &lt;IMG SRC=&quot;파일명&quot; BORDER=0 WIDTH=n HEIGHT=n&gt; 그림의 넓이와 높이를 지정 &lt;IMG SRC=&quot;파일명&quot; ALT=&quot;그림설명&quot;ALIGN=LEFT,CENTER,RIGHT&gt; Alt=그림에 대한 설명, ALIGN=그림정렬방식 &lt;IMG SRC=&quot;파일명&quot; ALIGN=TOP,MIDDLE,BOTTOM&gt; 그림 다음에 오는 글자를 그림의 상단,중앙,아랫부분에 집어넣을 ...</summary>
	<content type="html">&lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=599 bgColor=#ffffff border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=506 height=80 rowSpan=3&gt;&lt;FONT id=b color=red&gt;&lt;B&gt;1. 홈페이지 태그 &lt;/B&gt;&lt;/FONT&gt;&lt;/TD&gt; &lt;TD width=119 height=32&gt;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=119&gt;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=119&gt; &lt;P align=center&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=627 colSpan=2&gt; &lt;DIV align=center&gt; &lt;CENTER&gt; &lt;TABLE cellPadding=0 width=&quot;95%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;100%&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;※ 그림 관련 태그&lt;/FONT&gt; &lt;DIV align=center&gt; &lt;TABLE cellSpacing=0 width=&quot;99%&quot; borderColorLight=#ffffff border=1&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;100%&quot; bgColor=#fc9309 colSpan=2&gt; &lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;53%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&amp;lt;IMG&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;47%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;그림을 삽입하기 위한 태그&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;53%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&amp;lt;IMG SRC=&quot;파일명&quot; BORDER=n&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;47%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;그림을 나타나게함.테두리선은&amp;nbsp; n값&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;53%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&amp;lt;IMG SRC=&quot;파일명&quot; BORDER=0 WIDTH=n HEIGHT=n&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;47%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;그림의 넓이와 높이를 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;53%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&amp;lt;IMG SRC=&quot;파일명&quot; ALT=&quot;그림설명&quot;ALIGN=LEFT,CENTER,RIGHT&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;47%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;Alt=그림에 대한 설명, ALIGN=그림정렬방식&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;53%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&amp;lt;IMG SRC=&quot;파일명&quot;&lt;BR&gt;ALIGN=TOP,MIDDLE,BOTTOM&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;47%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;그림 다음에 오는 글자를 그림의 상단,중앙,아랫부분에 집어넣을 수 있도록 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;※ 링크 관련 태그&lt;/FONT&gt; &lt;DIV align=center&gt; &lt;TABLE cellSpacing=0 width=&quot;99%&quot; borderColorLight=#ffffff border=1&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;100%&quot; bgColor=#3366cc colSpan=2&gt; &lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;54%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;A HREF=&quot;연결될 파일명&quot;&amp;gt;글자,그림&amp;lt;/A&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;46%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;글자,그림을 누르면 연결될 문서로 이동한다&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;54%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;A HREF=&quot;HTTP://링크할 주소&quot;&amp;gt;글자,그림&amp;lt;/A&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;46%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;링크된 주소로 이동한다&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;54%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;A HREF=&quot;MAIL TO:자신의 메일 주소&quot;&amp;gt;글자,그림&amp;lt;/A&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;46%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;편지함과 연결된다&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;54%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;A HREF=&quot;문서명&quot;&amp;gt;글자,그림&amp;lt;/A&amp;gt;&amp;lt;A NAME=&quot;문서명&quot;&amp;gt;문서명 문단의 첫부분&amp;lt;/A&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;46%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;같은 문서 내에서의 이동이 가능하게 하는 태그&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;※ 테이블 관련 태그&lt;/FONT&gt; &lt;DIV align=center&gt; &lt;TABLE cellSpacing=0 width=&quot;99%&quot; borderColorLight=#ffffff border=1&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;100%&quot; bgColor=#009999 colSpan=2 height=20&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt; &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;45%&quot;&gt; &lt;DIV align=center&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;49%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TABLE&amp;gt;&amp;lt;/TABLE&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;51%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;표를 나타냄&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;49%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TR&amp;gt;&amp;lt;/TR&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;51%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;TABLE안에 쓰여 한 행을 만들어 줌&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;49%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TD&amp;gt;&amp;lt;/TD&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;51%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;TR안에 스여 한 셀을 만들어 줌&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;49%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TH&amp;gt;&amp;lt;/TH&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;51%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;TABLE안에 셀의 제목을 나타냄&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;49%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TABLE BORDER=n CELLSPACING=n&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;51%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;TABLE의 테두리선 크기,셀과 셀 사이의 간격을 조절&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/TD&gt; &lt;TD width=&quot;55%&quot;&gt; &lt;DIV align=center&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TABLE CELLPADDING=n BGCOLOR=색상코드&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;셀과 내부 글자와의 간격을 벌려줌, 바탕색을 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TABLE WIDTH=n HEIGHT=n&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;ABLE 넓이와 높이를 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TD COLSPAN=n ROWSPAN=n&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;셀을 가로,세로로 합치고 싶을때 사용&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TD ALIGN=LEFT,CENTER,RIGHT VALIGN=TOP,MIDDLE,BOTTOM&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;좌우,중앙,상하 정렬&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;※ 프레임 관련 태그&lt;/FONT&gt; &lt;DIV align=center&gt; &lt;TABLE cellSpacing=0 width=&quot;99%&quot; borderColorLight=#ffffff border=1&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;100%&quot; bgColor=red colSpan=2 height=20&gt; &lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;FRAMESET&amp;gt;&amp;lt;/FRAMESET&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;한 페이지에 두개 이상의 창을 작성&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;FRAMESET COLS=&quot;n%,*&quot;&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;화면에 세로 방향으로 금을 그어 화면을 나누는 방식&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;FRAMESET ROWS=&quot;n%,*&quot;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;화면에 가로 방향으로 금을그어 화면을 나누는 방식&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;FRAME SRC=&quot;문서.파일명&quot;&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;프레임에 불러올 HTML문서 링크&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;MARGINWIDTH=n&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;프레임 창의 가로 여백을 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;MARGINHEIGHT=n&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;프레임 창의 세로 여백을 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;SCROLLING=YES,NO,AUTO&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;프레임 차의 스크롤 지정여부,자동여부&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;FRAMEBORDER=n&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;프레임의 경계선의 크기를 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;TARGET=_BLANK,_TOP,파일명&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;프레임 창에서 링크된 경우 링크될때 보여주는 창을 지정&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;43%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;NAME= &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;57%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;프레임에 고유의 이름을 간단하게 씀&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;※ 기타 본문 관련&lt;/FONT&gt; &lt;DIV align=center&gt; &lt;TABLE height=20 cellSpacing=0 width=&quot;99%&quot; borderColorLight=#ffffff border=1&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD width=&quot;50%&quot; bgColor=#330066 height=20&gt;&amp;nbsp;&lt;/TD&gt; &lt;TD width=&quot;50%&quot; bgColor=#330066 height=20&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;EMBED SRC=&quot;사운드.파일명&quot; AUTOSTART=TRUE LOOP=n&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;AUTOSTART를 사용해 홈페이지로 들어오면 백 그라운드 음악이 자동으로 시작하도록 지정할 수 있습니다. 이 태그는 넷스케이프에서만 적용됩니다.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;BGSOUND src=&quot;사운드.파일명&quot; LOOP=2&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt; &lt;TD width=&quot;50%&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;lt;EMBED&amp;gt;태그와 비슷하며 익스플로러에서만 적용됩니다.&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/CENTER&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;</content>			</entry><entry>
		<title>자신의 홈에 프린트버튼을 넣자</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199110"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199110#comment"/>		<id>https://mbg1346.inour.net/html/199110</id>
		<published>2008-07-12T23:31:58+09:00</published>
		<updated>2011-11-07T14:28:29+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">원하는 페이지에 넣어주세요.... 상단에 아래의 소스를.... &lt;script&gt; function print_this() { window.print(); } &lt;/script&gt; 원하는 위치에 다 아래의 소스를... &lt;input type=button onclick=&quot;print_this(); return false;&quot; value=&quot;Print This Page&quot;&gt; 무진장 간단하죠....</summary>
	<content type="html">원하는 페이지에 넣어주세요....&lt;BR&gt;&lt;BR&gt;상단에 아래의 소스를....&lt;BR&gt;&amp;lt;script&amp;gt; &lt;BR&gt;function print_this() &lt;BR&gt;{ &lt;BR&gt;window.print(); &lt;BR&gt;} &lt;BR&gt;&amp;lt;/script&amp;gt; &lt;BR&gt;&lt;BR&gt;원하는 위치에 다 아래의 소스를...&lt;BR&gt;&amp;lt;input type=button onclick=&quot;print_this(); return false;&quot; value=&quot;Print This Page&quot;&amp;gt; &lt;BR&gt;&lt;BR&gt;무진장 간단하죠....&lt;BR&gt;</content>			</entry><entry>
		<title>테이블(셀) 깨지지 않는 CSS</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199106"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199106#comment"/>		<id>https://mbg1346.inour.net/html/199106</id>
		<published>2008-07-12T23:25:58+09:00</published>
		<updated>2011-05-01T11:24:22+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">css관련 태그 입니다. 일반적으로 테이블 크기를 정해놓고 나서 글을 공백없이 줄바꿈없이 쓰게되면.. 예) 사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기 테이블 크기가 깨지기 마련입니다. 이걸 보안하기 위한 스타일시트가 있습니다. style=&quot;word-break:break-all&quot; &lt;td&gt; 와 같이 위 소스를 써주시면 지정된 테이블 크기를 그대로 유지하실 수 있습니다. 예) &lt;td style=...</summary>
	<content type="html">css관련 태그 입니다. &lt;BR&gt;일반적으로 테이블 크기를 정해놓고 나서 글을 공백없이&amp;nbsp;줄바꿈없이&amp;nbsp;쓰게되면.. &lt;BR&gt;&lt;BR&gt;예) 사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기사랑되찾기 &lt;BR&gt;&lt;BR&gt;테이블 크기가 깨지기 마련입니다. &lt;BR&gt;이걸 보안하기 위한 스타일시트가 있습니다. &lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt; &lt;DIV style=&quot;BORDER-RIGHT: #22aa66 4px solid; PADDING-RIGHT: 12px; BORDER-TOP: #22aa66 4px solid; PADDING-LEFT: 12px; PADDING-BOTTOM: 12px; MARGIN: 0px; BORDER-LEFT: #22aa66 4px solid; PADDING-TOP: 12px; BORDER-BOTTOM: #22aa66 4px solid; BACKGROUND-COLOR: #eeeeee&quot;&gt;&lt;STRONG&gt;style=&quot;word-break:break-all&quot;&lt;BR&gt;&lt;BR&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&amp;lt;td&amp;gt; 와 같이 위 소스를 써주시면 지정된 테이블 크기를 그대로 유지하실 수 있습니다. &lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;&lt;FONT color=#88aa22&gt;예)&amp;nbsp; &amp;lt;td style=&quot;word-break:break-all&quot;&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/STRONG&gt;&lt;BR&gt; &lt;DIV style=&quot;BORDER-RIGHT: #8866cc 4px solid; PADDING-RIGHT: 12px; BORDER-TOP: #8866cc 4px solid; PADDING-LEFT: 12px; PADDING-BOTTOM: 12px; MARGIN: 0px; BORDER-LEFT: #8866cc 4px solid; PADDING-TOP: 12px; BORDER-BOTTOM: #8866cc 4px solid; BACKGROUND-COLOR: #eeeeee&quot;&gt;그리고 테이블 내에 테이블보다 큰 이미지가 있을때 테이블이 늘어나기 마련이죠... &lt;BR&gt;보통 HTML문서에는 쓰실일이 없겠지만 게시판에서는 유용할듯.... &lt;BR&gt;&lt;STRONG&gt;style=&quot;table-layout:fixed&quot;&lt;/STRONG&gt; 입니다. &lt;BR&gt;&lt;BR&gt;&lt;FONT color=#88aa22&gt;&lt;STRONG&gt;예) &amp;lt;table style=table-layout:fixed&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;이런식으로요... &lt;BR&gt;table 안에 넣어주셔야 합니다.&lt;STRONG&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/STRONG&gt; &lt;DIV style=&quot;BORDER-RIGHT: #ee6644 4px solid; PADDING-RIGHT: 10px; BORDER-TOP: #ee6644 4px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #ee6644 4px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #ee6644 4px solid; BACKGROUND-COLOR: #eeeeee&quot;&gt;이와는 반대로&lt;BR&gt;위와 반대 되는 경우. 특정한 경우에 셀의 너비를 지정했다 하더라도 줄바꿈하지 않고자 할때 사용하는 스타일이 있습니다.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;style=&quot;word-break:nowrap&quot;&lt;/STRONG&gt; 을 사용하면&lt;BR&gt;셀크기를 정해주면 텍스트가 줄바꿈을 하던 말던 셀크기가 유지됩니다.^^&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;style=&quot;white-space:nowrap; overflow:hidden;&quot;&lt;/STRONG&gt; 을 사용하시면 &lt;BR&gt;셀크기도 유지하고 셀을 벗어나는 텍스트나 이미지는 가려지는 효과, 즉 셀크기만큼만 보여줍니다&lt;BR&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>날짜 매개변수</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199102"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199102#comment"/>		<id>https://mbg1346.inour.net/html/199102</id>
		<published>2008-07-12T23:22:07+09:00</published>
		<updated>2011-05-01T10:57:50+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">a : &quot;am&quot; 또는 &quot;pm&quot; A : &quot;AM&quot; 또는 &quot;PM&quot; d : 두자리로 표현되는 날짜, 즉 &quot;01&quot;~&quot;31&quot; D : 세글자로 표현되는 요일, 즉 &quot;Fri&quot; F : 월을 긴 문장으로 나타냅니다. 즉 &quot;January&quot; h : 시간을 12시간 단위로 나타냅니다. &quot;01&quot;~&quot;12&quot; H : 시간을 24시간 단위로 나타냅니다. g : 시간을 12시간 단위로 0 없이 나타냅니다. &quot;1&quot;~&quot;12&quot; G : 시간을 24시간 단위로 0 없이 나타냅니다. &quot;0&quot;~&quot;24&quot; i : 분을 나타냅니다. &quot;00&quot;~&quot;59&quot; j : 날짜를 0 없이 ...</summary>
	<content type="html">a : &quot;am&quot; 또는 &quot;pm&quot; &lt;BR&gt;&lt;BR&gt;A : &quot;AM&quot; 또는 &quot;PM&quot; &lt;BR&gt;&lt;BR&gt;d : 두자리로 표현되는 날짜, 즉 &quot;01&quot;~&quot;31&quot; &lt;BR&gt;&lt;BR&gt;D : 세글자로 표현되는 요일, 즉 &quot;Fri&quot; &lt;BR&gt;&lt;BR&gt;F : 월을 긴 문장으로 나타냅니다. 즉 &quot;January&quot; &lt;BR&gt;&lt;BR&gt;h : 시간을 12시간 단위로 나타냅니다. &quot;01&quot;~&quot;12&quot; &lt;BR&gt;&lt;BR&gt;H : 시간을 24시간 단위로 나타냅니다. &lt;BR&gt;&lt;BR&gt;g : 시간을 12시간 단위로 0 없이 나타냅니다. &quot;1&quot;~&quot;12&quot; &lt;BR&gt;&lt;BR&gt;G : 시간을 24시간 단위로 0 없이 나타냅니다. &quot;0&quot;~&quot;24&quot; &lt;BR&gt;&lt;BR&gt;i : 분을 나타냅니다. &quot;00&quot;~&quot;59&quot; &lt;BR&gt;&lt;BR&gt;j : 날짜를 0 없이 나타냅니다. &quot;1&quot;~&quot;31&quot; &lt;BR&gt;&lt;BR&gt;l : (L의 소문자)요일을 나타냅니다. &quot;Friday&quot; &lt;BR&gt;&lt;BR&gt;L : 윤년인지의 여부를 나타냅니다. &quot;0&quot; 또는 &quot;1&quot; &lt;BR&gt;&lt;BR&gt;m : 달을 나타냅니다. &quot;01&quot;~&quot;12&quot; &lt;BR&gt;&lt;BR&gt;n : 0 없이 달을 나타냅니다. &quot;1&quot;~&quot;12&quot; &lt;BR&gt;&lt;BR&gt;M : 3글자로 달을 나타냅니다. &quot;Jan&quot; &lt;BR&gt;&lt;BR&gt;s : 초를 나타냅니다. &quot;00&quot;~&quot;59&quot; &lt;BR&gt;&lt;BR&gt;S : 영어에서 순서를 나타내는 2글자로 된 접미사; &quot;th&quot;, &quot;nd&quot; &lt;BR&gt;&lt;BR&gt;t : 주어진 달의 날 수; 즉 &quot;28&quot;~&quot;31&quot; &lt;BR&gt;&lt;BR&gt;U : 기준시점(GMT 1970년 1월1일 00:00:00)으로부터 지난 시간을 초로 표시 &lt;BR&gt;&lt;BR&gt;w : 요일을 숫자로 표시합니다. 즉 &quot;0&quot;(일요일) ~ &quot;6&quot;(토요일) &lt;BR&gt;&lt;BR&gt;Y : 4글자로 연도표시, &quot;1999&quot; &lt;BR&gt;&lt;BR&gt;y : 2글자로 연도표시, &quot;99&quot; &lt;BR&gt;&lt;BR&gt;z : 날짜를 표시, &quot;0&quot;~&quot;365&quot; &lt;BR&gt;&lt;BR&gt;Z : 지역간의 시간편차를 초단위로 표시, 즉 &quot;-43200&quot;~&quot;43200&quot;</content>			</entry><entry>
		<title>이미지 없이 그라데이션효과 주기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199093"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199093#comment"/>		<id>https://mbg1346.inour.net/html/199093</id>
		<published>2008-07-12T23:01:43+09:00</published>
		<updated>2008-07-12T23:01:43+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt;table style=&quot;filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#F352FF, EndColorStr=#FCEFFF)&quot;&gt; &lt;tr&gt; &lt;td&gt;내용&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; 스타일시트의 필터기능만으로 html 문서 내에 그라데이션 효과를 넣을 수 있습니다. 이테블은 수직그라데이션을 적용했습니다. 0은 수직그라데이션으로 그라데이션효과가 상하방향로 표현됩니다. 1은 수평그라디에션으로 그라데이션효과가 좌우방향으로 표현됩...</summary>
	<content type="html">&lt;P&gt;&amp;lt;table &lt;B&gt;style=&lt;/B&gt;&quot;&lt;B&gt;filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=&lt;SPAN class=font-color2&gt;&lt;FONT color=red&gt;0&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;, &lt;B&gt;StartColorStr=&lt;FONT face=Tahoma color=#6fcaff&gt;&lt;SPAN class=font-color2&gt;#&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT color=#6fcaff&gt;F352FF&lt;/FONT&gt;, &lt;B&gt;EndColorStr=&lt;FONT face=Tahoma color=#6fcaff&gt;&lt;SPAN class=font-color2&gt;#&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT color=#6fcaff&gt;FCEFFF&lt;/FONT&gt;&lt;B&gt;)&lt;/B&gt;&quot;&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;tr&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&amp;gt;내용&amp;lt;/td&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;BR&gt;&amp;lt;/table&amp;gt;&lt;/P&gt; &lt;TABLE style=&quot;FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#F352FF, EndColorStr=#FCEFFF)&quot;&gt; &lt;P&gt;&lt;BR&gt;스타일시트의 필터기능만으로 html 문서 내에 그라데이션 효과를 넣을 수 있습니다.&lt;BR&gt;이테블은 수직그라데이션을 적용했습니다.&lt;BR&gt;&lt;FONT color=red&gt;0&lt;/FONT&gt;은 수직그라데이션으로 그라데이션효과가 상하방향로 표현됩니다. &lt;FONT color=red&gt;1&lt;/FONT&gt;은 수평그라디에션으로&lt;BR&gt;그라데이션효과가 좌우방향으로 표현됩니다. &lt;P&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT face=Tahoma color=#6fcaff&gt;&lt;SPAN class=font-color2&gt;#&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color=#6fcaff&gt;F352FF&lt;/FONT&gt;&lt;/STRONG&gt;는 그라디에션이 시작되는 지점의 색,&lt;STRONG&gt; &lt;FONT face=Tahoma color=#6fcaff&gt;&lt;SPAN class=font-color2&gt;#&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color=#6fcaff&gt;FCEFFF&lt;/FONT&gt;&lt;/STRONG&gt;는 그라데이션이 끝나는 지점의 색입니다.&lt;/P&gt; &lt;P&gt;문서전체에 배경에 적용하는 방법은 ...............&lt;BR&gt;&amp;lt;body style=&quot;filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B1C7F9, EndColorStr=#EEF2FC)&quot;&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt; &lt;P&gt;&lt;/P&gt; &lt;TBODY&gt;&lt;/TBODY&gt;&lt;/P&gt;&lt;/TABLE&gt;&lt;SPAN style=&quot;TEXT-DECORATION: underline&quot;&gt;&lt;BR&gt;참고로 인터넷 익스플로러에서만 됩니다;&lt;/SPAN&gt;</content>			</entry><entry>
		<title>자신의 홈페이지 단어를 더블클릭하면 네이버로 해당단어 검색을</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199090"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199090#comment"/>		<id>https://mbg1346.inour.net/html/199090</id>
		<published>2008-07-12T23:00:04+09:00</published>
		<updated>2011-11-07T14:32:14+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">제목 그대로 자신의 홈페이지 내에 올려진 글들중 단어를 더블클릭 네이버 새창이 뜨면서 그단어로 검색해 주는 스크립트입니다. /******************** never검색 **********************************/ var NS=(navigator.appName==&#039;Netscape&#039;)?1:0; if (NS) document.captureEvents(Event.DBLCLICK); document.ondblclick = search; function search() { SearchPage = &quot;http://search.naver.com/search.naver&quot;; if (NS) { txt = d...</summary>
	<content type="html">&lt;P&gt;제목 그대로 자신의 홈페이지 내에 올려진 글들중 단어를 더블클릭 네이버 새창이 뜨면서 그단어로 검색해&lt;BR&gt;주는 스크립트입니다.&lt;BR&gt;&lt;BR&gt;/******************** never검색 **********************************/&lt;BR&gt;var NS=(navigator.appName==&#039;Netscape&#039;)?1:0;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (NS) document.captureEvents(Event.DBLCLICK);&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.ondblclick = search;&lt;/P&gt; &lt;P&gt;function search() {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SearchPage = &quot;&lt;A href=&quot;http://search.naver.com/search.naver&quot;&gt;http://search.naver.com/search.naver&lt;/A&gt;&quot;;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (NS) {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txt = document.getSelection();&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txt = document.selection.createRange();&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txt = txt.text&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!NS) document.selection.empty();&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (txt &amp;gt; &#039;&#039;) {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenUrl = SearchPage+&#039;?where=nexearch&amp;amp;query=&#039;+txt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.open(OpenUrl,&quot;NaverSearch&quot;);&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;}&lt;/P&gt;</content>			</entry><entry>
		<title>뒤로..앞으로..새로고침 버튼 넣기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/199087"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/199087#comment"/>		<id>https://mbg1346.inour.net/html/199087</id>
		<published>2008-07-12T22:58:52+09:00</published>
		<updated>2017-04-22T18:22:08+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">글자대신 이미지버튼을 사용하셔도 됩니다. ★뒤로가기 &lt;a href=&quot;javascript:history.back()&quot;&gt;뒤로&lt;/a&gt; 혹은 &lt;a href=&quot;javascript:history.go(-1)&quot;&gt;뒤로&lt;/a&gt; ★앞으로 &lt;a href=&quot;javascript:history.go(1)&quot;&gt;앞으로&lt;/a&gt; ★새로고침 &lt;a href=&quot;javascript:location.reload()&quot;&gt;새로고침&lt;/a&gt;</summary>
	<content type="html">글자대신 이미지버튼을 사용하셔도 됩니다.&lt;BR&gt;&lt;BR&gt;★뒤로가기&lt;BR&gt;&amp;lt;a href=&quot;javascript:history.back()&quot;&amp;gt;뒤로&amp;lt;/a&amp;gt;&lt;BR&gt;&lt;BR&gt;혹은&lt;BR&gt;&lt;BR&gt;&amp;lt;a href=&quot;javascript:history.go(-1)&quot;&amp;gt;뒤로&amp;lt;/a&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;★앞으로&lt;BR&gt;&amp;lt;a href=&quot;javascript:history.go(1)&quot;&amp;gt;앞으로&amp;lt;/a&amp;gt;&lt;BR&gt;&lt;BR&gt;★새로고침&lt;BR&gt;&amp;lt;a href=&quot;javascript:location.reload()&quot;&amp;gt;새로고침&amp;lt;/a&amp;gt;</content>			</entry><entry>
		<title>( align=&quot;absmiddle&quot; ) 이미지와 글자 높낮이가 다를때 관해서</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/155452"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/155452#comment"/>		<id>https://mbg1346.inour.net/html/155452</id>
		<published>2008-04-27T00:54:44+09:00</published>
		<updated>2024-12-01T10:50:45+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">[최근 팁] align=&quot;absmiddle&quot; 속성 대신에 style로 정렬하는 방법 class=&quot;align-middle&quot; 로 두고 아래와 같이 css를 적용하면 됩니다. &lt;span class=&quot;align-middle&quot;&gt;&lt;img src=&quot;img/replie.gif&quot;&gt;&lt;span&gt;Replies&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;align-middle&quot;&gt;&lt;img src=&quot;img/view.gif&quot;&gt;&lt;span&gt;Views&lt;/span&gt;&lt;/span&gt; &lt;style type=&quot;text/css&quot;&gt; .align-middle, .align-middle img, .align-middle span { vertical-align:middle; } &lt;/style&gt; img ...</summary>
	<content type="html">&lt;p&gt;[최근 팁]&lt;/p&gt; &lt;div bg_color=&quot;F7F7F6&quot; bold=&quot;N&quot; border_color=&quot;999999&quot; border_style=&quot;solid&quot; border_thickness=&quot;1&quot; color=&quot;blue&quot; editor_component=&quot;textbox&quot; folder_closer=&quot;닫기&quot; folder_opener=&quot;더 보기...&quot; linebreak=&quot;Y&quot; lineheight=&quot;1.6&quot; margin=&quot;5&quot; padding=&quot;10&quot; style=&quot;line-height: 1.6; white-space: normal; scroll: auto; margin: 5px; padding: 10px; background-color: #F7F7F6;border: 1px solid #999999;&quot; use_folder=&quot;N&quot;&gt;align=&amp;quot;absmiddle&amp;quot; 속성 대신에 style로 정렬하는 방법&lt;br /&gt; class=&amp;quot;align-middle&amp;quot; 로 두고 아래와 같이 css를 적용하면 됩니다.&lt;br /&gt; &lt;br /&gt; &amp;lt;span class=&amp;quot;align-middle&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/replie.gif&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Replies&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;lt;span class=&amp;quot;align-middle&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/view.gif&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Views&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;.align-middle,&amp;nbsp;&lt;br /&gt; &amp;nbsp; &amp;nbsp;.align-middle img,&amp;nbsp;&lt;br /&gt; &amp;nbsp; &amp;nbsp;.align-middle span { vertical-align:middle; }&lt;br /&gt; &amp;lt;/style&amp;gt; &lt;p&gt;&lt;img alt=&quot;image.png&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/2024/12/01/45439b791da426e1de6b5eaa4785a2f3.png&quot; /&gt;&lt;/p&gt; &lt;style type=&quot;text/css&quot;&gt; .align-middle, .align-middle img, .align-middle span { vertical-align:middle; } &lt;/style&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#ff3399&quot;&gt;img align=&amp;quot;속성&amp;quot; align=&amp;quot;absmiddle&amp;quot; 에 대해서 몇가지 실험해봤어요 (익스와 파폭)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;글자와 이미지의 세로 정렬 문제로..&amp;nbsp;이글저글 읽어보다가 눈으로 확인하고 싶은 마음에 실험에 들어갔답니다&lt;/p&gt; &lt;p&gt;서투르신 분들께 도움이 되었으면 하는바램입니다...^^;&lt;/p&gt; &lt;p&gt;간단 명료한 설명을 위해 딱딱한 글로 기제함을 이해해주세요.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;absmiddle&amp;nbsp;은.. ( &lt;/strong&gt;&lt;font color=&quot;#ff3399&quot;&gt;&lt;strong&gt;absolute middle&lt;/strong&gt; &lt;/font&gt;)&lt;strong&gt;= 절대적으로 가운데로 하란뜻이라고 보면 될듯하다 &lt;/strong&gt;&lt;/p&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;정렬후에는 세로정렬에 영향을 준다&lt;/strong&gt;&lt;/div&gt; &lt;p&gt;&lt;font color=&quot;#ff0000&quot;&gt;&lt;strong&gt;확인 해야할부분&amp;nbsp;&lt;/strong&gt;&lt;/font&gt;(&lt;strong&gt;&lt;font color=&quot;#ff3399&quot;&gt;로그인버튼&lt;/font&gt;&lt;/strong&gt;)&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#ff0000&quot;&gt;이미지 테그에 적용방법&lt;/font&gt;&lt;/strong&gt;&lt;font color=&quot;#ff0000&quot;&gt;&amp;nbsp;&lt;/font&gt;img src=&amp;quot;ooo.gif&amp;quot; width=&amp;quot;40&amp;quot; height=&amp;quot;25&amp;quot; border=&amp;quot;0&amp;quot; &lt;b&gt;align=&amp;quot;absmiddle&amp;quot;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;no_align_absmiddle_1-celeves.gif&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/452/155/no_align_absmiddle_1-celeves.gif&quot; /&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;캡쳐이미지1) align=&amp;quot;absmiddle&amp;quot; 적용전 (위 이미지)&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;img alt=&quot;align_absmiddle_1-celeves.gif&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/452/155/align_absmiddle_1-celeves.gif&quot; /&gt;&lt;/p&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;캡쳐이미지2) align=&amp;quot;absmiddle&amp;quot; 적용후 (위 이미지)&lt;/strong&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;font color=&quot;#ffffff&quot; style=&quot;BACKGROUND-COLOR: #ff0000&quot;&gt;&lt;strong&gt;이밖에 참고사항&lt;/strong&gt;&lt;/font&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;img태그나 기타 태그 속성중에 align=&amp;quot;absmiddle&amp;quot; 는 비표준이므로 middle 로 수정해서 쓰라는 글로 인해&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;테스트겸&amp;nbsp; middle로 적용후 확인해보았다&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;align=&amp;quot;middle&amp;quot; 로 적용된 확인결과는 아래 캡쳐 참고&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;img alt=&quot;align_middle_1-celeves.gif&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/452/155/align_middle_1-celeves.gif&quot; /&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;캡쳐이미지3) align=&amp;quot;middle&amp;quot; 적용후 (위 이미지)&lt;/strong&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;테스트 결과 글자들과의 세로정렬이 absmiddle과의 차이점을&amp;nbsp;알수있다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;역시나 absmiddle 의 효과를 볼려는 이들에게는&amp;nbsp;middle의 속성으로는 그효과를&amp;nbsp;볼수없다&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;파폭에서도 middle 적용시 위와같은 같은 결과가 나왔다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#ff0000&quot;&gt;즉, 결론은...&lt;/font&gt; &lt;/strong&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;이미지와 글자의 높낮이 정렬문제는 align=&amp;quot;absmiddle&amp;quot;를 쓰면될듯하다 &lt;/strong&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;(익스 파폭 확인결과 캡쳐2이미지로 적용되었음)&lt;/strong&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt; &lt;fieldset style=&quot;BORDER-RIGHT: #c2c2c2 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #c2c2c2 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #c2c2c2 1px solid; WIDTH: 97%; PADDING-TOP: 5px; BORDER-BOTTOM: #c2c2c2 1px solid&quot;&gt;&lt;legend&gt;&lt;/legend&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div align=&quot;left&quot;&gt;&lt;font color=&quot;#ff3399&quot;&gt;&lt;strong&gt;속성들의 관련 자료 (참고하세요)&lt;/strong&gt;&lt;/font&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;이미지와 텍스트의 위치를 지정하기 위해서는 img 태그의 속성중 align 속성을 사용합니다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;img 태그를 쓰고 그 뒤에 문장을 쓰면 속성값 대로 문장과 이미지가 정렬됩니다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;기본 형식은 &amp;#39; &amp;lt;img sre=&amp;quot;파일명&amp;quot; align=&amp;quot;속성값&amp;quot;&amp;gt; 문자열 &amp;#39; 입니다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;align 속성을 생략하면 기본값인 top 이 적용됩니다.&lt;font color=&quot;#ff3399&quot;&gt;&lt;strong&gt; (align 의 속성값은 아래와 같습니다.&amp;nbsp;&amp;nbsp;)&lt;/strong&gt;&lt;/font&gt;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;hr align=&quot;left&quot; color=&quot;#dddddd&quot; size=&quot;1&quot; style=&quot;BORDER-TOP-STYLE: dashed&quot; /&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;font color=&quot;#008000&quot;&gt;&lt;strong&gt;left&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/strong&gt;&lt;/font&gt;이미지의 왼쪽에 문자열을 정렬합니다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;right&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;/strong&gt;이미지의 오른쪽에 문자열을 정렬합니다.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;center&lt;/font&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 이미지의 중간에 문자열을 정렬합니다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;top&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/strong&gt;이미지의 제일 상단과 문자의 상단을 맞춥니다.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;texttop&lt;/font&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 영문에서 g 보다 f 가 더 위로 튀어나온 것을 볼수 있는데&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 위로 올리간 문자의 맨위와 이미지의 상단을 맞춥니다.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;middle&lt;/font&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 문자열의 밑선을 이미지의 가운데에 맞춥니다.&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;absmiddle&lt;/font&gt;&lt;/strong&gt;&amp;nbsp; 문자열의 가운데를 이미지의 가운데에 맞춥니다.&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;font size=&quot;+0&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;bottom&lt;/font&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;이미지의 하단과 문자열의 하단을 맞춥니다.&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;baseline&lt;/font&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bottom과 같은 역할을 합니다.&amp;nbsp;&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&lt;strong&gt;&lt;font color=&quot;#008000&quot;&gt;absbottom&lt;/font&gt;&amp;nbsp; &lt;/strong&gt;영문문자열에서 해당되며, fight 라는 단어를 쓸때&lt;/div&gt; &lt;div align=&quot;left&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;f 보다 g 가 더 밑으로 내려와 있으므로 g 의 밑선과 그림의 하단을 맞춥니다.&amp;nbsp; &lt;div class=&quot;autosourcing-stub&quot;&gt; &lt;p style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;strong style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/strong&gt; &lt;a href=&quot;http://blog.naver.com/celeves/130013890890&quot; target=&quot;_blank&quot;&gt;( align=&amp;quot;absmiddle&amp;quot; ) 이미지와 글자 높낮이가 다를때 관해서&lt;/a&gt;&lt;span style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/span&gt;&lt;strong style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/strong&gt; &lt;a href=&quot;http://blog.naver.com/celeves&quot; target=&quot;_blank&quot;&gt;셀레베스&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/fieldset&gt; &lt;/div&gt;</content>			</entry><entry>
		<title>붙어야 할 이미지가 붙지 않을때.</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/154521"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/154521#comment"/>		<id>https://mbg1346.inour.net/html/154521</id>
		<published>2008-04-19T01:50:26+09:00</published>
		<updated>2008-04-19T15:15:40+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">버턴과 버턴이나, 아님 이미지를 잘라서 웹상에서 붙여야 할때, 문법상으로는 아무 문제가 없는데. 아래이미지와 같이 딱 붙지를 않고 약간의 공백이 생길때 황당합니다. 그럴때는 css파일에서 해당 class를 찾아서 #top_index { position:absolute; top:0px; right:0px; text-align:left;} #top_index img { float:left; display:block;} 이렇게 해주면 붙습니다.</summary>
	<content type="html">&lt;FONT size=3&gt;버턴과 버턴이나, 아님 이미지를 잘라서 웹상에서 붙여야 할때,&lt;BR&gt;문법상으로는 아무 문제가 없는데. &lt;BR&gt;아래이미지와 같이&amp;nbsp;딱 붙지를 않고 약간의 공백이 생길때 황당합니다.&lt;BR&gt;&lt;BR&gt;&lt;IMG alt=button.jpg src=&quot;https://mbg1346.inour.net/files/attach/images/152811/521/154/button.jpg&quot; &gt;&lt;BR&gt;&lt;BR&gt;그럴때는 css파일에서 해당 class를 찾아서&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=3&gt;&lt;FONT color=#000000&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#ee2222&gt;&lt;FONT color=#000000&gt;#top_index { position:absolute; top:0px;&amp;nbsp; right:0px; text-align:left;}&lt;/FONT&gt;&lt;BR&gt;&lt;FONT color=#000000&gt;#top_index&lt;/FONT&gt; img { float:left; display:block;}&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;이렇게 해주면 붙습니다.&lt;/FONT&gt;</content>			</entry><entry>
		<title>사각박스 코너를 이미지없이 둥글게 만드는법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/153459"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/153459#comment"/>		<id>https://mbg1346.inour.net/html/153459</id>
		<published>2008-04-08T11:51:43+09:00</published>
		<updated>2017-01-07T12:43:31+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">http://www.zeroboard.com/16694989 사각박스의 코너를 이미지 처리없이 둥글게 구현하는 방법이 있더군요. 색깔도 다양하게 적용할 수 있구요. 아래 페이지의 적용 예(3개의 사각박스)를 보시면 알 수 있습니다. 스킨이나 레이아웃 등으로 만들지 못해서 그냥 이곳에 팁으로 소개합니다. 실력 좋은 분들의 솜씨 기대하겠습니다. 적용예) http://yungosan.hosting.paran.com/zbxe/aaa 다운로드 받는곳(맨아래 download를 다운 받으...</summary>
	<content type="html">&lt;div class=&quot;author&quot;&gt;&lt;a href=&quot;http://www.zeroboard.com/16694989&quot;&gt;http://www.zeroboard.com/16694989&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;사각박스의 코너를 이미지 처리없이 둥글게 구현하는 방법이 있더군요.&lt;br /&gt;&lt;br /&gt;색깔도 다양하게 적용할 수 있구요.&lt;br /&gt;&lt;br /&gt;아래 페이지의 적용 예(3개의 사각박스)를 보시면 알 수 있습니다.&lt;br /&gt;&lt;br /&gt;스킨이나 레이아웃&amp;nbsp;등으로 만들지 못해서 그냥 이곳에 팁으로 소개합니다.&lt;br /&gt;&lt;br /&gt;실력 좋은 분들의 솜씨 기대하겠습니다.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;적용예)&lt;br /&gt;&lt;a href=&quot;http://yungosan.hosting.paran.com/zbxe/aaa&quot;&gt;http://yungosan.hosting.paran.com/zbxe/aaa&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;다운로드 받는곳(맨아래 download를 다운 받으세요.)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.html.it/articoli/niftycube/index.html&quot;&gt;http://www.html.it/articoli/niftycube/index.html&lt;/a&gt;</content>			</entry><entry>
		<title>CSS로 바꾸어 쓰는 HTML태그!.. [XHTML약간^^;]</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152867"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152867#comment"/>		<id>https://mbg1346.inour.net/html/152867</id>
		<published>2008-04-04T20:00:17+09:00</published>
		<updated>2011-05-01T11:25:32+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">박종훈 http://www.zeroboard.com/1498150 XHTML및 HTML 4.01부터 사용 불가능한 태그 : center, s, strike, u 등이 있습니다. center의 대책!.. CSS로 바꾸어 씁니다. text-align: center; s의 대책!..[strike 포함] CSS로 바꾸어 씁니다. text-decoration: line-through; u의 대책!.. CSS로 바꾸어 씁니다. text-decoration: underline; 뽀나쑤-_-;;; 윗줄을 한번 쳐봅시다~^^.. text-decoration: overline; 윗줄 밑줄을 동시에 ...</summary>
	<content type="html">&lt;DIV class=author&gt;&lt;SPAN class=&quot;nowrap member_15826333&quot; style=&quot;CURSOR: pointer&quot;&gt;&lt;img data-autoattach=&quot;download-failure&quot; title=&quot;포인트:1285point (89%), 레벨:3/30&quot; style=&quot;VERTICAL-ALIGN: middle; MARGIN-RIGHT: 3px&quot; alt=&quot;포인트:1285point (89%), 레벨:3/30&quot; src=&quot;http://www.zeroboard.com/study_html/modules/point/icons/default/3.gif&quot;&gt;박종훈&lt;/SPAN&gt;&lt;/DIV&gt;&lt;A href=&quot;http://www.zeroboard.com/1498150&quot;&gt;http://www.zeroboard.com/1498150&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;XHTML및 HTML 4.01부터 사용 불가능한 태그 :&lt;BR&gt;center, s, strike, u 등이 있습니다.&lt;BR&gt;&lt;BR&gt;center의 대책!..&lt;BR&gt;&amp;nbsp;&amp;nbsp;CSS로 바꾸어 씁니다.&lt;BR&gt;&amp;nbsp;&amp;nbsp;text-align: center;&lt;BR&gt;&lt;BR&gt;s의 대책!..[strike 포함]&lt;BR&gt;&amp;nbsp;&amp;nbsp;CSS로 바꾸어 씁니다.&lt;BR&gt;&amp;nbsp;&amp;nbsp;text-decoration: line-through;&lt;BR&gt;&lt;BR&gt;u의 대책!..&lt;BR&gt;&amp;nbsp;&amp;nbsp;CSS로 바꾸어 씁니다.&lt;BR&gt;&amp;nbsp;&amp;nbsp;text-decoration: underline;&lt;BR&gt;&lt;BR&gt;뽀나쑤-_-;;;&lt;BR&gt;윗줄을 한번 쳐봅시다~^^..&lt;BR&gt;&amp;nbsp;&amp;nbsp;text-decoration: overline;&lt;BR&gt;&lt;BR&gt;윗줄 밑줄을 동시에 치려면?&lt;BR&gt;&amp;nbsp;&amp;nbsp;text-decoration: overline underline;&lt;BR&gt;됬죠?^^..&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;가장 오해하는 몇가지!...&lt;BR&gt;blockquote는, 들여쓰기 할때 쓴다? 도대체 누가 그런 발상을 -_-;&lt;BR&gt;이렇게 쓰시는 분들.. 모두 아니 무조건 반성하십시요.&lt;BR&gt;&lt;BR&gt;blockquote의 쓰임을 아시는 지요.. 바로 인용문을 나타낼때 사용하는 겁니다.&lt;BR&gt;즉, 어떠한 글을 인용하거나 할때 blockquote를 사용해서 알려주지죠.&lt;BR&gt;&lt;BR&gt;그런데 어떻게 이것을 들여쓰기용으로 사용하시는 지..&lt;BR&gt;&amp;nbsp;&amp;nbsp;text-indent: 1em;&lt;BR&gt;이렇게 하시면 한글자 들여쓰기 됩니다.&lt;BR&gt;&lt;BR&gt;비표준 속성-_-;;;;;;;;;&lt;BR&gt;&amp;nbsp;&amp;nbsp;cursor: hand;&lt;BR&gt;이거 표준아닙니다. FF에서 보면 이거 잘못되었다고 나오고요.&lt;BR&gt;표준은, hand가 아닌, pointer입니다. IE에서 이상한 것만 만들어 내서 원..&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;그리고, 태그를 쓸적에.. 대/소문자 구문안한다고 했는데요.&lt;BR&gt;XHTML넘어와서는 무조건!.. 소문자로 써주셔야 합니다.&lt;BR&gt;속성은 모두 &quot;등으로 묶어주고요~&lt;BR&gt;</content>			</entry><entry>
		<title>네이밍 가이드</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152857"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152857#comment"/>		<id>https://mbg1346.inour.net/html/152857</id>
		<published>2008-04-04T18:57:34+09:00</published>
		<updated>2008-04-04T18:57:34+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">CSS를 사용하기 이전에 예상가능한 class군을 설정하고서 제작을 하는 것이 좋습니다. class의 네이밍에 있어서도 편리함이 있고, 제작자가 아닌 다른 이가 코딩가이드만 보고서도 그 내용을 쉽게 파악하기도 쉬우며, 그 결과물만으로도 추후 제작될 사이트 디자인에 있어 디자이너들도 어느 정도의 군을 나누게 됨으로서 조금이나마 체계적인 디자인에 도움을 줄 수 있습니다. 1. 기본적인 Text Style 지정 전체적으로 쓰일 기본적...</summary>
	<content type="html">&lt;P&gt;CSS를 사용하기 이전에 예상가능한 class군을 설정하고서 제작을 하는 것이 좋습니다.&lt;/P&gt; &lt;P&gt;class의 네이밍에 있어서도 편리함이 있고, 제작자가 아닌 다른 이가 코딩가이드만 보고서도 그 내용을 쉽게 파악하기도 쉬우며, 그 결과물만으로도 추후 제작될 사이트 디자인에 있어 디자이너들도 어느 정도의 군을 나누게 됨으로서 조금이나마 체계적인 디자인에 도움을 줄 수 있습니다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;1. 기본적인 Text Style 지정&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;전체적으로 쓰일 기본적인 태그들의&amp;nbsp;Style을 지정합니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;td, div, span, p,&amp;nbsp;font,&amp;nbsp;a, &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;{&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration:none ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size:9pt ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family : 돋움, Dotum,Helvetica ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color:#454545&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#404040&gt;이는 먼저 지정된 class의 속성을 그 이후의 class에서 상속받는 것을 이용한 것입니다. &lt;/FONT&gt; &lt;P&gt;&lt;/P&gt; &lt;P&gt;몇몇 에이전시에서는 이러한 방법이 다수의 제작자들에게 공통으로 쓰이기 힘들다는 이유로, 또는 사이트 전체에 로드를 가져온다는 이유로 각각의 class마다 지정하는 방법을 쓰기도 합니다만, 일부는 이러한 속성을 모르기 때문입니다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;2. Logical 태그의 속성을 지정합니다.&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&lt;U&gt;&amp;lt;abbr&amp;gt;, &amp;lt;acronym&amp;gt;, &amp;lt;dfn&amp;gt;, &amp;lt;address&amp;gt;, &amp;lt;cite&amp;gt;, &amp;lt;q&amp;gt;, &lt;/U&gt;&lt;/FONT&gt;&lt;FONT color=#177fcd&gt;&lt;U&gt;&amp;lt;code&amp;gt;, &lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&lt;U&gt;&amp;lt;kbd&amp;gt;, &lt;/U&gt;&lt;/FONT&gt;&lt;FONT color=#177fcd&gt;&lt;U&gt;&amp;lt;samp&amp;gt;, &amp;lt;var&amp;gt;, &amp;lt;del&amp;gt;, &amp;lt;ins&amp;gt;, &amp;lt;em&amp;gt;, &amp;lt;strong&amp;gt;&lt;/U&gt;&lt;/FONT&gt; 의 태그에 대한 스타일을 지정합니다.&lt;/P&gt; &lt;P&gt;위의&amp;nbsp;태그들은 각각 고유의 text style을 가지고 있습니다.&lt;/P&gt; &lt;P&gt;하지만, 그런 text style들은 영어권의 사람들의 눈에 익숙한 방법입니다,&lt;/P&gt; &lt;P&gt;한국에서는 그 효용성이 감소하며, 이탤릭체의 경우 오히려 마이너스가 됩니다.&lt;/P&gt; &lt;P&gt;이를 유저들에게 어필할 수 있는 색상이나 폰트, 스타일로 규정함으로서 User Interface에 뛰어난 효과를 가져올 수 있으며, 체계적인 디자인가이드를 만들 수 있습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;em&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;{&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration : none ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family : 돋움, Dotum, Helvetica ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-weight : bolder ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color : #D34145&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;cite&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;{&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration :&amp;nbsp;underline ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family : 돋움, Dotum, Helvetica ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-weight : normal ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color : #6347EE ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;※ 폰트의 크기는 되도록 지정을 하지 않습니다. 이들 태그는 컨텐츠 중간중간 위치하기 때문에 컨텐츠에 지정된 스타일을 상속받도록 하는 것이 좋습니다. 예외적으로 글자의 크기를 크게 혹은 작게 지정하고 싶다면, font-size의 속성&lt;FONT color=#d41a01&gt;&lt;STRONG&gt; larger, smaller&lt;/STRONG&gt;&lt;/FONT&gt;를 사용하는 것이 좋을 것입니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;strong&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;{&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration :&amp;nbsp;none ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family : 돋움, Dotum, Helvetica ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-weight :&amp;nbsp;bolder ; &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color : #FF2222 ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;font-size : larger &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color=#177fcd&gt;;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;3. 컨텐츠의 종류와 각각의 타이틀,&amp;nbsp;본문, 주석, 맺음부분을 구분하여 줍니다.&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;일반적으로 코딩순서상 가장 나중에 지정되는 경우가 많지만, 미리 지정하고서 디자인팀과 프로그래머팀과의 협의를 통해 각 메뉴별로 본문색이 변할 것인지, 타이틀의 단계는 몇가지가 될 것인지, 본문중에 주석이나, 맺음말부분은 존재할 것인지 등등을 통일하고 정의하는 것도 상당히 중요합니다.&amp;nbsp;하지만, 제가 겪어본 대부분의 디자이너분들이 글의 스타일은 거의 지정을 안해주더이다. 그래서 거의 제가 생각하는대로 했기 때문에 조금은 이부분이 객관화가 덜 된 부분일지 모르겠습니다.&lt;/P&gt; &lt;P&gt;서로 다른 본문의 스타일을 구분해봅니다.&lt;/P&gt; &lt;P&gt;일반적으로 카테고리별로 디자인에 맞추어 글자색이 다른 경우가 많으니 카테고리명으로 class이름을 정할 때가 많습니다. &lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.company_Content&amp;nbsp; {color : #363636 ; line-height : 150%}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.education_Content&amp;nbsp; {color : #210021 ; line-height : 150%}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;임의로 본문이라는 뜻으로 Content를 자주 쓰는데, class이름을 정할 때 카테고리명을 앞에 쓸지 Content를 앞에 쓸것인지는 상황에 따라 다를 수 있습니다. 입맛대로 하시길...&lt;/P&gt; &lt;P&gt;간혹, 본문중간에 이미지가 들어간다던지, 테이블이 삽입되는 경우에는...&lt;/P&gt; &lt;P&gt;line-height속성이 각각의 자간과 줄간격을 일그러트리는 경우가 많습니다.&lt;/P&gt; &lt;P&gt;이때에는 class가 정의된 문단을 종료하고서 테이블을 삽입하는 것이 좋습니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;타이틀의 class이름도 마찬가지로 정의합니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.company_title&amp;nbsp; {color : #363636 ; font-weight : bolder ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.education_title&amp;nbsp; {color : #210021 ; font-size : 15pt ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;타이틀의 경우 타이틀 앞부분에 아이콘이 붙는다던지, 뒤에 링크버튼이 붙는다는지, 주석이 달린다던지...하는 경우가 많습니다. 이 점도 감안해서 각각의 경우를 정의해놓습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.company_title_icon&amp;nbsp; {color : #363636 ;&amp;nbsp;vertical-align : bottom }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.company_title_more&amp;nbsp; {color : #363636 ;&amp;nbsp;vertical-align :&amp;nbsp;middle }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.company_title_sup&amp;nbsp;&amp;nbsp; {color : #363636 ;&amp;nbsp;vertical-align :&amp;nbsp;top ; line-height : 19pt;&amp;nbsp;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;주석과 맺음말, 그외의 다른 문단이 삽입되는 경우를&amp;nbsp;정의합니다.&lt;/P&gt; &lt;P&gt;이 부분은 웬만해선 미리 정의하기에는 어려운 면이 많습니다.&lt;/P&gt; &lt;P&gt;class이름정도만 미리 예상해놓는 것만으로도 상당히 편리할 것입니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.company_notes {}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.company_epil&amp;nbsp;&amp;nbsp;&amp;nbsp; {}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;4. 예상가능한 링크의 종류를 설정한다.&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;네비게이션의 단계의 구분이 뚜렷하다면, 이를 설정하는 것도 꽤 유용한 방법입니다.&lt;/P&gt; &lt;P&gt;보통은, 상단네비게이션, 좌단네비게이션, 하단네비게이션, CopyRight부분등이 이에 해당하며, 각각의 링크는 뚜렷한 연계성이 없기 때문에 각각을 구분하여 지정하는 것이 좋습니다.&lt;/P&gt; &lt;P&gt;한단계 더 하자면 각 위치별로 상위, 하위링크인지도 뚜렷하다면 이도 지정하는 것이 좋습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;*///////////////기본적인 링크의 스타일 정의////////////////////////&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a:link&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;text-decoration:none ; font-family : 굴림, Gulim, Helvetica ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a:active&amp;nbsp; {&amp;nbsp;text-decoration:none ; font-family : 굴림, Gulim, Helvetica ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a:visited {&amp;nbsp;text-decoration:none ; font-family : 굴림, Gulim, Helvetica ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a:hover &amp;nbsp;{&amp;nbsp;text-decoration:none ; font-family : 굴림, Gulim, Helvetica ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;*///////////////상단 네비게이션 링크////////////////////////&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.TopNv_Hi&amp;nbsp; { font-size : 15px ; font-weight : bolder ; color : #164234}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.TopNv_Lo { font-size : 13px ; font-weight : normal ; color : #030303}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;*///////////////상단 네비게이션 링크////////////////////////&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.LeftNv_Hi&amp;nbsp; { font-size : 13px ; font-weight :&amp;nbsp;normal ; color : #3462FF}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.LeftNv_Lo a&amp;nbsp;{ font-size : 13px ; font-weight : normal ; color : #3462AA}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;.LeftNv_Lo&amp;nbsp;&amp;nbsp;&amp;nbsp; { font-size : 13px ; font-weight : normal ; color : #3462AA}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;lt;&amp;lt;링크와 같은 스타일의 text가 혼재한다면 같이 지정함이 좋습니다.&amp;gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;두번째로 본문에 들어갈 링크의 종류를 예상해봅니다.&lt;/P&gt; &lt;P&gt;일반적으로 예상가능한 종류는&lt;/P&gt; &lt;P&gt;다른 메뉴로의 이동, 타 사이트로의 이동, 메일주소, 이름, 주석 혹은 설명페이지로의 이동, 팦업&lt;/P&gt; &lt;P&gt;역시 컨텐츠에 지정된 폰트크기를 상속받게 하는 것이 좋으므로 font-size를 지정하지 않는 것이 좋으며, 종류에 따라 underline만이 필요할지, 뚜렷한 스타일이 필요할 것인지 디자이너가 판단하여야 할것 입니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.text_Outer { color : #FF0000 ; text-decoration : underline ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.text_email {&amp;nbsp;color : #000000 ; background-color : #EEEEEE&amp;nbsp;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.text_username{&amp;nbsp;color :&amp;nbsp;#3333FF ; font-weight : bolder ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;세번째로 게시판 리스트부분의 링크 스타일을 정의합니다.&lt;/P&gt; &lt;P&gt;보통은 각 카테고리마다 게시판의 디자인이 다르게 하는 경우가 많으므로 카테고리명 그대로 사용하는 것이 편할 때가 많습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.bbs_shop&amp;nbsp;{ color : #3232FA ; text-decoration :&amp;nbsp;none ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.bbs_biz &amp;nbsp;&amp;nbsp; { color : #4444AA ; text-decoration :&amp;nbsp;none ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;3~4줄의 리스트를 컨텐츠 페이지에서 보여주는 게시판의 경우는 active 링크에 볼드를 처리하는 경우도 있고, 자신의 글의 경우, 자신의 이름부분에 스타일을 달리하는 경우도 있겠죠.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;a.bbs_shop_act { color : #3232FA ; text-decoration :&amp;nbsp;none ; font-weight : bolder ; }&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;5. Form태그들의 스타일을 정의합니다.&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;form태그의 기본 문자 스타일을 정의합니다.&lt;/P&gt;&lt;FONT color=#177fcd&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;form&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;{&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration:none ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size:9pt ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family : 굴림,Gulim,Helvetica ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin : 0 0 0 0&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;}&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;input, select , option, textarea, button&amp;nbsp;, fieldset, legend, label&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;{&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration:none ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size:9pt ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family : 굴림,Gulim,Helvetica ;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color:#454545&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;P&gt;(form에서 유저가 입력하는 내용은 다른 본문과 다른 스타일로 쓰여지는 것이 UI에서 이점을 가지고 있다고 연구되어왔고, 저도 예전부터 그렇게 생각해왔지만, 디자이너분들이 사소한 부분이라고 치부하는 바람에 그다지 보편화되지는 못한 듯 합니다.)&lt;/P&gt; &lt;P&gt;form태그들은&amp;nbsp;각 카테고리별로 크기와 배경색, 보더를 가지기에 미리 정하기가 애매합니다.&lt;/P&gt; &lt;P&gt;네비게이션부분에서 쓰이는 부분, 검색부분, 로그인부분을 미리 정하고, &lt;/P&gt; &lt;P&gt;각 카테고리별로도 검색, 사용자입력, 기능형등으로 분류해서 정하는 것이 좋을 듯 합니다.&lt;/P&gt; &lt;P&gt;저두 이건 예상하기 너무 힘들어서 그때그때 씁니다...^^&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;6. 사이트 특징적인 부분&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;설명하기 애매합니다만, &lt;/P&gt; &lt;P&gt;쇼핑몰의 가격, Confirm부분의 YES or NO, 입력확인부분, History&lt;/P&gt; &lt;P&gt;커뮤니티의 유저이름, 기능성 링크, Site Depth부분, History&lt;/P&gt; &lt;P&gt;증권사사이트의 가격변동폭, 지수, &lt;/P&gt; &lt;P&gt;들과 같이 유저에게 가장 강하게 어필되어야 하는 text부분같은 것은 사이트 전체에서 일관성이 강조되어야 하는 것들입니다. 이런 것들은 기획단계에서부터 그 종류와 성격, 강조의 경중 등등을 미리 협의, 검토, 정리를 한 후 CSS코딩되어야 합니다.&lt;/P&gt; &lt;P&gt;워낙 많으니 예는 안 올릴렵니다.&lt;/P&gt; &lt;P&gt;끝냤슈~&lt;/P&gt; &lt;P&gt;간단하게 요약하자면 &lt;/P&gt; &lt;P&gt;object(text) &amp;gt; inline &amp;gt; block 작은 단위에서 큰 단위로 정의하고, &lt;/P&gt; &lt;P&gt;다시 기능적인 부분과 특이한 경우를 세밀하게 정의하는 순서입니다.&amp;nbsp; &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20001683859&quot; target=_blank&gt;네이밍 가이드&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>논리 태그 사용</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152855"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152855#comment"/>		<id>https://mbg1346.inour.net/html/152855</id>
		<published>2008-04-04T18:52:50+09:00</published>
		<updated>2008-04-04T18:52:50+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">논리(Logical) 태그란? 태그에 한가지 의미를 가지고 있는 것으로서, 초보자용 HTML 서적이나, 웹디자인 학원, 일선현장에서 전혀 사용되지 않는 태그들입니다. 이는 익스플로러와 넷스케이프같은 비주얼 브라우저에 국한하여 디자인하는 것 때문에 이같은 일이 계속되고 있습니다. HTML4.1에서 제시한, 사용자 접근성이 높은 웹페이지 디자인, 논리구조를 가진 Structure Design을 제작함에 있어... HTML과 CSS의 분리(CSS Based D...</summary>
	<content type="html">&lt;P&gt;논리(Logical) 태그란?&lt;/P&gt; &lt;P&gt;태그에 한가지 의미를 가지고 있는 것으로서,&lt;/P&gt; &lt;P&gt;초보자용&amp;nbsp;HTML 서적이나, 웹디자인 학원, 일선현장에서&lt;/P&gt; &lt;P&gt;전혀 사용되지 않는 태그들입니다.&lt;/P&gt; &lt;P&gt;이는&amp;nbsp;익스플로러와 넷스케이프같은 비주얼 브라우저에 국한하여 디자인하는 것 때문에 이같은 일이 계속되고 있습니다.&lt;BR&gt;&lt;BR&gt;HTML4.1에서 제시한, &lt;BR&gt;사용자 접근성이 높은 웹페이지 디자인, 논리구조를 가진 Structure Design을 제작함에 있어...&lt;BR&gt;HTML과 CSS의 분리(CSS Based Design)와함께&lt;BR&gt;논리 태그를 씀으로서 웹페이지 자체에 논리와 의미를 가지도록 하는 것이 중요합니다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;STRONG&gt;&lt;FONT size=4&gt;1. Block속성의 논리 태그&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;이 태그는 문단과 문단의 시작과 끝을 나타내는 태그입니다.&lt;BR&gt;&amp;lt;div&amp;gt;를 제외한 모든 태그들의 상위개념으로 사용되어야 합니다.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;h1&amp;gt;,&amp;lt;h2&amp;gt;,&amp;lt;h3&amp;gt;,&amp;lt;h4&amp;gt;,&amp;lt;h5&amp;gt;,&amp;lt;h6&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;이 태그는 글내에서 제목을 표시하는 태그들입니다.&lt;/P&gt; &lt;P&gt;글을 보면 큰 제목이 있고, 그보다 하위레벨의 제목이 있듯이...&lt;/P&gt; &lt;P&gt;HTML4.1에서는 각각 1부터 6까지 그 대,중,소를 단계적으로 사용할 것을 제시하였습니다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;&lt;STRONG&gt;&amp;lt;p&amp;gt;와 &amp;lt;h1&amp;gt;의 사용예&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;H1&gt;여학생이 남학생보다 허리 많이 휘어&quot; &lt;/H1&gt; &lt;H2&gt;市교육청 초등5년생 13만명 조사결과..&quot;예방엔 자세.운동.식사 좋아&quot;&lt;/H2&gt; &lt;P&gt;&lt;FONT size=2&gt;척추가 비틀어지면서 에스(S)자 모양으로 휘어지는 `척추측만증&#039; 질환이 남학생보다는 여학생들한테 더 많이 나타나는 것으로 집계됐다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;서울시교육청 학교보건원은 작년 4∼12월 시내 551개 초등학교 5학년생 13만1천54명을 대상으로 조사한 결과, 척추가 많이 휜 학생들은 전체의 0.7%인 911명에 달했다고 25일 밝혔다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;이 가운데 남학생은 전체 6만9천229명 중 0.52%인 362명인 반면 여학생은 6만1천825명 중 0.89%인 549명에 달했다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;척추측만증으로 발전하기 전 단계인 척추만곡증 환자도 여학생이 남학생에 비해 최고 8배 가량 많은 것으로 나타났다.&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;h1&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color=#8e8e8e&gt;여학생이 남학생보다 허리 많이 휘어&quot;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/h1&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;lt;h2&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color=#8e8e8e&gt;市교육청 초등5년생 13만명 조사결과..&quot;예방엔 자세.운동.식사 좋아&quot;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/h2&amp;gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT color=#0000ff&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color=#8e8e8e&gt;척추가 ...집계됐다.&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/p&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color=#8e8e8e&gt;서울시...밝혔다.&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;&amp;lt;/p&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color=#8e8e8e&gt;이 가운데&amp;nbsp;... 달했다.&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;&amp;lt;/p&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;&amp;lt;p&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color=#8e8e8e&gt;척추...나타났다.&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;&amp;lt;/p&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;blockquote&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;이 태그는 글 중에 인용문이 있을 때 사용됩니다.&lt;BR&gt;좌측에 40pixel의 MARGIN을 가지고 있습니다.&lt;BR&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;사용예&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff&gt; &lt;P&gt;&lt;FONT color=#333333&gt;25일 이임식에서 유 교육감은 &lt;/FONT&gt; &lt;BLOCKQUOTE&gt;&lt;FONT color=#8e8e8e&gt;“서울교육의 변화와 개혁은 다시 과거로 되돌릴 수 없으며 후퇴해서도 안된다. 앞으로도 미력이나마 서울교육 발전에 힘을 보탤 것”&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt; &lt;P&gt;&lt;FONT color=#333333&gt;이라고 말했다. &lt;/FONT&gt; &lt;P&gt;&lt;FONT color=#333333&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#333333&gt;그러나 이날 이임식에는 그가 발탁해서, 요직에 기용하고, 승진까지 시킨 공무원 상당수가 보이지 않았다. 시교육청 주변에서는 “쓸쓸한 그의 퇴임은 자업자득”이라는 말이 돌았다.&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;25일 이임식에서 유 교육감은 &lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;blockquote&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;서울교육의 변화와 ...힘을 보탤 것”&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/blockquote&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;이라고 말했다.&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/p&amp;gt;&lt;BR&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;그러나&amp;nbsp;...돌았다.&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;address&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;이 태그는 글의 작자, 저작자의 정보를 담는 태그입니다.&lt;BR&gt;일반적으로 신문사사이트에서 기자의 이름과 이메일부분을 이 태그를 적용하여야 합니다.&lt;BR&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;사용예&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;25일 이임식에서 유 교육감은 &lt;BLOCKQUOTE&gt;“서울교육의 변화와 개혁은 다시 과거로 되돌릴 수 없으며 후퇴해서도 안된다. 앞으로도 미력이나마 서울교육 발전에 힘을 보탤 것”&lt;/BLOCKQUOTE&gt;이라고 말했다. &lt;P&gt;&lt;/P&gt; &lt;P&gt;그러나 이날 이임식에는 그가 발탁해서, 요직에 기용하고, 승진까지 시킨 공무원 상당수가 보이지 않았다. 시교육청 주변에서는 “쓸쓸한 그의 퇴임은 자업자득”이라는 말이 돌았다.&lt;BR&gt;이낙진 기자 &lt;A class=con_link href=&quot;mailto:lee**@kfta.or.kr&quot; target=_blank&gt;&lt;FONT color=#0000ff&gt;lee**@kfta.or.kr&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;&lt;A class=con_link target=_blank DRESS&gt;&lt;A class=con_link target=_blank DRESS&gt;&lt;A class=con_link target=_blank DRESS&gt; &lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;25일 이임식에서 유 교육감은 &lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;blockquote&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;서울교육의 변화와 ...힘을 보탤 것”&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/blockquote&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;이라고 말했다.&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/p&amp;gt;&lt;BR&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;그러나&amp;nbsp;...돌았다.&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;&amp;lt;/p&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;address&amp;gt;&lt;/STRONG&gt;&lt;FONT color=#000000&gt;이낙진 기자&amp;nbsp;&amp;lt;a href=&quot;mailto:&lt;A class=con_link href=&quot;mailto:lee**@kfta.or.kr&quot; target=_blank&gt;&lt;FONT color=#000000&gt;lee**@kfta.or.kr&lt;/FONT&gt;&lt;/A&gt;&quot;&amp;gt;&lt;A class=con_link href=&quot;mailto:lee**@kfta.or.kr&quot; target=_blank&gt;&lt;FONT color=#000000&gt;lee**@kfta.or.kr&lt;/FONT&gt;&lt;/A&gt;&amp;lt;/a&amp;gt;&lt;/FONT&gt;&lt;STRONG&gt;&amp;lt;/address&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;2. Block속성의 물리태그&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;아래의 태그들은 HTML4.1에서 &lt;STRONG&gt;&lt;U&gt;&lt;FONT color=#ff0000&gt;사용을 자제할 것&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;을 제시하였습니다.&lt;BR&gt;&amp;lt;marquee&amp;gt;&lt;BR&gt;&amp;lt;pre&amp;gt;&lt;BR&gt;&amp;lt;listing&amp;gt;&lt;BR&gt;&amp;lt;xmp&amp;gt;&lt;BR&gt;&amp;lt;plaintext&amp;gt;&lt;BR&gt;&amp;lt;hr&amp;gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;3. Inline속성의 논리태그&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;abbr&amp;gt;, &amp;lt;acronym&amp;gt;, &amp;lt;dfn&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face=굴림체&gt;&amp;lt;abbr&amp;gt;&lt;/FONT&gt;은 abbreviation의 줄임말로 &lt;B&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;&quot;축약어&quot;&lt;/FONT&gt;&lt;/B&gt; 을 뜻하며&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;(말을 줄여쓰는 것)&lt;BR&gt;&lt;/FONT&gt;&lt;CODE&gt;&lt;FONT face=굴림체&gt;&amp;lt;acronym&amp;gt;&lt;/FONT&gt;&lt;/CODE&gt;는 &lt;B&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;&quot;두문자어&quot;&lt;/FONT&gt;&lt;/B&gt; 를 뜻하며&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;(긴 단어의 첫문자를 모아쓰는 것)&lt;BR&gt;&lt;/FONT&gt;&lt;CODE&gt;&lt;FONT face=굴림체&gt;&amp;lt;dfn&amp;gt;&lt;/FONT&gt;&lt;/CODE&gt; 은 instance definition의 줄임말로 &lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;새로운 단어에 대한 정의&lt;/FONT&gt;을 붙이는 태그입니다.&lt;BR&gt;&amp;lt;dfn&amp;gt;태그는 이탤릭체로 구현이 되며, &lt;BR&gt;&amp;lt;abbr&amp;gt;, &amp;lt;acronym&amp;gt;태그들은 일정한 비주얼을 가지지 못하여, 일반 텍스트와 별 차이가 없습니다.&lt;BR&gt;이들을 강조하고자 할 때에는 CSS로 스타일을 만들어주면 됩니다.&amp;nbsp;&lt;BR&gt;&lt;U&gt;이 태그들에는 title속성을 써서 글에 대한 설명을 해주어야 합니다.&lt;BR&gt;&lt;/U&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;사용예&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff&gt;&lt;FONT color=#333333&gt; &lt;P&gt;Massachusetts(메사추세츠 주)를 줄여 Mass. 라고 쓰고, Apartmention(아파트)를 Apt.라고 줄여씁니다. 이처럼 단어의 자음이나 모음만 맞춰서, 혹은 아무상관없이 긴 단어을 단순하게 줄여쓰는 경우가 말합니다. 우리나라에서는 이러한 형태로 줄여쓰는 경우가 그다지 많지 않아 예를 따로 만들기가 힘들군요.&lt;/P&gt; &lt;P&gt;&lt;BR&gt;두문자어는 축약어와 비슷하지만 여러 단어로 이루어진 문장 또는 복합단어의 앞글자만 따서 줄여쓰는 것을 말합니다. USA는 United States of America의 두문자어이고, NATO는 North Atlantic Treaty Organization의 두문자어입니다. 우리글의 경우에는, 경실련이나 노사모 같은 단체 이름을 두문자어로 자주 부르져.&lt;/P&gt; &lt;P&gt;&lt;BR&gt;&amp;lt;dfn&amp;gt;태그는 꽤 설명하기가 애매한데, 음악하는 밴드나 그룹의 경우 그룹명을 이것저것 짜맞춰 만드는 경우가 많죠. 오래된 밴드 015B의 경우, &quot;까마귀날자 배떨어진다.&quot;라는 말을 숫자와 영어로 만들어낸 단어이지요. 이런 단어에 &amp;lt;dfn&amp;gt;태그를 씁니다.&lt;BR&gt;&lt;A class=con_link title=&quot;노무현을 사랑하는 모임&quot; target=_blank RONYM&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;lt;p&amp;gt;Massachusetts(메사추세츠 주)를 줄여 &lt;FONT style=&quot;BACKGROUND-COLOR: #99dcff&quot;&gt;&amp;lt;abbr title=&quot;Massachusetts&quot;&amp;gt;&lt;/FONT&gt;Mass&lt;FONT style=&quot;BACKGROUND-COLOR: #99dcff&quot;&gt;.&amp;lt;/abbr&amp;gt;&lt;/FONT&gt; 라고 쓰고, Apartmention(아파트)를 &lt;FONT style=&quot;BACKGROUND-COLOR: #99dcff&quot;&gt;&amp;lt;abbr title=&quot;Apartmention&quot;&amp;gt;&lt;/FONT&gt;Apt&lt;FONT style=&quot;BACKGROUND-COLOR: #99dcff&quot;&gt;.&amp;lt;/abbr&amp;gt;&lt;/FONT&gt;라고 줄여씁니다. 이처럼 단어의 자음이나 모음만 맞춰서, 혹은 아무상관없이 긴 단어을 단순하게 줄여쓰는 경우가 말합니다. 우리나라에서는 이러한 형태로 줄여쓰는 경우가 그다지 많지 않아 예를 따로 만들기가 힘들군요.&amp;lt;/p&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;lt;p&amp;gt;두문자어는 축약어와 비슷하지만 여러 단어로 이루어진 문장 또는 복합단어의 앞글자만 따서 줄여쓰는 것을 말합니다.&lt;BR&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;acronym title=&quot;United States of America&quot;&amp;gt;&lt;/FONT&gt;USA&lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;/acronym&amp;gt;&lt;/FONT&gt;는 United States of America의 두문자어이고, &lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;acronym title=&quot;North Atlantic Treaty Organization&quot;&amp;gt;&lt;/FONT&gt;NATO&lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;/acronym&amp;gt;&lt;/FONT&gt;는 North Atlantic Treaty Organization의 두문자어입니다.&lt;BR&gt;우리글의 경우에는, &lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;acronym title=&quot;경제 실업인 연합&quot;&amp;gt;&lt;/FONT&gt;경실련&lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;/acronym&amp;gt;&lt;/FONT&gt;이나 &lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;acronym title=&quot;노무현을 사랑하는 모임&quot;&amp;gt;&lt;/FONT&gt;노사모&lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot;&gt;&amp;lt;/acronym&amp;gt;&lt;/FONT&gt; 같은 단체 이름을 두문자어로 자주 부르져.&amp;lt;/p&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;lt;p&amp;gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=#333333&gt;&amp;lt;dfn&amp;gt;태그는 꽤 설명하기가 애매한데, 음악하는 밴드나 그룹의 경우 그룹명을 이것저것 짜맞춰 만드는 경우가 많죠. 오래된 밴드 &lt;FONT style=&quot;BACKGROUND-COLOR: #ffdaed&quot;&gt;&amp;lt;dfn title=&quot;까마귀날자 배떨어진다.공일오비의 줄임말&quot;&amp;gt;015B&amp;lt;/dfn&amp;gt;&lt;/FONT&gt;의 경우, &quot;까마귀날자 배떨어진다.&quot;라는 말을 숫자와 영어로 만들어낸 단어이지요. 이런 단어에 &amp;lt;dfn&amp;gt;태그를 씁니다.&amp;lt;/&lt;/FONT&gt;p&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;q&amp;gt;, &amp;lt;cite&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face=굴림체&gt;&amp;lt;q&amp;gt;&lt;/FONT&gt;는 다른 사람의 말이나 글을 인용했음을 나타내는 태그이고,&lt;BR&gt;&amp;lt;cite&amp;gt;태그는 인용문의 출처, 출처에 대한 설명들을 나타내는 태그입니다.&lt;BR&gt;&amp;lt;q&amp;gt;태그는 문장의 앞과 뒤에 인용부호(&quot;)가 붙도록 되어 있으나, 익스플로러에서는 지원하지 않으며, 넷스케이프6.0에서만 지원합니다. HTML4.1에서 &amp;lt;q&amp;gt;태그에 lang속성을 써서 인용문의 언어를 표시하기를 권장하고 있습니다.&lt;BR&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;사용예&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;25일 이임식에서 유 교육감은 “서울교육의 변화와 개혁은 다시 과거로 되돌릴 수 없으며 후퇴해서도 안된다. 앞으로도 미력이나마 서울교육 발전에 힘을 보탤 것”이라고 말했다. &lt;BR&gt; &lt;P&gt;&lt;/P&gt; &lt;P&gt;그러나 이날 이임식에는 그가 발탁해서, 요직에 기용하고, 승진까지 시킨 공무원 상당수가 보이지 않았다. 시교육청 주변에서는 “쓸쓸한 그의 퇴임은 자업자득”이라는 말이 돌았다.&lt;BR&gt;&lt;BR&gt;출처 :&amp;nbsp;&lt;EM&gt;한국교육신문&lt;/EM&gt;&amp;nbsp; &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;25일 이임식에서 유 교육감은 &lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;q lang=&quot;euc-kr&quot;&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;서울교육의 변화와 ...힘을 보탤 것”&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/q&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;이라고 말했다.&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/p&amp;gt;&lt;BR&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;그러나&amp;nbsp;...돌았다.&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;&amp;lt;/p&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;/STRONG&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;출처 :&amp;nbsp;&lt;/FONT&gt;&lt;STRONG&gt;&amp;lt;cite&amp;gt;&lt;/STRONG&gt;&lt;FONT color=#000000&gt;한국교육신문&lt;/FONT&gt;&lt;STRONG&gt;&amp;lt;/cite&amp;gt;&amp;lt;/p&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;STRONG&gt;&amp;lt;code&amp;gt;,&amp;lt;kbd&amp;gt;,&amp;lt;samp&amp;gt;,&amp;lt;var&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;&amp;lt;code&amp;gt;는 프로그램코드를 화면에 출력할 때&lt;BR&gt;&amp;lt;kbd&amp;gt;는 키보드로 입력된 문자나 글을 화면에 출력할 때 이용&lt;BR&gt;&amp;lt;var&amp;gt;는 프로그램코드의 변수, 정수를 브라우저에 출력할 때 사용&lt;BR&gt;&amp;lt;samp&amp;gt; 는 프로그램을 거쳐 출력되는 글이나 문자임을 나타낼 때&lt;BR&gt;&lt;BR&gt;&amp;lt;var&amp;gt;는 이탤릭체로 구현이 되며, 다른 3가지는 Monospace Font로 구현이 됩니다.&lt;/FONT&gt;&lt;/P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A class=con_link href=&quot;http://blog.naver.com/frui2store/20005149672&quot; target=_blank&gt;&lt;FONT face=굴림체&gt;&lt;FONT color=#99cc66&gt;(Monospace font에 대한 설명)&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; face=굴림체 size=4&gt;&lt;BR&gt;사용예&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT face=굴림체 size=2&gt;function X_alert() {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;window.alert(&#039;잘 둘러보구 가란 마랴!!&#039;);&lt;BR&gt;}&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림체&gt;&lt;VAR&gt;Log1 = 12&lt;BR&gt;Log2 = 2&lt;BR&gt;Log3 = 23&lt;BR&gt;&lt;/VAR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림체&gt;&lt;SAMP&gt;구매결제인증이 완료되었습니다.&lt;/SAMP&gt; &lt;BR&gt;frui2store 님이 입력하신 별명: &lt;KBD&gt;Tough Guy&lt;/KBD&gt; (을)를 사용하시겠습니까?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=굴림체&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림체&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;code&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;function X_alert() {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.alert(&#039;잘 둘러보구 가란 마랴!!&#039;);&lt;BR&gt;}&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/code&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&lt;BR&gt;&lt;FONT face=굴림체&gt;&amp;lt;var&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;FONT face=굴림체&gt;&amp;nbsp;&amp;nbsp; Log1 = 12&amp;lt;br&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; Log2 = 2&amp;lt;br&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; Log3 = 23&amp;lt;br&amp;gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/var&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;samp&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;구매결제인증이 완료되었습니다.&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/samp&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;BR&gt;frui2store 님이 입력하신 별명: &lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;kbd&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;Tough Guy&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/kbd&amp;gt; &lt;/FONT&gt;&lt;/STRONG&gt;(을)를 사용하시겠습니까?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face=굴림체&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;del&amp;gt;,&amp;lt;ins&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color=#333333&gt;&amp;lt;del&amp;gt;은 수정으로 인해 삭제된 문자를 남겨둘 필요가 있을 때 이 태그를 사용합니다.&lt;BR&gt;Line-through로 구현이 됩니다.&lt;BR&gt;&lt;BR&gt;&lt;CODE&gt;&amp;lt;ins&amp;gt;&lt;/CODE&gt;는 수정으로 인해 수정(삽입)된 단어를 표시할 때 사용하며, Underline으로 구현됩니다.&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A class=con_link href=&quot;http://blog.naver.com/frui2store/20005149672&quot; target=_blank&gt;&lt;BR&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; face=굴림체 color=#333333 size=4&gt;사용예&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림체&gt;&lt;FONT size=3&gt;제 96회 재동 &lt;DEL&gt;국민학교&lt;/DEL&gt;&lt;INS&gt;초등학교&lt;/INS&gt; 의 동창회를 개최합니다.&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=굴림체&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT face=굴림체&gt;&lt;FONT color=#0000ff&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;제 96회 재동 &lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;del&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;국민학교&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/del&amp;gt;&amp;lt;ins&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;초등학교&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/ins&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt; 의 동창회를 개최합니다.&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=굴림체&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;em&amp;gt;,&amp;lt;strong&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;lt;em&amp;gt;은 emphasis의 준말로 강조를 뜻할 때 사용하며,&lt;BR&gt;&amp;lt;strong&amp;gt;은 strong emphasis의 준말로, &amp;lt;em&amp;gt;태그보다 더 강조되는 사항에 사용합니다.&lt;BR&gt;즉, 강조하고자 하는 사항을 2단계로 구분하여 사용할 때 사용됩니다.&lt;BR&gt;&amp;lt;em&amp;gt;은 이탤릭체로 구현이 되며, &amp;lt;strong&amp;gt;은 볼드체로 구현합니다.&lt;BR&gt;이탤릭체는 한글사용에 있어, 강조의 뜻을 전하기는 커녕, 기독성마져 떨어트리는 경우가 많습니다. 강조의 단계를 두어 &amp;lt;em&amp;gt;을 사용할 때에는 &amp;lt;em&amp;gt;, &amp;lt;strong&amp;gt;태그 두가지에 각각 단계가 구분되는 디자인 스타일을 지정해놓고 사용하는 것이 좋습니다.&lt;BR&gt;&lt;/FONT&gt;&lt;A class=con_link href=&quot;http://blog.naver.com/frui2store/20005149672&quot; target=_blank&gt;&lt;BR&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; face=굴림체 size=4&gt;사용예&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림체&gt;&lt;FONT size=3&gt;웹 페이지의 디자인은 &lt;EM&gt;클라이언트&lt;/EM&gt; 보다는 &lt;STRONG&gt;사용자&lt;/STRONG&gt; 가 우선임을 잊지 말아야 합니다. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=굴림체&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot; size=4&gt;HTML Code&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt; &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#dadada&gt; &lt;TABLE cellSpacing=1 cellPadding=3 width=&quot;100%&quot; border=0&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD bgColor=#fbfbfb&gt; &lt;P&gt;&lt;FONT color=#0000ff&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림체&gt;&lt;FONT color=#000000 size=3&gt;&lt;FONT size=2&gt;웹 페이지의 디자인은 &lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;em&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;클라이언트&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/em&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt; 보다는&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;사용자&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/strong&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt; 가 우선임을 잊지 말아야 합니다.&lt;/FONT&gt; &lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;4. Inline속성의 물리태그&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=굴림체&gt;아래의 태그들은 태그 자체에 아무런 의미없이, &lt;BR&gt;단지, 비주얼적인 용도로만 사용되는 태그로서&lt;BR&gt;HTML4.1에서 사용을 자제하라고 제시하였습니다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;font &lt;BR&gt;b &lt;BR&gt;i &lt;BR&gt;u &lt;BR&gt;s,strike &lt;BR&gt;sup sub &lt;BR&gt;big small &lt;BR&gt;bdo &lt;BR&gt;tt &lt;BR&gt;blink &lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=#333333&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;※ &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;위의 태그들을 사용을 자제하라는 W3C의 제안,&lt;BR&gt;CSS를 이용하여 구현하라는 HTML4.1에서의 제시한 내용의 의미는...&lt;BR&gt;&lt;BR&gt;이쁜 모양새만를 위한 Design을 함으로서 사용되는 태그들의 사용을 제한하라는 것입니다.&lt;BR&gt;웹페이지는 논리태그들을 적극적으로 사용하여 &lt;STRONG&gt;&lt;U&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;글의 정보를 담도록 하고&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;,&lt;BR&gt;웹페이지의 &lt;STRONG&gt;&lt;U&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;디자인은 CSS를 이용하여 구현&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;하라고 한 것입니다.&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=#333333&gt;논리태그의 사용과&lt;BR&gt;HTML, CSS의 분리사용(CSS Based Design)은&lt;BR&gt;이런 의미를 가지고 있는 것입니다. &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20005268334&quot; target=_blank&gt;논리 태그 사용&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>POSITION속성과 그 속성값</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152846"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152846#comment"/>		<id>https://mbg1346.inour.net/html/152846</id>
		<published>2008-04-04T18:48:41+09:00</published>
		<updated>2017-04-22T18:22:11+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">흔히들...position:absolute 이 속성을 레이어 띄우기용으로만 사용하는데... position값의 속성을 자세히 알면... 훨씬 다양한 레이어를 구성할 수 있다. position속성에는 4가지 값이 존재한다. absolute, relative, static, fixed 이중 static값은 position속성을 사용하지 않았을 때의 값이고... fixed값은 프린트용 (워드나 아래아한글에서 머리글,바닥글과 유사한 용도) CSS속성으로 비쥬얼브라우저나 미디어브라우저에서는 ...</summary>
	<content type="html">&lt;P&gt;흔히들...position:absolute 이 속성을 레이어 띄우기용으로만 사용하는데...&lt;/P&gt; &lt;P&gt;position값의 속성을 자세히 알면...&lt;/P&gt; &lt;P&gt;훨씬 다양한 레이어를 구성할 수 있다.&lt;/P&gt; &lt;P&gt;position속성에는 4가지 값이 존재한다.&lt;/P&gt; &lt;P&gt;absolute, relative, static, fixed&lt;/P&gt; &lt;P&gt;이중 &lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;static&lt;/STRONG&gt;값은 position속성을 사용하지 않았을 때의 값이고...&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;fixed&lt;/STRONG&gt;값은&amp;nbsp;프린트용 (워드나 아래아한글에서 머리글,바닥글과 유사한 용도) CSS속성으로 비쥬얼브라우저나 미디어브라우저에서는 쓰이지 않을 것이다.&lt;/P&gt; &lt;P&gt;그럼 2가지밖에 없다...^^...&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;absolute&lt;/STRONG&gt;와 &lt;STRONG&gt;relative&lt;/STRONG&gt; 모두&lt;/P&gt; &lt;P&gt;태그가 시작하는 위치로부터 left,top,right,bottom값의 영향을 받아 위치를 변경할 수 있다.&lt;/P&gt; &lt;P&gt;단, 다른 점이라면...&lt;/P&gt; &lt;P&gt;absolute는 본래 태그가 있던 위치에 공간값을 가지지 않는 반면&lt;/P&gt; &lt;P&gt;relative는 본래 태그가 있던 위치에 공간값을 가진다.&lt;/P&gt; &lt;P&gt;쉽게 말해...(쉽게 설명하기 힘들다.)&lt;/P&gt; &lt;P&gt;absolute 속성을 받은 태그가 레이어로 띄워지고서 다음 태그가 그 위치로 오게 되는 것이다.&lt;/P&gt; &lt;P&gt;&lt;IMG alt=position1-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152846/position1-frui2store.gif&quot; &gt;&lt;/P&gt; &lt;P&gt;&lt;IMG alt=position2-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152846/position2-frui2store.gif&quot; &gt;&lt;/P&gt; &lt;P&gt;z-index를 쓰지 않아도 두번째 블록이 첫번째 블록 위치로 올라오면서&lt;/P&gt; &lt;P&gt;첫번째 블록은 띄워진 블록(레이어)가 된다.&lt;/P&gt; &lt;P&gt;단, left,top,right,bottom값은 현재 브라우저에서 z-index값을 썼을 때처럼 잘못 구현되고 있다.&lt;/P&gt; &lt;P&gt;&lt;IMG alt=position3-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152846/position3-frui2store.gif&quot; &gt;&lt;/P&gt; &lt;P&gt;position:relative만을 썼을 땐...아무런 변화가 일어나지 않는다.&lt;/P&gt; &lt;P&gt;현재 자신의 공간값에 그대로 있기 때문이다.&lt;/P&gt; &lt;P&gt;&lt;IMG alt=position4-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152846/position4-frui2store.gif&quot; &gt;&lt;/P&gt; &lt;P&gt;left, top 값을 사용하면 absolute값을 쓸 때 처럼 레이어 형태로 구현이 되는데...&lt;/P&gt; &lt;P&gt;단, 두번째 블록은 첫번째 블록 원래 위치로 올라가지 않으며, 두 블록 모두 원래 자신의 공간값에 그대로 머물러 있다.&lt;/P&gt; &lt;P&gt;absolute = 절대적&lt;/P&gt; &lt;P&gt;relative = 상대적 의 차이란 저런 것이다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;position&lt;/STRONG&gt;속성을 가장 쉽게 응용 할 수 있는 것이라면&lt;/P&gt; &lt;P&gt;보통...사이트의&amp;nbsp;상단메뉴같은 것을 구성할 때...&lt;/P&gt; &lt;CENTER&gt;&lt;IMG alt=position5-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152846/position5-frui2store.gif&quot; &gt;&lt;/CENTER&gt; &lt;P&gt;위와 같이 &quot;하위메뉴&quot;레이어를 띄우려...position:absolute에 left,top값을 모두 입력해주는데...&lt;/P&gt; &lt;P&gt;그러지 말고...&lt;/P&gt; &lt;P&gt;상위메뉴이미지나 링크에 &amp;lt;BR&amp;gt;한번만 쓰고&lt;/P&gt; &lt;P&gt;레이어에는 &lt;STRONG&gt;position:absolute&lt;/STRONG&gt;값만 써주면 일일히 left, top을 포토샵에 계산하는 불편이 줄어든다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;relative&lt;/STRONG&gt;속성을 가장 쉽게 응용하는 것이 있다면&lt;/P&gt; &lt;P&gt;가끔...이런저런 이유로 이쪽에 있던 컨텐츠를 조금 다른 쪽에 위치시켜줘야할때가 있다.&lt;/P&gt; &lt;P&gt;아래와 같이...&lt;/P&gt; &lt;P&gt;&lt;IMG alt=position6-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152846/position6-frui2store.gif&quot; &gt;&lt;/P&gt; &lt;P&gt;원래 코딩된 것...&lt;/P&gt; &lt;P&gt;&lt;IMG alt=position7-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152846/position7-frui2store.gif&quot; &gt;&lt;/P&gt; &lt;CENTER&gt;&amp;nbsp;&lt;/CENTER&gt; &lt;P&gt;밑줄 아래에도 여러 컨텐츠로 구성되어 있었지만...다행히...Select Box가 들어갈 여유공간이 있어서 &lt;STRONG&gt;position:relative;top:47px&lt;/STRONG&gt;만 쓰고 바꿀 수 있었다.&lt;/P&gt; &lt;P&gt;반대의 경우라면 top:-47px;로 해줘도 된다.&lt;BR&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4e4e4&quot;&gt;(offset의 속성값이 left, top, right, bottom값이 있지만&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4e4e4&quot;&gt;이상하게 아직까지도 브라우저에서 지원하지 않는다. 원래 마이너스 값은 사용하지 못하게 되어 있지만...right, bottom값이 지원하지 않는한...마이너스값을 써줘야한다.) &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20014417107&quot; target=_blank&gt;POSITION속성과 그 속성값&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>긴 제목 마우스오버시에만 보기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152842"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152842#comment"/>		<id>https://mbg1346.inour.net/html/152842</id>
		<published>2008-04-04T18:43:01+09:00</published>
		<updated>2017-04-22T18:22:09+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">프로그래머가 음악리스트부분의 작업하는 것을 보니... 글이 길때, 마우스오버하면 제목의 text들이 우에서 좌로 스크롤되도록 한다는 것을 알았다. 그런데...스크롤...이런 거 장점은 티끌만큼 있는 반면 단점은 우질라게 많은 거다. 게다가....Mozilla Firefox에선 아예 안되는 &lt;nobr&gt;태그까지...으으윽 이런저런 궁리를 하다가 엉뚱한 아이디어가 떠올랐다. &lt;a&gt;태그에 hover시 레이어개념으로 띄워서 긴 제목을 모두 보게 할 수 ...</summary>
	<content type="html">&lt;P&gt;프로그래머가 음악리스트부분의 작업하는 것을 보니...&lt;/P&gt; &lt;P&gt;글이 길때, 마우스오버하면 제목의 text들이 우에서 좌로 스크롤되도록 한다는 것을 알았다.&lt;/P&gt; &lt;P&gt;그런데...스크롤...이런 거 장점은 티끌만큼 있는 반면 단점은 우질라게 많은 거다.&lt;/P&gt; &lt;P&gt;게다가....Mozilla Firefox에선 아예 안되는 &amp;lt;nobr&amp;gt;태그까지...으으윽&lt;/P&gt; &lt;P&gt;이런저런 궁리를 하다가 엉뚱한 아이디어가 떠올랐다.&lt;/P&gt; &lt;P&gt;&amp;lt;a&amp;gt;태그에 hover시 레이어개념으로 띄워서 긴 제목을 모두 보게 할 수 있을까?&lt;/P&gt; &lt;P&gt;만들었다.&lt;/P&gt; &lt;P&gt;이기찬의 명곡(?)&lt;/P&gt; &lt;P&gt;&quot;시간은 모든 걸 잊혀지게 합니다. 하지만 사랑은 모든 걸 기억하게 하죠 (사랑이 아직 남았는데..)&quot;&lt;/P&gt; &lt;P&gt;꽤 긴 제목으로 악명이 높아 웬만한 음악사이트에서 100% 말줄임표를 쓰게하는...&lt;/P&gt; &lt;P&gt;제목부분에 마우스오버를 하면...&lt;/P&gt; &lt;CENTER&gt;&lt;IMG alt=realtitle2-frui2store.gif src=&quot;https://mbg1346.inour.net/files/attach/images/152811/152842/realtitle2-frui2store.gif&quot; &gt;&lt;/CENTER&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;요로케 된다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;a.:link {&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;U&gt;&lt;FONT color=#0000ff&gt;width:100%;height:12px;&lt;/FONT&gt;&lt;/U&gt;vertical-align:top;overflow:hidden;&lt;U&gt;&lt;FONT color=#0000ff&gt;position:static&lt;/FONT&gt;&lt;/U&gt;;color:#494949;&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display:block;background-color::#EFEFEF;&lt;/DIV&gt; &lt;DIV align=left&gt;}&lt;BR&gt;a.:visited { &lt;DIV align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;U&gt;&lt;FONT color=#0000ff&gt;width:100%;height:12px;&lt;/FONT&gt;&lt;/U&gt;vertical-align:top;overflow:hidden;&lt;U&gt;&lt;FONT color=#0000ff&gt;position:static&lt;/FONT&gt;&lt;/U&gt;;color:#494949;&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display:block;background-color::#EFEFEF;&lt;/DIV&gt; &lt;DIV align=left&gt;}&lt;/DIV&gt; &lt;DIV align=left&gt;a.:active { &lt;DIV align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;U&gt;&lt;FONT color=#0000ff&gt;width:100%;height:12px;&lt;/FONT&gt;&lt;/U&gt;;vertical-align:top;overflow:hidden;&lt;U&gt;&lt;FONT color=#0000ff&gt;position:static&lt;/FONT&gt;&lt;/U&gt;;color:#494949;&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display:block;background-color::#EFEFEF;&lt;/DIV&gt; &lt;DIV align=left&gt;}&lt;/DIV&gt; &lt;DIV align=left&gt;a.:hover {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display:block;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border:1px solid #DEDEDE;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;U&gt;&lt;FONT color=#0000ff&gt;width:495px;&lt;/FONT&gt;&lt;/U&gt;&lt;/DIV&gt; &lt;DIV align=left&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;U&gt;height:auto;&lt;/U&gt;&lt;/FONT&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;U&gt;&lt;FONT color=#0000ff&gt;position:absolute&lt;/FONT&gt;&lt;/U&gt;;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;overflow:show;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;color:#FF0000;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;vertical-align:top;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background-color:#FFFFFF;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;위의 소스에서 눈여겨 볼것은 2가지이다.&lt;/DIV&gt; &lt;DIV align=left&gt;width속성값, height속성값, 그리고 position속성값이다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;width와 height의 퍼센트(%)값은 해당태그의 겉을 감싸고 있는 태그 (어미태그)의 width값을 &lt;/DIV&gt; &lt;DIV align=left&gt;종속받아 그 값의 퍼센트(%)로 구현하는 것이다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;link, visited, active의 width는 &amp;lt;td&amp;gt;태그에 지정된 width값의 100%만큼의 너비를 가지게 되고&lt;/DIV&gt; &lt;DIV align=left&gt;레이어로 띄우는 hover때는 495px로 고정시키는 것이다.&lt;/DIV&gt; &lt;DIV align=left&gt;height의 경우는&amp;nbsp;제목의 긴 text를 감추기 위해 12px로 고정시켰다.&lt;/DIV&gt; &lt;DIV align=left&gt;레이어로 띄웠을 때에는 text의 길이만큼 자동으로 height가 넓어지도록 auto값을 주었다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;position속성의 또 하나의 값 static&lt;/DIV&gt; &lt;DIV align=left&gt;이것은 position의 기본값, absolute, relative값이 없을 때의 Default값이다. 안써도 별 상관없는 속성값이지만,&amp;nbsp;hover시에 absolute를 쓰기 위해선 이 Default값이 지정되어 있어야 했다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;그외 자세한 디테일은 스스로 해보며 조정해나가야 할 것이다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;그런데....&lt;/DIV&gt; &lt;DIV align=left&gt;참...훌륭한(?) 아이디어 이었음에도 불구하고...&lt;/DIV&gt; &lt;DIV align=left&gt;이것을 쓰기에는 뭔가 불편했다.&lt;/DIV&gt; &lt;DIV align=left&gt;짧은 제목이었을 때를 체크해주는 속성은 CSS에서 어떻게 해볼수가 없었다.&lt;/DIV&gt; &lt;DIV align=left&gt;&quot;녹색 정원&quot;같은 짧은 제목일 때에도 레이어로 띄워야만 하는 것이 꽤 큰 불편함으로 다가왔다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;굉장히 긴 글인데 짧은 요약글의 형태를 기본으로 하고&lt;/DIV&gt; &lt;DIV align=left&gt;마우스오버같은 액션으로 긴글을 보여줘야 하는...&lt;/DIV&gt; &lt;DIV align=left&gt;다른 곳에 쓰기에는 좋은 아이디어인 듯 하다.&lt;/DIV&gt; &lt;DIV align=left&gt;설명을 보여주어야 하는 popup layer같은 비속성CSS를 이용하는 경우에 대체해도 좋을 듯 하다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp; &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20015193183&quot; target=_blank&gt;긴 제목 마우스오버시에만 보기&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>xhtml 기본 작성법</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152839"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152839#comment"/>		<id>https://mbg1346.inour.net/html/152839</id>
		<published>2008-04-04T18:39:01+09:00</published>
		<updated>2008-04-04T18:39:01+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">CSS를 이용하여 html을 구성하는 것은... 궁극적으로 웹문서규격이 xhtml로 옮겨과는 중간과정중이라는 이유 하나밖에 없다. CSS를 이용하면 이런것이 좋고, 저런것이 좋고, 이런면에서 약간 어렵지만 다른 면에선 편하고 이런 것은 모두 부가적인 효과일뿐, 궁극적으로는 xhtml로 발전을 위한 중간과정일 뿐이다. 최근 몇몇 프로젝트를 진행하면서 CSS방식의 코딩을 주로 하면서, html코딩을 xhtml규격에 맞춰 코딩을 요구하는 프...</summary>
	<content type="html">&lt;P&gt;CSS를 이용하여 html을 구성하는 것은...&lt;/P&gt; &lt;P&gt;궁극적으로 &lt;U&gt;&lt;FONT color=#177fcd&gt;웹문서규격이 xhtml로 옮겨과는 중간과정중이라는 이유&lt;/FONT&gt;&lt;/U&gt; 하나밖에 없다.&lt;/P&gt; &lt;P&gt;CSS를 이용하면 이런것이 좋고, 저런것이 좋고, 이런면에서 약간 어렵지만 다른 면에선 편하고&lt;/P&gt; &lt;P&gt;이런 것은 모두 부가적인 효과일뿐, 궁극적으로는 xhtml로 발전을 위한 중간과정일 뿐이다.&lt;/P&gt; &lt;P&gt;최근 몇몇 프로젝트를 진행하면서&lt;/P&gt; &lt;P&gt;CSS방식의 코딩을 주로 하면서, html코딩을 xhtml규격에 맞춰 코딩을 요구하는 프로젝트가 많아지긴 했는데, 조금 의아한 방식으로 요구하기도 해서 난감한 경우가 몇가지 있었다.&lt;/P&gt; &lt;P&gt;그래서...&lt;/P&gt; &lt;P&gt;기본적인 작성법 좀 써볼 까 한다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff size=3&gt;&lt;U&gt;1. 대소문자 구분&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;중요한 문제이다.&lt;/P&gt; &lt;P&gt;태그와 그 속성, 속성값을 대소문자로 구분하여 작성한 html문서들&lt;/P&gt; &lt;P&gt;그 이유는 유지보수시, &quot;그것들을 구분하기 쉽다&quot;라는 이유로 꽤 편리하지만, 코더들을 경악에 떨게 하던 그것을 xhtml에서는 사용할 수 없다.&lt;/P&gt; &lt;P&gt;&lt;U&gt;&lt;FONT color=#177fcd&gt;태그와 속성, 그 속성값은 반드시 소문자로 작성하여야 한다.&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt; &lt;P&gt;왜냐면...&lt;/P&gt; &lt;P&gt;src값과 SRC값중, SRC를 인식하지 못하게 규격되어 있고, &lt;/P&gt; &lt;P&gt;그 이유는 추후에 전혀 다른 속성으로 발전할 가능성이 있기 때문이다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff size=3&gt;&lt;U&gt;2. 태그의 시작과 끝&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&lt;U&gt;시작태그가 있으면 끝맺음 태그는 반드시 있어야한다.&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&amp;lt;p&amp;gt;이러쿵저러쿵&amp;lt;/p&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;lt;li&amp;gt;텍스트...&amp;lt;/li&amp;gt;&lt;/P&gt; &lt;P&gt;이거 모르는 사람은 없을 것이다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff size=3&gt;3. 독립태그&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;끝맺음 태그없이 독립적으로 쓰이는 &amp;lt;br&amp;gt;, &amp;lt;img&amp;gt;, &amp;lt;param&amp;gt;, &amp;lt;input&amp;gt; 같은 태그들&lt;/P&gt; &lt;P&gt;&quot;&amp;gt;&quot; 앞에 띄어쓰기 한칸과 역슬래쉬(/)를 사용하여&lt;/P&gt; &lt;P&gt;&amp;lt;br /&amp;gt;, &amp;lt;img /&amp;gt;, &amp;lt;param /&amp;gt;, &amp;lt;input /&amp;gt;등으로 표기하여야 한다.&lt;/P&gt; &lt;P&gt;라는게 웹규약이라고 떠드는&amp;nbsp;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;바보&lt;/FONT&gt;&lt;/STRONG&gt;들이&amp;nbsp;너무나 많다!!!!!&lt;/P&gt; &lt;P&gt;이건 어디까지나 &lt;/P&gt; &lt;P&gt;&lt;U&gt;&lt;FONT color=#177fcd&gt;작성한&amp;nbsp;html문서를 추후에&amp;nbsp;xhtml로 변환하는 과정에서의 오류를 없애기 위한 일종의 방편일뿐&lt;/FONT&gt;&lt;/U&gt;, &lt;/P&gt; &lt;P&gt;xhtml에서는 &lt;STRONG&gt;&lt;FONT color=#ff7635&gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;과 같은 방법으로 작성해주어야 한다.&lt;/P&gt; &lt;P&gt;이는 또한, xml에서도 마찬가지이다.&lt;/P&gt; &lt;P&gt;추후에 xhtml로 새로운 문서를 작성하려 할 때에는 &lt;STRONG&gt;&lt;FONT color=#ff9900&gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt; 과 같은 방식으로 코딩해야한다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;내년에 xhtml로 리뉴얼하지 않을 대기업이 이런걸 요구할 땐 좀 어이없음&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff size=3&gt;&lt;U&gt;4. 속성값&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp; 1) value=&quot;3&quot; 속성값은 반드시 따옴표 사이에 위치하여야한다.&lt;/P&gt; &lt;P&gt;&amp;nbsp; 2) selected, checked와 같이 속성값없이 쓰이던 속성들은&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selected=&quot;selected&quot;, checked=&quot;checked&quot;와 같이 표기하여야 하고,&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 이 값에 관련된 javascript 값 또한 새로 규격화되었다.&lt;/P&gt; &lt;P&gt;&amp;nbsp; 3) 위에도 썼지만, 대문자로 쓰면 인식을 안 할 가능성이 높다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT color=#0000ff size=3&gt;5. DOCTYPE 규정은 필수&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;프로그래머들아~~~~&lt;/P&gt; &lt;P&gt;제발 좀 지우지 말아다오~~~~&lt;/P&gt; &lt;P&gt;현재 익스플로러는 DOCTYPE규정에 따라 전혀 다른 레이아웃을 구성한다.&lt;/P&gt; &lt;P&gt;모질라는 DOCTYPE규정에 상관없이 같은 레이아웃을 보여주지만, 수학기호, 어플리케이션삽입과 같은 상황에서는 전혀 다른 결과값을 가진다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT color=#0000ff size=3&gt;6. javascript 호출을 위해 name값을 쓰지 말아라.&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;name값은 오로지 hash호출을 위해서만 호출하라.&lt;/P&gt; &lt;P&gt;&amp;lt;a href=&quot;#div01&quot;&amp;gt;본문1 로 스크롤&amp;lt;/a&amp;gt;&lt;/P&gt; &lt;P&gt;...&lt;/P&gt; &lt;P&gt;&amp;lt;a name=&quot;div01&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt; &lt;P&gt;&amp;lt;h2&amp;gt;본문1&amp;lt;/h2&amp;gt;&lt;/P&gt; &lt;P&gt;위와 같이 일명 &quot;스크롤링크&quot;, &quot;앵커링크&quot;, &quot;샵링크&quot;와 같은 곳에만 쓰고&lt;/P&gt; &lt;P&gt;javascript 호출을 위해서는 id값만을 써야한다.&lt;/P&gt; &lt;P&gt;document.getElementById(&#039;div01&#039;).style.display = block 과 같이 사용하고&lt;/P&gt; &lt;P&gt;name을 호출해야한다면, 반드시 getElementByName()을 사용하도록 하자. &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20029523041&quot; target=_blank&gt;xhtml 기본 작성법&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>display:block 쪼금 더~</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152837"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152837#comment"/>		<id>https://mbg1346.inour.net/html/152837</id>
		<published>2008-04-04T18:36:50+09:00</published>
		<updated>2008-04-04T18:36:50+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">display:block; display:inline; display:none; 위에것은 너무나도 많이 쓸 것입니다. 오래전부터 자바스크립트를 이용하여 visibility속성과 함께 레이어를 보였다가 숨겼다가 하는 기능을 많이 사용했기 때문이죠. 기본적으로, 태그가 지닌 기본적인 display속성을 바꾸는 역할을 합니다. div {display:inline;} &lt;div&gt;태그가 &lt;em&gt;, &lt;strong&gt;, &lt;span&gt;태그처럼 구현되도록 바꾸죠. span {display:block} &lt;span&gt;태그가 &lt;div&gt;태그처럼...</summary>
	<content type="html">&lt;P&gt;display:block;&lt;/P&gt; &lt;P&gt;display:inline;&lt;/P&gt; &lt;P&gt;display:none;&lt;/P&gt; &lt;P&gt;위에것은&amp;nbsp;너무나도 많이 쓸 것입니다.&lt;/P&gt; &lt;P&gt;오래전부터 자바스크립트를 이용하여&lt;/P&gt; &lt;P&gt;visibility속성과 함께 레이어를 보였다가 숨겼다가 하는 기능을 많이 사용했기 때문이죠.&lt;/P&gt; &lt;P&gt;기본적으로, 태그가 지닌 기본적인 display속성을 바꾸는 역할을 합니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;div {display:inline;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&amp;lt;div&amp;gt;태그가 &amp;lt;em&amp;gt;, &amp;lt;strong&amp;gt;, &amp;lt;span&amp;gt;태그처럼 구현되도록 바꾸죠.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;span {display:block}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&amp;lt;span&amp;gt;태그가 &amp;lt;div&amp;gt;태그처럼 구현되도록 바뀝니다.&lt;/P&gt; &lt;P&gt;여기까지는 머 큰 차이가 없습니다.&lt;/P&gt; &lt;P&gt;중요한 것은 요 아래부터입니다.&lt;/P&gt; &lt;P&gt;정확하게 설명할만한 단어가 알려져있지 않기에&lt;/P&gt; &lt;P&gt;제 임의로 &lt;STRONG&gt;&lt;FONT color=#d41a01&gt;최종태그&lt;/FONT&gt;&lt;/STRONG&gt;라고 이름붙여 사용하는 태그들이 있습니다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#d41a01&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;태그안에는 &amp;lt;div&amp;gt;, &amp;lt;table&amp;gt;, &amp;lt;blockquote&amp;gt;같은 block태그가 위치하지 못합니다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#d41a01&gt;&amp;lt;li&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;태그안에는 &amp;lt;div&amp;gt;, &amp;lt;table&amp;gt;, &amp;lt;blockquote&amp;gt;같은 block태그가 위치하지 못합니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#d41a01&gt;&lt;STRONG&gt;&amp;lt;address&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;태그역시 block태그가 위치하지 못합니다.&lt;/P&gt; &lt;P&gt;즉, &lt;FONT color=#d41a01&gt;&lt;STRONG&gt;&amp;lt;p&amp;gt;, &amp;lt;li&amp;gt;, &amp;lt;address&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;처럼 최종태그인 태그안에는&lt;/P&gt; &lt;P&gt;오로지 inline태그들만이 위치할 수 있습니다.&lt;/P&gt; &lt;P&gt;또한, inline태그를 &lt;FONT color=#177fcd&gt;display:block&lt;/FONT&gt;으로 바꾸어 사용할 수도 없습니다.&lt;/P&gt; &lt;P&gt;이럴때 쓰는 것이 &lt;FONT color=#177fcd&gt;&lt;U&gt;display:block&lt;/U&gt;&lt;/FONT&gt;입니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp; &amp;lt;img src=&quot;사진.jpg&quot; /&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp; &amp;lt;span&amp;gt;이 사진은 13살때의 제 모습입니다.&amp;lt;/span&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;lt;/p&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;와 같이 코딩하고서&lt;/P&gt; &lt;P&gt;img에 &amp;lt;br /&amp;gt;태그 없이 줄내림을 하고 싶다면&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;p span {display:block;}&lt;/FONT&gt;을 해주면 되는데...&lt;/P&gt; &lt;P&gt;&amp;lt;p&amp;gt;태그는 최종태그로 내부의 block속성을 인정하지 않습니다.&lt;/P&gt; &lt;P&gt;이때....&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;p {display:block;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;p span (display:block;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;처럼 정의해주면 원하는 디자인을 볼 수 있게 됩니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;lt;ul&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;img src=&quot;사진.jpg&quot; /&amp;gt;&amp;lt;span&amp;gt;이 사진은 13살때의 제 모습입니다.&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;&amp;lt;/ul&amp;gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#d41a01&gt;&amp;lt;li&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;는 list-item이라는 고유의 display속성을 지니고 있기 때문에,&lt;/P&gt; &lt;P&gt;역시 내부에 ul, ol, dl외의 block형식을 사용하면 태그가 완료된 것처럼 구현이 됩니다.&lt;/P&gt; &lt;P&gt;(한마디로 깨지져~)&lt;/P&gt; &lt;P&gt;이때, &lt;STRONG&gt;&lt;FONT color=#d41a01&gt;&amp;lt;ul&amp;gt;, &amp;lt;li&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;모두 display:block로 정의해주면&lt;/P&gt; &lt;P&gt;위 &amp;lt;p&amp;gt;태그에 사용한 것처럼 사용할 수 있게 됩니다.&lt;/P&gt; &lt;P&gt;또다른 예로&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;li {height:21px;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#177fcd&gt;li a {display:block;}&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;위와 같이 사용할 때도...&lt;U&gt;&lt;FONT color=#177fcd&gt;li {display:block;}&lt;/FONT&gt;&lt;/U&gt;은 필수 입니다.&lt;/P&gt; &lt;P&gt;별루 어려운 내용도 아니지만,&lt;/P&gt; &lt;P&gt;display속성의 저런 속성을 알게 되면&lt;/P&gt; &lt;P&gt;보다 다채로운 태그사용이 가능해질 것입니다.&lt;/P&gt; &lt;P&gt;단, li태그내에 block형식이 위치할 때...&lt;/P&gt; &lt;P&gt;IE6.0 SP2 이하에서는 요상한 padding-bottom값 &lt;STRONG&gt;&lt;FONT color=#ff0000 size=3&gt;버그&lt;/FONT&gt;&lt;/STRONG&gt;가 생기니&lt;/P&gt; &lt;P&gt;너무 긴 list에는 가급적 사용을 금합니다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#d41a01&gt;&lt;STRONG&gt;TIP!!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;팁일까?&lt;/P&gt; &lt;P&gt;TABLE위주로 코딩하던 시절&lt;/P&gt; &lt;P&gt;&amp;lt;tr&amp;gt;태그를 보였다가 숨겼다가 하기 위해선...&lt;/P&gt; &lt;P&gt;&amp;lt;tr&amp;gt;외곽에 &amp;lt;span&amp;gt;을 두어...&lt;/P&gt; &lt;P&gt;display:none 과 display:inline으로 토글하는 스크립트가 많이 사용됬습니다.&lt;/P&gt; &lt;P&gt;왜냐면,&lt;/P&gt; &lt;P&gt;&amp;lt;tr&amp;gt;은 td의 그룹핑을 위한 태그이고,&lt;/P&gt; &lt;P&gt;&amp;lt;td&amp;gt;는&amp;nbsp;inline범주에 속했기 때문입니다.&lt;/P&gt; &lt;P&gt;하지만, loose.dtd와 xhtml방식에서는&lt;/P&gt; &lt;P&gt;&amp;lt;span&amp;gt;은 더이상 &amp;lt;tr&amp;gt;외곽에서 아무런 효과를 주지 못합니다.&lt;/P&gt; &lt;P&gt;(FF에서는 table코딩방식을 사용해도 아예 먹히지도 않죠.)&lt;/P&gt; &lt;P&gt;의외로...이 차이점을 모르는 프로그래머들이 많아서&lt;/P&gt; &lt;P&gt;오래전에 구축된 프로그래밍에 디자인리뉴얼을 진행하다보면,&lt;/P&gt; &lt;P&gt;수정요청오는 것의 30%가 이것때문이고,&lt;/P&gt; &lt;P&gt;50%는 iframe문제,&lt;/P&gt; &lt;P&gt;나머지 20%는 id, name값 호출문제입니다.&lt;/P&gt; &lt;P&gt;먄약, show hide기능의 스크립트를 짜고서...&lt;/P&gt; &lt;P&gt;디자인이 깨진다면...&lt;/P&gt; &lt;P&gt;~~~.style.display=&#039;inline&#039;을 ~~~.style.display=&#039;block&#039;으로 바꿔주는 것만으로&lt;/P&gt; &lt;P&gt;90%는 해결됩니다.&lt;/P&gt; &lt;P&gt;나머지 10%는 innerText를 innerHTML로 바꿔주거나...&lt;/P&gt; &lt;P&gt;innerHTML에 &amp;lt;table&amp;gt;을 뿌려주는 것...&lt;/P&gt; &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20038150302&quot; target=_blank&gt;display:block 쪼금 더~&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>글들의 상하 정렬위치 설정 vertical-align속성</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152835"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152835#comment"/>		<id>https://mbg1346.inour.net/html/152835</id>
		<published>2008-04-04T18:29:02+09:00</published>
		<updated>2017-04-22T18:21:31+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">이전에 나온 모든 CSS관련된 책에는... vertical-align이 Block내의 상하 정렬 위치를 결정하는 속성으로 설명되어 있습니다. 이는 잘못된 것입니다. W3C.org에 권장된 사안이 아닌...브라우저에서 적용되는 예를 가지고 책의 내용을 만들었기 때문이죠. 저 또한 근 1년전까진 해도 그렇게 알고 있었지만, 익스플로러 6.0 SP1을 설치하고부터 이상하게 vertical-align속성이 이전까지와는 달라서, W3C.org에 들어가서 원문을 보니.....</summary>
	<content type="html">&lt;p&gt;&lt;font style=&quot;BACKGROUND-COLOR: #333333&quot; color=&quot;#ffffff&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;이전에 나온 모든 CSS관련된 책에는... &lt;/span&gt;&lt;/font&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;vertical-align이 Block내의 상하 정렬 위치를 결정하는 속성으로 설명되어 있습니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;이는 잘못된 것입니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;W3C.org에&amp;nbsp;권장된 사안이 아닌...브라우저에서 적용되는 예를 가지고 책의 내용을 만들었기 때문이죠. 저 또한 근 1년전까진 해도 그렇게 알고 있었지만, 익스플로러 6.0 SP1을 설치하고부터 이상하게 vertical-align속성이 이전까지와는 달라서, W3C.org에 들어가서 원문을 보니...&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;vertical-align속성이 하는 역할은 inline내에서 서로 다른 font와 font-size가 배열되었을 때,&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;글의 정렬위치를 결정하는 역할을 합니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;아래의 예를 보시길...&lt;/span&gt;&lt;/p&gt; &lt;p&gt; &lt;p align=&quot;left&quot;&gt;&lt;img title=&quot;vertical1.gif&quot; style=&quot;CURSOR: pointer&quot; height=&quot;342&quot; alt=&quot;vertical1.gif&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/835/152/vertical1.gif&quot; width=&quot;302&quot; rel=&quot;xe_gallery&quot;/&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font style=&quot;BACKGROUND-COLOR: #333333&quot; color=&quot;#ffffff&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;이전에 알고 있던 방식(잘못구현되던 방식)&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;font style=&quot;BACKGROUND-COLOR: #333333&quot; color=&quot;#ffffff&quot;&gt; &lt;p align=&quot;left&quot;&gt;&lt;strong&gt;&lt;img title=&quot;vertical2.gif&quot; style=&quot;CURSOR: pointer&quot; height=&quot;202&quot; alt=&quot;vertical2.gif&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/835/152/vertical2.gif&quot; width=&quot;476&quot; rel=&quot;xe_gallery&quot;/&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;위와 같이...&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;한 줄 안에 서로 다른 크기의 폰트의 상하위치를 결정하는 것이 원래 vertical-align의 속성값입니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;예제는 아래와 같이 입력됩니다.&lt;/span&gt;&lt;/p&gt; &lt;p align=&quot;left&quot;&gt;&lt;font style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=&quot;#333333&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;lt;div&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p align=&quot;left&quot;&gt;&lt;font style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=&quot;#333333&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;lt;span style=&quot;font-size:8pt; &lt;/span&gt;&lt;font color=&quot;#0000ff&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;vertical-align:text-bottom&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;;&quot;&amp;gt;8포인트 텍스트&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;font style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=&quot;#333333&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;16포인트 텍스트&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p align=&quot;left&quot;&gt;&lt;font style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=&quot;#333333&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p align=&quot;left&quot;&gt;&lt;font style=&quot;BACKGROUND-COLOR: #333333&quot; color=&quot;#ffffff&quot;&gt;&lt;/font&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p align=&quot;left&quot;&gt;&lt;font style=&quot;BACKGROUND-COLOR: #333333&quot; color=&quot;#ffffff&quot;&gt;&lt;/font&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;또한 영문과 한글의 혼용 예제를 들자면&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;li a { font-size:12px; color:#737373; text-decoration:none; line-height:30px;&amp;nbsp; } 이렇게 소스를 적용하면&lt;/span&gt;&lt;/p&gt; &lt;p&gt; &lt;p align=&quot;left&quot;&gt; &lt;p align=&quot;left&quot;&gt;&lt;img title=&quot;2.jpg&quot; style=&quot;CURSOR: pointer&quot; height=&quot;34&quot; alt=&quot;2.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/835/152/2.jpg&quot; width=&quot;238&quot; rel=&quot;xe_gallery&quot;/&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;영문과 한글의 상하가 어긋나는 것을 볼 수 있습니다.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;li a { font-size:12px; color:#737373; text-decoration:none; line-height:30px;&amp;nbsp;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;&lt;span style=&quot;COLOR: #ff0000&quot;&gt;vertical-align:middle; &lt;/span&gt;&lt;/span&gt;} 이렇게 속성를 적용하면&lt;/span&gt;&lt;/span&gt;&lt;img title=&quot;1.jpg&quot; style=&quot;CURSOR: pointer&quot; height=&quot;34&quot; alt=&quot;1.jpg&quot; src=&quot;https://mbg1346.inour.net/files/attach/images/152811/835/152/1.jpg&quot; width=&quot;237&quot; rel=&quot;xe_gallery&quot;/&gt;&lt;/p&gt; &lt;p&gt;&lt;span style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;영문과 한글의 상하가 일치합니다&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;</content>		<category term="css"/><category term="vertical-align"/>	</entry><entry>
		<title>덧글달기 CSS Coding TIP</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152833"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152833#comment"/>		<id>https://mbg1346.inour.net/html/152833</id>
		<published>2008-04-04T18:26:33+09:00</published>
		<updated>2008-04-04T18:26:33+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">1번은 덧글과 날짜,아이콘그룹을 &lt;BR&gt;로 줄을 구분하였고, 2번은 덧글과 날짜,아이콘그룹을 &lt;BR&gt;로 줄구분없이 한 줄안에 코딩되었습니다. 그런데, 덧글이 길어져서 오른쪽 여백이 모자르게 되면... 아이콘만 아래로 내려간다거나, 날짜의 중간부분에서 줄바꿈이 일어나 UI상 좋지 않은 부분이 되버립니다. 이러한 문제를 해결하기 위해서는 아래와 같이 해보시기 바랍니다. &lt;span style=&quot;white-space:nowrap&quot;&gt; &lt;span&gt;07-18 (일) 21...</summary>
	<content type="html">&lt;DIV align=left&gt;1번은 덧글과 날짜,아이콘그룹을 &amp;lt;BR&amp;gt;로 줄을 구분하였고,&lt;/DIV&gt; &lt;DIV align=left&gt;2번은 덧글과 날짜,아이콘그룹을 &amp;lt;BR&amp;gt;로 줄구분없이 한 줄안에 코딩되었습니다.&lt;/DIV&gt; &lt;DIV align=left&gt;그런데, 덧글이 길어져서 오른쪽 여백이 모자르게 되면...&lt;/DIV&gt; &lt;DIV align=left&gt;아이콘만 아래로 내려간다거나, 날짜의 중간부분에서 줄바꿈이 일어나&lt;/DIV&gt; &lt;DIV align=left&gt;UI상 좋지 않은 부분이 되버립니다.&lt;/DIV&gt; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;이러한 문제를 해결하기 위해서는 아래와 같이 해보시기 바랍니다.&lt;/DIV&gt; &lt;P align=left&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot; color=#333333&gt;&amp;lt;span style=&quot;white-space:nowrap&quot;&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span&amp;gt;07-18 (일) 21:06&amp;lt;/span&amp;gt;&lt;/P&gt; &lt;P align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span&amp;gt;&amp;lt;img src=&quot;아이콘.gif&quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;/P&gt; &lt;P align=left&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span&amp;gt;&amp;lt;img src=&quot;버튼.gif&quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;/P&gt; &lt;P align=left&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #a6ff4d&quot; color=#333333&gt;&amp;lt;/span&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P align=left&gt;white-space속성은 &amp;lt;TD&amp;gt;태그의 nowrap속성과 같이...&lt;/P&gt; &lt;P align=left&gt;태그내에서 줄바꿈이 일어나지 않도록 합니다.&lt;/P&gt; &lt;P align=left&gt;위와 같이 적용하면,&lt;/P&gt; &lt;P align=left&gt;덧글이 짧을 경우, 한 줄 안에 구현이 되고...&lt;/P&gt; &lt;P align=left&gt;덧글이 길 경우, 날짜,아이콘그룹 전체가 줄바꿈을 하게 됩니다.&lt;/P&gt; &lt;P align=left&gt;&amp;nbsp;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20004181558&quot; target=_blank&gt;덧글달기 CSS Coding TIP&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/P&gt;</content>			</entry><entry>
		<title>iframe 대신 사용하는 object 태그</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152831"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152831#comment"/>		<id>https://mbg1346.inour.net/html/152831</id>
		<published>2008-04-04T18:17:59+09:00</published>
		<updated>2017-04-22T18:21:29+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">iframe 대신 사용하는 object 태그 &lt;object id=&quot;miniwini&quot; width=&quot;650&quot; height=&quot;400&quot; type=&quot;text/x-scriptlet&quot;&gt; &lt;param name=&quot;url&quot; value=http://www.naver.com&gt; &lt;param name=&quot;selectablecontent&quot; value=&quot;0&quot;&gt; &lt;param name=scrollbar value=&quot;1&quot;&gt; &lt;/object&gt;</summary>
	<content type="html">&lt;P align=left&gt;&lt;FONT color=#d41a01 size=2&gt;&lt;STRONG&gt;iframe 대신 사용하는 object 태그&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P align=left&gt;&lt;CODE&gt;&lt;FONT face=굴림체&gt;&lt;FONT color=#000000&gt;&amp;lt;object id=&quot;miniwini&quot; width=&quot;650&quot; height=&quot;400&quot; type=&quot;text/x-scriptlet&quot;&amp;gt; &lt;BR&gt;&amp;lt;param name=&quot;url&quot; value=http://www.naver.com&amp;gt; &lt;BR&gt;&amp;lt;param name=&quot;selectablecontent&quot; value=&quot;0&quot;&amp;gt; &lt;BR&gt;&amp;lt;param name=scrollbar value=&quot;1&quot;&amp;gt; &lt;BR&gt;&amp;lt;/object&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/CODE&gt;&lt;/P&gt;</content>			</entry><entry>
		<title>TD안엔 DIV를 넣어라?</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152822"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152822#comment"/>		<id>https://mbg1346.inour.net/html/152822</id>
		<published>2008-04-04T18:05:09+09:00</published>
		<updated>2011-05-01T11:19:22+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">아니다. W3C의 어떤 곳에도 저것을 장려하거나 표준에 접합한 방법으로 제시하지 않았다. 하지만... 저것이 당연한 것으로 알고 있는 디자이너들이 너무 많다. 저것이 당연한 것으로 알게 되는 원인은 두가지이다. 1. HTML, XML에 통달한 한 외국 웹 디자이너가 칼럼에 저딴 걸 써놨기 때문이다. 근데...그 칼럼의 의도가 어떤 것이었는지 해석해 볼 노력도 없이... &lt;TD&gt;&lt;DIV&gt;내용&lt;/DIV&gt;&lt;/TD&gt; 이렇게 써라....라는 말만 여기저기로 ...</summary>
	<content type="html">&lt;P&gt;아니다.&lt;/P&gt; &lt;P&gt;W3C의 어떤 곳에도 저것을 장려하거나 표준에 접합한 방법으로 제시하지 않았다.&lt;/P&gt; &lt;P&gt;하지만...&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #ffffff&quot; color=#333333&gt;저것이 당연한 것으로 알고 있는 디자이너들이 너무 많다.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;저것이 당연한 것으로 알게 되는 원인은 두가지이다.&lt;/P&gt; &lt;P&gt;&lt;U&gt;&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;1. HTML, XML에 통달한 한 외국 웹 디자이너가 칼럼에 저딴 걸 써놨기 때문이다.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt; &lt;P&gt;근데...그 칼럼의 의도가 어떤 것이었는지 해석해 볼 노력도 없이...&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&amp;lt;TD&amp;gt;&amp;lt;DIV&amp;gt;내용&amp;lt;/DIV&amp;gt;&amp;lt;/TD&amp;gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;이렇게 써라....&lt;/STRONG&gt;라는 말만 여기저기로 널리 퍼지고 옮겨져 갔다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#8e8e8e&gt;심지어는....아래 내용이 있는 서두부분은 싹뚝 짤리버린채...&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#8e8e8e&gt;내용만 옮겨진 곳도 많다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;그 칼럼의 의도를 요약하면 아래와 같다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;아직까지 웹브라우저가 CSS표준방식을 제대로 구현해주지 못하기 때문에 &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;웹 디자이너는 &amp;lt;table&amp;gt;태그의 사용을 중단하기를 망설여하고 있다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;레이아웃을 쉽게 구현하는 &amp;lt;table&amp;gt;태그를 버리지 못하겠다면 &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;&lt;STRONG&gt;최소한...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;큰 레이아웃은 &amp;lt;table&amp;gt;태그로 사용하되, &amp;lt;td&amp;gt;내에서 &amp;lt;div&amp;gt;태그를 사용해서 세부적인 레이아웃을 구성하고, 점차 CSS사용법을 익혀나가는 것이 좋을 것이다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#8e8e8e&gt;점진적으로 익숙해질 때까지만 저렇게라도 써봐라....라는 것이다!!!!!&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;2. 쓰레기 프로그램 프론트페이지가 저렇게 구현하더니 구데기 프로그램 드림위버까지...&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt; &lt;P&gt;프론트페이지는 그냥 막....&amp;lt;TD&amp;gt;&amp;lt;DIV&amp;gt;이렇게 만들어내더니...&lt;/P&gt; &lt;P&gt;드림위버는 아예...그걸 조절하는 옵션까지 만들어놔따.&lt;/P&gt; &lt;P&gt;저러니...웹 디자이너가 아무런 의심없이 저것이 코딩방식의 발전향이라고 받아들인 것이다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #0000ff&quot; color=#ffffff&gt;---------------------------------------------------------------------------------------&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;웹 표준에는 절대!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&amp;lt;TD&amp;gt;태그안에 &amp;lt;DIV&amp;gt;태그가 들어가는 것을 장려하지 않는다.&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;&amp;lt;TD&amp;gt;태그는 &amp;lt;span&amp;gt;, &amp;lt;strong&amp;gt;, &amp;lt;acronym&amp;gt;같은&amp;nbsp;inline속성 태그의 범주로 구분되고 있다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;(범주로만....그렇게 구현되는 것은 아니다)&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;그런 증거로 &amp;lt;TD&amp;gt;태그에 valign이나 vertical-align속성이 정의되지 않았을 때의 기본이&lt;/P&gt; &lt;P&gt;&lt;FONT color=#0000ff&gt;vertical-align:middle&lt;/FONT&gt;이 아닌&lt;/P&gt; &lt;P&gt;&lt;U&gt;&lt;FONT color=#0000ff&gt;vertical-align:baseline&lt;/FONT&gt;&lt;/U&gt;으로 규정되어져 있다.&lt;/P&gt; &lt;P&gt;baseline을 간단히 설명하자면. 아래정렬을 하되&lt;/P&gt; &lt;P&gt;서로다른&amp;nbsp;inline태그의 배열중에서&amp;nbsp;높이(line-height)가 가장 높은 것의 아랫단을 기준으로 하는 것이다. &lt;FONT color=#0000ff&gt;이는 &amp;lt;span style=&quot;display:table-cell&quot;&amp;gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;내용&amp;lt;/span&amp;gt;&lt;/FONT&gt;과 같은 방식을 구현하는데 그 기준으로 삼기 위한 것이다.&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;그래도 어렵다..^^....간단하게 말해서&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;&amp;lt;TD&amp;gt;내용&amp;lt;/TD&amp;gt; 이렇게 코딩하면 상하정렬이 중단정렬(middle)이 기본으로 되던 것이&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: #e4ff75&quot;&gt;&amp;lt;TD&amp;gt;의 크기에 상관없이 &lt;STRONG&gt;&lt;U&gt;가장 큰 폰트나 line-height의 baseline&lt;/U&gt;&lt;/STRONG&gt;을 기준으로&amp;nbsp;정렬이 되는 것이다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&amp;lt;TD&amp;gt;는 표를 위한 태그중 하나이다.&lt;/P&gt; &lt;P&gt;절대 내용을 집어넣기 위한 것이 아니다.&lt;/P&gt; &lt;P&gt;그렇기 때문에 &amp;lt;TD&amp;gt;안에 &amp;lt;DIV&amp;gt;가 들어갈 이유가 없다.&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;단지, 표로 정리된 것에 익숙한 국내유저를 위해...디자인이 그렇게밖에 진행되지 못하기에&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;코딩할 때 &amp;lt;TD&amp;gt;에 &amp;lt;DIV&amp;gt;를 넣는 방식을 버릴 수 없을 뿐이다. &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20020023460&quot; target=_blank&gt;TD안엔 DIV를 넣어라?&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>제발...alt텍스트와 title텍스트를 구분해조바바</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152820"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152820#comment"/>		<id>https://mbg1346.inour.net/html/152820</id>
		<published>2008-04-04T18:03:53+09:00</published>
		<updated>2011-05-01T11:29:34+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">이 일을 하면서 가장 분개하는 것은... 어떤 넘인지는 몰라도... 프로그램 하나 잘못 만들어서... 잘못된 사용법이 기준이 되는 억지의 상황이 연출된다는 것이다. 이미지 태그에 alt=&quot;회사소개&quot;를 사용한다면... 이것은 alternative context의 약자로 이미지로딩중에 보여질 글을 보여지게 하라는 것이다. 그런데... 국내에서 정부인증까지 받은...웹표준과는 별 상관없는 프로그램이... alt텍스트(만)를 지원한다. 그 프로그램이 ...</summary>
	<content type="html">&lt;P&gt;이 일을 하면서 가장 분개하는 것은...&lt;/P&gt; &lt;P&gt;어떤 넘인지는 몰라도...&lt;/P&gt; &lt;P&gt;프로그램 하나 잘못 만들어서...&lt;/P&gt; &lt;P&gt;잘못된 사용법이 기준이 되는 억지의 상황이 연출된다는 것이다.&lt;/P&gt; &lt;P&gt;이미지 태그에 alt=&quot;회사소개&quot;를 사용한다면...&lt;/P&gt; &lt;P&gt;이것은 alternative context의 약자로&lt;/P&gt; &lt;P&gt;이미지로딩중에 보여질 글을 보여지게 하라는 것이다.&lt;/P&gt; &lt;P&gt;그런데...&lt;/P&gt; &lt;P&gt;국내에서 정부인증까지 받은...웹표준과는 별 상관없는&amp;nbsp;프로그램이...&lt;/P&gt; &lt;P&gt;alt텍스트(만)를 지원한다.&lt;/P&gt; &lt;P&gt;그&amp;nbsp;프로그램이 만들어질때에는 alt속성에 대해서는 잘 알려진 반면&lt;/P&gt; &lt;P&gt;title속성은 몇몇 사람들에게만 알려진 것이었다.&lt;/P&gt; &lt;P&gt;그래서...대부분&lt;/P&gt; &lt;P&gt;alt텍스트가 정법인것으로 알고 있다.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;아니란 말이다.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;이미지에 대한 설명은 title속성으로 하는 것이다.&lt;/P&gt; &lt;P&gt;&amp;lt;img src=&quot;company.gif&quot; alt=&quot;회사소개&quot; title=&quot;회사소개입니다.&quot; /&amp;gt;&lt;/P&gt; &lt;P&gt;이렇게 사용하고서 이미지에 마우스를 올려보시라.&lt;/P&gt; &lt;P&gt;이미지로딩이전에 보여질 alt텍스트내용이 보이시는지?&lt;/P&gt; &lt;P&gt;의미전달을 위해 사용되는 title텍스트내용이 보이시는지?&lt;/P&gt; &lt;P&gt;만약, alt텍스트가 더욱 중요한 요소라면&lt;/P&gt; &lt;P&gt;왜 현재 사용되는 5~6개의 모든 브라우저가&lt;/P&gt; &lt;P&gt;alt텍스트내용보다 title내용을 보여주는지 설명하실 수 있겠습니까?&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;(게다가...alt보여주는건 IE뿐.......ㅡㅡ;;)&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;브라우저 제작사들도...&lt;/P&gt; &lt;P&gt;title속성이 중요하기 때문에 그렇게 만들었다라는 것...&lt;/P&gt; &lt;P&gt;이해되시려나?&lt;/P&gt; &lt;P&gt;비러머글 프로그램 얘기...&lt;/P&gt; &lt;P&gt;저 프로그램은&lt;/P&gt; &lt;P&gt;국내 웹에이전시에서 최초로 웹표준으로 만들어지기...무려 4년전에 만들어진 프로그램입니다.&lt;/P&gt; &lt;P&gt;웹규약 자체도&lt;/P&gt; &lt;P&gt;1999년에 html4.0 + css2.1 + xhtml1.0이 만들어지고&lt;/P&gt; &lt;P&gt;2003년에 css3.0 forum의 내용이 대거 2.1로 흡수되면서&lt;/P&gt; &lt;P&gt;웹표준이라고 부를 수 있는 뼈대가 다져졌고...&lt;/P&gt; &lt;P&gt;2005~2007년에 수많은 속성값이 신규등장하면서&amp;nbsp;많은 변화를 겪었습니다.&lt;/P&gt; &lt;P&gt;자...6년전을 기준으로 만들어진 프로그램에다가&lt;/P&gt; &lt;P&gt;2007년에 정비된 웹표준을 짜맞춰 넣으라구요?&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;잘 나가는 웹에이전시가&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;저런 구닥다리 규정에 대해 클라이언트에게 이해시키기는 커녕&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;카테고리 메뉴 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;로케이션 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;회사주소 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;전화주소 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;강조글 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;인사말 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;게시판제목 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;데이타테이블제목 = 이미지&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;웹표준에 맞지 않은 웹사이트를 만들면서&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;코딩은 웹표준으로 한다구요?&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#c1c1c1&gt;정말 난감합니다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;alt는 이미지가 로딩되기 이전에 유저에게 보여주는 용도일 뿐이고,&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;title은 태그와 태그에 대한 설명,내용을 담는 속성입니다.&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT color=#006699&gt;단지, 비러머글 특수프로그램이 지원을 안할뿐... &lt;/P&gt; &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20037714539&quot; target=_blank&gt;제발...alt텍스트와 title텍스트를 구분해조바바&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>태그의 상세분류</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152818"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152818#comment"/>		<id>https://mbg1346.inour.net/html/152818</id>
		<published>2008-04-04T18:02:12+09:00</published>
		<updated>2008-04-04T18:02:12+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">먼 HTML을 야그하는데 기초지식이니 머니 주절주절 하냐고 하겠지만, 엄연히 W3C에 의해 규정되어진, HTML뿐만 아니라 SGML, XML등등 이후의 어떠한 웹문서규격에도 공통적으로 규정되어질 것이니, 하찮은 HTML이라 하여 함부로 보지 말것이어다. 태그의 분류 일반적으로는 대부분의 사람들이 태그를 나누라고 하면 브라우저에 보이는 태그와 보이지 않는 태그로 분류할 것입니다. 이것은 시각적으로 구현되는 익스플로러, 넷스케이...</summary>
	<content type="html">&lt;P&gt;먼 HTML을 야그하는데 기초지식이니 머니 주절주절 하냐고 하겠지만,&lt;/P&gt; &lt;P&gt;엄연히 W3C에 의해 규정되어진, HTML뿐만 아니라 SGML, XML등등 이후의 어떠한 웹문서규격에도 공통적으로 규정되어질 것이니, 하찮은 HTML이라 하여 함부로 보지 말것이어다.&lt;/P&gt; &lt;P&gt;태그의 분류&lt;/P&gt; &lt;P&gt;일반적으로는 대부분의 사람들이 태그를 나누라고 하면&amp;nbsp;&lt;/P&gt; &lt;P&gt;브라우저에 보이는 태그와 보이지 않는 태그로 분류할 것입니다.&lt;/P&gt; &lt;P&gt;이것은 시각적으로 구현되는 익스플로러, 넷스케이프, 오페라 브라우저같은 것에만 해당하는 것입니다.&amp;nbsp; 즉, 음성과 음향으로 보여질 멀티미디어브라우저, 음성이나 점자로 구현하는 시각장애인용 브라우저, 청각장애자용 브라우저, 지체장애자용 브라우저와 응용기기등에서는 아무런 효용이 없다. 우리네가 인지하는 것 이상의 논리적인 그 무엇인가가 필요하는 야그입니다.&lt;/P&gt; &lt;P&gt;○&amp;nbsp;문서를 구성하는 요소로서의 구분&lt;/P&gt; &lt;P&gt;중학교때인가? 글의 구성요소를 배운 적이 있습니다.&lt;/P&gt; &lt;P&gt;글&amp;gt;문단&amp;gt;문장&amp;gt;문자&amp;gt;음절...머 이런 내용...&lt;/P&gt; &lt;P&gt;이런 식으로 각 태그를 구분하여야 할 것입니다.&lt;/P&gt; &lt;P&gt;글=&amp;lt;html&amp;gt;&amp;lt;/html&amp;gt;&lt;/P&gt; &lt;P&gt;문단=&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;, &amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;, &amp;lt;blockquote&amp;gt;&amp;lt;/blockquote&amp;gt;, &amp;lt;h1&amp;gt;&amp;lt;/h1&amp;gt;&lt;/P&gt; &lt;P&gt;문장=&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;, &amp;lt;font&amp;gt;&amp;lt;/font&amp;gt;, &amp;lt;strong&amp;gt;&amp;lt;/strong&amp;gt;&lt;/P&gt; &lt;P&gt;글의 성격을 나타내는 &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;, &amp;lt;meta&amp;gt;&amp;lt;/meta&amp;gt;&lt;/P&gt; &lt;P&gt;○ 기능적인 면의 구분&lt;/P&gt; &lt;P&gt;각각의 태그는 그 기능적인 면으로 구분될 수 있습니다.&lt;/P&gt; &lt;P&gt;＊ 기능을 가지고 있느냐?&lt;/P&gt; &lt;P&gt;＊ 화면상의 비주얼을 변경하느냐?&lt;/P&gt; &lt;P&gt;＊ 태그에 의미가 부여되어 있느냐? -&amp;gt; 논리적 코딩에 가장 중요&lt;/P&gt; &lt;P&gt;＊ 그룹핑을 담당하는 태그이냐?&lt;/P&gt; &lt;P&gt;＊ 사용자와 주고받기 위한 장치이냐?&lt;/P&gt; &lt;P&gt;크게 두가지 분류로 구분이 가능하며, 이와 같은 방법으로 아래 표와 같이 구분이 가능합니다.&lt;/P&gt; &lt;P&gt;&lt;A class=con_link href=&quot;http://mfiles.naver.net/9b4dae77623957e4c9ac/data2/2004/4/8/37/tag_1.html&quot; target=_blank&gt;http://mfiles.naver.net/9b4dae77623957e4c9ac/data2/2004/4/8/37/tag_1.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;다른 부분을 설명할 때 이보다 더 자세한 구분이 필요하겠지만, 기본적인 구분은 이러하다는 것은 외울 필요는 없고, 인지하시기 바랍니다. &lt;/P&gt; &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store/20001683809&quot; target=_blank&gt;태그의 상세분류&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/frui2store&quot; target=_blank&gt;과일장수&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>DIV - 테이블은 이제 쉬어야할때...</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152816"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152816#comment"/>		<id>https://mbg1346.inour.net/html/152816</id>
		<published>2008-04-04T17:55:02+09:00</published>
		<updated>2024-11-15T18:44:40+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">DIV - 테이블은 이제 쉬어야할때... 이해하기 좋은 글 같아서 퍼왔습니다.. :-) 테이블과 div의 조화를 위해.. ^_^/ 테이블은 이제 그만 쉬어야 할 때 - DIV 테이블(html의 table 을 칭함)은 이제 목적 이상의 일을 할 필요가 사라졌습니다. 그저 단순한 “표” 를 만들기 위해서 제작된 테이블이 레이아웃, 즉 홈페이지 틀을 잡기위해서 쓰이고 있다니. 그리고 그것이 테이블의 맞는 용도처럼 교육되고 있다니 이제는 슬슬 멈추어야 ...</summary>
	<content type="html">&lt;div class=&quot;POST_TTL&quot;&gt;&lt;a class=&quot;con_link&quot; name=&quot;177230&quot; target=&quot;_blank&quot; title=&quot;DIV - 테이블은 이제 쉬어야할때...&quot;&gt;&lt;strong&gt;DIV - 테이블은 이제 쉬어야할때...&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt; &lt;div class=&quot;POST&quot;&gt; &lt;div class=&quot;POST_HEAD&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div class=&quot;POST_BODY&quot;&gt;이해하기 좋은 글 같아서 퍼왔습니다.. :-)&lt;br /&gt; &lt;br /&gt; 테이블과 div의 조화를 위해.. ^_^/&lt;br /&gt; &lt;ins&gt;&lt;br /&gt; &lt;span style=&quot;COLOR: #9b18c1&quot;&gt;&lt;span class=&quot;Pt3&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;strong&gt;테이블은 이제 그만 쉬어야 할 때 - DIV&lt;/strong&gt;&lt;/font&gt;&lt;/span&gt; &lt;/span&gt;&lt;/ins&gt; &lt;p&gt;테이블(html의 table 을 칭함)은 이제 목적 이상의 일을 할 필요가 사라졌습니다. 그저 단순한 &amp;ldquo;표&amp;rdquo; 를 만들기 위해서 제작된 테이블이 레이아웃, 즉 홈페이지 틀을 잡기위해서 쓰이고 있다니. 그리고 그것이 테이블의 맞는 용도처럼 교육되고 있다니 이제는 슬슬 멈추어야 할때라고 봅니다. 특히 XHTML이 개발되어 나오면서 계층형과 같은 구조로 레이아웃은 디자인되며 디자인이 우선이 아닌 그 안의 &lt;strong&gt;내용의 구성&lt;/strong&gt;을 먼저 생각해야하는 개념 자체의 변화가 찾아오고 있습니다. &lt;a class=&quot;con_link&quot; id=&quot;more-25&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;아니, 예전 HTML 생성되었을때의 원래의 개념으로 돌리려고 하고 있습니다. 얼마전 XHTML 2.0(이 포스팅이 쓰여지는 현재는 XHTML 1.1) 이 개발되면서 약간의 내용을 볼수 있었습니다. 지금 쓰여지고 있는 모든 개념적인 HTML이 완전히 변화될듯 만들어 지고 있었습니다. 심지어 DIV만이 레이아웃의 용도가 아닌 SECTION 의 개념도 개발되어 가고 있었습니다. 이대로 가다가는 한국의 웹디자이너, 개발자들은 나중엔 너무나도 큰 공백을 매꾸어야 할 것입니다. 에플과 인텔이 손잡은 일도 그리하고 인터넷 익스플로러 만이 아닌 많은 &amp;lsquo;표준&amp;rsquo; 브라우저들이 개발되어 나오면서 이제 한 방법만을, 그리고 한 부류의 소비자, 클라이언트를 겨냥하여 개발하는것은 몇년안에 &amp;lsquo;도박&amp;rsquo; 으로 간주 될거 같습니다.&lt;/p&gt; &lt;h3&gt;사용전에 개념의 문제&lt;/h3&gt; &lt;p&gt;이 시점에서 본론으로 들어가기 전에 다루어야 할 문제가 있습니다. 제가 여러 한국 디자인 홈페이지를 만들어 보고, 보아 왔지만 한국에서 지향하거나 혹은 본의 아니게 지향되어 가고 있는 잘못된 개념이 있습니다. 바로 그 개념의 문제가 바뀌어야 하는데, 제가 잘 설명할수 있을지 모르겠군요.&lt;/p&gt; &lt;p&gt;최대한 말로 설명을 한다면, HTML은 디자인을 나타내는것이 아니라 문서를 유저들이 더 잘 볼수 있게 디자인 할수 있도록 만들어진 것이라는 겁니다. 문서의 개념이 디자인 보다 먼저 오는거 라는 거죠. 디자인이 먼저라면, 지금당장 HTML등을 버리고 플래쉬로 나가는게 더 나은 길일겁니다. 하지만 플래쉬가 그리도 멋지게 활용될수 있으며 여러가지 장점들이 있지만, 웹개발자, 클라이언트들에게 100% 다가가지 못하는 이유는 바로 이 &amp;lsquo;문서&amp;rsquo; 의 개념을 잘 포옹하지 못하기 때문입니다. 웹페이지들의 궁극적인 목표는 바로 &amp;lsquo;책&amp;rsquo; 처럼 되는 것이다 라고 하는데 이 목적을 채우기엔 역부족인거죠. 이전 HTML 에서도 그것을 잘 충족하지 못하고 오히려 역효과를 낸 것입니다. 해서 이번에 나오는 차기 XHTML은 문서의 개념을 더욱 투명하게 하고 인식을 바로 잡고 쓰기 위하는 목적으로 씌여지는거 같습니다.&lt;/p&gt; &lt;p&gt;문서의 요소로 예를 들어 보겠습니다. 보통 문서를 보면 서론 본론 결론으로 나뉩니다. 그 안에 제목, 문단, 단락 들이 있고, 여러가지 문서의 요소들이 있습니다. 바로 그 요소들을 HTML이 나타내고 싶은겁니다. 보통 볼수 있는 예로&lt;/p&gt; &lt;p&gt;는 바로 그 문단의 시작과 끝을 나타내어 주는것이고(처음 HTML 할때 젤 싫었던게 엔터치면 곧바로 에디터가 &amp;lt;p&amp;gt;로 인식을 하는거였네요. 무엇인지 모르니 짜증이 날수 밖에요 ^^) 이렇게 쓰이게 되면 HTML은 자동으로 알아서 문단이라고 인식해서 그에 맞추어 출력을 해주게 됩니다.(이런 개념을 잘 이해해서 디자인을 하면 &amp;lt;br&amp;gt;(웹표준에서는 &amp;lt;br /&amp;gt; 이 맞습니다)은 거의 쓰지 않게 됩니다 ^^)&lt;/p&gt; &lt;p&gt;이렇게 HTML의 속성들의 개념을 이해해 가다보면 문서의 틀을 잡아주는것에 대한것, 즉 레이아웃에 대한 속성들도 다루게 되는데 바로 그 문서의 표현을 도와 문단의 너비, 문단의 위치, 모양을 잡아주는 것이 바로 테이블 입니다. &lt;strong&gt;DIV 입니다.&lt;/strong&gt; P(Paragraph, 문단의 첫글자) 속성도 있구요. 아무튼 다시한번 말합니다. 문서의 레이아웃을 돕는 HTML 속성은 DIV 입니다. ^^ DIVISION의 줄임말로 나누다 라는 뜻을 가진 div 인것이죠. 테이블로 레이아웃 사용은 문법 자체가 틀린것이라는 겁니다.&lt;/p&gt; &lt;p&gt;위의 긴 글을 정리하면서 다시 말하자면, &lt;strong&gt;HTML의 개념이 바르게 인식이 되어 가는데엔 테이블, 단순히 표를 만드는데 쓰인다는 원래의 목적을 찾아주고 레이아웃은 그에 맞는 속성을 쓰는것이 꼭 다루어져야 한다는 것입니다.&lt;/strong&gt; 단순히 &amp;ldquo;DIV가 다루기 쉽잖아요&amp;rdquo; 가 이유가 아닌(실제로도 테이블보다 훨씬 쉽지만) 목적과 개념 자체에서부터 문제가 된다는 것입니다. 아직 뜨끔 안하셨나요? 이제 슬슬 개념뿐만이 아닌 왜 DIV가 테이블보다 나은지 다루어 보겠습니다.&lt;/p&gt; &lt;h3&gt;table 보다 다루기가 쉽다&lt;/h3&gt; &lt;p&gt;솔직히 예전에는 테이블이 웹페이지 레이아웃, 틀을 잡는데에 쓰일수 밖에 없었습니다. 그만한 틀을 잡아주는 속성이 약했기 때문입니다. 그리고 그 당시에는 그것이 더 편했고, 깔끔했습니다. 규격이 맞지 않아서 줄이고 늘리고 하는것이 더 문제 였으니까요. 하지만 DIV는 레이아웃을 위한 그 목적으로 씌여진 만큼, 그보다 더 다루기 쉽게, 간편하게 발전 되었습니다. 말도 안된다구요?&lt;/p&gt; &lt;p&gt;보통의 홈페이지 레이아웃으로 예를 들어가면서 보겠습니다.&lt;/p&gt; &lt;div style=&quot;BACKGROUND: #ff0000; WIDTH: 200px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #000000; FLOAT: left; WIDTH: 100px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #00ff00; FLOAT: left; WIDTH: 100px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;CLEAR: both&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;p&gt;이런 레이아웃을 만들어 보겠습니다.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;테이블은&lt;br /&gt; &lt;br /&gt; &lt;code&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체&quot;&gt;&amp;lt;table&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;/table&amp;gt; &lt;/span&gt;&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; 이렇게 코딩을 합니다. div를 보겠습니다.&lt;br /&gt; &lt;br /&gt; &lt;code&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체&quot;&gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float: left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt; &lt;/span&gt;&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; 별로 차이 안나네요.&lt;/li&gt; &lt;li&gt;그럼 &lt;strong&gt;이것에 column 을 2개 더 넣어보겠습니다&lt;/strong&gt;.&lt;br /&gt; &lt;br /&gt; &lt;code&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체&quot;&gt;&amp;lt;table&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td colspan=4&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;/table&amp;gt; &lt;/span&gt;&lt;/code&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;은&lt;br /&gt; &lt;br /&gt; &lt;code&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체&quot;&gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; &lt;/span&gt;&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; 또 약간 비슷합니다.여기서&lt;br /&gt; 이렇게 만들어 볼까요?&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;div style=&quot;BACKGROUND: #ff0000; WIDTH: 200px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #000000; FLOAT: left; WIDTH: 50px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #00ff00; FLOAT: left; WIDTH: 50px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #ffff00; FLOAT: left; WIDTH: 50px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #0000ff; FLOAT: left; WIDTH: 50px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;CLEAR: both; BACKGROUND: #ff0000; WIDTH: 200px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #ffff00; WIDTH: 200px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #ff00ff; WIDTH: 200px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div style=&quot;BACKGROUND: #0000ff; WIDTH: 200px; HEIGHT: 15px&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;p&gt;그렇다면 이제 슬슬 테이블은 복잡해 집니다.&lt;br /&gt; &lt;br /&gt; &lt;code&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체&quot;&gt;&amp;lt;table&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td colspan=4&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td colspan=4&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td colspan=4&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td colspan=4&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;td colspan=4&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;/table&amp;gt; &lt;/span&gt;&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; div를 보겠습니다.&lt;br /&gt; &lt;br /&gt; &lt;code&gt;&lt;span style=&quot;FONT-FAMILY: 굴림체&quot;&gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt; &lt;/span&gt;&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; div는 간단히 끝이 났네요.&lt;/p&gt; &lt;/li&gt; &lt;/ol&gt; &lt;p&gt;클라이언트가 위의 구성중 column이 많다고 빼달라고 요청합니다. 하나를 빼면,,&lt;br /&gt; 테이블로 구성한 코드는 저 위의 4라고 써진거 다 3으로 바꾸어야겠죠. 네. &amp;lsquo;찾기&amp;rsquo; 기능을 아주 잘 써야겠습니다. 하지만 div는 어떤가요? float:left 는 align:left 와 같습니다. 왼쪽으로 정렬된것들 마구 넣은 후에 빼고 싶은거 빼고나서 다시 정리된 한칸을 넣을때엔 align 이 적용 안되도록 clear:both; 만 넣으면 됩니다. 개발자 분들, 너무나도 차이나는게 보이시는지요?&lt;/p&gt; &lt;h3&gt;테이블은 느리다&lt;/h3&gt; &lt;p&gt;다른 이유를 보겠습니다. 너무나도 잘 아는 사실이죠. &lt;strong&gt;테이블의 속도 문제&lt;/strong&gt;도 꽤나 골치 아픈 문제 입니다.&lt;/p&gt; &lt;p&gt;유저들은 아마도 브라우저창 타이틀 부분에는 웹사이트 제목이 떴는데 하얀 바탕으로 아무것도 나오지 않는 경우를 겪어 봤습니다. 요즘이야 워낙에 속도가 빨라지긴 했지만&amp;hellip; 그 이유는 테이블의 속도 문제가 있기 때문입니다. 각각의 테이블이 하나하나의 요소로 받아들이기 때문에 그 테이블이 다 읽히기 전까지는 화면에 읽히지 않습니다. 그 이유 때문에 제목창에는 제목이 뜨는데 화면에는 아무것도 들어오지 않는것처럼 보이는 것이죠. 특히 커다란 포털사이트에 이런 경우가 많습니다. 기다림 후에 나타나는 화면은 이미 로딩이 거의 끝난 상태로 나타나게 되죠. 그와 반대로 div를 사용하게 되면, 틀을 잡아주는 것이기에 틀에 잡힌 텍스틀이 이미 뜬 후에 배경이라던지 이미지가 읽혀지게 됩니다. 유저들에겐 기다림의 지루함이 조금이나마 줄어들게 되는 것입니다. 그러므로 속도의 차이는 없는듯 커다랗게 나는것입니다. 예전 야심만만 이라는 프로그램에서 &amp;lsquo;당신에게 가장 긴 1분은 언제였나?&amp;rsquo; 라는 질문에 웹사이트가 로딩되는 그 1분이 길었다 라는 대답이 상당히 많았던 것만 봐도 그 &amp;lsquo;약간&amp;rsquo; 의 차이가 유저들에게는 얼마나 큰것인지를 알수 있습니다. 구글의 성공에도 1개의 이미지로 승부하는 속도가 커다란 몫을 했었죠.&lt;/p&gt; &lt;h3&gt;table은 유지하기 힘들다&lt;/h3&gt; &lt;p&gt;속도 뿐만이 아닙니다. 어찌 유지 하렵니까?&lt;br /&gt; 속도는 인터넷을 더 빨리 돌려버리면 된다고 해도, &lt;strong&gt;&amp;lsquo;유지&amp;rsquo; 의 문제는 어쩔수 없습니다&lt;/strong&gt;. 상상만 해도 울컥 솟아 오릅니다. 테이블 안에 수도 없이 이루어진 그 얽히고 얽힌 그 문제를 어떻게 유지를 할수 있을지. 새 웹마스터가 와서 웹사이트를 유지하려해도 이해할수 없는 수 많은 테이블의 tr, td 들을 그리고 그 안에 들어있는 테이블들을 어떻게 이해를 해서 하는지. 아직도 하고 계신분들에게 경의를 표합니다. 이럴때에 가끔은 프리렌서가 좋다는 생각을 합니다. 이 말도 안되는 것들만 보아도 왜 이렇게 되어야 하는지 궁금할 뿐입니다. div도 사이트가 클수록 유지하기에 복잡하지 않냐 라는 반문을 하신다면 div를 써보지 않으신 분들입니다. 각각의 레이아웃 div에는 이름을 주어서 css로 간단히 조절이 가능하기에 각각의 이름들만 알아도 새로운 css를 써버려서 내용은 그대로이되 모든 디자인이 바뀌어 버리는 놀라운 일을 할수가 있습니다. &amp;lsquo;스킨&amp;rsquo; 의 개념이 보통의 html문서에서 이용되는 것입니다. 이에대해 아시는 분들은 아시지만 젠가든 이라는 곳이 그 예들을 보여줍니다. 내용은 같지만 수많은 유저들이 자신들의 css를 제출해 뽑히면 그 사이트의 디자인CSS 파일만을 바꾸어 보여줌으로써 확연히 다른 사이트로 변모하는것을 보면 확실히 이해가 가실겁니다.&lt;/p&gt; &lt;h3&gt;CSS3?&lt;/h3&gt; &lt;p&gt;이제 곧 나오게 될 CSS3를 살펴보니 레이어들 사이에도 이제 x, y 좌우의 위치 뿐만이 아닌 진정한 케스케이딩, 차곡차곡 쌓인 문서들 처럼 앞, 뒤 의 z 위치를 정할수 있게 되어 있습니다. 아무리 테이블이 레이아웃에 좋다고 우겨도 CSS3가 출시되는 날 부터는 &amp;lsquo;바보&amp;rsquo;로 취급받게 될것입니다. 투명한 PNG의 사용도 가능케 했으니, 그림자 div 위에 문서 1 div을 놓고, 그 위에 문서 2 div 를 놓고 겹치게 해 놓았다고 생각해 보십시오. 그리고 다음 페이지로 넘어갈때엔 그저 CSS의 Z 속성만 바꾸어 주면 순간에 문서 1이 2의 위에 올라가게 되니, 이거 언제 css3이 출시되나 기다려 지지 않을수가 없습니다.&lt;/p&gt; &lt;h3&gt;table은 이제 쉬어야 할때&lt;/h3&gt; &lt;p&gt;테이블은 이제 슬슬 좀 쉬어야 할때 입니다. 너무 큰일을 감당케 했습니다. 반대로 원래 그 일을 해야할 div를 너무 놀게했습니다. 위에서 주욱 길게 설명을 했듯이 테이블의 노동착취는 그만하시고 공평한 일자리를 주어야 할 때가 아닐까 생각합니다. 아니 그래야 합니다. 그것이 미래를, 앞을 바라보는 선경지명이겠습니다.&lt;/p&gt; &lt;a class=&quot;con_link&quot; target=&quot;_blank&quot; title=&quot;Cascading Style Sheets&quot;&gt; &lt;/a&gt; &lt;p&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt;</content>			</entry><entry>
		<title>CSS 속성 (margin, border, padding)</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152814"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152814#comment"/>		<id>https://mbg1346.inour.net/html/152814</id>
		<published>2008-04-04T17:53:36+09:00</published>
		<updated>2011-05-01T11:14:56+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">1. Margin (BOX 의 여백지정) { margin-left : 여백값 ; --------&gt; %값이나 길이단위로 표시. margin-right :여백값 ; 여백을 음수값을 주면 요소가 잘리는 현상발생 margin-top : 여백값 ; margin-bottom : 여백값; } - shorthand 로 표기할때 유의할 것 {margin : 10pt} --&gt; 하나의 속성값만 표기하면 전체속성값이 동일 {margin : 10pt 20pt} --&gt; 두개의 속성값이 표기되면 상하/좌우 속성값을 말한다. {margin : 10pt 20pt 30pt...</summary>
	<content type="html">&lt;DIV class=view style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 1112606_10&quot;&gt; &lt;P&gt;1. Margin (BOX 의 여백지정)&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp; { margin-left : 여백값 ;&amp;nbsp;&amp;nbsp; --------&amp;gt; %값이나 길이단위로 표시. &lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-right :여백값 ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 여백을 음수값을 주면 요소가 잘리는 현상발생&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;margin-top : 여백값 ;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-bottom : 여백값; }&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp; - shorthand 로 표기할때 유의할 것&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;FONT color=#d41a01&gt;margin&lt;/FONT&gt; : 10pt}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; 하나의 속성값만 표기하면 전체속성값이 동일&lt;/P&gt; &lt;P&gt;&amp;nbsp; &amp;nbsp; {margin : 10pt 20pt}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; 두개의 속성값이 표기되면 상하/좌우 속성값을 말한다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{margin : 10pt 20pt 30pt}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&amp;nbsp;세개의 속성값이 표기되면 상/좌우/하 속성값&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{margin : 10pt 20pt 30pt 40pt}&amp;nbsp;--&amp;gt;&amp;nbsp;네개 각각의 속성값&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 이와같이 shorthand&amp;nbsp;방식으로 쓸수&amp;nbsp;있는 것으로&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;FONT color=#006699&gt;margin, border-width, border-style, border-color, padding&lt;/FONT&gt;이 있다.&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;2. Border(테두리를 지정)&lt;/P&gt; &lt;P&gt;&amp;nbsp;1) 테두리선 모양 지정&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &lt;FONT color=#d41a01&gt;border-style &lt;/FONT&gt;: none/&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------&amp;gt; border=0. 테두리가 없음&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dotted/dashed/ --&amp;gt; 점선모양/굵은 점선모양 (익스플로러 5.5 부터 가능)&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;solid/double/&amp;nbsp; ----&amp;gt; 실선모양/이중 실선모양&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groove/ridge/&amp;nbsp; ----&amp;gt; 오목하게 들어간/볼록하게 나온 액자 테두리 모양&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inset/outset ;}&amp;nbsp;&amp;nbsp;----&amp;gt; 왼쪽 빛에 의해 명암을 준 모양으로&amp;nbsp;오목/볼록한 모양&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp; 이 속성도 방향에 따라 &lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-top-style, border-bottom-style, border-left-style, border-right-style 의 부분속성 있다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;2) 테두리의 폭지정&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;FONT color=#d41a01&gt; border-width &lt;/FONT&gt;: thin/medium/thick/&amp;nbsp; --&amp;gt; 가늘게/보통/두껍게&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 길이단위값 ;}&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-top-width, border-bottom-width, border-left-width, border-right-width 가 있다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;3) 테두리 색상설정&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;FONT color=#d41a01&gt; border-color &lt;/FONT&gt;: 색상값/명 ;}&amp;nbsp; &lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-top-color, border-bottom-color, border-left-color, border-right-color 있음&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;3. Padding(컨텐츠와 테두리사이의 간격)&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;FONT color=#d41a01&gt; padding &lt;/FONT&gt;: 간격수치값 ;}&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding-top, padding-bottom, padding-left, padding-right&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;4. Position (BOX의 위치지정)&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 택스트위에 텍스트를 올리거나 이미지를 올리거나 할때 사용한다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;FONT color=#d41a01&gt;position&lt;/FONT&gt; : static/&amp;nbsp;&amp;nbsp; ----&amp;gt; 이동성이 없는 정적인 형식. 크기속성만 있음&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; relative/ ----&amp;gt; left top의 위치와 크기속성이 따라온다.&amp;nbsp; 상대적 위치 -값도 가능 &lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 위치를 지정할때 left/top 방식과 bottom/right 방식이 있으며 둘중 하나만 적용한다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 브라우저의 안쪽으로 이동하는 경우는 +, 바깥쪽으로 이동하는 경우는 - 값이 지정된다.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; absolute ;} --&amp;gt; left top의 위치와 크기속성이 따라온다. 절대적 위치(0,0)기준&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;z-index : 겹쳐지는 순서. 값이 클수록 위에 위치&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;5. Visibility (숨김처리)&lt;/P&gt; &lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; { visibility : &lt;U&gt;visible&lt;/U&gt;/hidden&amp;nbsp; ----&amp;gt; hidden은 보여주지만 않을 뿐 영역은 유지된다. &lt;DIV class=autosourcing-stub&gt; &lt;P style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 11px 0px 7px; PADDING-TOP: 0px; FONT-STYLE: normal; FONT-FAMILY: Dotum&quot;&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;[출처]&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/hmleena/42023954&quot; target=_blank&gt;[본문스크랩] 21. CSS 속성 (margin, border, padding)&lt;/A&gt;&lt;SPAN style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;|&lt;/SPAN&gt;&lt;STRONG style=&quot;PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px&quot;&gt;작성자&lt;/STRONG&gt; &lt;A href=&quot;http://blog.naver.com/hmleena&quot; target=_blank&gt;햄아&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</content>			</entry><entry>
		<title>이미지 없이 라운드 박스 만들기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/152809"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/152809#comment"/>		<id>https://mbg1346.inour.net/html/152809</id>
		<published>2008-04-04T17:37:03+09:00</published>
		<updated>2008-04-04T17:37:03+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">&lt;html &gt; &lt;head&gt; &lt;style&gt; .rtop, .rbottom{display:block;} .rtop *, .rbottom *{display:block; height:1px; overflow:hidden;} .r1{margin:0 5px; background:#CCCCCC} .r2{margin:0 3px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; background:#EEEEEE} .r3{margin:0 2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#EEEEEE} .r4{margin:0 1px; height:2px; border-left...</summary>
	<content type="html">&lt;P&gt;&amp;lt;html &amp;gt; &lt;BR&gt;&amp;lt;head&amp;gt; &lt;BR&gt;&amp;lt;style&amp;gt; &lt;BR&gt;.rtop, .rbottom{display:block;} &lt;BR&gt;.rtop *, .rbottom *{display:block; height:1px; overflow:hidden;} &lt;BR&gt;.r1{margin:0 5px; background:#CCCCCC} &lt;BR&gt;.r2{margin:0 3px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; background:#EEEEEE} &lt;BR&gt;.r3{margin:0 2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#EEEEEE} &lt;BR&gt;.r4{margin:0 1px; height:2px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#EEEEEE} &lt;BR&gt;.box{ margin:0; padding:5px 10px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px;&amp;nbsp; background:#EEEEEE; font-size:12px} &lt;BR&gt;&amp;lt;/style&amp;gt; &lt;BR&gt;&amp;lt;/head&amp;gt; &lt;/P&gt; &lt;P&gt;&amp;lt;body&amp;gt; &lt;BR&gt;&amp;lt;div id=&quot;container&quot; style=&quot;background: #fff&quot;&amp;gt; &lt;BR&gt;&amp;lt;b class=&quot;rtop&quot;&amp;gt;&amp;lt;b class=&quot;r1&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;b class=&quot;r2&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;b class=&quot;r3&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;b class=&quot;r4&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/b&amp;gt; &lt;BR&gt;&amp;lt;div class=&quot;box&quot;&amp;gt;내용&amp;lt;/div&amp;gt; &lt;BR&gt;&amp;lt;b class=&quot;rbottom&quot;&amp;gt;&amp;lt;b class=&quot;r4&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;b class=&quot;r3&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;b class=&quot;r2&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;b class=&quot;r1&quot;&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;lt;/body&amp;gt; &lt;BR&gt;&amp;lt;/html&amp;gt;&lt;BR&gt;&lt;BR&gt;춮처:http://blog.naver.com/hmleena/42024227&lt;/P&gt;</content>			</entry><entry>
		<title>검색창에 자동으로 한글 나오게 하기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/149226"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/149226#comment"/>		<id>https://mbg1346.inour.net/html/149226</id>
		<published>2008-04-02T12:32:40+09:00</published>
		<updated>2008-04-02T12:35:17+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">레이아웃.css를 편집기로 열어서 #isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #B0B0AF; background-color:#FFFFFF; ime-mode:active; } ime-mode:active를 써주면 자동으로 한글, inactive를 써주면 영어로 써집니다.</summary>
	<content type="html">레이아웃.css를 편집기로 열어서&amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;font size=&quot;3&quot;&gt;#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #B0B0AF; background-color:#FFFFFF; &lt;font color=&quot;#ee2222&quot;&gt;ime-mode:active;&lt;/font&gt; }&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;font color=&quot;#ee2222&quot;&gt;ime-mode:active&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt;를 써주면 자동으로 한글, &lt;font color=&quot;#ee2222&quot;&gt;inactive&lt;/font&gt;를 써주면 영어로 써집니다.&lt;br&gt;&lt;br&gt;&lt;img src=&quot;https://mbg1346.inour.net/files/attach/images/152811/149226/search.jpg&quot; alt=&quot;search.jpg&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;</content>			</entry><entry>
		<title>Zbxe레이아웃 간단하게 좌측정렬로 바꾸기</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/143215"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/143215#comment"/>		<id>https://mbg1346.inour.net/html/143215</id>
		<published>2008-03-25T09:47:13+09:00</published>
		<updated>2008-04-12T13:47:04+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">해당 레이아웃의 css를 열어서 15줄 (예; /zbxe/layouts/xe_official/css/default.css) #bodyWrap { width:980px; margin:1.5em auto 0 auto; }를 #bodyWrap { position:absolute; width:980px; margin:1.5em auto 0 auto; } 로 변경하면 됩니다.</summary>
	<content type="html">&lt;FONT size=3&gt;해당 레이아웃의 css를 열어서 15줄 (예; /zbxe/layouts/xe_official/css/default.css)&lt;BR&gt;&lt;BR&gt;#bodyWrap { width:980px; margin:1.5em auto 0 auto; }를&lt;BR&gt;&lt;BR&gt;#bodyWrap { &lt;STRONG&gt;&lt;FONT color=#ee2222&gt;position:absolute;&lt;/FONT&gt;&lt;/STRONG&gt; width:980px; margin:1.5em auto 0 auto; } 로 변경하면 됩니다.&lt;/FONT&gt;</content>			</entry><entry>
		<title>iframe에 삽입되는 내용에 따라 iframe의 사이즈가 자동으로 변경되는 소스</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/141324"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/141324#comment"/>		<id>https://mbg1346.inour.net/html/141324</id>
		<published>2008-03-09T00:20:07+09:00</published>
		<updated>2017-04-22T18:21:28+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">iframe에 삽입되는 내용에 따라 iframe의 사이즈가 자동으로 변경되는 소스. 두가지의 조건 1. 같은 서버내의 페이지를 iframe으로 삽입하는 경우. 2. 타 사이트의 페이지를 iframe으로 삽입하는 경우. [같은 서버내의 페이지를 삽입하는 경우] 1. 부모페이지에서 해결하는 방법 &lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt; &lt;!-- function resizeIframe(fr) { fr.setExpression(&#039;height&#039;,aaa.document.body.scrollHeight); fr.setExpression(&#039;w...</summary>
	<content type="html">&lt;DIV class=&quot;tbody m-tcol-c&quot; id=tbody&gt; &lt;H1 style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;&lt;FONT size=2&gt;iframe에 삽입되는 내용에 따라 iframe의 사이즈가 자동으로 변경되는 소스.&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;BR&gt;두가지의 조건&lt;BR&gt;1. 같은 서버내의 페이지를 iframe으로 삽입하는 경우.&lt;BR&gt;2. 타 사이트의 페이지를 iframe으로 삽입하는 경우.&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;BR&gt;&lt;FONT color=#ee2222&gt;[같은 서버내의 페이지를 삽입하는 경우]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/H1&gt; &lt;H3 style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;&lt;FONT size=2&gt;1. 부모페이지에서 해결하는 방법&lt;/FONT&gt;&lt;/H3&gt; &lt;DIV style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;&amp;lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&amp;gt; &lt;BR&gt;&amp;lt;!-- &lt;BR&gt;function &lt;FONT color=#0000ff&gt;resizeIframe&lt;/FONT&gt;(fr) { &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fr.setExpression&lt;X /&gt;(&#039;height&#039;,&lt;FONT color=#0000ff&gt;aaa&lt;/FONT&gt;.document.body.scrollHeight); &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fr.setExpression&lt;X /&gt;(&#039;width&#039;,&lt;FONT color=#0000ff&gt;aaa&lt;/FONT&gt;.document.body.scrollWidth); &lt;BR&gt;} &lt;BR&gt;//--&amp;gt; &lt;BR&gt;&amp;lt;/SCRIPT&amp;gt; &lt;BR&gt;&amp;lt;iframe frameborder=&quot;0&quot; id=&quot;&lt;FONT color=#0000ff&gt;aaa&lt;/FONT&gt;&quot;&amp;nbsp; scrolling=&quot;no&quot; src=&quot;xxx.htm&quot; width=650 &lt;FONT color=#0000ff&gt;onload=&quot;resizeIframe(this)&quot;&lt;/FONT&gt;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;/DIV&gt; &lt;H3 style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;&lt;FONT size=2&gt;2. iframe으로 삽입되는 페이지에서 해결하는 방법&lt;/FONT&gt;&lt;/H3&gt; &lt;DIV style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;아이프레임으로 삽입되는 페이지의 최하단에 아래내용 삽입&lt;BR&gt;&amp;lt;script&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; document.body.scrollIntoView(true);&lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; parent.document.all.&lt;FONT color=#0000ff&gt;aaa&lt;/FONT&gt;.height = document.body.scrollHeight; &lt;BR&gt;&amp;lt;/script&amp;gt; &lt;BR&gt;&lt;BR&gt;부모페이지의 아이프레임 id를 aaa로&lt;SPAN id=callbacknestaspboxtistorycom45384 style=&quot;FLOAT: right; WIDTH: 1px; HEIGHT: 1px&quot;&gt;&lt;EMBED id=bootstrapperaspboxtistorycom45384 onresize=&quot;parentResizeIframe(&#039;cafe_main&#039;)&quot; src=http://aspbox.tistory.com/plugin/CallBack_bootstrapperSrc width=1 height=1 type=application/x-shockwave-flash invokeURLs=&quot;false&quot; autostart=&quot;true&quot; allowScriptAccess=&quot;never&quot; allowNetworking=&quot;internal&quot; swLiveConnect=&quot;true&quot; FlashVars=&quot;&amp;amp;callbackId=aspboxtistorycom45384&amp;amp;host=http://aspbox.tistory.com&amp;amp;embedCodeSrc=http%3A%2F%2Faspbox.tistory.com%2Fplugin%2FCallBack_bootstrapper%3F%26src%3Dhttp%3A%2F%2Fcfs.tistory.com%2Fblog%2Fplugins%2FCallBack%2Fcallback%26id%3D4%26callbackId%3Daspboxtistorycom45384%26destDocId%3Dcallbacknestaspboxtistorycom45384%26host%3Dhttp%3A%2F%2Faspbox.tistory.com%26float%3Dleft&quot; EnableContextMenu=&quot;false&quot; wmode=&quot;transparent&quot;&gt;&lt;/SPAN&gt; 맞춤.&lt;BR&gt;&amp;lt;IFRAME id=&lt;FONT color=#0000ff&gt;aaa&lt;/FONT&gt; src=&quot;xxx.htm&quot; frameBorder=0 width=0 scrolling=no height=0&amp;gt;&amp;lt;/IFRAME&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;/DIV&gt; &lt;H2 style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;&lt;FONT color=#ee2222 size=2&gt;[다른 서버(사이트)의 페이지를 삽입하는 경우]&lt;/FONT&gt;&lt;/H2&gt; &lt;P style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;물론 다른사이트의 페이지 내용을 수정할수(관리권한이) 있어야 한다.&lt;/P&gt; &lt;P style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;&lt;STRONG&gt;&amp;lt;부모페이지&amp;gt;&lt;BR&gt;&lt;/STRONG&gt;&amp;lt;iframe src=&quot;http://www.aaa.com/aaa.htm&quot; frameborder=&quot;0&quot; id=&quot;&lt;FONT color=#0000ff&gt;aaa&lt;/FONT&gt;&quot; scrolling=&quot;no&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;&amp;lt;타서버 불려올 페이지(&lt;/STRONG&gt;&lt;STRONG&gt;http://www.aaa.com/aaa.htm&lt;/STRONG&gt;&lt;STRONG&gt;)&amp;gt;&lt;/STRONG&gt;&lt;BR&gt;&amp;lt;head&amp;gt;태그사이에 아래의 스크립트 삽입&lt;BR&gt;&lt;BR&gt;&amp;lt;script language=&#039;JavaScript&#039; type=&#039;text/javascript&#039;&amp;gt;&lt;BR&gt;&amp;lt;!--&lt;BR&gt;&amp;nbsp;function &lt;FONT color=#0000ff&gt;init()&lt;/FONT&gt;{&lt;BR&gt;&amp;nbsp; var doc = document.getElementById(&quot;&lt;FONT color=#0000ff&gt;infodoc&lt;/FONT&gt;&quot;);&lt;BR&gt;&amp;nbsp; doc.style.top=0;&lt;BR&gt;&amp;nbsp; doc.style.left=0;&lt;BR&gt;&amp;nbsp; if(doc.offsetHeight == 0){&lt;BR&gt;&amp;nbsp; } else {&lt;BR&gt;&amp;nbsp; &amp;nbsp; pageheight = doc.offsetHeight;&lt;BR&gt;&amp;nbsp; &amp;nbsp; pagewidth = doc.offsetWidth;&lt;BR&gt;&amp;nbsp; &amp;nbsp; parent.frames[&quot;&lt;FONT color=#0000ff&gt;aaa&lt;/FONT&gt;&quot;].resizeTo(pagewidth,pageheight);&lt;BR&gt;&amp;nbsp; }&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;//--&amp;gt;&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;BR&gt;&lt;BR&gt;body의 onLoad태그로 위 스크립트를 불러옴&lt;BR&gt;&amp;lt;body leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; &lt;FONT color=#0000ff&gt;onLoad=&quot;init();&quot;&lt;/FONT&gt;&amp;gt;&lt;BR&gt;&lt;BR&gt;본문내용을 지정한 id로 감싼다.(infodoc)&lt;BR&gt;&amp;lt;div id=&#039;&lt;FONT color=#0000ff&gt;infodoc&lt;/FONT&gt;&#039;&amp;gt;&lt;BR&gt;.&lt;BR&gt;.&lt;BR&gt;.&lt;BR&gt;내용&lt;BR&gt;.&lt;BR&gt;.&lt;BR&gt;.&lt;BR&gt;&amp;lt;/div&amp;gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;/P&gt; &lt;P style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: 985643_10&quot;&gt;[다른방법]&lt;/P&gt;&lt;/DIV&gt; &lt;TABLE cellSpacing=0 cellPadding=0 align=right border=0&gt; &lt;COLGROUP&gt;&lt;FONT size=2&gt; &lt;COL width=*&gt; &lt;COL width=55&gt;&lt;/FONT&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD vAlign=top colSpan=2 height=11&gt; &lt;DIV class=&quot;per-info board-box-line-dashed&quot;&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR vAlign=top align=right&gt; &lt;TD class=&quot;per-info-id b m-tcol-c&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN class=persnacon&gt;&lt;img data-autoattach=&quot;success&quot; style=&quot;CURSOR: pointer&quot; onclick=popview(this) height=13 src=&quot;https://mbg1346.inour.net/files/attach/images/152811/324/141/a3a02ca20c2215c1226a52cf9a47fb68.gif&quot; width=13&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt; &lt;TD class=per-info rowSpan=2&gt;&lt;A class=con_link href=&quot;http://blog.naver.com/npost/javascript&lt;x/&gt;:popblog(&#039;zepping&#039;);&quot; target=_blank&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD class=per-info-other&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt; &lt;P align=justify&gt;&lt;FONT size=2&gt;=== 부모창에 들어갈 소스 ====================================================&lt;BR&gt;&lt;BR&gt;&amp;lt;iframe id=&quot;icon_iframe&quot; src=&quot;http://tagin.net&quot; width=&quot;1&quot; height=&quot;1&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;no&quot; onLoad=&quot;window.scrollTo(0,0)&quot;&amp;gt;&amp;lt;/iframe&amp;gt; &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;=== iframe에 들어갈 소스 =====================================================&lt;BR&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;태그인넷&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;body&amp;gt;&lt;BR&gt;&amp;lt;div id=&#039;content_page&#039; style=&quot;left:0;top:0;width:100%&quot;&amp;gt;&lt;BR&gt;&lt;BR&gt;이 부분이 확대될 부분입니다.. &lt;BR&gt;&lt;BR&gt;&amp;lt;/div&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;script language=&#039;JavaScript&#039;&amp;gt;&lt;BR&gt;function iframe_reset(){&lt;BR&gt;dataobj=document.all? document.all.content_page : document.getElementById(&quot;content_page&quot;);&lt;BR&gt;dataobj.style.top=0;&lt;BR&gt;dataobj.style.left=0;&lt;BR&gt;pageheight=dataobj.offsetHeight;&lt;BR&gt;//pagewidth=dataobj.offsetWidth;&lt;BR&gt;pagewidth = 800;&lt;BR&gt;parent.frames(&quot;icon_iframe&quot;).resizeTo(pagewidth,pageheight);&lt;BR&gt;}&lt;BR&gt;window.onload=iframe_reset;&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt; &lt;/FONT&gt;&lt;/P&gt;</content>			</entry><entry>
		<title>즐겨찾기 스크립트</title>
		<link rel="alternate" type="text/html" href="https://mbg1346.inour.net/html/139440"/>
	<link rel="replies" type="text/html" href="https://mbg1346.inour.net/html/139440#comment"/>		<id>https://mbg1346.inour.net/html/139440</id>
		<published>2008-02-21T20:23:32+09:00</published>
		<updated>2017-04-22T18:22:10+09:00</updated>
		<author>
			<name>팔공산</name>
		</author>
		<summary type="text">FF에서는 즐겨찾기에 추가 자바스크립트가 아예 안 되는줄 알았는데 구글링을 해보니 아주 좋은 소스가 있더군요. ※ 소스: ------------- &lt;script type=&quot;text/javascript&quot;&gt; function bookmarksite(title,url) { // Internet Explorer if(document.all){ window.external.AddFavorite(url, title); } // Google Chrome else if(window.chrome){ alert(&quot;Ctrl+D키를 누르시면 즐겨찾기에 추가하실 수 있습니다.&quot;); } // Firefox else i...</summary>
	<content type="html">&lt;table class=&quot;table_read&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot; border=&quot;0&quot;&gt; &lt;tbody&gt; &lt;tr class=&quot;content&quot;&gt; &lt;td class=&quot;left&quot;&gt;&amp;nbsp;&lt;br /&gt;&lt;/td&gt; &lt;td class=&quot;content&quot; id=&quot;content_459&quot; valign=&quot;top&quot; colspan=&quot;2&quot; height=&quot;200&quot;&gt; &lt;div class=&quot;content&quot; id=&quot;content_459&quot;&gt; &lt;p&gt;FF에서는 즐겨찾기에 추가 자바스크립트가 아예 안 되는줄 알았는데 구글링을 해보니 아주 좋은 소스가 있더군요. &lt;br /&gt;&lt;br /&gt;※ 소스: &lt;br /&gt;------------- &lt;br /&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt; &lt;br /&gt;&lt;/p&gt; &lt;p&gt;function bookmarksite(title,url) {&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Internet Explorer&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;if(document.all){&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; window.external.AddFavorite(url, title);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Google Chrome&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;else if(window.chrome){&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; alert(&quot;Ctrl+D키를 누르시면 즐겨찾기에 추가하실 수 있습니다.&quot;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Firefox&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;else if (window.sidebar) // firefox&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;{&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; window.sidebar.addPanel(title, url, &quot;&quot;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Opera&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;else if(window.opera &amp;amp;&amp;amp; window.print)&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;{ // opera&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; var elem = document.createElement(&#039;a&#039;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.setAttribute(&#039;href&#039;,url);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.setAttribute(&#039;title&#039;,title);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.setAttribute(&#039;rel&#039;,&#039;sidebar&#039;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.click();&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}else if( window.external ) {&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; window.external.AddFavorite(url, title);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt; &lt;p&gt;}&lt;/p&gt; &lt;div&gt;&lt;span style=&quot;line-height: 1.5;&quot;&gt;&amp;lt;/script&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;※ 적용시 HTML: &lt;br /&gt;-------------------------- &lt;br /&gt;&amp;lt;a href=&quot;javascript:bookmarksite(&#039;홈페이지 제목&#039;, &#039;&lt;a href=&quot;http://www.abc.com&#039;/&quot; target=&quot;_blank&quot;&gt;http://www.abc.com&#039;&lt;/a&gt;)&quot;&amp;gt;즐겨찾기에 추가&amp;lt;/a&amp;gt; &lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;[실험결과]&lt;br /&gt;IE : 정상작동&lt;/p&gt; &lt;p&gt;Crome :&amp;nbsp;Ctrl+D키&lt;br /&gt;FF : 정상작동&lt;br /&gt;OPERA : 정상작동 &lt;br /&gt;SAFARI : 묵묵부답 &lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;[Tip] 이 소스를 XE에 넣어보기&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. 해당레이아웃 js파일안에 추가합니다.&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;/* 즐겨찾기 추가 */&lt;/p&gt; &lt;p&gt;function bookmarksite(title,url) {&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Internet Explorer&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;if(document.all){&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; window.external.AddFavorite(url, title);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Google Chrome&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;else if(window.chrome){&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; alert(&quot;Ctrl+D키를 누르시면 즐겨찾기에 추가하실 수 있습니다.&quot;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Firefox&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;else if (window.sidebar) // firefox&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;{&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; window.sidebar.addPanel(title, url, &quot;&quot;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;// Opera&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;else if(window.opera &amp;amp;&amp;amp; window.print)&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;{ // opera&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; var elem = document.createElement(&#039;a&#039;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.setAttribute(&#039;href&#039;,url);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.setAttribute(&#039;title&#039;,title);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.setAttribute(&#039;rel&#039;,&#039;sidebar&#039;);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elem.click();&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp;}else if( window.external ) {&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; window.external.AddFavorite(url, title);&lt;/p&gt; &lt;p&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt; &lt;p&gt;}&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;2. 해당레이아웃 layout.html안에&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&amp;lt;div class=favorite&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;a href=&quot;javascript:bookmarksite(&#039;달집&#039;, &#039;http://moonhouse.co.kr&#039;)&quot;&amp;gt;즐겨찾기추가&amp;lt;/a&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;3. 해당칼라 css안에&lt;/p&gt; &lt;p&gt;#fa { position:absolute; top:0px; &amp;nbsp;right:0px; }&lt;/p&gt; &lt;p&gt;여기서 top과 right위치 적당히 잡으면서 설정하시면 됩니다.&lt;/p&gt; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</content>			</entry></feed>
