@font-face {
    font-family: "Joseon Gulim";
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #c7c4b7;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: "Joseon Gulim";
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: 1.5;
  word-break: keep-all;
  cursor: default;
}

body::-webkit-scrollbar {
  display: none;
}

.list {
  padding-bottom: 100vh;
}

.list li {
  padding: .5rem 1rem;
}

.list li:not(:first-child) {
  border-top: 1px solid currentColor;
}

.list li:hover {
  color: #c7c4b7;
  background-color: black;
}

.list li > div:nth-child(1) {
  display: flex;
}

@media screen and (max-width: 900px) {
  .list li > div:nth-child(1) > div:nth-child(2), 
  .list li > div:nth-child(1) > div:nth-child(3),
  .list li > div:nth-child(1) > div:nth-child(4) {
    display: none;
  }
}

.list li > div:nth-child(1) > div {
  flex: 1 1 0;
  padding-right: 1em;
}

.list li > div:nth-child(1) > div:last-child {
  text-align: right;
  padding-right: 0;
}

.quote {
  display: none;
  padding-top: 1em;
  font-size: clamp(1.5rem, 3vw, 4rem);
}

.quote strong {
  font-weight: normal;  
}

.quote strong::before {
  content: "『";
  margin-left: -.5em;
}

.quote strong::after {
  content: "』";
  margin-right: -.5em;
}

.quote em {
  font-style: normal;  
}

.quote em::before {
  content: "「";
  margin-left: -.5em;
}

.quote em::after {
  content: "」";
  margin-right: -.5em;
}