@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 초복플레이타임 이벤트 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 200716
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  background: #000;
}

#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
}

#wrap .inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#header {
  background: url(../images/bg_header.jpg) no-repeat 50% 0;
  height: 825px;
}

.cont01 {
  background: url(../images/bg_content_01.jpg) no-repeat 50% 0;
  height: 2904px;
}

.cont01 .login-area-wrap > div {
  position: absolute;
  top: 119px;
  left: 0;
}

.cont01 .login-before {
  background: url(../images/before_login_bg.png) no-repeat center;
  width: 1200px;
  height: 259px;
}

.cont01 .login-before .btn--login {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 253px;
  height: 199px;
  background: transparent;
}

.cont01 .login-after {
  background: url(../images/after_login_bg.png) no-repeat center;
  width: 1200px;
  height: 259px;
}

.cont01 .login-after .my-info {
  margin: 30px 0 0 30px;
}

.cont01 .login-after .my-info dl {
  display: inline-block;
  vertical-align: middle;
  margin-top: 100px;
}

.cont01 .login-after .my-info dl dd {
  height: 99px;
  line-height: 99px;
  text-align: center;
  font-size: 22px;
}

.cont01 .login-after .my-info__point {
  width: 280px;
}

.cont01 .login-after .my-info__stack-attendance {
  width: 239px;
}

.cont01 .login-after .my-info__paid-family {
  width: 351px;
}

.cont01 .login-after .my-info__btn-area {
  position: absolute;
  top: 30px;
  right: 30px;
}

.cont01 .login-after .my-info__btn-area button {
  display: block;
  width: 253px;
  height: 94px;
  margin-bottom: 11px;
  background: transparent;
}

.cont01 .btn--use-point-area {
  position: absolute;
  top: 747px;
  left: 76px;
  width: 290px;
  height: 81px;
}

.cont01 .btn--use-point-area .shape {
  width: 290px;
  height: 81px;
  position: absolute;
  top: 0;
  left: 0;
}

.cont01 .btn--use-point-area .shape span {
  position: absolute;
  margin: auto;
  height: 10px;
  width: 5px;
  background: #c04006;
  opacity: 0;
}

.cont01 .btn--use-point-area .shape span:nth-of-type(1) {
  top: -20px;
  left: 0;
  right: 0;
}

.cont01 .btn--use-point-area .shape span:nth-of-type(2) {
  bottom: -20px;
  left: 0;
  right: 0;
}

.cont01 .btn--use-point-area .shape span:nth-of-type(3) {
  top: 0;
  bottom: 0;
  left: -10px;
}

.cont01 .btn--use-point-area .shape span:nth-of-type(4) {
  top: 0;
  bottom: 0;
  right: -10px;
}

