body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; /* For horizontal alignment */
/* padding-top: 5em; */
  margin: 0;
  padding-bottom: 8em;
  font-family: Noto Sans KR, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #1a202c;
}
div#header-navi {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2.5px solid #e2e2ff;
  z-index: 1000;
}
div#header-navi a {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
}
header.header-title {
  font-size: 24px;
  font-weight: bold;
  color: #00adb5;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.header-menu {
  display: flex;
  margin-right: 20px;
  max-width: 42%;
  align-items: center;
}
div.header-menu a,
div.header-menu span {
  margin-right: 13px !important;
  color: #000;
}
div#content {
  width: 60em;
  max-width: 90%;
}
h1#title {
  margin-bottom: 0;
  color: #00adb5;
}
div#menu-outer {
  margin-top: 1em;
}
nav#menu-inner a,
nav#menu-inner span {
  margin-right: 1em;
  font-weight: 520;
}
nav#menu-inner span {
  color: #1a202c;
  text-decoration: none;
}
nav#menu-inner a {
  color: #394867;
  text-decoration: underline;
}
div#content-outer {
  margin-top: 2em;
}
div#content-outer div#content-inner div#paginator {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}
div#content-outer div#content-inner div#paginator a {
  color: #394867;
  margin-right: 1em;
}
div#content-outer div#content-inner div#paginator span {
  color: #394867;
  margin-right: 1em;
}
div.post-item {
  display: grid;
  justify-content: center;
  margin-bottom: 2.5em;
}
div.post-item p {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
}
div.post-item p a {
  color: #222831;
  font-size: 1.35em;
  font-weight: 500;
  text-decoration: none;
}
div.post-item .post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
}
div.post-item .category a {
  color: #394867;
  font-size: 0.9em;
  text-decoration: none;
}
div.post-item .category a:hover {
  text-decoration: underline;
}
div.post-item .category span {
  color: #9599a3;
}
time {
  color: #9599a3;
}
div#bottom-inner {
  margin-top: 5em;
}
div#bottom-inner hr {
  background: #ccc;
  height: 1px;
  border: none;
}
div#bottom-inner div {
  display: flex;
  height: 2em;
  justify-content: space-between;
  align-items: center;
}
div#bottom-inner div a {
  color: #19202b;
}
div#bottom-inner div #hexo {
  float: right;
}
div#bottom-inner div img {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  margin-top: 3px;
}
img {
  width: 100%;
  max-width: 100%;
  min-width: 640px;
}
#rss-img {
  min-width: 0;
}
.original-img {
  width: inherit;
  min-width: 0;
}
aside a {
  color: #394867;
}
aside li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  img {
    min-width: 0;
  }
}
@media (max-width: 768px) {
  body {
/* padding-top: 2em; */
    padding-bottom: 4em;
    margin: 0 1rem;
  }
  div#content {
    width: 95%;
    max-width: 95%;
  }
  h1#title {
    font-size: 1.8em;
  }
  div#menu-outer {
    margin-top: 0.8em;
  }
  nav#menu-inner a,
  nav#menu-inner span {
    margin-right: 0.5em;
    font-size: 0.9em;
  }
  div#content-outer {
    margin-top: 1.5em;
  }
  div#content-outer div#content-inner div#paginator {
    margin-top: 2em;
  }
  div#content-outer div#content-inner div#paginator a,
  div#content-outer div#content-inner div#paginator span {
    margin-right: 0.5em;
    font-size: 0.9em;
  }
  div.post-item {
    margin-bottom: 2.5em;
  }
  div.post-item p {
    margin-bottom: 0.3em;
  }
  div.post-item p a {
    font-size: 1.1em;
  }
  div.post-item .post-meta {
    align-items: flex-start;
    gap: 0.3em;
  }
  div.post-item .category a {
    font-size: 0.85em;
  }
  div#bottom-inner {
    margin-top: 1em;
  }
  div#bottom-inner div {
    height: 1.5em;
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  body {
/* padding-top: 1.5em; */
    padding-bottom: 3em;
    margin: 0 1rem;
  }
  div#content {
    width: 98%;
    max-width: 98%;
  }
  h1#title {
    font-size: 1.5em;
  }
  nav#menu-inner a,
  nav#menu-inner span {
    margin-right: 0.3em;
    font-size: 0.85em;
  }
  div#content-outer {
    margin-top: 1em;
  }
  div.post-item p a {
    font-size: 1em;
  }
  div.post-item .category a {
    font-size: 0.8em;
  }
  div#bottom-inner {
    margin-top: 0.8em;
  }
  div#bottom-inner div {
    height: 1.2em;
    font-size: 0.8em;
  }
}
#post {
  color: #333;
}
#post p {
  text-align: justify;
  line-height: 1.8;
  font-weight: 400;
}
#post a {
  color: #00adb5;
}
#post ol,
#post ul {
  padding-inline-start: 1.5em;
}
#post li {
  line-height: 2;
}
#post p code,
#post li code {
  background: #f3f3f3;
  color: #00adb5;
  padding: 0.2em;
}
#post img {
  display: block;
  margin: auto;
}
#post table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  width: 100%;
}
#post table thead tr {
  background-color: #ccc;
  color: #fff;
  text-align: left;
}
#post table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
#post table tbody tr:last-of-type {
  border-bottom: 1px solid #f3f3f3;
}
#post table th,
#post table td {
  padding: 12px 15px;
}
#post blockquote {
  background: #f9f9f9;
  border-left: 0.35em solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
