@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  margin: 0;
}

body {
  background-color: #fefefe;
}

a {
  color: #000000;
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

@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;
}
body,
div,
p,
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  letter-spacing: -0.02em;
  font-family: "Montserrat", "Pretendard", Arial, sans-serif;
  word-break: break-word;
}

body,
div,
p {
  font-size: 20px;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3em;
  letter-spacing: -0.04em;
}

._title {
  line-height: 1em;
  font-size: 10vw;
  font-size: 10cqw;
  letter-spacing: -0.03em;
  font-weight: 800;
}

a._title {
  text-indent: -0.05em;
  display: flex;
  text-decoration: none;
}

:root {
  --title-color-1: #F2D16D;
  --title-color-2: #F2EADF;
  --title-color-3: #BFA084;
  --title-color-4: #F29966;
  --title-color-5: #F26444;
  --title-color-6: #AE84D9;
  --title-color-7: #305925;
  --title-color-8: #F29F05;
  --title-color-9: #D90404;
  --title-color-10: #400101;
  --title-color-11: #401625;
  --title-color-12: #D982AB;
  --title-color-13: #F2C9DC;
  --title-color-14: #8E58A6;
  --title-color-15: #D9BF41;
  --title-color-16: #010440;
  --title-color-17: #575FF2;
  --title-color-18: #0AA65D;
  --title-color-19: #49F21B;
  --title-color-20: #81F230;
  --title-color-21: #FF4858;
  --title-color-22: #1B7F79;
  --title-color-23: #00CCC0;
  --title-color-24: #72F2EB;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
main.modal_open {
  filter: blur(20px);
  opacity: 0.5;
}

.content-split {
  flex: 1;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  min-height: 0;
}

.left-panel {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 0;
  container-type: inline-size;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
}
.left-panel::-webkit-scrollbar {
  width: 5px;
}
.left-panel::-webkit-scrollbar-track {
  background: transparent;
}
.left-panel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.left-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35);
}

.right-panel {
  width: 0;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.right-panel.open {
  width: 50%;
  border-left: 1px solid #777777;
}
@media screen and (max-width: 768px) {
  .right-panel.open {
    width: 85%;
  }
}

.panel-top {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 0 20px;
}

.panel-counter {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  align-self: center;
  flex: 1;
  padding-left: 4px;
}

.panel-close {
  position: relative;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.panel-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 1px;
}
.panel-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.panel-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.panel-close:hover span {
  background: rgba(0, 0, 0, 0.4);
}

.panel-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 40px 40px 40px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
}
.panel-body::-webkit-scrollbar {
  width: 5px;
}
.panel-body::-webkit-scrollbar-track {
  background: transparent;
}
.panel-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.panel-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35);
}
.panel-body img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .panel-body {
    padding: 20px 30px 40px 30px;
  }
}

.contents {
  display: flex;
  flex-direction: column;
}

.contents_wrapper {
  padding: 40px;
  border-top: 1px solid #777777;
}
.contents_wrapper:last-child {
  border-bottom: 1px solid #777777;
}

.article_title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 32px;
}

ul.content_list {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

@container (max-width: 768px) {
  .contents_wrapper {
    padding: 30px;
  }
  .article_title {
    font-size: 20px;
  }
  ul.content_list {
    gap: 20px;
  }
}
header {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
  background-color: #fefefe;
}
header .logo {
  display: flex;
  align-items: center;
}
header a {
  font-size: 44px;
}

@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
    gap: 5px;
    padding: 20px 30px;
  }
  header a {
    font-size: 20px;
  }
}
footer {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-shrink: 0;
  background-color: #fefefe;
}
footer p,
footer a,
footer li {
  color: #000000;
  font-size: 20px;
}
footer .nav_footer li {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 30px;
    flex-direction: column;
    gap: 15px;
  }
}
ul.content_list.websites li,
ul.content_list.websites h4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

ul.content_list.websites li[data-image] ._title {
  cursor: pointer;
}

ul.websites ._link {
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
ul.websites .meta {
  display: flex;
  gap: 30px;
  align-items: center;
}

date {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 800;
}

li.working {
  color: blue;
  font-size: 32px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  li.working {
    font-size: 20px;
    line-height: 0.5em;
  }
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -45%) scale(0.96);
  z-index: 200;
  border: 1px solid #000;
  width: 520px;
  height: auto;
  box-shadow: 18px 52px 0 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1024px) {
  .modal {
    width: 90vw;
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.modal-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 1px;
  transition: background 0.2s;
}
.modal-close span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.modal-close span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.modal-close:hover span {
  background: rgba(0, 0, 0, 0.4);
}

.modal-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 60px;
  box-sizing: border-box;
}
.modal-body h2 {
  margin-bottom: 30px;
}
.modal-body p {
  margin-bottom: 5px;
  word-break: keep-all;
}
.modal-body ul {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.modal-body li {
  font-size: 32px;
  line-height: 1.4em;
  text-transform: uppercase;
  word-break: keep-all;
}
.modal-body h4 {
  font-size: 32px;
  font-weight: 400;
}

.tik-tak {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-top: 24px;
}
.tik-tak p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  background-color: #000;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.6s ease;
  transform-origin: center center;
  font-size: 32px;
  line-height: 1;
  user-select: none;
  color: #fff;
}
.tik-tak p._blank {
  background-color: transparent !important;
  clip-path: none;
  width: 0.5em;
}

.nav_footer li[data-modal] {
  cursor: pointer;
  user-select: none;
}
.nav_footer li[data-modal]:hover {
  text-decoration: underline;
}

body.dark-mode {
  background-color: #000000;
}
body.dark-mode header#main-header,
body.dark-mode footer {
  background-color: #000000;
}
body.dark-mode,
body.dark-mode div,
body.dark-mode p,
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 {
  color: #ffffff;
}
body.dark-mode a {
  color: #ffffff;
}
body.dark-mode .logo svg path,
body.dark-mode .logo svg circle,
body.dark-mode .logo svg polygon {
  fill: #ffffff;
}
body.dark-mode .contents_wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode date {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode ul.websites ._link {
  color: #ffffff;
}
body.dark-mode footer p, body.dark-mode footer a, body.dark-mode footer li {
  color: #ffffff;
}
body.dark-mode .left-panel {
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
body.dark-mode .left-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
}
body.dark-mode .left-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}
body.dark-mode .panel-body {
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
body.dark-mode .panel-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
}
body.dark-mode .panel-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}
body.dark-mode .right-panel {
  background-color: #000000;
  border-left-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .panel-close span {
  background: #ffffff;
}
body.dark-mode .panel-close span:hover {
  background: rgba(255, 255, 255, 0.4);
}
body.dark-mode .panel-counter {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-mode .modal {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .modal-close span {
  background: #ffffff;
}
body.dark-mode .modal-close span:hover {
  background: rgba(255, 255, 255, 0.4);
}
body.dark-mode .modal-body h2, body.dark-mode .modal-body p, body.dark-mode .modal-body li {
  color: #ffffff;
}

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