
.ufo{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/ufo/background.png);
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 1300px;
  }
  
  .ufo>.TopContainer{
    display: flex;
    flex-direction: row;
    width: 80%;
  }

  
  .ufo>.TopContainer> .title{
    font-family : KozGoPr6N-Regular;
    font-size : 103px;
    line-height: 100px;
    color : #ffff00;
    margin-right: 0%;
    margin-top: 100px;
    -webkit-filter: drop-shadow(4px 0px 4px #000);
    filter: drop-shadow(4px 0px 4px #000);
    will-change: filter;
-moz-filter: drop-shadow(4px 0px 4px #000);
  }
  
  .ufo>.TopContainer> .subText{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 10%;
    margin-top: 60px;
    width: 100%;
    justify-content: flex-end;
  }
  
  .ufo>.TopContainer>.subText>.text1{
    font-family : ShinGo-Medium;
    font-size : 25px;
    line-height : 35.22px;
    letter-spacing : 1.5px;
    color : #ffffff;
    text-align: right;
    font-weight: 500;

  }
  

  .ufo>.instruction{
    display: flex;
    width: 80%;
    margin-top: 50px;
  }
  .ufo>.instruction>.content{
    font-family : ShinGo-Medium;
    font-size : 14px;
    line-height : 21px;
    letter-spacing : 1.26px;
    color : #FFFFFF;
  }

  .ufo>.instruction>.content>.highlight{
    color: #ffff00;
  }
  .ufo > .emailForm{
    width: 100%;
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  .ufo > .emailForm > .txt{
    font-family : HelveticaNeue;
    font-size : 22px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    text-align: center;
  }
  
  .ufo > .emailForm > .email{
    background-image: url(../img/ufo/emailBox.png);
    background-size: 100% 100%;
    width: 380px;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ufo > .emailForm > .email input[type=email] {
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none; 
    border-width: 0; 
    box-shadow: none;
    text-align: center;
    font-family: KozGoPr6N-Medium;
  }
  
  .ufo > .view{
    height: 1000px;
    width: 800px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .ufo > .view>.spotLight{
    background-image: url(../img/ufo/spot_light.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 130%;
    height: 900px;
    position: absolute;
    top: -4%;
    left: -13%;
  }
  
  .ufo > .view>.box{
    width: 595px;
    height: 600px;
    background-image: url(../img/ufo/box.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(50px 20px 40px #000);
    will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
    -webkit-filter: drop-shadow(50px 20px 40px #000);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 50px;
    justify-items: center;
    margin-bottom: 3vw;
  }
  
  .ufo > .view>.box>.bars{
    grid-column: 1/8;
    grid-row: 2/4;
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 25px;
    justify-items: center;
  }
  
  .ufo > .view>.box>.bars>.vertical_bar{
    grid-column: 2/2;
    grid-row: 1/4;
    width: 20px;
    height: 100%;
    background-image: url(../img/ufo/vertical_bar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .ufo > .view>.box>.bars>.left_bar{
    grid-column: 1/1;
    grid-row: 2/4;
    width: 40px;
    height: 100%;
    background-image: url(../img/ufo/left_bar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: -12px;
  }
  
  .ufo > .view>.box>.bars>.right_bar{
    grid-column: 3/3;
    grid-row: 2/4;
    width: 40px;
    height: 100%;
    background-image: url(../img/ufo/right_bar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -12px;
  }
  
  .ufo > .view>.box>.bars>.pick_ball{
    grid-column: 1/4;
    grid-row: 1/4;
    width: 90%;
    height: 100%;
    background-image: url(../img/ufo/pickball.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 45%;
    z-index: -1;
    display: none;
  }
  
  .ufo > .view>.box>.balls{
    grid-column: 1/8;
    grid-row: 4/6;
    margin-top: 15px;
    width: 513px;
    height: 100px;
    background-image: url(../img/ufo/balls.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  
  .ufo > .view>.box>.pick{
    width: 90px;
    height: 90px;
    grid-column: 4/4;
    grid-row: 6/8;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/ufo/pick.png);
    background-size: 100% 100%;
    cursor: pointer;
  }
  
  .ufo > .view>.box>.left_pick{
    width: 60px;
    height: 60px;
    grid-column: 2/5;
    grid-row: 7/8;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/ufo/left.png);
    background-size: 100% 100%;
    margin-right: 20px;
    cursor: pointer;
  }
  
  .ufo > .view>.box>.right_pick{
    width: 60px;
    height: 60px;
    grid-column: 4/7;
    grid-row: 7/8;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/ufo/right.png);
    background-size: 100% 100%;
    margin-left: 20px;
    cursor: pointer;
  }
  
  .ufo > .view>.box>.result_circle{
    width: 120px;
    height: 120px;
    grid-column: 4/5;
    grid-row: 10/11;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
  
  .ufo > .view>.box>.result_circle>.resultUfo{
    width: 100%;
    height: 100%;
    background-image:unset;
    background-size: 100% 100%;
    display: none;
  }
  
  .ufo > .view>.box>.break_ball{
    width: 180px;
    height: 90px;
    grid-column: 3/6;
    grid-row: 10/11;
    background-image: url(../img/ufo/break_ball.png);
    background-size: 100% 100%;
    display: none;
    margin-top: 20px;
  }
  
  @keyframes slideDown{
    0%{
      height: 100%;
      margin-top: 0%;
    }
    50%{
      height: 200%;
      margin-top: -1%;
    }
  
    100%{
      height: 100%;
      margin-top: 0%;
    }
  }
  
  @keyframes movDownL{
    0%{
      margin-top: 0%;
    }
    50%{
      margin-top: 300%;
    }
  
    100%{
      margin-top: 0%;
      transform: rotate(-10deg)
    }
  }
  
  @keyframes movDownR{
    0%{
      margin-top: 0%;
    }
    50%{
      margin-top: 300%;
    }
  
    100%{
      margin-top: 0%;
      transform: rotate(10deg)
    }
  }
  
  @keyframes ballMov{
    0%{
      margin-top: 110%;
    }
  
    100%{
      margin-top: 45%;
    }
  }
  
  @keyframes ballFall{
    0%{
      margin-top: 45%;
    }
  
    20%{
      visibility: hidden;
    }
  
    60%{
      visibility: hidden;
    }
  
    100%{
      margin-top: 500%;
      z-index: -1;
    }
  }
  
  @keyframes fadeInUpUfo {
    from {
        transform: translate3d(0,40px,0);
        width: 50%;
        height: 50%;
        opacity: 0.2;
    }
  
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
  }
  
  @media  (max-width: 800px) and (min-width: 650.1px)  {
    .ufo{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/ufo/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 1000px;
    }
    
    .ufo>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 80%;
    }
  
    
    .ufo>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size : 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
    }
    
    .ufo>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-left: 0%;
      margin-top: -5%;
      justify-content: flex-end;
      width: 100%;
    }
    
    .ufo>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size : 16px;
      line-height : 25.22px;
      letter-spacing : 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
  
    .ufo>.instruction{
      display: flex;
      width: 80%;
      margin-top: -5%;
    }
    .ufo>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size : 12px;
      line-height : 18px;
      letter-spacing : 1.26px;
      color : #FFFFFF;
    }
  
    .ufo>.instruction>.content>.highlight{
      color: #ffff00;
    }
  
    .ufo > .view{
      height: 100%;
      width: 100%;
      position: relative;
      display: flex;
      justify-content: center;
    }
    
    .ufo > .view>.spotLight{
      background-image: url(../img/ufo/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 110%;
      height: 700px;
      position: absolute;
      top: 6%;
      left: -5%;
    }
    
    .ufo > .view>.box{
      width: 496px;
      height: 500px;
      background-image: url(../img/ufo/box.png);
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      filter: drop-shadow(50px 20px 40px #000);
      will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
      -webkit-filter: drop-shadow(50px 20px 40px #000);
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-auto-rows: 40px;
      justify-items: center;
    }
  
    .ufo > .view>.box>.bars{
      grid-column: 1/8;
      grid-row: 2/4;
      margin-top: 8px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 25px;
      justify-items: center;
    }
    
    .ufo > .view>.box>.bars>.vertical_bar{
      grid-column: 2/2;
      grid-row: 1/4;
      width: 16px;
      height: 100%;
      background-image: url(../img/ufo/vertical_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    
    .ufo > .view>.box>.bars>.left_bar{
      grid-column: 1/1;
      grid-row: 2/4;
      width: 36px;
      height: 100%;
      background-image: url(../img/ufo/left_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: -12px;
    }
    
    .ufo > .view>.box>.bars>.right_bar{
      grid-column: 3/3;
      grid-row: 2/4;
      width: 36px;
      height: 100%;
      background-image: url(../img/ufo/right_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-left: -12px;
    }
    
    .ufo > .view>.box>.bars>.pick_ball{
      grid-column: 1/4;
      grid-row: 1/4;
      width: 90%;
      height: 100%;
      background-image: url(../img/ufo/pickball.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-top: 45%;
      z-index: -1;
      display: none;
    }
  
    .ufo > .view>.box>.balls{
      grid-column: 1/8;
      grid-row: 4/6;
      margin-top: 20px;
      width: 90%;
      height: 80px;
      background-image: url(../img/ufo/balls.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2;
    }
    
    .ufo > .view>.box>.pick{
      width: 75px;
      height: 75px;
      grid-column: 4/4;
      grid-row: 6/8;
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/pick.png);
      background-size: 100% 100%;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.left_pick{
      width: 50px;
      height: 50px;
      grid-column: 2/5;
      grid-row: 7/8;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/left.png);
      background-size: 100% 100%;
      margin-right: 20px;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.right_pick{
      width: 50px;
      height: 50px;
      grid-column: 4/7;
      grid-row: 7/8;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/right.png);
      background-size: 100% 100%;
      margin-left: 20px;
      cursor: pointer;
    }
  
    .ufo > .view>.box>.result_circle{
      width: 100px;
      height: 100px;
      grid-column: 4/5;
      grid-row: 10/11;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -10px;
    }
    
    .ufo > .view>.box>.result_circle>.resultUfo{
      width: 100%;
      height: 100%;
      background-image:unset;
      background-size: 100% 100%;
      display: none;
    }
    
    .ufo > .view>.box>.break_ball{
      width: 180px;
      height: 90px;
      grid-column: 3/6;
      grid-row: 10/11;
      background-image: url(../img/ufo/break_ball.png);
      background-size: 100% 100%;
      display: none;
      margin-top: 20px;
    }
  }
  
  @media  (max-width: 650px) and (min-width: 420.1px)  {
    .ufo{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/ufo/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 800px;
    }
    
    .ufo>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 80%;
    }
  
    
    .ufo>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size : 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
    }
    
    .ufo>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-left: 0%;
      margin-top: -5%;
      justify-content: flex-end;
      width: 100%;
    }
    
    .ufo>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 21.22px;
      letter-spacing : 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
  
    .ufo>.instruction{
      display: flex;
      width: 80%;
      margin-top: -5%;
    }
    .ufo>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size : 12px;
      line-height : 18px;
      letter-spacing : 1.26px;
      color : #FFFFFF;
    }
  
    .ufo>.instruction>.content>.highlight{
      color: #ffff00;
    }
  
    .ufo > .emailForm{
      width: 60%;
      height: auto;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }
    
    .ufo > .emailForm > .txt{
      font-family : HelveticaNeue;
      font-size : 18px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
      text-align: center;
    }
  
    .ufo > .emailForm > .email{
      background-image: url(../img/ufo/emailBox.png);
      background-size: 100% 100%;
      width: 100%;
      background-repeat: no-repeat;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .ufo > .view{
      height: 700px;
      width: 100%;
      margin-top: 10px;
      position: relative;
      display: flex;
      justify-content: center;
    }
    
    .ufo > .view>.spotLight{
      background-image: url(../img/ufo/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 110%;
      height: 500px;
      position: absolute;
      top: 0%;
      left: -5%;
    }
    
    .ufo > .view>.box{
      width: 377px;
      height: 380px;
      background-image: url(../img/ufo/box.png);
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      filter: drop-shadow(50px 20px 40px #000);
      will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
      -webkit-filter: drop-shadow(50px 20px 40px #000);
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-auto-rows: 30px;
      justify-items: center;
    }
  
    .ufo > .view>.box>.bars{
      grid-column: 1/8;
      grid-row: 2/4;
      margin-top: 6px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 20px;
      justify-items: center;
    }
    
    .ufo > .view>.box>.bars>.vertical_bar{
      grid-column: 2/2;
      grid-row: 1/4;
      width: 13px;
      height: 90%;
      background-image: url(../img/ufo/vertical_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    
    .ufo > .view>.box>.bars>.left_bar{
      grid-column: 1/1;
      grid-row: 2/4;
      width: 30px;
      height: 90%;
      background-image: url(../img/ufo/left_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: -12px;
    }
    
    .ufo > .view>.box>.bars>.right_bar{
      grid-column: 3/3;
      grid-row: 2/4;
      width: 30px;
      height: 90%;
      background-image: url(../img/ufo/right_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-left: -12px;
    }
    
    .ufo > .view>.box>.bars>.pick_ball{
      grid-column: 1/4;
      grid-row: 1/4;
      width: 90%;
      height: 100%;
      background-image: url(../img/ufo/pickball.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-top: 45%;
      z-index: -1;
      display: none;
    }
  
    .ufo > .view>.box>.balls{
      grid-column: 1/8;
      grid-row: 4/6;
      margin-top: 15px;
      width: 90%;
      height: 60px;
      background-image: url(../img/ufo/balls.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2;
    }
    
    .ufo > .view>.box>.pick{
      width: 65px;
      height: 65px;
      grid-column: 4/4;
      grid-row: 6/8;
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/pick.png);
      background-size: 100% 100%;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.left_pick{
      width: 35px;
      height: 35px;
      grid-column: 2/5;
      grid-row: 7/8;
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/left.png);
      background-size: 100% 100%;
      margin-right: 20px;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.right_pick{
      width: 35px;
      height: 35px;
      grid-column: 4/7;
      grid-row: 7/8;
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/right.png);
      background-size: 100% 100%;
      margin-left: 20px;
      cursor: pointer;
    }
  
    .ufo > .view>.box>.result_circle{
      width: 80px;
      height: 80px;
      grid-column: 4/5;
      grid-row: 10/11;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -5px;
    }
    
    .ufo > .view>.box>.result_circle>.resultUfo{
      width: 100%;
      height: 100%;
      background-image:unset;
      background-size: 100% 100%;
      display: none;
    }
    
    .ufo > .view>.box>.break_ball{
      width: 160px;
      height: 70px;
      grid-column: 3/6;
      grid-row: 10/11;
      background-image: url(../img/ufo/break_ball.png);
      background-size: 100% 100%;
      display: none;
      margin-top: 10px;
    }
  }
  
  @media  (max-width: 420px) and (min-width: 360.1px)  {
    .ufo{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/ufo/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 700px;
    }
    
    .ufo>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 90%;
    }
  
    
    .ufo>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size : 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
    }
    
    .ufo>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-left: 0%;
      margin-top: -5%;
      justify-content: flex-end;
      width: 100%;
    }
    
    .ufo>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 21.22px;
      letter-spacing : 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
  
    .ufo>.instruction{
      display: flex;
      width: 80%;
      margin-top: -5%;
    }
    .ufo>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size : 12px;
      line-height : 18px;
      letter-spacing : 1.26px;
      color : #FFFFFF;
    }
  
    .ufo>.instruction>.content>.highlight{
      color: #ffff00;
    }
  
    .ufo > .emailForm{
      width: 70%;
      height: auto;
      padding: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }
    
    .ufo > .emailForm > .txt{
      font-family : HelveticaNeue;
      font-size : 18px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
      text-align: center;
    }
  
    .ufo > .emailForm > .email{
      background-image: url(../img/ufo/emailBox.png);
      background-size: 100% 100%;
      width: 100%;
      background-repeat: no-repeat;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .ufo > .emailForm > .email input[type=email] {
      width: 100%;
      outline: none;
      background-color: transparent;
      font-size: 13px;
      border: none; 
      border-width: 0; 
      box-shadow: none;
      text-align: center;
      font-family: KozGoPr6N-Medium;
    }
  
    .ufo > .view{
      height: 400px;
      width: 100%;
      margin-top: 10px;
      position: relative;
      display: flex;
      justify-content: center;
    }
    
    .ufo > .view>.spotLight{
      background-image: url(../img/ufo/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 110%;
      height: 450px;
      position: absolute;
      top: -15%;
      left: -5%;
    }
    
    .ufo > .view>.box{
      width: 267px;
      height: 304px;
      background-image: url(../img/ufo/box.png);
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      filter: drop-shadow(50px 20px 40px #000);
      will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
      -webkit-filter: drop-shadow(50px 20px 40px #000);
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-auto-rows: 30px;
      justify-items: center;
    }
  
    .ufo > .view>.box>.bars{
      grid-column: 1/8;
      grid-row: 2/4;
      margin-top: 0px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 15px;
      justify-items: center;
    }
    
    .ufo > .view>.box>.bars>.vertical_bar{
      grid-column: 2/2;
      grid-row: 1/4;
      width: 13px;
      height: 100%;
      background-image: url(../img/ufo/vertical_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    
    .ufo > .view>.box>.bars>.left_bar{
      grid-column: 1/1;
      grid-row: 2/4;
      width: 28px;
      height: 100%;
      background-image: url(../img/ufo/left_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: -12px;
    }
    
    .ufo > .view>.box>.bars>.right_bar{
      grid-column: 3/3;
      grid-row: 2/4;
      width: 28px;
      height: 100%;
      background-image: url(../img/ufo/right_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-left: -12px;
    }
    
    .ufo > .view>.box>.bars>.pick_ball{
      grid-column: 1/4;
      grid-row: 1/4;
      width: 90%;
      height: 100%;
      background-image: url(../img/ufo/pickball.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-top: 45%;
      z-index: -1;
      display: none;
    }
  
    .ufo > .view>.box>.balls{
      grid-column: 1/8;
      grid-row: 4/6;
      margin-top: 5px;
      width: 80%;
      height: 40px;
      background-image: url(../img/ufo/balls.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2;
    }
    
    .ufo > .view>.box>.pick{
      width: 55px;
      height: 55px;
      grid-column: 4/4;
      grid-row: 5/7;
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/pick.png);
      background-size: 100% 100%;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.left_pick{
      width: 30px;
      height: 30px;
      grid-column: 2/5;
      grid-row: 6/7;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/left.png);
      background-size: 100% 100%;
      margin-right: 20px;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.right_pick{
      width: 30px;
      height: 30px;
      grid-column: 4/7;
      grid-row: 6/7;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/right.png);
      background-size: 100% 100%;
      margin-left: 20px;
      cursor: pointer;
    }
  
    .ufo > .view>.box>.result_circle{
      width: 70px;
      height: 70px;
      grid-column: 4/5;
      grid-row: 8/11;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0px;
    }
    
    .ufo > .view>.box>.result_circle>.resultUfo{
      width: 100%;
      height: 100%;
      background-image:unset;
      background-size: 100% 100%;
      display: none;
    }
    
    .ufo > .view>.box>.break_ball{
      width: 100px;
      height: 48px;
      grid-column: 3/6;
      grid-row: 9/11;
      background-image: url(../img/ufo/break_ball.png);
      background-size: 100% 100%;
      display: none;
      margin-top: -10px;
    }
  
    @keyframes ballFall{
      0%{
        margin-top: 45%;
      }
    
      20%{
        visibility: hidden;
      }
    
      60%{
        visibility: hidden;
      }
    
      100%{
        margin-top: 450%;
        z-index: -1;
      }
    }
  }
  
  @media  (max-width: 360px)  {
    .ufo{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/ufo/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 650px;
    }
    
    .ufo>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 90%;
    }
  
    
    .ufo>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size : 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
    }
    
    .ufo>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-left: 0%;
      margin-top: -5%;
      justify-content: flex-end;
      width: 100%;
    }
    
    .ufo>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 21.22px;
      letter-spacing : 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
  
    .ufo>.instruction{
      display: flex;
      width: 80%;
      margin-top: -5%;
    }
    .ufo>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size : 12px;
      line-height : 18px;
      letter-spacing : 1.26px;
      color : #FFFFFF;
    }
  
    .ufo>.instruction>.content>.highlight{
      color: #ffff00;
    }
  
    .ufo > .emailForm{
      width: 70%;
      height: auto;
      padding: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }
    
    .ufo > .emailForm > .txt{
      font-family : HelveticaNeue;
      font-size : 15px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
      text-align: center;
    }
  
    .ufo > .emailForm > .email{
      background-image: url(../img/ufo/emailBox.png);
      background-size: 100% 100%;
      width: 100%;
      background-repeat: no-repeat;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .ufo > .emailForm > .email input[type=email] {
      width: 100%;
      outline: none;
      background-color: transparent;
      font-size: 12px;
      border: none; 
      border-width: 0; 
      box-shadow: none;
      text-align: center;
      font-family: KozGoPr6N-Medium;
    }
  
    .ufo > .view{
      height: 300px;
      width: 100%;
      margin-top: 30px;
      position: relative;
      display: flex;
      justify-content: center;
    }
    
    .ufo > .view>.spotLight{
      background-image: url(../img/ufo/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 110%;
      height: 370px;
      position: absolute;
      top: -15%;
      left: -5%;
    }
    
    .ufo > .view>.box{
      width: 249px;
      height: 260px;
      background-image: url(../img/ufo/box.png);
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      filter: drop-shadow(50px 20px 40px #000);
      will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
      -webkit-filter: drop-shadow(50px 20px 40px #000);
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-auto-rows: 33px;
      justify-items: center;
    }
  
    .ufo > .view>.box>.bars{
      grid-column: 1/8;
      grid-row: 2/4;
      margin-top: -6px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 12px;
      justify-items: center;
    }
    
    .ufo > .view>.box>.bars>.vertical_bar{
      grid-column: 2/2;
      grid-row: 1/4;
      width: 11px;
      height: 100%;
      background-image: url(../img/ufo/vertical_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    
    .ufo > .view>.box>.bars>.left_bar{
      grid-column: 1/1;
      grid-row: 2/4;
      width: 25px;
      height: 100%;
      background-image: url(../img/ufo/left_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: -12px;
    }
    
    .ufo > .view>.box>.bars>.right_bar{
      grid-column: 3/3;
      grid-row: 2/4;
      width: 25px;
      height: 100%;
      background-image: url(../img/ufo/right_bar.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-left: -12px;
    }
    
    .ufo > .view>.box>.bars>.pick_ball{
      grid-column: 1/4;
      grid-row: 1/4;
      width: 90%;
      height: 100%;
      background-image: url(../img/ufo/pickball.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-top: 45%;
      z-index: -1;
      display: none;
    }
  
    .ufo > .view>.box>.balls{
      grid-column: 1/8;
      grid-row: 3/5;
      margin-top: 9px;
      width: 80%;
      height: 40px;
      background-image: url(../img/ufo/balls.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2;
    }
    
    .ufo > .view>.box>.pick{
      width: 45px;
      height: 45px;
      grid-column: 4/4;
      grid-row: 5/7;
      margin-top: -5px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/pick.png);
      background-size: 100% 100%;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.left_pick{
      width: 25px;
      height: 25px;
      grid-column: 2/5;
      grid-row: 5/6;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/left.png);
      background-size: 100% 100%;
      margin-right: 20px;
      cursor: pointer;
    }
    
    .ufo > .view>.box>.right_pick{
      width: 25px;
      height: 25px;
      grid-column: 4/7;
      grid-row: 5/6;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../img/ufo/right.png);
      background-size: 100% 100%;
      margin-left: 20px;
      cursor: pointer;
    }
  
    .ufo > .view>.box>.result_circle{
      width: 58px;
      height: 58px;
      grid-column: 4/5;
      grid-row: 7/9;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -12px;
    }
    
    .ufo > .view>.box>.result_circle>.resultUfo{
      width: 100%;
      height: 100%;
      background-image:unset;
      background-size: 100% 100%;
      display: none;
    }
    
    .ufo > .view>.box>.break_ball{
      width: 120px;
      height: 40px;
      grid-column: 3/6;
      grid-row: 8/10;
      background-image: url(../img/ufo/break_ball.png);
      background-size: 100% 100%;
      display: none;
      margin-top: -27px;
    }
  
    @keyframes ballFall{
      0%{
        margin-top: 45%;
      }
    
      20%{
        visibility: hidden;
      }
    
      60%{
        visibility: hidden;
      }
    
      100%{
        margin-top: 450%;
        z-index: -1;
      }
    }
  
    @keyframes fadeInUpUfo {
      from {
          transform: translate3d(0,20px,0);
          width: 50%;
          height: 50%;
          opacity: 0.2;
      }
    
      to {
          transform: translate3d(0,0,0);
          opacity: 1
      }
    }
  }