@charset "utf-8";
.toastui-editor-dark.toastui-editor-defaultUI {
  border-color: #494c56;
  color: #eee;
}

.toastui-editor-dark .toastui-editor-md-container,
.toastui-editor-dark .toastui-editor-ww-container {
  background-color: #121212;
}

.toastui-editor-dark .toastui-editor-defaultUI-toolbar {
  background-color: #232428;
  border-bottom-color: #303238;
}

.toastui-editor-dark .toastui-editor-toolbar-icons {
  background-position-y: -49px;
  border-color: #232428;
}

.toastui-editor-dark .toastui-editor-toolbar-icons:not(:disabled):hover {
  background-color: #36383f;
  border-color: #36383f;
}

.toastui-editor-dark .toastui-editor-toolbar-divider {
  background-color: #303238;
}

.toastui-editor-dark .toastui-editor-tooltip {
  background-color: #535662;
}

.toastui-editor-dark .toastui-editor-tooltip .arrow {
  background-color: #535662;
}

.toastui-editor-dark .toastui-editor-defaultUI-toolbar .scroll-sync::before {
  color: #8f939f;
}

.toastui-editor-dark .toastui-editor-defaultUI-toolbar .scroll-sync.active::before {
  color: #67ccff;
}

.toastui-editor-dark .toastui-editor-defaultUI-toolbar .switch {
  background-color: #2b4455;
}

.toastui-editor-dark .toastui-editor-defaultUI-toolbar input:checked + .switch {
  background-color: #2b4455;
}

.toastui-editor-dark .toastui-editor-defaultUI-toolbar .switch::before {
  background-color: #8f939f;
}

.toastui-editor-dark .toastui-editor-defaultUI-toolbar input:checked + .switch::before {
  background-color: #67ccff;
}

.toastui-editor-dark .toastui-editor-main .toastui-editor-md-splitter {
  background-color: #303238;
}

.toastui-editor-dark .toastui-editor-mode-switch {
  border-top-color: #393b42;
  background-color: #121212;
}

.toastui-editor-dark .toastui-editor-mode-switch .tab-item {
  border-color: #393b42;
  background-color: #232428;
  color: #757a86;
}

.toastui-editor-dark .toastui-editor-mode-switch .tab-item.active {
  border-top-color: #121212;
  background-color: #121212;
  color: #eee;
}

.toastui-editor-dark .toastui-editor-popup,
.toastui-editor-dark .toastui-editor-context-menu {
  background-color: #121212;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-color: #494c56;
}

.toastui-editor-dark .toastui-editor-popup-add-heading ul li:hover {
  background-color: #36383f;
}

.toastui-editor-dark .toastui-editor-popup-body label {
  color: #9a9da3;
}

.toastui-editor-dark .toastui-editor-popup-body input[type='text'] {
  background-color: transparent;
  color: #eee;
  border-color: #303238;
}

.toastui-editor-dark .toastui-editor-popup-body input[type='text']:focus {
  outline-color: #67ccff;
}

.toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled {
  color: #969aa5;
  border-color: #303238;
  background-color: rgba(48, 50, 56, 0.4);
}

.toastui-editor-dark .toastui-editor-popup-add-image .toastui-editor-tabs .tab-item {
  border-bottom-color: #292e37;
  color: #eee;
}

.toastui-editor-dark .toastui-editor-popup-add-image .toastui-editor-tabs .tab-item:hover {
  border-bottom-color: #3c424d;
}

.toastui-editor-dark .toastui-editor-popup-add-image .toastui-editor-tabs .tab-item.active {
  color: #67ccff;
  border-bottom-color: #67ccff;
}

.toastui-editor-dark .toastui-editor-popup-body .toastui-editor-file-name {
  border-color: #303238;
  color: #eee;
}

.toastui-editor-dark .toastui-editor-popup-body .toastui-editor-file-select-button {
  border-color: #303238;
  background-color: #232428;
  color: #eee;
}

.toastui-editor-dark .toastui-editor-popup-body .toastui-editor-file-select-button:hover {
  border-color: #494c56;
}

.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-close-button {
  color: #eee;
  border-color: #303238;
  background-color: #232428;
}

.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-close-button:hover {
  border-color: #494c56;
}

.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-ok-button {
  color: #121212;
  background-color: #67ccff;
}

.toastui-editor-dark.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  color: #121212;
  background-color: #32baff;
}

.toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-cell {
  border-color: #303238;
  background-color: #121212;
}

.toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-cell.header {
  border-color: #303238;
  background-color: #232428;
}

.toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-selection-layer {
  border-color: rgba(103, 204, 255, 0.4);
  background-color: rgba(103, 204, 255, 0.1);
}

.toastui-editor-dark .toastui-editor-popup-add-table .toastui-editor-table-description {
  color: #eee
}

.toastui-editor-dark .toastui-editor-md-tab-container {
  background-color: #232428;
  border-bottom-color: #303238;
}

.toastui-editor-dark .toastui-editor-md-tab-container .tab-item {
  border-color: #393b42;
  background-color: #2d2f34;
  color: #757a86;
}

.toastui-editor-dark .toastui-editor-md-tab-container .tab-item.active {
  border-bottom-color: #121212;
  background-color: #121212;
  color: #eee;
}


.toastui-editor-dark .toastui-editor-context-menu .menu-group {
  border-bottom-color: #303238;
  color: #eee;
}

.toastui-editor-dark .toastui-editor-context-menu .menu-item span::before {
  background-position-y: -126px;
}

.toastui-editor-dark .toastui-editor-context-menu li:not(.disabled):hover {
  background-color: #36383f;
}

.toastui-editor-dark .toastui-editor-context-menu li.disabled {
  color: #969aa5;
}

.toastui-editor-dark .toastui-editor-dropdown-toolbar {
  border-color: #494c56;
  background-color: #232428;
}

.toastui-editor-dark .ProseMirror,
.toastui-editor-dark .toastui-editor-contents p,
.toastui-editor-dark .toastui-editor-contents h1,
.toastui-editor-dark .toastui-editor-contents h2,
.toastui-editor-dark .toastui-editor-contents h3,
.toastui-editor-dark .toastui-editor-contents h4,
.toastui-editor-dark .toastui-editor-contents h5,
.toastui-editor-dark .toastui-editor-contents h6 {
  color: #fff;
}

.toastui-editor-dark .toastui-editor-contents h1,
.toastui-editor-dark .toastui-editor-contents h2 {
  border-color: #fff;
}

.toastui-editor-dark .toastui-editor-contents del {
  color: #777980;
}

.toastui-editor-dark .toastui-editor-contents blockquote {
  border-color: #303135;
}

.toastui-editor-dark .toastui-editor-contents blockquote p,
.toastui-editor-dark .toastui-editor-contents blockquote ul,
.toastui-editor-dark .toastui-editor-contents blockquote ol {
  color: #777980;
}

.toastui-editor-dark .toastui-editor-contents pre {
  background-color: #232428;
}

.toastui-editor-dark .toastui-editor-contents pre code {
  background-color: transparent;
  color: #fff;
}

.toastui-editor-dark .toastui-editor-contents code {
  color: #c1798b;
  background-color: #35262a;
}

.toastui-editor-dark .toastui-editor-contents div {
  color: #fff;
}

.toastui-editor-dark .toastui-editor-ww-code-block-language {
  border-color: #303238;
  background-color: #121212;
}

.toastui-editor-dark .toastui-editor-ww-code-block-language input {
  color: #fff;
}

.toastui-editor-dark .toastui-editor-contents .toastui-editor-ww-code-block:after {
  background-color: #232428;
  border: 1px solid #393b42;
  color: #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==');
}

.toastui-editor-dark .toastui-editor-contents .toastui-editor-custom-block-editor {
  background: #392d31;
  color: #fff;
  border-color: #327491;
}

