/******************** Layout CSS *********************/
.s-frame-div {
  background-color: #f0f1f3;
  overflow: hidden;
  height: 100%;
  width: 100vw;
}

.s-frame-div.mobile {
  background-color: #ffffff;
}

.s-frame-contents-div {
  max-width: 900px;
  height: 100vh;
  margin: 0 auto;
}

.s-page-div {
  width: 100%;
  min-width: 320px;
  min-height: calc(100% + env(safe-area-inset-top));
  max-width: 560px;
  margin-left: auto;
  margin-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}
.s-page-div .header {
  padding: 10px;
}

.s-page-div.full {
  max-width: 100vw;
  box-shadow: none;
}

.s-page-div .scroll-range-view {
  padding: 0 5px 30px;
  height: calc(100vh - 130px);
  margin-top: 10px;
}

.s-drawer-div .scroll-range-view {
  padding: 0 5px 30px;
  height: calc(100vh - 130px);
  margin-top: 10px;
}

.s-page-div .scroll-no-footer-range-view {
  padding: 0 0 100px;
  height: calc(100vh - 70px);
  margin-top: 0;
}

.s-page-div.pc.open .scroll-no-footer-range-view {
  height: calc(100vh - 600px);
}

.s-page-div.pc.open-without .scroll-no-footer-range-view {
  height: calc(100vh - 320px);
}

.s-page-div.height-css .scroll-range-view,
.s-page-div.height-css .scroll-no-footer-range-view {
  padding-right: 0;
  padding-left: 0;
}

.s-page-div .scroll-range-view .contents,
.s-page-div .scroll-no-footer-range-view .contents {
  padding: 0 10px 10px;
}

.s-footer-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  z-index: 2000;
  position: relative;
  height: 70px;
  width: auto;
  margin-top: -70px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.04);
}

.s-footer-bar-without {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  z-index: 2000;
  position: relative;
  height: 70px;
  width: auto;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.04);
}

.s-footer-bar-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  z-index: 2000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.04);
}

.s-footer-cart-bar-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  z-index: 2000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.04);
}

.s-footer-bar-fixed > div,
.s-footer-bar > div,
.s-footer-bar-without > div {
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.s-order-card-img {
  border-radius: 10px;
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}

/******************** Button CSS *********************/

.s-custom-btn-style1 {
  background-color: #2f2d35;
  border-radius: 6px;
  color: #ffffffc7;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 2px;
  cursor: pointer;
  text-align: center;
}

.s-custom-btn-style2 {
  background-color: #2f2d35;
  border-radius: 6px;
  color: #ffffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 2px;
  cursor: pointer;
  text-align: center;
  width: 200px;
  margin: 40px auto 0;
}

.s-custom-btn-style2.deactive {
  background-color: gray;
}

.s-custom-btn-style3 {
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 30px;
  border-radius: 4px;
  font-size: 13px;
  padding-top: 4px;
  border: 1px solid #e2e2e4;
  color: #444444;
}

.s-custom-btn-style4 {
  background-color: #333333;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 2px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0 8px 16px 0;
}

.s-custom-btn-style4.small {
  padding: 5px 0;
  box-shadow: none;
}

.s-custom-btn-style4.deactive {
  box-shadow: none;
  background-color: gray;
}

.s-custom-btn-style5 {
  background-color: #ffffff;
  border-radius: 6px;
  color: #333333;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 2px 10px;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.s-custom-btn-style5.deactive {
  box-shadow: none;
  background-color: #bbbaba;
  color:white;
}

.s-custom-btn-style5.type2 {
  background-color: #d4e6f8;
  color: #0277ed;
  border: none;
}

.s-custom-btn-style5.small {
  padding: 6px 0 5px;
}

.s-custom-btn-kakao {
  background-color: #ffdc00;
  border-radius: 10px;
  color: #101012;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  height: 48px;
}

.s-custom-btn-more {
  width: auto;
  border: 1px solid #e8e4e1;
  border-radius: 22px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.s-custom-btn-email {
  background-color: #333333;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  height: 48px;
}

/******************** Login CSS *********************/
.s-page-div .s-login-div .division {
  overflow: hidden;
  padding-bottom: 100px;
  height: calc(100vh - 220px);
}

.s-page-div .s-login-div .login-page-btn {
  width: 100%;
  display: inline-block;
  align-self: flex-end;
}

.s-page-div.mobile .s-login-div .login-page-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.s-page-div .s-login-div .login-page-btn .s-custom-btn-kakao,
.s-page-div .s-login-div .login-page-btn .s-custom-btn-email {
  margin-left: 10px;
  margin-right: 10px;
}

.s-page-div.mobile .s-login-div .login-page-btn .s-custom-btn-kakao {
  width: 90%;
  margin: 0 auto;
}

.s-page-div.mobile .s-login-div .login-page-btn .s-custom-btn-email {
  width: 90%;
  margin: 10px auto 0;
}

.s-page-div.mobile .s-login-div .division {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 120px);
}


.s-page-div.ipad-safari {
  min-height: 0vh !important;
}

.s-page-div.ipad-standalone {
  min-height: 100% !important;
}
/******************** Product CSS *********************/

.s-product-card-main {
  padding: 10px;
  cursor: pointer;
}

.s-product-card-main .contents {
  padding: 10px;
}

.s-product-card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}

