@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
  font-family: "Geomanist-bold";
  src: url(../fonts/Geomanist-Bold.woff2) format("woff2"), url(../fonts/Geomanist-Bold.woff) format("woff"), url(../fonts/Geomanist-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Geomanist-medium";
  src: url(../fonts/Geomanist-Medium.woff2) format("woff2"), url(../fonts/Geomanist-Medium.woff) format("woff"), url(../fonts/Geomanist-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Geomanist-light";
  src: url(../fonts/Geomanist-Light.woff2) format("woff2"), url(../fonts/Geomanist-Light.woff) format("woff"), url(../fonts/Geomanist-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Ydestreet-bold";
  font-weight: 900;
  src: url(../fonts/Ydestreet-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSerifKR-medium";
  src: url(../fonts/NotoSerifKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "NotoSerifKR-light";
  src: url(../fonts/NotoSerifKR-Light.otf) format("opentype");
}
html,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 62.5%;
  font-weight: 400;
}

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

ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

button {
  outline: none;
  border: none;
}

/*반응형 화면 크기*/
aside {
  width: 124px;
  height: 100vh;
  background: #161617;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
aside nav {
  height: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
aside nav .logo-wrap {
  width: 124px;
  height: 136px;
  background: #000;
}
aside nav .logo-wrap .logo-click {
  display: inline-block;
  width: 100%;
  height: 100%;
}
aside nav .logo-wrap .logo-box {
  width: 80px;
  height: 60px;
  margin-top: 6em;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotation cubic-bezier(0.8, 0, 1, 1) infinite 3s;
  -moz-animation: rotation linear infinite 3s;
  -webkit-animation: rotation linear infinite 3s;
}
aside nav .logo-wrap .logo-box h2 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -1px;
  color: #f2f2f2;
  animation: rotation-back linear infinite 3s;
}
aside nav .logo-wrap .logo-box h2 a {
  color: inherit;
}
aside nav .logo-wrap .logo-box .logo-sphere {
  background: #f2f2f2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
aside nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  transform: translateY(-50%);
}
aside nav ul a {
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 0.5px;
  color: #f2f2f2;
}
aside nav ul a:hover {
  transition: color 0.15s;
  color: #868e96;
}
aside nav ul a li {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  border-top: 0.1px solid rgba(255, 255, 255, 0.2);
}
aside nav ul a li.line {
  border-bottom: 0.1px solid rgba(255, 255, 255, 0.2);
}
aside .dark-mode {
  position: relative;
  width: calc(100% - 48px);
  height: 18px;
  border: 1px solid #f1f3f5;
  cursor: pointer;
}
aside .dark-mode .switch {
  width: 16px;
  height: 16px;
  background: #f1f3f5;
  border-radius: 50%;
  position: absolute;
  top: 0.8px;
  left: 2px;
  transition: all 0.3s cubic-bezier(0.8, 0, 1, 1);
}
aside .dark-mode .switch.active {
  left: 58px;
}
aside address {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  margin: 7em 0;
  position: relative;
}
aside address span {
  position: absolute;
  bottom: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 10px;
  color: #000;
  background: #ddd;
  border-radius: 5px;
  transition-duration: 0.5s;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
}
aside address span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
  height: 10px;
  background: #ddd;
}
aside address:hover span {
  opacity: 1;
  visibility: visible;
}

#viewport {
  overflow: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000px;
  -o-perspective: 1000;
  perspective: 1000px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#world {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 256px;
  margin-top: -128px;
  font-size: 1.6rem;
  font-family: "Geomanist-medium";
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}

#world div {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cloudBase {
  position: absolute;
  top: 256px;
  left: 256px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.cloudLayer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 256px;
  height: 256px;
  margin-top: -128px;
  margin-left: -128px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

section.visual-text {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  /* animation */
}
section.visual-text .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 78.125vw;
  padding-bottom: 8em;
  box-sizing: border-box;
}
section.visual-text .inner ul:nth-child(1) li {
  overflow: hidden;
  height: 11.3541666667vw;
  white-space: nowrap;
}
section.visual-text .inner ul:nth-child(1) li:nth-child(1) {
  transform: translateX(-9.5833333333vw);
}
section.visual-text .inner ul:nth-child(1) li:nth-child(1) span {
  color: #FFC5AD;
}
section.visual-text .inner ul:nth-child(1) li:nth-child(2) {
  transform: translateX(8.8541666667vw);
}
section.visual-text .inner ul:nth-child(1) li:nth-child(2) span {
  color: #87CEFF;
}
section.visual-text .inner ul:nth-child(1) li:nth-child(3) {
  transform: translateX(13.0208333333vw);
}
section.visual-text .inner ul:nth-child(1) li:nth-child(4) {
  transform: translateX(57.2916666667vw);
}
section.visual-text .inner ul:nth-child(1) li:nth-child(4) span {
  color: #1190FF;
}
section.visual-text .inner ul:nth-child(1) li span {
  display: block;
  font-size: 8.8541666667vw;
  font-family: "Geomanist-bold";
  letter-spacing: -4px;
  transform: translateY(15.1041666667vw);
}
section.visual-text .inner ul:nth-child(2) {
  position: absolute;
  left: -15.625vw;
  bottom: 58px;
}
section.visual-text .inner ul:nth-child(2) li {
  overflow: hidden;
  height: 22px;
  white-space: nowrap;
}
section.visual-text .inner ul:nth-child(2) li span {
  display: block;
  line-height: 22px;
  font-size: calc(18px + 0.2083333333vw);
  font-family: "Geomanist-medium";
  letter-spacing: 0.5px;
  transform: translateY(22px);
  animation-name: anim_visual_on_1;
}
section.visual-text .inner ul:nth-child(2) li:nth-child(1) {
  transform: translateX(6.7708333333vw);
}
section.visual-text .inner ul:nth-child(2) li:nth-child(2) {
  transform: translateX(6.7708333333vw);
}
section.visual-text .inner ul:nth-child(2) li:nth-child(3) {
  transform: translateX(6.7708333333vw);
}
section.visual-text.anim-on ul li span {
  animation-name: anim_visual_on;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0, 0.7, 0.85, 1);
}
section.visual-text.anim-on ul:nth-child(1) li:nth-child(1) span {
  animation-duration: 0.6s;
  animation-delay: 0s;
}
section.visual-text.anim-on ul:nth-child(1) li:nth-child(2) span {
  animation-duration: 0.5s;
  animation-delay: 0.75s;
}
section.visual-text.anim-on ul:nth-child(1) li:nth-child(3) span {
  animation-duration: 0.5s;
  animation-delay: 1s;
}
section.visual-text.anim-on ul:nth-child(1) li:nth-child(4) span {
  animation-duration: 0.4s;
  animation-delay: 1.3s;
}
section.visual-text.anim-on ul:nth-child(2) li:nth-child(1) span {
  animation-duration: 0.3s;
  animation-delay: 1.6s;
}
section.visual-text.anim-on ul:nth-child(2) li:nth-child(2) span {
  animation-duration: 0.4s;
  animation-delay: 1.7s;
}
section.visual-text.anim-on ul:nth-child(2) li:nth-child(3) span {
  animation-duration: 0.5s;
  animation-delay: 1.8s;
}

@keyframes anim_visual_on {
  0% {
    transform: translateY(12.2395833333vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes anim_visual_on_1 {
  0% {
    transform: translateY(22px);
  }
  100% {
    transform: translateY(0);
  }
}
section.about-content {
  background: #fff;
}
section.about-content.white {
  background: #000;
}
section.about-content article.about-wrap {
  position: relative;
  opacity: 0;
  transform: translateY(35%);
  transition: opacity 1s cubic-bezier(0.8, 0, 1, 1), transform 1s;
  align-items: flex-start;
  height: calc(100% - 20em);
  padding-top: 10em;
}
section.about-content article.about-wrap.active {
  opacity: 1;
  transform: translateY(0);
}
section.about-content article.about-wrap.p-t {
  display: flex;
}
section.about-content article.about-wrap .about-text {
  width: calc(100% - 124px);
  padding: 2em 10em;
  color: #000;
}
section.about-content article.about-wrap .about-text.black {
  background: #000;
  color: #fff;
}
section.about-content article.about-wrap .about-text h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  color: #FF5000;
}
section.about-content article.about-wrap .about-text h4.point {
  font-weight: 400;
  font-family: "NotoSerifKR-medium";
}
section.about-content article.about-wrap .about-text h4::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 0.1px;
  background: #000;
}
section.about-content article.about-wrap .about-text h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 12px;
  height: 0.1px;
  transform: rotate(45deg);
  background: #000;
}
section.about-content article.about-wrap .about-text span {
  font-size: 2.4rem;
  font-family: "NotoSerifKR-medium";
}
section.about-content article.about-wrap .about-text p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 100;
  color: inherit;
}
section.about-content article.about-wrap .about-text p.point {
  font-weight: 400;
  font-family: "NotoSerifKR-medium";
}
section.about-content article.about-wrap .about-text ul {
  padding: 0;
}
section.about-content article.about-wrap .about-text ul li {
  font-size: 3rem;
  font-weight: 400;
  color: inherit;
  transition: all 0.35s;
  cursor: pointer;
}
section.about-content article.about-wrap .about-text ul li.actives {
  font-size: 3.8rem;
  font-weight: 900;
}
section.about-content article.about-wrap .about-text ul li:hover {
  color: #868e96;
}
section.about-content article.about-wrap .about-text p.text {
  text-align: left;
  padding-right: 8em;
}

.scroll-down-btn {
  position: fixed;
  right: 0;
  bottom: 3vh;
  left: 0;
  opacity: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 124px;
  transition: 0.1s ease;
  animation: fadeIn 1s 2.1s forwards, bounce 1s 1s infinite;
}
.scroll-down-btn.mix {
  color: #fff;
  mix-blend-mode: difference;
}
.scroll-down-btn.mix-x {
  color: #000;
}
.scroll-down-btn svg {
  width: 38px;
  height: 38px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.ov-a {
  background: linear-gradient(to right, #78AA7E, #78aaa8, #89aa78);
}

.p-container {
  overflow-x: hidden;
  --hc-width: calc(100vw - 124px);
  --hc-height: 100vh;
  --num-section: 4;
  width: var(--hc-width);
  height: var(--hc-width);
  margin-left: 124px;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(calc(var(--hc-height) * -1));
}
.p-container::-webkit-scrollbar {
  display: none;
}
.p-container .project {
  display: flex;
  width: calc(var(--hc-width) * var(--num-section));
  transform-origin: top left;
  transform: rotate(90deg) translateY(calc(var(--hc-height) * -1));
  background-image: linear-gradient(rgba(102, 126, 89, 0.15) 2px, transparent 2px), linear-gradient(90deg, rgba(102, 126, 89, 0.15) 2px, transparent 2px), linear-gradient(rgba(102, 126, 89, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(102, 126, 89, 0.1) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  margin: 0;
}
.p-container .project .project-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 124px 124px;
  font-size: 1.4rem;
}
.p-container .project .project-content .card {
  position: relative;
  width: 30vw;
  height: 50vh;
  margin-right: 5%;
  background: rgb(38, 38, 38);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.25);
}
.p-container .project .project-content .card::before {
  content: "2023";
  position: absolute;
  z-index: 3;
  top: -12px;
  left: -28px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 4px;
}
.p-container .project .project-content .card.center {
  align-self: center;
}
.p-container .project .project-content .card .card-img {
  overflow: hidden;
  flex: 2;
  border-radius: 8px 8px 0 0;
}
.p-container .project .project-content .card .card-img img {
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-container .project .project-content .card .card-img img:hover {
  transform: scale(1.1);
}
.p-container .project .project-content .card .card-text {
  flex: 0.5;
  font-size: 2.4rem;
  color: #fff;
  font-family: "Ydestreet-bold";
  text-align: center;
}
.p-container .project .project-content .card .card-text .icon-box {
  justify-content: center;
  display: flex;
  margin: 0;
  padding: 0;
}
.p-container .project .project-content .card .card-text .icon-box li {
  position: relative;
  padding: 0 1em;
}
.p-container .project .project-content .card .card-text .icon-box li img {
  width: 40px;
  height: 40px;
}

section {
  width: calc(100vw - 124px);
  height: 100vh;
  margin-left: 124px;
}
section article.connect-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 110px);
  height: 100%;
  padding-left: 55px;
}
section article.connect-box .connect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 64px;
  mix-blend-mode: difference;
}
section article.connect-box .connect h2 {
  font-size: 5.6rem;
  font-family: "Geomanist-bold";
  margin: 0;
  color: #fff;
}
section article.connect-box .connect p {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 1.8rem;
  font-family: "Geomanist-medium";
  color: #444;
  word-break: break-all;
  white-space: nowrap;
}
section article.connect-box .connect p:hover {
  color: #868e96;
}
section article.connect-box .connect .sns-icon-box {
  margin-top: 2.5em;
}
section article.connect-box .connect .sns-icon-box a {
  font-size: 3.2rem;
  padding: 0.5em;
  color: #444;
  transition: color 0.25s;
}
section article.connect-box .connect .sns-icon-box a:hover {
  color: #aaa;
}

span.copy-message {
  position: absolute;
  top: -28px;
  right: -24px;
  width: 44px;
  padding: 6px 14px;
  font-size: 1.2rem;
  background: #212529;
  color: #868e96;
  border-radius: 4px;
}

.glow {
  animation: glow 2s linear infinite alternate-reverse;
}

@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.5);
  }
  50% {
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.8);
  }
}
body {
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "Pretendard", sans-serif;
  transition: all 0.5s ease;
}
body::-webkit-scrollbar {
  display: none;
}
body.dark {
  background: #000 !important;
  color: #fff !important;
}

section.m-container {
  width: calc(100vw - 124px);
  height: 100vh;
  margin-left: 124px;
}
section.m-container article.m-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 110px);
  height: 100%;
  padding-left: 55px;
}
section.m-container article.m-content .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 2em;
}
section.m-container article.m-content .main h1.main-title {
  position: relative;
  left: -7px;
  margin-left: 2px;
  margin-bottom: 0;
  width: 650px;
  min-width: 350px;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  word-spacing: 0;
}
section.m-container article.m-content .main h1.main-title::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 7px;
  width: 8px;
  height: 8px;
  background: #FF5000;
}
section.m-container article.m-content .main .main-text {
  height: 58px;
}
section.m-container article.m-content .main .main-text h4.main-text-animated {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FF5000;
  word-spacing: 1.25px;
  white-space: nowrap;
}
section.m-container article.m-content .main a {
  width: 128px;
}
section.m-container article.m-content .main a button.comet {
  cursor: pointer;
  width: 96px;
  height: 28px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 400;
  background: #efefef;
  color: #868e96;
  border-radius: 2px;
  box-shadow: inset -2px 2px 4px rgba(0, 0, 0, 0.1);
  animation: updown-a 1s ease infinite;
}
section.m-container article.m-content .main ul.link-box {
  position: absolute;
  bottom: 22px;
  display: flex;
  padding: 0;
}
section.m-container article.m-content .main ul.link-box li {
  font-size: 1.2rem;
  font-family: "Geomanist-light";
  font-weight: 600;
  color: #868e96;
  text-transform: uppercase;
  white-space: nowrap;
}
section.m-container article.m-content .main ul.link-box li:not(:nth-child(3))::after {
  content: "|";
  margin: 0 1.6em;
}
section.m-container article.m-content .main ul.link-box li a {
  position: relative;
  color: inherit;
  letter-spacing: 0.5px;
}
section.m-container article.m-content .main ul.link-box li a:hover {
  color: #666;
}
section.m-container article.m-content .main #canvas-float {
  position: relative;
}

.load {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #141415;
  animation: load-1 1s ease 0.5s forwards;
}
.load.s-d {
  width: calc(100vw - 124px);
  margin-left: 124px;
}
.load img {
  width: 50px;
  height: 50px;
  opacity: 1;
  transform: scale(1);
  animation: load 0.5s linear forwards;
}

@keyframes load {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes load-1 {
  100% {
    height: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation-back {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes updown-a {
  to {
    padding-bottom: 4px;
  }
}