@charset "UTF-8";

main {
  padding: 11.67vw 5.56vw 2.78vw;
  width:auto;
  min-height:166.6vw;
  position:relative;
}

.title {
  margin-top: 9.72vw;
  font-family: "THELuxGoRA";
  font-size: 6.25vw;
  line-height: 8.33vw;
  color: #1a1e27;
}

.user-email p {
  height: 11.11vw;
  font-size: 1.94vw;
}

.user-email .input_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9.44vw;
  margin-bottom: 4.44vw;
  border-bottom: 0.42vw solid #4880ee;
}

.user-email input {
  width: 100%;
  height: 12.5vw;
  font-family: "THELuxGoRA";
  font-size: 5.56vw;
  border: none;
  outline: none;
}

.user-email button {
  width: 13.89vw;
}

.user-email .txt_noti {
  font-family: "THELuxGoRA";
  font-size: 4.44vw;
  line-height: 6.25vw;
  color: #1a1e27;
  margin-top: 6.94vw;
}

.send-wrap {
    /*margin-top: 34.72vw;*/
    position: absolute;
    bottom: 5vw;
    width: calc(100% - 11.56vw);
}

.send,
.complete {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: "THELuxGoRA";
  font-size: 4.44vw;
  width: 100%;
  height: 13.89vw;
  line-height: 8.33vw;
  border-radius: 2.78vw;
  background: #5f91d6;
  color: #ffffff;
  margin-top: 69.44vw;
}
.send:enabled,
.complete:enabled {
  background: #5f91d6;
  color: #ffffff;
}