.s-product-card .lazy-image-wrapper {
  border-radius: 10px;
  padding-bottom: 90% !important;
}

.s-checkout-card-div {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 15px;
}

.s-product-bottom-bar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 10px 10px 10px 15px;
  height: 70px;
  min-height: 70px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

.s-product-bottom-bar.ios-stand {
  height: 80px;
  min-height: 80px;
}

.s-product-bottom-btn {
  background-color: black;
  border-radius: 5px;
  color: white;
  padding: 7px 5px 5px;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  width: 100%;
  height: 35px;
}

.s-product-bottom-btn.deactive {
  background-color: gray;
}


.s-cart-bottom-bar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 5px 10px 10px;
  height: 310px;
  min-height: 310px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

.s-cart-bottom-bar.mobile {
  height: 144px;
  min-height: 144px;
}

.s-cart-bottom-bar.mobile.extend {
  height: 250px;
  min-height: 250px;
}

.s-product-delivery-merge {
  background-color: #fedc01;
  width: 80px;
  text-align: center;
  font-size: 13px;
  color: #1e1e1e;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 7px;
  border-radius: 5px;
}


.HeartAnimation {
  padding-top: 2em;
  background-image: url("../img/web_heart_animation.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 2900%;
  height: 70px;
  width: 70px;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
}

.animate {
  animation: heart-burst 0.8s steps(28) forwards;
}

@keyframes heart-burst {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.pyro > .before,
.pyro > .after {
  position: absolute;
  z-index: 3000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
    0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
    0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
    0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
    0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
    0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
    0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
    0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}
.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}
@-webkit-keyframes bang {
  to {
    box-shadow: -50px -410.6666666667px #00ff6f, -248px -91.6666666667px #00ffea,
      -135px -415.6666666667px #8f0, -79px -53.6666666667px #00f,
      -176px 8.3333333333px #0d00ff, -95px -62.6666666667px #c4ff00,
      -86px -413.6666666667px #fff200, 204px -41.6666666667px #0f6,
      -10px -184.6666666667px #01f, -133px -139.6666666667px #2600ff,
      130px 8.3333333333px #ff005d, -166px -385.6666666667px #d500ff,
      240px -222.6666666667px #ff7b00, 116px -166.6666666667px #ff005d,
      20px -17.6666666667px #0084ff, 218px -244.6666666667px #05f,
      169px -344.6666666667px #60f, 21px -415.6666666667px #f90,
      145px -95.6666666667px #fff200, 120px -311.6666666667px #e6ff00,
      148px -344.6666666667px #00fffb, -46px 1.3333333333px #ff0400,
      -225px -355.6666666667px #d900ff, 3px -91.6666666667px #00ffbf,
      2px -345.6666666667px #0015ff, 176px -115.6666666667px #1500ff,
      -136px -243.6666666667px #ff2f00, -180px 79.3333333333px #ff00d0,
      232px -132.6666666667px #50f, -160px -369.6666666667px #0fc,
      146px -46.6666666667px #f700ff, 64px -201.6666666667px #3700ff,
      200px -29.6666666667px #00ffd5, -96px -282.6666666667px #8000ff,
      -35px -267.6666666667px #00ff48, 35px -353.6666666667px #f06,
      -131px -249.6666666667px #00ff04, 248px -0.6666666667px #00ff04,
      -26px 6.3333333333px #ffbf00, -117px -55.6666666667px #e0f,
      189px -229.6666666667px #0d00ff, -21px -0.6666666667px #ff00d0,
      174px -129.6666666667px #1e00ff, -116px -388.6666666667px #ff1500,
      -87px -328.6666666667px #00ff04, 37px -319.6666666667px #5e00ff,
      208px -115.6666666667px #ff9100, -32px -222.6666666667px #ff5e00,
      86px -350.6666666667px #00c8ff, 135px -167.6666666667px #007bff,
      -116px -71.6666666667px #ff000d;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: -50px -410.6666666667px #00ff6f, -248px -91.6666666667px #00ffea,
      -135px -415.6666666667px #8f0, -79px -53.6666666667px #00f,
      -176px 8.3333333333px #0d00ff, -95px -62.6666666667px #c4ff00,
      -86px -413.6666666667px #fff200, 204px -41.6666666667px #0f6,
      -10px -184.6666666667px #01f, -133px -139.6666666667px #2600ff,
      130px 8.3333333333px #ff005d, -166px -385.6666666667px #d500ff,
      240px -222.6666666667px #ff7b00, 116px -166.6666666667px #ff005d,
      20px -17.6666666667px #0084ff, 218px -244.6666666667px #05f,
      169px -344.6666666667px #60f, 21px -415.6666666667px #f90,
      145px -95.6666666667px #fff200, 120px -311.6666666667px #e6ff00,
      148px -344.6666666667px #00fffb, -46px 1.3333333333px #ff0400,
      -225px -355.6666666667px #d900ff, 3px -91.6666666667px #00ffbf,
      2px -345.6666666667px #0015ff, 176px -115.6666666667px #1500ff,
      -136px -243.6666666667px #ff2f00, -180px 79.3333333333px #ff00d0,
      232px -132.6666666667px #50f, -160px -369.6666666667px #0fc,
      146px -46.6666666667px #f700ff, 64px -201.6666666667px #3700ff,
      200px -29.6666666667px #00ffd5, -96px -282.6666666667px #8000ff,
      -35px -267.6666666667px #00ff48, 35px -353.6666666667px #f06,
      -131px -249.6666666667px #00ff04, 248px -0.6666666667px #00ff04,
      -26px 6.3333333333px #ffbf00, -117px -55.6666666667px #e0f,
      189px -229.6666666667px #0d00ff, -21px -0.6666666667px #ff00d0,
      174px -129.6666666667px #1e00ff, -116px -388.6666666667px #ff1500,
      -87px -328.6666666667px #00ff04, 37px -319.6666666667px #5e00ff,
      208px -115.6666666667px #ff9100, -32px -222.6666666667px #ff5e00,
      86px -350.6666666667px #00c8ff, 135px -167.6666666667px #007bff,
      -116px -71.6666666667px #ff000d;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: -50px -410.6666666667px #00ff6f, -248px -91.6666666667px #00ffea,
      -135px -415.6666666667px #8f0, -79px -53.6666666667px #00f,
      -176px 8.3333333333px #0d00ff, -95px -62.6666666667px #c4ff00,
      -86px -413.6666666667px #fff200, 204px -41.6666666667px #0f6,
      -10px -184.6666666667px #01f, -133px -139.6666666667px #2600ff,
      130px 8.3333333333px #ff005d, -166px -385.6666666667px #d500ff,
      240px -222.6666666667px #ff7b00, 116px -166.6666666667px #ff005d,
      20px -17.6666666667px #0084ff, 218px -244.6666666667px #05f,
      169px -344.6666666667px #60f, 21px -415.6666666667px #f90,
      145px -95.6666666667px #fff200, 120px -311.6666666667px #e6ff00,
      148px -344.6666666667px #00fffb, -46px 1.3333333333px #ff0400,
      -225px -355.6666666667px #d900ff, 3px -91.6666666667px #00ffbf,
      2px -345.6666666667px #0015ff, 176px -115.6666666667px #1500ff,
      -136px -243.6666666667px #ff2f00, -180px 79.3333333333px #ff00d0,
      232px -132.6666666667px #50f, -160px -369.6666666667px #0fc,
      146px -46.6666666667px #f700ff, 64px -201.6666666667px #3700ff,
      200px -29.6666666667px #00ffd5, -96px -282.6666666667px #8000ff,
      -35px -267.6666666667px #00ff48, 35px -353.6666666667px #f06,
      -131px -249.6666666667px #00ff04, 248px -0.6666666667px #00ff04,
      -26px 6.3333333333px #ffbf00, -117px -55.6666666667px #e0f,
      189px -229.6666666667px #0d00ff, -21px -0.6666666667px #ff00d0,
      174px -129.6666666667px #1e00ff, -116px -388.6666666667px #ff1500,
      -87px -328.6666666667px #00ff04, 37px -319.6666666667px #5e00ff,
      208px -115.6666666667px #ff9100, -32px -222.6666666667px #ff5e00,
      86px -350.6666666667px #00c8ff, 135px -167.6666666667px #007bff,
      -116px -71.6666666667px #ff000d;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: -50px -410.6666666667px #00ff6f, -248px -91.6666666667px #00ffea,
      -135px -415.6666666667px #8f0, -79px -53.6666666667px #00f,
      -176px 8.3333333333px #0d00ff, -95px -62.6666666667px #c4ff00,
      -86px -413.6666666667px #fff200, 204px -41.6666666667px #0f6,
      -10px -184.6666666667px #01f, -133px -139.6666666667px #2600ff,
      130px 8.3333333333px #ff005d, -166px -385.6666666667px #d500ff,
      240px -222.6666666667px #ff7b00, 116px -166.6666666667px #ff005d,
      20px -17.6666666667px #0084ff, 218px -244.6666666667px #05f,
      169px -344.6666666667px #60f, 21px -415.6666666667px #f90,
      145px -95.6666666667px #fff200, 120px -311.6666666667px #e6ff00,
      148px -344.6666666667px #00fffb, -46px 1.3333333333px #ff0400,
      -225px -355.6666666667px #d900ff, 3px -91.6666666667px #00ffbf,
      2px -345.6666666667px #0015ff, 176px -115.6666666667px #1500ff,
      -136px -243.6666666667px #ff2f00, -180px 79.3333333333px #ff00d0,
      232px -132.6666666667px #50f, -160px -369.6666666667px #0fc,
      146px -46.6666666667px #f700ff, 64px -201.6666666667px #3700ff,
      200px -29.6666666667px #00ffd5, -96px -282.6666666667px #8000ff,
      -35px -267.6666666667px #00ff48, 35px -353.6666666667px #f06,
      -131px -249.6666666667px #00ff04, 248px -0.6666666667px #00ff04,
      -26px 6.3333333333px #ffbf00, -117px -55.6666666667px #e0f,
      189px -229.6666666667px #0d00ff, -21px -0.6666666667px #ff00d0,
      174px -129.6666666667px #1e00ff, -116px -388.6666666667px #ff1500,
      -87px -328.6666666667px #00ff04, 37px -319.6666666667px #5e00ff,
      208px -115.6666666667px #ff9100, -32px -222.6666666667px #ff5e00,
      86px -350.6666666667px #00c8ff, 135px -167.6666666667px #007bff,
      -116px -71.6666666667px #ff000d;
  }
}
@keyframes bang {
  to {
    box-shadow: -50px -410.6666666667px #00ff6f, -248px -91.6666666667px #00ffea,
      -135px -415.6666666667px #8f0, -79px -53.6666666667px #00f,
      -176px 8.3333333333px #0d00ff, -95px -62.6666666667px #c4ff00,
      -86px -413.6666666667px #fff200, 204px -41.6666666667px #0f6,
      -10px -184.6666666667px #01f, -133px -139.6666666667px #2600ff,
      130px 8.3333333333px #ff005d, -166px -385.6666666667px #d500ff,
      240px -222.6666666667px #ff7b00, 116px -166.6666666667px #ff005d,
      20px -17.6666666667px #0084ff, 218px -244.6666666667px #05f,
      169px -344.6666666667px #60f, 21px -415.6666666667px #f90,
      145px -95.6666666667px #fff200, 120px -311.6666666667px #e6ff00,
      148px -344.6666666667px #00fffb, -46px 1.3333333333px #ff0400,
      -225px -355.6666666667px #d900ff, 3px -91.6666666667px #00ffbf,
      2px -345.6666666667px #0015ff, 176px -115.6666666667px #1500ff,
      -136px -243.6666666667px #ff2f00, -180px 79.3333333333px #ff00d0,
      232px -132.6666666667px #50f, -160px -369.6666666667px #0fc,
      146px -46.6666666667px #f700ff, 64px -201.6666666667px #3700ff,
      200px -29.6666666667px #00ffd5, -96px -282.6666666667px #8000ff,
      -35px -267.6666666667px #00ff48, 35px -353.6666666667px #f06,
      -131px -249.6666666667px #00ff04, 248px -0.6666666667px #00ff04,
      -26px 6.3333333333px #ffbf00, -117px -55.6666666667px #e0f,
      189px -229.6666666667px #0d00ff, -21px -0.6666666667px #ff00d0,
      174px -129.6666666667px #1e00ff, -116px -388.6666666667px #ff1500,
      -87px -328.6666666667px #00ff04, 37px -319.6666666667px #5e00ff,
      208px -115.6666666667px #ff9100, -32px -222.6666666667px #ff5e00,
      86px -350.6666666667px #00c8ff, 135px -167.6666666667px #007bff,
      -116px -71.6666666667px #ff000d;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
