|
|
1번째 줄: |
1번째 줄: |
| <onlyinclude>{{#css: | | <onlyinclude><table class="navbox nowraplinks" style="background: transparent; font-size: 100%; text-align: left; border: none; padding: 0; margin: -2px;{{{전체모양|}}}"><!-- |
| .navbox { /* Navbox container style */
| |
| box-sizing: border-box;
| |
| border: 1px solid #a2a9b1;
| |
| width: 100%;
| |
| clear: both;
| |
| font-size: 88%;
| |
| text-align: center;
| |
| padding: 1px;
| |
| margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
| |
| }
| |
| .navbox .navbox {
| |
| margin-top: 0; /* No top margin for nested navboxes */
| |
| }
| |
| .navbox + .navbox {
| |
| margin-top: -1px; /* Single pixel border between adjacent navboxes */
| |
| }
| |
| .navbox-inner,
| |
| .navbox-subgroup {
| |
| width: 100%;
| |
| }
| |
| .navbox-group,
| |
| .navbox-title,
| |
| .navbox-abovebelow {
| |
| padding: 0.25em 1em; /* Title, group and above/below styles */
| |
| line-height: 1.5em;
| |
| text-align: center;
| |
| }
| |
| th.navbox-group { /* Group style */
| |
| white-space: nowrap;
| |
| /* @noflip */
| |
| text-align: right;
| |
| } | |
| .navbox,
| |
| .navbox-subgroup {
| |
| background-color: #fdfdfd; /* Background color */
| |
| } | |
| .navbox-list {
| |
| line-height: 1.5em;
| |
| border-color: #fdfdfd; /* Must match background color */
| |
| } | |
| /* cell spacing for navbox cells */
| |
| tr + tr > .navbox-abovebelow,
| |
| tr + tr > .navbox-group,
| |
| tr + tr > .navbox-image,
| |
| tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
| |
| border-top: 2px solid #fdfdfd; /* Must match background color */
| |
| }
| |
| .navbox th,
| |
| .navbox-title {
| |
| background-color: #ccccff; /* Level 1 color */
| |
| }
| |
| .navbox-abovebelow,
| |
| th.navbox-group,
| |
| .navbox-subgroup .navbox-title {
| |
| background-color: #ddddff; /* Level 2 color */
| |
| }
| |
| .navbox-subgroup .navbox-group,
| |
| .navbox-subgroup .navbox-abovebelow {
| |
| background-color: #e6e6ff; /* Level 3 color */
| |
| }
| |
| .navbox-even {
| |
| background-color: #f7f7f7; /* Even row striping */
| |
| }
| |
| .navbox-odd {
| |
| background-color: transparent; /* Odd row striping */
| |
| }
| |
| .navbox .hlist td dl,
| |
| .navbox .hlist td ol,
| |
| .navbox .hlist td ul,
| |
| .navbox td.hlist dl,
| |
| .navbox td.hlist ol,
| |
| .navbox td.hlist ul {
| |
| padding: 0.125em 0; /* Adjust hlist padding in navboxes */
| |
| }
| |
|
| |
|
| /* Default styling for Navbar template */
| | === 윗글 (선택) === |
| .navbar {
| |
| display: inline;
| |
| font-size: 88%;
| |
| font-weight: normal;
| |
| }
| |
| /* Default styling for Navbar template */
| |
| .navbar {
| |
| display: inline;
| |
| font-size: 88%;
| |
| font-weight: normal;
| |
| }
| |
| .navbar ul {
| |
| display: inline;
| |
| white-space: nowrap;
| |
| }
| |
| .mw-body-content .navbar ul {
| |
| line-height: inherit;
| |
| }
| |
| .navbar li {
| |
| word-spacing: -0.125em;
| |
| }
| |
| .navbar.mini li abbr[title] {
| |
| font-variant: small-caps;
| |
| border-bottom: none;
| |
| text-decoration: none;
| |
| cursor: inherit;
| |
| }
| |
| /* Navbar styling when nested in infobox and navbox */
| |
| .infobox .navbar {
| |
| font-size: 100%;
| |
| }
| |
| .navbox .navbar {
| |
| display: block;
| |
| font-size: 100%;
| |
| }
| |
| .navbox-title .navbar {
| |
| /* @noflip */
| |
| float: left;
| |
| /* @noflip */
| |
| text-align: left;
| |
| /* @noflip */
| |
| margin-right: 0.5em;
| |
| }
| |
| .navbar {
| |
| display: inline;
| |
| font-size: 88%;
| |
| font-weight: normal;
| |
| }
| |
| .navbar ul {
| |
| display: inline;
| |
| white-space: nowrap;
| |
| }
| |
| .mw-body-content .navbar ul {
| |
| line-height: inherit;
| |
| }
| |
| .navbar li {
| |
| word-spacing: -0.125em;
| |
| }
| |
| .navbar.mini li abbr[title] {
| |
| font-variant: small-caps;
| |
| border-bottom: none;
| |
| text-decoration: none;
| |
| cursor: inherit;
| |
| }
| |
| /* Navbar styling when nested in infobox and navbox */
| |
| .infobox .navbar {
| |
| font-size: 100%;
| |
| }
| |
| .navbox .navbar {
| |
| display: block;
| |
| font-size: 100%;
| |
| }
| |
| .navbox-title .navbar {
| |
| /* @noflip */
| |
| float: left;
| |
| /* @noflip */
| |
| text-align: left;
| |
| /* @noflip */
| |
| margin-right: 0.5em;
| |
| }
| |
|
| |
|
| | -->{{#if:{{{윗글|}}}|<tr> |
| | <td class="navbox-list {{{윗글속성|}}}" style="text-align: center;background: {{Skin|3}};{{{윗글모양|}}}"><!-- |
| | --><div> |
| | {{{윗글}}}</div></td> |
| | </tr>}}<!-- |
|
| |
|
| /* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
| | -->{{#if:{{{내용1|}}}|<tr><!-- |
| in [[MediaWiki:Common.js]] are styled here so they can be customised. */
| | -->{{#if:{{{묶음1|}}}|<th class="tp_link" style="width: 1%; white-space: nowrap; background: {{Skin|3}};text-align: right;{{{묶음모양|}}}{{{홀수묶음모양|}}}{{{묶음1모양|}}}">{{{묶음1|}}}</th>}} |
| .collapseButton {
| | <td colspan="{{#if:{{{묶음1|}}}|1|2}}" class="navbox-list {{{내용속성|}}}" style="text-align: {{#if:{{{묶음1|}}}|left|center}};{{{내용모양|}}}{{{홀수모양|}}}{{{내용1모양|}}}"><div> |
| /* @noflip */
| | {{{내용1}}}</div></td><!-- |
| float: right;
| | --></tr>}}<!-- |
| font-weight: normal;
| |
| /* @noflip */
| |
| margin-left: 0.5em;
| |
| /* @noflip */
| |
| text-align: right;
| |
| width: auto;
| |
| } | |
|
| |
|
| /* [[위키백과:관리자 요청/2007년 5월#스크립트 추가 요청]]. ctrl+v from en: */
| | -->{{#if:{{{내용2|}}} |<tr> |
| /* Standard Navigationsleisten, aka box hiding thingy
| | {{#if:{{{묶음2|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{짝수묶음모양|}}}{{{묶음2모양|}}} ">{{{묶음2|}}}</th>}} |
| from .de. Documentation at [[Wikipedia:NavFrame]]. */
| | <td style="{{{내용모양|}}}{{{짝수모양|}}}{{{내용2모양|}}}" colspan="{{#if:{{{묶음2|}}}|1|2}}"><div> |
| div.NavFrame {
| | {{{내용2|}}}</div></td></tr>}} <!-- |
| margin: 0;
| |
| padding: 4px;
| |
| border: 1px solid #a2a9b1;
| |
| text-align: center;
| |
| border-collapse: collapse;
| |
| font-size: 95%;
| |
| } | |
| div.NavFrame + div.NavFrame {
| |
| border-top-style: none;
| |
| border-top-style: hidden;
| |
| }
| |
| div.NavFrame div.NavHead {
| |
| line-height: 1.6em;
| |
| font-weight: bold;
| |
| background-color: #ccf;
| |
| position: relative;
| |
| } | |
| div.NavFrame p,
| |
| div.NavFrame div.NavContent,
| |
| div.NavFrame div.NavContent p {
| |
| font-size: 100%;
| |
| } | |
| a.NavToggle {
| |
| position: absolute;
| |
| top: 0;
| |
| /* @noflip */
| |
| right: 3px;
| |
| font-weight: normal;
| |
| font-size: 90%;
| |
| } | |
| /* Style for horizontal lists (separator following item).
| |
| @source mediawiki.org/wiki/Snippets/Horizontal_lists
| |
| @revision 8 (2016-05-21)
| |
| @author [[User:Edokter]]
| |
| */
| |
| .hlist dl,
| |
| .hlist ol,
| |
| .hlist ul {
| |
| margin: 0;
| |
| padding: 0;
| |
| } | |
| /* Display list items inline */
| |
| .hlist dd,
| |
| .hlist dt,
| |
| .hlist li {
| |
| margin: 0;
| |
| display: inline;
| |
| } | |
| /* Display nested lists inline */
| |
| .hlist.inline,
| |
| .hlist.inline dl,
| |
| .hlist.inline ol,
| |
| .hlist.inline ul,
| |
| .hlist dl dl, .hlist dl ol, .hlist dl ul,
| |
| .hlist ol dl, .hlist ol ol, .hlist ol ul,
| |
| .hlist ul dl, .hlist ul ol, .hlist ul ul {
| |
| display: inline;
| |
| } | |
| /* Hide empty list items */ | |
| .hlist .mw-empty-li {
| |
| display: none;
| |
| } | |
| /* Generate interpuncts */
| |
| .hlist dt:after {
| |
| content: ": ";
| |
| } | |
| /**
| |
| * Note hlist style usage differd in
| |
| * the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
| |
| * See https://phabricator.wikimedia.org/T213239
| |
| */
| |
| .hlist dd:after,
| |
| .hlist li:after {
| |
| content: " · ";
| |
| font-weight: bold;
| |
| } | |
| .hlist dd:last-child:after,
| |
| .hlist dt:last-child:after,
| |
| .hlist li:last-child:after {
| |
| content: none;
| |
| } | |
| /* Add parentheses around nested lists */
| |
| .hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
| |
| .hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
| |
| .hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
| |
| content: " (";
| |
| font-weight: normal;
| |
| } | |
| .hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
| |
| .hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
| |
| .hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
| |
| content: ")";
| |
| font-weight: normal;
| |
| } | |
| /* Put ordinals in front of ordered list items */ | |
| .hlist ol {
| |
| counter-reset: listitem;
| |
| }
| |
| .hlist ol > li {
| |
| counter-increment: listitem;
| |
| } | |
| .hlist ol > li:before {
| |
| content: " " counter(listitem) "\a0";
| |
| } | |
| .hlist dd ol > li:first-child:before,
| |
| .hlist dt ol > li:first-child:before,
| |
| .hlist li ol > li:first-child:before {
| |
| content: " (" counter(listitem) "\a0";
| |
| }
| |
|
| |
|
| /* Unbulleted lists */
| | -->{{#if:{{{내용3|}}} |<tr> |
| .plainlist ol,
| | {{#if:{{{묶음3|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{홀수묶음모양|}}}{{{묶음3모양|}}} ">{{{묶음3|}}}</th>}} |
| .plainlist ul {
| | <td style="{{{내용모양|}}}{{{홀수모양|}}}{{{내용3모양|}}}" colspan="{{#if:{{{묶음3|}}}|1|2}}"><div> |
| line-height: inherit;
| | {{{내용3}}}</div></td></tr>}} <!-- |
| list-style: none none;
| |
| margin: 0;
| |
| } | |
| .plainlist ol li,
| |
| .plainlist ul li {
| |
| margin-bottom: 0;
| |
| } | |
|
| |
|
| /* 일본어판의 hlist 스타일 가져옴 */
| | -->{{#if:{{{내용4|}}} |<tr> |
| .hlist-pipe dd:after,
| | {{#if:{{{묶음4|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{짝수묶음모양|}}}{{{묶음4모양|}}} ">{{{묶음4|}}}</th>}} |
| .hlist-pipe li:after {
| | <td style="{{{내용모양|}}}{{{짝수모양|}}}{{{내용4모양|}}}" colspan="{{#if:{{{묶음4|}}}|1|2}}"><div> |
| content: " | ";
| | {{{내용4}}}</div></td></tr>}} <!-- |
| font-weight: normal;
| |
| } | |
| .hlist-hyphen dd:after,
| |
| .hlist-hyphen li:after {
| |
| content: " - ";
| |
| font-weight: normal;
| |
| }
| |
| .hlist-comma dd:after,
| |
| .hlist-comma li:after {
| |
| content: ", ";
| |
| font-weight: normal;
| |
| }
| |
| .hlist-slash dd:after,
| |
| .hlist-slash li:after {
| |
| content: " / ";
| |
| font-weight: normal;
| |
| } | |
| }}<table class="navbox nowraplinks" style="background:transparent; font-size:100%; padding:0; border:none; margin:-3px; text-align:left; {{{bodystyle|{{{전체모양|}}}}}}"><!-- | |
|
| |
|
| -->{{#if:{{{title|{{{제목|}}}}}}|<tr><td style="text-align:center;background:#e6e6ff;white-space:nowrap;{{{titlestyle|{{{제목모양|}}}}}}" colspan="{{{span|1}}}">{{{title|{{{제목|}}}}}}</td></tr>}}<!-- | | -->{{#if:{{{내용5|}}} |<tr> |
| | {{#if:{{{묶음5|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{홀수묶음모양|}}}{{{묶음5모양|}}} ">{{{묶음5|}}}</th>}} |
| | <td style="{{{내용모양|}}}{{{홀수모양|}}}{{{내용5모양|}}}" colspan="{{#if:{{{묶음5|}}}|1|2}}"><div> |
| | {{{내용5}}}</div></td></tr>}} <!-- |
|
| |
|
| -->{{#if:{{{above|{{{윗글|}}}}}}|<tr><td style="text-align:center;{{{abovestyle|{{{윗글모양|}}}}}}" colspan="{{{span|1}}}">{{{above|{{{윗글|}}}}}}</td></tr>}}<!-- | | -->{{#if:{{{내용6|}}} |<tr> |
| | {{#if:{{{묶음6|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{짝수묶음모양|}}}{{{묶음6모양|}}} ">{{{묶음6|}}}</th>}} |
| | <td style="{{{내용모양|}}}{{{짝수모양|}}}{{{내용6모양|}}}" colspan="{{#if:{{{묶음6|}}}|1|2}}"><div> |
| | {{{내용6}}}</div></td></tr>}} <!-- |
|
| |
|
| -->{{#if:{{{list1|{{{내용1|}}}}}} |<tr> | | -->{{#if:{{{내용7|}}} |<tr> |
| {{#if:{{{group1|{{{묶음1|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group1style|}}}" >{{{group1|{{{묶음1|}}}}}}</th>}} | | {{#if:{{{묶음7|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{홀수묶음모양|}}}{{{묶음7모양|}}} ">{{{묶음7|}}}</th>}} |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list1style|}}}" colspan="{{#if:{{{group1|{{{묶음1|}}}}}}|1|2}}"><div> | | <td style="{{{내용모양|}}}{{{홀수모양|}}}{{{내용7모양|}}}" colspan="{{#if:{{{묶음7|}}}|1|2}}"><div> |
| {{{list1|{{{내용1}}}}}}</div></td></tr>}} <!-- | | {{{내용7}}}</div></td></tr>}} <!-- |
|
| |
|
| -->{{#if:{{{list2|{{{내용2|}}}}}} |<tr> | | -->{{#if:{{{내용8|}}} |<tr> |
| {{#if:{{{group2|{{{묶음2|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group2style|}}} ">{{{group2|{{{묶음2|}}}}}}</th>}} | | {{#if:{{{묶음8|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{짝수묶음모양|}}}{{{묶음8모양|}}} ">{{{묶음8|}}}</th>}} |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list2style|}}}" colspan="{{#if:{{{group2|{{{묶음2|}}}}}}|1|2}}"><div> | | <td style="{{{내용모양|}}}{{{짝수모양|}}}{{{내용8모양|}}}" colspan="{{#if:{{{묶음8|}}}|1|2}}"><div> |
| {{{list2|{{{내용2|}}}}}}</div></td></tr>}} <!-- | | {{{내용8}}}</div></td></tr>}} <!-- |
|
| |
|
| -->{{#if:{{{list3|{{{내용3|}}}}}} |<tr> | | -->{{#if:{{{내용9|}}} |<tr> |
| {{#if:{{{group3|{{{묶음3|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group3style|}}} ">{{{group3|{{{묶음3|}}}}}}</th>}} | | {{#if:{{{묶음9|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{홀수묶음모양|}}}{{{묶음9모양|}}} ">{{{묶음9|}}}</th>}} |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list3style|}}}" colspan="{{#if:{{{group3|{{{묶음3|}}}}}}|1|2}}"><div> | | <td style="{{{내용모양|}}}{{{홀수모양|}}}{{{내용9모양|}}}" colspan="{{#if:{{{묶음9|}}}|1|2}}"><div> |
| {{{list3|{{{내용3}}}}}}</div></td></tr>}} <!-- | | {{{내용9}}}</div></td></tr>}}<!-- |
|
| |
|
| -->{{#if:{{{list4|{{{내용4|}}}}}} |<tr> | | -->{{#if:{{{내용10|}}} |<tr> |
| {{#if:{{{group4|{{{묶음4|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group4style|}}} ">{{{group4|{{{묶음4|}}}}}}</th>}} | | {{#if:{{{묶음10|}}} |<th class="tp_link" style="white-space: nowrap; background: {{Skin|3}}; text-align: right;{{{묶음모양|}}}{{{짝수묶음모양|}}}{{{묶음10모양|}}} ">{{{묶음10|}}}</th>}} |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list4style|}}}" colspan="{{#if:{{{group4|{{{묶음4|}}}}}}|1|2}}"><div> | | <td style="{{{내용모양|}}}{{{짝수모양|}}}{{{내용10모양|}}}" colspan="{{#if:{{{묶음10|}}}|1|2}}"><div> |
| {{{list4|{{{내용4}}}}}}</div></td></tr>}} <!-- | | {{{내용10}}}</div></td></tr>}}<!-- |
|
| |
|
| -->{{#if:{{{list5|{{{내용5|}}}}}} |<tr>
| | === 아랫글 (선택) === |
| {{#if:{{{group5|{{{묶음5|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group5style|}}} ">{{{group5|{{{묶음5|}}}}}}</th>}}
| | -->{{#if:{{{아랫글|}}}|<tr> |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list5style|}}}" colspan="{{#if:{{{group5|{{{묶음5|}}}}}}|1|2}}"><div>
| | <td class="navbox-list {{{아랫글속성|}}}" style="background: {{Skin|3}}; text-align: center;{{{아랫글모양|}}}"><div> |
| {{{list5|{{{내용5}}}}}}</div></td></tr>}} <!--
| | {{{아랫글}}}</div></td> |
| | | </tr>}}<!-- |
| -->{{#if:{{{list6|{{{내용6|}}}}}} |<tr>
| |
| {{#if:{{{group6|{{{묶음6|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group6style|}}} ">{{{group6|{{{묶음6|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list6style|}}}" colspan="{{#if:{{{group6|{{{묶음6|}}}}}}|1|2}}"><div>
| |
| {{{list6|{{{내용6}}}}}}</div></td></tr>}} <!--
| |
| | |
| -->{{#if:{{{list7|{{{내용7|}}}}}} |<tr> | |
| {{#if:{{{group7|{{{묶음7|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group7style|}}} ">{{{group7|{{{묶음7|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list7style|}}}" colspan="{{#if:{{{group7|{{{묶음7|}}}}}}|1|2}}"><div>
| |
| {{{list7|{{{내용7}}}}}}</div></td></tr>}} <!--
| |
| | |
| -->{{#if:{{{list8|{{{내용8|}}}}}} |<tr>
| |
| {{#if:{{{group8|{{{묶음8|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group8style|}}} ">{{{group8|{{{묶음8|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list8style|}}}" colspan="{{#if:{{{group8|{{{묶음8|}}}}}}|1|2}}"><div>
| |
| {{{list8|{{{내용8}}}}}}</div></td></tr>}} <!--
| |
| | |
| -->{{#if:{{{list9|{{{내용9|}}}}}} |<tr>
| |
| {{#if:{{{group9|{{{묶음9|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group9style|}}} ">{{{group9|{{{묶음9|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list9style|}}}" colspan="{{#if:{{{group9|{{{묶음9|}}}}}}|1|2}}"><div>
| |
| {{{list9|{{{내용9}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list10|{{{내용10|}}}}}} |<tr>
| |
| {{#if:{{{group10|{{{묶음10|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group10style|}}} ">{{{group10|{{{묶음10|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list10style|}}}" colspan="{{#if:{{{group10|{{{묶음10|}}}}}}|1|2}}"><div> | |
| {{{list10|{{{내용10}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list11|{{{내용11|}}}}}} |<tr>
| |
| {{#if:{{{group11|{{{묶음11|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group11style|}}} ">{{{group11|{{{묶음11|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list11style|}}}" colspan="{{#if:{{{group11|{{{묶음11|}}}}}}|1|2}}"><div>
| |
| {{{list11|{{{내용11}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list12|{{{내용12|}}}}}} |<tr>
| |
| {{#if:{{{group12|{{{묶음12|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group12style|}}} ">{{{group12|{{{묶음12|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list12style|}}}" colspan="{{#if:{{{group12|{{{묶음12|}}}}}}|1|2}}"><div>
| |
| {{{list12|{{{내용12}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list13|{{{내용13|}}}}}} |<tr>
| |
| {{#if:{{{group13|{{{묶음13|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group13style|}}} ">{{{group13|{{{묶음13|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list13style|}}}" colspan="{{#if:{{{group13|{{{묶음13|}}}}}}|1|2}}"><div>
| |
| {{{list13|{{{내용13}}}}}}</div></td> | |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list14|{{{내용14|}}}}}} |<tr>
| |
| {{#if:{{{group14|{{{묶음14|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group14style|}}} ">{{{group14|{{{묶음14|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list14style|}}}" colspan="{{#if:{{{group14|{{{묶음14|}}}}}}|1|2}}"><div>
| |
| {{{list14|{{{내용14}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list15|{{{내용15|}}}}}}|<tr>
| |
| {{#if:{{{group15|{{{묶음15|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group15style|}}} ">{{{group15|{{{묶음15|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list15style|}}}" colspan="{{#if:{{{group15|{{{묶음15|}}}}}}|1|2}}"><div>
| |
| {{{list15|{{{내용15}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list16|{{{내용16|}}}}}} |<tr>
| |
| {{#if:{{{group16|{{{묶음16|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group16style|}}} ">{{{group16|{{{묶음16|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list16style|}}}" colspan="{{#if:{{{group16|{{{묶음16|}}}}}}|1|2}}"><div>
| |
| {{{list16|{{{내용16}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list17|{{{내용17|}}}}}}|<tr>
| |
| {{#if:{{{group17|{{{묶음17|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group17style|}}} ">{{{group17|{{{묶음17|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list17style|}}}" colspan="{{#if:{{{group17|{{{묶음17|}}}}}}|1|2}}"><div>
| |
| {{{list17|{{{내용17}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list18|{{{내용18|}}}}}} |<tr>
| |
| {{#if:{{{group18|{{{묶음18|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group18style|}}} ">{{{group18|{{{묶음18|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list18style|}}}" colspan="{{#if:{{{group18|{{{묶음18|}}}}}}|1|2}}"><div>
| |
| {{{list18|{{{내용18}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list19|{{{내용19|}}}}}}|<tr>
| |
| {{#if:{{{group19|{{{묶음19|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group19style|}}} ">{{{group19|{{{묶음19|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list19style|}}}" colspan="{{#if:{{{group19|{{{묶음19|}}}}}}|1|2}}"><div>
| |
| {{{list19|{{{내용19}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list20|{{{내용20|}}}}}} |<tr>
| |
| {{#if:{{{group20|{{{묶음20|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group20style|}}} ">{{{group20|{{{묶음20|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list20style|}}}" colspan="{{#if:{{{group20|{{{묶음20|}}}}}}|1|2}}"><div>
| |
| {{{list20|{{{내용20}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list21|{{{내용21|}}}}}} |<tr>
| |
| {{#if:{{{group21|{{{묶음21|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group21style|}}} ">{{{group21|{{{묶음21|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list21style|}}}" colspan="{{#if:{{{group21|{{{묶음21|}}}}}}|1|2}}"><div>
| |
| {{{list21|{{{내용21}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list22|{{{내용22|}}}}}} |<tr>
| |
| {{#if:{{{group22|{{{묶음22|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group22style|}}} ">{{{group22|{{{묶음22|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list22style|}}}" colspan="{{#if:{{{group22|{{{묶음22|}}}}}}|1|2}}"><div>
| |
| {{{list22|{{{내용22}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list23|{{{내용23|}}}}}} |<tr>
| |
| {{#if:{{{group23|{{{묶음23|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group23style|}}} ">{{{group23|{{{묶음23|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list23style|}}}" colspan="{{#if:{{{group23|{{{묶음23|}}}}}}|1|2}}"><div>
| |
| {{{list23|{{{내용23}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list24|{{{내용24|}}}}}} |<tr>
| |
| {{#if:{{{group24|{{{묶음24|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group24style|}}} ">{{{group24|{{{묶음24|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list24style|}}}" colspan="{{#if:{{{group24|{{{묶음24|}}}}}}|1|2}}"><div>
| |
| {{{list24|{{{내용24}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list25|{{{내용25|}}}}}}|<tr>
| |
| {{#if:{{{group25|{{{묶음25|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group25style|}}} ">{{{group25|{{{묶음25|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list25style|}}}" colspan="{{#if:{{{group25|{{{묶음25|}}}}}}|1|2}}"><div>
| |
| {{{list25|{{{내용25}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list26|{{{내용26|}}}}}} |<tr>
| |
| {{#if:{{{group26|{{{묶음26|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group26style|}}} ">{{{group26|{{{묶음26|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list26style|}}}" colspan="{{#if:{{{group26|{{{묶음26|}}}}}}|1|2}}"><div>
| |
| {{{list26|{{{내용26}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list27|{{{내용27|}}}}}}|<tr>
| |
| {{#if:{{{group27|{{{묶음27|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group27style|}}} ">{{{group27|{{{묶음27|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list27style|}}}" colspan="{{#if:{{{group27|{{{묶음27|}}}}}}|1|2}}"><div>
| |
| {{{list27|{{{내용27}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list28|{{{내용28|}}}}}} |<tr>
| |
| {{#if:{{{group28|{{{묶음28|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group28style|}}} ">{{{group28|{{{묶음28|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list28style|}}}" colspan="{{#if:{{{group28|{{{묶음28|}}}}}}|1|2}}"><div>
| |
| {{{list28|{{{내용28}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list29|{{{내용29|}}}}}}|<tr>
| |
| {{#if:{{{group29|{{{묶음29|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group29style|}}} ">{{{group29|{{{묶음29|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list29style|}}}" colspan="{{#if:{{{group29|{{{묶음29|}}}}}}|1|2}}"><div>
| |
| {{{list29|{{{내용29}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list30|{{{내용30|}}}}}} |<tr>
| |
| {{#if:{{{group30|{{{묶음30|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group30style|}}} ">{{{group30|{{{묶음30|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list30style|}}}" colspan="{{#if:{{{group30|{{{묶음30|}}}}}}|1|2}}"><div>
| |
| {{{list30|{{{내용30}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list31|{{{내용31|}}}}}} |<tr>
| |
| {{#if:{{{group31|{{{묶음31|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group31style|}}} ">{{{group31|{{{묶음31|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list31style|}}}" colspan="{{#if:{{{group31|{{{묶음31|}}}}}}|1|2}}"><div>
| |
| {{{list31|{{{내용31}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list32|{{{내용32|}}}}}} |<tr>
| |
| {{#if:{{{group32|{{{묶음32|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group32style|}}} ">{{{group32|{{{묶음32|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list32style|}}}" colspan="{{#if:{{{group32|{{{묶음32|}}}}}}|1|2}}"><div>
| |
| {{{list32|{{{내용32}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list33|{{{내용33|}}}}}} |<tr>
| |
| {{#if:{{{group33|{{{묶음33|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group33style|}}} ">{{{group33|{{{묶음33|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list33style|}}}" colspan="{{#if:{{{group33|{{{묶음33|}}}}}}|1|2}}"><div>
| |
| {{{list33|{{{내용33}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list34|{{{내용34|}}}}}} |<tr>
| |
| {{#if:{{{group34|{{{묶음34|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group34style|}}} ">{{{group34|{{{묶음34|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list34style|}}}" colspan="{{#if:{{{group34|{{{묶음34|}}}}}}|1|2}}"><div>
| |
| {{{list34|{{{내용34}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list35|{{{내용35|}}}}}}|<tr>
| |
| {{#if:{{{group35|{{{묶음35|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group35style|}}} ">{{{group35|{{{묶음35|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list35style|}}}" colspan="{{#if:{{{group35|{{{묶음35|}}}}}}|1|2}}"><div>
| |
| {{{list35|{{{내용35}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list36|{{{내용36|}}}}}} |<tr>
| |
| {{#if:{{{group36|{{{묶음36|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group36style|}}} ">{{{group36|{{{묶음36|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list36style|}}}" colspan="{{#if:{{{group36|{{{묶음36|}}}}}}|1|2}}"><div>
| |
| {{{list36|{{{내용36}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list37|{{{내용37|}}}}}}|<tr>
| |
| {{#if:{{{group37|{{{묶음37|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group37style|}}} ">{{{group37|{{{묶음37|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list37style|}}}" colspan="{{#if:{{{group37|{{{묶음37|}}}}}}|1|2}}"><div>
| |
| {{{list37|{{{내용37}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list38|{{{내용38|}}}}}} |<tr>
| |
| {{#if:{{{group38|{{{묶음38|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group38style|}}} ">{{{group38|{{{묶음38|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list38style|}}}" colspan="{{#if:{{{group38|{{{묶음38|}}}}}}|1|2}}"><div>
| |
| {{{list38|{{{내용38}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list39|{{{내용39|}}}}}}|<tr>
| |
| {{#if:{{{group39|{{{묶음39|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group39style|}}} ">{{{group39|{{{묶음39|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list39style|}}}" colspan="{{#if:{{{group39|{{{묶음39|}}}}}}|1|2}}"><div>
| |
| {{{list39|{{{내용39}}}}}}</div></td></tr>}}<!--
| |
| | |
| -->{{#if:{{{list40|{{{내용40|}}}}}} |<tr>
| |
| {{#if:{{{group40|{{{묶음40|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group40style|}}} ">{{{group40|{{{묶음40|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list40style|}}}" colspan="{{#if:{{{group40|{{{묶음40|}}}}}}|1|2}}"><div>
| |
| {{{list40|{{{내용40}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list41|{{{내용41|}}}}}} |<tr>
| |
| {{#if:{{{group41|{{{묶음41|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group41style|}}} ">{{{group41|{{{묶음41|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list41style|}}}" colspan="{{#if:{{{group41|{{{묶음41|}}}}}}|1|2}}"><div>
| |
| {{{list41|{{{내용41}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{list42|{{{내용42|}}}}}} |<tr>
| |
| {{#if:{{{group42|{{{묶음42|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group42style|}}} ">{{{group42|{{{묶음42|}}}}}}</th>}}
| |
| <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list42style|}}}" colspan="{{#if:{{{group42|{{{묶음42|}}}}}}|1|2}}"><div>
| |
| {{{list42|{{{내용42}}}}}}</div></td>
| |
| </tr>}}<!--
| |
| | |
| -->{{#if:{{{below|{{{아랫글|}}}}}}|<tr><td style="text-align:center;{{{belowstyle|{{{아랫글모양|}}}}}}" colspan="{{{span|1}}}">{{{below|{{{아랫글|}}}}}}</td></tr>}}<!--
| |
|
| |
|
| --></table></onlyinclude> | | --></table></onlyinclude> |
|
| |
| {{설명문서}} | | {{설명문서}} |