body[data-v-e92b9652] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic[data-v-e92b9652] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark[data-v-e92b9652] {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
*[data-v-e92b9652] {
  -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-e92b9652]::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body[data-v-e92b9652] {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en[data-v-e92b9652] {
  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-e92b9652],
  body.en .total_text[data-v-e92b9652] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box[data-v-e92b9652] {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title[data-v-e92b9652] {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc[data-v-e92b9652],
  body.en .danger_text[data-v-e92b9652] {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title[data-v-e92b9652] {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text[data-v-e92b9652] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text[data-v-e92b9652] {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title[data-v-e92b9652] {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text[data-v-e92b9652] {
    padding: 0 5.859375vw;
}
body.en .content_wrap[data-v-e92b9652] {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit[data-v-e92b9652] {
  display: block;
}
body.jp[data-v-e92b9652],
body.cn_simplified[data-v-e92b9652] {
  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-e92b9652],
  body.cn_simplified .waiting_count[data-v-e92b9652] {
    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-e92b9652],
  body.cn_simplified .start_btn img[data-v-e92b9652] {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span[data-v-e92b9652],
  body.cn_simplified .start_btn span[data-v-e92b9652] {
    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-e92b9652],
p[data-v-e92b9652] {
  margin: 0;
  padding: 0;
}
h1[data-v-e92b9652],
h2[data-v-e92b9652],
h3[data-v-e92b9652],
h4[data-v-e92b9652],
h5[data-v-e92b9652],
h6[data-v-e92b9652] {
  margin: 0;
}
ul[data-v-e92b9652],
li[data-v-e92b9652] {
  margin: 0;
  padding: 0;
}
ul li[data-v-e92b9652] {
  list-style: none;
}
button[data-v-e92b9652] {
  border: none;
}
.wrapper_gray[data-v-e92b9652] {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark[data-v-e92b9652] {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap[data-v-e92b9652] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header[data-v-e92b9652] {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title[data-v-e92b9652] {
    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-e92b9652] {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back[data-v-e92b9652] {
    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-e92b9652] {
    position: absolute;
    top: 0;
    right: 20px;
    height: 70px;
    color: #D81B1B;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.inner_wrap[data-v-e92b9652] {
  display: block;
}
.inner_wrap .terms_warp[data-v-e92b9652] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6.25vh 7.03125vw;
}
.inner_wrap .terms_warp > * + *[data-v-e92b9652] {
      margin-left: 5vh;
}
.inner_wrap .terms_warp .check_box_list_wrap[data-v-e92b9652] {
      overflow-y: auto;
      max-height: 67vh;
}
.inner_wrap .terms_warp .check_box_list[data-v-e92b9652] {
      width: 46.875vw;
}
.inner_wrap .terms_warp .check_box_list li[data-v-e92b9652] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 1.5vh 1.5625vw;
}
.inner_wrap .terms_warp .check_box_list li > * + *[data-v-e92b9652] {
          margin-left: 2vh;
}
.inner_wrap .terms_warp .check_box_list li .agree_str[data-v-e92b9652] {
          color: #2e3137;
          font-size: 24px;
          font-size: min(1.875vw, 24px);
          font-weight: 600;
          line-height: 5vh;
}
.inner_wrap .terms_warp .check_box_list li.all_agree .agree_str[data-v-e92b9652] {
          color: #000;
          font-size: 28px;
          font-size: min(2.1875vw, 28px);
          font-weight: 700;
}
.inner_wrap .terms_warp .check_box_list .check-box[data-v-e92b9652] {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 2.5vw;
        height: 4vh;
        border-radius: 1vh;
        background: #b6c0cc;
        margin: 0.5vh;
}
.inner_wrap .terms_warp .check_box_list .check-box.active[data-v-e92b9652] {
          background: #d81b1b;
}
.inner_wrap .terms_warp .check_box_list .check-box[data-v-e92b9652]::after {
          content: "";
          display: block;
          width: 2.5vw;
          height: 4vh;
          background: url(../img/check.07e336f7.svg) no-repeat center center;
}
.inner_wrap .terms_warp .terms[data-v-e92b9652] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 35.9375vw;
      min-width: 35.9375vw;
      height: 67vh;
      padding: 3vh 2.1875vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #2e3137;
      font-size: 18px;
      font-size: min(1.40625vw, 18px);
      font-weight: 500;
      line-height: 3.5vh;
      overflow-y: scroll;
      border-radius: 24px;
      border: 1px solid #d7dbdf;
      background: #fff;
}
.inner_wrap .terms_warp .terms table[data-v-e92b9652] {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
}
.inner_wrap .terms_warp .terms th[data-v-e92b9652],
      .inner_wrap .terms_warp .terms td[data-v-e92b9652] {
        text-align: center;
        border: 2px solid #d7dbdf;
        overflow-wrap: break-word;
        word-break: break-word;
}
.inner_wrap .terms_warp .terms th[data-v-e92b9652]:nth-child(1),
      .inner_wrap .terms_warp .terms td[data-v-e92b9652]:nth-child(1) {
        width: 18%;
}
.inner_wrap .terms_warp .terms th[data-v-e92b9652]:nth-child(n + 2),
      .inner_wrap .terms_warp .terms td[data-v-e92b9652]:nth-child(n + 2) {
        width: calc((100% - 18%) / 3);
}
.inner_wrap .wating_start_btn[data-v-e92b9652] {
    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(2.8125vw, 36px);
    font-weight: 700;
    line-height: 1.05;
}
.inner_wrap .wating_start_btn.active[data-v-e92b9652] {
      cursor: pointer;
      color: #ffffff;
      background-color: #d81b1b;
}
.alert_wrap[data-v-e92b9652] {
  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: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
.alert_wrap .alert_box[data-v-e92b9652] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 66.40625vw;
    padding: 7.5vh 3.90625vw 6.25vh;
    background: #ffffff;
    border-radius: 4vh;
    border: 1px solid #e0e0e0;
}
.alert_wrap .alert_box > * + *[data-v-e92b9652] {
      margin-top: 5vh;
}
.alert_wrap .alert_box .alert_msg[data-v-e92b9652] {
      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;
      min-height: 19.875vh;
      color: #303030;
      text-align: center;
      font-size: 36px;
      font-size: min(2.8125vw, 36px);
      font-weight: 700;
      line-height: 6.625vh;
}
.alert_wrap .alert_box .btn_wrap[data-v-e92b9652] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
}
.alert_wrap .alert_box .btn_wrap > * + *[data-v-e92b9652] {
        margin-left: 2.5vh;
}
.alert_wrap .alert_box .btn_wrap button[data-v-e92b9652] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 11.75vh;
        width: 100%;
        padding: 3.5vh 0.78125vw;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #2e3137;
        text-align: center;
        font-size: 32px;
        font-size: min(2.5vw, 32px);
        font-weight: 700;
        line-height: 4.75vh;
        border: none;
        border-radius: 2.5vh;
        background: #e6e8eb;
}
.alert_wrap .alert_box .btn_wrap button.btn_confirm[data-v-e92b9652] {
          background: #d81b1b;
          color: #ffffff;
}