#post blockquote p {
  display: inline;
}
#post blockquote.pullquote {
  background: none;
  border-left: none;
  text-align: left;
  width: 45%;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-family: 'Georgia', serif;
  color: #00adb5;
}
#post blockquote.pullquote.left {
  margin-right: 1em;
  float: left;
}
#post blockquote.pullquote.right {
  margin-left: 1em;
  float: right;
}
#post hr {
  background: #ccc;
  height: 1px;
  border: none;
}
#post .video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
#post .video-container iframe,
#post .video-container object,
#post .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
#post div.post-tags {
  margin-top: 5em;
}
#post div.post-tags a {
  color: #00adb5;
}
@media (max-width: 768px) {
  #post p {
    font-size: 0.95em;
    line-height: 1.6;
  }
  #post h1,
  #post h2,
  #post h3,
  #post h4,
  #post h5,
  #post h6 {
    font-size: 1.1em;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
  }
  #post h1 {
    font-size: 1.4em;
  }
  #post h2 {
    font-size: 1.3em;
  }
  #post h3 {
    font-size: 1.2em;
  }
  #post ol,
  #post ul {
    padding-inline-start: 1em;
    font-size: 0.95em;
  }
  #post li {
    margin-bottom: 0.3em;
  }
  #post table {
    font-size: 0.8em;
    margin: 15px 0;
  }
  #post table th,
  #post table td {
    padding: 8px 10px;
  }
  #post blockquote {
    margin: 1em 5px;
    padding: 0.3em 8px;
    font-size: 0.9em;
  }
  #post blockquote.pullquote {
    width: 100%;
    float: none;
    margin: 1em 0;
    font-size: 1em;
  }
  #post .video-container {
    margin: 1em 0;
  }
  #post div.post-tags {
    margin-top: 3em;
    font-size: 0.9em;
  }
  #post p code,
  #post li code {
    padding: 0.15em;
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  #post p {
    font-size: 0.9em;
    line-height: 1.5;
  }
  #post h1 {
    font-size: 1.3em;
  }
  #post h2 {
    font-size: 1.2em;
  }
  #post h3 {
    font-size: 1.1em;
  }
  #post ol,
  #post ul {
    padding-inline-start: 0.8em;
    font-size: 0.9em;
  }
  #post table {
    font-size: 0.75em;
  }
  #post table th,
  #post table td {
    padding: 6px 8px;
  }
  #post blockquote {
    margin: 0.8em 3px;
    padding: 0.25em 6px;
    font-size: 0.85em;
  }
  #post div.post-tags {
    margin-top: 2em;
    font-size: 0.85em;
  }
  #post p code,
  #post li code {
    padding: 0.1em;
    font-size: 0.85em;
  }
}
#post pre[class*='language-'].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
  line-height: $line-height-code-block;
}
#post pre[class*='language-'].line-numbers > code {
  position: relative;
  line-height: $line-height-code-block;
  white-space: inherit;
  word-wrap: normal;
  word-break: normal;
  overflow-wrap: normal;
}
#post pre[class*='language-'].line-numbers .line-numbers-rows {
  position: absolute;
  top: 0;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  font-size: 100%;
  pointer-events: none;
  user-select: none;
}
#post pre[class*='language-'].line-numbers .line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
  pointer-events: none;
}
#post pre[class*='language-'].line-numbers .line-numbers-rows > span:before {
  display: block;
  padding-right: 0.8em;
  color: var(--hlnumber-color);
  content: counter(linenumber);
  text-align: right;
}
pre[class*='language-'] .token {
  color: primary-color;
}
pre[class*='language-'] .token.class-name {
  color: #0076ff;
}
pre[class*='language-'] .token.function {
  color: #52006a;
}
pre[class*='language-'] .token.comment,
pre[class*='language-'] .token.prolog,
pre[class*='language-'] .token.doctype,
pre[class*='language-'] .token.cdata {
  color: rgba(149,165,166,0.8);
}
pre[class*='language-'] .token.punctuation {
  color: code-primary-color;
}
pre[class*='language-'] .token.namespace {
  opacity: 0.7;
}
pre[class*='language-'] .token.property {
  color: #52006a;
}
pre[class*='language-'] .token.tag {
  color: #52006a;
}
pre[class*='language-'] .token.string {
  color: rgba(149,165,166,0.8);
}
pre[class*='language-'] .token.selector {
  color: #52006a;
}
pre[class*='language-'] .token.attr-name {
  color: #ff0078;
}
pre[class*='language-'] .token.entity,
pre[class*='language-'] .token.url,
pre[class*='language-'] .language-css .token.string,
pre[class*='language-'] .style .token.string {
  color: rgba(149,165,166,0.8);
}
pre[class*='language-'] .token.attr-value {
  color: rgba(149,165,166,0.8);
}
pre[class*='language-'] .token.keyword,
pre[class*='language-'] .token.control,
pre[class*='language-'] .token.directive,
pre[class*='language-'] .token.unit {
  color: #ff0078;
}
pre[class*='language-'] .token.statement,
pre[class*='language-'] .token.regex,
pre[class*='language-'] .token.atrule {
  color: #52006a;
}
pre[class*='language-'] .token.placeholder,
pre[class*='language-'] .token.variable {
  color: #52006a;
}
pre[class*='language-'] .token.deleted {
  text-decoration: line-through;
}
pre[class*='language-'] .token.inserted {
  border-bottom: 1px dotted #202746;
  text-decoration: none;
}
pre[class*='language-'] .token.italic {
  font-style: italic;
}
pre[class*='language-'] .token.important,
pre[class*='language-'] .token.bold {
  font-weight: bold;
}
pre[class*='language-'] .token.important {
  color: #ff0078;
}
pre[class*='language-'] .token.entity {
  cursor: help;
}
pre[class*='language-'] pre > code.highlight {
  outline: 0.4em solid #c94922;
  outline-offset: 0.4em;
}
#post pre[class*='language-']::-webkit-scrollbar-thumb {
  background: var(--hlscrollbar-bg);
}
#post pre[class*='language-']:not(.line-numbers) {
  padding: 10px 20px;
}
#post pre[class*='language-'] .caption {
  font-size: 0.85em;
  color: rgba(149,165,166,0.8);
  line-height: 1em;
  margin-bottom: 1em;
}
#post pre[class*='language-'] .caption a {
  padding: 0.5em !important;
}
#post pre {
  background: #f7f7f7;
}
#post pre,
#post code {
  overflow: auto;
  font-size: 0.9em;
  font-family: JetBrains Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  border-radius: 0.3em;
}
@media (max-width: 768px) {
  #post pre,
  #post code {
    font-size: 0.85em;
    line-height: 1.4;
  }
  #post pre {
    padding: 8px 12px;
    margin: 1em 0;
  }
  #post pre[class*='language-']:not(.line-numbers) {
    padding: 8px 12px;
  }
  #post pre[class*='language-'] .caption {
    font-size: 0.8em;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 480px) {
  #post pre,
  #post code {
    font-size: 0.8em;
    line-height: 1.3;
  }
  #post pre {
    padding: 6px 10px;
    margin: 0.8em 0;
  }
  #post pre[class*='language-']:not(.line-numbers) {
    padding: 6px 10px;
  }
  #post pre[class*='language-'] .caption {
    font-size: 0.75em;
    margin-bottom: 0.6em;
  }
}
