@charset "UTF-8";
body {
  /* background rem change */
  /*
  light 버전, 변수 제거
  --hljs-theme-background: rgb(243, 243, 243);
  --hljs-theme-color: rgb(0, 0, 0);
  */
}
body pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 18px;
}
body code.hljs {
  padding: 0.188rem 0.313rem;
}
body .hljs {
  background: #f3f3f3;
  color: #000;
}
body .hljs-comment,
body .hljs-quote,
body .hljs-variable {
  color: green;
}
body .hljs-built_in,
body .hljs-keyword,
body .hljs-name,
body .hljs-selector-tag,
body .hljs-tag {
  color: #00f;
}
body .hljs-addition,
body .hljs-attribute,
body .hljs-literal,
body .hljs-section,
body .hljs-string,
body .hljs-template-tag,
body .hljs-template-variable,
body .hljs-title,
body .hljs-type {
  color: #a31515;
}
body .hljs-deletion,
body .hljs-meta,
body .hljs-selector-attr,
body .hljs-selector-pseudo {
  color: #2b91af;
}
body .hljs-doctag {
  color: grey;
}
body .hljs-attr {
  color: red;
}
body .hljs-bullet,
body .hljs-link,
body .hljs-symbol {
  color: #00b0e8;
}
body .hljs-emphasis {
  font-style: italic;
}
body .hljs-strong {
  font-weight: 700;
}
body .hljs-copy-wrapper {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
body .hljs-copy-container {
  --hljs-theme-padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 200ms ease-out;
}
body .hljs-copy-button {
  position: relative;
  margin: calc(var(--hljs-theme-padding) / 2);
  width: calc(1rem + var(--hljs-theme-padding));
  height: calc(1rem + var(--hljs-theme-padding));
  font-size: 0.8125rem;
  text-indent: -624.938rem;
  color: rgb(0, 0, 0);
  border-radius: 0.25rem;
  border: 0.063rem solid;
  border-color: color-mix(in srgb, rgb(0, 0, 0), transparent 80%);
  background-color: rgb(243, 243, 243);
  transition: background-color 200ms ease;
  overflow: hidden;
}
body .hljs-copy-button:not([data-copied="true"])::before {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: currentColor;
  mask: url('data:image/svg+xml;utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V6C19 5.73478 18.8946 5.48043 18.7071 5.29289C18.5196 5.10536 18.2652 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7 1.89543 7.89543 1 9 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5V3ZM15 3H9V5H15V3Z" fill="black"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}
body .hljs-copy-button:hover {
  background-color: color-mix(in srgb, rgb(0, 0, 0), transparent 90%);
}
body .hljs-copy-button:active {
  border-color: color-mix(in srgb, rgb(0, 0, 0), transparent 60%);
}
body .hljs-copy-button[data-copied="true"] {
  text-indent: 0;
  width: auto;
}
body .hljs-copy-container[data-autohide="true"] {
  transform: translateX(calc(100% + 1.125em));
}
body .hljs-copy-wrapper:focus-within .hljs-copy-container {
  transition: none;
  transform: translateX(0);
}
body .hljs-copy-wrapper:hover .hljs-copy-container {
  transform: translateX(0);
}
@media (prefers-reduced-motion) {
  body .hljs-copy-button {
    transition: none;
  }
}
body .hljs-copy-alert {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 0.063rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0.063rem;
}

body.dark-theme {
  /* background, comment, variable(BD63C5 -> cc5ed6)  rem change */
  /*
   * Visual Studio 2015 dark style
   * Author: Nicolas LLOBERA <nllobera@gmail.com>
   */
  /*.hljs-code {
    font-family:'Monospace';
  }*/
  /*
  dark 버전, 변수 제거
  --hljs-theme-background: rgb(27, 27, 27);
  --hljs-theme-color: rgb(220, 220, 220);
  */
}
body.dark-theme pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 18px;
}
body.dark-theme code.hljs {
  padding: 0.188rem 0.313rem;
}
body.dark-theme .hljs {
  background: #1b1b1b;
  color: #dcdcdc;
}
body.dark-theme .hljs-keyword,
body.dark-theme .hljs-literal,
body.dark-theme .hljs-symbol,
body.dark-theme .hljs-name {
  color: #569cd6;
}
body.dark-theme .hljs-link {
  color: #569cd6;
  text-decoration: underline;
}
body.dark-theme .hljs-built_in,
body.dark-theme .hljs-type {
  color: #4ec9b0;
}
body.dark-theme .hljs-number,
body.dark-theme .hljs-class {
  color: #b8d7a3;
}
body.dark-theme .hljs-string,
body.dark-theme .hljs-meta .hljs-string {
  color: #d69d85;
}
body.dark-theme .hljs-regexp,
body.dark-theme .hljs-template-tag {
  color: #9a5334;
}
body.dark-theme .hljs-subst,
body.dark-theme .hljs-function,
body.dark-theme .hljs-title,
body.dark-theme .hljs-params,
body.dark-theme .hljs-formula {
  color: #dcdcdc;
}
body.dark-theme .hljs-comment {
  color: #57a64a;
}
body.dark-theme .hljs-quote {
  color: #57a64a;
  font-style: italic;
}
body.dark-theme .hljs-doctag {
  color: #608b4e;
}
body.dark-theme .hljs-meta,
body.dark-theme .hljs-meta .hljs-keyword,
body.dark-theme .hljs-tag {
  color: #9b9b9b;
}
body.dark-theme .hljs-variable,
body.dark-theme .hljs-template-variable {
  color: #cc5ed6;
}
body.dark-theme .hljs-attr,
body.dark-theme .hljs-attribute {
  color: #9cdcfe;
}
body.dark-theme .hljs-section {
  color: gold;
}
body.dark-theme .hljs-emphasis {
  font-style: italic;
}
body.dark-theme .hljs-strong {
  font-weight: bold;
}
body.dark-theme .hljs-bullet,
body.dark-theme .hljs-selector-tag,
body.dark-theme .hljs-selector-id,
body.dark-theme .hljs-selector-class,
body.dark-theme .hljs-selector-attr,
body.dark-theme .hljs-selector-pseudo {
  color: #d7ba7d;
}
body.dark-theme .hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}
body.dark-theme .hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}
body.dark-theme .hljs-copy-wrapper {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
body.dark-theme .hljs-copy-container {
  --hljs-theme-padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 200ms ease-out;
}
body.dark-theme .hljs-copy-button {
  position: relative;
  margin: calc(var(--hljs-theme-padding) / 2);
  width: calc(1rem + var(--hljs-theme-padding));
  height: calc(1rem + var(--hljs-theme-padding));
  font-size: 0.8125rem;
  text-indent: -624.938rem;
  color: rgb(220, 220, 220);
  border-radius: 0.25rem;
  border: 0.063rem solid;
  border-color: color-mix(in srgb, rgb(220, 220, 220), transparent 80%);
  background-color: rgb(27, 27, 27);
  transition: background-color 200ms ease;
  overflow: hidden;
}
body.dark-theme .hljs-copy-button:not([data-copied="true"])::before {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: currentColor;
  mask: url('data:image/svg+xml;utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V6C19 5.73478 18.8946 5.48043 18.7071 5.29289C18.5196 5.10536 18.2652 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7 1.89543 7.89543 1 9 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5V3ZM15 3H9V5H15V3Z" fill="black"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}
body.dark-theme .hljs-copy-button:hover {
  background-color: color-mix(in srgb, rgb(220, 220, 220), transparent 90%);
}
body.dark-theme .hljs-copy-button:active {
  border-color: color-mix(in srgb, rgb(220, 220, 220), transparent 60%);
}
body.dark-theme .hljs-copy-button[data-copied="true"] {
  text-indent: 0;
  width: auto;
}
body.dark-theme .hljs-copy-container[data-autohide="true"] {
  transform: translateX(calc(100% + 1.125em));
}
body.dark-theme .hljs-copy-wrapper:focus-within .hljs-copy-container {
  transition: none;
  transform: translateX(0);
}
body.dark-theme .hljs-copy-wrapper:hover .hljs-copy-container {
  transform: translateX(0);
}
@media (prefers-reduced-motion) {
  body.dark-theme .hljs-copy-button {
    transition: none;
  }
}
body.dark-theme .hljs-copy-alert {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 0.063rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0.063rem;
}

/*# sourceMappingURL=highlight-theme.css.map */