.toastui-editor-dark .toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view {
  color: #fff;
  border-color: #327491;
}

.toastui-editor-dark .toastui-editor-custom-block-view button {
  background-color: #232428;
  border-color: #393b42;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==');
}

.toastui-editor-dark .toastui-editor-custom-block-view button:hover {
  background-color: #232428;
  border-color: #595c68;
}

.toastui-editor-dark .toastui-editor-custom-block-view .info {
  color: #65acca;
}

.toastui-editor-dark .toastui-editor-contents table {
  border-color: #303238;
}

.toastui-editor-dark .toastui-editor-contents table th,
.toastui-editor-dark .toastui-editor-contents table td {
  border-color: #303238;
}

.toastui-editor-dark .toastui-editor-contents table th {
  background-color: #3a3c42;
}

.toastui-editor-dark .toastui-editor-contents table td,
.toastui-editor-dark .toastui-editor-contents table td p {
  color: #fff;
}

.toastui-editor-dark .toastui-editor-contents td.toastui-editor-cell-selected {
  background-color: rgba(103, 204, 255, 0.5);
}

.toastui-editor-dark .toastui-editor-contents th.toastui-editor-cell-selected {
  background-color: rgba(103, 204, 255, 0.3);
}

.toastui-editor-dark table.ProseMirror-selectednode {
  outline-color: #67ccff;
}

.toastui-editor-dark .html-block.ProseMirror-selectednode {
  outline-color: #67ccff;
}

.toastui-editor-dark .toastui-editor-contents ul,
.toastui-editor-dark .toastui-editor-contents menu,
.toastui-editor-dark .toastui-editor-contents ol,
.toastui-editor-dark .toastui-editor-contents dir {
  color: #55575f;
}

.toastui-editor-dark .toastui-editor-contents ul > li::before {
  background-color: #55575f;
}

.toastui-editor-dark .toastui-editor-contents hr {
  border-color: #55575f;
}

.toastui-editor-dark .toastui-editor-contents a {
  color: #4b96e6;
}

.toastui-editor-dark .toastui-editor-contents a:hover {
  color: #1f70de;
}

.toastui-editor-dark .toastui-editor-contents .image-link:hover::before {
  border-color: #393b42;
  background-color: #232428;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiNFRUUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy42NjUgMTUuMDdsLTEuODE5LS4wMDJjLTEuNDg2IDAtMi42OTItMS4yMjgtMi42OTItMi43NDR2LS4xOTJjMC0xLjUxNSAxLjIwNi0yLjc0NCAyLjY5Mi0yLjc0NGgzLjg0NmMxLjQ4NyAwIDIuNjkyIDEuMjI5IDIuNjkyIDIuNzQ0di4xOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDQ1IC0xNzQzKSB0cmFuc2xhdGUoMTA0MCAxNzM4KSB0cmFuc2xhdGUoNSA1KSBzY2FsZSgxIC0xKSByb3RhdGUoNDUgMzcuMjkzIDApIi8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjMyNiA0LjkzNGwxLjgyMi4wMDJjMS40ODcgMCAyLjY5MyAxLjIyOCAyLjY5MyAyLjc0NHYuMTkyYzAgMS41MTUtMS4yMDYgMi43NDQtMi42OTMgMi43NDRoLTMuODQ1Yy0xLjQ4NyAwLTIuNjkyLTEuMjI5LTIuNjkyLTIuNzQ0VjcuNjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDQ1IC0xNzQzKSB0cmFuc2xhdGUoMTA0MCAxNzM4KSB0cmFuc2xhdGUoNSA1KSBzY2FsZSgxIC0xKSByb3RhdGUoNDUgMzAuOTk2IDApIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.toastui-editor-dark .toastui-editor-contents .task-list-item::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjNTU1NzVGIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAzMCAtMzE2KSB0cmFuc2xhdGUoNzg4IDE5MikgdHJhbnNsYXRlKDI0MiAxMjQpIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTciIGhlaWdodD0iMTciIHg9Ii41IiB5PSIuNSIgcng9IjIiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==');
  background-color: transparent;
}

