@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard-dynamic-subset.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'pretendard';
    margin: 0;
    cursor: none;
    -webkit-font-smoothing: antialiased;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.pre {font-family: 'pretendard';}
.suit{font-family: ‘SUIT’;}
.flex{display: flex;}
.abs{position: absolute;}
.rel{position: relative;}
.white{color: #fff;}
.welloblue{color: rgb(110, 173, 255);}
.black{color: #000;}
.non-s{text-shadow: none;}
.w500{font-weight: 500;}
.w800{font-weight: 800;}
.w300{font-weight: 300;}
.alink{color: #7489ff;}
.bgwhite{background-color: #fff;}

::selection{
  background: #fff;
  color: #000;
  mix-blend-mode: difference;
}

/*컨테이너*/

div.containerMedia{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #121112;
}
div.containerm{
  top: 85%;
  left: 5%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
}
div.containertitle{  
  height: 100%;
  width: 95%;
  display: flex;
  position: absolute;
  z-index: 6;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  mix-blend-mode: difference;
  filter: invert(1);
  flex-direction: row-reverse;
  align-items: flex-end;
}

div.container00 {
  width: 100%;
  height: 100vh;
  background-color: #000;
}
video{
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
div.container01 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
div.container02 {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
div.container03 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f5f5f5;
}
div.container04 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  overflow-x: hidden;
}
div.container05 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
div.container05in {
  width: 60%;
  height: 60vh;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
div.container05in p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 1.5rem;
}
div.container05in h1 {
  font-size: 2rem;
}

div.minicontainer{
  -webkit-text-stroke: 1px black;
  height: 25%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
  font-size: 15rem;
  font-weight: 800;
}
div.containerintro{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}
div.container100{
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
div.container101{
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #ffffff;
}
div.minicon{
  display: flex;
  align-items: center;
}
div.containerecurit{
  width: 100%;
  height: 20vh;
  align-items: center;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-content: center;
}

/*푸터*/

footer{
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  color: #7b7b7b;
}
.footer h1{
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.footer a{
  color: #7b7b7b;
}
.footer{
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  color: #7b7b7b;
}
.mfooter{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer.li{
  color: white;
}
.footerp{
  font-size: 0.8rem;
  padding-top: 1rem;
}
.footerp a{
  color: #7489ff;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
/*박스*/
.cyw{
  width: 70%;
  height: 50%;
  background-image: linear-gradient(to right, #0250c5 30%, #673be2 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.cyw:hover{
  transform: translate(0px, -7px);
}
.cyw a {
  font-size: 1.4rem;
  color: white;
  transition: all 0.3s ease;
}
.cyw a:hover{
  transform: scale(1.1);
}
.discord{
  width: 70%;
  height: 50%;
  background-image: linear-gradient(to right, #a18cd1 0%, #fbc2eb 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.discord:hover{
  transform: translate(0px, -7px);
}
.discord a {
  font-size: 1.4rem;
  color: white;
  transition: all 0.3s ease;
}
.discord a:hover{
  transform: scale(1.1);
}
div.memberBox{
  width: 85rem;
  height: rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mCard{
  width: 18rem;
  height: 25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #000000;
  box-shadow: .4px .4px 2em .05rem #ececec;
  background-color: #ffffff;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.mCard:hover{
  transform: translate(0px, -7px);
  box-shadow: .4px .4px 2em .05rem #d3d3d3;
}
.profile{
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
}
.position{
  width: auto;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757575;
  font-size: 1rem;
  font-weight: 300;
}
.introduce {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 50%;
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #000000;
  font-weight: 500;
}
.icons{
  margin-top: 1rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}
.svgicon:hover{
  fill: #000000;
}
.discordicon:hover::after{
  position: absolute;
  background-color: #ececec;
  content: "NUUUG#0102";
}
.discordicon2:hover::after{
  position: absolute;
  background-color: #ececec;
  content: "NEWE#7473";
}
.discordicon3:hover::after{
  position: absolute;
  background-color: #ececec;
  content: "⫹사미르⫺#5777";
}
/*헤더*/
.header{
  background-color: #fff;
  background: none;
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: fixed;
  mix-blend-mode: difference;
  left: 2rem;
  right: 2rem;
  top: 0.5rem;
  z-index: 1000;
  filter: invert(1);
}
.md{
  font-weight: 800;
  font-size: 1rem;
}
.sc{
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0);
}
.logo{
  width: 5rem;
  height: 5rem;
  line-height: 0px;
}
header ul li {
  text-decoration: none;
  list-style: none;
  padding: 0;
}
header ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul li a{
  color: inherit;
}
ul{
  padding: 0;
  gap: 1rem;
}

/*타이틀*/

div.titlebox {
  display: flex;
  color: #000000;
  flex-direction: column;
  justify-content: center;
  font-size: 4rem;
  align-items: center;
}
div.subdiv {
    display: flex;
    align-items: center;
}
.title {
  animation: title 3s forwards;
}
.introtitle{
  font-size: 4rem;
}
.ptitle{
  font-size: 1.1rem;
}
.teamTitle{
  margin-bottom: 1.5rem;
  color: #000000;
}
.subtitle {
  font-size: 8rem;
  font-weight: 800;
  animation: subtitle 3s forwards;
}
.slotext {
  color: #f5f5f5;
  font-size: 3rem;
  text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
}
.marq{
  animation: marquee 10s  linear infinite;
}
.marqr{
  animation: marqueeR 10s  linear infinite;
}


.hellotext {
  background: linear-gradient(to right, rgb(110, 173, 255) 0%, rgb(223, 237, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150% 150%;
  animation: gradient 3s alternate infinite;
}
.hello{
  animation: to 10s infinite;
}
.wello {
  position: absolute;
  background: linear-gradient(to right, rgb(110, 173, 255) 0%, rgb(223, 237, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wellotext {
  position: relative;
  color: #000000;
  animation: wello 10s infinite;
}
.to{
  background: linear-gradient(to right, rgb(110, 173, 255) 0%, rgb(223, 237, 255) 100%);
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.totext{
  position: absolute;
  animation: to 10s infinite;
}
.saytext {
  animation: to 10s infinite;
  background: linear-gradient(to right, rgb(110, 173, 255) 0%, rgb(223, 237, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.say{
  animation: wello 10s infinite;
}
.arrow {
    position: relative;
    animation: ar1 1.5s infinite;
    justify-content : center;
    display: flex;
    width: 2rem;
    height: 2rem;
}
.logoimg{
  width: 30rem;
  height: 30rem;
}

/*버튼*/

.mutebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  padding: 0.6rem 1rem;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  border-radius: 5px;
  border: none;
}
.btn0 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  padding: 0.6rem 1rem;
  margin-top: 0.3rem;
  background-color:#121112;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 5px;
}
.btn0:hover {
  background-color: #fff;
  color: #000;
  border: #121112 .1rem solid;
}

.btn0:hover > .cursor {
  transform: scale(10);
}


.logoSvg{
  mix-blend-mode: difference;
}
.isolate {
  isolation: isolate;
  mix-blend-mode: difference;
}




/*커서*/

.cursor { 
  position: fixed;
  width: 0;
  height: 0;
  border-bottom: 1.5rem solid rgb(255, 255, 255);
  border-left: 1.5rem solid transparent;
  background: #000000;
  transform: rotate(-180deg);
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 7;
}

/*키프레임*/

@keyframes gradient {
0% {
    background-position: 100% 0%
}
100% {
    background-position: 100% 100%
}
}
@keyframes ar1 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 0;
  }
}
@keyframes subtitle {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, .5rem);
  }
}
@keyframes title {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0px, 1.6rem);
    }
  }
@keyframes wello {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes to {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marqueeR {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}