.back_body,
.back_body1 {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  background: #000000;
  z-index: 50;
  display: none;
}

.popup_video,
.popup_app_inst {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -320px;
  z-index: 101;
}

.modal-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 20vh auto;
  width: 700px;
  height: 350px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9999999999;
  -webkit-box-shadow: 0 4px 10px rgba(55, 55, 55, 0.5);
  box-shadow: 0 4px 10px rgba(55, 55, 55, 0.5);
}
.modal-popup .header {
  height: 40px;
}
.modal-popup .wrapper {
  padding: 12px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-popup .button-group {
  height: inherit;
  width: 450px;
  display: inline-block;
  border-radius: 8px;
  background-color: #424242;
}
.modal-popup .button-group a {
  display: block;
  display: inline-block;
  width: 50%;
  height: inherit;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  background-color: #424242;
  opacity: 0.5;
}
.modal-popup .button-group a span {
  padding-left: 5%;
}
.modal-popup .button-group a:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 9px;
  left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.modal-popup .button-group a.ios-download {
  position: relative;
  border-radius: 8px 0 0 8px;
}
.modal-popup .button-group a.ios-download:before {
  background-image: url(../img/ios.svg);
}
.modal-popup .button-group a.android-download {
  position: relative;
  border-radius: 0 8px 8px 0;
}
.modal-popup .button-group a.android-download:before {
  background-image: url(../img/android.svg);
}
.modal-popup .logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: auto;
}
.modal-popup .logo img {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.modal-popup .content .instruction ul {
  counter-reset: instruction-counter;
  padding: 0;
  width: 500px;
}
.modal-popup .content .instruction ul li {
  list-style-type: none;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.modal-popup .content .instruction ul li .high-light {
  display: block;
  color: #ffa400;
  line-height: 18px;
  padding-left: 34px;
  font-size: 18px;
}
.modal-popup .content .instruction ul li:before {
  content: counter(instruction-counter);
  counter-increment: instruction-counter;
  padding: 4px 9px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-color: #1f5dbe;
  color: #ffffff;
  border-radius: 50%;
}
.modal-popup .qr {
  position: absolute;
  right: 0;
  top: 60px;
  width: 200px;
  height: 200px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background-size: 100% 100%;
}
.modal-popup .qr .qr-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.modal-popup .qr .qr-code canvas {
  max-width: 100%;
  max-height: 100%;
}
.modal-popup .qr > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 23px;
  color: #fff;
  position: absolute;
  bottom: -43px;
}
.modal-popup .info {
  height: 40px;
  color: #fff;
  font-size: 15px;
  margin-top: 16px;
}
.modal-popup .info > span {
  display: block;
  width: 70%;
  float: left;
}
.modal-popup .info > span:first-child {
  width: 10%;
  float: left;
  color: #ffa400;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-popup.ios .android {
  display: none;
}
.modal-popup.ios .button-group a.ios-download {
  background-color: #ff453d;
  pointer-events: none;
  opacity: 1;
}
.modal-popup.android .ios {
  display: none;
}
.modal-popup.android .button-group a.android-download {
  background-color: #75cb00;
  pointer-events: none;
  opacity: 1;
}

#noticeWrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.87);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fade-in 300ms ease-in-out;
  animation: fade-in 300ms ease-in-out;
  -webkit-animation-fill-mode: start;
  animation-fill-mode: start;
}
#noticeWrapper .notice-content {
  position: relative;
  background: white;
  border-radius: 0.25rem;
}
#noticeWrapper .notice-content .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  cursor: pointer;
}
#noticeWrapper .notice-content .close:before, #noticeWrapper .notice-content .close:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 0;
  width: 60%;
  left: 20%;
  border: 0.5px solid black;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
#noticeWrapper .notice-content .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#noticeWrapper .notice-content .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#noticeWrapper .notice-content .close:hover:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#noticeWrapper .notice-content .close:hover:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
#noticeWrapper .notice-content h3 {
  margin: 20px 20px 5px 20px;
  color: #4280d0;
}
#noticeWrapper .notice-content .table-wrapper {
  max-height: 600px;
  min-height: 250px;
  overflow: auto;
  padding: 20px;
}
#noticeWrapper .notice-content th,
#noticeWrapper .notice-content td {
  border: 1px solid #ccc;
  padding: 5px;
}
#noticeWrapper .notice-content table {
  width: 800px;
  border-collapse: collapse;
}
#noticeWrapper .notice-content table tr > *:first-child {
  width: 150px;
}
#noticeWrapper .notice-content table th {
  color: #4280d0;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=../maps/notice.css.map */
