head {
    @font-face {
      font-family: 'Pretendard-Regular';
      src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
      font-weight: 400;
      font-style: normal;
  }
  }
  
  html{
    font-size:0.6vw;
  }
  
  body{
    font-family:'Pretendard-Regular', sans-serif;
    font-size:3rem;
    line-height:1.6;
    color: black;
    font-weight:900;
    word-break: keep-all;
    margin:0;
    height: 100vh;
  }

.title{
    background-color: white;
    z-index: 2;
    position: relative;
    font-size: 3.4rem;
    height: calc( 100vh - 2vw);
    width: 6vw;
    padding: 1vw;
    border-right: solid 0.1vw black;
    margin:0;
}


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


.chatgi>a{
    color: white;
    background-color: black;
}

.neoguri, .chatgi, .jakjeon{
    margin-bottom: 5px;
}

.rac1-1{
    width: 5vw;
    position: absolute;
    margin:0;
    transform: translate(-50%, -15%);
    bottom: 0;
    left: 50%;
}

.rac1-2{
    display: none;
    width: 5vw;
    position: absolute;
    margin:0;
    transform: translate(-50%, -15%);
    bottom: 0;
    left: 50%;
}

.info{
    z-index: 2;
    font-size: 2rem;
    position:fixed;
    width:80%;
    text-align: right;
    bottom: 0.5rem;
    right: 1rem;
    margin: 0;
}

.neoguri a:hover {
    color:white;
    background:black;
}

.jakjeon a:hover {
    color:white;
    background:black;
}

.where a:hover {
    color:white;
    background:black;
}

.boxes{
    position: fixed;
    top:0;
    left: 8vw;
    width: calc(100% - 8vw);
    height: 100vh;
}

.front img, .back img{
    transform: translate(-50%, -50%);
    top: 47vh;
    left: 54vw;
    position: fixed;
    width: auto; 
    height: 60%;
    border: 0.11vw solid black;
}

.img {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.front, .back {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
}

.back {
    position: absolute;
    clip-path: circle(4vw at 0px 0px);
    cursor: none;
}
.let1, .let2, .let3 {
    height:31.9vh;
    width: auto;
    overflow: hidden;
    position: relative;
}

.let1 img {
    height: 100%;
    animation: moving1 16s linear infinite;
}

.let2 img {
    height: 100%;
    animation: moving2 14s linear infinite;
}

.let3 img {
    height: 100%;
    animation: moving3 17s linear infinite;
}

@keyframes moving1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50.15%);
    }
}

@keyframes moving2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50.28%);
    }
}

@keyframes moving3 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50.19%);
    }
}
