@charset "UTF-8";
/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("base/woff2/PretendardVariable.woff2") format("woff2-variations");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "BookkMyungjo-Bd";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BookkMyungjo-Lt";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
html,
body {
  font-family: "Pretendard Variable", sans-serif, "Noto Serif KR", serif;
}

.improved_typo {
  line-height: 1.85;
  letter-spacing: -0.4px;
  word-spacing: -1px;
  text-align: justify;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

div {
  box-sizing: border-box;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
a {
  cursor: url("../assets/cursor.png"), auto;
}

::-moz-selection {
  background: #fff59d; /* 연노랑 */
  color: #212121; /* 어두운 회색 */
}

::selection {
  background: #fff59d; /* 연노랑 */
  color: #212121; /* 어두운 회색 */
}

.contents_wrapper {
  margin: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header {
  margin-bottom: 70px;
  border-bottom: 1px solid #000;
  padding-bottom: 70px;
}
.header .logo_wrapper {
  max-width: 240px;
}

.logo_wrapper {
  width: 100%;
  height: 100%;
}
.logo_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.caption_wrapper {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 1.5;
  width: 260px;
  text-align: center;
}
.caption_wrapper .caption {
  width: 200px;
  margin: 0 auto;
}
.caption_wrapper .caption .item {
  justify-content: space-between;
  display: flex;
}
.caption_wrapper .caption .item_property {
  font-weight: 600;
}
.caption_wrapper .wide {
  width: 280px;
}

.title_wrapper {
  margin-bottom: 70px;
  font-size: 128px;
  -webkit-text-stroke: 2px #000;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  font-family: "BookkMyungjo-Bd";
}
.title_wrapper .serif {
  font-family: serif;
}

.content_wrapper {
  display: inline-block;
  max-width: 630px;
  width: 100%;
  height: auto;
  font-size: 20px;
  margin-bottom: 150px;
}
.content_wrapper .quotation {
  font-style: italic;
  display: block;
  margin: 30px;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.2px;
  word-spacing: -0.8px;
  border-left: 4px solid #ccc;
  padding-left: 12px;
}
.content_wrapper .divider {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 15px 0;
}
.content_wrapper .reference_number {
  font-size: 12px;
  vertical-align: super;
  line-height: 0;
  background-color: #fff59d;
}
.content_wrapper .endnote {
  padding-left: 12px;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.2px;
  word-spacing: -0.8px;
}
.content_wrapper .list-box {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin: 30px 0;
}
.content_wrapper .list-box .list {
  padding: 32px 40px;
  list-style: none;
}
.content_wrapper .list-box .list .item {
  position: relative;
  font-size: 18px;
  margin-bottom: 8px;
}
.content_wrapper .list-box .list .item:first-of-type {
  margin-top: 12px;
}
.content_wrapper .bold {
  font-weight: 600;
}
.content_wrapper .oblique {
  font-style: italic;
  color: #555;
}
.content_wrapper .comment {
  color: rgb(67, 181, 251);
  font-size: 16px;
}
.content_wrapper .center {
  text-align: center;
}
.content_wrapper .right {
  text-align: right;
}

.footer {
  margin-bottom: 70px;
}
.footer .logo_wrapper {
  max-width: 70px;
}

@media screen and (max-width: 768px) {
  .contents_wrapper {
    margin: 70px 20px;
  }
  .header {
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
  .header .logo_wrapper {
    max-width: 180px;
    margin: 0 auto;
  }
  .caption_wrapper {
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .title_wrapper {
    font-size: clamp(2rem, 12vw, 5rem);
    margin-bottom: 40px;
    font-family: "BookkMyungjo-Lt";
    text-align: center;
  }
  .content_wrapper {
    font-size: 16px;
    max-width: none;
    width: auto;
  }
  .content_wrapper .quotation {
    font-size: 14px;
    margin: 20px;
  }
  .content_wrapper .endnote {
    font-size: 14px;
  }
  .content_wrapper .list-box .list {
    padding: 20px 12px;
  }
  .content_wrapper .list-box .list .item {
    padding: 0 6px;
    font-size: 16px;
  }
  .footer {
    margin-bottom: 40px;
  }
  .footer .logo_wrapper {
    max-width: 60px;
  }
}
.h1 {
  display: none;
}

.wrapper {
  padding: 24px;
}
.wrapper .logo_wrapper {
  max-width: 200px;
}
.wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #666;
  margin: 12px 0 24px;
}
.wrapper .item {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.wrapper .item:hover {
  background-color: #f0f0f0;
}
.wrapper .item .author {
  min-width: 40px;
  font-size: 12px;
  font-style: italic;
  align-self: flex-end;
}

.year_wrapper {
  display: flex;
  margin: 24px 0;
}
.year_wrapper .year {
  font-size: 22px;
  margin-right: 24px;
  font-weight: 600;
}

.month_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 360px;
}
.month_wrapper .month {
  padding-bottom: 4px;
  border-bottom: 1px solid #666;
  font-weight: 600;
}
.month_wrapper + .month_wrapper .month {
  padding-left: 24px;
}
.month_wrapper + .month_wrapper .subject_wrapper {
  margin-left: 24px;
}
.month_wrapper .subject_wrapper {
  display: none;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px dashed #666;
  padding: 16px 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.4s ease;
}
.month_wrapper .subject_wrapper.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 16px;
  }
  .wrapper .logo_wrapper {
    max-width: 150px;
  }
  .year_wrapper {
    flex-direction: column;
  }
  .year_wrapper .year {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .month_wrapper {
    max-width: none;
  }
  .month_wrapper + .month_wrapper {
    margin-top: 24px;
  }
  .month_wrapper + .month_wrapper .month {
    padding-left: 0;
  }
  .month_wrapper + .month_wrapper .subject_wrapper {
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */