* {
  font-family: "Noto Sans", "Noto Sans KR", sans-serif;
}
body {
  background-color: #07060c;
}
html,
body {
  overflow: hidden;
  height: 100%;
  font-size: calc(15px + 0.390625vw);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 37px 0;
  z-index: 55;
}
header .container {
  z-index: 1;
}
.loading {
  width: 100%;
  height: 100%;
  z-index: 2342;
  position: fixed;
  top: 0;
  background-color: #040306;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading_wrap {
  width: 250px;
}
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.logo {
  width: 150px;
}
.header_btns_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.login_wrap {
  width: 183px;
  height: 44px;
  background: linear-gradient(180deg, #45d9fc, #5846f9, #f25ac9);

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.loginbtn {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #130c18;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginbtn span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.header_btns {
  width: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.header_btns-bar {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  height: 3px;
  transition: all 0.3s;
}
.header_btns-bar3 {
  width: 75%;
}
.header_btns-bar1.active {
  width: 100%;
  transform: translate(0px, 12px) rotate(225deg);
}
.header_btns-bar2.active {
  opacity: 0;
}
.header_btns-bar3.active {
  width: 100%;
  transform: translate(0, -13px) rotate(-45deg);
}
.menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;

  transform: translate(0, -100%);
  transition: transform 0.3s;
}
.menu_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #100d1c;
  transform: translate(0, -100%);
}
.menu_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5846f9;
  transform: translate(0, -100%);
}
.menu_bg2 {
  background-color: #e42575;
}

.menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 46px;
}
.menu li {
  opacity: 0;
}
.menu li a {
  font-weight: 700;
  font-size: 40px;
  color: #fafafa;
}
/* section */
main {
  width: 100%;
  height: 100vh;
}
.main_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
article {
  height: 100vh;
  position: absolute;
  top: 0;

  width: 100%;
}
.article_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article3,
.article4 {
  justify-content: flex-end;
}
.article5 {
  justify-content: center;
  align-items: center;
}
.article3_title,
.article3_sub,
.article4_title,
.article4_sub {
  text-align: right;
}
.article5_title,
.article5_sub {
  text-align: center;
}

.scrollContainer {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.scroll_wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.scrollpart {
  width: 100%;
  height: 25%;
}

.common_title h2,
.common_title h3,
.common_title h4,
.common_title h5 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  overflow: hidden;
  color: #fafafa;
}

.common_sub p {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #fafafa;
  overflow: hidden;
}
.word {
  opacity: 0;
  transform: translate(0, 100%) rotateZ(5deg);
}
.article1_title .word,
.article1_sub .word {
  opacity: 1;
  transform: translate(0, 0%);
}

/* pagenamtion */
.pageContainer {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pagenamtion {
  position: relative;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pagebtn {
  width: 100%;
  height: 36px;
  background-color: #3e346d;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.page_1 {
  height: 73px;
  background-color: #e42575;
}
/* chat */
.chat {
  position: fixed;
  bottom: 200px;
  cursor: pointer;
  z-index: 234;
  right: 10%;
  border-radius: 50%;
  background-color: #e42575;
}
.char_wrap {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;

  justify-content: center;
}
.char_wrap img {
  width: 50%;
  filter: brightness(10);
}

/* footer */

footer {
  display: none;
  width: 100%;
  height: 170px;
  transform: translate(0, 100%);
  position: fixed;
  bottom: 0;

  z-index: 33;
  z-index: 343;
  background-color: #040306;
  border-top: 2px solid #45d9fc;
}
.footer_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.copyright {
  color: #45d9fc;

  font-size: 14px;
  font-weight: 500;
}
.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.sns li {
  width: 35px;
}
.br_mob {
  display: none;
}
@media all and (max-width: 1279px) {
  .pagenamtion {
    display: none;
  }
  .common_title h2,
  .common_title h3,
  .common_title h4,
  .common_title h5 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .common_sub p {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .login_wrap {
    display: none;
  }
  .common_title h2,
  .common_title h3,
  .common_title h4,
  .common_title h5 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .common_sub p {
    font-size: 0.8rem;
  }
  .article3_title {
    text-align: center;
  }
  .menu ul {
    gap: 20px;
  }
  .menu li a {
    font-size: 25px;
  }
  .br_mob {
    display: block;
  }
  .article3_sub,
  .article5_sub {
    text-align: center;
  }
  .article3_title .common_sub {
    margin-top: 34px;
  }
  footer {
    height: 120px;
  }
  .footer_wrap {
    gap: 10px;
  }
  .sns li {
    width: 25px;
  }
  .copyright {
    font-size: 12px;
  }
  .chat {
    bottom: 50px;

    right: 20px;
    border-radius: 50%;
    background-color: #45d9fc;
  }
  .char_wrap {
    width: 50px;
    height: 50px;
  }
}