.toastui-editor-dark .toastui-editor-contents .task-list-item.checked::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzRCOTZFNiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2IDBjMS4xMDUgMCAyIC44OTUgMiAydjE0YzAgMS4xMDUtLjg5NSAyLTIgMkgyYy0xLjEwNSAwLTItLjg5NS0yLTJWMkMwIC44OTUuODk1IDAgMiAwaDE0em0tMS43OTMgNS4yOTNjLS4zOS0uMzktMS4wMjQtLjM5LTEuNDE0IDBMNy41IDEwLjU4NSA1LjIwNyA4LjI5M2wtLjA5NC0uMDgzYy0uMzkyLS4zMDUtLjk2LS4yNzgtMS4zMi4wODMtLjM5LjM5LS4zOSAxLjAyNCAwIDEuNDE0bDMgMyAuMDk0LjA4M2MuMzkyLjMwNS45Ni4yNzggMS4zMi0uMDgzbDYtNiAuMDgzLS4wOTRjLjMwNS0uMzkyLjI3OC0uOTYtLjA4My0xLjMyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTAgLTI5NikgdHJhbnNsYXRlKDc4OCAxOTIpIHRyYW5zbGF0ZSgyNjIgMTA0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');
}

.toastui-editor-dark .toastui-editor-md-delimiter,
.toastui-editor-dark .toastui-editor-md-code.toastui-editor-md-delimiter,
.toastui-editor-dark .toastui-editor-md-thematic-break,
.toastui-editor-dark .toastui-editor-md-link,
.toastui-editor-dark .toastui-editor-md-table,
.toastui-editor-dark .toastui-editor-md-block-quote {
  color: #55575f;
}

.toastui-editor-dark .toastui-editor-md-meta,
.toastui-editor-dark .toastui-editor-md-html {
  color: #55575f;
}

.toastui-editor-dark .toastui-editor-md-link.toastui-editor-md-link-url.toastui-editor-md-marked-text {
  color: #777980;
}

.toastui-editor-dark .toastui-editor-md-block-quote .toastui-editor-md-marked-text,
.toastui-editor-dark .toastui-editor-md-list-item .toastui-editor-md-meta {
  color: #b3b5bc;
}

.toastui-editor-dark .toastui-editor-md-link.toastui-editor-md-link-desc.toastui-editor-md-marked-text,
.toastui-editor-dark .toastui-editor-md-list-item-style.toastui-editor-md-list-item-odd {
  color: #4b96e6;
}

.toastui-editor-dark .toastui-editor-md-list-item-style.toastui-editor-md-list-item-even {
  color: #ef6767;
}

.toastui-editor-dark .toastui-editor-md-table .toastui-editor-md-table-cell {
  color: #fff;
}

.toastui-editor-dark .toastui-editor-md-code.toastui-editor-md-marked-text {
  color: #c1798b;
}

.toastui-editor-dark .toastui-editor-md-code {
  background-color: #35262a;
}

.toastui-editor-dark .toastui-editor-md-code-block-line-background {
  background-color: #232428;
}

.toastui-editor-dark .toastui-editor-md-code-block .toastui-editor-md-meta {
  color: #aaa;
}

.toastui-editor-dark .toastui-editor-md-custom-block {
  color: #fff;
}

.toastui-editor-dark .toastui-editor-md-custom-block-line-background {
  background-color: #392d31;
}

.toastui-editor-dark .toastui-editor-md-custom-block .toastui-editor-md-delimiter {
  color: #327491;
}

.toastui-editor-dark .toastui-editor-md-custom-block .toastui-editor-md-meta {
  color: #65acca;
}

.toastui-editor-dark .toastui-editor-contents .toastui-editor-md-preview-highlight::after {
  background-color: rgba(255, 250, 193, 0.5);
}

.toastui-editor-dark .toastui-editor-contents th.toastui-editor-md-preview-highlight,
.toastui-editor-dark .toastui-editor-contents td.toastui-editor-md-preview-highlight {
  background-color: rgba(255, 250, 193, 0.5);
}

.toastui-editor-dark .toastui-editor-contents th.toastui-editor-md-preview-highlight {
  color: #fff;
}

.toastui-editor-dark .toastui-editor-contents th.toastui-editor-md-preview-highlight,
.toastui-editor-dark .toastui-editor-contents td.toastui-editor-md-preview-highlight {
  background-color: rgba(255, 250, 193, 0.25);
}

.toastui-editor-dark .toastui-editor-contents .toastui-editor-md-preview-highlight::after {
  background-color: rgba(255, 250, 193, 0.25);
}
/*!
 * TOAST UI Editor : Code Syntax Highlight Plugin
 * @version 3.1.0 | Fri Aug 05 2022
 * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
/* prevent to create draggable box in IE with prism */
pre[class*="language-"] {
  overflow: visible;
}

.toastui-editor-ww-code-block-highlighting {
  position: relative;
}

.toastui-editor-ww-code-block-highlighting:after {
  content: attr(data-language);
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 24px;
  padding: 3px 30px 0 10px;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  background-color: #e5e9ea;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 30px 30px;
  border-radius: 2px;
  cursor: pointer;
}

.toastui-editor-code-block-language {
  position: fixed;
  display: inline-block;
  right: 35px;
  z-index: 30;
}

.toastui-editor-code-block-language-input {
  position: relative;
  display: inline-block;
  padding: 0 22px 0 10px;
  width: 112px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}

.toastui-editor-code-block-language-input input {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  color: #222;
  border: none;
  outline: none;
}

.toastui-editor-code-block-language-input input::placeholder {
  color: #ccc;
}

.toastui-editor-code-block-language-input input::-ms-clear {
  display: none;
}

.toastui-editor-code-block-language .toastui-editor-code-block-language-input::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzIyMjIyMjt9Cjwvc3R5bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KPGcgaWQ9IlN5bWJvbHMiPgoJPGcgaWQ9ImNvbS10cmFuZ2xlLWQtc2lkZSI+CgkJPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS03IiBjbGFzcz0ic3QwIiBwb2ludHM9IjIsNSAxMCw1IDYsMTAgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 5px;
  width: 12px;
  height: 14px;
}

.toastui-editor-code-block-language.active .toastui-editor-code-block-language-input::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzIyMjIyMjt9Cjwvc3R5bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KPGcgaWQ9IlN5bWJvbHMiPgoJPGcgaWQ9ImNvbS10cmFuZ2xlLXVwLXNpZGUiPgoJCTxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtNyIgY2xhc3M9InN0MCIgcG9pbnRzPSIyLDkgMTAsOSA2LDQgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}

.toastui-editor-code-block-language-list {
  position: fixed;
  margin-top: -1px;
  width: 144px;
  border: solid 1px #ccc;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.toastui-editor-code-block-language-list .buttons {
  max-height: 169px;
  overflow: auto;
  padding: 0;
}

.toastui-editor-code-block-language-list button {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #222;
  cursor: pointer;
}

.toastui-editor-code-block-language-list button.active {
  color: #4b96e6;
  font-weight: bold;
}

.toastui-editor-code-block-language-list button:hover {
  background-color: #f4f7f8;
}

.toastui-editor-dark .toastui-editor-code-block-language-input input::placeholder {
  color: #eee;
}

