@font-face {
  font-family: "helvetica";
  src: url("/static/fonts/HelveticaNeue-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "helvetica";
  src: url("/static/fonts/HelveticaNeue-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "helvetica";
  src: url("/static/fonts/HelveticaNeue-Roman.otf");
  font-weight: 400;
}
@font-face {
  font-family: "helvetica";
  src: url("/static/fonts/HelveticaNeue-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "eunuverse";
  src: url("/static/fonts/Eunuverse_Roman.otf");
  font-weight: 400;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select,
a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

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

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

body {
  font-family: "helvetica";
}

main.full_height {
  height: 100vh;
  overflow: hidden;
}

.index {
  background: black;
  padding-bottom: 40px;
}
.index .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 2.1%;
}
.index .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2.1% 15px 2.1%;
}
.index .header .title {
  font-weight: 100;
  font-size: 35px;
  line-height: 100%;
  color: white;
  letter-spacing: 7.3px;
  font-family: "eunuverse";
}
.index .header .menu_btn {
  font-weight: 100;
  font-size: 20px;
  line-height: 100%;
  color: #A1000B;
  font-family: "eunuverse";
}
.index .video_wr {
  width: 100%;
  flex: 1;
  min-height: 0;
}
.index .video_wr video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu_page {
  background: #8D000A;
  padding-bottom: 20px;
}
@media (min-aspect-ratio: 1400/665) {
  .menu_page {
    padding-bottom: 10px;
  }
}
.menu_page .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.menu_page .header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 27px 4.3% 24px 4.3%;
}
.menu_page .header .back_btn {
  font-weight: 100;
  font-size: 20px;
  line-height: 100%;
  color: #111111;
  font-family: "eunuverse";
}
.menu_page .line_wr {
  width: 100%;
  overflow: hidden;
}
.menu_page .line {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
  animation: line 15s linear infinite forwards;
}
.menu_page .line:has(img:hover) {
  animation-play-state: paused;
}
.menu_page .line img {
  width: 12vw;
  height: auto;
  filter: blur(2px);
  transition: 0.2s;
}
@media (min-aspect-ratio: 1400/800) {
  .menu_page .line img {
    width: 10vw;
  }
}
@media (max-aspect-ratio: 1) {
  .menu_page .line img {
    width: 16vw;
  }
}
@media (max-aspect-ratio: 600/700) {
  .menu_page .line img {
    width: 25vw;
  }
}
@media (max-aspect-ratio: 450/700) {
  .menu_page .line img {
    width: 45vw;
  }
}
.menu_page .line img:hover {
  filter: none;
}
@keyframes line {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}
.menu_page .menu {
  margin-top: auto;
  padding-left: 2.4%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #111111;
  font-size: 90px;
  font-family: "eunuverse";
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 700px) {
  .menu_page .menu {
    font-size: 65px;
  }
}
@media (max-width: 460px) {
  .menu_page .menu {
    font-size: 45px;
  }
}
@media (min-aspect-ratio: 1400/665) {
  .menu_page .menu {
    font-size: 65px;
  }
}
@media (min-aspect-ratio: 1400/560) {
  .menu_page .menu {
    font-size: 45px;
  }
}
.menu_page .menu .horiz_wr {
  display: flex;
  gap: 20px;
}

.content_page {
  background: white;
}
.content_page .container {
  display: flex;
  height: 100%;
}
.content_page .container > * {
  flex: 1 0 0;
}
.content_page .container .project_list {
  padding: 20px 0 0 1.4%;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.content_page .container .project_list .line {
  width: 99%;
  border-bottom: 1px solid black;
  position: absolute;
  left: 0;
  display: none;
  z-index: 2;
  padding: 0 !important;
}
.content_page .container .project_list .scroll_wr {
  max-height: 100%;
  position: relative;
}
.content_page .container .project_list .scroll {
  position: relative;
  padding-bottom: 20px;
  font-family: "helvetica";
  font-size: 20px;
  line-height: 115%;
  font-weight: 400;
  text-transform: lowercase;
  padding-right: 2.5%;
  min-height: 0;
  overflow: hidden auto;
  max-height: 100%;
  display: grid;
  grid-template-columns: 25% 1fr auto;
}
.content_page .container .project_list .scroll :nth-child(3n+1) {
  text-align: right;
}
.content_page .container .project_list .scroll > * {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content_page .container .project_list .scroll .name {
  padding-left: 10%;
  padding-right: 10%;
}
.content_page .container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.content_page .container .header .title {
  font-weight: 100;
  font-size: 35px;
  line-height: 100%;
  color: black;
  letter-spacing: 7.3px;
  font-family: "eunuverse";
}
.content_page .container .header .direction {
  font-weight: 100;
  font-size: 20px;
  line-height: 100%;
  color: #A1000B;
  font-family: "eunuverse";
  text-transform: lowercase;
  margin-right: 9px;
}
.content_page .container .project_content {
  height: 100%;
  font-family: helvetica;
  font-size: 16px;
  line-height: 120%;
  color: #111111;
}
.content_page .container .project_content .scroll {
  overflow: hidden auto;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
}
.content_page .container .project_content .project {
  scroll-margin: 10px;
}
.content_page .container .project_content img,
.content_page .container .project_content video {
  width: 100%;
  height: auto;
}
.content_page .container .project_content img:not(:last-child) {
  margin-bottom: 8px;
}
.content_page .container .project_content p {
  margin-bottom: 8px;
  margin-top: 8px;
}
.content_page .container .project_content p:has(:is(img:last-child, video:last-child)) + p:has(:is(img:first-child, video:first-child)) {
  margin-top: -8px;
}
.content_page .container .project_content h2 {
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 500;
}