@font-face {
  font-family: addFont;
  src: url("../font/SBAggroL.ttf") format("truetype");
  font-style: "bold"; 
  font-weight : 400;
}
body {
  font-family: "addFont";
}
#ver {
  position: absolute;
  color: red;
  font-size: 1rem;
  left: 0em;
  top: 0em;
}
#_scrdbg {
  color: red;
  font-size: 0.7rem;
  line-height: 0.6rem;
}

/* 반응형 - PC 대응 */
@media (max-width: 359px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 560px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 719px) {
  html {
    font-size: 28px;
  }
}

.container-fluid {
  max-width: 720px;
  /* overflow-x: hidden; */
}
.section {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#section4 {
  font-size: 1rem;
  background-color: rgb(236 232 231);
  padding: 2em 0.5em;
}
#section4 .title {
  font-size: 1.8rem;
  text-align: center;
}
.section ul {
  list-style: disc;
  padding-inline-start: 2rem;
  padding-right: 0.8rem;
}
.warp-img {
  width: 100%;
}
.warp-box {
  position: absolute;

  /* FOR TEST */
  /* border: 1px solid; */
}
.section1-div, .section2-div {
  position: relative;
}
.btn-start {
  left: 50%;
  top: 72.7%;
  width: 49%;
  height: auto;
  transform: translateX(-50%);
  cursor: pointer;
}
.user-info {
  width: 100%;
  text-align: center;
  top: 91.5%;
}
.user-info div {
  float: left;
  width: 50%;
  font-size: 1.6rem;
}

.user-info div {
  font-weight: 600;
}

.user-info span:nth-child(1) {
  color: #E3541C;
}
.user-info span:nth-child(2) {
  color: #E3541C;
}

.first-rank {
  top: 48.5%;
  width: 50%;
  text-align: center;
  transform: translateX(88%);
  color: #ffffff;
  font-weight: 600;
}
.first-rank div {
  float: right;
  font-size: 1.2rem;
}

.rank {
  left: 50%;
  transform: translateX(-50%);
  width: 94.8%;
  font-size: 1rem;
  line-height: 3.3rem;
  text-align: center;
  font-weight: 600;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: scroll;
  background: #FFFFFF;
  border-radius: 0 0 22px 22px;
}
.rank div {
  height: 16.6%;
}
.rank span {
  float: left;
}
.rank span:nth-child(1) {
  text-align: center;
  width: 38%;

  border-right: #2D2D2D 1px solid;
}
.rank span:nth-child(2) {
  text-align: right;
  padding-right: 5%;
  width: 62%
}

.rank div:last-child span {
  border-bottom: none;
}

/* Arror */
.arrow-box {
  position: fixed;
  right: 0;
  margin-right: 5%;
  font-size: 1.5rem;
  bottom: 5%;
  text-align: center;
}
.to-top {
  color: rgba(0, 0, 0, 0.4);
  padding-top: 2.2rem;
  display: block;
  position: relative;
  border-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.to-top:before {
  content: "▲";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.2rem;
  border: solid 0.13rem white;
  border-radius: 10rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 1.8rem;
  border-color: inherit;
}
.to-bottom {
  color: rgba(0, 0, 0, 0.4);
  padding-top: 1.5rem;
  display: block;
  position: relative;
  border-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.to-bottom:before {
  content: "▼";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.2rem;
  border: solid 0.13rem white;
  border-radius: 10rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 1.8rem;
  border-color: inherit;
}

#rank-line {
  position: absolute;
  top: 79%;
}

.rank-form {
  background: #0A2342;
  position: relative;
  height: 9.5%;
}

/* common */
.hide {
  visibility: hidden;
}
.show {
  visibility: visible;
}
.max-width {
  width: 100vw;
}
.max-height {
  height: 100vh;
}

.notice {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 64.7%;
  /* font-weight: 800; */
  font-size: 0.9rem;
  line-height: 220%;
  color: #ffffff;
  background-color: #E3541C;
}

.form-div {
  position: fixed;
  z-index: -1;
  opacity: 0;
}
.form-div.show {
  z-index: 10;
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.4);
}

.form-area {
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 430px;
}
.img-fluid {
  width: 100%;
}
.btn-close {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 6%;
  top: 4%;
  right: 6.5%;
  height: 3.6%;
  cursor: pointer;
}
.form-name {
  position: absolute;
  transform: translate(0%, 0%);
  width: 63.3%;
  top: 23.4%;
  left: 30.4%;
  height: 6.4%;
}
.form-name input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
}
.form-phone {
  position: absolute;
  transform: translate(0%, 0%);
  width: 63.3%;
  top: 34%;
  left: 30.4%;
  height: 6.4%;
}
.form-phone input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
}
.form-privacy {
  position: absolute;
  transform: translate(-50%, 0%);
  width: 89%;
  height: 20%;
  left: 50%;
  top: 40%;
  /* border: 1px solid #ddd; */
}
.privacy-text-area {
  position: absolute;
  width: 98%;
  height: 123%;
  transform: translate(-50%, 0%);
  left: 50%;
  top: 41%;
  overflow: scroll;
  font-size: 0.8rem;
  line-height: 1.4rem;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.privacy-text-area::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.form-notice {
  position: absolute;
  transform: translate(-50%, 0%);
  width: 80%;
  height: 25%;
  left: 50%;
  top: 58%;
  border: 1px solid #ddd;
}
.notice-text-area {
  position: absolute;
  width: 96%;
  height: 90%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  overflow: scroll;
  font-size: 0.8rem;
  line-height: 1.4rem;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.notice-text-area::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.btn-insert {
  position: absolute;
  width: 58%;
  transform: translate(-50%, -0%);
  left: 50%;
  bottom: 3.4%;
  height: 9.1%;
  border-radius: 50px;
  cursor: pointer;
}
ol,
ul {
  padding-left: 7%;
}


.prize-form {
  position: fixed;
  z-index: -1;
  opacity: 0;
}
.prize-form.show {
  z-index: 10;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.prize-div {
  position: absolute;
  width: 90%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 520px;
}
.btn-reg-coupon {
  position: absolute;
  transform: translateX(-50%);
  width: 60%;
  top: 78.3%;
  left: 50%;
  height: 17.6%;
  cursor: pointer;
}
.prize-table-form {
  position: absolute;
  width: 89.2%;
  height: 40.73%;
  top: 28.3%;
  transform: translate(-50%, 0%);
  left: 50.4%;
  overflow: scroll;
  text-align: center;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.prize-table-form::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.prize-table {
  width: 100%;
}

.prize-table td:nth-child(3) span {
  cursor: pointer;
}

.prize-table td:nth-child(1) {
  width: 22%;
}
.prize-table td:nth-child(2) {
  width: 44%;
}

.privacy-check {
  position: absolute;
  left: 5%;
  top: 75.1%;
  height: 3.5%;
  width: 71%;
}
.privacy-check div {
  position: absolute;
  height: 100%;
  width: 9%;
}
.privacy-check img {
  position: absolute;
  width: 100%;
  left: 0;
}