.toastui-editor-dark .toastui-editor-ww-code-block-highlighting:after {
  background-color: #232428;
  border: 1px solid #393b42;
  color: #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}

.toastui-editor-dark .toastui-editor-code-block-language span {
  border: 1px solid #494c56;
  background-color: #121212;
}

.toastui-editor-dark .toastui-editor-code-block-language input {
  background-color: #121212;
  color: #eee;
}

.toastui-editor-dark .toastui-editor-code-block-language-list {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #494c56;
  border-radius: 2px;
}

.toastui-editor-dark .toastui-editor-code-block-language-list button {
  color: #eee;
  background-color: #121212;
}

.toastui-editor-dark .toastui-editor-code-block-language-list button.active {
  color: #4b96e6;
}

.toastui-editor-dark .toastui-editor-code-block-language-list button:hover {
  background-color: #36383f;
}

.toastui-editor-dark .toastui-editor-code-block-language .toastui-editor-code-block-language-input::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjt9Cjwvc3R5bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KPGcgaWQ9IlN5bWJvbHMiPgoJPGcgaWQ9ImNvbS10cmFuZ2xlLWQtc2lkZSI+CgkJPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS03IiBjbGFzcz0ic3QwIiBwb2ludHM9IjIsNSAxMCw1IDYsMTAgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}

