@charset "UTF-8";
.sass-UTF-8 {
  content: "¡//based on SCSS";
}

/* Common
//------------------------------------------------------------------------------ */
/* cspell:disable-file
// webkit printing magic: print all background colors */
html {
  -webkit-print-color-adjust: exact;
}

* {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
}

.qx-notion {
  padding: 0 60px;
  box-sizing: border-box;
  line-height: 1.5;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.qx-notion a, .qx-notion a.visited {
  color: inherit;
  text-decoration: underline;
}
.qx-notion h1, .qx-notion h2, .qx-notion h3 {
  margin-bottom: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.qx-notion h1 {
  margin-top: 2.2rem;
  font-size: 1.875rem;
}
.qx-notion h2 {
  margin-top: 2.2rem;
  font-size: 1.5rem;
}
.qx-notion h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
}
.qx-notion h3 ~ h3 {
  margin-top: 1.5rem;
}
.qx-notion .page-title {
  margin: 0 0 0.75em;
  font-weight: 700;
  font-size: 2.5rem;
}
.qx-notion figure {
  margin: 1.25em 0;
  page-break-inside: avoid;
}
.qx-notion figcaption {
  margin-top: 0.5em;
  font-size: 85%;
  opacity: 0.5;
}
.qx-notion mark {
  background-color: transparent;
}
.qx-notion hr {
  display: block;
  margin: 10px 0 56px;
  border: none;
  width: 100%;
  height: 1px;
  background: #ededed;
  visibility: visible;
}
.qx-notion img {
  max-width: 100%;
}
.qx-notion :is(table, th, td) {
  border: 1px solid rgba(55, 53, 47, 0.09);
  border-collapse: collapse;
}
.qx-notion table {
  border-left: none;
  border-right: none;
}
.qx-notion :is(th, td) {
  padding: 0.25em 0.5em;
  min-height: 1.5em;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.qx-notion th {
  color: rgba(55, 53, 47, 0.6);
}
.qx-notion :is(ol, ul) {
  margin: 0;
  margin-block-start: 0.6em;
  margin-block-end: 0.6em;
  list-style: decimal;
}
.qx-notion li > ol:first-child,
.qx-notion li > ul:first-child {
  margin-block-start: 0.6em;
}
.qx-notion ul {
  padding-inline-start: 1.7em;
}
.qx-notion ul > li {
  padding-left: 0.1em;
  list-style: disc;
}
.qx-notion ol {
  padding-inline-start: 1.6em;
}
.qx-notion ol > li {
  padding-left: 0.2em;
}
.qx-notion time {
  opacity: 0.5;
}
.qx-notion input[type=checkbox] {
  margin-right: 0.6em;
  vertical-align: middle;
  transform: scale(1.5);
}
.qx-notion p {
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
.qx-notion .page-description {
  margin-bottom: 2em;
}
.qx-notion .code, .qx-notion code {
  padding: 0.2em 0.4em;
  border-radius: 3px;
  background: rgba(135, 131, 120, 0.15);
  font-size: 85%;
  tab-size: 2;
}
.qx-notion code {
  color: #eb5757;
}
.qx-notion blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 3px solid rgb(55, 53, 47);
  font-size: 1.25em;
}

@media screen and (max-width: 1024px) {
  .qx-notion {
    padding: 0 5%;
  }
}
@media only screen {
  body {
    color: rgb(55, 53, 47);
  }
}
@media only print {
  img {
    max-height: 100vh;
    object-fit: contain;
  }
}
@page {
  margin: 1in;
}
/* [F] Member */
.qx-notion .pdf-relative-link-path {
  font-size: 80%;
  color: #444;
}
.qx-notion .source {
  padding: 1.5em;
  border: 1px solid #ddd;
  border-radius: 3px;
  word-break: break-all;
}
.qx-notion .callout {
  padding: 1rem;
  border-radius: 3px;
}
.qx-notion .indented {
  padding-left: 1em;
}
.qx-notion .collection-content {
  font-size: 0.875rem;
}
.qx-notion .column {
  padding: 0 1em;
}
.qx-notion .column-list {
  display: flex;
  justify-content: space-between;
}
.qx-notion .column:first-child {
  padding-left: 0;
}
.qx-notion .column:last-child {
  padding-right: 0;
}
.qx-notion .table_of_contents-item {
  display: block;
  padding: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.qx-notion .table_of_contents-indent-1 {
  margin-left: 1.5rem;
}
.qx-notion .table_of_contents-indent-2 {
  margin-left: 3rem;
}
.qx-notion .table_of_contents-indent-3 {
  margin-left: 4.5rem;
}
.qx-notion .table_of_contents-link {
  border-bottom: 1px solid rgba(55, 53, 47, 0.18);
  line-height: 1.5;
  text-decoration: none;
  opacity: 0.7;
}
.qx-notion ul.to-do-list {
  padding-inline-start: 0;
}
.qx-notion ul.to-do-list > li {
  list-style: none;
}
.qx-notion .to-do-children-checked {
  text-decoration: line-through;
  opacity: 0.375;
}
.qx-notion ul.toggle > li {
  list-style: none;
}
.qx-notion .mono ol {
  padding-inline-start: 2em;
}
.qx-notion .mono ol > li {
  text-indent: -0.4em;
}
.qx-notion .toggle {
  padding-inline-start: 0em;
  list-style-type: none;
}
.qx-notion .toggle > li > details {
  padding-left: 1.7em;
}
.qx-notion .toggle > li > details > summary {
  margin-left: -1.1em;
}
.qx-notion .toggle > li > details > summary:first-of-type {
  display: list-item;
}
.qx-notion .selected-value {
  display: inline-block;
  margin-top: 0.3em;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  padding: 0 0.5em;
  border-radius: 3px;
  background: rgba(206, 205, 202, 0.5);
  white-space: nowrap;
}
.qx-notion .collection-title {
  display: inline-block;
  margin-right: 1em;
}
.qx-notion .simple-table {
  margin-top: 1em;
  font-size: 0.875rem;
  empty-cells: show;
}
.qx-notion .simple-table td, .qx-notion .simple-table th {
  height: 29px;
  min-width: 120px;
}
.qx-notion .simple-table-header {
  font-weight: 500;
}
.qx-notion .simple-table-header-color {
  color: black;
  background: rgb(247, 246, 243);
}
.qx-notion .icon {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5em;
  max-width: 1.2em;
  max-height: 1.2em;
  text-decoration: none;
}
.qx-notion img.icon {
  border-radius: 3px;
}
.qx-notion .user-icon {
  margin-right: 0.5rem;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
}
.qx-notion .user-icon-inner {
  font-size: 0.8em;
}
.qx-notion .text-icon {
  border: 1px solid #000;
  text-align: center;
}
.qx-notion .page-cover-image {
  display: block;
  width: 100%;
  max-height: 30vh;
  object-fit: cover;
}
.qx-notion .page-header-icon {
  margin-bottom: 1rem;
  font-size: 3rem;
}
.qx-notion .page-header-icon-with-cover {
  margin-top: -0.72em;
  margin-left: 0.07em;
}
.qx-notion .page-header-icon img {
  border-radius: 3px;
}
.qx-notion .link-to-page {
  margin: 1em 0;
  padding: 0;
  border: none;
  font-weight: 500;
}
.qx-notion p > .user {
  opacity: 0.5;
}
.qx-notion td > .user,
.qx-notion td > time {
  white-space: nowrap;
}
.qx-notion .image {
  margin: 1.5em 0;
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: center;
}
.qx-notion .code {
  padding: 1.5em 1em;
}
.qx-notion .code-wrap {
  white-space: pre-wrap;
  word-break: break-all;
}
.qx-notion .code > code {
  padding: 0;
  background: none;
  font-size: 100%;
  color: inherit;
}
.qx-notion .bookmark {
  display: flex;
  align-items: stretch;
  padding: 0;
  width: 100%;
  max-height: 8em;
  text-decoration: none;
}
.qx-notion .bookmark-title {
  height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85em;
  white-space: nowrap;
}
.qx-notion .bookmark-text {
  display: flex;
  flex-direction: column;
}
.qx-notion .bookmark-info {
  display: flex;
  flex: 4 1 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 14px 14px;
}
.qx-notion .bookmark-image {
  position: relative;
  display: block;
  border-radius: 1px;
  flex: 1 1 180px;
  width: 33%;
  object-fit: cover;
}
.qx-notion .bookmark-description {
  max-height: 4.5em;
  overflow: hidden;
  word-break: break-word;
  color: rgba(55, 53, 47, 0.6);
  font-size: 0.75em;
}
.qx-notion .bookmark-href {
  margin-top: 0.25em;
  font-size: 0.75em;
}
.qx-notion .sans {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.qx-notion .code {
  font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace;
}
.qx-notion .serif {
  font-family: Lyon-Text, Georgia, ui-serif, serif;
}
.qx-notion .mono {
  font-family: iawriter-mono, Nitti, Menlo, Courier, monospace;
}
.qx-notion .pdf .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji", "Noto Color Emoji", "Noto Sans CJK JP";
}
.qx-notion .pdf .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK JP";
}
.qx-notion .pdf .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji", "Noto Color Emoji", "Noto Serif CJK JP";
}
.qx-notion .pdf .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK JP";
}
.qx-notion .pdf:lang(zh-CN) .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji", "Noto Color Emoji", "Noto Sans CJK SC";
}
.qx-notion .pdf:lang(zh-CN) .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK SC";
}
.qx-notion .pdf:lang(zh-CN) .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji", "Noto Color Emoji", "Noto Serif CJK SC";
}
.qx-notion .pdf:lang(zh-CN) .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK SC";
}
.qx-notion .pdf:lang(zh-TW) .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji", "Noto Color Emoji", "Noto Sans CJK TC";
}
.qx-notion .pdf:lang(zh-TW) .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK TC";
}
.qx-notion .pdf:lang(zh-TW) .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji", "Noto Color Emoji", "Noto Serif CJK TC";
}
.qx-notion .pdf:lang(zh-TW) .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK TC";
}
.qx-notion .pdf:lang(ko-KR) .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji", "Noto Color Emoji", "Noto Sans CJK KR";
}
.qx-notion .pdf:lang(ko-KR) .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK KR";
}
.qx-notion .pdf:lang(ko-KR) .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji", "Noto Color Emoji", "Noto Serif CJK KR";
}
.qx-notion .pdf:lang(ko-KR) .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK KR";
}
.qx-notion .highlight-default {
  color: rgb(55, 53, 47);
}
.qx-notion .highlight-default_background {
  color: rgb(55, 53, 47);
}
.qx-notion .highlight-gray {
  color: rgb(120, 119, 116);
  fill: rgb(120, 119, 116);
}
.qx-notion .highlight-gray_background {
  background: rgb(241, 241, 239);
}
.qx-notion .highlight-brown {
  color: rgb(159, 107, 83);
  fill: rgb(159, 107, 83);
}
.qx-notion .highlight-brown_background {
  background: rgb(244, 238, 238);
}
.qx-notion .highlight-orange {
  color: rgb(217, 115, 13);
  fill: rgb(217, 115, 13);
}
.qx-notion .highlight-orange_background {
  background: rgb(251, 236, 221);
}
.qx-notion .highlight-yellow {
  color: rgb(203, 145, 47);
  fill: rgb(203, 145, 47);
}
.qx-notion .highlight-yellow_background {
  background: rgb(251, 243, 219);
}
.qx-notion .highlight-teal {
  color: rgb(68, 131, 97);
  fill: rgb(68, 131, 97);
}
.qx-notion .highlight-teal_background {
  background: rgb(237, 243, 236);
}
.qx-notion .highlight-blue {
  color: rgb(51, 126, 169);
  fill: rgb(51, 126, 169);
}
.qx-notion .highlight-blue_background {
  background: rgb(231, 243, 248);
}
.qx-notion .highlight-purple {
  color: rgb(144, 101, 176);
  fill: rgb(144, 101, 176);
}
.qx-notion .highlight-purple_background {
  background: rgba(244, 240, 247, 0.8);
}
.qx-notion .highlight-pink {
  color: rgb(193, 76, 138);
  fill: rgb(193, 76, 138);
}
.qx-notion .highlight-pink_background {
  background: rgba(249, 238, 243, 0.8);
}
.qx-notion .highlight-red {
  color: rgb(212, 76, 71);
  fill: rgb(212, 76, 71);
}
.qx-notion .highlight-red_background {
  background: rgb(253, 235, 236);
}
.qx-notion .block-color-default {
  color: inherit;
  fill: inherit;
}
.qx-notion .block-color-gray {
  color: rgb(120, 119, 116);
  fill: rgb(120, 119, 116);
}
.qx-notion .block-color-brown {
  color: rgb(159, 107, 83);
  fill: rgb(159, 107, 83);
}
.qx-notion .block-color .block-color-orange {
  color: rgb(217, 115, 13);
  fill: rgb(217, 115, 13);
}
.qx-notion .block-color-yellow {
  color: rgb(203, 145, 47);
  fill: rgb(203, 145, 47);
}
.qx-notion .block-color-teal {
  color: rgb(68, 131, 97);
  fill: rgb(68, 131, 97);
}
.qx-notion .block-color-blue {
  color: rgb(51, 126, 169);
  fill: rgb(51, 126, 169);
}
.qx-notion .block-color-purple {
  color: rgb(144, 101, 176);
  fill: rgb(144, 101, 176);
}
.qx-notion .block-color-pink {
  color: rgb(193, 76, 138);
  fill: rgb(193, 76, 138);
}
.qx-notion .block-color-red {
  color: rgb(212, 76, 71);
  fill: rgb(212, 76, 71);
}
.qx-notion .block-color-default_background {
  color: inherit;
  fill: inherit;
}
.qx-notion .block-color-gray_background {
  background: rgb(241, 241, 239);
}
.qx-notion .block-color-brown_background {
  background: rgb(244, 238, 238);
}
.qx-notion .block-color-orange_background {
  background: rgb(251, 236, 221);
}
.qx-notion .block-color-yellow_background {
  background: rgb(251, 243, 219);
}
.qx-notion .block-color-teal_background {
  background: rgb(237, 243, 236);
}
.qx-notion .block-color-blue_background {
  background: rgb(231, 243, 248);
}
.qx-notion .block-color-purple_background {
  background: rgba(244, 240, 247, 0.8);
}
.qx-notion .block-color-pink_background {
  background: rgba(249, 238, 243, 0.8);
}
.qx-notion .block-color-red_background {
  background: rgb(253, 235, 236);
}
.qx-notion .select-value-color-uiBlue {
  background-color: rgba(35, 131, 226, 0.07);
}
.qx-notion .select-value-color-pink {
  background-color: rgb(245, 224, 233);
}
.qx-notion .select-value-color-purple {
  background-color: rgb(232, 222, 238);
}
.qx-notion .select-value-color-green {
  background-color: rgb(219, 237, 219);
}
.qx-notion .select-value-color-gray {
  background-color: rgb(227, 226, 224);
}
.qx-notion .select-value-color-transparentGray {
  background-color: rgba(227, 226, 224, 0);
}
.qx-notion .select-value-color-translucentGray {
  background-color: rgba(0, 0, 0, 0.06);
}
.qx-notion .select-value-color-orange {
  background-color: rgb(250, 222, 201);
}
.qx-notion .select-value-color-brown {
  background-color: rgb(238, 224, 218);
}
.qx-notion .select-value-color-red {
  background-color: rgb(255, 226, 221);
}
.qx-notion .select-value-color-yellow {
  background-color: rgb(253, 236, 200);
}
.qx-notion .select-value-color-blue {
  background-color: rgb(211, 229, 239);
}
.qx-notion .select-value-color-pageGlass {
  background-color: undefined;
}
.qx-notion .select-value-color-washGlass {
  background-color: undefined;
}
.qx-notion .checkbox {
  display: inline-flex;
  vertical-align: text-bottom;
  margin-left: 2px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.qx-notion .checkbox-on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.qx-notion .checkbox-off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
