@font-face {
  font-family: 'SEBANG_Gothic_Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
  html, body {
    height: 100%;
    font-family: 'SEBANG_Gothic_Regular';
  }
   
  body {
    height: 100%;
    /* overflow-y: scroll; */
    /* overflow: hidden; */
    padding: 0;
    margin: 0;
    background-color: #FFF;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
 
 
            font-family: 'SEBANG_Gothic_Regular';
            -webkit-font-smoothing: antialiased;
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
            box-shadow: 0 0 40px rgba(0,0,0,0.2);
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
            -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
            transform-origin: center top;
  }
  a {
    cursor: pointer;
  }
 a:hover,
 a:focus {
    text-decoration: none;
    outline: none;
 }
 ::selection {
    color: #c4c3ca;
    background-color: #000;
  }
  ::-moz-selection {
    color: #c4c3ca;
    background-color: #000;
  }
 
  h1, h2 {
    font-weight: normal;
  }
   
  * {
    box-sizing: border-box;
  }
   
  figure {
    padding: 0;
    margin: 0;
  }
   
  .scroll {
    cursor: -webkit-grab;
    cursor: grab;
  }
   
  .scroll-content {
    display: flex;
    white-space: nowrap;
    position: relative;
    height: 100vh;
  }
  .scroll-content--last {
    position: absolute;
    top: 0;
    left: 0;
  }
   /* #Cursor
 ================================================== */
  
 .cursor,
 .cursor2,
 .cursor3{
   position: fixed;
   border-radius: 50%;  
   transform: translateX(-50%) translateY(-50%);
   pointer-events: none;
   left: -100px;
   top: 50%;
   mix-blend-mode: difference;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
 }
 .cursor{
   background-color: #fff;
   height: 0;
   width: 0;
   z-index: 99999;
 }
 .cursor2,.cursor3{
   height: 36px;
   width: 36px;
   z-index:99998;
   -webkit-transition:all 0.3s ease-out;
   transition:all 0.3s ease-out
 }
 .cursor2.hover,
 .cursor3.hover{
   -webkit-transform:scale(2) translateX(-25%) translateY(-25%);
   transform:scale(2) translateX(-25%) translateY(-25%);
   border:none
 }
 .cursor2{
   border: 2px solid #fff;
 }
 .cursor2.hover{
   background: rgba(255,255,255,1);
   border-color: transparent;
 }
  
 @media screen and (max-width: 1200px){
   .cursor,.cursor2,.cursor3{
     display: none
   }
 }
  
  /* .hi {
    position: fixed;
    bottom: 2vw;
    left: 2vw;
    color: #fff;
    font-size: 1vw;
    z-index: 999;
    text-decoration: none;
  } */
   
  /* .logo {
    position: relative;
  }
  .logo--top {
    position: fixed;
    top: 2vw;
    left: 2vw;
    z-index: 10;
  }
  .logo--top img {
    height: 1vw;
    width: auto;
  }
  .logo--resize {
    margin-bottom: 1rem;
  }
  .logo--resize img {
    width: 10rem;
    margin: 0 auto;
  }
  .logo--mask {
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .logo--mask img {
    width: 15rem;
    height: auto;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
  } */
   
  .menu-btn {
    position: fixed;
    top: 2vw;
    right: 2vw;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 999;
  }
  .menu-btn__circles {
    position: relative;
    height: 0.45vw;
    width: 0.45vw;
    margin-right: 0.75vw;
  }
  .menu-btn__circle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
  }
  .menu-btn__circle--top {
    visiblity: hidden;
    opacity: 0;
  }
  .menu-btn__text {
    color: #fff;
    font-size: 1vw;
  }
   
  .filter {
    position: absolute;
    top: 7.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .filter__list {
    display: flex;
  }
  .filter__item {
    display: block;
  }
  .filter__link {
    position: relative;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    padding: 0 1.5vw;
    font-size: 1.15vw;
    overflow: hidden;
  }
  .filter__link-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-color: rgb(255, 255, 255); */
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.75s ease;
    z-index: 2;
    color: rgba(0, 0, 0, 0.5);
  }
  .filter__link-mask span {
    display: block;
    padding: 0 1.5vw;
    font-size: 1.15vw;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.75s ease;
    color: rgb(0, 0, 0);
  }
  .filter__link:hover .filter__link-mask span, .filter__link.is-active .filter__link-mask span {
    transform: translate3d(0, 0, 0);
  }
  .filter__link:hover .filter__link-mask, .filter__link.is-active .filter__link-mask {
    transform: translate3d(0, 0, 0);
  }
   
  .slide {
    display: flex;
    width: 500px;
    height: 100%;
    padding: 20vh 0;
  }
  .slide--1 {
    align-items: flex-start;
  }
  .slide--2 {
    align-items: flex-end;
  }
  .slide--3 {
    align-items: center;
  }
  
  .slide__inner {
    position: relative;
    padding-left: 20px;
    width: 100%;
  }

  .slide__inner:hover {
    position: relative;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
  }
  .slide__sub-title {
    position: absolute;
    top: 15%;
    left: 5vw;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1vw;
  }
  .slide__title {
    position: absolute;
    top: 7.5%;
    left: 7.5vw;
    color: #fff;
    font-size: 4vw;
    z-index: 2;
    overflow: hidden;
    text-shadow:3px 3px 10px black;
  }
  .slide__project {
    color: rgb(80, 80, 80);
    position: relative;
    display:block;
    margin:0 auto;
    text-align: center;
    top: 100%;
    font-size: 1.5vw; /* 원래 2.0인데 수정해봄*/
    padding-top: 4vw;

  }
  .slide__img {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    width: 100%;
    min-height:550px;
    border-radius: 2%;
  }

  .slide__img figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slide__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
   
  img {
    /* display: block; */
    width: 100%;
    height: auto;
  }
   
  .scrollbar {
    position: absolute;
    bottom: 7.5%;
    left: 20%;
    right: 20%;
    height: 1px;
    background-color: rgb(0, 0, 0)
  }
  .scrollbar__handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #f5135e;
  }
   
  .mask {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
  }
  .mask__slice {
    flex: 1;
    background-color: #000;
  }
  .mask__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .mask-line {
    position: relative;
    transform-origin: left;
    width: 20rem;
    height: 2px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.25);
    visibility: hidden;
    opacity: 0;
  }
  .mask-line__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: left;
  }
   
  .resize {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
  }
  .resize__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .resize span {
    color: rgba(255, 255, 255, 0.5);
  }
  /* @media (max-width: 800px) {
    .resize {
      display: block;
    }
  }
  @media (max-height: 600px) {
    .resize {
      display: block;
    }
  } */