.app_wrap {
  height: 100%;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

/* moblie Class */
._mshow {
  display: none;
}

body {
  background-color: #242526;
}

.main-wrapper {
  max-width: 720px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #353739;
}

.e-input {
  height: 44px;
  padding: 0 10px;
  color: #dde1e5;
  font-size: 16px;
  border: 1px solid #5f6367;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #5f6367;
}

.e-input:focus,
.e-input:hover,
.e-input:active {
  outline: none;
}

.e-input::-webkit-input-placeholder {
  color: #bdc1c5;
  font-weight: 400;
}

.e-input::-moz-placeholder {
  color: #bdc1c5;
  font-weight: 400;
}

.e-input:-ms-input-placeholder {
  color: #bdc1c5;
  font-weight: 400;
}

.e-input:-moz-placeholder {
  color: #bdc1c5;
  font-weight: 400;
}

.e-input::placeholder {
  color: #bdc1c5;
  font-weight: 400;
}

.e-input:-webkit-autofill,
.e-input:-webkit-autofill {
  /* chrome input¿¡ ÀÚµ¿À¸·Î Ã¤¿öÁö´Â ¹è°æ°ú »ö»ó º¯°æÇÏ±â */
  color: #dde1e5;
  font-weight: 400;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1000px #5f6367 inset;
}

.e-input[type="number"]::-webkit-outer-spin-button,
.e-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.e-btn {
  height: 44px;
  color: #bdc1c5;
  font-size: 15px;
  outline: none;
  border: transparent;
  border-radius: 12px;
  background-color: #464a4e;
  cursor: pointer;
}

.bg-logout {
  background-color: #7093ef;
}

.auth-page {
  min-height: 100vh;
  padding: 50% 24px 30%;
  background-image: url(../image/background-image1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.elysian-logo {
  width: 80%;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 12%;
}

.elysian-logo img {
  width: 100%;
}

.auth-page .auth-form {
  width: 100%;
  height: 168px;
  padding-top: 60px;
  position: relative;
}

.auth-page .auth-form .bottom-to-top-slide {
  width: 100%;
}

.auth-page .auth-form .auth-bottom-to-top-slide {
  width: 100%;
}

.auth-page .auth-form .e-input {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 20px;
}

.auth-page .auth-form .e-btn {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.main-page {
  padding: 30% 24px 24%;
  background-image: url(../image/background-image1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.menu-article {
  width: 100%;
  height: 276px;
  padding-top: 60px;
  position: relative;
}

.menu-article .auth-bottom-to-top-slide {
  width: 100%;
}

.menu-article .bottom-to-top-slide {
  width: 100%;
}

.menu-article ul {
  width: 100%;
}

.menu-article ul li {
  width: 100%;
  padding-bottom: 10px;
}

.menu-article .e-btn {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.e-bottom {
  width: 100%;
  padding: 4px 20px;
  z-index: 5;
  position: relative;
  border-top: 1px solid #050505;
  background-color: #353739;
}

.e-bottom h2 {
  color: #e8eaed;
  font-size: 20px;
  padding-bottom: 0px;
}

.e-bottom p.business-time {
  color: #868789;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 10px;
}

.e-bottom p.business-time span {
  font-size: 13px;
}

.e-bottom p {
  color: #868789;
  font-size: 13px;
  line-height: 0.9;
}

.top-to-bottom-slide {
  position: absolute;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-name: top-to-bottom-slide;
  -webkit-animation-name: top-to-bottom-slide;
  animation-name: top-to-bottom-slide;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-moz-keyframes top-to-bottom-slide {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes top-to-bottom-slide {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes top-to-bottom-slide {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.auth-bottom-to-top-slide  {
  position: absolute;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-name: auth-bottom-to-top-slide;
  -webkit-animation-name: auth-bottom-to-top-slide;
  animation-name: auth-bottom-to-top-slide;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.bottom-to-top-slide  {
  position: absolute;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-name: bottom-to-top-slide;
  -webkit-animation-name: bottom-to-top-slide;
  animation-name: bottom-to-top-slide;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-moz-keyframes auth-bottom-to-top-slide {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes auth-bottom-to-top-slide {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes auth-bottom-to-top-slide {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-moz-keyframes bottom-to-top-slide {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: -64px;
    opacity: 1;
  }
}

@-webkit-keyframes bottom-to-top-slide {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: -64px;
    opacity: 1;
  }
}

@keyframes bottom-to-top-slide {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: -64px;
    opacity: 1;
  }
}