@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 지표방어이벤트 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 201119
------------------------------------------------- */
/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img,
fieldset,
button {
  border: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
input,
button,
textarea,
select,
table,
kbd {
  line-height: 1.2;
  font-family: Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

img {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  color: #333 !important;
}

button,
label {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
legend {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  visibility: hidden;
}

/* Reserved Class
-------------------------------------------------------------- */
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  width: 100%;
  height: 100%;
  background: #000;
}

#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

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

#wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

#evt-container {
  position: relative;
  overflow: hidden;
  height: 3622px;
}

#evt-container .evt-bg {
  position: absolute;
  top: 0;
  left: 0;
}

#evt-container .evt-bg02 {
  top: 1594px;
}

#evt-container button {
  background: transparent;
}

#evt-container .login-area-wrap {
  position: relative;
  width: 1200px;
  height: 259px;
  background: rgba(44, 40, 37, 0.6);
  border-radius: 10px;
  margin: 0 auto;
  padding-top: 30px;
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: perspective(1000px) rotateX(-90deg);
          transform: perspective(1000px) rotateX(-90deg);
  -webkit-transition: opacity .2s, -webkit-transform .8s;
  transition: opacity .2s, -webkit-transform .8s;
  transition: opacity .2s, transform .8s;
  transition: opacity .2s, transform .8s, -webkit-transform .8s;
}

#evt-container .login-area-wrap.view {
  opacity: 1;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: perspective(0) rotateX(0deg);
          transform: perspective(0) rotateX(0deg);
}

#evt-container .login-before {
  background: url(../images/before_login.png) no-repeat;
  width: 878px;
  height: 203px;
  margin-left: 31px;
}

#evt-container .login-after {
  background: url(../images/after_login.png) no-repeat;
  width: 878px;
  height: 203px;
  margin-left: 31px;
}

#evt-container .login-after dl {
  display: inline-block;
  vertical-align: middle;
  margin-top: 100px;
}

#evt-container .login-after dd {
  height: 99px;
  line-height: 99px;
  text-align: center;
  font-size: 22px;
  font-family: NanumSquare, sans-serif;
}

#evt-container .login-after .my--info-point {
  width: 280px;
}

#evt-container .login-after .my--info-stack {
  width: 239px;
}

#evt-container .login-after .my--info-familycrest {
  width: 351px;
}

#evt-container .login-after .my--info-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

#evt-container .login-after .my--info-btn button {
  display: block;
  margin-bottom: 7px;
}

#evt-container .login-after .my--info-btn button:hover {
  -webkit-animation: pulse 1s linear infinite;
          animation: pulse 1s linear infinite;
}

#evt-container .btn--login {
  position: absolute;
  right: 30px;
}

#evt-container .btn--login:hover {
  -webkit-animation: beat .3s linear 1;
          animation: beat .3s linear 1;
}

#evt-container .evt-cont01 {
  z-index: 2;
  position: relative;
  background: url(../images/event_1_1.png) no-repeat;
  width: 1200px;
  height: 773px;
  margin: 87px auto 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .7s, -webkit-transform .7s ease-out;
  transition: opacity .7s, -webkit-transform .7s ease-out;
  transition: opacity .7s, transform .7s ease-out;
  transition: opacity .7s, transform .7s ease-out, -webkit-transform .7s ease-out;
}

#evt-container .evt-cont01.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#evt-container .btn--point-use {
  position: absolute;
  top: 282px;
  left: 75px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

#evt-container .btn--point-use:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#evt-container .evt-cont01-1 {
  position: relative;
  background: url(../images/event1_2.png) no-repeat;
  width: 1200px;
  height: 456px;
  margin: 49px 0 98px 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .7s, -webkit-transform .7s ease-out;
  transition: opacity .7s, -webkit-transform .7s ease-out;
  transition: opacity .7s, transform .7s ease-out;
  transition: opacity .7s, transform .7s ease-out, -webkit-transform .7s ease-out;
}

#evt-container .evt-cont01-1 ol {
  display: table;
  padding-top: 204px;
  margin: 0 auto;
}

#evt-container .evt-cont01-1 li {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px;
}

#evt-container .evt-cont01-1 li img {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#evt-container .evt-cont01-1.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#evt-container .evt-cont01-1.view img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#evt-container .evt-cont02 {
  position: relative;
}

