@charset "UTF-8";
@font-face {
  font-family: "Cafe24ProUp";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2507-1@1.0/Cafe24PROUP.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Pretendard", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 38em) {
  html {
    font-size: 18px;
  }
}

body {
  color: var(--color-text);
  background-color: var(--color-background);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: var(--color-link);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
  color: var(--color-link-hover);
  text-decoration-color: var(--color-link-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  letter-spacing: -0.025rem;
}
@media (prefers-color-scheme: dark) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #ddd;
  }
}
@media (prefers-color-scheme: light) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #1a191b;
  }
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.3rem;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
}

ul {
  list-style-type: none;
}
ul li {
  margin-left: 3px;
}

.size {
  width: 900px;
  max-width: 90%;
}

.margin {
  margin: 0 auto;
}

.min-height {
  min-height: calc(100vh - 80px - 200px);
  padding-top: 20px;
}

pre[class*=language-],
code[class*=language-] {
  white-space: pre-wrap !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.menu {
  background: var(--color-theme-lighter);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.menu a {
  color: var(--color-title);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.menu a span {
  font-weight: bold;
}

.menu--content {
  height: 80px;
}

.back-to-site {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .back-to-site img {
    width: 22px;
  }
}
.back-to-site .back-to-site-text {
  margin-left: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .back-to-site .back-to-site-text {
    display: none;
  }
}

.title {
  font-family: "Cafe24ProUp";
  font-size: 1.5rem;
}

.header {
  min-height: 200px;
  background-color: var(--color-theme);
  background-size: 310px;
  width: 100%;
}
.header .header--block {
  color: var(--color-title);
}
.header .header--block .header--block--input {
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  opacity: 0.5;
  transition: 0.3s;
}
.header .header--block .header--block--input:focus-within {
  opacity: 1;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.header .header--block .header--block--input:focus-within .header--block--input--icon {
  opacity: 1;
}
.header .header--block .header--block--input .header--block--input--icon {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 10px;
  box-sizing: border-box;
  opacity: 0.5;
}
.header .header--block .header--block--input .input-search {
  width: 100%;
  height: 60px;
  border: none;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  background: transparent;
}

.position-search {
  position: relative;
}

.header--block--result {
  width: 100%;
  background: var(--color-background);
  z-index: 9;
  position: absolute;
  top: 80px;
  left: 0;
  border-radius: 4px;
}
.header--block--result ul {
  list-style: none;
}
.header--block--result ul li {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
}
.header--block--result ul li:first-child {
  border-top: 1px solid #ddd;
}
.header--block--result ul li a:hover {
  color: var(--color-link-hover);
}

.footer {
  min-height: 80px;
  background: var(--color-background);
  color: var(--color-text);
  overflow: hidden;
}
.footer .footer--block .underline {
  text-decoration: underline;
}

@font-face {
  font-family: "featherIcons";
  src: url("../assets/fonts/feather.eot?xsegw2");
  src: url("../assets/fonts/feather.eot?xsegw2#iefix") format("embedded-opentype"), url("../assets/fonts/feather.ttf?xsegw2") format("truetype"), url("../assets/fonts/feather.woff?xsegw2") format("woff"), url("../assets/fonts/feather.svg?xsegw2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "featherIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}

.icon-airplay:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-alert-octagon:before {
  content: "\e903";
}

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-anchor:before {
  content: "\e909";
}

.icon-aperture:before {
  content: "\e90a";
}

.icon-arrow-down:before {
  content: "\e90b";
}

.icon-arrow-down-left:before {
  content: "\e90c";
}

.icon-arrow-down-right:before {
  content: "\e90d";
}

.icon-arrow-left:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e90f";
}

.icon-arrow-up:before {
  content: "\e910";
}

.icon-arrow-up-left:before {
  content: "\e911";
}

.icon-arrow-up-right:before {
  content: "\e912";
}

.icon-at-sign:before {
  content: "\e913";
}

.icon-award:before {
  content: "\e914";
}

.icon-bar-chart:before {
  content: "\e915";
}

.icon-bar-chart-2:before {
  content: "\e916";
}

.icon-battery:before {
  content: "\e917";
}

.icon-battery-charging:before {
  content: "\e918";
}

.icon-bell:before {
  content: "\e919";
}

.icon-bell-off:before {
  content: "\e91a";
}

.icon-bluetooth:before {
  content: "\e91b";
}

.icon-bold:before {
  content: "\e91c";
}

.icon-book:before {
  content: "\e91d";
}

.icon-bookmark:before {
  content: "\e91e";
}

.icon-box:before {
  content: "\e91f";
}

.icon-briefcase:before {
  content: "\e920";
}

.icon-calendar:before {
  content: "\e921";
}

.icon-camera:before {
  content: "\e922";
}

.icon-camera-off:before {
  content: "\e923";
}

.icon-cast:before {
  content: "\e924";
}

.icon-check:before {
  content: "\e925";
}

.icon-check-circle:before {
  content: "\e926";
}

.icon-check-square:before {
  content: "\e927";
}

.icon-chevron-down:before {
  content: "\e928";
}

.icon-chevron-left:before {
  content: "\e929";
}

.icon-chevron-right:before {
  content: "\e92a";
}

.icon-chevron-up:before {
  content: "\e92b";
}

.icon-chevrons-down:before {
  content: "\e92c";
}

.icon-chevrons-left:before {
  content: "\e92d";
}

.icon-chevrons-right:before {
  content: "\e92e";
}

.icon-chevrons-up:before {
  content: "\e92f";
}

.icon-chrome:before {
  content: "\e930";
}

.icon-circle:before {
  content: "\e931";
}

.icon-clipboard:before {
  content: "\e932";
}

.icon-clock:before {
  content: "\e933";
}

.icon-cloud:before {
  content: "\e934";
}

.icon-cloud-drizzle:before {
  content: "\e935";
}

.icon-cloud-lightning:before {
  content: "\e936";
}

.icon-cloud-off:before {
  content: "\e937";
}

.icon-cloud-rain:before {
  content: "\e938";
}

.icon-cloud-snow:before {
  content: "\e939";
}

.icon-codepen:before {
  content: "\e93a";
}

.icon-command:before {
  content: "\e93b";
}

.icon-compass:before {
  content: "\e93c";
}

.icon-copy:before {
  content: "\e93d";
}

.icon-corner-down-left:before {
  content: "\e93e";
}

.icon-corner-down-right:before {
  content: "\e93f";
}

.icon-corner-left-down:before {
  content: "\e940";
}

.icon-corner-left-up:before {
  content: "\e941";
}

.icon-corner-right-down:before {
  content: "\e942";
}

.icon-corner-right-up:before {
  content: "\e943";
}

.icon-corner-up-left:before {
  content: "\e944";
}

.icon-corner-up-right:before {
  content: "\e945";
}

.icon-cpu:before {
  content: "\e946";
}

.icon-credit-card:before {
  content: "\e947";
}

.icon-crop:before {
  content: "\e948";
}

.icon-crosshair:before {
  content: "\e949";
}

.icon-delete:before {
  content: "\e94a";
}

.icon-disc:before {
  content: "\e94b";
}

.icon-download:before {
  content: "\e94c";
}

.icon-download-cloud:before {
  content: "\e94d";
}

.icon-droplet:before {
  content: "\e94e";
}

.icon-edit:before {
  content: "\e94f";
}

.icon-edit-2:before {
  content: "\e950";
}

.icon-edit-3:before {
  content: "\e951";
}

.icon-external-link:before {
  content: "\e952";
}

.icon-eye:before {
  content: "\e953";
}

.icon-eye-off:before {
  content: "\e954";
}

.icon-facebook:before {
  content: "\e955";
}

.icon-fast-forward:before {
  content: "\e956";
}

.icon-feather:before {
  content: "\e957";
}

.icon-file:before {
  content: "\e958";
}

.icon-file-minus:before {
  content: "\e959";
}

.icon-file-plus:before {
  content: "\e95a";
}

.icon-file-text:before {
  content: "\e95b";
}

.icon-film:before {
  content: "\e95c";
}

.icon-filter:before {
  content: "\e95d";
}

.icon-flag:before {
  content: "\e95e";
}

.icon-folder:before {
  content: "\e95f";
}

.icon-github:before {
  content: "\e960";
}

.icon-gitlab:before {
  content: "\e961";
}

.icon-globe:before {
  content: "\e962";
}

.icon-grid:before {
  content: "\e963";
}

.icon-hash:before {
  content: "\e964";
}

.icon-headphones:before {
  content: "\e965";
}

.icon-heart:before {
  content: "\e966";
}

.icon-help-circle:before {
  content: "\e967";
}

.icon-home:before {
  content: "\e968";
}

.icon-image:before {
  content: "\e969";
}

.icon-inbox:before {
  content: "\e96a";
}

.icon-info:before {
  content: "\e96b";
}

.icon-instagram:before {
  content: "\e96c";
}

.icon-italic:before {
  content: "\e96d";
}

.icon-layers:before {
  content: "\e96e";
}

.icon-layout:before {
  content: "\e96f";
}

.icon-life-buoy:before {
  content: "\e970";
}

.icon-link:before {
  content: "\e971";
}

.icon-link-2:before {
  content: "\e972";
}

.icon-list:before {
  content: "\e973";
}

.icon-loader:before {
  content: "\e974";
}

.icon-lock:before {
  content: "\e975";
}

.icon-log-in:before {
  content: "\e976";
}

.icon-log-out:before {
  content: "\e977";
}

.icon-mail:before {
  content: "\e978";
}

.icon-map:before {
  content: "\e979";
}

.icon-map-pin:before {
  content: "\e97a";
}

.icon-maximize:before {
  content: "\e97b";
}

.icon-maximize-2:before {
  content: "\e97c";
}

.icon-menu:before {
  content: "\e97d";
}

.icon-message-circle:before {
  content: "\e97e";
}

.icon-message-square:before {
  content: "\e97f";
}

.icon-mic:before {
  content: "\e980";
}

.icon-mic-off:before {
  content: "\e981";
}

.icon-minimize:before {
  content: "\e982";
}

.icon-minimize-2:before {
  content: "\e983";
}

.icon-minus:before {
  content: "\e984";
}

.icon-minus-circle:before {
  content: "\e985";
}

.icon-minus-square:before {
  content: "\e986";
}

.icon-monitor:before {
  content: "\e987";
}

.icon-moon:before {
  content: "\e988";
}

.icon-more-horizontal:before {
  content: "\e989";
}

.icon-more-vertical:before {
  content: "\e98a";
}

.icon-move:before {
  content: "\e98b";
}

.icon-music:before {
  content: "\e98c";
}

.icon-navigation:before {
  content: "\e98d";
}

.icon-navigation-2:before {
  content: "\e98e";
}

.icon-octagon:before {
  content: "\e98f";
}

.icon-package:before {
  content: "\e990";
}

.icon-paperclip:before {
  content: "\e991";
}

.icon-pause:before {
  content: "\e992";
}

.icon-pause-circle:before {
  content: "\e993";
}

.icon-percent:before {
  content: "\e994";
}

.icon-phone:before {
  content: "\e995";
}

.icon-phone-call:before {
  content: "\e996";
}

.icon-phone-forwarded:before {
  content: "\e997";
}

.icon-phone-incoming:before {
  content: "\e998";
}

.icon-phone-missed:before {
  content: "\e999";
}

.icon-phone-off:before {
  content: "\e99a";
}

.icon-phone-outgoing:before {
  content: "\e99b";
}

.icon-pie-chart:before {
  content: "\e99c";
}

.icon-play:before {
  content: "\e99d";
}

.icon-play-circle:before {
  content: "\e99e";
}

.icon-plus:before {
  content: "\e99f";
}

.icon-plus-circle:before {
  content: "\e9a0";
}

.icon-plus-square:before {
  content: "\e9a1";
}

.icon-pocket:before {
  content: "\e9a2";
}

.icon-power:before {
  content: "\e9a3";
}

.icon-printer:before {
  content: "\e9a4";
}

.icon-radio:before {
  content: "\e9a5";
}

.icon-refresh-ccw:before {
  content: "\e9a6";
}

.icon-refresh-cw:before {
  content: "\e9a7";
}

.icon-repeat:before {
  content: "\e9a8";
}

.icon-rewind:before {
  content: "\e9a9";
}

.icon-rotate-ccw:before {
  content: "\e9aa";
}

.icon-rotate-cw:before {
  content: "\e9ab";
}

.icon-save:before {
  content: "\e9ac";
}

.icon-scissors:before {
  content: "\e9ad";
}

.icon-search:before {
  content: "\e9ae";
}

.icon-server:before {
  content: "\e9af";
}

.icon-settings:before {
  content: "\e9b0";
}

.icon-share:before {
  content: "\e9b1";
}

.icon-share-2:before {
  content: "\e9b2";
}

.icon-shield:before {
  content: "\e9b3";
}

.icon-shopping-cart:before {
  content: "\e9b4";
}

.icon-shuffle:before {
  content: "\e9b5";
}

.icon-sidebar:before {
  content: "\e9b6";
}

.icon-skip-back:before {
  content: "\e9b7";
}

.icon-skip-forward:before {
  content: "\e9b8";
}

.icon-slack:before {
  content: "\e9b9";
}

.icon-slash:before {
  content: "\e9ba";
}

.icon-sliders:before {
  content: "\e9bb";
}

.icon-smartphone:before {
  content: "\e9bc";
}

.icon-speaker:before {
  content: "\e9bd";
}

.icon-square:before {
  content: "\e9be";
}

.icon-star:before {
  content: "\e9bf";
}

.icon-stop-circle:before {
  content: "\e9c0";
}

.icon-sun:before {
  content: "\e9c1";
}

.icon-sunrise:before {
  content: "\e9c2";
}

.icon-sunset:before {
  content: "\e9c3";
}

.icon-tablet:before {
  content: "\e9c4";
}

.icon-tag:before {
  content: "\e9c5";
}

.icon-target:before {
  content: "\e9c6";
}

.icon-thermometer:before {
  content: "\e9c7";
}

.icon-thumbs-down:before {
  content: "\e9c8";
}

.icon-thumbs-up:before {
  content: "\e9c9";
}

.icon-toggle-left:before {
  content: "\e9ca";
}

.icon-toggle-right:before {
  content: "\e9cb";
}

.icon-trash:before {
  content: "\e9cc";
}

.icon-trash-2:before {
  content: "\e9cd";
}

.icon-trending-down:before {
  content: "\e9ce";
}

.icon-trending-up:before {
  content: "\e9cf";
}

.icon-triangle:before {
  content: "\e9d0";
}

.icon-tv:before {
  content: "\e9d1";
}

.icon-twitter:before {
  content: "\e9d2";
}

.icon-type:before {
  content: "\e9d3";
}

.icon-umbrella:before {
  content: "\e9d4";
}

.icon-underline:before {
  content: "\e9d5";
}

.icon-unlock:before {
  content: "\e9d6";
}

.icon-upload:before {
  content: "\e9d7";
}

.icon-upload-cloud:before {
  content: "\e9d8";
}

.icon-user:before {
  content: "\e9d9";
}

.icon-user-check:before {
  content: "\e9da";
}

.icon-user-minus:before {
  content: "\e9db";
}

.icon-user-plus:before {
  content: "\e9dc";
}

.icon-user-x:before {
  content: "\e9dd";
}

.icon-users:before {
  content: "\e9de";
}

.icon-video:before {
  content: "\e9df";
}

.icon-video-off:before {
  content: "\e9e0";
}

.icon-voicemail:before {
  content: "\e9e1";
}

.icon-volume:before {
  content: "\e9e2";
}

.icon-volume-1:before {
  content: "\e9e3";
}

.icon-volume-2:before {
  content: "\e9e4";
}

.icon-volume-x:before {
  content: "\e9e5";
}

.icon-watch:before {
  content: "\e9e6";
}

.icon-wifi:before {
  content: "\e9e7";
}

.icon-wifi-off:before {
  content: "\e9e8";
}

.icon-wind:before {
  content: "\e9e9";
}

.icon-x:before {
  content: "\e9ea";
}

.icon-x-circle:before {
  content: "\e9eb";
}

.icon-x-square:before {
  content: "\e9ec";
}

.icon-zap:before {
  content: "\e9ed";
}

.icon-zoom-in:before {
  content: "\e9ee";
}

.icon-zoom-out:before {
  content: "\e9ef";
}

.content-post {
  min-height: calc(100vh - 480px);
  background: var(--color-background);
  padding-top: 30px;
  padding-bottom: 30px;
}

.list-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 240px;
  color: var(--color-text);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--color-border);
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .list-item {
    background: rgba(255, 255, 255, 0.04);
  }
}
.list-item:last-child {
  margin-bottom: 0px;
}
.list-item:hover {
  transition: 0.3s;
  border-color: var(--color-link-hover);
  text-decoration: none;
  color: var(--color-text);
}
@media (max-width: 640px) {
  .list-item {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
}
.list-item .list-item-icon {
  flex-basis: 100px;
  padding-right: 20px;
  font-size: 2rem;
  color: var(--color-theme);
}
.list-item .list-post-title {
  font-size: 22px;
  transition: 0.3s;
  color: var(--color-text);
}
.list-item .list-post-description {
  font-size: 16px;
}
.list-item .list-post-written span {
  font-weight: bold;
}
.list-item small {
  font-size: 12px;
  opacity: 0.7;
}
.list-item .list-post-thumbnail {
  flex-shrink: 0;
  width: 240px;
  margin-left: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.list-item .list-post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
}
@media (max-width: 640px) {
  .list-item .list-post-thumbnail {
    width: 100%;
    height: 180px;
    margin: 16px 0 0;
    border-radius: 4px;
  }
}

.post-title {
  margin-top: 15px;
  color: var(--color-theme);
  line-height: 1.25;
  letter-spacing: -0.025em;
}
@media (prefers-color-scheme: dark) {
  .post-title {
    color: var(--color-text);
  }
}

.post-list-tags {
  margin: 10px;
}
.post-list-tags .post-tag {
  padding: 5px 10px;
  color: white;
  background-color: var(--color-theme-grey);
  border-radius: 50px;
}

article ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
article ul ul {
  list-style: circle;
  margin-bottom: 0;
}
article ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
article li {
  margin-bottom: 0.25rem;
}
article h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.45rem;
  color: var(--color-theme);
  letter-spacing: -0.02em;
}
article h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  opacity: 0.85;
}
article h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.3rem;
  font-size: 1rem;
  opacity: 0.75;
}
article p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
article strong, article b {
  font-weight: 700;
}
article em, article i {
  font-style: italic;
}
article :not(pre) > code {
  background: rgba(135, 131, 120, 0.15) !important;
  color: #EB5757 !important;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 85%;
}
article blockquote {
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  border-left: 4px solid var(--color-theme);
  background: rgba(135, 131, 120, 0.07);
  border-radius: 0 4px 4px 0;
}
article blockquote p {
  margin-bottom: 0;
}
article hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid var(--color-border);
}
article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.95em;
}
article table th {
  background: var(--color-theme);
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 0.5rem 0.75rem;
}
article table td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--color-border);
}
article table tr:last-child td {
  border-bottom: none;
}
@media (prefers-color-scheme: dark) {
  article table th {
    background: var(--color-theme-lighter);
  }
}
article img {
  display: block;
  max-width: 100%;
  margin: 1.5rem auto;
  border-radius: 4px;
}
article .task-list {
  list-style: none;
  padding-left: 0.25rem;
}
article .task-list .task-list-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}
article .task-list .task-list-item .task-list-item-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border: 1.5px solid var(--color-border);
  border-radius: 3px;
  flex-shrink: 0;
  position: relative;
  top: 0.1em;
  cursor: default;
}
article .task-list .task-list-item .task-list-item-checkbox:checked {
  background: var(--color-theme);
  border-color: var(--color-theme);
}
article .task-list .task-list-item .task-list-item-checkbox:checked::after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.55em;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}
article .task-list .task-list-item:has(input:checked) {
  opacity: 0.55;
  text-decoration: line-through;
}