.cont01 .btn--use-point-area .shape span:nth-of-type(5) {
  top: -20px;
  left: -70%;
  right: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.cont01 .btn--use-point-area .shape span:nth-of-type(6) {
  top: -20px;
  left: 0;
  right: -70%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.cont01 .btn--use-point-area .shape span:nth-of-type(7) {
  bottom: -20px;
  right: 0;
  left: -70%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.cont01 .btn--use-point-area .shape span:nth-of-type(8) {
  bottom: -20px;
  left: 0;
  right: -70%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(1) {
  -webkit-animation: anim1 0.4s ease-out 1;
          animation: anim1 0.4s ease-out 1;
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(2) {
  -webkit-animation: anim2 0.4s ease-out 1;
          animation: anim2 0.4s ease-out 1;
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(3) {
  -webkit-animation: anim3 0.4s ease-out 1;
          animation: anim3 0.4s ease-out 1;
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(4) {
  -webkit-animation: anim4 0.4s ease-out 1;
          animation: anim4 0.4s ease-out 1;
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(5) {
  -webkit-animation: anim5 0.4s ease-out 1;
          animation: anim5 0.4s ease-out 1;
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(6) {
  -webkit-animation: anim6 0.4s ease-out 1;
          animation: anim6 0.4s ease-out 1;
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(7) {
  -webkit-animation: anim7 0.4s ease-out 1;
          animation: anim7 0.4s ease-out 1;
}

.cont01 .btn--use-point-area:hover .shape span:nth-of-type(8) {
  -webkit-animation: anim8 0.4s ease-out 1;
          animation: anim8 0.4s ease-out 1;
}

.cont01 .btn--use-point {
  position: relative;
  z-index: 9;
  width: inherit;
  height: inherit;
  background: transparent;
}

.cont01 .btn--stack-reward {
  position: absolute;
  top: 2235px;
  background: url(../images/btn_stack_reward.png) no-repeat;
  width: 273px;
  height: 89px;
}

.cont01 .btn--stack-reward:hover {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.cont01 .btn--stack-reward.btn--stack-comp {
  background: url(../images/btn_stack_comp.png) no-repeat;
  width: 273px;
  height: 89px;
  cursor: not-allowed;
}

.cont01 .btn--stack-reward.btn--stack-comp:hover {
  -webkit-animation: none;
          animation: none;
}

.cont01 .btn--more {
  position: absolute;
  z-index: 2;
  top: 1693px;
  left: 711px;
  width: 20px;
  height: 20px;
  background: transparent;
}

.cont01 .btn--more:hover + div {
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0);
          transform: perspective(0) rotateX(0);
}

.cont01 .layer-weapon-costume {
  position: absolute;
  top: 1709px;
  left: 289px;
  background: url(../images/layer_weapon_costume.png) no-repeat;
  width: 863px;
  height: 447px;
  opacity: 0;
  -webkit-transform: perspective(1000px) rotateX(-55deg);
          transform: perspective(1000px) rotateX(-55deg);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.cont01 .btn--stack5 {
  left: 30px;
}

.cont01 .btn--stack10 {
  left: 321px;
}

.cont01 .btn--stack15 {
  left: 610px;
}

.cont01 .btn--stack20 {
  left: 900px;
}

.cont01 .receive--agree {
  display: block;
  position: absolute;
  top: 2747px;
  left: 39%;
  width: 260px;
  height: 18px;
}

.cont01 .receive--agree .hand:before {
  content: "";
  display: block;
  left: -47px;
  top: -2px;
  position: absolute;
  background: url(../images/hand.png) no-repeat;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(73deg);
          transform: rotate(73deg);
  -webkit-animation: up-down 1.2s infinite;
          animation: up-down 1.2s infinite;
}

.cont01 .layer-point {
  position: fixed;
  top: -99999px;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
}

.cont01 .layer-point:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cont01 .layer-point.on:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cont01 .layer-point.on {
  top: 0;
  bottom: 0;
}

.cont01 .layer-point-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.cont01 .layer-point-less {
  background: url(../images/poup_point_less.png) no-repeat;
  width: 418px;
  height: 276px;
}

.cont01 .layer-point-end {
  background: url(../images/popup_point_end.png) no-repeat;
  width: 418px;
  height: 276px;
}

.cont01 .layer-point-use {
  background: url(../images/popup_point_use.png) no-repeat;
  width: 418px;
  height: 276px;
}

.cont01 .layer-point-use p:first-child {
  padding-top: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
}

.cont01 .layer-point .btn-point--close {
  position: absolute;
  top: 149px;
  left: 129px;
  width: 161px;
  height: 53px;
  background: transparent;
}

.cont01 .layer-point-use-list {
  position: fixed;
  top: -99999px;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
}

.cont01 .layer-point-use-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cont01 .layer-point-use-list.on:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cont01 .layer-point-use-list.on {
  top: 0;
  bottom: 0;
}

.cont01 .layer-point-use-list-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.cont01 .layer-point-use-list-cont {
  background: #fff2cf;
  width: 492px;
  height: 529px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  font-family: NanumSquare, sans-serif;
}

.cont01 .layer-point-use-list-cont h4 {
  padding-top: 44px;
}

.cont01 .layer-point-use-list-cont table {
  width: 428px;
  margin: 16px auto 0;
  font-family: NanumSquare, sans-serif;
  font-size: 11px;
  border-collapse: collapse;
}

.cont01 .layer-point-use-list-cont table ::-webkit-scrollbar {
  width: 7px;
}

.cont01 .layer-point-use-list-cont table ::-webkit-scrollbar-track {
  background: #b8b9b2;
}

.cont01 .layer-point-use-list-cont table ::-webkit-scrollbar-thumb {
  background: #ea7f00;
}

.cont01 .layer-point-use-list-cont table:after {
  content: '';
  display: table;
  clear: both;
}

.cont01 .layer-point-use-list-cont table thead {
  float: left;
  width: 428px;
}

.cont01 .layer-point-use-list-cont table tbody {
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  width: 428px;
  height: 282px;
}

.cont01 .layer-point-use-list-cont table tr {
  display: table;
  width: 428px;
}

.cont01 .layer-point-use-list-cont table th {
  height: 42px;
  background: #ffd29c;
  border-right: 1px solid #fff2cf;
  border-bottom: 1px solid #fff2cf;
}

.cont01 .layer-point-use-list-cont table td {
  height: 45px;
  color: #000;
  border: 1px solid #e1e1e1;
  background: #fff;
  text-align: center;
}

.cont01 .layer-point-use-list-cont table th:nth-of-type(1),
.cont01 .layer-point-use-list-cont table td:nth-of-type(1) {
  width: 110px;
}

.cont01 .layer-point-use-list-cont table th:nth-of-type(2),
.cont01 .layer-point-use-list-cont table td:nth-of-type(2) {
  width: 208px;
}

.cont01 .layer-point-use-list-cont table th:nth-of-type(3),
.cont01 .layer-point-use-list-cont table td:nth-of-type(4) {
  width: 110px;
}

.cont01 .layer-point-use-list-cont table .nolist {
  width: 428px !important;
  padding: 207px 0;
  text-align: center;
  border-bottom: 0 !important;
}

.cont01 .layer-point-use-list-cont .paging {
  margin: 18px auto 0;
  text-align: center;
}

.cont01 .layer-point-use-list-cont .paging a, .cont01 .layer-point-use-list-cont .paging strong {
  display: inline-block;
  margin: 0 3px;
}

.cont01 .layer-point-use-list-cont .paging button {
  background: transparent;
  margin: 0 4px;
}

.cont01 .layer-point-use-list-cont .btn--ok {
  background: url(../images/btn_ok.png) no-repeat;
  width: 165px;
  height: 46px;
  margin: 24px auto 0;
}

.cont01 .layer-point-use-list-cont .btn--ok button {
  width: inherit;
  height: inherit;
  background: transparent;
}

.cont02 {
  background: url(../images/bg_content_02.jpg) no-repeat 50% 0;
  height: 1451px;
}

.cont02 .btn-list {
  position: absolute;
  left: 600px;
  width: 337px;
  height: 70px;
  background: transparent;
}

.cont02 .btn--gift-list {
  top: 735px;
}

.cont02 .btn--shop-list {
  top: 959px;
}

.cont02 .btn-layer--close {
  position: absolute;
  top: 25px;
  right: 34px;
  width: 30px;
  height: 30px;
  background: transparent;
}

.cont02 .layer-gift-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
  opacity: 0;
}

.cont02 .layer-gift-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cont02 .layer-gift-list.on {
  bottom: 0;
  opacity: 1;
}

.cont02 .layer-gift-list .layer-list {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -399px 0 0 -315px;
  background: url(../images/layer_gift_list.png) no-repeat;
  width: 630px;
  height: 818px;
}

.cont02 .layer-shop-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
  opacity: 0;
}

.cont02 .layer-shop-list.on {
  bottom: 0;
  opacity: 1;
}

.cont02 .layer-shop-list:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cont02 .layer-shop-list.on .layer-list {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.cont02 .layer-shop-list.on .layer-list .layer-cont {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/layer_shop_list.png) no-repeat;
  width: 750px;
  height: 1334px;
  margin: 0 auto;
  display: none;
}

#footer {
  background: url(../images/bg_footer.jpg) no-repeat 50% 0;
  height: 90px;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(50, 77, 8, 0.4);
            box-shadow: 0 0 0 0 rgba(50, 77, 8, 0.4);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(50, 77, 8, 0.4);
            box-shadow: 0 0 0 0 rgba(50, 77, 8, 0.4);
  }
}

@-webkit-keyframes up-down {
  50% {
    margin-top: -8px;
  }
}

@keyframes up-down {
  50% {
    margin-top: -8px;
  }
}

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scaleY(1.4);
            transform: translateY(-10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px) scaleY(0.5);
            transform: translateY(-20px) scaleY(0.5);
    opacity: 0;
  }
}

@keyframes anim1 {
  0% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scaleY(1.4);
            transform: translateY(-10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px) scaleY(0.5);
            transform: translateY(-20px) scaleY(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(10px) scaleY(1.4);
            transform: translateY(10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(0.5);
            transform: translateY(20px) scaleY(0.5);
    opacity: 0;
  }
}

@keyframes anim2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(10px) scaleY(1.4);
            transform: translateY(10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(0.5);
            transform: translateY(20px) scaleY(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes anim3 {
  0% {
    -webkit-transform: rotate(90deg) scaleX(0.5);
            transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(90deg) translateY(10px) scaleX(1.4);
            transform: rotate(90deg) translateY(10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg) translateY(20px) scaleX(0.5);
            transform: rotate(90deg) translateY(20px) scaleX(0.5);
    opacity: 0;
  }
}

@keyframes anim3 {
  0% {
    -webkit-transform: rotate(90deg) scaleX(0.5);
            transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(90deg) translateY(10px) scaleX(1.4);
            transform: rotate(90deg) translateY(10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg) translateY(20px) scaleX(0.5);
            transform: rotate(90deg) translateY(20px) scaleX(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes anim4 {
  0% {
    -webkit-transform: rotate(90deg) scaleX(0.5);
            transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(90deg) translateY(-10px) scaleX(1.4);
            transform: rotate(90deg) translateY(-10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg) translateY(-20px) scaleX(0.5);
            transform: rotate(90deg) translateY(-20px) scaleX(0.5);
    opacity: 0;
  }
}

@keyframes anim4 {
  0% {
    -webkit-transform: rotate(90deg) scaleX(0.5);
            transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(90deg) translateY(-10px) scaleX(1.4);
            transform: rotate(90deg) translateY(-10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg) translateY(-20px) scaleX(0.5);
            transform: rotate(90deg) translateY(-20px) scaleX(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes anim5 {
  0% {
    -webkit-transform: rotate(-30deg) scaleY(0.5);
            transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
            transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
            transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}

@keyframes anim5 {
  0% {
    -webkit-transform: rotate(-30deg) scaleY(0.5);
            transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
            transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
            transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes anim6 {
  0% {
    -webkit-transform: rotate(30deg) scaleY(0.5);
            transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(30deg) translateY(-8px) scaleY(1.4);
            transform: rotate(30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-16px) scaleY(0.5);
            transform: rotate(30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}

@keyframes anim6 {
  0% {
    -webkit-transform: rotate(30deg) scaleY(0.5);
            transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(30deg) translateY(-8px) scaleY(1.4);
            transform: rotate(30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-16px) scaleY(0.5);
            transform: rotate(30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes anim7 {
  0% {
    -webkit-transform: rotate(30deg) scaleY(0.5);
            transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(30deg) translateY(8px) scaleY(1.4);
            transform: rotate(30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(16px) scaleY(0.5);
            transform: rotate(30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}

@keyframes anim7 {
  0% {
    -webkit-transform: rotate(30deg) scaleY(0.5);
            transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(30deg) translateY(8px) scaleY(1.4);
            transform: rotate(30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(16px) scaleY(0.5);
            transform: rotate(30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes anim8 {
  0% {
    -webkit-transform: rotate(-30deg) scaleY(0.5);
            transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-30deg) translateY(8px) scaleY(1.4);
            transform: rotate(-30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-30deg) translateY(16px) scaleY(0.5);
            transform: rotate(-30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}

@keyframes anim8 {
  0% {
    -webkit-transform: rotate(-30deg) scaleY(0.5);
            transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-30deg) translateY(8px) scaleY(1.4);
            transform: rotate(-30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-30deg) translateY(16px) scaleY(0.5);
            transform: rotate(-30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