.toastui-editor-dark .toastui-editor-code-block-language.active .toastui-editor-code-block-language-input::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjt9Cjwvc3R5bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KPGcgaWQ9IlN5bWJvbHMiPgoJPGcgaWQ9ImNvbS10cmFuZ2xlLXVwLXNpZGUiPgoJCTxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtNyIgY2xhc3M9InN0MCIgcG9pbnRzPSIyLDkgMTAsOSA2LDQgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	tab-size: 4;

	-webkit-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.toastui-editor-contents{font-size:16px;font-family:inherit;width:100%;word-break:break-word}.toastui-editor-contents .katex .katex-html{display:none}.toastui-editor-contents .task-list-item:before{top:10px}.toastui-editor-contents .toastui-editor-md-preview-highlight:after{top:0;left:0;right:0;bottom:0}.toastui-editor-contents .language-css .token.string,.toastui-editor-contents .style .token.string,.toastui-editor-contents .token.entity,.toastui-editor-contents .token.operator,.toastui-editor-contents .token.url{background-color:rgba(0,0,0,0)}.toastui-editor-contents ol>li:before{width:auto}.toastui-editor-contents ul>li:before{margin-top:11px}.toastui-editor-contents a{text-decoration:none;word-break:break-word}.toastui-editor-contents a:hover{text-decoration:underline}.toastui-editor-contents img{vertical-align:top;border-radius:4px;max-width:min(100%,1280px)}.toastui-editor-contents pre,.toastui-editor-contents code{text-shadow:none;font-family:"SFMono-Regular",ui-monospace,"SF Mono","Menlo","Consolas","Liberation Mono","Courier New",monospace}.toastui-editor-contents pre{margin:16px auto;border:1px solid #ddd;border-radius:8px;padding:10px;overflow-x:auto;background:#f6f8fa;color:#1e2931}.toastui-editor-contents pre code{font-size:16px;line-height:normal;white-space:pre-wrap;padding:0;color:inherit;background-color:rgba(0,0,0,0)}.toastui-editor-contents code{border-style:none;border-radius:2px;padding:2px 4px;background:rgba(1,20,36,.13);color:#1e2931;word-break:break-word;word-wrap:break-word;white-space:pre-wrap}.toastui-editor-contents table{border-spacing:0;border-collapse:separate;margin-bottom:20px;width:100%}.toastui-editor-contents table thead tr th{padding:8px;background:initial;color:initial;font-weight:bold}.toastui-editor-contents table thead tr th p{color:initial}.toastui-editor-contents table tbody{border:1px solid #d8dde4}.toastui-editor-contents table tbody tr td{border-top:1px solid #d8dde4;padding:8px;vertical-align:middle}.toastui-editor-contents table tbody>tr:nth-child(2n+1)>td,.toastui-editor-contents table tbody>tr:nth-child(2n+1)>th{background-color:rgba(216,221,228,.3)}.toastui-editor-contents table tbody tr:last-child td{border-bottom:1px solid #d8dde4}.toastui-editor-contents del{color:#909399}.toastui-editor-contents em{opacity:.6}.toastui-editor-contents mark,.toastui-editor-contents ins,.toastui-editor-contents strong{padding:0 2px}.toastui-editor-contents mark{padding:2px 4px;border-radius:4px;background-color:#077ddd;color:#fff;border-style:none;word-break:break-word;word-wrap:break-word;white-space:pre-wrap}.toastui-editor-contents ins{border-bottom:2px solid #ff5e5e;text-decoration:none}.toastui-editor-contents p{line-height:1.75;color:#555}.toastui-editor-contents strong{color:#333}.toastui-editor-contents ul{padding-left:40px;margin:0}.toastui-editor-contents li{padding:4.8px 0}.toastui-editor-contents li p{margin:0}.toastui-editor-contents ol{padding-inline-start:40px}.toastui-editor-contents blockquote{margin-inline-end:5px}.toastui-editor-contents h1,.toastui-editor-contents h2,.toastui-editor-contents h3,.toastui-editor-contents h4,.toastui-editor-contents h5,.toastui-editor-contents h6{margin:16px 0;font-weight:600;line-height:1.2;border:0;padding:0}.toastui-editor-contents h1{font-size:26px}.toastui-editor-contents h2{font-size:24px}.toastui-editor-contents h3{font-size:22px}.toastui-editor-contents h4{font-size:20px}.toastui-editor-contents h5{font-size:18px}.toastui-editor-contents h6{font-size:16px}.toastui-editor-contents th.toastui-editor-md-preview-highlight,.toastui-editor-contents td.toastui-editor-md-preview-highlight{background-color:rgba(255,245,131,.4) !important}.toastui-editor-ww-container{background:rgba(0,0,0,0)}.toastui-editor-mode-switch{background:#f7f9fc}.toastui-editor-dropdown-toolbar{display:flex;flex-wrap:wrap;max-width:95%;height:auto}.toastui-editor-defaultUI{font-family:inherit;border:0}.toastui-editor-defaultUI .toastui-editor-popup-add-image .toastui-editor-file-select-button{width:auto}.toastui-editor-defaultUI .toastui-editor-toolbar .toastui-editor-popup{margin-left:0}.ProseMirror{font-size:16px;font-family:inherit}.toastui-editor-dark .toastui-editor-contents p{color:#c9c9c9}.toastui-editor-dark .toastui-editor-contents strong{color:#eee}
:root{--red: #c93721}:root[data-mantine-color-scheme=light]{--mantine-color-body: #fff;--tab-background: #0000000a;--tab-color: #8e8e8f;--message-background: rgba(0, 0, 0, 0.04);--message-color: #222325}:root[data-mantine-color-scheme=dark]{--mantine-color-body: #151718;--tab-background: #ffffff0a;--tab-color: #787c80;--message-background: #f5faf70a;--message-color: #fff}@font-face{font-family:"Work Sans";src:url("/fonts/WorkSans.ttf") format("truetype-variations"),url("/fonts/WorkSans.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}html{height:100%}body{min-height:100%;position:relative;word-break:break-word}body::after{pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0;content:"";width:100%;height:100%;background-image:url("/imgs/noise.png");background-size:109px;background-repeat:repeat;opacity:.06;z-index:1000}a{color:var(--mantine-color-anchor);text-decoration:none;font-weight:500}#app{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:100%;padding-top:64px;padding-bottom:64px}.app-header{position:fixed;top:0;left:0;right:0;z-index:10;justify-content:space-between;padding:0 20px;background-color:var(--mantine-color-body);height:64px;border-bottom:1px solid var(--tab-background);flex-wrap:nowrap}.mantine-Textarea-input::-webkit-scrollbar{width:4px}.mantine-Textarea-input::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.mantine-Textarea-input::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.mantine-Textarea-input::-webkit-scrollbar-thumb:hover{background:#ccc}.mp-hover{border-radius:6px}.mp-hover:hover{background-color:var(--mantine-color-default-hover)}