#evt-container .evt-cont02--title {
  background: url(../images/event_2_title.png) no-repeat;
  width: 1030px;
  height: 106px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .7s, -webkit-transform .7s ease;
  transition: opacity .7s, -webkit-transform .7s ease;
  transition: opacity .7s, transform .7s ease;
  transition: opacity .7s, transform .7s ease, -webkit-transform .7s ease;
}

#evt-container .evt-cont02 .evt--list {
  z-index: 2;
  position: relative;
  width: 0;
  height: 895px;
  background-color: transparent;
  border-radius: 10px;
  margin-top: 30px;
}

#evt-container .evt-cont02 .evt--list:after {
  content: '';
  display: table;
  clear: both;
}

#evt-container .evt-cont02 .evt--list-item {
  float: left;
  width: 273px;
  height: 709px;
  margin-top: 42px;
  margin-left: 18px;
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#evt-container .evt-cont02 .evt--list-item:first-child {
  margin-left: 31px;
}

#evt-container .evt-cont02 .evt--list-item button {
  position: absolute;
  top: 726px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow, -webkit-transform .3s;
  transition: -webkit-box-shadow, -webkit-transform .3s;
  transition: box-shadow, transform .3s;
  transition: box-shadow, transform .3s, -webkit-box-shadow, -webkit-transform .3s;
  border-radius: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .8s ease-in-out;
  transition: opacity .5s, -webkit-transform .8s ease-in-out;
  transition: opacity .5s, transform .8s ease-in-out;
  transition: opacity .5s, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

#evt-container .evt-cont02 .evt--list-item button:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#evt-container .evt-cont02 .evt--list-item button.btn--comp {
  cursor: default;
}

#evt-container .evt-cont02 .evt--list-item .hover {
  position: absolute;
  top: 457px;
  left: 94px;
  display: block;
  width: 21px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

#evt-container .evt-cont02 .evt--list-item .hover02 {
  left: 208px;
}

#evt-container .evt-cont02 .evt--list-item .hover:hover + img {
  opacity: 1;
  width: 335px;
}

#evt-container .evt-cont02 .evt--list-item .hover-layer {
  position: absolute;
  top: 481px;
  left: -62px;
  width: 0;
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: opacity 0.5s, width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s, width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#evt-container .evt-cont02 .evt--list-item .hover-layer02 {
  left: 52px;
}

#evt-container .evt-cont02 .evt--list-item01 {
  background: url(../images/event_2_list1.png) no-repeat;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

#evt-container .evt-cont02 .evt--list-item02 {
  background: url(../images/event_2_list2.png) no-repeat;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

#evt-container .evt-cont02 .evt--list-item03 {
  background: url(../images/event_2_list3.png) no-repeat;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

#evt-container .evt-cont02 .evt--list-item04 {
  background: url(../images/event_2_list4.png) no-repeat;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

#evt-container .evt-cont02.view .evt-cont02--title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#evt-container .evt-cont02.view .evt--list {
  width: 1200px;
  background-color: rgba(44, 40, 37, 0.6);
  -webkit-transition: background-color .8s, width .5s ease-out;
  transition: background-color .8s, width .5s ease-out;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#evt-container .evt-cont02.view .evt--list-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#evt-container .evt-cont02.view .evt--list button {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#evt-container .evt-cont02.view .evt--list .evt--list-item:nth-child(1) button {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

#evt-container .evt-cont02.view .evt--list .evt--list-item:nth-child(2) button {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#evt-container .evt-cont02.view .evt--list .evt--list-item:nth-child(3) button {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

#evt-container .evt-cont02.view .evt--list .evt--list-item:nth-child(4) button {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#evt-container .evt-cont03 {
  position: relative;
  background: url(../images/event_3.png) no-repeat;
  width: 1200px;
  height: 426px;
  margin: 49px auto 62px;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .7s, -webkit-transform .7s ease;
  transition: opacity .7s, -webkit-transform .7s ease;
  transition: opacity .7s, transform .7s ease;
  transition: opacity .7s, transform .7s ease, -webkit-transform .7s ease;
}

#evt-container .evt-cont03 .object {
  z-index: 2;
  position: absolute;
  top: 219px;
  left: 433px;
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#evt-container .evt-cont03 .object span {
  z-index: 2;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: NanumSquare, sans-serif;
  font-size: 22px;
  font-weight: bold;
  white-space: pre-line;
}

#evt-container .evt-cont03 .object img {
  -webkit-animation: spin 4.8s linear infinite;
          animation: spin 4.8s linear infinite;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

