@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body,h1,h2,h3,h4,h5,h6,li,a,textarea,p,span,dl,dt,dd,td,th,button,strong,label,input {font-family: 'Pretendard','Open Sans' !important; }


body {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

   html, body, main {
    	height : 100vh;
    }
    main {
      position : fixed;
	    overflow : hidden;
    }
    .corp-v {
      height: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
    }
    .worgb {
      color: white;
      font-size: 4em;
      text-align: center;
    }
    .arrow {
      color: #20E39B;
      font-size: 9em;
      text-align: center;
      animation: rotate_image 5s linear infinite;
      transform-origin: 50% 50%;
    }
    .bgrow {
      color: white;
      font-size: 4em;
      text-align: center;
      padding-bottom: 3em;
    }
 
    @keyframes rotate_image{
	    100% {
    	  transform: rotate(360deg);
      }
    }

.body-content__rollig-text {
  white-space: nowrap;
    font-family: "Seymour One", sans-serif;
    height: auto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
}

.body-content__rollig-text .rolling-text__text {
  font-size: 7.5vw;
  display: inline-block;
  color: black;
  background-color: #42F9B2;
}