  #info {
    position: absolute;
    font-family: "NotoSansKR_B";   
    font-size: 2.43rem;
    letter-spacing: -0.2rem;
    word-spacing: -0.08rem;
    line-height: 1.4em;
    top: 49px;
  }

  #text {
    position: absolute;
    font-family: "Expo_M";
    font-weight: 100;
    font-size: 7.3rem;
    line-height: 1.55em;
    display: inline-block;
    top : 380px;
  }


  #small{
    position: absolute;
    display: inline-block;
    font-family: "NotoSansKR_B";   
    font-size: 2.8rem;
    word-spacing: -0.2rem;
    top:1785px;
  }
  
  #big{
    position: absolute;
    display: inline-block;
    font-family: "NotoSansKR_B";   
    font-size: 4.4rem;
    letter-spacing: -0.02rem;
    top: 1755px;
    left: 375px;
  }
  
  #image{
    position: absolute;
    display: inline-block;
    top: 1785px;
    left: 857px;
  }
  
  #text::after {
    content: '';
    margin-left: .4rem;
    border-right: 2px solid #777;
    animation: cursor 1.5s infinite steps(2);
  }
  
  @keyframes cursor {
    from { border-right: 2px solid rgba(244, 238, 238, 0); }
    to { border-right: 2px solid rgb(255, 255, 255); }
  }
  
  #info, #text, #small{
    left:52px;
  }

  /* ---------------------------------------- */
  
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;   /*content-box도 고려*/
  }
  
  body {
    display: flex;
    background-color: #222;
    color: white;
  }

  video{
    width: 1080x;
    height: 1920px;
  }

  img{
    width: 167.4px;
    height: 60.31px;
  }
  @font-face {
    font-family: "Expo_M";
    src: url('/ExpoM-HM-02.ttf') format('truetype');
  }

  @font-face {
    font-family: "NotoSansKR_B";
    src: url('/NotoSansKR-Bold.otf') format('opentype');
  }

  @font-face {
    font-family: "NotoSansKR_BL";
    font-weight: 600;
    src: url('/NotoSansKR-Black.otf') format('opentype');
  }