body[data-v-16be7ae9] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic[data-v-16be7ae9] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark[data-v-16be7ae9] {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
*[data-v-16be7ae9] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
*[data-v-16be7ae9]::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body[data-v-16be7ae9] {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en[data-v-16be7ae9] {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-display: swap;
}
body.en .num_ticket_text[data-v-16be7ae9],
  body.en .total_text[data-v-16be7ae9] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box[data-v-16be7ae9] {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title[data-v-16be7ae9] {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc[data-v-16be7ae9],
  body.en .danger_text[data-v-16be7ae9] {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title[data-v-16be7ae9] {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text[data-v-16be7ae9] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text[data-v-16be7ae9] {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title[data-v-16be7ae9] {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text[data-v-16be7ae9] {
    padding: 0 5.859375vw;
}
body.en .content_wrap[data-v-16be7ae9] {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit[data-v-16be7ae9] {
  display: block;
}
body.jp[data-v-16be7ae9],
body.cn_simplified[data-v-16be7ae9] {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-display: swap;
}
body.jp .waiting_count[data-v-16be7ae9],
  body.cn_simplified .waiting_count[data-v-16be7ae9] {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-display: swap;
    font-weight: bold;
}
body.jp .start_btn img[data-v-16be7ae9],
  body.cn_simplified .start_btn img[data-v-16be7ae9] {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span[data-v-16be7ae9],
  body.cn_simplified .start_btn span[data-v-16be7ae9] {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-display: swap;
    font-weight: bold;
}
body[data-v-16be7ae9],
p[data-v-16be7ae9] {
  margin: 0;
  padding: 0;
}
h1[data-v-16be7ae9],
h2[data-v-16be7ae9],
h3[data-v-16be7ae9],
h4[data-v-16be7ae9],
h5[data-v-16be7ae9],
h6[data-v-16be7ae9] {
  margin: 0;
}
ul[data-v-16be7ae9],
li[data-v-16be7ae9] {
  margin: 0;
  padding: 0;
}
ul li[data-v-16be7ae9] {
  list-style: none;
}
button[data-v-16be7ae9] {
  border: none;
}
.wrapper_gray[data-v-16be7ae9] {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark[data-v-16be7ae9] {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap[data-v-16be7ae9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header[data-v-16be7ae9] {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title[data-v-16be7ae9] {
    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;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #000000;
}
.header button[data-v-16be7ae9] {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back[data-v-16be7ae9] {
    position: absolute;
    top: 0;
    left: 20px;
    width: 70px;
    height: 70px;
    border: 0;
    background: transparent;
    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;
    cursor: pointer;
}
.header button.btn_exit[data-v-16be7ae9] {
    position: absolute;
    top: 0;
    right: 20px;
    height: 70px;
    color: #D81B1B;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.num_view[data-v-16be7ae9] {
  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;
  height: 18.75vh;
  width: 100%;
  color: #2E3137;
  text-align: center;
  font-size: 90px;
  font-size: min(11.25vw, 90px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.875vh;
  background: #F8F9FA;
}
.num_view .num_view_text[data-v-16be7ae9] {
    font-size: 60px;
    font-size: min(7.5vw, 60px);
    line-height: 1.4;
    letter-spacing: 1px;
}
.num_pad_wrap .num_pad[data-v-16be7ae9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
}
.num_pad_wrap .num_pad li[data-v-16be7ae9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    padding: 3.75vh 0;
    height: 15.1875vh;
    color: #2E3137;
    text-align: center;
    font-size: 70px;
    font-size: min(8.75vh, 70px);
    font-weight: 700;
    line-height: 1;
    border-top: 1.5px solid #B7BEC8;
}
.num_pad_wrap .num_pad li[data-v-16be7ae9]:nth-child(2), .num_pad_wrap .num_pad li[data-v-16be7ae9]:nth-child(5), .num_pad_wrap .num_pad li[data-v-16be7ae9]:nth-child(8), .num_pad_wrap .num_pad li[data-v-16be7ae9]:nth-child(11) {
      border-left: 1px solid #B7BEC8;
      border-right: 1px solid #B7BEC8;
}
.num_pad_wrap .num_pad li.noshow_gray[data-v-16be7ae9] {
      font-size: 50px;
      font-size: min(6.25vh, 50px);
      line-height: 1.1;
}
.num_pad_wrap .num_pad li.delete_btn[data-v-16be7ae9] {
      padding: 0;
}
.num_btn_wrap .next_btn[data-v-16be7ae9] {
  position: fixed;
  bottom: 0;
  left: 0;
  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;
  width: 100%;
  height: 94px;
  background: #B7BEC8;
  color: rgba(255, 255, 255, 0.59);
  font-size: 36px;
  font-size: min(4.5vh, 36px);
  font-weight: 700;
  line-height: 1.055;
}
.num_btn_wrap .next_btn.active[data-v-16be7ae9] {
    cursor: pointer;
    color: #ffffff;
    background-color: #D81B1B;
}
.en .num_view .num_view_text[data-v-16be7ae9], .jp .num_view .num_view_text[data-v-16be7ae9], .cn_simplified .num_view .num_view_text[data-v-16be7ae9] {
  font-size: 52px;
  font-size: min(6.5vw, 52px);
}