:root {
  --color-theme: #282C34;
  --color-theme-lighter: #3e4451;
  --color-theme-grey: #6B35C8;
  --color-background: hsl(0, 0%, 94%);
  --color-border: hsl(0, 1%, 77%);
  --color-title: hsl(0, 0%, 94%);
  --color-text: hsl(0, 0%, 35%);
  --color-link: #AF87FF;
  --color-link-hover: #8040D6;
}
@media screen and (prefers-color-scheme: dark) {
  :root {
    --color-theme: #282C34;
    --color-theme-lighter: #3e4451;
    --color-theme-grey: #6B35C8;
    --color-background: hsl(220, 5%, 12%);
    --color-border: hsl(0, 0%, 35%);
    --color-text: hsl(40, 10%, 83%);
    --color-title: hsl(40, 10%, 83%);
    --color-link: #AF87FF;
    --color-link-hover: #B1B9F9;
  }
}

.search-result-item {
  transition: background-color 0.3s ease; /* なめらかに変わる */
  /* ダークモード用とライトモード用 */
}
@media (prefers-color-scheme: dark) {
  .search-result-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
@media (prefers-color-scheme: light) {
  .search-result-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.description-link {
  font-size: smaller;
  text-decoration: none; /* 下線なし */
}
@media (prefers-color-scheme: light) {
  .description-link {
    color: #222 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .description-link {
    color: inherit !important;
  }
}
.description-link:hover {
  text-decoration: none; /* hoverしても下線なし */
}
@media (prefers-color-scheme: light) {
  .description-link:hover {
    color: #222 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .description-link:hover {
    color: inherit !important;
  }
}

/*# sourceMappingURL=main.css.map */