#evt-container .evt-cont03 .gift--img {
  position: absolute;
  top: 193px;
  left: 469px;
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#evt-container .evt-cont03 .evt--link {
  position: absolute;
  top: 137px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 256px;
  height: 19px;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
}

#evt-container .evt-cont03 .evt--link:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #e2ac99;
}

#evt-container .evt-cont03 .evt--link:hover {
  background: rgba(226, 172, 153, 0.3);
}

#evt-container .evt-cont03.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#evt-container .evt-cont03.view .gift--img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#evt-container .evt-cont03.view .object {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#evt-container .caution {
  text-align: center;
  margin: 0 auto;
}

#evt-container .caution ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-top: 20px;
}

#evt-container .caution li {
  color: rgba(204, 187, 182, 0.8);
  font-family: NanumSquare, sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 30px;
}

.evt-container01 {
  background: url(../images/bg_contents01.jpg) no-repeat 50% 0;
  height: 1594px;
}

.evt-container02 {
  background: url(../images/bg_contents02.jpg) no-repeat 50% 0;
  height: 2028px;
}

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

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

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

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

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

.layer--popup-cont {
  background: url(../images/popup/popup_point_use_list.png) no-repeat;
  width: 530px;
  height: 567px;
  padding-top: 89px;
  font-family: NanumSquare, sans-serif;
}

.layer--popup-cont table {
  width: 430px;
  margin: 0 auto;
  font-family: NanumSquare, sans-serif;
  font-size: 14px;
  border-collapse: collapse;
}

.layer--popup-cont table ::-webkit-scrollbar {
  width: 5px;
}

.layer--popup-cont table ::-webkit-scrollbar-track {
  background: #b8b9b2;
}

.layer--popup-cont table ::-webkit-scrollbar-thumb {
  background: #ffb7a0;
}

.layer--popup-cont table:after {
  content: '';
  display: table;
  clear: both;
}

.layer--popup-cont table thead {
  float: left;
  width: 430px;
}

.layer--popup-cont table tbody {
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  width: 430px;
  height: 266px;
}

.layer--popup-cont table tr {
  display: table;
  width: 430px;
}

.layer--popup-cont table th {
  height: 41px;
  background: #d6c2bb;
  border-right: 1px solid #f0e0db;
  border-bottom: 1px solid #f0e0db;
}

.layer--popup-cont table td {
  height: 52px;
  color: #000;
  border: 1px solid #e1e1e1;
  background: #fff;
}

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

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

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

.layer--popup-cont table .nolist {
  width: 430px !important;
  padding: 133px 0;
  text-align: center;
  border-bottom: 0 !important;
}

.layer--popup-cont .paging {
  margin: 16px auto 0;
  text-align: center;
}

.layer--popup-cont .paging a, .layer--popup-cont .paging strong {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  font-size: 14px;
  font-family: NanumSquare, sans-serif;
}

.layer--popup-cont .paging button {
  background: transparent;
  margin: 0 4px;
}

.layer--popup-cont .btn--ok {
  display: inline-block;
  margin-top: 26px;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.layer--popup-cont .btn--ok:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.layer--popup.on {
  z-index: 9;
  top: 0;
  bottom: 0;
}

.layer--popup.on .layer--popup-cont {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation: openSpace 600ms ease forwards, fromAbove 600ms both;
          animation: openSpace 600ms ease forwards, fromAbove 600ms both;
}

.layer--popup-alert .layer--popup-cont {
  background: url(../images/popup/popup_bg.png) no-repeat;
  width: 418px;
  height: 276px;
  padding-top: 90px;
}

.layer--popup-alert.on .layer--popup-cont {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation: openSpace 600ms ease forwards, fromAbove 600ms both;
          animation: openSpace 600ms ease forwards, fromAbove 600ms both;
}

.layer--popup-alert .btn--ok {
  margin-top: 41px;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.layer--popup-alert .btn--ok:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.layer--popup-alert.alert--item .layer--popup-cont {
  padding-top: 66px;
}

.layer--popup-alert.alert--item strong {
  font-size: 20px;
}

.layer--popup-alert.alert--item p {
  width: 55%;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
}

.layer--popup-alert.alert--item .btn--ok {
  margin-top: 18px;
}

/* animation */
@-webkit-keyframes beat {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes beat {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  75% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  75% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes openSpace {
  to {
    max-height: 567px;
  }
}

@keyframes openSpace {
  to {
    max-height: 567px;
  }
}

@-webkit-keyframes fromAbove {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fromAbove {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
