body[data-v-c45fefda] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic[data-v-c45fefda] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark[data-v-c45fefda] {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
*[data-v-c45fefda] {
  -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-c45fefda]::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body[data-v-c45fefda] {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en[data-v-c45fefda] {
  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-c45fefda],
  body.en .total_text[data-v-c45fefda] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box[data-v-c45fefda] {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title[data-v-c45fefda] {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc[data-v-c45fefda],
  body.en .danger_text[data-v-c45fefda] {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title[data-v-c45fefda] {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text[data-v-c45fefda] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text[data-v-c45fefda] {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title[data-v-c45fefda] {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text[data-v-c45fefda] {
    padding: 0 5.859375vw;
}
body.en .content_wrap[data-v-c45fefda] {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit[data-v-c45fefda] {
  display: block;
}
body.jp[data-v-c45fefda],
body.cn_simplified[data-v-c45fefda] {
  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-c45fefda],
  body.cn_simplified .waiting_count[data-v-c45fefda] {
    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-c45fefda],
  body.cn_simplified .start_btn img[data-v-c45fefda] {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span[data-v-c45fefda],
  body.cn_simplified .start_btn span[data-v-c45fefda] {
    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-c45fefda],
p[data-v-c45fefda] {
  margin: 0;
  padding: 0;
}
h1[data-v-c45fefda],
h2[data-v-c45fefda],
h3[data-v-c45fefda],
h4[data-v-c45fefda],
h5[data-v-c45fefda],
h6[data-v-c45fefda] {
  margin: 0;
}
ul[data-v-c45fefda],
li[data-v-c45fefda] {
  margin: 0;
  padding: 0;
}
ul li[data-v-c45fefda] {
  list-style: none;
}
button[data-v-c45fefda] {
  border: none;
}
.wrapper_gray[data-v-c45fefda] {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark[data-v-c45fefda] {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap[data-v-c45fefda] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header[data-v-c45fefda] {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title[data-v-c45fefda] {
    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-c45fefda] {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back[data-v-c45fefda] {
    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-c45fefda] {
    position: absolute;
    top: 0;
    right: 20px;
    height: 70px;
    color: #D81B1B;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.popup_wrap[data-v-c45fefda] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
.popup_wrap .popup_box[data-v-c45fefda] {
    position: absolute;
    width: 79.6875vw;
    height: 77.25vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 0.375vh 1.125vh 0 #00000080;
            box-shadow: 0 0.375vh 1.125vh 0 #00000080;
    border-radius: 1.5vh;
    padding: 3.75vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.popup_wrap .popup_box .store_title[data-v-c45fefda] {
      font-size: 36px;
      font-size: min(2.8125vw, 36px);
      font-weight: bold;
      color: #303030;
      padding-bottom: 3.75vh;
}
.popup_wrap .popup_box .store_list[data-v-c45fefda] {
      padding: 0.625vh;
      height: 61.875vh;
      overflow: hidden;
      overflow-y: scroll;
}
.popup_wrap .popup_box .store_list li[data-v-c45fefda] {
        height: 9vh;
        line-height: 9vh;
        background: #f3f3f3;
        font-size: 30px;
        font-size: min(2.34375vw, 30px);
        color: #303030;
        padding: 0 2.34375vw;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 3.75vh;
        -webkit-box-shadow: 0 0.375vh 1.125vh 0 #00000080;
                box-shadow: 0 0.375vh 1.125vh 0 #00000080;
        border-radius: 4.5vh;
}
.popup_wrap .popup_box .store_list li[data-v-c45fefda]:last-child {
          margin-bottom: 0;
}
.popup_wrap .popup_box .store_list li span[data-v-c45fefda] {
          float: right;
}

body[data-v-5c6101e4] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.basic[data-v-5c6101e4] {
  --font_basic: #303030;
  --bg_basic: #ebebeb;
  --layer: #fff;
  --font_title: #f85a40;
}
body.dark[data-v-5c6101e4] {
  --font_basic: #fff;
  --bg_basic: #101225;
  --layer: #3b3953;
  --font_title: #ffd229;
}
*[data-v-5c6101e4] {
  -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-5c6101e4]::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}
body[data-v-5c6101e4] {
  color: var(--font_basic);
  overflow-y: hidden;
}
body.en[data-v-5c6101e4] {
  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-5c6101e4],
  body.en .total_text[data-v-5c6101e4] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .notice_box[data-v-5c6101e4] {
    padding-top: 8.75vh;
}
body.en .notice_box.small .notice_title[data-v-5c6101e4] {
      font-size: 50px;
      font-size: min(3.90625vw, 50px);
}
body.en .danger_desc[data-v-5c6101e4],
  body.en .danger_text[data-v-5c6101e4] {
    font-size: 24px !important;
    font-size: min(1.875vw, 24px) !important;
}
body.en .complete_title[data-v-5c6101e4] {
    font-size: 65px !important;
    font-size: min(5.078125vw, 65px) !important;
}
body.en .waiting_text[data-v-5c6101e4] {
    font-size: 30px !important;
    font-size: min(2.34375vw, 30px) !important;
}
body.en .waiting_info_text[data-v-5c6101e4] {
    font-size: 20px !important;
    font-size: min(1.5625vw, 20px) !important;
}
body.en .popup_text_title[data-v-5c6101e4] {
    font-size: 36px !important;
    font-size: min(2.8125vw, 36px) !important;
}
body.en .popup_text[data-v-5c6101e4] {
    padding: 0 5.859375vw;
}
body.en .content_wrap[data-v-5c6101e4] {
    font-size: 55px !important;
    font-size: min(4.296875vw, 55px) !important;
}
body.jp .btn_exit[data-v-5c6101e4] {
  display: block;
}
body.jp[data-v-5c6101e4],
body.cn_simplified[data-v-5c6101e4] {
  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-5c6101e4],
  body.cn_simplified .waiting_count[data-v-5c6101e4] {
    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-5c6101e4],
  body.cn_simplified .start_btn img[data-v-5c6101e4] {
    margin-bottom: 3.625vh;
}
body.jp .start_btn span[data-v-5c6101e4],
  body.cn_simplified .start_btn span[data-v-5c6101e4] {
    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-5c6101e4],
p[data-v-5c6101e4] {
  margin: 0;
  padding: 0;
}
h1[data-v-5c6101e4],
h2[data-v-5c6101e4],
h3[data-v-5c6101e4],
h4[data-v-5c6101e4],
h5[data-v-5c6101e4],
h6[data-v-5c6101e4] {
  margin: 0;
}
ul[data-v-5c6101e4],
li[data-v-5c6101e4] {
  margin: 0;
  padding: 0;
}
ul li[data-v-5c6101e4] {
  list-style: none;
}
button[data-v-5c6101e4] {
  border: none;
}
.wrapper_gray[data-v-5c6101e4] {
  background: var(--bg_basic);
  width: 100vw;
  height: 100vh;
}
.wrapper_dark[data-v-5c6101e4] {
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.inner_wrap[data-v-5c6101e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F9FA;
  height: 100%;
  width: 100%;
}
.header[data-v-5c6101e4] {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  background: #F8F9FA;
  border-bottom: 1px solid #B7BEC8;
}
.header h1.title[data-v-5c6101e4] {
    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-5c6101e4] {
    border: none;
    background: transparent;
    cursor: pointer;
}
.header button.btn_back[data-v-5c6101e4] {
    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-5c6101e4] {
    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-5c6101e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8fafc;
}
.inner_wrap > * + *[data-v-5c6101e4] {
    margin-top: 5vh;
}
.inner_wrap .privacy_input_wrap[data-v-5c6101e4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.inner_wrap .privacy_input_wrap input[data-v-5c6101e4] {
      display: block;
      font-size: 30px;
      width: 880px;
      height: 57px;
      padding: 0 15px;
      border-radius: 3px;
      border: 1px solid #b6c0cc;
}
.inner_wrap .privacy_input_wrap input[data-v-5c6101e4]::-webkit-input-placeholder {
        color: rgba(48, 48, 48, 0.5);
}
.inner_wrap .privacy_input_wrap input[data-v-5c6101e4]::-moz-placeholder {
        color: rgba(48, 48, 48, 0.5);
}
.inner_wrap .privacy_input_wrap input[data-v-5c6101e4]:-ms-input-placeholder {
        color: rgba(48, 48, 48, 0.5);
}
.inner_wrap .privacy_input_wrap input[data-v-5c6101e4]::-ms-input-placeholder {
        color: rgba(48, 48, 48, 0.5);
}
.inner_wrap .privacy_input_wrap input[data-v-5c6101e4]::placeholder {
        color: rgba(48, 48, 48, 0.5);
}
.inner_wrap .privacy_input_wrap .privacy_name[data-v-5c6101e4] {
      margin-bottom: 30px;
}
.inner_wrap .next_btn_wrap[data-v-5c6101e4] {
    padding-left: 30px;
}
.inner_wrap .next_btn_wrap .next_btn[data-v-5c6101e4] {
      width: 250px;
      height: 144px;
      border-radius: 3px;
      border: 0;
      background: #9c9c9c;
      color: #ffffff;
      font-size: 30px;
}
.inner_wrap .next_btn_wrap .next_btn.active[data-v-5c6101e4] {
        background: #0091ff;
}
.inner_wrap .privacy_notice[data-v-5c6101e4] {
    position: relative;
    height: 420px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    background: #3b3953;
    color: #ffffff;
    font-size: 27px;
}
.inner_wrap .privacy_notice .privacy_notice_title[data-v-5c6101e4] {
      color: #ffd229;
      padding-bottom: 30px;
}
.inner_wrap .privacy_notice .notice_content[data-v-5c6101e4] {
      line-height: 1.5;
}
.inner_wrap .privacy_notice .notice_content li[data-v-5c6101e4] {
        color: #ffffff;
}
.inner_wrap .privacy_notice .footer_version[data-v-5c6101e4] {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-weight: normal;
      font-size: 18px;
}

