사용자
flyant(r1550판 Blame)
| r1550 | ||
|---|---|---|
| r1550 | 1 | {{{#!if buttonbgcolor = 'green', hovercolor = 'red', activecolor = 'gray' |
| 2 | }}}{{{#!style | |
| 3 | .num-button {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 4 | .num-button:hover {background:@hovercolor@} | |
| 5 | .num-button:active {background:@activecolor@} | |
| r1545 | 6 | |
| r1550 | 7 | .num-button-0 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} |
| 8 | .num-button-0:hover {background:@hovercolor@} | |
| 9 | .num-button-0:active {background:@activecolor@} | |
| r1545 | 10 | |
| r1550 | 11 | .num-button-1 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} |
| 12 | .num-button-1:hover {background:@hovercolor@} | |
| 13 | .num-button-1:active {background:@activecolor@} | |
| 14 | ||
| 15 | .num-button-2 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 16 | .num-button-2:hover {background:@hovercolor@} | |
| 17 | .num-button-2:active {background:@activecolor@} | |
| 18 | ||
| 19 | .num-button-3 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 20 | .num-button-3:hover {background:@hovercolor@} | |
| 21 | .num-button-3:active {background:@activecolor@} | |
| 22 | ||
| 23 | .num-button-4 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 24 | .num-button-4:hover {background:@hovercolor@} | |
| 25 | .num-button-4:active {background:@activecolor@} | |
| 26 | ||
| 27 | .num-button-5 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 28 | .num-button-5:hover {background:@hovercolor@} | |
| 29 | .num-button-5:active {background:@activecolor@} | |
| 30 | ||
| 31 | .num-button-6 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 32 | .num-button-6:hover {background:@hovercolor@} | |
| 33 | .num-button-6:active {background:@activecolor@} | |
| 34 | ||
| 35 | .num-button-7 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 36 | .num-button-7:hover {background:@hovercolor@} | |
| 37 | .num-button-7:active {background:@activecolor@} | |
| 38 | ||
| 39 | .num-button-8 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 40 | .num-button-8:hover {background:@hovercolor@} | |
| 41 | .num-button-8:active {background:@activecolor@} | |
| 42 | ||
| 43 | .num-button-9 {display:flex;width:40px;height:40px;border:1px solid red;background:@buttonbgcolor@;cursor:pointer} | |
| 44 | .num-button-9:hover {background:@hovercolor@} | |
| 45 | .num-button-9:active {background:@activecolor@} | |
| 46 | ||
| r1548 | 47 | .num-0 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(red 0%, #000 0)} |
| 48 | .num-1 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(orange 10%, #000 0)} | |
| 49 | .num-2 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(yellow 20%, #000 0)} | |
| 50 | .num-3 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(green 30%, #000 0)} | |
| 51 | .num-4 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(skyblue 40%, #000 0)} | |
| 52 | .num-5 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(blue 50%, #000 0)} | |
| 53 | .num-6 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(purple 60%, #000 0)} | |
| 54 | .num-7 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(magenta 70%, #000 0)} | |
| 55 | .num-8 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(pink 80%, #000 0)} | |
| 56 | .num-9 {display:inline-block;width:50px;height:80px;border:1px solid gray;background:conic-gradient(#fff 90%, #000 0)} | |
| r1545 | 57 | |
| r1547 | 58 | .num-flex {display:flex;flex-wrap:wrap;gap:10px;margin:10px 0;border:1px solid gray} |
| 59 | .num-align {margin:auto} | |
| r1545 | 60 | .num-hide {display:none} |
| r1539 | 61 | }}} |
| r1545 | 62 | |
| 63 | ||
| r1547 | 64 | {{{#!wiki class="n0" |
| 65 | }}}{{{#!wiki class="n1" | |
| 66 | }}}{{{#!wiki class="n2" | |
| 67 | }}}{{{#!wiki class="n3" | |
| 68 | }}}{{{#!wiki class="n4" | |
| 69 | }}}{{{#!wiki class="n5" | |
| 70 | }}}{{{#!wiki class="n6" | |
| 71 | }}}{{{#!wiki class="n7" | |
| 72 | }}}{{{#!wiki class="n8" | |
| 73 | }}}{{{#!wiki class="n9" | |
| r1545 | 74 | }}} |
| r1547 | 75 | |
| 76 | {{{#!if index1 = -1, index2 = 0 | |
| 77 | }}}{{{#!if ++index1, ++index2 | |
| 78 | }}} | |
| 79 | {{{#!wiki style="display:inline-block;padding:0 10px;border:1px solid gray" | |
| r1546 | 80 | {{{#!wiki class="num-group-@index1@" |
| r1547 | 81 | {{{#!wiki class="num-flex" |
| 82 | {{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-0" | |
| r1543 | 83 | {{{#!wiki class="num-align" |
| r1548 | 84 | 1}}}}}}{{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-1" |
| r1545 | 85 | {{{#!wiki class="num-align" |
| r1548 | 86 | 2}}}}}}{{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-2" |
| r1547 | 87 | {{{#!wiki class="num-align" |
| 88 | 3}}}}}}}}}{{{#!wiki class="num-flex" | |
| r1548 | 89 | {{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-3" |
| r1547 | 90 | {{{#!wiki class="num-align" |
| r1548 | 91 | 4}}}}}}{{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-4" |
| r1547 | 92 | {{{#!wiki class="num-align" |
| r1548 | 93 | 5}}}}}}{{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-5" |
| r1547 | 94 | {{{#!wiki class="num-align" |
| 95 | 6}}}}}}}}}{{{#!wiki class="num-flex" | |
| r1548 | 96 | {{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-6" |
| r1547 | 97 | {{{#!wiki class="num-align" |
| r1548 | 98 | 7}}}}}}{{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-7" |
| r1547 | 99 | {{{#!wiki class="num-align" |
| r1548 | 100 | 8}}}}}}{{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-8" |
| r1547 | 101 | {{{#!wiki class="num-align" |
| 102 | 9}}}}}}}}}{{{#!wiki class="num-flex" | |
| r1548 | 103 | {{{#!wiki class="num-align" |
| 104 | {{{#!wiki class="num-button-@index1@" onclick="add-class,num-group-@index1@,num-hide;remove-class,num-group-@index2@,num-hide;add-class,n@index1@,num-9" | |
| 105 | {{{#!wiki class="num-align" | |
| 106 | 0}}}}}}}}}}}} | |
| r1547 | 107 | }}}}}} |
| r1536 | 108 | |
| r1539 | 109 | |
| 110 | ||
| 111 | ||
| r1545 | 112 | |
| r1547 | 113 | |
| r1544 | 114 | 수 입력 |
| 115 | 1. num1을 누름 | |
| 116 | 2. 첫째 자리에 수가 나타남 | |
| 117 | 3. num1이 사라지고 num2가 나타남 | |
| 118 | 4. num2를 누름 | |
| 119 | 5. 두번째 자리에 수가 나타남 | |
| r1539 | 120 | |
| r1544 | 121 | 수 지우기 |
| 122 | 1. 백 스페이스를 누름 | |
| 123 | 1. numN - 1 | |
| r1539 | 124 | |
| r1544 | 125 | |
| 126 | ||
| 127 | ||
| 128 | ||
| 129 | ||
| 130 | ||
| 131 | ||
| 132 | ||
| 133 | ||
| 134 | ||
| 135 | ||
| 136 | ||
| r1537 | 137 | 1. 아스키 코드 32번 부터 126번 까지의 모든 문자를 코드 내에서 정의한다. |
| r1538 | 138 | 2. 사용자가 입력한 텍스트를 전부 하나로 쪼개고 본 알고리즘 내에 정의된 아스키 코드대로 텍스트를 바이너리로 변환한다. |
| 139 | 3. 변환한 바이너리를 qr 코드에 넣기 전에 바이너리의 총 칸 수를 토대로 qr 코드 템플릿의 크기를 정하여 모든 바이너리가 들어가도록 맞춘다. | |
| 140 | 4. 바이너리를 qr 코드 즉, 요소 안에 집에 넣기 위해 요소 안에 들어갈 수 있는 바이너리들을 상대 위치로 위치값을 정해서 배치한다. | |
| r1537 | 141 | |
| 142 | ||
| 143 | ||
| 144 | ||
| 145 | ||
| r1536 | 146 | {{{#!if true |
| 147 | ○}}} | |
| 148 | ||
| 149 | ||
| r1535 | 150 | {{{#!wiki style="width:200px;height:200px;background:linear-gradient(#fff, #000)" |
| 151 | }}} | |
| 152 | ||
| 153 | ||
| 154 | ||
| r1534 | 155 | {{{#!html ♥}}} |
| 156 | {{{#!html ♥}}} | |
| 157 | {{{#!style | |
| 158 | .uuu { | |
| 159 | width:20px;height:20px;background:red | |
| 160 | } | |
| 161 | }}} | |
| r1487 | 162 | |
| r1534 | 163 | {{{#!wiki class="uuu" |
| 164 | }}} | |
| r1533 | 165 | |
| r1534 | 166 | \2665 |
| r1533 | 167 | |
| r1487 | 168 | {{{#!if tangle = 45, bangle = 20, lalign = 70, ralign = 70 |
| r1482 | 169 | }}}{{{#!style |
| r1513 | 170 | .ac-box-a {color:#fff;width:200px;padding:7px 20px;background:no-repeat linear-gradient(90deg, transparent 19px, #fff 0, #fff calc(100% - 10px), transparent 0)0 0/100% 2px, no-repeat linear-gradient(90deg, transparent 10px, #fff 0, #fff calc(100% - 19px), transparent 0)0 100%/100% 2px, no-repeat conic-gradient(from 30deg at 0 70%, #435 120deg, transparent 0)5.31px 50%/60% 100%, no-repeat conic-gradient(from 210deg at 100% 30%, #435 120deg, transparent 0)calc(100% - 5.31px) 50%/60% 100%, no-repeat conic-gradient(from 30deg at 0 70%, #fff 120deg, transparent 0)3px 50%/60% 100%, no-repeat conic-gradient(from 210deg at calc(100% - 3px) 30%, #fff 120deg, transparent 0)100% 50%/60% 100%, no-repeat conic-gradient(from 30deg at 0 calc(70% + 1px), #fff 120deg, transparent 0)0 calc(70% - 1px)/60% calc(100% - 5px), no-repeat conic-gradient(from 210deg at 100% calc(30% - 1px), #fff 120deg, transparent 0)100% calc(30% + 1px)/60% calc(100% - 5px)} |
| r1487 | 171 | |
| r1519 | 172 | .ac-box-b {color:#fff;width:200px;padding:15px 20px;background:no-repeat conic-gradient(from 225deg at 100% 100%, #fff 90deg, transparent 0)calc(100% - 21.5px) 0/calc(100% - 40px) 2px, no-repeat conic-gradient(from 225deg at 100% 0%, #fff 90deg, transparent 0)calc(100% - 21.5px) 100%/calc(100% - 32px) 2px, no-repeat conic-gradient(from 30deg at 0 70%, #435 120deg, transparent 0)5.31px 50%/60% 100%, no-repeat conic-gradient(from 225deg at 100% 50%, #435 90deg, transparent 0)calc(100% - 5.31px) 50%/60% 100%, no-repeat conic-gradient(from 30deg at 0 70%, #fff 120deg, transparent 0)3px 50%/60% 100%, no-repeat conic-gradient(from 30deg at 0 calc(70% + 1px), #fff 120deg, transparent 0)0 calc(70% - 1px)/60% calc(100% - 5px)} |
| r1520 | 173 | |
| r1521 | 174 | .ac-box-c {color:#fff;aspect-ratio:1/1;padding:20px;background:no-repeat conic-gradient(from 135deg at 50% 0, #fff 90deg, transparent 0)50% 0/100% 50%, no-repeat conic-gradient(from 315deg at 50% 100%, #fff 90deg, transparent 0)50% 100%/100% 50%, no-repeat conic-gradient(from 45deg at 0 50%, #fff 90deg, transparent 0)0 0/50% 100%, no-repeat conic-gradient(from 225deg at 100% 50%, #fff 90deg, transparent 0)100% 0/50% 100%} |
| r1522 | 175 | |
| r1528 | 176 | .ac-box-t {color:#fff;width:200px;padding:15px 20px;background:conic-gradient(from 30deg at 0 70%, transparent 120deg, #f00 0), linear-gradient(transparent 1.5px, #000 0, #000 calc(100% - 1.5px), transparent 0), conic-gradient(from 30deg at 3px 70%, #0f0 120deg, transparent 0)} |
| r1529 | 177 | |
| r1532 | 178 | .ac-box-tt {color:#fff;width:200px;padding:15px 20px;background:conic-gradient(from 30deg at 0% 70%, transparent 120deg, #f00 0), no-repeat conic-gradient(from 30deg at calc(0% + 9.24px) calc(83.33%), #f00 120deg, transparent 0)0 50%/50% calc(100% - 16px), linear-gradient(#fff, #fff)} |
| r1478 | 179 | }}} |
| 180 | ||
| r1529 | 181 | |
| 182 | ||
| 183 | || {{{#!wiki class="ac-box-tt" | |
| r1518 | 184 | 텍스트텍텍스트}}} || |
| r1482 | 185 | |
| r1478 | 186 | |
| r1528 | 187 | conic-gradient(from 270deg at 22px 5px, #00f 120deg, transparent 0), conic-gradient(from 150deg at 10px calc(100% - 5px), #00f 120deg, transparent 0), conic-gradient(from 30deg at 3px 70%, transparent 120deg, #0f0 0), |
| r1478 | 188 | |
| r1476 | 189 | {{{#!wiki style="word-break:keep-all" |
| r1477 | 190 | ||<width=1000px><tablebgcolor=transparent>{{{#!wiki style="font-family:segoe script;font-size:25px" |
| r1473 | 191 | 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWSXYZ}}} |
| r1415 | 192 | |
| r1475 | 193 | {{{#!wiki style="font-family:marlett;font-size:25px" |
| 194 | 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWSXYZ}}} | |
| r1473 | 195 | |
| r1475 | 196 | {{{#!wiki style="font-family:webdings;font-size:25px" |
| 197 | 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWSXYZ}}} | |
| 198 | ||
| 199 | ||
| r1473 | 200 | {{{#!wiki style="font-family:맑은 고딕;font-size:25px" |
| 201 | 집에 가고 싶다}}} | |
| 202 | {{{#!wiki style="font-family:굴림체;font-size:25px" | |
| 203 | 집에 가고 싶다}}} | |
| 204 | {{{#!wiki style="font-family:궁서;font-size:25px" | |
| 205 | 집에 가고 싶다}}} | |
| 206 | {{{#!wiki style="font-family:바탕;font-size:25px" | |
| 207 | 집에 가고 싶다}}} | |
| r1474 | 208 | {{{#!wiki style="font-family:serif;font-size:25px" |
| r1476 | 209 | 집에 가고 싶다}}} ||}}} |
| r1473 | 210 | |
| r1440 | 211 | ---- |
| 212 | ################################################### | |
| 213 | ---- | |
| 214 | ||
| 215 | ||
| 216 | ||
| 217 | ||
| 218 | ||
| 219 | ||
| 220 | ||
| 221 | ||
| 222 | ||
| 223 | ||
| r1436 | 224 | {{{ |
| r1437 | 225 | |
| 226 | {{{ | |
| 227 | {{{#!wiki class="mine@index@ mine-safe" onclick="add-class,mine@index@,mine-num;remove-class,mineh@index@,mine-hide" | |
| 228 | {{{#!wiki class="mineh@index@ mine-hide" | |
| 229 | {{{#!if cell > 0 | |
| 230 | @cell@}}}}}}}}}}}}{{{#!if mine[index] == 1 | |
| 231 | {{{#!wiki class="miner@index@ mine-num" onclick="add-class,mine,mine-trans;add-class,miner@index@,mine-red;remove-class,mineh,mine-hide" | |
| 232 | {{{#!wiki class="mine mine-over" | |
| 233 | {{{#!wiki class="mineh mine-hide" | |
| 234 | {{{#!wiki class="mine-style" | |
| 235 | ●}}}}}}}}}}}}}}} | |
| 236 | ||
| 237 | }}} | |
| 238 | ||
| 239 | ||
| 240 | {{{ | |
| r1436 | 241 | {{{#!wiki class="mine@index@ mine-test-red" onclick="add-class,mine-flag-icon,mine-test-hide;add-class,mine@index@,mine-num;remove-class,mineh@index@,mine-hide;add-class,mineh@index@,mine-test-cyan,mine-num" |
| 242 | }}}{{{#!wiki class="mineh@index@ mine-test-cyan mine-hide" onclick="toggle-class,mine-flag-icon,mine-hide" | |
| 243 | }}}{{{#!wiki class="mineh@index@ mine-hide" | |
| 244 | {{{#!wiki class="mine-mrg" | |
| 245 | {{{#!if cell > 0 | |
| 246 | {{{#000,#000 '''@cell@'''}}}}}}}}}}}}{{{#!if mine[index] == 1 | |
| 247 | {{{#!wiki class="mine@index@ mine-test-red" onclick="add-class,mine-flag-icon,mine-test-hide;add-class,mine@index@,mine-num;remove-class,mineh@index@,mine-hide" | |
| 248 | }}}{{{#!wiki class="mine-test-cyan mine-hide" onclick="toggle-class,mine-flag-icon,mine-hide" | |
| 249 | }}}{{{#!wiki class="mineh@index@ mine-hide" | |
| 250 | {{{#!wiki class="mine-mrg" | |
| 251 | {{{#000,#000 '''●'''}}}}}}}}}}}}{{{#!wiki class="mine-flag-icon mine-hide" | |
| 252 | }}}{{{#!wiki class="mine-flag-icon mine-hide" onclick="toggle-class,mine-flag-icon,mine-hide" | |
| 253 | }}} | |
| 254 | }}} | |
| r1421 | 255 | |
| r1459 | 256 | mapn 선형 좌표를 만든다 |
| 257 | mapn에 수를 넣는다 | |
| 258 | 이 수는 m_n에서 나온거 | |
| 259 | m_n에서 좌표에 수를 넣는다 | |
| 260 | 예를 들어 m_0 == 41 그러면 map41에 1을 넣는다 | |
| r1422 | 261 | |
| r1428 | 262 | 1. 깃발 모드 활성화시 타일을 숨기고 깃발 버튼을 표시 한다 |
| 263 | 2. 깃발 모드 비활성화시 타일을 표시하고 깃발 버튼을 숨긴다 | |
| r1427 | 264 | |
| r1426 | 265 | 1. 깃발 활성화 |
| 266 | 2. 타일을 클릭하면 깃발이 생성 | |
| 267 | 3. 삽이 활성화 되도 깃발이 유지 | |
| 268 | 4. 깃발이 생성된 타일은 깃발이 활성화되기 전까지 클릭 불가능 | |
| 269 | 5. 깃발을 클릭하면 깃발이 제거 | |
| 270 | 6. | |
| r1422 | 271 | |
| r1426 | 272 | 상태. |
| 273 | 1. 타일 | |
| 274 | 2. 타일 깃발 | |
| 275 | 3. 숫자 | |
| 276 | 4. 지뢰 | |
| 277 | 5. 클릭한 지뢰 | |
| r1422 | 278 | |
| r1360 | 279 | |
| r1426 | 280 | 1. 타일 |
| 281 | 삽 모드 - 클릭 - 숫자, 클릭한 지뢰 - 지뢰 | |
| 282 | 깃발 모드 - 클릭 - 타일 깃발 | |
| r1360 | 283 | |
| r1426 | 284 | 2. 타일 깃발 |
| 285 | 삽 모드 - 클릭 - 무반응 | |
| 286 | 깃발 모드 - 클릭 - 깃발 회수 | |
| r1423 | 287 | |
| r1426 | 288 | 3. 숫자 |
| 289 | 삽모드 - 클릭 - 무반응 | |
| 290 | 깃발 모드 - 클릭 - 무반응 | |
| r1423 | 291 | |
| r1426 | 292 | 4. 지뢰 |
| 293 | 삽모드 - 클릭 - 무반응 | |
| 294 | 깃발 모드 - 클릭 - 무반응 | |
| r1423 | 295 | |
| r1426 | 296 | 5. 클릭한 지뢰 |
| 297 | 삽모드 - 클릭 - 무반응 | |
| 298 | 깃발 모드 - 클릭 - 무반응 | |
| 299 | ||
| 300 | ||
| 301 | ||
| 302 | ||
| r1442 | 303 | [anchor(테스트)] |
| r1426 | 304 | |
| 305 | ||
| 306 | ||
| 307 | ||
| 308 | ||
| 309 | ||
| 310 | ||
| r1414 | 311 | ||<nopad> {{{#!if index = 0 |
| 312 | }}}{{{#!wiki class="miner@index@ mine-num" onclick="add-class,mine,mine-trans;add-class,miner@index@,mine-red;remove-class,mineh,mine-hide" | |
| r1416 | 313 | {{{#!wiki class="mine mine-over" |
| r1414 | 314 | {{{#!wiki class="mineh mine-hide" |
| 315 | ●}}}}}}}}}||<nopad> {{{#!if index = 1 | |
| 316 | }}}{{{#!wiki class="miner@index@ mine-num" onclick="add-class,mine,mine-trans;add-class,miner@index@,mine-red;remove-class,mineh,mine-hide" | |
| r1416 | 317 | {{{#!wiki class="mine mine-over" |
| r1414 | 318 | {{{#!wiki class="mineh mine-hide" |
| 319 | ●}}}}}}}}}||<nopad> {{{#!if index = 2 | |
| 320 | }}}{{{#!wiki class="miner@index@ mine-num" onclick="add-class,mine,mine-trans;add-class,miner@index@,mine-red;remove-class,mineh,mine-hide" | |
| r1416 | 321 | {{{#!wiki class="mine mine-over" |
| r1414 | 322 | {{{#!wiki class="mineh mine-hide" |
| 323 | ●}}}}}}}}}||<nopad> {{{#!if index = 3 | |
| 324 | }}}{{{#!wiki class="miner@index@ mine-num" onclick="add-class,mine,mine-trans;add-class,miner@index@,mine-red;remove-class,mineh,mine-hide" | |
| r1416 | 325 | {{{#!wiki class="mine mine-over" |
| r1414 | 326 | {{{#!wiki class="mineh mine-hide" |
| 327 | ●}}}}}}}}}|| | |
| r1396 | 328 | |
| 329 | ||
| r1423 | 330 | 1. 클릭 |
| 331 | 2. 자신을 제외한 다른 클래스에 일반 스타일을 주는 클래스를 준다 | |
| 332 | add 클래스로 자신에게는 index가 부여된 클래스를 다른 클래스는 일반 스타일의 클래스를 전역으로 보낸다 | |
| r1414 | 333 | |
| 334 | ||
| r1356 | 335 | {{{#!style |
| r1399 | 336 | .box_a {width:50px;height:50px;background:red} |
| 337 | .box_b {width:50px;height:50px;background:blue} | |
| r1357 | 338 | .box-hide {background:#990} |
| 339 | .box-show {background:#090} | |
| r1356 | 340 | }}} |
| r1355 | 341 | |
| 342 | ||
| r1399 | 343 | {{{#!if class = "" |
| r1356 | 344 | }}} |
| r1399 | 345 | {{{#!wiki class="all box_a" onclick="add-class,box_a,box-hide" |
| 346 | }}} | |
| 347 | {{{#!wiki class="all box_b" onclick="add-class,box_b,box-hide" | |
| 348 | }}} | |
| r1356 | 349 | |
| 350 | ||
| 351 | ||
| 352 | ||
| r1355 | 353 | {{{#!if time = time(), random = (time % 10) + 1 |
| 354 | @a@ | |
| 355 | @random@}}} | |
| 356 | ||
| 357 | ||
| 358 | ||
| 359 | ||
| 360 | {{{#!if a = 25 ** .5 | |
| 361 | @a@}}} | |
| r1354 | 362 | {{{#!if time = time(), random = time % 10 |
| 363 | @random@}}} | |
| r1350 | 364 | |
| 365 | ||
| 366 | ||
| 367 | ||
| 368 | ||
| 369 | ||
| 370 | ||
| 371 | ||
| 372 | ||
| r1354 | 373 | |
| 374 | ||
| 375 | ||
| 376 | ||
| r1343 | 377 | {{{#!style |
| r1347 | 378 | .noclip-0 {margin-left: 0px} |
| 379 | .noclip-1 {margin-left: -25px} | |
| 380 | .noclip-2 {margin-left: -85px} | |
| 381 | .noclip-3 {margin-left: -165px} | |
| 382 | .noclip-4 {margin-left: -320px} | |
| r1344 | 383 | .noclip-hide {display:none} |
| 384 | }}} | |
| 385 | ||
| 386 | ||
| r1348 | 387 | ||<width=1000px> {{{#!if title="백룸", year="2026" |
| 388 | {{{#!wiki style="margin:auto;overflow:hidden;width:100px" | |
| r1346 | 389 | {{{#!wiki class="noclip-0" onclick="add-class,noclip-0,noclip-hide;remove-class,noclip-1,noclip-hide" |
| r1348 | 390 | '''{{{+1 @title@}}}''' (@year@)}}}{{{#!wiki class="noclip-1 noclip-hide" onclick="add-class,noclip-1,noclip-hide;remove-class,noclip-2,noclip-hide" |
| 391 | '''{{{+1 @title@}}}''' (@year@)}}}{{{#!wiki class="noclip-2 noclip-hide" onclick="add-class,noclip-2,noclip-hide;remove-class,noclip-3,noclip-hide" | |
| 392 | '''{{{+1 @title@}}}''' (@year@)}}}{{{#!wiki class="noclip-3 noclip-hide" onclick="add-class,noclip-3,noclip-hide;remove-class,noclip-4,noclip-hide" | |
| 393 | '''{{{+1 @title@}}}''' (@year@)}}}{{{#!wiki class="noclip-4 noclip-hide" onclick="add-class,noclip-4,noclip-hide;remove-class,noclip-0,noclip-hide" | |
| 394 | '''{{{+1 @title@}}}''' (@year@)}}}}}}}}} || | |
| r1344 | 395 | |
| 396 | ||
| 397 | ||
| 398 | ||
| 399 | ||
| 400 | ||
| 401 | {{{#!style | |
| r1343 | 402 | .aaa-bt {} |
| 403 | .aaa-bt-click {} | |
| 404 | .aaa-aaa | |
| r1333 | 405 | |
| r1343 | 406 | .aaa-hide {display:none} |
| 407 | }}} | |
| r1335 | 408 | |
| 409 | ||
| r1343 | 410 | {{{#!wiki |
| 411 | ||
| 412 | ||
| 413 | ||
| 414 | ||
| r1335 | 415 | {{{#!style |
| 416 | .mnt-trans {display: inline; padding: 2px 3px; border-radius: 3px; background: white; font-size: .9em} | |
| r1338 | 417 | .mnt-trans-click {display: inline; padding: 2px 9px; border-radius: 3px; background: white; font-size: .9em} |
| r1336 | 418 | |
| r1335 | 419 | .mnt-color {display: inline; padding: 2px 3px; border-radius: 3px; background: #39c5bb; font-size: .9em} |
| r1336 | 420 | .mnt-color-click {display: inline; padding: 2px 3px; border-radius: 3px; background: red; font-size: .9em} |
| r1335 | 421 | |
| 422 | @theseed-dark-mode { | |
| r1337 | 423 | .mnt-trans {background: transparent; border: 1px solid} |
| r1342 | 424 | .mnt-trans-click {background: transparent; border: 1px solid} |
| 425 | .mnt-click:active .mnt-trans {background:#1a2b2d} | |
| 426 | .mnt-click:active .mnt-trans-click {background:#1a2b2d} | |
| r1335 | 427 | } |
| r1340 | 428 | |
| 429 | .mnt-click {display:inline-block;vertical-align:top;margin-top:5px;height:30px} | |
| r1339 | 430 | .mnt-click:active {padding-top:8px} |
| r1342 | 431 | .mnt-click:active .mnt-trans {background:#ecfffb} |
| 432 | .mnt-click:active .mnt-trans-click {background:#ecfffb} | |
| r1337 | 433 | .mnt-hide {display:none} |
| r1335 | 434 | |
| 435 | }}} | |
| 436 | ||
| 437 | ||
| r1337 | 438 | ||<tablebgcolor=#ecfffb,#1a2b2d><tablecolor=#212529,white><bgcolor=#39c5bb,#16171a><color=white,#39c5bb> || |
| 439 | || || | |
| r1339 | 440 | ||<bgcolor=#39c5bb,#16171a><color=white,#39c5bb> {{{#!wiki class="miku" |
| 441 | [ruby(見, ruby=み)]たい}}}{{{#!wiki class="miku mnt-hide" | |
| 442 | [ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[br][ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[br][ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[br][ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい[ruby(見, ruby=み)]たい}}} {{{#!wiki class="mnt-click" | |
| r1337 | 443 | {{{#!wiki class="mnt-trans miku" onclick="toggle-class,miku,mnt-hide" |
| 444 | {{{#39c5bb '''X16'''}}}}}}{{{#!wiki class="mnt-trans-click miku mnt-hide" onclick="toggle-class,miku,mnt-hide" | |
| r1339 | 445 | {{{#39c5bb '''↺'''}}}}}}}}} || |
| r1337 | 446 | || || |
| r1335 | 447 | |
| 448 | ||
| 449 | ||
| r1339 | 450 | |
| 451 | ||
| 452 | ||
| 453 | ||
| 454 | ||
| 455 | ##{{{#!wiki style="display:inline-flex;width:50px;height:50px;vertical-align:middle;background:blue" | |
| 456 | ||
| 457 | ||
| 458 | ||
| 459 | ||
| r1334 | 460 | {{{#!wiki style="display: inline; padding: 2px 3px; border-radius: 3px; background: white; font-size: .9em" dark-style="background: transparent; border: 1px solid" |
| 461 | {{{#39c5bb '''X16'''}}}}}} | |
| r1333 | 462 | |
| r1334 | 463 | {{{#!wiki style="display: inline; padding: 2px 3px; border-radius: 3px; background: #39c5bb; font-size: .9em" |
| 464 | {{{#white '''X16'''}}}}}} | |
| r1333 | 465 | |
| 466 | ||
| 467 | ||
| r1334 | 468 | |
| r1328 | 469 | {{{#!style |
| r1331 | 470 | .c {text-align:center;padding:2px 50px;border-radius:100px;background:cyan;color:red;font-weight:bold;font-size:20px} |
| 471 | .y {text-align:center;padding:2px 50px;border-radius:100px;background:yellow;color:blue;font-weight:bold;font-size:20px} | |
| r1330 | 472 | .bbb:active {margin-top:5px} |
| 473 | .h {display:none} | |
| r1328 | 474 | }}} |
| r1330 | 475 | {{{#!wiki style="height:50px;display:inline-block" |
| 476 | {{{#!wiki class="bbb" | |
| r1331 | 477 | {{{#!wiki class="c ttt" onclick="toggle-class,ttt,h" |
| r1330 | 478 | ㅇㅇ}}}{{{#!wiki class="y ttt h" onclick="toggle-class,ttt,h" |
| 479 | ㅂㅂ}}}}}}}}} | |
| r1325 | 480 | |
| r1330 | 481 | {{{#!wiki class="ttt" |
| 482 | 응응}}}{{{#!wiki class="ttt h" | |
| 483 | 바보}}} | |
| r1328 | 484 | |
| 485 | ||
| r1323 | 486 | {{{#!style |
| r1325 | 487 | .hide {display: none;} |
| r1323 | 488 | .new {background:red} |
| 489 | }}} | |
| r1326 | 490 | {{{#!wiki class="text" |
| 491 | ddd}}}{{{#!wiki class="text hide" | |
| r1327 | 492 | dddddddddddddddddddd}}}{{{#!wiki class="text" onclick="toggle-class,text,hide" |
| 493 | X16}}}{{{#!wiki class="text hide" onclick="toggle-class,text,hide" | |
| 494 | ↺}}} | |
| r1325 | 495 | |
| r1323 | 496 | |
| 497 | ||
| 498 | ||
| 499 | ||
| 500 | ||
| 501 | ||
| 502 | ||
| 503 | ||
| 504 | ||
| 505 | ||
| 506 | ||
| 507 | ||
| r1327 | 508 | |
| r1322 | 509 | <pre style='box-sizing: border-box; font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: 15px; overflow-x: auto; background-color: rgb(45, 47, 52); border: 1px solid rgb(56, 59, 64); border-radius: 3px; padding: 7px; color: rgb(221, 221, 221); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;' id="isPasted"><code style='box-sizing: border-box; font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: 1em; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 0px; padding: 0px;'> |
| r1300 | 510 | |
| r1322 | 511 | |
| 512 | ||
| 513 | ||
| 514 | ||
| 515 | ||
| 516 | ||
| 517 | ||
| 518 | ||
| 519 | ||
| 520 | ||
| 521 | ||
| 522 | ||
| r1319 | 523 | {{{#!if border = "10px", bg = "black", x = "200px", y = "200px", t = "5", C = x - t * 2, F = y - t * 2, px = x / 2 + t * 1, py = y / 2 + t * 1, rx = x / 2 - t * 2, ry = y / 2 - t * 2 |
| r1314 | 524 | {{{#!wiki style="display:inline-block;border:@border@ solid @bg@" |
| r1312 | 525 | {{{#!wiki style="width:@x@;height:@y@;background:linear-gradient(red, blue)" |
| r1314 | 526 | {{{#!wiki style="width:@x@;height:@y@;background:no-repeat radial-gradient(farthest-side at 0 0, @bg@ 100%, transparent 0)@t@px @t@px/@rx@px @ry@px, no-repeat radial-gradient(farthest-side at 100% 0, @bg@ 100%, transparent 0)@px@px @t@px/@rx@px @ry@px, no-repeat radial-gradient(farthest-side at 100% 100%, @bg@ 100%, transparent 0)@px@px @py@px/@rx@px @ry@px, no-repeat radial-gradient(farthest-side at 0% 100%, @bg@ 100%, transparent 0)@t@px @py@px/@rx@px @ry@px" |
| r1306 | 527 | {{{#!wiki style="width:@x@;height:@y@" |
| r1307 | 528 | {{{#!wiki style="display:inline-block;width:@t@px;height:100%" |
| r1311 | 529 | {{{#!wiki style="width:@t@px;height:@t@px;background:@bg@" |
| r1307 | 530 | }}}{{{#!wiki style="width:@t@px;height:@F@px;overflow:hidden" |
| r1311 | 531 | {{{#!wiki style="width:@C@px;height:@F@px;background:radial-gradient(circle at @t@px 50%, transparent @t@px, @bg@ 0)" |
| 532 | }}}}}}{{{#!wiki style="width:@t@px;height:@t@px;overflow:hidden;background:@bg@" | |
| r1299 | 533 | }}}}}}{{{#!wiki style="display:inline-block;width:@C@px;height:100%" |
| r1307 | 534 | {{{#!wiki style="width:100%;height:@t@px;overflow:hidden" |
| r1311 | 535 | {{{#!wiki style="width:@C@px;height:@F@px;background:radial-gradient(circle at 50% @t@px, transparent @t@px, @bg@ 0)" |
| r1307 | 536 | }}}}}}{{{#!wiki style="width:100%;height:@F@px;overflow:hidden" |
| 537 | }}}{{{#!wiki style="width:100%;height:@t@px;overflow:hidden" | |
| r1311 | 538 | {{{#!wiki style="width:@C@px;height:@F@px;background:radial-gradient(circle at 50% 0, transparent @t@px, @bg@ 0)" |
| r1307 | 539 | }}}}}}}}}{{{#!wiki style="display:inline-block;width:@t@px;height:100%" |
| r1311 | 540 | {{{#!wiki style="width:@t@px;height:@t@px;background:@bg@" |
| r1307 | 541 | }}}{{{#!wiki style="width:@t@px;height:@F@px;overflow:hidden" |
| r1311 | 542 | {{{#!wiki style="width:@C@px;height:@F@px;background:radial-gradient(circle at 0 50%, transparent @t@px, @bg@ 0)" |
| 543 | }}}}}}{{{#!wiki style="width:@t@px;height:@t@px;overflow:hidden;background:@bg@" | |
| 544 | }}}}}}}}}}}}}}}}}}}}} | |
| r1293 | 545 | |
| r1296 | 546 | |
| 547 | ||
| 548 | ||
| 549 | ||
| r1298 | 550 | |
| r1318 | 551 | background:no-repeat radial-gradient(ellipse 125% 40% at 140% 50% in oklch, blue 70%, transparent 100%), radial-gradient(ellipse 50% 50% at 50% 0, red 70%, transparent 100%), radial-gradient(ellipse 50% 50% at 50% 100%, #0f0 70%, yellow 100%)" |
| r1298 | 552 | |
| 553 | ||
| 554 | ||
| 555 | ||
| 556 | ||
| 557 | ||
| 558 | {{{#!if x = "150px", y = "150px", ins = "2", xins = x * ins, yins = y * ins | |
| r1297 | 559 | {{{#!wiki style="border:1px solid gray;width:@x@;height:@y@;overflow:show" |
| r1298 | 560 | {{{#!wiki style="margin: -50% -50%;width:@xins@px;height:@yins@px;border:1px solid red" |
| r1296 | 561 | {{{#!wiki style="display:inline-block;width:calc(100% / 3);height:100%;border:1px solid blue" |
| 562 | {{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 563 | }}}{{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 564 | }}}{{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 565 | }}}}}}{{{#!wiki style="display:inline-block;width:calc(100% / 3);height:100%;border:1px solid blue" | |
| 566 | {{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 567 | }}}{{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 568 | }}}{{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 569 | }}}}}}{{{#!wiki style="display:inline-block;width:calc(100% / 3);height:100%;border:1px solid blue" | |
| 570 | {{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 571 | }}}{{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 572 | }}}{{{#!wiki style="width:100%;height:calc(100% / 3);border:1px solid green" | |
| 573 | }}}}}} | |
| r1292 | 574 | }}} |
| 575 | }}} | |
| 576 | }}} | |
| 577 | ||
| 578 | ||
| 579 | ||
| 580 | ||
| r1293 | 581 | |
| 582 | ||
| r1294 | 583 | |
| r1296 | 584 | |
| r1293 | 585 | {{{#!wiki style="width:200px;height:200px;background:gray;overflow:hidden" |
| 586 | {{{#!wiki style="margin: -95% 0;width:200px;height:200px;background:radial-gradient(circle at 50% 100%, transparent 5%, #fff 0)" | |
| 587 | }}} | |
| 588 | {{{#!wiki style="margin: 173.5% 0;width:200px;height:200px;background:radial-gradient(circle at 50% 0, transparent 5%, #fff 0)" | |
| 589 | }}} | |
| 590 | ||
| 591 | ||
| 592 | }}} | |
| 593 | ||
| 594 | ||
| 595 | ||
| 596 | ||
| r1291 | 597 | {{{#!wiki style="width:200px;height:200px;background:no-repeat radial-gradient(ellipse 100% 50% at 140% 50%, blue 70%, transparent 100%), radial-gradient(ellipse 50% 50% at 50% 0, red 70%, transparent 100%), radial-gradient(ellipse 50% 50% at 50% 100%, #0f0 70%, yellow 100%)" |
| r1285 | 598 | }}} |
| 599 | ||
| 600 | ||
| 601 | ||
| r1284 | 602 | {{{#!wiki style="width:200px;height:200px;background:no-repeat radial-gradient(closest-side, #f00 100%, transparent 0)0 0/100% 100%" |
| r1283 | 603 | }}} |
| 604 | ||
| 605 | ||
| 606 | ||
| 607 | ||
| r1282 | 608 | {{{#!wiki style="width:200px;height:200px;background:linear-gradient" |
| 609 | }}} | |
| 610 | ||
| 611 | ||
| 612 | ||
| 613 | {{{#!wiki style="width:100%;height:500px;background:linear-gradient(#fff 50%, #000 0);background-size:100% 200px" | |
| 614 | }}} | |
| 615 | ||
| 616 | ||
| 617 | ||
| 618 | ||
| 619 | ||
| 620 | ||
| 621 | ||
| 622 | ||
| 623 | ||
| 624 | ||
| 625 | ||
| r1281 | 626 | {{{#!if bd= "5", bdrd = "30", pd = "5", bs ="5", inbdrd = bdrd - pd - bd |
| 627 | {{{#!wiki style="vertical-align:middle;display:inline-block;padding:@pd@px;border-radius:@bdrd@px;border:@bd@px solid green;box-shadow:0 @bs@px green;background:yellow" | |
| 628 | {{{#!wiki style="padding:10px;border-radius:@inbdrd@px;background:green;color:yellow" | |
| 629 | {{{+5 내용내용내용}}}}}}}}}}}} | |
| 630 | ||
| 631 | ||
| 632 | ||
| r1280 | 633 | ||<tablewidth=640><table align=center><bgcolor=#fff,#000><tablebordercolor=#39c5bb,#39c5bb><nopad>{{{#!wiki style="width:100%x;height:359.68px;background:conic-gradient(transparent 90deg, #f2c4c5 0, #f2c4c5 180deg, transparent 0, transparent 270deg, #fe687d 0), repeating-linear-gradient(135deg, #ffb6c2 0 3.2%, #fe687d 3.2% 6.04%);background-size:34.8px 34.8px;background-position: 32px 32px;background-repeat:repeat" |
| r1279 | 634 | }}}|| |
| r1273 | 635 | |
| r1274 | 636 | 8 |
| r1275 | 637 | 16 |
| r1274 | 638 | 17 |
| r1273 | 639 | |
| r1274 | 640 | green 0 3.125%, yellow 3.125% 6.25% |
| r1273 | 641 | |
| 642 | ||
| r1279 | 643 | 18.5 |
| 644 | 10.5 | |
| r1273 | 645 | |
| 646 | ||
| r1270 | 647 | {{{#!folding 누르면 바뀌는 문법 |
| 648 | {{{{{{#!style | |
| 649 | .button { | |
| 650 | display:block | |
| 651 | } | |
| 652 | .hide { | |
| 653 | display:none | |
| 654 | } | |
| 655 | .button:hover .kr { | |
| 656 | display:none | |
| 657 | } | |
| 658 | .button:hover .jp { | |
| 659 | display:block | |
| 660 | } | |
| r1271 | 661 | }}} |
| r1270 | 662 | |
| 663 | {{{#!wiki class="button" | |
| 664 | {{{#!wiki class="kr" | |
| 665 | 한국어}}}{{{#!wiki class="jp hide" | |
| 666 | 日本語}}}}}} | |
| 667 | }}} | |
| r1272 | 668 | |
| 669 | {{{{{{{{{#!style | |
| 670 | .button1 { | |
| 671 | background:red; height: 20px; width: 20px | |
| 672 | } | |
| 673 | .button1:hover { | |
| 674 | background: blue | |
| 675 | } | |
| 676 | .hide { | |
| 677 | display: none | |
| 678 | } | |
| 679 | .kr { | |
| 680 | display: block | |
| 681 | } | |
| 682 | ||
| 683 | .button1:hover ~ .kr { display: none; } | |
| 684 | .button2:hover ~ .jp { display: block; } | |
| r1271 | 685 | }}} |
| r1270 | 686 | |
| r1272 | 687 | {{{#!wiki class="button2 button1" |
| 688 | }}} | |
| 689 | ||
| 690 | {{{#!wiki class="kr" | |
| 691 | 한국어 | |
| 692 | }}}{{{#!wiki class="jp hide" | |
| 693 | 일본어 | |
| 694 | }}}}}}}}} | |
| 695 | }}} | |
| 696 | ||
| r1269 | 697 | ||{{{#!wiki style="display:inline-block;margin:0 5px" |
| 698 | 저는 L입니다.}}}{{{#!wiki style="display:inline-block;margin: -15px -10px 0 0" | |
| 699 | || a1 || a2 || a3 || | |
| 700 | || b1 || b2 || b3 || | |
| 701 | || c1 || c2 || c3 || | |
| 702 | }}}|| | |
| 703 | ||
| 704 | ||
| 705 | ||
| 706 | ||
| r1266 | 707 | {{{#!wiki style="color:#fff;background:#000" dark-style="color:#000" |
| r1262 | 708 | {{{#!wiki style="background:radial-gradient(circle at 0 0, currentcolor 10px, #ff0 0, #ff0 15px, #000 0, #000 20px, #ff0 0, #ff0 22px, transparent 0), radial-gradient(circle at 100% 0, currentcolor 10px, #ff0 0, #ff0 15px, #000 0, #000 20px, #ff0 0, #ff0 22px, transparent 0), radial-gradient(circle at 100% 100%, currentcolor 10px, #ff0 0, #ff0 15px, #000 0, #000 20px, #ff0 0, #ff0 22px, transparent 0), radial-gradient(circle at 0 100%, currentcolor 10px, #ff0 0, #ff0 15px, #000 0, #000 20px, #ff0 0, #ff0 22px, transparent 0)" |
| r1266 | 709 | {{{#!wiki style="background:no-repeat linear-gradient(#ff0 5px, transparent 0)50% 0/calc(100% - 25px) 100%, no-repeat linear-gradient(#000 10px, transparent 0)50% 0/calc(100% - 30px) 100%, no-repeat linear-gradient(#ff0 12px, transparent 0)50% 0/calc(100% - 36px) 100%" |
| r1265 | 710 | {{{#!wiki style="background:no-repeat linear-gradient(90deg, #ff0 5px, transparent 0)0 50%/100% calc(100% - 25px), no-repeat linear-gradient(90deg, #000 10px, transparent 0)0 50%/100% calc(100% - 30px), no-repeat linear-gradient(90deg, #ff0 12px, transparent 0)0 50%/100% calc(100% - 36px)" |
| 711 | {{{#!wiki style="background:no-repeat linear-gradient(0deg, #ff0 5px, transparent 0)50% 0/calc(100% - 25px) 100%, no-repeat linear-gradient(0deg, #000 10px, transparent 0)50% 0/calc(100% - 30px) 100%, no-repeat linear-gradient(0deg, #ff0 12px, transparent 0)50% 0/calc(100% - 36px) 100%" | |
| r1266 | 712 | {{{#!wiki style="background:no-repeat linear-gradient(-90deg, #ff0 5px, transparent 0)0 50%/100% calc(100% - 25px), no-repeat linear-gradient(-90deg, #000 10px, transparent 0)0 50%/100% calc(100% - 30px), no-repeat linear-gradient(-90deg, #ff0 12px, transparent 0)0 50%/100% calc(100% - 36px)" |
| r1265 | 713 | {{{#!wiki style="text-align:center;width:100%;padding:20px" |
| r1267 | 714 | {{{#fff 내용 |
| r1265 | 715 | 내용}}} |
| 716 | }}}}}}}}}}}}}}}}}}}}} | |
| 717 | ||
| r1267 | 718 | {{{#!wiki style="color:#000;background:lightgray" dark-style="color:gray" |
| 719 | {{{#!wiki style="background:radial-gradient(circle at 0 0, currentcolor 10px, #0ff 0, #0ff 15px, #f0f 0, #f0f 20px, #ff0 0, #ff0 22px, transparent 0), radial-gradient(circle at 100% 0, currentcolor 10px, #0ff 0, #0ff 15px, #f0f 0, #f0f 20px, #ff0 0, #ff0 22px, transparent 0), radial-gradient(circle at 100% 100%, currentcolor 10px, #0ff 0, #0ff 15px, #f0f 0, #f0f 20px, #ff0 0, #ff0 22px, transparent 0), radial-gradient(circle at 0 100%, currentcolor 10px, #0ff 0, #0ff 15px, #f0f 0, #f0f 20px, #ff0 0, #ff0 22px, transparent 0)" | |
| r1260 | 720 | {{{#!wiki style="background:no-repeat linear-gradient(#f00 5px, transparent 0)50% 0/calc(100% - 25px) 100%, no-repeat linear-gradient(#0f0 10px, transparent 0)50% 0/calc(100% - 30px) 100%, no-repeat linear-gradient(#00f 12px, transparent 0)50% 0/calc(100% - 36px) 100%" |
| 721 | {{{#!wiki style="background:no-repeat linear-gradient(90deg, #f00 5px, transparent 0)0 50%/100% calc(100% - 25px), no-repeat linear-gradient(90deg, #0f0 10px, transparent 0)0 50%/100% calc(100% - 30px), no-repeat linear-gradient(90deg, #00f 12px, transparent 0)0 50%/100% calc(100% - 36px)" | |
| r1261 | 722 | {{{#!wiki style="background:no-repeat linear-gradient(0deg, #f00 5px, transparent 0)50% 0/calc(100% - 25px) 100%, no-repeat linear-gradient(0deg, #0f0 10px, transparent 0)50% 0/calc(100% - 30px) 100%, no-repeat linear-gradient(0deg, #00f 12px, transparent 0)50% 0/calc(100% - 36px) 100%" |
| 723 | {{{#!wiki style="background:no-repeat linear-gradient(-90deg, #f00 5px, transparent 0)0 50%/100% calc(100% - 25px), no-repeat linear-gradient(-90deg, #0f0 10px, transparent 0)0 50%/100% calc(100% - 30px), no-repeat linear-gradient(-90deg, #00f 12px, transparent 0)0 50%/100% calc(100% - 36px)" | |
| r1262 | 724 | {{{#!wiki style="text-align:center;width:100%;padding:20px" |
| r1267 | 725 | {{{#000,#000 내용 |
| r1260 | 726 | 내용}}} |
| r1263 | 727 | }}}}}}}}}}}}}}}}}}}}} |
| r1253 | 728 | |
| 729 | ||
| 730 | ||
| 731 | ||
| 732 | ||
| r1260 | 733 | |
| 734 | ||
| r1252 | 735 | {{{#!wiki style="width:200px;height:200px;border:5px solid transparent;border-radius:20px;background:padding-box radial-gradient(farthest-side at 100% 100%, red 100%, transparent 0), padding-box linear-gradient(gray, #fff), border-box linear-gradient(120deg, transparent 40%, #fff 0, #fff 60%, transparent 0)" |
| r1250 | 736 | }}} |
| 737 | ||
| 738 | ||
| 739 | ||
| 740 | ||
| 741 | ||
| 742 | ||
| 743 | ||
| 744 | ||
| r1249 | 745 | {{{#!wiki style="color:#fff;width:200px;height:117px;background:conic-gradient(from 167.9deg at 47.92px 69.8px, currentcolor 126.28deg, transparent 0), conic-gradient(from 123.32deg at 86.35px 89.47px, currentcolor 111.5deg, transparent 0), conic-gradient(from 180deg at 200px 0, currentcolor 31.64deg, transparent 0), conic-gradient(from 59.26deg at 68.7px 78.07px, #3AC4AF 64.06deg, #036B50 0, #2DAA8F 141.18deg, transparent 0), conic-gradient(at 200px 0, transparent 245.35deg, #3AC4AF 0, #3AC4AF 256.23deg, currentcolor 0), linear-gradient(330deg, #007056 40%, #1AA990 58%)" dark-style="color:#000" |
| r1237 | 746 | }}} |
| 747 | ||
| 748 | ||
| r1236 | 749 | {{{#!wiki style="width:200px;height:117px;background:conic-gradient(from 180deg at 200px 0, gray 31.64deg, cyan 0, cyan 59.26deg, transparent 0, transparent 65.35deg, green 0, green 76.23deg, blue 0), conic-gradient(from 123.52deg at 86.35px 89.47px, green 114.82deg, transparent 0)" |
| r1235 | 750 | }}} |
| 751 | ||
| 752 | ||
| 753 | ||
| r1234 | 754 | {{{#!wiki style="width:200px;height:117px;background:conic-gradient(from 180deg at 200px 0, gray 31.64deg, transparent 0, transparent 76.23deg, blue 0), conic-gradient(from 123.52deg at 86.35px 89.47px, green 114.82deg, transparent 0), conic-gradient(at 47.92px 69.8px, transparent 65.35deg, yellow 0, yellow 167.08deg, red 0, red 293.44deg, transparent 0)" |
| r1229 | 755 | }}} |
| 756 | ||
| 757 | ||
| 758 | ||
| 759 | ||
| 760 | ||
| 761 | ||
| r1223 | 762 | || || 화 || 수 || 목 || 금 || 토 || 빙 || 풍 || 전 || 독 || 명 || 암 || |
| 763 | ||<#f00,#f00> ||<#f00,#f00> || || || || || || || || || || || | |
| 764 | ||<#f80,#f80> ||<#f80,#f80> || || || || || || || || || || || | |
| r1226 | 765 | ||<#ff0,#ff0> || || || ||<#ff0,#ff0> || || || ||<#ff0,#ff0> || ||<#ff0,#ff0> || || |
| r1223 | 766 | ||<#0f0,#0f0> || || ||<#0f0,#0f0> || || || || || ||<#0f0,#0f0> || || || |
| r1228 | 767 | ||<#0ff,#0ff> || ||<#0ff,#0ff> || || || ||<#0ff,#0ff> ||<#0ff,#0ff> || || || || || |
| r1225 | 768 | ||<#00f,#00f> || ||<#00f,#00f> || || || ||<#00f,#00f> || || || || || || |
| r1226 | 769 | ||<#80f,#80f> || || || || || || || ||<#80f,#80f> ||<#80f,#80f> || ||<#80f,#80f> || |
| r1223 | 770 | ||<#f0f,#f0f> || || || || || || || || || || || || |
| r1227 | 771 | ||<#fff,#fff> || || || || || ||<#fff,#fff> ||<#fff,#fff> || || ||<#fff,#fff> || || |
| r1223 | 772 | ||<#bbb,#bbb> || || || ||<#bbb,#bbb> || || ||<#bbb,#bbb> || || || || || |
| 773 | ||<#730,#730> || || ||<#730,#730> || ||<#730,#730> || || || || || || || | |
| r1224 | 774 | ||<#000> || || || || ||<#000> || || || || || ||<#000> || |
| r1216 | 775 | |
| 776 | ||
| 777 | ||
| r1215 | 778 | {{{#!wiki style="width:100px;height:200px;background:#fff9" |
| 779 | {{{#!wiki style="display:flex" | |
| 780 | {{{#!wiki style="margin:auto;width:200px;height:200px;background:radial-gradient(#f00, transparent);overflow:hidden" | |
| 781 | [[파일:-에스텍에코 로고.png|align=middle]]}}}}}}}}} | |
| r1214 | 782 | |
| 783 | ||
| 784 | ||
| r1215 | 785 | || {{{#!wiki style="width:100px;overflow:hidden;text-align:center" |
| 786 | [[파일:-에스텍에코 로고.png|align=middle]]}}} || | |
| r1214 | 787 | |
| 788 | ||
| 789 | ||
| r1215 | 790 | |
| 791 | ||
| 792 | ||
| r1213 | 793 | {{{#!wiki style="width:200px;height:200px;background:conic-gradient(#f00 90deg, #0f0 0, #0f0 180deg, #00f 0, #00f 270deg, #0ff 0)100% 100%/25px 25px" |
| 794 | }}} | |
| 795 | ||
| 796 | ||
| 797 | ||
| 798 | ||
| r1206 | 799 | {{{#!if bd= "5", bdrd = "30", pd = "5", bs ="5", inbdrd = bdrd - pd - bd |
| r1209 | 800 | {{{#!wiki style="vertical-align:middle;display:inline-block;padding:@pd@px;border-radius:@bdrd@px;border:@bd@px solid green;box-shadow:0 @bs@px green;background:yellow" |
| r1207 | 801 | {{{#!wiki style="padding:10px;border-radius:@inbdrd@px;background:green;color:yellow" |
| r1205 | 802 | {{{+5 dddddddd}}}}}}}}}}}} |
| 803 | ||
| 804 | ||
| 805 | ||
| 806 | ||
| r1211 | 807 | {{{#!if bd= "3", bdrd = "15", pd = "5", pd2 = "6", bs ="3", inbdrd = bdrd - pd - bd |
| r1210 | 808 | {{{#!wiki class="t-button-1" |
| 809 | {{{#!wiki class="t-button-2" | |
| 810 | button}}}}}}}}} | |
| r1205 | 811 | |
| r1201 | 812 | |
| 813 | ||
| 814 | ||
| 815 | ||
| r1126 | 816 | {{{#!style |
| r1129 | 817 | .layout-bg { |
| r1168 | 818 | min-width:500px;max-width:800px;padding:10px;border-radius:7px;background-color:#ccc;color:#000 |
| r1129 | 819 | } |
| r1128 | 820 | .layout-100 { |
| r1134 | 821 | width:100%;height:50px;background-color:rgb(0,0,255,.2) |
| r1128 | 822 | } |
| r1146 | 823 | .layout-80 { |
| 824 | vertical-align:middle;display:inline-block;width:80%;height:50px;background-color:rgb(0,0,255,.2) | |
| 825 | } | |
| r1128 | 826 | .layout-60 { |
| r1143 | 827 | vertical-align:middle;display:inline-block;width:calc(100% - 100% / 3);height:50px;background-color:rgb(0,0,255,.2) |
| r1128 | 828 | } |
| 829 | .layout-50 { | |
| r1143 | 830 | vertical-align:middle;display:inline-block;width:50%;height:50px;background-color:rgb(0,0,255,.2) |
| r1128 | 831 | } |
| 832 | .layout-30 { | |
| r1143 | 833 | vertical-align:middle;display:inline-block;width:calc(100% / 3);height:50px;background-color:rgb(0,0,255,.2) |
| r1128 | 834 | } |
| r1133 | 835 | .layout-25 { |
| r1143 | 836 | vertical-align:middle;display:inline-block;width:25%;height:50px;background-color:rgb(0,0,255,.2) |
| r1133 | 837 | } |
| r1146 | 838 | .layout-20 { |
| 839 | vertical-align:middle;display:inline-block;width:20%;height:50px;background-color:rgb(0,0,255,.2) | |
| 840 | } | |
| r1164 | 841 | .header { |
| 842 | border-radius:50px;height:2px;background:red | |
| 843 | } | |
| r1163 | 844 | .tab-0 { |
| r1136 | 845 | border-top-left-radius:50px;border-bottom-left-radius:50px;padding:2px;background-color:red |
| 846 | } | |
| r1163 | 847 | .tab-1 { |
| r1136 | 848 | border-radius:50px;background-color:green |
| 849 | } | |
| r1163 | 850 | .tab-2 { |
| r1136 | 851 | padding:2px;background-color:red |
| 852 | } | |
| r1163 | 853 | .tab-3 { |
| r1136 | 854 | border-top-right-radius:50px;border-bottom-right-radius:50px;padding:2px;background-color:red |
| 855 | } | |
| r1165 | 856 | .section-0 { |
| r1167 | 857 | margin:0 0 -12px 22px |
| r1165 | 858 | } |
| 859 | .section-1 { | |
| 860 | border-radius:50px;height:10px;background:green | |
| 861 | } | |
| r1130 | 862 | .name { |
| 863 | padding:1px 10px;border-radius:50px;background-color:gray | |
| 864 | } | |
| 865 | .m-button { | |
| r1131 | 866 | vertical-align:middle;display:inline-block;height:30px;aspect-ratio:1/1;border-radius:5px;border:1px solid red;background-color:#fff |
| r1130 | 867 | } |
| r1209 | 868 | .t-button-1 { |
| r1210 | 869 | vertical-align:middle;display:inline-block;padding:@pd@px;border-radius:@bdrd@px;border:@bd@px solid green;box-shadow:0 @bs@px green;background:yellow |
| r1132 | 870 | } |
| r1209 | 871 | .t-button-2 { |
| r1211 | 872 | padding:@pd2@px;border-radius:@inbdrd@px;background:green;color:yellow; |
| r1209 | 873 | } |
| r1130 | 874 | .number { |
| r1210 | 875 | vertical-align:middle;display:inline-block;padding:2px;margin:6px 0;width:60px;border-radius:3px;border:1px solid red;background-color:#fff;color:red;font-size:20px |
| r1130 | 876 | } |
| r1138 | 877 | .toggle { |
| r1141 | 878 | vertical-align:middle;display:inline-block;border-radius:50%;border:1px solid green;height:20px;aspect-ratio:1/1;background:radial-gradient(closest-side, red 50%, transparent 0) |
| r1138 | 879 | } |
| r1140 | 880 | .check { |
| r1141 | 881 | vertical-align:middle;display:inline-block;border-radius:8px;height:25px;aspect-ratio:1/1;background-color:red |
| r1140 | 882 | } |
| r1141 | 883 | .slide { |
| r1162 | 884 | border-radius:50px;border:1px solid #000;height:15px;background:linear-gradient(90deg, red 50%, transparent 0) |
| r1141 | 885 | } |
| 886 | .slide-knob { | |
| r1162 | 887 | margin: -55px 0 0 calc(50% - 30px / 2);border-radius:13px;border:1px solid #fff;width:30px;height:55px;background-color:blue |
| r1141 | 888 | } |
| r1162 | 889 | .slide-num { |
| 890 | padding-left:20%;background-color:red;font-size:25px | |
| 891 | } | |
| r1166 | 892 | .text { |
| 893 | vertical-align:middle;display:inline-block | |
| 894 | } | |
| r1162 | 895 | .db { |
| 896 | display:block | |
| 897 | } | |
| r1130 | 898 | .df { |
| 899 | display:flex | |
| 900 | } | |
| 901 | .ma { | |
| 902 | margin:auto | |
| 903 | } | |
| r1136 | 904 | .m2 { |
| 905 | margin:2px | |
| 906 | } | |
| r1131 | 907 | .space { |
| 908 | vertical-align:middle;display:inline-block;width:10px | |
| 909 | } | |
| r1162 | 910 | .h20 { |
| 911 | height:20px | |
| 912 | } | |
| 913 | .h7 { | |
| 914 | height:7px | |
| 915 | } | |
| r1157 | 916 | .button { |
| r1158 | 917 | display:inline-block |
| r1157 | 918 | } |
| 919 | .hide { | |
| 920 | display:none | |
| 921 | } | |
| 922 | .button:hover .kr { | |
| 923 | display:none | |
| 924 | } | |
| 925 | .button:hover .jp { | |
| 926 | display:block | |
| 927 | } | |
| 928 | }}} | |
| 929 | ||
| r1212 | 930 | {{{#!if bd= "3", bdrd = "15", pd = "5", pd2 = "6", bs ="3", inbdrd = bdrd - pd - bd |
| r1148 | 931 | {{{#!wiki style="overflow:auto" |
| r1134 | 932 | {{{#!wiki class="layout-bg" |
| r1165 | 933 | {{{#!wiki class="button" |
| 934 | {{{#!wiki class="kr" | |
| 935 | 한국어}}}{{{#!wiki class="jp hide" | |
| r1167 | 936 | 日本語}}}}}} |
| 937 | {{{#!wiki class="header" | |
| r1165 | 938 | }}} |
| 939 | ||
| r1135 | 940 | {{{#!wiki class="layout-25" |
| r1163 | 941 | {{{#!wiki class="tab-0" |
| 942 | {{{#!wiki class="tab-1" | |
| r1136 | 943 | {{{#!wiki class="df" |
| 944 | {{{#!wiki class="ma" | |
| 945 | {{{#!wiki class="m2" | |
| r1160 | 946 | {{{#!wiki class="button" |
| 947 | {{{#!wiki class="kr" | |
| 948 | 한국어}}}{{{#!wiki class="jp hide" | |
| 949 | 日本語}}}}}} | |
| 950 | }}}}}}}}}}}}}}}}}}{{{#!wiki class="layout-25" | |
| r1163 | 951 | {{{#!wiki class="tab-2" |
| 952 | {{{#!wiki class="tab-" | |
| r1136 | 953 | {{{#!wiki class="df" |
| 954 | {{{#!wiki class="ma" | |
| 955 | {{{#!wiki class="m2" | |
| r1160 | 956 | {{{#!wiki class="button" |
| 957 | {{{#!wiki class="kr" | |
| 958 | 한국어}}}{{{#!wiki class="jp hide" | |
| 959 | 日本語}}}}}} | |
| 960 | }}}}}}}}}}}}}}}}}}{{{#!wiki class="layout-25" | |
| r1163 | 961 | {{{#!wiki class="tab-2" |
| 962 | {{{#!wiki class="tab-" | |
| r1136 | 963 | {{{#!wiki class="df" |
| 964 | {{{#!wiki class="ma" | |
| 965 | {{{#!wiki class="m2" | |
| r1160 | 966 | {{{#!wiki class="button" |
| 967 | {{{#!wiki class="kr" | |
| 968 | 한국어}}}{{{#!wiki class="jp hide" | |
| 969 | 日本語}}}}}} | |
| 970 | }}}}}}}}}}}}}}}}}}{{{#!wiki class="layout-25" | |
| r1163 | 971 | {{{#!wiki class="tab-3" |
| 972 | {{{#!wiki class="tab-" | |
| r1136 | 973 | {{{#!wiki class="df" |
| 974 | {{{#!wiki class="ma" | |
| 975 | {{{#!wiki class="m2" | |
| r1160 | 976 | {{{#!wiki class="button" |
| 977 | {{{#!wiki class="kr" | |
| 978 | 한국어}}}{{{#!wiki class="jp hide" | |
| 979 | 日本語}}}}}} | |
| 980 | }}}}}}}}}}}}}}}}}} | |
| r1136 | 981 | |
| r1167 | 982 | {{{#!wiki class="section-0" |
| 983 | {{{#!wiki class="button" | |
| 984 | {{{#!wiki class="kr" | |
| 985 | 한국어}}}{{{#!wiki class="jp hide" | |
| 986 | 日本語}}}}}}}}}{{{#!wiki class="section-1" | |
| 987 | }}} | |
| 988 | ||
| r1130 | 989 | {{{#!wiki class="name" |
| r1160 | 990 | {{{#!wiki class="button" |
| 991 | {{{#!wiki class="kr" | |
| 992 | 한국어}}}{{{#!wiki class="jp hide" | |
| 993 | 日本語}}}}}} | |
| 994 | }}}{{{#!wiki class="m-button" | |
| r1131 | 995 | }}}{{{#!wiki class="space" |
| r1130 | 996 | }}}{{{#!wiki class="number" |
| 997 | {{{#!wiki class="df" | |
| 998 | {{{#!wiki class="ma" | |
| r1132 | 999 | 100%}}}}}}}}}{{{#!wiki class="space" |
| r1212 | 1000 | }}}{{{#!wiki class="t-button-1" |
| 1001 | {{{#!wiki class="t-button-2" | |
| 1002 | button}}}}}} | |
| r1167 | 1003 | |
| r1212 | 1004 | |
| r1134 | 1005 | {{{#!wiki class="layout-60" |
| r1130 | 1006 | {{{#!wiki class="name" |
| r1167 | 1007 | {{{#!wiki class="button" |
| 1008 | {{{#!wiki class="kr" | |
| 1009 | 한국어}}}{{{#!wiki class="jp hide" | |
| 1010 | 日本語}}}}}}}}}}}}{{{#!wiki class="layout-30" | |
| r1130 | 1011 | {{{#!wiki class="name" |
| r1167 | 1012 | {{{#!wiki class="button" |
| 1013 | {{{#!wiki class="kr" | |
| 1014 | 한국어}}}{{{#!wiki class="jp hide" | |
| 1015 | 日本語}}}}}}}}}}}} | |
| 1016 | ||
| 1017 | {{{#!wiki class="toggle" | |
| r1148 | 1018 | }}} |
| r1128 | 1019 | |
| r1167 | 1020 | {{{#!wiki class="check" |
| 1021 | }}} | |
| r1128 | 1022 | |
| r1167 | 1023 | {{{#!wiki class="layout-80" |
| 1024 | {{{#!wiki class="db" | |
| 1025 | {{{#!wiki class="h20" | |
| 1026 | }}}{{{#!wiki class="slide" | |
| 1027 | }}}{{{#!wiki class="h20" | |
| 1028 | }}}{{{#!wiki class="slide-knob" | |
| 1029 | }}}}}}}}}{{{#!wiki class="layout-20" | |
| 1030 | {{{#!wiki class="h7" | |
| 1031 | }}}{{{#!wiki class="slide-num" | |
| 1032 | 50}}}}}} | |
| 1033 | }}} | |
| 1034 | }}} | |
| r1212 | 1035 | }}} |
| r1128 | 1036 | |
| 1037 | ||
| 1038 | ||
| 1039 | ||
| 1040 | ||
| 1041 | ||
| 1042 | ||
| r1164 | 1043 | |
| r1167 | 1044 | |
| r1162 | 1045 | {{{#!wiki class="button" |
| 1046 | {{{#!wiki class="kr" | |
| 1047 | 한국어}}}{{{#!wiki class="jp hide" | |
| 1048 | 日本語}}}}}} | |
| r1128 | 1049 | |
| 1050 | ||
| r1209 | 1051 | |
| 1052 | {{{#!if bd= "5", bdrd = "20", pd = "5", bs ="5", inbdrd = bdrd - pd - bd | |
| 1053 | {{{#!wiki style="display:inline-block;padding:@pd@px;border-radius:@bdrd@px;border:@bd@px solid green;background:yellow;box-shadow:0 @bs@px red" | |
| 1054 | {{{#!wiki style="display:inline-block;padding:10px;border-radius:@inbdrd@px;border:@bd@px solid red;background:yellow;color:blue" | |
| 1055 | {{{+5 dddddddd}}}}}}}}}}}} | |
| 1056 | ||
| 1057 | ||
| 1058 | ||
| 1059 | ||
| 1060 | {{{#!if p = "20" | |
| 1061 | {{{#!style | |
| 1062 | .g { | |
| 1063 | height:20px;border:1px solid gray;background:linear-gradient(90deg, red @p@%, transparent 0) | |
| 1064 | } | |
| 1065 | }}}}}} | |
| 1066 | ||
| 1067 | {{{#!wiki class="g" | |
| 1068 | }}} | |
| 1069 | ||
| 1070 | 1 더하기 1은 귀요미 | |
| 1071 | [math(1+1=C)] | |
| 1072 | ||
| 1073 | {{{#!wiki style="display:inline-block;text-align:center" | |
| 1074 | [math(C_1+C_1=C_2)] | |
| 1075 | [math(C_2+C_2=C_3)] | |
| 1076 | [math(C_3+C_3=C_4)] | |
| 1077 | [math(C_4+C_4=C_5)] | |
| 1078 | [math(\vdots)]}}} | |
| 1079 | ||
| 1080 | [math(f\biggl(f\Bigl(f\bigl(f(2C_1=C_2)=2C_2=C_3\bigr)=2C_3=C_4\Bigr)=2C_4=C_5\biggr)\cdots)] | |
| 1081 | ||
| 1082 | [math(C_n=2^{n-1}C_1)] | |
| 1083 | ||
| 1084 | [math(C_{n+1}=2C_n)] | |
| 1085 | ||
| 1086 | ||
| 1087 | 연혁 | |
| 1088 | {{{#!wiki style="word-break:keep-all" | |
| 1089 | ||<tablebordercolor=#0088bb,#0088bb><tablebgcolor=transparent><rowbgcolor=#0088bb,#0088bb><rowcolor=#fff> '''년도''' || '''월''' || '''일''' || '''내용''' || | |
| 1090 | || 2025 || 12 || 8 ||일본 특허청의 상표등록출원 공보에서 'BanG Dream! Our Notes'라는 타이틀 및 로고가 발견되었다.[[https://gall.dcinside.com/mgallery/board/view/?id=bang_dream&no=5785488|#]] || | |
| 1091 | ||<|6> 2026 ||<|2> 1 || 9 ||중국의 유출 소식통으로부터 정보를 전달받았다고 주장하는 [[뱅드림 갤러리]] 유저가 개인 방송을 통해 '걸파2'라고 불리우는 게임 프로젝트 '시리우스'가 제작 진행중이며 12일에 있을 부시로드 대발표회에서 공개될 것이라고 밝혔다.[[https://gall.dcinside.com/mgallery/board/view/?id=bang_dream&no=5867053|#]] || | |
| 1092 | || 12 ||유출 정보대로 [[https://bushiroad.com/2026newyear_launch_event_kr|부시로드 신춘 대발표회 2026]]에서 발표되었다. || | |
| 1093 | || 2 || 25 ||[[네이버 게임 라운지]]에 '뱅드림! 아워 노트'라는 명칭으로 라운지가 개설되었고, 지원 언어(한국어, 영어, 중국어) 및 유통사(비리비리) 정보가 노출되었다. || | |
| 1094 | ||<|3> 3 ||<|3> 1 ||공식의 업로드 실수로 [[비리비리]]에 메인 PV가 올라왔다가 삭제되었다. 해당 PV는 같은 날 개최된 [[BanG Dream!/라이브/2026년#s-6|MyGO!!!!!×Ave Mujica 투맨 라이브「“moment / memory”」]]에서 공개되었다. || | |
| 1095 | ||한국어 X 및 유튜브 공식 채널이 개설되었다. || | |
| 1096 | ||일본 서버에서 CBT 테스터 모집을 시작했다. 응모기간은 4월 30일까지며 총 20,000명을 추첨으로 모집한다. ||}}} | |
| 1097 | ||
| 1098 | ||
| 1099 | ||
| 1100 | ||
| 1101 | ||<tableclass=w> 년도 || 월 || 일 || 내용 || | |
| 1102 | || 2025 || 12 || 8 || || | |
| 1103 | ||<|6> 2026 ||<|2> 1 || 9 || || | |
| 1104 | || 12 || || | |
| 1105 | || 2 || 25 || || | |
| 1106 | ||<|3> 3 ||<|3> 1 || || | |
| 1107 | || || | |
| 1108 | || || | |
| 1109 | ||
| 1110 | ||
| 1111 | ||
| 1112 | ||<thead><sortable> 년도 ||<sortable> 월 ||<sortable> 일 || 내용 || | |
| 1113 | || 2025 || 1 || 10 || ㅇㅇ || | |
| 1114 | || 2026 || 2 || 11 || ㄴㄴ || | |
| 1115 | ||
| 1116 | ||
| 1117 | ||
| 1118 | ||
| 1119 | ||
| 1120 | ||
| 1121 | ||
| 1122 | ||
| 1123 | {{{#!wiki style="text-shadow:#fff 0 -2px, #fff 2px -2px, #fff 2px 0, #fff 2px 2px, #fff 0 2px, #fff -2px 2px, #fff -2px 0, #fff -2px -2px;font-size:30px;color:magenta" | |
| 1124 | {{{#!wiki class="button" | |
| 1125 | {{{#!wiki class="kr" | |
| 1126 | 한국어}}}{{{#!wiki class="jp hide" | |
| 1127 | 日本語}}}}}}}}} | |
| 1128 | ||
| 1129 | ||
| 1130 | ||
| 1131 | ||
| 1132 | {{{#!wiki style="text-shadow:#fff 0 -2px;font-size:30px;color:blue" | |
| 1133 | '''텍스트'''}}}{{{#!wiki style="text-shadow:#fff 2px -2px;font-size:30px;color:blue" | |
| 1134 | '''텍스트'''}}}{{{#!wiki style="text-shadow:#fff 2px 0;font-size:30px;color:blue" | |
| 1135 | '''텍스트'''}}}{{{#!wiki style="text-shadow:#fff 2px 2px;font-size:30px;color:blue" | |
| 1136 | '''텍스트'''}}}{{{#!wiki style="text-shadow:#fff 0 2px;font-size:30px;color:blue" | |
| 1137 | '''텍스트'''}}}{{{#!wiki style="text-shadow:#fff -2px 2px;font-size:30px;color:blue" | |
| 1138 | '''텍스트'''}}}{{{#!wiki style="text-shadow:#fff -2px 0;font-size:30px;color:blue" | |
| 1139 | '''텍스트'''}}}{{{#!wiki style="text-shadow:#fff -2px -2px;font-size:30px;color:blue" | |
| 1140 | '''텍스트'''}}} | |
| 1141 | ||
| 1142 | ||
| 1143 | ||
| 1144 | ||
| 1145 | ||
| 1146 | ||
| 1147 | ||
| 1148 | ||
| 1149 | {{{#!wiki style="text-shadow:#fff 2px 2px, #fff 2px -2px, #fff 0 2px, #fff -2px -2px;font-size:30px;color:green" | |
| 1150 | '''텍스트'''}}} | |
| 1151 | ||
| 1152 | ||
| 1153 | ||
| 1154 | ||
| 1155 | ||
| r1160 | 1156 | {{{{{{#!style |
| 1157 | .button1 { | |
| 1158 | background:red; height: 20px; width: 20px | |
| 1159 | } | |
| 1160 | .button1:hover { | |
| 1161 | background: blue | |
| 1162 | } | |
| 1163 | .hide { | |
| 1164 | display: none | |
| 1165 | } | |
| 1166 | .kr { | |
| 1167 | display: block | |
| 1168 | } | |
| r1128 | 1169 | |
| r1160 | 1170 | .button1:hover ~ .kr { display: none; } |
| 1171 | .button2:hover ~ .jp { display: block; } | |
| 1172 | }}} | |
| r1128 | 1173 | |
| r1160 | 1174 | {{{#!wiki class="button2 button1" |
| 1175 | }}} | |
| r1128 | 1176 | |
| r1160 | 1177 | {{{#!wiki class="kr" |
| 1178 | 한국어 | |
| 1179 | }}}{{{#!wiki class="jp hide" | |
| 1180 | 일본어 | |
| 1181 | }}}}}} | |
| r1124 | 1182 | |
| 1183 | ||
| r1126 | 1184 | |
| r1160 | 1185 | |
| 1186 | ||
| r1125 | 1187 | {{{#!if a = "시", b = "발" |
| r1122 | 1188 | @a@@b@}}} |
| r1120 | 1189 | |
| 1190 | {{{#!if e = (1<=2) ? "참" : "거짓" | |
| 1191 | 식 1<=2는 @e@입니다.}}} | |
| 1192 | ||
| 1193 | {{{#!if c = 0 ? "f0f" : "0f0" | |
| r1118 | 1194 | {{{#!style |
| 1195 | .test { | |
| r1120 | 1196 | display:table-cell;width:50px;height:50px;background-color:#@c@ |
| r1118 | 1197 | } |
| r1120 | 1198 | }}}}}} |
| r1119 | 1199 | |
| 1200 | {{{#!wiki style="display:table" | |
| r1118 | 1201 | {{{#!wiki class="test" |
| 1202 | }}}{{{#!wiki class="test" | |
| r1119 | 1203 | }}}}}}{{{#!wiki style="display:table" |
| 1204 | {{{#!wiki class="test" | |
| 1205 | }}}{{{#!wiki class="test" | |
| 1206 | }}}}}} | |
| r1118 | 1207 | |
| 1208 | ||
| 1209 | ||
| r1117 | 1210 | [[파일:해킹범.webp|width=100px&align=center&border-radius=50%]] |
| r1116 | 1211 | |
| 1212 | {{{#000000,#ffffff 내용}}}테스트 | |
| 1213 | ||
| 1214 | __ * 1. ,,내용,,__ | |
| 1215 | ||
| 1216 | ||
| 1217 | ||
| r1115 | 1218 | {{{#!wiki style="width:100px;height:100px;border:1px solid gray" |
| 1219 | {{{#!wiki style="display:table" | |
| 1220 | {{{#!wiki style="display:table-cell;width:100px;height:100px;border-radius:50px;border:2px dashed #fff" | |
| 1221 | }}}{{{#!wiki style="display:table-cell;width:100px;height:100px;border-radius:50px;border:2px dashed #fff" | |
| 1222 | }}}}}}{{{#!wiki style="display:table" | |
| 1223 | {{{#!wiki style="display:table-cell;width:100px;height:100px;border-radius:50px;border:2px dashed #fff" | |
| 1224 | }}}{{{#!wiki style="display:table-cell;width:100px;height:100px;border-radius:50px;border:2px dashed #fff" | |
| 1225 | }}}}}}}}} | |
| 1226 | ||
| 1227 | ||
| 1228 | ||
| 1229 | ||
| 1230 | ||
| 1231 | ||
| r1114 | 1232 | {{{#!wiki style="margin:20px" |
| 1233 | {{{#!wiki style="width:200px;height:100px;border-radius:20px;background-color:blue;box-shadow: 0 0 20px 5px rgb(0,0,255,.5)" | |
| r1113 | 1234 | }}}{{{#!wiki style="width:200px;height:100px;border-radius:20px;background:linear-gradient(rgb(0,0,255,.5), transparent 50%)" |
| r1114 | 1235 | }}}}}} |
| 1236 | ||
| 1237 | {{{#!wiki style="width: 100px; height: 50px; border: 5px solid; box-shadow: -5px -5px 10px 5px Olive;" | |
| r1113 | 1238 | }}} |
| 1239 | ||
| 1240 | ||
| 1241 | ||
| 1242 | ||
| 1243 | ||
| r1112 | 1244 | ||<nopad> {{{#!wiki style="width:200px;height:50px;background:linear-gradient(transparent, #f00 200%)" |
| 1245 | }}} || | |
| 1246 | ||
| 1247 | ||
| 1248 | ||
| 1249 | ||
| r1108 | 1250 | {{{#!wiki style="width:200px;height:200px;overflow:hidden" |
| r1111 | 1251 | {{{#!wiki style="display:inline-block;margin-top: -25%;width:200px;height:125%;background:repeating-radial-gradient(farthest-side at 0% 100%, #fff 0 10%, blue 0 20%)" |
| r1110 | 1252 | {{{#!wiki style="margin: 5.55px auto 0;width:50%;height:100%;overflow:hidden" |
| r1111 | 1253 | {{{#!wiki style="margin-left: -50%;width:200px;height:100%;background:repeating-radial-gradient(farthest-side at 0% 100%, #fff 0 10%, red 0 20%)" |
| r1108 | 1254 | }}}}}}}}}}}} |
| r1103 | 1255 | |
| r1107 | 1256 | {{{#!wiki style="width:200px;height:200px;overflow:hidden;border:1px solid red" |
| r1108 | 1257 | {{{#!wiki style="margin-top: -25%;width:200px;height:125%;;border:1px solid blue" |
| 1258 | {{{#!wiki style="margin: 10% auto 0;width:50%;height:100%;overflow:hidden;border:1px solid #0f0" | |
| r1106 | 1259 | {{{#!wiki style="margin-left: -50%;width:200px;height:100%;border:1px solid #ff0" |
| 1260 | }}}}}}}}}}}} | |
| 1261 | ||
| r1109 | 1262 | |
| 1263 | ||
| 1264 | ||
| 1265 | ||
| r1108 | 1266 | {{{#!wiki style="width:200px;height:200px;border:1px solid red" |
| 1267 | {{{#!wiki style="margin-top: -25%;width:200px;height:125%;;border:1px solid blue" | |
| 1268 | {{{#!wiki style="margin: 10% auto 0;width:50%;height:100%;border:1px solid #0f0" | |
| 1269 | {{{#!wiki style="margin-left: -50%;width:200px;height:100%;border:1px solid #ff0" | |
| 1270 | }}}}}}}}}}}} | |
| r1106 | 1271 | |
| 1272 | ||
| 1273 | ||
| 1274 | ||
| 1275 | ||
| 1276 | ||
| 1277 | ||
| r1108 | 1278 | |
| r1105 | 1279 | {{{#!wiki style="width:200px;height:200px;overflow:hidden;border:1px solid red" |
| 1280 | {{{#!wiki style="margin-top: -50%;width:100%;height:300px;background:repeating-radial-gradient(farthest-side at 0% 100%, #fff 0 10%, red 0 20%);border:1px solid #0f0" | |
| 1281 | {{{#!wiki style="margin:0% auto 0;width:50%;height:100%;overflow:hidden;" | |
| 1282 | {{{#!wiki style="margin-left: -50%;width:200px;height:300px;background:repeating-radial-gradient(farthest-side at 0% 100%, #fff 0 10%, red 0 20%)" | |
| 1283 | }}}}}}}}}}}} | |
| r1101 | 1284 | |
| r1102 | 1285 | |
| 1286 | ||
| 1287 | ||
| 1288 | {{{#!wiki style="width:200px;height:300px;border:1px solid red;background:repeating-radial-gradient(farthest-side at 0% 100%, #fff 0 10%, red 0 20%)" | |
| r1101 | 1289 | }}} |
| 1290 | ||
| 1291 | ||
| 1292 | ||
| 1293 | ||
| r1100 | 1294 | ㅁㅇ |
| 1295 | {{{#!wiki style="width:200px;height:200px;border:1px solid #0f0;overflow:hidden" | |
| 1296 | {{{#!wiki style="margin-top: -50%;width:200px;height:300px;border:1px solid red;background:radial-gradient(farthest-side at 0% 100%, #fff 20%, blue 0, blue 50%, #fff 0, #fff 70%, blue 0, blue 80%, #fff 0)" | |
| 1297 | {{{#!wiki style="margin:auto;width:50%;height:100%;border:1px solid blue;overflow:hidden" | |
| 1298 | {{{#!wiki style="margin:100% 0 0 -50%;width:200px;height:300px;border:1px solid gray;background:radial-gradient(farthest-side at 0% 100%, #fff 20%, red 0, red 30%, #fff 0, #fff 40%, red 0, red 50%, #fff 0)" | |
| 1299 | }}}}}}}}}}}} | |
| 1300 | ||
| 1301 | ||
| 1302 | ||
| 1303 | ||
| 1304 | ||
| 1305 | ||
| 1306 | {{{#!wiki style="width:200px;height:200px;border:1px solid red" | |
| 1307 | ||
| 1308 | {{{#!wiki style="width:100%;height:120%;border:1px solid blue" | |
| 1309 | ||
| 1310 | {{{#!wiki style="width:200px;height:200px;border:1px solid #0f0" | |
| 1311 | ||
| 1312 | {{{#!wiki style="width:200px;height:200px;border:1px solid #fff" | |
| 1313 | ||
| 1314 | }}}}}}}}}}}} | |
| 1315 | ||
| 1316 | ||
| 1317 | ||
| 1318 | ||
| 1319 | ||
| 1320 | ||
| 1321 | ||
| 1322 | ||
| 1323 | ||
| 1324 | ||
| r1099 | 1325 | {{{#!wiki style="width:200px;height:200px;background:radial-gradient(farthest-corner at 0% 100%, #fff 20%, blue 0, blue 50%, #fff 0, #fff 70%, blue 0, blue 80%, #fff 0)" |
| 1326 | {{{#!wiki style="margin:auto;width:50%;height:100%;border:1px solid blue;overflow:hidden" | |
| 1327 | {{{#!wiki style="margin-left: -50%;width:200px;height:200px;background:radial-gradient(farthest-corner at 0% 100%, #fff 20%, red 0, red 50%, #fff 0, #fff 70%, red 0, red 80%, #fff 0)" | |
| 1328 | }}}}}}}}} | |
| 1329 | ||
| 1330 | ||
| 1331 | ||
| 1332 | ||
| 1333 | {{{#!wiki style="display:inline-block;width:200px;height:200px;background:radial-gradient(farthest-corner at 0% 100%, #fff 20%, blue 0, blue 50%, #fff 0, #fff 70%, blue 0, blue 80%, #fff 0)" | |
| 1334 | {{{#!wiki style="margin:auto;width:50%;height:100%;overflow:hidden" | |
| 1335 | {{{#!wiki style="margin:auto;width:200px;height:200px;background:radial-gradient(farthest-corner at 0% 100%, #fff 20%, red 0, red 50%, #fff 0, #fff 70%, red 0, red 80%, #fff 0)" | |
| 1336 | }}}}}}}}} | |
| 1337 | ||
| 1338 | ||
| 1339 | ||
| r1098 | 1340 | {{{#!wiki style="width:200px;height:200px;background:no-repeat radial-gradient(farthest-corner at 0% 100%, #fff 20%, red 0, red 50%, #fff 0, #fff 70%, red 0, red 80%, #fff 0)50% 0/50% 100%, radial-gradient(farthest-corner at 0% 100%, #fff 20%, blue 0, blue 50%, #fff 0, #fff 70%, blue 0, blue 80%, #fff 0)" |
| r1097 | 1341 | }}} |
| r1095 | 1342 | |
| r1097 | 1343 | |
| 1344 | ||
| 1345 | ||
| 1346 | ||
| 1347 | ||
| r1095 | 1348 | {{{#!style |
| r1096 | 1349 | .fol:active { |
| 1350 | color:red | |
| r1095 | 1351 | } |
| 1352 | }}} | |
| 1353 | ||
| r1096 | 1354 | {{{#!wiki class="fol" |
| 1355 | ㅇㅇㅇㅇ}}} | |
| r1095 | 1356 | |
| 1357 | ||
| 1358 | ||
| r1093 | 1359 | {{{#!wiki style="width:200px;height:200px;background:no-repeat linear-gradient(170deg, transparent 25%, #fff 0, #fff 75%, transparent 0)0 0/100% 10%, linear-gradient(90deg, #f00, #00f)" |
| r1090 | 1360 | }}} |
| r1089 | 1361 | |
| 1362 | ||
| 1363 | ||
| 1364 | ||
| 1365 | ||
| 1366 | ||
| 1367 | ||
| 1368 | ||
| 1369 | ||
| r1056 | 1370 | {{{#!style |
| 1371 | .br-0 { | |
| r1086 | 1372 | background:conic-gradient(from 135deg at 90% 75%, #A1A16A 90deg, transparent 0), conic-gradient(from 135deg at 90% 68.75%, #9A9A63 90deg, transparent 0), conic-gradient(from 135deg at 90% 62.5%, #A1A16A 90deg, transparent 0), conic-gradient(from 135deg at 90% 50%, #9A9A63 90deg, transparent 0), linear-gradient(transparent 37.5%, #A1A16A 0), conic-gradient(from 135deg at 40% 25%, #A1A16A 90deg, transparent 0), conic-gradient(from 135deg at 40% 18.75%, #9A9A63 90deg, transparent 0), conic-gradient(from 135deg at 40% 12.5%, #A1A16A 90deg, transparent 0), conic-gradient(from 135deg at 40% 0, #9A9A63 90deg, #A1A16A 0);background-size:60px 87px |
| r1056 | 1373 | } |
| 1374 | .br-1 { | |
| r1086 | 1375 | background:conic-gradient(at 80% 37.5%, #A1A16A 90deg, transparent 0), conic-gradient(from 180deg at 50% 37.5%, #A1A16A 90deg, transparent 0), conic-gradient(at 60% 12.5%, #9A9A63 90deg, transparent 0), conic-gradient(at 60% 25%, #A1A16A 90deg, transparent 0), conic-gradient(at 60% 37.5%, #9A9A63 90deg, transparent 0), conic-gradient(from 180deg at 70% 87.5%, #A1A16A 90deg, transparent 0), conic-gradient(from 180deg at 70% 75%, #9A9A63 90deg, transparent 0), conic-gradient(from 180deg at 70% 62.5%, #A1A16A 90deg, transparent 0), conic-gradient(from 180deg at 70% 50%, #9A9A63 90deg, transparent 0), conic-gradient(from 180deg at 70% 37.5%, #A1A16A 90deg, transparent 0);background-size:60px 87px |
| r1056 | 1376 | } |
| 1377 | .br-2 { | |
| r1086 | 1378 | background:repeating-linear-gradient(90deg, #9A9A63 0, #9A9A63 1%, #A1A16A 0, #A1A16A 4%, #9A9A63 0, #9A9A63 7%, #A1A16A 0, #A1A16A 10%, transparent 0, transparent 20%, #A1A16A 0, #A1A16A 23%, #9A9A63 0, #9A9A63 26%, #A1A16A 0, #A1A16A 29%, #9A9A63 0 30%, transparent 0, transparent 50%), conic-gradient(from 270deg at 20% 12.5%, #9A9A63 90deg, transparent 0), conic-gradient(from 270deg at 20% 25%, #A1A16A 90deg, transparent 0), conic-gradient(from 270deg at 20% 37.5%, #9A9A63 90deg, transparent 0), conic-gradient(from 270deg at 20% 50%, #A1A16A 90deg, transparent 0), conic-gradient(from 270deg at 20% 62.5%, #9A9A63 90deg, transparent 0), conic-gradient(from 270deg at 20% 75%, #A1A16A 90deg, transparent 0), conic-gradient(from 270deg at 20% 87.5%, #9A9A63 90deg, transparent 0), conic-gradient(from 270deg at 20% 100%, #A1A16A 90deg, transparent 0);background-size:60px 87px |
| r1056 | 1379 | } |
| r1081 | 1380 | .vig { |
| 1381 | background:radial-gradient(closest-side, transparent 90%, #757243 150%) | |
| 1382 | } | |
| r1056 | 1383 | }}} |
| r1083 | 1384 | ||<-2><nopad><table align=right><table width=550><tablebordercolor=#757243,#757243><table bgcolor=transparent><tablecolor=#212529,#e0e0e0> {{{#!wiki class="br-0" |
| r1081 | 1385 | {{{#!wiki class="br-1" |
| 1386 | {{{#!wiki class="br-2" | |
| 1387 | {{{#!wiki class="vig" | |
| 1388 | {{{#!wiki style="padding:5px 10px" | |
| 1389 | {{{#fff '''{{{+1 백룸}}}''' (2026)[br]Backrooms}}}}}}}}}}}}}}}}}} || | |
| r1094 | 1390 | ||<-2><nopad> || |
| r1085 | 1391 | ||<nopad> {{{#!wiki class="br-0" |
| r1076 | 1392 | {{{#!wiki class="br-1" |
| 1393 | {{{#!wiki class="br-2" | |
| r1084 | 1394 | {{{#!wiki style="margin: -11px -2px" |
| r1078 | 1395 | ||<width=30%><tablebgcolor=transparent><colcolor=#fff> '''장르''' ||<colbgcolor=#f5f5f5,#2d2f34>[[공포 영화|호러]], [[스릴러]], [[미스터리#장르]], [[SF]] || |
| r1076 | 1396 | || '''감독''' ||[[Kane Pixels|케인 파슨스]] || |
| 1397 | || '''각본''' ||[[Kane Pixels|케인 파슨스]][br]로베르토 파티노[br]윌 수딕 || | |
| 1398 | || '''제작''' ||[[숀 레비]][br]댄 레빈[br]댄 코헨[br][[제임스 완]][br]마이클 클리어[br]로베르토 파티노[br]크리스 퍼거슨 || | |
| 1399 | || '''출연''' ||[[추이텔 에지오포]][br][[레나테 레인스베]][br]마크 듀플래스[br]핀 베넷[br]루키타 맥스웰[br][[애번 조기아]] 외 || | |
| 1400 | || '''촬영''' ||제러미 콕스 || | |
| 1401 | || '''조명''' || || | |
| 1402 | || '''편집''' ||마이클 페데르센 || | |
| 1403 | || '''음악''' ||나타샤 듀프리[br]사라 맥멀렌 || | |
| 1404 | || '''미술''' ||웬케 리 || | |
| 1405 | || '''의상''' ||미카 케이드 || | |
| 1406 | || '''분장''' ||크리스틴 차르[br]브리-안나 레토[br]코트니 옐로우-퀼 || | |
| 1407 | || '''무술''' ||카이 히르보넨[br]앨리슨 피켓 || | |
| 1408 | || '''음향''' ||에우제니오 바탈리아[br]얀 헤트머 || | |
| 1409 | || '''CG 또는 VFX''' || || | |
| 1410 | || '''특수효과''' ||니케타 로만 || | |
| 1411 | || '''원작''' ||[[Kane Pixels|케인 파슨스]] - 《[[Kane Pixels/작품 목록#The Backrooms 시리즈|The Backrooms 시리즈]]》 || | |
| 1412 | || '''촬영 기간''' ||[[2025년]] [[7월 7일]] ~ [[2025년]] [[8월 14일]] || | |
| 1413 | || '''제작사''' ||[[파일:미국 국기.svg|width=20]] 21 랩스 엔터테인먼트[br][[파일:미국 국기.svg|width=20]] 어싱크 픽처스[br][[파일:미국 국기.svg|width=20]] 아토믹 몬스터[br][[파일:미국 국기.svg|width=20]] 처닌 엔터테인먼트[br][[파일:미국 국기.svg|width=20]] 오드펠로우스 || | |
| 1414 | || '''수입사''' ||[[파일:국기.svg|width=20]] [br][[파일:대한민국 국기.svg|width=20]] || | |
| 1415 | || '''배급사''' ||[[파일:미국 국기.svg|width=20]] [[A24]][br][[파일:대한민국 국기.svg|width=20]] || | |
| 1416 | || '''개봉일''' ||[[파일:미국 국기.svg|width=20]] 2026년 5월 29일[br][[파일:대한민국 국기.svg|width=20]] 년 월 일 || | |
| 1417 | || '''화면비''' || || | |
| 1418 | || '''상영 시간''' ||분 || | |
| 1419 | || '''제작비''' ||'''''' || | |
| 1420 | || '''월드 박스오피스''' ||'''''' || | |
| 1421 | || '''북미 박스오피스''' ||'''''' || | |
| 1422 | || '''대한민국 총 관객 수''' ||'''명''' || | |
| 1423 | || '''상영 등급''' ||미정 || | |
| 1424 | || '''공식 홈페이지''' ||[[https://backrooms.mov|[[파일:홈페이지 아이콘.svg|width=25]]]] ||}}}}}}}}}}}} || | |
| 1425 | ||
| 1426 | ||
| 1427 | ||
| 1428 | ||
| 1429 | ||
| 1430 | ||
| 1431 | ||
| 1432 | ||
| r1075 | 1433 | ||<nopad> {{{#!wiki class="br-0" |
| r1071 | 1434 | {{{#!wiki class="br-1" |
| 1435 | {{{#!wiki class="br-2" | |
| 1436 | ||<tablebgcolor=transparent> ㅇㅇㅇㅇㅇ ||<colbgcolor=#ddd> ㅁㅁ || | |
| r1069 | 1437 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || |
| 1438 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1439 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1440 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1441 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1442 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1443 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1444 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1445 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| 1446 | || ㅇㅇㅇㅇㅇ || ㅁㅁ || | |
| r1074 | 1447 | || ㅇㅇㅇㅇㅇ || ㅁㅁ ||}}}}}}}}}}}} || |
| r1068 | 1448 | |
| r1056 | 1449 | {{{#!wiki class="br-0" |
| 1450 | {{{#!wiki class="br-1" | |
| 1451 | {{{#!wiki class="br-2" | |
| r1067 | 1452 | {{{#!wiki class="vig" |
| r1066 | 1453 | 대한민국 총 |
| r1067 | 1454 | 관객 수}}}}}}}}}}}} |
| r1056 | 1455 | |
| r1059 | 1456 | {{{#!wiki style="width:50px;height:50px;background-color:#9A9A63" |
| 1457 | }}}{{{#!wiki style="width:50px;height:50px;background-color:#A1A16A" | |
| 1458 | }}} | |
| r1056 | 1459 | |
| 1460 | ||
| r1059 | 1461 | |
| 1462 | ||
| r1056 | 1463 | {{{#!wiki style="width:50px;height:50px;background-color:#a9a670" |
| 1464 | }}}{{{#!wiki style="width:50px;height:50px;background-color:#757243" | |
| 1465 | }}} | |
| 1466 | ||
| 1467 | ||
| 1468 | ||
| r1049 | 1469 | {{{#!wiki style="width:270px;height:400px;background:conic-gradient(from 135deg at 90% 75%, #0ff 90deg, transparent 0), conic-gradient(from 135deg at 90% 68.75%, #00f 90deg, transparent 0), conic-gradient(from 135deg at 90% 62.5%, #0f0 90deg, transparent 0), conic-gradient(from 135deg at 90% 50%, #f00 90deg, transparent 0), linear-gradient(transparent 37.5%, gray 0), conic-gradient(from 135deg at 40% 25%, #0ff 90deg, transparent 0), conic-gradient(from 135deg at 40% 18.75%, #00f 90deg, transparent 0), conic-gradient(from 135deg at 40% 12.5%, #0f0 90deg, transparent 0), conic-gradient(from 135deg at 40% 0, #f00 90deg, gray 0)" |
| r1052 | 1470 | {{{#!wiki style="width:270px;height:400px;background:conic-gradient(at 80% 37.5%, gray 90deg, transparent 0), conic-gradient(from 180deg at 50% 37.5%, gray 90deg, transparent 0), conic-gradient(at 60% 12.5%, #f00 90deg, transparent 0), conic-gradient(at 60% 25%, #0f0 90deg, transparent 0), conic-gradient(at 60% 37.5%, #00f 90deg, transparent 0), conic-gradient(from 180deg at 70% 87.5%, #f0f 90deg, transparent 0), conic-gradient(from 180deg at 70% 75%, #0ff 90deg, transparent 0), conic-gradient(from 180deg at 70% 62.5%, #00f 90deg, transparent 0), conic-gradient(from 180deg at 70% 50%, #0f0 90deg, transparent 0), conic-gradient(from 180deg at 70% 37.5%, #f00 90deg, transparent 0)" |
| r1088 | 1471 | {{{#!wiki style="width:270px;height:400px;background:repeating-linear-gradient(90deg, #f00 0, #f00 1%, #0f0 0, #0f0 4%, #00f 0, #00f 7%, #0ff 0, #0ff 10%, transparent 0, transparent 20%, #f00 0, #f00 23%, #0f0 0, #0f0 26%, #00f 0, #00f 29%, #0ff 0 30%, transparent 0, transparent 50%), conic-gradient(from 270deg at 20% 12.5%, #f00 90deg, transparent 0), conic-gradient(from 270deg at 20% 25%, #0f0 90deg, transparent 0), conic-gradient(from 270deg at 20% 37.5%, #00f 90deg, transparent 0), conic-gradient(from 270deg at 20% 50%, #0ff 90deg, transparent 0), conic-gradient(from 270deg at 20% 62.5%, #f0f 90deg, transparent 0), conic-gradient(from 270deg at 20% 75%, #ff0 90deg, transparent 0), conic-gradient(from 270deg at 20% 87.5%, #000 90deg, transparent 0), conic-gradient(from 270deg at 20% 100%, #fff 90deg, transparent 0)" |
| r1053 | 1472 | }}}}}}}}} |
| r1032 | 1473 | |
| r1034 | 1474 | |
| r1040 | 1475 | |
| 1476 | ||
| 1477 | ||
| r1036 | 1478 | #f00 0, #f00 3%, #0f0 0, #0f0 6%, #00f 0, #00f 9%, #0ff 0, #0ff 10%, transparent 0, transparent 20%, #f00 0, #f00 21%, #0f0 0, #0f0 24%, #00f 0, #00f 27%, #0ff 0 30%, transparent 0, transparent 50%, #f00 0, #f00 53%, #0f0 0, #0f0 56%, #00f 0, #00f 59%, #0ff 0, #0ff 60%, transparent 0, transparent 70%, #f00 0, #f00 71%, #0f0 0, #0f0 74%, #00f 0, #00f 77%, #0ff 0, #0ff 80%, transparent 0 |
| r1034 | 1479 | |
| 1480 | ||
| 1481 | ||
| 1482 | ||
| 1483 | ||
| 1484 | ||
| r1031 | 1485 | {{{#!wiki style="width:200px;height:300px;border:1px solid gray;background:linear-gradient(90deg, #f00 1%, #0f0 0, #0f0 2%, #00f 0, #00f 3%, #0ff 0, #0ff 4%, transparent 0, transparent 30%, #f00 0, #f00 31%, #0f0 0, #0f0 32%, #00f 0, #00f 33%, #0ff 0, #0ff 34%, transparent 0), conic-gradient(from 180deg at 30% 75%, #00f 90deg, transparent 0), conic-gradient(from 180deg at 30% 50%, #0f0 90deg, transparent 0), conic-gradient(from 180deg at 30% 25%, #f00 90deg, gray 0, gray 180deg, transparent 0), conic-gradient(from 150deg at 60% 70%, #0ff 60deg, transparent 0), conic-gradient(from 150deg at 60% 60%, #00f 60deg, transparent 0), conic-gradient(from 150deg at 60% 40%, #0f0 60deg, transparent 0), conic-gradient(from 150deg at 60% 20%, #f00 60deg, #f0f 0)" |
| r1023 | 1486 | }}} |
| 1487 | ||
| 1488 | ||
| 1489 | ||
| r1022 | 1490 | {{{#!wiki style="width:200px;height:250px;border:1px solid gray;background:linear-gradient(90deg, #f00 2px, #0f0 0, #0f0 4px, #00f 0, #00f 6px, #0ff 0, #0ff 7px, transparent 0), linear-gradient(#f00 , #0f0)" |
| r1020 | 1491 | }}} |
| 1492 | ||
| 1493 | ||
| 1494 | ||
| r1019 | 1495 | {{{#!wiki style="width:200px;height:200px;background:0 0/20px 20px linear-gradient(90deg, gray 30%, transparent 0, transparent 70%, gray 0), 0 0/20px 50px conic-gradient(from 150deg at 50% 40px, #f0f 60deg, transparent 0), 0 0/20px 50px conic-gradient(from 150deg at 50% 30px, #00f 60deg, transparent 0), 0 0/20px 50px conic-gradient(from 150deg at 50% 20px, #0f0 60deg, transparent 0), 0 0/20px 50px conic-gradient(from 150deg at 50% 10px, #f00 60deg, transparent 0), linear-gradient(#f0f, #f0f)" |
| r1014 | 1496 | }}} |
| r1010 | 1497 | |
| r1014 | 1498 | |
| 1499 | ||
| 1500 | ||
| r1013 | 1501 | {{{#!wiki style="width:200px;height:200px;background:linear-gradient(90deg, transparent 15%, #0f0 0, #0f0 25%, #f0f 0, #f0f 35%, transparent 0, transparent 65%, #f0f 0, #f0f 75%, #0f0 0, #0f0 85%, transparent 0) 0 0/ 10%, linear-gradient(#f00 50%, #0ff 0)0 0 / 10% 10%" |
| r1010 | 1502 | }}} |
| 1503 | ||
| 1504 | ||
| 1505 | ||
| 1506 | ||
| r995 | 1507 | {{{#!wiki style="word-break:keep-all" |
| 1508 | || 아아아아아아아아아아아아아아아아아아 || 아아아아아아아아아아아아아아아아아아 || 아아아아아아아아아아아아아아아아아아 || 아아아아아아아아아아아아아아아아아아 || 아아아아아아아아아아아아아아아아아아 || 아아아아아아아아아아아아아아아아아아 || 아아아아아아아아아아아아아아아아아아 || | |
| 1509 | }}} | |
| r980 | 1510 | |
| r995 | 1511 | |
| 1512 | ||
| 1513 | ||
| r980 | 1514 | {{{#!style |
| r983 | 1515 | .mmd-a { |
| 1516 | display:inline-block;vertical-align:middle | |
| r980 | 1517 | } |
| r983 | 1518 | .mmd-b { |
| r986 | 1519 | display:inline-block;vertical-align:middle;text-align:left;font:.7em/1.1 monospace;font-family:revert |
| r983 | 1520 | } |
| r994 | 1521 | .mmd-c { |
| r999 | 1522 | white-space:pre |
| r994 | 1523 | } |
| r980 | 1524 | }}} |
| 1525 | ||
| r1004 | 1526 | |
| r1005 | 1527 | || {{{#!wiki style="margin:0 -10px -5px;min-height:calc(1.5em + 5px)" |
| r1007 | 1528 | {{{#!folding ▼ |
| r1004 | 1529 | {{{#!wiki style="margin: -5px -1px -11px" |
| r1006 | 1530 | ||<tablewidth=100%> {{{#!wiki class="mmd-a" |
| 1531 | 左腕捩1}}} {{{#!wiki class="mmd-b" | |
| r1007 | 1532 | arm twist1_L[br]}}} || {{{#!wiki class="mmd-a" |
| r1006 | 1533 | 左腕捩2}}} {{{#!wiki class="mmd-b" |
| r1007 | 1534 | arm twist2_L[br]}}} || {{{#!wiki class="mmd-a" |
| r1006 | 1535 | 左腕捩3}}} {{{#!wiki class="mmd-b" |
| r1007 | 1536 | arm twist3_L[br]}}} ||}}}}}}}}} || |
| r1004 | 1537 | |
| r1008 | 1538 | || {{{#!wiki style="margin:0 -10px -5px;min-height:calc(1.5em + 5px)" |
| 1539 | {{{#!folding ▼ | |
| 1540 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 1541 | ||<tablewidth=100%> {{{#!wiki class="mmd-a" | |
| 1542 | 右腕捩1}}} {{{#!wiki class="mmd-b" | |
| 1543 | arm twist1_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1544 | 右腕捩2}}} {{{#!wiki class="mmd-b" | |
| 1545 | arm twist2_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1546 | 右腕捩3}}} {{{#!wiki class="mmd-b" | |
| 1547 | arm twist3_R[br]}}} ||}}}}}}}}} || | |
| r1004 | 1548 | |
| r1009 | 1549 | || {{{#!wiki style="margin:0 -10px -5px;min-height:calc(1.5em + 5px)" |
| 1550 | {{{#!folding ▼ | |
| 1551 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 1552 | ||<tablewidth=100%> {{{#!wiki class="mmd-a" | |
| 1553 | 右手捩1}}} {{{#!wiki class="mmd-b" | |
| 1554 | wrist twist1_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1555 | 右手捩2}}} {{{#!wiki class="mmd-b" | |
| 1556 | wrist twist2_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1557 | 右手捩3}}} {{{#!wiki class="mmd-b" | |
| 1558 | wrist twist3_R[br]}}} ||}}}}}}}}} || | |
| r1004 | 1559 | |
| r1009 | 1560 | || {{{#!wiki style="margin:0 -10px -5px;min-height:calc(1.5em + 5px)" |
| 1561 | {{{#!folding ▼ | |
| 1562 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 1563 | ||<tablewidth=100%> {{{#!wiki class="mmd-a" | |
| 1564 | 左腕捩1}}} {{{#!wiki class="mmd-b" | |
| 1565 | arm twist1_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1566 | 左腕捩2}}} {{{#!wiki class="mmd-b" | |
| 1567 | arm twist2_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1568 | 左腕捩3}}} {{{#!wiki class="mmd-b" | |
| 1569 | arm twist3_L[br]}}} ||}}}}}}}}} || | |
| r1008 | 1570 | |
| 1571 | ||
| r999 | 1572 | {{{#!wiki class="mmd-c" |
| r1005 | 1573 | ||<tablewidth=100%> {{{#!wiki style="margin:0 -10px -5px;min-height:calc(1.5em + 5px)" |
| r1002 | 1574 | {{{#!folding MMD ▼ |
| 1575 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 1576 | ||<tablewidth=100%><-8> {{{#!wiki class="mmd-a" | |
| r983 | 1577 | 全ての親}}} {{{#!wiki class="mmd-b" |
| 1578 | 전체 부모[br]mother}}} || | |
| r986 | 1579 | ||<-8> {{{#!wiki class="mmd-a" |
| 1580 | センター}}} {{{#!wiki class="mmd-b" | |
| 1581 | center[br]중심}}} || | |
| 1582 | ||<-8> {{{#!wiki class="mmd-a" | |
| 1583 | グルーブ}}} {{{#!wiki class="mmd-b" | |
| 1584 | groove[br]그루브}}} || | |
| r987 | 1585 | ||<-8> {{{#!wiki class="mmd-a" |
| 1586 | 腰}}} {{{#!wiki class="mmd-b" | |
| 1587 | waist[br]허리}}} || | |
| 1588 | ||<-5> {{{#!wiki class="mmd-a" | |
| 1589 | 上半身}}} {{{#!wiki class="mmd-b" | |
| 1590 | upper body[br]상체}}} ||<-3> {{{#!wiki class="mmd-a" | |
| 1591 | 下半身}}} {{{#!wiki class="mmd-b" | |
| 1592 | lower body[br]하체}}} || | |
| 1593 | ||<-5> {{{#!wiki class="mmd-a" | |
| 1594 | 上半身2}}} {{{#!wiki class="mmd-b" | |
| 1595 | upper body2[br]상체2}}} || {{{#!wiki class="mmd-a" | |
| 1596 | 左足}}} {{{#!wiki class="mmd-b" | |
| 1597 | leg_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1598 | 右足}}} {{{#!wiki class="mmd-b" | |
| 1599 | leg_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1600 | 下半身2}}} {{{#!wiki class="mmd-b" | |
| 1601 | lower body2[br]하체2}}} || | |
| 1602 | ||<-2> {{{#!wiki class="mmd-a" | |
| 1603 | 左肩P}}} {{{#!wiki class="mmd-b" | |
| r989 | 1604 | shoulderP_L[br]}}} ||<-2> {{{#!wiki class="mmd-a" |
| r987 | 1605 | 右肩P}}} {{{#!wiki class="mmd-b" |
| 1606 | shoulderP_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1607 | 首}}} {{{#!wiki class="mmd-b" | |
| 1608 | neck[br]}}} || {{{#!wiki class="mmd-a" | |
| 1609 | 左ひざ}}} {{{#!wiki class="mmd-b" | |
| 1610 | knee_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1611 | 右ひざ}}} {{{#!wiki class="mmd-b" | |
| 1612 | knee_R[br]}}} || | |
| 1613 | ||<-2> {{{#!wiki class="mmd-a" | |
| 1614 | 左肩}}} {{{#!wiki class="mmd-b" | |
| 1615 | shoulder_L[br]}}} ||<-2> {{{#!wiki class="mmd-a" | |
| 1616 | 右肩}}} {{{#!wiki class="mmd-b" | |
| r989 | 1617 | shoulder_R[br]}}} || {{{#!wiki class="mmd-a" |
| 1618 | 頭}}} {{{#!wiki class="mmd-b" | |
| r995 | 1619 | head[br]}}} || {{{#!wiki class="mmd-b" |
| r989 | 1620 | 左足首}}} {{{#!wiki class="mmd-b" |
| 1621 | ankle_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1622 | 右足首}}} {{{#!wiki class="mmd-b" | |
| 1623 | ankle_R[br]}}} || | |
| 1624 | ||<-2> {{{#!wiki class="mmd-a" | |
| 1625 | 左肩C}}} {{{#!wiki class="mmd-b" | |
| 1626 | shoulderC_L[br]}}} ||<-2> {{{#!wiki class="mmd-a" | |
| 1627 | 右肩C}}} {{{#!wiki class="mmd-b" | |
| 1628 | shoulderC_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1629 | }}} {{{#!wiki class="mmd-b" | |
| 1630 | [br]}}} || {{{#!wiki class="mmd-a" | |
| 1631 | 左つま先}}} {{{#!wiki class="mmd-b" | |
| 1632 | toe_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1633 | 右つま先}}} {{{#!wiki class="mmd-b" | |
| 1634 | toe_R[br]}}} || | |
| 1635 | ||<-2> {{{#!wiki class="mmd-a" | |
| r1003 | 1636 | 左腕}}} {{{#!wiki class="mmd-b" |
| 1637 | arm_L[br]}}} ||<-2> {{{#!wiki class="mmd-a" | |
| r989 | 1638 | 右腕}}} {{{#!wiki class="mmd-b" |
| 1639 | arm_R[br]}}} || | |
| 1640 | ||<-2> {{{#!wiki class="mmd-a" | |
| r1003 | 1641 | 左腕捩}}} {{{#!wiki class="mmd-b" |
| 1642 | arm twist_L[br]}}} ||<-2> {{{#!wiki class="mmd-a" | |
| r989 | 1643 | 右腕捩}}} {{{#!wiki class="mmd-b" |
| 1644 | arm twist_R[br]}}} || | |
| 1645 | ||<-2> {{{#!wiki class="mmd-a" | |
| r1003 | 1646 | 左ひじ}}} {{{#!wiki class="mmd-b" |
| 1647 | elbow_L[br]}}} | |
| r989 | 1648 | ||<-2> {{{#!wiki class="mmd-a" |
| 1649 | 右ひじ}}} {{{#!wiki class="mmd-b" | |
| 1650 | elbow_R[br]}}} || | |
| 1651 | ||<-2> {{{#!wiki class="mmd-a" | |
| r1003 | 1652 | 左手捩}}} {{{#!wiki class="mmd-b" |
| 1653 | wrist twist_L[br]}}} ||<-2> {{{#!wiki class="mmd-a" | |
| r989 | 1654 | 右手捩}}} {{{#!wiki class="mmd-b" |
| 1655 | wrist twist_R[br]}}} || | |
| 1656 | ||<-2> {{{#!wiki class="mmd-a" | |
| r1003 | 1657 | 左手首}}} {{{#!wiki class="mmd-b" |
| 1658 | wrist_L[br]}}} ||<-2> {{{#!wiki class="mmd-a" | |
| r989 | 1659 | 右手首}}} {{{#!wiki class="mmd-b" |
| 1660 | wrist_R[br]}}} || | |
| 1661 | || {{{#!wiki class="mmd-a" | |
| r1003 | 1662 | 左ダミー}}} {{{#!wiki class="mmd-b" |
| 1663 | dummy_L[br]}}} || {{{#!wiki class="mmd-a" | |
| r989 | 1664 | }}} {{{#!wiki class="mmd-b" |
| 1665 | [br]}}} || Fingers || {{{#!wiki class="mmd-a" | |
| 1666 | 右ダミー}}} {{{#!wiki class="mmd-b" | |
| r1002 | 1667 | dummy_R[br]}}} ||}}}}}}}}} ||}}} |
| r980 | 1668 | |
| r999 | 1669 | |
| 1670 | {{{#!wiki class="mmd-c" | |
| r1005 | 1671 | || {{{#!wiki style="margin:0 -10px -5px;min-height:calc(1.5em + 5px)" |
| r982 | 1672 | {{{#!folding Head ▼ |
| 1673 | {{{#!wiki style="margin: -5px -1px -11px" | |
| r990 | 1674 | ||<tablewidth=100%><-2> {{{#!wiki class="mmd-a" |
| 1675 | 舌1}}} {{{#!wiki class="mmd-b" | |
| 1676 | tounge1[br]}}} || {{{#!wiki class="mmd-a" | |
| r991 | 1677 | 歯上}}} {{{#!wiki class="mmd-b" |
| r990 | 1678 | [br]}}} || {{{#!wiki class="mmd-a" |
| 1679 | 歯下}}} {{{#!wiki class="mmd-b" | |
| 1680 | [br]}}} || {{{#!wiki class="mmd-a" | |
| 1681 | 右涙}}} {{{#!wiki class="mmd-b" | |
| 1682 | tearR[br]}}} || {{{#!wiki class="mmd-a" | |
| 1683 | 左涙}}} {{{#!wiki class="mmd-b" | |
| 1684 | tearL[br]}}} || {{{#!wiki class="mmd-a" | |
| 1685 | 右眉}}} {{{#!wiki class="mmd-b" | |
| 1686 | brow_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1687 | 左眉}}} {{{#!wiki class="mmd-b" | |
| 1688 | brow_L[br]}}} || | |
| 1689 | ||<-2> {{{#!wiki class="mmd-a" | |
| r991 | 1690 | 舌2}}} {{{#!wiki class="mmd-b" |
| 1691 | tounge2[br]}}} || | |
| 1692 | || {{{#!wiki class="mmd-a" | |
| 1693 | 舌2先}}} {{{#!wiki class="mmd-b" | |
| 1694 | [br]}}} || {{{#!wiki class="mmd-a" | |
| 1695 | 舌IK}}} {{{#!wiki class="mmd-b" | |
| r995 | 1696 | [br]}}} ||}}}}}}}}} ||}}} |
| r982 | 1697 | |
| r999 | 1698 | {{{#!wiki class="mmd-c" |
| r1005 | 1699 | ||<^|1> {{{#!wiki style="margin:0 -10px -5px;min-height: calc(1.5em + 5px)" |
| r982 | 1700 | {{{#!folding Fingers_L ▼ |
| 1701 | {{{#!wiki style="margin: -5px -1px -11px" | |
| r994 | 1702 | ||<tablewidth=100%> {{{#!wiki class="mmd-c" |
| 1703 | {{{#!wiki class="mmd-a" | |
| r992 | 1704 | 左親指0}}} {{{#!wiki class="mmd-b" |
| r1000 | 1705 | thumb0_L[br]왼쪽 엄지0}}}}}} || {{{#!wiki class="mmd-a" |
| r992 | 1706 | 左人指1}}} {{{#!wiki class="mmd-b" |
| r1001 | 1707 | fore1_L[br]왼쪽 검지1}}} || {{{#!wiki class="mmd-a" |
| r992 | 1708 | 左中指1}}} {{{#!wiki class="mmd-b" |
| r1001 | 1709 | middle1_L[br]왼쪽 중지1}}} || {{{#!wiki class="mmd-a" |
| r992 | 1710 | 左薬指1}}} {{{#!wiki class="mmd-b" |
| 1711 | third1_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1712 | 左小指1}}} {{{#!wiki class="mmd-b" | |
| 1713 | little1_L[br]}}} || | |
| 1714 | || {{{#!wiki class="mmd-a" | |
| 1715 | 左親指1}}} {{{#!wiki class="mmd-b" | |
| r1000 | 1716 | thumb1_L[br]왼쪽 엄지1}}} || {{{#!wiki class="mmd-a" |
| r992 | 1717 | 左人指2}}} {{{#!wiki class="mmd-b" |
| r1001 | 1718 | fore2_L[br]왼쪽 검지2}}} || {{{#!wiki class="mmd-a" |
| r992 | 1719 | 左中指2}}} {{{#!wiki class="mmd-b" |
| r1001 | 1720 | middle2_L[br]왼쪽 중지2}}} || {{{#!wiki class="mmd-a" |
| r992 | 1721 | 左薬指2}}} {{{#!wiki class="mmd-b" |
| 1722 | third2_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1723 | 左小指2}}} {{{#!wiki class="mmd-b" | |
| 1724 | little2_L[br]}}} || | |
| 1725 | || {{{#!wiki class="mmd-a" | |
| 1726 | 左親指2}}} {{{#!wiki class="mmd-b" | |
| r1000 | 1727 | thumb2_L[br]왼쪽 엄지2}}} || {{{#!wiki class="mmd-a" |
| r992 | 1728 | 左人指3}}} {{{#!wiki class="mmd-b" |
| r1001 | 1729 | fore3_L[br]왼쪽 검지3}}} || {{{#!wiki class="mmd-a" |
| r992 | 1730 | 左中指3}}} {{{#!wiki class="mmd-b" |
| r1001 | 1731 | middle3_L[br]왼쪽 중지3}}} || {{{#!wiki class="mmd-a" |
| r992 | 1732 | 左薬指3}}} {{{#!wiki class="mmd-b" |
| 1733 | third3_L[br]}}} || {{{#!wiki class="mmd-a" | |
| 1734 | 左小指3}}} {{{#!wiki class="mmd-b" | |
| r1005 | 1735 | little3_L[br]}}} ||}}}}}}}}} ||<^|1> {{{#!wiki style="margin:0 -10px -5px;min-height: calc(1.5em + 5px)" |
| r982 | 1736 | {{{#!folding Fingers_R ▼ |
| 1737 | {{{#!wiki style="margin: -5px -1px -11px" | |
| r992 | 1738 | ||<tablewidth=100%> {{{#!wiki class="mmd-a" |
| 1739 | 右親指0}}} {{{#!wiki class="mmd-b" | |
| r1001 | 1740 | thumb0_R[br]오른쪽 엄지0}}} || {{{#!wiki class="mmd-a" |
| r992 | 1741 | 左人指1}}} {{{#!wiki class="mmd-b" |
| r1001 | 1742 | fore1_R[br]오른쪽 검지1}}} || {{{#!wiki class="mmd-a" |
| r992 | 1743 | 左中指1}}} {{{#!wiki class="mmd-b" |
| r1001 | 1744 | middle1_R[br]오른쪽 중지1}}} || {{{#!wiki class="mmd-a" |
| r992 | 1745 | 左薬指1}}} {{{#!wiki class="mmd-b" |
| 1746 | third1_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1747 | 左小指1}}} {{{#!wiki class="mmd-b" | |
| 1748 | little1_R[br]}}} || | |
| 1749 | || {{{#!wiki class="mmd-a" | |
| 1750 | 右親指1}}} {{{#!wiki class="mmd-b" | |
| r1000 | 1751 | thumb1_R[br]왼쪽 엄지1}}} || {{{#!wiki class="mmd-a" |
| r992 | 1752 | 左人指2}}} {{{#!wiki class="mmd-b" |
| r1001 | 1753 | fore2_R[br]오른쪽 검지2}}} || {{{#!wiki class="mmd-a" |
| r992 | 1754 | 左中指2}}} {{{#!wiki class="mmd-b" |
| r1001 | 1755 | middle2_R[br]오른쪽 중지2}}} || {{{#!wiki class="mmd-a" |
| r992 | 1756 | 左薬指2}}} {{{#!wiki class="mmd-b" |
| 1757 | third2_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1758 | 左小指2}}} {{{#!wiki class="mmd-b" | |
| 1759 | little2_R[br]}}} || | |
| 1760 | || {{{#!wiki class="mmd-a" | |
| 1761 | 右親指2}}} {{{#!wiki class="mmd-b" | |
| r1000 | 1762 | thumb2_R[br]왼쪽 엄지2}}} || {{{#!wiki class="mmd-a" |
| r992 | 1763 | 左人指3}}} {{{#!wiki class="mmd-b" |
| r1001 | 1764 | fore3_R[br]오른쪽 검지3}}} || {{{#!wiki class="mmd-a" |
| r992 | 1765 | 左中指3}}} {{{#!wiki class="mmd-b" |
| r1001 | 1766 | middle3_R[br]오른쪽 중지3}}} || {{{#!wiki class="mmd-a" |
| r992 | 1767 | 左薬指3}}} {{{#!wiki class="mmd-b" |
| 1768 | third3_R[br]}}} || {{{#!wiki class="mmd-a" | |
| 1769 | 左小指3}}} {{{#!wiki class="mmd-b" | |
| r995 | 1770 | little3_R[br]}}} ||}}}}}}}}} ||}}} |
| r982 | 1771 | |
| 1772 | ||
| r980 | 1773 | || 全ての親 {{{#!wiki class="mmd-table" |
| 1774 | mother전체 부모[br]전체 부모mother}}} || | |
| 1775 | ||
| 1776 | ||
| 1777 | 全ての親{{{#!wiki style="display:inline-block;border:1px solid red;vertical-align:middle" | |
| 1778 | {{{-5 {{{#!wiki style="display:inline-block;border:1px solid red;vertical-align:top" | |
| 1779 | mother}}} | |
| 1780 | {{{#!wiki style="display:inline-block;border:1px solid red;vertical-align:top" | |
| 1781 | 전체 부모}}}}}}}}} | |
| 1782 | ||
| 1783 | ||
| 1784 | ||
| 1785 | ||
| r978 | 1786 | || || 질서 || 중립 || 혼돈 || |
| 1787 | || 질서 || GS25 || 백화점 || || | |
| 1788 | || 중립 || 벼룩시장 || 한국표준과학연구원 || || | |
| 1789 | || 혼돈 || 암시장 || || || | |
| 1790 | ||
| r979 | 1791 | | |
| 1792 | 구조 | |
| 1793 | 생활 상품이 진열됨 | |
| 1794 | 상품이 진열됨 | |
| 1795 | 뭐가 진열됨 | |
| r978 | 1796 | |
| r979 | 1797 | |
| r978 | 1798 | - |
| r977 | 1799 | 편리성 |
| 1800 | 집근처 | |
| r978 | 1801 | 누구나 갈 수 있으면 |
| r977 | 1802 | 상관 없 |
| 1803 | ||
| 1804 | ||
| r978 | 1805 | | |
| r977 | 1806 | 뭘 파냐 |
| 1807 | 기성품 | |
| 1808 | 합법 상품 | |
| 1809 | 상관 없 | |
| 1810 | ||
| r979 | 1811 | 다이소 |
| r977 | 1812 | |
| r976 | 1813 | GS25 |
| 1814 | 슈퍼마트 | |
| 1815 | ||
| 1816 | 백화점 | |
| 1817 | ||
| 1818 | ||
| 1819 | 암시장 | |
| 1820 | 미국 국립표준기술연구소 | |
| 1821 | ||
| 1822 | ||
| 1823 | ||
| 1824 | ||
| r974 | 1825 | {{{#!wiki style="display:inline-block" |
| r975 | 1826 | ||<keepall> || 판매 질서[br]고객들이 사용할 수 있는 상품을 판매한다 || 판매 중립[br]상품을 판매한다 || 판매 혼돈[br]아무 상품이든 팔아도 상관 없다 || |
| r973 | 1827 | || 이용 질서[br]고객의 이용이 쉬워야 한다 || 물건을 팔고 편하기 때문에 GS25는 편의점이다. || || || |
| 1828 | || 이용 중립 [br]고객의 이용은 상관 없다 || || || || | |
| r974 | 1829 | || 이용 혼돈[br]고객의 이용이 불편해도 된다 || || || ||}}} |
| r972 | 1830 | |
| 1831 | ||
| 1832 | ||
| r971 | 1833 | || || 질서 || 중립 || 혼돈 || |
| 1834 | || 질서 || || || || | |
| 1835 | || 중립 || || || || | |
| 1836 | || 혼돈 || || || || | |
| 1837 | ||
| 1838 | ||
| 1839 | ||
| 1840 | ||
| 1841 | ||
| r970 | 1842 | {{{#!folding |
| 1843 | [[파일:해킹범.webp|width=100%]]}}} | |
| 1844 | ||
| 1845 | ||
| r965 | 1846 | ||<nopad><tablebordercolor=transparent><bgcolor=#fff,#fff>{{{#!wiki style="word-break:keep-all;font:0.05em/0.95 monospace;font-family:revert;color:#000" |
| r963 | 1847 | }}}|| |
| 1848 | ||
| 1849 | ||
| 1850 | ||
| r962 | 1851 | {{{#!wiki style="width:calc(100px * sqrt(3));height:200px;background:conic-gradient(in oklab, transparent 240deg, #00f 0, #f0f 300deg, transparent 0)0 / 200% 100%" |
| r961 | 1852 | }}} |
| r960 | 1853 | |
| r961 | 1854 | |
| 1855 | ||
| 1856 | ||
| 1857 | ||
| r959 | 1858 | {{{#!wiki style="border:1px solid #fff;border-radius:5%;overflow:hidden;display:flex;width:200px;height:200px;background:conic-gradient(from -45deg, #00f 90deg, transparent 0, transparent 180deg, #ff0 0, #ff0 270deg, transparent 0), linear-gradient(#f00, #0ff)" |
| r958 | 1859 | {{{#!wiki style="margin:auto;width:80%;height:80%;background:linear-gradient(#0f0 50%, #f0f 0)" |
| 1860 | {{{#!wiki style="width:100%;height:50%;overflow:hidden" | |
| 1861 | {{{#!wiki style="margin:10% 0 0 -25%;width:150%;height:200%;background:radial-gradient(closest-side, #000, transparent)" | |
| 1862 | }}}}}}{{{#!wiki style="width:100%;height:50%;overflow:hidden" | |
| 1863 | {{{#!wiki style="margin-top:25%;width:100%;height:100%;background:radial-gradient(closest-side, #000, transparent)" | |
| 1864 | }}}}}}}}}}}} | |
| 1865 | ||
| 1866 | ||
| 1867 | ||
| 1868 | ||
| r942 | 1869 | {{{#!style |
| r956 | 1870 | .frame-0 { |
| 1871 | } | |
| 1872 | .frame-0:active { | |
| 1873 | display:none | |
| 1874 | } | |
| 1875 | .frame-1 { | |
| 1876 | } | |
| 1877 | .frame-1:active { | |
| 1878 | color:#f00 | |
| 1879 | } | |
| 1880 | }}} | |
| 1881 | ||
| 1882 | ||
| 1883 | {{{#!wiki style="display:inline-block" | |
| 1884 | {{{#!wiki class="frame-0" | |
| 1885 | {{{#!wiki style="width:100px;height:100px;background:linear-gradient(currentcolor 50%, yellow 0)" | |
| 1886 | }}}}}}}}}{{{#!wiki style="display:inline-block" | |
| 1887 | {{{#!wiki class="frame-1" | |
| 1888 | {{{#!wiki style="width:100px;height:100px;background:linear-gradient(currentcolor 50%, yellow 0)" | |
| 1889 | }}}}}}}}} | |
| 1890 | ||
| 1891 | ||
| 1892 | ||
| 1893 | ||
| 1894 | ||
| 1895 | ||
| 1896 | ||
| 1897 | {{{#!style | |
| r942 | 1898 | .z-0 { |
| r946 | 1899 | border:1px solid #630E0D;border-radius:5%;overflow:hidden;display:flex;width:25px;height:25px;background:conic-gradient(from -45deg, #EC9968 90deg, transparent 0, transparent 180deg, #940C09 0, #940C09 270deg, transparent 0), linear-gradient(#7A0D08, #E2212B) |
| r942 | 1900 | } |
| 1901 | .z-1 { | |
| r946 | 1902 | margin:auto;width:80%;height:80%;background:linear-gradient(#7A0D08 50%, #BB191D 0) |
| r942 | 1903 | } |
| 1904 | .z-2 { | |
| r946 | 1905 | margin:10% 0 0 -25%;width:150%;height:200%;background:radial-gradient(closest-side, #E2212B, transparent) |
| r942 | 1906 | } |
| 1907 | .z-3 { | |
| r946 | 1908 | margin-top:25%;width:100%;height:100%;background:radial-gradient(closest-side, #E7758C, transparent) |
| r942 | 1909 | } |
| r944 | 1910 | .g-0 { |
| r946 | 1911 | border:1px solid #6B7276;border-radius:5%;overflow:hidden;display:flex;width:25px;height:25px;background:conic-gradient(from -45deg, #EFEDEF 90deg, transparent 0, transparent 180deg, #CECECE 0, #CECFCE 270deg, transparent 0), linear-gradient(#CCCCCC, #F3F3F3) |
| r944 | 1912 | } |
| 1913 | .g-1 { | |
| r946 | 1914 | margin:auto;width:80%;height:80%;background:linear-gradient(#CCCCCC 50%, #C3C5C4 0) |
| r944 | 1915 | } |
| 1916 | .g-2 { | |
| r946 | 1917 | margin:10% 0 0 -25%;width:150%;height:200%;background:radial-gradient(closest-side, #DBDBDB, transparent) |
| r944 | 1918 | } |
| 1919 | .g-3 { | |
| r946 | 1920 | margin-top:25%;width:100%;height:100%;background:radial-gradient(closest-side, #F7F7F7, transparent) |
| r944 | 1921 | } |
| r945 | 1922 | .f-0 { |
| r946 | 1923 | border:1px solid transparent;width:25px;height:25px;background-color:#2B1F2F |
| r944 | 1924 | } |
| r945 | 1925 | .f-1 { |
| r946 | 1926 | border:1px solid #433647;border-radius:5%;width:100%;height:100%;background-color:#2B1F2F |
| r944 | 1927 | } |
| r945 | 1928 | .r { |
| r946 | 1929 | width:100%;height:50%;overflow:hidden |
| r945 | 1930 | } |
| r947 | 1931 | .ft { |
| 1932 | display:table | |
| 1933 | } | |
| 1934 | .ftc { | |
| r949 | 1935 | display:table-cell;vertical-align:middle |
| r947 | 1936 | } |
| r952 | 1937 | .srs:active { |
| r953 | 1938 | display:none |
| r952 | 1939 | } |
| r957 | 1940 | }}}클릭하여 스핀 |
| r942 | 1941 | |
| r954 | 1942 | {{{#!wiki style="height:150px;overflow:hidden" |
| r953 | 1943 | {{{#!wiki class="srs" |
| r951 | 1944 | {{{#!wiki class="ft" |
| 1945 | {{{#!wiki class="ftc" | |
| 1946 | {{{#!wiki class="f-0" | |
| 1947 | {{{#!wiki class="f-1" | |
| 1948 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1949 | {{{#!wiki class="f-0" | |
| 1950 | {{{#!wiki class="f-1" | |
| 1951 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1952 | {{{#!wiki class="f-0" | |
| 1953 | {{{#!wiki class="f-1" | |
| 1954 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1955 | {{{#!wiki class="f-0" | |
| 1956 | {{{#!wiki class="f-1" | |
| 1957 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1958 | {{{#!wiki class="f-0" | |
| 1959 | {{{#!wiki class="f-1" | |
| 1960 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1961 | {{{#!wiki class="f-0" | |
| 1962 | {{{#!wiki class="f-1" | |
| 1963 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1964 | {{{#!wiki class="f-0" | |
| 1965 | {{{#!wiki class="f-1" | |
| 1966 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1967 | {{{#!wiki class="f-0" | |
| 1968 | {{{#!wiki class="f-1" | |
| 1969 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1970 | {{{#!wiki class="f-0" | |
| 1971 | {{{#!wiki class="f-1" | |
| 1972 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1973 | {{{#!wiki class="f-0" | |
| 1974 | {{{#!wiki class="f-1" | |
| 1975 | }}}}}}}}} | |
| 1976 | }}}{{{#!wiki class="ft" | |
| 1977 | {{{#!wiki class="ftc" | |
| 1978 | {{{#!wiki class="f-0" | |
| 1979 | {{{#!wiki class="f-1" | |
| 1980 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1981 | {{{#!wiki class="f-0" | |
| 1982 | {{{#!wiki class="f-1" | |
| 1983 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 1984 | {{{#!wiki class="f-0" | |
| 1985 | {{{#!wiki class="f-1" | |
| 1986 | }}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 1987 | {{{#!wiki class="z-0" |
| 1988 | {{{#!wiki class="z-1" | |
| 1989 | {{{#!wiki class="r" | |
| 1990 | {{{#!wiki class="z-2" | |
| 1991 | }}}}}}{{{#!wiki class="r" | |
| 1992 | {{{#!wiki class="z-3" | |
| 1993 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 1994 | {{{#!wiki class="z-0" | |
| 1995 | {{{#!wiki class="z-1" | |
| 1996 | {{{#!wiki class="r" | |
| 1997 | {{{#!wiki class="z-2" | |
| 1998 | }}}}}}{{{#!wiki class="r" | |
| 1999 | {{{#!wiki class="z-3" | |
| 2000 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r951 | 2001 | {{{#!wiki class="f-0" |
| 2002 | {{{#!wiki class="f-1" | |
| 2003 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2004 | {{{#!wiki class="f-0" | |
| 2005 | {{{#!wiki class="f-1" | |
| 2006 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2007 | {{{#!wiki class="f-0" | |
| 2008 | {{{#!wiki class="f-1" | |
| 2009 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2010 | {{{#!wiki class="f-0" | |
| 2011 | {{{#!wiki class="f-1" | |
| 2012 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2013 | {{{#!wiki class="f-0" | |
| 2014 | {{{#!wiki class="f-1" | |
| 2015 | }}}}}}}}} | |
| 2016 | }}}{{{#!wiki class="ft" | |
| 2017 | {{{#!wiki class="ftc" | |
| 2018 | {{{#!wiki class="f-0" | |
| 2019 | {{{#!wiki class="f-1" | |
| 2020 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2021 | {{{#!wiki class="f-0" | |
| 2022 | {{{#!wiki class="f-1" | |
| 2023 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2024 | {{{#!wiki class="f-0" | |
| 2025 | {{{#!wiki class="f-1" | |
| 2026 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2027 | {{{#!wiki class="g-0" | |
| 2028 | {{{#!wiki class="g-1" | |
| 2029 | {{{#!wiki class="r" | |
| 2030 | {{{#!wiki class="g-2" | |
| 2031 | }}}}}}{{{#!wiki class="r" | |
| 2032 | {{{#!wiki class="g-3" | |
| 2033 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 2034 | {{{#!wiki class="z-0" |
| 2035 | {{{#!wiki class="z-1" | |
| 2036 | {{{#!wiki class="r" | |
| 2037 | {{{#!wiki class="z-2" | |
| 2038 | }}}}}}{{{#!wiki class="r" | |
| 2039 | {{{#!wiki class="z-3" | |
| 2040 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2041 | {{{#!wiki class="z-0" | |
| 2042 | {{{#!wiki class="z-1" | |
| 2043 | {{{#!wiki class="r" | |
| 2044 | {{{#!wiki class="z-2" | |
| 2045 | }}}}}}{{{#!wiki class="r" | |
| 2046 | {{{#!wiki class="z-3" | |
| 2047 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r951 | 2048 | {{{#!wiki class="f-0" |
| 2049 | {{{#!wiki class="f-1" | |
| 2050 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2051 | {{{#!wiki class="f-0" | |
| 2052 | {{{#!wiki class="f-1" | |
| 2053 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2054 | {{{#!wiki class="f-0" | |
| 2055 | {{{#!wiki class="f-1" | |
| 2056 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2057 | {{{#!wiki class="f-0" | |
| 2058 | {{{#!wiki class="f-1" | |
| 2059 | }}}}}}}}} | |
| 2060 | }}}{{{#!wiki class="ft" | |
| 2061 | {{{#!wiki class="ftc" | |
| 2062 | {{{#!wiki class="g-0" | |
| 2063 | {{{#!wiki class="g-1" | |
| 2064 | {{{#!wiki class="r" | |
| 2065 | {{{#!wiki class="g-2" | |
| 2066 | }}}}}}{{{#!wiki class="r" | |
| 2067 | {{{#!wiki class="g-3" | |
| 2068 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2069 | {{{#!wiki class="g-0" | |
| 2070 | {{{#!wiki class="g-1" | |
| 2071 | {{{#!wiki class="r" | |
| 2072 | {{{#!wiki class="g-2" | |
| 2073 | }}}}}}{{{#!wiki class="r" | |
| 2074 | {{{#!wiki class="g-3" | |
| 2075 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2076 | {{{#!wiki class="g-0" | |
| 2077 | {{{#!wiki class="g-1" | |
| 2078 | {{{#!wiki class="r" | |
| 2079 | {{{#!wiki class="g-2" | |
| 2080 | }}}}}}{{{#!wiki class="r" | |
| 2081 | {{{#!wiki class="g-3" | |
| 2082 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2083 | {{{#!wiki class="g-0" | |
| 2084 | {{{#!wiki class="g-1" | |
| 2085 | {{{#!wiki class="r" | |
| 2086 | {{{#!wiki class="g-2" | |
| 2087 | }}}}}}{{{#!wiki class="r" | |
| 2088 | {{{#!wiki class="g-3" | |
| 2089 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2090 | {{{#!wiki class="g-0" | |
| 2091 | {{{#!wiki class="g-1" | |
| 2092 | {{{#!wiki class="r" | |
| 2093 | {{{#!wiki class="g-2" | |
| 2094 | }}}}}}{{{#!wiki class="r" | |
| 2095 | {{{#!wiki class="g-3" | |
| 2096 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 2097 | {{{#!wiki class="f-0" |
| 2098 | {{{#!wiki class="f-1" | |
| 2099 | }}}}}}}}}{{{#!wiki class="ftc" | |
| r951 | 2100 | {{{#!wiki class="g-0" |
| 2101 | {{{#!wiki class="g-1" | |
| 2102 | {{{#!wiki class="r" | |
| 2103 | {{{#!wiki class="g-2" | |
| 2104 | }}}}}}{{{#!wiki class="r" | |
| 2105 | {{{#!wiki class="g-3" | |
| 2106 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2107 | {{{#!wiki class="g-0" | |
| 2108 | {{{#!wiki class="g-1" | |
| 2109 | {{{#!wiki class="r" | |
| 2110 | {{{#!wiki class="g-2" | |
| 2111 | }}}}}}{{{#!wiki class="r" | |
| 2112 | {{{#!wiki class="g-3" | |
| 2113 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2114 | {{{#!wiki class="g-0" | |
| 2115 | {{{#!wiki class="g-1" | |
| 2116 | {{{#!wiki class="r" | |
| 2117 | {{{#!wiki class="g-2" | |
| 2118 | }}}}}}{{{#!wiki class="r" | |
| 2119 | {{{#!wiki class="g-3" | |
| 2120 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2121 | {{{#!wiki class="g-0" | |
| 2122 | {{{#!wiki class="g-1" | |
| 2123 | {{{#!wiki class="r" | |
| 2124 | {{{#!wiki class="g-2" | |
| 2125 | }}}}}}{{{#!wiki class="r" | |
| 2126 | {{{#!wiki class="g-3" | |
| 2127 | }}}}}}}}}}}}}}} | |
| 2128 | }}}{{{#!wiki class="ft" | |
| 2129 | {{{#!wiki class="ftc" | |
| 2130 | {{{#!wiki class="g-0" | |
| 2131 | {{{#!wiki class="g-1" | |
| 2132 | {{{#!wiki class="r" | |
| 2133 | {{{#!wiki class="g-2" | |
| 2134 | }}}}}}{{{#!wiki class="r" | |
| 2135 | {{{#!wiki class="g-3" | |
| 2136 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2137 | {{{#!wiki class="g-0" | |
| 2138 | {{{#!wiki class="g-1" | |
| 2139 | {{{#!wiki class="r" | |
| 2140 | {{{#!wiki class="g-2" | |
| 2141 | }}}}}}{{{#!wiki class="r" | |
| 2142 | {{{#!wiki class="g-3" | |
| 2143 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2144 | {{{#!wiki class="g-0" | |
| 2145 | {{{#!wiki class="g-1" | |
| 2146 | {{{#!wiki class="r" | |
| 2147 | {{{#!wiki class="g-2" | |
| 2148 | }}}}}}{{{#!wiki class="r" | |
| 2149 | {{{#!wiki class="g-3" | |
| 2150 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2151 | {{{#!wiki class="g-0" | |
| 2152 | {{{#!wiki class="g-1" | |
| 2153 | {{{#!wiki class="r" | |
| 2154 | {{{#!wiki class="g-2" | |
| 2155 | }}}}}}{{{#!wiki class="r" | |
| 2156 | {{{#!wiki class="g-3" | |
| 2157 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 2158 | {{{#!wiki class="f-0" |
| 2159 | {{{#!wiki class="f-1" | |
| 2160 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2161 | {{{#!wiki class="f-0" | |
| 2162 | {{{#!wiki class="f-1" | |
| 2163 | }}}}}}}}}{{{#!wiki class="ftc" | |
| r951 | 2164 | {{{#!wiki class="g-0" |
| 2165 | {{{#!wiki class="g-1" | |
| 2166 | {{{#!wiki class="r" | |
| 2167 | {{{#!wiki class="g-2" | |
| 2168 | }}}}}}{{{#!wiki class="r" | |
| 2169 | {{{#!wiki class="g-3" | |
| 2170 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2171 | {{{#!wiki class="g-0" | |
| 2172 | {{{#!wiki class="g-1" | |
| 2173 | {{{#!wiki class="r" | |
| 2174 | {{{#!wiki class="g-2" | |
| 2175 | }}}}}}{{{#!wiki class="r" | |
| 2176 | {{{#!wiki class="g-3" | |
| 2177 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2178 | {{{#!wiki class="g-0" | |
| 2179 | {{{#!wiki class="g-1" | |
| 2180 | {{{#!wiki class="r" | |
| 2181 | {{{#!wiki class="g-2" | |
| 2182 | }}}}}}{{{#!wiki class="r" | |
| 2183 | {{{#!wiki class="g-3" | |
| 2184 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2185 | {{{#!wiki class="g-0" | |
| 2186 | {{{#!wiki class="g-1" | |
| 2187 | {{{#!wiki class="r" | |
| 2188 | {{{#!wiki class="g-2" | |
| 2189 | }}}}}}{{{#!wiki class="r" | |
| 2190 | {{{#!wiki class="g-3" | |
| 2191 | }}}}}}}}}}}}}}} | |
| 2192 | }}}{{{#!wiki class="ft" | |
| 2193 | {{{#!wiki class="ftc" | |
| 2194 | {{{#!wiki class="g-0" | |
| 2195 | {{{#!wiki class="g-1" | |
| 2196 | {{{#!wiki class="r" | |
| 2197 | {{{#!wiki class="g-2" | |
| 2198 | }}}}}}{{{#!wiki class="r" | |
| 2199 | {{{#!wiki class="g-3" | |
| 2200 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2201 | {{{#!wiki class="g-0" | |
| 2202 | {{{#!wiki class="g-1" | |
| 2203 | {{{#!wiki class="r" | |
| 2204 | {{{#!wiki class="g-2" | |
| 2205 | }}}}}}{{{#!wiki class="r" | |
| 2206 | {{{#!wiki class="g-3" | |
| 2207 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2208 | {{{#!wiki class="g-0" | |
| 2209 | {{{#!wiki class="g-1" | |
| 2210 | {{{#!wiki class="r" | |
| 2211 | {{{#!wiki class="g-2" | |
| 2212 | }}}}}}{{{#!wiki class="r" | |
| 2213 | {{{#!wiki class="g-3" | |
| 2214 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2215 | {{{#!wiki class="g-0" | |
| 2216 | {{{#!wiki class="g-1" | |
| 2217 | {{{#!wiki class="r" | |
| 2218 | {{{#!wiki class="g-2" | |
| 2219 | }}}}}}{{{#!wiki class="r" | |
| 2220 | {{{#!wiki class="g-3" | |
| 2221 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 2222 | {{{#!wiki class="f-0" |
| 2223 | {{{#!wiki class="f-1" | |
| 2224 | }}}}}}}}}{{{#!wiki class="ftc" | |
| r951 | 2225 | {{{#!wiki class="g-0" |
| 2226 | {{{#!wiki class="g-1" | |
| 2227 | {{{#!wiki class="r" | |
| 2228 | {{{#!wiki class="g-2" | |
| 2229 | }}}}}}{{{#!wiki class="r" | |
| 2230 | {{{#!wiki class="g-3" | |
| 2231 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2232 | {{{#!wiki class="g-0" | |
| 2233 | {{{#!wiki class="g-1" | |
| 2234 | {{{#!wiki class="r" | |
| 2235 | {{{#!wiki class="g-2" | |
| 2236 | }}}}}}{{{#!wiki class="r" | |
| 2237 | {{{#!wiki class="g-3" | |
| 2238 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2239 | {{{#!wiki class="g-0" | |
| 2240 | {{{#!wiki class="g-1" | |
| 2241 | {{{#!wiki class="r" | |
| 2242 | {{{#!wiki class="g-2" | |
| 2243 | }}}}}}{{{#!wiki class="r" | |
| 2244 | {{{#!wiki class="g-3" | |
| 2245 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2246 | {{{#!wiki class="g-0" | |
| 2247 | {{{#!wiki class="g-1" | |
| 2248 | {{{#!wiki class="r" | |
| 2249 | {{{#!wiki class="g-2" | |
| 2250 | }}}}}}{{{#!wiki class="r" | |
| 2251 | {{{#!wiki class="g-3" | |
| 2252 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2253 | {{{#!wiki class="g-0" | |
| 2254 | {{{#!wiki class="g-1" | |
| 2255 | {{{#!wiki class="r" | |
| 2256 | {{{#!wiki class="g-2" | |
| 2257 | }}}}}}{{{#!wiki class="r" | |
| 2258 | {{{#!wiki class="g-3" | |
| 2259 | }}}}}}}}}}}}}}} | |
| 2260 | }}} | |
| r953 | 2261 | }}}{{{#!wiki class="ft" |
| r947 | 2262 | {{{#!wiki class="ftc" |
| r950 | 2263 | {{{#!wiki class="f-0" |
| 2264 | {{{#!wiki class="f-1" | |
| 2265 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2266 | {{{#!wiki class="f-0" | |
| 2267 | {{{#!wiki class="f-1" | |
| 2268 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2269 | {{{#!wiki class="f-0" | |
| 2270 | {{{#!wiki class="f-1" | |
| 2271 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2272 | {{{#!wiki class="f-0" | |
| 2273 | {{{#!wiki class="f-1" | |
| 2274 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2275 | {{{#!wiki class="f-0" | |
| 2276 | {{{#!wiki class="f-1" | |
| 2277 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2278 | {{{#!wiki class="f-0" | |
| 2279 | {{{#!wiki class="f-1" | |
| 2280 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2281 | {{{#!wiki class="f-0" | |
| 2282 | {{{#!wiki class="f-1" | |
| 2283 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2284 | {{{#!wiki class="f-0" | |
| 2285 | {{{#!wiki class="f-1" | |
| 2286 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2287 | {{{#!wiki class="f-0" | |
| 2288 | {{{#!wiki class="f-1" | |
| 2289 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2290 | {{{#!wiki class="f-0" | |
| 2291 | {{{#!wiki class="f-1" | |
| 2292 | }}}}}}}}} | |
| 2293 | }}}{{{#!wiki class="ft" | |
| 2294 | {{{#!wiki class="ftc" | |
| 2295 | {{{#!wiki class="f-0" | |
| 2296 | {{{#!wiki class="f-1" | |
| 2297 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2298 | {{{#!wiki class="f-0" | |
| 2299 | {{{#!wiki class="f-1" | |
| 2300 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2301 | {{{#!wiki class="f-0" | |
| 2302 | {{{#!wiki class="f-1" | |
| 2303 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2304 | {{{#!wiki class="f-0" | |
| 2305 | {{{#!wiki class="f-1" | |
| 2306 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2307 | {{{#!wiki class="f-0" | |
| 2308 | {{{#!wiki class="f-1" | |
| 2309 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2310 | {{{#!wiki class="f-0" | |
| 2311 | {{{#!wiki class="f-1" | |
| 2312 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2313 | {{{#!wiki class="f-0" | |
| 2314 | {{{#!wiki class="f-1" | |
| 2315 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2316 | {{{#!wiki class="f-0" | |
| 2317 | {{{#!wiki class="f-1" | |
| r953 | 2318 | }}}}}}}}}{{{#!wiki class="ftc" |
| 2319 | {{{#!wiki class="f-0" | |
| 2320 | {{{#!wiki class="f-1" | |
| 2321 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2322 | {{{#!wiki class="f-0" | |
| 2323 | {{{#!wiki class="f-1" | |
| r950 | 2324 | }}}}}}}}} |
| 2325 | }}}{{{#!wiki class="ft" | |
| 2326 | {{{#!wiki class="ftc" | |
| 2327 | {{{#!wiki class="f-0" | |
| 2328 | {{{#!wiki class="f-1" | |
| 2329 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2330 | {{{#!wiki class="f-0" | |
| 2331 | {{{#!wiki class="f-1" | |
| 2332 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2333 | {{{#!wiki class="f-0" | |
| 2334 | {{{#!wiki class="f-1" | |
| 2335 | }}}}}}}}}{{{#!wiki class="ftc" | |
| r948 | 2336 | {{{#!wiki class="g-0" |
| 2337 | {{{#!wiki class="g-1" | |
| r947 | 2338 | {{{#!wiki class="r" |
| r948 | 2339 | {{{#!wiki class="g-2" |
| r947 | 2340 | }}}}}}{{{#!wiki class="r" |
| r948 | 2341 | {{{#!wiki class="g-3" |
| 2342 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2343 | {{{#!wiki class="f-0" | |
| 2344 | {{{#!wiki class="f-1" | |
| r950 | 2345 | }}}}}}}}}{{{#!wiki class="ftc" |
| 2346 | {{{#!wiki class="f-0" | |
| 2347 | {{{#!wiki class="f-1" | |
| 2348 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2349 | {{{#!wiki class="f-0" | |
| 2350 | {{{#!wiki class="f-1" | |
| 2351 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2352 | {{{#!wiki class="f-0" | |
| 2353 | {{{#!wiki class="f-1" | |
| r953 | 2354 | }}}}}}}}}{{{#!wiki class="ftc" |
| 2355 | {{{#!wiki class="f-0" | |
| 2356 | {{{#!wiki class="f-1" | |
| 2357 | }}}}}}}}}{{{#!wiki class="ftc" | |
| 2358 | {{{#!wiki class="f-0" | |
| 2359 | {{{#!wiki class="f-1" | |
| r948 | 2360 | }}}}}}}}} |
| r950 | 2361 | }}}{{{#!wiki class="ft" |
| 2362 | {{{#!wiki class="ftc" | |
| 2363 | {{{#!wiki class="g-0" | |
| 2364 | {{{#!wiki class="g-1" | |
| 2365 | {{{#!wiki class="r" | |
| 2366 | {{{#!wiki class="g-2" | |
| 2367 | }}}}}}{{{#!wiki class="r" | |
| 2368 | {{{#!wiki class="g-3" | |
| 2369 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2370 | {{{#!wiki class="g-0" | |
| 2371 | {{{#!wiki class="g-1" | |
| 2372 | {{{#!wiki class="r" | |
| 2373 | {{{#!wiki class="g-2" | |
| 2374 | }}}}}}{{{#!wiki class="r" | |
| 2375 | {{{#!wiki class="g-3" | |
| 2376 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2377 | {{{#!wiki class="g-0" | |
| 2378 | {{{#!wiki class="g-1" | |
| 2379 | {{{#!wiki class="r" | |
| 2380 | {{{#!wiki class="g-2" | |
| 2381 | }}}}}}{{{#!wiki class="r" | |
| 2382 | {{{#!wiki class="g-3" | |
| 2383 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2384 | {{{#!wiki class="g-0" | |
| 2385 | {{{#!wiki class="g-1" | |
| 2386 | {{{#!wiki class="r" | |
| 2387 | {{{#!wiki class="g-2" | |
| 2388 | }}}}}}{{{#!wiki class="r" | |
| 2389 | {{{#!wiki class="g-3" | |
| 2390 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2391 | {{{#!wiki class="g-0" | |
| 2392 | {{{#!wiki class="g-1" | |
| 2393 | {{{#!wiki class="r" | |
| 2394 | {{{#!wiki class="g-2" | |
| 2395 | }}}}}}{{{#!wiki class="r" | |
| 2396 | {{{#!wiki class="g-3" | |
| 2397 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 2398 | {{{#!wiki class="z-0" |
| 2399 | {{{#!wiki class="z-1" | |
| 2400 | {{{#!wiki class="r" | |
| 2401 | {{{#!wiki class="z-2" | |
| 2402 | }}}}}}{{{#!wiki class="r" | |
| 2403 | {{{#!wiki class="z-3" | |
| 2404 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r950 | 2405 | {{{#!wiki class="g-0" |
| 2406 | {{{#!wiki class="g-1" | |
| 2407 | {{{#!wiki class="r" | |
| 2408 | {{{#!wiki class="g-2" | |
| 2409 | }}}}}}{{{#!wiki class="r" | |
| 2410 | {{{#!wiki class="g-3" | |
| 2411 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2412 | {{{#!wiki class="g-0" | |
| 2413 | {{{#!wiki class="g-1" | |
| 2414 | {{{#!wiki class="r" | |
| 2415 | {{{#!wiki class="g-2" | |
| 2416 | }}}}}}{{{#!wiki class="r" | |
| 2417 | {{{#!wiki class="g-3" | |
| 2418 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2419 | {{{#!wiki class="g-0" | |
| 2420 | {{{#!wiki class="g-1" | |
| 2421 | {{{#!wiki class="r" | |
| 2422 | {{{#!wiki class="g-2" | |
| 2423 | }}}}}}{{{#!wiki class="r" | |
| 2424 | {{{#!wiki class="g-3" | |
| 2425 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2426 | {{{#!wiki class="g-0" | |
| 2427 | {{{#!wiki class="g-1" | |
| 2428 | {{{#!wiki class="r" | |
| 2429 | {{{#!wiki class="g-2" | |
| 2430 | }}}}}}{{{#!wiki class="r" | |
| 2431 | {{{#!wiki class="g-3" | |
| 2432 | }}}}}}}}}}}}}}} | |
| 2433 | }}}{{{#!wiki class="ft" | |
| 2434 | {{{#!wiki class="ftc" | |
| 2435 | {{{#!wiki class="g-0" | |
| 2436 | {{{#!wiki class="g-1" | |
| 2437 | {{{#!wiki class="r" | |
| 2438 | {{{#!wiki class="g-2" | |
| 2439 | }}}}}}{{{#!wiki class="r" | |
| 2440 | {{{#!wiki class="g-3" | |
| 2441 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2442 | {{{#!wiki class="g-0" | |
| 2443 | {{{#!wiki class="g-1" | |
| 2444 | {{{#!wiki class="r" | |
| 2445 | {{{#!wiki class="g-2" | |
| 2446 | }}}}}}{{{#!wiki class="r" | |
| 2447 | {{{#!wiki class="g-3" | |
| 2448 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2449 | {{{#!wiki class="g-0" | |
| 2450 | {{{#!wiki class="g-1" | |
| 2451 | {{{#!wiki class="r" | |
| 2452 | {{{#!wiki class="g-2" | |
| 2453 | }}}}}}{{{#!wiki class="r" | |
| 2454 | {{{#!wiki class="g-3" | |
| 2455 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2456 | {{{#!wiki class="g-0" | |
| 2457 | {{{#!wiki class="g-1" | |
| 2458 | {{{#!wiki class="r" | |
| 2459 | {{{#!wiki class="g-2" | |
| 2460 | }}}}}}{{{#!wiki class="r" | |
| 2461 | {{{#!wiki class="g-3" | |
| 2462 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 2463 | {{{#!wiki class="z-0" |
| 2464 | {{{#!wiki class="z-1" | |
| 2465 | {{{#!wiki class="r" | |
| 2466 | {{{#!wiki class="z-2" | |
| 2467 | }}}}}}{{{#!wiki class="r" | |
| 2468 | {{{#!wiki class="z-3" | |
| 2469 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2470 | {{{#!wiki class="z-0" | |
| 2471 | {{{#!wiki class="z-1" | |
| 2472 | {{{#!wiki class="r" | |
| 2473 | {{{#!wiki class="z-2" | |
| 2474 | }}}}}}{{{#!wiki class="r" | |
| 2475 | {{{#!wiki class="z-3" | |
| 2476 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r950 | 2477 | {{{#!wiki class="g-0" |
| 2478 | {{{#!wiki class="g-1" | |
| 2479 | {{{#!wiki class="r" | |
| 2480 | {{{#!wiki class="g-2" | |
| 2481 | }}}}}}{{{#!wiki class="r" | |
| 2482 | {{{#!wiki class="g-3" | |
| 2483 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2484 | {{{#!wiki class="g-0" | |
| 2485 | {{{#!wiki class="g-1" | |
| 2486 | {{{#!wiki class="r" | |
| 2487 | {{{#!wiki class="g-2" | |
| 2488 | }}}}}}{{{#!wiki class="r" | |
| 2489 | {{{#!wiki class="g-3" | |
| 2490 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2491 | {{{#!wiki class="g-0" | |
| 2492 | {{{#!wiki class="g-1" | |
| 2493 | {{{#!wiki class="r" | |
| 2494 | {{{#!wiki class="g-2" | |
| 2495 | }}}}}}{{{#!wiki class="r" | |
| 2496 | {{{#!wiki class="g-3" | |
| 2497 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2498 | {{{#!wiki class="g-0" | |
| 2499 | {{{#!wiki class="g-1" | |
| 2500 | {{{#!wiki class="r" | |
| 2501 | {{{#!wiki class="g-2" | |
| 2502 | }}}}}}{{{#!wiki class="r" | |
| 2503 | {{{#!wiki class="g-3" | |
| 2504 | }}}}}}}}}}}}}}} | |
| 2505 | }}}{{{#!wiki class="ft" | |
| 2506 | {{{#!wiki class="ftc" | |
| 2507 | {{{#!wiki class="g-0" | |
| 2508 | {{{#!wiki class="g-1" | |
| 2509 | {{{#!wiki class="r" | |
| 2510 | {{{#!wiki class="g-2" | |
| 2511 | }}}}}}{{{#!wiki class="r" | |
| 2512 | {{{#!wiki class="g-3" | |
| 2513 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2514 | {{{#!wiki class="g-0" | |
| 2515 | {{{#!wiki class="g-1" | |
| 2516 | {{{#!wiki class="r" | |
| 2517 | {{{#!wiki class="g-2" | |
| 2518 | }}}}}}{{{#!wiki class="r" | |
| 2519 | {{{#!wiki class="g-3" | |
| 2520 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2521 | {{{#!wiki class="g-0" | |
| 2522 | {{{#!wiki class="g-1" | |
| 2523 | {{{#!wiki class="r" | |
| 2524 | {{{#!wiki class="g-2" | |
| 2525 | }}}}}}{{{#!wiki class="r" | |
| 2526 | {{{#!wiki class="g-3" | |
| 2527 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2528 | {{{#!wiki class="g-0" | |
| 2529 | {{{#!wiki class="g-1" | |
| 2530 | {{{#!wiki class="r" | |
| 2531 | {{{#!wiki class="g-2" | |
| 2532 | }}}}}}{{{#!wiki class="r" | |
| 2533 | {{{#!wiki class="g-3" | |
| 2534 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r953 | 2535 | {{{#!wiki class="z-0" |
| 2536 | {{{#!wiki class="z-1" | |
| 2537 | {{{#!wiki class="r" | |
| 2538 | {{{#!wiki class="z-2" | |
| 2539 | }}}}}}{{{#!wiki class="r" | |
| 2540 | {{{#!wiki class="z-3" | |
| 2541 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| r950 | 2542 | {{{#!wiki class="g-0" |
| 2543 | {{{#!wiki class="g-1" | |
| 2544 | {{{#!wiki class="r" | |
| 2545 | {{{#!wiki class="g-2" | |
| 2546 | }}}}}}{{{#!wiki class="r" | |
| 2547 | {{{#!wiki class="g-3" | |
| 2548 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2549 | {{{#!wiki class="g-0" | |
| 2550 | {{{#!wiki class="g-1" | |
| 2551 | {{{#!wiki class="r" | |
| 2552 | {{{#!wiki class="g-2" | |
| 2553 | }}}}}}{{{#!wiki class="r" | |
| 2554 | {{{#!wiki class="g-3" | |
| 2555 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2556 | {{{#!wiki class="g-0" | |
| 2557 | {{{#!wiki class="g-1" | |
| 2558 | {{{#!wiki class="r" | |
| 2559 | {{{#!wiki class="g-2" | |
| 2560 | }}}}}}{{{#!wiki class="r" | |
| 2561 | {{{#!wiki class="g-3" | |
| 2562 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2563 | {{{#!wiki class="g-0" | |
| 2564 | {{{#!wiki class="g-1" | |
| 2565 | {{{#!wiki class="r" | |
| 2566 | {{{#!wiki class="g-2" | |
| 2567 | }}}}}}{{{#!wiki class="r" | |
| 2568 | {{{#!wiki class="g-3" | |
| 2569 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2570 | {{{#!wiki class="g-0" | |
| 2571 | {{{#!wiki class="g-1" | |
| 2572 | {{{#!wiki class="r" | |
| 2573 | {{{#!wiki class="g-2" | |
| 2574 | }}}}}}{{{#!wiki class="r" | |
| 2575 | {{{#!wiki class="g-3" | |
| 2576 | }}}}}}}}}}}}}}} | |
| r947 | 2577 | }}} |
| r957 | 2578 | }}} |
| r942 | 2579 | |
| 2580 | ||
| 2581 | ||
| r950 | 2582 | {{{#!wiki class="ft" |
| 2583 | {{{#!wiki class="ftc" | |
| 2584 | {{{#!wiki class="z-0" | |
| 2585 | {{{#!wiki class="z-1" | |
| 2586 | {{{#!wiki class="r" | |
| 2587 | {{{#!wiki class="z-2" | |
| 2588 | }}}}}}{{{#!wiki class="r" | |
| 2589 | {{{#!wiki class="z-3" | |
| 2590 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2591 | {{{#!wiki class="g-0" | |
| 2592 | {{{#!wiki class="g-1" | |
| 2593 | {{{#!wiki class="r" | |
| 2594 | {{{#!wiki class="g-2" | |
| 2595 | }}}}}}{{{#!wiki class="r" | |
| 2596 | {{{#!wiki class="g-3" | |
| 2597 | }}}}}}}}}}}}}}}{{{#!wiki class="ftc" | |
| 2598 | {{{#!wiki class="f-0" | |
| 2599 | {{{#!wiki class="f-1" | |
| 2600 | }}}}}}}}} | |
| 2601 | }}} | |
| r957 | 2602 | ㅇㅇ |
| r950 | 2603 | |
| r941 | 2604 | {{{#!wiki style="display:table" |
| 2605 | {{{#!wiki style="display:table-cell" | |
| r940 | 2606 | {{{#!wiki style="border:1px solid transparent;width:25px;height:25px;background-color:#2B1F2F" |
| 2607 | {{{#!wiki style="border:1px solid #433647;border-radius:5%;width:100%;height:100%;background-color:#2B1F2F" | |
| r941 | 2608 | }}}}}}}}}{{{#!wiki style="display:table-cell" |
| 2609 | {{{#!wiki style="border:1px solid transparent;width:25px;height:25px;background-color:#2B1F2F" | |
| 2610 | {{{#!wiki style="border:1px solid #433647;border-radius:5%;width:100%;height:100%;background-color:#2B1F2F" | |
| 2611 | }}}}}}}}} | |
| 2612 | }}} | |
| r937 | 2613 | |
| 2614 | ||
| 2615 | ||
| r936 | 2616 | {{{#!wiki style="border:1px solid #6B7276;border-radius:5%;overflow:hidden;display:flex;width:25px;height:25px;background:conic-gradient(from -45deg, #EFEDEF 90deg, transparent 0, transparent 180deg, #CECECE 0, #CECFCE 270deg, transparent 0), linear-gradient(#CCCCCC, #F3F3F3)" |
| r935 | 2617 | {{{#!wiki style="margin:auto;width:80%;height:80%;background:linear-gradient(#CCCCCC 50%, #C3C5C4 0)" |
| r932 | 2618 | {{{#!wiki style="width:100%;height:50%;overflow:hidden" |
| r934 | 2619 | {{{#!wiki style="margin:10% 0 0 -25%;width:150%;height:200%;background:radial-gradient(closest-side, #DBDBDB, transparent)" |
| r932 | 2620 | }}}}}}{{{#!wiki style="width:100%;height:50%;overflow:hidden" |
| r934 | 2621 | {{{#!wiki style="margin-top:25%;width:100%;height:100%;background:radial-gradient(closest-side, #F7F7F7, transparent)" |
| r932 | 2622 | }}}}}}}}}}}} |
| 2623 | ||
| 2624 | ||
| r931 | 2625 | {{{#!wiki style="border:1px solid #630E0D;border-radius:5%;overflow:hidden;display:flex;width:25px;height:25px;background:conic-gradient(from -45deg, #EC9968 90deg, transparent 0, transparent 180deg, #940C09 0, #940C09 270deg, transparent 0), linear-gradient(#7A0D08, #E2212B)" |
| r929 | 2626 | {{{#!wiki style="margin:auto;width:80%;height:80%;background:linear-gradient(#7A0D08 50%, #BB191D 0)" |
| r923 | 2627 | {{{#!wiki style="width:100%;height:50%;overflow:hidden" |
| r930 | 2628 | {{{#!wiki style="margin:10% 0 0 -25%;width:150%;height:200%;background:radial-gradient(closest-side, #E2212B, transparent)" |
| r923 | 2629 | }}}}}}{{{#!wiki style="width:100%;height:50%;overflow:hidden" |
| r927 | 2630 | {{{#!wiki style="margin-top:25%;width:100%;height:100%;background:radial-gradient(closest-side, #E7758C, transparent)" |
| r924 | 2631 | }}}}}}}}}}}} |
| r919 | 2632 | |
| 2633 | ||
| 2634 | ||
| 2635 | ||
| 2636 | ||
| 2637 | ||
| 2638 | ||
| 2639 | ||
| r920 | 2640 | |
| r909 | 2641 | |
| r911 | 2642 | |
| 2643 | ||
| 2644 | ||
| r942 | 2645 | |
| r910 | 2646 | {{{#!wiki style="display:inline-block;border:1px solid #71030C;border-radius:5%;overflow:hidden" |
| r918 | 2647 | {{{#!wiki style="display:flex;width:30px;height:30px;background:linear-gradient(#71030C 50%, #B8112B 0)center / 80% 80%, conic-gradient(from -45deg, #DF8E7B 90deg, transparent 0, transparent 180deg, #7B0C12 0, #7B0C12 270deg, transparent 0), linear-gradient(#71030C, #C31B35);background-repeat:no-repeat" |
| r904 | 2648 | {{{#!wiki style="margin:auto;width:80%;height:80%;background:no-repeat radial-gradient(closest-side, #E46471, transparent)50% 150% / 100% 50%" |
| r918 | 2649 | {{{#!wiki style="margin-top: -50%;width:100%;height:100%;background:no-repeat radial-gradient(closest-side, #C51633, transparent)50% 5500% / 150% 99%" |
| r912 | 2650 | }}}}}}}}}}}} |
| r890 | 2651 | |
| r893 | 2652 | |
| r894 | 2653 | |
| r915 | 2654 | #71030C, #C51633 47%, #C51633 0, #C51633 50%, #B8112B 0 |
| r894 | 2655 | |
| r912 | 2656 | |
| 2657 | {{{#!wiki style="border:1px solid gray;margin:auto;width:100px;height:100px;background:no-repeat radial-gradient(closest-side, #E46471, transparent)50% 150% / 100% 50%" | |
| 2658 | {{{#!wiki style="border:1px solid gray;margin-top: -50%;width:100px;height:100px;background:no-repeat radial-gradient(closest-side, #0f0, transparent)50% 150% / 100% 50%" | |
| 2659 | }}}}}} | |
| 2660 | ||
| 2661 | ||
| r893 | 2662 | {{{#!wiki style="width:100px;height:100px;border-bottom-style:10px solid blue;background:no-repeat radial-gradient(closest-side, #0f0, transparent);background-position:50% 100%;background-size:100% 100%" |
| r888 | 2663 | }}} |
| r887 | 2664 | |
| 2665 | ||
| 2666 | ||
| 2667 | ||
| r886 | 2668 | ||<-3><table align=right><table width=500><table bordercolor=#171717,#333><bgcolor=#171717><table bgcolor=transparent><nopad> {{{#!wiki style="padding:5px 10px;background:linear-gradient(320deg, transparent 21%, #000 0, #000 79%, transparent 0), linear-gradient(100deg, transparent 17%, #000 0, #000 83%, transparent 0), linear-gradient(320deg, transparent calc(21% - 1px), #fff 0, #fff calc(79% + 1px), transparent 0), linear-gradient(100deg, transparent calc(17% - 1px), #fff 0, #fff calc(83% + 1px), transparent 0), conic-gradient(from 230deg at 10% 60%, #000 15deg, transparent 0), conic-gradient(from 50deg at 90% 40%, #000 15deg, transparent 0), conic-gradient(from 230deg at calc(10% + 6px) calc(60% - 4px), #fff 15deg, transparent 0), conic-gradient(from 50deg at calc(90% - 6px) calc(40% + 4px), #fff 15deg, transparent 0), linear-gradient(120deg, transparent, red 20%, red 50%, blue 0, blue 80%, transparent)" |
| r873 | 2669 | {{{#ecfffd {{{#!wiki style="font-family: serif" |
| 2670 | {{{+2 '''In Falsus'''}}}}}}'''인 팔수스'''}}}}}} || | |
| r872 | 2671 | |
| 2672 | ||
| 2673 | ||
| 2674 | ||
| r884 | 2675 | |
| r870 | 2676 | {{{#!wiki style="width:100%;height:50px;background:linear-gradient(in oklab 90deg, oklab(62.8% 56.25% 31.5%), oklab(86.6% -58.5% 44.75%))" |
| r871 | 2677 | }}}{{{{{{#!wiki style="width:100%;height:50px;background:linear-gradient(in oklab 90deg, oklab(62.8% 56.25% 31.5%), oklab(86.6% -58.5% 44.75%))" |
| 2678 | }}}}}} | |
| r869 | 2679 | {{{#!wiki style="width:100%;height:50px;background:linear-gradient(in oklab 90deg, #f00, #0f0)" |
| r871 | 2680 | }}}{{{{{{#!wiki style="width:100%;height:50px;background:linear-gradient(in oklab 90deg, #f00, #0f0)" |
| 2681 | }}}}}} | |
| r857 | 2682 | |
| 2683 | ||
| 2684 | ||
| r982 | 2685 | {{{|| {{{-2 [math(\mathsf{_{}^{}})]}}} || |
| r844 | 2686 | |
| r862 | 2687 | ||<-8> {{{-2 [math(\mathsf{全ての親_{mother}^{전체 부모}})]}}} || |
| 2688 | ||<-8> {{{-2 [math(\mathsf{センター_{center}^{중심}})]}}} || | |
| 2689 | ||<-8> {{{-2 [math(\mathsf{グルーブ_{groove}^{그루브}})]}}} || | |
| r867 | 2690 | ||<-8> {{{-2 [math(\mathsf{腰_{waist}^{허리}})]}}} || |
| r862 | 2691 | ||<-5> {{{-2 [math(\mathsf{上半身_{upper body}^{상체}})]}}} ||<-3> {{{-2 [math(\mathsf{下半身_{lower body}^{하체}})]}}} || |
| r863 | 2692 | ||<-5> {{{-2 [math(\mathsf{上半身2_{upper body2}^{상체2}})]}}} || {{{-2 [math(\mathsf{左足_{leg\_L}^{}})]}}} || {{{-2 [math(\mathsf{右足_{leg\_R}^{}})]}}} || {{{-2 [math(\mathsf{下半身2_{lower body2}^{하체2}})]}}} || |
| r867 | 2693 | ||<-2> {{{-2 [math(\mathsf{左肩P_{shoulderP\_L}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右肩P_{shoulderP\_R}^{}})]}}} || {{{-2 [math(\mathsf{首_{neck}^{}})]}}} || {{{-2 [math(\mathsf{左ひざ_{knee\_L}^{}})]}}} || {{{-2 [math(\mathsf{右ひざ_{knee\_R}^{}})]}}} || |
| 2694 | ||<-2> {{{-2 [math(\mathsf{左肩_{shoulder\_L}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右肩_{shoulder\_R}^{}})]}}} || {{{-2 [math(\mathsf{頭_{head}^{}})]}}} || {{{-2 [math(\mathsf{左足首_{ankle\_L}^{}})]}}} || {{{-2 [math(\mathsf{右足首_{ankle\_R}^{}})]}}} || | |
| 2695 | ||<-2> {{{-2 [math(\mathsf{左肩C_{shoulderC\_L}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右肩C_{shoulderC\_R}^{}})]}}} || {{{-2 [math(\mathsf{_{}^{}})]}}} || {{{-2 [math(\mathsf{左つま先_{toe\_L}^{}})]}}} || {{{-2 [math(\mathsf{右つま先_{toe\_R}^{}})]}}} || | |
| r850 | 2696 | ||<-2> {{{-2 [math(\mathsf{_{}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右腕_{arm\_R}^{}})]}}} || |
| 2697 | ||<-2> {{{-2 [math(\mathsf{_{}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右腕捩_{arm twist\_R}^{}})]}}} || | |
| 2698 | ||<-2> {{{-2 [math(\mathsf{_{}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右ひじ_{elbow\_R}^{}})]}}} || | |
| 2699 | ||<-2> {{{-2 [math(\mathsf{_{}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右手捩_{wrist twist\_R}^{}})]}}} || | |
| 2700 | ||<-2> {{{-2 [math(\mathsf{_{}^{}})]}}} ||<-2> {{{-2 [math(\mathsf{右手首_{wrist\_R}^{}})]}}} || | |
| 2701 | || {{{-2 [math(\mathsf{_{}^{}})]}}} || {{{-2 [math(\mathsf{_{}^{}})]}}} || Fingers || {{{-2 [math(\mathsf{右ダミー_{dummy\_R}^{}})]}}} || | |
| r844 | 2702 | |
| r848 | 2703 | |
| 2704 | || {{{#!wiki style="margin: 0 -10px -5px;min-height: calc(1.5em + 5px)" | |
| r864 | 2705 | {{{#!folding Head ▼ |
| r847 | 2706 | {{{#!wiki style="margin: -5px -1px -11px" |
| r865 | 2707 | ||<tablewidth=100%><-2> {{{-2 [math(\mathsf{舌1_{tounge1}^{}})]}}} || {{{-2 [math(\mathsf{歯上_{}^{}})]}}} || {{{-2 [math(\mathsf{歯下_{}^{}})]}}} || {{{-2 [math(\mathsf{右涙_{tearR}^{}})]}}} || {{{-2 [math(\mathsf{左涙_{tearL}^{}})]}}} || {{{-2 [math(\mathsf{右眉_{brow_R}^{}})]}}} || {{{-2 [math(\mathsf{左眉_{brow_L}^{}})]}}} || |
| 2708 | ||<-2> {{{-2 [math(\mathsf{舌2_{tounge2}^{}})]}}} || | |
| r864 | 2709 | || {{{-2 [math(\mathsf{舌2先_{}^{}})]}}} || {{{-2 [math(\mathsf{舌IK_{}^{}})]}}} ||}}}}}}}}} || |
| r848 | 2710 | |
| r864 | 2711 | ## {{{-2 [math(\mathsf{_{}^{}})]}}} || |
| r848 | 2712 | |
| r861 | 2713 | ||<^|1> {{{#!wiki style="margin: 0 -10px -5px;min-height: calc(1.5em + 5px)" |
| r860 | 2714 | {{{#!folding Fingers_L ▼ |
| r848 | 2715 | {{{#!wiki style="margin: -5px -1px -11px" |
| r860 | 2716 | ||<tablewidth=100%> {{{-2 [math(\mathsf{左親指0_{thumb0\_L}^{}})]}}} || {{{-2 [math(\mathsf{左人指1_{fore1\_L}^{}})]}}} || {{{-2 [math(\mathsf{左中指1_{middle1\_L}^{}})]}}} || {{{-2 [math(\mathsf{左薬指1_{third1\_L}^{}})]}}} || {{{-2 [math(\mathsf{左小指1_{little1\_L}^{}})]}}} || |
| 2717 | || {{{-2 [math(\mathsf{左親指1_{thumb1\_L}^{}})]}}} || {{{-2 [math(\mathsf{左人指2_{fore2\_L}^{}})]}}} || {{{-2 [math(\mathsf{左中指2_{middle2\_L}^{}})]}}} || {{{-2 [math(\mathsf{左薬指2_{third2\_L}^{}})]}}} || {{{-2 [math(\mathsf{左小指2_{little2\_L}^{}})]}}} || | |
| r861 | 2718 | || {{{-2 [math(\mathsf{左親指2_{thumb2\_L}^{}})]}}} || {{{-2 [math(\mathsf{左人指3_{fore3\_L}^{}})]}}} || {{{-2 [math(\mathsf{左中指3_{middle3\_L}^{}})]}}} || {{{-2 [math(\mathsf{左薬指3_{third3\_L}^{}})]}}} || {{{-2 [math(\mathsf{左小指3_{little3\_L}^{}})]}}} ||}}}}}}}}} ||<^|1> {{{#!wiki style="margin: 0 -10px -5px;min-height: calc(1.5em + 5px)" |
| r860 | 2719 | {{{#!folding Fingers_R ▼ |
| 2720 | {{{#!wiki style="margin: -5px -1px -11px" | |
| r861 | 2721 | ||<tablewidth=100%> {{{-2 [math(\mathsf{右親指0_{thumb0\_R}^{}})]}}} || {{{-2 [math(\mathsf{左人指1_{fore1\_R}^{}})]}}} || {{{-2 [math(\mathsf{左中指1_{middle1\_R}^{}})]}}} || {{{-2 [math(\mathsf{左薬指1_{third1\_R}^{}})]}}} || {{{-2 [math(\mathsf{左小指1_{little1\_R}^{}})]}}} || |
| 2722 | || {{{-2 [math(\mathsf{右親指1_{thumb1\_R}^{}})]}}} || {{{-2 [math(\mathsf{左人指2_{fore2\_R}^{}})]}}} || {{{-2 [math(\mathsf{左中指2_{middle2\_R}^{}})]}}} || {{{-2 [math(\mathsf{左薬指2_{third2\_R}^{}})]}}} || {{{-2 [math(\mathsf{左小指2_{little2\_R}^{}})]}}} || | |
| 2723 | || {{{-2 [math(\mathsf{右親指2_{thumb2\_R}^{}})]}}} || {{{-2 [math(\mathsf{左人指3_{fore3\_R}^{}})]}}} || {{{-2 [math(\mathsf{左中指3_{middle3\_R}^{}})]}}} || {{{-2 [math(\mathsf{左薬指3_{third3\_R}^{}})]}}} || {{{-2 [math(\mathsf{左小指3_{little3\_R}^{}})]}}} ||}}}}}}}}} || | |
| r982 | 2724 | }}} |
| r842 | 2725 | |
| r843 | 2726 | |
| 2727 | ||
| r842 | 2728 | || 全ての親 || mother || 전체 부모 || |
| 2729 | || グルーブ || groove || 그루브 || | |
| 2730 | || センター || center || 중심 || | |
| 2731 | || 上半身 || upper body || 상체 || | |
| 2732 | || 首 || neck || 목 || | |
| 2733 | || 頭 || head || 머리 || | |
| 2734 | ||
| r843 | 2735 | 下半身 |
| r842 | 2736 | |
| 2737 | ||
| 2738 | ||
| 2739 | ||
| 2740 | ||
| 2741 | ||
| 2742 | ||
| 2743 | ||
| r845 | 2744 | |
| r836 | 2745 | {{{#!style |
| 2746 | .red-button: { | |
| r837 | 2747 | display:block |
| r836 | 2748 | } |
| 2749 | .red-button:active { | |
| r837 | 2750 | display:none |
| r836 | 2751 | } |
| r841 | 2752 | }}}{{{#!wiki style="width:120px;overflow:hidden" |
| r838 | 2753 | {{{#!wiki style="display:table" |
| r837 | 2754 | {{{#!wiki class="red-button" |
| r838 | 2755 | {{{#!wiki style="display:table-cell" |
| r839 | 2756 | {{{#!wiki style="width:120px;height:120px;margin-bottom:10px" |
| 2757 | > 누르지[br]마세요}}}{{{#!wiki style="width:120px;height:120px;background:linear-gradient(transparent 10%, #ccc 0, #ccc 68%, #aaa, gray 72%, gray 0);text-align:center" | |
| r831 | 2758 | {{{#!wiki style="display:inline-block;width:100px;height:calc(100px/2)" |
| r830 | 2759 | {{{#!wiki style="float:left;width:inherit;height:inherit;background-color:#fff;border:2px solid red;border-radius:50%;overflow:hidden" |
| r835 | 2760 | {{{#!wiki style="width:inherit;height:inherit;background:no-repeat radial-gradient(closest-side at 50% 50%, red 100%, #fff 0);background-position:20% 100%;background-size:98% 98%" |
| r834 | 2761 | }}}}}}{{{#!wiki style="width:inherit;height:inherit;margin-top:20%" |
| r836 | 2762 | {{{#!wiki style="width:inherit;height:inherit;border-bottom-left-radius:50%;border-bottom-right-radius:50%;background:no-repeat linear-gradient(90deg, #f00, #a00);background-position:50% 100%;background-size:100% 90%" |
| r839 | 2763 | }}}}}}}}}}}}}}}}}}{{{#!wiki style="display:table-cell;vertical-align:middle" |
| 2764 | {{{#!wiki style="width:120px;height:120px;margin-bottom:10px" | |
| r840 | 2765 | > '''{{{#f00,#f00 {{{+5 누르고[br]있네?!}}}}}}'''}}}{{{#!wiki style="width:120px;height:120px;background:linear-gradient(transparent 10%, #ccc 0, #ccc 68%, #aaa, gray 72%, gray 0);text-align:center" |
| r834 | 2766 | {{{#!wiki style="display:inline-block;width:100px;height:calc(100px/2)" |
| r836 | 2767 | {{{#!wiki style="width:inherit;height:inherit" |
| r834 | 2768 | {{{#!wiki style="float:left;width:inherit;height:inherit;background-color:#fff;border:2px solid red;border-radius:50%;overflow:hidden" |
| r823 | 2769 | {{{#!wiki style="width:inherit;height:inherit;background:no-repeat radial-gradient(closest-side at 50% 50%, red 100%, #fff 0);background-position:20% 100%;background-size:98% 98%" |
| r830 | 2770 | }}}}}}{{{#!wiki style="width:inherit;height:inherit;margin-top:20%" |
| r836 | 2771 | {{{#!wiki style="width:inherit;height:inherit;border-bottom-left-radius:50%;border-bottom-right-radius:50%;background:no-repeat linear-gradient(90deg, #f00, #a00);background-position:50% 100%;background-size:100% 0%" |
| r838 | 2772 | }}}}}}}}}}}}}}}}}}}}}}}} |
| r819 | 2773 | |
| 2774 | ||
| r816 | 2775 | |
| r836 | 2776 | |
| 2777 | ||
| 2778 | ||
| 2779 | ||
| 2780 | ||
| 2781 | ||
| r815 | 2782 | {{{#!style |
| r816 | 2783 | .borderbutton { |
| r815 | 2784 | display:inline-block;padding:5px 10px;border:10px groove red |
| 2785 | } | |
| r816 | 2786 | .borderbutton:hover { |
| r815 | 2787 | display:inline-block;padding:5px 10px;border:10px ridge red |
| 2788 | } | |
| 2789 | }}} | |
| 2790 | ||
| 2791 | ||
| 2792 | ||
| r816 | 2793 | {{{#!wiki class="borderbutton" |
| r814 | 2794 | 버튼}}} |
| r806 | 2795 | |
| r814 | 2796 | |
| 2797 | ||
| 2798 | ||
| 2799 | ||
| 2800 | ||
| r812 | 2801 | ||<:><-2><tablealign=center><tablebgcolor=#fff,#1f2023><tablebordercolor=#00a495><colbgcolor=#00a495><colcolor=#fff>'''[[피부색|{{{#fff 인간의 피부색}}}]]''' |
| r808 | 2802 | || |
| r812 | 2803 | ||<width=20%> '''현실''' ||<(>{{{#!wiki style="word-break:keep-all" |
| 2804 | [[피부/갈색|{{{#!wiki style="display:inline-block; padding:0 .5em; border-radius:5px; background:sienna; color:#fff" | |
| 2805 | 피부/검은색}}}]] [[피부/흰색|{{{#!wiki style="display:inline-block; padding:0 .5em; border-radius:5px; border:.5px solid #888; background:#fff; color:#000" | |
| 2806 | 흰색}}}]] [[피부/분홍색|{{{#!wiki style="display:inline-block; padding:0 .5em; border-radius:5px; background:pink; color:#000" | |
| 2807 | 분홍색}}}]] [[피부/노란색|{{{#!wiki style="display:inline-block; padding:0 .5em; border-radius:5px; background:gold; color:#000" | |
| r811 | 2808 | 노란색}}}]]}}} |
| r808 | 2809 | || |
| r812 | 2810 | || '''가상''' ||<(>{{{#!wiki style="word-break:keep-all" |
| 2811 | [[피부/빨간색|{{{#!wiki style="display:inline-block; padding:0 .5em; border-radius:5px; background:red; color:#fff" | |
| 2812 | 빨간색}}}]] [[피부/파란색|{{{#!wiki style="display:inline-block; padding:0 .5em; border-radius:5px; background:#05f; color:#fff" | |
| 2813 | 파란색}}}]] [[피부/녹색|{{{#!wiki style="display:inline-block; padding:0 .5em; border-radius:5px; background:#090; color:#fff" | |
| r811 | 2814 | 녹색}}}]]}}} |
| r808 | 2815 | || |
| 2816 | || '''기타''' ||<(>{{{#!wiki style="word-break:keep-all" | |
| r813 | 2817 | [[멜라닌]] · [[선탠]]}}} |
| r808 | 2818 | || |
| 2819 | ||
| 2820 | ||
| 2821 | ||
| 2822 | ||
| 2823 | ||
| 2824 | ||
| 2825 | ||
| 2826 | ||
| r807 | 2827 | {{{#!wiki style="max-width:500px" |
| r806 | 2828 | ||<keepall><tablewidth=100%> {{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)" |
| 2829 | {{{#!folding 공정 [ 펼치기 · 접기 ] | |
| 2830 | {{{#!wiki style="margin: -5px -1px -11px;" | |
| 2831 | ||<|2><tablewidth=100%> 공정[br]이름[* 여기 나오는 수치는 회로선폭, 또는 mosfet 채널 길이를 의미한다.] ||<|2> 노드[br]형태 ||<|2> 출시[br]연도 ||<-2> 트랜지스터 ||<|2> 인터커넥트[br]피치 ||<-3> 트랜지스터 핀 || | |
| 2832 | || 밀도 || 게이트 피치 || 피치 || 폭 || 높이 || | |
| 2833 | ||<)>10㎛ || 정의 || 1970 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2834 | ||<)>6㎛ || 정의 || 1974 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2835 | ||<)>3㎛ || 정의 || 1977 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2836 | ||<)>1.5㎛ || 정의 || 1982 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2837 | ||<)>1㎛ || 정의 || 1985 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2838 | ||<)>800㎚ || 정의 || 1989 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2839 | ||<)>600㎚ || 정의 || 1994 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2840 | ||<)>350㎚ || 정의 || 1995 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2841 | ||<)>250㎚ || 정의 || 1997 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2842 | ||<)>220㎚ || 하프 || 1999 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2843 | ||<)>180㎚ || 정의 || 1999 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2844 | ||<)>150㎚ || 하프 || 2001 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2845 | ||<)>130㎚ || 정의 || 2001 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2846 | ||<)>110㎚ || 하프 || 2004 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2847 | ||<)>90㎚ || 정의 || 2004 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2848 | ||<)>80㎚ || 하프 || 2006 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2849 | ||<)>65㎚ || 정의 || 2006 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2850 | ||<)>55㎚ || 하프 || 2007 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2851 | ||<)>45㎚ || 정의 || 2007 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2852 | ||<)>40㎚ || 하프 || 2008 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2853 | ||<)>32㎚ || 정의 || 2010 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2854 | ||<)>28㎚ || 하프 || 2012 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2855 | ||<)>22㎚ || 정의 || 2012 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2856 | ||<)>20㎚ || 하프 || 2014 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2857 | ||<)>14㎚ || 정의 || 2014 ||<)>? ||<)>70㎚ ||<)>56㎚ ||<)>42㎚ ||<)>8㎚ ||<)>42㎚ || | |
| 2858 | ||<)>10㎚ || 정의 || 2017 ||<)>? ||<)>48㎚ ||<)>36㎚ ||<)>36㎚ ||<)>? ||<)>42㎚ || | |
| 2859 | ||<)>8㎚ || 하프 || 2019 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> || | |
| 2860 | ||<)>7㎚ || 정의 || 2018 ||<)>? ||<)>48㎚ ||<)>28㎚ ||<)>? ||<)>? ||<)>? || | |
| 2861 | ||<)>5㎚ || 정의 || 2020 ||<)>? ||<)>42㎚ ||<)>24㎚ ||<)>? ||<)>? ||<)>? || | |
| r807 | 2862 | ||<)>3㎚ || 정의 || 2022 ||<)> ||<)> ||<)> ||<)> ||<)> ||<)> ||}}}}}}}}} ||}}} |
| r806 | 2863 | |
| 2864 | ||
| 2865 | ||
| 2866 | ||
| r798 | 2867 | {{{#!wiki style="max-width:650px;word-break:keep-all" |
| r799 | 2868 | ||<nopad> {{{#!wiki |
| r798 | 2869 | || 1 || 2 || 3 ||}}} || |
| 2870 | }}} | |
| 2871 | ||
| r802 | 2872 | [math(ttt_{aaa}^{bbb})] |
| r804 | 2873 | |
| r802 | 2874 | [math(가가가_{뷁aaa}^{aa뷁a})] |
| 2875 | ||
| 2876 | ||
| r842 | 2877 | |
| r805 | 2878 | 全ての親{{{#!wiki style="display:inline-block;border:1px solid red;vertical-align:middle" |
| 2879 | {{{-5 {{{#!wiki style="display:inline-block;border:1px solid red;vertical-align:top" | |
| 2880 | mother}}} | |
| 2881 | {{{#!wiki style="display:inline-block;border:1px solid red;vertical-align:top" | |
| 2882 | 전체 부모}}}}}}}}} | |
| r804 | 2883 | |
| r805 | 2884 | |
| r798 | 2885 | |
| 2886 | ||
| 2887 | ||
| r785 | 2888 | 엄 검 중 약 소 |
| r795 | 2889 | {{{#!wiki style="max-width:650px;word-break:keep-all" |
| r796 | 2890 | ||<-4><tablewidth=100%><tablebordercolor=#ddd,#383b40> Root {{{-5 근본}}} [* 모든 본의 최상위 부모가 되는 본이다.] || |
| r797 | 2891 | ||<-4> Hips {{{-5 골반}}} [* 일반적으로 치마 본의 부모를 이 본으로 설정한다.] || |
| r792 | 2892 | ||<-3><width=66.66%> Spine {{{-5 허리}}} || Upper Leg {{{-5 대퇴}}} || |
| 2893 | ||<-3> Chest {{{-5 가슴}}} || Lower Leg {{{-5 하퇴}}} || | |
| r797 | 2894 | ||<-3> Upper Chest {{{-5 상부 가슴}}} [* 보통 이 본은 생략한다.] || Foot {{{-5 발}}} || |
| r792 | 2895 | ||<width=33.33%> Shoulder {{{-5 어깨}}} ||<-2> Neck {{{-5 목}}} || Toes {{{-5 발가락}}} || |
| r797 | 2896 | || Upper Arm {{{-5 상완}}} ||<-2> Head {{{-5 머리}}} [* 일반적으로 머리카락 본의 부모를 이 본으로 설정한다.] || |
| r792 | 2897 | || Lower Arm {{{-5 하완}}} || Eye {{{-5 눈}}} || Jaw {{{-5 턱}}} || |
| r781 | 2898 | || Hand {{{-5 손}}} || |
| r792 | 2899 | ||<-4> {{{#!wiki style="margin: 0 -10px -5px;min-height: calc(1.5em + 5px)" |
| r780 | 2900 | {{{#!folding Fingers ▼ |
| r776 | 2901 | {{{#!wiki style="margin: -5px -1px -11px" |
| r788 | 2902 | ||<tablewidth=100%><-5> {{{#!wiki style="margin: -10px 0 -5px 0" |
| 2903 | {{{-5 손가락}}}}}} || | |
| r791 | 2904 | ||<width=20%>Thumb[br]Proximal[br]{{{-5 엄지 첫마디}}} ||<width=20%>Index[br]Proximal[br]{{{-5 검지 첫마디}}} ||<width=20%>Middle[br]Proximal[br]{{{-5 중지 첫마디}}} ||<width=20%>Ring[br]Proximal[br]{{{-5 약지 첫마디}}} ||<width=20%>Little[br]Proximal[br]{{{-5 소지 첫마디}}} || |
| r793 | 2905 | ||Thumb[br]Intermediate[br]{{{-5 엄지 중간마디}}} ||Index[br]Intermediate[br]{{{-5 검지 중간마디}}} ||Middle[br]Intermediate[br]{{{-5 중지 중간마디}}} ||Ring[br]Intermediate[br]{{{-5 약지 중간마디}}} ||Little[br]Intermediate[br]{{{-5 소지 중간마디}}} || |
| r791 | 2906 | ||Thumb[br]Distal[br]{{{-5 엄지 끝마디}}} ||Index[br]Distal[br]{{{-5 검지 끝마디}}} ||Middle[br]Distal[br]{{{-5 중지 끝마디}}} ||Ring[br]Distal[br]{{{-5 약지 끝마디}}} ||Little[br]Distal[br]{{{-5 소지 끝마디}}} ||}}}}}}}}} ||}}} |
| r778 | 2907 | |
| 2908 | ||
| 2909 | ||
| 2910 | ||
| 2911 | ||
| 2912 | ||
| 2913 | {{{#!wiki style="word-break:keep-all" | |
| 2914 | ||<-3> Root || | |
| 2915 | ||<-3> Hips || | |
| 2916 | ||<-2> Spine || Upper Leg || | |
| 2917 | ||<-2> Chest || Lower Leg || | |
| 2918 | ||<-2> Upper Chest || Foot || | |
| 2919 | || Shoulder || Neck || Toes || | |
| 2920 | || Upper Arm || Head || | |
| 2921 | || Lower Arm || | |
| 2922 | || Hand || | |
| 2923 | ||<-3> {{{#!wiki style="margin: 0 -10px -5px;min-height: calc(1.5em + 5px)" | |
| 2924 | {{{#!folding Fingers | |
| 2925 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 2926 | ||<tablewidth=100%>Thumb Proximal || | |
| r776 | 2927 | ||Thumb Intermediate || |
| 2928 | ||Thumb Distal || | |
| 2929 | ||Index Proximal || | |
| 2930 | ||Index Intermediate || | |
| 2931 | ||Index Distal || | |
| 2932 | ||Middle Proximal || | |
| 2933 | ||Middle Intermediate || | |
| 2934 | ||Middle Distal || | |
| 2935 | ||Ring Proximal || | |
| 2936 | ||Ring Intermediate || | |
| r777 | 2937 | ||Ring Distal || |
| r776 | 2938 | ||Little Proximal || |
| 2939 | ||Little Intermediate || | |
| r778 | 2940 | ||Little Distal ||}}}}}}}}} ||}}} |
| r774 | 2941 | |
| 2942 | ||
| 2943 | ||
| r770 | 2944 | {{{#!wiki style="word-break:keep-all" |
| r775 | 2945 | ||<|3> Root ||<|3> Hips || Upper Leg || Lower Leg || Foot || Toes || || || || |
| r773 | 2946 | ||<|2> Spine || Chest ||<|2> Upper Chest || Neck || Head || || || |
| 2947 | || Shoulder || Upper Arm || Lower Arm || Hand || {{{#!wiki style="min-height: calc(1.5em + 5px)" | |
| 2948 | {{{#!folding Fingers | |
| 2949 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 2950 | || Thumb Proximal || | |
| r770 | 2951 | || Thumb Intermediate || |
| 2952 | || Thumb Distal || | |
| 2953 | || Index Proximal || | |
| 2954 | || Index Intermediate || | |
| 2955 | || Index Distal || | |
| 2956 | || Middle Proximal || | |
| 2957 | || Middle Intermediate || | |
| 2958 | || Middle Distal || | |
| 2959 | || Ring Proximal || | |
| 2960 | || Ring Intermediate || | |
| 2961 | || Ring Distal || | |
| 2962 | || Little Proximal || | |
| 2963 | || Little Intermediate || | |
| r773 | 2964 | || Little Distal ||}}}}}}}}} ||}}} |
| r768 | 2965 | |
| r773 | 2966 | ||<keepall> {{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)" |
| 2967 | {{{#!folding [ 펼치기 · 접기 ] | |
| 2968 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 2969 | }}}}}}}}} || | |
| r768 | 2970 | |
| 2971 | ||
| 2972 | ||
| r770 | 2973 | || || |
| 2974 | || || | |
| 2975 | || || | |
| 2976 | || || | |
| 2977 | || || | |
| 2978 | || || | |
| 2979 | || || | |
| 2980 | || || | |
| 2981 | ||
| r765 | 2982 | |
| r771 | 2983 | |
| 2984 | ||
| r765 | 2985 | |
| 2986 | ||
| 2987 | ||
| r772 | 2988 | |
| 2989 | ||
| 2990 | ||
| 2991 | ||
| r729 | 2992 | {{{#!style |
| r764 | 2993 | .tkg-bg { |
| r762 | 2994 | display: inline-block; vertical-align: middle; background-color: currentcolor |
| r753 | 2995 | } |
| r764 | 2996 | .tkg-0 { |
| r763 | 2997 | background: conic-gradient(from 509.43deg at 50% 78.28%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 177.13deg at 36.85% 75.04%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 204.82deg at 26.72% 66.06%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r730 | 2998 | } |
| r764 | 2999 | .tkg-1 { |
| r748 | 3000 | background: conic-gradient(from 232.51deg at 21.92% 53.4%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 260.2deg at 23.55% 39.97%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 287.89deg at 31.24% 28.82%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 315.59deg at 43.23% 22.53%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r735 | 3001 | } |
| r764 | 3002 | .tkg-2 { |
| r748 | 3003 | background: conic-gradient(from 343.28deg at 56.76% 22.53%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 370.97deg at 68.75% 28.82%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 398.66deg at 76.44% 39.97%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 426.35deg at 78.07% 53.4%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r735 | 3004 | } |
| r764 | 3005 | .tkg-3 { |
| r748 | 3006 | background: conic-gradient(from 454.05deg at 73.27% 66.06%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 481.74deg at 63.14% 75.04%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r735 | 3007 | } |
| r736 | 3008 | @theseed-dark-mode { |
| r764 | 3009 | .tkg-bg { |
| r763 | 3010 | display: inline-block; vertical-align: middle; background-color: currentcolor |
| r753 | 3011 | } |
| r764 | 3012 | .tkg-0 { |
| r763 | 3013 | background: conic-gradient(from 509.43deg at 50% 78.28%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 177.13deg at 36.85% 75.04%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 204.82deg at 26.72% 66.06%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r736 | 3014 | } |
| r764 | 3015 | .tkg-1 { |
| r748 | 3016 | background: conic-gradient(from 232.51deg at 21.92% 53.4%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 260.2deg at 23.55% 39.97%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 287.89deg at 31.24% 28.82%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 315.59deg at 43.23% 22.53%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r736 | 3017 | } |
| r764 | 3018 | .tkg-2 { |
| r748 | 3019 | background: conic-gradient(from 343.28deg at 56.76% 22.53%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 370.97deg at 68.75% 28.82%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 398.66deg at 76.44% 39.97%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 426.35deg at 78.07% 53.4%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r736 | 3020 | } |
| r764 | 3021 | .tkg-3 { |
| r748 | 3022 | background: conic-gradient(from 454.05deg at 73.27% 66.06%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg), conic-gradient(from 481.74deg at 63.14% 75.04%, transparent 0deg, currentcolor 0deg, currentcolor 61.12deg, transparent 61.12deg) |
| r736 | 3023 | } |
| 3024 | } | |
| r730 | 3025 | }}} |
| r729 | 3026 | |
| r764 | 3027 | {{{#!wiki class="tkg-bg" |
| 3028 | {{{#!wiki class="tkg-0" style="color:#fff;width:20px;height:20px" dark-style="color:#1c1d1f;width:20px;height:20px" | |
| 3029 | {{{#!wiki class="tkg-1" style="color:#fff;width:20px;height:20px" dark-style="color:#1c1d1f;width:20px;height:20px" | |
| 3030 | {{{#!wiki class="tkg-2" style="color:#fff;width:20px;height:20px" dark-style="color:#1c1d1f;width:20px;height:20px" | |
| 3031 | {{{#!wiki class="tkg-3" style="color:#fff;width:20px;height:20px" dark-style="color:#1c1d1f;width:20px;height:20px" | |
| r760 | 3032 | }}}}}}}}}}}}}}} |
| r729 | 3033 | |
| r764 | 3034 | {{{#!wiki class="tkg-bg" |
| 3035 | {{{#!wiki class="tkg-0" style="color:#fff;width:100px;height:100px" dark-style="color:#1c1d1f;width:100px;height:100px" | |
| 3036 | {{{#!wiki class="tkg-1" style="color:#fff;width:100px;height:100px" dark-style="color:#1c1d1f;width:100px;height:100px" | |
| 3037 | {{{#!wiki class="tkg-2" style="color:#fff;width:100px;height:100px" dark-style="color:#1c1d1f;width:100px;height:100px" | |
| 3038 | {{{#!wiki class="tkg-3" style="color:#fff;width:100px;height:100px" dark-style="color:#1c1d1f;width:100px;height:100px" | |
| r753 | 3039 | }}}}}}}}}}}}}}} |
| r739 | 3040 | |
| r764 | 3041 | ||<bgcolor=#000000,#50545e> {{{#!wiki class="tkg-bg" style="color:#fff" dark-style="color:#fff" |
| 3042 | {{{#!wiki class="tkg-0" style="color:#000;width:100px;height:100px" dark-style="color:#50545e;width:100px;height:100px" | |
| 3043 | {{{#!wiki class="tkg-1" style="color:#000;width:100px;height:100px" dark-style="color:#50545e;width:100px;height:100px" | |
| 3044 | {{{#!wiki class="tkg-2" style="color:#000;width:100px;height:100px" dark-style="color:#50545e;width:100px;height:100px" | |
| 3045 | {{{#!wiki class="tkg-3" style="color:#000;width:100px;height:100px" dark-style="color:#50545e;width:100px;height:100px" | |
| r757 | 3046 | }}}}}}}}}}}}}}} || |
| r729 | 3047 | |
| 3048 | ||
| 3049 | ||
| 3050 | ||
| r730 | 3051 | |
| r732 | 3052 | |
| 3053 | ||
| 3054 | ||
| 3055 | ||
| 3056 | ||
| 3057 | ||
| r736 | 3058 | |
| 3059 | ||
| 3060 | ||
| 3061 | ||
| r728 | 3062 | ||<|3> {{{#!wiki style="writing-mode: vertical-lr" |
| 3063 | Vertical}}} || Horizontal ||<|3> {{{#!wiki style="writing-mode: vertical-lr" | |
| 3064 | Vertical}}} || | |
| 3065 | || Horizontal || | |
| 3066 | || Horizontal || | |
| 3067 | ||
| 3068 | ||
| 3069 | ||
| r711 | 3070 | {{{#!wiki style="display:inline-block;width:40px;height:1em;background-color:#f00" |
| 3071 | }}}{{{#!wiki style="display:inline-block;width:10px;height:1em;background-color:#0f0" | |
| 3072 | }}}{{{#!wiki style="display:inline-block;width:25px;height:1em;background-color:#00f" | |
| 3073 | }}} | |
| r727 | 3074 | [* ㅇㅇ] |
| r726 | 3075 | [* '''{{{#!wiki style="font-family:monospace" |
| 3076 | {{{#f00,#0ff 4}}}:{{{#0f0,#f0f 1}}}:{{{#00f,#ff0 2.5}}}}}}'''{{{#!wiki style="max-width:400px;height:1em;background:linear-gradient(90deg, #f00 calc(1% * 100 * 4 / 7.5), #0f0 0, #0f0 calc((1% * 100 * 4 / 7.5) + (1% * 100 * 1 / 7.5)), #00f 0)"dark-style="background:linear-gradient(90deg, #0ff calc(1% * 100 * 4 / 7.5), #f0f 0, #f0f calc((1% * 100 * 4 / 7.5) + (1% * 100 * 1 / 7.5)), #ff0 0)" | |
| 3077 | }}}] | |
| r709 | 3078 | |
| 3079 | ||
| 3080 | ||
| 3081 | ||
| 3082 | ||
| 3083 | ||
| r707 | 3084 | {{{{{{#!style |
| r703 | 3085 | .key td:hover { |
| r706 | 3086 | background-color:#f5f5f5; |
| r703 | 3087 | } |
| 3088 | @theseed-dark-mode { | |
| r706 | 3089 | .key td:hover { |
| 3090 | background-color:#2d2f34; | |
| 3091 | } | |
| r703 | 3092 | } |
| r704 | 3093 | }}} |
| r697 | 3094 | |
| r707 | 3095 | <tableclass=key>}}} |
| r697 | 3096 | |
| r708 | 3097 | 호버 하이라이트 |
| r697 | 3098 | |
| r700 | 3099 | |
| 3100 | ||
| 3101 | ||
| r702 | 3102 | |
| 3103 | ||
| 3104 | ||
| 3105 | ||
| r704 | 3106 | |
| r703 | 3107 | {{{#!style |
| 3108 | .red td:hover { | |
| 3109 | background-color: red; | |
| 3110 | color: white; | |
| r702 | 3111 | } |
| 3112 | @theseed-dark-mode { | |
| 3113 | .red td:hover { | |
| 3114 | background-color: green; | |
| 3115 | } | |
| 3116 | ||
| 3117 | } | |
| 3118 | }}} | |
| 3119 | ||<tableclass=red> 내용 || 내용2 || 내용3 || | |
| 3120 | ||
| 3121 | ||
| r697 | 3122 | {{{#!style |
| r702 | 3123 | .key td:hover { |
| 3124 | background-color:#f5f5f5; | |
| r694 | 3125 | } |
| r702 | 3126 | @theseed-dark-mode { |
| 3127 | .key td:hover { | |
| 3128 | background-color:#000; | |
| 3129 | } | |
| 3130 | } | |
| r694 | 3131 | }}} |
| r695 | 3132 | {{{#!wiki style="margin: 0 auto; width: min(1000px, 100%); text-align: center; word-break: keep-all" |
| r702 | 3133 | ||<tablewidth=100%><tablebordercolor=#000,#666><bgcolor=#000><tableclass=key> {{{+1 '''[[QWERTY|{{{#fff QWERTY}}}]] [[틀:QWERTY 키보드|{{{#fff 키보드 글쇠}}}]]'''}}} || |
| r695 | 3134 | ||<bgcolor=#fff,#111>{{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)" |
| 3135 | {{{#!folding [ 펼치기 · 접기 (PC를 통한 열람 권장) ] | |
| 3136 | ##)] 편집기 하이라이팅 버그 때문에 둔 주석. | |
| 3137 | {{{#!wiki style="margin: -5px -1px -11px; overflow: hidden" | |
| 3138 | {{{#!wiki style="margin: -16px -0px -12px" | |
| r702 | 3139 | ||<tablewidth=100%><tablebgcolor=#fff,#111><width=2.7%><rowbgcolor=#dcdcdc,#383b40>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.7%>||<width=2.8%>|| |
| 3140 | ||<-2>[[Esc 키|{{{#000,#fff Esc}}}]] ||<-2><bgcolor=#dcdcdc,#383b40> ||<-2>[[기능 키#F1|{{{#000,#fff F1}}}]] ||<-2>[[기능 키#F2|{{{#000,#fff F2}}}]] ||<-2>[[기능 키#F3|{{{#000,#fff F3}}}]] ||<-2>[[기능 키#F4|{{{#000,#fff F4}}}]] ||<bgcolor=#dcdcdc,#383b40> ||<-2>[[F5#|{{{#000,#fff F5}}}]] ||<-2>[[F6|{{{#000,#fff F6}}}]] ||<-2>[[F7|{{{#000,#fff F7}}}]] ||<-2>[[F8|{{{#000,#fff F8}}}]] ||<bgcolor=#dcdcdc,#383b40> ||<-2>[[F9|{{{#000,#fff F9}}}]] ||<-2>[[F10#s-1|{{{#000,#fff F10}}}]] ||<-2>[[F11|{{{#000,#fff F11}}}]] ||<-2>[[F12|{{{#000,#fff F12}}}]] ||<bgcolor=#dcdcdc,#383b40>||<-2> [[Print Screen|{{{#000,#fff PrtSc}}}]][br][[Print Screen#s-3|{{{#000,#fff SysRq}}}]] ||<-2> [[Scroll Lock|{{{#000,#fff ScrLk}}}]] ||<-2> [[Pause Break|{{{#000,#fff Pause[br]Break}}}]] || | |
| r695 | 3141 | ||<-37><bgcolor=#dcdcdc,#383b40>|| |
| r702 | 3142 | ||<-2>[[물결표|{{{#000,#fff ~}}}]] [br] [[다이어크리틱#s-5.2|{{{#000,#fff `}}}]] ||<-2>[[느낌표|{{{#000,#fff !}}}]] [br] [[1|{{{#000,#fff 1}}}]] ||<-2>[[@|{{{#000,#fff @}}}]] [br] [[2|{{{#000,#fff 2}}}]] ||<-2>[[\#|{{{#000,#fff \#}}}]] [br] [[3|{{{#000,#fff 3}}}]] ||<-2>[[달러|{{{#000,#fff $}}}]] [br] [[4|{{{#000,#fff 4}}}]] ||<-2>[[%|{{{#000,#fff %}}}]] [br] [[5|{{{#000,#fff 5}}}]] ||<-2>[[^|{{{#000,#fff ^}}}]] [br] [[6|{{{#000,#fff 6}}}]] ||<-2>[[&|{{{#000,#fff &}}}]] [br] [[7|{{{#000,#fff 7}}}]] ||<-2>[[*|{{{#000,#fff *}}}]] [br] [[8|{{{#000,#fff 8}}}]] ||<-2>[[괄호#s-2.1|{{{#000,#fff (}}}]] [br] [[9|{{{#000,#fff 9}}}]] ||<-2>[[괄호#s-2.1|{{{#000,#fff )}}}]] [br] [[0|{{{#000,#fff 0}}}]] ||<-2>[[_|{{{#000,#fff _}}}]] [br] [[-|{{{#000,#fff -}}}]] ||<-2>[[덧셈|{{{#000,#fff +}}}]] [br] [[=|{{{#000,#fff =}}}]] ||<-4> [[백스페이스|{{{#000,#fff ← Backspace}}}]][br]{{{#000,#fff (Delete)}}} ||<bgcolor=#dcdcdc,#383b40>||<-2> [[Insert#s-2|{{{#000,#fff Ins}}}]] ||<-2> [[홈#s-2.5|{{{#000,#fff Home}}}]] ||<-2> [[Page up|{{{#000,#fff PgUp}}}]] || |
| 3143 | ||<-3> [[Tab 키|{{{#000,#fff ⇆ Tab}}}]] ||<-2>[[Q|{{{#000,#fff Q}}}]] ||<-2>[[W|{{{#000,#fff W}}}]] ||<-2>[[E|{{{#000,#fff E}}}]] ||<-2>[[R|{{{#000,#fff R}}}]] ||<-2>[[T|{{{#000,#fff T}}}]] ||<-2>[[Y|{{{#000,#fff Y}}}]] ||<-2>[[U|{{{#000,#fff U}}}]] ||<-2>[[I|{{{#000,#fff I}}}]] ||<-2>[[O|{{{#000,#fff O}}}]] ||<-2>[[P|{{{#000,#fff P}}}]] ||<-2>[[괄호#s-2.2|{{{#000,#fff \{}}}]] [br] [[괄호#s-2.3|{{{#000,#fff \[}}}]] ||<-2>[[괄호#s-2.2|{{{#000,#fff \}}}}]] [br] [[괄호#s-2.3|{{{#000,#fff \]}}}]] ||<-3>[[\||{{{#000,#fff \|}}}]][br][[\\|{{{#000,#fff \\}}}]] ||<bgcolor=#dcdcdc,#383b40>||<-2> [[삭제#s-1|{{{#000,#fff Del}}}]] ||<-2> [[END#s-5|{{{#000,#fff End}}}]] ||<-2> [[Page down|{{{#000,#fff PgDn}}}]] || | |
| 3144 | ||<-4> [[Caps Lock|{{{#000,#fff ⇪ Caps Lock}}}]] ||<-2>[[A|{{{#000,#fff A}}}]] ||<-2>[[S|{{{#000,#fff S}}}]] ||<-2>[[D|{{{#000,#fff D}}}]] ||<-2>[[F|{{{#000,#fff F}}}]] ||<-2>[[G|{{{#000,#fff G}}}]] ||<-2>[[H|{{{#000,#fff H}}}]] ||<-2>[[J|{{{#000,#fff J}}}]] ||<-2>[[K|{{{#000,#fff K}}}]] ||<-2>[[L|{{{#000,#fff L}}}]] ||<-2>[[쌍점|{{{#000,#fff :}}}]][br][[쌍반점|{{{#000,#fff ;}}}]] ||<-2>[[따옴표|{{{#000,#fff "}}}]][br][[아포스트로피|{{{#000,#fff '}}}]] ||<-4> [[엔터 키|{{{#000,#fff Enter ↲}}}]][br](Return) ||<-5><bgcolor=#dcdcdc,#383b40>||<-2> [[Num Lock|{{{#000,#fff Num}}}]] || | |
| 3145 | ||<-5> [[Shift 키|{{{#000,#fff ⇧ Shift}}}]] ||<-2>[[Z|{{{#000,#fff Z}}}]] ||<-2>[[X|{{{#000,#fff X}}}]] ||<-2>[[C|{{{#000,#fff C}}}]] ||<-2>[[V|{{{#000,#fff V}}}]] ||<-2>[[B|{{{#000,#fff B}}}]] ||<-2>[[N|{{{#000,#fff N}}}]] ||<-2>[[M|{{{#000,#fff M}}}]] ||<-2>[[부등호|{{{#000,#fff <}}}]][br][[쉼표|{{{#000,#fff ,}}}]] ||<-2>[[부등호|{{{#000,#fff >}}}]][br][[마침표|{{{#000,#fff .}}}]] ||<-2>[[물음표|{{{#000,#fff ?}}}]][br][[..//|{{{#000,#fff /}}}]] ||<-5> [[Shift 키|{{{#000,#fff ⇧ Shift}}}]] ||<-3><#dcdcdc,#383b40>||<-2>[[방향|{{{#000,#fff ↑}}}]]||<-2><bgcolor=#dcdcdc,#383b40>|| | |
| 3146 | ||<-3> [[Ctrl 키|{{{#000,#fff Ctrl}}}]] [br] {{{#000,#fff (}}}[[FN|{{{#000,#fff fn}}}]]{{{#000,#fff )}}} ||<-2> [[FN(키)|{{{#000,#fff Fn}}}]] [br] {{{#000,#fff (}}}[[컨트롤|{{{#000,#fff ^}}}]]{{{#000,#fff )}}} ||<-2> [[윈도우 키|{{{#000,#fff [[파일:Windows_11_Icon_(print).svg|width=15px&theme=light]][[파일:Windows_11_Icon_(dark).svg|width=15px&theme=dark]]}}}]] [br] {{{#000,#fff (}}}[[옵션#s-5|{{{#000,#fff ⌥}}}]]{{{#000,#fff )}}} ||<-2> [[Alt 키|{{{#000,#fff Alt}}}]] [br] {{{#000,#fff (}}}[[커맨드|{{{#000,#fff ⌘}}}]]{{{#000,#fff )}}} ||<-12> [[스페이스 바|{{{#000,#fff Space}}}]] ||<-2> [[Alt 키|{{{#000,#fff Alt}}}]] [br] {{{#000,#fff (}}}[[커맨드|{{{#000,#fff ⌘}}}]]{{{#000,#fff )}}} ||<-2> [[윈도우 키|{{{#000,#fff [[파일:Windows_11_Icon_(print).svg|width=15px&theme=light]][[파일:Windows_11_Icon_(dark).svg|width=15px&theme=dark]]}}}]] [br] {{{#000,#fff (}}}[[옵션#s-5|{{{#000,#fff ⌥}}}]]{{{#000,#fff )}}} ||<-2> [[Windows Copilot|[[파일:Windows Copilot 로고.svg|width=20]]]] [br] [[메뉴 키|{{{#000,#fff (Menu)}}}]] ||<-3> [[Ctrl 키|{{{#000,#fff Ctrl}}}]] ||<bgcolor=#dcdcdc,#383b40>||<-2>[[방향|{{{#000,#fff ←}}}]]||<-2>[[방향|{{{#000,#fff ↓}}}]]||<-2>[[방향|{{{#000,#fff →}}}]]|| | |
| r695 | 3147 | ||<-37><bgcolor=#dcdcdc,#383b40>||}}}}}}}}}}}}||}}} |
| 3148 | ||
| 3149 | ||
| 3150 | 이 내용에서 {{{#000,#fff 지우기 제외}}} 를 지워줘 지우기 제외 부분만 뺴고 | |
| 3151 | ||
| r694 | 3152 | ||<tableclass=hover-table> 셀 1 || 셀 2 || |
| 3153 | || 셀 3 || 셀 4 || | |
| 3154 | ||
| 3155 | ||
| 3156 | ||
| r702 | 3157 | |
| 3158 | ||
| r694 | 3159 | ||<class=key> 내용 || |
| 3160 | ||
| 3161 | 이런식으로 되니까 이런식으로 만들라고 이 문법보다 테이블의 셀의 갯수가 많아지면 일일이 <class=key>를 넣을 순 없잖아? | |
| 3162 | ||
| 3163 | ||
| 3164 | } | |
| r693 | 3165 | table.keykey:hover > tbody > tr:nth-of-type(2n) > td:first-of-type { |
| 3166 | background-color:#0f0; | |
| 3167 | } | |
| r692 | 3168 | |
| r693 | 3169 | ||<tableclass=keykey> ff || |
| r692 | 3170 | || ff || |
| 3171 | || ff || | |
| 3172 | || ff || | |
| 3173 | || ff || | |
| 3174 | || ff || | |
| 3175 | || ff || | |
| 3176 | || ff || | |
| 3177 | || ff || | |
| 3178 | ||
| r694 | 3179 | ||<tableclass=hover-table> ss || ss || ss || ss || ss || |
| r692 | 3180 | || ss || ss || ss || ss || ss || |
| 3181 | || ss || ss || ss || ss || ss || | |
| 3182 | || ss || ss || ss || ss || ss || | |
| 3183 | || ss || ss || ss || ss || ss || | |
| 3184 | || ss || ss || ss || ss || ss || | |
| 3185 | || ss || ss || ss || ss || ss || | |
| 3186 | ||
| 3187 | ||
| 3188 | ||<|5><class=key><tablebgcolor=transparent> 클릭 ||<class=key> dd || | |
| 3189 | ||<class=key> dd || | |
| 3190 | ||<class=key> dd || | |
| 3191 | ||<class=key> dd || | |
| 3192 | ||<class=key> dd || | |
| 3193 | ||
| 3194 | ||
| 3195 | ||
| 3196 | ||
| 3197 | ||
| r684 | 3198 | ||<nopad><#fff>{{{#!wiki style="word-break:keep-all;font: 0.5em/0.95 monospace; font-family: revert;color:#000" |
| 3199 | }}}|| | |
| 3200 | ||
| 3201 | ||
| 3202 | ||
| 3203 | ||
| 3204 | ||
| 3205 | ||
| 3206 | ||
| 3207 | ||
| 3208 | ||
| 3209 | ||
| 3210 | ||
| 3211 | ||
| 3212 | ||
| r683 | 3213 | 주제를 벗어나긴 했는데 프로플의 테이블이 {{{#!wiki style="max-width:500px" |
| r679 | 3214 | || 몬스터 대학교 || → || 인사이드 아웃 || → || 굿 다이노 || |
| 3215 | ||<-5><nopad> {{{#!wiki style="margin: -10px 0" | |
| r683 | 3216 | ||<tablewidth=100%><width=30%> 감독 ||<width=60%> 피트 닥터 ||}}} ||}}}이런식으로 열이 맞지 않게 되있는데 열을 맞추는게 좋을까요 아니면 맞추지 않는게 좋을까요? |
| r678 | 3217 | |
| 3218 | ||
| 3219 | ||
| 3220 | ||
| r638 | 3221 | {{{#!style |
| r673 | 3222 | .t { |
| r674 | 3223 | width:150px;overflow:hidden; |
| r673 | 3224 | } |
| r674 | 3225 | .t:hover { |
| 3226 | width:500px; | |
| r673 | 3227 | } |
| 3228 | }}} | |
| r670 | 3229 | |
| r674 | 3230 | ||<class=t><nopad><tablebordercolor=red> [[파일:해킹범.webp|width=100%]] || |
| 3231 | ||
| 3232 | ||
| 3233 | ||
| 3234 | ||
| 3235 | ||
| 3236 | ||
| r676 | 3237 | |
| 3238 | ||
| 3239 | ||
| 3240 | ||
| 3241 | ||
| 3242 | ||
| 3243 | ||
| r673 | 3244 | |
| 3245 | ||
| 3246 | ||
| 3247 | ||
| 3248 | ||
| 3249 | ||
| 3250 | {{{#!style | |
| 3251 | ||
| r670 | 3252 | .my-table { |
| 3253 | ||
| 3254 | border-radius: 16px; overflow:hidden; | |
| 3255 | ||
| 3256 | background-color: aliceblue; | |
| 3257 | ||
| 3258 | transition: 0.3s; /* 색이 부드럽게 변함 */ | |
| 3259 | ||
| 3260 | width :100px; height: 100px; | |
| 3261 | ||
| 3262 | } | |
| 3263 | ||
| 3264 | ||
| 3265 | ||
| 3266 | .my-table:hover { | |
| 3267 | ||
| r672 | 3268 | overflow:hidden; |
| r671 | 3269 | background-color:#0f0; |
| r672 | 3270 | width:200px;height:200px; |
| r670 | 3271 | |
| 3272 | } | |
| 3273 | ||
| 3274 | }}} | |
| 3275 | ||
| r673 | 3276 | {{{#!wiki style="width:100%;height:100%;overflow: hidden" |
| 3277 | {{{#!wiki style="width:500px;height:500px;margin: -90% -155%" | |
| 3278 | [[파일:해킹범.webp|width=100%]]}}}}}} | |
| r670 | 3279 | |
| r673 | 3280 | |
| 3281 | ||
| r672 | 3282 | {{{#!wiki style="width:150px;height:150px;overflow: hidden" |
| 3283 | {{{#!wiki style="width:500px;height:500px;margin: -90% -155%" | |
| 3284 | [[파일:해킹범.webp|width=100%]]}}}}}} | |
| r670 | 3285 | |
| 3286 | ||
| r672 | 3287 | ||<tableclass=my-table><tablebordercolor=transparent> || |
| r670 | 3288 | |
| 3289 | ||
| 3290 | ||
| 3291 | ||
| r672 | 3292 | |
| r670 | 3293 | {{{#!style |
| r647 | 3294 | .margin { |
| 3295 | margin: -12px -2px; | |
| 3296 | } | |
| r655 | 3297 | table.padding > tbody > tr > td:first-of-type { |
| 3298 | padding: 13px 10px; | |
| 3299 | } | |
| r647 | 3300 | .circles { |
| r653 | 3301 | overflow:hidden; |
| r668 | 3302 | background-color:#1c1362;background-image:radial-gradient(circle at 1% 8%, #7e1766 60px, transparent 62px), radial-gradient(circle at 30% 20%, #00a64c 40px, transparent 42px), radial-gradient(circle at 4% 45%, #0069b2 90px, transparent 92px), radial-gradient(circle at 31% 82%, #99002f 80px, #1c1362 82px); |
| r647 | 3303 | } |
| 3304 | }}} | |
| r663 | 3305 | ||<-5><tablewidth=550><tablealign=right><tablebgcolor=#fff,#1c1d1f><tablebordercolor=#1c1362><nopad> {{{#!wiki style="padding: 7px 10px; background-image: radial-gradient(circle at 5% 20%, #cabbea66 20px, transparent 22px), radial-gradient(circle at 0% 120%, #7e1766b3 75px, transparent 77px), radial-gradient(circle at 20% 20%, #00a64cb3 40px, transparent 42px), radial-gradient(circle at 82% 27%, #00a2e099 30px, transparent 32px), radial-gradient(circle at 70% 10%, #0069b299 75px, transparent 77px), radial-gradient(circle at 98% 90%, #99002fbf 50px, transparent 52px), linear-gradient(to bottom, #1c1362 40%, #14549e 80%, #0893ce)" |
| 3306 | {{{#white '''{{{+1 인사이드 아웃}}}''' (2015)[br]Inside Out}}}}}} || | |
| 3307 | ||<-5><bgcolor=white><nopad> [[파일:Inside_Out.jpg|width=100%]] || | |
| 3308 | ||<-5><bgcolor=#1c1362> [[픽사|{{{#white '''픽사'''}}}]] {{{#white '''장편 애니메이션'''}}} || | |
| 3309 | ||<width=100px> [[몬스터 대학교]] ||<width=25px> → ||<width=100px> '''인사이드 아웃''' ||<width=25px> → ||<width=100px> [[굿 다이노]] || | |
| r653 | 3310 | ||<-5><nopad> {{{#!wiki class="circles" |
| 3311 | {{{#!wiki class="margin" | |
| r663 | 3312 | ||<-2><width=35%><tablebgcolor=transparent><tableclass=padding> {{{#white '''감독'''}}} ||<-3><colbgcolor=#f5f5f5,#2d2f34>[[피트 닥터]] || |
| r647 | 3313 | ||<-2> {{{#white '''제작'''}}} ||<-3>코리 레이 || |
| 3314 | ||<-2> {{{#white '''각본'''}}} ||<-3>피트 닥터, 멕 러포브, 조시 쿨리 || | |
| 3315 | ||<-2> {{{#white '''원안'''}}} ||<-3>피트 닥터, 로니 델카르멘[* [[필리핀]] 출신 애니메이터로 1989년 미국으로 이민 가서 《[[배트맨 디 애니메이티드 시리즈|배트맨 애니메이션 시리즈]]》의 스토리보드 작가로 활동하다가 [[드림웍스]]에서 스토리 슈퍼바이저로 일했다. 그러다 2000년 여름 《[[니모를 찾아서]]》 프로덕션 기간 중에 픽사에 스토리 슈퍼바이저로 합류했다. 이후 [[아카데미 시상식]] 후보에 올랐던 단편 애니 '원맨 밴드'의 프로덕션 디자인을 맡았고, 《[[라따뚜이(애니메이션)|라따뚜이]]》에서 스토리 작업을 맡기도 했다. 그리고 《[[업(애니메이션)|업]]》의 DVD에 수록된 단편 애니메이션 '더그의 특별한 임무(Dug's Special Mission)'으로 감독에 입봉했다. 크레딧에는 감독 피트 닥터 다음으로 공동 연출로 기재되었다.] || | |
| 3316 | ||<-2> {{{#white '''출연'''}}} ||<-3>[[파일:미국 국기.svg|width=20]] [[에이미 폴러]], [[빌 헤이더]] 外[br][[파일:대한민국 국기.svg|width=20]] [[안소이]], [[위훈]], [[이종구(배우)|이종구]] 外 || | |
| 3317 | ||<-2> {{{#white '''음악'''}}} ||<-3>[[마이클 지아키노]] || | |
| r649 | 3318 | ||<-2> {{{#white '''장르'''}}} ||<-3>[[애니메이션]], [[코미디]], [[드라마]], [[성장물|성장]], [[가족물|가족]], [[모험물|어드벤처]], [[판타지]] || |
| r647 | 3319 | ||<-2> {{{#white '''개봉일'''}}} ||<-3>[[파일:미국 국기.svg|width=20]] [[2015년]] [[6월 19일]][br][[파일:대한민국 국기.svg|width=20]] [[2015년]] [[7월 9일]]{{{#!folding [기타 국가 펼치기 · 접기 ] |
| 3320 | [[파일:대만 국기.svg|width=20]] [[2015년]] [[8월 7일]][br][[파일:독일 국기.svg|width=20]] [[2015년]] [[10월 1일]]}}} || | |
| 3321 | ||<-2> {{{#white '''상영 시간'''}}} ||<-3>본편 94분[br]단편 [[라바#s-2.1|라바 (Lava)]] 8분 || | |
| 3322 | ||<-2> {{{#white '''상영 타입'''}}} ||<-3>[[2차원|2D]] | [[스테레오스코피|3D]] | [[IMAX]] | [[Dolby Cinema]](해외) || | |
| 3323 | ||<-2> {{{#white '''제작사'''}}} ||<-3>[[파일:미국 국기.svg|width=20]] [[월트 디즈니 픽처스]][br][[파일:미국 국기.svg|width=20]] [[픽사 애니메이션 스튜디오]] || | |
| r649 | 3324 | ||<-2> {{{#white '''수입사'''}}} ||<-3>[[파일:대한민국 국기.svg|width=20]] [[월트 디즈니 컴퍼니 코리아]] || |
| 3325 | ||<-2> {{{#white '''배급사'''}}} ||<-3>[[파일:미국 국기.svg|width=20]] [[월트 디즈니 스튜디오스 모션 픽처스]][br][[파일:대한민국 국기.svg|width=20]] [[월트 디즈니 컴퍼니 코리아]] || | |
| 3326 | ||<-2> {{{#white '''스트리밍'''}}} ||<-3>[include(틀:디즈니+ 표시)] [[https://www.disneyplus.com/ko-kr/movies/inside-out/uzQ2ycVDi2IE|▶]] || | |
| r647 | 3327 | ||<-2> {{{#white '''제작비'''}}} ||<-3>'''1억 7,500만 달러''' || |
| 3328 | ||<-2> {{{#white '''월드 박스오피스'''}}} ||<-3>'''8억 5,884만 8,019달러'''[* 출처: [[https://www.boxofficemojo.com|Box Office Mojo]]] || | |
| 3329 | ||<-2> {{{#white '''북미 박스오피스'''}}} ||<-3>'''3억 5,692만 1,711달러''' || | |
| 3330 | ||<-2> {{{#white '''대한민국 관객수'''}}} ||<-3>'''496만 9,735명'''[* 픽사 애니메이션 영화 최다 국내 관객수 기록][* 출처: [[https://www.kobis.or.kr|영화관 입장권 통합 전산망]]] || | |
| r649 | 3331 | ||<-2> {{{#white '''국내 등급'''}}} ||<-3>[[전체 관람가|[[파일:영등위_전체관람가_2021.svg|width=30]] '''{{{#212529,#e0e0e0 전체 관람가}}}''']] || |
| r653 | 3332 | ||<-2> {{{#white '''링크'''}}} ||<-3>[[https://www.pixar.com/feature-films/inside-out|[[파일:홈페이지 아이콘.svg|width=20]]]][* Pixar 홈페이지] | [[https://movies.disney.com/inside-out/|[[파일:홈페이지 아이콘.svg|width=20]]]][* Disney 홈페이지] | [[https://www.facebook.com/PixarInsideOut|[[파일:페이스북 아이콘.svg|width=20]]]] | [[https://www.instagram.com/pixarinsideout/|[[파일:인스타그램 아이콘.svg|width=20]]]] | [include(틀:X(SNS) 로고, 링크=PixarInsideOut, 크기=20)]||}}}}}} || |
| r647 | 3333 | |
| 3334 | ||
| r664 | 3335 | [clearfix] |
| r647 | 3336 | |
| 3337 | ||
| 3338 | ||
| 3339 | ||
| 3340 | ||
| 3341 | ||
| 3342 | ||
| 3343 | ||
| 3344 | ||<nopad> {{{#!wiki class="circles" | |
| 3345 | {{{#!wiki class="margin" | |
| 3346 | ||<tablebgcolor=transparent> 111 ||<colbgcolor=#0ff> aaa || | |
| 3347 | || 222 || bbb || | |
| 3348 | || 333 || ccc || | |
| 3349 | || 444 || ddd || | |
| 3350 | || 555 || eee || | |
| 3351 | || 666 || fff ||}}}}}} || | |
| 3352 | ||
| 3353 | ||
| 3354 | ||
| 3355 | ||
| 3356 | ||
| 3357 | ||
| 3358 | ||
| 3359 | ||
| 3360 | ||
| 3361 | {{{#!style | |
| r641 | 3362 | .mg { |
| 3363 | margin: -12px -2px; | |
| 3364 | } | |
| r638 | 3365 | .bg { |
| r640 | 3366 | overflow:hidden; |
| r644 | 3367 | background:radial-gradient(circle at 25% 50%, yellow 20px, transparent 0), linear-gradient(0deg, #fff, #000); |
| r641 | 3368 | color:red; |
| r638 | 3369 | } |
| 3370 | }}} | |
| r637 | 3371 | |
| r648 | 3372 | ||<nopad> {{{#!wiki class="bg mg" |
| r646 | 3373 | ||<tablebgcolor=transparent> 111 ||<colbgcolor=#0ff> aaa || |
| r645 | 3374 | || 222 || bbb || |
| 3375 | || 333 || ccc || | |
| 3376 | || 444 || ddd || | |
| 3377 | || 555 || eee || | |
| r648 | 3378 | || 666 || fff ||}}} || |
| r645 | 3379 | |
| r641 | 3380 | ||<tablewidth=100%><nopad> {{{#!wiki class="bg" |
| 3381 | {{{#!wiki class="mg" | |
| r640 | 3382 | ||<tablewidth=100%><tablebgcolor=transparent><width=50%> 내용1[br][br] || 내용2 || |
| r641 | 3383 | || 내용3 || 내용4 ||}}}}}} || |
| r637 | 3384 | |
| 3385 | ||
| 3386 | ||
| r638 | 3387 | |
| r636 | 3388 | |
| 3389 | ||
| 3390 | ||
| 3391 | ||
| 3392 | ||<tableclass=my-table><tablebordercolor=transparent> 클릭 || | |
| 3393 | ||
| 3394 | ||
| r634 | 3395 | |
| r635 | 3396 | {{{#!if |
| r634 | 3397 | 참참참참참참참참참참참참참참참참참참참참참참참}}} |
| 3398 | ||
| 3399 | ||
| r632 | 3400 | {{{#!wiki style="width:clamp(50vw, 100%, 100vw);height:20px;border:1px solid red" |
| r631 | 3401 | }}} |
| r635 | 3402 | {{{#!wiki style="width:500px;height:20px;border:1px solid red" |
| r631 | 3403 | }}} |
| 3404 | {{{#!wiki style="width:clac(100vw - 100%);height:20px;border:1px solid red" | |
| 3405 | }}} | |
| 3406 | ||
| 3407 | ||
| r630 | 3408 | {{{#!wiki style="display:table;border:5px solid red;width:100%;height:300px;" |
| 3409 | [[파일:해킹범.webp|width=100%]]}}} | |
| r624 | 3410 | |
| 3411 | ||
| r630 | 3412 | |
| r633 | 3413 | 모바일: 100vw = 100% -> img = 100% |
| 3414 | pc: 100vw > 100% -> img = 50% | |
| r630 | 3415 | |
| 3416 | ||
| 3417 | ||
| 3418 | ||
| 3419 | ||
| 3420 | ||
| r628 | 3421 | ||<tablebgcolor=#fff><:> {{{#!wiki style="display: inline-block; margin: 5px; padding: 7px; border-radius: 25px; background-color: #80FFFF" |
| 3422 | Intelligence}}} = 지능 | |
| 3423 | {{{#!wiki style="display:inline-block; margin: 5px; padding: 7px; border-radius: 25px; background-color: #FF80FF" | |
| 3424 | Social Ineptitude}}} = 사회성 부족 | |
| 3425 | {{{#!wiki style="display:inline-block; margin: 5px; padding: 7px; border-radius: 25px; background-color: #FFFF80" | |
| 3426 | Obsession}}} = 집착 | |
| 3427 | {{{#!wiki style="display:inline-block; margin: 5px; padding: 7px; border-top-left-radius: 21px; border-bottom-right-radius: 21px; background-color: #BF80FF" | |
| 3428 | Dweeb}}} = [[샌님]] | |
| 3429 | {{{#!wiki style="display:inline-block; margin: 5px; padding: 7px; border-top-left-radius: 21px; border-bottom-right-radius: 21px; background-color: #BFFF80" | |
| 3430 | Geek}}} = [[Geek|덕후]] | |
| 3431 | {{{#!wiki style="display:inline-block; margin: 5px; padding: 7px; border-top-left-radius: 21px; border-bottom-right-radius: 21px; background-color: #FFBF80" | |
| 3432 | Dork}}} = [[Dork|얼간이]] | |
| 3433 | {{{#!wiki style="display:inline-block; margin: 5px; padding: 7px; background-color: #DFBF80" | |
| r629 | 3434 | Nerd}}} = [[너드]] |
| r624 | 3435 | |
| r629 | 3436 | {{{-2 즉 머리는 좋지만 사회성은 떨어지고 어떤 주제나 분야에 대해 집착이 있으면 Nerd라는 것}}} || |
| r625 | 3437 | |
| 3438 | ||
| 3439 | ||
| 3440 | ||
| r629 | 3441 | |
| r623 | 3442 | {{{#!wiki style="display:inline-block; padding: 7px; border-radius: 25px; background: linear-gradient(rgb(0, 255, 255, .5), rgb(0, 255, 255, .5)); background-color: rgb(255, 0, 255, .5)" |
| 3443 | Intelligence}}} | |
| 3444 | ||
| r622 | 3445 | |
| 3446 | ||
| r625 | 3447 | |
| 3448 | ||
| r622 | 3449 | {{{#!wiki style="display:inline-block; padding: 7px; border-radius: 25px; background-color: rgb(255, 255, 0, .5)" |
| 3450 | Obsession}}} | |
| 3451 | ||
| 3452 | ||
| 3453 | ||
| 3454 | ||
| 3455 | ||
| r621 | 3456 | || {{{#!wiki style="width:300px" |
| 3457 | }}} || | |
| 3458 | ||<^|1>{{{#!wiki style="margin:0 -10px;height:15px;background:linear-gradient(90deg, rgb(83,20,16,.5) calc(6700 / 10000 * 100%), transparent 0%)" | |
| 3459 | }}}|| | |
| 3460 | ||
| 3461 | ||
| 3462 | ||
| 3463 | ||
| 3464 | ||
| 3465 | ||
| r620 | 3466 | {{{#!wiki style="width:100px;height:100px;background-color:hsl(30 40 40 / 1)" |
| 3467 | }}} | |
| r619 | 3468 | |
| 3469 | ||
| 3470 | ||
| 3471 | ||
| r618 | 3472 | {{{#!wiki style="color:#000;width:110px;height:140px;background:conic-gradient(from 65deg at calc(100%/3) 25%, currentcolor 25deg, transparent 0), conic-gradient(from 245deg at calc(100% - 100%/3) 25%, currentcolor 25deg, transparent 0), conic-gradient(from 65deg at calc(100%/3) 75%, currentcolor 25deg, transparent 0), conic-gradient(from 245deg at calc(100% - 100%/3) 75%, currentcolor 25deg, transparent 0), linear-gradient(#fff, #fff)" |
| r607 | 3473 | }}} |
| r598 | 3474 | |
| r607 | 3475 | |
| 3476 | ||
| 3477 | ||
| 3478 | ||
| r605 | 3479 | {{{#!wiki style="width:15px" |
| 3480 | {{{#!wiki style="width:30px" | |
| r602 | 3481 | |
| r605 | 3482 | ||<colbgcolor=#531410> {{{#!wiki style="width:15px" |
| 3483 | }}} ||<colcolor=gray> {{{#!wiki style="width:30px" | |
| 3484 | ''''''}}} || | |
| r602 | 3485 | |
| r605 | 3486 | 8 |
| 3487 | || 15 || 25 || | |
| 3488 | || 19 || 30 || | |
| 3489 | || 21 || 38 || | |
| 3490 | || 22 || 52 || | |
| 3491 | || 28 || 64 || | |
| r602 | 3492 | |
| r605 | 3493 | 9 |
| 3494 | || 1 || 69 || | |
| 3495 | || 8 || 93 || | |
| 3496 | || 9 || 100 || | |
| 3497 | || 23 || 120 || | |
| 3498 | || 9 || 170 || | |
| r602 | 3499 | |
| r605 | 3500 | 10 |
| 3501 | || 31 || 200 || | |
| r602 | 3502 | |
| r605 | 3503 | 11 |
| 3504 | || 2 || 210 || | |
| r606 | 3505 | || 16 || '''230''' || |
| 3506 | || 23 || '''240''' || | |
| 3507 | || 25 || '''270''' || | |
| 3508 | || 25 || '''280''' || | |
| 3509 | || 26 || '''290''' || | |
| 3510 | || 28 || '''300''' || | |
| r602 | 3511 | |
| r605 | 3512 | 12 |
| 3513 | || 6 || 320 || | |
| r606 | 3514 | || 14 || '''340''' || |
| 3515 | || 18 || '''370''' || | |
| 3516 | || 18 || '''380''' || | |
| 3517 | || 19 || '''390''' || | |
| 3518 | || 19 || '''400''' || | |
| 3519 | || 27 || '''444''' || | |
| 3520 | || 31 || '''470''' || | |
| r602 | 3521 | |
| r605 | 3522 | 1 |
| 3523 | || 6 || 490 || | |
| r606 | 3524 | || 7 || '''500''' || |
| 3525 | || 7 || '''510''' || | |
| 3526 | || 16 || '''550''' || | |
| 3527 | || 26 || '''600''' || | |
| 3528 | || 27 || '''630''' || | |
| 3529 | || 31 || '''666''' || | |
| r602 | 3530 | |
| r605 | 3531 | 2 |
| 3532 | || 2 || 680 || | |
| r606 | 3533 | || 3 || '''700''' || |
| 3534 | || 10 || '''784''' || | |
| 3535 | || 15 || '''800''' || | |
| 3536 | || 19 || '''830''' || | |
| 3537 | || 22 || '''870''' || | |
| 3538 | || 23 || '''900''' || | |
| 3539 | || 26 || '''965''' || | |
| 3540 | || 26 || '''974''' || | |
| 3541 | || 27 || '''1000''' || | |
| 3542 | || 27 || '''1010''' || | |
| 3543 | || 28 || '''1060''' || | |
| r602 | 3544 | |
| r605 | 3545 | 3 |
| 3546 | || 1 || 1100 || | |
| r606 | 3547 | || 2 || '''1111''' || |
| 3548 | || 5 || '''1188''' || | |
| 3549 | || 19 || '''1417''' || | |
| 3550 | || 22 || '''1448''' || | |
| r602 | 3551 | |
| r605 | 3552 | 4 |
| 3553 | || 4 || 1481 || | |
| r606 | 3554 | || 5 || '''1500''' || |
| 3555 | || 6 || '''1515''' || | |
| 3556 | || 9 || '''1551''' || | |
| 3557 | || 10 || '''1600''' || | |
| 3558 | || 10 || '''1616''' || | |
| 3559 | || 19 || '''1770''' || | |
| 3560 | || 21 || '''1805''' || | |
| 3561 | || 22 || '''1800''' || | |
| 3562 | || 27 || '''1818''' || | |
| r602 | 3563 | |
| r605 | 3564 | 5 |
| 3565 | || 2 || 1828 || | |
| r606 | 3566 | || 4 || '''1841''' || |
| 3567 | || 12 || '''1900''' || | |
| 3568 | || 12 || '''1917''' || | |
| 3569 | || 20 || '''1968''' || | |
| 3570 | || 23 || '''1970''' || | |
| 3571 | || 23 || '''1975''' || | |
| 3572 | || 24 || '''1983''' || | |
| 3573 | || 25 || '''1984''' || | |
| 3574 | || 25 || '''1985''' || | |
| 3575 | || 25 || '''1988''' || | |
| 3576 | || 26 || '''1900''' || | |
| 3577 | || 27 || '''2000''' || | |
| 3578 | || 31 || '''2020''' || | |
| 3579 | || 31 || '''2024''' || | |
| r602 | 3580 | |
| r605 | 3581 | 6 |
| 3582 | || 1 || 2030 || | |
| r606 | 3583 | || 7 || '''2055''' || |
| r602 | 3584 | |
| r605 | 3585 | 7 |
| 3586 | || 2 || 2222 || | |
| r606 | 3587 | || 2 || '''2222''' || |
| 3588 | || 10 || '''2244''' || | |
| 3589 | || 20 || '''2255''' || | |
| r602 | 3590 | |
| r605 | 3591 | 8 |
| 3592 | || 12 || 2300 || | |
| r606 | 3593 | || 13 || '''2400''' || |
| 3594 | || 14 || '''2408''' || | |
| r602 | 3595 | |
| r605 | 3596 | 9 |
| 3597 | || 10 || 2500 || | |
| r602 | 3598 | |
| r605 | 3599 | 11 |
| 3600 | || 8 || 2600 || | |
| r602 | 3601 | |
| r605 | 3602 | 12 |
| 3603 | || 24 || 2800 || | |
| r602 | 3604 | |
| r605 | 3605 | 1 |
| 3606 | || 12 || 2900 || | |
| r606 | 3607 | || 28 || '''3000''' || |
| 3608 | || 30 || '''3100''' || | |
| r602 | 3609 | |
| r605 | 3610 | 2 |
| 3611 | || 1 || 3200 || | |
| r606 | 3612 | || 4 || '''3333''' || |
| 3613 | || 4 || '''3500''' || | |
| 3614 | || 4 || '''3900''' || | |
| 3615 | || 5 || '''4000''' || | |
| 3616 | || 5 || '''4500''' || | |
| 3617 | || 9 || '''5000''' || | |
| 3618 | || 9 || '''5070''' || | |
| 3619 | || 11 || '''5200''' || | |
| 3620 | || 12 || '''5252''' || | |
| 3621 | || 17 || '''5353''' || | |
| 3622 | || 23 || '''5460''' || | |
| r602 | 3623 | |
| r605 | 3624 | 3 |
| 3625 | || 1 || 5500 || | |
| r606 | 3626 | || 7 || '''5555''' || |
| 3627 | || 8 || '''5600''' || | |
| 3628 | || 16 || '''5793''' || | |
| 3629 | || 23 || '''5959''' || | |
| 3630 | || 25 || '''6000''' || | |
| 3631 | || 30 || '''6100''' || | |
| r602 | 3632 | |
| r605 | 3633 | 4 |
| 3634 | || 13 || 3161 || | |
| r606 | 3635 | || 28 || '''3131''' || |
| r602 | 3636 | |
| r605 | 3637 | 6 |
| 3638 | || 8 || 2999 || | |
| r606 | 3639 | || 9 || '''3000''' || |
| r602 | 3640 | |
| r605 | 3641 | 7 |
| 3642 | || 17 || 6400 || | |
| r602 | 3643 | |
| r605 | 3644 | 8 |
| 3645 | || 7 || 6464 || | |
| r606 | 3646 | || 17 || '''6500''' || |
| r602 | 3647 | |
| r605 | 3648 | 9 |
| 3649 | || 6 || 6565 || | |
| r606 | 3650 | || 13 || '''6600''' || |
| 3651 | || 14 || '''6614''' || | |
| r602 | 3652 | |
| r605 | 3653 | 10 |
| 3654 | || 3 || 6666 || | |
| r606 | 3655 | || 6 || '''6675''' || |
| 3656 | || 13 || '''6700''' || | |
| r605 | 3657 | |
| 3658 | ||
| 3659 | ||
| 3660 | ||
| 3661 | ||
| r601 | 3662 | ||<width=200px><height=300px><^|1> {{{#!wiki style="width:100px;height:100px;border:1px solid red" |
| 3663 | }}} || | |
| r600 | 3664 | |
| 3665 | ||
| 3666 | ||
| r599 | 3667 | ||[br][br][br][br]||<width=100%> {{{#!wiki style="display:table" |
| 3668 | {{{#!wiki style="vertical-align:top" | |
| 3669 | {{{#!wiki style="height:15px;border:1px solid red" | |
| r598 | 3670 | }}}}}}}}} || |
| r599 | 3671 | margin:0 -10px; |
| r598 | 3672 | |
| r597 | 3673 | {{{#!wiki style="margin-left: 25px;width:100%;height:25px;border:1px solid red" |
| 3674 | }}} | |
| r596 | 3675 | |
| r597 | 3676 | |
| 3677 | ||
| r596 | 3678 | 1/3:1-1/3=15:X |
| 3679 | (1-1/3)15=(1/3)X | |
| 3680 | ||
| 3681 | ||
| 3682 | ||
| 3683 | ||
| r595 | 3684 | {{{#!wiki style="font-size:10px" |
| 3685 | {{{#!wiki style="width:15px;height:15px;border:1px solid red" | |
| 3686 | }}}{{{#!wiki style="display:inline-block;border:1px solid red" | |
| 3687 | 10}}} | |
| 3688 | {{{#!wiki style="display:inline-block;border:1px solid red" | |
| 3689 | 31}}} | |
| 3690 | 20 | |
| 3691 | 8 | |
| 3692 | ||
| 3693 | }}} | |
| 3694 | ||
| 3695 | ||
| r594 | 3696 | {{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)" |
| 3697 | {{{#!folding ▼ | |
| 3698 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 3699 | || || || | |
| 3700 | || || ||}}}}}}}}} | |
| r593 | 3701 | |
| 3702 | ||
| 3703 | ||<keepall> {{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)" | |
| 3704 | {{{#!folding [ 펼치기 · 접기 ] | |
| 3705 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 3706 | ||내용내용내용내용내용내용내용내용|| | |
| 3707 | ||내용내용내용내용내용내용내용내용||}}}}}}}}} || | |
| 3708 | ||
| 3709 | ||
| r592 | 3710 | {{{#!wiki style="font-size:10px" |
| r591 | 3711 | || 1 || {{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)" |
| 3712 | {{{#!folding 6,700 ▼ | |
| 3713 | {{{#!wiki style="margin: -5px -1px -11px" | |
| r592 | 3714 | || 3 || 6,666 || |
| 3715 | || 13 || 6,700 ||}}}}}}}}} || {{{#!wiki style="width:200px" | |
| r591 | 3716 | }}} || |
| r592 | 3717 | }}} |
| r591 | 3718 | |
| 3719 | ||
| 3720 | ||
| r586 | 3721 | |
| r589 | 3722 | |
| 3723 | ||
| 3724 | ||
| r588 | 3725 | ||{{{#!wiki style="width:200px" |
| 3726 | }}} {{{#!folding 2222 | |
| 3727 | {{{#!wiki style="margin: -40px -40px 0 0" | |
| 3728 | || 5555 555555555 ||}}}}}} || | |
| r587 | 3729 | |
| 3730 | ||
| 3731 | ||
| 3732 | ||
| 3733 | ||
| 3734 | ||
| r588 | 3735 | ||<tablebordercolor=#f00> {{{#!wiki style="height:100px;margin-top: -2px" |
| r587 | 3736 | {{{#!wiki style="margin-top: 30px" |
| 3737 | ||<tablebordercolor=#f00> 5,555 ||}}} | |
| 3738 | {{{#!wiki style="margin-top: -80px" | |
| 3739 | {{{#!folding 2,000 ▼ | |
| 3740 | || 10 || 1,500 || {{{#!wiki style="width:200px" | |
| 3741 | }}} || | |
| 3742 | || 20 || 1,800 || {{{#!wiki style="width:200px" | |
| 3743 | }}} ||}}}}}}}}} || | |
| 3744 | ||
| 3745 | ||
| r573 | 3746 | |
| r584 | 3747 | |
| r591 | 3748 | |
| r584 | 3749 | ||<|2> 1 || 2 ||<|2> {{{#!wiki style="width:200px" |
| 3750 | }}} || | |
| 3751 | || {{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)" | |
| 3752 | {{{#!folding [ 펼치기 · 접기 ] | |
| 3753 | {{{#!wiki style="margin: -5px -1px -11px" | |
| 3754 | || 내용 ||}}}}}}}}} || | |
| 3755 | ||
| 3756 | ||
| 3757 | ||
| r582 | 3758 | ||<tablewidth=100%><tablebordercolor=gray> {{{#!wiki style="text-align: center;margin: -5px -10px;padding:5px 10px;background:radial-gradient(circle at 10% 50%, #f00 20px, transparent 0), radial-gradient(closest-corner at 50% -50%, #0f0 100%, transparent 0), radial-gradient(closest-corner at 50% 150%, #0f0 100%, transparent 0), linear-gradient(90deg, gray 20%, transparent 0, transparent 80%, gray 0), linear-gradient(#fff 25%, transparent 0, transparent 65%, #fff 0), linear-gradient(90deg, #fff 28%, #000 0, #000 36%, #fff 0, #fff 38%, #000 0, #000 46%, #fff 0, #fff 48%, #000 0, #000 54%, #fff 0, #fff 56%, #000 0, #000 62%, #fff 0, #fff 64%, #000 0, #000 72%, #fff 0)" |
| r574 | 3759 | |
| 3760 | ||
| 3761 | ||
| 3762 | [[나무위키|[[파일:나무위키 검은색 가지 로고.svg|width=100&theme=light]]]][[나무위키|[[파일:나무위키 흰색 가지 로고.svg|width=100&theme=dark]]]] | |
| 3763 | {{{#!wiki style="height: 1px; background-image: linear-gradient(90deg, transparent 20%, rgba(0,0,0,.8), transparent 80%);margin: 7px 0 7px" dark-style="background-image: linear-gradient(90deg, transparent 20%, rgba(255,255,255,.8), transparent 80%)" | |
| r575 | 3764 | }}}{{{#!wiki style="text-shadow: 0 0 5px rgba(0,0,0,.1)" |
| r579 | 3765 | '''[[성탄절|{{{+5 {{{#fff 성탄절}}}}}}]]'''[br]{{{-3 {{{#000,#FFF 기독교의 축일 중 하나로[br]예수의 탄생을 기념하는 날.}}}}}}}}}}}} || |
| 3766 | ||
| 3767 | ||
| 3768 | ||
| r583 | 3769 |