* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

.bg {
  background: url("./images/h5/bg.jpg") center/ cover no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  transform: translate(-50%, 0);
  background: #e2e2e238 0% 0% no-repeat padding-box;
  border: 2px solid #ffffff42;
  border-radius: 12px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 6.41rem;
  height: 4.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  align-items: center;
}

.header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.ic-alert {
  background: url("./images/h5/ic-alert.svg") center/ 100% 100% no-repeat;
  width: 0.8rem;
  height: 0.7rem;
}

.header-text {
  font: normal normal bold 0.58rem/0.65rem SF Pro;
  letter-spacing: 0px;
  color: #ffff40;
  line-height: 0.7rem;
}

.desc {
  text-align: center;
  font: normal normal bold 0.31rem/0.45rem SF Pro;
  letter-spacing: 0px;
  opacity: 1;
  color: #ffffff;
}

.highlight-text {
  color: #ffff40;
  text-decoration: underline;
}

.pagcor {
  background: url("./images/h5/h5.png") center no-repeat;
  width: 1.68rem;
  height: 1.2rem;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .bg {
    background: url("./images/h5/ipad-bg.jpg") center / cover no-repeat;
  }

  .content {
    width: 550px;
    height: 370px;
  }

  .header {
    gap: 0.2rem;
  }
  
  .ic-alert {
    width: 0.5rem;
    height: 0.6rem;
  }
  
  .header-text {
    font: normal normal bold 45px/65px SF Pro;
    letter-spacing: 0px;
  }
  
  .desc {
    width: 90%;
    text-align: center;
    font: normal normal bold 23px/35px SF Pro;
  }
  
  .pagcor {
    background: url("./images/h5/h5.png") center no-repeat;
    width: 1.28rem;
    height: 0.68rem;
    background-size: contain;
  }
}

@media only screen and (min-width: 992px) {
  .bg {
    position: relative;
    background: url("./images/web/bg.png") center/ cover no-repeat;
    overflow-y: scroll;
    min-width: 1200px
  }

  .content {
    display: none;
  }
}
